#itemPage .add-to-cart label {
    width: 75px!important;
}
@media screen and (min-width: 1180px){
    body {
        margin-top: 200px !important;
    }
    }
@media screen and (max-width: 933px){
    .fcontainer .frow .slick-next {
        background-image: url(https://s.turbifycdn.com/aah/yhst-136016716051944/img-246675.png);
        height: 40px;
        width: 40px;
        color: transparent !important;
        top: 30%;
        border: 2px solid #000;
        background-position: center;
        border-radius: 50%;
    }

    .fcontainer .frow .slick-prev {
        background-image: url(https://s.turbifycdn.com/aah/yhst-136016716051944/img-246674.png);
        height: 40px;
        width: 40px;
        color: transparent !important;
        top: 30%;
        border: 2px solid #000;
        background-position: center;
        border-radius: 50%;
    }
}
@media screen and (min-width: 933px){
    .fcontainer .frow .slick-next {
        background-image: url(https://s.turbifycdn.com/aah/yhst-136016716051944/img-246675.png);
        right: -37px;
        height: 40px;
        width: 40px;
        color: transparent !important;
        top: 30%;
        border: 2px solid #000;
        background-position: center;
        border-radius: 50%;
    }

    .fcontainer .frow .slick-prev {
        background-image: url(https://s.turbifycdn.com/aah/yhst-136016716051944/img-246674.png);
        left: -35px;
        height: 40px;
        width: 40px;
        color: transparent !important;
        top: 30%;
        border: 2px solid #000;
        background-position: center;
        border-radius: 50%;
    }
}
@media only screen and (max-width: 600px) {
    .hide-dsk {
      display: flex;
    }
      .hide-mbl {
      display: none!important;
    }
  }
  
  @media only screen and (min-width: 600px) {
    .hide-dsk {
      display: none!important;
    }
      .hide-mbl {
      display: flex;
    }
  }

.top_header  .hide-dsk,.top_header  .hide-mbl{
    background: #38b448;
    text-align: center;
    padding: 4px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Prompt', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top_header .hide-dsk div:last-child, .top_header .hide-mbl div:last-child {
    border-right: 0 !important;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
}

.top_header .hide-dsk div, .top_header .hide-mbl div {
    padding: 0 12px;
    font-weight: bold;
    border-right: 2px solid;
    font-size: 14px;
}

.top_header svg {
    margin-right: 8px;
    color: #fff;
}
@media screen and (max-width: 780px){
    body {
        margin-top: 200px!important;
    }
}
@media screen and (min-width: 781px) and (max-width: 1179px){
    body {
        margin-top: 170px!important;
    }
}
/* for mobile nav */
nav#mm-mmenu .mainNav-sus{
    display: flex;
    padding: 10px 20px;
    align-items: center;
  }
  nav#mm-mmenu   .mainNav a.top {
    font-size: 18px!important;
}
nav#mm-mmenu   a.top {
      width: 75%;
  }
  nav#mm-mmenu   table.sub.sus-sub {
      display: block!important;
  }
  nav#mm-mmenu  .viewall a {
    font-weight: bold!important;
}

nav#mm-mmenu table.sub {
    margin-left: 5px;
}
nav#mm-mmenu .mm-menu .mm-list {
    padding: 0 0 0px 0;
}
nav#mm-mmenu .viewall {
    padding: 10px 0px 10px 20px;
}
nav#mm-mmenu svg.sus-collapse {
    width: 35px;
    height: 35px;
    padding: 5px;
    width: 25%;
}

nav#mm-mmenu svg.sus-expand {
    display: none;
    width: 35px;
    height: 35px;
    padding: 5px;
    width: 25%;
}
nav#mm-mmenu .nav-logo-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    position: relative;
    margin-bottom: 10px;
}

nav#mm-mmenu img.nav-logo {
    height: 40px;
}

nav#mm-mmenu .nav-logo-wrapper svg {
    width: 10%;
    position: absolute;
    top: 14px;
    left: 10px;
}
#mm-blocker {
    background: rgba(3,2,1,0.6)!important;
}
nav#mm-mmenu ul.topNav.mm-list li {
    padding: 0 15px;
}
nav#mm-mmenu .mm-list>li>a, .mm-list>li>span{
  white-space: unset;
}