
  .shop-category {
    background: #f3f3f3;
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 25px;
    padding-bottom: 70px;
    align-items: center;

    color: #000;
    background-color: ##F1E9DB;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.5 !important;
}

.shop-category .heading {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.row1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.row1, .product-wrap {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-left: -17px;
    margin-right: -17px;
    box-sizing: border-box;
}

.shop-category .fivecols {
    width: 100%;
    -ms-flex: 0 0 25%;
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    margin-top: 25px;
}

.shop-category a {
    transition: .3s ease;
}

.shop-category a, .alink {
    color: inherit;
    text-decoration: none;
}

.shop-category img, object, video, embed {
    max-height: 100% !important;
    max-width: 100% !important;
}

.shop-category img {
    border: 0 !important;
    padding: 0px !important;
}

.shop-category .fivecols .name {
    color: #ac1f2d;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    margin-top: 15px;
}

img.mplazyload-icon{padding-left:0 !important;width:64px !important;height:64px !important;position:absolute !important;transform:translate(-50%,-50%);top:50%;left:50%;min-height:64px !important;right:auto;margin:auto}

.shop-category ::after, ::before {
    box-sizing: inherit !important;
}



.image-popup.show {
    transform: translateY(0);
}

.lock-screen-global {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    top: 0;
    left: 0;
    z-index: 1100;
    display: block;
    cursor: pointer;
}

.image-popup {
    transform: translateY(200vh);
    transition: transform .5s;
    -webkit-transition: transform .5s;
}

.image-popup .image-popup-wrapper {
    display: block;
    position: fixed;
    width: 50%;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.image-popup .image-popup-wrapper .cross {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0 auto 16px;
}

.image-popup .image-popup-wrapper .image-popup-content {
    background-color: #fff;
    /*padding: 30px 105px;*/
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.image-popup .image-popup-wrapper .image-popup-content .img-wrapper {
    width: 120px;
    height: 107.8px;
}

.image-popup .image-popup-wrapper .image-popup-content .img-wrapper .image-popup-icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.image-popup .image-popup-wrapper .image-popup-content .image-popup-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.21;
    color: #000;
    margin-top: 18px;
}

.image-popup .image-popup-wrapper .image-popup-content .image-popup-desc {
    font-size: 14px;
    line-height: 1.43;
    color: #6d6e71;
    margin-top: 8px;
    padding: 0 30px;
}

.image-popup .image-popup-wrapper .image-popup-content .know-more-button {
    margin-top: 24px;
    background-color: #e41d36;
    border-radius: 5px;
    padding: 13px 0;
    text-align: center;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    width: 100%;
}

.why-gofishery {
    background : #fff;
      width: 100%;
      position: relative;
      border-top: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
      margin-bottom: 10px;
  }
  
  .why-gofishery>.row {
      align-items: center;
      margin-left: 0;
      margin-right: 0;
  }
  
   .why-gofishery ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      text-align: center;
      align-items: center;
  }
   
   .why-gofishery ul li {
      position: relative;
      flex-basis: 0;
      flex-grow: 1;
      min-height: 80px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      font-size: 16px;
      color: #172d45;
  }
  
  .no-gutters {
      margin-right: 0;
      margin-left: 0;
  }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
      padding-right: 0;
      padding-left: 0;
  }
   
  .row.no-gutters {
      margin-left: 0;
      margin-right: 0;
  }

  .blur {
    opacity: 0.5;
  }


  .stock-name {
    position: absolute;
    top: 35%;
    left: 18%;
    padding: 4px;
    border: 1px solid #000;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    background: #fff;
    width: 63%;
    text-align: center;
  }

  .view-stock-name {
    top: 39%;
    position: absolute;
    text-align: center;
    left: 14%;
    margin: 0;
    font-size: 28px;
    transform: rotate(-34deg);
    border: 1px solid #000;
    padding: 10px 20px;
    font-weight: 400;
    width: 70%;
    color: #000;
    background: #fff;
}