/** Shopify CDN: Minification failed

Line 3518:4 "transtion" is not a known CSS property
Line 3589:4 "transtion" is not a known CSS property
Line 3594:4 "transtion" is not a known CSS property
Line 8209:0 Expected "}" to go with "{"

**/
.prod_sticky .arrows-product:before {
    content: '';
    height: 20px;
    width: 1px;
    background: #d6d6d6;
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.prod_sticky .arrows-product .prev_prod {
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .2em;
    text-transform: uppercase;
    padding-right: 15px;
    position: relative
}

.prod_sticky .arrows-product .prev_prod i {
    font-size: 12px;
    font-weight: 600;
    padding-right: 12px
}

.prod_sticky .arrows-product .prev_prod .img-prev {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 16px 0 rgba(0,0,0,.07);
    -moz-box-shadow: 0 3px 16px 0 rgba(0,0,0,.07);
    box-shadow: 0 3px 16px 0 rgba(0,0,0,.07);
    border: 1px solid #f4f4f4;
    position: absolute;
    top: 100%;
    right: 0;
    visibility: hidden;
    opacity: 0;
    min-width: 240px;
    -webkit-transition: -webkit-transform .25s ease-in-out,opacity .25s ease-in-out,visibility .25s ease-in-out;
    -o-transition: -o-transform .25s ease-in-out,opacity .25s ease-in-out,visibility .25s ease-in-out;
    -moz-transition: -moz-transform .25s ease-in-out,opacity .25s ease-in-out,visibility .25s ease-in-out;
    transition: transform .25s ease-in-out,opacity .25s ease-in-out,visibility .25s ease-in-out;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px)
}

.prod_sticky .arrows-product .prev_prod .img-prev .info-prod {
    margin-left: 10px
}

.prod_sticky .arrows-product .prev_prod .img-prev .info-prod a {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none
}

.prod_sticky .arrows-product .prev_prod .img-prev .info-prod p {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    color: #83868c
}

.prod_sticky .arrows-product .prev_prod:hover .img-prev {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.prod_sticky .arrows-product .next_prod {
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .2em;
    text-transform: uppercase;
    padding-left: 15px;
    position: relative
}

.prod_sticky .arrows-product .next_prod i {
    font-size: 12px;
    font-weight: 600;
    padding-left: 12px
}

.prod_sticky .arrows-product .next_prod .img-next {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 16px 0 rgba(0,0,0,.07);
  -moz-box-shadow: 0 3px 16px 0 rgba(0,0,0,.07);
  box-shadow: 0 3px 16px 0 rgba(0,0,0,.07);
  border: 1px solid #f4f4f4;
  position: absolute;
  top: 100%;
  right: 0;
  visibility: hidden;
  opacity: 0;
  min-width: 240px;
  -webkit-transition: -webkit-transform .25s ease-in-out,opacity .25s ease-in-out,visibility .25s ease-in-out;
  -o-transition: -o-transform .25s ease-in-out,opacity .25s ease-in-out,visibility .25s ease-in-out;
  -moz-transition: -moz-transform .25s ease-in-out,opacity .25s ease-in-out,visibility .25s ease-in-out;
  transition: transform .25s ease-in-out,opacity .25s ease-in-out,visibility .25s ease-in-out;
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  -o-transform: translateX(-20px);
  transform: translateX(-20px)
}

.prod_sticky .arrows-product .next_prod .img-next .info-prod {
    margin-left: 10px
}

.prod_sticky .arrows-product .next_prod .img-next .info-prod a {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none
}

.prod_sticky .arrows-product .next_prod .img-next .info-prod p {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    color: #83868c
}

.prod_sticky .arrows-product .next_prod:hover .img-next {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.prod_sticky .content-page-detail {
    padding-bottom: 68px
}

.prod_sticky .content-page-detail .sticky_content .detail-info {
    position: -webkit-sticky;
    position: sticky;
    top: 50px
}

.prod_sticky .content-page-detail .gallery-control .img_thumb .img_item {
    margin-bottom: 35px
}

@media (max-width: 576px) {
    .prod_sticky .content-page-detail .gallery-control .img_thumb .img_item {
        margin-bottom:0
    }
}

.prod_sticky .content-page-detail .gallery-control .prod_sub.thumb_mg img {
    margin-bottom: 13px
}

.prod_sticky .content-page-detail .gallery-control .prod_sub_bottom {
    padding-top: 14px
}

.prod_sticky .content-page-detail .gallery-control .btn-360 {
    z-index: 1;
    position: absolute;
    top: 15px;
    left: 4%;
    min-width: 130px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    font-size: 12px;
    letter-spacing: .2em;
    cursor: pointer;
    border: 0;
    transition: all .3s ease;
    padding: 0 15px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    box-shadow: 0 3px 18px rgba(0,0,0,.06);
    background: #fff;
    transition: .3s
}

.prod_sticky .content-page-detail .gallery-control .btn-360 svg {
    width: 30px;
    height: auto;
    fill: #daa520
}

.prod_sticky .content-page-detail .gallery-control .btn-360 .text_360 {
  padding-left: 10px;
  
  font-family: Poppins;
  
  color: #daa520;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .1em
}

.prod_sticky .content-page-detail .gallery-control .btn-360:focus,.prod_sticky .content-page-detail .gallery-control .btn-360:hover {
    background: #daa520;
    transition: .3s
}

.prod_sticky .content-page-detail .gallery-control .btn-360:focus .text_360,.prod_sticky .content-page-detail .gallery-control .btn-360:hover .text_360 {
    color: #fff
}

.prod_sticky .content-page-detail .gallery-control .btn-360:focus svg,.prod_sticky .content-page-detail .gallery-control .btn-360:hover svg {
    fill: #fff
}

.prod_sticky .content-page-detail .gallery-control .btn-video {
  z-index: 1;
  position: absolute;
  top: 15px;
  right: 4%;
  min-width: 100px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  font-size: 12px;
  letter-spacing: .2em;
  cursor: pointer;
  border: 0;
  transition: all .3s ease;
  padding: 0 15px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  box-shadow: 0 3px 18px rgba(0,0,0,.06);
  background: #fff;
  transition: .3s
}

.prod_sticky .content-page-detail .gallery-control .btn-video svg {
  width: 30px;
  height: auto;
  fill: #daa520
}

.prod_sticky .content-page-detail .gallery-control .btn-video .text_video {
  padding-left: 10px;
  
  font-family: Poppins;
  
  color: #daa520;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .1em
}

.prod_sticky .content-page-detail .gallery-control .btn-video:focus,.prod_sticky .content-page-detail .gallery-control .btn-video:hover {
    background: #daa520;
    transition: .3s
}

.prod_sticky .content-page-detail .gallery-control .btn-video:focus .text_video,.prod_sticky .content-page-detail .gallery-control .btn-video:hover .text_video {
    color: #fff
}

.prod_sticky .content-page-detail .gallery-control .btn-video:focus svg,.prod_sticky .content-page-detail .gallery-control .btn-video:hover svg {
    fill: #fff
}

.prod_sticky .content-page-detail .detail-info {
    padding-left: 60px
}

.prod_sticky .content-page-detail .detail-info .product-title {
  
  font-family: Poppins;
  
  font-size: 24px;
  font-weight: 500;
  color: #000000;
  text-transform: capitalize;
  padding-right: 40px
}

.prod_sticky .content-page-detail .detail-info .product-price {
    display: flex;
    align-items: center;
    padding-bottom: 16px
}

.prod_sticky .content-page-detail .detail-info .product-price del {
    font-size: 16px;
    font-weight: 400;
    color: #83868c;
    margin: 0 10px 0 0;
}

.prod_sticky .content-page-detail .detail-info .product-price ins {
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    text-decoration: none
}

.prod_sticky .content-page-detail .detail-info .wrap-rating {
    border-bottom: none;
    padding-bottom: 8px
}

.prod_sticky .content-page-detail .detail-info .btn-action {
    margin-top: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.prod_sticky .content-page-detail .detail-info .btn-action .shop-button {
  width: calc(100% - 90px);
  
  font-family: Poppins;
  
  transition: all .3s ease;
  padding: 0 39px;
  height: 55px;
  font-size: 14px;
  background: #daa520;
  letter-spacing: .2em;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  transition: .3s;
  text-align: center
}
@media(max-width:992px){
  .prod_sticky .content-page-detail .detail-info .btn-action .shop-button{
    padding: 0 20px;
  }
}

.prod_sticky .content-page-detail .detail-info .btn-action .shop-button:hover {
    background: #e96d00;
    transition: .3s
}

.prod_sticky .content-page-detail .detail-info .btn-action .shop-button-amazon {
    margin-bottom: 25px;
    
  font-family: Poppins;
  
    transition: all .3s ease;
    padding: 0 40px;
    height: 55px;
    line-height: 55px;
    font-size: 12px;
    background: #daa520;
    letter-spacing: 2.2px;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    transition: .3s;
    text-align: center
}

.prod_sticky .content-page-detail .detail-info .btn-action .shop-button-amazon:hover {
    background: #daa520;
    transition: .3s
}

.prod_sticky .content-page-detail .detail-info .btn-action .shop-button-soldout {
    
  font-family: Poppins;
  
    transition: all .3s ease;
    padding: 0 40px;
    height: 55px;
    line-height: 55px;
    font-size: 12px;
    background: #e2e2e2;
    letter-spacing: 2.2px;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 600;
    color: #000000;
    text-align: center
}

.prod_sticky .content-page-detail .detail-info .btn-action .js-qty {
    display: inline-block;
    width: 90px;
    border: 2px solid #ddd;
    margin-right: 15px
}

.prod_sticky .content-page-detail .detail-info .btn-action .js-qty input[type=text] {
    width: 45px;
    border: none;
    padding: 10px 0;
    text-align: center;
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    border-right: 1px solid #ddd;
    border-radius: 0
}

.prod_sticky .content-page-detail .detail-info .btn-action .js-qty .qty_minus,.prod_sticky .content-page-detail .detail-info .btn-action .js-qty .qty_plus {
  position: absolute;
  transition: .3s;
  color: #000000;
  padding: 0;
  width: unset;
  border: 0;
  font-weight: 600;
  font-size: 18px;
  display:flex;
  justify-content:center;
  align-items:center;
}

.prod_sticky .content-page-detail .detail-info .btn-action .js-qty .qty_minus:hover,.prod_sticky .content-page-detail .detail-info .btn-action .js-qty .qty_plus:hover {
    color: #daa520
}

.prod_sticky .content-page-detail .detail-info .btn-action .js-qty .qty_plus {
    right: 0;
    height: 50%;
    top: 0;
    width: 42px
}

.prod_sticky .content-page-detail .detail-info .btn-action .js-qty .qty_minus {
    right: 0;
    bottom: 0;
    height: 50%;
    width: 42px;
    left: unset;
    top: unset;
    border-top: 1px solid #ddd
}

.prod_sticky .content-page-detail .detail-info .maxus-productdetail__options .title_variant {
    font-size: 11px;
    font-weight: 600;
    border-bottom: 1px solid #000000;
    padding-bottom: 4px;
    letter-spacing: .1em;
    display: inline-block;
    margin-bottom: 0
}

.prod_sticky .content-page-detail .detail-info .pd_summary {
    
  font-family: Poppins;
  
    font-size: 14px;
    color: #a8a8a8;
    line-height: 28px;
    font-weight: 400;
    padding: 22px 0 0 0
}

.prod_sticky .content-page-detail .detail-info .btn-addwhlist {
    transition: .3s;
    height: 40px;
    width: 40px;
    border: 1px solid #e9e9e9;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0
}

.prod_sticky .content-page-detail .detail-info .btn-addwhlist a {
    display: block;
    font-size: 0
}

.prod_sticky .content-page-detail .detail-info .btn-addwhlist svg {
    width: 14px;
    height: auto;
    fill: #000000111
}

.prod_sticky .content-page-detail .detail-info .btn-addwhlist i {
    font-size: 14px;
    color: #000000
}

.prod_sticky .content-page-detail .detail-info .btn-addwhlist:hover {
    border: 1px solid transparent;
    background: #daa520
}

.prod_sticky .content-page-detail .detail-info .btn-addwhlist:hover i {
    color: #fff
}

.prod_sticky .content-page-detail .detail-info .btn-addwhlist:hover svg {
    fill: #fff
}

.prod_sticky .content-page-detail .detail-info .product-meta-info {
    padding-left: 0
}

.prod_sticky .content-page-detail .detail-info .product-meta-info li {
    list-style: none
}

.prod_sticky .content-page-detail .detail-info .product-meta-info .product-category-info {
    margin-top: 5px
}

.prod_sticky .content-page-detail .detail-info .product-meta-info .product-category-info label {
    
  font-family: Poppins;
  
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    padding-right: 5px;
    margin-bottom: 0!important
}

.prod_sticky .content-page-detail .detail-info .product-meta-info .product-category-info a {
    
  font-family: Poppins;
  
    font-size: 14px;
    font-weight: 400;
    color: #bfbfbf;
    text-decoration: none;
    transition: .3s
}

.prod_sticky .content-page-detail .detail-info .product-meta-info .product-category-info a:focus,.prod_sticky .content-page-detail .detail-info .product-meta-info .product-category-info a:hover {
    color: #daa520;
    transition: .3s
}

.prod_sticky .content-page-detail .detail-info .product-meta-info .product-sku {
    margin-top: 20px
}

.prod_sticky .content-page-detail .detail-info .product-meta-info .product-sku label {
    
  font-family: Poppins;
  
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding-right: 5px;
    margin-bottom: 0!important
}

.prod_sticky .content-page-detail .detail-info .product-meta-info .product-sku span {
    
  font-family: Poppins;
  
    font-size: 14px;
    font-weight: 400;
    color: #bfbfbf
}

.prod_sticky .content-page-detail .detail-info .detail-share-social {
    position: fixed;
    top: 30%;
    left: -32px;
    z-index: 99
}

.prod_sticky .content-page-detail .detail-info .detail-share-social .share-product-title {
    background: #000000;
    padding: 10px 17px;
    transform: rotate(90deg)
}

.prod_sticky .content-page-detail .detail-info .detail-share-social .share-product-title svg {
    width: 18px;
    height: 18px;
    fill: #fff;
    padding-right: 8px
}

.prod_sticky .content-page-detail .detail-info .detail-share-social .share-product-title label {
    
  font-family: Poppins;
  
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .2em;
    margin-bottom: 0!important
}

.prod_sticky .content-page-detail .detail-info .detail-share-social .casano-social-product {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 15px 20px rgba(0,0,0,.1);
    right: -20px;
    z-index: 2;
    top: -45px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
    transition: all .5s linear 0s;
    -o-transition: all .5s linear 0s;
    -webkit-transition: all .5s linear 0s
}

.prod_sticky .content-page-detail .detail-info .detail-share-social .casano-social-product a {
    color: #bcbcbc;
    font-size: 16px;
    line-height: 16px;
    margin-top: 15px;
    padding: 0 8px;
    display: block;
    margin: 15px 0
}

.prod_sticky .content-page-detail .detail-info .detail-share-social .casano-social-product a i {
    font-size: 16px;
    color: #b1b1b1
}

.prod_sticky .content-page-detail .detail-info .detail-share-social .casano-social-product a:hover i {
    color: #daa520
}

.prod_sticky .content-page-detail .detail-info .detail-share-social:hover {
    cursor: pointer
}

.prod_sticky .content-page-detail .detail-info .detail-share-social:hover .casano-social-product {
    transform: unset;
    opacity: 1;
    visibility: visible
}

.prod_sticky .content-page-detail .content_box {
    text-align: center;
    margin-bottom: 30px;
    border: 2px solid #dbdbdb;
    padding: 25px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: border .25s linear .25s;
    -moz-transition: border .25s linear .25s;
    -ms-transition: border .25s linear .25s;
    -o-transition: border .25s linear .25s;
    transition: border .25s linear .25s
}

.prod_sticky .content-page-detail .content_box .icon {
    margin-right: 20px
}

.prod_sticky .content-page-detail .content_box .content_text .title {
    font-weight: 600;
    color: #000000;
    letter-spacing: .2em;
    font-size: 14px;
    text-transform: uppercase;
    
  font-family: Poppins;
  
}

.prod_sticky .content-page-detail .content_box .content_text .text {
    color: #a8a8a8;
    font-size: 14px;
    
    font-family: Poppins;
    
}

.prod_sticky .content-page-detail .content_box:focus,.prod_sticky .content-page-detail .content_box:hover {
    border-color: #000000
}

.prod_sticky.sticky_center .content-page-detail .next-slide,.prod_sticky.sticky_center .content-page-detail .prev-slide {
    position: absolute;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    line-height: 40px;
    background: #fff;
    -webkit-box-shadow: 0 15px 25px 0 rgba(0,0,0,.08);
    -moz-box-shadow: 0 15px 25px 0 rgba(0,0,0,.08);
    box-shadow: 0 15px 25px 0 rgba(0,0,0,.08);
    font-size: 0;
    text-align: center
}

.prod_sticky.sticky_center .content-page-detail .next-slide svg,.prod_sticky.sticky_center .content-page-detail .prev-slide svg {
    width: 20px;
    height: auto
}

.prod_sticky.sticky_center .content-page-detail .next-slide:hover,.prod_sticky.sticky_center .content-page-detail .prev-slide:hover {
    background: #daa520
}

.prod_sticky.sticky_center .content-page-detail .next-slide:hover svg,.prod_sticky.sticky_center .content-page-detail .prev-slide:hover svg {
    fill: #fff
}

.prod_sticky.sticky_center .content-page-detail .next-slide.slick-disabled,.prod_sticky.sticky_center .content-page-detail .prev-slide.slick-disabled {
    pointer-events: none;
    color: gray;
    opacity: .4
}

.prod_sticky.sticky_center .content-page-detail .next-slide {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1
}

.prod_sticky.sticky_center .content-page-detail .prev-slide {
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1
}

.prod_sticky.sticky_center .content-page-detail .slick-dots {
    transform: translate(-50%);
    left: 50%;
    bottom: 50px
}

.prod_sticky.sticky_center .content-page-detail .slick-dots li button {
    background: #c4c4c4;
    font-size: unset;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%
}

.prod_sticky.sticky_center .content-page-detail .slick-dots li button:before {
    opacity: 0
}

.prod_sticky.sticky_center .content-page-detail .slick-dots .slick-active button {
    background-color: #000000
}

.prod_sticky.sticky_center .content-page-detail .sticky_content .detail-info {
    padding-left: 0
}

.prod_sticky.slide_gallery .content-page-detail .next-slide,.prod_sticky.slide_gallery .content-page-detail .prev-slide {
    position: absolute;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background: #fff;
    -webkit-box-shadow: 0 15px 25px 0 rgba(0,0,0,.08);
    -moz-box-shadow: 0 15px 25px 0 rgba(0,0,0,.08);
    box-shadow: 0 15px 25px 0 rgba(0,0,0,.08);
    font-size: 0;
    text-align: center;
    border: 1px solid gray
}

.prod_sticky.slide_gallery .content-page-detail .next-slide svg,.prod_sticky.slide_gallery .content-page-detail .prev-slide svg {
    width: 20px;
    height: auto
}

.prod_sticky.slide_gallery .content-page-detail .next-slide:hover,.prod_sticky.slide_gallery .content-page-detail .prev-slide:hover {
    background: #daa520
}

.prod_sticky.slide_gallery .content-page-detail .next-slide:hover svg,.prod_sticky.slide_gallery .content-page-detail .prev-slide:hover svg {
    fill: #fff
}

.prod_sticky.slide_gallery .content-page-detail .next-slide.slick-disabled,.prod_sticky.slide_gallery .content-page-detail .prev-slide.slick-disabled {
    pointer-events: none;
    color: gray;
    opacity: .8
}

.prod_sticky.slide_gallery .content-page-detail .next-slide {
    position: absolute;
    right: 0;
    top: 45%;
    transform: translateY(-50%);
    z-index: 1
}

.prod_sticky.slide_gallery .content-page-detail .prev-slide {
    position: absolute;
    left: 0;
    top: 45%;
    transform: translateY(-50%);
    z-index: 1
}

.prod_sticky.slide_gallery .content-page-detail .slick-dots {
    transform: translate(-50%);
    left: 50%;
    bottom: 50px
}

.prod_sticky.slide_gallery .content-page-detail .slick-dots li button {
    background: #c4c4c4;
    font-size: unset;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%
}

.prod_sticky.slide_gallery .content-page-detail .slick-dots li button:before {
    opacity: 0
}

.prod_sticky.slide_gallery .content-page-detail .slick-dots .slick-active button {
    background-color: #000000
}

.prod_sticky.slide_gallery .content-page-detail .sticky_content .detail-info {
    padding-left: 0
}

.prod_sticky.slide_gallery .content-page-detail .detail-info .product-title {
    font-size: 30px;
    font-weight: 500
}

.prod_sticky.slide_gallery .content-page-detail .detail-info .product-price ins {
    font-size: 24px
}

.prod_sticky.slide_gallery .content-page-detail .detail-info .pd_summary {
    font-size: 15px
}

.breadcrumb_collection .bg-breadcrumb {
    background-size: cover;
    background-position: center;
    padding: 140px 0 140px
}

.breadcrumb_collection .bg-breadcrumb .title-page h2 {
    
  font-family: Poppins;
  
    font-size: 40px;
    font-weight: 500;
    color: #fff;
    position: relative
}

.breadcrumb_collection .bg-breadcrumb .bread-crumb {
    padding: 0 0 40px 0
}

.breadcrumb_collection .bg-breadcrumb .bread-crumb a {
  
  font-family: Poppins;
  
  font-size: 16px;
  font-weight: 400;
  color:#000000
}

.breadcrumb_collection .bg-breadcrumb .bread-crumb a i {
    padding: 0 10px
}

.breadcrumb_collection .bg-breadcrumb .bread-crumb a:hover {
    color: #daa520
}

.breadcrumb_collection .bg-breadcrumb .bread-crumb strong {
  
  font-family: Poppins;
  
  font-size: 16px;
  font-weight: 500;
  color: #000000
}

.breadcrumb_collection .bg-breadcrumb .list_col .banner_cate .col_item .img_banner a{
  width: 110px;
  height: 110px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  border-radius: 50%;
}

.breadcrumb_collection .bg-breadcrumb .list_col .banner_cate .col_item .img_banner img {
  max-width: 110px;
  max-height: 110px;
  border-radius: 50%;
  margin: 0 auto;
  border:0;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  height: auto;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.breadcrumb_collection .bg-breadcrumb .list_col .banner_cate .col_item .banner_title {
    margin-top: 15px
}

.breadcrumb_collection .bg-breadcrumb .list_col .banner_cate .col_item .banner_title a {
    font-size: 22px;
    font-weight: 500;
    text-transform: capitalize
}
.breadcrumb_collection .bg-breadcrumb .list_col .banner_cate .col_item .banner_title a:hover{
  color:#daa520 !important;
}

.breadcrumb_collection .bg-breadcrumb .list_col .banner_cate .col_item.active .img_banner img,.breadcrumb_collection .bg-breadcrumb .list_col .banner_cate .col_item:hover .img_banner img {
  border: 0;
  -webkit-transform: translateY(-50%) scale(1.1);
  transform: translateY(-50%) scale(1.1);
}

.breadcrumb_collection .bg-breadcrumb .list_col .banner_cate .col_item.active .banner_title a,.breadcrumb_collection .bg-breadcrumb .list_col .banner_cate .col_item:hover .banner_title a {
    color: #daa520
}

.breadcrumb_collection .bg-breadcrumb .list_col .banner_cate:hover .prev-slide {
    left: 0;
    visibility: visible;
    opacity: 1
}

.breadcrumb_collection .bg-breadcrumb .list_col .banner_cate:hover .next-slide {
    right: 0;
    visibility: visible;
    opacity: 1
}

.breadcrumb_collection .bg-breadcrumb .next-slide,.breadcrumb_collection .bg-breadcrumb .prev-slide {
    height: 25px;
    width: 25px;
    background: #fff;
    line-height: 25px;
    text-align: center;
    position: absolute;
    z-index: 1;
    box-shadow: 0 5px 5px rgba(0,0,0,.09);
    transition: all .5s ease;
    color: #000000
}

.breadcrumb_collection .bg-breadcrumb .next-slide:hover,.breadcrumb_collection .bg-breadcrumb .prev-slide:hover {
    background: #daa520;
    color: #fff
}

.breadcrumb_collection .bg-breadcrumb .prev-slide {
    left: -15px;
    top: 25%;
    visibility: hidden;
    opacity: 0
}

.breadcrumb_collection .bg-breadcrumb .next-slide {
    right: -15px;
    top: 25%;
    visibility: hidden;
    opacity: 0
}

.breadcrumb_collection.style1 .bg_bread {
    padding-top: 30px
}

.breadcrumb_collection.style1 .bg_bread .title-page h2 {
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 2px
}

.breadcrumb_collection.style1 .bread-crumb {
    text-align: center
}

.breadcrumb_collection.style2 .bg-breadcrumb .title-page h2,.breadcrumb_collection.style3 .bg-breadcrumb .title-page h2,.breadcrumb_collection.style4 .bg-breadcrumb .title-page h2,.breadcrumb_collection.style5 .bg-breadcrumb .title-page h2 {
  font-size: 60px;
  font-weight: 500;
  letter-spacing: 1px;
  
  font-family: Poppins;
  
}
.wrap-bread-crumb.breadcrumb_cart {
    background: #f6f6f6;
}
.wrap-bread-crumb .bread-crumb {
    padding: 6px 0 30px 0
}
.wrap-bread-crumb.breadcrumb_cart .bread-crumb{
  padding: 10px 0;
}

.wrap-bread-crumb .bread-crumb a {
  
  font-family: Poppins;
  
  font-size: 16px;
  font-weight: 400;
  color: #000000
}

.wrap-bread-crumb .bread-crumb a i {
    padding: 0 10px;
    color: #000000
}


.wrap-bread-crumb .bread-crumb a:hover {
    color: #daa520
}

.wrap-bread-crumb .bread-crumb strong {
  
  font-family: Poppins;
  
  font-size: 16px;
  font-weight: 500;
  color: #daa520
}

.breadcrumb_collection.style5 .bg-breadcrumb .list_col .banner_cate .col_item .banner_title{
  margin-top:3px;
}
.breadcrumb_collection.style5 .bg-breadcrumb .list_col .banner_cate .col_item .banner_title a:before{
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #daa520;
  width: 0;
  height: 2px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.breadcrumb_collection.style5 .bg-breadcrumb .list_col .banner_cate .col_item .banner_title a:hover:before{
  width: 36px;
}

.breadcrumb_collection.style6 .bg-breadcrumb .list_col .banner_cate .col_item .img_banner a:hover:before,
.breadcrumb_collection.style6 .bg-breadcrumb .list_col .banner_cate .col_item .img_banner a:hover:after{
  width: 115px;
  height: 115px;
  position: absolute;
  content: "";
  left: calc(50% - 57.5px);
  top: calc(50% - 57.5px);
  background: hsla(0,0%,100%,.5);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  z-index: -1;
  -webkit-animation-name: k;
  animation-name: k;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.breadcrumb_collection.style6 .bg-breadcrumb .list_col .banner_cate .col_item .img_banner a:hover:after{
  animation-delay:1s;
}
.breadcrumb_collection.style6 .bg-breadcrumb .list_col .banner_cate .col_item .img_banner a{
  overflow:unset;
}

@keyframes k {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}

.breadcrumb_collection.style6 .slick-track{
  padding-top:25px;
}
.breadcrumb_collection.style6 .bg-breadcrumb .next-slide,
.breadcrumb_collection.style6 .bg-breadcrumb .prev-slide{
  top:35%;
}

.list-collection {
    padding: 20px 0
}

.list-collection .next-slide,.list-collection .prev-slide {
    position: absolute;
    font-size: 20px;
    color: #000000;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1
}

.list-collection .prev-slide {
    left: 0
}

.list-collection .next-slide {
    right: 0
}

.list-collection ul {
    padding-left: 0
}

.list-collection ul .title-collection {
    text-align: center
}

.list-collection ul .title-collection a {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .2em;
    color: #000000;
    text-transform: uppercase;
    display: inline-block
}

.list-collection ul .title-collection a:after {
    content: "";
    width: 0;
    height: 4px;
    background-color: #daa520;
    opacity: .7;
    display: block;
    transition: width .4s linear 0s;
    -webkit-transition: width .4s linear 0s;
    -o-transition: width .4s linear 0s
}

.list-collection ul .title-collection a:hover:after {
    width: 100%
}

.list-collection ul .title-collection.active a:after {
    width: 100%
}

.breadcrumb_collection2 .bg-breadcrumb {
    background-size: cover;
    background-position: center;
    padding: 150px 0 130px
}

.breadcrumb_collection2 .bg-breadcrumb .title-page h2 {
    
  font-family: Poppins;
  
    font-size: 46px;
    font-weight: 500;
    color: #fff;
    position: relative
}

.breadcrumb_collection2 .bg-breadcrumb .bread-crumb a {
    color: #fff
}

.breadcrumb_collection2 .bg-breadcrumb .bread-crumb a:hover {
    color: #daa520
}

.breadcrumb_collection2 .bg-breadcrumb .bread-crumb i {
    color: #fff
}

.breadcrumb_collection2 .bg-breadcrumb .bread-crumb strong {
    color: #fff
}

.breadcrumb_collection3 .bg-breadcrumb {
    padding-top: 50px;
    padding-bottom: 55px;
    background-attachment: fixed;
    background-position: center;
    text-align: center;
    background-size: cover
}

.breadcrumb_collection3 .bg-breadcrumb .bread-crumb {
  padding: 0;
  text-align:center !important;
}

.breadcrumb_collection3 .bg-breadcrumb .title-page h2 {
    
  font-family: Poppins;
  
    font-size: 60px;
    font-weight: 500;
    color: #fff;
    position: relative
}

@media(max-width:767px){
  .breadcrumb_collection3 .bg-breadcrumb .title-page h2{
    font-size:40px;
  }
}
.breadcrumb_collection3 .bg-breadcrumb .bread-crumb a {
    color: #fff
}

.breadcrumb_collection3 .bg-breadcrumb .bread-crumb a:hover {
    color: #daa520
}

.breadcrumb_collection3 .bg-breadcrumb .bread-crumb i {
    color: #fff
}

.breadcrumb_collection3 .bg-breadcrumb .bread-crumb strong {
    color: #fff
}

.breadcrumb_collection4 .bg-breadcrumb {
    padding: 235px 0 345px;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.breadcrumb_collection4 .bg-breadcrumb .bread-crumb {
    padding: 0
}

.breadcrumb_collection4 .bg-breadcrumb .title-page h2 {
    
  font-family: Poppins;
  
    color: #fff;
    font-size: 100px;
    font-weight: 700;
    position: relative
}

.breadcrumb_collection4 .bg-breadcrumb .title-page p {
    color: #fff;
    font-size: 30px;
    font-weight: 500px
}

.collection-page-fullwidth .collection_prod,.collection-page-sidebar .collection_prod {
    margin-top: 30px
}

.collection-page-fullwidth .pagi-nav,.collection-page-sidebar .pagi-nav {
    border-top: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px
}

.collection-page-fullwidth .pagi-nav span,.collection-page-sidebar .pagi-nav span {
    width: 42px;
    height: 42px;
    border: 1px solid #e3e3e3;
    line-height: 42px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    margin-right: 9px;
    -webkit-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -ms-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out
}

.collection-page-fullwidth .pagi-nav span a,.collection-page-sidebar .pagi-nav span a {
    display: block;
    color: #868686
}

.collection-page-fullwidth .pagi-nav span a i,.collection-page-sidebar .pagi-nav span a i {
    font-size: 22px
}

.collection-page-fullwidth .pagi-nav span:hover,.collection-page-sidebar .pagi-nav span:hover {
    background: #daa520
}

.collection-page-fullwidth .pagi-nav span:hover a,.collection-page-sidebar .pagi-nav span:hover a {
    color: #fff
}

.collection-page-fullwidth .pagi-nav .current,.collection-page-sidebar .pagi-nav .current {
    background: #daa520;
    border-color: #daa520;
    color: #fff
}

.collection-page-fullwidth .filter-to-left,.collection-page-sidebar .filter-to-left {
    z-index: 99;
    width: 415px;
    left: -415px;
    position: fixed;
    top: 0;
    height: 100%;
    transition: .5s;
    background: #fff
}

.collection-page-fullwidth .filter-to-left.active,.collection-page-sidebar .filter-to-left.active {
    left: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.collection-page-fullwidth .filter-to-left .filter_sidebar,.collection-page-sidebar .filter-to-left .filter_sidebar {
    padding: 48px;
    height: 100%;
    overflow-y: auto;
    position: relative
}

.collection-page-fullwidth .filter-to-left .filter_sidebar .close_filter,.collection-page-sidebar .filter-to-left .filter_sidebar .close_filter {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: absolute;
    right: 48px;
    top: 30px;
    
  font-family: Poppins;
  
    font-size: 10px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: .2em;
    padding: 8px;
    border: 1px solid #e6e6e6
}

.collection-page-fullwidth .filter-to-left .filter_sidebar::-webkit-scrollbar,.collection-page-sidebar .filter-to-left .filter_sidebar::-webkit-scrollbar {
    width: 6px
}

.collection-page-fullwidth .filter-to-left .filter_sidebar::-webkit-scrollbar-track,.collection-page-sidebar .filter-to-left .filter_sidebar::-webkit-scrollbar-track {
    background-color: transparent
}

.collection-page-fullwidth .filter-to-left .filter_sidebar::-webkit-scrollbar-thumb,.collection-page-sidebar .filter-to-left .filter_sidebar::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-radius: 6px;
    opacity: .8
}

.collection-page-fullwidth .filter-to-left .filter_sidebar .widget-title,.collection-page-sidebar .filter-to-left .filter_sidebar .widget-title {
    padding: 6px 0 6px 14px;
    border-left: 3px solid #000000;
    position: relative
}

.collection-page-fullwidth .filter-to-left .filter_sidebar .widget-title h2,.collection-page-sidebar .filter-to-left .filter_sidebar .widget-title h2 {
  
  font-family: Poppins;
  
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: #fff;
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding-right: 15px
}

.collection-page-fullwidth .filter-to-left .filter_sidebar .widget-title:after,.collection-page-sidebar .filter-to-left .filter_sidebar .widget-title:after {
    content: "";
    border-bottom: 1px solid #e6e6e6;
    width: 100%;
    position: absolute;
    top: 50%
}

.collection-page-fullwidth .filter-to-left .filter_sidebar .filter-category,.collection-page-sidebar .filter-to-left .filter_sidebar .filter-category {
    padding-top: 25px
}

.collection-page-fullwidth .filter-to-left .filter_sidebar .filter-category .widget-content,.collection-page-sidebar .filter-to-left .filter_sidebar .filter-category .widget-content {
    padding-top: 20px
}

.collection-page-fullwidth .filter-to-left .filter_sidebar .filter-category .widget-content .list-category-toggle,.collection-page-sidebar .filter-to-left .filter_sidebar .filter-category .widget-content .list-category-toggle {
    padding-left: 0
}

.collection-page-fullwidth .filter-to-left .filter_sidebar .filter-category .widget-content .list-category-toggle li,.collection-page-sidebar .filter-to-left .filter_sidebar .filter-category .widget-content .list-category-toggle li {
    list-style: none
}
.collection-page-fullwidth .filter-to-left .filter_sidebar .filter-category .widget-content .list-category-toggle li:before,
.collection-page-sidebar .filter-to-left .filter_sidebar .filter-category .widget-content .list-category-toggle li:before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 15px;
  float: left;
  padding-right: 10px;
  line-height: 25px;
  color: #daa520;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  position: relative;
  top: 4px;
  display: none;
  opacity: 0;
  visibility: hidden;
}

.collection-page-fullwidth .filter-to-left .filter_sidebar .filter-category .widget-content .list-category-toggle li:hover:before,
.collection-page-sidebar .filter-to-left .filter_sidebar .filter-category .widget-content .list-category-toggle li:hover:before{
  display: block;
  opacity: 1;
  visibility: visible;
}
.collection-page-fullwidth .filter-to-left .filter_sidebar .filter-category .widget-content .list-category-toggle li:hover a,
.collection-page-sidebar .filter-to-left .filter_sidebar .filter-category .widget-content .list-category-toggle li:hover a{
  color: #daa520;
}
.collection-page-fullwidth .filter-to-left .filter_sidebar .filter-category .widget-content .list-category-toggle li a,.collection-page-sidebar .filter-to-left .filter_sidebar .filter-category .widget-content .list-category-toggle li a {
  line-height: 34px;
  display: inline-block;
  
  font-family: Poppins;
  
  font-size: 15px;
  font-weight: 400;
  color: #000000
}

.collection-page-fullwidth .filter-to-left .filter_sidebar .filter-category .widget-content .list-category-toggle li a:hover,.collection-page-sidebar .filter-to-left .filter_sidebar .filter-category .widget-content .list-category-toggle li a:hover {
    color: #daa520
}

.collection-page-fullwidth .filter-to-left .filter_sidebar .filter-category .widget-content .list-category-toggle li a:hover i,.collection-page-sidebar .filter-to-left .filter_sidebar .filter-category .widget-content .list-category-toggle li a:hover i {
    color: #daa520
}

.collection-page-fullwidth .filter-to-left .filter_sidebar .filter-color,.collection-page-sidebar .filter-to-left .filter_sidebar .filter-color {
    padding-top: 15px
}

.collection-page-fullwidth .filter-to-left .filter_sidebar .filter-color .list_color,.collection-page-sidebar .filter-to-left .filter_sidebar .filter-color .list_color {
    padding-left: 0;
    padding-top: 30px
}

.collection-page-fullwidth .filter-to-left .filter_sidebar .filter-color .list_color li,.collection-page-sidebar .filter-to-left .filter_sidebar .filter-color .list_color li {
    list-style: none;
    display: inline-block;
    padding-right: 10px
}

.collection-page-fullwidth .filter-to-left .filter_sidebar .filter-color .list_color li a,.collection-page-sidebar .filter-to-left .filter_sidebar .filter-color .list_color li a {
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    position: relative;
    border: 1px solid #ccc
}

.collection-page-fullwidth .filter-to-left .filter_sidebar .filter-color .list_color li a span,.collection-page-sidebar .filter-to-left .filter_sidebar .filter-color .list_color li a span{
  display:none;
}
.collection-page-fullwidth .filter-to-left .filter_sidebar .filter-color .list_color li a:before,.collection-page-sidebar .filter-to-left .filter_sidebar .filter-color .list_color li a:before {
    content: "";
    border: 1px solid #ccc;
    width: 34px;
    height: 34px;
    position: absolute;
    border-radius: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 50%;
    transition: all .3s ease;
    opacity: 0
}

.collection-page-fullwidth .filter-to-left .filter_sidebar .filter-color .list_color li a.active:before,.collection-page-sidebar .filter-to-left .filter_sidebar .filter-color .list_color li a.active:before {
    border: 1px solid #000000;
    opacity: 1
}

.collection-page-fullwidth .filter-to-left .filter_sidebar .filter-color .list_color li a:hover:before,.collection-page-sidebar .filter-to-left .filter_sidebar .filter-color .list_color li a:hover:before {
    border: 1px solid #000000;
    opacity: 1
}

.collection-page-fullwidth .filter-to-left .filter_sidebar .filter-size,.collection-page-sidebar .filter-to-left .filter_sidebar .filter-size {
    padding-top: 10px
}

.collection-page-fullwidth .filter-to-left .filter_sidebar .filter-size .list-size,.collection-page-sidebar .filter-to-left .filter_sidebar .filter-size .list-size {
    padding-left: 0;
    padding-top: 30px
}

.collection-page-fullwidth .filter-to-left .filter_sidebar .filter-size .list-size li,.collection-page-sidebar .filter-to-left .filter_sidebar .filter-size .list-size li {
    list-style: none;
    display: inline-block
}

.collection-page-fullwidth .filter-to-left .filter_sidebar .filter-size .list-size li a,.collection-page-sidebar .filter-to-left .filter_sidebar .filter-size .list-size li a {
  display: inline-block;
  min-width: 40px!important;
  height: 40px!important;
  line-height: 37px;
  padding:0;
  border: 1px solid #000000!important;
  color: #232529;
  margin: 0 10px 10px 0!important;
  text-align: center;
  transition: all .3s ease;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  
}

.collection-page-fullwidth .filter-to-left .filter_sidebar .filter-size .list-size li a:hover,.collection-page-sidebar .filter-to-left .filter_sidebar .filter-size .list-size li a:hover {
  color: #fff;
  background: #daa520;
  border:1px solid #daa520!important;
}

.collection-page-fullwidth .filter-to-left .filter_sidebar .filter-size .list-size li a.active,.collection-page-sidebar .filter-to-left .filter_sidebar .filter-size .list-size li a.active {
  color: #fff;
  background: #daa520;
  border:1px solid #daa520!important;
}

.collection-page-fullwidth .filter-to-left .filter_sidebar .filter-price,.collection-page-sidebar .filter-to-left .filter_sidebar .filter-price {
    padding-top: 5px
}

.collection-page-fullwidth .filter-to-left .filter_sidebar .filter-price .list-price,.collection-page-sidebar .filter-to-left .filter_sidebar .filter-price .list-price {
    padding-top: 30px;
    padding-left: 0
}

.collection-page-fullwidth .filter-to-left .filter_sidebar .filter-price .list-price li,.collection-page-sidebar .filter-to-left .filter_sidebar .filter-price .list-price li {
  margin-bottom:10px;  
  list-style: none
}

.collection-page-fullwidth .filter-to-left .filter_sidebar .filter-price .list-price li a,.collection-page-sidebar .filter-to-left .filter_sidebar .filter-price .list-price li a {
  position:relative;
  
  font-family: Poppins;
  
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .1em;
  color: #000000;
  padding-left:25px;
  line-height:initial;
  display:block;
}

.collection-page-fullwidth .filter-to-left .filter_sidebar .filter-price .list-price li a:before,
.collection-page-sidebar .filter-to-left .filter_sidebar .filter-price .list-price li a:before{
  content: '';
  display: inline-block;
  margin-right: 10px;
  width: 16px;
  height: 16px;
  min-width: 16px;
  border: 1px solid #d4d6d8;
  background: #fff;
  box-shadow: 0 1px rgb(212 214 216 / 40%);
  border-radius: 2px;
  -webkit-appearance: none;
  position: absolute;
  left: 0;
  top: 1px;
}

.collection-page-fullwidth .filter-to-left .filter_sidebar .filter-price .list-price li a.active:before, 
.collection-page-sidebar .filter-to-left .filter_sidebar .filter-price .list-price li a.active:before{
  background-color: #daa520;
  background-image:url(filter_selected.svg);
  border-color: #daa520;
}

.collection-page-fullwidth .filter-to-left .filter_sidebar .filter-price .list-price li a.active,.collection-page-fullwidth .filter-to-left .filter_sidebar .filter-price .list-price li a:hover,.collection-page-sidebar .filter-to-left .filter_sidebar .filter-price .list-price li a.active,.collection-page-sidebar .filter-to-left .filter_sidebar .filter-price .list-price li a:hover {
    color: #daa520
}

.collection-page-fullwidth .filter-to-left .filter_sidebar .widget-tags,.collection-page-sidebar .filter-to-left .filter_sidebar .widget-tags {
    padding-top: 21px
}

.collection-page-fullwidth .filter-to-left .filter_sidebar .widget-tags .list-tag,.collection-page-sidebar .filter-to-left .filter_sidebar .widget-tags .list-tag {
    padding-left: 0;
    padding-top: 30px
}

.collection-page-fullwidth .filter-to-left .filter_sidebar .widget-tags .list-tag li,.collection-page-sidebar .filter-to-left .filter_sidebar .widget-tags .list-tag li {
    list-style: none;
    display: inline-block
}

.collection-page-fullwidth .filter-to-left .filter_sidebar .widget-tags .list-tag li a,.collection-page-sidebar .filter-to-left .filter_sidebar .widget-tags .list-tag li a {
  display: inline-block;
  min-width: 44px!important;
  height: 44px!important;
  line-height: 41px;
  border: 1px solid #b0b0b0!important;
  color: #000000;
  margin: 0 10px 10px 0!important;
  text-align: center;
  transition: all .3s ease;
  font-size: 14px;
  font-weight: 500;
  padding: 0 22px;
  
  font-family: Poppins;
  
}

.collection-page-fullwidth .filter-to-left .filter_sidebar .widget-tags .list-tag li a:hover,.collection-page-sidebar .filter-to-left .filter_sidebar .widget-tags .list-tag li a:hover {
  color: #fff;
  border:1px solid #daa520!important;
  background: #daa520;
}

.collection-page-fullwidth .filter-to-left .filter_sidebar .widget-tags .list-tag li a.active,.collection-page-sidebar .filter-to-left .filter_sidebar .widget-tags .list-tag li a.active {
    border: 1px solid #000000!important;
    color: #fff;
    background: #000000
}

.collection-page-fullwidth .filter-to-left .filter_sidebar .filter-brand,.collection-page-sidebar .filter-to-left .filter_sidebar .filter-brand {
    padding-top: 25px
}

.collection-page-fullwidth .filter-to-left .filter_sidebar .filter-brand .list-brand,.collection-page-sidebar .filter-to-left .filter_sidebar .filter-brand .list-brand {
    padding-top: 15px;
    padding-left: 0
}

.collection-page-fullwidth .filter-to-left .filter_sidebar .filter-brand .list-brand li,.collection-page-sidebar .filter-to-left .filter_sidebar .filter-brand .list-brand li {
    list-style: none
}

.collection-page-fullwidth .filter-to-left .filter_sidebar .filter-brand .list-brand li a,.collection-page-sidebar .filter-to-left .filter_sidebar .filter-brand .list-brand li a {
    
  font-family: Poppins;
  
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 28px
}

.collection-page-fullwidth .filter-to-left .filter_sidebar .filter-brand .list-brand li a i,.collection-page-sidebar .filter-to-left .filter_sidebar .filter-brand .list-brand li a i {
    color: #d4d4d4;
    font-size: 16px;
    padding-right: 14px
}

.collection-page-fullwidth .filter-to-left .filter_sidebar .filter-brand .list-brand li a:hover,.collection-page-sidebar .filter-to-left .filter_sidebar .filter-brand .list-brand li a:hover {
    color: #daa520
}

.collection-page-fullwidth .filter-to-left .filter_sidebar .filter-brand .list-brand li a:hover:before,.collection-page-sidebar .filter-to-left .filter_sidebar .filter-brand .list-brand li a:hover:before {
    color: #daa520
}

.collection-page-fullwidth .filter-to-left .filter_sidebar .filter-brand .list-brand li a:before,.collection-page-sidebar .filter-to-left .filter_sidebar .filter-brand .list-brand li a:before {
    content: "\f105";
    font-family: FontAwesome;
    color: #d4d4d4;
    font-size: 16px;
    padding-right: 14px
}

.collection-page-fullwidth .content-page .banner_full,.collection-page-sidebar .content-page .banner_full {
    margin-top: 20px
}

.collection-page-fullwidth .content-page .banner_full .banner_info,.collection-page-sidebar .content-page .banner_full .banner_info {
    position: relative;
    overflow: hidden
}

.collection-page-fullwidth .content-page .banner_full .banner_info img,.collection-page-sidebar .content-page .banner_full .banner_info img {
    transition: .5s ease
}

.collection-page-fullwidth .content-page .banner_full .banner_info:after,.collection-page-fullwidth .content-page .banner_full .banner_info:before,.collection-page-sidebar .content-page .banner_full .banner_info:after,.collection-page-sidebar .content-page .banner_full .banner_info:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 1
}

.collection-page-fullwidth .content-page .banner_full .banner_info:hover img,.collection-page-sidebar .content-page .banner_full .banner_info:hover img {
    
    transition: .5s ease
}

.collection-page-fullwidth .content-page .banner_full .banner_info:hover:before,.collection-page-sidebar .content-page .banner_full .banner_info:hover:before {
    right: 50%;
    left: 50%;
    background-color: rgba(255,255,255,.5)
}

.collection-page-fullwidth .content-page .banner_full .banner_info:hover:after,.collection-page-sidebar .content-page .banner_full .banner_info:hover:after {
    top: 50%;
    bottom: 50%;
    background-color: rgba(255,255,255,.5)
}

.collection-page-fullwidth .content-page .banner_full .banner_info .info,.collection-page-sidebar .content-page .banner_full .banner_info .info {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 80px;
    text-align: left
}

.collection-page-fullwidth .content-page .banner_full .banner_info .info .big_title,.collection-page-sidebar .content-page .banner_full .banner_info .info .big_title {
    font-size: 40px;
    font-weight: 500;
    
  font-family: Poppins;
  
    letter-spacing: 2px
}

.collection-page-fullwidth .content-page .banner_full .banner_info .info .mini_title,.collection-page-sidebar .content-page .banner_full .banner_info .info .mini_title {
    margin-top: 5px;
    font-size: 16px;
    font-weight: 500;
    
  font-family: Poppins;
  
    letter-spacing: .1em
}

.collection-page-fullwidth .content-page .banner_full .banner_info .info .btn_shop,.collection-page-sidebar .content-page .banner_full .banner_info .info .btn_shop {
    margin-top: 25px;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    padding: 10px 30px;
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    background: #000000;
    letter-spacing: 2px;
    
  font-family: Poppins;
  
    border: 2px solid #000000;
    text-transform: uppercase;
    transition: .3s
}

.collection-page-fullwidth .content-page .banner_full .banner_info .info .btn_shop:hover,.collection-page-sidebar .content-page .banner_full .banner_info .info .btn_shop:hover {
    transition: .3s;
    color: #fff;
    background: #daa520;
    border: 2px solid #daa520
}

.collection-page-fullwidth .content-page .banner_cate,.collection-page-sidebar .content-page .banner_cate {
    margin: 40px 0 50px 0
}

.collection-page-fullwidth .content-page .banner_cate .next-slide,.collection-page-fullwidth .content-page .banner_cate .prev-slide,.collection-page-sidebar .content-page .banner_cate .next-slide,.collection-page-sidebar .content-page .banner_cate .prev-slide {
    position: absolute
}

.collection-page-fullwidth .content-page .banner_cate .next-slide svg,.collection-page-fullwidth .content-page .banner_cate .prev-slide svg,.collection-page-sidebar .content-page .banner_cate .next-slide svg,.collection-page-sidebar .content-page .banner_cate .prev-slide svg {
    width: 29px;
    height: auto
}

.collection-page-fullwidth .content-page .banner_cate .next-slide,.collection-page-sidebar .content-page .banner_cate .next-slide {
    position: absolute;
    right: 5%;
    top: 40%;
    transform: translateY(-50%);
    z-index: 1
}

.collection-page-fullwidth .content-page .banner_cate .prev-slide,.collection-page-sidebar .content-page .banner_cate .prev-slide {
    position: absolute;
    left: 5%;
    top: 40%;
    transform: translateY(-50%);
    z-index: 1
}

.collection-page-fullwidth .content-page .banner_cate .slick-dots,.collection-page-sidebar .content-page .banner_cate .slick-dots {
    transform: translate(-50%);
    left: 50%;
    bottom: -11%
}

.collection-page-fullwidth .content-page .banner_cate .slick-dots li button,.collection-page-sidebar .content-page .banner_cate .slick-dots li button {
    background: #c4c4c4;
    font-size: unset;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%
}

.collection-page-fullwidth .content-page .banner_cate .slick-dots li button:before,.collection-page-sidebar .content-page .banner_cate .slick-dots li button:before {
    opacity: 0
}

.collection-page-fullwidth .content-page .banner_cate .slick-dots .slick-active button,.collection-page-sidebar .content-page .banner_cate .slick-dots .slick-active button {
    background-color: #000000
}

.collection-page-fullwidth .content-page .banner_cate .img_banner,.collection-page-sidebar .content-page .banner_cate .img_banner {
    position: relative;
    overflow: hidden
}

.collection-page-fullwidth .content-page .banner_cate .img_banner img,.collection-page-sidebar .content-page .banner_cate .img_banner img {
    transform: scale(1.05);
    transition: 1s
}

.collection-page-fullwidth .content-page .banner_cate .img_banner:hover:after,.collection-page-fullwidth .content-page .banner_cate .img_banner:hover:before,.collection-page-sidebar .content-page .banner_cate .img_banner:hover:after,.collection-page-sidebar .content-page .banner_cate .img_banner:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.collection-page-fullwidth .content-page .banner_cate .img_banner:hover img,.collection-page-sidebar .content-page .banner_cate .img_banner:hover img {
    transform: none;
    filter: blur(1px);
    transition: 1s
}

.collection-page-fullwidth .content-page .banner_cate .img_banner:after,.collection-page-fullwidth .content-page .banner_cate .img_banner:before,.collection-page-sidebar .content-page .banner_cate .img_banner:after,.collection-page-sidebar .content-page .banner_cate .img_banner:before {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    content: '';
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,-webkit-transform .35s;
    -o-transition: opacity .35s,transform .35s;
    transition: opacity .35s,transform .35s;
    transition: opacity .35s,transform .35s,-webkit-transform .35s
}

.collection-page-fullwidth .content-page .banner_cate .img_banner:before,.collection-page-sidebar .content-page .banner_cate .img_banner:before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    -ms-transform: scale(0,1);
    transform: scale(0,1)
}

.collection-page-fullwidth .content-page .banner_cate .img_banner:after,.collection-page-sidebar .content-page .banner_cate .img_banner:after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    -ms-transform: scale(1,0);
    transform: scale(1,0)
}

.collection-page-fullwidth .content-page .banner_cate .banner_title,.collection-page-sidebar .content-page .banner_cate .banner_title {
    padding: 30px 0
}

.collection-page-fullwidth .content-page .banner_cate .banner_title a,.collection-page-sidebar .content-page .banner_cate .banner_title a {
    color: #000000;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .1em;
    
  font-family: Poppins;
  
}

.collection-page-fullwidth .content-page .banner_cate .banner_title a:hover,.collection-page-sidebar .content-page .banner_cate .banner_title a:hover {
    color: #daa520
}

.collection-page-fullwidth .content-page .cate-info .next-slide,.collection-page-fullwidth .content-page .cate-info .prev-slide,.collection-page-sidebar .content-page .cate-info .next-slide,.collection-page-sidebar .content-page .cate-info .prev-slide {
    position: absolute
}

.collection-page-fullwidth .content-page .cate-info .next-slide svg,.collection-page-fullwidth .content-page .cate-info .prev-slide svg,.collection-page-sidebar .content-page .cate-info .next-slide svg,.collection-page-sidebar .content-page .cate-info .prev-slide svg {
    width: 29px;
    height: auto
}

.collection-page-fullwidth .content-page .cate-info .next-slide,.collection-page-sidebar .content-page .cate-info .next-slide {
    position: absolute;
    right: 5%;
    top: 40%;
    transform: translateY(-50%);
    z-index: 1
}

.collection-page-fullwidth .content-page .cate-info .prev-slide,.collection-page-sidebar .content-page .cate-info .prev-slide {
    position: absolute;
    left: 5%;
    top: 40%;
    transform: translateY(-50%);
    z-index: 1
}

.collection-page-fullwidth .content-page .cate-info .slick-dots,.collection-page-sidebar .content-page .cate-info .slick-dots {
    transform: translate(-50%);
    left: 50%;
    bottom: -11%
}

.collection-page-fullwidth .content-page .cate-info .slick-dots li button,.collection-page-sidebar .content-page .cate-info .slick-dots li button {
    background: #c4c4c4;
    font-size: unset;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%
}

.collection-page-fullwidth .content-page .cate-info .slick-dots li button:before,.collection-page-sidebar .content-page .cate-info .slick-dots li button:before {
    opacity: 0
}

.collection-page-fullwidth .content-page .cate-info .slick-dots .slick-active button,.collection-page-sidebar .content-page .cate-info .slick-dots .slick-active button {
    background-color: #000000
}

.collection-page-fullwidth .content-page .cate-info .title_collection,.collection-page-sidebar .content-page .cate-info .title_collection {
    margin: 45px 0
}

.collection-page-fullwidth .content-page .cate-info .title_collection h3,.collection-page-sidebar .content-page .cate-info .title_collection h3 {
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    
  font-family: Poppins;
  
}

.collection-page-fullwidth .content-page .cate-info .btn_show_all,.collection-page-sidebar .content-page .cate-info .btn_show_all {
    align-items: center;
    margin: 45px 0
}

.collection-page-fullwidth .content-page .cate-info .btn_show_all a,.collection-page-sidebar .content-page .cate-info .btn_show_all a {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    
  font-family: Poppins;
  
}

.collection-page-fullwidth .content-page .cate-info .btn_show_all a i,.collection-page-sidebar .content-page .cate-info .btn_show_all a i {
    font-weight: 600;
    padding-left: 10px
}

.collection-page-fullwidth .content-page .cate-info .btn_show_all a:hover,.collection-page-sidebar .content-page .cate-info .btn_show_all a:hover {
    color: #daa520
}

.collection-page-fullwidth .content-page .cate-info .btn_show_all a:hover i,.collection-page-sidebar .content-page .cate-info .btn_show_all a:hover i {
    color: #daa520
}

.collection-page-fullwidth .content-page .title-cate,.collection-page-sidebar .content-page .title-cate {
    padding-top: 70px
}

.collection-page-fullwidth .content-page .title-cate h2,.collection-page-sidebar .content-page .title-cate h2 {
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    
  font-family: Poppins;
  
}

.collection-page-fullwidth .content-page .shop_control,.collection-page-sidebar .content-page .shop_control {
    padding: 50px 0 20px
}

.collection-page-fullwidth .content-page .section-best-seller, .collection-page-sidebar .content-page .section-best-seller{
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 30px;
  margin-bottom: 30px;
  margin-top:30px;
}
h2.title-bestseller{
  font-size: 14px;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  margin: 0 0 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e7e7e7;
  padding-left: 40px;
  position: relative;
}
h2.title-bestseller:before{
  content: "";
  position: absolute;
  left: 0;
  width: 26px;
  height: 26px;
  background: url(icon-bestseller.svg) no-repeat;
  background-size: contain;
  top: -5px;
}
ul.slick-dots{
  bottom: 30px;
  list-style-type: none;
}
@media(max-width:768px){
  ul.slick-dots{
    bottom:0;
  }
}
ul.slick-dots li{
  display: inline-block;
  vertical-align: bottom;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.slick-dots li button{
  border: 0;
  background: 0 0;
  display: block;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
}
ul.slick-dots li button{
  font-size: 0;
  width: 12px;
  height: 12px;
  background: 0 0;
  border: 2px solid transparent;
  padding: 0;
  border-radius: 50%;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  position: relative;
}
ul.slick-dots li button:before{
  content: "";
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 4px);
  left: calc(50% - 4px);
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
ul.slick-dots li.slick-active button{
  background: 0 0;
  border: 2px solid #000;
}
ul.slick-dots li.slick-active button:before{
  opacity: 0;
  visibility: hidden;
}
.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75;
}
.slick-dotted.slick-slider{
  margin:0;
}
.slick-list, .slick-slider {
    position: relative;
    display: block;
}
.collection-page-fullwidth .content-page .shop_control .filter_sortby .filter,.collection-page-sidebar .content-page .shop_control .filter_sortby .filter {
    border: 2px solid #000000;
    padding: 7px 20px;
    align-items: center
}

.collection-page-fullwidth .content-page .shop_control .filter_sortby .filter svg,.collection-page-sidebar .content-page .shop_control .filter_sortby .filter svg {
    width: 18px;
    height: 18px;
    fill: #000000
}

.collection-page-fullwidth .content-page .shop_control .filter_sortby .filter p,.collection-page-sidebar .content-page .shop_control .filter_sortby .filter p {
    font-size: 15px;
    
  font-family: Poppins;
  
    text-transform: capitalize;
    font-weight: 500;
    color: #000000;
    letter-spacing: 1px;
    margin-left: 8px
}

.collection-page-fullwidth .content-page .shop_control .filter_sortby .filter:focus,.collection-page-fullwidth .content-page .shop_control .filter_sortby .filter:hover,.collection-page-sidebar .content-page .shop_control .filter_sortby .filter:focus,.collection-page-sidebar .content-page .shop_control .filter_sortby .filter:hover {
    background: #daa520;
    border: 2px solid #daa520
}

.collection-page-fullwidth .content-page .shop_control .filter_sortby .filter:focus p,.collection-page-fullwidth .content-page .shop_control .filter_sortby .filter:hover p,.collection-page-sidebar .content-page .shop_control .filter_sortby .filter:focus p,.collection-page-sidebar .content-page .shop_control .filter_sortby .filter:hover p {
    color: #fff
}

.collection-page-fullwidth .content-page .shop_control .filter_sortby .filter:focus svg,.collection-page-fullwidth .content-page .shop_control .filter_sortby .filter:hover svg,.collection-page-sidebar .content-page .shop_control .filter_sortby .filter:focus svg,.collection-page-sidebar .content-page .shop_control .filter_sortby .filter:hover svg {
    fill: #fff
}

.collection-page-fullwidth .content-page .shop_control .filter_sortby .sort-pagi-bar,.collection-page-sidebar .content-page .shop_control .filter_sortby .sort-pagi-bar {
    padding-left: 0;
    margin-bottom: 0
}

.collection-page-fullwidth .content-page .shop_control .filter_sortby .sort-pagi-bar li,.collection-page-sidebar .content-page .shop_control .filter_sortby .sort-pagi-bar li {
    list-style: none
}

.collection-page-fullwidth .content-page .shop_control .filter_sortby .sort-pagi-bar .sort-by .select-box .orderby,.collection-page-sidebar .content-page .shop_control .filter_sortby .sort-pagi-bar .sort-by .select-box .orderby {
    border: 1px solid #000000;
    color: #000000;
    
  font-family: Poppins;
  
    font-size: 15px;
    font-weight: 500
}

.collection-page-fullwidth .content-page .shop_control .list-collection,.collection-page-sidebar .content-page .shop_control .list-collection {
    padding-left: 0;
    text-align: center;
    align-items: center;
    justify-content: center
}

.collection-page-fullwidth .content-page .shop_control .list-collection li,.collection-page-sidebar .content-page .shop_control .list-collection li {
    display: inline-block;
    text-align: center;
    list-style: none
}

.collection-page-fullwidth .content-page .shop_control .list-collection li a,.collection-page-sidebar .content-page .shop_control .list-collection li a {
    border-bottom: 1px solid transparent;
    font-size: 18px;
    
  font-family: Poppins;
  
    font-weight: 600;
    position: relative;
    color: #a4a4a4;
    padding: 0;
    line-height: 40px;
    display: inline-block
}

.collection-page-fullwidth .content-page .shop_control .list-collection li a:hover,.collection-page-sidebar .content-page .shop_control .list-collection li a:hover {
    border-bottom: 1px solid #000000;
    color: #000000
}

.collection-page-fullwidth .content-page .shop_control .style_layout_prod,.collection-page-sidebar .content-page .shop_control .style_layout_prod {
    display: flex
}

.collection-page-fullwidth .content-page .shop_control .style_layout_prod .sort-pagi-bar,.collection-page-sidebar .content-page .shop_control .style_layout_prod .sort-pagi-bar {
    padding-left: 0;
    margin-bottom: 0
}

.collection-page-fullwidth .content-page .shop_control .style_layout_prod .sort-pagi-bar li,.collection-page-sidebar .content-page .shop_control .style_layout_prod .sort-pagi-bar li {
    list-style: none
}

.collection-page-fullwidth .content-page .shop_control .style_layout_prod .sort-pagi-bar .sort-by .select-box,.collection-page-sidebar .content-page .shop_control .style_layout_prod .sort-pagi-bar .sort-by .select-box {
    position: relative
}

.collection-page-fullwidth .content-page .shop_control .style_layout_prod .sort-pagi-bar .sort-by .select-box select,.collection-page-sidebar .content-page .shop_control .style_layout_prod .sort-pagi-bar .sort-by .select-box select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.collection-page-fullwidth .content-page .shop_control .style_layout_prod .sort-pagi-bar .sort-by .select-box select::-ms-expand,.collection-page-sidebar .content-page .shop_control .style_layout_prod .sort-pagi-bar .sort-by .select-box select::-ms-expand {
    display: none
}

.collection-page-fullwidth .content-page .shop_control .style_layout_prod .sort-pagi-bar .sort-by .select-box .orderby,.collection-page-sidebar .content-page .shop_control .style_layout_prod .sort-pagi-bar .sort-by .select-box .orderby {
    color: #000000;
    border: 1px solid #000000;
    font-size: 15px;
    
  font-family: Poppins;
  
    font-weight: 500;
    height: 42px;
    min-width: 165px!important;
    background: 0 0;
    padding-left: 15px;
    border-radius: 0
}

.collection-page-fullwidth .content-page .shop_control .style_layout_prod .sort-pagi-bar .sort-by .select-box:after,.collection-page-sidebar .content-page .shop_control .style_layout_prod .sort-pagi-bar .sort-by .select-box:after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 15px;
    font-size: 16px;
    top: 8px;
    z-index: 1;
    color: #000000
}

.collection-page-fullwidth .content-page .shop_control .change_prod,.collection-page-sidebar .content-page .shop_control .change_prod {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 40px
}

@media (max-width: 576px) {
    .collection-page-fullwidth .content-page .shop_control .change_prod,.collection-page-sidebar .content-page .shop_control .change_prod {
        justify-content:flex-end
    }
}

.collection-page-fullwidth .content-page .shop_control .change_prod .change_collum,.collection-page-sidebar .content-page .shop_control .change_prod .change_collum {
    position: relative
}

@media (max-width: 992px) {
    .collection-page-fullwidth .content-page .shop_control .change_prod .change_collum,.collection-page-sidebar .content-page .shop_control .change_prod .change_collum {
        display:none
    }
}

.collection-page-fullwidth .content-page .shop_control .change_prod .change_collum .icon_change svg,.collection-page-sidebar .content-page .shop_control .change_prod .change_collum .icon_change svg {
    width: 22px;
    height: 22px;
    fill: #000000111
}

.collection-page-fullwidth .content-page .shop_control .change_prod .change_collum .icon_change:before,.collection-page-sidebar .content-page .shop_control .change_prod .change_collum .icon_change:before {
    width: 36px;
    height: 36px;
    border: 2px solid #000;
    color: #000000;
    font-family: FontAwesome;
    content: "\f04d\f04d\f04d\f04d";
    display: inline-block;
    word-break: break-word;
    line-height: 1;
    letter-spacing: 1px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: right;
    font-size: 6px;
    padding: 10px 9px;
    margin-right: 20px
}

.collection-page-fullwidth .content-page .shop_control .change_prod .change_collum .prod_per,.collection-page-sidebar .content-page .shop_control .change_prod .change_collum .prod_per {
    display: flex;
    justify-content: flex-end;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 100%;
    top: 0;
    width: 0;
    overflow: hidden;
    transition: width .3s ease-in-out,opacity .3s ease-in-out,visibility .3s ease-in-out
}

.collection-page-fullwidth .content-page .shop_control .change_prod .change_collum .prod_per a,.collection-page-sidebar .content-page .shop_control .change_prod .change_collum .prod_per a {
    display: inline-block;
    width: 36px;
    height: 36px;
    position: relative;
    text-align: center;
    border: 1px solid #000;
    border-radius: 50%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    font-size: 16px;
    line-height: 36px;
    color: #232529;
    margin-right: 5px
}

.collection-page-fullwidth .content-page .shop_control .change_prod .change_collum .prod_per a.active,.collection-page-fullwidth .content-page .shop_control .change_prod .change_collum .prod_per a:hover,.collection-page-sidebar .content-page .shop_control .change_prod .change_collum .prod_per a.active,.collection-page-sidebar .content-page .shop_control .change_prod .change_collum .prod_per a:hover {
    color: #fff;
    background: #daa520;
    border-color: #daa520
}

.collection-page-fullwidth .content-page .shop_control .change_prod .change_collum:hover .prod_per,.collection-page-sidebar .content-page .shop_control .change_prod .change_collum:hover .prod_per {
    visibility: visible;
    opacity: 1;
    width: 190px
}

.collection-page-fullwidth .content-page .col-lg-2 .product-icon-action,.collection-page-sidebar .content-page .col-lg-2 .product-icon-action {
    padding: 4px 0
}

.collection-page-fullwidth .content-page .col-lg-2 .product-icon-action .add-to-cart svg,.collection-page-sidebar .content-page .col-lg-2 .product-icon-action .add-to-cart svg {
    width: 19px;
    height: auto
}

.collection-page-fullwidth .content-page .col-lg-2 .product-icon-action .add-wishlist i,.collection-page-fullwidth .content-page .col-lg-2 .product-icon-action .quick-view i,.collection-page-sidebar .content-page .col-lg-2 .product-icon-action .add-wishlist i,.collection-page-sidebar .content-page .col-lg-2 .product-icon-action .quick-view i {
    font-size: 15px
}

.collection-page-fullwidth.collection-bg-modern {
    padding-bottom: 65px;
    background-size: cover;
    background-position: center
}

@media (min-width: 992px) {
    .collection-page-fullwidth.collection-bg-modern.absolute-top {
        padding-top:1px
    }

    .collection-page-fullwidth.collection-bg-modern.absolute-top .content-page {
        margin-top: -190px
    }
}

.collection-page-fullwidth.collection-bg-modern .content-page {
    background: #fff;
    padding: 45px 55px
}

@media (max-width: 991px) {
    .collection-page-fullwidth.collection-bg-modern .content-page {
        padding:45px 15px
    }
}

@media (min-width: 992px) and (max-width:1300px) {
    .collection-page-fullwidth.collection-bg-modern .content-page {
        padding:45px 15px
    }
}

@media (min-width: 1301px) and (max-width:1500px) {
    .collection-page-fullwidth.collection-bg-modern .content-page {
        padding:45px 25px
    }
}

.collection-page-fullwidth.collection-bg-modern .content-page .next-slide,.collection-page-fullwidth.collection-bg-modern .content-page .prev-slide {
    height: 25px;
    width: 25px;
    background: #fff;
    line-height: 25px;
    text-align: center;
    position: absolute;
    z-index: 1;
    box-shadow: 0 5px 5px rgba(0,0,0,.09);
    transition: all .5s ease;
    color: #000000
}

.collection-page-fullwidth.collection-bg-modern .content-page .next-slide:hover,.collection-page-fullwidth.collection-bg-modern .content-page .prev-slide:hover {
    background: #daa520;
    color: #fff
}

.collection-page-fullwidth.collection-bg-modern .content-page .prev-slide {
    left: -15px;
    top: 25%;
    visibility: hidden;
    opacity: 0
}

.collection-page-fullwidth.collection-bg-modern .content-page .next-slide {
    right: -15px;
    top: 25%;
    visibility: hidden;
    opacity: 0
}
.collection-page-fullwidth.collection-bg-modern .content-page .list_col .cate_collection .col_item .img_coll{
  text-align:center;
}
.collection-page-fullwidth.collection-bg-modern .content-page .list_col .cate_collection .col_item .img_coll a{
  width: 110px;
  height: 110px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  border-radius: 50%;
}
.collection-page-fullwidth.collection-bg-modern .content-page .list_col .cate_collection .col_item .img_coll img {
  max-width: 110px;
  max-height: 110px;
  border-radius: 50%;
  margin: 0 auto;
  border: 0;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  height: auto;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.collection-page-fullwidth.collection-bg-modern .content-page .list_col .cate_collection .col_item .title_coll {
    margin-top: 15px
}

.collection-page-fullwidth.collection-bg-modern .content-page .list_col .cate_collection .col_item .title_coll a {
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
}

.collection-page-fullwidth.collection-bg-modern .content-page .list_col .cate_collection .col_item .title_coll a:hover {
    color: #daa520
}

.collection-page-fullwidth.collection-bg-modern .content-page .list_col .cate_collection .col_item.active .img_coll img,.collection-page-fullwidth.collection-bg-modern .content-page .list_col .cate_collection .col_item:hover .img_coll img {
  border: 0;
  -webkit-transform: translateY(-50%) scale(1.1);
  transform: translateY(-50%) scale(1.1);
}

.collection-page-fullwidth.collection-bg-modern .content-page .list_col .cate_collection .col_item.active .banner_title a,.collection-page-fullwidth.collection-bg-modern .content-page .list_col .cate_collection .col_item:hover .banner_title a {
    color: #daa520
}

.collection-page-fullwidth.collection-bg-modern .content-page .list_col .cate_collection:hover .prev-slide {
    left: 0;
    visibility: visible;
    opacity: 1
}

.collection-page-fullwidth.collection-bg-modern .content-page .list_col .cate_collection:hover .next-slide {
    right: 0;
    visibility: visible;
    opacity: 1
}

.collection-page-sidebar .banner_sidebar {
    padding: 30px 0
}

.collection-page-sidebar .banner_sidebar a {
    display: block;
    position: relative;
    overflow: hidden
}

.collection-page-sidebar .banner_sidebar a img {
    transition: 2s
}

.collection-page-sidebar .banner_sidebar a:after,.collection-page-sidebar .banner_sidebar a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 1
}

.collection-page-sidebar .banner_sidebar a:hover img {
    transform: scale(1.1);
    transition: 1s
}

.collection-page-sidebar .banner_sidebar a:hover:before {
    right: 50%;
    left: 50%;
    background-color: rgba(255,255,255,.5)
}

.collection-page-sidebar .banner_sidebar a:hover:after {
    top: 50%;
    bottom: 50%;
    background-color: rgba(255,255,255,.5)
}

.draw_filter {
    flex: 0;
    max-width: 0;
    padding: 0;
    transition: .3s;
    height: 0
}

.draw_filter .filter_sidebar_general {
    height: 0;
    width: 0
}

.trans_product {
    transition: all .3s ease
}

.filter_sidebar_general {
    margin-top: 25px;
    padding: 0 0;
    padding-left: 6px;
    overflow: hidden;
    position: relative
}

.filter_sidebar_general.sticky {
    position: sticky;
    top: 80px
}

.filter_sidebar_general .widget-title {
    padding: 6px 0 6px 14px;
    border-left: 3px solid #000000;
    position: relative
}


.filter_sidebar_general .widget-title h2 {
  
  font-family: Poppins;
  
  font-size: 15px;
  letter-spacing:2px;
  font-weight: 500;
  text-transform: uppercase;
  background: #fff;
  position: relative;
  display: inline-block;
  padding-right: 15px
}

.filter_sidebar_general .widget-title:after {
    content: "";
    border-bottom: 1px solid #e6e6e6;
    width: 100%;
    position: absolute;
    top: 50%
}

.filter_sidebar_general .filter-category {
    padding-top: 25px
}

.filter_sidebar_general .filter-category .widget-content {
    padding-top: 20px
}

.filter_sidebar_general .filter-category .widget-content .list-category-toggle {
    padding-left: 0
}

.filter_sidebar_general .filter-category .widget-content .list-category-toggle li {
    list-style: none
}

.filter_sidebar_general .filter-category .widget-content .list-category-toggle li:before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 15px;
  float: left;
  padding-right: 10px;
  line-height: 25px;
  color: #daa520;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  position: relative;
  top: 4px;
  display: none;
  opacity: 0;
  visibility: hidden;
}
.filter_sidebar_general .filter-category .widget-content .list-category-toggle li:hover:before{
  display: block;
  opacity: 1;
  visibility: visible;
}
.filter_sidebar_general .filter-category .widget-content .list-category-toggle li:hover a{
  color: #daa520;
}

.filter_sidebar_general .filter-category .widget-content .list-category-toggle li a {
  line-height: 36px;
  display: inline-block;
  
  font-family: Poppins;
  
  font-size: 15px;
  font-weight: 400;
  color: #000000;
  text-transform: capitalize
}

.filter_sidebar_general .filter-category .widget-content .list-category-toggle li a i {
    margin-top: 5px;
    font-size: 15px;
    color: #83868c
}

.filter_sidebar_general .filter-category .widget-content .list-category-toggle li a:hover {
    color: #daa520
}

.filter_sidebar_general .filter-category .widget-content .list-category-toggle li a:hover i {
    color: #daa520
}

.filter_sidebar_general .filter-category .widget-content .list-category-toggle .menu_lv2 {
    padding-left: 20px
}

.filter_sidebar_general .filter-category .widget-content .list-category-toggle .menu_lv2 .item_menu_lv2 a {
  line-height: 36px;
  display: inline-block;
  
  font-family: Poppins;
  
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  text-transform: capitalize
}

.filter_sidebar_general .filter-category .widget-content .list-category-toggle .menu_lv2 .item_menu_lv2 a:hover {
    color: #daa520
}

.filter_sidebar_general .filter-color {
    padding-top: 15px
}

.filter_sidebar_general .filter-color .list_color {
    padding-left: 0;
    padding-top: 30px
}

.filter_sidebar_general .filter-color .list_color li {
    list-style: none;
    display: inline-block;
    padding: 5px
}

.filter_sidebar_general .filter-color .list_color li a {
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    position: relative;
    border: 1px solid #ccc
}

.filter_sidebar_general .filter-color .list_color li a:before {
    content: "";
    border: 1px solid #ccc;
    width: 34px;
    height: 34px;
    position: absolute;
    border-radius: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 50%;
    transition: all .3s ease;
    opacity: 0
}

.filter_sidebar_general .filter-color .list_color li a.active:before {
    border: 1px solid #000000;
    opacity: 1
}

.filter_sidebar_general .filter-color .list_color li a:hover:before {
    border: 1px solid #000000;
    opacity: 1
}

.filter_sidebar_general .filter-size {
    padding-top: 10px
}

.filter_sidebar_general .filter-size .list-size {
    padding-left: 0;
    padding-top: 30px
}

.filter_sidebar_general .filter-size .list-size li {
    list-style: none;
    display: inline-block
}

.filter_sidebar_general .filter-size .list-size li a {
  display: inline-block;
  border: 1px solid #000000!important;
  color: #000000;
  padding: 0;
  width:40px;
  line-height:40px;
  margin: 0 10px 10px 0!important;
  text-align: center;
  transition: all .3s ease;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  
}

.filter_sidebar_general .filter-size .list-size li a:hover {
    border: 1px solid #daa520!important;
    color: #fff;
    background: #daa520
}

.filter_sidebar_general .filter-size .list-size li a.active {
    border: 1px solid #daa520!important;
    color: #fff;
    background: #daa520
}

.filter_sidebar_general .filter-price {
    padding-top: 5px
}

.filter_sidebar_general .filter-price .list-price {
    padding-top: 25px;
    padding-left: 0
}

.filter_sidebar_general .filter-price .list-price li {
  position:relative;
  margin-bottom:10px;
  list-style: none
}

.filter_sidebar_general .filter-price .list-price li a {
  position:relative;
  
  font-family: Poppins;
  
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .1em;
  color: #000000;
  padding-left:25px;
  display:block;
}

.filter_sidebar_general .filter-price .list-price li a:before{
  content: '';
  display: inline-block;
  margin-right: 10px;
  width: 16px;
  height: 16px;
  min-width: 16px;
  border: 1px solid #d4d6d8;
  background: #fff;
  box-shadow: 0 1px rgb(212 214 216 / 40%);
  border-radius: 2px;
  -webkit-appearance: none;
  position: absolute;
  left: 0;
  top: 1px;
}

.filter_sidebar_general .filter-price .list-price li a.active:before{
  background-color: #daa520;
  background-image:url(filter_selected.svg);
  border-color: #daa520;
}

.filter_sidebar_general .filter-price .list-price li a.active,.filter_sidebar_general .filter-price .list-price li a:hover {
    color: #daa520
}

.filter_sidebar_general .widget-tags {
    padding-top: 21px
}

.filter_sidebar_general .widget-tags .list-tag {
    padding-left: 0;
    padding-top: 30px
}

.filter_sidebar_general .widget-tags .list-tag li {
    list-style: none;
    display: inline-block
}

.filter_sidebar_general .widget-tags .list-tag li a {
  display: inline-block;
  border: 1px solid #000000!important;
  color: #000000;
  margin: 0 10px 10px 0!important;
  text-align: center;
  padding: 10px;
  transition: all .3s ease;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  
}

.filter_sidebar_general .widget-tags .list-tag li a:hover {
    border: 1px solid #daa520!important;
    color: #fff;
    background: #daa520
}

.filter_sidebar_general .widget-tags .list-tag li a.active {
    border: 1px solid #daa520!important;
    color: #fff;
    background: #daa520
}

.filter_sidebar_general .filter-brand {
    padding-top: 25px
}

.filter_sidebar_general .filter-brand .list-brand {
    padding-top: 15px;
    padding-left: 0
}

.filter_sidebar_general .filter-brand .list-brand li {
    list-style: none
}

.filter_sidebar_general .filter-brand .list-brand li a {
  
  font-family: Poppins;
  
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 28px
}

.filter_sidebar_general .filter-brand .list-brand li a i {
  color: #d4d4d4;
  font-size: 16px;
  padding-right: 14px
}

.filter_sidebar_general .filter-brand .list-brand li a:hover {
  color: #daa520
}

.filter_sidebar_general .filter-brand .list-brand li a:hover:before {
  color: #daa520;
  visibility:visible;
  opacity:1;
  display:inline-block;
}

.filter_sidebar_general .filter-brand .list-brand li a:before {
  content: "\f105";
  font-family: FontAwesome;
  color: #d4d4d4;
  font-size: 15px;
  padding-right: 10px;
  visibility:hidden;
  opacity:0;
  display:none;
}

.filter_ver2 {
    border: 1px solid #e6e6e6
}

.filter_ver2.show {
    display: block!important
}

.filter_ver2 .filter_sidebar2 {
    margin-top: 0;
    padding: 30px
}

@media (max-width: 576px) {
    .filter_ver2 .filter_sidebar2 {
        padding:15px
    }
}
.filter_ver2 .filter_sidebar2 .widget-title h2 {
  
  font-family: Poppins;
  
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 20px!important
}

.filter_ver2 .filter_sidebar2 .widget-title h2:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 55px;
    background: #daa520;
    bottom: 0
}

.filter_ver2 .filter_sidebar2 .filter-category {
  padding: 0 30px;
  
}
.filter_ver2 .filter_sidebar2 .filter-tag{
  padding:0 30px;
}
.filter_ver2 .filter_sidebar2 .filter-category .widget-content .list-category-toggle {
    padding-left: 0
}

.filter_ver2 .filter_sidebar2 .filter-category .widget-content .list-category-toggle li {
    list-style: none;
    padding-bottom: 5px
}
.filter_ver2 .filter_sidebar2 .filter-category .widget-content .list-category-toggle li:before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 15px;
  float: left;
  padding-right: 5px;
  line-height: 25px;
  color: #daa520;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  position: relative;
  top: -1px;
  display: none;
  opacity: 0;
  visibility: hidden;
}

.filter_ver2 .filter_sidebar2 .filter-category .widget-content .list-category-toggle li:hover:before{
  display: block;
  opacity: 1;
  visibility: visible;
}

.filter_ver2 .filter_sidebar2 .filter-category .widget-content .list-category-toggle li:hover a,
.filter_ver2 .filter_sidebar2 .filter-category .widget-content .list-category-toggle li.item_menu_lv2:hover a{
  color: #daa520;
}

.filter_ver2 .filter_sidebar2 .filter-category .widget-content .list-category-toggle li a {
  
  font-family: Poppins;
  
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  padding: 0;
  color: #000000;
  position: relative
}

.filter_ver2 .filter_sidebar2 .filter-category .widget-content .list-category-toggle li a i {
    font-size: 15px;
    color: #83868c
}

.filter_ver2 .filter_sidebar2 .filter-category .widget-content .list-category-toggle li a:hover {
    color: #daa520
}

.filter_ver2 .filter_sidebar2 .filter-category .widget-content .list-category-toggle li a:hover i {
    color: #daa520
}

.filter_ver2 .filter_sidebar2 .filter-category .widget-content .list-category-toggle .menu_lv2 {
    padding-left: 20px
}

.filter_ver2 .filter_sidebar2 .filter-category .widget-content .list-category-toggle .menu_lv2 .item_menu_lv2 a {
  display: inline-block;
  
  font-family: Poppins;
  
  font-size: 15px;
  font-weight: 400;
  color: #000000;
  text-transform: capitalize
}

.filter_ver2 .filter_sidebar2 .filter-category .widget-content .list-category-toggle .menu_lv2 .item_menu_lv2 a:hover {
    color: #daa520
}

.filter_ver2 .filter_sidebar2 .filter-color {
    padding-top: 0
}

.filter_ver2 .filter_sidebar2 .filter-color .list_color {
    padding-left: 0
}

.filter_ver2 .filter_sidebar2 .filter-color .list_color li {
  padding-bottom: 10px;
  list-style: none;
  display: block;
}

@media(max-width: 1023px){
  .filter_ver2 .filter_sidebar2 .filter-color .list_color li{
    display:inline-block;
  }
  .filter_ver2 .filter_sidebar2 .filter-color .list_color li a span{
    display:none;
  }
}

.filter_ver2 .filter_sidebar2 .filter-color .list_color li input {
    opacity: 0;
    position: absolute;
    z-index: -1
}

.filter_ver2 .filter_sidebar2 .filter-color .list_color li a {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: relative;
    border: 1px solid #ccc
}

.filter_ver2 .filter_sidebar2 .filter-color .list_color li a:before {
    content: "";
    border: 1px solid #ccc;
    width: 28px;
    height: 28px;
    position: absolute;
    border-radius: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 50%;
    transition: all .3s ease;
    opacity: 0
}

.filter_ver2 .filter_sidebar2 .filter-color .list_color li a.active:before {
    border: 1px solid #000000;
    opacity: 1
}

.filter_ver2 .filter_sidebar2 .filter-color .list_color li a:hover:before {
    border: 1px solid #000000;
    opacity: 1
}

.filter_ver2 .filter_sidebar2 .filter-color .list_color li a span {
    margin-left: 30px;
    position: absolute;
    top: -2px
}

.filter_ver2 .filter_sidebar2 .filter-size {
    padding-top: 0
}

.filter_ver2 .filter_sidebar2 .filter-size .list-size {
    padding-left: 0
}

.filter_ver2 .filter_sidebar2 .filter-size .list-size li {
    padding-bottom: 7px;
    padding-right: 5px;
    list-style: none;
    display: inline-block
}

.filter_ver2 .filter_sidebar2 .filter-size .list-size li input {
    opacity: 0;
    position: absolute;
    z-index: -1
}

.filter_ver2 .filter_sidebar2 .filter-size .list-size li a {
  display: inline-block;
  padding: 8px 0;
  border: 1px solid #000000!important;
  color: #000000;
  text-align: center;
  transition: all .3s ease;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  
  width: 40px;
}

.filter_ver2 .filter_sidebar2 .filter-size .list-size li a:hover,
.filter_ver2 .filter_sidebar2 .filter-size .list-size li a.active{
  border: 1px solid #daa520!important;
  color: #fff;
  background: #daa520;
}

.filter_ver2 .filter_sidebar2 .filter-size .list-size li a.active {
    border: 1px solid #000000!important;
    color: #fff;
    background: #000000
}

.filter_ver2 .filter_sidebar2 .filter-price {
    padding-top: 0
}

.filter_ver2 .filter_sidebar2 .filter-price .list-price {
    padding-left: 0
}

.filter_ver2 .filter_sidebar2 .filter-price .list-price li {
    padding-bottom: 10px;
    list-style: none
}

.filter_ver2 .filter_sidebar2 .filter-price .list-price li input {
    opacity: 0;
    position: absolute;
    z-index: -1
}
.filter_ver2 .filter_sidebar2 .filter-price .list-price li a{
  position:relative;
  
  font-family: Poppins;
  
  padding-left:25px;
  line-height:initial;
  display:block;
  font-size: 15px;
  font-weight:400;
  color: #000000;
}
.filter_ver2 .filter_sidebar2 .filter-price .list-price li a:before{
  content: '';
  display: inline-block;
  margin-right: 10px;
  width: 16px;
  height: 16px;
  min-width: 16px;
  border: 1px solid #d4d6d8;
  background: #fff;
  box-shadow: 0 1px rgb(212 214 216 / 40%);
  border-radius: 2px;
  -webkit-appearance: none;
  position: absolute;
  left: 0;
  top: 1px;
}
.filter_ver2 .filter_sidebar2 .filter-price .list-price li a i {
    display: none
}

.filter_ver2 .filter_sidebar2 .filter-price .list-price li a.active,.filter_ver2 .filter_sidebar2 .filter-price .list-price li a:hover {
    color: #daa520
}
.filter_ver2 .filter_sidebar2 .filter-price .list-price li a.active:before{
  background-color: #fe7250;
  background-image:url(filter_selected.svg);
  border-color: #fe7250;
}
.filter_ver2 .filter_sidebar2 .widget-tags {
    padding-top: 0
}

.filter_ver2 .filter_sidebar2 .widget-tags .list-tag {
    padding-left: 0
}

.filter_ver2 .filter_sidebar2 .widget-tags .list-tag li {
    list-style: none;
    display: inline-block
}

.filter_ver2 .filter_sidebar2 .widget-tags .list-tag li a {
  display: inline-block;
  color: #000;
  padding: 8px 12px;
  margin: 0 0 10px 0!important;
  transition: all .3s ease;
  font-size: 15px;
  font-weight: 400;
  border: 1px solid;
  
  font-family: Poppins;
  
}

.filter_ver2 .filter_sidebar2 .widget-tags .list-tag li a:hover{
  border:1px solid #daa520!important;
  background: #daa520;
  color:#FFF;
}
.filter_ver2 .filter_sidebar2 .filter-brand {
    padding-top: 0
}

.filter_ver2 .filter_sidebar2 .filter-brand .list-brand {
    padding-left: 0
}

.filter_ver2 .filter_sidebar2 .filter-brand .list-brand li {
    list-style: none;
    padding-bottom: 5px
}

.filter_ver2 .filter_sidebar2 .filter-brand .list-brand li a {
    
  font-family: Poppins;
  
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    position: relative;
    line-height: 0
}

.filter_ver2 .filter_sidebar2 .filter-brand .list-brand li a i {
    color: #d4d4d4;
    font-size: 16px;
    padding-right: 14px
}

.filter_ver2 .filter_sidebar2 .filter-brand .list-brand li a:hover {
    color: #daa520
}

.heading_filter-sty .title_filter .widget-title a{
  line-height: 38px;
  border: 1px solid #000;
  padding: 0 20px;
  font-size: 12px !important;
  margin: 0;
  cursor: pointer;
  position: relative;
  display:block;
  text-transform:uppercase;
  letter-spacing:3.2px;
}
.heading_filter-sty .title_filter .widget-title a.active{
  background: #f3f3f3;
  border: 1px solid #f3f3f3;
}
.heading_filter-sty .title_filter .widget-title a i{
  position:absolute;
  right:20px;
  line-height: 38px;
}
.heading_filter-sty .title_filter .content_collapse > .collapse{
  width: 100%;
  left: 15px;
  background: #fff;
  z-index: 9;
  box-shadow: 5px 5px 73px 0 rgb(0 0 0 / 5%);
  overflow: auto;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 1;
  visibility: visible;
  margin:0;
}
.heading_filter-sty .title_filter .content_collapse>.list-size{
  padding:15px 0 0 20px;
  
}
.heading_filter-sty .title_filter .content_collapse> .list_color{
  padding:20px;
}
.heading_filter-sty .title_filter .widget-title a:focus,
.heading_filter-sty .title_filter .widget-title a:hover{
  color:#000 !important;
}
.collection-page-fullwidth .banner_sidebar {
  padding: 30px 0;
}
.heading_filter-sty .content_collapse .list-price{
  padding: 20px 20px 10px 20px;
}
.heading_filter-sty .content_collapse .list-price li a{
  padding-left: 25px;
  display:block;
}
.heading_filter-sty .content_collapse .list-size li{
  padding-top: 0 !important;
}
.heading_filter-sty {
  margin: 0 -11px;
}
.heading_filter-sty .content_collapse .list-price li{
  display:block !important;
  padding:0 !important;
  margin-bottom:10px !important;
}
.heading_filter-sty .content_collapse .list-price li a:before{
  content: '';
  display: inline-block;
  margin-right: 10px;
  width: 16px;
  height: 16px;
  min-width: 16px;
  border: 1px solid #d4d6d8;
  background: #fff;
  box-shadow: 0 1px rgb(212 214 216 / 40%);
  border-radius: 2px;
  -webkit-appearance: none;
  position: absolute;
  left: 0;
  top: 1px;
}
.heading_filter-sty .content_collapse .list-price li a:before{
  content: '';
  display: inline-block;
  margin-right: 10px;
  width: 16px;
  height: 16px;
  min-width: 16px;
  border: 1px solid #d4d6d8;
  background: #fff;
  box-shadow: 0 1px rgb(212 214 216 / 40%);
  border-radius: 2px;
  -webkit-appearance: none;
  position: absolute;
  left: 0;
  top: 1px;
}
.heading_filter-sty .filter-price .list-price li a.active:before {
  background-color: #fe7250;
  background-image: url(filter_selected.svg);
  border-color: #fe7250;
}

.filter-accodition .heading_collapse .title_filter {
    display: inline-block;
    padding: 0 12px
}

.filter-accodition .heading_collapse .title_filter .widget-title a {
    font-size: 20px;
    font-weight: 500;
    color: #000000
}

.filter-accodition .heading_collapse .title_filter .widget-title a.active i {
    transform: rotate(180deg);
    transtion: .3s
}

.filter-accodition .heading_collapse .title_filter .widget-title a svg {
    width: 20px;
    height: auto;
    fill: #000000111;
    margin-bottom: 9px;
    margin-right: 5px
}

.filter-accodition .heading_collapse .title_filter .widget-title a:focus,.filter-accodition .heading_collapse .title_filter .widget-title a:hover {
    color: #daa520
}

.filter-accodition .heading_collapse .title_filter .widget-title a:focus svg,.filter-accodition .heading_collapse .title_filter .widget-title a:hover svg {
    fill: #daa520
}


@media (min-width: 992px) and (max-width:1200px) {
    .filter-accodition .heading_collapse .title_filter {
        padding:0 15px
    }

    .filter-accodition .heading_collapse .title_filter .widget-title a {
        font-size: 16px
    }

    .filter-accodition .heading_collapse .title_filter .widget-title a svg {
        width: 16px
    }
}

.filter-accodition .content_collapse .widget-cate .list-category-toggle {
  display: block;
  width:300px;
  padding: 0;
  justify-content: space-between
}

.filter-accodition .content_collapse .widget-cate .list-category-toggle .menu_lv2{
  padding-left: 20px !important;
}

.filter-category .widget-content .list-category-toggle li.item-toggle-tab.active a,
.filter-category .widget-content .list-category-toggle li.item-toggle-tab.active a i{
  font-weight:bold !important;
  color:#daa520 !important;
}

.filter-accodition .content_collapse .widget-cate .list-category-toggle .item-toggle-tab {
    list-style: none;
    padding: 10px 25px;
    position: relative
}

.filter-accodition .content_collapse .widget-cate .list-category-toggle .item-toggle-tab .toggle-menumobile {
    position: absolute;
    top: 17px;
    right: 0
}

.filter-accodition .content_collapse .widget-cate .list-category-toggle .item-toggle-tab .toggle-menumobile i {
    font-size: 20px;
    color: #000000
}

.filter-accodition .content_collapse .widget-cate .list-category-toggle .item-toggle-tab .toggle-menumobile.active i {
    color: #daa520;
    transform: rotate(180deg);
    transtion: .3s
}

.filter-accodition .content_collapse .widget-cate .list-category-toggle .item-toggle-tab .toggle-menumobile:hover i {
    color: #daa520;
    transtion: .3s
}

.filter-accodition .content_collapse .widget-cate .list-category-toggle .item-toggle-tab.active a {
  font-weight:bold;
  color: #daa520;
}

.filter-accodition .content_collapse .widget-cate .list-category-toggle .item-toggle-tab a {
    font-size: 14px;
    font-weight: 500
}

.filter-accodition .content_collapse .widget-cate .list-category-toggle .item-toggle-tab .menu_lv2 .item_menu_lv2 a {
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    padding-top: 12px;
    display: inline-block
}

.filter-accodition .content_collapse .widget-cate .list-category-toggle .item-toggle-tab .menu_lv2 .item_menu_lv2 a:hover {
    color: #daa520
}

.filter-accodition .content_collapse .list_color {
    padding-left: 20px
}

.filter-accodition .content_collapse .list_color li {
    padding-top: 0;
    padding-bottom: 0;
    list-style: none;
    display: inline-block;
    padding-right: 15px
}

.filter-accodition .content_collapse .list_color li input {
    opacity: 0;
    position: absolute;
    z-index: -1
}

.filter-accodition .content_collapse .list_color li a {
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  position: relative;
  border: 1px solid #ccc;
}

.filter-accodition .content_collapse .list_color li a:before {
    content: "";
    border: 1px solid #ccc;
    width: 30px;
    height: 30px;
    position: absolute;
    border-radius: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 50%;
    transition: all .3s ease;
    opacity: 0
}

.filter-accodition .content_collapse .list_color li a.active:before {
    border: 1px solid #000000;
    opacity: 1
}

.filter-accodition .content_collapse .list_color li a:hover:before {
    border: 1px solid #000000;
    opacity: 1
}

.filter-accodition .content_collapse .list-size {
    padding-left: 20px
}

.filter-accodition .content_collapse .list-size li {
    padding-top: 20px;
    padding-bottom: 15px;
    padding-right: 15px;
    list-style: none;
    display: inline-block
}

.filter-accodition .content_collapse .list-size li input {
    opacity: 0;
    position: absolute;
    z-index: -1
}

.filter-accodition .content_collapse .list-size li a {
  display: inline-block;
  padding: 0;
  width: 40px;
  line-height: 38px;
  border: 1px solid #000000!important;
  color: #000000;
  text-align: center;
  transition: all .3s ease;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  
}

.filter-accodition .content_collapse .list-size li a:hover {
    border: 1px solid #daa520!important;
    color: #fff;
    background: #daa520
}

.filter-accodition .content_collapse .list-size li a.active {
    border: 1px solid #daa520!important;
    color: #fff;
    background: #daa520
}

.filter-accodition .content_collapse .list-price {
    padding-left: 20px
}

.filter-accodition .content_collapse .list-price li {
    padding-top: 20px;
    padding-bottom: 15px;
    padding-right: 20px;
    display: inline-block;
    list-style: none
}

.filter-accodition .content_collapse .list-price li input {
    opacity: 0;
    position: absolute;
    z-index: -1
}

.filter-accodition .content_collapse .list-price li a {
  
  font-family: Poppins;
  
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  position: relative
}

.filter-accodition .content_collapse .list-price li a i {
    display: none
}

.filter-accodition .content_collapse .list-price li a.active,.filter-accodition .content_collapse .list-price li a:hover {
    color: #daa520
}

.blog-page .content-blog-page .blog-list-view {
    padding-bottom: 67px
}

.blog-page .content-blog-page .blog-list-view .blog_grid {
    padding-top: 40px
}

.blog-page .content-blog-page .blog-list-view .blog_grid .post-thumb {
    overflow: hidden;
    position: relative
}

.blog-page .content-blog-page .blog-list-view .blog_grid .post-thumb img {
    transition: .5s;
    min-height: 446px;
    object-fit: cover
}

.blog-page .content-blog-page .blog-list-view .blog_grid .post-thumb:hover img {
    transform: scale(1.1);
    transition: .5s
}

.blog-page .content-blog-page .blog-list-view .blog_grid .post-thumb .single-post-date {
    width: 76px;
    height: 76px;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
    position: absolute;
    padding: 10px 15px;
    background-color: #fff;
    top: 30px;
    left: 30px
}

.blog-page .content-blog-page .blog-list-view .blog_grid .post-thumb .single-post-date .date {
    font-size: 20px;
    font-weight: 500;
    
  font-family: Poppins;
  
    position: relative
}

.blog-page .content-blog-page .blog-list-view .blog_grid .post-thumb .single-post-date .date:before {
    content: '';
    height: 1px;
    width: 44px;
    display: block;
    background-color: #c8c8c8;
    position: absolute;
    bottom: -1px
}

.blog-page .content-blog-page .blog-list-view .blog_grid .post-thumb .single-post-date .month {
    font-size: 14px;
    font-weight: 500;
    
  font-family: Poppins;
  
    text-transform: uppercase
}

.blog-page .content-blog-page .blog-list-view .blog_grid .post-info .blog-title {
    font-size: 11px;
    text-transform: uppercase;
    
  font-family: Poppins;
  
    letter-spacing: 2px;
    font-weight: 500;
    margin-top: 20px;
    color: #daa520;
    padding-bottom: 5px
}

.blog-page .content-blog-page .blog-list-view .blog_grid .post-info .post-title {
    padding-bottom: 10px;
    position: relative
}

.blog-page .content-blog-page .blog-list-view .blog_grid .post-info .post-title:before {
    content: '';
    width: 120px;
    height: 1px;
    background-color: #e0e0e0;
    display: block;
    bottom: 0;
    position: absolute
}

.blog-page .content-blog-page .blog-list-view .blog_grid .post-info .post-title a {
    font-size: 22px;
    
  font-family: Poppins;
  
    font-weight: 500;
    color: #333;
    margin-top: 10px;
    display: inline-block;
    position: relative;
    transition: .8s
}

.blog-page .content-blog-page .blog-list-view .blog_grid .post-info .post-title a:after {
    content: attr(title);
    color: #333;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    -webkit-transition: height .8s ease 0s;
    -moz-transition: height .8s ease 0s;
    -o-transition: height .8s ease 0s;
    transition: height .8s ease 0s;
    overflow: hidden
}

.blog-page .content-blog-page .blog-list-view .blog_grid .post-info .post-title a:hover {
    color: #daa520
}

.blog-page .content-blog-page .blog-list-view .blog_grid .post-info .post-title a:hover:after {
    height: 0
}

.blog-page .content-blog-page .blog-list-view .blog_grid .post-info .desc {
    font-size: 14px;
    
  font-family: Poppins;
  
    font-weight: 400;
    color: #a8a8a8;
    margin-top: 15px
}

.blog-page .content-blog-page .blog-list-view .blog_grid .post-info .btn_readmore {
    font-size: 14px;
    
  font-family: Poppins;
  
    font-weight: 500;
    color: #000000;
    margin-top: 23px;
    display: inline-block
}

.blog-page .content-blog-page .blog-list-view .blog_grid .post-info .btn_readmore i {
    padding-left: 10px
}

.blog-page .content-blog-page .blog-list-view .blog_grid .post-info .btn_readmore span {
    position: relative;
    padding-bottom: 5px;
    display: inline-block
}

.blog-page .content-blog-page .blog-list-view .blog_grid .post-info .btn_readmore span:after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #000000;
    position: absolute;
    bottom: 0;
    left: 0
}

.blog-page .content-blog-page .blog-list-view .blog_grid .post-info .btn_readmore:hover {
    color: #daa520
}

.blog-page .content-blog-page .blog-list-view .blog_grid .post-info .btn_readmore:hover span:after {
    background: #daa520
}

.blog-page .content-blog-page .blog-list-view .blog_standar {
    padding-top: 40px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 38px
}

.blog-page .content-blog-page .blog-list-view .blog_standar .article_img {
    position: relative;
    overflow: hidden
}

.blog-page .content-blog-page .blog-list-view .blog_standar .article_img img {
    transition: .5s;
    transform: scale(1.05)
}

.blog-page .content-blog-page .blog-list-view .blog_standar .article_img:hover img {
    transition: .5s;
    transform: scale(1);
    filter: blur(2px)
}

.blog-page .content-blog-page .blog-list-view .blog_standar .post-info .single-post-date {
    width: 76px;
    height: 76px;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
    padding: 10px 15px;
    background-color: #daa520
}

.blog-page .content-blog-page .blog-list-view .blog_standar .post-info .single-post-date .date {
    font-size: 20px;
    font-weight: 500;
    
  font-family: Poppins;
  
    position: relative;
    color: #fff
}

.blog-page .content-blog-page .blog-list-view .blog_standar .post-info .single-post-date .date:before {
    content: '';
    height: 1px;
    width: 44px;
    display: block;
    background-color: #fff;
    position: absolute;
    bottom: -1px
}

.blog-page .content-blog-page .blog-list-view .blog_standar .post-info .single-post-date .month {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    
  font-family: Poppins;
  
    text-transform: uppercase
}

.blog-page .content-blog-page .blog-list-view .blog_standar .post-info .title_info {
    display: inline-block;
    padding-top: 35px;
    padding-left: 24px
}

.blog-page .content-blog-page .blog-list-view .blog_standar .post-info .title_info .blog-title {
    font-size: 12px;
    text-transform: uppercase;
    
  font-family: Poppins;
  
    letter-spacing: 2px;
    font-weight: 500;
    color: #daa520;
    padding-bottom: 7px
}

.blog-page .content-blog-page .blog-list-view .blog_standar .post-info .title_info .post-title {
    position: relative
}

.blog-page .content-blog-page .blog-list-view .blog_standar .post-info .title_info .post-title a {
    font-size: 24px;
    
  font-family: Poppins;
  
    font-weight: 500;
    color: #000000;
    display: inline-block;
    position: relative;
    transition: .8s
}

.blog-page .content-blog-page .blog-list-view .blog_standar .post-info .title_info .post-title a:after {
    content: attr(title);
    color: #000000;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    -webkit-transition: height .8s ease 0s;
    -moz-transition: height .8s ease 0s;
    -o-transition: height .8s ease 0s;
    transition: height .8s ease 0s;
    overflow: hidden
}

.blog-page .content-blog-page .blog-list-view .blog_standar .post-info .title_info .post-title a:hover {
    color: #daa520
}

.blog-page .content-blog-page .blog-list-view .blog_standar .post-info .title_info .post-title a:hover:after {
    height: 0
}

.blog-page .content-blog-page .blog-list-view .blog_standar .post-info .des_article {
    font-size: 14px;
    
  font-family: Poppins;
  
    font-weight: 400;
    color: #a8a8a8;
    margin-top: 25px;
    line-height: 24px;
    margin-bottom: 25px
}

.blog-page .content-blog-page .blog-list-view .blog_standar .post-info .author {
    
  font-family: Poppins;
  
    font-size: 12px;
    text-transform: uppercase;
    color: #aaa;
    letter-spacing: 1px;
    font-weight: 400;
    position: relative;
    margin-right: 10px
}

.blog-page .content-blog-page .blog-list-view .blog_standar .post-info .author a {
    
  font-family: Poppins;
  
    font-size: 12px;
    text-transform: uppercase;
    color: #a8a8a8;
    font-weight: 500;
    padding-left: 5px
}

.blog-page .content-blog-page .blog-list-view .blog_standar .post-info .author:after {
    display: inline-block;
    width: 32px;
    height: 1px;
    background-color: #cbcbcb;
    -moz-transform: rotate(315deg) translate(0,-5px);
    -webkit-transform: rotate(315deg) translate(0,-5px);
    -o-transform: rotate(315deg) translate(0,-5px);
    -ms-transform: rotate(315deg) translate(0,-5px);
    transform: rotate(315deg) translate(0,-5px);
    margin-left: 10px
}

.blog-page .content-blog-page .blog-list-view .blog_standar .post-info .comment_count {
    
  font-family: Poppins;
  
    font-size: 12px;
    text-transform: uppercase;
    color: #aaa;
    letter-spacing: .1em;
    font-weight: 500
}

.blog-page .content-blog-page .blog-list-view .blog_standar .post-info .btn_readmore {
    font-size: 14px;
    
  font-family: Poppins;
  
    font-weight: 600;
    color: #000000;
    margin-top: 12px;
    display: inline-block
}

.blog-page .content-blog-page .blog-list-view .blog_standar .post-info .btn_readmore i {
    padding-left: 10px
}

.blog-page .content-blog-page .blog-list-view .blog_standar .post-info .btn_readmore span {
    position: relative;
    padding-bottom: 5px;
    display: inline-block
}

.blog-page .content-blog-page .blog-list-view .blog_standar .post-info .btn_readmore span:after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #000000;
    position: absolute;
    bottom: 0;
    left: 0
}

.blog-page .content-blog-page .blog-list-view .blog_standar .post-info .btn_readmore:hover {
    color: #daa520
}

.blog-page .content-blog-page .blog-list-view .blog_standar .post-info .btn_readmore:hover span:after {
    background: #daa520
}

.blog-page .content-blog-page .blog-list-view .blog_classic {
    padding-top: 40px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 38px;
    display: inline-block;
    width: 100%
}

.blog-page .content-blog-page .blog-list-view .blog_classic .image_blog {
    width: 50%;
    display: inline-block;
    float: left
}

.blog-page .content-blog-page .blog-list-view .blog_classic .post-info {
    width: 50%;
    display: inline-block;
    padding-left: 30px
}

.blog-page .content-blog-page .blog-list-view .blog_classic .article_img {
    position: relative;
    overflow: hidden
}

.blog-page .content-blog-page .blog-list-view .blog_classic .article_img img {
    transition: .5s;
    transform: scale(1.05)
}

.blog-page .content-blog-page .blog-list-view .blog_classic .article_img:hover img {
    transition: .5s;
    transform: scale(1)
}

.blog-page .content-blog-page .blog-list-view .blog_classic .post-info .title_info {
    display: inline-block
}

.blog-page .content-blog-page .blog-list-view .blog_classic .post-info .title_info .blog-title {
    font-size: 11px;
    text-transform: uppercase;
    
  font-family: Poppins;
  
    letter-spacing: .2em;
    font-weight: 500;
    color: #daa520;
    padding-bottom: 7px
}

.blog-page .content-blog-page .blog-list-view .blog_classic .post-info .title_info .post-title {
    position: relative
}

.blog-page .content-blog-page .blog-list-view .blog_classic .post-info .title_info .post-title a {
    font-size: 24px;
    
  font-family: Poppins;
  
    font-weight: 500;
    color: #000000;
    display: inline-block;
    position: relative;
    transition: .8s
}

.blog-page .content-blog-page .blog-list-view .blog_classic .post-info .title_info .post-title a:after {
    content: attr(title);
    color: #333;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    -webkit-transition: height .8s ease 0s;
    -moz-transition: height .8s ease 0s;
    -o-transition: height .8s ease 0s;
    transition: height .8s ease 0s;
    overflow: hidden
}

.blog-page .content-blog-page .blog-list-view .blog_classic .post-info .title_info .post-title a:hover {
    color: #daa520
}

.blog-page .content-blog-page .blog-list-view .blog_classic .post-info .title_info .post-title a:hover:after {
    height: 0
}

.blog-page .content-blog-page .blog-list-view .blog_classic .post-info .des_article {
    font-size: 15px;
    
  font-family: Poppins;
  
    font-weight: 400;
    color: #a8a8a8;
    margin-top: 5px;
    line-height: 24px;
    margin-bottom: 15px
}

.blog-page .content-blog-page .blog-list-view .blog_classic .post-info .author {
    
  font-family: Poppins;
  
    font-size: 12px;
    text-transform: uppercase;
    color: #aaa;
    letter-spacing: .2em;
    font-weight: 400;
    position: relative
}

.blog-page .content-blog-page .blog-list-view .blog_classic .post-info .author a {
    
  font-family: Poppins;
  
    font-size: 12px;
    text-transform: uppercase;
    color: #000000;
    letter-spacing: .2em;
    font-weight: 500;
    padding-left: 5px
}

.blog-page .content-blog-page .blog-list-view .blog_classic .post-info .author:after {
    content: '';
    display: inline-block;
    width: 32px;
    height: 1px;
    background-color: #cbcbcb;
    -moz-transform: rotate(315deg) translate(0,-5px);
    -webkit-transform: rotate(315deg) translate(0,-5px);
    -o-transform: rotate(315deg) translate(0,-5px);
    -ms-transform: rotate(315deg) translate(0,-5px);
    transform: rotate(315deg) translate(0,-5px);
    margin-left: 10px
}

.blog-page .content-blog-page .blog-list-view .blog_classic .post-info .date {
    
  font-family: Poppins;
  
    font-size: 12px;
    text-transform: uppercase;
    color: #aaa;
    font-weight: 500;
    position: relative
}

.blog-page .content-blog-page .blog-list-view .blog_classic .post-info .date a {
    
  font-family: Poppins;
  
    font-size: 12px;
    text-transform: uppercase;
    color: #000000;
    letter-spacing: .1em;
    font-weight: 500;
    padding-left: 5px
}

.blog-page .content-blog-page .blog-list-view .blog_classic .post-info .date:after {
    display: inline-block;
    width: 32px;
    height: 1px;
    background-color: #cbcbcb;
    -moz-transform: rotate(315deg) translate(0,-5px);
    -webkit-transform: rotate(315deg) translate(0,-5px);
    -o-transform: rotate(315deg) translate(0,-5px);
    -ms-transform: rotate(315deg) translate(0,-5px);
    transform: rotate(315deg) translate(0,-5px);
    margin-left: 10px
}

.blog-page .content-blog-page .blog-list-view .blog_classic .post-info .comment_count {
    
  font-family: Poppins;
  
    font-size: 12px;
    text-transform: uppercase;
    color: #aaa;
    letter-spacing: .1em;
    font-weight: 400
}

.blog-page .content-blog-page .blog-list-view .blog_classic .post-info .btn_readmore {
    font-size: 14px;
    
  font-family: Poppins;
  
    font-weight: 600;
    color: #000000;
    margin-top: 12px;
    display: inline-block
}

.blog-page .content-blog-page .blog-list-view .blog_classic .post-info .btn_readmore i {
    padding-left: 10px
}

.blog-page .content-blog-page .blog-list-view .blog_classic .post-info .btn_readmore span {
    position: relative;
    padding-bottom: 5px;
    display: inline-block
}

.blog-page .content-blog-page .blog-list-view .blog_classic .post-info .btn_readmore span:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #000000;
    position: absolute;
    bottom: 0;
    left: 0
}

.blog-page .content-blog-page .blog-list-view .blog_classic .post-info .btn_readmore:hover {
    color: #daa520
}

.blog-page .content-blog-page .blog-list-view .blog_classic .post-info .btn_readmore:hover span:after {
    background: #daa520
}

.blog-page .content-blog-page .blog-list-view .blog_masonry {
    padding: 0;
    margin-top: 40px;
    box-shadow: rgba(0,0,0,.16) 0 1px 4px
}

.blog-page .content-blog-page .blog-list-view .blog_masonry .post-info {
    padding: 10px 20px 20px
}

.blog-page .content-blog-page .pagi-nav span {
    width: 40px;
    height: 40px;
    border: 1px solid #e3e3e3;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #232529;
    margin-right: 4px;
    -webkit-transition: background-color .1s ease-in-out;
    -moz-transition: background-color .1s ease-in-out;
    -ms-transition: background-color .1s ease-in-out;
    -o-transition: background-color .1s ease-in-out;
    transition: background-color .1s ease-in-out
}

.blog-page .content-blog-page .pagi-nav span a {
    display: block;
    color: #969696
}

.blog-page .content-blog-page .pagi-nav span a i {
    font-size: 22px
}

.blog-page .content-blog-page .pagi-nav span a:hover {
    color: #fff
}

.blog-page .content-blog-page .pagi-nav span:hover {
    background: #daa520;
    border-color: #daa520;
    color: #fff
}

.blog-page .content-blog-page .pagi-nav .current {
    background: #daa520;
    border-color: #daa520;
    color: #fff
}

.blog-page .blog_sidebar {
    padding-top: 40px
}

.blog-page .blog_sidebar .blog_sidebar_cate {
    padding-bottom: 17px
}

.blog-page .blog_sidebar .blog_sidebar_cate .widget-title {
    
  font-family: Poppins;
  
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .2em;
    text-transform: uppercase;
    padding-bottom: 15px;
    position: relative;
    border-bottom: 1px solid #e7e7e7
}

.blog-page .blog_sidebar .blog_sidebar_cate .widget-content .list-category-toggle {
    padding-left: 0
}

.blog-page .blog_sidebar .blog_sidebar_cate .widget-content .list-category-toggle li {
    list-style: none;
    border-bottom: 1px dashed #e1e1e1
}

.blog-page .blog_sidebar .blog_sidebar_cate .widget-content .list-category-toggle li a {
    padding: 12px 0;
    display: block;
    
  font-family: Poppins;
  
    font-size: 16px;
    font-weight: 400;
    color: #000000
}

.blog-page .blog_sidebar .blog_sidebar_cate .widget-content .list-category-toggle li a i {
    color: #000000;
    font-size: 14px;
    padding-right: 14px
}

.blog-page .blog_sidebar .blog_sidebar_cate .widget-content .list-category-toggle li a:hover {
    color: #daa520
}

.blog-page .blog_sidebar .blog_sidebar_cate .widget-content .list-category-toggle li a:hover i {
    color: #daa520
}

.blog-page .blog_sidebar .blog_sidebar_recent {
    padding-bottom: 44px
}

.blog-page .blog_sidebar .blog_sidebar_recent .widget-title {
    
  font-family: Poppins;
  
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .2em;
    text-transform: uppercase;
    padding-bottom: 15px;
    position: relative;
    border-bottom: 1px solid #e7e7e7
}

.blog-page .blog_sidebar .blog_sidebar_recent .list-posts .item-post {
  padding: 14px 0 24px 0;
  border-bottom: 1px solid #f1f1f1;
  display: flex;
  align-items: center;
}

.blog-page .blog_sidebar .blog_sidebar_recent .list-posts .item-post .post-thumb {
    width: 80px;
    float: left;
    padding-top: 8px
}

.blog-page .blog_sidebar .blog_sidebar_recent .list-posts .item-post .post-thumb img {
    min-height: 80px;
    object-fit: cover
}

.blog-page .blog_sidebar .blog_sidebar_recent .list-posts .item-post .post-info {
    overflow: hidden;
    padding-left: 15px
}

.blog-page .blog_sidebar .blog_sidebar_recent .list-posts .item-post .post-info .date-post {
    
  font-family: Poppins;
  
    font-size: 11px;
    color: #aaa;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .1em;
    padding-bottom: 5px
}

.blog-page .blog_sidebar .blog_sidebar_recent .list-posts .item-post .post-info .post-title {
    
  font-family: Poppins;
  
    font-size: 16px;
    color: #aaa;
    font-weight: 500;
    color: #000000;
    padding-bottom: 3px
}

.blog-page .blog_sidebar .blog_sidebar_recent .list-posts .item-post .post-info .comment-count {
    
  font-family: Poppins;
  
    font-size: 12px;
    color: #aaa;
    font-weight: 500
}

.blog-page .blog_sidebar .widget-tags {
    padding-bottom: 38px
}

.blog-page .blog_sidebar .widget-tags .widget-title {
    
  font-family: Poppins;
  
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .2em;
    text-transform: uppercase;
    padding-bottom: 15px;
    position: relative;
    border-bottom: 1px solid #e7e7e7
}

.blog-page .blog_sidebar .widget-tags .list-tag {
    padding-left: 0;
    margin-top: 26px
}

.blog-page .blog_sidebar .widget-tags .list-tag li {
    list-style: none;
    display: inline-block
}

.blog-page .blog_sidebar .widget-tags .list-tag li a {
    display: inline-block;
    min-width: 44px!important;
    height: 35px!important;
    line-height: 35px;
    color: #969696;
    border: 1px solid #e2e2e2;
    margin: 0 10px 10px 0!important;
    text-align: center;
    transition: all .3s ease;
    font-size: 14px;
    font-weight: 400;
    padding: 0 22px;
    
  font-family: Poppins;
  
}

.blog-page .blog_sidebar .widget-tags .list-tag li a:hover {
    border: 1px solid #daa520!important;
    color: #fff;
    background: #daa520
}

.blog-page .blog_sidebar .widget-search {
    padding-bottom: 40px
}

.blog-page .blog_sidebar .widget-search .widget-title {
    
  font-family: Poppins;
  
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .2em;
    text-transform: uppercase;
    padding-bottom: 15px;
    position: relative;
    border-bottom: 1px solid #e7e7e7
}

.blog-page .blog_sidebar .widget-search .wg-search-form {
    position: relative
}

.blog-page .blog_sidebar .widget-search .wg-search-form input[type=text] {
    color: #a8a8a8;
    line-height: 45px;
    height: 45px;
    border: 1px solid #e2e2e2;
    padding: 0 15px;
    width: 100%
}

.blog-page .blog_sidebar .widget-search .wg-search-form input[type=text]::placeholder {
    font-size: 14px;
    
  font-family: Poppins;
  
    font-weight: 400;
    color: #a8a8a8
}

.blog-page .blog_sidebar .widget-search .wg-search-form button[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    height: 45px;
    padding: 0 20px;
    text-align: center;
    background: #000000
}

.blog-page .blog_sidebar .widget-search .wg-search-form button[type=submit] i {
    color: #fff;
    line-height: 45px;
    font-size: 18px
}

.blog-page .blog_sidebar .widget-search .wg-search-form button[type=submit]:hover {
    background: #daa520
}

.blog-page .blog_sidebar .widget-search .wg-search-form button[type=submit]:hover i {
    color: #fff
}

.article-page .content-single-blog .post-details {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 38px
}

.article-page .content-single-blog .post-details .content-post-default {
    margin-bottom: 45px
}

.article-page .content-single-blog .post-details .article_title {
    font-size: 36px;
    font-weight: 500;
    
  font-family: Poppins;
  
    text-align: center;
    text-transform: unset;
    padding-bottom: 10px;
    margin: 0 auto;
    color: #fff
}

.article-page .content-single-blog .post-details .single-post-thumb {
    margin-bottom: 30px
}

.article-page .content-single-blog .post-details .single-post-thumb img {
    width: 100%
}

.article-page .content-single-blog .post-details .cmt-author {
    text-align: center
}

.article-page .content-single-blog .post-details .cmt-author .author {
    
  font-family: Poppins;
  
    font-size: 12px;
    text-transform: uppercase;
    color: #aaa;
    letter-spacing: .2em;
    font-weight: 400;
    position: relative;
    margin: 0 5px
}

.article-page .content-single-blog .post-details .cmt-author .author a {
    
  font-family: Poppins;
  
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0;
    font-weight: 400;
    padding-left: 5px;
    text-transform: capitalize
}

.article-page .content-single-blog .post-details .cmt-author .author i {
    color: #fff
}

.article-page .content-single-blog .post-details .cmt-author .author:after {
    display: inline-block;
    width: 32px;
    height: 1px;
    background-color: #cbcbcb;
    -moz-transform: rotate(315deg) translate(0,-5px);
    -webkit-transform: rotate(315deg) translate(0,-5px);
    -o-transform: rotate(315deg) translate(0,-5px);
    -ms-transform: rotate(315deg) translate(0,-5px);
    transform: rotate(315deg) translate(0,-5px);
    margin-left: 10px
}

.article-page .content-single-blog .post-details .cmt-author .comment_count {
    
  font-family: Poppins;
  
    font-size: 13px;
    text-transform: capitalize;
    color: #fff;
    letter-spacing: 0;
    font-weight: 400;
    margin: 0 5px
}

.article-page .content-single-blog .post-details .cmt-author .comment_count a {
    color: #fff;
    padding-left: 5px
}

.article-page .content-single-blog .post-details .cmt-author .comment_count i {
    color: #fff
}

.article-page .content-single-blog .post-details .cmt-author .date-post {
    
  font-family: Poppins;
  
    font-size: 13px;
    font-weight: 400;
    margin: 0 5px
}

.article-page .content-single-blog .post-details .cmt-author .date-post a {
    padding-left: 5px;
    color: #fff
}

.article-page .content-single-blog .post-details .cmt-author .date-post i {
    color: #fff
}

.article-page .content-single-blog .post-details .content-post-default p {
    font-size: 14px;
    color: #a8a8a8;
    font-weight: 400;
    
  font-family: Poppins;
  
    line-height: 28px
}

.article-page .content-single-blog .post-details .content-post-default blockquote {
    position: relative;
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    
  font-family: Poppins;
  
    font-style: inherit;
    line-height: 29px;
    margin: 30px 30px 24px
}

.article-page .content-single-blog .post-details .content-post-default blockquote:before {
    content: "";
    height: 100%;
    width: 4px;
    background: #daa520;
    position: absolute;
    left: 0;
    top: 0
}

.article-page .content-single-blog .post-details .cate-tags .tags .title_tag {
    font-size: 12px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: .2em
}

.article-page .content-single-blog .post-details .cate-tags .tags a {
  font-size: 13px;
  font-weight: 400;
  color: #000000;
  text-transform: capitalize;
  letter-spacing: 1px;
  border: 1px solid #000;
  line-height: 40px;
  display: inline-block;
  padding: 0 20px;
  margin:0 5px;
}

.article-page .content-single-blog .post-details .cate-tags .tags a:hover {
    background: #daa520;
    color: #fff;
    border-color: #daa520
}

.article-page .content-single-blog .post-details .cate-tags .cate .title_cate {
    font-size: 12px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: .2em
}

.article-page .content-single-blog .post-details .cate-tags .cate a {
    font-size: 12px;
    font-weight: 400;
    color: #aaa;
    text-transform: uppercase;
    letter-spacing: .2em
}

.article-page .content-single-blog .post-details .cate-tags .cate a:hover {
    color: #daa520
}

.article-page .content-single-blog .next_prev_post {
    padding-top: 38px
}

.article-page .content-single-blog .next_prev_post a {
  color:#daa520;
  border-bottom:1px solid #daa520;
}

.article-page .content-single-blog .single-related-post {
  position: relative;
  margin: 60px 0 80px 0;
  text-align:center;
}

.article-page .content-single-blog .single-related-post .next-slide,.article-page .content-single-blog .single-related-post .prev-slide {
    font-size: 30px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    background: #fff;
    color: #000000;
    position: absolute;
    top: 30%;
    z-index: 1
}

.article-page .content-single-blog .single-related-post .next-slide {
    right: 0
}

.article-page .content-single-blog .single-related-post .prev-slide {
    left: 0
}

.article-page .content-single-blog .single-related-post .slick-dots {
    transform: translate(-50%);
    left: 50%;
    bottom: -65px;
}

.article-page .content-single-blog .single-related-post .slick-dots li {
    margin: 0 2px
}

.article-page .content-single-blog .single-related-post .slick-dots li button {
    font-size: 0;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #d8d8d8;
    border-radius: 50%
}

.article-page .content-single-blog .single-related-post .slick-dots li button:before {
    opacity: 0
}

.article-page .content-single-blog .single-related-post .slick-dots .slick-active button {
    background-color: #000000
}

.article-page .content-single-blog .single-related-post .title-single-related-post {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: #333;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  padding-bottom: 10px;
  display:inline-block;
}

.article-page .content-single-blog .single-related-post .title-single-related-post:before {
  content: "";
  width: 50%;
  height: 2px;
  background: #ff871d;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}

.article-page .content-single-blog .single-related-post .blog_grid {
    padding-top: 30px
}

.article-page .content-single-blog .single-related-post .blog_grid .post-thumb {
    overflow: hidden;
    position: relative
}

.article-page .content-single-blog .single-related-post .blog_grid .post-thumb img {
    transition: .5s;
    min-height: 300px;
    object-fit: cover
}

.article-page .content-single-blog .single-related-post .blog_grid .post-thumb:hover img {
    transform: scale(1.1);
    transition: .5s
}

.article-page .content-single-blog .single-related-post .blog_grid .post-thumb .single-post-date {
    width: 66px;
    height: 66px;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
    position: absolute;
    padding: 10px 15px;
    background-color: #fff;
    top: 30px;
    left: 30px
}

.article-page .content-single-blog .single-related-post .blog_grid .post-thumb .single-post-date .date {
    font-size: 15px;
    font-weight: 500;
    
  font-family: Poppins;
  
    position: relative
}

.article-page .content-single-blog .single-related-post .blog_grid .post-thumb .single-post-date .date:before {
    content: '';
    height: 1px;
    width: 44px;
    display: block;
    background-color: #c8c8c8;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translatex(-50%)
}

.article-page .content-single-blog .single-related-post .blog_grid .post-thumb .single-post-date .month {
    font-size: 12px;
    font-weight: 500;
    
  font-family: Poppins;
  
    text-transform: uppercase
}

.article-page .content-single-blog .single-related-post .blog_grid .post-info .blog-title {
    font-size: 12px;
    text-transform: uppercase;
    
  font-family: Poppins;
  
    letter-spacing: 2px;
    font-weight: 500;
    margin-top: 30px;
    color: #daa520;
    padding-bottom: 5px
}

.article-page .content-single-blog .single-related-post .blog_grid .post-info .post-title {
    position: relative
}

.article-page .content-single-blog .single-related-post .blog_grid .post-info .post-title a {
    font-size: 22px;
    
  font-family: Poppins;
  
    font-weight: 500;
    color: #333;
    margin-top: 10px;
    display: inline-block;
    position: relative;
    transition: .8s
}

.article-page .content-single-blog .single-related-post .blog_grid .post-info .post-title a:after {
    content: attr(title);
    color: #333;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    -webkit-transition: height .8s ease 0s;
    -moz-transition: height .8s ease 0s;
    -o-transition: height .8s ease 0s;
    transition: height .8s ease 0s;
    overflow: hidden
}

.article-page .content-single-blog .single-related-post .blog_grid .post-info .post-title a:hover {
    color: #daa520
}

.article-page .content-single-blog .single-related-post .blog_grid .post-info .post-title a:hover:after {
    height: 0
}

.article-page .content-single-blog .single-related-post .blog_grid .post-info .btn_readmore {
    font-size: 14px;
    
  font-family: Poppins;
  
    font-weight: 600;
    color: #000000;
    margin-top: 23px;
    display: inline-block
}

.article-page .content-single-blog .single-related-post .blog_grid .post-info .btn_readmore i {
    padding-left: 10px
}

.article-page .content-single-blog .single-related-post .blog_grid .post-info .btn_readmore span {
    position: relative;
    padding-bottom: 5px;
    display: inline-block
}

.article-page .content-single-blog .single-related-post .blog_grid .post-info .btn_readmore span:after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #000000;
    position: absolute;
    bottom: 0;
    left: 0
}

.article-page .content-single-blog .single-related-post .blog_grid .post-info .btn_readmore:hover {
    color: #daa520
}

.article-page .content-single-blog .single-related-post .blog_grid .post-info .btn_readmore:hover span:after {
    background: #daa520
}

.article-page .article_sidebar .blog_sidebar_cate {
    padding-bottom: 17px
}

.article-page .article_sidebar .blog_sidebar_cate .widget-title {
    
  font-family: Poppins;
  
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .2em;
    text-transform: uppercase;
    padding-bottom: 15px;
    position: relative;
    border-bottom: 1px solid #e7e7e7
}

.article-page .article_sidebar .blog_sidebar_cate .widget-content .list-category-toggle {
    padding-left: 0
}

.article-page .article_sidebar .blog_sidebar_cate .widget-content .list-category-toggle li {
    list-style: none;
    border-bottom: 1px dashed #e1e1e1
}

.article-page .article_sidebar .blog_sidebar_cate .widget-content .list-category-toggle li a {
    padding: 12px 0;
    display: block;
    
  font-family: Poppins;
  
    font-size: 16px;
    font-weight: 400;
    color: #000000
}

.article-page .article_sidebar .blog_sidebar_cate .widget-content .list-category-toggle li a i {
    color: #000000;
    font-size: 14px;
    padding-right: 14px
}

.article-page .article_sidebar .blog_sidebar_cate .widget-content .list-category-toggle li a:hover {
    color: #daa520
}

.article-page .article_sidebar .blog_sidebar_cate .widget-content .list-category-toggle li a:hover i {
    color: #daa520
}

.article-page .article_sidebar .blog_sidebar_recent {
    padding-bottom: 44px
}

.article-page .article_sidebar .blog_sidebar_recent .widget-title {
    
  font-family: Poppins;
  
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .2em;
    text-transform: uppercase;
    padding-bottom: 15px;
    position: relative;
    border-bottom: 1px solid #e7e7e7
}

.article-page .article_sidebar .blog_sidebar_recent .list-posts .item-post {
  padding: 14px 0 24px 0;
  border-bottom: 1px solid #f1f1f1;
  display:flex;
  align-content:center;
}

.article-page .article_sidebar .blog_sidebar_recent .list-posts .item-post .post-thumb {
    width: 80px;
    float: left;
    padding-top: 8px
}

.article-page .article_sidebar .blog_sidebar_recent .list-posts .item-post .post-thumb img {
    min-height: 80px;
    object-fit: cover
}

.article-page .article_sidebar .blog_sidebar_recent .list-posts .item-post .post-info {
    overflow: hidden;
    padding-left: 15px
}

.article-page .article_sidebar .blog_sidebar_recent .list-posts .item-post .post-info .date-post {
    
  font-family: Poppins;
  
    font-size: 11px;
    color: #aaa;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .1em;
    padding-bottom: 5px
}

.article-page .article_sidebar .blog_sidebar_recent .list-posts .item-post .post-info .post-title {
    
  font-family: Poppins;
  
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    padding-bottom: 3px
}

.article-page .article_sidebar .blog_sidebar_recent .list-posts .item-post .post-info .comment-count {
    
  font-family: Poppins;
  
    font-size: 12px;
    color: #aaa;
    font-weight: 500
}

.article-page .article_sidebar .widget-tags {
    padding-bottom: 38px
}

.article-page .article_sidebar .widget-tags .widget-title {
    
  font-family: Poppins;
  
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .2em;
    text-transform: uppercase;
    padding-bottom: 15px;
    position: relative;
    border-bottom: 1px solid #e7e7e7
}

.article-page .article_sidebar .widget-tags .list-tag {
    padding-left: 0;
    margin-top: 26px
}

.article-page .article_sidebar .widget-tags .list-tag li {
    list-style: none;
    display: inline-block
}

.article-page .article_sidebar .widget-tags .list-tag li a {
    display: inline-block;
    min-width: 44px!important;
    height: 35px!important;
    line-height: 35px;
    color: #969696;
    border: 1px solid #e2e2e2;
    margin: 0 10px 10px 0!important;
    text-align: center;
    transition: all .3s ease;
    font-size: 14px;
    font-weight: 400;
    padding: 0 22px;
    
  font-family: Poppins;
  
}

.article-page .article_sidebar .widget-tags .list-tag li a:hover {
    border: 1px solid #daa520!important;
    color: #fff;
    background: #daa520
}

.article-page .article_sidebar .widget-search {
    padding-bottom: 40px
}

.article-page .article_sidebar .widget-search .widget-title {
    
  font-family: Poppins;
  
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .2em;
    text-transform: uppercase;
    padding-bottom: 15px;
    position: relative;
    border-bottom: 1px solid #e7e7e7
}

.article-page .article_sidebar .widget-search .wg-search-form {
    position: relative
}

.article-page .article_sidebar .widget-search .wg-search-form input[type=text] {
    width: 100%;
    line-height: 45px;
    height: 45px;
    border: 1px solid #e2e2e2;
    padding: 0 15px;
    color: #a8a8a8
}

.article-page .article_sidebar .widget-search .wg-search-form input[type=text]::placeholder {
    font-size: 14px;
    
  font-family: Poppins;
  
    font-weight: 400;
    color: #a8a8a8
}

.article-page .article_sidebar .widget-search .wg-search-form button[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 20px;
    height: 45px;
    text-align: center;
    background: #000000
}

.article-page .article_sidebar .widget-search .wg-search-form button[type=submit] i {
    color: #fff;
    line-height: 45px;
    font-size: 18px
}

.article-page .article_sidebar .widget-search .wg-search-form button[type=submit]:hover {
    background: #daa520
}

.article-page .article_sidebar .widget-search .wg-search-form button[type=submit]:hover i {
    color: #fff
}

.article-page .reply-comment .title_form {
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 500;
    
  font-family: Poppins;
  
    padding: 40px 0
}

.article-page .reply-comment .contact-form .contact-name {
    width: 50%;
    float: left;
    padding-right: 10px
}

.article-page .reply-comment .contact-form .contact-name input {
    width: 100%;
    border: 1px solid #d6d6d6;
    color: #000000;
    border-radius: 0;
    padding: 11px 23px;
    font-size: 14px;
    
  font-family: Poppins;
  
}

.article-page .reply-comment .contact-form .contact-name input::placeholder {
    font-size: 14px;
    
  font-family: Poppins;
  
    color: #999
}

.article-page .reply-comment .contact-form .contact-email {
    width: 50%;
    float: left;
    padding-left: 10px
}

.article-page .reply-comment .contact-form .contact-email input {
    width: 100%;
    border: 1px solid #d6d6d6;
    color: #000000;
    border-radius: 0;
    padding: 11px 23px;
    font-size: 14px;
    
  font-family: Poppins;
  
}

.article-page .reply-comment .contact-form .contact-email input::placeholder {
    font-size: 14px;
    
  font-family: Poppins;
  
    color: #999
}

.article-page .reply-comment .contact-form .contact-message {
    clear: both;
    margin-top: 10px
}

.article-page .reply-comment .contact-form .contact-message textarea {
    width: 100%;
    border: 1px solid #d6d6d6;
    color: #000000;
    border-radius: 0;
    padding-left: 23px;
    font-size: 14px;
    
  font-family: Poppins;
  
    padding-top: 18px
}

.article-page .reply-comment .contact-form .contact-message textarea::placeholder {
    font-size: 14px;
    
  font-family: Poppins;
  
    color: #999
}

.article-page .reply-comment .contact-form .contact-submit {
    text-align: center
}

.article-page .reply-comment .contact-form .contact-submit input {
    width: 200px;
    background: #000000;
    padding: 15px 0;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: 14px;
    
  font-family: Poppins;
  
    color: #fff;
    font-weight: 600;
    border-radius: 0;
    transition: .3s
}

.article-page .reply-comment .contact-form .contact-submit:hover input {
    background: #daa520;
    transition: .3s
}

.article-page .blog-comment-detail .title_cmt_details {
    font-size: 22px;
    
  font-family: Poppins;
  
    color: #000000;
    font-weight: 500;
    padding: 40px 0 0 0
}

.article-page .blog-comment-detail .comment-details {
    border-bottom: 1px solid #ebebeb;
    padding: 48px 0;
    overflow: hidden
}

.article-page .blog-comment-detail .comment-details .comment-thumb {
    width: 120px;
    margin-right: 20px;
    float: left
}

.article-page .blog-comment-detail .comment-details .comment-info {
    overflow: hidden
}

.article-page .blog-comment-detail .comment-details .comment-info .author-name {
    font-size: 12px;
    
  font-family: Poppins;
  
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: .2em
}

.article-page .blog-comment-detail .comment-details .comment-info .reply-button {
    display: inline-block;
    float: right;
    color: #c2c2c2
}

.article-page .blog-comment-detail .comment-details .comment-info .reply-button:hover {
    color: #daa520
}

.article-page .blog-comment-detail .comment-details .comment-info .date-post {
    font-size: 14px;
    
  font-family: Poppins;
  
    color: #b0b0b0;
    padding-top: 5px
}

.article-page .blog-comment-detail .comment-details .comment-info .desc {
    padding-top: 10px;
    font-size: 14px;
    
  font-family: Poppins;
  
    color: #999;
    line-height: 28px
}

.article-page .blog-comment-detail .comment-details .comment-info .desc p {
    margin-bottom: 0
}

.content-404 {
    padding: 205px 0;
    text-align: center
}

.content-404 .title-404 {
    font-size: 100px;
    margin-bottom: 20px;
    font-weight: 600
}

.content-404 .page-title {
    font-size: 30px;
    font-weight: 600
}

.content-404 .sub-title {
    color: #a8a8a8;
    font-size: 16px
}

.content-404 .sub-link {
    color: #a8a8a8;
    font-size: 14px
}

.content-404 .sub-link a {
    color: #daa520
}

.content-404 .search {
    position: relative;
    max-width: 560px;
    margin: 0 auto;
    margin-top: 25px
}

.content-404 .search input[type=text] {
    padding: 17px 25px;
    max-width: 100%;
    background-color: transparent;
    border: 1px solid #d6d6d6;
    font-size: 14px;
    color: #999;
    line-height: 24px;
    width: 100%
}

.content-404 .search button[type=submit] {
  color: #fff;
  font-size: 25px;
  background: #000000;
  padding: 11px 20px;
  position: absolute;
  right: 0;
  top: 0;
  transition: .3s;
  height:60px;
}

.content-404 .search button[type=submit]:hover {
    background: #daa520
}

.list-category {
    padding: 50px 0
}

.list-category .img_collection {
    position: relative;
    overflow: hidden
}

.list-category .img_collection img {
  width:100%;
  transition: .3s
}

.list-category .img_collection:after,.list-category .img_collection:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    z-index: 1
}

.list-category .img_collection:hover img {
    transform: scale(1.2);
    transition: .3s
}

.list-category .img_collection:hover:before {
    right: 50%;
    left: 50%;
    background-color: rgba(255,255,255,.5)
}

.list-category .img_collection:hover:after {
    top: 50%;
    bottom: 50%;
    background-color: rgba(255,255,255,.5)
}

.list-category .info_col {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 8;
  padding: 20px;
}

.list-category .info_col .title_collection {
  font-size: 30px;
  margin-top:0;
  font-weight: 500;
  
  font-family: Poppins;
  
  color: #000000;
  margin-top: 30px
}

.list-category .info_col .total_item {
    font-size: 16px;
    font-weight: 400;
    
  font-family: Poppins;
  
    color: #000000
}

.list-category .info_col .shop-button {
    height: 60px;
    min-width: 120px;
    line-height: 60px;
    background-color: #000000;
    display: inline-flex;
    color: #fff;
    padding: 0 26px;
    margin-top: 20px;
    position: relative;
    transition: background-color .3s
}

.list-category .info_col .shop-button:before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-45deg);
    -moz-transform: skewX(-45deg);
    -o-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    transform: skewX(-45deg)
}

.list-category .info_col .shop-button:hover {
    background-color: #daa520;
    transition: background-color .3s
}

.list-category .info_col .shop-button:hover:before {
    animation: shine .75s
}

.page-cart {
    padding: 50px 0
}

.page-cart .content-cart-page .shop_table {
    border: 1px solid #dee2e6
}

.page-cart .content-cart-page .shop_table .cart-title th {
    border-bottom: 0;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #000000;
    
  font-family: Poppins;
  
    padding: 15px 20px;
    border-left: 1px solid #dee2e6
}

.page-cart .content-cart-page .shop_table .cart-title .product-price,.page-cart .content-cart-page .shop_table .cart-title .product-quantity,.page-cart .content-cart-page .shop_table .cart-title .product-subtotal {
    text-align: center
}

.page-cart .content-cart-page .shop_table .cart_item .product-thumbnail {
    width: 140px
}

.page-cart .content-cart-page .shop_table .cart_item .product-name-thumb,.page-cart .content-cart-page .shop_table .cart_item .product-price,.page-cart .content-cart-page .shop_table .cart_item .product-subtotal {
    
  font-family: Poppins;
  
    font-size: 14px;
    color: #a8a8a8;
    line-height: 1.6;
    font-weight: 400
}

.page-cart .content-cart-page .shop_table .cart_item .product-name-thumb small,.page-cart .content-cart-page .shop_table .cart_item .product-price small,.page-cart .content-cart-page .shop_table .cart_item .product-subtotal small {
    font-size: 13px
}

.page-cart .content-cart-page .shop_table .cart_item .product-quantity .js-qty {
    display: inline-block;
    width: 90px;
    border: 2px solid #ddd;
    margin-right: 15px
}

.page-cart .content-cart-page .shop_table .cart_item .product-quantity .js-qty input[type=text] {
    width: 45px;
    border: none;
    padding: 10px 0;
    text-align: center;
    font-size: 20px;
    color: #232529;
    font-weight: 600;
    border-right: 1px solid #ddd;
    border-radius: 0
}

.page-cart .content-cart-page .shop_table .cart_item .product-quantity .js-qty .qty_minus,.page-cart .content-cart-page .shop_table .cart_item .product-quantity .js-qty .qty_plus {
    position: absolute;
    transition: .3s;
    color: #000000;
    padding: 0;
    width: unset;
    border: 0;
    font-weight: 600;
    font-size: 14px
}

.page-cart .content-cart-page .shop_table .cart_item .product-quantity .js-qty .qty_minus:hover,.page-cart .content-cart-page .shop_table .cart_item .product-quantity .js-qty .qty_plus:hover {
    color: #daa520
}

.page-cart .content-cart-page .shop_table .cart_item .product-quantity .js-qty .qty_plus {
    right: 0;
    height: 50%;
    top: 0;
    width: 42px
}

.page-cart .content-cart-page .shop_table .cart_item .product-quantity .js-qty .qty_minus {
    right: 0;
    bottom: 0;
    height: 50%;
    width: 42px;
    left: unset;
    top: unset;
    border-top: 1px solid #ddd
}

.page-cart .content-cart-page .shop_table .cart_item .product-remove a {
    font-size: 10px
}

.page-cart .content-cart-page .shop_table .cart_item .product-price,.page-cart .content-cart-page .shop_table .cart_item .product-quantity,.page-cart .content-cart-page .shop_table .cart_item .product-remove,.page-cart .content-cart-page .shop_table .cart_item .product-subtotal {
    text-align: center
}

.page-cart .content-cart-page .cart_totals .cart-update {
    margin: 20px 10px 20px 0;
    display: inline-block
}

.page-cart .content-cart-page .cart_totals .cart-update input[type=submit] {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    padding: 18px 65px;
    border: none;
    background-color: #000000;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    letter-spacing: .2em;
    font-weight: 500;
    position: relative;
    border-radius: 0;
    transition: .3s
}

.page-cart .content-cart-page .cart_totals .cart-update input[type=submit]:hover {
    background: #daa520
}

.page-cart .content-cart-page .cart_totals .continue-shopping-1 {
    margin: 20px 0 20px 10px;
    display: inline-block
}

.page-cart .content-cart-page .cart_totals .continue-shopping-1 a {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    padding: 18px 65px;
    border: none;
    background: #daa520;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    letter-spacing: .2em;
    font-weight: 500;
    position: relative;
    border-radius: 0;
    transition: .3s
}

.page-cart .content-cart-page .cart_totals .continue-shopping-1 a:hover {
    background: #000000
}

.page-cart .content-cart-page .cart_totals .cart-check {
    border: 1px solid #e3e3e3;
    padding: 40px 20px;
    overflow: hidden;
    margin: 30px 0
}

.page-cart .content-cart-page .cart_totals .cart-check .cart-title {
  font-weight: 600;
  font-size: 12px;
  line-height: 30px;
  color: #000000;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: 0;
  
  font-family: Poppins;
  
  padding: 17px 20px 17px 0
}

.page-cart .content-cart-page .cart_totals .cart-check .total-checkout {
    border-top: 1px solid #e3e3e3
}

.page-cart .content-cart-page .cart_totals .cart-check .total-checkout .cart-label {
    
  font-family: Poppins;
  
    padding: 17px 0;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    font-weight: 400
}

.page-cart .content-cart-page .cart_totals .cart-check .total-checkout .cart-amount {
    
  font-family: Poppins;
  
    padding: 17px 0;
    font-size: 16px;
    line-height: 30px;
    color: #000000
}

.page-cart .content-cart-page .cart_totals .cart-check .checkout-button {
    margin-top: 15px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    padding: 18px 65px;
    border: none;
    background-color: #daa520;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    letter-spacing: .2em;
    font-weight: 500;
    position: relative;
    border-radius: 0;
    transition: .3s
}

.page-cart .content-cart-page .cart_totals .cart-check .checkout-button:hover {
    background: #000000
}

.page-cart .content-cart-page .cart_totals .notice-currency {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    text-transform: capitalize;
    
  font-family: Poppins;
  
    margin-top: 30px
}

.product-quickview .owl-carousel {
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 10px;
    display: flex
}

.product-quickview .owl-carousel .item {
    padding: 0 5px
}

.product-quickview .popup-quickview .product-info-main .product-item .product-name a {
    
  font-family: Poppins;
  
    font-size: 22px;
    font-weight: 600;
    color: #010101;
    margin-bottom: 12px;
    line-height: 32px
}

.product-quickview .popup-quickview .product-info-main .product-item .details .product-price span {
    font-size: 22px;
    font-weight: 600;
    color: #000000
}

.product-quickview .popup-quickview .product-info-main .product-item .details .product-desc {
    border-top: 1px solid #e7e7e7;
    padding-top: 23px;
    margin-bottom: 25px
}

.product-quickview .popup-quickview .product-info-main .product-item .details .product-desc p {
    font-size: 14px;
    line-height: 28px;
    color: #999;
    font-weight: 500
}

.product-quickview .popup-quickview .product-info-main .product-item .details .swatch {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.product-quickview .popup-quickview .product-info-main .product-item .details .swatch .header {
    
  font-family: Poppins;
  
    color: #000000;
    margin: 0;
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .1em;
    line-height: 30px;
    font-weight: 600;
    border-bottom: 2px solid #000000;
    margin-right: 27px
}

.product-quickview .popup-quickview .product-info-main .product-item .details .product-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px
}

.product-quickview .popup-quickview .product-info-main .product-item .details .product-actions .product-quantity .js-qty {
    display: inline-block;
    width: 90px;
    border: 2px solid #ddd;
    margin-right: 15px
}

.product-quickview .popup-quickview .product-info-main .product-item .details .product-actions .product-quantity .js-qty input[type=text] {
    width: 45px;
    border: none;
    padding: 10px 0;
    text-align: center;
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    border-right: 1px solid #ddd;
    border-radius: 0
}

.product-quickview .popup-quickview .product-info-main .product-item .details .product-actions .product-quantity .js-qty .qty_minus,.product-quickview .popup-quickview .product-info-main .product-item .details .product-actions .product-quantity .js-qty .qty_plus {
  position: absolute;
  transition: .3s;
  color: #000000;
  padding: 0;
  width: unset;
  border: 0;
  font-weight: 600;
  font-size: 14px;
  display:flex;
  justify-content:center;
  align-items:center;
}

.product-quickview .popup-quickview .product-info-main .product-item .details .product-actions .product-quantity .js-qty .qty_minus:hover,.product-quickview .popup-quickview .product-info-main .product-item .details .product-actions .product-quantity .js-qty .qty_plus:hover {
    color: #daa520
}

.product-quickview .popup-quickview .product-info-main .product-item .details .product-actions .product-quantity .js-qty .qty_plus {
    right: 0;
    height: 50%;
    top: 0;
    width: 42px
}

.product-quickview .popup-quickview .product-info-main .product-item .details .product-actions .product-quantity .js-qty .qty_minus {
    right: 0;
    bottom: 0;
    height: 50%;
    width: 42px;
    left: unset;
    top: unset;
    border-top: 1px solid #ddd
}

.product-quickview .popup-quickview .product-info-main .product-item .details .product-actions .btn-addtocart .shop-button {
    margin-left: 10px;
    
  font-family: Poppins;
  
    transition: all .3s ease;
    padding: 0 39px;
    height: 55px;
    font-size: 14px;
    background: #daa520;
    letter-spacing: .2em;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    transition: .3s;
    text-align: center
}

.product-quickview .popup-quickview .product-info-main .product-item .details .product-actions .btn-addtocart .shop-button:hover {
    background: #000000;
    transition: .3s
}

.engo-popup .success-message {
    font-size: 18px;
    margin-bottom: 10px
}

.engo-popup .content .product-image img {
    max-width: 150px
}

.engo-popup .content .product-info .product-name {
    
  font-family: Poppins;
  
    padding-bottom: 0;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    font-weight: 400;
    margin-top: 10px
}

.engo-popup .content .product-info p {
    font-weight: 600;
    font-size: 11px;
    margin-bottom: 5px
}

.engo-popup .content .product-info p span {
    font-size: 14px;
    font-weight: 400;
    color: #daa520
}

.engo-popup .content .more_info {
    border-left: 1px solid #eee
}

.engo-popup .content .more_info .product-cart__condition {
    font-size: 13px;
    color: #979797
}

.engo-popup .content .more_info .actions .shop-button {
    margin: 0 auto;
    margin-bottom: 20px;
    
  font-family: Poppins;
  
    transition: all .3s ease;
    width: 270px;
    max-width: 100%;
    height: 50px;
    font-size: 12px;
    text-transform: uppercase;
    background: #fff;
    border: 2px solid #daa520;
    letter-spacing: 1.5px;
    justify-content: center;
    font-weight: 600;
    color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    transition: .3s;
    text-align: center
}

.engo-popup .content .more_info .actions .shop-button:hover {
    background: #daa520;
    color: #fff
}

.engo-popup .content .more_info .actions .shop-button.go_cart {
    background: #daa520;
    color: #fff
}

.engo-popup .content .more_info .actions .shop-button.go_cart:hover {
    background: #000000;
    border: 2px solid #000000
}

.engo-popup .content .more_info .actions .checkout-button {
    margin: 0 auto;
    margin-bottom: 20px;
    
  font-family: Poppins;
  
    transition: all .3s ease;
    width: 270px;
    max-width: 100%;
    height: 50px;
    text-transform: uppercase;
    font-size: 12px;
    background: #daa520;
    border: 2px solid #daa520;
    letter-spacing: 1.5px;
    justify-content: center;
    font-weight: 600;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    transition: .3s;
    text-align: center
}

.engo-popup .content .more_info .actions .checkout-button:hover {
    background: #000000;
    border: 2px solid #000000
}

.engo-popup .content .more_info p {
    font-size: 13px
}

.engo-popup .content .more_info p span {
    color: #daa520
}

.engo-popup .content .more_info .total_price {
    font-weight: 600;
    font-size: 11px
}

.engo-popup .content .more_info .total_price span {
    font-size: 22px;
    font-weight: 400
}

.engo-popup .content .also_like_prod {
    border-top: 1px solid #eee;
    padding-top: 20px;
    position: relative
}

.engo-popup .content .also_like_prod .title {
    font-size: 20px;
    margin-bottom: 20px
}

.engo-popup .content .also_like_prod .product-item-v1 .image-thumbnail,.engo-popup .content .also_like_prod .product-item-v1 .product-icon-action {
    display: none!important
}

.engo-popup .content .also_like_prod .next-slide,.engo-popup .content .also_like_prod .prev-slide {
    position: absolute;
    top: -52px;
    font-size: 27px;
    color: #000000
}

.engo-popup .content .also_like_prod .next-slide:hover,.engo-popup .content .also_like_prod .prev-slide:hover {
    color: #daa520
}

.engo-popup .content .also_like_prod .next-slide.slick-disabled,.engo-popup .content .also_like_prod .prev-slide.slick-disabled {
    color: gray;
    opacity: .4
}

.engo-popup .content .also_like_prod .prev-slide {
    right: 50px
}

.engo-popup .content .also_like_prod .next-slide {
    right: 20px
}

.btn-disabled {
    pointer-events: none;
    opacity: .5;
    cursor: default
}

.page-wishlist {
    padding: 40px 0
}

.page-wishlist .table-product .table {
    border: 1px solid #dee2e6
}

.page-wishlist .table-product .table th {
    border-bottom: 0;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #000000;
    
  font-family: Poppins;
  
    padding: 15px 20px;
    border-left: 1px solid #dee2e6
}

.page-wishlist .table-product .table .prod_thumb {
    width: 140px
}

.page-wishlist .table-product .table .prod_title a {
    
  font-family: Poppins;
  
    font-size: 14px;
    color: #a8a8a8;
    line-height: 1.6;
    font-weight: 400
}

.page-wishlist .table-product .table .prod_title a:hover {
    color: #daa520
}

.page-wishlist .table-product .table .prod_price del,.page-wishlist .table-product .table .prod_price ins {
    
  font-family: Poppins;
  
    font-size: 14px;
    color: #a8a8a8;
    line-height: 1.6;
    font-weight: 400;
    text-decoration: none
}

.page-wishlist .table-product .table .prod_btn .shop-button {
    
  font-family: Poppins;
  
    transition: all .3s ease;
    width: 200px;
    height: 55px;
    font-size: 12px;
    background: #000000;
    letter-spacing: 2.2px;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: .3s;
    text-align: center;
    cursor: pointer;
    border-radius: 0;
    margin: auto
}

.page-wishlist .table-product .table .prod_btn .shop-button:hover {
    background: #daa520
}

.page-wishlist .table-product .table .remove .remove_prod {
    color: #000000;
    font-size: 13px
}

.page-wishlist .table-product .table .remove .remove_prod:hover {
    color: #daa520
}

.page-wishlist .continue-shop {
    margin-top: 20px
}

.page-wishlist .continue-shop .shop-button {
    
  font-family: Poppins;
  
    transition: all .3s ease;
    width: 200px;
    height: 55px;
    font-size: 12px;
    background: #000000;
    letter-spacing: 2.2px;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: .3s;
    text-align: center;
    cursor: pointer;
    border-radius: 0;
    margin: auto
}

.page-wishlist .continue-shop .shop-button:hover {
    background: #daa520
}

@-webkit-keyframes underline-link {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    50.01% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes underline-link {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    50.01% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes box-shadow {
    0%,100% {
        -webkit-box-shadow: 0 0;
        -moz-box-shadow: 0 0;
        box-shadow: 0 0
    }

    50% {
        -webkit-box-shadow: 0 0 0 4px;
        -moz-box-shadow: 0 0 0 4px;
        box-shadow: 0 0 0 4px
    }
}

#shopify-product-reviews .spr-container {
    text-align: left
}

#shopify-product-reviews .spr-container .spr-header .spr-summary-actions a {
    text-decoration: none;
    color: #7a7a7a
}

#shopify-product-reviews .spr-container .spr-header .spr-summary-actions:hover a {
    color: #daa520
}

#shopify-product-reviews .spr-container .spr-form-review-rating .spr-starrating a {
    color: #f7941d
}

#shopify-product-reviews .spr-form-actions .spr-button {
    color: #fff;
    background: #000000;
    border: none;
    border-radius: 0;
    padding: 10px 20px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-weight: 600;
    transition: all .5s ease
}

#shopify-product-reviews .spr-form-actions .spr-button:hover {
    background: #daa520
}

input,select,textarea {
    border: 1px solid #e4e4e4;
    color: #000000
}

.overlay-filter.active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: rgba(29,29,31,.6)
}

.coming_soon {
  padding: 100px 0;
}

.coming_soon .justify-content-center {
    display: flex;
    justify-content: center
}

.coming_soon .top_coming_soon span {
    font-size: 16px;
    
  font-family: Poppins;
  
    font-weight: 600;
    display: inline-block;
    position: relative;
    color: #fff
}

.coming_soon .top_coming_soon span:before {
    border: 1px solid #fff;
    content: "";
    width: 100%;
    position: absolute;
    bottom: -1px
}

.coming_soon .top_coming_soon h1 {
    font-size: 40px;
    margin-top: 22px;
    font-weight: 400;
    color: #fff
}

.coming_soon .time {
    margin-top: 50px;
    margin-bottom: 40px;
}

.coming_soon .time ul li {
    padding: 35px 45px;
    border-left: 1px solid rgba(255,255,255,.2)
}

.coming_soon .time ul li:first-child {
    border-left: none
}

.coming_soon .time ul li p {
    
  font-family: Poppins;
  
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    margin-bottom: -5px!important
}

.coming_soon .time ul li span {
    
  font-family: Poppins;
  
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #fff
}

.coming_soon .signup h5 {
    font-size: 15px;
    margin-bottom: 25px;
    color: #fff
}

.coming_soon .signup .form-group.form_end.mb-0 {
    margin-bottom: 15px
}

.coming_soon .signup p {
    color: #fff;
    margin-bottom: 30px;
    margin-top: 15px
}

.coming_soon .signup p a {
    text-decoration: none;
    color: #fff
}

.coming_soon .signup .form-control {
    background-color: rgba(255,255,255,.3);
    border-radius: 0;
    height: 50px;
    border: none;
    color: #fff
}

.coming_soon .signup .form-control::placeholder {
    color: #fff;
    font-size: 16px;
    text-align: center
}

.coming_soon .signup .btn-primary {
  color: #000000;
  background-color: #fff;
  border: none;
  text-transform: uppercase;
  
  font-family: Poppins;
  
  font-size: 16px;
  font-weight: 500;
  border-radius: 0;
  height: 50px;
  padding: 0 93px;
  margin: 15px 0 50px 0;
}

.coming_soon .signup .btn-primary:not(:disabled):not(.disabled).active,.coming_soon .signup .btn-primary:not(:disabled):not(.disabled):active,.coming_soon .signup .show>.btn-primary.dropdown-toggle {
    color: #000000;
    background-color: #fff;
    border-color: #fff;
    box-shadow: none
}

.coming_soon .signup ul li {
    padding: 0 15px
}

.coming_soon .signup ul li a {
    text-decoration: none;
    color: #fff;
    display: block;
    transition: all .5s ease
}

.coming_soon .signup ul li a:hover {
    transform: rotate(360deg)
}

@media (max-width: 575px) {
    .coming_soon {
        padding:80px 10px
    }

    .coming_soon .top_coming_soon span {
        font-size: 14px
    }

    .coming_soon .top_coming_soon h1 {
        font-size: 27px;
        margin-top: 20px
    }

    .coming_soon .time {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .coming_soon .time ul li {
        padding: 23px 18px
    }

    .coming_soon .time ul li p {
        font-size: 25px
    }

    .coming_soon .time ul li span {
        font-size: 14px
    }

    .coming_soon .signup .btn-primary {
        padding: 0 50px;
        margin: 30px 0 30px 0
    }

    .coming_soon .signup ul li {
        padding: 0 10px
    }
}

@media (max-width: 767px) and (max-width:992px) {
    .coming_soon {
        padding:80px 10px
    }

    .coming_soon .top_coming_soon span {
        font-size: 14px
    }

    .coming_soon .top_coming_soon h1 {
        font-size: 27px;
        margin-top: 20px
    }

    .coming_soon .time {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .coming_soon .time ul li {
        padding: 23px 18px
    }

    .coming_soon .time ul li p {
        font-size: 25px
    }

    .coming_soon .time ul li span {
        font-size: 14px
    }

    .coming_soon .signup .btn-primary {
        padding: 0 50px;
        margin: 30px 0 30px 0
    }

    .coming_soon .signup ul li {
        padding: 0 10px
    }
}

@media (min-width: 1750) {
    .coming_soon {
        padding:195px 0 170px
    }

    .coming_soon .top_coming_soon span {
        font-size: 16px;
        font-weight: 600
    }

    .coming_soon .top_coming_soon h1 {
        font-size: 60px;
        margin-top: 22px;
        font-weight: 400
    }

    .coming_soon .time {
        margin-top: 150px;
        margin-bottom: 40px
    }

    .coming_soon .time ul li {
        padding: 43px 55px
    }

    .coming_soon .time ul li p {
        font-size: 60px;
        font-weight: 700;
        margin-bottom: -5px!important
    }

    .coming_soon .time ul li span {
        font-size: 14px;
        font-weight: 500;
        letter-spacing: .2em
    }

    .coming_soon .signup h5 {
        font-size: 15px;
        margin-bottom: 25px
    }

    .coming_soon .signup .form-group.form_end.mb-0 {
        margin-bottom: 15px
    }

    .coming_soon .signup p {
        margin-bottom: 30px;
        margin-top: 15px;
    }

    .coming_soon .signup .form-control {
        border-radius: 0;
        height: 60px
    }

    .coming_soon .signup .btn-primary {
        font-size: 16px;
        font-weight: 500;
        height: 60px;
        padding: 0 93px;
        margin: 40px 0 70px 0
    }
}

@media (min-width: 1200px) and (max-width:1500px) {
    .prod_largeimg .content-page-detail {
        margin-right:15px
    }

    .prod_largeimg .content-page-detail .detail-info {
        width: 100%;
        padding-left: 30px
    }
}

@media (min-width: 992px) and (max-width:1199.98px) {
    .product-list-view .product-item-list .product .info-product {
        padding-left:0
    }

    .collection-page-fullwidth .content-page .banner_full {
        margin-top: 20px
    }

    .collection-page-fullwidth .content-page .banner_full .banner_info img {
        min-height: 340px;
        object-fit: cover
    }

    .collection-page-fullwidth .content-page .banner_full .banner_info .info .big_title {
        font-size: 30px;
        line-height: 40px
    }

    .collection-page-fullwidth .content-page .banner_full .banner_info .info .mini_title {
        font-size: 14px
    }

    .collection-page-fullwidth .content-page .banner_full .banner_info .info .btn_shop {
        font-size: 12px
    }

    .collection-page-fullwidth .content-page .banner_cate {
        margin: 20px 0 20px 0
    }

    .collection-page-fullwidth .shop_control {
        padding: 25px 0!important
    }

    .collection-page-fullwidth .shop_control .style_layout_prod {
        justify-content: flex-end
    }

    .collection-page-fullwidth .shop_control .list-collection {
        margin-bottom: 0;
        margin-top: 20px
    }

    .collection-page-fullwidth .filter-to-left .filter_sidebar {
        padding: 30px
    }

    .prod_largeimg .content-page-detail {
        margin-right: 15px
    }

    .prod_largeimg .content-page-detail .detail-info {
        width: 100%;
        padding-left: 25px
    }

    .prod_largeimg .btn-360 {
        top: 2%!important;
        left: 2%!important;
        max-width: 150px!important;
        height: 40px!important;
        line-height: 40px!important;
        border-radius: 50px!important;
        padding: 0 5px!important
    }

    .prod_largeimg .btn-360 svg {
        width: 27px;
        height: 27px
    }

    .prod_largeimg .btn-360 .text_360 {
        font-size: 10px!important
    }

    .prod_largeimg .btn-video {
        top: 2%!important;
        right: 2%!important;
        max-width: 150px!important;
        height: 40px!important;
        line-height: 40px!important;
        border-radius: 50px!important;
        padding: 0 5px!important
    }

    .prod_largeimg .btn-video svg {
        width: 27px;
        height: 27px
    }

    .prod_largeimg .btn-video .text_video {
        font-size: 10px!important
    }

    .prod_extended .btn-360,.prod_sticky .btn-360,.product_sidebar .btn-360 {
        bottom: 2%!important;
        left: 5%!important;
        max-width: 150px!important;
        height: 40px!important;
        line-height: 40px!important;
        border-radius: 50px!important;
        padding: 0 5px!important
    }

    .prod_extended .btn-360 svg,.prod_sticky .btn-360 svg,.product_sidebar .btn-360 svg {
        width: 27px;
        height: 27px
    }

    .prod_extended .btn-360 .text_360,.prod_sticky .btn-360 .text_360,.product_sidebar .btn-360 .text_360 {
        font-size: 10px!important
    }

    .prod_extended .btn-video,.prod_sticky .btn-video,.product_sidebar .btn-video {
        bottom: 8%!important;
        right: 7%!important;
        max-width: 150px!important;
        height: 40px!important;
        line-height: 40px!important;
        border-radius: 50px!important;
        padding: 0 5px!important
    }

    .prod_extended .btn-video svg,.prod_sticky .btn-video svg,.product_sidebar .btn-video svg {
        width: 27px;
        height: 27px
    }

    .prod_extended .btn-video .text_video,.prod_sticky .btn-video .text_video,.product_sidebar .btn-video .text_video {
        font-size: 10px!important
    }
}

@media (min-width: 768px) and (max-width:991.98px) {
    .filter_ver2 .filter_sidebar {
        padding:20px
    }

    .breadcrumb_collection .bg-breadcrumb,.breadcrumb_collection2 .bg-breadcrumb {
        padding: 150px 0 80px 0
    }

    .product-list-view .product-item-list .product .info-product {
        padding-left: 0
    }

    .collection-page-fullwidth .content-page .banner_full,.collection-page-sidebar .content-page .banner_full {
        margin-top: 20px
    }

    .collection-page-fullwidth .content-page .banner_full .banner_info img,.collection-page-sidebar .content-page .banner_full .banner_info img {
        min-height: 340px;
        object-fit: cover
    }

    .collection-page-fullwidth .content-page .banner_full .banner_info .info .big_title,.collection-page-sidebar .content-page .banner_full .banner_info .info .big_title {
        font-size: 30px;
        line-height: 40px
    }

    .collection-page-fullwidth .content-page .banner_full .banner_info .info .mini_title,.collection-page-sidebar .content-page .banner_full .banner_info .info .mini_title {
        font-size: 14px
    }

    .collection-page-fullwidth .content-page .banner_full .banner_info .info .btn_shop,.collection-page-sidebar .content-page .banner_full .banner_info .info .btn_shop {
        font-size: 12px
    }

    .collection-page-fullwidth .content-page .banner_cate,.collection-page-sidebar .content-page .banner_cate {
        margin: 20px 0 20px 0
    }

    .collection-page-fullwidth .shop_control,.collection-page-sidebar .shop_control {
        padding: 25px 0!important
    }

    .collection-page-fullwidth .shop_control .style_layout_prod,.collection-page-sidebar .shop_control .style_layout_prod {
        justify-content: flex-end
    }

    .collection-page-fullwidth .shop_control .list-collection,.collection-page-sidebar .shop_control .list-collection {
        margin-bottom: 0;
        margin-top: 20px
    }

    .collection-page-fullwidth .filter-to-left .filter_sidebar,.collection-page-sidebar .filter-to-left .filter_sidebar {
        padding: 30px
    }

    .collection-page-fullwidth .filter-to-left .filter_sidebar .close_filter,.collection-page-sidebar .filter-to-left .filter_sidebar .close_filter {
        right: 30px;
        top: 20px
    }

    .prod_largeimg .content-page-detail {
        margin-right: 15px
    }

    .prod_largeimg .content-page-detail .detail-info {
        width: 100%;
        padding-left: 0
    }

    .prod_largeimg .btn-360 {
        top: 2%!important;
        left: 2%!important;
        max-width: 150px!important;
        height: 40px!important;
        line-height: 40px!important;
        border-radius: 50px!important;
        padding: 0 5px!important
    }

    .prod_largeimg .btn-360 svg {
        width: 27px;
        height: 27px
    }

    .prod_largeimg .btn-360 .text_360 {
        font-size: 10px!important
    }

    .prod_largeimg .btn-video {
        top: 2%!important;
        right: 2%!important;
        max-width: 150px!important;
        height: 40px!important;
        line-height: 40px!important;
        border-radius: 50px!important;
        padding: 0 5px!important
    }

    .prod_largeimg .btn-video svg {
        width: 27px;
        height: 27px
    }

    .prod_largeimg .btn-video .text_video {
        font-size: 10px!important
    }

    .prod_extended .btn-360,.prod_sticky .btn-360,.product_sidebar .btn-360 {
        bottom: 2%!important;
        left: 5%!important;
        max-width: 150px!important;
        height: 40px!important;
        line-height: 40px!important;
        border-radius: 50px!important;
        padding: 0 5px!important
    }

    .prod_extended .btn-360 svg,.prod_sticky .btn-360 svg,.product_sidebar .btn-360 svg {
        width: 27px;
        height: 27px
    }

    .prod_extended .btn-360 .text_360,.prod_sticky .btn-360 .text_360,.product_sidebar .btn-360 .text_360 {
        font-size: 10px!important
    }

    .prod_extended .btn-video,.prod_sticky .btn-video,.product_sidebar .btn-video {
        bottom: 8%!important;
        right: 7%!important;
        max-width: 150px!important;
        height: 40px!important;
        line-height: 40px!important;
        border-radius: 50px!important;
        padding: 0 5px!important
    }

    .prod_extended .btn-video svg,.prod_sticky .btn-video svg,.product_sidebar .btn-video svg {
        width: 27px;
        height: 27px
    }

    .prod_extended .btn-video .text_video,.prod_sticky .btn-video .text_video,.product_sidebar .btn-video .text_video {
        font-size: 10px!important
    }

    .prod_extended .content-page-detail,.prod_sticky .content-page-detail,.product_sidebar .content-page-detail {
        padding-bottom: 20px
    }

    .prod_extended .content-page-detail .detail-info,.prod_sticky .content-page-detail .detail-info,.product_sidebar .content-page-detail .detail-info {
        width: 100%;
        padding-left: 0
    }

    .prod_extended .sidebar_info,.prod_sticky .sidebar_info,.product_sidebar .sidebar_info {
        padding-top: 30px
    }
}

@media (min-width: 576px) and (max-width:767.98px) {
    .page-wishlist {
        padding:40px 0
    }

    .page-wishlist th {
        display: none;
        border-top: none
    }

    .page-wishlist td:before {
        content: attr(data-label);
        float: left;
        text-align: center;
        font-size: 12px;
        padding-right: 10px
    }

    .page-wishlist .table--responsive td,.page-wishlist .table--responsive tr {
        float: left;
        clear: both;
        width: 100%
    }

    .page-wishlist .table-product .table {
        border: 1px solid #dee2e6
    }

    .page-wishlist .table-product .table td {
        border-top: 0
    }

    .page-wishlist .table-product .table th {
        border-bottom: 0;
        font-weight: 500;
        font-size: 12px;
        letter-spacing: .2em;
        text-transform: uppercase;
        color: #000000;
        
  font-family: Poppins;
  
        padding: 15px 20px;
        border-left: 1px solid #dee2e6
    }

    .page-wishlist .table-product .table .prod_thumb {
        width: 100%
    }

    .page-wishlist .table-product .table .prod_thumb .maxus-bxwishlist__img {
        float: right
    }

    .page-wishlist .table-product .table .prod_title {
        text-align: right
    }

    .page-wishlist .table-product .table .prod_price {
        text-align: right
    }

    .page-wishlist .table-product .table .prod_btn .shop-button {
        float: right;
        margin: 0;
        width: 141px;
        height: 50px
    }

    .page-wishlist .table-product .table .prod_btn .shop-button:hover {
        background: #daa520
    }

    .page-wishlist .table-product .table .remove {
        text-align: right
    }

    .page-cart .content-cart-page .cart_totals .continue-shopping-1 {
        margin: 0
    }

    .page-cart .content-cart-page .cart_totals .cart-check {
        padding: 41px 15px 63px
    }

    .page-cart .content-cart-page .cart_totals .cart-check .checkout-button {
        padding: 18px 25px
    }

    .page-cart .content-cart-page .cart_totals .notice-currency {
        font-size: 14px
    }

    .page-cart .content-pages {
        padding-top: 20px
    }

    .page-cart .content-pages table td {
        border-top: none
    }

    .page-cart .content-pages h1 {
        font-size: 20px;
        margin-top: 20px
    }

    .page-cart .content-pages .product-name a {
        font-size: 12px;
        float: right
    }

    .page-cart .content-pages .product-price span,.page-cart .content-pages .product-subtotal span {
        font-size: 12px;
        float: right
    }

    .page-cart .content-pages .table-responsive th {
        display: none;
        border-top: none
    }

    .page-cart .content-pages .table-responsive td:before {
        content: attr(data-label);
        float: left;
        text-align: center;
        font-size: 12px;
        padding-right: 10px
    }

    .page-cart .content-pages .table-responsive .table--responsive {
        border: 1px solid #dcdcdc
    }

    .page-cart .content-pages .table-responsive .table--responsive td,.page-cart .content-pages .table-responsive .table--responsive tr {
        float: left;
        clear: both;
        width: 100%
    }

    .page-cart .content-pages .table-responsive .cart_item {
        border-bottom: 1px solid #dcdcdc
    }

    .page-cart .content-pages .table-responsive .cart_item .product-name-thumb,.page-cart .content-pages .table-responsive .cart_item .product-price,.page-cart .content-pages .table-responsive .cart_item .product-quantity,.page-cart .content-pages .table-responsive .cart_item .product-remove,.page-cart .content-pages .table-responsive .cart_item .product-subtotal,.page-cart .content-pages .table-responsive .cart_item .product-thumbnail {
        padding: 10px!important
    }

    .page-cart .content-pages .table-responsive .product-thumbnail {
        width: 100%!important
    }

    .page-cart .content-pages .table-responsive .product-thumbnail a img {
        float: right
    }

    .page-cart .content-pages .table-responsive .js-qty {
        float: right
    }

    .page-cart .content-pages .table-responsive .product-remove a {
        float: right
    }

    .page-cart .content-pages .shop-table tbody tr th,.page-cart .content-pages .shop-table tfoot tr th,.page-cart .content-pages .shop-table thead tr th {
        outline: 0;
        border: none
    }

    .page-cart .content-pages .shop-table tbody tr td,.page-cart .content-pages .shop-table tfoot tr td,.page-cart .content-pages .shop-table thead tr td {
        outline: 0;
        border: none
    }

    .page-cart .content-pages .shipping label {
        margin-top: 10px;
        font-size: 14px
    }

    .page-cart .content-pages .order-total {
        text-align: center
    }

    .page-cart .content-pages .order-total h5 {
        font-size: 14px;
        margin-top: 20px
    }

    .page-cart .content-pages .order-total h2 {
        color: #222;
        font-size: 40px;
        font-weight: 700;
        margin-bottom: 20px
    }

    .page-cart .content-pages .actions input,.page-cart .content-pages .wc-proceed-to-checkout input {
        font-size: 12px;
        line-height: 23px
    }

    .contact-page {
        padding: 30px 0 30px 0
    }

    .contact-page .title_desc {
        font-size: 20px
    }

    .contact-page .title_desc br {
        display: none
    }

    .contact-page .address-shop .shop-name {
        font-size: 18px
    }

    .contact-page .info-shop .title {
        font-size: 16px
    }

    .aboutus-pages {
    }

    .aboutus-pages .about-instagram .instagram_v2 .text_top .title_insta {
        font-size: 30px!important;
        margin-bottom: 21px
    }

    .aboutus-pages .about-instagram .instagram_v2 .text_top .des_insta {
        font-size: 16px!important
    }

    .aboutus-pages .about-instagram .instagram_v2 .content .content_text a {
        font-size: 40px
    }

    .aboutus-pages .about-instagram .instagram_v2 button.slick-next,.aboutus-pages .about-instagram .instagram_v2 button.slick-prev {
        font-size: 20px!important;
        border: none;
        top: 50%!important;
        width: 40px!important;
        color: #c8c8c8;
        box-shadow: 0 5px 5px rgba(0,0,0,.09);
        height: 40px!important;
        border-radius: 0!important;
        text-align: center;
        background-color: rgba(225,225,225,.9);
        opacity: 1!important;
        z-index: 1;
        visibility: visible!important;
        position: absolute
    }

    .aboutus-pages .about-instagram .instagram_v2 button.slick-prev {
        left: 0!important
    }

    .aboutus-pages .about-instagram .instagram_v2 button.slick-next {
        right: 0!important
    }

    .aboutus-pages .about-instagram .instagram_v2 .galary_inta:hover button.slick-prev {
        left: 0
    }

    .aboutus-pages .about-instagram .instagram_v2 .galary_inta:hover button.slick-next {
        right: 0
    }

    .aboutus-pages .about-introduce .intro_detail {
        padding-bottom: 20px
    }

    .aboutus-pages .about-introduce .intro_detail .info-intro .des_intro {
        font-size: 16px
    }

    .aboutus-pages .about-introduce .intro_detail .info-intro .title_intro {
        font-size: 30px
    }

    .aboutus-pages .about-introduce .intro_image {
        padding-bottom: 20px
    }

    .article-page .article_sidebar {
        padding-top: 30px
    }

    .article-page .blog-comment-detail .comment-details {
        padding: 25px 0
    }

    .article-page .blog-comment-detail .comment-details .comment-thumb {
        width: 80px;
        margin-right: 12px
    }

    .article-page .reply-comment .contact-form .contact-name {
        width: 100%;
        padding-right: 0;
        float: none
    }

    .article-page .reply-comment .contact-form .contact-email {
        width: 100%;
        padding-left: 0;
        float: none
    }

    .article-page .reply-comment .title_form {
        padding: 20px 0
    }

    .article-page .content-single-blog .post-details .article_title {
        font-size: 30px;
        width: 100%
    }

    .article-page .content-single-blog .post-details .cmt-author {
        margin-bottom: 25px
    }

    .article-page .content-single-blog .post-details .cate-tags .tags {
        padding-bottom: 20px
    }

    .article-page .content-single-blog .post-details .cate-tags .cate {
        justify-content: start
    }

    .blog-page .blog_sidebar {
        padding-top: 20px
    }

    .blog-page .content-blog-page .blog-list-view {
        padding-bottom: 0
    }

    .blog-page .content-blog-page .blog-list-view .blog_standar {
        padding-top: 20px
    }

    .blog-page .content-blog-page .blog-list-view .blog_standar .post-info {
        text-align: center
    }

    .blog-page .content-blog-page .blog-list-view .blog_standar .post-info .single-post-date {
        margin-top: 15px
    }

    .blog-page .content-blog-page .blog-list-view .blog_standar .post-info .title_info {
        padding-left: 0
    }

    .blog-page .content-blog-page .blog-list-view .blog_standar .post-info .des_article {
        text-align: left
    }

    .blog-page .content-blog-page .blog-list-view .blog_grid {
        padding-top: 30px
    }

    .filter_ver2 .filter_sidebar {
        padding: 15px
    }

    .breadcrumb_collection .bg-breadcrumb {
        padding: 70px 0 50px 0
    }

    .breadcrumb_collection .bg-breadcrumb .title-page h2 {
        font-size: 35px
    }

    .product-list-view .product-item-list .product .info-product {
        padding-left: 0;
        padding-top: 25px
    }

    .product-list-view .product-item-list .product .info-product .title-product a {
        font-size: 16px;
        font-weight: 500
    }

    .product-list-view .product-item-list .product .info-product .price-product .price-old {
        font-size: 14px
    }

    .product-list-view .product-item-list .product .info-product .price-product .price {
        font-size: 16px!important
    }

    .product-list-view .product-item-list .product .info-product .product-icon-action .quick-view {
        display: none
    }

    .collection-page-fullwidth .content-page .title-cate,.collection-page-sidebar .content-page .title-cate {
        padding-top: 20px
    }

    .collection-page-fullwidth .content-page .banner_full,.collection-page-sidebar .content-page .banner_full {
        margin-top: 20px
    }

    .collection-page-fullwidth .content-page .banner_full .banner_info img,.collection-page-sidebar .content-page .banner_full .banner_info img {
        min-height: 340px;
        object-fit: cover
    }

    .collection-page-fullwidth .content-page .banner_full .banner_info .info .big_title,.collection-page-sidebar .content-page .banner_full .banner_info .info .big_title {
        font-size: 22px
    }

    .collection-page-fullwidth .content-page .banner_full .banner_info .info .mini_title,.collection-page-sidebar .content-page .banner_full .banner_info .info .mini_title {
        font-size: 14px
    }

    .collection-page-fullwidth .content-page .banner_full .banner_info .info .btn_shop,.collection-page-sidebar .content-page .banner_full .banner_info .info .btn_shop {
        font-size: 12px
    }

    .collection-page-fullwidth .content-page .banner_cate,.collection-page-sidebar .content-page .banner_cate {
        margin: 20px 0 0 0
    }

    .collection-page-fullwidth .content-page .banner_cate .banner_title,.collection-page-sidebar .content-page .banner_cate .banner_title {
        padding-bottom: 0
    }

    .collection-page-fullwidth .shop_control,.collection-page-sidebar .shop_control {
        padding: 25px 0!important
    }

    .collection-page-fullwidth .shop_control .filter_sortby,.collection-page-sidebar .shop_control .filter_sortby {
        justify-content: center
    }

    .collection-page-fullwidth .shop_control .style_layout_prod,.collection-page-sidebar .shop_control .style_layout_prod {
        justify-content: center;
        padding: 20px 0
    }

    .collection-page-fullwidth .shop_control .list-collection,.collection-page-sidebar .shop_control .list-collection {
        margin-bottom: 0
    }

    .collection-page-fullwidth .shop_control .list-collection .title-collection a,.collection-page-sidebar .shop_control .list-collection .title-collection a {
        font-size: 14px!important;
        line-height: 20px!important
    }

    .collection-page-fullwidth .filter-to-left,.collection-page-sidebar .filter-to-left {
        width: 100%;
        left: -100%
    }

    .collection-page-fullwidth .filter-to-left .filter_sidebar,.collection-page-sidebar .filter-to-left .filter_sidebar {
        padding: 30px
    }

    .prod_extended .btn-360,.prod_sticky .btn-360,.product_sidebar .btn-360 {
        bottom: 2%!important;
        left: 7%!important;
        max-width: 150px!important;
        height: 40px!important;
        line-height: 40px!important;
        border-radius: 50px!important;
        padding: 0 5px!important
    }

    .prod_extended .btn-360 svg,.prod_sticky .btn-360 svg,.product_sidebar .btn-360 svg {
        width: 27px;
        height: 27px
    }

    .prod_extended .btn-360 .text_360,.prod_sticky .btn-360 .text_360,.product_sidebar .btn-360 .text_360 {
        font-size: 10px!important
    }

    .prod_extended .btn-video,.prod_sticky .btn-video,.product_sidebar .btn-video {
        bottom: 8%!important;
        right: 7%!important;
        max-width: 150px!important;
        height: 40px!important;
        line-height: 40px!important;
        border-radius: 50px!important;
        padding: 0 5px!important
    }

    .prod_extended .btn-video svg,.prod_sticky .btn-video svg,.product_sidebar .btn-video svg {
        width: 27px;
        height: 27px
    }

    .prod_extended .btn-video .text_video,.prod_sticky .btn-video .text_video,.product_sidebar .btn-video .text_video {
        font-size: 10px!important
    }

    .prod_extended .content-page-detail,.prod_sticky .content-page-detail,.product_sidebar .content-page-detail {
        padding-bottom: 20px
    }

    .prod_extended .content-page-detail .detail-info,.prod_sticky .content-page-detail .detail-info,.product_sidebar .content-page-detail .detail-info {
        width: 100%;
        padding-left: 0
    }

    .prod_extended .content-page-detail .detail-info .product-title,.prod_sticky .content-page-detail .detail-info .product-title,.product_sidebar .content-page-detail .detail-info .product-title {
        font-size: 18px
    }

    .prod_extended .content-page-detail .detail-info .product-price del,.prod_sticky .content-page-detail .detail-info .product-price del,.product_sidebar .content-page-detail .detail-info .product-price del {
        font-size: 16px
    }

    .prod_extended .content-page-detail .detail-info .product-price ins,.prod_sticky .content-page-detail .detail-info .product-price ins,.product_sidebar .content-page-detail .detail-info .product-price ins {
        font-size: 18px
    }

    .prod_largeimg .btn-360 {
        top: 2%!important;
        left: 2%!important;
        max-width: 150px!important;
        height: 40px!important;
        line-height: 40px!important;
        border-radius: 50px!important;
        padding: 0 5px!important
    }

    .prod_largeimg .btn-360 svg {
        width: 27px;
        height: 27px
    }

    .prod_largeimg .btn-360 .text_360 {
        font-size: 10px!important
    }

    .prod_largeimg .btn-video {
        top: 2%!important;
        right: 2%!important;
        max-width: 150px!important;
        height: 40px!important;
        line-height: 40px!important;
        border-radius: 50px!important;
        padding: 0 5px!important
    }

    .prod_largeimg .btn-video svg {
        width: 27px;
        height: 27px
    }

    .prod_largeimg .btn-video .text_video {
        font-size: 10px!important
    }

    .prod_largeimg .content-page-detail {
        margin-left: 15px;
        margin-right: 15px
    }

    .prod_largeimg .content-page-detail .detail-info {
        width: 100%;
        padding-left: 0
    }

    .prod_largeimg .content-page-detail .detail-info .product-title {
        font-size: 18px
    }

    .prod_largeimg .content-page-detail .detail-info .product-price del {
        font-size: 16px
    }

    .prod_largeimg .content-page-detail .detail-info .product-price ins {
        font-size: 18px
    }

    .tab-pd-details .tab_prod {
        padding: 10px 0
    }

    .tab-pd-details .tab_prod li a {
        padding: 13px 25px
    }
}

@media (max-width: 575.98px) {
    .overlay {
        position:unset
    }

    .page-wishlist {
        padding: 40px 0
    }

    .page-wishlist th {
        display: none;
        border-top: none
    }

    .page-wishlist td:before {
        content: attr(data-label);
        float: left;
        text-align: center;
        font-size: 12px;
        padding-right: 10px
    }

    .page-wishlist .table--responsive td,.page-wishlist .table--responsive tr {
        float: left;
        clear: both;
        width: 100%
    }

    .page-wishlist .table-product .table {
        border: 1px solid #dee2e6
    }

    .page-wishlist .table-product .table td {
        border-top: 0
    }

    .page-wishlist .table-product .table th {
        border-bottom: 0;
        font-weight: 500;
        font-size: 12px;
        letter-spacing: .2em;
        text-transform: uppercase;
        color: #000000;
        
  font-family: Poppins;
  
        padding: 15px 20px;
        border-left: 1px solid #dee2e6
    }

    .page-wishlist .table-product .table .prod_thumb {
        width: 100%
    }

    .page-wishlist .table-product .table .prod_thumb .maxus-bxwishlist__img {
        float: right
    }

    .page-wishlist .table-product .table .prod_title {
        text-align: right
    }

    .page-wishlist .table-product .table .prod_price {
        text-align: right
    }

    .page-wishlist .table-product .table .prod_btn .shop-button {
        float: right;
        margin: 0;
        width: 141px;
        height: 50px
    }

    .page-wishlist .table-product .table .prod_btn .shop-button:hover {
        background: #daa520
    }

    .page-wishlist .table-product .table .remove {
        text-align: right
    }

    .page-cart .content-cart-page .cart_totals .continue-shopping-1 {
        margin: 0
    }

    .page-cart .content-cart-page .cart_totals .cart-check {
        padding: 41px 15px 63px
    }

    .page-cart .content-cart-page .cart_totals .cart-check .checkout-button {
        padding: 18px 25px
    }

    .page-cart .content-cart-page .cart_totals .notice-currency {
        font-size: 14px
    }

    .page-cart .content-pages {
        padding-top: 20px
    }

    .page-cart .content-pages table td {
        border-top: none
    }

    .page-cart .content-pages h1 {
        font-size: 20px;
        margin-top: 20px
    }

    .page-cart .content-pages .product-name a {
        font-size: 12px;
        float: right
    }

    .page-cart .content-pages .product-price span,.page-cart .content-pages .product-subtotal span {
        font-size: 12px;
        float: right
    }

    .page-cart .content-pages .table-responsive th {
        display: none;
        border-top: none
    }

    .page-cart .content-pages .table-responsive td:before {
        content: attr(data-label);
        float: left;
        text-align: center;
        font-size: 12px;
        padding-right: 10px
    }

    .page-cart .content-pages .table-responsive .table--responsive {
        border: 1px solid #dcdcdc
    }

    .page-cart .content-pages .table-responsive .table--responsive td,.page-cart .content-pages .table-responsive .table--responsive tr {
        float: left;
        clear: both;
        width: 100%
    }

    .page-cart .content-pages .table-responsive .cart_item {
        border-bottom: 1px solid #dcdcdc
    }

    .page-cart .content-pages .table-responsive .cart_item .product-name-thumb,.page-cart .content-pages .table-responsive .cart_item .product-price,.page-cart .content-pages .table-responsive .cart_item .product-quantity,.page-cart .content-pages .table-responsive .cart_item .product-remove,.page-cart .content-pages .table-responsive .cart_item .product-subtotal,.page-cart .content-pages .table-responsive .cart_item .product-thumbnail {
        padding: 10px!important
    }

    .page-cart .content-pages .table-responsive .product-thumbnail {
        width: 100%!important
    }

    .page-cart .content-pages .table-responsive .product-thumbnail a img {
        float: right
    }

    .page-cart .content-pages .table-responsive .js-qty {
        float: right
    }

    .page-cart .content-pages .table-responsive .product-remove a {
        float: right
    }

    .page-cart .content-pages .shop-table tbody tr th,.page-cart .content-pages .shop-table tfoot tr th,.page-cart .content-pages .shop-table thead tr th {
        outline: 0;
        border: none
    }

    .page-cart .content-pages .shop-table tbody tr td,.page-cart .content-pages .shop-table tfoot tr td,.page-cart .content-pages .shop-table thead tr td {
        outline: 0;
        border: none
    }

    .page-cart .content-pages .shipping label {
        margin-top: 10px;
        font-size: 14px
    }

    .page-cart .content-pages .order-total {
        text-align: center
    }

    .page-cart .content-pages .order-total h5 {
        font-size: 14px;
        margin-top: 20px
    }

    .page-cart .content-pages .order-total h2 {
        color: #222;
        font-size: 40px;
        font-weight: 700;
        margin-bottom: 20px
    }

    .page-cart .content-pages .actions input,.page-cart .content-pages .wc-proceed-to-checkout input {
        font-size: 12px;
        line-height: 23px
    }

    .content-404 .page-title {
        font-size: 24px
    }

    .content-404 .sub-title {
        font-size: 14px
    }

    .contact-page {
        padding: 30px 0 30px 0
    }

    .contact-page .title_desc {
        font-size: 20px
    }

    .contact-page .title_desc br {
        display: none
    }

    .contact-page .address-shop .shop-name {
        font-size: 18px
    }

    .contact-page .info-shop .title {
        font-size: 16px
    }

    .aboutus-pages {
    }

    .aboutus-pages .about-instagram .instagram_v2 .text_top .title_insta {
        font-size: 30px!important;
        margin-bottom: 21px
    }

    .aboutus-pages .about-instagram .instagram_v2 .text_top .des_insta {
        font-size: 16px!important
    }

    .aboutus-pages .about-instagram .instagram_v2 .content .content_text a {
        font-size: 40px
    }

    .aboutus-pages .about-instagram .instagram_v2 button.slick-next,.aboutus-pages .about-instagram .instagram_v2 button.slick-prev {
        font-size: 20px!important;
        border: none;
        top: 50%;
        width: 40px!important;
        height: 40px!important;
        border-radius: 0!important;
        color: #c8c8c8;
        box-shadow: 0 5px 5px rgba(0,0,0,.09);
        text-align: center;
        background-color: rgba(225,225,225,.9);
        opacity: 1!important;
        z-index: 1;
        visibility: visible!important;
        position: absolute
    }

    .aboutus-pages .about-instagram .instagram_v2 button.slick-prev {
        left: 0!important
    }

    .aboutus-pages .about-instagram .instagram_v2 button.slick-next {
        right: 0!important
    }

    .aboutus-pages .about-instagram .instagram_v2 .galary_inta:hover button.slick-prev {
        left: 0
    }

    .aboutus-pages .about-instagram .instagram_v2 .galary_inta:hover button.slick-next {
        right: 0
    }

    .aboutus-pages .about-introduce .intro_detail {
        padding-bottom: 20px
    }

    .aboutus-pages .about-introduce .intro_detail .info-intro .des_intro {
        font-size: 16px
    }

    .aboutus-pages .about-introduce .intro_detail .info-intro .title_intro {
        font-size: 30px
    }

    .aboutus-pages .about-introduce .intro_image {
        padding-bottom: 20px
    }

    .aboutus-pages .about-servicebox {
        padding-top: 70px;
        padding-bottom: 70px
    }

    .aboutus-pages .about-servicebox .title-servicebox {
        padding-bottom: 20px;
        margin-bottom: 30px;
        font-size: 25px
    }

    .aboutus-pages .about-servicebox .itemtservice {
        border-left: 1px solid transparent
    }

    .aboutus-pages .about-servicebox .itemtservice .box-service {
        width: 100%
    }

    .aboutus-pages .about-servicebox .itemtservice .box-service .title {
        font-size: 18px
    }

    .aboutus-pages .about-servicebox .itemtservice .box-service .content {
        font-size: 15px
    }

    .article-page .article_sidebar {
        padding-top: 30px
    }

    .article-page .blog-comment-detail .comment-details {
        padding: 25px 0
    }

    .article-page .blog-comment-detail .comment-details .comment-thumb {
        width: 80px;
        margin-right: 12px
    }

    .article-page .reply-comment .contact-form .contact-name {
        width: 100%;
        padding-right: 0;
        float: none
    }

    .article-page .reply-comment .contact-form .contact-email {
        width: 100%;
        padding-left: 0;
        float: none
    }

    .article-page .reply-comment .title_form {
        padding: 20px 0
    }

    .article-page .content-single-blog .post-details {
        padding-top: 20px
    }

    .article-page .content-single-blog .post-details .article_title {
        font-size: 30px;
        width: 100%
    }

    .article-page .content-single-blog .post-details .cmt-author {
        margin-bottom: 25px
    }

    .article-page .content-single-blog .post-details .cate-tags .tags {
        padding-bottom: 20px
    }

    .article-page .content-single-blog .post-details .cate-tags .cate {
        justify-content: start
    }

    .blog-page .blog_sidebar {
        padding-top: 20px
    }

    .blog-page .content-blog-page .blog-list-view {
        padding-bottom: 0
    }

    .blog-page .content-blog-page .blog-list-view .blog_standar {
        padding-top: 20px
    }

    .blog-page .content-blog-page .blog-list-view .blog_standar .post-info {
        text-align: center
    }

    .blog-page .content-blog-page .blog-list-view .blog_standar .post-info .single-post-date {
        margin-top: 15px
    }

    .blog-page .content-blog-page .blog-list-view .blog_standar .post-info .title_info {
        padding-left: 0
    }

    .blog-page .content-blog-page .blog-list-view .blog_standar .post-info .des_article {
        text-align: left
    }

    .blog-page .content-blog-page .blog-list-view .blog_grid {
        padding-top: 30px
    }

    .filter_ver2 .filter_sidebar {
        padding: 15px
    }

    .filter_ver2 .filter_sidebar .widget-title {
        font-size: 13px!important
    }

    .breadcrumb_collection .bg-breadcrumb,.breadcrumb_collection2 .bg-breadcrumb {
        padding: 70px 0 50px 0
    }

    .breadcrumb_collection .bg-breadcrumb .title-page h2,.breadcrumb_collection2 .bg-breadcrumb .title-page h2 {
        font-size: 35px
    }

    .product-list-view .product-item-list .product .info-product {
        padding-left: 0;
        padding-top: 25px
    }

    .product-list-view .product-item-list .product .info-product .title-product a {
        font-size: 16px;
        font-weight: 500
    }

    .product-list-view .product-item-list .product .info-product .price-product .price-old {
        font-size: 14px
    }

    .product-list-view .product-item-list .product .info-product .price-product .price {
        font-size: 16px!important
    }

    .product-list-view .product-item-list .product .info-product .product-icon-action {
        max-width: 200px
    }

    .product-list-view .product-item-list .product .info-product .product-icon-action .quick-view {
        display: none
    }

    .collection-page-fullwidth .content-page .title-cate,.collection-page-sidebar .content-page .title-cate {
        padding-top: 0
    }

    .collection-page-fullwidth .content-page .banner_full,.collection-page-sidebar .content-page .banner_full {
        margin-top: 15px
    }

    .collection-page-fullwidth .content-page .banner_full .banner_info img,.collection-page-sidebar .content-page .banner_full .banner_info img {
        min-height: 340px;
        object-fit: cover
    }

    .collection-page-fullwidth .content-page .banner_full .banner_info .info .big_title,.collection-page-sidebar .content-page .banner_full .banner_info .info .big_title {
        font-size: 22px
    }

    .collection-page-fullwidth .content-page .banner_full .banner_info .info .mini_title,.collection-page-sidebar .content-page .banner_full .banner_info .info .mini_title {
        font-size: 14px
    }

    .collection-page-fullwidth .content-page .banner_full .banner_info .info .btn_shop,.collection-page-sidebar .content-page .banner_full .banner_info .info .btn_shop {
        font-size: 12px
    }

    .collection-page-fullwidth .content-page .banner_cate,.collection-page-sidebar .content-page .banner_cate {
        margin: 15px 0 0 0
    }

    .collection-page-fullwidth .content-page .banner_cate .banner_title,.collection-page-sidebar .content-page .banner_cate .banner_title {
        padding-bottom: 0
    }

    .collection-page-fullwidth .shop_control,.collection-page-sidebar .shop_control {
        padding: 25px 0!important
    }

    .collection-page-fullwidth .shop_control .filter_sortby,.collection-page-sidebar .shop_control .filter_sortby {
        justify-content: flex-start
    }

    .collection-page-fullwidth .shop_control .style_layout_prod,.collection-page-sidebar .shop_control .style_layout_prod {
        justify-content: center;
        padding: 0
    }

    .collection-page-fullwidth .shop_control .list-collection,.collection-page-sidebar .shop_control .list-collection {
        margin-bottom: 0
    }

    .collection-page-fullwidth .shop_control .list-collection .title-collection a,.collection-page-sidebar .shop_control .list-collection .title-collection a {
        font-size: 14px!important;
        line-height: 20px!important
    }

