/* Slider */

body {
	background: #fff;
}
#sizeModal img {
  width: 100% !important;
  height: auto !important;
}
.nav-link.active{
  border-bottom: 2px solid;
}
#rating-meta-star{
  pointer-events: none;
}
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


.btn-primary {
  background-color: #303E48;
  border-color: #303E48;
  border-radius: 0px; }

a {
  text-decoration: none;
  color: #4a4a4a; }

p {
  margin-top: 0;
  margin-bottom: 0.6rem; }

.logged-in {
  padding-top: 32px; }

.wrap-form .form-control {
  border-radius: 0; }

.container-mw {
  max-width: 1800px;
  margin: 0 auto;
  transition: left .2s ease-in; }
.wrap-brand a {
  color:#fff;
}
.wrap-brand a.active{
  font-weight: bold;
  color:#000;

}
.top-bar {
  background: #303E48; }
  .top-bar .wrap-brand a {
    display: inline-block;
    padding: 9px 14px; }
  .top-bar .wrap-brand a.active {
    background: #fff; }
    .top-bar .wrap-brand a.active img {
      -webkit-filter: invert(0.6);
      filter: invert(0.6); }
  .top-bar .wrap-brand img {
    max-width: 70px; }

.bg-nau {
  background: #964F4E; }

.top-info {
  background: #0E1D49;
  padding: 5px 0; }
  .top-info a {
    font-size: 13px; }

.banner-inner {
  background: #964F4E; }

.banner-content {
  width: 100%; }
  .banner-content h2 {
    color: #303e48;
    font-weight: 600;
    font-style: normal;
    letter-spacing: .05em;
    text-transform: uppercase;
    display: block;
    margin: 0 0 1rem;
    line-height: 1em;
    font-size: 24px }

.primary-logo a {
  font-size: 26px;
  letter-spacing: 2px;
  color: #000; }

#main-menu {
  margin: 0;
  padding: 0;
  list-style: none; }
  #main-menu > li {
    padding: 20px 0; }
  #main-menu > li >  a {
    font-weight: 500;
    display: inline-block;
    margin-right: 15px;
    font-size: 14px;
    color: #333; }

#main-menu > li:hover .sub-menu-1 {
  display: block; }

#main-menu .sub-menu-1:hover {
  display: block !important; }

.cta-link-text {
  margin-top: 10px;
  display: inline-block; }

#right-menu {
  margin: 0;
  padding: 0;
  list-style: none; }
  #right-menu svg {
    max-width: 30px; }
  #right-menu li a {
    display: inline-block;
    margin-left: 15px; }
  #right-menu .header-search-icon a {
    display: flex;
    align-items: center;
    color: #333;
    font-weight: bold; }
  #right-menu .header-search-icon .search-label {
    position: relative;
    top: 2px; }
  #right-menu .nav-icon.bag {
    width: 18px;
    height: 22px;
    display: inline-block; }
  #right-menu .nav-icon.phone {
    width: 25px;
    height: 22px;
    display: inline-block; }
  #right-menu .nav-icon.account {
    width: 23px;
    height: 22px;
    display: inline-block; }
  #right-menu .nav-icon.search {
    width: 19px;
    height: 18px;
    position: relative;
    top: -2px;
    left: -4px; }

.category-menu {
  font-size: 14px; }
  .category-menu li {
    margin-bottom: 4px; }

.footer-info {
  font-size: 14px;
  margin: 10px 0 !important;
  color: #444; }
  .footer-info .icon-m {
    margin-right: 5px; }

.cta-buttons > div {
  padding: 0 10px; }
  .cta-buttons > div a {
    color: #fff;
    font-size: 13px;
    display: inline-block;
    padding-bottom: 3px;
    border-bottom: 2px solid #fff; }

.sub-menu-1 {
  position: absolute;
  left: 0;
  top: 50px;
  display: none;
  z-index: 999;
  width: 100%;
  min-height: 300px;
  background-color: #fff; }
  .sub-menu-1 ul {
    margin: 0;
    padding: 0;
    list-style: none; }

.product-item .product-img {
  margin-bottom: 5px; }
  .product-item .product-img img {
    width: 100%;
    background: #f1f1f1;
    height: auto; }

.product-item .product-swatches .swatch-list {
    list-style: none;
    padding: 0;
    padding-top: 5px;
    /*padding-left: 10px;*/
    padding-bottom: 10px;
    margin-bottom: 0px;
    display: flex;
}
  .product-item .product-swatches .swatch-list li {
    border: 1px solid #fff;
    /*border-radius: 50%;*/
    padding: 1px;
    cursor: pointer;
    height: 43px;
    width: 44px;
    overflow: hidden;
    text-align: center;
    margin-right: 5px; }
    .product-item .product-swatches .swatch-list li img {
    	/*border-radius: 50%;*/

      width: 38px; }
      .product-item .product-swatches .swatch-list li img.active{
      	border: 1px solid #ddd;
      }
    .product-item .product-swatches .swatch-list li.active {
      border: 1px solid #000; }

.widget-title {
  font-size: 20px; }

.product-categories {
  margin: 0;
  padding: 0;
  list-style: none; }
  .product-categories li {
    margin-bottom: 5px; }
  .product-categories a {
    font: 16px;
    color: #000; }

.product-content {
  max-width: 970px;
  margin: 0 auto; }

.product-content img {
  max-width: 100%;
  height: auto; }

.gallery-thumbnail {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  display: none; }

.product > .row > .col-md-6.p-4 {
  padding: 1rem !important; }

.product-meta .price ins, .product-meta .price > .amount {
  font-size: 28px;
  text-decoration: none;
  margin-right: 10px;
  font-weight: bold; }

.product-meta .price del {
  font-size: 24px;
  text-decoration: line-through; }

.product-meta .tck-m {
  font-size: 12px; }
  .product-meta .tck-m svg {
    width: 20px;
    margin-right: 3px; }

.product-meta .product-name {
  font-size: 24px; }

.product-meta button.add-to-cart {
  height: 40px;
  text-transform: uppercase;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  /*min-width: 250px;*/
  width: 49%;
  margin-bottom: 0;
  padding: 0;
  font-weight: 400;
  border: 0; }

.product-meta .product-attribute .name {
  margin-bottom: 10px;
  font-size: 15px; }

.product-meta .attibutes-m, .quantity-attribute {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex; }
  .product-meta .attibutes-m li, .quantity-attribute li {
    cursor: pointer;
    padding: 1px 6px;
    font-size: 14px;
    text-align: center;
    line-height: 23px;
    border: 2px solid #ccc;
    margin-right: 4px; 
    font-size: 12px;
  }
  .product-meta .attibutes-m li.image {
    padding: 2px;
    height: auto; }
  .product-meta .attibutes-m li.active, .quantity-attribute li.active {
    border-color: #607d8b; }
  .product-meta .attibutes-m li.hide {
    /*display: none; */
    position: relative;
    color: #ddd;
  }
  .product-meta .attibutes-m li.hide::before{
    content: " ";
    position: absolute;
    width: 50px;
    height: 2px;
    background: #cccccc;
    left: -7px;
    top: 17px;
    z-index: 9;
    transform: rotate(-45deg);
  }

.product-categories .count {
  float: right; }

ul.page-numbers {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px; }
  ul.page-numbers li {
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    margin: 4px;
    background: #ececec;
    border-radius: 4px; }
    ul.page-numbers li a {
      display: block;
      width: 40px;
      height: 40px; }

.product-loop .product {
  margin-bottom: 15px; }

footer {
  color: #fff;
  font-family: interstate,sans-serif;
  background-color: #f0f0f0; }
  footer .title-widget {
    font-size: 14px;
    font-weight: bold;
    color: #333; }
  footer .category-menu {
    margin: 0;
    padding: 0;
    list-style: none; }
    footer .category-menu li a {
      color: #666; }
  footer .footer-bottom {
    font-size: 13px;
    color: #555;
    background-color: #e4e4e4; }

#comment-wrap {
  margin-top: 10px;
  width: 100%;
  clear: both;
  padding: 10px;
  border: 1px dashed #ddd;
  border-radius: 10px; }

.comment-wrap-count {
  font-family: Helvetica;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  color: #191f28;
  border-bottom: solid 1px #e5e5e5;
  padding-bottom: 5px;
  margin-bottom: 15px; }

.media img {
  height: 48px !important;
  width: 48px !important;
  float: left;
  width: 20%; }

.mr-3, .mx-3 {
  margin-right: 1rem !important; }

.media {
  margin-top: 15px; }

.media-body {
  font-family: Helvetica;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  color: #373737;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.media-body h5 {
  font-family: Helvetica;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  color: #3b5998;
  line-height: 1.1;
  margin-top: 0; }

.media-body h5 span.add {
  font-family: Helvetica;
  font-size: 14px;
  text-align: left;
  color: #878787;
  font-weight: normal;
  margin-left: 5px; }

.action {
  padding-top: 10px;
  height: 35px; }

.action .rep, .action .like {
  font-family: Helvetica;
  font-size: 12px;
  text-align: left;
  color: #3b5998;
  float: left;
  margin-right: 5px; }

.action .rep, .action .like {
  font-family: Helvetica;
  font-size: 12px;
  text-align: left;
  color: #3b5998;
  float: left;
  margin-right: 5px; }

.action i {
  color: #3b5998;
  float: left;
  margin-left: 10px; }

.action .date {
  font-family: Helvetica;
  font-size: 12px;
  text-align: left;
  color: #878787;
  float: left;
  margin-left: 10px; }

.btn-taithem {
  margin-top: 15px;
  height: 46px;
  background-color: transparent;
  font-family: Helvetica;
  font-size: 14px;
  text-align: center;
  color: #4080ff;
  width: 100%;
  border: 1px solid #4080ff;
  border-radius: 0;
  cursor: pointer; }

.btn-taithem:hover {
  background-color: #C0C0C0; }

  #button {
    display: inline-block;
    background-color: #21252954;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 4px;
     display: flex;
     justify-content: center;
     align-items: center;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 800;
    cursor: pointer;
  }
  #button.show {
    opacity: 1;
    visibility: visible;
  }


#freeshipModal .modal-body, #baoquanModal .modal-body{
  max-height: 600px;
  overflow-y: scroll;
}

.item-new {
    text-align: left;
    padding: 5px;
 } 
 .item-new h3{
    margin-top: 4px !important;
    font-size: 15px !important;
    line-height: 21px !important;
 }
@media (max-width: 600px) {
    img.img-fluid.img-menu {
      display: none;
  }
  .item-new h3{
    margin-top: 2px !important;

     font-size: 14px !important;
     line-height: 18px !important;
  }
  #freeshipModal .modal-body, #baoquanModal .modal-body{
    max-height: 500px;
  }
  .collection__filters ul{
    width: 100% !important
  }
  .desc-i{
    display: none;
  }
  .new-item h3{
    font-size: 14px !important;
    line-height: 20px !important;
  }
  .news-element.mb-5{
    margin-bottom: 20px ! ;
  }
  .read-more-new{
    display: block !important;
    font-size: 13px;
    color: red;
  }
  #button {
    bottom:  100px;
    right: 14px;
  }


  #breadcrumbs{
    margin-top: 5px;
  }
  .term-description img {
      max-width: 400px;
      height: auto !important ;
      width: 100% !important;
  }
  .bottom-s{
    display: none;
  }
  .menu-mobile-bar {
      right: 10px;
      top: 12px !important;
  }
   .line-clamp {
    height: auto !important;
    /*height:36px !important;*/
  }
   .line-clamp {
    padding-top: 5px;
      font-size: 12px !important;
      line-height: : 16px !important;

  }

  .fixed {
    padding: 10px 0;
  }
  .fixed #right-menu{
    display: none !important;
  }
  .scroll-to-form {
    display: block !important;
    line-height: 50px;
  }
  .fixed .menu-mobile-bar {
      top: 7px;
  }
  .bottom-cart {
  
      display: block;
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 50px;
      background: #333;
      z-index: 99999;
      text-align: center;
      color:#fff;
  }
  .bottom-cart.hidden{
    display: none !important;
  }
  .top-bar .wrap-brand img {
    max-width: 55px; }
  .flex-mb-column {
    flex-direction: column; }
  button.add-to-cart {
        width: 220px !important;

  }
  .product-item {
    padding: 0 !important; }
  .product-loop {
    padding: 0 10px; }
  .main-header {
    background: #f4f4f4dd; }
  .mb-p-0 {
    padding: 0px; }
  .product_title {
    font-size: 22px; margin-top: 8px; } 

  .product-pricing ins bdi {
      font-size: 14px !important;
  }

  .product-pricing del bdi {
      font-size: 13px !important;
  }

}

@media (max-width: 960px) {


.product-meta button.add-to-cart {
  font-size: 12px;
}
  .main-header {
    padding: 10px 0; }
  .menu-mobile-bar {
    position: absolute;
    left: 10px;
    top: 19px;
    width: 45px;
     }
  .menu-toggle {
    z-index: 3004;
    left: initial;
    position: absolute;
    top: 0;
    margin: 0;
    padding: 0 13px;
    padding: 0;
    right: 7px;
    top: 12px;
    background: #00000045;
    width: 35px;
    height: 34px;
    border-radius: 50%; }
  .menu-panel {
    position: fixed;
    left: -100%;
    top: 0;
    z-index: 999;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.5s; }
    .menu-panel.in {
      left: 0; }
    .menu-panel .wrap-menu-sidebar {
      padding: 20px;
      background-color: #fff;
      width: 320px;
      height: 100%; }
      .menu-panel .wrap-menu-sidebar .logo-mobile {
        text-align: center; }
      .menu-panel .wrap-menu-sidebar #mobile-menu {
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: center; }
        .menu-panel .wrap-menu-sidebar #mobile-menu li {
          border-bottom: 1px solid #ddd;
          padding: 6px 0; }
          .menu-panel .wrap-menu-sidebar #mobile-menu li a {
            font-size: 20px;
            display: block; } }
.wrap-border {
    padding: 15px;
    border:1px solid #ddd;
    border-radius: 7px;
  }
@media (min-width: 1000px) {

  .menu-panel{
      position: absolute;
      width: 100%;
      left: 0;
      padding-left: 0;
      background: #fff;
      z-index: 9;
      top: 64px;
      display: none;
      /*justify-content: space-around;*/
      padding: 25px;
   }
   .menu-panel.active {
      display: flex !important;
   }
   #main-menu > li:hover .menu-panel{
      display: flex !important;

   }
   .menu-panel > ul{
      width: 1240px;
      display: flex;
      justify-content: space-between;
   }
   .second-menu > li{
    width: 33%;
   }
   .second-menu > li > a{
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: ;
   }
   .text-red {
    color: red;
   }
   .text-bold{
    font-weight: bold;
   }
   ul.third-menu li {
       margin-top: 7px;
   }
   .menu-panel > li{
    text-align: center;
      width: 16.66% !important;
      padding: 0 5px;

   }
   .menu-panel a{
      text-transform: none;
   }
   .menu-panel > li > a{
      font-size: 16px !important;
   }
   .img-menu{
    max-width: 400px;
   }
   .menu-panel{
      list-style: none;
        border-top: 2px solid #0e1d49;
      border-bottom: 1px solid #ddd;
      justify-content: center;
   }
   .third-menu{
      padding-left: 5px;
      list-style: none;
   }



  .news-element{
    width: 800px;
    margin: 0 auto;
  }
  .main-header{
    border: 1px solid #dddd;
    margin-bottom: 20px;
  }

  
}
@media (min-width: 1280px) {

  .product-large-gallery .pro-large-img:nth-child(2n+0){
    padding-left: 4px;
  }
  .product-large-gallery .pro-large-img:nth-child(2n+1){
    padding-right: 4px;
  }


  .h1, h1 {
      font-size: 1.7rem !important;
  }
  
  .pr-sm-0 {
    padding-right: 0;
    padding-left: 0; }
  .woo-sidebar {
    width: 270px;
    display: none;
    }
  h1 {
    font-size: 22px; }
  #main {
    padding-left: 60px;
    padding-right: 60px; }
  #product-detail-gallery .carousel-item img {
    max-width: 700px;
    margin: 0 auto; } 

  /*.product > .row {
    max-width: 1800px;
    margin: 0 auto;
  }*/
  .product-content.shrink {
      height: 800px !important;
  }
}
@media (max-width: 1600px) {
  .product-content {
      /*max-width: 600px;*/
      margin: 0 auto;
  }
}
@media (min-width: 1367px) {
  #product-detail-gallery .carousel-item img {
    max-width: 800px;
    margin: 0 auto; } }

/*# sourceMappingURL=style.css.map */


.product-pricing ins{
  margin-right: 10px;
  text-decoration: none;
} 
.product-pricing ins bdi{
  font-size:20px;
}
.product-name a{
  /*text-transform: uppercase;*/
}
.product-content.shrink {
  height: 440px;
}
.product-content {
  padding-bottom: 0px;
  position: relative;
      overflow: hidden;
}

.view-more-wrap {
    position: absolute;
    display: flex;
    bottom: 0;
    left: 0;
    background-color: red;
    height: 64px;
    width: 100%;
        background-color: #ffffffed;
    justify-content: center;
    align-items: center;
}
.view-more-product-content {
  padding: 5px 15px;
  border: 2px solid #000;
  font-weight:bold;
}
.text-red {
  color:#b70000;
}

.loading {
  display: none;
  position: fixed;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
}
.loading.in{
  display: flex;
  align-items: center;
  justify-content: center;
}

/*COMMENT*/

@media (min-width: 0) {
          .g-mr-15 {
              margin-right: 1.07143rem !important;
          }
      }
      @media (min-width: 0){
          .g-mt-3 {
              margin-top: 0.21429rem !important;
          }
      }

      .g-height-50 {
          height: 50px;
      }

      .g-width-50 {
          width: 50px !important;
      }

      @media (min-width: 0){
          .g-pa-30 {
              padding: 2.14286rem !important;
          }
      }

      .g-bg-secondary {
          background-color: #fafafa !important;
      }

      .u-shadow-v18 {
          border: 1px solid #ececec;
          box-shadow: 0 5px 10px -6px rgba(0, 0, 0, 0.15);
      }

      .g-color-gray-dark-v4 {
          color: #777 !important;
      }

      .g-font-size-11 {
          font-size: 11px;
      }

      .media-comment {
          margin-top:10px
      }
      .new-comments {
          max-width: 800px;
          margin: 0 auto;
          margin-bottom: 20px;
      }
      .media img {
          height: 30px !important;
          width: 30px !important;
          float: left;
          width: 20%;
      }
      .avatar-m{
        width: 30px;
        float: left;
            margin-right: 10px;
      }
      .jq-stars {
        display: inline-block;
      }

      .jq-rating-label {
        font-size: 22px;
        display: inline-block;
        position: relative;
        vertical-align: top;
        font-family: helvetica, arial, verdana;
      }

      .jq-star {
        width: 100px;
        height: 100px;
        display: inline-block;
        cursor: pointer;
      }

      .jq-star-svg {
        padding-left: 3px;
        width: 100%;
        height: 100% ;
      }

      .jq-star:hover .fs-star-svg path {
      }

      .jq-star-svg path {
        /* stroke: #000; */
        stroke-linejoin: round;
      }

      /* un-used */
      .jq-shadow {
        -webkit-filter: drop-shadow( -2px -2px 2px #888 );
        filter: drop-shadow( -2px -2px 2px #888 );
      }
      .font-size-12 {
        font-size: 12px !important;
      }
      .font-size-13 {
        font-size: 13px !important;
      }
.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.product-tile-name-pricing {
    margin-top: 15px;
}
.home-products .line-clamp {
  /*height: 40px;*/
  line-height: 20px;
}
.fw-bold {
    font-weight: 600!important;
}
/*ENDCOMMENT*/

.product-item {
  position: relative;
  border: 1px solid #f0f0f0;
  height: 100%;
  background: #f7f7f7;
}

.badge-m {
  position: absolute;
  top:5px;
  right: 5px;
  display: inline-block;
  padding: 2px 12px;
  font-size: 12px;
  background:#bf281d;
  text-transform: uppercase;
  color: #fff;
  min-width: 70px;
  text-align: center;

}
a.buy-now {
        display: block;
    text-align: center;
    background: #f44336;
    border-radius: 9px;
    overflow: hidden;
    color: #fff;
    margin-top: 7px;
    padding: 4px;
    box-shadow: 0px 15px 20px -11px #000;
    font-weight: bold;
    text-transform: uppercase;
}
.scroll-to-form {
    display: none
}
.cross-sale-page .top-bar, .cross-sale-page .main-header, .page-template-page-thankyou .top-bar, .page-template-page-thankyou .main-header,.page-template-page-thankyou footer{
  display: none !important;
}
.cross-sale-page #customer_phone, .cross-sale-page #customer_name, .cross-sale-page #customer_address {
  display: none;
}
.prev-gallery {
      position: absolute;
      z-index: 9;
      top: calc(50% - 15px);
      left: 5px;
      opacity: 0.3;
}
.next-gallery {
      position: absolute;
      z-index: 9;
      top: calc(50% - 15px);
      right: 5px;
      opacity: 0.3;
}

.fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 99;
    width: 100%;
    box-shadow: 0 8px 6px -10px black;
}
.cat-item-15, .cat-item-66 {
  display: none;
}
.product-wrap-box-2 {
  padding: 0 10px;
}

.pro-nav {
  margin-top: 5px;
  overflow: hidden;
}
.pro-nav-thumb img {
    /*border: 1px solid #ededed;*/
    width: 100%;
}
.pro-large-img img{
  max-width: 100%;
}

.slick-row-5 .slick-list{
  margin: 0 -5px;
}
.slick-row-5 .slick-list .slick-slide {
    margin: 0 5px;
}

.product-item:hover {
    border: 1px solid #eee;
    -webkit-box-shadow: 3px 3px 3px 0 rgb(128 128 128 / 80%);
    -moz-box-shadow: 3px 3px 3px 0 rgba(128,128,128,.8);
    box-shadow: 3px 3px 3px 0 rgb(128 128 128 / 80%);
}
.product-detail-box {
  border-top: 2px solid #cccccc;
      margin-top: 20px;
}

li.user-info, #mini-cart,.cat-item-57, .cat-item-58{
  /*display: none;*/
} 

.slide-2-row-init {
  /*visibility: hidden;*/
  white-space: nowrap;
    overflow-y: hidden;
    overflow-x: hidden;
}
.slide-2-row-init > * {
  display: inline-block;
}

#woocommerce_product_categories-2 .product-categories > .cat-item{
  display: none;
}
#woocommerce_product_categories-2 .current-cat-parent, .current-cat{
  display: block !important;
}
.term-description{
  display: none !important;
    max-height: 50vh;
  overflow: auto;
  padding: 10px;
  border:1px solid #ddd;
  margin-bottom: 10px;
}

.term-description::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

.term-description::-webkit-scrollbar {
  width: 8px;
  background-color: #F5F5F5;
}

.term-description::-webkit-scrollbar-thumb {
  background-color: #777;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.5, transparent), to(transparent));
}

.post-item{
  margin-bottom: 30px;
}
.post-date img{
  width: 15px;
  margin-right: 5px;

}
.post-date {
  margin-top: 5px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #777;
}
.aligncenter {
  text-align: center;
  margin: 0 auto;
}
.aligncenter img{
  display: inline-block;
}

.term-description img{
  max-width: 400px;
  height: auto;
}
.table_of_contents{
  border: 1px solid #ddd;
  border-radius: 6px;
  max-height: 190px;
  overflow: auto;
  margin-bottom: 15px;
  margin-top: 5px;
  padding: 10px;
  color: #f44336;

}
.table_of_contents > ul{
  list-style: none;
}
.table_of_contents a {
  color: #f44336;
  font-weight: bold;
}
#breadcrumbs{
  font-size: 13px;
}
.space-bar{
  padding: 0 4px;
}
.rating-meta{
  font-size: 13px;
}
@media (min-width: 1200px){
  .h1, h1 {
      font-size: 1.7rem !important;
  }
}


.slick-slider {
    overflow: hidden;
}
/* the parent */
.slick-list {
    margin: 0 -5px;
}
/* item */  
.product-i{
    padding: 0 5px;
}
.p_pa_size .name{
  display: flex;
  justify-content: space-between;
}
.p_pa_size .name span:nth-child(2){
  font-size: 12px;
  font-style: italic;
  cursor: pointer;
}
.wrap-slide{
  position: relative;
}
.prev-slide{
  position: absolute;
  left: 5px;
  background: rgba(0, 0, 0, 0.4);
  top: 50%;
  transform: translateY(-50%);
  padding: 2px 5px 5px;
}

.next-slide{
  position: absolute;
  right: 5px;
  background: rgba(0, 0, 0, 0.4);
  top: 50%;
  transform: translateY(-50%);
  padding: 2px 5px 5px;
}
.prev-slide svg path, .next-slide svg path{
  fill:  #fff;
}


.tskt-table{
    font-size: 14px;
    border:1px dashed #dee2e6;
    max-width: 100%;
    padding: 15px;
}
.tskt-table td,.tskt-table th{
    padding: 1px 10px;
    border-top: 0px !important;
    border-right: 0px ;
}
.bdbt-da{
    border-bottom: 1px dashed #dee2e6;
    font-weight: bold;
}
.bdbt-da
{
    margin-top: 10px
}
h2 {
  font-size: 21px;
}
h3{
  font-size: 19px;
}
h4, h5{
  font-size: 17px;
}
.size-available{
  display: flex;
  flex-wrap: wrap;
}
.size-available span{
  display: inline-block;
  margin-right: 4px;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #777;
  border:  1px solid #ddd;
}
.woocommerce-products-header__title {
  font-size: 1.2rem !important;
  margin-bottom: 0px;
}
.size-label{
  margin: 4px 0;
  font-size: 13px;
}
.quantity {
 display: inline-block; margin-top: 10px;}

.quantity .input-text.qty {
 width: 35px;
 height: 39px;
 padding: 0 5px;
 text-align: center;
 background-color: transparent;
 border: 1px solid #efefef;
}

.quantity.buttons_added {
 text-align: left;
 position: relative;
 white-space: nowrap;
 vertical-align: top; }

.quantity.buttons_added input {
 display: inline-block;
 margin: 0;
 vertical-align: top;
 box-shadow: none;
}

.quantity.buttons_added .minus,
.quantity.buttons_added .plus {
 padding: 7px 10px 8px;
 height: 39px;
 background-color: #ffffff;
 border: 1px solid #efefef;
 cursor:pointer;}

.quantity.buttons_added .minus {
 border-right: 0; }

.quantity.buttons_added .plus {
 border-left: 0; }

.quantity.buttons_added .minus:hover,
.quantity.buttons_added .plus:hover {
 background: #eeeeee; }

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
 -webkit-appearance: none;
 -moz-appearance: none;
 margin: 0; }
 
 .quantity.buttons_added .minus:focus,
.quantity.buttons_added .plus:focus {
 outline: none; }

.quantity-wrap {
}

.collection__filters ul{
  padding: 0;
  list-style: none;
  margin: 0;
}

.collection__filters__sort-select.hidden{
  display: none;
}
.collection__filters{
  text-align: center;
}
.collection__filters ul{
  text-align: center;
  width: 440px;
  display: flex;
  margin: 0 auto;

}
.collection__filters ul li{
  border: 1px solid #ddd;
  width: 50%;
  margin: 2px;
  text-transform: uppercase;
  height: 50px;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.jcc {
  display: flex;
}
.jcc svg{
  position: relative;
  top: -2px;
  left: 4px;
}

.new-item h3{
  font-size: 17px;
  line-height: 23px;
  margin-top: 6px;
}
.new-item{
  width: 50% !important;
}
.news-element .slick-track{
  width: 100%;
}
.read-more-new{
  display: none;
}
.meta-item {
  margin-right: 15px;
  display: flex;
  align-items: center;
  font-size: 13px;
}
.meta-item svg{
  margin-right: 5px;

}

.wp-caption {
  width: 100% !important;
}

.wrap-slide img{
      -webkit-touch-callout: default;
       -webkit-user-select: default;
       -khtml-user-select: default;
       -moz-user-select: default;
       -ms-user-select: default;
       user-select: default;
  }

.sd-menu {
  padding-left: 0;
  list-style: none;
}
.sd-menu > li > a {
  padding-left: 10px;
}


.home-menu .menu {
            margin: auto !important;
        }
        .menu {
            float: left;
            overflow: visible;
            clear: both;
            margin: auto;
            width: 100%;
            max-width: 1200px;
        }
        .menu li a {
            display: block;
            padding: 3px 8px;
            font-size: 14px;
            color: #333;
            text-transform: uppercase;
            font-weight: 400;
            background: #f4f4f4;
            border-radius: 2px;
        }
        .menu li a.actmenu {
            background: #fed701;
        }
        .menu li {
            display: inline-block;
            margin: 0 3px;
            height: auto;
            position: relative;
        }
        ul {
            padding-left: 0;
        }
        .infopage {
            display: block;
            overflow: hidden;
            padding: 10px 0;
            /*margin-bottom: 20px;*/
            /*border-bottom: 1px solid #eee;*/
        }
        .linkproduct {
            display: block;
            overflow: hidden;
            line-height: 26px;
            font-size: 18px;
            color: #000000e3;
            text-transform: uppercase;
            padding: 10px 0 6px;
            font-weight: 600;
        }
        .newsproduct{display:block;overflow:hidden;border-top:1px solid #eee;}
        .newsproduct li{display:block;overflow:hidden;padding:10px 0;}
        .newsproduct li a{display:block;overflow:hidden;}
        .newsproduct li img{float:left;width:70px;height:70px;margin-right:10px;}
        .newsproduct li h3{display:block;overflow:hidden;font-size:16px;color:#333;}
        .newsproduct li p{display:block;overflow:hidden;color:#666;font-size:14px;line-height:32px;}
        .newsproduct li label{display:block;overflow:hidden;color:#288ad6;margin-bottom:10px;}
        ul{list-style:none;}
        h3{font:14px/18px Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;color:#333;outline:none;zoom:1;}
        .newslist{display:block;overflow:hidden;}
        .newslist li{display:block;overflow:hidden;border-bottom:1px solid #eee;padding:15px 0;position:relative;}
        .newslist li:last-child{border-bottom:0;}
        .newslist li a{display:block;overflow:hidden;position:relative;}
        .newslist li img{float:left;width:100%;}
        .newslist li h3{display:block;overflow:hidden;line-height:28px;font-size:18px;font-weight:500;}
        .newslist li figure{display:block;overflow:hidden;font-size:14px;color:#333;line-height:22px;padding:10px 0;}
        .newslist li .timepost{display:block;overflow:hidden;font-size:12px;color:#999;}
        .newslist li .tempvideo{float:left;position:relative;width:250px;margin-right:15px;margin-bottom:5px;overflow:hidden;}
        .newslist li .tempvideo img{display:block;width:100%;}
        .latest{display:block;overflow:hidden;border-bottom:1px solid #eee;padding-bottom:5px;margin-top:-10px;padding-left: 0;}
        .latest li{overflow:hidden;float:left;width:32%;padding:0; }
        .latest li .tempvideo{float:none;display:block;position:relative;width:100%;height:330px;margin-bottom:5px;overflow:hidden;}
        .latest li img{float:none;display:block;width:100%;margin:0 auto 10px;}
        .latest li h3{font-size:16px;line-height:1.3em;font-weight:300;margin-bottom:0;}
        .latest li a{padding:10px 0;}
        .latest li:first-child{overflow:hidden;width:65.19%;margin-right:15px;border-bottom:0;}
        .latest li:first-child img{display:block;width:100%;max-height:330px;height:auto;margin-bottom:10px;}
        .latest li:first-child h3{font-size:22px;line-height:27px;font-weight:600;}
        .latest li:nth-child(2) h3{font-size:18px;line-height:1.3em;font-weight:600;}
        .latest li:nth-child(2) .tempvideo{height:140px;}
        .latest li:last-child{border-bottom:0;}
        @media screen and (max-width:1024px){
        .latest li:first-child{width:64.19%;}
        .latest li h3{font-size:14px;}
        .latest li:first-child h3{font-size:20px;line-height:26px;margin-bottom:5px;}
        .latest li:nth-child(2) h3{font-size:18px;line-height:22px;height:44px;}
        .latest li .tempvideo{height:238px;}
        .latest li a{padding:6px 0;}
        .latest li a:link{color:#f00;}
        .latest li a:visited{color:#999;}
        .newslist li figure{height:42px;}
        .newslist li h3{max-height:56px;}
        }
        .newslist li h3.titlecom{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden;}
        .newslist li .timepost.margin{margin-top:5px;}
        .newspromotion{display:block;overflow:hidden;}
        .newspromotion li{float:left;display:block;overflow:hidden;width:48%;margin-bottom:2%;}
        .newspromotion li a{display:block;overflow:hidden;padding:10px 0;}
        .newspromotion li h3{display:block;overflow:hidden;line-height:1.3em;font-size:14px;color:#333;}
        .newspromotion li img{display:block;width:100%;height:auto;margin-bottom:10px;}
        .newspromotion li:first-child{float:none;width:100%;border-bottom:1px solid #eee;}
        .newspromotion li:first-child img{width:100%;height:auto;max-height:215px;}
        .newspromotion li:first-child h3{font-size:18px;font-weight:600;}
        .newspromotion li:nth-child(3),.newspromotion li:nth-child(5){float:right;}
        .newspromotion li:nth-child(2),.newspromotion li:nth-child(4){clear:both;}
        .pagination-x {
            display: flex;
            justify-content: center;
            margin-bottom: 20px;
        }
        .pagination-x .current{
            background: #0e1d49;
            color: #fff;
        }
        .pagination-x > * {
            display: inline-block;
            width: 40px;
                text-align: center;
            height: 40px;
            line-height: 40px;
            margin: 4px;
            background: #ececec;
            border-radius: 4px;
            margin: 3px;
        }
        .newsproduct ins{
            text-decoration: none;
            margin-right: 5px;
        }
        .newsproduct del{
            font-size: 14px;
        }
        @media screen and (max-width:600px){

          .wrap-thumb-mb{
            display: flex;
            justify-content: space-between;
          }

          .product-large-slider{
            width: 78%;
          }

          .pro-nav{
            width: 19%;
          }
          .slick-vertical .slick-slide{
            border: 0 !important;
          }
          .slick-row-5 .slick-list .slick-slide{
            margin: 7px 0 7px 0 !important;
          }
          .product-meta .attibutes-m, .quantity-attribute{
            flex-wrap: wrap;
          }
          .product-meta .attibutes-m li, .quantity-attribute li{
            margin-bottom: 8px;

          }
          .pro-nav{
            margin-top: -3px !important;
          }
          .video-360 video{
            width: 100%;
          }
          .video-360{
              margin-bottom: 20px;
          }
          .sd-menu ul{
            padding-left: 20px;
          }
          .sd-menu a{
            font-size: 14px;
          }
          .main-header.fixed{
            top:  34px !important;
          }
          .top-info.fixed{
            top:  -6px !important;
                background: #0E1D49 !important;
          }

          .wrap-border{
            margin-top: 0px;
          }
            .latest li .tempvideo {
                height: auto !important;
            }
            .latest li:first-child{
                width: 100% !important;
                margin: 0 !important;
            }
            .newslist li figure {
                 height: auto !important; 
                 margin-bottom: 0 !important;
                 padding-bottom: 0 !important;
            }
            
            #mainlist li .tempvideo{
                width: 80px !important;
            }
            .first-one .tempvideo{
                width: 100% !important;
            }
            .newslist li h3 {
                line-height: 20px;
                font-size: 16px;
                font-weight: 500;
                margin-bottom: -2px;
            }
            #bag-svg{
              width: 23px;
            }
            #mini-cart{
              position: absolute;
                  right: 14px;
                  top: 12px;
            }
            .cart-count {
                right: 2px !important;
                top: 9px;
            }
        }

.csb-in{
            overflow: hidden;
        }
        .remove-cart-item{
            color: #f15a48;
            font-size: 13px;
        }
            .mini-cart__close{
                cursor: pointer;
            }
            .checkout-btn{
                background: #f15a48;
            }
            .continue-btn{
                background: #0e1d49 ;
            }
            .mini-cart-buttons a {
                width: 49%;
                font-size: 13px;
                display: inline-block;
                text-align: center;
                color: #fff;
                padding: 10px;
            }
            .mini-cart__shipping {
                padding: 10px 0;
                border-bottom: 2px solid #333;
            }
            .mini-cart__shipping p{
                margin-bottom: 0;
            }
          .mc-header {
            justify-content: space-between;
            border-bottom: 1px solid #ddd;
            padding-bottom: 10px;

          }
          .mini-cart-overlay{
            position: fixed;
            display: none;
            z-index: 9;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.6);
            top: 0;
            left: 0;
          }
          .csb-in .mini-cart-overlay{
            display: block !important;
          }
          .mini-cart-sidebar{
            padding: 15px;
            position: fixed;
            right: -400px;
            bottom: 0;
            z-index: 999;
            width:  355px;
            height: 100%;
            background: #fff;
            z-index: 999999;
            transition: all 0.7s ease;

          }
          .mini-cart-sidebar.in{
            right: 0px !important;
          }
          .mini-cart-items {
            padding-right: 6px;
            max-height: calc(100% - 300px);
                overflow-y: scroll;
          }
          .mini-cart-items .itemx{
            justify-content: space-between;
            border-bottom: 1px solid #ddd;
            padding: 15px 0;
          }
          .sc-thin::-webkit-scrollbar {
            width: 5px;
          }
          .sc-thin::-webkit-scrollbar-track {
            background: transparent;
          }
          .sc-thin::-webkit-scrollbar-thumb {
            background-color: rgba(155, 155, 155, 0.5);
            border-radius: 20px;
            border: transparent;
          }
          .mini-cart__item-image img{
                max-width: 70px;
                margin-right: 15px;
                border-radius: 5px;
          }
        .mini-cart__item-content{
            flex-grow: 1;
        }
.mini-cart-total{
  position: relative;
}
.cart-count{
  position: absolute;
  font-size: 12px;
  /* background: red; */
  width: 18px;
  height: 18px;
  font-size: 11px;
  text-align: center;
  border-radius: 50%;
  right: 0px;
  color: black;
  font-weight: bold;
  top: 9px;
}
.hidden{
  display: none;
}

.cart-notify{
        position: fixed;
        top: 20px;
        right: -300px;
        width: 300px;
        transition: all .2s;
        box-sizing: border-box;
        z-index: 99999;
        background: #fff;
        border: 1px solid #d9d9d9;
        box-shadow: 0 0 8px rgb(0 0 0 / 15%);
        border-radius: 16px;
        padding: 18px;
        touch-action: pan-y;
    }
    .cart-notify.is-active {
        right: 20px !important;
    }
    .notify-product{display:flex;padding-top:15px;border-top:1px solid #d9d9d9;margin-top:15px;padding-bottom:5px;}
    .notify-product__thumbnail{width:25%;overflow:hidden;border-radius:10px;position:relative;}
    .notify-product__thumbnail img{position:absolute;top:0;left:0;width:100%;-o-object-fit:cover;object-fit:cover;}
    .notify-product__content{display:flex;flex-flow:column;width:75%;padding-left:10px;}
    .notify-product__title{font-weight:500;font-size:14px;line-height:115%;letter-spacing:.03em;color:#000;}
    .notify-product__prices{font-size:14px;line-height:150%;letter-spacing:.03em;color:#000;}
    .notify-product__prices{display:flex;flex-flow:row-reverse;align-items:flex-end;justify-content:flex-end;}
    .notify-product__prices ins{text-decoration:none;}
    .notify-product__prices del{color:#c4c4c4;}
    .notify-product__prices del+ins{color:#ff3102;margin-right:10px;}
    .btn--outline {
        background-color: transparent;
        color: #000;

    }
    .cart-notify .btn {
        margin-top: 10px;
        font-size: 16px;
        width: 100%;
        border-radius: 16px;
        border: 2px solid #000;
    }
    .mini-cart__item-title, .mini-cart__item-option{
        font-size: 14px;
        letter-spacing:.03em;
        margin-bottom: 0;

    }
.product-item del {
  display: none;
}
.big_sale del{
  display: inline-block !important;
}
.postid-16355 .p_pa_size{
  display: none !important;

}
.DTlWb *{text-decoration:none!important;}
.DTlWb .deals__qty{background-color:rgb(255, 170, 175);color:rgb(255, 255, 255);border-radius:10px;position:relative;display:flex;width:170px;height:20px;}
.DTlWb .deals__qty > span{font-size:11px;line-height:16px;padding:0px 0px 0px 6px;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;height:100%;width:100%;position:absolute;text-align:center;}
.DTlWb .deals__progress{position:absolute;left:0px;top:0px;background-color:rgb(255, 66, 78);height:20px;border-radius:10px;min-width:20px;}
.DTlWb .fire-icon{z-index:10;position:absolute;width:24px;height:24px;bottom:4px;left:5px;}
.view-more{
  display: inline-block;
  padding: 8px 20px;
  border-radius: 4px;
  background: #efefef;
  letter-spacing: 1px;
}

@media (min-width: 1250px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1100px;
  }

}

