$font-poppins: 'Open Sans';
$font-kaushan: 'Open Sans';

/* Color Main */
$color-a: #595959;
$color-border: #dddddd;
$color-rating: #f3b26b;
$color-hover-text: #999999; 

//Color Menu
/* $color-bkg-menu: ; */
$color-menu-hover: rgba(0,0,0,0);
$color-text-menu-hover: #000000;
$color-bkg-menu-mobile: #ffffff;

//Color Heading Breadcrumb 
$color-bkg-heading-section: rgba(0,0,0,0);
$color-text-heading: #535252;

//Color Product
$color-bkg-button-product: #000000;
$color-text-button-product: #ffffff;
$color-prd-added: #ff7e00;
$color-title-product: #595959;
$color-del-price: #8b8b8b;
$color-hover-view: #dbdbdb;

//Color Footer
$color--background-footer: #343434;
$color-text-footer: #ffffff;
$color-link-footer: #d3d3d3;

//Color button
$color-bkg-button-main: #333333;
$color-text-button: #ffffff;
$color-border-button: #000000;
$color-bkg-button-hover: #ffffff;
$color-text-button-hover: #333333;
$color-border-button-hover: #333333;


@mixin btn-main-black {
  font-size:12px;
  background: $color-bkg-button-main;
  color:$color-text-button;
  border: 1px solid $color-border-button;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;
  padding: 8px 30px;
  display: inline-block;
}
@mixin blog-year{
  text-transform: uppercase;
  font-size: 13px;
  border: 1px solid #ccc;
  padding: 8px;
  width: 46px;
  height: 50px;
  margin-left: 10px;
  display: inline-block;
  text-align: center;
  line-height:1.42857143;
}

h1, h2, h3, h4, h5, h6{
  line-height:1.35;
}
body{
  font-family: $font-poppins;
  font-size:13px;
  font-weight:400;
  color: $color-a;
  line-height:1.8;
  img{
    max-width:100%;
  }
  &.active-sidebarCollection{
    overflow:hidden;
    height:100%;
  }
}
#loader-div{
  height: 100vh;
  position: fixed;
  width: 100%;
  background: black;
  z-index: 1000;
  opacity: 0.5;
  div#loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
svg.lnr {
  display: inline-block;
  fill:currentcolor;
  width: 1em;
  height: 1em;
/*   vertical-align: -0.05em; */
}
.tooltip{
  z-index:-1;
}
select, input{
  border: 1px solid #ccc;
  border-radius:0;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn{
  opacity:1;
}

.slick-arrow{
  &:before{
    content:"";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
  }
}
.slick-next{
  &:before{
    content:"\f054";
  }
}
.slick-prev{
  &:before{
    content:"\f053";
  }
}


a{
  color: $color-a;
  &:focus, &:hover{
    text-decoration:none;
    outline:none;
  }
}
.rating-star{
  .spr-icon{
    &:before{
      font-size:13px;
    }
  }
  .spr-icon-star, .spr-icon-star-half-alt{
    color: $color-rating;
  }
  .spr-icon-star-empty {
    color: #999;
  }
}
.list-inline{
  margin-left:0;
}

i.sub-dropdown {
  position: absolute;
  top: 100%;
  width: 100%;
  height: 30px;
  left: 0;
  z-index:999;
}

#tags-load {
  text-align: center;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  &>i {
    top: 50%;
    position: absolute;
    color: $color-a;
  }
}
.product-label{
  position: absolute;
  top:10px;
  left:10px;
  color: #fff;
  z-index:1;
  .sale-flag-side {
    position:relative;
    width:auto;
    margin-bottom:5px;
    line-height:1.42857143;
    .sale-text {
      padding: 3px 0px;
      display: inline-block;
      width: 60px;
      text-align:center;
      font-size: 10px;
      text-transform: uppercase;
      &:after{
        content: "";
        width: 0; 
        height: 0; 
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        position: absolute;
        left: 100%;
        top: 0px;
      }
    }
  }
  .label-sale {
    .sale-text:after{
      border-left: 10px solid #ef5c5c;
    }
  }
  .label-new {
    .sale-text:after{
      border-left: 10px solid #06bbeb;
    }
  }
  .label-sold {
    .sale-text:after{
      border-left: 10px solid #b8b8b8;
    }
  }
}

.quickview-hover {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor:pointer;
  transition: all .2s linear;
  visibility:hidden;
  @media only screen and (max-width:991px){
    display:none;
  }
  a{
    color: $color-a;
    &:hover{
      color: $color-rating;
      text-decoration:none;
    }
  }
  .lnr{
    font-size:18px;
  }
}

figure.card-figure {
  position: relative;
  overflow:hidden;
  &:hover{
    figcaption.card-figcaption{
      visibility:visible;
      bottom: 0px;
      @-moz-document url-prefix() { 
        bottom: -1px;
      }
    }
    .quickview-hover{
      visibility:visible;
    }
  }
  figcaption.card-figcaption {
    width: 100%;
    position: absolute;
    bottom: -50px;
    visibility:hidden;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    @media only screen and (max-width:767px){
      bottom: 0px;
      visibility:visible;
      display:none;
    }
    .effect-ajax-cart {
      width: 71%;
      display: grid;
      float: left;
      @media only screen and (max-width:425px){
        width: 69%;
      }
      @media (min-width:426px) and (max-width:767px){
        width:68%;
      }
      @media (min-width:768px) and (max-width:991px){
        width: 55%;
      }
      .lnr-cart {
        font-size: 16px;
        line-height: 40px;
        width:18px;
        height:18px;
        margin-top: -4px;
        @media only screen and (max-width:767px){
          position:absolute;
          left: 20px;
          top: 25px;
        }
        @media (min-width:768px) and (max-width:991px){
          margin-top: -2px;
        }
      }
      .lnr-menu{
        font-size: 16px;
        margin-top: -3px;
        @media only screen and (max-width:767px){
          position:absolute;
          left: 20px;
          top: 25px;
        }
        @media (min-width:768px) and (max-width:991px){
          margin-top: -1px;
        }
      }
    }
/*     @media screen and (-webkit-min-device-pixel-ratio:0) { 
      .add-to-cart, .select-option{
        display: -webkit-box!important; 
      } 
    }  */
    .add-to-cart, .select-option{   
      display:flex;
      justify-content:center;
      align-items:center;
      width:100%;
      background: $color-bkg-button-product;
      border-radius: 0;
      color: $color-text-button-product;
      padding:0;
      height:40px;
      line-height:40px;
      outline:none;
      transition: all .3s linear;
      -webkit-transition: all .3s linear;
      @media only screen and (max-width:767px){
        display:block;
        text-align:left;
        padding-left:35px;
      }
      span.cart-btn-text {
        font-size:13px;
        font-weight:300;
        margin-left: 20px;
        text-transform: uppercase;
        @media only screen and (max-width:767px){
          font-size:14px;
          margin-left:10px;
        }
        @media (min-width:768px) and (max-width:991px){
          display:none;
        }
        @media (min-width:992px) and (max-width:1199px){
          margin-left: 10px;
        }
        @media (min-width:1200px){
          letter-spacing:1px;
        }
      }
      &:hover{
        background:$color-hover-view;
        color:#000;
      }
    }
    ul.quickview-wishlist-wrapper {
      li{
        display:inline-block;
        background: $color-bkg-button-product;
        width:17%;
        float:left;
        padding: 0;
        height: 40px;
        line-height: 44px;
        text-align: center;
        cursor:pointer;
        transition: all .3s linear;
        -webkit-transition: all .3s linear;
        @media (min-width:426px) and (max-width:767px){
          width:18%;
        }
        @media (min-width:768px) and (max-width:991px){
          width:30%;
          border-left:1px solid #555;
        }
        &:first-child{
          border-left: 1px solid #555;
          border-right: 1px solid #555;
        }
        &:hover{
          background:$color-hover-view;
          a{
            color:#000;
            text-decoration:none;
          }
        }
        a{
          color: $color-text-button-product;
        }
        a.wishlist-added, a.compare-added{
          color: $color-prd-added;
          span{
            font-weight:bold;
          }
        }
        .lnr {
          font-size: 16px;
          line-height: 40px;
          font-weight: bold;
        }
      }
    }
  }
}

section.heroCarousel {
  margin-left: 150px;
  margin-right: 150px;
  @media only screen and (max-width:1199px){
    margin-right:0;
    margin-left:0;
  }
  @media (min-width:1200px) and (max-width:1399px){
    margin-right:30px;
    margin-left:30px;
  }
  @media (min-width:1400px) and (max-width:1919px){
    margin-right:75px;
    margin-left:75px;
  }
  .slick-prev, .slick-next{
    z-index:1;
    margin-top:-40px;
    &:before{
      font-size: 40px;
      opacity: 0.2;
      font-weight: 100;
    }
  }
  .slick-prev{
    left:20px;
  }
  .slick-next{
    right:20px;
  }
  
  .slick-dots{
    bottom:0;
    li{
      margin:0;
      button:before{
        font-size:30px;
      }
    }
    @media only screen and (max-width:767px){
      display:none!important;
    }
  }
}
.emthemesModez-header-topSection {
  display: block;
  text-align: center;
  background: $color--background-footer;
  color: #fff;
  text-transform: uppercase;
  ul{
    display: inline-block;
    margin-bottom:-5px;
    padding: 0;
    width:100%;
    @media only screen and (max-width: 767px){
      padding:10px;
    }
    li{
      float: left;
      list-style: none;
      font-size:11px;
      padding: 13px 0;
      width:33.33%;
      border-right: 1px solid #333;
      @media only screen and (max-width:991px){
        width:100%;
      }
      @media (min-width:992px){
        letter-spacing:0.1em;
        font-weight: 500;
      }
      &:last-child{
        border-right:none;
      }
      @media only screen and (max-width: 991px){
        border-right:none;
        float: none;
        padding: 8px 0;
        font-size:12px;
        letter-spacing:1px;
        &:nth-last-of-type(-n+2) {
          display:none;
        }
      }
      @media (min-width:768px) and (max-width: 991px){
        padding: 18px 0;
      }
      a{
        color: #fff;
      }
    }
  }
}

/* Update logo */
.emthemesModez-header-userSection {
  position:relative;
  text-transform: uppercase;
  border-bottom: 1px solid #ddd;
  @media only screen and (max-width:991px){
    display:none;
  }
  &>.container{
    padding: 30px 0;
    display: flex;
    align-items: center;
  }
  .header-logo.header-logo--center {
    width: 30%;
    text-align: center;
  }
  .dropdown-menu{
    margin-top:10px;
  }
  svg.lnr{
    vertical-align:bottom;
    width: 18px;
    height: 18px;
  }
  a{
    font-size:12px;
    color: $color-a;
    cursor:pointer;
    display: inline-block;
    &:hover, &:focus{
      color: #999;
      text-decoration:none;
    }
  }
  nav.navUser.navUser--left {
    width: 35%;
    ul.navUser-section.navUser-section--alt{
      display: inline-block;
      margin: 0;
      padding: 0;
      .navUser-item{
        list-style: none;
        float:left;
        line-height:15px;
      }
      .navUser-item--currencies, .navUser-item--wishlist {
        padding: 0px 12px;
        border-right: 1px solid #ccc; 
        line-height: 15px;
        ul.currencies {
          padding: 4px 0;
          box-shadow: 0 2px 4px rgba(0,0,0,0.15);
          min-width: 95px;
          border-radius: 0;
        }
        span.wishlist-quantity {
          font-size: 11px;
          letter-spacing: 1px;
        }
      }
      .navUser-item--currencies:first-child{
        padding-left:0;
        .currency_code{
          margin-right:5px;
        }
      }
      .navUser-item--login{
        padding-left:12px;
        position:relative;
        display: inline-block;
        &:after{
          content:"/";
          padding-left: 3px;
          padding-right: 5px;
          font-size: 12px;
        }
        .dropdown-menu{
          min-width:250px;
          border-radius:0;
          padding: 20px;
          z-index:1001;
/*           box-shadow: 0 2px 4px rgba(0,0,0,0.15); */
/*           display:block!important; */
          input#customer_email_box, input#customer_password_box {
            margin-bottom: 10px;
            box-shadow: none;
            border-radius: 0;
            outline: none;
            font-weight:200;
            font-size:13px;
            &:focus{
              outline:none;
              box-shadow: none;
              font-weight:400;
              color: $color-a;
            }
          }
          button {
            @include btn-main-black;
            font-size: 13px;
            font-weight: 600;
            width: 100%;
            height: 34px;
            padding:0;
            margin-bottom:20px;
            transition: all .2s linear;
            &:hover{
              color: #000;
              background: transparent;
              border: 1px solid #000;
            }
          }
          li:last-child {
            text-align:center;
            a{
              display: block;
              line-height:1.55;
              &:first-child{
                margin-bottom:4px;
              }
            }
          }
        }
      }
    }
  }
  nav.navUser.navUser--right {
    width: 35%;
    line-height: 15px;
    text-align: right;
    ul{
      display: inline-block;
      margin-bottom: 0;
      padding-left:0;
      li{
        list-style:none;
        float:left;
      }
      .navUser-item--cart{
        padding-left: 12px;
        border-left: 1px solid #ccc;
        margin-left: 12px;
        line-height:15px;
      }
    }
    .navUser--quickSearch{
      font-size:12px;
    }
    .search-header {
      .search-header__input {
        background-color: transparent;
        color: $color-a;
        padding-bottom:5px;
        border:none;
        border-bottom:1px solid transparent;
        width: 100%;
        cursor: pointer;
        opacity:0;
        transition: all 0.5s cubic-bezier(0.29, 0.63, 0.44, 1);  
      }
      button.search_submit {
        background: none;
        border: 0;
        position: absolute;
        top: 2px;
        right: 0px;
        line-height: 12px;
        display: inline-flex;
        z-index:-1;
        text-transform: uppercase;
        .navUser-item-searchIcon{
          margin-top: -2px;
        }
      }
      span.navUser-item-searchLabel {
        margin-left:5px;
      }
    }
    .search--focus{
      .search-header__input{
        padding-right:25px;
        padding-bottom:5px;
        outline:none;
        border-bottom:1px solid #ccc;
        cursor:auto;
        opacity:1;
      }
      button.search_submit {
        z-index:1;
        font-size:13px;
      }
      span.navUser-item-searchLabel {
        display: none;
      }
    }
    
    .navUser-item--compare{
      line-height: 15px;
      border-left: 1px solid #ccc;
      padding-left: 12px;
      margin-left: 8px;
      span.compare-quantity {
        font-size: 11px;
        letter-spacing: 3px; 
      }
      .navUser-item-compareLabel{
        @media (min-width: 1200px){
          margin-left: 5px;
        }        
      }
    }
    
    .navUser-item {
      position: relative;
      .dropdown-menu{
        min-width:230px;
        padding:5px 10px;
        right:0;
        left:auto;
        a.btn {
          display: block;
          margin-top: 10px;
          @include btn-main-black;
        }
        .cart-price {
          margin-top:15px;
          .money{
            font-weight: bold;
          }
          span.x {
            margin-left:5px;
          }
        }
      }
      .dropdown--quickCart{
/*         display:block!important; */
        padding: 0;
        width: 270px;
        max-height:550px;
        overflow:hidden;
        margin-top: 15px;
        border-radius:0;
        a.cart-close {
          position: absolute;
          top: 4px;
          right: 25px;
          padding: 1px 2px;
          &:hover{
            color: $color-rating;
          }
        }
        .cart-content {
          max-height: 550px;
          padding-top:15px;
          padding-bottom:15px;
          margin-bottom:0;
          overflow-y: auto;
          a.btn {
            &:hover{
              font-weight:normal;
              color: $color-rating;
            }
          }
          .items .row{
            position: relative;
            margin: 15px 0;
            margin-bottom: 30px;
            padding: 0px 30px;
          }
          .empty {
            margin: 10px;
            line-height: 1.55;
          }
        }
        .items.control-container {
          max-height: 300px;
          overflow-y: auto;
        }
        .text-items {
          text-transform:capitalize;
          padding: 12px 30px;
          p{
            margin:0;
          }
          span.bold {
            font-weight: 600;
          }
        }
        .cart-left {
          float: left;
          width:35%;
          img{
            width:100%;
          }
        }
        .cart-right {
          display: table;
          padding-left: 20px;
          width:55%;
          .cart-title{
            line-height:1.55;
            a{
              font-size:13px;
            }
          }
        }
        .previewCartAction {
          text-align: center;
          padding: 10px 30px 0px 30px;
        }
        .previewCartAction-checkout{
          @include btn-main-black;
          padding: 12px 30px;
          width:100%;
          margin-bottom:10px;
          transition: all .2s linear;
          &:last-child{
            background:none;
            a{
              color: $color-a;
              &:after{
                content:">";
                margin-left:10px;
              }
            }
            &:hover{
              background: #000;
              a{
                color:#fff;
              }
            }
          }
          &:hover{
            border: 1px solid #000;
            background: transparent;
            a{
              color: #000;
            }
          }
          a{
            color:#fff;
          }
          .lnr{
            margin-right:10px;
            vertical-align: bottom;
          }
        }
        .subtotal {
          border-top: 1px solid #ddd;
          padding: 20px 30px;
          text-transform:uppercase;
          font-weight:600;
          span.cart-total-right {
            float: right;
          }
        }
      }
      .navUser-item-searchLabel, .navUser-item-cartLabel{
        @media (min-width:1200px){
          margin-left:5px;
        }
      }
    }
    .countPill {
      background: #f0e3d3;
      border-radius: 50%;
      padding: 1px 7px;
      font-size: 11px;
    }
  }
}
/* Close update */

.moTab-navigation {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  background-color: rgba(0,0,0,0.9);
  overflow: hidden;
  -ms-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 11;
  &.active{
    width:100%;
    z-index:1000;
    .moTab-top-logo {
      position: fixed;
      width: 290px;
      background: $color-bkg-menu-mobile;
      z-index: 10000;
      top: 0;
      padding: 10px 0px;
      border-bottom: 1px solid #ccc;
    }
  }
  .moTab-navigation-content{
    height: 100%;
    width: 320px;
    position: relative;
    overflow: auto;
    #is-mobile-nav-menu{
      padding-top:65px;
    }
    .moTab-navigation-content-inner {
      background-color: $color-bkg-menu-mobile;
      padding: 0 15px;
      padding-bottom:30px;
      height: 100%;
      overflow: auto;
    }
    #closeLeftPush {
      position:absolute;
      right: 0;
      top: 10px;
      font-size: 24px;
      background-color: transparent;
      border: none;
      padding: 0;
    }
    .moTab-top-logo{
      .moTab-logo{
        width:100px;
      }
      span.lnr.lnr-heart, span.lnr.lnr-sync {
        position: absolute;
        top: 19px;
        font-size: 21px;
        color: $color-a;
      }
      span.lnr.lnr-heart{
        right: 35px;
      }
      span.lnr.lnr-sync{
        right: 70px;
        font-size:22px;
      }      
    }
    ul.nav.navbar-nav {
      margin: 0;
    }
    li.navPages-mobile-item{
      position:relative;
      width:100%;
      padding: 15px 10px;
      border-bottom: 1px solid #dbdbdb;
      &>a{
        text-transform:uppercase;
        font-weight:600;
      }
      a{
        color: $color-a;
        padding:0;
        &:focus, &:hover{
          background:transparent;
        }
      }
      a.arrow {
        position: absolute;
        top: 16px;
        right: 10px;
        &:focus, &:hover{
          background:transparent;
        }
      }
      &.active>a{
        font-weight:bold;
      }
      ul.menu-mobile-container {
        list-style-type: none;
        padding: 0;
        padding-top: 15px;
        li.navPages-sub-mobile-item {
          position:relative;
          padding: 15px 0;
          border-bottom: 1px solid #dbdbdb;
          &:last-child{
            border:0;
            padding-bottom:0;
          }
          a.arrow_1, a.arrow_2 {
            position: absolute;
            top: 15px;
            right: 0;
            &:focus{
              text-decoration:none;
            }
          }
        }
        ul.megaMenu-sub-menu-mobile.menu-mobile-container_1, ul.megaMenu-sub-menu-mobile.menu-mobile-container_2 {
          padding: 0;
          list-style-type: none;
          margin-top:10px;
        }
      }
    }
    .moTab-bottom-account {
      display:inline-block;
      width:100%;
      margin-top: 50px;
      .currency {
        width: 100%;
        position: relative;
        margin-bottom: 22px;
        background: #fff;
        padding: 0 15px;
        line-height:40px;
        a{
          color: $color-a;
        }
        i.fa.fa-caret-down {
          position: absolute;
          top: 50%;
          margin-top:-7px;
          right: 15px;
        }
        &.open{
          ul.currencies.dropdown-menu {
            width: 100%;
            display:block!important;
            li.active{
              a{
                color:#fff;
              }
            }
          }
        }
      }

      ul.customer {
        padding: 0;
        list-style-type: none;
        margin: 0;
        li{
          width: 50%;
          padding: 10px;
          text-align: center;
          float: left;
          border: 2px solid #000;
          a{
            color: $color-a;
            text-transform:uppercase;
          }
          &:first-child{
            background:$color-bkg-button-main;
            a{
              color:#fff;
            }
          }
        }
      }
    }
  }
}

/* update logo mobile */
.navPages-mobile-container {
  display:none;
  @media only screen and (max-width: 991px){
    position: relative;
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size:16px;
    height: auto;
    width: 100%;
  }
  .navLogo-mobile-item {
/*     text-align: left; */
    margin-left: 55px;
    max-width: 90px;
    display: inline-block;
  }
  .navSearch-mobile-item {
    .search-icon {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 60px;
    }
    form.search {
      width: 100%;
      position: absolute;
      top: 0px;
      z-index: 2;
      height: 100vh;
      background: #fff;
    }
    input.search_box{
      width: 100%;
      padding: 12px;
      padding-left: 50px;
      border: 0;
      border-bottom: 1px solid #ccc;
      z-index:-1;
    }
    span.search-hide {
      position: absolute;
      left:0;
      top: 17px;
      z-index: 3;
      margin-left: 15px;
      width: 30px;
      height: 30px;
    }
    .search-content {
      visibility: hidden;
    }
    .search-content.active-search {
      visibility: visible;
      position: relative;
      margin-top: 0;
    }
    .search-results{
      display:none!important;
    }
  }
  button#showLeftPush {
    position: absolute;
    padding:0;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    margin-left:15px;
    border: none;
    background: transparent;
    color: #000;
    outline:none;
    font-size: 20px;
  }
  .navUser-item--cart {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    a{
      color:#000;
      margin-right:12px;
    }
  }
  span.countPill {
    background: #f0e3d3;
    border-radius: 50%;
    padding: 0px 5px;
    font-size: 10px;
    position: absolute;
    top: -8px;
    right: 0;
  }
  .mobile-navigation-inner{
    background: $color-bkg-button-main;
    height: 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    visibility: hidden;
    opacity: 0;
    width:0;
  }
  &.active{
    .mobile-navigation-inner{
      display: block;
      padding: 10px 15px;
      background: $color-bkg-button-main;
      min-height: 420px;
      visibility: visible;
      opacity: 1;
      width:100%;
      overflow-y:scroll;
      a{
        color:#fff;
        &:hover, &:focus{
          background:transparent;
        }
      }
      a.arrow {
        position: absolute!important;
        right: 15px;
        top: 0;
      }
    }
  }
  li.navigation_mobile{
    ul.menu-mobile-container {
      list-style-type: none;
      padding: 0 30px;
      li{
        margin-bottom: 5px;
        i{
          margin-left:10px;
        }
      }
      ul.menu-mobile-container_1, ul.menu-mobile-container_2{
        list-style-type:none;
        padding:0;
        padding-left:15px;
        margin-top:5px;
      }
    }
  }
  .mobile-content-top {
    text-align: center;
    border-bottom: 1px solid #282828;
    ul.currencies{
      background: #555;
      padding-top: 0;
      padding-bottom: 0;
    }
  }
  ul.customer {
    list-style-type: none;
    padding: 0;
    li{
      display: inline-block;
      margin: 5px 15px;
    }
  }
}
/* close update */

.menu-mobile-container{
  ul.sub-mega-menu {
    list-style-type: none;
    padding: 15px 0px;
  }
}
.megaMenu-1-mobile{
  ul li>a{
    display:block;
    text-transform:uppercase;
    margin-bottom:20px;
  }
  .description-image {
    display: none;
  }
  .description-text {
    span.bold {
      font-weight: bold;
    }
  }
  p.home-title {
    margin-top: 10px;
    margin-bottom:20px;
    text-transform:uppercase;
  }
  .home-image{
    img{
      width:100%;
    }
  }
}
.megaMenu-2-mobile, .megaMenu-3-mobile, .megaMenu-4-mobile{
  ul.linkList-subMenu {
    list-style-type: none;
    padding: 0;
    margin-bottom:20px;
    li{
      padding:5px 0;
    }
  }
  li.megaMenu-title {
    text-transform: uppercase;
    padding-bottom: 5px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 10px;
    font-weight:600;
  }
}
.megaMenu-3-mobile{
  .products-content {
    display: none;
  }
}

.currency {
  ul.currencies{
    li>a{
      padding:4px 20px;
      font-weight:400px;
      font-size:12px;
    }
    &>.active>a, &>.active>a:focus, &>.active>a:hover{
      color:#fff;
      background-color: #282828;
      font-weight:400;
    }
  }
}
#menu{
  text-align:center;
/*   background: $color-bkg-menu; */
  @media only screen and (max-width: 991px){
    display: none;
  }
  .navPages-list--currencies, .navPages-list--user {
    display: none;
  }
  .navPages-list{
    position:relative;
    margin-bottom: 0;
    padding: 0;
    @-moz-document url-prefix() {
      .navPages-item{
        margin:0 -4px;
      }
    }
    .navPages-item{
      position:static;
      list-style:none;
      display: inline-block;
      padding: 12px 25px;
      margin: 0 -2px;
      text-transform: uppercase;
      cursor:pointer;
      transition: all .3s linear;
      -webkit-transition: all .3s linear;
      @media (min-width:768px) and (max-width:991px){
        padding:20px 20px;
      }
      &>a{
        font-weight:600;
        font-size: 14px!important;
        letter-spacing: 0.025em;
        -webkit-font-smoothing: antialiased;
      }
/*       &:hover, &.active{
        background: $color-menu-hover;
        a{
          color: $color-text-menu-hover;
        }
      } */
      a{
        font-size:13px;
        color: $color-a;
        transition: all .3s linear;
        -webkit-transition: all .3s linear;
        &:hover, &:focus{
          color: $color-hover-text;
          opacity:1;
          text-decoration:none;
        }
      }
    }
    li.navigation {
      position: relative;
      ul.megaMenu-menu {
        padding: 20px 30px;
        width:auto;
        min-width:200px;
        text-transform: capitalize;
        li{
          a{
            transition: all .3s linear;
            &:hover, &:focus{
              background:none;
              padding-left:15px;
              outline:none;
            }
          }
        }
        li.navPages-sub-item{
          a{
            position:relative;
            padding:6px 0;
            &>i{
              position:absolute;
              top:8px;
              right:0;
              transition:all .3s linear;
            }
          }
          &:hover{
            &>.dropdown-menu{
              transform: scale(1, 1);
              display:block!important;
            }
          }
          .dropdown-menu{
            padding:20px;
            transform: scale(1, 0);
            left: 100%;
            margin-left: 20px;
            top: 0px;
            border: 1px solid #eee;
            box-shadow: 0px 0px 0px 1px #dbdbdb;
            transition:all .3s linear;
            @media (min-width:768px) and (max-width:991px){
              left:15px;
              margin-left:0;
            }
            @media (min-width:992px) and (max-width:1199px){
              left:60px;
              margin-left:0;
            }
            @media (min-width:1200px) and (max-width:1399px){
              margin-left:0;
              left:100px;
            }
          }
        }
      }
      &.active{
        a{
          background:transparent;
        }
      }
    }
  }
  i.sub-dropdown{
    width:0;
  }
  .dropdown-menu{
    padding:35px 0;
    width:100%;
    top: 95%;
    border-radius:initial;
    border:none;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: rgba(255, 255, 255, 0.98);
    ul {
      list-style-type: none;
      padding: 0;
    }
    &>.container{
      @media (min-width:1216px){
        padding:0;
      }
    }
  }
  .dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
    background-color:transparent;
  }
  .megamenu-container-1{
/*     display:block!important; */
    .megaMenu-1-description{
      width: 20%;
      float: left;
      text-align:center;
    }
    .megaMenu-1-allHome{
      width: 80%;
      float:right;
      text-align:center;
      margin-bottom:0;
    }
    .megaMenu-1-home {
      width: 100%;
      text-align:center;
    }
    .owl-next, .owl-prev{
      position: absolute;
      top: 36%;
      font-size: 30px;
      opacity: 0.2;
      z-index: 1;
      transition: all .2s linear;
      &:hover{
        opacity: 1;
      }
    }
    .owl-prev{
      left: 10px;
    }
    .owl-next{
      right:10px;
    }
    .mega-1-button{
      @include btn-main-black;
      font-weight:400;
      color:#fff!important;
      transition: all .3s linear;
      -webkit-transition: all .3s linear;
      &:after{
        content: ">";
        margin-left: 10px;
      }
      &:hover{
        color: #000!important;
        border:1px solid #000;
        background:transparent;
      }
      @media (min-width:768px) and (max-width:991px){
        padding: 8px 12px;
      }
    }
    .description-text {
      margin-top: 25px;
      margin-bottom: 35px;
      text-transform: initial;
      .bold{
        font-weight:bold;
      }
    }
    p.home-title {
      text-transform: initial;
      margin-top: 15px;
    }
    .home-image{
      overflow: hidden;
      padding:0 15px;
      img{
        width:100%;
        border:1px solid transparent;
        transition: all .2s linear;
        -webkit-transition: all .2s linear;
      }
      &:hover{
        img{
/*           filter: brightness(90%); */
          border: 1px solid #ddd;
        }
      }
    }
  }
  .megamenu-container-2{  
    li.megaMenu-title {
      margin-top:25px;
    }
  }
  .megamenu-container-2, .megamenu-container-4{
    line-height: 1.42857143;
    
    li.megaMenu-title {
      font-weight: 600;
      padding-bottom: 15px;
      border-bottom: 1px dotted $color-a;
      margin-bottom: 25px;
      letter-spacing:1px;
    }
    li{
      margin-bottom:12px;
      &>a{
        text-transform:capitalize;
        transition:all .5s ease;
        -webkit-transition: all .5s ease;
        &:hover{
          padding-left:15px;
        }
      }
      img{
        width:100%;
        transition: all .3s linear;
        &:hover{
          opacity:0.8;
        }
      }
    }
  }
  .megamenu-container-3{
    line-height: 1.42857143;
/*     display:block!important; */
    .megaMenu-title {
      display:block;
      font-weight: 600;
      padding-bottom: 15px;
      border-bottom: 1px dotted $color-a;
      margin-bottom: 25px;
      letter-spacing:1px;
    }
    .productsCarousel-slide {
      margin: 0 10px;
    }
    li{
      margin-bottom:12px;
      &:last-child{
        .megaMenu-title{
          margin-left:10px;
          margin-right:10px;
        }
      }
      &>a{
        text-transform:capitalize;
        transition:all .5s ease;
        -webkit-transition: all .5s ease;
        &:hover{
          padding-left:15px;
        }
      }
    }
    .products-content {
      position: relative;
      .card-body {
        text-align: left;
        cursor: pointer;
        text-transform: none;
        .card-text--price{
          float:none;
        }
        .rating-star{
          float:none;
        }
        span.spr-badge-caption {
          display: none;
        }
      }
      a{
        img:nth-child(1){
          transform: translateX(0);
          transition: all .3s linear;
          -webkit-transition: all .3s linear;
        }
        img:nth-child(2){
          visibility: hidden;
          position:absolute;
          top:0;
          left:0;
          opacity: 0;
          transition: all .3s linear;
          -webkit-transition: all .3s linear;
        }
        &:hover img:nth-child(2){
          visibility: visible;
          opacity: 1;
          transform: translateX(0);
        }
        &:hover img:nth-child(1){
/*           visibility: hidden;
          transform: translateX(-100%); */
        }
      }
    }
    figure.card-figure {
      position: relative;
      overflow:hidden;
      &:hover{
        & figcaption.card-figcaption{
          visibility:visible;
          bottom:-12px;
        }
      }
    }
    figcaption.card-figcaption {
      width: 100%;
      position: absolute;
      bottom: -50px;
      visibility:hidden;
      transition: all .5s ease;
      -webkit-transition: all .5s ease;
      .effect-ajax-cart {
        width: 66%;
        display: grid;
        float: left;
        @media (min-width:768px) and (max-width:991px){
          width: 50%;
        }
        @media (min-width:992px) and (max-width:1199px){
          width: 40%;
        }
      }
      .add-to-cart, .select-option{
        background: $color-bkg-button-product;
        border-radius: 0;
        color: $color-text-button-product;
        outline:none;
        transition: all .3s linear;
        -webkit-transition: all .3s linear;
        span.cart-btn-text {
          margin-left: 5px;
          font-size:10px;
          text-transform: uppercase;
          @media (min-width:768px) and (max-width:991px){
            display:none;
          }
          @media (min-width:992px) and (max-width:1199px){
            display:none;
          }
        }
        &:hover{
          background:$color-hover-view;
          color:#000;
        }
      }
      ul.quickview-wishlist-wrapper {
        li{
          display:inline-block;
          background: $color-bkg-button-product;
          width:17%;
          float:left;
          text-align: center;
          cursor:pointer;
          transition: all .3s linear;
          -webkit-transition: all .3s linear;
          @media (min-width:768px) and (max-width:991px){
            width:50%;
            border-left:1px solid #555;
          }
          @media (min-width:992px) and (max-width:1199px){
            width:30%;
          }
          &:first-child{
            border-left: 1px solid #555;
            border-right: 1px solid #555;
          }
          &:hover{
            background:$color-hover-view;
            a{
              color:#000;
              text-decoration:none;
              margin:0;
              padding:0;
            }       
          }
          a{
            color: #fff;
          }
          a.wishlist-added{
            color: $color-rating;
            span{
              font-weight:bold;
            }
          }
        }
      }
    }
    .product-label .sale-flag-side .sale-text{
      width:52px;
      padding-bottom:4px;
      &:after{
        top:3px;
      }
    }
    .slick-slider, .productsCarousel {
      position:static;
    }
    .owl-buttons {
      position: absolute;
      display: inline-flex;
      top: 0;
      right: 10px;
      font-size:20px;
      .owl-prev{
        margin-right:20px;
      }
    }
  }
}
.heroCarousel-slide {
  text-align: center;
  position:relative;
  .heroCarousel-content {
    position: absolute;
    top: 25%;
    color: #fff;
    width: 100%;
    @media only screen and (max-width: 425px){
      top:5%;
    }
    @media (min-width:426px) and (max-width:767px){
      top: 20%;
    }
    @media (min-width:768px) and (max-width: 991px){
      top: 10%;
    }
    @media (min-width:992px) and (max-width: 1199px){
      top: 10%;
    }
    p.heroCarousel-title-2 {
      font-size: 30px;
      letter-spacing: 2px;
      font-family: $font-kaushan;
      @media only screen and (max-width: 767px){
        font-size:20px;
        margin-bottom: 5px;
      }
    }
    h3.heroCarousel-title {
      font-size: 50px;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 5px;
      @media only screen and (max-width: 767px){
        font-size:25px;
        margin: 5px 0px;
        letter-spacing:0px;
      }
      @media (min-width:768px) and (max-width: 991px){
        font-size: 40px;
        margin:0;
      }
    }
    p.heroCarousel-description {
      padding: 0px 30%;
      line-height: 25px;
      -webkit-font-smoothing: antialiased;
      @media (min-width: 1200px){
        font-size: 16px;
        font-weight: 400;
      }
      @media only screen and (max-width: 767px){
        display: none;
      }
      @media (min-width:768px) and (max-width: 991px){
        padding: 0 15%;
      }
      @media (min-width:992px) and (max-width: 1199px){
        padding: 0 25%;
      }
    }
    .heroCarousel-action {
      @include btn-main-black;
      padding: 10px 35px;
      margin-top: 40px;
      transition: all .3s linear;
      -webkit-transition: all .3s linear;
      &:after{
        content:">";
        margin-left:10px;
      }
      @media only screen and (max-width: 767px){
        margin-top: 5px;
        padding: 5px 15px;
      }
      @media (min-width:768px) and (max-width: 991px){
        margin-top: 5px;
        padding:5px 20px;
      }
      @media (min-width:992px) and (max-width: 1199px){
        margin-top: 20px;
      }
      &:hover{
        border: 1px solid $color-border-button-hover;
        background:  $color-bkg-button-hover;
        color: $color-text-button-hover;
        text-decoration:none;
      }
    }
  }
  .heroCarousel-shopNow{
    position: absolute;
    left: 50%;
    margin-left: -36px;
    color: #fff;
    bottom: 40px;
    cursor:pointer;
    @media only screen and (max-width: 767px){
      display:none;
    }
    @media (min-width:768px) and (max-width:991px){
      bottom: 25px;
    }
    @media (min-width:992px) and (max-width:1199px){
      bottom: 30px;
    }
    .action-shop{
      background: transparent;
      border: none;
      font-size: 10px;
      text-transform: uppercase;
      outline: none;
      letter-spacing:1px;
      transition: all .3s linear;
      -webkit-transition: all .3s linear;
    }
    span.lnr {
      display: block;
      margin-top: 5px;
      font-size: 20px;
      transition: all .3s linear;
      -webkit-transition: all .3s linear;
      @media only screen and (max-width: 767px){
        font-size:10px;
        margin-top:0;
      }
    }
    &:hover{
      span.lnr,.action-shop {
        color: $color-hover-text;
      }
    }
  }
}
.emthemesModez-section--newProducts{
  text-align:center;
  .u-sep{
    @media only screen and (max-width: 767px){
      margin-top:40px;
    }
  }
  a.emthemesModez-banner-figcaption-button {
    @include btn-main-black;
    padding: 8px 39px;
    margin-bottom:80px;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    @media only screen and (max-width: 767px){
      margin-bottom: 50px;
      margin-top: -10px;
    }
    &:hover{
      background: $color-bkg-button-hover;
      text-decoration:none;
      color: $color-text-button-hover;
      border: 1px solid $color-border-button-hover;
    }
    &:after{
      content:">";
      margin-left:10px;
    }
  }
}

.slick-slider { 
  margin-bottom: 80px; 
  @media only screen and (max-width:767px){
    margin-bottom: 30px; 
  }
}


/* BANNER BOTTOM 3 GROUP */
.emthemesModez-bannersContainer--laparis1 {
  position:relative;
  display: inline-block;
  width: 100%;
  @media only screen and (max-width:767px){
    padding:0 15px;
  }
  .emthemesModez-banner--laparis1{
    position:relative;
  }
  .emthemesModez-banner--laparis1:nth-child(1){
    display: inline-block;
    width: 100%;
    .emthemesModez-banner-figure{
      width: 50%;
      float: right;
      overflow:hidden;
      margin-bottom:30px;
      @media only screen and (max-width:425px){
        width:100%;
        float:none;
        margin-bottom:0;
      }
      @media (min-width:426px) and (max-width:767px){
        width: 50%;
      }
      img{
        width:100%;
        transition: all .3s linear;
        &:hover{
          transform: scale(1.1);
        }
      }
    }
    .emthemesModez-banner-figcaption {
      position: absolute;
      top: 10%;
      width: 45%;
      background-repeat: no-repeat;
      margin-left: 5%;
      @media only screen and (max-width:425px){
        position: relative;
        margin-left:0;
        width: 100%;
      }
      @media (min-width:426px) and (max-width:767px){
        width:50%;
        margin-left:0;
        top:0;
      }
      @media (min-width:768px) and (max-width:1199px){
        top:5%;
      }
      .emthemesModez-banner-figcaption-title {
        font-size: 40px;
        line-height: 46px;
        font-family: $font-kaushan;
        @media only screen and (max-width:767px){
          font-size:28px;
          line-height:25px;
        }
        @media (min-width:768px) and (max-width:991px){
          font-size:30px;
        }
        @media (min-width:992px) and (max-width:1199px){
          font-size:38px;
        }
        @media (min-width:1200px){
          letter-spacing:2px;
        }
      }
      .emthemesModez-banner-figcaption-text {
        margin-top: 20px;
        margin-bottom: 30px;
        @media (min-width:1200px){
          line-height:25px;
        }
      }
      .emthemesModez-banner-figcaption-button {
        @include btn-main-black;
        padding:8px 31px;
        letter-spacing:1px;
        transition:all .3s linear;
        -webkit-transition: all .3s linear;
        &:after{
          content: ">";
          margin-left:10px;
        }
        &:hover{
          color: $color-text-button-hover;
          background: $color-bkg-button-hover;
          border: 1px solid $color-border-button-hover;
          text-decoration:none;
        }
        @media (min-width:426px) and (max-width:767px){
          padding: 8px 15px;
        }
      }
    }
    .emthemesModez-banner-figcaption-body {
      border: 2px solid #ccc;
      border-right:0;
      padding: 80px 100px;
      margin-left: 10%;
      background: #fff;
      margin-top: 30px;
      line-height: 1.42857143;
      @media only screen and (max-width:425px){
        background:transparent;
        border: 2px solid #ccc;
        padding: 20px 30px;
        margin-left:0;
        margin-bottom:30px;
      }
      @media (min-width:426px) and (max-width:767px){
        margin-left:0;
        margin-top:5%;
        padding: 10px 10px;
        border:0;
        background:transparent;
      }
      @media (min-width:768px) and (max-width:991px){
        padding: 30px 40px;
        margin-top:0;
      }
      @media (min-width:992px) and (max-width:1199px){
        padding: 60px 70px;
      }
    }
  }
  .emthemesModez-banner--laparis1:nth-child(2){
    display:inline-block;
    width:50%;
    padding-right:80px;
    text-align:center;
    margin-top: -110px;
    float: left;
    @media only screen and (max-width:767px){
      width:100%;
      margin-top:0;
      padding-right:0;
    }
    @media (min-width:768px) and (max-width:1199px){
      padding-right:30px;
      padding-left:15px;
    }
    .emthemesModez-banner-figure{
      img{
        float:left;
        width:100%;
        @media (min-width:426px) and (max-width:767px){
          height:380px;
        }
      }
    }
    .emthemesModez-banner-figcaption {
      position: absolute;
      top: 22%;
      width: 100%;
      padding:0 20%;
      @media only screen and (max-width:425px){
        top: 50%;
        margin-top: -100px;
        padding: 0 10%;
      }
      @media (min-width:426px) and (max-width:767px){
        top: 50%;
        margin-top: -100px;
        padding: 0 19%;
      }
      @media (min-width:768px) and (max-width:991px){
        top:15%;
        padding:0 10%;
      }
      @media (min-width:992px) and (max-width:1199px){
        top:16%;
      }
      .emthemesModez-banner-figcaption-body {
        margin-right: 80px;
        line-height: 1.42857143;
        @media only screen and (max-width:767px){
          margin-right:0px;
        }
        @media (min-width:768px) and (max-width:1199px){
          margin-right:30px;
        }
      }
      .emthemesModez-banner-figcaption-title {
        font-weight: 600;
        text-transform: uppercase;
        .title-1{
          font-size: 60px;
          margin-bottom: -15px;
          @media (min-width:1200px){
            letter-spacing:3px;
          }
          @media only screen and (max-width:767px){
            font-size:40px;
            margin-bottom:-10px;
          }
        }
        .title-2{
          font-size: 40px;
          @media (min-width:1200px){
            letter-spacing:5px;
          }
          @media only screen and (max-width:767px){
            font-size:30px;
          }
        }
      }
      .emthemesModez-banner-figcaption-text{
        font-size:16px;
        letter-spacing: 1.5px;
        margin: 0px 40px;
        border-top: 1px solid $color-border;
        padding-top: 30px;
        margin-top: 20px;
        @media only screen and (max-width:767px){
          font-size:15px;
          padding-top:10px;
          margin-top:10px;
        }
        @media (min-width:768px) and (max-width:991px){
          padding-top:20px;
          margin-top:10px;
        }
      }
      a.button {
        font-size: 12px;
        color: #000;
        border: 2px solid #000;
        padding: 8px 40px;
        text-transform: uppercase;
        margin-top: 45px;
        letter-spacing: 1.5px;
        display: inline-block;
        transition: all .3s linear;
        -webkit-transition: all .3s linear;
        @media only screen and (max-width:767px){
          margin-top:20px;
          padding: 5px 20px;
        }
        @media (min-width:768px) and (max-width:991px){
          margin-top:20px;
          padding:5px 20px;
        }
        &:after{
          content:">";
          margin-left:10px;
        }
        &:hover{
          color: #fff;
          background:#000;
          text-decoration:none;
        }
      }
    }
  }
  .emthemesModez-banner--laparis1:nth-child(3){
    width: 50%;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
    @media only screen and (max-width:767px){
      width:100%;
      position:relative;
      display: inline-block;
      margin-top:10px;
    }
    .emthemesModez-banner-figure {
      width: 50%;
      overflow:hidden;
      @media only screen and (max-width:425px){
        width: 100%;
      }
      @media (min-width:426px) and (max-width:767px){
        width:50%;
        float:left;
      }
      img{
        width: 100%;
        transition: all .3s linear;
        &:hover{
          transform: scale(1.1);
        }
      }
    }
    .emthemesModez-banner-figcaption {
      position: absolute;
      top: 15%;
      width: 50%;
      right: 0px;
      line-height: 1.42857143;
      @media only screen and (max-width:425px){
        position:relative;
        width:100%;
      }
      @media (min-width:426px) and (max-width:767px){
        width:50%;
      }
      @media (min-width:768px) and (max-width:991px){
        top: 5%;
      }
      .emthemesModez-banner-figcaption-title {
        .title-1{
          font-size: 72px;
          font-family: $font-kaushan;
          margin-bottom: -5px;
        }
        .title-2{
          font-size: 30px;
          font-weight:600;
          text-transform: uppercase;
          letter-spacing:2px;
        }
      }
      .emthemesModez-banner-figcaption-text {
        display:inline-block;
        border-top: 1px solid $color-border;
        width: 30%;
        margin:15px 0px;
        @media only screen and (max-width:767px){
          margin:5px 0px;
        }
      }
    }
    .emthemesModez-banner-figcaption-button {
      @include btn-main-black;
      background:transparent;
      color: #000;
      width:100%;
      letter-spacing: 1px;
      transition: all .3s linear;
      -webkit-transition: all .3s linear;
      &:before{
        content:"<";
        margin-right:5px;
      }
      &:hover{
        color: $color-hover-text;
        text-decoration:none;
      }
    }
  }
}


/* --- */
.card-body{
  h4.card-title{
    font-size:13px;
    margin-top:20px;
    font-weight: 400;
    a{
      color: $color-title-product;
      transition:all .3s linear;
      -webkit-transition: all .3s linear;
      &:hover{
        color:$color-hover-text;
        text-decoration:none;
      }
    }
  }
  .card-text--price{
    font-size:14px;
    margin-bottom: 5px;
    @media (min-width:992px){
      float: left;
    }

    .price-sale, .price {
      font-weight: 600;
      margin-right: 15px;
    }
    del.price-compare {
      color: $color-del-price;
    }
  }
  .rating-star {
    @media (min-width:992px){
      float: right;
    }
  }
}

.productGrid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  text-align:left;
  @media only screen and (max-width:1199px){
    margin-left: 0;
    margin-right: 0;
  }
  @media (min-width:1200px) and (max-width:1217px){
    margin-left:-6px;
    margin-right:-6px;
  }
  img.card-image {
    width: 100%;
  }

  .content_product{
    position: relative;
    overflow: hidden;
    margin-bottom: 55px;
    @media only screen and (max-width:767px){
      width:50%;
      margin-bottom:40px;
    }
  }

  .spr-badge-caption{
    display:none;
  }
  a{
    img:nth-child(1){
      transform: translateX(0);
      transition: all .5s linear;
      -webkit-transition: all .5s linear;
    }
    img:nth-child(2){
      visibility: hidden;
      position:absolute;
      top:0;
      left:0;
      opacity: 0;
      transition: all .3s linear;
      -webkit-transition: all .5s linear;
    }
    &:hover img:nth-child(2){
      visibility: visible;
      opacity: 1;
      transform: translateX(0);
    }
    &:hover img:nth-child(1){
/*       visibility: hidden;
      transform: translateX(-100%); */
    }
  }
}
.u-sep{
  margin-top:80px;
  position:relative;
  .u-sep-l{
    border-top: 1px dotted $color-a;
    width: 100%;
    display: inline-block;
  }
  h2.page-heading {
    background: #fff;
    text-transform: uppercase;
    letter-spacing:1.5px;
    padding: 0px 30px;
    font-size: 20px;
    font-weight: 600;
    position: absolute;
    display: inline-block;
    margin-left: -109px;
    left: 50%;
    top: -20px;
  }
}

.emthemesModez-productBrandsTabs {
  margin: 30px 0px;
  text-align: center;
  .nav-tabs{
    border-bottom: none;
    display: inline-block;
    li{
      margin: 0px 10px;
      width: 80px;
      height:30px;
      text-transform: uppercase;
    }
    &>li>a{
      color: $color-a;
      margin-right:0;
      border-radius: 0;
      padding: 5px 0px;
      border: 1px solid #ddd;
    }
  }
  .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    border: 1px solid #000;
    border-bottom-color: #000;
  }
}


/* BLOG HOME */
.emthemesModez-section--blogGrid{
  .u-sep{
    @media only screen and (max-width: 767px){
      margin-top:40px;
    }
  }
}
ul.emthemesModez-blogGrid--list {
  display: inline-block;
  list-style-type: none;
  padding: 0;
  margin-left: -15px;
  margin-top: 50px;
  @media only screen and (max-width: 767px){
    margin-left:0px;
    margin-top:25px;
  }
  @media (min-width:768px) and (max-width:991px){
    margin-left:0px;
  }
  @media (min-width:992px) and (max-width:1199px){
    margin-left:0px;
  }
  li.emthemesModez-blogItem{
    @media only screen and (max-width: 767px){
      display:inline-block;
      clear:both;
      margin-bottom:25px;
      width:100%;
    }
    article.blog{
      .blog-post-figure {
        width: 56%;
        float: left;
        overflow:hidden;
        @media only screen and (max-width:767px){
          width:100%;
        }
        img{
          width: 100%;
          transition:all .3s linear;
          &:hover{
            transform: scale(1.1);
          }
        }
      }
      .blog-post-body {
        display: inline-block;
        width: 44%;
        padding-left: 25px;
        @media only screen and (max-width: 767px){
          padding-left: 0;
          width:100%;
        }
        span.blog-day {
          font-size: 40px;
          font-family:$font-kaushan;
        }
        span.blog-year {
          @include blog-year;
        }
        h2.blog-title {
          font-size: 16px;
          text-transform: uppercase;
          font-weight: 500;
          margin-bottom:0;
          @media only screen and (max-width:767px){
            font-size:14px;
            margin-top:0;
          }
          @media (min-width:768px) and (max-width:991px){
          	font-size:15px;
          }
          a{
            color: #000;
            line-height: 25px;
            transition: all .3s linear;
            -webkit-transition: all .3s linear;
            @media (min-width:1200px){
              letter-spacing:1px;
            }
            @media (min-width:768px) and (max-width:991px){
              font-size:15px;
            }
            &:hover{
              color: $color-hover-text;
              text-decoration:none;
            }
          }
        }
 
        .blog-readmore {
          a{
            display: inline-block;
            text-transform: uppercase;
            color: $color-a;
            padding-top: 20px;
            margin-top: 20px;
            letter-spacing: 0.05em;
            position: relative;
            transition:all .5s ease;
            -webkit-transition: all .5s ease;
            @media only screen and (max-width:767px){
              margin-top: 10px;
              padding-top: 10px;
            }
            @media (min-width:768px) and (max-width:991px){
              padding-top: 10px;
            }
            @media (min-width:992px) and (max-width:1199px){
              margin-top: 15px;
              padding-top: 15px;
            }
            &:before{
              content: "";
              border-top: 1px solid $color-border;
              position: absolute;
              top: 0px;
              height: 1px;
              width: 70%;
            }
            &:hover{
              color:$color-hover-text;
              text-decoration:none;
            }
            &:after{
              content:">";
              margin-left: 10px;
            }
          }
        }
      }
    }
  }
}


/* BRAND SLIDE */
article.emthemesModez-brandCarousel-container {
  margin-top: 70px;
  margin-bottom:40px;
  border-top: 1px dotted #282828;
  padding-top: 35px;
  @media only screen and (max-width:767px){
    margin-top: 20px;
  }
  @media only screen and (max-width: 425px){
    padding-top: 0px;
    margin-bottom:0;
  }
  @media (min-width:768px) and (max-width:991px){
    margin-top: 50px;
  }
  .slick-slide{
    margin: 0 40px;
    @media only screen and (max-width: 425px){
      margin: 0 60px;
    }
    @media (min-width: 426px) and (max-width:1199px){
      margin:0 20px;
    }
  }
}
.emthemesModez-brandCarousel{
  margin-bottom:20px;
  @media only screen and (max-width: 425px){
    margin-bottom:0;
  }
  img{
    opacity:0.4;
    transition: all .3s linear;
    &:hover, &:focus{
      opacity:1;
      outline:none;
    }
  }
  .slick-prev, .slick-next{
    display:inline-block!important;
    background:#fff;
    transition: all .3s linear;
    z-index:9;
    @media (min-width:992px){
      opacity:0.3;
    }
    &:before{
      font-size:25px;
      opacity:0.6;
    }
    &:hover{
      opacity:1;
    }
  }
  @media only screen and (max-width:1199px){
    .slick-prev{
      left: 10px;
    }
    .slick-next{
      right:10px;
    }
  }
}

.emthemesModez-instafeed-container {
  display: inline-block;
  position:relative;
  text-align:center;
  margin-bottom: 10px;
  @media only screen and (max-width:767px){
    padding: 0 15px;
  }
  @media (min-width:768px) and (max-width:1199px){
    padding:0 15px;
  }
  .emthemesModez-instafeed-content {
    position: absolute;
    width: 430px;
    padding:45px 50px;
    top: 33%;
    left: 50%;
    margin-left: -215px;
    background:#fff;
    z-index:9;
    @media only screen and (max-width: 767px){
      width: 280px;
      margin-left: -140px;
      padding: 30px 30px;
    }
    @media (min-width:768px) and (max-width:991px){
      width: 330px;
      padding: 30px 30px;
      top: 25%;
      margin-left: -165px;
    }
    h2.page-heading{
      font-size:20px;
      font-weight:600;
      letter-spacing:1px;
      text-transform:uppercase;
      margin: 0;
      margin-bottom: 25px;
    }
    .emthemesModez-instafeed-desc{
      color: #535252;
      line-height: 22px;
      span.sep {
        @media only screen and (max-width:767px){
          display:none;
        }
      }
      a{
        &:hover{
          color: $color-hover-text;
        }
        @media only screen and (max-width:767px){
          display:block;
        }
      }
    }
  }
  div#instafeed{
    display:inline-block;
    img{
      width:20%;
      float:left;
      transition: all .2s ease;
      -webkit-transition: all .2s ease;
      padding:2px;
      overflow: hidden;
      border:1px solid transparent;
      &:hover{
        border:1px solid $color-a;
        padding:8px;
        @media only screen and (max-width:767px){
          border:1px solid transparent;
          padding:2px;
        }
      }
      @media only screen and (max-width:767px){
        width:50%;
      }
    }
  }
}


/* CATEGORY SLIDE HOME */
.index-section-prolink{
  display: block;
  padding-top: 80px;
  padding-bottom:80px;
  background-image: url(//toyzany.com/cdn/shop/t/78/assets/LayouHome_01.jpg?v=119118199840046308631638570076);
  background-size:cover;
  overflow:hidden;
  margin-left:150px;
  margin-right:150px;
  @media only screen and (max-width:767px){
    padding-top:40px;
    padding-bottom:40px;
  }
  @media (min-width:768px) and (max-width:991px){
    padding-top:40px;
    padding-bottom:40px;
  }
  @media only screen and (max-width:1199px){
    margin-right:0;
    margin-left:0;
  }
  @media (min-width:1200px) and (max-width:1399px){
    margin-right:0;
    margin-left:0;
    padding-left:30px;
    padding-right:30px;
  }
  @media (min-width:1400px) and (max-width:1919px){
    margin-right:75px;
    margin-left:75px;
    padding-left:75px;
    padding-right:75px;
  }
  .slick-slider {
    margin-bottom: 0px;
  }

  section.productCarousel {
    padding-right: 15px;
  }
  figure.card-figure {
    figcaption.card-figcaption {
      @media only screen and (max-width:767px){
        bottom:0;
        visibility:visible;
      }
      .effect-ajax-cart {
        width: 70%;
        @media only screen and (max-width:373px){
          width:47%;
        }
        @media (min-width:374px) and (max-width:425px){
          width:46%;
        }
        @media (min-width:426px) and (max-width:767px){
          width:44%;
        }
        @media (min-width:768px) and (max-width:991px){
          width: 53%;
        }
      }
      ul.quickview-wishlist-wrapper {
        li{
          width:17%;
          @media only screen and (max-width:425px){
            width:30%;
          }
          @media (min-width:426px) and (max-width:767px){
            width:31%;
          }
          @media (min-width:768px) and (max-width:991px){
            width:30%;
          }
        }
      }
      .select-option, .add-to-cart {
        span.cart-btn-text{
          @media only screen and (max-width:767px){
            display:none;
          }
        }
      }
    }
  }
  .slick-prev, .slick-next{
    display: inline-block !important;
    background: #fff;
    top: 40%;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 42px;
    transition: all .3s linear;
    @media (min-width:992px){
      opacity:0.1;
    }
    @media (min-width:768px) and (max-width:991px){
      top:34%;
    }
    &:before{
      line-height:0;
      font-size:15px;
      opacity:0.5;
    }
    &:hover{
      opacity:1;
    }
  }
  .slick-prev{
    left:30px;
    @media only screen and (max-width:767px){
      left:15px;
    }
    @media (min-width:768px) and (max-width:991px){
      left:20px;
    }
  }
  .slick-next{
    right:15px;
  }
  .content_product{
    position:relative;
    overflow:hidden;
    margin-left:30px;
    text-align: left;
    outline:none;
    @media only screen and (max-width:767px){
      margin-left:15px;
    }
    @media (min-width:768px) and (max-width:991px){
      margin-left:20px;
    }
  }
  a{
    img:nth-child(1){
      transition: all .5s linear;
      -webkit-transition: all .5s linear;
    }
    img:nth-child(2){
      visibility: hidden;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      transition: all .3s linear;
      -webkit-transition: all .3s linear;
    }
    &:hover{
      img:nth-child(1){
/*         visibility: hidden;
        transform:scale(0,0); */
      }      
      img:nth-child(2){
        visibility: visible;
        opacity: 1;
        transform: translateX(0);
      }
    }
  } 
  h4.card-title {
    font-size: 13px;
    margin-top:20px;
    a{
      color: $color-a;
      transition:all .3s linear;
      -webkit-transition: all .3s linear;
      &:hover{
        color:$color-hover-text;
        text-decoration:none;
      }
    }
  }
  .card-text--price {
    font-size: 14px;
    margin-bottom: 5px;
    @media (min-width:992px){
      float:left;
    }
    .price, .price-sale{
      font-weight: bold;
      margin-right: 15px;
    }
    del.price-compare {
      color: $color-del-price;
    }
  }
  .rating-star{
    @media (min-width:992px){
      float:right;
    }
    .spr-badge-caption{
      display:none;
    }
/*     @media only screen and (max-width:767px){
      display:none;
    } */
  }
}
.emthemesModez-productsVerticalCategoriesAside-side {
  width: 20%;
  float: left;
  padding-right:15px;
  @media only screen and (max-width:767px){
    width:100%;
    text-align:center;
    padding-left:15px;
  }
  @media (min-width:768px) and (max-width:991px){
    padding-left:15px;
  }
  @media (min-width:992px) and (max-width:1199px){
    padding-left:15px;
  }
  .sidebarBlock-heading {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 40px;
    margin-top:0;
    border-bottom: 1px dotted #282828;
    letter-spacing: 2px;
    @media only screen and (max-width:767px){
      letter-spacing:0px;
      font-size:18px;
      margin-bottom:15px;
    }
    @media (min-width:768px) and (max-width:991px){
      font-size:18px;
      letter-spacing:1px;
    }
  }
  .navList-section{
    list-style-type: none;
    padding: 0;
    margin-bottom: 0;
    @media only screen and (max-width:767px){
      border-bottom: 1px dotted;
      padding-bottom: 10px;
      margin-bottom:20px;
    }
    .navList-item{
      text-transform: uppercase;
      margin-bottom:12px;
      @media only screen and (max-width:767px){
        display:inline-block;
        margin: 0 10px;
        margin-bottom: 4px;
      }
      @media (min-width:768px) and (max-width:991px){
        margin-bottom:10px;
      }
      a{
        color:#535252;
        transition: all .5s ease;
        -webkit-transition: all .5s ease;
        &:hover{
          color:$color-hover-text;
          padding-left:15px;
          text-decoration:none;
        }
      }
    }
  }
}
.emthemesModez-productsVerticalCategoriesAside-main{
  width:80%;
  display:inline-block;
  @media only screen and (max-width:767px){
    width:100%;
    padding-right:0px;
  }
}
body{
  &:not(.index-template){
    footer.footer{
      margin-top:0;
    }
  }
}

footer.footer {
  background: $color--background-footer;
  color: $color-text-footer;
  padding-top: 0px;
  padding-bottom:0px;
  margin-top:0px;
  @media screen and (max-width: 767px){
    padding-top: 20px;
    padding-bottom:30px;
  } 
  @media (min-width:768px) and (max-width: 991px){
    padding-top: 40px;
  }
}

article.emthemesModez-newsletterForm{
  display: flex;
  margin-bottom: 50px;
  margin-left: -15px;
  margin-right:-15px;
  @media screen and (max-width: 767px){
    display: inline-block;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right:0;
  }
  @media (min-width:768px) and (max-width: 991px){
    display: inline-block;
    margin-left: 0;
    margin-right:0;
  }
  @media (min-width:992px) and (max-width: 1199px){
    margin-left:0;
    margin-right:0;
  }
  h5.footer-info-heading {
    width: 15%;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing:0.8px;
    font-weight: 600;
    font-size:13px;
    margin-top:5px;
    line-height:1.8;
    margin-top:0;
    @media (min-width:1200px){
      padding-right:30px;
    }
    @media screen and (max-width: 767px){
      width: 100%;
    }
    @media (min-width:768px) and (max-width: 991px){
      width: 100%;
    }
  }
  &>p{
    display: inline-block;
    width:35%;
    color: $color-link-footer;
    @media screen and (max-width: 767px){
      width: 100%;
    }
    @media (min-width:768px) and (max-width: 991px){
      width: 100%;
    }
  }
  #mc-embedded-subscribe-form {
    position: relative;
    display: inline-block;
    width: 50%;
    border-bottom: 1px solid rgba(51,51,51,0.66);
    @media screen and (max-width: 767px){
      width: 100%;
    }
    @media (min-width:768px) and (max-width: 991px){
      width: 100%;
      margin-top:20px;
    }
    input#mail {
      font-size:13px;
      background: transparent;
      border: none;
      padding-bottom: 38px;
      padding-left: 2px;
      outline: none;
      margin-top: 6px;
      box-shadow:none;
      @media (min-width:768px){
        width:70%;
      }
      @media screen and (max-width: 767px){
        padding-bottom: 20px;
        padding-left:0;
        margin-top:20px;
      }   
      @media (min-width:768px) and (max-width: 991px){
        padding-bottom: 20px;
        padding-left:0;
      }
      &:focus{
        color: #fff;
      }
    }
    button#subscribe {
      background: transparent;
      border: 2px solid #fff;
      position: absolute;
      right: 0;
      padding: 8px 25px;
      top: -6px;
      font-size: 12px;
      letter-spacing:1px;
      text-transform: uppercase;
      transition: all .2s linear;
      @media screen and (max-width: 767px){
        top:5px;
      }
      &:hover{
        color: $color-a;
        background:#fff;
      }
    }
  }
}

section.footer-info {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 52px;
  @media screen and (max-width: 767px){
    display: inline-block;
    margin-left:0;
    margin-right:0;
    margin-bottom:0;
  }
  @media (min-width:768px) and (max-width: 991px){
    display:block;
    margin-left: 0;
    margin-right:0;
  }
  @media (min-width:992px) and (max-width: 1199px){
    margin-left: 0;
    margin-right:0;
  }
}
article.footer-info-col {
  width: 20%;
  float: left;
  @media screen and (max-width: 425px){
    width:100%;
    margin-bottom:20px;
    text-align:center;
  }
  @media (min-width:426px) and (max-width:767px){
    width:50%;
    margin-bottom:20px;
  }
  @media (min-width:768px) and (max-width:991px){
    width: 33.33%;
    margin-bottom:20px;
  }
  h5.footer-info-heading {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing:1px;
    font-size:13px;
  }
  .footer-info-list, .socialLinks {
    padding: 0;
    margin-top: 30px;
    list-style-type: none;
    @media screen and (max-width: 767px){
      margin-top:15px;
    }
    li {
      display: inline;
      margin-bottom:10px;
      @media only screen and (max-width:425px){
        display: inline-block;
        margin: 0 8px;
      }
      a{
        color: $color-link-footer;
        display: block;
        margin-bottom: 12px;
        margin-left: 0px;
        line-height: 1.42857143;
        &:hover{
          color:#fff;
          text-decoration:none;
        }
        @media only screen and (max-width:425px){
          line-height:1;
        }
      }
    }
    li.socialLinks-item {
      width: 15px;
      @media only screen and (max-width:425px){
        width:auto;
      }
    }
    i.fa {
      width: 15px;
      margin-right: 5px;
    }
  }
  .footer-info-list{
    li {
      a{
        @media only screen and (max-width:425px){
          border-bottom:1px solid;
        }
      }
    }
  }
}
.footer-payment-icons {
  width: 100%;
  margin-top:20px;
  display:inline-block;
  filter: brightness(180%);
  .icon{
    width:30px;
    margin-right:10px;
    cursor:pointer;
    transition: all .3s linear;
    &:hover{
      transform:scale(1.1);
    }
  }
  .icon-discover{
    width:50px;
  }
}
.footer-copyright {
  &>.container{
    border-top: 1px dotted #656565;
    padding-top: 20px;
    padding-bottom: 30px;
    padding-left:0;
    padding-right:0;
    @media (min-width: 1200px){
      display: flex;
      align-items: center;
    }
    @media only screen and (max-width: 767px){
      padding-left:15px;
      padding-right:15px;
      padding-top:10px;
      padding-bottom: 20px;
      text-align:center;
    }
    @media (min-width:768px) and (max-width: 991px){
      padding-left:15px;
      padding-right:15px;
    }
    @media (min-width:992px) and (max-width: 1199px){
      padding-left:15px;
      padding-right:15px;
    }
  }
}
.footer-right {
  display: inline-block;
  width: 100%;
  float: right;
  padding-top: 30px;
  @media (min-width: 1200px) {
    padding-top: 0;
    text-align: right;
  }
  @media only screen and (max-width: 767px){
    display: inline-block;
    float:none;
    padding-top: 20px;
  }
  @media (min-width:768px) and (max-width:1199px){
    display:inline-block;
    float: none;
    width: 100%;
    text-align: center;
  }
  article.powered-by, article.footer-copyright-links {
    @media (min-width: 1200px){
      display: inline-block;
    }   
  }
  article.powered-by {
    margin-left: 15px;
    font-size: 12px;
    text-transform: uppercase;
    color: #8b8b8b;
    a{
      color: #fff;
    }
    @media only screen and (max-width:767px){
      margin-left:0;
    }
    @media (min-width:768px) and (max-width: 991px){
      margin-left:0;
      text-align: center;
    }
  }
  @media (min-width:768px) and (max-width: 991px){
    display: inline-block;
  }
}

.footer-copyright {
  .footer-logo {
    float: left;
    display: inline-block;
    @media only screen and (max-width: 767px){
      display:block;
      float: none;
    }
    @media (min-width:768px) and (max-width:1199px){
      display:block;
      float: none;
      text-align: center;
    }
  }
  .footer-copyright-links-list {
    list-style-type: none;
    display: inline-block;
    margin-bottom:0;
    @media screen and (max-width: 767px){
      float:none;
      padding:0;
      text-align: center;
    }
    @media (min-width:768px) and (max-width:1199px){
      padding:0;
    }
    li{
      display: inline-block;
      padding: 0 15px;
      border-right: 1px solid hsla(0, 0%, 20%, 0.6);
      line-height:12px;
      &:last-child{
        @media (min-width:768px) and (max-width: 991px){
          padding-right:0;
          border-right:none;
        }
      }
      a{
        text-transform: uppercase;
        color: $color-link-footer;
        font-size:12px;
        &:hover{
          text-decoration:none;
          color: #fff;
        }
      }
    }
  }
}
.float-right-icon {
  position: fixed;
  right: 30px;
  bottom: 50px;
  cursor: pointer;
  @media only screen and (max-width: 991px){
    display: none;
  }
  .off{
    visibility: hidden;
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
  }
  ul {
    list-style: none;
  }
  #scroll-to-top {
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-left: auto;
    padding: 0;
    text-align: center;
    background-color: rgba(0,0,0,0.7);
    border-width: 1px;
    height: 50px;
    line-height: 48px;
    width: 50px;
    border-radius: 4px;
    color: #fff;
  }
  .fa-angle-up:before {
    font-size: 26px;
    line-height: 48px;
  }
}

#quick-shop-modal {
  @media (min-width:1200px){
/*     top:5%; */
  }
  .modal-dialog{
    @media (min-width:768px){
      width:700px;
    }
  }
  .modal-content {
    max-width: 700px;
    padding: 30px 30px 30px 25px;
    border-radius:0;
  }
  .owl-prev, .owl-next{
    top: 38%;
    position: absolute;
    padding: 2px 5px;
    padding-left: 6px;
    .fa{
      font-size:20px;
      font-weight:bold;
    }
  }
  .owl-prev{
    left:5px;
  }
  .owl-next{
    right: 5px;
  }
  
  #quick-shop-variants-container {
    display: none!important;
  }
  .vertical-slider {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -13px;
  }
  .modal-header {
    border-bottom: 0;
    min-height:0;
    padding:0;
  }
  .modal-body{
    padding:0;
  }
  i.close.fa.fa-times.btooltip {
    position: absolute;
    right: -10px;
    top: -10px;
    background: #fff;
    padding: 10px;
    border-radius: 50%;
    opacity: 1;
  }
  .description {
    line-height: 1.55;
    color: #535252;
  }
  .swatch {
    margin-bottom: 5px;
    .swatch-element{
      min-width: 30px;
      height: 30px;
      float: left;
      margin-right: 10px;
      margin-bottom: 10px;
      border-radius: 0%;
      border-width: 1px;
      border-style: solid;
      border-color: transparent;
      transition: all .3s linear;
      -webkit-transition: all .3s linear;
      background-position: -1px -1px;
      position: relative;
      cursor: pointer;
      .crossed-out{
        display:none;
      }
      input {
        display: none;
      }
      label{
        font-size:12px;
        width: 100%;
        height: 100%;
        border: 1px solid #dbdbdb;
        background-color: #fff;
        font-weight: normal;
        text-align: center;
        line-height: 28px;
        background-position: -1px -1px;
        cursor: pointer;
        transition: all .3s linear;
        -webkit-transition: all .3s linear;
      }
      &:hover, &:focus, &.active{
        label{
          border-color: $color-a;
        }
      }
      &.color{
        &:hover, &:focus, &.active{
          border-color: #000!important;
          padding: 3px;
        }
      }
    }
  }
  .product-image{
    #featuted-image {
      padding: 0 5px;
    }
    .owl-carousel{
      .owl-item{
        padding:5px 5px;
        img{
          width:100%;
          &:hover{
            border:1px solid #000;
          }
        }
        a.active{
          img{
            border:1px solid #000;
          }
        }
      }
    }
  }
  .product-information{
    #quick-shop-title{
      font-size:20px;
      text-transform:uppercase;
      margin-top:0;
      margin-bottom:20px;
      a{
        color: $color-a;
        &:hover{
          color: $color-hover-text;
          text-decoration:none;
        }
      }
    }
    .unavailable{
      font-weight: 14px;
      text-transform: uppercase;
      color: red;
      font-weight: 300;
    }
    #quick-shop-price-container {
      font-size: 18px;
      font-weight:600;
      margin-bottom:20px;
      del.price_compare{
        color: #8b8b8b;
        margin-right:15px;
        font-size: 15px;
        font-weight:300;
      }
    }
    .header, .wrapper-title {
      font-weight: bold;
      text-transform: uppercase;
      margin-top:15px;
      margin-bottom:10px;
    }
    .quantity-wrapper {
      margin-top: 20px;
    }
    .wrapper-title {
      margin-top:6px;
      float:left;
    }
    input#qs-quantity {
      float:right;
      text-align: center;
      height: 34px;
      width: 70px;
      border-width: 1px;
      border-color: #dbdbdb;
      border-style: solid;
      outline: none;
    }
    #quick-shop-add {
      @include btn-main-black;
      width: 100%;
      height: 40px;
      padding: 10px;
      margin-top: 20px;
      border-radius: 0;
      border:2px solid $color-border-button;
      transition: all .3s linear;
      -webkit-transition: all .3s linear;
      &:hover{
        background: $color-bkg-button-hover;
        color: $color-text-button-hover;
        border:2px solid $color-border-button-hover;
        font-weight:600;
        text-decoration:none;
      }
      .lnr{
        margin-right:10px;
      }
    }
    .u-sep {
      display: block;
      border-bottom: 1px solid #ccc;
      margin-top: 30px;
      margin-bottom: 10px;
    }
    .btn.wishlist, .btn.compare, .wishlist-added, .compare-added{
      @include btn-main-black;
      width: 100%;
      height:40px;
      padding:10px;
      margin-top: 20px;
      border-radius: 0;
      transition: all .3s linear;
      -webkit-transition: all .3s linear;
      background: #fff;
      border: 2px solid #000;
      color: #000;
      &:hover{
        color:#fff;
        font-weight: 600;
        background: #000;
        text-decoration:none;
      }
      .lnr{
        margin-right:10px;
      }
    }
    .wishlist-added, .compare-added {
      font-weight:600;
      &:after{
        content:"\f046";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin-left:10px;
      }
    }
    .btn.compare, .compare-added{
      margin-bottom:0;
    }
  }
}
.popup-pro-wrapper {
  z-index: 999;
  .ajax-cart-modal-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: 20%;
    max-width: 720px;
    min-height: 300px;
    .ajax-cart-overlay {
      background-color: rgba(0, 0, 0, 0.75);
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
    .ajax-cart-box {
      display: flex;
      width: 100%;
      flex-wrap: wrap;
      position: relative;
      background-color: #ffffff;
      min-height: 300px;
      &>div{
        padding:20px;
      }
      .ajax-cart-close {
        position: absolute;
        top: -10px;
        right: -10px;
        border-radius: 50%;
        background: #fff;
        cursor: pointer;
        padding: 5px 10px;
      }
      .ajax-cart-left {
        width: 66.67%;
        border-right: 1px solid #dbdbdb;
        text-align:left;
      }
      .ajax-cart-note .cirle {
        position: absolute;
        top: 4px;
        left: -35px;
        background-color: #50a8d4;
        color: #fff;
        border-radius: 50%;
        width: 25px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        border-width: 0;
      }
      .ajax-cart-note {
        position: relative;
        display:inline-block;
        color: #50a8d4;
        margin-left: 35px;
        margin-bottom: 25px;
        line-height: 26px;
        font-size: 14px;
        font-weight: 400;
        text-align: left;
        border-bottom: 1px solid #50a8d4;
        a{
          color: #50a8d4;
        }
      }
      .ajax-cart-image {
        padding-left: 0;
        width:33%;
        img{
          width:100%;
        }
      }
      .ajax-cart-desc {
        text-align: left;
        .ajax-cart-product-title {
          font-size: 14px;
          margin-bottom: 10px;
          margin-top: 15px;
        }
        .ajax-cart-price {
          font-size: 20px;
          margin-bottom: 25px;
          font-weight: 600;
        }
      }
      .ajax-cart-qty, .ajax-cart-variant {
        color: #ccc;
        margin-bottom: 4px;
        font-weight:400;
      }
      .ajax-cart-right {
        width: 33.33%;
        .ajax-cart-number-product{
          margin-bottom: 30px;
          font-size: 16px;
          text-transform: uppercase;
        }
        .ajax-cart-subtotal {
          .money{
            font-weight: 600;
            font-size: 30px;
          }
        }
        .ajax-cart-group-actions {
          position: absolute;
          width:200px;
          bottom:30px;
          .ajax-cart-continue, .ajax-cart-next {
            width: 100%;
            margin-top:10px;
            .btn{
              @include btn-main-black;
              width:100%;
              padding:10px 0;
              transition: all .3s linear;
              -webkit-transition: all .3s linear;
              i{
                padding: 0 10px;
                display:none;
              }
              &:hover{
                border:1px solid $color-border-button-hover;
                background: $color-bkg-button-hover;
                color: $color-text-button-hover;
              }
            }
          }
          .ajax-cart-next .btn{
            background: #fff;
            color: #000;
            border:1px solid #000;
            &:hover{
              background:#000;
              color:#fff;
            }
          }
        }
        .countDiv{
          position: absolute;
          width:66.66%;
          left: 0;
          bottom: 5px;
          font-size:11px;
          color: #8b8b8b;
        }
      }
    }
  }
}

/* Shop page CSS */
/* #shopify-section-collection-template{
  .products{
    figure.card-figure{
      .effect-ajax-cart {
        width:69%;
      }
    }
  }
  .ListMode {
    .products {
      figure.card-figure {
        .effect-ajax-cart{
          width:68%;
        }
      }
    }
  }
} */
#shopify-section-collection-2-template{
  .products{
    figure.card-figure{
      .effect-ajax-cart {
        width:66%;
        @media (min-width:768px) and (max-width:991px){
          width:61%;
        }
      }
      ul.quickview-wishlist-wrapper li{
        width:18%;
        @media (min-width:768px) and (max-width:991px){
          width:23%;
        }
      }
    }
  }
  .ListMode {
    .products {
      figure.card-figure {
        .effect-ajax-cart{
          width:48%;
          span.cart-btn-text {
            display:none;
          }
          @media (min-width:768px) and (max-width:991px){
            width:34%;
          }
          @media (min-width:992px) and (max-width:1199px){
            width:61%;
          }
        }
        ul.quickview-wishlist-wrapper li {
          width: 30%;
          @media (min-width:768px) and (max-width:991px){
            width:47%;
          }
          @media (min-width:992px) and (max-width:1199px){
            width:25%;
          }
        }
      }
    }
  }
}
#shopify-section-collection-4-template {
  .card-body .rating-star, .card-body .card-text--price{
    float:none;
  }
  .products{
    figure.card-figure{
      .add-to-cart, .select-option {
        span.cart-btn-text{
          margin-left: 5px;
          font-size: 12px;
           outline:none;
          text-transform: uppercase;
          @media (min-width:992px) and (max-width:1199px){
            display:none;
          }
        }
      }
      .effect-ajax-cart {
        width:69%;
        @media only screen and (max-width:767px){
          width:68%;
        }
        @media (min-width:768px) and (max-width:991px){
          width:61%;
        }
        @media (min-width:992px) and (max-width:1199px){
          width:60%;
        }
      }
      ul.quickview-wishlist-wrapper li{
        width:18%;
        @media (min-width:768px) and (max-width:991px){
          width:26%;
        }
        @media (min-width:992px) and (max-width:1199px){
          width:27%;
        }
      }
    }
  }
  .ListMode {
    .products {
      figure.card-figure {
        .effect-ajax-cart{
          width:48%;
          span.cart-btn-text {
            display:none;
          }
          @media (min-width:768px) and (max-width:991px){
            width:34%;
          }
          @media (min-width:992px) and (max-width:1199px){
            width:61%;
          }
        }
        ul.quickview-wishlist-wrapper li {
          width: 30%;
          @media (min-width:768px) and (max-width:991px){
            width:47%;
          }
          @media (min-width:992px) and (max-width:1199px){
            width:25%;
          }
        }
      }
    }
  }
}
#shopify-section-collection-6-template{
  .products{
    .product-item{
      margin-bottom:20px;
    }
    figure.card-figure{
      .add-to-cart, .select-option {
         outline:none;
        span.cart-btn-text{
          display:none;
        }
      }
      .effect-ajax-cart {
        width: 50%;
        @media only screen and (max-width:767px){
          width:40%;
        }
        @media (min-width:768px) and (max-width:991px){
          width:44%;
        }
        @media (min-width:992px) and (max-width:1199px){
          width:38%;
        }
        .lnr-cart{
          margin-top:-3px;
        }
      }
      ul.quickview-wishlist-wrapper li{
        width:37%;
        @media only screen and (max-width:425px){
          width:33%;
        }
        @media (min-width:426px) and (max-width:767px){
          width:18%;
        }
        @media (min-width:992px) and (max-width:1199px){
          width:44%;
        }
      }
    }
    @media (min-width:768px){
      .card-title, .rating-star {
        display:none;
      }
      .card-text--price{
        margin-top:10px;
      }
    }
    .card-text--price{
      .price, .price-sale{
      	margin-right:5px;
      }
    }
  } 
  .ListMode {
    .products {
      figure.card-figure {
        .effect-ajax-cart{
          width:48%;
          span.cart-btn-text {
            display:none;
          }
          @media (min-width:768px) and (max-width:991px){
            width:34%;
          }
          @media (min-width:992px) and (max-width:1199px){
            width:61%;
          }
        }
        ul.quickview-wishlist-wrapper li {
          width: 30%;
          @media (min-width:768px) and (max-width:991px){
            width:47%;
          }
          @media (min-width:992px) and (max-width:1199px){
            width:25%;
          }
        }
      }
      .card-title, .rating-star {
        display:block;
      }
    }
  }
}
.products {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  .product-item{
    position:relative;
    overflow:hidden;
    margin-bottom:55px;
    @media only screen and (max-width:767px){
      &.col-6{
        width:50%;
      }
    }
    &.col-6{
      figure.card-figure figcaption.card-figcaption .effect-ajax-cart{
        width: 69%;
        @media (min-width:768px) and (max-width:991px){
          width:49%;
        }
      }
      .card-body .rating-star, .card-body .card-text--price {
        float: none;
      }
    }
    &.col-2{
      .card-body .rating-star{
        display:none;
      }
      figure.card-figure figcaption.card-figcaption{
        .effect-ajax-cart{
          width: 50%;
        }
        .select-option, .add-to-cart {
          span.cart-btn-text{
            display:none;
          }
        }
        ul.quickview-wishlist-wrapper li{
          width:37%;
        }
      } 
    }
    a{
      img:nth-child(1) {
        transform: translateX(0);
        transition: all .5s linear;
        -webkit-transition: all .5s linear;
      }
      img:nth-child(2) {
        visibility: hidden;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        transition: all .5s linear;
        -webkit-transition: all .5s linear;
      }
      &:hover{
        img:nth-child(1) {
/*           visibility: hidden;
          transform: translateX(-100%); */
        }
        img:nth-child(2) {
          visibility: visible;
          opacity: 1;
          transform: translateX(0);
        }
      }
    }
  }
  figure.card-figure {
    a.button.quickview {
      display: none;
    }
    .effect-ajax-cart {
      @media (min-width:426px) and (max-width:710px){
        width: 66%!important;
      }
      @media (min-width:711px) and (max-width:767px){
        width: 65%!important;
      }
    }
  }
  article.card{
    img{
      width:100%;
    }

  }
  h4.card-title {
    font-size: 13px;
    margin-top:20px;
    @media (min-width:768px) and (max-width:991px){
      height:20px;
    }
    a{
      color: $color-a;
      transition:all .3s linear;
      -webkit-transition: all .3s linear;
      &:hover{
        text-decoration:none;
      }
    }
  }
  .card-text--price {
    font-size: 14px;
    margin-bottom: 5px;
    .price, .price-sale{
      font-weight: bold;
      margin-right: 15px;
    }
    del.price-compare {
      color: $color-del-price;
    }
  }
  .spr-badge-caption{
    display:none;
  }
}
.product-counter, .product-pagination {
  padding: 0;
  line-height:30px;
  @media only screen and (max-width:991px){
    width:100%;
    text-align:center;
    margin-bottom:10px;
  }
  .pagination{
    margin:0;
  }
}
.pagination_group {
  text-align: right;
  @media only screen and (max-width:991px){
    text-align:center;
  }
  .pagination{
    &>li>a{
      color: $color-a;
      height: 30px;
      min-width:30px;
      border-radius: 0;
      margin-left:8px;
      @media only screen and (max-width:991px){
        margin: 0 4px;
      }
    }
    &>.active>a, &>.active>span{
      color: #fff;
      background-color: $color-a;
      &:focus, &:hover{
        color: #fff;
        background-color: $color-a;
      }
    }
  }
}
.group_toolbar {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  @media only screen and (max-width:767px){
    margin-bottom:2px;
    margin-top:-20px;
  }
  .toolbar-count-mobile{
    display:none;
    @media only screen and (max-width:767px){
      display:inline-block;
      float:left;
    }
  }
  &.toolbar_right {
    position: absolute;
    top: 0;
    right: 15px;
    @media only screen and (max-width:767px){
      padding: 0 15px;
      top: 61px;
      right: 0;
      width: 100%;
      z-index:1;
      .tooltip{
        display:none!important;
      }
    }
  }
  
  i.sub-dropdown{
    width:15%;
  }
  ul.list-inline {
    position: absolute;
    right: 0;
    font-size:14px;
    cursor: pointer;
    @media only screen and (max-width:767px){
      position: relative;
      text-align:right;
    }
    li[data-option-value="6"]{
      @media only screen and (max-width: 1199px){
        display:none;
      }
    }
    .grid-mobile{
      display:none;
      @media only screen and (max-width:767px){
        display:inline-block;
      }
    }
    .grid-desktop{
      @media only screen and (max-width:767px){
        display:none;
      }
    }
    &>li{
      width: 30px;
      height: 30px;
      line-height:30px;
      text-align:center;
      border: 1px solid $color-border;
      color: #8b8b8b;
      transition: all .3s linear;
      &:hover{
        color: $color-rating;
      }
    }
    .goAction.active {
      border: 1px solid $color-a;
      color: $color-a;
    }
  }
  .sortBy {
    display: inline-block;
    @media only screen and (max-width:767px){
      width:50%;
      float:left;
      text-align:center;
      padding-bottom: 5px;
    }
  }
  #sortButton {
    background: transparent;
    border: 0;
    padding:0;
    font-weight: 600;
    outline: none;
    span.name {
      margin-right: 30px;
      @media only screen and (max-width:767px){
        margin-right:10px;
        text-transform:uppercase;
      }
    }
  }
  div#sortBox {
/*     display: block!important; */
    padding: 4px 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.15);
    border-radius: 0;
    @media only screen and (max-width:767px){
      width:175px;
      margin-top:0;
    }
    @media(min-width:1200px){
      margin-left: -20px;
      margin-top: 10px;
    }
    li{
      padding: 4px 20px;
      &.active{
        background:#000;
        a{
          color:#fff;
        }
      }
      &:hover{
        background:#f5f5f5;
        a{
          color:$color-hover-text;
        }
      }
    }
  }
}
.collection-content{
  .container{
    @media (min-width:1217px){
      padding: 0;
    }
  }
}
.filter-mobile{
  display:none;
  @media only screen and (max-width:767px){
    display: inline-block;
    width: 50%;
    float: right;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    border-left: 1px solid #eee;
  }
}
.collection-items {
  @media only screen and (max-width:767px){
    border-top: 1px solid #eee;
    padding-top: 65px;
  }
}
.collection-leftsidebar{
  @media (min-width:1200px){
    padding-right:5%;
  }
  @media only screen and (max-width:767px){
/*     display:none; */
    width:0;
    height:0;
    opacity: 0;
    transition: all .3s linear;
  }

  &.active-sidebar{
    display:inline-block;
    position: fixed;
    width: 320px;
    height: 100%;
    padding-bottom:50px;
    border-right: 1px solid $color-border;
    box-shadow: 0 2px 10px #282828;
    top: 0;
    bottom:0;
    left:0;
    right:0;
    z-index: 1100;
    background: #fff;
    overflow-y: auto;
    opacity:1;
    &:before{
      content: " ";
      position: fixed;
      width: 100%;
      margin-left:320px;
      height: 100vh;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #000;
      opacity:0.8;
      z-index: 1000;
    }
  }
  .sidebarMobile {
    display:none;
    @media only screen and (max-width:767px){
      display:block;
    }
    &:first-child{
      height: 50px;
      line-height: 50px;
      background: #000;
      color: #fff;
      text-transform: uppercase;
      padding: 0 20px;
      margin: 0 -15px;
      font-size: 20px;
      font-weight: 600;
      position: fixed;
      width: 320px;
      z-index: 10;
      .sidebarMobile-close {
        background: transparent;
        border: 0;
        float: right;
        padding: 0;
        font-size: 20px;
      }
    }
    &:last-child{
      .sidebarMobile-close{
        @include btn-main-black;
        position: fixed;
        bottom: 5px;
        left:150px;
      }
    }
  }
  
  
  ul.list-cat{
    text-transform: uppercase;
    @media only screen and (max-width:767px){
      padding-bottom: 10px;
      margin-bottom: 25px;
      border-bottom: 1px solid $color-border;
    }
    a{
      &:hover{
        padding-left:15px;
      }
    }
  }
  ul{
    list-style-type:none;
    padding:0;
    li{
      margin-bottom:12px;
      &.active{
        a{
          color:#000;
          font-weight:600;
        }
      }
    }
    a{
      color: #535252;
      transition: all .3s linear;
      -webkit-transition: all .3s linear;
      &:hover{
        color:$color-hover-text;
        text-decoration:none;
      }
    }
  }
  .filter-block{
    &>.sidebar-title{
      @media (min-width:768px){
        display:none;
      }
    }
  }
  .sidebar-block {
    margin-bottom: 40px;
    @media only screen and (max-width:767px){
      margin-bottom: 0;
    }
  }
  .collection-block{
    @media only screen and (max-width:767px){
      margin-top:75px;
    } 
  }
  .sidebar-title{
    @media only screen and (max-width:767px){
      display:none;
    }
    @media (min-width:768px){
      .sidebarMobile-clear{
        background: 0;
        border: 0;
        float: right;
        font-weight: 400;
        text-transform: uppercase;
        text-decoration: underline;
        outline:none;
        font-size:13px;
        color:#535252;
      }
    }
  }
  .sidebar-title, .title {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px dotted $color-a;
    @media only screen and (max-width:767px){
      padding-bottom: 0;
      border:0;
    }
    .show_filter_content{
      @media (min-width:768px){
        display:none;
      }
    }
    i{
      float:right;
      display:none;
      @media only screen and (max-width:767px){
        display:block;
      }
    }
  }
  @media screen and (-webkit-min-device-pixel-ratio:0){
    .sidebarMobile.sidebar-bottom {
      height: 50px;
      position: fixed;
      bottom: 0px;
      width: 330px;
      left: 0;
      border-top: 1px solid #ccc;
      background: #fff;
      .sidebarMobile-clear {
        background: 0;
        border: 0;
        text-transform: uppercase;
        font-weight: 400;
        position: fixed;
        bottom: 10px;
        left: 10px;
        color: #535252;
        text-decoration: underline;
      }
    }
  }
}
#tags-filter-content  {
  width: 100%;
  float: left;
  .filter-tag-group {
    .tag-group {
      ul.filter-price{
        li{
          width:100%;
        }
      }
      ul {
        margin: 0;
        width: 100%;
        float: left;
        overflow: auto;
        margin-bottom: 40px;
        @media only screen and (max-width:767px){
          padding-bottom: 10px;
          margin-bottom: 25px;
          border-bottom: 1px solid $color-border;
        }
        li {
          width: 100%;
          float: left;
          padding-left: 30px;
          transition: all .5s ease;
          -webkit-transition: all .5s ease;
          cursor: pointer;
          @media (min-width:992px){
            width:50%;
          }
          @media only screen and (max-width:767px){
            width:50%;
          }
          a {
            position: relative;
            display: block;
            line-height: 20px;
            width:100%;
            height:100%;
            span.fe-checkbox{
              position: absolute;
              width: 16px;
              height: 16px;
              top: 50%;
              left: -30px;
              margin-top: -10px;
              border: 1px solid #dbdbdb;
              background-size: 100%;
              background-repeat: no-repeat;
              background-position: center center;
            }
          }
          &.active{
            a{
              span.fe-checkbox{
                background-image: url(//toyzany.com/cdn/shop/t/78/assets/bg_check.png?v=31970177694198789631638569986);
              }
            }
          }
        }
        li.swatch-tag {
          float: left;
          padding-left:0;
          margin-right: 15px;
          line-height: 20px;
          width: 20px;
          height: 20px;
          border: 1px solid transparent;
          &:hover, &.active{
            border: 1px solid $color-a;
            padding: 2px;
          }
          span {
            width: 100%;
            height: 100%;
            display: block;
            background-position: -1px -1px;
          }
        }
      }
    }
  }
}
.ListMode{
  .card-body .card-text--price, .card-body .rating-star{
    float:none;
  }
  .products{
    margin:0;
    h4.card-title{
      margin-top:0;
    }
    .product-item{
      width:100%;
      margin-bottom: 30px;
    }
    figure.card-figure {
      .effect-ajax-cart{
        width:70%;
        @media (min-width:768px) and (max-width:991px){
          width: 56%;
        }
        span.cart-btn-text{
          margin-left:10px;
          text-transform: uppercase;
          @media (min-width:768px) and (max-width:991px){
            display:none;
          }
          @media (min-width:992px) and (max-width:1199px){
            margin-left:5px;
            font-size:12px;
          }
        }
      }
      ul.quickview-wishlist-wrapper li{
        width:18%;
        @media (min-width:768px) and (max-width:991px){
          width:31%;
        }
      }
    }
  }
  figure.card-figure {
    width: 25%;
    float: left;
    margin-right: 25px;
  }
  .product-description {
    margin-bottom: 10px;
    line-height:25px;
  }
}

/* product detail */
body.search-template {
  .navPages-mobile-container .navSearch-mobile-item form.search{
    height:auto;
  }
}
.search-heading{
  @media only screen and (max-width:991px){
    display:none;
  }
}
section.heading-content {
  background: $color-bkg-heading-section;
  margin-bottom: 1rem;
  margin-top:-2px;
  padding: 22px 0;
  font-size: 12px;
  @media only screen and (max-width:767px){
    padding: 20px 0;
    margin-bottom:30px;
    &.heading-mobile{
      border-top: 1px solid $color-border;
      line-height: 29px;
      span{
        display:none;
      }
      span:last-child{
        display: block;
        text-align: center;
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 1px;
      }
      a{
        color: #282828;
      }
    }
    &.product-heading{
      display: none;
    }
    &.cart-heading{
      margin-bottom:0;
    }
  }
  @media (min-width:768px) and (max-width:1199px){
    padding: 20px 0;
    margin-bottom:50px;
  }
  .breadcrumb-group {
    padding: 0px;
    @media only screen and (max-width:767px){
      padding: 0px 15px;
    }
    @media (min-width:768px) and (max-width:991px){
      padding: 0px 15px;
    }
    @media (min-width:992px) and (max-width:1199px){
      padding: 0px 15px;
    }
    b, strong{
      font-weight:600;
    }
  }
  .heading-title {
    display: none;
  }
  .breadcrumb{
    padding:0;
    margin:0;
    background:transparent;
  }
  span.arrow-space {
    padding: 0 10px;
  }
  a{
    color: $color-text-heading;
    &:hover{
      color: $color-hover-text;
      text-decoration:none;
    }
  }
}
#product{
  .product-mainarea {
    padding: 0;
    @media (min-width:992px) and (max-width:1199px){
      padding: 0px 10px;
    }
  }
  .info-detail-pro {
    padding: 0;
  }
  #product-image{
    display: flex;
    align-items: flex-start;
/*     flex-wrap: nowrap; */
    padding-left:0;
    width:50%;
    position:sticky;
    @media only screen and (max-width:767px){
      display:inline-block;
      width:100%;
      padding: 0;
    }
    @media (min-width:768px) and (max-width:991px){
      display:inline-block;
      width:100%;
      padding:0 10px;
    }
    @media (min-width:992px) and (max-width:1199px){
      display:inline-block;
    }
    #featuted-image-mobile {
      display: none!important;
      @media only screen and (max-width:767px){
        display:block!important
      }
      .thumbnail{
        border:0;
        padding:0;
        margin-bottom:0;
      }
      .owl-controls {
        .owl-pagination{
          position: absolute;
          bottom: 20px;
          left: 50%;
          margin-left: -35px;
          .owl-page{
            display:inline-block;
            margin:0 3px;
            span{
              display:inline-block;
              width:8px;
              height:8px;
              background:transparent;
              border:1px solid #000;
              border-radius:50%;
            }
          }
          .owl-page.active{
            span{
              width:10px;
              height:10px;
              background:#000;
            }
          }
        }
      }
    }
    #gallery-images {
      overflow: hidden;
      position: relative;
      .slick-slider{
        margin-bottom:0;
      }
      @media only screen and (max-width:767px){
        display:none;
      }
    }
    .image {
      margin-bottom:8px;
      @media (min-width:768px) and (max-width:991px){
        margin: 0px 5px;
      }
      @media (min-width:992px) and (max-width:1199px){
        margin: 0px 5px;
      }
      a {
        display:block;
        transition: all .5s ease;
        -webkit-transition: all .5s ease;
        img{
          background:1px solid transparent;
          transition: all .5s ease;
          -webkit-transition: all .5s ease;
        }
      }
      &:hover, &.active{
        img{
          border:1px solid $color-a;
          @media only screen and (max-width:767px){
            border:0;
          }
        }
      }
    }
    #gallery-images-vertical {
      width: 13%;
      margin-right: 8px;
      .slick-next {
        right: 10px;
        bottom: -20px;
        top: auto;
      }
      .slick-prev {
        left: 10px;
        bottom: -20px;
        top: auto;
      }
    }
    #featuted-image {
      width:85%;
      border-width: 0;
      margin-bottom: 7px;
      text-align: center;
      @media only screen and (max-width:1199px){
        width:100%;
        padding-right:10px;
      }
      @media only screen and (max-width:767px){
        display:none;
      }
      &:hover{
        img{
          border: none;
        }        
      }
      img{
        width:100%;
        @media (min-width:768px) and (max-width:991px){
          width:80%;
          margin: 0px auto;
        }
      }
    }
  }
  #product-information {
    padding-left:20px;
    @media only screen and (max-width:767px){
      margin-top:20px;
      padding: 0 15px;
    }
    @media (min-width:768px) and (max-width:991px){
      margin-top:20px;
      padding-left:15px;
    }
    h1.title {
      margin: 0;
      font-size: 20px;
      font-weight:600;
      letter-spacing:1px;
      text-transform: uppercase;
      margin-bottom: 20px;
    }
    .rating-star{
      margin-bottom:30px;
      font-size:12px;
      line-height:1;
      @media only screen and (max-width:767px){
        font-size:13px;
        line-height:1.55;
      }
      .spr-badge {
        float: left;
        padding-right: 15px;
        border-right: 1px solid #ccc;
        margin-right: 15px;
      }
      .spr-badge[data-rating="0.0"] { 
        display: none 
      }
      .spr-starrating{
        color: $color-rating;
        margin-right: 20px;
        .spr-icon:before{
          font-size: 12px;
          @media only screen and (max-width:767px){
            font-size:13px;
          }
        }
      }
      span.review-link {
        @media only screen and (max-width:767px){
          display:inline-block;
        }
        a{
          text-decoration:underline;
        }
      }
    }

    .price-soldOut{
      text-transform:uppercase;
      color: $color-hover-text;
      font-size: 14px!important;
      font-weight: 400!important;
    }
    #price-preview {
      font-size: 18px;
      font-weight: 600;
      margin-top:-5px;
      margin-bottom: 20px;
      del{
        color: $color-del-price;
        margin-left: 15px;
        font-weight:400;
      }
    }
    
    .vendor_group {
      display: flex;
      flex-wrap: wrap;
      margin-top: 20px;
      /* text-transform: uppercase; */
      border-bottom: 1px solid #ccc;
      border-top: 1px solid #ccc;
      padding: 20px 0;
      .product_vendor, .product_type {
        font-weight: 500;
        font-size:12px;
        margin-bottom:8px;
        display:block;
        &:last-child{
          margin-bottom:0;
        }
      }
      .vendor_items {
        width: 33.33%;
        border-right: 1px solid #ccc;
        padding: 0 10px;
        &:first-child{
          padding: 0;
          padding-right:10px;
          @media only screen and (max-width:767px){
            padding-right:0;
          }
        }
        &:last-child{
          border:0;
        }
        @media only screen and (max-width:767px){
          width:100%;
          border:0;
          padding:0;
          margin-bottom:4px;
        }
      }
    }
    .description {
      margin-top: -8px;
      margin-bottom:10px;
      color: #535252;
    }
    .purchase{
      &>p{
        opacity:0;
      }
    }
    .header {
      font-weight: 600;
      text-transform: uppercase;
      margin-top: 20px;
      margin-bottom: 12px;
    }
    .swatch {
      margin-bottom: 15px;
      width:50%;
      float:left;
      @media only screen and (max-width:767px){
        width:100%;
        margin-bottom:5px;
      }
      .default-title{
        min-width: 100px!important;
      }
      .swatch-element {
        min-width: 32px;
        height: 32px;
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
        border-radius: 0%;
        border-width: 1px;
        border-style: solid;
        border-color: transparent;
        transition: all .3s linear;
        -webkit-transition: all .3s linear;
        background-position: -1px -1px;
        position: relative;
        cursor: pointer;
        input {
          display: none;
        }
        .crossed-out {
          display: none;
        }
        label {
          font-size: 12px;
          width: 100%;
          height: 100%;
          border: 1px solid #dbdbdb;
          background-color: #fff;
          font-weight: normal;
          text-align: center;
          line-height: 28px;
          background-position: -1px -1px;
          cursor: pointer;
          transition: all .3s linear;
          -webkit-transition: all .3s linear;
        }
        &.color:hover, &.color:focus, &.color.active {
          border-color: #000!important;
          padding: 3px;
        }
        &:hover, &:focus, &.active{
          label{
            border-color: $color-a;
          }
        }
      }
    }
    input#quantity {
      text-align: center;
      height: 40px;
      width: 70px;
      border-width: 1px;
      border-color: #dbdbdb;
      border-style: solid;
    }
    button#add-to-cart {
      @include btn-main-black;
      width: 100%;
      font-size:15px;
      padding:13px;
      margin-top: 20px;
      border-radius: 0;
      transition: all .3s linear;
      -webkit-transition: all .3s linear;
      i{
        margin-right: 20px;
      }
      &:hover{
        border: 1px solid $color-border-button-hover;
        background: $color-bkg-button-hover;
        color: $color-text-button-hover;
        font-weight: 600;
      }
    }
    .product-or {
      display: block;
      text-align: center;
      text-transform: uppercase;
      margin-top: 20px;
      font-weight: 600;
      color: #777;
      font-size: 14px;
    }
    .wishlistCompare-content{
      text-align:center;
      margin-top:5px;
      margin-bottom:30px;
    }
    .product-wishlist {
      display:inline-block;
      font-size:12px;
      border-bottom:1px solid;
      text-align: center;
      cursor: pointer;
      &:hover{
        a{
          color: $color-hover-text;
          text-decoration:none;
        }
      }
      a{
        color:$color-a;
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
        span{
          margin-right: 10px;
        }
      }
      a.wishlist-added, a.compare-added {
        font-weight:600;
        &:after{
          content:"\f046";
          display: inline-block;
          font: normal normal normal 14px/1 FontAwesome;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          margin-left:10px;
        }
      }
    }
    span.u-border {
      /* display: inline-block; */
      border-right: 1px solid #000;
      margin: 0 10px;
      font-size: 9px;
    }
    .product-services{
      .panel-group{
        margin-bottom:15px;
      }
      .panel-group .panel+.panel{
        margin-top:-1px;
      }
      .panel{
        border-radius:0;
      }
      .panel-body{
        padding:20px;
      }
      .panel-heading{
        background:#fff;
        padding:14px 20px;
        &.active{
          a{
            text-decoration:underline;
          }
        }
      }
      .panel-title{
        text-transform:uppercase;
        font-size:13px;
        font-weight:600;
      }
    }
  }
  #tabs-information {
    margin-top: 70px;
    padding: 0;
    border: 2px solid #dbdbdb;
    @media only screen and (max-width:767px){
      margin-left:15px;
      margin-right:15px;
      border:0;
    }
    @media (min-width:768px) and (max-width:991px){
      margin-left:15px;
      margin-right:15px;
    }
    .tabs-title {
      @media only screen and (max-width:767px){
        padding:0;
      }
      ul{
        background: #fff;
        border-bottom: 0;
        display: inline-block;
        margin-left: 40px;
        padding: 0 25px;
        margin-top:-15px;
        @media only screen and (max-width:767px){
          display:block;
          margin-left:0;
          padding: 0;
        }
        @media (min-width:768px) and (max-width:991px){
          margin-left:0;
        }
        li{
          background: #fff;
          margin: 0px 5px;
          border: 1px solid #dbdbdb;
          @media only screen and (max-width:767px){
            margin-bottom:10px;
          }
          a{
            padding: 5px 25px;
            border:0;
            margin-right:0;
            color: $color-a;
            text-transform: uppercase;
            font-weight:500;
            letter-spacing: 1.5px;
            @media only screen and (max-width:767px){
              padding: 10px;
            }
            @media (min-width:768px) and (max-width:991px){
              padding: 5px 10px;
            }
          }
          &.active{
            border: 1px solid $color-a;
          }
        }
      }
    }
    .tabs-content {
      padding: 50px 50px;
/*       text-align:justify; */
      @media only screen and (max-width:767px){
        padding:30px 5px;
      }
      @media (min-width:768px) and (max-width:991px){
        padding:30px 50px;
      }
    }
    #tags {
      .list-unstyled {
        display: inline-block;
        width:100%;
      }
      span{
        display:block;
        font-size:20px;
        text-transform:uppercase;
        font-weight:600;
        margin-bottom:10px;
      }
      a {
        display: inline-block;
        width: 16%;
        float:left;
        @media only screen and (max-width:767px){
          width:49%;
        }
        @media (min-width:768px) and (max-width:991px){
          width:30%;
        }
      }
    }
    #shopify-product-reviews{
      position:relative;
      margin:0;
      .spr-header {
        position:relative;
        padding: 30px 40px;
        background:#eee;
      }
      .spr-summary-starrating{
        display:block;
        margin-bottom:5px;
        .spr-icon{
          &:before{
            font-size:24px;
          }
        }
      }
      .spr-summary-actions-newreview{
        @include btn-main-black;
        position: absolute;
        right: 0;
        margin-right: 40px;
        top: 30%;
        @media only screen and (max-width:767px){
          display:block;
          margin-top:10px;
          position:relative;
          margin-right:0;
        }
      }
      .spr-icon{
        margin-right:2px;
        &:before{
          font-size:13px;
        }
      }
      span.spr-summary-actions-togglereviews {
        font-weight: 500;
        letter-spacing: 0.05em;
      }
      .spr-icon-star, .spr-icon-star-half-alt{
        color: $color-rating;
      }
      .spr-icon-star-empty {
        color: $color-hover-text;
      }
      .spr-header-title{
        font-size:20px;
        text-transform:uppercase;
        font-weight:600;
        display:none;
      }
      .spr-container{
        border:0;
        padding:0;
      }

      .spr-review{
        position:relative;
        display: inline-block;
        width: 100%;
        padding: 30px 40px;
        margin: 0;
        margin-bottom:20px;        
        @media only screen and (max-width:767px){
          padding:0;
        }
        .spr-review-header {
          width: 25%;
          float: left;
          text-align:left;
          padding-right:40px;
          @media only screen and (max-width:767px){
            width:100%;
            float:none;
            padding-top:8px;
            padding-right:0;
          }
          .spr-starratings {
            margin-bottom: 5px!important;
          }
        }
        .spr-review-content {
          width: 75%;
          float: right;
          padding:5px 0;
          margin-bottom:0;
          @media only screen and (max-width:767px){
            width:100%;
            float:none;
            padding:0 0 20px 0;
          }
        }
        .spr-review-header-byline{
          font-style: normal;
          strong{
            font-weight:400;
          }
        }
        .spr-review-header-title{
          font-size:14px;
          font-weight:600;
          color:#282828;
          margin-bottom:5px;
        }
        .spr-review-footer{
          display:inline-block;
          border-bottom:1px solid #999;
          line-height:16px;
          position: absolute;
          bottom: 0;
          a{
            float:none;
            color:#999;
          }
        }
      }
      .spr-form {
        padding: 0 25% 50px 25%;
        background: #eee;
        margin:0;
        @media only screen and (max-width:767px){
          padding:30px 5%;
        }    
        @media (min-width:768px) and (max-width:991px){
          padding:50px 10%;
        }
        label{
          font-weight:500;
        }
        .spr-form-title{
          display:none;
        }
        .new-review-form {
          padding: 30px;
          border: 1px solid #ccc;
          background: #fff;
          box-shadow: 0 2px 4px rgba(0,0,0,0.15);
        }
        textarea{
          height:160px;
        }
        input, textarea {
          padding: 6px 10px;
          border: 1px solid $color-border;
        }
        .btn-primary{
          @include btn-main-black;
          float:left;
          padding: 11px 20px !important;
          margin-top: -6px;
          transition: all .2s linear;
          &:hover{
            border:1px solid $color-border-button-hover;
            background: $color-bkg-button-hover;
            color: $color-text-button-hover;
          }
        }
        .spr-icon-star-empty{
          color:#000;
        }
        .spr-icon{
          width:14px;
        }
        .spr-icon:before{
          font-size:15px;
        }
      }     
      .spr-form-input-error, input[type="text"].spr-form-input-error, input[type="email"].spr-form-input-error{
        border-color: $color-rating;
      }
      .spr-form-message-error{
        background: $color-rating;
      }
    }
    #payment{
      h2{
        margin-top:0;
        font-size:20px;
        text-transform:uppercase;
        font-weight:600;
      }
    }
  }
  
  .related-products, .more-products {
    margin-top:70px;
    padding:0;
    position:relative;
    @media only screen and (max-width: 767px){
      margin-top:35px;
    }
    .slick-slider{
      margin-bottom:0;
    }
    .group-related, .group-prodMore-inner{
      @media (min-width:1200px){
        margin: 0 -15px;
      }
    }
    .slick-prev,.slick-next{
      top:45%;
      padding: 15px 10px;
      padding-right: 20px;
      background: #fff;
      opacity: 0.2;
      &:before{
        line-height:0;
        font-size: 14px;
        opacity: 0.5;
      }
      &:hover{
        opacity:1;
      }
    }
    .slick-prev{
      left:20px;
    }
    .slick-next{
      right:20px;
    }
  }

  .u-sep-l {
    border-top: 1px dotted $color-a;
    width: 100%;
    display: inline-block;
  }
  h2.page-heading {
    background: #fff;
    text-transform: uppercase;
    padding: 0px 30px;
    font-size: 20px;
    letter-spacing:1px;
    font-weight: 600;
    position: absolute;
    display: inline-block;
    margin-left: -125px;
    left: 50%;
    top: -19px;
  }
  article.card {
    margin-top: 45px;
    margin-left:15px;
    margin-right: 15px;
    text-align:left;
    @media only screen and (max-width: 767px){
      margin-top:25px;
    }
    figure.card-figure{
      figcaption.card-figcaption{
        .effect-ajax-cart{
          @media only screen and (max-width:991px){
            width:50%;
          }
        }
        .add-to-cart, .select-option {
          span.cart-btn-text{
            @media only screen and (max-width:767px){
              display:none;
            }
          }
        }
        ul.quickview-wishlist-wrapper li{
          @media only screen and (max-width:340px){
            width:35%;
          }
          @media (min-width:341px) and (max-width:425px){
            width:32%;
          }
          @media (min-width:426px) and (max-width:767px){
            width:28%;
          }
        }
      }
    } 
    a {
      img:nth-child(1){
        transition: all .5s linear;
        -webkit-transition: all .5s linear;
      }
      img:nth-child(2) {
        visibility: hidden;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        transition: all .5s linear;
        -webkit-transition: all .5s linear;
      }
      &:hover{
        img:nth-child(1){
/*           transform:scale(0.0); */
        }
        img:nth-child(2) {
          visibility: visible;
          opacity: 1;
          transform: translateX(0);
        }
      }
    }

    span.spr-badge-caption {
      display: none;
    }
  }
}

/* Login, register, cart CSS */
.shopify-challenge__container, .account-content{
  margin-bottom:80px;
  .container{
    @media (min-width:1200px){
      padding:0;
    }
  }
  .errors{
    ul{
      list-style-type: none;
      width: 300px;
      text-align: center;
      padding: 10px;
      display: inline-block;
      background: $color-rating;
    }
  }
  #customer-activate{
    margin: 0px auto;
    text-align: left;
    width: 450px;
    padding: 40px;
    border: 2px solid #ccc;
    @media only screen and (max-width:767px){
      padding: 0 15px;
      border:0;
      width:100%;
    }
    .note.create-password {
      font-weight: 500;
      margin-bottom: 30px;
      text-transform: uppercase;
      font-size: 18px;
    }
    label{
      color: #282828;
      font-weight: 500;
      font-size: 13px;
      display: block;
      text-align: left;
      padding: 0;
    }
    input{
      display: block;
      width: 100%;
      padding: 14px 10px;
      margin-bottom: 20px;
      border: 1px solid $color-border;
    }
    .action_bottom{
      text-align:center;
    }
  }
}
.register-content,.login-content {
  text-align:center;
  margin-bottom:80px;
  #customer-register, #customer-login{
    display: inline-block;
    width: 450px;
    padding: 40px;
    border: 2px solid #ccc;
    @media only screen and (max-width:767px){
      padding:0;
      border:0;
      width:100%;
    }
    #recover-password{
      &>h2{
        margin-top:0;
      }
      p.note {
        margin-bottom: 40px;
      }
    }
  }
  .errors{
    ul{
      list-style-type: none;
      padding: 10px;
      background: $color-rating;
      margin-bottom: 20px;
      border: 1px solid #ccc;
    }
  }
  
}
.loginRegister-heading{
  @media only screen and (max-width:767px){
    display:none;
  }
}
.login-content-inner, .register-inner {
  @media only screen and (max-width:767px){
    padding: 0 15px;
  }
  .loginRegister-title {
    display: none;
    @media only screen and (max-width:767px){
      display: block;
      margin-bottom: 40px;
      padding-top: 10px;
      border: 0;
      border-top: 1px solid #999;
      background: #f0f0f0;
      margin-left:-15px;
      margin-right:-15px;
      li{
        width:50%;
        margin:0;
        margin-top:-5px;
        background:#f0f0f0;
        &:first-child{
          border-right: 1px solid $color-border;
        }
        a{
          text-transform:uppercase;
          font-weight:600;
          margin-right:0;
        }
        &.active{
          &>a, &>a:hover, &>a:focus{
            background:#f0f0f0;
            border:0;
            border-bottom:2px solid #000; 
          }
        }
      }
    }
  }
  .label{
    color: $color-a;
    font-size:13px;
    padding:0;
    font-weight:500;
    text-align:left;
    display:block;
  }
  .action_bottom {
    display:inline-block;
    width:100%;
    margin-top: 20px;
    a{
      display:block;
      text-decoration:underline;
      margin-bottom:5px;
    }
    .note{
      a{
        text-transform:uppercase;
        text-decoration:none;
      }
    }
  }
  input{
    display:block;
    width:100%;
    padding: 14px 10px;
    margin-bottom:20px;
    border: 1px solid $color-border;
  }
  input.btn{
    @include btn-main-black;
    display: block;
    padding: 15px;
    border: 2px solid #000;
    transition:all .2s linear;
    @media (min-width:768px){
      background:#fff;
      color:#000;
    }
    &:hover{
      background:#000;
      color:#fff;
    }
  }
}
.cart-content{
  margin-bottom:80px;
  @media only screen and (max-width:767px){
    padding: 0px 15px;
    overflow: hidden;
    margin-bottom:40px;
  }
  @media (min-width:768px) and (max-width:1199px){
    .row{
      margin:0;
    }
  }
  .cart-empty {
    position: relative;
    margin: 0px auto;
    width: 420px;
    @media only screen and (max-width:767px){
      width: 110%;
      margin-left: -15px;
    }
    .empty-caption {
      position: absolute;
      top: 50%;
      left: 30px;
      transform: translateY(-50%);
      color: #fff;
      line-height:1;
    }
    .heys {
      margin: 0;
      font-size: 36px;
      font-family: $font-kaushan;
    }
    .title {
      margin: 20px 0;
      font-size: 18px;
      text-transform: uppercase;
    }
    .caption {
      width: 170px;
      line-height: 2;
    }
    .action {
      border: 2px solid #fff;
      padding: 8px 20px;
      color: #fff;
      text-transform: uppercase;
      margin-top: 20px;
      display: inline-block;
      &:hover{
        background:#000;
      }
    }
  }
  .price-mobile, .quantity-mobile, .remove-mobile{
    display:none;
    @media only screen and (max-width:767px){
      display:block;
    }
  }
  .group-checkout-input {
    display: inline-block;
    text-transform: uppercase;
    width: 100%;
    .checkout-buttons {
      padding:0;
      padding-left:70px;
      text-align:right;
      @media only screen and (max-width:767px){
        margin-top:30px;
        padding:0;
      }
      label{
        font-weight:600;
		font-size:16px;
        width:100%;
        text-align:left;
        margin-bottom:30px;
        @media only screen and (max-width:767px){
          margin-bottom:10px;
        }
      }
      textarea#note {
        height:120px;
        width: 100%;
        padding:10px 20px;
        border: 1px solid #dbdbdb;
        resize: none;
      }
    }
    .shipping-calculator{
      padding:0;
      h3 {
        margin: 0;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 20px;
      }
      select#address_country, select#address_province, input#address_zip {
        display: block;
        width: 100%;
        padding: 8px;
        border: 1px solid #dbdbdb;
        height:39px;
        border-radius: 0;
        background: #fff;
      }
    }
  }
  input.get-rates, input#checkout{
    @include btn-main-black;
    margin-top:10px;
    width:100%;
    transition:all .2s linear;
    &:hover{
      color: $color-text-button-hover;
      background: $color-bkg-button-hover;
      border:1px solid $color-border-button-hover;
    }
  }
  input#checkout{
    @media only screen and (max-width:767px){
      margin-top:0;
    }
  }
  .cart-buttons {
    margin-bottom: 60px;
    @media only screen and (max-width:767px){
      padding:0 15px;
    }
  }
  table{
    width:100%;
    border: 1px solid $color-border;
    margin-bottom:30px;
    @media only screen and (max-width:767px){
      border:0;
    }
    thead tr{
      @media only screen and (max-width:767px){
        display:none;
      }
    }
    tr{
      border-bottom: 1px solid $color-border;
      @media only screen and (max-width:767px){
        padding:20px 0;
        display: inline-block;
        width: 100%;
      }
      th{
        padding: 15px 20px;
        background: #ccc;
        text-transform: uppercase;
        font-weight:400;
        @media only screen and (max-width:767px){
          display:none;
        }
      }
      td{
        padding: 30px 20px;
        width:20%;
        vertical-align: top;
        img{
          width:150px;
          @media only screen and (max-width:767px){
            width: 100%;
          }
        }
      }
      td.remove {
        text-align: center;
        a:hover{
          color: $color-rating;
        }
      }
      td.total {
        font-weight: 600;
        text-transform: uppercase;
      }
      td.price, td.qty, td.remove, td.total{
        @media only screen and (max-width:767px){
          display:none;
        }
      }
      td.image{
        @media only screen and (max-width:767px){
          padding: 0;
          display: inline-block;
          width: 40%;
          float:left;
        }
      }
      td.image-info {
        @media only screen and (max-width:767px){
          width:60%;
          padding:0;
          padding-left:20px!important;
          .item-quantity-mobile {
            width: 30px;
            text-align: center;
            margin-left: 10px;
          }
        }
      }
    }
    tr.summary { 
      @media only screen and (max-width:767px){
        background: #ddd;
        font-weight:bold;
        line-height: 10px;
        td.total {
          display: inline-block;
          width: 50%;
          float: left;
          text-align: left;
          padding: 0;
          padding-left:15px;
        }
        td.price{
          display: inline-block;
          width: 50%;
          text-align: right;
          padding: 0;
          padding-right:15px;
        }
      }
      .price{
        font-size:18px;
      }
    }
    .product_name{
      a>p{
        font-weight:400;
        margin-bottom:20px;
        @media only screen and (max-width:767px){
          margin-bottom:5px;
        }
      }
      .product_variant{
        p{
          color: #535252;
          margin-bottom:0;
        }
      }
    }
    .money{
      font-weight:600;
    }
    input.item-quantity {
      text-align: center;
    }
  }
  .group-button {
    display:inline-block;
    width:100%;
    margin-bottom: 80px;
    @media only screen and (max-width:767px){
      display: grid;
      margin-bottom:50px;
    }
    #update-cart{
      @include btn-main-black;
      margin-right:10px;
      transition: all .2s linear;
      @media only screen and (max-width:767px){
        margin-right:0;
      }
      &:hover{
        color: $color-text-button-hover;
        border: 1px solid $color-border-button-hover;
        background: $color-bkg-button-hover;
      }
    }
    ._btn{
      float:right;
      @include btn-main-black;
      background:#fff;
      border:1px solid #000;
      color: #000;
      transition: all .2s linear;
      @media only screen and (max-width:767px){
        margin-left:0;
        text-align:center;
        margin-bottom:10px;
        width:100%;
      }
      &:hover{
        color: #fff;
        background:#000;
      }
    }
    .clearAllCart{
      float:left;
    }
  }
  #shipping-calculator {
    padding-right: 70px;
    border-right: 1px solid $color-border;
    @media only screen and (max-width:767px){
      padding:0;
      border-right:0;
    }
    label{
      font-weight:500;
    }
  }
  ul#shipping-rates {
    list-style-type: none;
    padding: 0;
  }
  .checkout-content {
    @media only screen and (max-width:767px){
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 8px 15px;
      background: #fff;
      z-index: 90;
      border-top: 1px solid $color-border;
      box-shadow: 0 -2px 4px rgba(0,0,0,0.15);
    }
  }
}

.search-content-wrapper{
  margin-bottom:55px;
}

/* BLOG CSS */
#shopify-section-blog-template, #shopify-section-blog-4-template, #shopify-section-blog-2-template{
  .group_toolbar{
    margin-bottom:70px;
  }
}
#shopify-section-blog-4-template{
  .article-content:nth-last-of-type(-n+4){
    margin-bottom:20px;
  }
}
#shopify-section-blog-2-template{
  .blog-description {
    line-height: 25px;
    margin-top: -5px;
  }
}
#blog{
  .blogList{
    .article-content{
      margin-bottom: 40px;
      .blog-body .blog-post-body {
        width:44%;
        padding-left:30px;
        @media (min-width:768px) and (max-width:1199px){
          padding-left:10px;
        }
      }
    }
    article.blog-body .blog-post-figure{
      width:56%;
    }
  }
  .blog-toolbar{
    @media only screen and (max-width:767px){
      display:none;
    }
    @media (min-width:768px) and (max-width:1216px){
      padding:0 15px;
    }
  }
  .articles {
    display: flex;
    flex-wrap: wrap;
    @media (min-width:1217px){
      margin: 0 -15px;
    }
    .article-content{
      @media (min-width:426px) and (max-width:767px){
        width:50%;
      }
    }
  }
  .article-content{
    margin-bottom: 75px;
    @media only screen and (max-width:767px){
      margin-bottom:50px;
    }
  }
  article.blog-body {
    .blog-post-figure {
      margin-bottom: 18px;
      overflow:hidden;
      img{
        transition: all .3s linear;
        &:hover{
          transform: scale(1.1);
        }
      }
    }
    span.blog-day {
      font-size:40px;
      font-family: $font-kaushan;
    }
    span.blog-year{
      @include blog-year;
    }
    .blog-title {
      font-size: 16px;
      line-height: 25px;
      text-transform: uppercase;
      font-weight: 500;
      margin-bottom: 15px;
      a{
        color: $color-a;
        transition: all .3s linear;
        -webkit-transition: all .3s linear;
        &:hover{
          text-decoration:none;
          color:$color-hover-text;
        }
      }
      @media (min-width:1200px){
        letter-spacing: 0.05em;
        margin-top:18px;
      }
    }
    .blog-readmore{
      a{
        display: inline-block;
        text-transform: uppercase;
        color: $color-a;
        padding-top: 25px;
        margin-top: 10px;
        position: relative;
        letter-spacing: 0.05em;
        transition:all .3s linear;    
        @media only screen and (max-width:767px){
          padding-top: 15px;
          margin-top:0;
        }
        @media (min-width:768px) and (max-width:991px){
          padding-top: 15px;
          margin-top: 5px;
        }
        &:before{
          content: "";
          border-top: 1px solid $color-border;
          position: absolute;
          top: 0px;
          height: 1px;
          width: 80%;
        }
        &:after{
          content:">";
          margin-left:10px;
        }
        &:hover{
          color:$color-hover-text;
          text-decoration:none;
        }
      }
    }
  }
  .pagination_group {
    @media only screen and (max-width:767px){
      padding: 0 15px;
    }
  }
}

.articles.blogList{
  .article-content{
    width:50%;
    .blog-body{
      .blog-post-figure {
        width: 50%;
        float: left;
      }
      .blog-post-body {
        width: 50%;
        display: inline-grid;
        padding-left: 20px;
        .blog-description {
          display: none;
        }
      }
    }
  }
  
}
#shopify-section-blog-sidebar-template {
  .blog-sidebar{
    .blog-toolbar {
      width: 100%;
      padding: 0 15px;
      margin-bottom: 30px;
    }
    .articles {
      float: right;
      @media only screen and (max-width:767px){
        float: none;
      }
      .blog-description {
        display: none;
      }
      .pagination_group {
        width: 100%;
      }
    }
    .sidebar{
      @media (min-width:1217px){
        padding-left:0;
      }
      .sidebar-block {
        margin-bottom: 45px;
      }
      .sidebar-title{
        font-size: 13px;
        text-transform: uppercase;
        font-weight: 600;
        margin: 0;
        padding-bottom: 17px;
        margin-bottom: 25px;
        border-bottom: 1px dotted $color-a;
      }
      ul.category {
        list-style-type: none;
        padding: 0;
        margin-top:-9px;
        li{
          margin-bottom: 12px;
          a{
            text-transform: uppercase;
            color:$color-a;
            transition: all .3s linear;
            -webkit-transition: all .3s linear;
            &:hover{
              color: $color-hover-text;
              padding-left:15px;
              text-decoration:none;
            }
          }
        }
      }
      ul.tags {
        padding: 0;
        list-style-type: none;
        margin-top:-12px;
        li{
          display: inline-block;
          a{
            color:#535252;
            transition: all .2s linear;
            -webkit-transition: all .2s linear;
            margin-left: 5px;
            line-height: 30px;
            &:hover{
              color:$color-hover-text;
              text-decoration:none;
            }
          }
        }
      }
    }
    .recent-article{
      .article-bottom h5{
        margin-top: 11px;
        margin-bottom: 30px;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: bold;
        letter-spacing:1px;
        line-height: 25px;
        font-weight: 500;
        letter-spacing: 0.05em;
        a{
          color: $color-a;
          transition: all .3s linear;
          -webkit-transition: all .3s linear;
          &:hover{
            color: $color-hover-text;
            text-decoration:none;
          }
        }
      }
    }
  }
  .articles.blogList{
    .article-content {
      width: 100%;
      margin-bottom:60px;
    }
    .blog-post-figure {
      margin-bottom: 0;
      padding-right: 20px;
    }
    .blog-description {
      display: block;
      line-height:25px;
      @media (min-width:768px) and (max-width:991px){
        display:none;
      }
    }
    article.blog-body {
      display: flex;
      flex-wrap: wrap;
      .blog-readmore a{
        letter-spacing: 0.05em;
        margin-top:0px;
        @media (min-width:992px) and (max-width:1199px){
          padding-top:10px;
        }
      }
    }
  } 
}

.article-inner{
  .article-item{
    overflow:hidden;
    @media (min-width:1217px){
      padding-left:0;
      padding-right:30px;
    }
    .article-image{
      @media only screen and (max-width:767px){
        width: 110%;
        margin-left: -15px;
      }
    }
  }
  .article-name{
    font-size:20px;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-top: 0;
    font-weight: 600;
    margin-bottom: 30px;
  }
  ul.article-info {
    margin-top: 26px;
    @media only screen and (max-width: 767px){
      margin-top:10px;
    }
    .article-author{
      float: right;
      line-height: 50px;
      color:#999;
      font-size:13px;
      font-weight:400;
      text-transform:uppercase;
      .author {
        font-style: normal;
      }
    }
  }
  .article-date{
    display: inline-flex;
    .blog-day{
      font-size: 40px;
      font-family: $font-kaushan;
      line-height: 1.42857143;
    }
    .blog-year{
      @include blog-year;
      padding: 6px;
      width: 85px;
      height: 30px;
      margin-left: 15px;
      margin-top: 14px;
    }
  }
  .articleinfo_group{
    .top-banner{
      margin:20px 0px;
    }
    .article-description{
      color: #535252;
      margin-bottom:50px;
    }
    .tags-area{
      margin-bottom:20px;
      padding:0;
      width:100%;
      text-transform:uppercase;
      @media only screen and (max-width:767px){
        margin-bottom:20px;
      }
      a, span i{
        color: #999;
      }
    }
    .share-with{
      width:100%;
      padding:0;
      @media only screen and (max-width:767px){
        padding-left:0;
        margin-bottom:40px;
      }
    }
    .social-sharing a{
      margin: 0 5px 10px 0;
    }
  }
  .sidebar{
    @media (min-width:1217px){
      padding-right:0;
      padding-left:50px;
    }
    .sidebar-block {
      margin-bottom: 40px;
    }
    .sidebar-title{
      font-size: 13px;
      text-transform: uppercase;
      font-weight: 600;
      margin: 0;
      padding-bottom: 18px;
      margin-bottom: 25px;
      border-bottom: 1px dotted $color-a;
    }
    ul.category {
      list-style-type: none;
      padding: 0;
      margin-top:-8px;
      li{
        margin-bottom: 12px;
        a{
          text-transform: uppercase;
          color:$color-a;
          transition: all .3s linear;
          -webkit-transition: all .3s linear;
          &:hover{
            color:$color-hover-text;
            padding-left:15px;
            text-decoration:none;
          }
        }
      }
    }
    ul.tags {
      padding: 0;
      list-style-type: none;
      margin-top:-8px;
      li{
        display: inline-block;
        a{
          color:#535252;
          transition: all .2s linear;
          -webkit-transition: all .2s linear;
          margin-left: 5px;
          line-height: 30px;
          &:hover{
            color:$color-hover-text;
            text-decoration:none;
          }
        }
      }
    }
  }
  .recent-article{
    .article-bottom h5{
      margin: 0;
      margin-top: 12px;
      margin-bottom: 30px;
      text-transform: uppercase;
      font-size:13px;
      letter-spacing:1px;
      line-height: 25px;
      font-weight: 500;
      letter-spacing: 0.05em;
      a{
        color: $color-a;
        font-weight:500;
        transition: all .3s linear;
        -webkit-transition: all .3s linear;
        &:hover{
          color: $color-hover-text;
          text-decoration:none;
        }
      }
    }
  }
  .related-body{
    padding: 0;
    @media only screen and (max-width:1199px){
      padding:0 15px;
      .u-sep{
        margin-top:0;
      }
    }
    .u-sep {
      margin-bottom: 40px;
    }
    .blog-body{
      display:inline-block;
      text-align: left;
      @media (min-width:1200px){
        margin-bottom: 30px;
      }
    }
    .blog-post-figure {
      width: 50%;
      float: left;
      overflow:hidden;
      @media only screen and (max-width:767px){
        width:100%;
        float:none;
        padding:0 5px;
      }
      @media (min-width:1200px){
        width:55%;
      }
      img{
        transition: all .3s linear;
        &:hover{
          transform: scale(1.1);
        }
      }
    }
    .blog-post-body{
      display: inline-block;
      width: 50%;
      padding-left: 25px;
      @media only screen and (max-width:767px){
        width:100%;
        padding-left:0;
        margin-top:10px;
      }
      @media (min-width:768px) and (max-width:1199px){
        padding-left:15px;
      }
      @media (min-width:1200px){
        width:45%;
      }
      span.blog-day {
        font-size: 40px;
        font-family: $font-kaushan;
      }
      span.blog-year{
        @include blog-year;
      }
      .blog-title {
        font-size: 16px;
        line-height:25px;
        text-transform: uppercase;
        font-weight: 500;
        margin-bottom: 0;
        padding-right:25px;
        letter-spacing: 0.05em;

        a{
          color: $color-a;
          transition: all .3s linear;
          -webkit-transition: all .3s linear;
          &:hover{
            color: $color-hover-text;
            text-decoration:none;
          }
        }
      }
      .blog-readmore {
        a{
          display: inline-block;
          text-transform: uppercase;
          color: $color-a;
          padding-top: 25px;
          margin-top: 25px;
          position: relative;
          letter-spacing: 0.05em;
          transition: all .5s ease;
          -webkit-transition: all .5s ease;
          &:hover {
            color:$color-hover-text;
            text-decoration: none;
          }
          &:before {
            content: "";
            border-top: 1px solid $color-border;
            position: absolute;
            top: 0px;
            height: 1px;
            width: 70%;
          }
          &:after {
            content: ">";
            margin-left: 10px;
          }
          @media only screen and (max-width:767px){
            padding-top: 15px;
            margin-top: 10px;
          }
          @media (min-width:768px) and (max-width:1199px){
            padding-top: 10px;
            margin-top: 15px;
          }
        }
      }
    }
    .slick-prev, .slick-next{
      display:none!important;
    }
    .slick-slider {
      margin-bottom: 0;
    }
  }
  #comments {
    margin-top:50px;
    padding: 0;
    border: 2px solid #dbdbdb;
    display:inline-block;
    width:100%;
    @media only screen and (max-width:767px){
      margin-top:20px;
      margin-bottom:40px;
    }
    ul{
      background: #fff;
      border-bottom: 0;
      display: inline-block;
      margin-left: 40px;
      padding: 0 25px;
      margin-top: -15px;
      @media only screen and (max-width:767px){
        margin-left: 10px;
        padding:0 10px;
      }
      li {
        background: #fff;
        margin: 0px 5px;
        border: 1px solid #dbdbdb;
        &.active {
          border: 1px solid #282828;
        }
        a {
          padding: 5px 25px;
          border: 0;
          margin-right: 0;
          color: $color-a;
          text-transform: uppercase;
          @media only screen and (max-width:767px){
            padding: 5px 10px;
          }
        }
      }
    }
    .tab-content {
      padding: 30px 40px;
      padding-top:40px;
      display: table;
      width: 100%;
      @media only screen and (max-width:767px){
        padding:20px 20px;
      }
    }
    .comment{
      display:flex;
      padding:0;
      margin-bottom: 30px;
      padding-bottom: 5px;
      border-bottom: 1px dotted #eee;
      &:last-child{
        border:0;
      }
      .comment-left{
        width:10%;
        @media only screen and (max-width:425px){
          display:none;
        }
        @media (min-width:426px) and (max-width:991px){
          width:20%;
        }
      }
      .comment-right{
        width:90%;
        padding-left:20px;
      }
      span.comment-avatar {
        height: 70px;
        width: 70px;
        font-weight: bold;
        text-align: center;
        display: inline-block;
        padding: 10px;
        text-transform: uppercase;
        background: antiquewhite;
        font-size: 28px;
        color: #535252;
        letter-spacing: -0.05em;
      }
    }
    .cmt-author{
      font-weight:600;
      font-size:14px;
      margin-bottom: 5px;
      text-transform: capitalize;
    }
    .cmt-content {
      margin-top: 18px;
    }
    .cmt-date, .cmt-content{
      color: #535252;
    }
    .group_form{
      p.subtext.error {
        background: $color-rating;
        padding: 15px 20px;
        border: 1px solid #dbdbdb;
      }
      input{
        width:100%;
        padding: 15px 20px;
        border: 1px solid $color-border;
        outline:none;
        margin-bottom: 20px;
      }
      textarea#comment_body {
        width: 100%;
        padding: 15px 20px;
        margin-top: 10px;
        resize:none;
        border: 1px solid $color-border;
        outline:none;
        margin-bottom: 30px;
      }
      input#comment-submit{
        @include btn-main-black;
        background: transparent;
        color: #000;
        border: 2px solid #000;
        padding: 15px;
        transition: all .3s linear;
        &:hover{
          background:#000;
          color:#fff;
        }
      }
    }
  }
}


/* Super deal CSS */
.products-deals{
  .products-deals-inner {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    @media only screen and (max-width:1216px){
      margin-left: 0;
      margin-right: 0;
    }
  }
  a{
    img{
      width:100%;
    }
    img:nth-child(1){
      transform: translateX(0);
      transition: all .5s linear;
      -webkit-transition: all .5s linear;
    }
    img:nth-child(2){
      visibility: hidden;
      position:absolute;
      top:0;
      left:0;
      opacity: 0;
      transition: all .3s linear;
      -webkit-transition: all .5s linear;
    }
    &:hover img:nth-child(2){
      visibility: visible;
      opacity: 1;
      transform: translateX(0);
    }
    &:hover img:nth-child(1){
/*       visibility: hidden;
      transform: translateX(-100%); */
    }
  }

  .product-item-wrapper {
    position: relative;
    margin-bottom: 55px;
    overflow: hidden;
    @media only screen and (max-width:767px){
      width:100%;
    }
  }

  .spr-badge-caption{
    display:none;
  }
  figure.card-figure {
    figcaption.card-figcaption {
      @media only screen and (max-width:767px){
        bottom:0;
        visibility:visible;
      }
      .effect-ajax-cart {
        @media only screen and (max-width:767px){
          width: 60%;
        }
      }

      ul.quickview-wishlist-wrapper {
        li{
          @media only screen and (max-width:767px){
            width:21%;
          }
        }
      }
    }
  }
}

/* Feature CSS */
.products.masonry {
  .product {
    margin-bottom: 60px;
    cursor:pointer;
    .image{
      position:relative;
      overflow:hidden;
      &:hover{
        img{
          transform:scale(1.2);
          opacity:0.5;
        }
        .hover_button{
          visibility:visible;
          top: 50%;
          left: 50%;
          margin-left: -52px;
          margin-top: -19px;
        }
      }
      img{
        transition:all .3s linear;
      }
      .hover_button{
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -52px;
        margin-top: -19px;
        background: #000;
        padding: 10px 20px;
        visibility:hidden;
        transition:all .3s linear;
        a{
          color: #fff;
          transition:all .3s linear;
          &:hover{
            color:$color-rating;
            text-decoration:none;
            font-weight:bold;
          }
        }
      }
    }
    .col-info{
      text-align:center;
    }
  }
}

/* About Us CSS */
#shopify-section-about-template{
  .team-inner{
    margin-bottom:130px;
    @media only screen and (max-width:767px){
      margin-bottom:80px;
    }
  }
  .about-title{
    text-align:center;
    position:relative;
    margin-bottom:70px;
    margin-top:20px;
    line-height: 1.42857143;
    @media only screen and (max-width:767px){
      margin-bottom:30px;
    }
  }
  .about-heading{
    font-size:20px;
    font-weight:bold;  
    letter-spacing: 1.5px;
    margin:0;
  }
  .about-heading-bg{
    font-size:100px;
    text-transform: uppercase;
    font-weight:bold;
    color:#f0f0f0;
    position: absolute;
    margin-left: -71px;
    top: 0;
    margin-top: -58px;
    z-index: -1;
    @media only screen and (max-width:767px){
      display:none;
    }
  }
  .brand-layout{
    margin-top:-25px;
    margin-bottom:100px;
    .about-heading-bg{
      margin-left: -336px;
    }
  }
  .special-layout{
    margin:0px 100px;
    @media only screen and (max-width:767px){
      margin:0px 10px;
    }
    @media (min-width:768px) and (max-width: 1399px){
      margin:0px 15px;
    }
    .slick-arrow{
      width:auto;
      height:auto;
      &:before{
        font-size:40px;
        opacity:0.3;
        line-height: inherit;
      }
      &.slick-prev{
        margin-left:0;
      }
      &.slick-next{
        margin-right: 0;
      }
    }
  }
  .brand-linkList:first-child{
    @media (min-width:1216px){
      padding-left:0;
    }
  }
  ul{
    list-style-type: none;
    padding: 0;
    li{
      margin-bottom:12px;
      &>a{
        text-transform:capitalize;
        color:$color-a;
        transition:all .5s ease;
        -webkit-transition: all .5s ease;
        &:hover{
          color:$color-hover-text;
          padding-left:15px;
          text-decoration:none;
        }
      }
    }
  }
  li.megaMenu-title {
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 25px;
    padding-bottom: 15px;
    border-bottom: 1px dotted $color-a;
    margin-bottom: 25px;
  }
  .brand-banner{
    @media (min-width:1216px){
      padding-right:0;
    }
    img{
      width:100%;
    }
  }
}

/* Lookbook CSS */
#shopify-section-lookbook-template{
  display: inline-block;
  margin-bottom:80px;
  @media only screen and (max-width:767px){
    display:block;
    text-align:center;
  }
  .left-area{
    @media (min-width:1216px){
      padding-left:0;
    }
  }
  .right-area{
    @media (min-width:1216px){
      padding-right:0;
    }
  }
  .lb-element {
    margin-bottom: 30px;
    overflow:hidden;
    img{
      transition: all .3s linear;
      &:hover{
        transform: scale(1.1);
        opacity:0.8;
      }
    }
  }
}
.fb-next span{
  background-position-y: -70px;
}
.fb-prev span{
  background-position-y: -35px;
}

/* 404 CSS */
#shopify-section-404-template {
  width: 100%;
  height: 100vh;
  .page-404-content {
    position:relative;
    background-size: cover;
    background-position: center center;
    height: 100vh;
    &:before{
      content: "";
      background: #000;
      position: absolute;
      width: 100%;
      height: 100vh;
      opacity: 0.7;
    }
  }
  .footer-not-main {
    display: inline-block;
    width: 100%;
    position: absolute;
    bottom: 0;
    margin-bottom: 30px;
    padding:0px 100px;
    @media only screen and (max-width:767px){
      padding:0px 15px;
      margin-bottom:20px;
      text-align:center;
    }
    @media (min-width:768px) and (max-width:1199px){
      padding:0px 30px;
      text-align:center;
    }
    .footer-left{
      float:left;
      @media only screen and (max-width:767px){
        position: fixed;
        bottom: 15px;
        left: 15px;
        width: 90px;
      }
      @media (min-width:768px) and (max-width:1199px){
        float:none;
        margin-bottom:20px;
      }
    }
    .footer-right{
      @media only screen and (max-width:767px){
        width:100%;
        padding-top:5px;
        float:none;
      }
      @media (min-width:768px) and (max-width:1199px){
        padding-top:0;
      }
      .footer_links{
        ul{
          list-style-type: none;
          padding: 0;
          display: inline-flex;
          margin:0;
          border-right: 1px solid #8b8b8b;
          margin-right:20px;
          font-size:12px;
          li{
            padding:0px 10px;
            @media only screen and (max-width:767px){
              padding: 0 15px;
              margin-bottom: 5px;
              display: inline-block;
            }
            a{
              color: #8b8b8b;
              text-transform: uppercase;
              @media only screen and (max-width:767px){
                text-decoration:underline;
                text-transform: capitalize;
              }
            }
          }
          @media only screen and (max-width:767px){
            display:block;
            margin-right:0;
            border:none;
            margin-bottom:20px;
          }
          @media (min-width:768px) and (max-width:1199px){
            border:0;
          }
        }
      }
      .powered-by{
        color: #8b8b8b;
        text-transform: uppercase;
        @media only screen and (max-width:767px){
          text-align:right;
          font-size:11px;
          padding-top: 20px;
          border-top: 1px solid #4d4d4d;
        }
        a{
          color:#fff;
        }
      }
      span.line {
        display: none;
      }
    }
  }
  .page-main-content{
    text-align: center;
    #page-404{
      position: absolute;
      top: 20%;
      left: 50%;
      margin-left: -180px;
      @media only screen and (max-width:767px){
        margin-left:-120px;
        top:15%;
      }
      @media (min-width:768px) and (max-width:1199px){
        top: 10%;
      }
      h2{
        font-family: $font-kaushan;
        color:#fff;
        @media only screen and (max-width:767px){
          font-size:20px;
        }
      }
      .notfound-image {
        font-size: 190px;
        font-weight: bold;
        opacity: 0.1;
        color: #fff;
        margin-top: -40px;
        margin-bottom: 0px;
        @media only screen and (max-width:767px){
          font-size:100px;
          margin-top:-20px;
        }
      }
      a.btn {
        color: #fff;
        text-transform: uppercase;
        border: 2px solid #fff;
        border-radius: 0;
        padding: 9px 30px;
        letter-spacing:1px;
        margin-top: -20px;
        transition:all .3s linear;
        &:hover{
          color:#000;
          background: #fff;
        }
      }
    }
  }
}


/* Contact CSS */
#shopify-section-contact-template{
  .google_maps_layout {
    height:350px;
    margin-top:80px;
    #contact_map{
      height:350px;
    }
  }

  .message-layout {
    margin-top: -50px;
    margin-bottom:10px;
  }
  .information-left{
    @media (min-width:1216px){
      padding-left:0;
    }
  }
  .information-right{
    @media (min-width:1216px){
      padding-right:0;
    }
  }
  .information-item{
    margin-bottom:40px;
    .item-title{
      font-weight:bold;
      text-transform: uppercase;
      display: block;
      margin-bottom: 10px;
      i.fa {
        margin-right: 5px;
        font-size: 15px;
      }
    }
    .item-description{
      line-height: 25px;
      a{
        color:$color-a;
      }
    }
  }
  .message-content {
    display: inline-block;
    margin-top: 40px;
    .message-description{
      margin-bottom:40px;
      @media only screen and (max-width:1199px){
        padding:0 15px;
      }
    }
  }
  #contactFormWrapper {
    display: inline-block;
    @media (min-width:1216px){
      margin: 0 -15px;
    }
    input[type="text"], input[type="email"], input[type="telephone"],textarea  {
      width: 100%;
      padding: 14px 20px;
      margin-bottom:20px;
      border: 1px solid #dbdbdb;
    }
    textarea{
      height: 150px;
    }
    input#contactFormSubmit{
      @include btn-main-black;
      padding: 15px 90px;
      border-radius:0;
      margin-top: -5px;
      transition: all .3s linear;
      &:hover{
        border: 1px solid $color-border-button-hover;
        background:  $color-bkg-button-hover;
        color: $color-text-button-hover;
      }
      @media only screen and (max-width:767px){
        width:100%;
      }
    }
  }
  .errorForm.feedback, .successForm.feedback {
    border: 1px solid $color-border;
    padding: 10px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    margin-top: -20px;
  }
  .errorForm.feedback{
    background: $color-rating;
  }
  .successForm.feedback{
    background:aquamarine;
  }
}
.shopify-challenge__container{
  margin: 50px auto!important;
  .shopify-challenge__errors{
    color: $color-rating;
  }
  input.shopify-challenge__button{
    @include btn-main-black;
    padding:10px 40px;
    display:block;
  }
}
/* FAQ CSS */
#shopify-section-faq-template{
  margin-bottom:80px;
  .faq-item{
    border:none;
    box-shadow:none;
    margin-bottom:40px;
    .panel-heading{
      border:none;
      background:transparent;
      text-transform:uppercase;
      cursor:pointer;
      @media (min-width:1200px){
        padding:10px 0;
      }
      .panel-title{
        font-weight:600;
        font-size: 14px;
        color: #000;
      }
    }
    .panel-body{
      text-align: justify;
      padding-top:0;
      line-height: 25px;
      @media (min-width:1200px){
        padding:0;
      }
    }
  }
}

/* Newletter CSS */
#newsletter-popup{
  background-color: rgba(0, 0, 0, 0.5);
  .nl-wraper-popup {
    width: 700px;
    background-color: #fff;
    position: absolute;
    top: 55%;
    left: 0px;
    right: 0px;
    z-index: 999;
    padding: 0px;
    margin: -285px auto 0px;
    @media only screen and (max-width:767px){
      width:90%;
    }
    .popup-image {
      img{
        width:100%;
      }
    }
  }
  .nl-popup-close{
    position: absolute;
    top: 0;
    margin-top: -12px;
    right: 0;
    margin-right: -12px;
    padding: 3px 10px;
    background: #fff;
    border-radius: 50%;
    cursor:pointer;
  }
  form {
    text-align: center;
    padding: 20px 50px;
    padding-bottom:40px;
    @media only screen and (max-width:767px){
      padding:10px 30px;
    }
    h4 {
      font-size: 25px;
      text-transform: uppercase;
    }
    .group_input{
      margin-top:15px;
    }
    input[type="email"]{
      display:inline-block;
      width:300px;
      border-radius: 0;
      @media only screen and (max-width:767px){
        width:100%;
        margin-bottom:20px;
      }
    }
    button{
      @include btn-main-black;    
      border-radius: 0;
      &:hover{
        color: $color-rating;
      }
    }
  }
}
header.affix+.fix-sticky{
  @media (min-width:992px){
    height:220px;
  }
  @media only screen and (max-width:991px){
    height:83px;
  }
}
/* Menu fixed CSS */
.affix {
  width: 100%;
  z-index:1000;
  .emthemesModez-header-userSection, .emthemesModez-header-topSection{
    display:none;
  }
  @media only screen and (max-width:991px){
    z-index:10;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.15);
  }
  
  #menu{
    .navPages-list{
      box-shadow: 0 2px 4px rgba(0,0,0,0.15);
      .navPages-item{
        padding:12px 25px;
        margin: 0 -2px;
        @media (min-width:768px) and (max-width:991px){
          padding:15px 20px;
        }
        &>a {
          color: #000;
        }
/*         &:hover, &.active{
          background: $color-menu-hover;
        } */
      }
    }
    .dropdown-menu{
      top:96%;
    }
  }
}

/* Search CSS */
#search {
  display: block;
  flex-wrap: wrap;
  @media only screen and (max-width:991px){
    margin-top: 60px;
  }
  @media (min-width:1250px){
    margin: 0 -15px;
  }
  .expanded-message{
    padding: 0 15px;
    margin-bottom: 50px;
    width:100%;
    text-align:center;
    span.subtext {
      text-transform: uppercase;
      display: block;
      font-size: 15px;
    }
  }
  .search-field{
    width:100%;
    padding:0 15px;
    text-align:center;
    margin-bottom:10px;
    @media only screen and (max-width:991px){
      display:none;
    }
    input.search_box {
      padding: 5px 10px;
      width: 300px;
      height:40px;
    }
    button.search_submit {
      padding: 7px 14px;
      background: #000;
      color: #fff;
      border: 0;
      height:40px;
      margin-left: -3px;     
    }
  }
  .product-item-wrapper {
    position: relative;
    overflow: hidden;
    margin-bottom: 55px;
    @media only screen and (max-width:767px){
      margin: 0px auto;
      margin-bottom:30px;
    }
    a{
      img:nth-child(1) {
        transform: translateX(0);
        transition: all .5s linear;
        -webkit-transition: all .5s linear;
      }
      img:nth-child(2) {
        visibility: hidden;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        transition: all .5s linear;
        -webkit-transition: all .5s linear;
      }
      &:hover{
        img:nth-child(1) {
/*           visibility: hidden;
          transform: translateX(-100%); */
        }
        img:nth-child(2) {
          visibility: visible;
          opacity: 1;
          transform: translateX(0);
        }
      }
    } 
  }
  .card-title {
    font-size: 13px;
    margin-top: 20px;
    a {
      color: #282828;
      transition: all .3s linear;
      -webkit-transition: all .3s linear;
      &:hover{
        font-weight:bold;
        text-decoration:none;
      }
    }
  }
  .card-text--price {
    font-size: 14px;
    margin-bottom: 5px;
    .price-sale {
      font-weight: bold;
      margin-right: 15px;
    }
    del.price-compare {
      color: $color-del-price;
    }
  }
  .spr-badge-caption {
    display: none;
  }
}

/* Account CSS */
nav.navUser.navUser--left{
  .navUser-item--account{
    margin-left:10px;
    a:after{
      content: "/";
      font-size:12px;
      margin:0px 5px;
    }
  }
}
#add_address{
  @media only screen and (max-width:991px){
    width:100%;
  }
}
.address-heading {
  margin-bottom: 80px;
  .action_link{
    margin-left:10px;
    @media only screen and (max-width:991px){
      margin-left:0;
      margin-right:10px;
    }
    a{
      padding: 5px 15px;
      border: 1px solid #000;
      text-transform: uppercase;
      transition: all .2s linear;
      &:hover{
        background:#000;
        color:#fff;
      }
    }
  }
  .container{
    @media (min-width:1200px){
      padding:0;
    }
  }
}
.group-form-address {
  margin: 0px auto;
  max-width: 800px;
  @media only screen and (max-width:767px){
    margin: 0 15px;
  }
  label{
    font-weight:500;
  }
  #add_address_title{
    display:none;
  }
}
#address_form_new {
  .errors{
    ul{
      list-style-type: none;
      margin: 20px 0;
      background: $color-rating;
      padding: 15px;
    }
  }
  .address_item {
    width: 50%;
    float: left;
    @media only screen and (max-width:767px){
      width:100%;
    }
    &:last-child{
      width:100%;
      margin-top:10px;
    }
  }
  #add_address{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    padding: 40px;
    padding-left: 80px;
    border: 1px solid $color-border;
    box-shadow: 0 2px 4px rgba(0,0,0,0.15);
    @media only screen and (max-width:767px){
      margin-top:0;
      padding:20px;
    }
  }
}
#customer-account{
  #customer_sidebar{
    border-right:1px solid $color-border;
    @media only screen and (max-width:767px){
      border:0;
    }
  }
  .sb-title{
    margin-top: 0;
    padding-bottom: 8px;
    margin-bottom: 16px;
    border-bottom: 1px solid $color-border;
  }
  .sb-group{
    p{
      margin-bottom:5px;
    }
  }
}
.address_table {
  margin-bottom: 30px;
  .address_title{
    margin-top:0;
  }
  p{
    margin-bottom:0;
  }
  .customer_address {
    max-width: 800px;
    border: 1px solid $color-border;
    margin: 0px auto;
    padding: 20px;
    position:relative;
    @media only screen and (max-width:767px){
      margin:0 15px;
    }
  }
  .address_actions {
    position: absolute;
    top: 20px;
    right: 20px;
    @media only screen and (max-width:767px){
      position: relative;
      margin-bottom:20px;
      top:0;
      right:0;
    }
  }
}
.customer_address_table{
  .label{
    color:$color-a;
    font-size:13px;
    padding:0;
  }
  input, select {
    width: 300px;
    height: 40px;
    padding: 8px 10px;
    margin-bottom: 10px;
    @media only screen and (max-width:767px){
      width:100%;
    }
  }
  input[type="checkbox"]{
    width:auto;
    height:auto;
  }
}
.action_bottom {
  margin-top: 20px;
  .btn{
    @include btn-main-black;
  }
}
#view_address, .add-new-address{
  @include btn-main-black;
  margin-top:11px;
  span{
    margin-left:10px;
  }
  &:hover, &:focus{
    border: 1px solid $color-border-button-hover;
    background: $color-bkg-button-hover;
    text-decoration:none;
    color: $color-text-button-hover;
  }
  @media only screen and (max-width:767px){
    margin-bottom:30px;
  }
  @media (min-width:768px) and (max-width:991px){
    padding: 8px 10px;
  }
}
#customer_orders{
  table {
    width: 100%;
    border:1px solid $color-border;
    thead{
      @media only screen and (max-width:425px){
        display:none;
      }
    }
    tbody{
      tr{
        position:relative;
        @media only screen and (max-width:425px){
          display: inline-block;
          padding-bottom: 10px;
        }
      }
      td {
        @media only screen and (max-width:425px){
          width: 70%;
          float: left;
        }
      }
    }
    th {
      background: $color-border;
      padding: 10px;
      font-weight:500;
      @media only screen and (max-width:425px){
        padding: 5px 2px;
      }
    }
    td{
      padding:10px;
      @media only screen and (max-width:425px){
        padding: 0 10px;
      }
    }
    tr{
      border-top:1px solid $color-border;
      &:first-child{
        border:0;
      }
    }
    td.total{
      font-weight:bold;
      @media only screen and (max-width:425px){
        font-size: 15px;
        text-align: right;
        right: 0;
        position: absolute;
        margin-top: 10px;
        width: 30%;
      }
    }
    td.title{
      font-weight:600;
      @media only screen and (max-width:425px){
        padding: 10px;
        font-size:15px;
      }
    }
  }
}
#customer-order {
  margin-bottom: 80px;
  @media only screen and (max-width:1199px){
    padding: 0 15px;
  }
  h1{
    text-transform:uppercase;
    border-bottom: 1px solid $color-border;
    margin-bottom:32px;
    line-height: 48px;
    @media only screen and (max-width:767px){
      font-size:26px;
    }
    .note.order_date {
      float: right;
      font-size: 18px;
      color: #000;
    }
  }
  .group_order {
    margin-bottom: 32px;
    display: flex;
    flex-wrap: wrap;
    @media only screen and (max-width:767px){
      display:block;
    }
    .order_section_title{
      font-size:16px;
      padding-bottom:5px;
      margin-top:0;
      text-transform:uppercase;
    }
    p{
      margin-bottom:0;
    }
  }
  #order_payment{
    padding-left:0;
    border-right:1px solid $color-border;
    @media only screen and (max-width:767px){
      border:0;
    }
  }
  #order_shipping{
    @media only screen and (max-width:767px){
      padding-left:0;
      margin-top:20px;
    }
  }
  table {
    width: 100%;
    border:1px solid $color-border;
    th {
      background: #ddd;
      padding: 10px;
      font-weight:500;
      @media only screen and (max-width:425px){
        padding: 5px 2px;
      }
    }
    td{
      padding:10px;
      @media only screen and (max-width:425px){
        padding: 5px 2px;
      }
    }
    tr{
      border-top:1px solid $color-border;
      &:first-child{
        border:0;
      }
    }
    th.total, td.total, td.vat, td.subtotal, td.shipping {
      width:120px;
      text-align: right;
    }
    td.quantity, th.center{
      width:100px;
      text-align:center;
    }
    th.money, td.money{
      width:120px;
      text-align:right;
    }
    th.sku, td.sku{
      text-align:center;
    }
    tfoot {
      text-align: right;
      font-weight: 600;
      background: #f5f5f5;
    }
  }
}

/* Wishlist CSS */
.wishlist-model{
  .modal-dialog{
    width:700px;
    @media (min-width:1200px){
      margin: 10% auto;
    }
    @media only screen and (max-width:767px){
      width:300px;
      margin:30px auto;
    }
  }
  .modal-content{
    border-radius:0;
  }
  .modal-header {
    min-height: 0;
    padding: 0;
    border-bottom: 0;
  }
  .modal-body{
    padding: 0 30px;
    display:flex;
    @media only screen and (max-width:767px){
      display:block;
    }
  }
  .wishlist-left {
    width: 66.67%;
    border-right: 1px solid #ccc;
    padding: 30px 0;
    @media only screen and (max-width:767px){
      width:100%;
      border-right:0;
      padding-bottom:10px;
    }
  }
  .product-left{
    width:33.33%;
    float:left;
    margin-right:30px;
    @media only screen and (max-width:767px){
      width:100%;
      float:none;
      margin-right:0;
      margin-bottom:10px;
    }
  }
  .wishlist-right{
    width: 33.33%;
    padding: 30px 0;
    padding-left: 30px;
    @media only screen and (max-width:767px){
      width:100%;
      padding:0;
      padding-bottom:30px;
    }
  }
  .wishlist-note {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    margin-left: 35px;
    border-bottom: 1px solid #50a8d4;
    color: #50a8d4;
    a{
      color: #50a8d4;
    }
    .cirle {
      position: absolute;
      top: -4px;
      left: -35px;
      width: 25px;
      height: 25px;
      color: #fff;
      background: #50a8d4;
      line-height: 25px;
      border-radius: 50%;
      text-align: center;
    }
  }
  .close{
    position: absolute;
    top: -10px;
    right: -10px;
    background: #fff;
    opacity: 1;
    padding: 5px;
    font-size: 15px;
    border-radius: 50%;
    z-index:10;
  }
  .modal-title{
    a{
      color: $color-rating;
    }
  }
  .wishlist-image{
    overflow:hidden;
    img{
      transition: all .3s linear;
      &:hover {
        transform: scale(1.1);
      }
    }
  }
  .wishlist-name {
    padding: 0;
    margin-bottom: 10px;
    a:hover{
      color: #ccc;
    }
  }
  .wishlist-price{
    margin-bottom:10px;
    .price {
      font-weight: bold;
      margin-right: 10px;
      font-size: 15px;
    }
    .price_compare {
      color: #ccc;
    }
  }

  .selector-wrapper{
    width:50%;
    float:left;
    select {
      width: 90%;
      padding:5px;
      margin-bottom:15px;
    }
  }
  .quantity-content{
    text-align:center;
    input {
      outline: none;
      width: 20px;
      margin-left: 10px;
      text-align: center;
      border: 0;
      font-weight: 600;
      letter-spacing: 1px;
      border-bottom: 2px solid #000;
    }
  }
  .btn-quick-shop{
    @include btn-main-black;
    border:2px solid $color-border-button;
    width:100%;
    padding:10px 0;
    margin-bottom: 10px;
    font-weight:600;
    height:40px;
    transition: all .3s linear;
    &:hover{
      border: 2px solid $color-border-button-hover;
      color: $color-text-button-hover;
      background: $color-bkg-button-hover;
    }
  }
  .add-to-cart{
    @include btn-main-black;
    width:100%;
    padding:10px 0;
    margin-bottom: 10px;
    font-weight:600;
    background:#fff;
    color:#000;
    border:2px solid #000;
    height:40px;
    transition: all .3s linear;
    &:hover{
      color: #fff;
      background:#000;
    }
  }
}

#wishlistcontent{
  display:inline-block;
  margin-bottom: 80px;
  @media only screen and (max-width:1199px){
    padding:0 15px;
  }
  li.wlr{
    position:relative;
  }
  .wishlist-count {
    display: block;
    margin-bottom: 20px;
  }
  &>ul{
    padding: 0;
    border: 1px solid #ccc;
    @media only screen and (max-width:767px){
      border:0;
      margin: 0 -10px;
      display:flex;
      flex-wrap: wrap;
    }
  }
  li {
    display: inline-block;
    width:100%;
    border-bottom:1px solid #ccc;
    &:last-child{
      border:none;
    }
    div{
      width:20%;
      float:left;
      padding:20px;
      text-align:center;
      @media only screen and (max-width:767px){
        width: 100%;
        padding:10px;
        text-align:left;
      }
    }
    @media only screen and (max-width:767px){
      border:none;
      width:50%;
      float:left;
    }
  }
  li.wishlist-heading{
    display:flex;
    text-align:center;
    background: #ccc;
    margin-bottom:20px;
    div{
      padding:10px 0px;
      border-left: 1px solid #fff;
      &:first-child{
        border:none;
      }
    }
    @media only screen and (max-width:767px){
      display:none;
    }
  }
  .variants-wrapper {
    width: 100%!important;
    padding: 0!important;
/*     @media only screen and (max-width:767px){
      display:none!important;
    } */
  }
  .price {
    font-weight: 500;
    font-size: 15px;
    margin-right: 10px;
  }
  .price_compare {
    color: #ccc;
  }
  .unavailable{
    color:red;
    text-transform:uppercase;
  }
  .selector-wrapper{
    width: 50%!important;
    padding: 0 2px!important;
    text-align: left!important;
    line-height:33px;
    @media only screen and (max-width:767px){
      width:100%!important;
      padding:0!important;
    }
    @media (min-width:768px) and (max-width:991px){
      width:100%!important;
    }
    label{
      display:block;
      margin-bottom:0;
      font-weight:500;
      @media only screen and (max-width:767px){
        display: inline-block;
        width: 50px;
        float: left;
      }
    }
    select{
      width:100%;
      padding:5px 10px;
      margin-bottom:10px;
      height:33px;
      @media only screen and (max-width:767px){
        width: 80px;
        min-width: 80px;
        float: right;
      }
    }
  }
  .quantity-content, .others-bottom {
    width: 100%!important;
    padding: 0!important;
    text-align: left!important;
    label{
      display:block;
      margin-bottom:0;
      font-weight:500;
      @media only screen and (max-width:767px){
        display: inline-block;
        width: 50px;
        float: left;
      }
    }
    input{
      width:100%;
      padding:5px 10px;
      margin-bottom:10px;
      height:33px;
      @media only screen and (max-width:767px){
        width: 80px;
        min-width: 80px;
        float: right;
      }
    }
    .wishlist-remove{
      display: none;
      @media only screen and (max-width:767px){
        display: inline-block;
        padding: 0;
        font-size: 18px;
        position: absolute;
        top: 10px;
        right: 12px;
        width: 20px;
      }
    }
    .add-to-cart{
      @include btn-main-black;
      display:block;
      padding:8px 0;
      transition: all .2s linear;
      @media only screen and (max-width:767px){
        width:100%;
        float:left;
      }
      &:hover{
        color: $color-text-button-hover;
        background: $color-bkg-button-hover;
        border:1px solid $color-border-button-hover;
      }
    }
  }
  .wishlist-remove{
    .lnr-cross {
      display: inline-block;
      background: #000;
      color: #fff;
      padding: 5px;
      margin-top: 20%;
      @media only screen and (max-width:767px){
        display:none;
      }
    }
  }
  .wishlist-addCart{
    @media only screen and (max-width:767px){
      padding:0 10px!important;
      margin-top:10px;
    }
  }
  .wishlist-name{
    @media only screen and (max-width:767px){
      padding:0 10px!important;
      margin-bottom:-10px;
    }
  }
}

/* Compare CSS */
.compare-model{
  .modal-dialog{
    @media (min-width:1200px){
      width:700px;
      margin: 10% auto;
    }
    @media only screen and (max-width:767px){
      width:300px;
      margin:30px auto;
    }
  }
  .modal-content{
    border-radius:0;
  }
  .modal-header {
    min-height: 0;
    padding: 0;
    border-bottom: 0;
  }
  .modal-body{
    padding: 30px 30px;
    display:flex;
    @media only screen and (max-width:767px){
      display:block;
    }
  }
  .compare-note {
    position:relative;
    display: inline-block;
    margin-bottom: 20px;
    margin-left:35px;
    border-bottom: 1px solid #50a8d4;
    color: #50a8d4;
    a{
      color: #50a8d4;
    }
    span.cirle {
      position: absolute;
      top: -4px;
      left: -35px;
      width: 25px;
      height: 25px;
      color: #fff;
      background: #50a8d4;
      line-height: 25px;
      border-radius: 50%;
      text-align: center;
    }
  }
  .compare-left {
    width: 66.67%;
    border-right: 1px solid #ccc;
    padding: 30px 0;
    margin:-30px 0;
    @media only screen and (max-width:767px){
      width:100%;
      border-right:0;
      padding-bottom:10px;
    }
  }
  .product-left {
    width: 33.33%;
    float: left;
    margin-right: 30px;
    @media only screen and (max-width:767px){
      width:100%;
      float:none;
      margin-right:0;
      margin-bottom:10px;
    }
  }
  .compare-right{
    width:33.33%;
    padding: 30px 0;
    padding-left:30px;
    margin:-30px 0;
    @media only screen and (max-width:767px){
      width:100%;
      padding:30px 0;
    }
  }
  .close {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #fff;
    opacity: 1;
    padding: 5px;
    font-size: 15px;
    border-radius: 50%;
    z-index:10;
  }
  .modal-title{
    a{
      color: $color-rating;
    }
  }

  .others-bottom {
    .btn-quick-shop{
      @include btn-main-black;
      width:100%;
      margin-bottom:10px;
      height:40px;
      padding: 10px 0;
      font-weight:600;
      border:2px solid $color-border-button;
      transition: all .3s linear;
      &:hover{
        background: $color-bkg-button-hover;
        color: $color-text-button-hover;
        border:2px solid $color-border-button-hover;
      }
    }
    .add-to-cart{
      @include btn-main-black;
      width:100%;
      margin-bottom:10px;
      height:40px;
      padding: 10px 0;
      background: #fff;
      color: #000;
      font-weight:600;
      border: 2px solid #000;
      transition: all .3s linear;
      &:hover{
        color: #fff;
        background:#000;
      }
    }
  }
  .selector-wrapper {
    width: 50%;
    float: left;
    select {
      width: 90%;
      padding: 5px;
      margin-bottom: 15px;
    }
  }
  .quantity-content {
    text-align: center;
    input {
      outline: none;
      width: 20px;
      margin-left: 10px;
      text-align: center;
      border: 0;
      font-weight: 600;
      letter-spacing: 1px;
      border-bottom: 2px solid #000;
    }
  }
}

#comparecontent {
  display:inline-block;
  margin-bottom: 80px;
  @media only screen and (max-width:1199px){
    padding:0 15px;
  }
  .compare-count {
    margin-bottom: 20px;
    display: block;
  }
  &>ul{
    display:flex;
    list-style-type:none;
    padding:0;
    border: 1px dotted #8b8b8b;
    @media only screen and (max-width:767px){
      flex-wrap:wrap;
      border:0;
      margin: 0 -10px;
    }
    li{
      border-right:1px dotted #8b8b8b;
      &:last-child{
        border:0;
      }
      @media only screen and (max-width:767px){
        border:0;
        width:50%;
        float:left;
      }
    }
    div{
      padding:10px;
    }
  }
  li.compare-heading{
    width:120px;
    &>div{
      padding:0 10px;
      border-bottom:1px dotted #8b8b8b;
      &:last-child{
        border:0;
      }
    }
    @media only screen and (max-width:767px){
      display:none;
    }
  }
  li.compare {
    &>.compare-remove {
      display:block;
      text-align: center;
      border-bottom: 1px dotted #8b8b8b;
      @media only screen and (max-width:767px){
        display:none;
      }
      .lnr-cross {
        border: 1px solid #555;
        padding: 3px;
        border-radius: 50%;
      }
    }
    &>div{
      border-bottom:1px dotted #8b8b8b;
      &:last-child{
        border:0;
      }
      @media only screen and (max-width:767px){
        border:0;
      }
    }
  }

  .compare-price{
    .price {
      font-weight: 500;
      margin-right: 10px;
      font-size: 15px;
    }
    .price_compare {
      color: #ccc;
    }
  }
  .compare-name {
    padding: 20px 10px!important;
    .title{
      padding:0 10px;
    }
    a:hover{
      color: $color-hover-text;
    }
  }

  .variants-wrapper {
    padding: 0!important;
    display:inline-block;
    width:100%;
    margin:0 -10px;
    @media only screen and (max-width:767px){
      margin:0;
    }
    .selector-wrapper {
      padding: 10px !important;
      width: 50%;
      float: left;
      line-height: 33px;
      margin-bottom: -10px;
      @media only screen and (max-width:1199px){
        width: 100%;
      }
      @media only screen and (max-width:767px){
        padding: 0px!important;
        margin:0;
        margin-top: 7px;
      }
    }
    select {
      padding:5px 10px;
      height:33px;
      min-width: 90px;
      width: auto;
      @media only screen and (max-width:767px){
        width: 80px;
        min-width: 80px;
        float: right;
      }
    }
  }
  .quantity-content {
    display: inline-block;
    width: 100%;
    padding-left:0;
    line-height: 33px;
    input{
      padding:5px 10px;
      height:33px;
      min-width: 90px;
      width: auto;
      @media only screen and (max-width:767px){
        width: 80px;
        min-width: 80px;
        float: right;
      }
    }
    @media only screen and (max-width:767px){
      padding: 0;
    }
  }
  .others-bottom {
    padding: 0!important;
    margin-top:10px;
    margin-bottom:20px;
    @media only screen and (max-width:767px){
      margin-bottom: 10px;
      margin-top: 10px;
      display: inline-block;
      width: 100%;
    }
    .add-to-cart{
      @include btn-main-black;
      width:auto;
      padding: 8px 50px;
      transition: all .2s linear;
      &:hover{
        color: $color-text-button-hover;
        border:1px solid $color-border-button-hover;
        background: $color-bkg-button-hover;
      }
      @media only screen and (max-width:767px){
        width:100%;
        float:left;
        padding:8px 0;
      }
    }
    .compare-remove{
      display:none;
      @media only screen and (max-width:767px){
        display: inline-block;
        padding: 0;
        font-size: 18px;
        position: absolute;
        top: 10px;
        right: 15px;
      }
    }
  }

  .compare-price {
    height: 45px;
    .unavailable{
      text-transform: uppercase;
      font-weight:400;
      color:red;
    }
  }

  .compare-image{
    height:450px;
    overflow-y:hidden;
    @media (min-width:768px) and (max-width:991px){
      height:280px;
    }
    @media (min-width:992px) and (max-width:1199px){
      height:355px;
    }
  }
  .compare-addCart{
    height:180px;
    @media (min-width:768px) and (max-width:1199px){
      height:220px;
    }
    label{
      font-weight:500;
      display:inline-block;
      width:50px;
      float:left;
      margin-bottom:0;
    }
  }
  li.compare{
    @media only screen and (max-width:767px){
      display:flex;
      flex-direction:column;
      position:relative;
      .compare-image{
        height:auto;
        order:1;
      }
      .compare-name{
        padding:0 10px!important;
        order:2;
      }
      .compare-price{
        order:3;
        padding:0 10px!important;
        height:auto;
      }
      .compare-addCart {
        height: auto;
        padding-top: 0;
        margin-top: 10px;
        order: 4;
      }
    }
  }
}

/* update r14 */
#product #product-information{
  .product-type{
    margin-top:20px;
    .selector-wrapper {
      margin-bottom: 5px;
    }
    label{
      width: 40px;
    }
    select{
      min-width: 60px;
      height: 30px;
      text-align: center;
      text-align-last: center;      
    }
  }
}

/* close update */

/* update home 1 */
.emthemesModez-instafeed-container {
  margin: 0 -2px;
  margin-bottom: 10px;
}
/* close update */