@charset "UTF-8";
@media (max-width: 991px) {
  .pc-s{
    display: none !important;
  }
}
@media (min-width: 992px) {
  .mb-s{
    display: none !important;
  }
}
body{
  padding-top: 52px;
}
.section_product_items p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.2em;
}
.over-2 {
    min-height: unset;
    height: 2.4em;
  }
  .header.stick .combination-item {
    position: absolute;
    top: -5px;
    z-index: 2;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 0;
  max-width: unset;
  width: 25%;
  }
  .section03 .nav-tabs .nav-link {
    width: 120px;
  }
  .section_product_items .img-wrap .img-item{
    transition: .4s;
  }
.section_product_items:hover .img-wrap .img-item{
  opacity: 0.8;
}
.section_product_items .img-wrap .img-item::before {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background: rgba(0, 0, 0, 0.0);
    top: 0;
    left: 0;
    z-index: 2;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}
  .section03,
  .section01,
  .ids4{
  padding: 50px 0px;
  }
  .section01{
    background-image: unset;
  }
  .text-color {
    letter-spacing: 3px;
}
  .footer{
    padding-top: 50px;
  }

  @media (max-width: 991px) {
    .section03 .nav-tabs .nav-link {
    margin: 0 15px;
  }
}



.cart-1-f img{
  width: 25%;
  flex: 0 0 25%;
}

.cart-1-f{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart-1-f p{
  flex: 0 0 70%;
  margin-bottom: 0px;
}

  @media (max-width: 991px) {

 .cart-1-f img{
  width: 100%;
  flex: 0 0 100%;
  margin-bottom: 10px;
}

.cart-1-f{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

 .cart-1-f p{
  flex: 0 0 100%;
  margin-bottom: 0px;
}
  }


  .white-arrow .banner_slider .slick-prev{
    left: calc(50% - 620px);
    background: url(../images/w-left.png) no-repeat;
    width: 70px;
    height: 70px;
  }

  .white-arrow .banner_slider .slick-next{
    right: calc(50% - 620px);
    background: url(../images/w-right.png) no-repeat;
    width: 70px;
    height: 70px;
  }

    @media (max-width: 991px){
        .white-arrow .banner_slider_mo .slick-prev{
    left: 20px;
    width: 35px;
    height: 35px;
    background: url(../images/w-left.png) no-repeat;
    background-size: contain;
    
  }

  .white-arrow .banner_slider_mo .slick-next{
    right: 20px;
    width: 35px;
    height: 35px;
    background: url(../images/w-right.png) no-repeat;
    background-size: contain;
  }
    }

  .ids4 .nav-tabs {
  border: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ids4 .nav-tabs .nav-link {
  text-align: center;
  font-size: 18px;
  padding: 0;
  color: #000;
  margin: 0 5px;
  border-color: #fff;
  border-radius: 0;
  border: none;
  background: none;
  margin: 0 30px;
  width: 100px;
}
.ids4 .nav-tabs .nav-link .section03-list {
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #e1e1e1;
  margin-bottom: 10px;
  background-color: #fff;
}
.ids4 .nav-tabs .nav-link.active, .ids4 .nav-tabs .nav-link:hover {
  background: none;
  color: #e8a23a;
  border: none;
}
.ids4 .nav-tabs .nav-link.active .section03-list, .ids4 .nav-tabs .nav-link:hover .section03-list {
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=0, Color=#D6D6D6)";
  /*IE 8*/
  /*FF 3.5+*/
  -webkit-box-shadow: 0 0 3px 3px rgba(214, 214, 214, 0.9);
  /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 0 0 3px 3px rgba(214, 214, 214, 0.9);
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#D6D6D6);
  /*IE 5.5-7*/
}
.ids4 .tab-content .tab-pane .tab-slick .tab-slick-item {
  padding: 10px;
  border: none;
  margin: 0 10px;
    overflow: hidden;
}

.ids4 .tab-content .tab-pane .tab-slick .tab-slick-item:hover .img-wrap {
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=0, Color=#D6D6D6)";
  /*IE 8*/
  /*FF 3.5+*/
  -webkit-box-shadow: 0 0 3px 3px rgba(214, 214, 214, 0.9);
  /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 0 0 3px 3px rgba(214, 214, 214, 0.9);
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#D6D6D6);
  /*IE 5.5-7*/
}
.ids4 .tab-content .tab-pane .tab-slick.black-arrow .slick-dots {
  bottom: -50px;
}

.ids2{
  background-color: #f8f6f5;
  padding-top: 30px;
  padding-bottom: 30px;
}
.s2-item-1,
.s2-item-2{
  margin-bottom: 20px;
  transition: .4s;

}

.s2-item-1:hover .img-wrap .img-item,
.s2-item-2:hover .img-wrap .img-item{
   -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=0, Color=#D6D6D6)";
  /*IE 8*/
  /*FF 3.5+*/
  -webkit-box-shadow: 0 0 3px 3px rgba(214, 214, 214, 0.9);
  /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 0 0 3px 3px rgba(214, 214, 214, 0.9);
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#D6D6D6);
  /*IE 5.5-7*/
}

.s2-item-1 .img-wrap .img-item{
  padding-top: 47.37%;
}
.s2-item-2 .img-wrap .img-item{
  padding-top: 72.35%;
}


.tag-f{
  display: flex;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  min-height: 34px;
  align-items: center;

}

.tag-f p{
  margin-bottom: 0px;
  padding:5px ;
  margin: 0px 2px;
  font-size: 14px;
  background-color: #e3e3e3;
  letter-spacing: 1px;
  color: #000;
}

.section_product_items:hover .tag-f p{
  color: #999;
}

.section_product_items h3{
  text-align: center;
  color: #000;
  font-size: 18px;
}

.section_product_items{
  padding-bottom: 10px;
  color: #1a1a1a;
}

.search-f{
  display: contents;
}

.search-f label:hover, .search-brand label:hover{
  cursor: pointer;
}

.search-check ,
.search-radio{
  border: 1px solid #e8a23a;
  color: #333;
  transition: .4s;
  line-height: 1.2em;
  margin: 5px;
}

.search-check.actived,
.search-radio.actived,
.search-check:hover ,
.search-radio:hover{
  color: #fff;
  background-color: #e8a23a;
}

.ser-pr input{
  border:#ccc solid 2px;
  border-radius:5px ;

}
input[name='products_tag[]'], input[name='products_brand']{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}


.ser-coll{
  width: 100%;
  background-color: unset;
  border: unset;

  padding: 10px;
      color: #2c2c2c;
    display: block;
    font-size: 18px;
    font-weight: bold;
}

.ser-coll:focus{
  outline: unset;
}

.ser-coll.collapsed i.fa-chevron-circle-up:before{
      content: "\f13a";
}

#search-coll h4{
  font-size: 18px;
}

h4.product-header{
      color: #363636;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5em;
    letter-spacing: 1px;
    margin: 0 0 15px;
    text-transform: capitalize;
}

.product-header{
  line-height: 1.2em;
  letter-spacing: 1px;
}