
/**style-main.css start**/
* {
  outline: 0 !important;
  box-sizing: border-box; }

.nav > li > a:focus {
  background: transparent; }

a:hover {
  text-decoration: none !important; }

.clear-none {
  clear: none !important; }

.clear-space {
  padding: 0 !important; }

.clear-space-left {
  padding-left: 0; }

.clear-space-right {
  padding-right: 0; }

.red {
  color: red; }

.left {
  float: left; }

.right {
  float: right; }

.flex {
  display: flex; }

.inline-block {
  display: inline-block; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.row.flex {
  display: flex;
  flex-direction: row; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

.delay02 {
  transition: all .2s ease; }

.delay03 {
  transition: all .3s ease; }

.delay04 {
  transition: all .4s ease; }

.delay05 {
  transition: all .5s ease; }

.delay1 {
  transition: all 1s ease; }

.delay1_5 {
  transition: all 1.5s ease; }

.delay2 {
  transition: all 2s ease; }

.uppercase {
  text-transform: none; }

.capital {
  text-transform: none; 
}

.full-width {
  width: 100%; }

.column-10 {
  width: 10%; }

.column-3 {
  width: 33.33333%; }

.column-4 {
  width: 25%; }

.column-6 {
  width: 16.66667%; }

.column-20 {
  width: 20%; }

.column-30 {
  width: 30%; }

.column-40 {
  width: 40%; }

.column-50 {
  width: 50%; }

.column-60 {
  width: 60%; }

.column-70 {
  width: 70%; }

.column-80 {
  width: 80%; }

.column-90 {
  width: 90%; }

.dropdown-menu {
  transform : translateY(10px);
  transition : .3s;
}
.dropdown-menu li a{
  font-size: 14px !important;
  line-height: 24px;
  letter-spacing: 0.2px;
}
.dropdown:hover .dropdown-menu,
.dropdown:focus .dropdown-menu {
  transform : none;
  transition : .3s;
}

.mega-menu-main {
  padding-bottom: 30px;
  min-width: 550px;
  box-shadow: 0px 5px 11.88px 0.12px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 5px 11.88px 0.12px rgba(0, 0, 0, 0.1);
  border: 0;
  border-radius: 0; }

.menu-main li {
  list-style-type: none; }

.menu-main .lv1 li a {
  font-size: 16px; }




.btn-default {
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: unset;
  background: #fff; }

.btn-default:hover {
  background: #fff; }

.btn-default:focus {
  background: #fff; }

.btn-default:focus:active {
  background: #fff; }

.btn-default:active {
  background: #fff;
  box-shadow: unset; }

.btn-default.active {
  background: #fff;
  border-color: #fff;
  box-shadow: unset; }

.btn-default.active:hover {
  background: #fff; }

.btn-default.active:focus {
  background: #fff !important; }

a:focus {
  text-decoration: none; }

.form-control:focus {
  border-color: #ddd;
  box-shadow: unset; }

.link-default {
  color: black;
  transition: all .3s ease; }
.link-default:hover {
  color: #ee9051; }

.circle{
  border-radius: 50%;
  border: 1px solid #f0f0f0;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 5px;
  transition: .3s;
  &:hover{
    transform: scale(1.2);
    transition: .3s;
  }

}
.table > tbody > tr > td {
  vertical-align: middle;
  text-align: center;
}


.input-number-group {
  display: flex; }
.input-number-group input[type=number]::-webkit-inner-spin-button,
.input-number-group input[type=number]::-webkit-outer-spin-button {
  appearance: none; }
.input-number-group .input-group-button {
  line-height: calc(80px/2-10px); }
.input-number-group .input-number {
  width: 40px;
  text-align: center;
  outline: none;
  display: block;
  margin: 0; }
.input-number-group .input-number,
.input-number-group .input-number-decrement,
.input-number-group .input-number-increment {
  user-select: none; }
.input-number-group .input-number-decrement,
.input-number-group .input-number-increment {
  display: inline-block;
  width: 30px;
  background: #fff;
  color: #909090;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  font-weight: 400; }
.input-number-group .input-number-decrement {
  margin-right: 0.3rem; }
.input-number-group .input-number-increment {
  margin-left: 0.3rem; }

input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none; }


li .link-menu {
  color: #323232; }
li .link-menu.white {
  color: #fff; }
li:hover .link-menu {
  color: #ee9051; }

.link-menu {
  color: #323232; }
.link-menu.white {
  color: #fff; }
.link-menu.white .st0 {
  stroke: #fff; }
.link-menu:hover i {
  color: #ee9051; }

.title-hover:hover {
  color: #ee9051 !important; }

.hover-zoom-out {
  overflow: hidden;
  transition: all .5s ease; }
.hover-zoom-out:hover {
  transform: scale(1.05); }

.over-hidden {
  overflow: hidden; }

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index:30;
  background: rgba(29, 29, 31, 0.6);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease; }
.overlay.active {
  opacity: 1;
  visibility: visible; }

.overlay-mini {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all .3s ease;
  transform: scale(0);
  top: 0; }

.form-search {
  z-index: 100;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background: #fff;
  padding: 10% 0 0 0; }
.form-search h3 {
  font-size: 50px;
  padding-bottom: 55px;
  text-transform: capitalize;
  line-height: 60px; }
.form-search i {
  cursor: pointer;
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 50px;
  color: #333;
  transition: all .3s ease; }
.form-search i:hover {
  transform: rotate(90deg); }
.form-search form {
  justify-content: center;
  display: flex; }
.form-search form input {
  font-weight: 300;
  font-size: 40px;
  color:#000;
  height: 50px;
  width: 60%;
  border-radius: 0;
  border: 0;
  outline: 0;
  box-shadow: unset; }
.form-search form input::-webkit-input-placeholder{
  color:#000;
}
.form-search form input::-moz-placeholder{
  color:#000;
}
.form-search form button {
  margin-left: 15px;
  border-radius: 0;
  border: 0;
  font-size: 18px;
  background: #000;
  color: #fff;
  padding: 5px 50px;
    
  transition: all .3s ease; }
.form-search form button:hover {
  background: #41cce5; }

.form-cart {
  position: fixed;
  overflow: hidden;
  right: -470px;
  height: 100%;
  width: 470px;
  top: 0;
  z-index: 100;
  background: #fff; }
.form-cart i {
  cursor: pointer;
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: #333;
  transition: all .3s ease; }
.form-cart i:hover {
  transform: rotate(90deg); }
.form-cart h3 {
  font-size: 36px;
  text-align: left;
  padding-left: 30px;
  padding-top: 26px; }
.form-cart .empty-cart {
  padding-top: 50%; }
.form-cart .empty-cart p {
  font-size: 22px;
  text-align: center;
  padding-bottom: 20px; }
.form-cart .empty-cart a {
  width: 187px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  background: #ee9051;
  color: #fff;
  font-size: 18px;
  margin-left: 30%; }
.form-cart .empty-cart a:hover {
  background: #f47d2e; }

@media (max-width: 480px) {
  .form-cart {
    width: 300px; }
  .form-cart .empty-cart a {
    margin-left: 20%; } }
.st0 {
  fill: none;
  stroke: #000000;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-miterlimit: 10; }

#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }


.swatch .title_variant{
  color: #333;
  margin: 0;
  position: relative;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 20px;
  font-weight: 600;
  min-width: 55px;
  border-bottom: 2px solid #000;
  margin-right: 27px;
}
.swatch .title_variant.header:after{
  bottom: 10px;
}
.swatch .link_color{
  display: inline-block;
  height: 20px !important;
  min-width: 20px !important;
  margin-right: 10px;
  border-radius: 50%;
  transition: all .3s ease;
  position: relative;
  &:after{
    content: "";
    border: 1px solid #f4841a;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
  }
  &:hover{
    &:after{
      content: "";
      width: 26px;
      height: 26px;
      border: 1px solid #b0b0b0;
      border-radius: 50%;
      display: inline-block;
      position: absolute;
      text-align: center;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      opacity: 1;
    }
  }
  @media(max-width:991px){
    &:hover{
      &:after{
        content: "";
        border: 2px solid #b0b0b0;
        width: 26px;
        height: 26px;
        border-radius: 50%;
        display: inline-block;
        position: absolute;
        text-align: center;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 1;
        margin-top: 4px;
      }
    }
  }
}

 @media(max-width:991px){
  .product-item-v1 .info-product .swatch .link_color{
     padding-top: 1.1px;
  }
   .prod_extended .maxus-productdetail__options_1 .swatch-color .link_color{
     padding-top: 4px;
  }
  }
     

.swatch input:checked+.border-color .link_color{
  &:after{
    content: "";
    border: 1px solid #b0b0b0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  @media(max-width:576px){
    &:after{
      content: "";
      border: 2px solid #b0b0b0;
      width: 26px;
      height: 26px;
      border-radius: 50%;
      display: inline-block;
      position: absolute;
      text-align: center;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      opacity: 1;
    }
  }
}

.swatch .variant_color.variant_quickview .link_color{
  margin-bottom: 0;
}
.swatch .variant_color .link_color:hover{
  border: 1px solid #000;
}
.swatch .variant_color .link_color .ciloe_filter_color{
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.swatch .variant_color{
  top:5px;
}
.swatch .variant_other{
  width:auto;
  min-width:43px;
  display: inline-block;
  min-width: unset !important;
  height: unset !important;
  line-height: unset;
  padding : 8px 15px;
  border: 1px solid #ccc !important;
  color: #000;
  margin: 5px 4px 5px 0 !important;
  text-align: center;
  transition: all .3s ease;
  font-size: 14px;
  font-weight: 500;
  opacity:.2;
  border-radius: 5px
}
.swatch .variant_other:hover,
.swatch .variant_other:focus,
.swatch input:checked+.variant_other{
  border: 1px solid #000 !important;
  opacity:1;
}
.swatch input:checked + label{
  background: unset;
  color: #000000ed;
}

@-webkit-keyframes smoothFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes smoothFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes smoothFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes smoothFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes smoothFadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes smoothFadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes smoothFadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes smoothFadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes smoothFadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes smoothFadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes smoothFadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes smoothFadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes smoothFadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes smoothFadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
}

@keyframes smoothFadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
}

@-webkit-keyframes smoothFadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}

@keyframes smoothFadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}

@-webkit-keyframes smoothFadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
}

@keyframes smoothFadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
}

@-webkit-keyframes smoothFadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes smoothFadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

span.jdgm-form__rating a {
    color: #F4841A !important;
}
/**style-main.css end**/
.engoc-flex-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.video-wrapper {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    padding-bottom: 56.25%;
    height: auto
}

@media (max-width: 576px) {
    .video-wrapper {
        height:520px
    }
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.col-centered {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.engoc-row-equal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.mb-15 {
  margin-bottom: 15px
}

.mb-20 {
  margin-bottom: 20px
}

.mb-30 {
  margin-bottom: 30px;
}

.js_best_seller .mb-30{
  margin-bottom:0;
}


.engoc-review-app h1,.engoc-review-app h2,.engoc-review-app h3,.engoc-review-app h4,.engoc-review-app h5,.engoc-review-app h6,.engoc-review-app label {
    font-weight: 400!important
}

.qtyminus i,.qtyplus i {
    font-size: 13px
}

.ajaxcart__qty input,.js-qty input {
    text-align: left;
    padding: 9px 30px 9px 15px
}

.ajaxcart__qty,.js-qty, 
.maxus-product__item--list .maxus-product__content form.contact-form,
.maxus-product__item .maxus-product__wrap form.contact-form {
    display: inline-block
}

.spr-icon.spr-icon-star-empty {
    opacity: 1!important
}

.spr-badge .spr-icon,.spr-badge .spr-icon-star {
    margin-right: 1.6px
}

/*.maxus-product__item--list .maxus-product__content form.contact-form {
    display: inline-block
}*/

.maxus-product__item--list .maxus-product__content form.contact-form button {
    color: #bbb;
    background: 0 0;
    border: none;
    font-size: 14px;
    padding: 0
}

.maxus-product__item--list .maxus-product__content form.contact-form button:hover,
.maxus-product__item .maxus-product__wrap form.contact-form button:hover{
    color: #000000;
}

/*.maxus-product__item .maxus-product__wrap form.contact-form {
    display: inline-block
}*/

.maxus-product__item .maxus-product__wrap form.contact-form button {
    color: #fff;
    background: 0 0;
    border: none;
    font-size: 20px;
    padding: 0
}

/*.maxus-product__item .maxus-product__wrap form.contact-form button:hover {
    color: #000000;
}*/

.engoc-remove-item-wishlist,
.engoc-addcart-item-wishlist{
    background: 0 0;
    border: none;
    font-size: 20px;
    padding: 0
}

.engoc-remove-item-wishlist:active:focus,.engoc-remove-item-wishlist:active:hover,.engoc-remove-item-wishlist:focus,.engoc-remove-item-wishlist:hover,
.engoc-addcart-item-wishlist:hover {
    color: #000000;
    background-color: transparent;
    border-color: transparent
}

/*.engoc-addcart-item-wishlist {
    background: 0 0;
    border: none;
    font-size: 20px;
    padding: 0
}

.engoc-addcart-item-wishlist:hover {
    color: #000000;
    background-color: transparent;
    border-color: transparent
}*/

.pagination>span {
    min-width: 50px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    float: none;
    display: inline-block;
    position: relative;
    padding: 12px 12px;
    line-height: 1.5;
    text-decoration: none;
    margin-left: -1px
}

.pagination>span.current {
    color: #000000;
    margin: 0 10px;
    border-radius: 50%;
    box-shadow: 10px 17px 40px 0 rgba(168,172,185,.62)
}

.pagination>span.next,
.pagination>span.prev {
    border-left: 1px solid #e1e1e1!important;
    right: -350px;
    height: 90px;
    line-height: 90px;
    display: none!important;
    z-index: 9;
    padding: 0 1px;
    min-width: 200px;
    top: 0;
    bottom: 0;
    position: absolute;
    font-size: 10px
}

@media (min-width: 1200px) {
    .pagination>span.next {
        display:block!important
    }
}

/*.pagination>span.prev {
    border-right: 1px solid #e1e1e1!important;
    left: -350px;
    height: 90px;
    line-height: 90px;
    display: none!important;
    z-index: 9;
    padding: 0 1px;
    min-width: 200px;
    top: 0;
    bottom: 0;
    position: absolute;
    font-size: 10px
}*/

@media (min-width: 1200px) {
    .pagination>span.prev {
        display:block!important
    }
}

.pagination>span a {
    color: #959595
}

.pagination>span a:focus,.pagination>span a:hover {
    color: #000000;
}

.swatch {
    margin-bottom: 15px;
    width: 100%;
    align-items: center
}

.maxus-productdetail__options:first-child {
    margin-bottom: 40px
}

.swatch input,
.swatch .swatch-element .crossed-out,
.tshopify-popup.wishlist-popup .btn-cart,
.engo-popup.wishlist-popup .btn-cart,
.cart-popup .btn-wishlist{
    display: none
}

.swatch label {
    float: left;
    min-width: 30px!important;
    height: 30px!important;
    margin: 0;
    font-size: 13px;
    text-align: center;
    line-height: 29px;
    white-space: nowrap;
}

.swatch-element label {
    padding: 0 10px
}

.color.swatch-element label {
    padding: 0
}

.swatch input:checked+label {
    background: unset;
    border-color: transparent
}

.swatch .swatch-element {
    float: left;
    -webkit-transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
    margin: 0 5px 5px 0;
    position: relative
}

.crossed-out {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

/*.swatch .swatch-element .crossed-out {
    display: none
}*/

.swatch .swatch-element.soldout .crossed-out {
    display: block
}

.swatch .swatch-element.soldout label {
    -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: .6
}

.swatch .tooltip {
    text-align: center;
    background: #000;
    color: #fff;
    bottom: 100%;
    padding: 10px;
    display: block;
    position: absolute;
    width: 100px;
    left: -33px;
    margin-bottom: 15px;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0,0,0,.28);
    -moz-box-shadow: 2px 2px 6px rgba(0,0,0,.28);
    -ms-box-shadow: 2px 2px 6px rgba(0,0,0,.28);
    -o-box-shadow: 2px 2px 6px rgba(0,0,0,.28);
    box-shadow: 2px 2px 6px rgba(0,0,0,.28);
    z-index: 10000;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.swatch .tooltip:before {
    bottom: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%
}

.swatch .tooltip:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid #000 10px;
    bottom: -10px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    width: 0
}

.swatch .swatch-element:hover .tooltip {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.swatch.error {
    background-color: #e8d2d2!important;
    color: #333!important;
    padding: 1em;
    border-radius: 5px
}

.swatch.error p {
    margin: .7em 0
}

.swatch.error p:first-child {
    margin-top: 0
}

.swatch.error p:last-child {
    margin-bottom: 0
}

.swatch.error code {
    /* font-family: monospace */
}

.engoc_sw_filter_tag .filter-tag ul li input[type=checkbox] {
    opacity: 0;
    position: absolute;
    z-index: -1
}

.engoc_sw_filter_tag .filter-tag ul li a.active {
    color: #e0545f;
    display: block;
    position: relative
}

.tshopify-popup {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    position: fixed;
    z-index: 999999;
    top: 0;
    height: 0;
    width: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

/*.tshopify-popup.wishlist-popup .btn-cart{
    display: none
}*/

.tshopify-popup.loading,
.engo-popup.loading {
    z-index: 999
}

.tshopify-popup .overlay-quickview {
    background: rgba(29,29,31,.6);
    color: rgba(0,0,0,.4);
    position: fixed;
    top: 0!important;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0
}

.tshopify-popup .content {
    max-width: 800px;
    padding: 20px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    background: #fff;
    min-width: 490px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media (max-width: 1500px) {
    .tshopify-popup .content {
        max-width:700px
    }
}

@media (max-width: 1300px) {
    .tshopify-popup .content {
        max-width:650px
    }
}

.tshopify-popup.active {
    visibility: visible;
    opacity: 1;
    top: 0;
    height: auto;
    width: auto;
    background: rgba(17,17,17,.5);
    transition: .3s
}

.tshopify-popup.active .content {
    max-height: 100%
}

.tshopify-popup.active .overlay-quickview {
    width: 100%;
    height: 100%
}

.tshopify-popup .close-window {
    position: absolute;
    right: -30px;
    top: 0;
    color: #fff;
    width: 24px;
    height: 24px;
    text-align: center
}

.tshopify-popup .close-window i {
    line-height: 24px
}

.tshopify-popup .close-window:hover {
    color: #f4841a
}

.tshopify-popup .success-message:hover:before {
    background: #ffb533;
    color: #fff
}

.tshopify-popup .success-message:before {
    /* font-family: FontAwesome; */
    content: "\f00c";
    display: inline-block;
    margin-right: 10px;
    font-size: 12px
}

.tshopify-popup.loading .loader {
    left: 50%;
    position: fixed;
    top: 50%;
    -moz-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%)
}

.tshopify-popup .product-name {
    font-size: 25px;
    line-height: 20px;
    text-transform: capitalize;
    font-weight: 400
}

.tshopify-popup .prices span.price {
    color: #e95252;
    font-size: 16px;
    font-weight: 400
}

.tshopify-popup .total-price {
    margin-top: 15px;
    margin-bottom: 15px
}

.tshopify-popup .total-price span.sub_total_price {
    color: #e95252;
    font-size: 16px;
    font-weight: 400
}

.tshopify-popup .uno_product__description {
    padding-top: 14px;
    padding-bottom: 14px
}

.tshopify-popup .uno_product__description p {
    color: #979797;
    font-size: 12px;
    line-height: 25px
}

.tshopify-popup .engoc_hide_owl_control .owl-controls {
    display: none!important
}

.engo-popup {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    position: fixed;
    z-index: 9999;
    top: 0;
    height: 0;
    width: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

/*.engo-popup.wishlist-popup .btn-cart {
    display: none
}

.engo-popup.loading {
    z-index: 999
}*/

.engo-popup .overlay-addcart {
    background: rgba(29,29,31,.6);
    color: rgba(0,0,0,.4);
    position: fixed;
    top: 0!important;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0
}

.engo-popup .content {
    max-width: 800px;
    padding: 20px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    background: #fff;
    min-width: 490px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media (max-width: 1500px) {
    .engo-popup .content {
        max-width:700px
    }
}

@media (max-width: 1300px) {
    .engo-popup .content {
        max-width:650px
    }
}

.engo-popup.active {
    visibility: visible;
    opacity: 1;
    top: 0;
    height: auto;
    width: auto
}

.engo-popup.active .content {
    max-height: 100%
}

.engo-popup.active .overlay-addcart {
    width: 100%;
    height: 100%
}

.engo-popup .close-window {
    position: absolute;
    right: -30px;
    top: 0;
    color: #fff;
    width: 24px;
    height: 24px;
    text-align: center
}

.engo-popup .close-window i {
    line-height: 24px
}

.engo-popup .close-window:hover {
    color: #f4841a
}

.engo-popup .success-message {
    color: #ff4949;
    font-size: 13px;
    line-height: 25px
}

.engo-popup .success-message:before {
    /* font-family: FontAwesome; */
    content: "\f00c";
    display: inline-block;
    margin-right: 10px;
    font-size: 12px
}

.engo-popup.loading .loader {
    left: 50%;
    position: fixed;
    top: 50%;
    -moz-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%)
}

.engo-popup .product-name {
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 20px;
    text-transform: capitalize;
    font-weight: 400
}

.engo-popup .actions {
    display: inline-block
}

/*.cart-popup .btn-wishlist {
    display: none
}*/

.f-left {
    float: left
}

.mt-24 {
    margin-top: 24px
}

.mr-10 {
    margin-right: 10px
}

@media (max-width: 767px) {
    .engoc_hide_mobile {
        display:none!important
    }
}

.crossed-out {
    position: absolute;
    width: 25px;
    height: 25px;
    left: 0;
    top: 0
}

.crossed-out svg {
    max-width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%,-50%);
    margin: 50%
}

.crossed-out:hover {
    cursor: default
}

.placeholder-svg {
    display: block;
    fill: rgba(120,129,136,0.35);
    background-color: rgba(120,129,136,.1);
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    border: 1px solid rgba(120,129,136,.2)
}

.maxus-product__item .maxus-product__image .placeholder-svg {
    width: 100%;
    top: 0;
    left: 0;
    position: absolute
}

.engoc-z-index-10003 {
    z-index: 10003
}

.btn.focus,.btn:focus {
    outline: 0;
    box-shadow: none
}

a {
    color: #111111
}

a:hover {
    color: #f4841a
}

.product-grid-view {
    margin-bottom: 15px
}

.engoc-collection-image {
    margin-bottom: 10px
}

.engoc-collection-des {
    margin-bottom: 20px
}

body {
  /* 
  font-family: Jost;
   */
  font-weight: 400
}

a:focus,a:hover {
    color: #f4841a
}

.logosvg svg {
    width: 100%;
    height: auto
}

.container-v1 {
    max-width: 1440px
}

.container-full {
    max-width: 100%
}

.container-testimonial {
    max-width: 900px
}

.container-v2 {
    max-width: 1440px
}

.container-v3 {
    max-width: 1690px
}

.container-v4 {
    max-width: 1170px
}

.aboutus-pages .about-servicebox {
    padding-top: 130px;
    padding-bottom: 130px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed
}

.aboutus-pages .about-servicebox .title-servicebox {
    font-size: 40px;
    color: #fff;
    text-align: center;
    /* 
  font-family: Jost;
   */
    font-weight: 600;
    font-style: normal;
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 55px;
    text-transform: unset
}

.aboutus-pages .about-servicebox .title-servicebox:before {
    content: "";
    height: 2px;
    width: 55px;
    background: #f4841a;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

.aboutus-pages .about-servicebox .itemtservice .box-service {
    width: 100%;
    margin: 0 auto;
    text-align: center
}

.aboutus-pages .about-servicebox .itemtservice .box-service .icon {
    font-size: 60px;
    margin-bottom: 10px;
    color: #fff;
    transition: .8s;
    display: block
}

.aboutus-pages .about-servicebox .itemtservice .box-service .icon:hover {
    transform: translateY(-10px)
}

.aboutus-pages .about-servicebox .itemtservice .box-service .title {
    position: relative;
    padding: 0 0 15px;
    margin: 45px 0 20px;
    font-size: 30px;
    font-weight: 500;
    color: #fff
}

.aboutus-pages .about-servicebox .itemtservice .box-service .title:before {
    position: absolute;
    bottom: 0;
    content: "";
    background: #fff;
    left: calc(50% - 30px);
    width: 60px;
    height: 1px
}

.aboutus-pages .about-servicebox .itemtservice .box-service .content {
    font-size: 15px;
    color: #fff;
    line-height: 25px
}

.aboutus-pages .about-servicebox .itemtservice .icon-box-icon {
    margin-bottom: 30px
}

.aboutus-pages .about-servicebox .itemtservice .shpi-icon {
    display: inline-block
}

.aboutus-pages .about-servicebox .itemtservice .shpi-icon svg {
    width: 90px;
    height: 90px;
    fill: #fff
}

.aboutus-pages .about-instagram .instagram_v2 {
    position: relative
}

.aboutus-pages .about-instagram .instagram_v2 .block-title {
    position: absolute;
    top: calc(50% - 26px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    background: #fff;
    padding: 0 20px
}

.aboutus-pages .about-instagram .instagram_v2 .block-title .title_insta {
    /* 
  font-family: Jost;
   */
    color: #333;
    margin: 0;
    font-size: 16px;
    line-height: 52px;
    white-space: nowrap
}

.aboutus-pages .about-instagram .instagram_v2 .block-title .title_insta:before {
    display: inline-block;
    content: "";
    width: 28px;
    height: 28px;
    background: url("instagram.svg") no-repeat;
    margin-right: 12px;
    position: relative;
    top: 9px
}

.aboutus-pages .about-instagram .instagram_v2 .block-title .des_insta {
    font-size: 18px;
    color: #666;
    text-align: center;
    font-weight: 400;
    font-style: normal;
    position: relative;
    padding-bottom: 25px;
    display: inline-block
}

.aboutus-pages .about-instagram .instagram_v2 .block-title .des_insta:before {
    content: "";
    height: 2px;
    width: 55px;
    background: #f4841a;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

.aboutus-pages .about-instagram .instagram_v2 .content {
    width: 20%;
    float: left;
    overflow: hidden;
    margin: 0
}

.aboutus-pages .about-instagram .instagram_v2 .content .content_text {
    align-items: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.7);
    transition: all .5s ease;
    opacity: 0;
    flex-direction: column;
    justify-content: center
}

.aboutus-pages .about-instagram .instagram_v2 .content .content_text a {
    font-size: 40px;
    color: #fff
}

.aboutus-pages .about-instagram .instagram_v2 .content:hover .content_text {
    opacity: 1;
    transition: all .5s ease
}

.aboutus-pages .about-instagram .instagram_v2 .content img {
    transition: all 4s ease;
    width: 100%
}

.aboutus-pages .about-instagram .instagram_v2 .content:hover img {
    transform: scale(1.2)
}

.aboutus-pages .about-instagram .instagram_v2 .button-next,.aboutus-pages .about-instagram .instagram_v2 .button-prev {
    position: absolute;
    font-size: 26px;
    top: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    transform: translateY(-50%);
    text-align: center;
    background-color: #fff;
    box-shadow: 0 8px 8px rgba(0,0,0,.09);
    opacity: 0;
    visibility: hidden;
    transition: .7s;
    color: #111111;
    z-index: 1
}

.aboutus-pages .about-instagram .instagram_v2 .button-next:hover,.aboutus-pages .about-instagram .instagram_v2 .button-prev:hover {
    background-color: #f4841a;
    color: #fff
}

.aboutus-pages .about-instagram .instagram_v2 .button-prev {
    left: 20px
}

.aboutus-pages .about-instagram .instagram_v2 .button-next {
    right: 20px
}

.aboutus-pages .about-instagram .instagram_v2 .galary_inta:hover .button-next,.aboutus-pages .about-instagram .instagram_v2 .galary_inta:hover .button-prev {
    visibility: visible;
    opacity: 1
}

.aboutus-pages .about-instagram .instagram_v2 .galary_inta:hover .button-next.slick-disabled,.aboutus-pages .about-instagram .instagram_v2 .galary_inta:hover .button-prev.slick-disabled {
    pointer-events: none;
    opacity: .6
}

.aboutus-pages .about-instagram .instagram_v2 .galary_inta:hover .button-prev {
    left: 10px
}

.aboutus-pages .about-instagram .instagram_v2 .galary_inta:hover .button-next {
    right: 10px
}

.aboutus-pages .about-introduce .intro_image {
    padding-bottom: 70px
}

.aboutus-pages .about-introduce .intro_image img {
    transition: .5s
}

.aboutus-pages .about-introduce .intro_image:hover img {
    transform: scale(.95);
    transition: .5s
}

.aboutus-pages .about-introduce .intro_detail {
    padding-bottom: 70px
}

.aboutus-pages .about-introduce .intro_detail .info-intro .title_intro {
    font-size: 30px;
    color: #000000;
    /* 
  font-family: Jost;
   */
    font-weight: 500;
    line-height: 35px;
    font-style: normal;
    position: relative;
    margin-bottom: 20px
}

.aboutus-pages .about-introduce .intro_detail .info-intro .title_intro:before {
    height: 2px;
    width: 55px;
    background: #f4841a;
    position: absolute;
    bottom: 0;
    left: 0
}

.aboutus-pages .about-introduce .intro_detail .info-intro .des_intro {
    font-size: 12px;
    color: #969696;
    /* 
  font-family: Jost;
   */
    font-weight: 500;
    font-style: normal;
    letter-spacing: 3.2px
}

.aboutus-pages .about-introduce .intro_detail .info-intro .des_intro:before {
    display: inline-block;
    content: "";
    width: 45px;
    height: 2px;
    background: #f4841a;
    margin-right: 18px;
    position: relative;
    top: -3px
}

.aboutus-pages .about-introduce .intro_detail .info-intro .content_intro {
    margin-top: 35px
}

.aboutus-pages .about-introduce .intro_detail .info-intro .content_intro p {
    line-height: 1.6;
    font-size: 15px;
    color: #969696;
    /* 
  font-family: Jost;
   */
    font-weight: 400
}

.aboutus-pages .about-introduce .intro_detail .info-intro .spf-heading-title {
    color: #000000;
    font-size: 30px;
    font-weight: 600
}

.aboutus-pages .about-introduce .intro_detail .info-intro .spf-sub-des {
    color: #000000;
    font-size: 30px;
    font-weight: 600;
    line-height: 35px
}

.aboutus-pages .teams {
    margin: 70px 0
}

.aboutus-pages .teams .title_general {
    color: #000000;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 40px
}

.aboutus-pages .teams .title_general h3 {
    font-size: 55px
}

.aboutus-pages .teams .title_general:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 25px);
    width: 50px;
    height: 2px;
    background: #f4841a
}

.aboutus-pages .teams .box_teams {
    padding: 0 23px
}

.aboutus-pages .teams .box_teams .img_teams {
    position: relative
}

.aboutus-pages .teams .box_teams .img_teams:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%) scale(.8);
    transform: translate(-50%,-50%) scale(.8);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1
}

.aboutus-pages .teams .box_teams .img_teams .social-link {
    list-style: none;
    padding: 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 2
}

.aboutus-pages .teams .box_teams .img_teams .social-link li {
    display: inline-block;
    margin: 0 5px
}

.aboutus-pages .teams .box_teams .img_teams .social-link li a {
    font-size: 12px;
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 42px;
    text-align: center;
    background: #fff;
    color: #969696
}

.aboutus-pages .teams .box_teams .img_teams .social-link li a:hover {
    background: #f4841a
}

.aboutus-pages .teams .box_teams .img_teams .social-link li a:hover i {
    color: #fff
}

.aboutus-pages .teams .box_teams .img_teams .social-link li a i {
    font-size: 14px;
    color: #969696
}

.aboutus-pages .teams .box_teams .img_teams:hover:before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1)
}

.aboutus-pages .teams .box_teams .img_teams:hover .social-link {
    opacity: 1;
    visibility: visible
}

.aboutus-pages .teams .info_teams {
    margin-top: 15px
}

.aboutus-pages .teams .info_teams h4 {
    font-size: 22px;
    font-weight: 500;
    color: #000000;
}

.aboutus-pages .teams .info_teams p {
    font-size: 16px;
    color: #969696
}

.aboutus-pages .about-team {
    padding: 80px 0 90px;
    margin-bottom: 70px
}

.aboutus-pages .about-team .teams {
    margin: 0
}

.aboutus-pages .about-team .teams .title_general {
    max-width: 600px;
    float: right;
    text-align: left;
    padding-right: 55px
}

@media (max-width: 767px) {
  .aboutus-pages .about-team .teams .title_general {
    padding-right:0
  }
  .aboutus-pages .about-team .teams .slick_teams{
    margin: 0 -15px;
  }
}

.aboutus-pages .about-team .teams .title_general:before {
    content: unset
}

.aboutus-pages .about-team .teams .title_general h3 {
    color: #fff;
    font-weight: 600;
    line-height:60px;
    margin-bottom: 30px
}

.aboutus-pages .about-team .teams .title_general .elementor-text-editor {
    font-size: 15px;
    color: #fff;
    letter-spacing: .5px
}

.aboutus-pages .about-team .teams .info_teams {
    background: #fff;
    margin: 0;
    padding: 20px 30px
}

.aboutus-pages .about-team .teams .info_teams h4 {
    font-size: 26px;
    font-weight: 600px
}

.aboutus-pages .about-team .teams .slick_teams {
    max-width: 975px
}

@media (max-width: 767px) {
    .aboutus-pages .box_teams .img-fluid {
        width:100%
    }
}


.aboutus-pages .section-newsletter-aboutv1 {
  padding: 110px 0 124px
}

.aboutus-pages .section-newsletter-aboutv1 .newsletter_left {
  display: flex;
  align-items: center
}

.aboutus-pages .section-newsletter-aboutv1 .newsletter_left:before {
  content: "";
  display: inline-block;
  background: url(email_newsletter_bg.svg) no-repeat;
  background-size: 64px;
  width: 64px;
  height: 64px
}

.aboutus-pages .section-newsletter-aboutv1 .newsletter_left .newsletter_content {
  border-left: 1px solid #fff;
  padding-left: 25px;
  margin-left: 25px
}

.aboutus-pages .section-newsletter-aboutv1 .title_newletter h3 {
  font-size: 26px;
  position: relative;
  letter-spacing: 4.8px;
  font-weight: 400;
  margin: 0 0 12px;
}

.aboutus-pages .section-newsletter-aboutv1 .title_newletter h3 strong {
  font-weight: 700
}

.aboutus-pages .section-newsletter-aboutv1 .title_newletter .title_heading:before {
  content: unset
}

.aboutus-pages .section-newsletter-aboutv1 .content {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400
}

.aboutus-pages .section-newsletter-aboutv1 .newletter_email {
  width: 555px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 18px;
  padding: 0 15px;
}

.aboutus-pages .section-newsletter-aboutv1 .newletter_email form{
  width: 100%;
  position: relative;
}

.aboutus-pages .section-newsletter-aboutv1 .newletter_email form .form-group {
  position: relative;
  width:100%;
}

.aboutus-pages .section-newsletter-aboutv1 .newletter_email form .form-group .form-control {
  padding: 0 25px;
  line-height: 60px;
  height: 60px;
  border-radius: 0;
  border: none;
  font-size: 12px;
  font-weight: 600;
  color: #495057;
  background-color: #fff;
  width:100%;
}

.aboutus-pages .section-newsletter-aboutv1 .newletter_email form .btn {
  height: 60px;
  border: 0;
  padding: 0 45px;
  letter-spacing: 3.2px;
  background-color: #000000;
  position: absolute;
  right: 0;
  top: 50%;
  line-height: 32px;
  cursor: pointer;
  transform: translateY(-50%);
  color: #fff;
  border-radius: 0;
  font-size: 12px;
  font-weight: 600;
  transition: .3s;
}

.aboutus-pages .section-newsletter-aboutv1 .newletter_email form .btn:hover {
  background-color: #f4841a;
  color: #fff;
  border: 0
}

.aboutus-pages .section-newsletter-aboutv3 {
  border-top: 1px solid #f4f4f4;
  padding: 20px 0
}
.aboutus-pages .section-newsletter-aboutv3.border-bottom {
  border-bottom: 1px solid #f4f4f4;
}
.aboutus-pages .section-newsletter-aboutv3 .newsletter_left .newsletter_content {
  display: flex;
  align-items: center
}

.aboutus-pages .section-newsletter-aboutv3 .newletter_email {
  width: 555px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 0;
  float: right;
  margin-right: 0
}

.aboutus-pages .section-newsletter-aboutv3 .newletter_email form {
  width: 100%;
  position: relative
}

.aboutus-pages .section-newsletter-aboutv3 .newletter_email form .form-group {
  width: 100%;
  position: relative;
  margin: 0
}

.aboutus-pages .section-newsletter-aboutv3 .newletter_email form .form-group .form-control {
  line-height: 55px;
  height: 55px;
  width: 100%;
  border-radius: 0;
  background: #f4f4f4;
  border: 0
}

.aboutus-pages .section-newsletter-aboutv3 .newletter_email form .btn {
  height: 55px;
  border: 0;
  padding: 0 45px;
  letter-spacing: 2px;
  background-color: #000000;
  position: absolute;
  right: 0;
  top: 50%;
  line-height: 32px;
  cursor: pointer;
  transform: translateY(-50%);
  color: #fff;
  border-radius: 0;
  font-size: 15px;
  font-weight: 500;
  transition: .3s;
  border-radius: 0;
}

.aboutus-pages .section-newsletter-aboutv3 .newletter_email form .btn:hover {
  background-color: #f4841a;
  color: #fff;
  border: 0
}

.aboutus-pages .section-newsletter-aboutv3 h3 {
  margin: 0;
  position: relative;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  border-right: 1px solid #dedede;
  padding: 15px 60px 20px 0;
  margin-right: 45px;
  white-space: nowrap;
  font-weight: 600;
  width: 100%;
  letter-spacing: 0.8px;
  max-width: 345px
}

@media (max-width: 767px) {
  .aboutus-pages .section-newsletter-aboutv3 h3 {
    justify-content:center;
    max-width: 100%;
    border: 0;
    margin: 0;
    padding: 0
  }
}

.aboutus-pages .section-newsletter-aboutv3 h3:before {
  content: "";
  display: inline-block;
  background: url(email_newsletter.svg) no-repeat;
  background-size: 54px;
  width: 54px;
  height: 54px;
  margin-right: 20px
}

@media (max-width: 767px) {
  .aboutus-pages .section-newsletter-aboutv3 .newsletter_left {
    margin-bottom:15px
  }

  .aboutus-pages .section-newsletter-aboutv3 .newsletter_left .newsletter_content {
    display: unset;
    text-align: center
  }

  .aboutus-pages .section-newsletter-aboutv3 .newletter_email form .btn {
    padding: 0 20px
  }
}

@media (max-width: 1024px) {
  .aboutus-pages .section-newsletter-aboutv3 .newsletter_left .newsletter_content {
    justify-content:center;
    margin-bottom: 20px
  }
}

.about-servicebox_v3 .featured-icon .sp-iconfeatured .icon {
    margin-top: 20px
}

.about-servicebox_v3 .featured-icon .sp-iconfeatured .icon svg {
    width: 60px;
    height: 60px;
    fill: #212529
}

.about-servicebox_v3 .featured-icon .sp-iconfeatured .title {
    font-size: 22px;
    letter-spacing: 0;
    text-transform: capitalize;
    margin-bottom: 5px
}

.about-servicebox_v3 .featured-icon .sp-iconfeatured p.content {
    font-size: 15px;
    color: #828282;
    margin: 0
}

.about-servicebox_v4 .featured-icon {
    padding: 0
}

.about-servicebox_v4 .featured-icon .sp-iconfeatured {
    padding: 110px 0 150px;
    background-color: #000000;
}


.about-servicebox_v4 .featured-icon .sp-iconfeatured .icon {
    margin-top: 20px
}

.about-servicebox_v4 .featured-icon .sp-iconfeatured .icon svg {
    width: 70px;
    height: 70px;
    fill: #FFF
}

.about-servicebox_v4 .featured-icon .sp-iconfeatured .title {
    font-size: 30px;
    letter-spacing: 0;
    text-transform: capitalize;
    margin-bottom: 5px;
    color: #fff
}
@media(max-width:1024px){
  .about-servicebox_v4 .featured-icon .sp-iconfeatured{
    padding:75px 0 85px;
  }
  .about-servicebox_v4 .featured-icon .sp-iconfeatured .title{
    font-size:20px;
  }
}
.page_aboutus_v1 .slide {
    background-image: url(https://cdn.shopify.com/s/files/1/0846/6015/8772/files/placeholder_1920_500.jpg?v=1701154083);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 135px 0 130px 0
}

.page_aboutus_v1 .slide span {
    font-size: 16px;
    /* 
  font-family: Jost;
   */
    font-weight: 600;
    display: inline-block;
    position: relative;
    color: #fff
}

.page_aboutus_v1 .slide span:before {
    border: 1px solid #fff;
    content: "";
    width: 100%;
    position: absolute;
    bottom: -1px
}

.page_aboutus_v1 .slide h1 {
    font-size: 40px;
    margin-top: 25px;
    font-weight: 400;
    color: #fff;
    text-transform: none
}

.page_aboutus_v1 .baner {
    padding-top: 100px
}

.page_aboutus_v1 .baner .box_img {
    overflow: hidden
}

.page_aboutus_v1 .baner .box_img:hover img {
    transform: scale(1.1);
    filter: grayscale(100%)
}

.page_aboutus_v1 .baner .box_img img {
    transition: all .5s ease
}

.page_aboutus_v1 .baner .right_banner {
    padding-left: 0;
    transform: translateX(-20px)
}

.page_aboutus_v1 .baner .right_banner h3 {
    font-size: 42px;
    color: #111111;
    font-weight: 400;
    margin-top: -8px;
    position: relative;
    z-index: 2
}

.page_aboutus_v1 .baner .right_banner h3:before {
    content: "";
    width: 200px;
    border: 3px solid #d63636;
    position: absolute;
    left: -17px;
    top: 31px;
    transform: translate(-52%);
    z-index: -1
}

.page_aboutus_v1 .baner .right_banner .content_1 {
    padding: 16px 0 24px 0
}

.page_aboutus_v1 .baner .right_banner p {
    font-size: 15px;
    color: #111111;
    line-height: 28px
}

.page_aboutus_v1 .baner .right_banner img {
    padding-top: 40px
}

.page_aboutus_v1 .tab_page {
    padding-top: 90px
}

.page_aboutus_v1 .tab_page .title_tab {
    border-bottom: 1px solid #ebebeb
}

.page_aboutus_v1 .tab_page .title_tab ul {
    margin-bottom: 7px!important
}

.page_aboutus_v1 .tab_page .title_tab ul li {
    margin-right: 20px!important;
    margin-left: 20px
}

.page_aboutus_v1 .tab_page .title_tab ul li.active a:before {
    width: 100%;
    opacity: 1;
    visibility: visible
}

.page_aboutus_v1 .tab_page .title_tab ul li a {
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: #111111;
    margin: 0 3px;
    position: relative;
}

.page_aboutus_v1 .tab_page .title_tab ul li a:before {
    content: '';
    width: 0%;
    border: 1px solid #d63636;
    position: absolute;
    bottom: -11px;
    transition: all .5s ease;
    opacity: 0;
    visibility: hidden
}

.page_aboutus_v1 .tab_page .title_tab ul li a.active:before,.page_aboutus_v1 .tab_page .title_tab ul li a:focus:before,.page_aboutus_v1 .tab_page .title_tab ul li a:hover:before {
    width: 100%;
    opacity: 1;
    visibility: visible
}

.page_aboutus_v1 .tab_page .content_tab {
    transition: all .5s ease;
    transform: scale(.8);
    margin-top: 50px!important;
    position: absolute;
    opacity: 0;
    visibility: visible
}

.page_aboutus_v1 .tab_page .content_tab.active {
    transform: scale(1);
    transition: all .5s ease;
    position: static;
    opacity: 1;
    visibility: visible
}

.page_aboutus_v1 .tab_page .content_tab .top_tab p {
    font-size: 16px;
    color: #111111;
    margin-bottom: 51px!important
}

.page_aboutus_v1 .feature {
    margin-top: 12px
}

.page_aboutus_v1 .feature .box-content {
    padding: 82px
}

.page_aboutus_v1 .feature .box-content p {
    /* 
  font-family: Jost;
   */
    font-size: 15px;
    letter-spacing: 3px;
    font-weight: 600
}

.page_aboutus_v1 .feature .box-content h3 {
    font-size: 20px;
    margin-top: 32px;
    font-weight: 400
}

.page_aboutus_v1 .feature .box-content .ruler {
    width: 45%;
    border-bottom: 1px solid #111111;
    position: relative;
    margin-top: 55px
}

.page_aboutus_v1 .newsletter {
    margin-bottom: 100px;
    margin-top: 77px
}

.page_aboutus_v1 .newsletter .box-content h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    text-transform: inherit
}

.page_aboutus_v1 .newsletter .box-content p {
    font-size: 16px;
    color: #111111;
    margin-top: 22px
}

.page_aboutus_v1 .newsletter .box-email {
    margin-top: 40px
}

.page_aboutus_v1 .newsletter .box-email input::placeholder {
    color: #111111;
    font-size: 12px;
    align-content: flex-end
}

.page_aboutus_v1 .newsletter .box-email .form-control {
    padding-left: 0;
    border: none;
    border-bottom: 1px solid #111111;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-bottom: 16px
}

.page_aboutus_v1 .newsletter .box-email .form-control:focus {
    box-shadow: none
}

.page_aboutus_v1 .newsletter .box-email .input-group-text {
    background: 0 0;
    border: none;
    padding: 0;
    border-bottom: 1px solid #111111;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-bottom: 16px;
    color: #111111
}

.page_aboutus_v1 .newsletter .box-email .input-group-text:focus {
    box-shadow: none
}

.page_aboutus_v1 .newsletter .box-email .btn-primary {
    background-color: #f4841a;
    border-radius: 0;
    border: none;
    padding: 14px 0;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 15px;
    transition: .3s
}

.page_aboutus_v1 .newsletter .box-email .btn-primary:active,.page_aboutus_v1 .newsletter .box-email .btn-primary:focus,.page_aboutus_v1 .newsletter .box-email .btn-primary:hover {
    color: #fff;
    background-color: #111111;
    box-shadow: none;
    border: none
}

.page_aboutus_v1 .newsletter .box-email .btn-primary:not(:disabled):not(.disabled).active:focus,.page_aboutus_v1 .newsletter .box-email .btn-primary:not(:disabled):not(.disabled):active:focus,.page_aboutus_v1 .newsletter .box-email .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none
}

.page_aboutus_v1.page_aboutus_v2 .title_general h3 {
    font-size: 38px;
    font-weight: 500
}

.page_aboutus_v1.page_aboutus_v2 .title_general p {
    line-height: 22px;
    font-size: 15px;
    color: #111111
}

.page_aboutus_v1.page_aboutus_v2 .about_top {
    margin-top: 100px
}

.page_aboutus_v1.page_aboutus_v2 .about_top .paddingright {
    padding-right: 45px
}

.page_aboutus_v1.page_aboutus_v2 .about_top .paddingright h2 {
    font-size: 46px;
    font-weight: 500
}

.page_aboutus_v1.page_aboutus_v2 .about_top .paddingright p {
    color: #111111;
    font-size: 16px;
    line-height: 26px;
    padding: 20px 0 20px 0!important
}

.page_aboutus_v1.page_aboutus_v2 .about_top .paddingright .exploremore {
    color: #111111;
    text-decoration: none;
    font-weight: 500;
    position: relative
}

.page_aboutus_v1.page_aboutus_v2 .about_top .paddingright .exploremore:before {
    content: '';
    width: 100%;
    border-bottom: 1px solid #111111;
    position: absolute;
    bottom: -3px
}

.page_aboutus_v1.page_aboutus_v2 .video {
    margin-top: 60px
}

.page_aboutus_v1.page_aboutus_v2 .video .box-video {
    position: relative
}

.page_aboutus_v1.page_aboutus_v2 .video .box-video img {
    transition: all .5s ease
}

.page_aboutus_v1.page_aboutus_v2 .video .box-video i {
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50px;
    line-height: 60px;
    transition: all .5s ease
}

.page_aboutus_v1.page_aboutus_v2 .video .box-video i:hover {
    cursor: pointer
}

.page_aboutus_v1.page_aboutus_v2 .video .box-video:hover img {
    filter: brightness(50%);
    transition: all .5s ease
}

.page_aboutus_v1.page_aboutus_v2 .teams {
    margin-top: 60px
}

.page_aboutus_v1.page_aboutus_v2 .teams .slick_teams {
    margin-top: 30px
}

.page_aboutus_v1.page_aboutus_v2 .teams .slick_teams .box_teams {
    margin: 0 15px
}

.page_aboutus_v1.page_aboutus_v2 .teams .slick_teams .box_teams .img_teams {
    overflow: hidden
}

.page_aboutus_v1.page_aboutus_v2 .teams .slick_teams .box_teams .img_teams:hover img {
    transform: scale(1.1);
    filter: grayscale(100%)
}

.page_aboutus_v1.page_aboutus_v2 .teams .slick_teams .box_teams .img_teams img {
    transition: all .5s ease
}

.page_aboutus_v1.page_aboutus_v2 .teams .slick_teams .box_teams .info_teams {
    padding-top: 18px
}

.page_aboutus_v1.page_aboutus_v2 .teams .slick_teams .box_teams .info_teams h4 {
    margin-bottom: 10px
}

.page_aboutus_v1.page_aboutus_v2 .teams .slick_teams .box_teams .info_teams h4 a {
    font-size: 22px;
    font-weight: 500;
    text-decoration: none;
    color: #111111;
    text-transform: none
}

.page_aboutus_v1.page_aboutus_v2 .teams .slick_teams .box_teams .info_teams p {
    font-size: 16px;
    color: #111111
}

.page_aboutus_v1.page_aboutus_v2 .teams .slick_teams .box_teams .info_teams ul {
    padding-top: 31px
}

.page_aboutus_v1.page_aboutus_v2 .teams .slick_teams .box_teams .info_teams ul li {
    padding: 0 14px
}

.page_aboutus_v1.page_aboutus_v2 .teams .slick_teams .box_teams .info_teams ul li a {
    font-size: 16px;
    color: #111111;
    text-decoration: none;
    display: block;
    transition: all .5s ease
}

.page_aboutus_v1.page_aboutus_v2 .teams .slick_teams .box_teams .info_teams ul li a:hover {
    color: #111111;
    transform: rotate(360deg)
}

.page_aboutus_v1.page_aboutus_v2 .store {
    margin-top: 70px
}

.page_aboutus_v1.page_aboutus_v2 .store .thumnail_store {
    margin-top: 50px
}

.page_aboutus_v1.page_aboutus_v2 .store .box_img_store {
    overflow: hidden
}

.page_aboutus_v1.page_aboutus_v2 .store .box_img_store:hover img {
    transform: scale(1.1);
    filter: grayscale(100%)
}

.page_aboutus_v1.page_aboutus_v2 .store .box_img_store img {
    transition: all .5s ease
}

.page_aboutus_v1.page_aboutus_v2 .store .box_img_store.two {
    margin-top: 30px
}

.page_aboutus_v1.page_aboutus_v2 .address {
    margin-top: 100px;
    margin-bottom: 40px
}

.page_aboutus_v1.page_aboutus_v2 .address .address_pagev2 {
    flex-wrap: wrap
}

.page_aboutus_v1.page_aboutus_v2 .address .address_pagev2 .newyork {
    max-width: 32%
}

@media(max-width:767px){
  .page_aboutus_v1.page_aboutus_v2 .address .address_pagev2 .newyork{
    max-width:100%;
    margin-bottom:20px;
  }
}

.page_aboutus_v1.page_aboutus_v2 .address .address_pagev2 .newyork .title_address_page {
    font-size: 16px;
    color: #111111;
    margin-bottom: 34px
}

.page_aboutus_v1.page_aboutus_v2 .address .address_pagev2 .newyork p {
    color: #111111;
    font-size: 15px;
    margin-bottom: 15px!important
}

.page_aboutus_v1.page_aboutus_v2 .brand_page {
    margin-top: 80px;
    background-color: #f4841a;
    padding: 80px 0
}

.page_aboutus_v1.page_aboutus_v2 .brand_page .slick-slide img {
    display: block;
    margin: 0 auto
}

.page_aboutus_v1.page_FQA .engoc-faq-icon-minus,.page_aboutus_v1.page_FQA .engoc-faq-icon-plus {
    font-size: 12px;
    font-weight: 700;
    margin-top: 4px
}

.page_aboutus_v1.page_FQA .engoc-faq-heading .engoc-faq-icon-plus {
  display: inline-block;
  width:12px;
  fill:#111;
  margin:0 5px 0 0;
}

.page_aboutus_v1.page_FQA .engoc-faq-heading .engoc-faq-icon-minus {
    display: none
}

.page_aboutus_v1.page_FQA .engoc-faq-heading.engoc-toggle-icon .engoc-faq-icon-plus {
    display: none
}

.page_aboutus_v1.page_FQA .engoc-faq-heading.engoc-toggle-icon .engoc-faq-icon-minus {
  display: inline-block;
  width:12px;
  fill:#111;
  margin:0 5px 0 0;
}

.page_aboutus_v1.page_FQA p {
    font-size: 15px;
    color: #111111;
    line-height: 28px
}

.page_aboutus_v1.page_FQA .asked {
    margin-top: 100px
}

.page_aboutus_v1.page_FQA .asked .top_asked {
    padding-bottom: 40px
}

.page_aboutus_v1.page_FQA .asked .top_asked h3 {
    font-size: 36px;
    font-weight: 500
}

.page_aboutus_v1.page_FQA .asked .top_asked p {
    padding-top: 14px
}

.page_aboutus_v1.page_FQA .asked .content_askeds {
    padding-top: 41px;
    border-top: 1px solid #e1e1e1;
    margin-top: 4px
}

.page_aboutus_v1.page_FQA .asked .content_askeds .box_content_question {
    padding-bottom: 30px
}

.page_aboutus_v1.page_FQA .asked .content_askeds .box_content_question .title_question {
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    color: #111111;
    /* 
  font-family: Jost;
   */
    display: inline-block
}

.page_aboutus_v1.page_FQA .asked .content_askeds .box_content_question .card-body {
    padding: 17px 0 0 0;
    font-size: 15px;
    color: #111111;
    line-height: 28px
}

.page_aboutus_v1.page_FQA .newsletter {
    margin-top: 100px;
    padding-top: 100px;
    border-top: 1px solid #ebebeb;
    margin-bottom: 100px
}

@media (min-width: 768px) and (max-width:992px) {
    .page_aboutus_v1.page_FQA p {
        font-size:16px;
        line-height: 30px
    }

    .page_aboutus_v1.page_FQA .asked {
        margin-top: 60px
    }

    .page_aboutus_v1.page_FQA .asked .top_asked {
        padding-bottom: 40px
    }

    .page_aboutus_v1.page_FQA .asked .top_asked h3 {
        font-size: 35px;
        font-weight: 400
    }

    .page_aboutus_v1.page_FQA .asked .top_asked p {
        margin-bottom: 0!important
    }

    .page_aboutus_v1.page_FQA .asked .content_askeds {
        padding-top: 40px
    }

    .page_aboutus_v1.page_FQA .asked .content_askeds .box_content_question {
        padding-bottom: 18px
    }

    .page_aboutus_v1.page_FQA .asked .content_askeds .box_content_question .title_question {
        font-size: 13px;
        font-weight: 500
    }

    .page_aboutus_v1.page_FQA .asked .content_askeds .box_content_question .card-body {
        padding: 20px 0 0 40px;
        font-size: 15px
    }

    .page_aboutus_v1.page_FQA .newsletter {
        padding-top: 40px;
        margin-top: 60px;
        margin-bottom: 60px
    }
}

#map {
    height: 748px
}

.page_aboutus_v1.page_contact .get_find {
    margin-top: 100px;
    margin-bottom: 100px
}

@media(max-width:767px){
  .page_aboutus_v1.page_contact .get_find{
    margin:40px 0;
  }
}

.page_aboutus_v1.page_contact .get_find .contact-form {
    margin-top: 40px;
    text-align: center
}

.page_aboutus_v1.page_contact .get_find .contact-form textarea {
    width: 100%
}

.page_aboutus_v1.page_contact .get_find .contact-form .btn-primary {
    padding: 0 65px!important;
    height: 55px
}

.page_aboutus_v1.page_contact .get_find .box_getin h5 {
    font-size: 34px;
    font-weight: 500;
    padding-bottom: 15px
}

.page_aboutus_v1.page_contact .get_find .box_getin p {
    font-size: 15px;
    color: #111111;
    line-height: 20px
}

.page_aboutus_v1.page_contact .get_find .box_getin p a {
    color: #f4841a
}

.page_aboutus_v1.page_contact .get_find .box_getin .box-email input::placeholder {
    font-size: 12px
}

.page_aboutus_v1.page_contact .get_find .box_getin .box-email textarea::placeholder {
    color: #111111;
    font-size: 12px
}

.page_aboutus_v1.page_contact .get_find .box_getin .box-email .form-control {
    height: 60px;
    line-height: 60px;
    padding: 10px 20px;
    border: 1px solid #dcdcdc;
    border-radius: 0;
    margin-bottom: 20px
}

.page_aboutus_v1.page_contact .get_find .box_getin .box-email .form-control:focus {
    box-shadow: none
}

.page_aboutus_v1.page_contact .get_find .box_getin .box-email textarea {
    padding: 10px 20px;
    height: 260px;
    border-radius: 0
}

.page_aboutus_v1.page_contact .get_find .box_getin .box-email .form-control.border_bottomform {
    border-bottom: none
}

.page_aboutus_v1.page_contact .get_find .box_getin .box-email .input-group {
    padding-bottom: 0;
    border-bottom: 1px solid #111111;
    padding-top: 100px;
    margin-bottom: 0!important
}

.page_aboutus_v1.page_contact .get_find .box_getin .box-email .input-group .input-group-text {
    padding-bottom: 0;
    margin-bottom: -18px
}

.page_aboutus_v1.page_contact .get_find .box_getin .box-email .input-group-text {
    background: 0 0;
    border: none;
    padding: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-bottom: 0;
    color: #111111
}

.page_aboutus_v1.page_contact .get_find .box_getin .box-email .input-group-text:focus {
    box-shadow: none
}

.page_aboutus_v1.page_contact .get_find .box_getin .box-email .btn-primary {
    background-color: #000000;
    border-radius: 0;
    border: none;
    padding: 16px 0;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 21px;
    transition: .3s
}

.page_aboutus_v1.page_contact .get_find .box_getin .box-email .btn-primary:active,.page_aboutus_v1.page_contact .get_find .box_getin .box-email .btn-primary:focus,.page_aboutus_v1.page_contact .get_find .box_getin .box-email .btn-primary:hover {
    color: #fff;
    background-color: #f4841a;
    box-shadow: none;
    border: none
}

.page_aboutus_v1.page_contact .get_find .box_getin .box-email .btn-primary:not(:disabled):not(.disabled).active:focus,.page_aboutus_v1.page_contact .get_find .box_getin .box-email .btn-primary:not(:disabled):not(.disabled):active:focus,.page_aboutus_v1.page_contact .get_find .box_getin .box-email .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none
}

.page_aboutus_v1.page_contact .get_find .box_getin.box_find {
    padding-right: 50px
}

.page_aboutus_v1.page_contact .get_find .box_getin.box_find .info_find {
    padding-top: 20px
}

.page_aboutus_v1.page_contact .get_find .box_getin.box_find .info_find .icon-box-wrapper {
    display: flex;
    width: 100%;
    margin-bottom: 30px
}

.page_aboutus_v1.page_contact .get_find .box_getin.box_find .info_find .icon-box-wrapper .icon-box-icon {
    display: inline-block;
    float: left;
    width: 30px;
    height: 50px;
    margin-right: 35px
}

.page_aboutus_v1.page_contact .get_find .box_getin.box_find .info_find .icon-box-wrapper .icon-box-icon .icon-svg svg {
    width: 30px;
    height: 30px
}

.page_aboutus_v1.page_contact .get_find .box_getin.box_find .info_find .icon-box-wrapper .icon-box-content {
    display: inline-block
}

.page_aboutus_v1.page_contact .get_find .box_getin.box_find .info_find .icon-box-wrapper .icon-box-content .icon-box-title {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 10px
}

.page_aboutus_v1.page_contact .get_find .box_getin.box_find .info_find .icon-box-wrapper .icon-box-content .icon-box-description {
    margin-bottom: 0;
    color: #828282
}

.page_aboutus_v1.page_contact .get_find .box_getin.box_find .info_find p span {
    margin-right: 25px
}

@media (min-width: 576px) and (max-width:767px) {
    .page_aboutus_v1.page_contact #map {
        height:300px;
    }

    .page_aboutus_v1.page_contact .get_find {
        margin-top: 50px;
        margin-bottom: 50px
    }

    .page_aboutus_v1.page_contact .get_find .box_getin {
        margin-top: 0
    }

    .page_aboutus_v1.page_contact .get_find .box_getin h5 {
        font-size: 30px
    }

    .page_aboutus_v1.page_contact .get_find .box_getin p {
        margin-bottom: 0
    }

    .page_aboutus_v1.page_contact .get_find .box_getin .box-email {
        margin-top: 0
    }

    .page_aboutus_v1.page_contact .get_find .box_getin .box-email .btn-primary {
        font-size: 15px
    }

    .page_aboutus_v1.page_contact .get_find .box_getin.box_find {
        margin-left: 0;
        margin-top: 30px
    }

    .page_aboutus_v1.page_contact .get_find .box_getin.box_find .info_find {
        margin-left: 0;
        padding-top: 30px
    }

    .page_aboutus_v1.page_contact .get_find .box_getin.box_find .info_find p span {
        margin-right: 25px
    }
}

@media (min-width: 768px) and (max-width:992px) {
    .page_aboutus_v1.page_contact #map {
        height:400px;
    }
    .page_aboutus_v1.page_contact2 #map{
      height:650px;
    }

    .page_aboutus_v1.page_contact .get_find {
        margin-top: 60px;
        margin-bottom: 60px
    }

    .page_aboutus_v1.page_contact .get_find .box_getin h5 {
        font-size: 30px;
        padding-bottom: 0
    }

    .page_aboutus_v1.page_contact .get_find .box_getin p {
        line-height: 28px
    }

    .page_aboutus_v1.page_contact .get_find .box_getin .box-email .input-group {
        padding-top: 29px
    }

    .page_aboutus_v1.page_contact .get_find .box_getin.box_find {
      margin:0;
      padding:0 !important;
    }

    .page_aboutus_v1.page_contact .get_find .box_getin.box_find .info_find {
        margin-left: 26px;
        padding-top: 30px
    }

    .page_aboutus_v1.page_contact .get_find .box_getin.box_find .info_find p span {
        margin-right: 25px
    }
}

@media (min-width: 992px) and (max-width:1200px) {
    .page_aboutus_v1.page_FQA p {
        font-size:16px;
        line-height: 30px
    }

    .page_aboutus_v1.page_FQA .asked {
        margin-top: 45px
    }

    .page_aboutus_v1.page_FQA .asked .top_asked {
        padding-bottom: 45px
    }

    .page_aboutus_v1.page_FQA .asked .top_asked h3 {
        font-size: 35px;
        font-weight: 400
    }

    .page_aboutus_v1.page_FQA .asked .top_asked p {
        margin-bottom: 0!important
    }

    .page_aboutus_v1.page_FQA .asked .content_askeds {
        padding-top: 45px
    }

    .page_aboutus_v1.page_FQA .asked .content_askeds .box_content_question {
        padding-bottom: 30px
    }

    .page_aboutus_v1.page_FQA .asked .content_askeds .box_content_question .title_question {
        font-size: 13px;
        font-weight: 500
    }

    .page_aboutus_v1.page_FQA .asked .content_askeds .box_content_question .card-body {
        padding: 20px 0 0 40px;
        font-size: 15px
    }

    .page_aboutus_v1.page_FQA .newsletter {
        padding-top: 50px;
        margin-top: 50px
    }

    .page_aboutus_v1 .slide {
        padding: 135px 0
    }

    .page_aboutus_v1 .baner {
        padding: 135px 0 130px 0
    }

    .page_aboutus_v1 .feature .box-content {
        padding: 60px
    }

    .page_aboutus_v1 .newsletter {
        margin-bottom: 80px;
        margin-top: 20px
    }

    .page_aboutus_v1.page_aboutus_v2 .about_top .paddingright h2 {
        font-size: 50px
    }

    .page_aboutus_v1.page_aboutus_v2 .teams .slick_teams .box_teams .info_teams ul {
        padding-top: 0
    }

    .page_aboutus_v1.page_aboutus_v2 .teams .slick_teams .box_teams {
        margin: 0 15px
    }

    .page_aboutus_v1.page_aboutus_v2 .teams .slick_teams .box_teams .info_teams {
        padding-top: 20px
    }

    .page_aboutus_v1.page_aboutus_v2 .teams .slick_teams .box_teams .info_teams p {
        font-size: 14px;
        padding-bottom: 0;
        margin-bottom: 12px!important
    }

    .page_aboutus_v1.page_aboutus_v2 .store .box_img_store.two {
        margin-top: 24px
    }
}

.contact-page {
    padding: 50px 0 60px 0
}

.contact-page .title_desc {
    font-size: 40px;
    color: #111111;
    line-height: 1.6;
    text-align: center;
    /* 
  font-family: Jost;
   */
    font-weight: 400;
    font-style: normal;
    margin-bottom: 40px
}

.contact-page .contact-form .contact_top {
    background: #f7f7f7
}

.contact-page .contact-form .contact_top>.row {
    align-items: center
}

.contact-page .contact-form .contact_top .info_left {
    padding: 0 60px;
    height: 100%
}
@media(max-width:768px){
  .contact-page .contact-form .contact_top .info_left{
    padding: 0 30px;
  }
  .aboutus-pages .section-newsletter-aboutv1 .newsletter_left{
    justify-content:center;
  }
}

@media(max-width:767px){
  .aboutus-pages .section-newsletter-aboutv1 .newsletter_left{
    justify-content:center;
    flex-wrap:wrap;
  }
  .aboutus-pages .section-newsletter-aboutv1 .newsletter_left .newsletter_content{
    padding:0;
    margin: 20px 0 0 0 ;
    text-align:center !important;
    border:0;
  }
  .page_aboutus_v1.page_FQA .newsletter{
    margin-top: 50px;
    padding-top: 50px;
  }
}
.contact-page .contact-form .contact_top .info_left h2 {
    font-size: 14px;
    letter-spacing: 4.8px;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 35px
}

.contact-page .contact-form .contact_top .info_left h2:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 1px;
    background: #f4841a
}

.contact-page .contact-form .contact_top .info_left .content p {
    color: #969696
}

.contact-page .contact-form .contact_top .info_left .button-wrapper{
  margin: 60px 0 20px 0 ;
}

.contact-page .contact-form .contact_top .info_left .button-wrapper a{
  font-size: 36px;
  font-weight: 500;
  color: #000;
  background-color: rgba(2,1,1,0);
  border-style: solid;
  border-width: 0 0 2px;
  border-color: #000;
  border-radius: 0;
  padding: 0;
}

@media(max-width: 1024px){
  .contact-page .contact-form .contact_top .info_left .button-wrapper a{
    font-size:20px;
  }
}

@media(max-width: 1024px){
  .contact-page .contact-form .contact_top .info_left{
    padding:40px 35px;
  }
  .contact-page .contact-form .contact_top .image_map img{
    width:100%;
  }
}

.contact-page .contact-form .contact_top .info_left .follow_us {
    margin-top: 50px
}

.contact-page .contact-form .contact_top .info_left .follow_us ul.social-link {
    list-style: none;
    padding: 0
}

.contact-page .contact-form .contact_top .info_left .follow_us ul.social-link li {
    display: inline-block;
    margin: 0;
    margin-right: 10px
}

.contact-page .contact-form .contact_top .info_left .follow_us ul.social-link li a {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid #000;
    display: inline-block;
    line-height: 45px;
    text-align: center
}

.contact-page .contact-form .contact_top .info_left .follow_us ul.social-link li a:hover {
    background: #f4841a;
    border-color: #f4841a
}

.contact-page .contact-form .contact_top .info_left .follow_us ul.social-link li a:hover i {
    color: #fff
}

.contact-page .contact-form .contact_top .info_left .follow_us ul.social-link li a i {
    font-size: 18px;
    color: #000000;
}

.contact-page .contact-form .contact_bottom {
    margin-top: 50px
}

.contact-page .contact-form .contact_title {
    font-size: 40px;
    position: relative;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 40px
}

.contact-page .contact-form .contact_title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 40px);
    width: 80px;
    height: 1px;
    background: #f4841a
}

.contact-page .contact-form .contact-form-page .contact-form label {
  color: #000000;
  font-size: 16px;
  margin-bottom: 15px;
  position: relative;
  font-weight: 500;
  margin-left:10px;
}

.contact-page .contact-form .contact-form-page .contact-form label:before {
    content: "*";
    color: red;
    position: absolute;
    top: 1px;
    right: -10px
}

.contact-page .contact-form .contact-form-page .contact-form .contact-email,.contact-page .contact-form .contact-form-page .contact-form .contact-name,.contact-page .contact-form .contact-form-page .contact-form .contact-subject {
    margin-bottom: 18px
}

.contact-page .contact-form .contact-form-page .contact-form .contact-email input,.contact-page .contact-form .contact-form-page .contact-form .contact-name input,.contact-page .contact-form .contact-form-page .contact-form .contact-subject input {
    border-radius: 0;
    border: 1px solid #ebebeb;
    width: 100%;
    background-color: transparent;
    padding: 10px 20px;
    padding-left: 25px;
    line-height: 60px;
    height: 60px
}

.contact-page .contact-form .contact-form-page .contact-form .contact-email input::placeholder,.contact-page .contact-form .contact-form-page .contact-form .contact-name input::placeholder,.contact-page .contact-form .contact-form-page .contact-form .contact-subject input::placeholder {
    font-size: 14px;
    color: #999;
    font-weight: 400;
    /* 
  font-family: Jost;
   */
}

.contact-page .contact-form .contact-form-page .contact-form .contact-message {
    margin-bottom: 18px
}

.contact-page .contact-form .contact-form-page .contact-form .contact-message textarea {
    border-radius: 0;
    border: 1px solid #ebebeb;
    width: 100%;
    background-color: transparent;
    padding: 15px;
    padding-left: 25px
}

.contact-page .contact-form .contact-form-page .contact-form .contact-message textarea::placeholder {
    font-size: 14px;
    color: #999;
    font-weight: 400;
    /* 
  font-family: Jost;
   */
}

.contact-page .contact-form .contact-form-page .contact-form .contact-submit {
    margin-bottom: 18px;
    text-align: center
}

.contact-page .contact-form .contact-form-page .contact-form .contact-submit input {
    height: 55px;
    line-height: 55px;
    font-size: 14px;
    letter-spacing: 3.2px;
    padding: 0 65px;
    color: #fff;
    background: #000;
    border: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    border-radius: 0
}

.contact-page .contact-form .contact-form-page .contact-form .contact-submit input:focus,.contact-page .contact-form .contact-form-page .contact-form .contact-submit input:hover {
    background-color: #f4841a
}

.contact-page .address-shop {
    margin-bottom: 25px
}

.contact-page .address-shop .shop-name {
    font-size: 24px;
    color: #111111;
    text-align: left;
    /* 
  font-family: Jost;
   */
    font-weight: 500;
    letter-spacing: .2em;
    font-style: normal
}

.contact-page .address-shop .shop-address {
    /* 
  font-family: Jost;
   */
    font-size: 14px;
    color: #a8a8a8;
    line-height: 1.6;
    font-weight: 400
}

.contact-page .info-shop {
    margin-bottom: 25px
}

.contact-page .info-shop .title {
    font-size: 18px;
    color: #111111;
    text-align: left;
    /* 
  font-family: Jost;
   */
    font-weight: 500;
    font-style: normal
}

.contact-page .info-shop .content {
    /* 
  font-family: Jost;
   */
    font-size: 14px;
    color: #a8a8a8;
    line-height: 1.6;
    font-weight: 400
}

.product-item-v1 {
    overflow: hidden
}

.product-item-v1 .info-product .spr-badge{
  padding: 20px 0 4px 0
}
.product-item-v1 .info-product .title-product {
    padding: 0 0 4px 0
}

.product-item-v1 .info-product .title-product a {
    /* 
  font-family: Jost;
   */
    font-size: 15px;
    font-weight: 400;
    color: #111111;
    line-height: 28px
    letter-spacing: .2px;
}
@media (max-width: 576px){
  .product-item-v1 .info-product .title-product a {
    font-weight: 400;
   }
}
.product-item-v1 .info-product .title-product:hover a {
    color: #f4841a
}

.product-item-v1 .info-product .price-product .price-old {
    /* 
  font-family: Jost;
   */
    font-size: 15px;
    font-weight: 600;
    color: #979797
}

.product-item-v1 .info-product .price-product .price {
    /* 
  font-family: Jost;
   */
    font-size: 15px;
    font-weight: 600;
    color: #f4841a
}

.product-item-v1 .img-product {
    overflow: hidden;
    margin-bottom: 20px;
}

.product-item-v1 .img-product img {
    /*transition: .8s*/
}

.product-item-v1 .img-product .label-new {
    /* 
  font-family: Jost;
   */
    height: 25px;
    display: inline-block;
    text-align: center;
    background-color: #f44338;
    line-height: 25px;
    color: #fff;
    font-weight: 600;
    letter-spacing: .1em;
    font-size: 10px;
    padding: 0 10px;
    background-color: #41cce5;
    left: 13px;
    top: 9px
}

.product-item-v1 .img-product .label-sale {
  position: absolute;
  top: 10px;
  right: -30px;
  color: #fff;
  font-size: 12px;
  /* 
  font-family: Jost;
   */
  font-weight: 500;
  letter-spacing: 1px;
  padding: 5px 12px;
  transform: rotate(45deg);
  width: 110px
}

.product-item-v1 .img-product .sold-out {
    position: absolute;
    padding: 5px 7px;
    /* 
  font-family: Jost;
   */
    font-weight: 600;
    display: inline-block;
    font-size: 11px;
    letter-spacing: .2em;
    text-align: center;
    line-height: 1.2;
    transform: translate(-50%,-50%) scale(0);
    left: 50%;
    top: 50%;
    transition: all .3s ease;
    background-color: #f4841a;
    padding: 10px 15px
}

.product-item-v1 .img-product .sold-out a {
    color: #fff
}

.product-item-v1 .img-product .sold-out:hover {
    transition: all .3s ease
}

.product-item-v1 .img-product .countdown-timer {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.product-item-v1 .img-product .countdown-timer {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.product-item-v1 .img-product .countdown-timer ul {
  padding-left: 0;
  margin-bottom: 0;
}

.product-item-v1 .img-product .countdown-timer li {
  /* 
  font-family: Jost;
   */
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  width: 60px;
  height: auto;
  line-height: 1;
  padding: 14px 0;
  list-style-type: none;
  color: #111111;
  margin: 0 3px 10px 3px;
  background-color: rgba(255,255,255,.9);
  border-radius: 2px;
  opacity:.8
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .product-item-v1 .img-product .countdown-timer li {
    width: 55px;
  }
}
.product-item-v1 .img-product .countdown-timer li span {
  /* 
  font-family: Jost;
   */
  color: #111111;
  display: block;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  margin-bottom: 5px;
}

.product-item-v1 .img-product .countdown-timer li span b {
  font-weight: 500;
  padding-top: 7px;
}

@media (max-width: 576px) {
  .product-item-v1 .img-product .countdown-timer li {
    font-size: 9px;
    width: 28px;
    padding-top: 0;
    height: auto;
    line-height: 1;
    padding: 7px 0;
  }

  .product-item-v1 .img-product .countdown-timer li span {
    font-size: 9px;
    margin-bottom: 2px;
  }
}

.product-item-v1 .product-icon-action {
  position: absolute;
  bottom: 50px;
  right: 0;
  background-color: transparent;
  -webkit-transition: .4s linear;
  -moz-transition: .4s linear;
  -ms-transition: .4s linear;
  -o-transition: .4s linear;
  transition: .4s linear;
  display: block;
  flex-wrap: wrap;
  z-index:2;
}

.collection-page-sidebar .col-lg-2dot4 .product-item-v1 .product-icon-action{
  display:none;
}

@media (max-width: 767px) {
    .product-item-v1 .product-icon-action {
        display:none
    }
}

.product-item-v1 .product-icon-action .add-to-cart,.product-item-v1 .product-icon-action .add-wishlist,.product-item-v1 .product-icon-action .quick-view {
    transition: .5s;
    visibility: hidden;
    opacity: 0;
    transform: translateX(30px);
    margin-bottom: 15px
}

.product-item-v1 .product-icon-action .add-to-cart a,.product-item-v1 .product-icon-action .add-to-cart button,.product-item-v1 .product-icon-action .add-wishlist a,.product-item-v1 .product-icon-action .add-wishlist button,.product-item-v1 .product-icon-action .quick-view a,.product-item-v1 .product-icon-action .quick-view button {
    color: #232529;
    display: inline-block;
    width: 46px;
    height: 46px;
    line-height: 46px;
    border-radius: 50%;
    padding: 0;
    font-weight: 400;
    margin: 0 10px;
    background-color: #fff;
    font-size: 0;
    box-shadow: 0 3px 10px rgba(0,0,0,.08);
    transition: .3s;
    text-align: center
}

.product-item-v1 .product-icon-action .add-to-cart a i,.product-item-v1 .product-icon-action .add-to-cart button i,.product-item-v1 .product-icon-action .add-wishlist a i,.product-item-v1 .product-icon-action .add-wishlist button i,.product-item-v1 .product-icon-action .quick-view a i,.product-item-v1 .product-icon-action .quick-view button i {
    font-size: 18px;
    color: #111111;
    line-height: 45px
}

.product-item-v1 .product-icon-action .add-to-cart a svg,.product-item-v1 .product-icon-action .add-to-cart button svg,.product-item-v1 .product-icon-action .add-wishlist a svg,.product-item-v1 .product-icon-action .add-wishlist button svg,.product-item-v1 .product-icon-action .quick-view a svg,.product-item-v1 .product-icon-action .quick-view button svg {
    width: 20px;
    height: 20px;
    fill: #111111111
}

.product-item-v1 .product-icon-action .add-to-cart a:hover,.product-item-v1 .product-icon-action .add-to-cart button:hover,.product-item-v1 .product-icon-action .add-wishlist a:hover,.product-item-v1 .product-icon-action .add-wishlist button:hover,.product-item-v1 .product-icon-action .quick-view a:hover,.product-item-v1 .product-icon-action .quick-view button:hover {
    background-color: #f4841a;
    transition: .3s
}

.product-item-v1 .product-icon-action .add-to-cart a:hover i,.product-item-v1 .product-icon-action .add-to-cart button:hover i,.product-item-v1 .product-icon-action .add-wishlist a:hover i,.product-item-v1 .product-icon-action .add-wishlist button:hover i,.product-item-v1 .product-icon-action .quick-view a:hover i,.product-item-v1 .product-icon-action .quick-view button:hover i {
    color: #fff;
    z-index: 1;
    transition: .3s
}

.product-item-v1 .product-icon-action .add-to-cart a:hover svg,.product-item-v1 .product-icon-action .add-to-cart button:hover svg,.product-item-v1 .product-icon-action .add-wishlist a:hover svg,.product-item-v1 .product-icon-action .add-wishlist button:hover svg,.product-item-v1 .product-icon-action .quick-view a:hover svg,.product-item-v1 .product-icon-action .quick-view button:hover svg {
    fill: #fff
}

.product-item-v1:hover .img-product img {
    /*transition: .8s*/
}

.product-item-v1:hover .sold-out {
    transform: translate(-50%,-50%) scale(1);
    transition: all .3s ease
}

.product-item-v1:hover .product-icon-action .add-to-cart,.product-item-v1:hover .product-icon-action .add-wishlist,.product-item-v1:hover .product-icon-action .quick-view {
    transform: none;
    opacity: 1;
    visibility: visible
}

.product-item-v1 .image-thumbnail .more_variant {
    margin-left: 15px;
    font-size: 14px;
    font-weight: 600;
    color: #111111
}

.product-item-v1 .image-thumbnail .more_variant:hover {
    color: #f4841a
}

.product-item-v1 .image-thumbnail .variant-image-group {
    height: 30px
}

.product-item-v1 .image-thumbnail .variant-image-group .border_thumbnail {
    display: inline-block;
    border: none
}

.product-item-v1 .image-thumbnail .variant-image-group .border_thumbnail .circle-thumb {
    background-position: center;
    height: 30px;
    width: 30px;
    display: inline-block;
    border-radius: 50%;
}

.product-item-v1 .image-thumbnail .variant-image-group .border_thumbnail .circle-thumb.active {
    border: 2px solid #f4841a
}

@media (max-width: 576px) {
    .product-item-v1 .image-thumbnail .more_variant {
        margin-left:5px;
        font-size: 10px
    }

    .product-item-v1 .image-thumbnail .variant-image-group {
        height: 18px
    }

    .product-item-v1 .image-thumbnail .variant-image-group .border_thumbnail .circle-thumb {
        height: 20px;
        width: 20px
    }
}

.product-item-v2 {
    overflow: hidden
}

.product-item-v2 .info-product .title-product {
    padding: 20px 0 10px 0
}

.product-item-v2 .info-product .title-product a {
    /* 
  font-family: Jost;
   */
    font-size: 14px;
    font-weight: 500;
    color: #494949
}

.product-item-v2 .info-product .title-product:hover a {
    color: #f4841a
}

.product-item-v2 .price-product {
    padding-top: 5px
}

.product-item-v2 .price-product .price-old {
    /* 
  font-family: Jost;
   */
    font-size: 15px;
    font-weight: 700;
    color: #979797
}

.product-item-v2 .price-product .price {
    /* 
  font-family: Jost;
   */
    font-size: 15px;
    font-weight: 700;
    color: #f4841a
}

.product-item-v2 .img-product {
    overflow: hidden
}

.product-item-v2 .img-product .label-new {
    /* 
  font-family: Jost;
   */
    height: 25px;
    display: inline-block;
    text-align: center;
    background-color: #f44338;
    line-height: 25px;
    color: #fff;
    font-weight: 600;
    letter-spacing: .1em;
    font-size: 10px;
    padding: 0 10px;
    background-color: #41cce5;
    left: 13px;
    top: 9px
}

.product-item-v2 .img-product .label-sale {
  position: absolute;
  top: 10px;
  right: -30px;
  color: #fff;
  font-size: 12px;
  /* 
  font-family: Jost;
   */
  font-weight: 500;
  letter-spacing: 1px;
  padding: 5px 12px;
  transform: rotate(45deg);
  width: 110px
}

.product-item-v2 .img-product .sold-out {
    position: absolute;
    padding: 5px;
    /* 
  font-family: Jost;
   */
    font-weight: 500;
    display: inline-block;
    font-size: 18px;
      
    text-align: center;
    line-height: 1.2;
    transform: translate(-50%,-50%) rotate(45deg) scale(0);
    left: 50%;
    top: 50%;
    transition: all .3s ease;
    background-color: rgba(20,192,255,.47);
    padding: 10px;
    border-radius: 20px
}

.product-item-v2 .img-product .sold-out a {
    color: #fff
}

.product-item-v2 .img-product .sold-out:hover {
    transition: all .3s ease
}

.product-item-v2 .img-product .sold-out:hover a {
    color: #f4841a
}

.product-item-v2 .product-icon-action {
  position: absolute;
  bottom: 70px;
  left: 0;
  display: block;
  transition: .5s;
  opacity: 0;
  visibility: hidden;
  z-index:2;
}

.collection-page-sidebar .col-md-3 .product-item-v2 .product-icon-action,
.collection-page-sidebar .col-lg-2dot4 .product-item-v2 .product-icon-action,
.collection-page-sidebar .col-lg-3 .product-item-v2 .product-icon-action{
  display:none;
}

.product-item-v2 .product-icon-action li a {
  width: 46px;
  height: 46px;
  line-height: 46px;
  background-color: #fff;
  box-shadow: 0 15px 25px rgba(0,0,0,.08);
  border-radius: 50%;
  margin-left: 0;
  margin-right: 0;
  display: block;
  margin-bottom: 13px;
  transition: .5s;
  color: #111111;
  font-size: 0;
}

.product-item-v2 .product-icon-action li a:hover {
    background-color: #f4841a;
    color: #fff
}

.product-item-v2 .product-icon-action li a:hover svg {
    fill: #ffffff
}

.product-item-v2 .product-icon-action li a svg {
    width: 20px;
    height: 20px;
    fill: #111111111
}

.product-item-v2 .product-icon-action li a i {
    font-size: 18px;
    line-height: 46px
}

.product-item-v2 .product-icon-action li .icon-quickview {
    transform: rotate(90deg)
}

.product-item-v2 .product-icon-action li button {
    width: 46px;
    height: 46px;
    line-height: 46px;
    background-color: #fff;
    box-shadow: 0 15px 25px rgba(0,0,0,.08);
    border-radius: 50%;
    margin-left: 0;
    margin-right: 0;
    display: block;
    margin-bottom: 13px;
    transition: .5s;
    color: #111111;
    font-size: 0
}

.product-item-v2 .product-icon-action li button i {
    font-size: 18px;
    line-height: 46px
}

.product-item-v2 .product-icon-action li button svg {
    width: 20px;
    height: 20px;
    fill: #111111111
}

.product-item-v2 .product-icon-action li button:hover {
    background-color: #f4841a;
    color: #fff
}

.product-item-v2 .product-icon-action li button:hover svg {
    fill: #ffffff
}

.product-item-v2 .product-icon-action .add-wishlist a i {
    line-height: 46px
}

.product-item-v2 .variant-product {
    display: inline-grid;
    position: absolute;
    bottom: 84px;
    right: 0;
    transition: all .3s linear;
    opacity: 0;
    visibility: hidden
}

.product-item-v2 .des-font {
    font-size: 16px;
    position: absolute;
    bottom: 30px;
    left: 28px;
    font-weight: 500
}

.product-item-v2:hover .sold-out {
    transform: translate(-50%,-50%) rotate(45deg) scale(1);
    transition: all .5s ease
}

.product-item-v2:hover .variant-product {
    right: 25px;
    opacity: 1;
    visibility: visible
}

.product-item-v2:hover .product-icon-action {
    left: 25px;
    opacity: 1;
    visibility: visible
}

@media (min-width: 576px) and (max-width:768px) {
    .product-item-v2 .add-to-cart {
        display:none!important
    }

    .product-item-v2 .product-icon-action,.product-item-v2 .variant-product {
        display: none!important
    }
}

@media (max-width: 575px) {
    .product-item-v2 .img-product .label-new,.product-item-v2 .img-product .label-sale {
        display:inline-table
    }

    .product-item-v2 .price-product {
        position: unset
    }

    .product-item-v2 .des-font {
        position: unset;
        font-size: 14px;
        padding-top: 16px
    }

    .product-item-v2 .add-to-cart {
        display: none!important
    }

    .product-item-v2 .product-icon-action,.product-item-v2 .variant-product {
        display: none!important
    }
}

.product-item-v3 {
    overflow: hidden
}

.product-item-v3 .price-product {
    padding-top: 5px
}

.product-item-v3 .price-product .price-old {
    /* 
  font-family: Jost;
   */
    font-size: 15px;
    font-weight: 700;
    color: #979797
}

.product-item-v3 .price-product .price {
    /* 
  font-family: Jost;
   */
    font-size: 15px;
    font-weight: 700;
    color: #f4841a
}

.product-item-v3 .info-product .title-product {
    padding: 20px 0 10px 0
}

.product-item-v3 .info-product .title-product a {
    /* 
  font-family: Jost;
   */
    font-size: 16px;
    font-weight: 500;
    color: #111111
}

.product-item-v3 .info-product .title-product:hover a {
    color: #f4841a
}

.product-item-v3 .img-product {
    overflow: hidden
}

.product-item-v3 .img-product .label-new {
    /* 
  font-family: Jost;
   */
    height: 25px;
    display: inline-block;
    text-align: center;
    background-color: #f44338;
    line-height: 25px;
    color: #fff;
    font-weight: 600;
    letter-spacing: .1em;
    font-size: 10px;
      
    padding: 0 10px;
    background-color: #41cce5;
    left: 13px;
    top: 9px
}

.product-item-v3 .img-product .label-sale {
  position: absolute;
  top: 10px;
  right: -30px;
  color: #fff;
  font-size: 12px;
  /* 
  font-family: Jost;
   */
  font-weight: 500;
  letter-spacing: 1px;
  padding: 5px 12px;
  transform: rotate(45deg);
  width: 110px
}

.product-item-v3 .img-product .sold-out {
    position: absolute;
    padding: 5px;
    /* 
  font-family: Jost;
   */
    font-weight: 500;
    display: inline-block;
    font-size: 18px;
      
    text-align: center;
    line-height: 1.2;
    transform: translate(-50%,-50%) rotate(45deg) scale(0);
    left: 50%;
    top: 50%;
    transition: all .3s ease;
    background-color: rgba(20,192,255,.47);
    padding: 10px;
    border-radius: 20px
}

.product-item-v3 .img-product .sold-out a {
    color: #fff
}

.product-item-v3 .img-product .sold-out:hover {
    transition: all .3s ease
}

.product-item-v3 .img-product .sold-out:hover a {
    color: #f4841a
}

.product-item-v3 .product-icon-action {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  right: 21px;
  background: #fff;
  transition: .5s;
  padding: 0 12px !important;
  box-shadow: 0 15px 25px rgba(0,0,0,.08);
  opacity: 0;
  visibility: hidden;
  z-index:2;
}

.collection-page-sidebar .col-md-3 .product-item-v3 .product-icon-action,
.collection-page-sidebar .col-lg-3 .product-item-v3 .product-icon-action,
.col-lg-2dot4 .product-item-v3 .product-icon-action{
  display:none;
}

.product-item-v3 .product-icon-action li {
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #e9e9e9;
    font-size: 0
}

.product-item-v3 .product-icon-action li:last-child {
    border-bottom: none
}

.product-item-v3 .product-icon-action li i {
    font-size: 18px;
    line-height: 46px
}

.product-item-v3 .product-icon-action li a {
    color: #111111;
    font-size: 20px
}

.product-item-v3 .product-icon-action li a svg {
    width: 20px;
    height: 20px;
    fill: #111111111
}

.product-item-v3 .product-icon-action li button {
    color: #111111;
    font-size: 20px
}

.product-item-v3 .product-icon-action li button svg {
    width: 20px;
    height: 20px;
    fill: #111111111
}

.product-item-v3 .variant-product {
    display: inline-grid;
    position: absolute;
    bottom: 37px;
    left: 20px;
    transition: all .3s linear;
    opacity: 0;
    visibility: hidden
}

.product-item-v3 .des-font {
    font-size: 16px;
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    font-weight: 500;
    text-align: center;
    transition: all .3s linear;
    opacity: 0;
    visibility: hidden
}

.product-item-v3 .price-product {
    transition: all .3s linear;
    opacity: 0;
    visibility: hidden
}

.product-item-v3:hover .sold-out {
    transform: translate(-50%,-50%) rotate(45deg) scale(1);
    transition: all .3s ease
}

.product-item-v3:hover .variant-product {
    bottom: 67px;
    opacity: 1;
    visibility: visible
}

.product-item-v3:hover .des-font {
    bottom: 28px;
    opacity: 1;
    visibility: visible
}

.product-item-v3:hover .price-product {
    top: 20px;
    opacity: 1;
    visibility: visible
}

.product-item-v3:hover .product-icon-action {
    top: 50%;
    opacity: 1;
    visibility: visible
}

.product-item-v4 {
    overflow: hidden
}

.product-item-v4 .img-product {
    overflow: hidden
}

.product-item-v4 .img-product .label-new {
    /* 
  font-family: Jost;
   */
    height: 25px;
    display: inline-block;
    text-align: center;
    background-color: #f44338;
    line-height: 25px;
    color: #fff;
    font-weight: 600;
    letter-spacing: .1em;
    font-size: 10px;
      
    padding: 0 10px;
    background-color: #41cce5;
    left: 13px;
    top: 9px
}

.product-item-v4 .img-product .label-sale {
  position: absolute;
  top: 10px;
  right: -30px;
  color: #fff;
  font-size: 12px;
  /* 
  font-family: Jost;
   */
  font-weight: 500;
  letter-spacing: 1px;
  padding: 5px 12px;
  transform: rotate(45deg);
  width: 110px
}

.product-item-v4 .img-product .sold-out {
    position: absolute;
    padding: 5px;
    /* 
  font-family: Jost;
   */
    font-weight: 500;
    display: inline-block;
    font-size: 18px;
      
    text-align: center;
    line-height: 1.2;
    transform: translate(-50%,-50%) rotate(45deg) scale(0);
    left: 50%;
    top: 50%;
    transition: all .3s ease;
    background-color: rgba(20,192,255,.47);
    padding: 10px;
    border-radius: 20px
}

.product-item-v4 .img-product .sold-out a {
    color: #fff
}

.product-item-v4 .img-product .sold-out:hover {
    transition: all .3s ease
}

.product-item-v4 .img-product .sold-out:hover a {
    color: #f4841a
}

.product-item-v4 .product-icon-action {
  position: absolute;
  bottom: 70px;
  left: 0;
  display: block;
  transition: .5s;
  opacity: 0;
  visibility: hidden;
  z-index:2;
}

.collection-page-sidebar .col-md-3 .product-item-v4 .product-icon-action,
.collection-page-sidebar .col-lg-2dot4 .product-item-v4 .product-icon-action,
.collection-page-sidebar .col-lg-3 .product-item-v4 .product-icon-action{
  display:none;
}

.product-item-v4 .product-icon-action li a {
    width: 46px;
    height: 46px;
    line-height: 46px;
    background-color: #fff;
    box-shadow: 0 15px 25px rgba(0,0,0,.08);
    border-radius: 50%;
    margin-left: 0;
    margin-right: 0;
    display: block;
    margin-bottom: 13px;
    transition: .5s;
    color: #111111;
    font-size: 0
}

.product-item-v4 .product-icon-action li a i {
    font-size: 18px;
    line-height: 46px
}

.product-item-v4 .product-icon-action li a svg {
    width: 20px;
    height: 20px;
    fill: #111111111
}

.product-item-v4 .product-icon-action li a:hover {
    background-color: #f4841a;
    color: #fff
}

.product-item-v4 .product-icon-action li a:hover svg {
    fill: #ffffff
}

.product-item-v4 .product-icon-action li .icon-quickview {
    transform: rotate(90deg)
}

.product-item-v4 .product-icon-action li button {
    width: 46px;
    height: 46px;
    line-height: 46px;
    background-color: #fff;
    box-shadow: 0 15px 25px rgba(0,0,0,.08);
    border-radius: 50%;
    margin-left: 0;
    margin-right: 0;
    display: block;
    margin-bottom: 13px;
    transition: .5s;
    color: #111111;
    font-size: 0
}

.product-item-v4 .product-icon-action li button i {
    font-size: 18px;
    line-height: 46px
}

.product-item-v4 .product-icon-action li button svg {
    width: 20px;
    height: 20px;
    fill: #111111111
}

.product-item-v4 .product-icon-action li button:hover {
    background-color: #f4841a;
    color: #fff
}

.product-item-v4 .product-icon-action li button:hover svg {
    fill: #ffffff
}

.product-item-v4 .product-icon-action .add-wishlist a i {
    line-height: 46px
}

.product-item-v4 .variant-product {
    display: inline-grid;
    position: absolute;
    bottom: 84px;
    right: 0;
    transition: all .3s linear;
    opacity: 0;
    visibility: hidden
}

.product-item-v4 .des-font {
    font-size: 16px;
    position: absolute;
    bottom: 0;
    left: 28px;
    font-weight: 500;
    transition: all .3s linear;
    opacity: 0;
    visibility: hidden
}

.product-item-v4 .price-product {
    padding-top: 5px;
    transition: all .3s linear;
    opacity: 0;
    visibility: hidden
}

.product-item-v4 .price-product .price-old {
    /* 
  font-family: Jost;
   */
    font-size: 15px;
    font-weight: 700;
    color: #979797
}

.product-item-v4 .price-product .price {
    /* 
  font-family: Jost;
   */
    font-size: 15px;
    font-weight: 700;
    color: #f4841a
}

.product-item-v4:hover .sold-out {
    transform: translate(-50%,-50%) rotate(45deg) scale(1);
    transition: all .5s ease
}

.product-item-v4:hover .variant-product {
    right: 25px;
    opacity: 1;
    visibility: visible
}

.product-item-v4:hover .product-icon-action {
    left: 25px;
    opacity: 1;
    visibility: visible
}

.product-item-v4:hover .des-font {
    bottom: 30px;
    opacity: 1;
    visibility: visible
}

.product-item-v4:hover .price-product {
    top: 22px;
    opacity: 1;
    visibility: visible
}

@media (min-width: 576px) and (max-width:768px) {
    .product-item-v4 .add-to-cart {
        display:none!important
    }

    .product-item-v4 .product-icon-action,.product-item-v4 .variant-product {
        display: none!important
    }
}

@media (max-width: 575px) {
    .product-item-v4 .img-product .label-new,.product-item-v4 .img-product .label-sale {
        display:inline-table
    }

    .product-item-v4 .price-product {
        position: unset
    }

    .product-item-v4 .des-font {
        position: unset;
        font-size: 14px;
        padding-top: 16px
    }

    .product-item-v4 .add-to-cart {
        display: none!important
    }

    .product-item-v4 .product-icon-action,.product-item-v4 .variant-product {
        display: none!important
    }
}

.product-item-v5 {
    overflow: hidden
}

.product-item-v5 .price-product {
    padding-top: 5px
}

.product-item-v5 .price-product .price-old {
  /* 
  font-family: Jost;
   */
  font-size: 15px;
  font-weight: 500;
  color: #979797
}

.product-item-v5 .price-product .price {
  /* 
  font-family: Jost;
   */
  font-size: 15px;
  font-weight: 500;
  color: #f4841a
}

.product-item-v5 .info-product .title-product {
    padding: 20px 0 10px 0
}

.product-item-v5 .info-product .title-product a {
    /* 
  font-family: Jost;
   */
    font-size: 14px;
    font-weight: 500;
    color: #494949
}

.product-item-v5 .info-product .title-product:hover a {
    color: #f4841a
}

.product-item-v5 .img-product {
    overflow: hidden
}

.product-item-v5 .img-product .label-new {
    /* 
  font-family: Jost;
   */
    height: 25px;
    display: inline-block;
    text-align: center;
    background-color: #f44338;
    line-height: 25px;
    color: #fff;
    font-weight: 600;
    letter-spacing: .1em;
    font-size: 10px;
      
    padding: 0 10px;
    background-color: #41cce5;
    left: 10px;
    top: 10px
}

.product-item-v5 .img-product .label-sale {
  position: absolute;
  top: 10px;
  right: -30px;
  color: #fff;
  font-size: 12px;
  /* 
  font-family: Jost;
   */
  font-weight: 500;
  letter-spacing: 1px;
  padding: 5px 12px;
  transform: rotate(45deg);
  width: 110px;
}

.product-item-v5 .img-product .sold-out {
  position: absolute;
  padding: 5px;
  /* 
  font-family: Jost;
   */
  font-weight: 500;
  display: inline-block;
  font-size: 18px;
    
  text-align: center;
  line-height: 1.2;
  transform: translate(-50%,-50%) rotate(45deg) scale(0);
  left: 50%;
  top: 50%;
  transition: all .3s ease;
  background-color: rgba(20,192,255,.47);
  padding: 10px;
  border-radius: 20px
}

.product-item-v5 .img-product .sold-out a {
    color: #fff
}

.product-item-v5 .img-product .sold-out:hover {
    transition: all .3s ease
}

.product-item-v5 .img-product .sold-out:hover a {
    color: #f4841a
}

.product-item-v5 .img-product .variant-product {
    display: grid;
    position: absolute;
    right: 21px;
    bottom: 0;
    transition: all .5s ease;
    opacity: 0;
    visibility: hidden;
    transition-delay: 0.1s
}

.product-item-v5 .product-icon-action {
    justify-content: space-around;
    background: #fff;
    color: #111111;
    align-items: center;
    flex-wrap: wrap;
    transition: all .5s ease;
    height: 44px;
    position: absolute;
    bottom: 0;
    width: 100%;
    transform: translateY(100%)
}

.product-item-v5 .product-icon-action svg {
    width: 20px;
    height: 20px;
    fill: #111111111
}

.product-item-v5 .product-icon-action .quick-view {
    border-left: 1px solid #e0e0e0
}

.product-item-v5 .des-font {
    font-size: 16px;
    left: 28px;
    line-height: 1.5em;
    font-weight: 500;
    padding-top: 22px
}

.product-item-v5 .price-product {
    padding-top: 6px;
    color: #f4841a
}

.product-item-v5 .add-to-cart {
    position: absolute;
    background: #fff;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    transform: translateY(100%);
    transition: all .3s ease;
    padding: 3px 0
}

.product-item-v5 .add-to-cart a,.product-item-v5 .add-to-cart button {
  color: #f4841a;
  /* 
  font-family: Jost;
   */
  font-size: 12px;
  font-weight: 500;
    
  position: relative;
  display: inline-block
}

.product-item-v5 .add-to-cart a:after,.product-item-v5 .add-to-cart button:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #f4841a;
    position: absolute;
    left: 0;
    bottom: -2px
}

.product-item-v5:hover .sold-out {
    transform: translate(-50%,-50%) rotate(45deg) scale(1);
    transition: all .5s ease
}

.product-item-v5:hover .add-to-cart,
.product-item-v5:hover .product-icon-action{
    transform: unset;
    opacity: 1;
    visibility: visible
}

/*.product-item-v5:hover .product-icon-action {
    transform: unset;
    opacity: 1;
    visibility: visible
}*/

.product-item-v5:hover .img-product .variant-product {
    opacity: 1;
    visibility: visible;
    bottom: 90px
}

@media (min-width: 576px) and (max-width:768px) {
    .product-item-v5 .add-to-cart {
        display:none!important
    }

    .product-item-v5 .product-icon-action,.product-item-v5 .variant-product {
        display: none!important
    }
}

@media (max-width: 575px) {
    .product-item-v5 .img-product .label-new,.product-item-v5 .img-product .label-sale {
        display:inline-table
    }

    .product-item-v5 .price-product {
        position: unset
    }

    .product-item-v5 .des-font {
        position: unset;
        font-size: 14px;
        padding-top: 16px
    }

    .product-item-v5 .add-to-cart,
    .product-item-v5 .product-icon-action,.product-item-v5 .variant-product{
        display: none!important
    }

    /*.product-item-v5 .product-icon-action,.product-item-v5 .variant-product {
        display: none!important
    }*/
}

.product-item-v5 .img-product .countdown-timer {
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.product-item-v5 .img-product .countdown-timer ul {
    padding-left: 0;
    margin-bottom: 0
}

.col-md-3 .product-item-v5 .img-product .countdown-timer ul,
.col-lg-3 .product-item-v5 .img-product .countdown-timer ul,
.col-lg-2dot4 .product-item-v5 .img-product .countdown-timer ul{
  display:flex;  
}

.product-item-v5 .img-product .countdown-timer li {
  display: inline-block;
  font-size: 14px;
  /* 
  font-family: Jost;
   */
  font-weight: 400;
  width: 60px;
  height: 65px;
  padding-top: 9px;
  list-style-type: none;
  color: #111111;
  margin: 0 3px 10px 3px;
  background-color: rgba(255,255,255,.9);
  border-radius: 2px;
  opacity:.8;
}

.col-md-3 .product-item-v5 .img-product .countdown-timer li,
.col-lg-3 .product-item-v5 .img-product .countdown-timer li,
.col-lg-2dot4 .product-item-v5 .img-product .countdown-timer li{
  margin:0;
  width:auto;
  height:auto;
  flex:1;
  padding-top:5px;
}

.product-item-v5 .img-product .countdown-timer li span {
  color: #111111;
  display: block;
  font-weight: 400;
  font-size: 16px;
  /* 
  font-family: Jost;
   */
  text-algin: center
}

.product-item-v5 .img-product .countdown-timer li span b {
    font-weight: 500;
    padding-top: 7px
}

@media (max-width: 576px) {
    .product-item-v5 .img-product .countdown-timer li {
        font-size:9px;
        width: 28px;
        padding-top: 0;
        height: auto
    }

    .product-item-v5 .img-product .countdown-timer li span {
        font-size: 9px
    }
}

.product-item-v6 {
    overflow: hidden
}

.product-item-v6 .info-product .title-product {
    padding: 20px 0 10px 0
}

.product-item-v6 .info-product .title-product a {
    /* 
  font-family: Jost;
   */
    font-size: 14px;
    font-weight: 500;
    color: #494949
}

.product-item-v6 .info-product .title-product:hover a {
    color: #f4841a
}

.product-item-v6 .price-product {
    padding-top: 5px;
    text-align: center
}

.product-item-v6 .price-product .price-old {
    /* 
  font-family: Jost;
   */
    font-size: 15px;
    font-weight: 700;
    color: #979797
}

.product-item-v6 .price-product .price {
    /* 
  font-family: Jost;
   */
    font-size: 15px;
    font-weight: 700;
    color: #f4841a
}

.product-item-v6 .img-product {
    overflow: hidden
}

.product-item-v6 .img-product .label-new {
    /* 
  font-family: Jost;
   */
    height: 25px;
    display: inline-block;
    text-align: center;
    background-color: #f44338;
    line-height: 25px;
    color: #fff;
    font-weight: 600;
    letter-spacing: .1em;
    font-size: 10px;
      
    padding: 0 10px;
    background-color: #41cce5;
    left: 13px;
    top: 9px
}

.product-item-v6 .img-product .label-sale {
  position: absolute;
  top: 10px;
  right: -30px;
  color: #fff;
  font-size: 12px;
  /* 
  font-family: Jost;
   */
  font-weight: 500;
  letter-spacing: 1px;
  padding: 5px 12px;
  transform: rotate(45deg);
  width: 110px
}

.product-item-v6 .img-product .sold-out {
    position: absolute;
    padding: 5px;
    /* 
  font-family: Jost;
   */
    font-weight: 500;
    display: inline-block;
    font-size: 18px;
      
    text-align: center;
    line-height: 1.2;
    transform: translate(-50%,-50%) rotate(45deg) scale(0);
    left: 50%;
    top: 50%;
    transition: all .3s ease;
    background-color: rgba(20,192,255,.47);
    padding: 10px;
    border-radius: 20px
}

.product-item-v6 .img-product .sold-out a {
    color: #fff
}

.product-item-v6 .img-product .sold-out:hover {
    transition: all .3s ease
}

.product-item-v6 .img-product .sold-out:hover a {
    color: #f4841a
}

.product-item-v6 .img-product:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all .3s linear;
    background-color: rgba(35,37,41,.6)
}

.product-item-v6 .product-icon-action {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(30px);
    display: flex;
    transition: .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1
}

.product-item-v6 .product-icon-action li a {
    width: 46px;
    height: 46px;
    line-height: 46px;
    background-color: #fff;
    box-shadow: 0 15px 25px rgba(0,0,0,.08);
    border-radius: 50%;
    margin-left: 10px;
    margin-right: 10px;
    display: block;
    margin-bottom: 13px;
    transition: .5s;
    color: #111111;
    font-size: 0
}

.product-item-v6 .product-icon-action li a i {
    font-size: 18px;
    line-height: 46px
}

.product-item-v6 .product-icon-action li a svg {
    width: 20px;
    height: 20px;
    fill: #111111111
}

.product-item-v6 .product-icon-action li a:hover {
    background-color: #f4841a;
    color: #fff
}

.product-item-v6 .product-icon-action li a:hover svg {
    fill: #ffffff
}

.product-item-v6 .product-icon-action li .icon-quickview {
    transform: rotate(90deg)
}

.product-item-v6 .product-icon-action li button {
    width: 46px;
    height: 46px;
    line-height: 46px;
    background-color: #fff;
    box-shadow: 0 15px 25px rgba(0,0,0,.08);
    border-radius: 50%;
    margin-left: 10px;
    margin-right: 10px;
    display: block;
    margin-bottom: 13px;
    transition: .5s;
    color: #111111;
    font-size: 0
}

.product-item-v6 .product-icon-action li button i {
    font-size: 18px;
    line-height: 46px
}

.product-item-v6 .product-icon-action li button svg {
    width: 20px;
    height: 20px;
    fill: #111111111
}

.product-item-v6 .product-icon-action li button:hover {
    background-color: #f4841a;
    color: #fff
}

.product-item-v6 .product-icon-action li button:hover svg {
    fill: #fff
}

.product-item-v6 .product-icon-action .add-wishlist a i {
    line-height: 46px
}

.product-item-v6 .variant-product {
    display: flex;
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translateX(-50%) translateY(30px);
    transition: all .3s linear;
    opacity: 0;
    visibility: hidden
}

.product-item-v6 .variant-product a {
    margin: 0 7px
}

.product-item-v6 .des-font {
    font-size: 16px;
    font-weight: 500;
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: center
}

.product-item-v6:hover .sold-out {
    transform: translate(-50%,-50%) rotate(45deg) scale(1);
    transition: all .5s ease
}

.product-item-v6:hover .variant-product {
    transform: translateX(-50%) translateY(-30px);
    transition-delay: .5s;
    opacity: 1;
    visibility: visible
}

.product-item-v6:hover .product-icon-action {
    transform: translateX(-50%) translateY(-30px);
    opacity: 1;
    visibility: visible
}

.product-item-v6:hover .img-product:after {
    opacity: 1
}

@media (min-width: 576px) and (max-width:768px) {
    .product-item-v6 .add-to-cart,
    .product-item-v6 .product-icon-action,.product-item-v6 .variant-product{
        display: none!important
    }

    /*.product-item-v6 .product-icon-action,.product-item-v6 .variant-product {
        display: none!important
    }*/
}

@media (max-width: 575px) {
    .product-item-v6 .img-product .label-new,.product-item-v6 .img-product .label-sale {
        display:inline-table
    }

    .product-item-v6 .price-product {
        position: unset
    }

    .product-item-v6 .des-font {
        position: unset;
        font-size: 14px;
        padding-top: 16px
    }

    .product-item-v6 .add-to-cart,
    .product-item-v6 .product-icon-action,.product-item-v6 .variant-product{
        display: none!important
    }

    /*.product-item-v6 .product-icon-action,.product-item-v6 .variant-product {
        display: none!important
    }*/
}

.product-item-v6 .img-product .countdown-timer {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.product-item-v6 .img-product .countdown-timer ul {
    padding-left: 0;
    margin-bottom: 0
}

.col-md-3 .product-item-v6 .img-product .countdown-timer ul,
.col-lg-3 .product-item-v6 .img-product .countdown-timer ul,
.col-lg-2dot4 .product-item-v6 .img-product .countdown-timer ul{
  display:flex;  
}

.product-item-v6 .img-product .countdown-timer li {
  display: inline-block;
  font-size: 14px;
  /* 
  font-family: Jost;
   */
  font-weight: 400;
  width: 60px;
  height: 65px;
  padding-top: 9px;
  list-style-type: none;
  color: #111111;
  margin: 0 3px 10px 3px;
  background-color: rgba(255,255,255,.9);
  border-radius: 2px
}

.col-md-3 .product-item-v6 .img-product .countdown-timer li,
.col-lg-3 .product-item-v6 .img-product .countdown-timer li,
.col-lg-2dot4 .product-item-v6 .img-product .countdown-timer li{
  margin:0;
  width:auto;
  height:auto;
  flex:1;
  padding-top:5px;
}

.product-item-v6 .img-product .countdown-timer li span {
  color: #111111;
  display: block;
  font-weight: 400;
  font-size: 16px;
  /* 
  font-family: Jost;
   */
  text-algin: center
}

.product-item-v6 .img-product .countdown-timer li span b {
    font-weight: 500;
    padding-top: 7px
}

@media (max-width: 576px) {
    .product-item-v6 .img-product .countdown-timer li {
        font-size:9px;
        width: 28px;
        padding-top: 0;
        height: auto
    }

    .product-item-v6 .img-product .countdown-timer li span {
        font-size: 9px
    }
}

.product-item-v7 {
    overflow: hidden;
    transition: .5s;
    margin-bottom: 30px
}

.product-item-v7 .price-product {
    padding-top: 5px;
    text-align: center
}

.product-item-v7 .price-product .price-old {
    /* 
  font-family: Jost;
   */
    font-size: 15px;
    font-weight: 700;
    color: #979797
}

.product-item-v7 .price-product .price {
    /* 
  font-family: Jost;
   */
    font-size: 15px;
    font-weight: 700;
    color: #f4841a
}

.product-item-v7 .img-product {
    overflow: hidden
}

.product-item-v7 .img-product .label-new {
    /* 
  font-family: Jost;
   */
    height: 25px;
    display: inline-block;
    text-align: center;
    background-color: #f44338;
    line-height: 25px;
    color: #fff;
    font-weight: 600;
    letter-spacing: .1em;
    font-size: 10px;
      
    padding: 0 10px;
    background-color: #41cce5;
    left: 13px;
    top: 9px
}

.product-item-v7 .img-product .label-sale {
  position: absolute;
  top: 10px;
  right: -30px;
  color: #fff;
  font-size: 12px;
  /* 
  font-family: Jost;
   */
  font-weight: 500;
  letter-spacing: 1px;
  padding: 5px 12px;
  transform: rotate(45deg);
  width: 110px
}

.product-item-v7 .img-product .sold-out {
    position: absolute;
    padding: 5px;
    /* 
  font-family: Jost;
   */
    font-weight: 500;
    display: inline-block;
    font-size: 18px;
      
    text-align: center;
    line-height: 1.2;
    transform: translate(-50%,-50%) rotate(45deg) scale(0);
    left: 50%;
    top: 50%;
    transition: all .3s ease;
    background-color: rgba(20,192,255,.47);
    padding: 10px;
    border-radius: 20px
}

.product-item-v7 .img-product .sold-out a {
    color: #fff
}

.product-item-v7 .img-product .sold-out:hover {
    transition: all .3s ease
}

.product-item-v7 .img-product .sold-out:hover a {
    color: #f4841a
}

.product-item-v7 .product-icon-action {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    transition: .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transform: translateY(-50%)
}

.product-item-v7 .product-icon-action .add-to-cart,.product-item-v7 .product-icon-action .add-wishlist,.product-item-v7 .product-icon-action .quick-view {
    transition: .3s
}

.product-item-v7 .product-icon-action li a {
    width: 46px;
    height: 46px;
    line-height: 46px;
    background-color: #fff;
    box-shadow: 0 15px 25px rgba(0,0,0,.08);
    border-radius: 50%;
    display: block;
    margin-bottom: 13px;
    transition: .5s;
    color: #111111;
    font-size: 0
}

.product-item-v7 .product-icon-action li a i {
    font-size: 18px;
    line-height: 46px
}

.product-item-v7 .product-icon-action li a svg {
    width: 20px;
    height: 20px;
    fill: #111111111
}

.product-item-v7 .product-icon-action li a:hover {
    background-color: #f4841a;
    color: #fff
}

.product-item-v7 .product-icon-action li a:hover svg {
    fill: #ffffff
}

.product-item-v7 .product-icon-action li .icon-quickview {
    transform: rotate(90deg)
}

.product-item-v7 .product-icon-action li button {
    width: 46px;
    height: 46px;
    line-height: 46px;
    background-color: #fff;
    box-shadow: 0 15px 25px rgba(0,0,0,.08);
    border-radius: 50%;
    margin-left: 0;
    display: block;
    margin-bottom: 13px;
    transition: .5s;
    color: #111111;
    font-size: 0
}

.product-item-v7 .product-icon-action li button i {
    font-size: 18px;
    line-height: 46px
}

.product-item-v7 .product-icon-action li button svg {
    width: 20px;
    height: 20px;
    fill: #111111111
}

.product-item-v7 .product-icon-action li button:hover {
    background-color: #f4841a;
    color: #fff
}

.product-item-v7 .product-icon-action li button:hover svg {
    fill: #fff
}

.product-item-v7 .product-icon-action .add-wishlist a i {
    line-height: 46px
}

.product-item-v7 .variant-product {
    display: flex;
    position: absolute;
    bottom: 84px;
    left: 50%;
    transform: translateX(-50%);
    transition: all .3s linear;
    opacity: 0;
    visibility: hidden
}
.col-lg-3 .product-item-v7 .variant-product,
.col-md-3 .product-item-v7 .variant-product,
.col-lg-2dot4 .product-item-v7 .variant-product,
.js_best_seller .product-item-v7 .variant-product{
  display:none;
}

.product-item-v7 .variant-product a {
    margin: 0 7px
}

.product-item-v7 .des-font {
    font-size: 16px;
    font-weight: 500;
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: center
}

.product-item-v7:hover {
    -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)
}

.product-item-v7:hover .sold-out {
    transform: translate(-50%,-50%) rotate(45deg) scale(1);
    transition: all .5s ease
}

.product-item-v7:hover .variant-product,
.product-item-v7:hover .product-icon-action {
    opacity: 1;
    visibility: visible
}

/*.product-item-v7:hover .product-icon-action {
    opacity: 1;
    visibility: visible
}*/

.product-item-v7:hover .product-icon-action .add-to-cart {
    transform: translateX(20px);
    transition-delay: .1s
}

.product-item-v7:hover .product-icon-action .quick-view {
    transform: translateX(20px);
    transition-delay: .05s
}

.product-item-v7:hover .product-icon-action .add-wishlist {
    transform: translateX(20px)
}

@media (min-width: 576px) and (max-width:768px) {
    .product-item-v7 .add-to-cart, 
    .product-item-v7 .product-icon-action,.product-item-v7 .variant-product{
        display:none!important
    }

    /*.product-item-v7 .product-icon-action,.product-item-v7 .variant-product {
        display: none!important
    }*/
}

@media (max-width: 575px) {
    .product-item-v7 .img-product .label-new,.product-item-v7 .img-product .label-sale {
        display:inline-table
    }

    .product-item-v7 .price-product {
        position: unset
    }

    .product-item-v7 .des-font {
        position: unset;
        font-size: 14px;
        padding-top: 16px
    }

    .product-item-v7 .add-to-cart,
    .product-item-v7 .product-icon-action,.product-item-v7 .variant-product{
        display: none!important
    }

    /*.product-item-v7 .product-icon-action,.product-item-v7 .variant-product {
        display: none!important
    }*/
}

.product-item-v7 .img-product .countdown-timer {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.product-item-v7 .img-product .countdown-timer ul {
    padding-left: 0;
    margin-bottom: 0
}

.col-md-3 .product-item-v7 .img-product .countdown-timer ul,
.col-lg-3 .product-item-v7 .img-product .countdown-timer ul,
.col-lg-2dot4 .product-item-v7 .img-product .countdown-timer ul{
  display:flex;  
}

.product-item-v7 .img-product .countdown-timer li {
  display: inline-block;
  font-size: 14px;
  /* 
  font-family: Jost;
   */
  font-weight: 400;
  width: 60px;
  height: 65px;
  padding-top: 9px;
  list-style-type: none;
  color: #111111;
  margin: 0 3px 10px 3px;
  background-color: rgba(255,255,255,.9);
  border-radius: 2px
}

.col-md-3 .product-item-v7 .img-product .countdown-timer li,
.col-lg-3 .product-item-v7 .img-product .countdown-timer li,
.col-lg-2dot4 .product-item-v7 .img-product .countdown-timer li{
  margin:0;
  width:auto;
  height:auto;
  flex:1;
  padding-top:5px;
}

.product-item-v7 .img-product .countdown-timer li span {
  color: #111111;
  display: block;
  font-weight: 400;
  font-size: 16px;
  /* 
  font-family: Jost;
   */
  text-algin: center
}

.product-item-v7 .img-product .countdown-timer li span b {
    font-weight: 500;
    padding-top: 7px
}

@media (max-width: 576px) {
    .product-item-v7 .img-product .countdown-timer li {
        font-size:9px;
        width: 28px;
        padding-top: 0;
        height: auto
    }

    .product-item-v7 .img-product .countdown-timer li span {
        font-size: 9px
    }
}

.product-item-v8 {
    transition: .5s
}

.product-item-v8 .price-product {
    padding-bottom: 5px;
    text-align: center
}

.product-item-v8 .price-product .price-old {
    /* 
  font-family: Jost;
   */
    font-size: 15px;
    font-weight: 700;
    color: #979797
}

.product-item-v8 .price-product .price {
    /* 
  font-family: Jost;
   */
    font-size: 15px;
    font-weight: 700;
    color: #f4841a
}

.product-item-v8 .img-product {
    overflow: hidden
}

.product-item-v8 .img-product .label-new {
    /* 
  font-family: Jost;
   */
    height: 25px;
    display: inline-block;
    text-align: center;
    background-color: #f44338;
    line-height: 25px;
    color: #fff;
    font-weight: 600;
    letter-spacing: .1em;
    font-size: 10px;
      
    padding: 0 10px;
    background-color: #41cce5;
    left: 13px;
    top: 9px
}

.product-item-v8 .img-product .label-sale {
  position: absolute;
  top: 10px;
  right: -30px;
  color: #fff;
  font-size: 12px;
  /* 
  font-family: Jost;
   */
  font-weight: 500;
  letter-spacing: 1px;
  padding: 5px 12px;
  transform: rotate(45deg);
  width: 110px
}

.product-item-v8 .img-product .sold-out {
    position: absolute;
    padding: 5px;
    /* 
  font-family: Jost;
   */
    font-weight: 500;
    display: inline-block;
    font-size: 18px;
      
    text-align: center;
    line-height: 1.2;
    transform: translate(-50%,-50%) rotate(45deg) scale(0);
    left: 50%;
    top: 50%;
    transition: all .3s ease;
    background-color: rgba(20,192,255,.47);
    padding: 10px;
    border-radius: 20px
}

.product-item-v8 .img-product .sold-out a {
    color: #fff
}

.product-item-v8 .img-product .sold-out:hover {
    transition: all .3s ease
}

.product-item-v8 .img-product .sold-out:hover a {
    color: #f4841a
}

.product-item-v8 .info_bottom {
    position: absolute;
    top: 100%;
    background-color: #fff;
    width: 100%;
    -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);
    margin-top: -60px;
    z-index: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: margin .4s ease;
    -moz-transition: margin .4s ease;
    -o-transition: margin .4s ease;
    transition: margin .4s ease;
    pointer-events: none
}

.product-item-v8 .info_bottom .product-icon-action {
    border-top: 1px solid #ebebeb;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: .5s;
    opacity: 1;
    visibility: visible;
    z-index: 1;
    padding: 12px 25px
}

.col-lg-3 .product-item-v8 .info_bottom .product-icon-action,
.col-md-3 .product-item-v8 .info_bottom .product-icon-action,
.col-lg-2dot4 .product-item-v8 .info_bottom .product-icon-action{
  padding: 10px;
}
.product-item-v8 .info_bottom .product-icon-action svg {
    width: 20px;
    height: 20px;
    fill: #111111111
}

.product-item-v8 .info_bottom .product-icon-action .add-to-cart a,.product-item-v8 .info_bottom .product-icon-action .add-to-cart button {
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500;
      
    color: #fff;
    padding: 9px 27px;
    display: inline-block;
    background: #f4841a;
    transition: .3s
}
.col-lg-3 .product-item-v8 .info_bottom .product-icon-action .add-to-cart a,
.col-md-3 .product-item-v8 .info_bottom .product-icon-action .add-to-cart a,
.col-lg-2dot4 .product-item-v8 .info_bottom .product-icon-action .add-to-cart a{
  padding: 9px 10px;
}

.product-item-v8 .info_bottom .product-icon-action .add-to-cart a svg,.product-item-v8 .info_bottom .product-icon-action .add-to-cart button svg {
    width: 20px;
    height: 20px;
    fill: #111111111
}

.product-item-v8 .info_bottom .product-icon-action .add-to-cart a:hover,.product-item-v8 .info_bottom .product-icon-action .add-to-cart button:hover {
    background: #111111
}

.product-item-v8 .info_bottom .prod_des {
    padding: 12px 25px;
    border-top: 1px solid #ebebeb;
    font-size: 14px;
    text-align: center
}

.product-item-v8 .variant-product {
    display: flex;
    position: absolute;
    bottom: 84px;
    left: 50%;
    transform: translateX(-50%);
    transition: all .3s linear;
    opacity: 1;
    visibility: visible
}
.col-lg-3 .product-item-v8 .variant-product,
.col-md-3 .product-item-v8 .variant-product,
.col-lg-2dot4 .product-item-v8 .variant-product,
.js_best_seller .product-item-v8 .variant-product{
  display:none;
}

.product-item-v8 .variant-product a {
    margin: 0 7px
}

.product-item-v8 .des-font {
    font-size: 16px;
    font-weight: 500;
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: center
}

.product-item-v8:hover {
    -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)
}

.product-item-v8:hover .info_bottom {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    z-index: 1;
    pointer-events: unset
}

.product-item-v8:hover .sold-out {
    transform: translate(-50%,-50%) rotate(45deg) scale(1);
    transition: all .5s ease
}

@media (min-width: 576px) and (max-width:768px) {
    .product-item-v8 .add-to-cart,
    .product-item-v8 .info_bottom,.product-item-v8 .variant-product{
        display:none!important
    }

    /*.product-item-v8 .info_bottom,.product-item-v8 .variant-product {
        display: none!important
    }*/
}

@media (max-width: 575px) {
    .product-item-v8 .img-product .label-new,.product-item-v8 .img-product .label-sale {
        display:inline-table
    }

    .product-item-v8 .price-product {
        position: unset
    }

    .product-item-v8 .des-font {
        position: unset;
        font-size: 14px;
        padding-top: 16px
    }

    .product-item-v8 .add-to-cart,
    .product-item-v8 .info_bottom,.product-item-v8 .variant-product {
        display: none!important
    }

    /*.product-item-v8 .info_bottom,.product-item-v8 .variant-product {
        display: none!important
    }*/
}

.product-item-v8 .img-product .countdown-timer {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.product-item-v8 .img-product .countdown-timer ul {
    padding-left: 0;
    margin-bottom: 0
}

.col-md-3 .product-item-v8 .img-product .countdown-timer ul,
.col-lg-3 .product-item-v8 .img-product .countdown-timer ul,
.col-lg-2dot4 .product-item-v8 .img-product .countdown-timer ul{
  display:flex;  
}

.product-item-v8 .img-product .countdown-timer li {
  display: inline-block;
  font-size: 14px;
  /* 
  font-family: Jost;
   */
  font-weight: 400;
  width: 60px;
  height: 65px;
  padding-top: 9px;
  list-style-type: none;
  color: #111111;
  margin: 0 3px 10px 3px;
  background-color: rgba(255,255,255,.9);
  border-radius: 2px
}

.col-md-3 .product-item-v8 .img-product .countdown-timer li,
.col-lg-3 .product-item-v8 .img-product .countdown-timer li,
.col-lg-2dot4 .product-item-v8 .img-product .countdown-timer li{
  margin:0;
  width:auto;
  height:auto;
  flex:1;
  padding-top:5px;
}

.product-item-v8 .img-product .countdown-timer li span {
  color: #111111;
  display: block;
  font-weight: 400;
  font-size: 16px;
  /* 
  font-family: Jost;
   */
  text-algin: center
}

.product-item-v8 .img-product .countdown-timer li span b {
    font-weight: 500;
    padding-top: 7px
}

@media (max-width: 576px) {
    .product-item-v8 .img-product .countdown-timer li {
        font-size:9px;
        width: 28px;
        padding-top: 0;
        height: auto
    }

    .product-item-v8 .img-product .countdown-timer li span {
        font-size: 9px
    }
}

.product-item-v9 {
    overflow: hidden
}

.product-item-v9 .info-product .title-product {
    padding: 20px 0 10px 0
}

.product-item-v9 .info-product .title-product a {
    /* 
  font-family: Jost;
   */
    font-size: 14px;
    font-weight: 500;
    color: #494949
}

.product-item-v9 .info-product .title-product:hover a {
    color: #f4841a
}

.product-item-v9 .price-product {
    text-align: center
}

.product-item-v9 .price-product .price-old {
    /* 
  font-family: Jost;
   */
    font-size: 15px;
    font-weight: 700;
    color: #979797
}

.product-item-v9 .price-product .price {
    /* 
  font-family: Jost;
   */
    font-size: 15px;
    font-weight: 700;
    color: #f4841a
}

.product-item-v9 .img-product {
    overflow: hidden
}

.product-item-v9 .img-product .label-new {
    /* 
  font-family: Jost;
   */
    height: 25px;
    display: inline-block;
    text-align: center;
    background-color: #f44338;
    line-height: 25px;
    color: #fff;
    font-weight: 600;
    letter-spacing: .1em;
    font-size: 10px;
      
    padding: 0 10px;
    background-color: #41cce5;
    left: 13px;
    top: 9px
}

.product-item-v9 .img-product .label-sale {
  position: absolute;
  top: 10px;
  right: -30px;
  color: #fff;
  font-size: 12px;
  /* 
  font-family: Jost;
   */
  font-weight: 500;
  letter-spacing: 1px;
  padding: 5px 12px;
  transform: rotate(45deg);
  width: 110px
}

.product-item-v9 .img-product .sold-out {
    position: absolute;
    padding: 5px;
    /* 
  font-family: Jost;
   */
    font-weight: 500;
    display: inline-block;
    font-size: 18px;
      
    text-align: center;
    line-height: 1.2;
    transform: translate(-50%,-50%) rotate(45deg) scale(0);
    left: 50%;
    top: 50%;
    transition: all .3s ease;
    background-color: rgba(20,192,255,.47);
    padding: 10px;
    border-radius: 20px
}

.product-item-v9 .img-product .sold-out a {
    color: #fff
}

.product-item-v9 .img-product .sold-out:hover {
    transition: all .3s ease
}

.product-item-v9 .img-product .sold-out:hover a {
    color: #f4841a
}

.product-item-v9 .product-icon-action {
    position: absolute;
    left: 50%;
    bottom: 10%;
    transform: translateX(-50%) translateY(15px);
    display: flex;
    transition: .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1
}

.product-item-v9 .product-icon-action li a {
    width: 46px;
    height: 46px;
    line-height: 46px;
    background-color: #fff;
    box-shadow: 0 15px 25px rgba(0,0,0,.08);
    border-radius: 50%;
    margin-left: 10px;
    margin-right: 10px;
    display: block;
    margin-bottom: 13px;
    transition: .5s;
    color: #111111;
    font-size: 0
}

.product-item-v9 .product-icon-action li a i {
    font-size: 18px;
    line-height: 46px
}

.product-item-v9 .product-icon-action li a svg {
    width: 20px;
    height: 20px;
    fill: #111111111
}

.product-item-v9 .product-icon-action li a:hover {
    background-color: #f4841a;
    color: #fff
}

.product-item-v9 .product-icon-action li a:hover svg {
    fill: #fff
}

.product-item-v9 .product-icon-action li .icon-quickview {
    transform: rotate(90deg)
}

.product-item-v9 .product-icon-action li button {
    width: 46px;
    height: 46px;
    line-height: 46px;
    background-color: #fff;
    box-shadow: 0 15px 25px rgba(0,0,0,.08);
    border-radius: 50%;
    margin-left: 0;
    margin-right: 10px;
    display: block;
    margin-bottom: 13px;
    transition: .5s;
    color: #111111;
    font-size: 0
}

.product-item-v9 .product-icon-action li button i {
    font-size: 18px;
    line-height: 46px
}

.product-item-v9 .product-icon-action li button svg {
    width: 20px;
    height: 20px;
    fill: #111111111
}

.product-item-v9 .product-icon-action li button:hover {
    background-color: #f4841a;
    color: #fff
}

.product-item-v9 .product-icon-action li button:hover svg {
    fill: #fff
}

.product-item-v9 .product-icon-action .add-wishlist a i {
    line-height: 46px
}

.product-item-v9 .variant-product {
    display: flex;
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%) translateY(15px);
    transition: all .3s linear;
    opacity: 0;
    visibility: hidden
}

.product-item-v9 .variant-product a {
    margin: 0 7px
}

.product-item-v9 .des-font {
    font-size: 16px;
    font-weight: 500;
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: center
}

.product-item-v9:hover .sold-out {
    transform: translate(-50%,-50%) rotate(45deg) scale(1);
    transition: all .5s ease
}

.product-item-v9:hover .variant-product {
    transform: translateX(-50%) translateY(0);
    transition-delay: .5s;
    opacity: 1;
    visibility: visible
}

.product-item-v9:hover .product-icon-action {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
    visibility: visible
}

@media (min-width: 576px) and (max-width:768px) {
    .product-item-v9 .add-to-cart,
    .product-item-v9 .product-icon-action,.product-item-v9 .variant-product{
        display:none!important
    }

    /*.product-item-v9 .product-icon-action,.product-item-v9 .variant-product {
        display: none!important
    }*/
}

@media (max-width: 575px) {
    .product-item-v9 .img-product .label-new,.product-item-v9 .img-product .label-sale {
        display:inline-table
    }

    .product-item-v9 .price-product {
        position: unset
    }

    .product-item-v9 .des-font {
        position: unset;
        font-size: 14px;
        padding-top: 16px
    }

    .product-item-v9 .add-to-cart,
    .product-item-v9 .product-icon-action,.product-item-v9 .variant-product{
        display: none!important
    }

    /*.product-item-v9 .product-icon-action,.product-item-v9 .variant-product {
        display: none!important
    }*/
}

.product-grid-view .btn-loadmore {
    margin: 20px 0;
    min-width: 172px;
    min-height: 50px;
    border: 2px solid #111111;
    /* 
  font-family: Jost;
   */
    color: #111111;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .2em;
    line-height: 50px;
    text-align: center;
    justify-content: center;
    display: inline-flex;
      
    transition: .3s
}

.product-grid-view .btn-loadmore:hover {
    background: #f4841a;
    transition: .3s;
    color: #fff;
    border: 2px solid #f4841a
}

.product-list-view .list_prod {
    border-bottom: 1px solid #e0e0e0;
    padding-top: 40px;
    padding-bottom: 40px
}

.product-list-view .list_prod:first-child {
    padding-top: 0
}

.product-list-view .product-item-list .product .img-product {
    overflow: hidden
}

.product-list-view .product-item-list .product .img-product .label-new {
    display: block;
    min-width: 60px;
    height: 20px;
    font-weight: 600;
    font-size: 11px;
    line-height: 20px;
      
    top: 10px;
    left: -5px;
    transform: skew(-22deg)
}

.product-list-view .product-item-list .product .img-product .label-new span {
    transform: skew(22deg);
    display: inline-block
}

.product-list-view .product-item-list .product .img-product .label-sale {
    display: block;
    min-width: 60px;
    height: 20px;
    line-height: 20px;
    font-weight: 600;
    font-size: 11px;
      
    text-align: center;
    top: 10px;
    right: -5px;
    transform: skew(-22deg)
}

.product-list-view .product-item-list .product .img-product .label-sale span {
    transform: skew(22deg);
    display: inline-block
}

.product-list-view .product-item-list .product .img-product .sold-out {
    position: absolute;
    padding: 5px;
    /* 
  font-family: Jost;
   */
    font-weight: 500;
    display: inline-block;
    font-size: 18px;
      
    text-align: center;
    line-height: 1.2;
    transform: translate(-50%,-50%) rotate(45deg) scale(0);
    left: 50%;
    top: 50%;
    transition: all .3s ease;
    background-color: rgba(20,192,255,.47);
    padding: 10px;
    border-radius: 20px
}

.product-list-view .product-item-list .product .img-product .sold-out a {
    color: #fff
}

.product-list-view .product-item-list .product .img-product .sold-out:hover {
    transition: all .3s ease
}

.product-list-view .product-item-list .product .img-product .sold-out:hover a {
    color: #f4841a
}

.product-list-view .product-item-list .product .info-product {
    padding-left: 25px
}

.product-list-view .product-item-list .product .info-product .product-icon-action {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px
}

.product-list-view .product-item-list .product .info-product .product-icon-action .add-to-cart,.product-list-view .product-item-list .product .info-product .product-icon-action .add-wishlist,.product-list-view .product-item-list .product .info-product .product-icon-action .quick-view {
    margin-right: 15px;
    display: inline-block;
    transition: all .3s ease
}

.product-list-view .product-item-list .product .info-product .product-icon-action .add-to-cart a,.product-list-view .product-item-list .product .info-product .product-icon-action .add-to-cart button,.product-list-view .product-item-list .product .info-product .product-icon-action .add-wishlist a,.product-list-view .product-item-list .product .info-product .product-icon-action .add-wishlist button,.product-list-view .product-item-list .product .info-product .product-icon-action .quick-view a,.product-list-view .product-item-list .product .info-product .product-icon-action .quick-view button {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 400;
      
    outline: 0;
    box-sizing: border-box;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,transform .3s cubic-bezier(.78, .2, .21, .88);
    padding: 15px 15px;
    white-space: nowrap;
    background: #fff;
    box-shadow: 0 3px 20px 0 rgba(0,0,0,.1)
}

.product-list-view .product-item-list .product .info-product .product-icon-action .add-to-cart svg,.product-list-view .product-item-list .product .info-product .product-icon-action .add-wishlist svg,.product-list-view .product-item-list .product .info-product .product-icon-action .quick-view svg {
    fill: #111111111;
    width: 20px;
    height: 20px;
    transition: .3s
}

.product-list-view .product-item-list .product .info-product .product-icon-action .add-to-cart i,.product-list-view .product-item-list .product .info-product .product-icon-action .add-wishlist i,.product-list-view .product-item-list .product .info-product .product-icon-action .quick-view i {
    color: #111111;
    font-size: 20px;
    transition: .3s
}

.product-list-view .product-item-list .product .info-product .product-icon-action .add-to-cart:hover a,.product-list-view .product-item-list .product .info-product .product-icon-action .add-to-cart:hover button,.product-list-view .product-item-list .product .info-product .product-icon-action .add-wishlist:hover a,.product-list-view .product-item-list .product .info-product .product-icon-action .add-wishlist:hover button,.product-list-view .product-item-list .product .info-product .product-icon-action .quick-view:hover a,.product-list-view .product-item-list .product .info-product .product-icon-action .quick-view:hover button {
    background: #f4841a
}

.product-list-view .product-item-list .product .info-product .product-icon-action .add-to-cart:hover svg,.product-list-view .product-item-list .product .info-product .product-icon-action .add-wishlist:hover svg,.product-list-view .product-item-list .product .info-product .product-icon-action .quick-view:hover svg {
    fill: #fff
}

.product-list-view .product-item-list .product .info-product .product-icon-action .add-to-cart:hover i,.product-list-view .product-item-list .product .info-product .product-icon-action .add-wishlist:hover i,.product-list-view .product-item-list .product .info-product .product-icon-action .quick-view:hover i {
    color: #fff
}

.product-list-view .product-item-list .product .info-product .title-product a {
    /* 
  font-family: Jost;
   */
    font-size: 22px;
    font-weight: 500;
    color: #333
}

.product-list-view .product-item-list .product .info-product .title-product:hover a {
    color: #f4841a
}

.product-list-view .product-item-list .product .info-product .price-product {
    padding-top: 6px
}

.product-list-view .product-item-list .product .info-product .price-product .price-old {
    /* 
  font-family: Jost;
   */
    font-size: 18px;
    font-weight: 400;
    color: #adadad;
    padding-right: 10px
}

.product-list-view .product-item-list .product .info-product .price-product .price {
    /* 
  font-family: Jost;
   */
    font-size: 18px!important;
    font-weight: 500;
    color: #adadad
}

.product-list-view .product-item-list .product .info-product .des-product {
    display: block;
    /* 
  font-family: Jost;
   */
    font-size: 15px;
    font-weight: 400;
    color: #111111;
    line-height: 25px
}

.wrap-rating .spr-badge .spr-starrating .spr-icon {
    color: #f2b03d;
    font-size: 12px!important;
    padding-right: 2px
}

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

.prod_largeimg .detail-share-social .share-product-title {
    background: #111111;
    padding: 10px 17px;
    transform: rotate(90deg)
}

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

.prod_largeimg .detail-share-social .share-product-title label {
    /* 
  font-family: Jost;
   */
    font-size: 11px;
    font-weight: 600;
    color: #fff;
      
    letter-spacing: .2em;
    margin-bottom: 0!important
}

.prod_largeimg .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: -30px;
    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_largeimg .detail-share-social .casano-social-product a {
    color: #bcbcbc;
    font-size: 16px;
    line-height: 16px;
    padding: 8px 8px;
    display: block
}

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

.prod_largeimg .detail-share-social .casano-social-product a:hover i {
    color: #f4841a
}

.prod_largeimg .detail-share-social:hover {
    cursor: pointer
}

.prod_largeimg .detail-share-social:hover .casano-social-product {
    transform: unset;
    opacity: 1;
    visibility: visible
}

.prod_largeimg .content-page-detail {
    padding-bottom: 30px;
    margin-right: 15px
}

.prod_largeimg .content-page-detail .gallery-control {
    position: relative
}

.prod_largeimg .content-page-detail .gallery-control .btn-360 {
    z-index: 1;
    position: absolute;
    bottom: 19px;
    left: 17px;
    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_largeimg .content-page-detail .gallery-control .btn-360 svg {
    width: 30px;
    height: auto;
    fill: #f4841a
}

.prod_largeimg .content-page-detail .gallery-control .btn-360 .text_360 {
    padding-left: 10px;
    /* 
  font-family: Jost;
   */
    color: #f4841a;
    font-size: 13px;
    font-weight: 600;
      
    letter-spacing: .1em
}

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

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

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

.prod_largeimg .content-page-detail .gallery-control .btn-video {
    z-index: 1;
    position: absolute;
    bottom: 19px;
    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_largeimg .content-page-detail .gallery-control .btn-video svg {
    width: 30px;
    height: auto;
    fill: #f4841a
}

/*.prod_largeimg .content-page-detail .gallery-control .btn-video .text_video {
  padding-left: 10px;
  
  font-family: Jost;
  
  color: #f4841a;
  font-size: 13px;
  font-weight: 600;
    
  letter-spacing: .1em
}*/

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

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

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

.prod_largeimg .content-page-detail .gallery-control .next-slide,.prod_largeimg .content-page-detail .gallery-control .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_largeimg .content-page-detail .gallery-control .next-slide svg,.prod_largeimg .content-page-detail .gallery-control .prev-slide svg {
    width: 20px;
    height: auto
}

.prod_largeimg .content-page-detail .gallery-control .next-slide:hover,.prod_largeimg .content-page-detail .gallery-control .prev-slide:hover {
    background: #f4841a
}

.prod_largeimg .content-page-detail .gallery-control .next-slide:hover svg,.prod_largeimg .content-page-detail .gallery-control .prev-slide:hover svg {
    fill: #fff
}

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

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

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

.prod_largeimg .content-page-detail .gallery-control .slick-dots {
    transform: translate(-50%);
    left: 50%;
    bottom: 5%
}

.prod_largeimg .content-page-detail .gallery-control .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_largeimg .content-page-detail .gallery-control .slick-dots li button:before {
    opacity: 0
}

.prod_largeimg .content-page-detail .gallery-control .slick-dots .slick-active button {
    background-color: #111111
}

.prod_largeimg .content-page-detail .detail-info {
    width: 75%;
    padding-left: 60px
}

.prod_largeimg .content-page-detail .detail-info .product-title,
.prod_extended .content-page-detail .detail-info .product-title,
.product_sidebar .content-page-detail .detail-info .product-title,
.prod_sticky .content-page-detail .detail-info .product-title{
  /* 
  font-family: Jost;
   */
  font-size: 22px;
  font-weight: 500;
  color: #111111;
  text-transform: none;
  padding-right: 0;
  letter-spacing: 0.5px;
}

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

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

.prod_largeimg .content-page-detail .detail-info .product-price ins {
    font-size: 18px;
    font-weight: 500;
    color: #f4841a;
    text-decoration: none
}

/*.prod_largeimg .content-page-detail .detail-info .wrap-rating {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 24px
}

.prod_largeimg .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_largeimg .content-page-detail .detail-info .btn-action .shop-button {
  width: calc(100% - 90px);
  
  font-family: Jost;
  
  transition: all .3s ease;
  padding: 0 39px;
  height: 55px;
  font-size: 14px;
  background: #f4841a;
  letter-spacing: .2em;
  justify-content: center;
    
  font-weight: 600;
  color: #fff;
  transition: .3s;
  text-align: center
}*/

@media(max-width:992px){
  .prod_largeimg .content-page-detail .detail-info .btn-action .shop-button {
    padding: 0 20px;
  }
}

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

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

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

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

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

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

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

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

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

.prod_largeimg .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_largeimg .content-page-detail .detail-info .maxus-productdetail__options .title_variant {
    font-size: 12px;
    font-weight: 600;
    border-bottom: 1px solid #111111;
    padding-bottom: 4px;
    letter-spacing: .1em;
    display: inline-block;
    margin-bottom: 0
}


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


.prod_largeimg .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;
    font-size: 0
}

.prod_largeimg .content-page-detail .detail-info .btn-addwhlist a {
    display: block
}

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

.prod_largeimg .content-page-detail .detail-info .btn-addwhlist svg {
    height: 14px;
    width: 14px;
    fill: #111111111
}

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

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

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

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

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

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

/*.prod_largeimg .content-page-detail .detail-info .product-meta-info .product-category-info label {
    
  font-family: Jost;
  
    font-size: 15px;
    font-weight: 400;
    color: #111111;
    padding-right: 5px;
    margin-bottom: 0!important
}*/

.prod_largeimg .content-page-detail .detail-info .product-meta-info .product-category-info a,
.prod_extended .content-page-detail .detail-info .product-meta-info .product-category-info a,
.product_sidebar .content-page-detail .detail-info .product-meta-info .product-category-info a{
    /* 
  font-family: Jost;
   */
    font-size: 15px;
    font-weight: 400;
    color: #bfbfbf;
    text-decoration: none;
    transition: .3s
}

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

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

.prod_largeimg .content-page-detail .detail-info .product-meta-info .product-sku label,
.prod_extended .content-page-detail .detail-info .product-meta-info .product-sku label,
.product_sidebar .content-page-detail .detail-info .product-meta-info .product-sku label,
.prod_sticky .content-page-detail .detail-info .product-meta-info .product-sku label{
    /* 
  font-family: Jost;
   */
    font-size: 12px;
    font-weight: 600;
    color: #333;
    letter-spacing: .1em;
      
    padding-right: 5px;
    margin-bottom: 0!important
}

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

.prod_largeimg .arrows-product {
    position: relative;
    display: flex;
    padding: 20px 0 30px
}

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

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

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

.prod_largeimg .arrows-product .prev_prod .img-prev,
.prod_largeimg .arrows-product .next_prod .img-next,
.prod_extended .arrows-product .prev_prod .img-prev,
.product_sidebar .arrows-product .prev_prod .img-prev,
.prod_extended .arrows-product .next_prod .img-next,
.product_sidebar .arrows-product .next_prod .img-next,
.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_largeimg .arrows-product .prev_prod .img-prev .info-prod {
    margin-left: 10px
}

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

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

.prod_largeimg .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_largeimg .arrows-product .next_prod {
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .2em;
      
    padding-left: 15px;
    position: relative
}

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

/*.prod_largeimg .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_largeimg .arrows-product .next_prod .img-next .info-prod {
    margin-left: 10px
}

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

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

.prod_largeimg .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)
}
@media (max-width: 991px) {
.tab-pd-details {
    border-bottom: 10px solid #f4f4f4;
}
}

.tab-pd-details {
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 30px;
}

.tab-pd-details .bd-tab {
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4
}

.tab-pd-details .tab_prod {
    border-bottom: none;
    padding: 25px 0;
    display: flex;
    justify-content: center
}

.tab-pd-details .tab_prod li a {
    /* 
  font-family: Jost;
   */
    font-size: 16px;
    font-weight: 500;
    color: #969696;
    transition: .3s;
    margin-right: 35px;
      
    letter-spacing: 1.6px
}

@media (max-width: 767px) {
    .tab-pd-details .tab_prod li a {
        margin-right:0
    }
}

.tab-pd-details .tab_prod li a.active {
    color: #000000;
}

.tab-pd-details .product-desc {
    padding-top: 40px
}
.tab-pd-details .product-desc img{
    width:100%;
}
.tab-pd-details .product-desc p {
    /* 
  font-family: Jost;
   */
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    color: #212529
}

.tab-pd-details .product-desc .info2 {
    text-align: left
}

.tab-pd-details .product-desc .info2 h3 {
    /* 
  font-family: Jost;
   */
    font-size: 32px;
    font-weight: 300;
    line-height: 45px
}

.tab-pd-details .product-desc .info2 p {
    /* 
  font-family: Jost;
   */
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #a8a8a8;
    width: 90%;
    padding-top: 10px;
    padding-bottom: 150px
}

@media (max-width: 768px) {
    .tab-pd-details-mobile .product-desc .info2 p {
        width:100%;
        padding-bottom: 0
    }
}

.tab-pd-details .product-desc .info2 {
    padding-top: 80px;
    padding-left: 105px
}

@media (max-width: 768px) {
    .tab-pd-details-mobile .product-desc .info2 {
        padding-bottom:20px;
        padding-top: 20px;
        padding-left: 20px
    }
}

.tab-pd-details .product-desc .des-info {
    padding-top: 80px!important
}

@media (max-width: 768px) {
    .tab-pd-details-mobile .product-desc .des-info {
        padding-top:10px!important
    }
}

.tab-pd-details .product-desc .des-info h3 {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .2em;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 74px;
    text-transform: uppercase
}

.tab-pd-details .product-desc .des-info h3:before {
    content: '';
    height: 46px;
    width: 1px;
    background: #111111;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%)
}

.tab-pd-details .product-desc .des-info p {
    font-size: 14px;
    color: #979797;
    line-height: 24px;
    font-weight: 400
}

.tab-pd-details .tab-addition {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: left
}

.tab-pd-details .tab-addition .title_content .more_info {
    /* 
  font-family: Jost;
   */
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
      
    color: #979797;
    margin-bottom: 5px
}

.tab-pd-details .tab-addition .title_content h3 {
    /* 
  font-family: Jost;
   */
    font-size: 25px;
    font-weight: 500;
    color: #111111;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
    display: inline-block
}

.tab-pd-details .tab-addition .title_content h3:after {
    content: "";
    height: 2px;
    width: 40px;
    background: #f4841a;
    position: absolute;
    bottom: 0;
    left: 0
}

.tab-pd-details .tab-addition .content1 .info_1 {
    /* 
  font-family: Jost;
   */
    font-size: 16px;
    font-weight: 400;
    color: #979797;
    padding: 10px 0
}

.tab-pd-details .tab-addition .content1 ul li {
    /* 
  font-family: Jost;
   */
    font-size: 16px;
    font-weight: 500;
    color: #979797;
    padding: 4px 0
}

.tab-pd-details .tab-addition .content2 .info2 h3 {
    font-size: 18px;
    /* 
  font-family: Jost;
   */
    font-weight: 500;
    color: #111111
}

.tab-pd-details .tab-addition .content2 .info2 ul li a {
    /* 
  font-family: Jost;
   */
    font-size: 16px;
    font-weight: 500;
    color: #979797;
    padding: 4px 0
}

.tab-pd-details .tab-addition .content2 .info2 ul li a:hover {
    color: #f4841a
}

.tab-pd-details .tab-addition .content2 .info2 ul li {
    /* 
  font-family: Jost;
   */
    font-size: 16px;
    font-weight: 500;
    color: #979797;
    padding: 4px 0
}

.related-product {
  padding-bottom: 40px;
  margin-top:70px;
}

.related-product .next-slide,.related-product .prev-slide {
    position: absolute;
    height: 48px;
    width: 48px;
    background: #fff;
    line-height: 46px;
    text-align: center;
    transition: all .5s ease;
    color: #111111;
    border: 1px solid #e2e2e2;
    font-size:24px;
}

.related-product .next-slide svg,.related-product .prev-slide svg {
    width: 29px;
    height: auto
}

.related-product .next-slide.slick-disabled,.related-product .prev-slide.slick-disabled {
    pointer-events: none;
    opacity: .5
}

.related-product .next-slide :focus,.related-product .next-slide:hover,.related-product .prev-slide :focus,.related-product .prev-slide:hover {
    background: #f4841a;
    color: #fff;
    border: 1px solid#f4841a;
}

.related-product .next-slide {
    position: absolute;
    right: 0;
    top: 40%;
    transform: translateY(-50%);
    z-index: 1
}

.related-product .prev-slide {
    position: absolute;
    left: 0;
    top: 40%;
    transform: translateY(-50%);
    z-index: 1
}

.related-product .slick-dots li {
    width: 13px;
    height: 13px
}

.related-product .slick-dots {
    transform: translate(-50%);
    left: 50%;
    bottom: -11%
}

.related-product .slick-dots li button {
    background: #c4c4c4;
    font-size: unset;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: rgba(17,17,17,0);
    border: 2px solid rgba(17,17,17,.3)
}

.related-product .slick-dots li button:before {
    opacity: 0
}

.related-product .slick-dots .slick-active button {
    background-color: rgba(17,17,17,.7);
    border: 2px solid rgba(17,17,17,0)
}

.related-product .relatedProd-title {
    /* 
  font-family: Jost;
   */
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .2em;
    color: #111111;
      
    display: inline-block
}

.related-product .relatedProd-title:after {
    content: "";
    width: 100%;
    height: 4px;
    background-color: #f4841a;
    opacity: .7;
    display: block;
    margin-top: -11px
}

.prod_extended .detail-share-social,.product_sidebar .detail-share-social {
    position: fixed;
    top: 30%;
    left: -32px;
    z-index: 99
}

.prod_extended .detail-share-social .share-product-title,.product_sidebar .detail-share-social .share-product-title {
    background: #111111;
    padding: 10px 17px;
    transform: rotate(90deg)
}

.prod_extended .detail-share-social .share-product-title svg,.product_sidebar .detail-share-social .share-product-title svg {
    width: 18px;
    height: 18px;
    fill: #fff;
    padding-right: 8px
}

.prod_extended .detail-share-social .share-product-title label,.product_sidebar .detail-share-social .share-product-title label {
    /* 
  font-family: Jost;
   */
    font-size: 11px;
    font-weight: 600;
    color: #fff;
      
    letter-spacing: .2em;
    margin-bottom: 0!important
}

.prod_extended .detail-share-social .casano-social-product,.product_sidebar .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: -30px;
    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_extended .detail-share-social .casano-social-product a,.product_sidebar .detail-share-social .casano-social-product a {
    color: #bcbcbc;
    font-size: 16px;
    line-height: 16px;
    padding: 8px 8px;
    display: block
}

.prod_extended .detail-share-social .casano-social-product a i,.product_sidebar .detail-share-social .casano-social-product a i {
    font-size: 16px;
    color: #b1b1b1
}

.prod_extended .detail-share-social .casano-social-product a:hover i,.product_sidebar .detail-share-social .casano-social-product a:hover i {
    color: #f4841a
}

.prod_extended .detail-share-social:hover,.product_sidebar .detail-share-social:hover {
    cursor: pointer
}

.prod_extended .detail-share-social:hover .casano-social-product,.product_sidebar .detail-share-social:hover .casano-social-product {
    transform: unset;
    opacity: 1;
    visibility: visible
}

.prod_extended .content-page-detail,.product_sidebar .content-page-detail {
    padding-bottom: 68px
}

.prod_extended .content-page-detail .gallery-control .js_prod_sub2 .slick-slide.slick-current.slick-active img,.product_sidebar .content-page-detail .gallery-control .js_prod_sub2 .slick-slide.slick-current.slick-active img {
    border: 1px solid #f4841a;
    margin: -1px
}

.prod_extended .content-page-detail .gallery-control .js_prod_sub2 .slick-list,.product_sidebar .content-page-detail .gallery-control .js_prod_sub2 .slick-list {
    margin: 0 -5px
}

.prod_extended .content-page-detail .gallery-control .slick-track,.product_sidebar .content-page-detail .gallery-control .slick-track {
    margin: unset
}

.prod_extended .content-page-detail .gallery-control .slick-track .prod_sub,.product_sidebar .content-page-detail .gallery-control .slick-track .prod_sub {
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 10px;
    border-radius: 3px
}

.prod_extended .content-page-detail .gallery-control .prod_sub.thumb_mg img,.product_sidebar .content-page-detail .gallery-control .prod_sub.thumb_mg img {
    margin-bottom: 13px
}
.prod_extended .content-page-detail .gallery-control .img_thumb_top,
.product_sidebar .content-page-detail .gallery-control .img_thumb_top{
    margin-bottom: 10px
}

.prod_extended .content-page-detail .gallery-control .prod_sub.slick-current img,.product_sidebar .content-page-detail .gallery-control .prod_sub.slick-current img {
    border: 1px solid #f4841a
}

.prod_extended .content-page-detail .gallery-control .prod_sub:hover img,.product_sidebar .content-page-detail .gallery-control .prod_sub:hover img {
    border: 1px solid #f4841a
}

.prod_extended .content-page-detail .gallery-control .prod_sub_bottom,.product_sidebar .content-page-detail .gallery-control .prod_sub_bottom {
    padding-top: 14px
}

.prod_extended .content-page-detail .gallery-control .btn-360,.product_sidebar .content-page-detail .gallery-control .btn-360 {
    z-index: 1;
    position: absolute;
    bottom: 19px;
    left: 17px;
    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_extended .content-page-detail .gallery-control .btn-360 svg,.product_sidebar .content-page-detail .gallery-control .btn-360 svg {
    width: 30px;
    height: auto;
    fill: #f4841a
}

.prod_extended .content-page-detail .gallery-control .btn-360 .text_360,.product_sidebar .content-page-detail .gallery-control .btn-360 .text_360 {
    padding-left: 10px;
    /* 
  font-family: Jost;
   */
    color: #f4841a;
    font-size: 13px;
    font-weight: 600;
      
    letter-spacing: .1em
}

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

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

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

.prod_extended .content-page-detail .gallery-control .btn-video,.product_sidebar .content-page-detail .gallery-control .btn-video {
    z-index: 1;
    position: absolute;
    bottom: 35px;
    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_extended .content-page-detail .gallery-control .btn-video svg,.product_sidebar .content-page-detail .gallery-control .btn-video svg {
    width: 30px;
    height: auto;
    fill: #f4841a
}

/*.prod_extended .content-page-detail .gallery-control .btn-video .text_video,.product_sidebar .content-page-detail .gallery-control .btn-video .text_video {
  padding-left: 10px;
  
  font-family: Jost;
  
  color: #f4841a;
  font-size: 13px;
  font-weight: 600;
    
  letter-spacing: .1em
}*/

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

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

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

.prod_extended .content-page-detail .detail-info,.product_sidebar .content-page-detail .detail-info {
    padding-left: 30px
}

.prod_extended .content-page-detail .detail-info.detail-info-pd,.product_sidebar .content-page-detail .detail-info.detail-info-pd {
    padding-left: 0
}

.prod_extended .content-page-detail .detail-info.stickys,.product_sidebar .content-page-detail .detail-info.stickys {
    position: sticky
}

@media (max-width: 767px) {
    .prod_extended .content-page-detail .detail-info,.product_sidebar .content-page-detail .detail-info {
        padding-top:20px
    }
}

/*.prod_extended .content-page-detail .detail-info .product-title,.product_sidebar .content-page-detail .detail-info .product-title {
  
  font-family: Jost;
  
  font-size: 24px;
  font-weight: 500;
  color: #111111;
  text-transform: capitalize;
  padding-right: 40px
}*/

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

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

.prod_extended .content-page-detail .detail-info .product-price ins,.product_sidebar .content-page-detail .detail-info .product-price ins {
    font-size: 24px;
    font-weight: 600;
    color: #f4841a;
    text-decoration: none
}
.jdgm-carousel--gallery-theme .jdgm-carousel-item__inner-wrapper{
  box-shadow: none!important;
  border: 1px solid #000;
  padding: 20px;
}

.prod_product_detail .jdgm-preview-badge .jdgm-star.jdgm-star{
  font-size: 14px;
}
.prod_product_detail .jdgm-prev-badge__text{
  font-size: 15px;
}
.prod_product_detail .detail-info .wrap-rating .jdgm-prev-badge__text{
  /*text-decoration: underline;*/
}
.product-item-v1 .jdgm-preview-badge .jdgm-star.jdgm-star{
  font-size: 12px;
}
.product-item-v1 .jdgm-prev-badge__text{
  font-size: 14px;
}
.product-item-v1 .jdgm-widget.jdgm-widget{
   padding-bottom: 8px;
}
/*.prod_extended .content-page-detail .detail-info .wrap-rating,.product_sidebar .content-page-detail .detail-info .wrap-rating {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 24px
}

.prod_extended .content-page-detail .detail-info .btn-action,.product_sidebar .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_extended .content-page-detail .detail-info .btn-action .shop-button,.product_sidebar .content-page-detail .detail-info .btn-action .shop-button {
    width: calc(100% - 90px);
    /* 
  font-family: Jost;
   */
    transition: all .3s ease;
    padding: 0 39px;
    height: 55px;
    font-size: 18px;
    background: #f4841a;
    letter-spacing: .2em;
    justify-content: center;
      
    font-weight: 600;
    color: #fff;
    transition: .3s;
    text-align: center
}

@media(max-width:992px){
  .prod_extended .content-page-detail .detail-info .btn-action .shop-button,.product_sidebar .content-page-detail .detail-info .btn-action .shop-button {
    padding:0 20px;
  }
}

.prod_extended .content-page-detail .detail-info .btn-action .shop-button:hover,.product_sidebar .content-page-detail .detail-info .btn-action .shop-button:hover {
    background:#111111;
    transition: .3s
}

/*.prod_extended .content-page-detail .detail-info .btn-action .shop-button-amazon,.product_sidebar .content-page-detail .detail-info .btn-action .shop-button-amazon {
    margin-bottom: 25px;
    
  font-family: Jost;
  
    transition: all .3s ease;
    padding: 0 40px;
    height: 55px;
    line-height: 55px;
    font-size: 12px;
    background: #f4841a;
    letter-spacing: 2.2px;
    justify-content: center;
      
    font-weight: 600;
    color: #fff;
    transition: .3s;
    text-align: center
}*/

.prod_extended .content-page-detail .detail-info .btn-action .shop-button-amazon:hover,.product_sidebar .content-page-detail .detail-info .btn-action .shop-button-amazon:hover {
    background: #f4841a;
    transition: .3s
}

/*.prod_extended .content-page-detail .detail-info .btn-action .shop-button-soldout,.product_sidebar .content-page-detail .detail-info .btn-action .shop-button-soldout {
    
  font-family: Jost;
  
    transition: all .3s ease;
    padding: 0 40px;
    height: 55px;
    line-height: 55px;
    font-size: 12px;
    background: #e2e2e2;
    letter-spacing: 2.2px;
    justify-content: center;
      
    font-weight: 600;
    color: #111111;
    text-align: center
}*/

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

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

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


.content-page-detail .detail-info .btn-action .js-qty .qty_plus span{

}

.prod_extended .content-page-detail .detail-info .btn-action .js-qty .qty_minus:hover,.prod_extended .content-page-detail .detail-info .btn-action .js-qty .qty_plus:hover,.product_sidebar .content-page-detail .detail-info .btn-action .js-qty .qty_minus:hover,.product_sidebar .content-page-detail .detail-info .btn-action .js-qty .qty_plus:hover {
    color: #f4841a
}

.prod_extended .content-page-detail .detail-info .btn-action .js-qty .qty_plus,.product_sidebar .content-page-detail .detail-info .btn-action .js-qty .qty_plus {
  right: 0;
  height: 50%;
  top: 0;
  width: 42px;
  font-size:18px;    
}

.prod_extended .content-page-detail .detail-info .btn-action .js-qty .qty_minus,.product_sidebar .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;
  font-size:18px;
}

.prod_extended .content-page-detail .detail-info .maxus-productdetail__options .title_variant,.product_sidebar .content-page-detail .detail-info .maxus-productdetail__options .title_variant {
    font-size: 15px;
    font-weight: 600;
    border-bottom: 1px solid #111111;
    padding-bottom: 10px;
    letter-spacing: .1em;
    display: inline-block;
    margin-bottom: 0
}


/* summary desc star */

.pc-only {
  display: none; 
  }
  
@media (min-width: 768px) { 
    .pc-only {
      display: block; 
    }
  }

  .mobile-only {
  display: none; 
  }
@media (max-width: 767px) { 
    .mobile-only {
      display: block; 
    }
  }


.pd_summary .summary-content {
  position: relative;
  max-height: 100px; 
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.pd_summary .summary-content.expanded {
  max-height: 1200px; 
  padding-bottom: 30px; 
}

 .pd_summary .summary-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: linear-gradient(to bottom, rgba(255,255,255,.8), rgba(255,255,255,1));
  z-index: 1; 
}

.summary-toggle {
  position: relative; 
  z-index: 2; 
  display: block;
  text-align: center;
  margin-top: 10px;
  cursor: pointer;
  color: black;
  font-size: 14px;
}
.summary-toggle:hover {
    color: #f4841a; 
}
.pd_summary .summary_title {
  font-size: 22px;
  font-weight: 500;
  color: #333;
}
.pd_summary .summary-text {
    white-space: pre-wrap; 
}
.summary_btn_arrow {
    transition: transform 0.3s ease;
    vertical-align: middle;
    margin-left: 5px;
    transform: rotate(90deg);
}


.pd_summary {
    /* 
  font-family: Jost;
   */
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    font-weight: 300;
    padding: 22px 0 0 0
}

@media (max-width: 768px) {
.pd_summary {
 font-size: 14px;
 padding: 0 15px 30px 15px;
}
.pd_summary .summary_title {
 font-size: 18px;
  }
  }
/* summary desc end */

.prod_extended .content-page-detail .detail-info .btn-addwhlist,.product_sidebar .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_extended .content-page-detail .detail-info .btn-addwhlist a,.product_sidebar .content-page-detail .detail-info .btn-addwhlist a {
    display: block;
    font-size: 0
}

.prod_extended .content-page-detail .detail-info .btn-addwhlist i,.product_sidebar .content-page-detail .detail-info .btn-addwhlist i {
    font-size: 14px;
    color: #111111
}

.prod_extended .content-page-detail .detail-info .btn-addwhlist svg,.product_sidebar .content-page-detail .detail-info .btn-addwhlist svg {
    width: 14px;
    height: auto;
    fill: #111111111
}

.prod_extended .content-page-detail .detail-info .btn-addwhlist:hover,.product_sidebar .content-page-detail .detail-info .btn-addwhlist:hover {
    border: 1px solid transparent;
    background: #f4841a
}

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

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

.prod_extended .content-page-detail .detail-info .product-meta-info,.product_sidebar .content-page-detail .detail-info .product-meta-info {
    padding-left: 0
}

.prod_extended .content-page-detail .detail-info .product-meta-info li,.product_sidebar .content-page-detail .detail-info .product-meta-info li {
    list-style: none
}

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

.prod_extended .content-page-detail .detail-info .product-meta-info .product-category-info label,
.product_sidebar .content-page-detail .detail-info .product-meta-info .product-category-info label,
.prod_largeimg .content-page-detail .detail-info .product-meta-info .product-category-info label {
    /* 
  font-family: Jost;
   */
    font-size: 15px;
    font-weight: 400;
    color: #111111;
    padding-right: 5px;
    margin-bottom: 0!important
}

/*.prod_extended .content-page-detail .detail-info .product-meta-info .product-category-info a,.product_sidebar .content-page-detail .detail-info .product-meta-info .product-category-info a {
    
  font-family: Jost;
  
    font-size: 15px;
    font-weight: 400;
    color: #bfbfbf;
    text-decoration: none;
    transition: .3s
}*/

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

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

/*.prod_extended .content-page-detail .detail-info .product-meta-info .product-sku label,.product_sidebar .content-page-detail .detail-info .product-meta-info .product-sku label {
    
  font-family: Jost;
  
    font-size: 14px;
    font-weight: 400;
    color: #111111;
    letter-spacing: .1em;
      
    padding-right: 5px;
    margin-bottom: 0!important
}*/

.prod_extended .content-page-detail .detail-info .product-meta-info .product-sku span,.product_sidebar .content-page-detail .detail-info .product-meta-info .product-sku span {
    /* 
  font-family: Jost;
   */
    font-size: 14px;
    font-weight: 400;
    color: #bfbfbf
}

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

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

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

.prod_extended .content-page-detail .detail-info .detail-share-social .share-product-title label,.product_sidebar .content-page-detail .detail-info .detail-share-social .share-product-title label {
    /* 
  font-family: Jost;
   */
    font-size: 11px;
    font-weight: 600;
    color: #fff;
      
    letter-spacing: .2em;
    margin-bottom: 0!important
}

/*.prod_extended .content-page-detail .detail-info .detail-share-social .casano-social-product,.product_sidebar .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_extended .content-page-detail .detail-info .detail-share-social .casano-social-product a,.product_sidebar .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_extended .content-page-detail .detail-info .detail-share-social .casano-social-product a i,.product_sidebar .content-page-detail .detail-info .detail-share-social .casano-social-product a i {
    font-size: 16px;
    color: #b1b1b1
}

.prod_extended .content-page-detail .detail-info .detail-share-social .casano-social-product a:hover i,.product_sidebar .content-page-detail .detail-info .detail-share-social .casano-social-product a:hover i {
    color: #f4841a
}

.prod_extended .content-page-detail .detail-info .detail-share-social:hover,.product_sidebar .content-page-detail .detail-info .detail-share-social:hover {
    cursor: pointer
}

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

.prod_extended .content-page-detail .content_box,.product_sidebar .content-page-detail .content_box {
    text-align: center;
    margin-bottom: 30px;
    border: 1px solid #eaeaea;
    padding: 25px 15px;
    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_extended .content-page-detail .content_box .icon,.product_sidebar .content-page-detail .content_box .icon {
    color: #000000;
    font-size: 36px
}

.prod_extended .content-page-detail .content_box .content_text,.product_sidebar .content-page-detail .content_box .content_text {
    text-align: center
}

.prod_extended .content-page-detail .content_box .content_text .title,.product_sidebar .content-page-detail .content_box .content_text .title {
    font-weight: 500;
    color: #111111;
    font-size: 18px;
    /* 
  font-family: Jost;
   */
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 22px
}

.prod_extended .content-page-detail .content_box .content_text .title:after,.product_sidebar .content-page-detail .content_box .content_text .title:after {
    content: '';
    height: 1px;
    width: 42px;
    border-bottom: 1px solid;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%)
}

.prod_extended .content-page-detail .content_box .content_text .text,.product_sidebar .content-page-detail .content_box .content_text .text {
    color: #979797;
    font-size: 14px;
    line-height: 28px;
    /* 
  font-family: Jost;
   */
}

.prod_extended .content-page-detail .content_box:focus,.prod_extended .content-page-detail .content_box:hover,.product_sidebar .content-page-detail .content_box:focus,.product_sidebar .content-page-detail .content_box:hover {
    border-color: #111111
}

.prod_extended .arrows-product,.product_sidebar .arrows-product {
    position: relative;
    display: flex;
    padding: 6px 0 30px
}

.prod_extended .arrows-product:before,.product_sidebar .arrows-product:before {
    content: '';
    height: 15px;
    width: 1px;
    background: #d6d6d6;
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.prod_extended .arrows-product .prev_prod,.product_sidebar .arrows-product .prev_prod {
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .2em;
      
    padding-right: 15px;
    position: relative
}

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

/*.prod_extended .arrows-product .prev_prod .img-prev,.product_sidebar .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_extended .arrows-product .prev_prod .img-prev .info-prod,.product_sidebar .arrows-product .prev_prod .img-prev .info-prod {
    margin-left: 10px
}

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

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

.prod_extended .arrows-product .prev_prod:hover .img-prev,.product_sidebar .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_extended .arrows-product .next_prod,.product_sidebar .arrows-product .next_prod {
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .2em;
      
    padding-left: 15px;
    position: relative
}

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

/*.prod_extended .arrows-product .next_prod .img-next,.product_sidebar .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_extended .arrows-product .next_prod .img-next .info-prod,.product_sidebar .arrows-product .next_prod .img-next .info-prod {
    margin-left: 10px
}

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

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

.prod_extended .arrows-product .next_prod:hover .img-next,.product_sidebar .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)
}

.product_sidebar .content-page-detail .sidebar_info .banner_sidebar {
    padding-bottom: 30px
}

.product_sidebar .content-page-detail .sidebar_info .banner_sidebar a {
    display: block;
    position: relative;
    overflow: hidden
}

.product_sidebar .content-page-detail .sidebar_info .banner_sidebar a img {
    transition: 2s
}

/*.product_sidebar .content-page-detail .sidebar_info .banner_sidebar a:after,
.product_sidebar .content-page-detail .sidebar_info .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
}*/

.product_sidebar .content-page-detail .sidebar_info .banner_sidebar a:hover img {
    transform: scale(1.05);
    transition: 2s
}

.product_sidebar .content-page-detail .sidebar_info .banner_sidebar a:hover:before {
    right: 50%;
    left: 50%;
    background-color: rgba(255,255,255,.5)
}

.product_sidebar .content-page-detail .sidebar_info .banner_sidebar a:hover:after {
    top: 50%;
    bottom: 50%;
    background-color: rgba(255,255,255,.5)
}

.product_sidebar .content-page-detail .sidebar_info .widget_title {
    /* 
  font-family: Jost;
   */
    font-size: 14px;
    font-weight: 500;
    color: #111111;
      
    border-bottom: 1px solid #e7e7e7;
    letter-spacing: .2em;
    padding-bottom: 20px
}

.product_sidebar .content-page-detail .sidebar_info .prod_sidebar {
    padding-left: 0
}

.product_sidebar .content-page-detail .sidebar_info .prod_sidebar .product_info {
    overflow: hidden;
    list-style: none;
    border-bottom: 1px solid #f1f1f1;
    padding: 20px 0;
    position: relative
}

.product_sidebar .content-page-detail .sidebar_info .prod_sidebar .product_info img {
    width: 100%;
    float: left;
    max-width: 80px;
    margin-right: 15px;
    border: 1px solid #e4e6ec
}

.product_sidebar .content-page-detail .sidebar_info .prod_sidebar .product_info .title-product a {
  /* 
  font-family: Jost;
   */
  font-size: 16px;
  font-weight: 500;
  color: #111111
}

.product_sidebar .content-page-detail .sidebar_info .prod_sidebar .product_info .title-product a:hover {
    color: #f4841a
}

.product_sidebar .content-page-detail .sidebar_info .prod_sidebar .product_info .price-product .price-old {
  /* 
  font-family: Jost;
   */
  font-size: 12px;
  font-weight: 500;
  color: #111111
}

.product_sidebar .content-page-detail .sidebar_info .prod_sidebar .product_info .price-product .price {
  /* 
  font-family: Jost;
   */
  font-size: 14px;
  font-weight: 600;
  color: #f4841a
}

.product_sidebar .content-page-detail .detail-info {
    padding-bottom: 30px
}

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

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

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

.prod_sticky .detail-share-social .share-product-title label {
    /* 
  font-family: Jost;
   */
    font-size: 11px;
    font-weight: 600;
    color: #fff;
      
    letter-spacing: .2em;
    margin-bottom: 0!important
}

.prod_sticky .detail-share-social .casano-social-product,
.prod_sticky .content-page-detail .detail-info .detail-share-social .casano-social-product,
.prod_extended .content-page-detail .detail-info .detail-share-social .casano-social-product,
.product_sidebar .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 .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 .detail-share-social .casano-social-product a i {
    font-size: 16px;
    color: #b1b1b1
} 

.prod_sticky .detail-share-social .casano-social-product a:hover i {
    color: #f4841a
}

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

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

.prod_sticky .arrows-product {
    position: relative;
    display: flex;
    padding: 20px 0 30px
}

.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;
      
    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;
      
    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: #f4841a
}

.prod_sticky .content-page-detail .gallery-control .btn-360 .text_360,
.prod_extended .content-page-detail .gallery-control .btn-video .text_video,
.product_sidebar .content-page-detail .gallery-control .btn-video .text_video,
.prod_sticky .content-page-detail .gallery-control .btn-video .text_video,
.prod_largeimg .content-page-detail .gallery-control .btn-video .text_video{
  padding-left: 10px;
  /* 
  font-family: Jost;
   */
  color: #f4841a;
  font-size: 13px;
  font-weight: 600;
    
  letter-spacing: .1em
}

.prod_sticky .content-page-detail .gallery-control .btn-360:focus,.prod_sticky .content-page-detail .gallery-control .btn-360:hover {
    background: #f4841a;
    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: #f4841a
}

/*.prod_sticky .content-page-detail .gallery-control .btn-video .text_video {
  padding-left: 10px;
  
  font-family: Jost;
  
  color: #f4841a;
  font-size: 13px;
  font-weight: 600;
    
  letter-spacing: .1em
}*/

.prod_sticky .content-page-detail .gallery-control .btn-video:focus,.prod_sticky .content-page-detail .gallery-control .btn-video:hover {
    background: #f4841a;
    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: Jost;
  
  font-size: 24px;
  font-weight: 500;
  color: #111111;
  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: #f4841a;
    text-decoration: none
}

.prod_sticky .content-page-detail .detail-info .wrap-rating,
.prod_largeimg .content-page-detail .detail-info .wrap-rating,
.prod_extended .content-page-detail .detail-info .wrap-rating,
.product_sidebar .content-page-detail .detail-info .wrap-rating{
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 24px
}

.prod_sticky .content-page-detail .detail-info .btn-action,
.prod_largeimg .content-page-detail .detail-info .btn-action,
.prod_extended .content-page-detail .detail-info .btn-action,
.product_sidebar .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,
.prod_largeimg .content-page-detail .detail-info .btn-action .shop-button{
  width: calc(100% - 90px);
  /* 
  font-family: Jost;
   */
  transition: all .3s ease;
  padding: 0 39px;
  height: 55px;
  font-size: 14px;
  background: #f4841a;
  letter-spacing: .2em;
  justify-content: center;
    
  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: Jost;
  
    transition: all .3s ease;
    padding: 0 40px;
    height: 55px;
    line-height: 55px;
    font-size: 12px;
    background: #f4841a;
    letter-spacing: 2.2px;
    justify-content: center;
      
    font-weight: 600;
    color: #fff;
    transition: .3s;
    text-align: center
}*/

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

.prod_sticky .content-page-detail .detail-info .btn-action .shop-button-soldout,
.prod_largeimg .content-page-detail .detail-info .btn-action .shop-button-soldout,
.prod_extended .content-page-detail .detail-info .btn-action .shop-button-soldout,
.product_sidebar .content-page-detail .detail-info .btn-action .shop-button-soldout{
    /* 
  font-family: Jost;
   */
    transition: all .3s ease;
    padding: 0 40px;
    height: 55px;
    line-height: 55px;
    font-size: 12px;
    background: #e2e2e2;
    letter-spacing: 2.2px;
    justify-content: center;
      
    font-weight: 600;
    color: #111111;
    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: #111111;
    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: #111111;
  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: #f4841a
}

.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: 12px;
    font-weight: 600;
    border-bottom: 1px solid #111111;
    padding-bottom: 4px;
    letter-spacing: .1em;
    display: inline-block;
    margin-bottom: 0
}

.prod_sticky .content-page-detail .detail-info .pd_summary {
    /* 
  font-family: Jost;
   */
    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: #111111111
}

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

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

.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: Jost;
   */
    font-size: 14px;
    font-weight: 400;
    color: #111111;
    padding-right: 5px;
    margin-bottom: 0!important
}

.prod_sticky .content-page-detail .detail-info .product-meta-info .product-category-info a {
    /* 
  font-family: Jost;
   */
    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: #f4841a;
    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: Jost;
  
    font-size: 14px;
    font-weight: 400;
    color: #111111;
    letter-spacing: .1em;
      
    padding-right: 5px;
    margin-bottom: 0!important
}*/

.prod_sticky .content-page-detail .detail-info .product-meta-info .product-sku span {
    /* 
  font-family: Jost;
   */
    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: #111111;
    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: Jost;
   */
    font-size: 11px;
    font-weight: 600;
    color: #fff;
      
    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: #f4841a
}

.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: #111111;
    letter-spacing: .2em;
    font-size: 14px;
      
    /* 
  font-family: Jost;
   */
}

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

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

.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: #f4841a
}

.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: #111111
}

.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: #f4841a
}

.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: #111111
}

.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: Jost;
   */
    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: Jost;
   */
  font-size: 16px;
  font-weight: 400;
  color:#111111
}

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

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

.breadcrumb_collection .bg-breadcrumb .bread-crumb strong {
  /* 
  font-family: Jost;
   */
  font-size: 16px;
  font-weight: 500;
  color: #111111
}

.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:#f4841a !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: #f4841a
}

.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: #111111
}

.breadcrumb_collection .bg-breadcrumb .next-slide:hover,.breadcrumb_collection .bg-breadcrumb .prev-slide:hover {
    background: #f4841a;
    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,.breadcrumb_collection.style1 .bg_bread .title-page h1 {
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 7px;
      
}

.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: Jost;
   */
}
.wrap-bread-crumb.breadcrumb_cart {
    background: #f6f6f6;
}
.wrap-bread-crumb .bread-crumb {
    padding: 10px 0 35px 0
}
.wrap-bread-crumb.breadcrumb_cart .bread-crumb{
  padding: 10px 0;
}

.wrap-bread-crumb .bread-crumb a {
  /* 
  font-family: Jost;
   */
  font-size: 16px;
  font-weight: 400;
  color: #00000066;
}

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


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

.wrap-bread-crumb .bread-crumb strong {
  /* 
  font-family: Jost;
   */
  font-size: 16px;
  font-weight: 400;
  color: #f4841ad1;
}

.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: #f4841a;
  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: #111111;
    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: #111111;
      
    display: inline-block
}

.list-collection ul .title-collection a:after {
    content: "";
    width: 0;
    height: 4px;
    background-color: #f4841a;
    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,.breadcrumb_collection2 .bg-breadcrumb .title-page h1 {
    /* 
  font-family: Jost;
   */
    font-size: 46px;
    font-weight: 500;
    color: #fff;
      
    letter-spacing: 5px;
    position: relative
}

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

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

.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,.breadcrumb_collection3 .bg-breadcrumb .title-page h1 {
    /* 
  font-family: Jost;
   */
    font-size: 46px;
    font-weight: 500;
    color: #fff;
      
    letter-spacing: 10px;
    position: relative
}

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

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

.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: Jost;
   */
    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: 0
}

.collection-page-fullwidth .pagi-nav,.collection-page-sidebar .pagi-nav, .page-content-container .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, .page-content-container .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, .page-content-container .pagi-nav span a {
    display: block;
    color: #868686
}

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

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

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

.collection-page-fullwidth .pagi-nav .current,.collection-page-sidebar .pagi-nav .current, .page-content-container .pagi-nav .current {
    background: #f4841a;
    border-color: #f4841a;
    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: Jost;
   */
    font-size: 10px;
    font-weight: 600;
    color: #111111;
      
    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 #111111;
    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: Jost;
   */
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 2px;
    
  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,*/
.collection-page-fullwidth .filter-to-left .filter_sidebar .filter-category .widget-content .list-category-toggle li a:first-child:before,
.collection-page-sidebar .filter-to-left .filter_sidebar .filter-category .widget-content .list-category-toggle li a:first-child:before {
  content: "\f105";
  /* font-family: FontAwesome; */
  font-size: 15px;
  float: left;
  padding-right: 10px;
  line-height: 25px;
  color: #f4841a;
  -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 a:first-child:hover:before,
.collection-page-sidebar .filter-to-left .filter_sidebar .filter-category .widget-content .list-category-toggle li a:first-child: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: #f4841a;
}
.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: Jost;
   */
  font-size: 15px;
  font-weight: 400;
  color: #111111
}

.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: #f4841a
}

.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: #f4841a
}

.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 #111111;
    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 #111111;
    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 5px;
  border: 1px solid #111111!important;
  border-radius: 5px;
  color: #232529;
  margin: 0 10px 10px 0!important;
  text-align: center;
  transition: all .3s ease;
  font-size: 14px;
  font-weight: 600;
  /* 
  font-family: Jost;
   */
}

.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: #f4841a;
  border:1px solid #f4841a!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: #f4841a;
  border:1px solid #f4841a!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: Jost;
   */
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .1em;
  color: #111111;
  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: #f4841a;
  background-image:url(filter_selected.svg);
  border-color: #f4841a;
}

.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: #f4841a
}

.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: #111111;
  margin: 0 10px 10px 0!important;
  text-align: center;
  transition: all .3s ease;
  font-size: 14px;
  font-weight: 500;
  padding: 0 22px;
  /* 
  font-family: Jost;
   */
}

.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 #f4841a!important;
  background: #f4841a;
}

.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 #111111!important;
    color: #fff;
    background: #111111
}

.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: Jost;
   */
    font-size: 16px;
    font-weight: 400;
    color: #111111;
    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: #f4841a
}

.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: #f4841a
}

.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-sidebar .banner_sidebar a:after,
.collection-page-sidebar .banner_sidebar a:before,
.product_sidebar .content-page-detail .sidebar_info .banner_sidebar a:after,
.product_sidebar .content-page-detail .sidebar_info .banner_sidebar a:before,
.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: Jost;
   */
    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: Jost;
   */
    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: #111111;
    letter-spacing: 2px;
    /* 
  font-family: Jost;
   */
    border: 2px solid #111111;
      
    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: #f4841a;
    border: 2px solid #f4841a
}

.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: #111111
}

.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
}

.section-collection-sub1 .banner_cate .img_banner:after,
.section-collection-sub1 .banner_cate .img_banner:before,
.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: #111111;
    font-weight: 500;
    font-size: 14px;
      
    letter-spacing: .1em;
    /* 
  font-family: Jost;
   */
}

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

.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: #111111
}

.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: #111111;
    /* 
  font-family: Jost;
   */
}

.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: #111111;
    /* 
  font-family: Jost;
   */
}

.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: #f4841a
}

.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: #f4841a
}

.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: #111111;
    /* 
  font-family: Jost;
   */
}

.collection-page-fullwidth .content-page .shop_control,.collection-page-sidebar .content-page .shop_control {
    padding: 50px 15px 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;
    
  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: 1px solid #111111;*/
    background: #f4f4f4;
    border-radius: 0px;
    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: #111111
}

.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: Jost;
   */
    text-transform: capitalize;

    color: #000000;
    letter-spacing: 0.8px;
    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: #000;
    border: 2px solid #000
}

.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 #111111;
    color: #111111;
    /* 
  font-family: Jost;
   */
    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: Jost;
   */
    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 #111111;
    color: #111111
}

.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: #111111;
    border: 1px solid #111111;
    font-size: 15px;
    /* 
  font-family: Jost;
   */
    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: #111111
}

.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: #111111111
}

.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: #f4841a;
    border-color: #f4841a
}

.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: #111111
}

.collection-page-fullwidth.collection-bg-modern .content-page .next-slide:hover,.collection-page-fullwidth.collection-bg-modern .content-page .prev-slide:hover {
    background: #f4841a;
    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: #f4841a
}

.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: #f4841a
}

.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 #111111;
    position: relative
}


.filter_sidebar_general .widget-title h2 {
  /* 
  font-family: Jost;
   */
  font-size: 15px;
  letter-spacing:2px;
  font-weight: 500;
    
  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 a:first-child:before {
  content: "\f105";
  /* font-family: FontAwesome; */
  font-size: 15px;
  float: left;
  padding-right: 10px;
  line-height: 25px;
  color: #f4841a;
  -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 a:first-child:hover:before{
  display: block;
  opacity: 1;
  visibility: visible;
}
.filter_sidebar_general .filter-category .widget-content .list-category-toggle li:hover a{
  color: #f4841a;
}

.filter_sidebar_general .filter-category .widget-content .list-category-toggle li a {
  line-height: 36px;
  display: inline-block;
  /* 
  font-family: Jost;
   */
  font-size: 15px;
  font-weight: 400;
  color: #111111;
  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: #f4841a
}

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

.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: Jost;
   */
  font-size: 14px;
  font-weight: 400;
  color: #111111;
  text-transform: capitalize
}

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

.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 #111111;
    opacity: 1
}

.filter_sidebar_general .filter-color .list_color li a:hover:before {
    border: 1px solid #111111;
    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 #111111!important;
  color: #111111;
  padding: 0 5px;
  min-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: Jost;
   */
}

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

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

.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: Jost;
   */
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .1em;
  color: #111111;
  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: #f4841a;
  background-image:url(filter_selected.svg);
  border-color: #f4841a;
}

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

.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 #111111!important;
  color: #111111;
  margin: 0 10px 10px 0!important;
  text-align: center;
  padding: 10px;
  transition: all .3s ease;
  font-size: 14px;
  font-weight: 500;
  /* 
  font-family: Jost;
   */
}

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

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

.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: Jost;
   */
  font-size: 16px;
  font-weight: 400;
  color: #111111;
  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: #f4841a
}

.filter_sidebar_general .filter-brand .list-brand li a:hover:before {
  color: #f4841a;
  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: Jost;
   */
  font-size: 15px;
    
  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: #f4841a;
    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: #f4841a;
  -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: #f4841a;
}

.filter_ver2 .filter_sidebar2 .filter-category .widget-content .list-category-toggle li a {
  /* 
  font-family: Jost;
   */
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  padding: 0;
  color: #111111;
  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: #f4841a
}

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

.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: Jost;
   */
  font-size: 15px;
  font-weight: 400;
  color: #111111;
  text-transform: capitalize
}

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

.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 #111111;
    opacity: 1
}

.filter_ver2 .filter_sidebar2 .filter-color .list_color li a:hover:before {
    border: 1px solid #111111;
    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 #111111!important;
  color: #111111;
  text-align: center;
  transition: all .3s ease;
  font-size: 14px;
  font-weight: 500;
  /* 
  font-family: Jost;
   */
  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 #f4841a!important;
  color: #fff;
  background: #f4841a;
}

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

.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: Jost;
   */
  padding-left:25px;
  line-height:initial;
  display:block;
  font-size: 15px;
  font-weight:400;
  color: #111111;
}
.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: #f4841a
}
.filter_ver2 .filter_sidebar2 .filter-price .list-price li a.active:before{
  background-color: #f4841a;
  background-image:url(filter_selected.svg);
  border-color: #f4841a;
}
.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: Jost;
   */
}

.filter_ver2 .filter_sidebar2 .widget-tags .list-tag li a:hover{
  border:1px solid #f4841a!important;
  background: #f4841a;
  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: Jost;
   */
    font-size: 14px;
    font-weight: 400;
    color: #111111;
    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: #f4841a
}

.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:#f4841a;
  background-image: url(filter_selected.svg);
  border-color: #f4841a;
}

.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: #111111
}

.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: #111111111;
    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: #f4841a
}

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


@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:#f4841a !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: #111111
}

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

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

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

.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: #111111;
    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: #f4841a
}

.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 #111111;
    opacity: 1
}

.filter-accodition .content_collapse .list_color li a:hover:before {
    border: 1px solid #111111;
    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 #111111!important;
  color: #111111;
  text-align: center;
  transition: all .3s ease;
  font-size: 14px;
  font-weight: 500;
  /* 
  font-family: Jost;
   */
}

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

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

.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: Jost;
   */
  font-size: 14px;
  font-weight: 500;
  color: #111111;
  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: #f4841a
}

.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: Jost;
   */
    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: Jost;
   */
    text-transform: uppercase
}

.blog-page .content-blog-page .blog-list-view .blog_grid .post-info .blog-title {
    font-size: 11px;
      
    /* 
  font-family: Jost;
   */
    letter-spacing: 2px;
    font-weight: 500;
    margin-top: 20px;
    color: #f4841a;
    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: Jost;
   */
    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: #f4841a
}

.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: Jost;
   */
    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: Jost;
   */
    font-weight: 500;
    color: #111111;
    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: #111111;
    position: absolute;
    bottom: 0;
    left: 0
}

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

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

.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: #f4841a
}

.blog-page .content-blog-page .blog-list-view .blog_standar .post-info .single-post-date .date {
    font-size: 20px;
    font-weight: 500;
    /* 
  font-family: Jost;
   */
    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: Jost;
   */
    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;
      
    /* 
  font-family: Jost;
   */
    letter-spacing: 2px;
    font-weight: 500;
    color: #f4841a;
    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: Jost;
   */
    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: #f4841a
}

.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: Jost;
   */
    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: Jost;
   */
    font-size: 12px;
      
    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: Jost;
   */
    font-size: 12px;
      
    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: Jost;
   */
    font-size: 12px;
      
    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: Jost;
   */
    font-weight: 600;
    color: #111111;
    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: #111111;
    position: absolute;
    bottom: 0;
    left: 0
}

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

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

.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;
      
    /* 
  font-family: Jost;
   */
    letter-spacing: .2em;
    font-weight: 500;
    color: #f4841a;
    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: Jost;
   */
    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: #f4841a
}

.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: Jost;
   */
    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: Jost;
   */
    font-size: 12px;
      
    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: Jost;
   */
    font-size: 12px;
      
    color: #111111;
    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: Jost;
   */
    font-size: 12px;
      
    color: #aaa;
    font-weight: 500;
    position: relative
}

.blog-page .content-blog-page .blog-list-view .blog_classic .post-info .date a {
    /* 
  font-family: Jost;
   */
    font-size: 12px;
      
    color: #111111;
    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: Jost;
   */
    font-size: 12px;
      
    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: Jost;
   */
    font-weight: 600;
    color: #111111;
    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: #111111;
    position: absolute;
    bottom: 0;
    left: 0
}

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

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

.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: #f4841a;
    border-color: #f4841a;
    color: #fff
}

.blog-page .content-blog-page .pagi-nav .current {
    background: #f4841a;
    border-color: #f4841a;
    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: Jost;
   */
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .2em;
      
    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: Jost;
   */
    font-size: 16px;
    font-weight: 400;
    color: #111111
}

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

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

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

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

.blog-page .blog_sidebar .blog_sidebar_recent .widget-title {
    /* 
  font-family: Jost;
   */
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .2em;
      
    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: Jost;
   */
    font-size: 11px;
    color: #aaa;
    font-weight: 500;
      
    letter-spacing: .1em;
    padding-bottom: 5px
}

.blog-page .blog_sidebar .blog_sidebar_recent .list-posts .item-post .post-info .post-title {
    /* 
  font-family: Jost;
   */
    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: Jost;
   */
    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: Jost;
   */
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .2em;
      
    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: Jost;
   */
}

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

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

.blog-page .blog_sidebar .widget-search .widget-title {
    /* 
  font-family: Jost;
   */
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .2em;
      
    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: Jost;
   */
    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: #111111
}

.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: #f4841a
}

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

.content-page.article-page{
  margin-bottom:50px;
}

.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: Jost;
   */
    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: Jost;
   */
    font-size: 12px;
      
    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: Jost;
   */
    font-size: 13px;
      
    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: Jost;
   */
    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: Jost;
   */
    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: Jost;
   */
    line-height: 28px;
  margin-bottom: 40px;
}

.article-page .content-single-blog .post-details .content-post-default blockquote {
    position: relative;
    font-size: 16px;
    color: #111111;
    font-weight: 500;
    /* 
  font-family: Jost;
   */
    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: #f4841a;
    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: #111111;
      
    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: #f4841a;
    color: #fff;
    border-color: #f4841a
}

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

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

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

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

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

.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: #111111;
    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: #000;
}

.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;
    
  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: #f4841a;
  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: Jost;
   */
    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: Jost;
   */
    text-transform: uppercase
}

.article-page .content-single-blog .single-related-post .blog_grid .post-info .blog-title {
    font-size: 12px;
      
    /* 
  font-family: Jost;
   */
    letter-spacing: 2px;
    font-weight: 500;
    margin-top: 30px;
    color: #f4841a;
    padding-bottom: 5px
}

.article-page .content-single-blog .single-related-post .blog_grid .post-info .post-title {
    padding-bottom: 25px;
    position: relative
}

.article-page .content-single-blog .single-related-post .blog_grid .post-info .post-title:before {
  content: '';
  width: 55px;
  height: 1px;
  background-color: #e0e0e0;
  display: block;
  bottom: 0;
  left:50%;
  transform: translateX(-50%);
  position: absolute;
}

.article-page .content-single-blog .single-related-post .blog_grid .post-info .post-title a {
    font-size: 22px;
    /* 
  font-family: Jost;
   */
    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: #f4841a
}

.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: Jost;
   */
    font-weight: 600;
    color: #111111;
    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: #111111;
    position: absolute;
    bottom: 0;
    left: 0
}

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

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

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

.article-page .article_sidebar .blog_sidebar_cate .widget-title {
    /* 
  font-family: Jost;
   */
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .2em;
      
    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: Jost;
   */
    font-size: 16px;
    font-weight: 400;
    color: #111111
}

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

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

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

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

.article-page .article_sidebar .blog_sidebar_recent .widget-title {
    /* 
  font-family: Jost;
   */
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .2em;
      
    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: Jost;
   */
    font-size: 11px;
    color: #aaa;
    font-weight: 500;
      
    letter-spacing: .1em;
    padding-bottom: 5px
}

.article-page .article_sidebar .blog_sidebar_recent .list-posts .item-post .post-info .post-title {
    /* 
  font-family: Jost;
   */
    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: Jost;
   */
    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: Jost;
   */
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .2em;
      
    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: Jost;
   */
}

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

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

.article-page .article_sidebar .widget-search .widget-title {
    /* 
  font-family: Jost;
   */
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .2em;
      
    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: Jost;
   */
    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: #111111
}

.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: #f4841a
}

.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: Jost;
   */
    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: #111111;
    border-radius: 0;
    padding: 11px 23px;
    font-size: 14px;
    /* 
  font-family: Jost;
   */
}

.article-page .reply-comment .contact-form .contact-name input::placeholder {
    font-size: 14px;
    /* 
  font-family: Jost;
   */
    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: #111111;
    border-radius: 0;
    padding: 11px 23px;
    font-size: 14px;
    /* 
  font-family: Jost;
   */
}

.article-page .reply-comment .contact-form .contact-email input::placeholder {
    font-size: 14px;
    /* 
  font-family: Jost;
   */
    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: #111111;
    border-radius: 0;
    padding-left: 23px;
    font-size: 14px;
    /* 
  font-family: Jost;
   */
    padding-top: 18px
}

.article-page .reply-comment .contact-form .contact-message textarea::placeholder {
    font-size: 14px;
    /* 
  font-family: Jost;
   */
    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: #111111;
    padding: 15px 0;
      
    letter-spacing: .2em;
    font-size: 14px;
    /* 
  font-family: Jost;
   */
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    transition: .3s
}

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

.article-page .blog-comment-detail .title_cmt_details {
    font-size: 22px;
    /* 
  font-family: Jost;
   */
    color: #111111;
    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: Jost;
   */
    font-weight: 600;
    color: #111111;
      
    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: #f4841a
}

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

.article-page .blog-comment-detail .comment-details .comment-info .desc {
    padding-top: 10px;
    font-size: 14px;
    /* 
  font-family: Jost;
   */
    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: #f4841a
}

.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: #111111;
  padding: 11px 20px;
  position: absolute;
  right: 0;
  top: 0;
  transition: .3s;
  height:60px;
}

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

.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: Jost;
   */
  color: #111111;
  margin-top: 30px
}

.list-category .info_col .total_item {
    font-size: 16px;
    font-weight: 400;
    /* 
  font-family: Jost;
   */
    color: #111111
}

.list-category .info_col .shop-button {
    height: 60px;
    min-width: 120px;
    line-height: 60px;
    background-color: #111111;
    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: #f4841a;
    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;
      
    color: #111111;
    /* 
  font-family: Jost;
   */
    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: Jost;
   */
    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: #111111;
    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: #f4841a
}

.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;
      
    padding: 18px 65px;
    border: none;
    background-color: #111111;
    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: #f4841a
}

.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;
      
    padding: 18px 65px;
    border: none;
    background: #f4841a;
    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: #111111
}

.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: #111111;
  letter-spacing: .2em;
    
  margin-bottom: 0;
  /* 
  font-family: Jost;
   */
  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: Jost;
   */
    padding: 17px 0;
    font-size: 16px;
    line-height: 30px;
    color: #111111;
    font-weight: 400
}

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

.page-cart .content-cart-page .cart_totals .cart-check .checkout-button {
    margin-top: 15px;
    display: inline-block;
    color: #fff;
      
    padding: 18px 65px;
    border: none;
    background-color: #f4841a;
    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: #111111
}

.page-cart .content-cart-page .cart_totals .notice-currency {
    font-size: 16px;
    font-weight: 400;
    color: #111111;
    text-transform: capitalize;
    /* 
  font-family: Jost;
   */
    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: Jost;
   */
    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: #111111
}

.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: Jost;
   */
    color: #111111;
    margin: 0;
    position: relative;
    font-size: 12px;
      
    letter-spacing: .1em;
    line-height: 30px;
    font-weight: 600;
    border-bottom: 2px solid #111111;
    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: #111111;
    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: #111111;
  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: #f4841a
}

.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: Jost;
   */
    transition: all .3s ease;
    padding: 0 39px;
    height: 55px;
    font-size: 14px;
    background: #f4841a;
    letter-spacing: .2em;
    justify-content: center;
      
    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: #111111;
    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: Jost;
   */
    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: #f4841a
}

.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: Jost;
   */
    transition: all .3s ease;
    width: 270px;
    max-width: 100%;
    height: 50px;
    font-size: 12px;
      
    background: #fff;
    border: 2px solid #f4841a;
    letter-spacing: 1.5px;
    justify-content: center;
    font-weight: 600;
    color: #111111;
    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: #f4841a;
    color: #fff
}

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

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

.engo-popup .content .more_info .actions .checkout-button {
    margin: 0 auto;
    margin-bottom: 20px;
    /* 
  font-family: Jost;
   */
    transition: all .3s ease;
    width: 270px;
    max-width: 100%;
    height: 50px;
      
    font-size: 12px;
    background: #f4841a;
    border: 2px solid #f4841a;
    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: #111111;
    border: 2px solid #111111
}

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

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

.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: #111111
}

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

.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;
      
    color: #111111;
    /* 
  font-family: Jost;
   */
    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: Jost;
   */
    font-size: 14px;
    color: #a8a8a8;
    line-height: 1.6;
    font-weight: 400
}

.page-wishlist .table-product .table .prod_title a:hover {
    color: #f4841a
}

.page-wishlist .table-product .table .prod_price del,.page-wishlist .table-product .table .prod_price ins {
    /* 
  font-family: Jost;
   */
    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: Jost;
   */
    transition: all .3s ease;
    width: 200px;
    height: 55px;
    font-size: 12px;
    background: #111111;
    letter-spacing: 2.2px;
    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;
    transition: .3s;
    text-align: center;
    cursor: pointer;
    border-radius: 0;
    margin: auto
}

.page-wishlist .table-product .table .prod_btn .shop-button:hover {
    background: #f4841a
}

.page-wishlist .table-product .table .remove .remove_prod {
    color: #111111;
    font-size: 13px
}

.page-wishlist .table-product .table .remove .remove_prod:hover {
    color: #f4841a
}

.page-wishlist .continue-shop {
    margin-top: 20px
}

.page-wishlist .continue-shop .shop-button {
    /* 
  font-family: Jost;
   */
    transition: all .3s ease;
    width: 200px;
    height: 55px;
    font-size: 12px;
    background: #111111;
    letter-spacing: 2.2px;
    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;
    transition: .3s;
    text-align: center;
    cursor: pointer;
    border-radius: 0;
    margin: auto
}

.page-wishlist .continue-shop .shop-button:hover {
    background: #f4841a
}

@-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: #f4841a
}

#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: #111111;
    border: none;
    border-radius: 0;
    padding: 10px 20px;
    font-size: 12px;
      
    letter-spacing: .2em;
    font-weight: 600;
    transition: all .5s ease
}

#shopify-product-reviews .spr-form-actions .spr-button:hover {
    background: #f4841a
}

input,select,textarea {
    border: 1px solid #e4e4e4;
    color: #111111
}

.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: Jost;
   */
    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: Jost;
   */
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    margin-bottom: -5px!important
}

.coming_soon .time ul li span {
    /* 
  font-family: Jost;
   */
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .2em;
      
    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: #111111;
  background-color: #fff;
  border: none;
    
  /* 
  font-family: Jost;
   */
  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: #111111;
    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;
          
        color: #111111;
        /* 
        font-family: Jost;
         */
        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: #f4841a
    }

    .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: 20px
    }

    .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;
          
        color: #111111;
        /* 
        font-family: Jost;
         */
        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: #f4841a
    }

    .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 h1 {
        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
    }

    .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
    }

    .collection-page-fullwidth .filter-to-left .filter_sidebar .close_filter,.collection-page-sidebar .filter-to-left .filter_sidebar .close_filter {
        right: 30px;
        top: 20px
    }

    .tab-pd-details .tab_prod li a {
        padding: 13px 28px
    }

    .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 .gutter:nth-child(even),.prod_sticky .gutter:nth-child(even),.product_sidebar .gutter:nth-child(even) {
        padding-left: 15px
    }

    .prod_extended .gutter:nth-child(odd),.prod_sticky .gutter:nth-child(odd),.product_sidebar .gutter:nth-child(odd) {
        padding-right: 15px
    }

    .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: 22px
    }

    .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: 25px;
        font-weight: 600;
    }

    .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
    }

    .prod_sticky .content-page-detail .img_sticky {
        margin-bottom: 15px
    }

    .prod_sticky .content-page-detail .sticky_content .detail-info {
        padding-top: 25px
    }

    .col-6:nth-child(even) {
        padding-left: 3.5px
    }

    .col-6:nth-child(odd) {
        padding-right: 3.5px
    }

    .product-item-v1 .product .sold-out {
        transform: translate(-50%,-50%) rotate(0) scale(1)
    }

    .product-item-v1 .product .product-icon-action {
        display: none
    }

    .product-item-v1 .product .label-new {
        top: 5px;
        left: 5px
    }

    .product-item-v1 .product .info-product .price-product {
        margin-bottom: 7px;
    }

    .product-item-v1 .product .info-product .price-product .price {
        font-size: 16x
    }
    .product-item-v1 .jdgm-preview-badge .jdgm-star.jdgm-star{
      font-size: 10px;
    }
    .product-item-v1 .jdgm-prev-badge__text{
      font-size: 13px;
    }
    .product-item-v1 .jdgm-widget.jdgm-widget{
       padding-bottom: 8px;
    }
    .prod_product_detail .jdgm-preview-badge .jdgm-star.jdgm-star{
      font-size: 13px;
    }
    .prod_product_detail .jdgm-prev-badge__text{
      font-size: 14px;
    }
}

.gutter:nth-child(even) {
  padding: 15px;
}

.gutter:nth-child(odd) {
  padding: 15px;
}

.wrap-rating .spr-badge .spr-starrating .spr-icon {
    color: #f2b03d
}

.col-2dot4,.col-lg-2dot4,.col-md-2dot4,.col-sm-2dot4,.col-xl-2dot4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

@media (min-width: 540px) {
    .col-sm-2dot4 {
        -webkit-box-flex:0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media (min-width: 720px) {
    .col-md-2dot4 {
        -webkit-box-flex:0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media (min-width: 960px) {
    .col-lg-2dot4 {
        -webkit-box-flex:0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media (min-width: 1140px) {
    .col-xl-2dot4 {
        -webkit-box-flex:0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

.trans-product {
    transition: all .5s ease
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes aniName {
    0% {
        left: 0
    }

    50% {
        left: 2%
    }

    100% {
        left: 0
    }
}

@-moz-keyframes aniName {
    0% {
        left: 0
    }

    50% {
        left: 2%
    }

    100% {
        left: 0
    }
}

@-webkit-keyframes aniName {
    0% {
        left: 0
    }

    50% {
        left: 2%
    }

    100% {
        left: 0
    }
}

@-o-keyframes aniName {
    0% {
        left: 0
    }

    50% {
        left: 2%
    }

    100% {
        left: 0
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

@-moz-keyframes shine {
    100% {
        left: 125%
    }
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@-o-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes animations {
    0% {
        transform: rotate(-5deg)
    }

    50% {
        transform: rotate(5deg)
    }

    100% {
        transform: rotate(-5deg)
    }
}

@-moz-keyframes animations {
    0% {
        transform: rotate(-5deg)
    }

    50% {
        transform: rotate(5deg)
    }

    100% {
        transform: rotate(-5deg)
    }
}

@-webkit-keyframes animations {
    0% {
        transform: rotate(-5deg)
    }

    50% {
        transform: rotate(5deg)
    }

    100% {
        transform: rotate(-5deg)
    }
}

@-o-keyframes animations {
    0% {
        transform: rotate(-5deg)
    }

    50% {
        transform: rotate(5deg)
    }

    100% {
        transform: rotate(-5deg)
    }
}

@keyframes animationsRight {
    0% {
        opacity: 0;
        right: 10px
    }

    100% {
        opacity: 1;
        right: -10px
    }
}

@-moz-keyframes animationsRight {
    0% {
        opacity: 0;
        right: 10px
    }

    100% {
        opacity: 1;
        right: -10px
    }
}

@-webkit-keyframes animationsRight {
    0% {
        opacity: 0;
        right: 10px
    }

    100% {
        opacity: 1;
        right: -10px
    }
}

@-o-keyframes animationsRight {
    0% {
        opacity: 0;
        right: 10px
    }

    100% {
        opacity: 1;
        right: -10px
    }
}

@keyframes animationsLeft {
    0% {
        opacity: 0;
        left: 10px
    }

    100% {
        opacity: 1;
        left: -10px
    }
}

@-moz-keyframes animationsLeft {
    0% {
        opacity: 0;
        left: 10px
    }

    100% {
        opacity: 1;
        left: -10px
    }
}

@-webkit-keyframes animationsLeft {
    0% {
        opacity: 0;
        left: 10px
    }

    100% {
        opacity: 1;
        left: -10px
    }
}

@-o-keyframes animationsLeft {
    0% {
        opacity: 0;
        left: 10px
    }

    100% {
        opacity: 1;
        left: -10px
    }
}

@keyframes mations {
    from {
        transform: translateY(-100%)
    }

    to {
        transform: translateY(0)
    }
}

@-moz-keyframes mations {
    from {
        transform: translateY(-100%)
    }

    to {
        transform: translateY(0)
    }
}

@-webkit-keyframes mations {
    from {
        transform: translateY(-100%)
    }

    to {
        transform: translateY(0)
    }
}

@-o-keyframes mations {
    from {
        transform: translateY(-100%)
    }

    to {
        transform: translateY(0)
    }
}

body {
    /* 
  font-family: Jost;
   */
    position: relative;
    transition: all .3s ease;
    right: 0
}

body.activedestop {
    margin-top: 0px;
    transition: all .5s ease
}

body.cartover {
    overflow: hidden
}

.promo_topbar {
    transition: all .5s ease;
    background-size: cover;
    background-position: center
}

.promo_topbar span {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    padding: 14px 0
}

.promo_topbar span em {
    color: #58d27d;
    font-style: normal
}

.promo_topbar .btn_promo {
    color: #111111;
    background: #fff;
    padding: 5px 13px;
    font-size: 11px;
    margin-left: 10px;
    font-weight: 600;
      
    border-radius: 15px;
    transition: .3s
}

.promo_topbar .btn_promo:hover {
    background: #111111;
    color: #fff
}

.promo_topbar .close_promo_topbar {
    top: 50%;
    right: 20px;
    transform: translateY(-50%)
}

.promo_topbar .close_promo_topbar svg {
    fill: #fff
}

.promo_topbar.active {
    max-height: 0!important;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease
}

.poup-login-destop {
    width: 500px;
    margin: auto;
    background-color: #fff;
    box-shadow: 7px 6px 40px 0 rgba(204,204,223,.16);
    position: fixed;
    max-width: 90%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 600px;
    padding: 50px;
    z-index: 11;
    opacity: 0;
    visibility: hidden
}

.poup-login-destop.active {
    opacity: 1;
    visibility: visible;
    z-index: 11
}

.poup-login-destop .form-control {
    height: 55px;
    border-radius: 0
}

.poup-login-destop input::placeholder {
    font-size: 13px
}

.poup-login-destop input:active::placeholder,.poup-login-destop input:focus::placeholder {
    color: #111111
}

.poup-login-destop .overlay_login-content .eveland-close-login {
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: -36px;
    right: 0;
    transition: all .5s ease;
    display: inline-block
}

.poup-login-destop .overlay_login-content .eveland-close-login:hover {
    transform: rotate(180deg)
}


.poup-login-destop .overlay_login-content .box-register a:hover {
    color: #f4841a
}

.poup-login-destop .overlay_login-content .btn {
    height: 55px;
    border-radius: 5px;
    background-color: #111111;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
      
    letter-spacing: .2em;
    font-weight: 600;
    margin-top: 20px;
    width: 100%;
    transition: all .3s ease;
    border: none
}

.poup-login-destop .overlay_login-content .btn:hover {
    background-color: #f4841a
}

.poup-login-destop .overlay_login-content .formlogin-destop {
    width: 85%
}

.poup-login-destop .overlay_login-content .formlogin-destop .login-icon-popup-login {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px
}

.poup-login-destop .overlay_login-content .formlogin-destop .title-tab-login {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #111111;
    text-transform: unset;
    padding-top: 20px
}

.poup-login-destop .overlay_login-content .formlogin-destop .form-check {
    padding-left: 0;
    text-align: left;
    font-size: 14px
}

.poup-login-destop .overlay_login-content .formlogin-destop .form-check a {
    color: #c5c4c4
}

.poup-login-destop .overlay_login-content .formlogin-destop .form-check a:hover {
    color: #f4841a
}

.poup-login-destop .overlay_login-content .formlogin-destop .or_creat .box-register {
    display: block;
    text-align: center;
    margin-top: 30px;
    padding: 10px;
    margin: 0 -67px;
    background: #f2f2f2;
    border: 1px solid #e8eced;
    font-size: 14px
}

.poup-login-destop .overlay_login-content .formlogin-destop .or_creat .box-register a {
    color: #c5c4c4
}

.poup-login-destop .overlay_login-content .formlogin-destop .or_creat .box-register a:hover {
    color: #f4841a
}

.poup-login-destop .overlay_login-content .block-login .login-icon {
    font-size: 35px
}

.poup-login-destop .overlay_login-content .block-login .title_resgister {
    font-size: 16px;
      
    letter-spacing: .2em;
    font-weight: 500;
    padding-bottom: 20px
}

.poup-login-destop .overlay_login-content .form_register-destop {
    width: 85%
}

.poup-login-destop .overlay_login-content .form_register-destop .login-icon {
    font-size: 35px
}

.poup-login-destop .overlay_login-content .form_register-destop .title_resgister {
    font-size: 16px;
      
    letter-spacing: .2em;
    font-weight: 500
}

.bg-login-popup {
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: fixed;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0,0,0,.8);
    transition: .5s
}

.bg-login-popup.active {
    opacity: 1;
    visibility: visible;
    z-index: 10
}

.label_menu {
    top: -13px;
    left: 100%;
    transform: translateX(-50%);
    font-size: 8px;
    display: inline-block;
      
    line-height: 16px;
    padding: 0 5px;
    font-weight: 600;
    color: #fff
}

.label_menu:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: inline-block;
    top: 100%;
    left: 10px;
    border-right: 4px solid transparent;
    border-top: 4px solid
}

.search-full-destop .search-eveland {
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    transition: height 1s ease;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    transition: transform .35s cubic-bezier(.46, .01, .32, 1),opacity .4s ease-out;
    z-index: 2;
    background-color: #fff
}

.search-full-destop .search-eveland .drawer-search-top {
    display: block;
    padding: 30px 15px 30px;
    transition-delay: .2s;
    transition: all .5s ease;
    transform: translateY(-30px)
}

.search-full-destop .search-eveland .drawer-search-top .drawer-search-title {
    font-size: 30px;
    text-align: center;
    color: #111111;
    font-weight: 400;
    margin-top: 0;
    line-height: 1.2;
    text-transform: unset;
    letter-spacing: 4px;
      
}

.search-full-destop .search-eveland .wg-search-form {
    width: 900px;
    margin: 0 auto;
    position: relative;
    transition: all .6s linear;
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden
}

.search-full-destop .search-eveland .wg-search-form .search-input {
    height: 44px;
    background-color: #fff;
    color: #111111;
    border: none;
    border: 1px solid #bbb;
    line-height: 42px;
    width: 100%;
}

.search-full-destop .search-eveland .wg-search-form .search-input:active,.search-full-destop .search-eveland .wg-search-form .search-input:focus {
    border-bottom: 2px solid #bbbaba
}

.search-full-destop .search-eveland .wg-search-form button {
    position: absolute;
    top: 0;
    right: 0;
    color: #666;
    font-size: 22px;
    height: 43px;
    width: 43px;
    text-align: center;
    padding: 0;
    font-weight: 900
}

.search-full-destop .search-eveland .drawer_back {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 2
}

.search-full-destop .search-eveland .drawer_back a {
    font-size: 12px;
    line-height: 35px;
    width: 35px;
    height: 35px;
    text-align: center;
    display: inline-block;
      
    letter-spacing: 1.5px
}

.search-full-destop .search-eveland.active {
    height: auto;
    opacity: 1;
    visibility: visible;
    transition: all .5s;
    z-index: 101;
}

.search-full-destop .search-eveland.active .drawer-search-top {
    transform: translateY(0)
}

.search-full-destop .search-eveland.active .wg-search-form {
    transform: translateY(0);
    transition-delay: .3s;
    opacity: 1;
    visibility: visible
}

.search-full-destop .search-eveland .result_prod {
    width: 900px;
    margin: auto;
    max-width: 100%;
    height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 20px
}

.search-full-destop .search-eveland .result_prod::-webkit-scrollbar {
    width: 3px
}

.search-full-destop .search-eveland .result_prod::-webkit-scrollbar-track {
    background-color: #eee
}

.search-full-destop .search-eveland .result_prod::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-radius: 20px;
    opacity: .8
}

.search-full-destop .search-eveland .result_prod .prod_sidebar {
    padding-left: 0;
    padding-right: 0
}

.search-full-destop .search-eveland .result_prod .prod_sidebar .product_info {
    overflow: hidden;
    list-style: none;
    border-bottom: 1px solid #f1f1f1;
    padding: 15px 0;
    position: relative
}

.search-full-destop .search-eveland .result_prod .prod_sidebar .product_info img {
    width: 100%;
    float: left;
    max-width: 80px;
    margin-right: 15px;
    border: 1px solid #e4e6ec
}

.search-full-destop .search-eveland .result_prod .prod_sidebar .product_info .title-product {
    line-height: 20px;
    margin-bottom: 2px
}

.search-full-destop .search-eveland .result_prod .prod_sidebar .product_info .title-product a {
    /* 
  font-family: Jost;
   */
    font-size: 14px;
    font-weight: 400;
    color: #111111
}

.search-full-destop .search-eveland .result_prod .prod_sidebar .product_info .title-product a:hover {
    color: #f4841a
}

.search-full-destop .search-eveland .result_prod .prod_sidebar .product_info .title-product a .hightlight {
    background: #f4841a;
    color: #fff;
    padding: 0 1px
}

.search-full-destop .search-eveland .result_prod .prod_sidebar .product_info .price-product .price-old {
    /* 
  font-family: Jost;
   */
    font-size: 11px;
    font-weight: 300;
    color: #c1c1c1;
    margin-left: 5px
}

.search-full-destop .search-eveland .result_prod .prod_sidebar .product_info .price-product .price {
    /* 
  font-family: Jost;
   */
    font-size: 14px;
    font-weight: 600;
    color: #f4841a
}

.search-full-destop .search-eveland .result_prod .btn_viewall {
    text-align: center
}

.search-full-destop .search-eveland .result_prod .btn_viewall a {
    font-size: 14px;
    color: #111111
}

.search-full-destop .search-eveland .result_prod .btn_viewall a:hover {
    color: #f4841a
}

@media (max-width: 767px) {
    .search-full-destop .search-eveland .result_prod {
        width:90%;
        max-height: calc(100vh - 260px);
        overflow-y: auto;
        overflow-x: hidden
    }
}

@media (min-width: 768px) and (max-width:992px) {
    .search-full-destop .search-eveland .result_prod {
        width:90%
    }
}

.search-full-destop .bg_search_box {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,.7);
    top: 0;
    left: 0;
    position: fixed;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease
}

.search-full-destop .bg_search_box.active {
    opacity: 1;
    visibility: visible;
    transition: all .5s ease
}

.menu_moblie {
    justify-content: space-between;
    padding: 15px;
    background: #f8f4ec;
    position: relative;
    z-index: 2;
    transition: background-color .5s ease 0s,padding .5s ease 0s
}

.menu_moblie.menu_mobilescroll {
    -webkit-animation: mations 1s ease;
    animation: mations 1s ease;
    transition: background-color .5s ease 0s,padding .5s ease 0s;
    margin: 0 auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
}

.menu_moblie.engoc-disable-sticky {
  position: unset;
  background:#ffffff;
}

.menu_moblie .menuleft {
    width: 70px
}

.menu_moblie .menuleft .iconmenu {
    display: inline-block;
    vertical-align: bottom;
      
    color: #111111
}

.menu_moblie .menuleft .iconmenu span {
    text-align: left;
    display: block;
    width: 23px;
    height: 2px;
    background: #111111;
    margin-bottom: 6px
}
.menu_moblie .menuleft .iconmenu span:last-child{
  margin-bottom:0;
}
.menu_moblie .menuleft .iconmenu span:nth-child(2) {
    width: 12px
}

.menu_moblie .menuleft .iconmenu span:nth-child(3) {
    width: 17px
}

.menu_moblie .menuright {
    width: 88px;
    text-align: right
}

.menu_moblie .menuright i {
    font-size: 20px;
    font-weight: 700;
    color: #111111
}

.menu_moblie .menuright svg {
    width: 22px;
    height: 22px;
    fill: #111111
}

.menu_moblie .menuright a {
    position: relative;
    color: #111111;
    font-size: 23px;
    text-decoration: none
}

.menu_moblie .menuright a span {
    color: #f4841a;
    display: block;
    font-size: 14px;
    position: absolute;
    text-align: center;
    top: -5px;
    right: -4px
}

.box_contentmenu_background {
    background-color: #000000c4;
    z-index: 1000;
    top: 0;
    left: 0;
    position: fixed;
    overflow: auto;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    visibility: hidden
}

.box_contentmenu_background.active {
    opacity: 1;
    visibility: visible
}

.box_contentmenu {
    height: 100%;
    width: 320px;
    top: 0;
    left: -320px;
    max-width: 100%;
    z-index: 5;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    background-color: #fff
}

.box_contentmenu.active {
    opacity: 1;
    visibility: visible;
    left: 0;
    transition: all .3s ease;
    z-index: 99999999
}

.box_contentmenu .form-control {
    border-radius: 0;
    height: 45px
}

.box_contentmenu input::placeholder {
    color: #ddd;
    font-size: 13px
}

.box_contentmenu input:active::placeholder,.box_contentmenu input:focus::placeholder {
    color: #111111
}

.box_contentmenu button {
    border-radius: 0
}

.box_contentmenu .tab_content_menu_mobile {
    width: 100%;
    height: 100%
}

.box_contentmenu .tab_content_menu_mobile .nav-tabs {
    border-bottom: none;
    margin-bottom: 0!important
}

.box_contentmenu .tab_content_menu_mobile ul {
    width: 100%
}

.box_contentmenu .tab_content_menu_mobile ul .toptab_li {
    width: 50%;
    display: inline-block
}

.box_contentmenu .tab_content_menu_mobile ul .toptab_li a {
    background-color: #fff;
    color: #111111;
    float: left;
    display: block;
    width: 100%;
    text-align: center;
    height: 55px;
    line-height: 55px;
    padding: 0;
    margin: 0;
      
    font-size: 14px;
    text-decoration: none;
    border-bottom: 1px solid #ccc
}

.box_contentmenu .tab_content_menu_mobile ul .toptab_li a svg {
    fill: #111111
}

.box_contentmenu .tab_content_menu_mobile ul .toptab_li a.active {
    background-color: #111111;
    color: #fff
}

.box_contentmenu .tab_content_menu_mobile ul .toptab_li a.active .tab-menu-icon {
    color: #fff
}

.box_contentmenu .tab_content_menu_mobile ul .toptab_li a.active .tab-menu-icon span {
    background: #fff
}

.box_contentmenu .tab_content_menu_mobile ul .toptab_li a.active svg {
    fill: #fff
}

.box_contentmenu .tab_content_menu_mobile ul .toptab_li a .tab-menu-icon {
    display: inline-block;
    vertical-align: middle;
      
    color: #111111
}

.box_contentmenu .tab_content_menu_mobile ul .toptab_li a .tab-menu-icon span {
    text-align: left;
    display: block;
    width: 20px;
    height: 2px;
    background: #111111;
    margin-bottom: 4px
}

.box_contentmenu .tab_content_menu_mobile ul .toptab_li a .tab-menu-icon span:nth-child(2) {
    width: 12px
}

.box_contentmenu .tab_content_menu_mobile ul .toptab_li a i {
    font-size: 22px;
    vertical-align: middle
}

.box_contentmenu .tab_content_menu_mobile ul .toptab_li a svg {
    width: 19px;
    height: 18px;
    margin-bottom: 7px
}

.box_contentmenu .tab_content_menu_mobile .tab-content {
    width: 100%;
    position: relative;
    height: calc(100% - 116px);
    overflow: auto;
    overflow-x: hidden
}

.box_contentmenu .tab_content_menu_mobile .tab-content .tab_children_menu .mobilemenu_list {
    border-bottom: 1px solid #e7e7e7
}

.box_contentmenu .tab_content_menu_mobile .tab-content .tab_children_menu .mobilemenu_list .nammenu {
    padding: 0 20px;
    font-weight: 500;
    font-size: 15px;
    line-height: 55px;
    height: 55px;
    color: #111111;
    display: inline-block;
    transition: .5s;
    text-decoration: none;
      
    width: calc(100% - 50px)
}

.box_contentmenu .tab_content_menu_mobile .tab-content .tab_children_menu .mobilemenu_list .toggle-menumobile {
    width: 50px;
    height: 48px;
    padding: 20px;
    text-align: center;
    float: right;
    text-decoration: none
}

.box_contentmenu .tab_content_menu_mobile .tab-content .tab_children_menu .mobilemenu_list .toggle-menumobile i {
    font-size: 10px;
    color: #111111
}

.box_contentmenu .tab_content_menu_mobile .tab-content .tab_children_menu .mobilemenu_list .toggle-menumobile .icon-menu-mobile-plus {
    display: block
}

.box_contentmenu .tab_content_menu_mobile .tab-content .tab_children_menu .mobilemenu_list .toggle-menumobile .icon-menu-mobile-minus {
    display: none
}

.box_contentmenu .tab_content_menu_mobile .tab-content .tab_children_menu .mobilemenu_list .toggle-menumobile.iconactive .icon-menu-mobile-plus {
    display: none
}

.box_contentmenu .tab_content_menu_mobile .tab-content .tab_children_menu .mobilemenu_list .toggle-menumobile.iconactive .icon-menu-mobile-minus {
    display: block
}

.box_contentmenu .tab_content_menu_mobile .tab-content .tab_children_menu .mobilemenu_list ul li a {
    display: block;
    font-size: 14px;
    color: #868686;
    padding: 4px;
    padding-left: 20px;
    text-transform: capitalize;
    text-decoration: none
}

.box_contentmenu .tab_content_menu_mobile .tab-content .tab_children_menu .mobilemenu_list .title_menu_mb {
    font-size: 13px;
    font-weight: 500;
    position: relative;
    padding-top: 8px;
    margin-left: 20px;
    padding-bottom: 2px;
    text-transform: uppercase
}

.box_contentmenu .tab_content_menu_mobile .tab-content .tab_children_menu .mobilemenu_list .title_menu_mb:before {
    position: absolute;
    content: '';
    width: 50px;
    border-bottom: 1px solid #007bff;
    bottom: 0
}

.box_contentmenu .tab_content_menu_mobile .tab-content .tab_children_menu .mobilemenu_list .title_menu_mb.title_only_one:before {
    display: none
}

.box_contentmenu .tab_content_menu_mobile .tab-content .tab_children_menu .mobilemenu_list .title_menu_mb.title_only_one a {
    color: #868686;
    font-size: 14px;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 400
}

.box_contentmenu .tab_content_menu_mobile .tab-content #tab_menu_mobile {
    width: 100%
}

.box_contentmenu .tab_content_menu_mobile .tab-content #tab_menu_mobile .menu-horizon-list {
    border-bottom: 1px solid #ededed
}

.box_contentmenu .tab_content_menu_mobile .tab-content #tab_menu_mobile .menu-horizon-list .nammenu {
    font-size: 16px;
    width: calc(100% - 50px);
    height: 54px;
    font-weight: 500;
    padding: 15px;
    color: #111111;
    display: inline-block;
    /*transition: .5s;*/
    text-decoration: none
}

.box_contentmenu .tab_content_menu_mobile .tab-content #tab_menu_mobile .menu-horizon-list .nammenu .label_menu {
    top: -10px;
    left: 90%
}

.box_contentmenu .tab_content_menu_mobile .tab-content #tab_menu_mobile .menu-horizon-list .toggle-menumobile {
    width: 50px;
    padding: 15px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    float: right;
    text-decoration: none
}

.box_contentmenu .tab_content_menu_mobile .tab-content #tab_menu_mobile .menu-horizon-list .toggle-menumobile i {
    display: block;
    font-size: 20px;
    /*transition: .5s;*/
    color: #111111
}

.box_contentmenu .tab_content_menu_mobile .tab-content #tab_menu_mobile .menu-horizon-list .toggle-menumobile.active i {
    transform: rotate(180deg);
    color: #f4841a
}

.box_contentmenu .tab_content_menu_mobile .tab-content #tab_menu_mobile .menu-horizon-list.active .menu_lv2 {
    right: 0;
    z-index: 9;
    display: block
}

.box_contentmenu .tab_content_menu_mobile .tab-content #tab_menu_mobile .menu-horizon-list .menu_lv2 {
    position: absolute;
    top: 0;
    right: -100%;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    -webkit-transition: all .3s linear 0s;
    z-index: 0;
    background-color: #fff
}

.box_contentmenu .tab_content_menu_mobile .tab-content #tab_menu_mobile .menu-horizon-list .menu_lv2 .back-to {
    font-size: 16px;
    width: 100%;
    height: 54px;
    font-weight: 500;
    padding: 15px;
    color: #fff;
    background: #f4841a;
    display: inline-block;
    transition: .5s;
    text-decoration: none
}

.box_contentmenu .tab_content_menu_mobile .tab-content #tab_menu_mobile .menu-horizon-list .menu_lv3 {
    padding: 15px
}

.box_contentmenu .tab_content_menu_mobile .tab-content #tab_menu_mobile .menu-horizon-list .title_menu_mb {
    font-size: 15px;
    letter-spacing: .2em;
    font-weight: 500;
      
    position: relative;
    padding: 15px;
    margin-bottom: 0;
    display: inline-block
}

.box_contentmenu .tab_content_menu_mobile .tab-content #tab_menu_mobile .menu-horizon-list .title_menu_mb:before {
    position: absolute;
    content: '';
    width: 50px;
    border-bottom: 1px solid #f4841a;
    bottom: 0
}

.box_contentmenu .tab_content_menu_mobile .tab-content #tab_menu_mobile .menu-horizon-list .title_menu_mb:first-child {
    margin-top: 0
}

.box_contentmenu .tab_content_menu_mobile .tab-content #tab_menu_mobile .menu-horizon-list ul {
    list-style-type: none
}

.box_contentmenu .tab_content_menu_mobile .tab-content #tab_menu_mobile .menu-horizon-list ul:last-child {
    margin-bottom: 20px!important
}

.box_contentmenu .tab_content_menu_mobile .tab-content #tab_menu_mobile .menu-horizon-list ul li {
    line-height: 24px;
    position: relative;
    padding: 6px 0
}

.box_contentmenu .tab_content_menu_mobile .tab-content #tab_menu_mobile .menu-horizon-list ul li a {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: #111111;
    text-transform: unset
}

.box_contentmenu .tab_content_menu_mobile .tab-content #tab_menu_mobile .menu-horizon-list ul li a .label_menu {
    top: -16px
}

.box_contentmenu .tab_content_menu_mobile .tab-content #tab_menu_mobile .menu-horizon-list .title_menu_mb.title_only_one {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: #111111;
    letter-spacing: unset;
    text-transform: unset;
    margin-top: unset;
    display: block
}

.box_contentmenu .tab_content_menu_mobile .tab-content #tab_menu_mobile .menu-horizon-list .title_menu_mb.title_only_one:before {
    content: none
}

.box_contentmenu .tab_content_menu_mobile .tab-content #tab_menu_mobile .menu-horizon-list .title_menu_mb.title_only_one:last-child {
    margin-bottom: 20px
}

.box_contentmenu .tab_content_menu_mobile .tab-content #tab_account_mobile {
    width: 100%;
    padding: 30px
}

.box_contentmenu .tab_content_menu_mobile .tab-content #tab_account_mobile .overlay_login-content .box_content_accountdestop .formlogin {
    width: 100%
}

.box_contentmenu .tab_content_menu_mobile .tab-content #tab_account_mobile .overlay_login-content .box_content_accountdestop .formlogin .login_primary .login-icon span {
    font-size: 35px
}

.box_contentmenu .tab_content_menu_mobile .tab-content #tab_account_mobile .overlay_login-content .box_content_accountdestop .formlogin .login_primary .mailrrr .form-check {
    font-size: 13px;
    padding-left: 0;
    text-align: left;
    padding: 8px 0
}

.box_contentmenu .tab_content_menu_mobile .tab-content #tab_account_mobile .overlay_login-content .box_content_accountdestop .formlogin .login_primary .mailrrr .form-check a {
    color: #555;
    text-decoration: none
}

.box_contentmenu .tab_content_menu_mobile .tab-content #tab_account_mobile .overlay_login-content .box_content_accountdestop .formlogin .login_primary .mailrrr .btn-dark {
    background-color: #111111;
    border: none;
    border-radius: 5px;
    padding: 11px;
    margin-top: 10px;
    text-transform: uppercase;  
    font-size: 13px;
    letter-spacing: .2em
}

.box_contentmenu .tab_content_menu_mobile .tab-content #tab_account_mobile .overlay_login-content .box_content_accountdestop .formlogin .login_primary .or_creat {
    overflow: hidden
}

.box_contentmenu .tab_content_menu_mobile .tab-content #tab_account_mobile .overlay_login-content .box_content_accountdestop .formlogin .login_primary .or_creat span {
    font-size: 15px;
    position: relative;
    padding: 0 10px;
      
    letter-spacing: .2em
}

.box_contentmenu .tab_content_menu_mobile .tab-content #tab_account_mobile .overlay_login-content .box_content_accountdestop .formlogin .login_primary .or_creat span:before {
    content: "";
    border-top: 1px solid #e4e4e4;
    position: absolute;
    top: 7px;
    right: 100%;
    width: 9999em
}

.box_contentmenu .tab_content_menu_mobile .tab-content #tab_account_mobile .overlay_login-content .box_content_accountdestop .formlogin .login_primary .or_creat span:after {
    content: "";
    border-top: 1px solid #e4e4e4;
    position: absolute;
    top: 7px;
    left: 100%;
    width: 9999em
}

.box_contentmenu .tab_content_menu_mobile .tab-content #tab_account_mobile .overlay_login-content .box_content_accountdestop .formlogin .login_primary .or_creat a {
    font-size: 15px;
    color: #333;
    display: table;
    height: auto;
    line-height: 12px;
    padding: 20px 0;
    margin: 5px auto;
    background: 0 0;
    text-decoration: none;
    font-weight: 500
}

.box_contentmenu .tab_content_menu_mobile .tab-content #tab_account_mobile .overlay_login-content .box_content_accountdestop .RecoverPasswordForm span i {
    font-size: 30px
}

.box_contentmenu .tab_content_menu_mobile .tab-content #tab_account_mobile .overlay_login-content .box_content_accountdestop .RecoverPasswordForm h2 {
    margin-top: 20px;
    font-size: 14px;
      
    font-weight: 500;
    line-height: 30px;
    letter-spacing: .3em
}

.box_contentmenu .tab_content_menu_mobile .tab-content #tab_account_mobile .overlay_login-content .box_content_accountdestop .RecoverPasswordForm h2 i {
    display: block;
    margin-bottom: 20px;
    font-size: 30px
}

.box_contentmenu .tab_content_menu_mobile .tab-content #tab_account_mobile .overlay_login-content .box_content_accountdestop .RecoverPasswordForm .form-group {
    margin-top: 20px
}

.box_contentmenu .tab_content_menu_mobile .tab-content #tab_account_mobile .overlay_login-content .box_content_accountdestop .RecoverPasswordForm .form-group:focus {
    outline: 0;
    border-color: #ccc
}

.box_contentmenu .tab_content_menu_mobile .tab-content #tab_account_mobile .overlay_login-content .box_content_accountdestop .RecoverPasswordForm .register-button {
    background-color: #111111;
      border-radius: 5px;
    width: 100%;
    color: #fff;
    text-transform: uppercase
}

.box_contentmenu .tab_content_menu_mobile .tab-content #tab_account_mobile .overlay_login-content .box_content_accountdestop .form_register {
    width: 100%;
    margin: 30px
}

.box_contentmenu .tab_content_menu_mobile .tab-content #tab_account_mobile .overlay_login-content .box_content_accountdestop .form_register .register-icon span {
    font-size: 30px
}

.box_contentmenu .tab_content_menu_mobile .tab-content #tab_account_mobile .overlay_login-content .box_content_accountdestop .form_register .title_resgister {
    font-size: 14px;
      
    font-weight: 500;
    line-height: 8px;
    letter-spacing: .3em
}

.box_contentmenu .tab_content_menu_mobile .tab-content #tab_account_mobile .overlay_login-content .box_content_accountdestop .form_register .mailrrr .btn-dark {
    background-color: #111111;
    border: none;
    padding: 11px;
    margin-top: 10px;
      
    font-size: 13px;
    letter-spacing: .2em
}

.box_contentmenu .tab_content_menu_mobile .tab-content #tab_account_mobile .overlay_login-content .box_content_accountdestop .form_register .or_creat {
    overflow: hidden
}

.box_contentmenu .tab_content_menu_mobile .tab-content #tab_account_mobile .overlay_login-content .box_content_accountdestop .form_register .or_creat span {
    font-size: 15px;
    position: relative;
    padding: 0 10px;
      
    letter-spacing: .2em
}

.box_contentmenu .tab_content_menu_mobile .tab-content #tab_account_mobile .overlay_login-content .box_content_accountdestop .form_register .or_creat span:before {
    content: "";
    border-top: 1px solid #e4e4e4;
    position: absolute;
    top: 7px;
    right: 100%;
    width: 9999em
}

.box_contentmenu .tab_content_menu_mobile .tab-content #tab_account_mobile .overlay_login-content .box_content_accountdestop .form_register .or_creat span:after {
    content: "";
    border-top: 1px solid #e4e4e4;
    position: absolute;
    top: 7px;
    left: 100%;
    width: 9999em
}

.box_contentmenu .tab_content_menu_mobile .tab-content #tab_account_mobile .overlay_login-content .box_content_accountdestop .form_register .or_creat a {
    font-size: 15px;
    color: #333;
    display: table;
    height: auto;
    line-height: 12px;
    padding: 20px 0;
    margin: 5px auto;
    background: 0 0;
    text-decoration: none;
    font-weight: 500
}

.box_contentmenu .tab_content_menu_mobile .close-menu-mobile {
    background-color: #f4841a;
    color: #fff;
    z-index: 20;
    height: 70px;
    line-height: 60px;
    text-align: center;
    font-weight: 600; 
    letter-spacing: 1.5px;
    font-size: 18px
}

.popup {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999
}

.popup .modal-overlay {
    background: rgba(45,45,50,.8);
    height: 100%;
    position: absolute;
    width: 100%
}

.popup .modal-window .window-window {
    box-sizing: border-box;
    height: auto;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: auto;
    position: fixed;
    top: 50%;
    width: 890px;
    z-index: 1000000
}

.popup .modal-window .window-window .window-content {
    position: relative;
    background: #fff;
    float: left;
    display: flex
}

.popup .modal-window .window-window .window-content .close_edit {
    padding: 0;
    height: 30px;
    width: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 9;
    color: #ccc;
    text-align: center;
    font-size: 13px;
    line-height: 27px;
    border: 1px solid #ccc;
    border-radius: 50%;
    background: #fff;
    cursor: pointer
}

.popup .modal-window .window-window .window-content .close_edit svg {
    fill: #ccc
}

.popup .modal-window .window-window .window-content .left {
    width: 60%;
    float: left;
    padding: 30px;
    text-align: center
}

.popup .modal-window .window-window .window-content .left .title {
    font-size: 40px;
    max-width: 350px;
    padding-bottom: 10px;
    margin: auto;
    position: relative;
    margin-bottom: 20px;
    text-transform: unset
}

.popup .modal-window .window-window .window-content .left .sub-title {
    font-size: 20px;
    max-width: 350px;
    line-height: 32px;
    margin: auto;
    margin-bottom: 35px;
    color: #969696
}

.popup .modal-window .window-window .window-content .left .sub-title strong {
    font-weight: 400;
    color: #000000;
}

.popup .modal-window .window-window .window-content .left #mc_embed_signup {
    margin: 30px 0 20px
}

.popup .modal-window .window-window .window-content .left #mc_embed_signup .form-control {
    border-radius: 0;
    border: 1px solid #dfdfdf;
    font-size: 15px;
    line-height: 55px;
    height: 55px;
    padding-left: 30px
}

.popup .modal-window .window-window .window-content .left #mc_embed_signup input::placeholder {
    color: #828282
}

.popup .modal-window .window-window .window-content .left #mc_embed_signup .form-group {
    display: flex
}

@media (max-width: 576px) {
    .popup .modal-window .window-window .window-content .left #mc_embed_signup .form-group {
        display:unset
    }
}

.popup .modal-window .window-window .window-content .left #mc_embed_signup .form-group button {
    background-color: #111111;
    border: none;
    border-radius: 0;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
    font-weight: 500;
      
    letter-spacing: 3.2px;
    height: 55px
}

.popup .modal-window .window-window .window-content .left #mc_embed_signup .form-group button.active,.popup .modal-window .window-window .window-content .left #mc_embed_signup .form-group button:focus,.popup .modal-window .window-window .window-content .left #mc_embed_signup .form-group button:hover {
    outline: 0;
    box-shadow: none;
    background: #f4841a
}

.popup .modal-window .window-window .window-content .left .message {
    margin-top: 0!important;
    clear: both;
    padding: 4px 0 23px;
    margin-bottom: 0;
    letter-spacing: .02em;
    font-size: 11px;
    font-weight: 700;
      
    line-height: 20px
}

.popup .modal-window .window-window .window-content .left .product-socials {
    padding: 0;
    border-top: 0 none;
    border-bottom: 0 none;
    text-align: rigt;
    margin: 0
}

.popup .modal-window .window-window .window-content .left .product-socials ul {
    margin-bottom: 0
}

.popup .modal-window .window-window .window-content .left .product-socials ul li a {
    text-decoration: none;
    padding-right: 10px
}

.popup .modal-window .window-window .window-content .right {
    width: 40%;
    float: right
}

.popup2 {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999
}

.popup2 .modal-overlay {
    background: rgba(45,45,50,.8);
    height: 100%;
    position: absolute;
    width: 100%
}

.popup2 .modal-window .window-window {
    box-sizing: border-box;
    height: auto;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: auto;
    position: fixed;
    top: 50%;
    width: 1000px;
    z-index: 1000000
}

.popup2 .modal-window .window-window .window-content {
    position: relative;
    background: #fff;
    display: flex
}

.popup2 .modal-window .window-window .window-content .close_edit {
  padding: 0;
  height: 35px;
  width: 35px;
  display:inline-block;
  z-index: 9;
  color: #111;
  text-align: center;
  font-size: 13px;
  line-height: 27px;
  border: 1px solid #111;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  margin-bottom:40px;
}

.popup2 .modal-window .window-window .window-content .close_edit svg {
    fill: #111;
}

.popup2 .modal-window .window-window .window-content .left {
  width: 50%;
  float: left;
  padding: 30px;
  text-align: center;
  display:flex;
  align-items:center;
  justify-content:center;
}
.popup2 .modal-window .window-window .window-content .left .newsletter_name{
  font-size:16px;
  font-weight:400;
  line-height:18px;
  color:#333333;
  margin-bottom:30px;
  padding-bottom:10px;
  position:relative;
}
.popup2 .modal-window .window-window .window-content .left .newsletter_name:before {
    content: "";
    width: 68px;
    height: 2px;
    background: #bc9e6b;
    position: absolute;
    bottom: 0;
    left: calc(50% - 34px);
}
.popup2 .modal-window .window-window .window-content .left .title {
    font-size: 35px;
    font-weight:400;
    max-width: 400px;
    padding-bottom: 10px;
    margin: auto;
    position: relative;
    margin-bottom: 20px;
    text-transform: unset
}

.popup2 .modal-window .window-window .window-content .left .sub-title {
    font-size: 14px;
    max-width: 440px;
    line-height: 24px;
    margin: auto;
    margin-bottom: 35px;
    color: #969696
}

.popup2 .modal-window .window-window .window-content .left .sub-title strong {
    font-weight: 400;
    color: #000000;
}
.popup2 .modal-window .window-window .window-content .left .no_thank{
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:1.5px;
  color:#111;
  font-weight:bold;
  text-decoration:underline;
}
.popup2 .modal-window .window-window .window-content .left #mc_embed_signup {
    margin: 30px 0 20px
}

.popup2 .modal-window .window-window .window-content .left #mc_embed_signup .form-control {
    border-radius: 0;
    border: 1px solid #dfdfdf;
    font-size: 15px;
    line-height: 50px;
    height: 50px;
    padding-left: 30px;
    margin-bottom:20px;
}

.popup2 .modal-window .window-window .window-content .left #mc_embed_signup input::placeholder {
  color: #828282;
  text-align:center;
}

.popup2 .modal-window .window-window .window-content .left #mc_embed_signup .form-group {
  margin-bottom:30px;
}

@media (max-width: 576px) {
    .popup2 .modal-window .window-window .window-content .left #mc_embed_signup .form-group {
        display:unset
    }
}

.popup2 .modal-window .window-window .window-content .left #mc_embed_signup .form-group button {
    background-color: #bc9e6b;
    border: none;
    border-radius: 0;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 15px;
    font-weight: 500;
      
    letter-spacing: 1.2px;
    height: 50px;
  
}

.popup2 .modal-window .window-window .window-content .left #mc_embed_signup .form-group button.active,.popup2 .modal-window .window-window .window-content .left #mc_embed_signup .form-group button:focus,.popup2 .modal-window .window-window .window-content .left #mc_embed_signup .form-group button:hover {
    outline: 0;
    box-shadow: none;
    background: #b59867;
}

.popup2 .modal-window .window-window .window-content .left .message {
    margin-top: 0!important;
    clear: both;
    padding: 4px 0 23px;
    margin-bottom: 0;
    letter-spacing: .02em;
    font-size: 11px;
    font-weight: 700;
      
    line-height: 20px
}

.popup2 .modal-window .window-window .window-content .left .product-socials {
    padding: 0;
    border-top: 0 none;
    border-bottom: 0 none;
    text-align: rigt;
    margin: 0
}

.popup2 .modal-window .window-window .window-content .left .product-socials ul {
    margin-bottom: 0
}

.popup2 .modal-window .window-window .window-content .left .product-socials ul li a {
    text-decoration: none;
    padding-right: 10px
}

.popup2 .modal-window .window-window .window-content .right {
  width: 50%;
  float: right;
  text-align:right;
}
.rtl .popup2 .modal-window .window-window .window-content .right{
  text-align:left;
}

.popup3 {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999
}

.popup3 .modal-overlay {
    background: rgba(45,45,50,.8);
    height: 100%;
    position: absolute;
    width: 100%
}

.popup3 .modal-window .window-window {
  box-sizing: border-box;
  height: auto;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin: auto;
  position: fixed;
  top: 50%;
  width: 920px;
  z-index: 1000000;
  background:#FFF;
}

.popup3 .modal-window .window-window .window-content {
  position: relative;
  background: #fff;
  display: flex;
  width: 890px;
  margin: 15px auto;
  border: 2px solid #e7e7e7;
}

.popup3 .modal-window .window-window .window-content .close_edit {
  padding: 0;
  height: 35px;
  width: 35px;
  display:inline-block;
  z-index: 9;
  color: #111;
  font-size: 13px;
  line-height: 27px;
  border: 1px solid #111;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  position:absolute;
  top:30px;
  right:30px;
}

.popup3 .modal-window .window-window .window-content .close_edit svg {
  fill: #111;
}

.popup3 .modal-window .window-window .window-content .left {
  width: 100%;
  text-align: center;
  display:flex;
  align-items:center;
  justify-content:center;
}
.popup3 .modal-window .window-window .window-content .left_content{
  width: 520px;
  margin: 0 auto;
  padding-top: 45px;
  padding-bottom: 45px;
}
.popup3 .modal-window .window-window .window-content .left .newsletter_name{
  font-size:22px;
  font-weight:500;
  line-height:24px;
  color:#333333;
  margin-bottom:30px;
  padding-bottom:20px;
  position:relative;
}
.popup3 .modal-window .window-window .window-content .left .newsletter_name:before {
  content: "";
  width: 68px;
  height: 2px;
  background: #bc9e6b;
  position: absolute;
  bottom: 0;
  left: calc(50% - 34px);
}
.popup3 .modal-window .window-window .window-content .left .title {
  font-size: 35px;
  font-weight:500;
  padding-bottom: 10px;
  margin: auto;
  position: relative;
  margin-bottom: 20px;
    
}

.popup3 .modal-window .window-window .window-content .left .sub-title {
  font-size: 16px;
  line-height: 26px;
  margin: auto;
  margin-bottom: 35px;
  color: ##8b8b8b;
}

.popup3 .modal-window .window-window .window-content .left .sub-title strong {
    font-weight: 400;
    color: #000000;
}
.popup3 .modal-window .window-window .window-content .left .no_thank{
  font-size:16px;
  letter-spacing:0;
  color:#111;
  font-weight:500;
  text-decoration:underline;
}
.popup3 .modal-window .window-window .window-content .left #mc_embed_signup {
    margin: 30px 0 20px
}

.popup3 .modal-window .window-window .window-content .left #mc_embed_signup .form-control {
    border-radius: 0;
    border: 1px solid #dfdfdf;
    font-size: 15px;
    line-height: 55px;
    height: 55px;
    padding-left: 30px;
}

.popup3 .modal-window .window-window .window-content .left #mc_embed_signup input::placeholder {
  color: #828282;
}

.popup3 .modal-window .window-window .window-content .left #mc_embed_signup .form-group {
  margin-bottom:50px;
  display:flex;
}



.popup3 .modal-window .window-window .window-content .left #mc_embed_signup .form-group button {
    background-color: #000;
    border: none;
    border-radius: 0;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 15px;
    font-weight: 500;
      
    letter-spacing: 1.2px;
    height: 55px;
  
}

.popup3 .modal-window .window-window .window-content .left #mc_embed_signup .form-group button.active,.popup3 .modal-window .window-window .window-content .left #mc_embed_signup .form-group button:focus,.popup3 .modal-window .window-window .window-content .left #mc_embed_signup .form-group button:hover {
    outline: 0;
    box-shadow: none;
    background: #b59867;
}

.popup3 .modal-window .window-window .window-content .left .message {
    margin-top: 0!important;
    clear: both;
    padding: 4px 0 23px;
    margin-bottom: 0;
    letter-spacing: .02em;
    font-size: 11px;
    font-weight: 700;
      
    line-height: 20px
}

.popup3 .modal-window .window-window .window-content .left .product-socials {
    padding: 0;
    border-top: 0 none;
    border-bottom: 0 none;
    text-align: rigt;
    margin: 0
}

.popup3 .modal-window .window-window .window-content .left .product-socials ul {
    margin-bottom: 0
}

.popup3 .modal-window .window-window .window-content .left .product-socials ul li a {
    text-decoration: none;
    padding-right: 10px
}

@media(max-width:992px){
  .popup3 .modal-window .window-window{
    width:95%;
  }
  .popup3 .modal-window .window-window .window-content{
    width: calc(100% - 30px);
  }
}

@media (max-width: 576px) {
  .popup3 .modal-window .window-window .window-content .left #mc_embed_signup .form-group {
    display:unset
  }
  .popup3 .modal-window .window-window .window-content .left_content{
    padding: 45px 20px;
    width:100%;
  }
  .popup3 .modal-window .window-window .window-content .close_edit{
    top:10px;
    right:10px;
  }
  .popup3 .modal-window .window-window .window-content .left #mc_embed_signup .form-control{
    margin-bottom:20px;
  }
}

.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: none
}

.login_regester {
    padding-bottom: 100px
}

.login_regester .login,.login_regester .register {
    padding-top: 100px
}

.login_regester h2,.login_regester h2.title24.title-form-account {
    font-size: 18px;
    /* 
  font-family: Jost;
   */
      
    font-weight: 600;
    padding-bottom: 50px
}

.login_regester h1 i,.login_regester h2.title24.title-form-account i {
    font-size: 15px
}

.login_regester .form-control {
    /* 
  font-family: Jost;
   */
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0
}

.login_regester .form-control.active,.login_regester .form-control:focus {
    border-bottom: 1px solid #111111
}

.login_regester label {
    /* 
  font-family: Jost;
   */
    font-size: 16px;
    font-weight: 500
}

.login_regester input::placeholder {
    font-size: 13px;
    color: #ccc;
    /* 
  font-family: Jost;
   */
}

.login_regester .register-button,.login_regester button {
    border-radius: 5px;
    padding: 12px 40px;
    background-color: #111111;
      
    color: #fff;
    position: relative;
    overflow: hidden;
    border: none;
    letter-spacing: .2em;
    font-size: 14px
}

.login_regester .register-button:before,.login_regester button:before {
    content: '';
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 1px solid #f4841a;
    border-bottom: 1px solid #f4841a;
    transform: translateX(-100%);
    transition: all .3s ease-out
}

.login_regester .register-button:after,.login_regester button:after {
    content: '';
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-right: 1px solid #f4841a;
    border-left: 1px solid #f4841a;
    transform: translateY(-100%);
    transition: all .3s ease-out
}

.login_regester .register-button:hover,.login_regester button:hover {
    background-color: #fff;
    color: #f4841a;
    box-shadow: 0 5px 15px rgba(0,0,0,.08)
}

.login_regester .register-button:hover:before,.login_regester button:hover:before {
    transform: translateX(0);
    opacity: 1
}

.login_regester .register-button:hover:after,.login_regester button:hover:after {
    transform: translateY(0);
    opacity: 1
}

.login_regester .forgot_pass a {
    text-decoration: none;
    font-size: 14px
}

.login_regester .forgot_pass_form a {
    text-decoration: none;
    font-size: 14px
}

.bg-minicart {
    transition: all .3s ease
}

.bg-minicart.active {
    background-color: rgba(0,0,0,.66);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10
}

.minicart {
    background-color: #fff;
    z-index: 12;
    height: 100%;
    position: fixed;
    right: -380px;
    width: 380px;
    top: 0;
    transition: all .3s ease;
    max-width: calc(100% - 20px)
}

.minicart ::-webkit-scrollbar {
    width: 3px
}

.minicart ::-webkit-scrollbar-track {
    background: #fff
}

.minicart ::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 10px
}

.minicart ::-webkit-scrollbar-thumb:hover {
    background: #ccc
}

@media (max-width: 576px) {
    .minicart {
        width:300px;
        right: -300px
    }
}


.minicart.active {
    right: 0;
    transition: all .3s ease
}
.minicart .mini-content .mini-cart-head .mini-cart-logo {
  display:none;
}
.minicart .mini-content .mini-cart-head .close-mini-cart {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 45px;
    color: #111111;
    border-right: 1px solid #ecebeb;
    border-bottom: 1px solid #ecebeb;
    font-size: 12px;
      
    font-weight: 700;
    text-align: center;
    line-height: 47px
}

.minicart .mini-content .mini-cart-head .close-mini-cart svg {
    width: 14px;
    height: auto;
    fill: #111111111
}

.minicart .mini-content .mini-cart-head .close-mini-cart:hover {
    color: #f4841a
}

.minicart .mini-content .mini-cart-head .close-mini-cart:hover svg {
    fill: #f4841a
}

.minicart .mini-content .mini-cart-head .title {
    font-weight: 400;
    line-height: 43px;
    height: 45px;
    color: #111111;
    border-bottom: 1px solid #ecebeb;
    padding-bottom: 0;
    margin-bottom: 0;
    text-align: center;
    font-size: 20px;
      
    letter-spacing: 3px;
  
}

.minicart .mini-content .mini-cart-head .mini-cart-counter {
    font-weight: 600;
    display: block;
    min-width: 45px;
    height: 45px;
    text-align: center;
    line-height: 46px;
    color: #111111;
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid #ecebeb;
    border-top: transparent;
    border-right: transparent
}

.minicart .mini-content .prod {
    position: relative;
    height: calc(100vh - 162px);
    max-height: 100%;
    overflow: auto;
    padding: 0 20px
}

.minicart .mini-content .prod .product-cart {
    overflow: hidden;
    position: relative;
    text-align: left
}

.minicart .mini-content .prod .product-cart .minicart_item li {
    border-bottom: 1px solid #e1e1e1;
    align-items: flex-start;
    position: relative;
    padding: 20px 0
}

.minicart .mini-content .prod .product-cart .minicart_item li .thumb_img_cartmini {
    width: 25%
}

.minicart .mini-content .prod .product-cart .minicart_item li .product-detail {
    width: 70%;
    padding-left: 20px
}

.minicart .mini-content .prod .product-cart .minicart_item li .product-detail .product_name_mini {
    line-height: 16px
}

.minicart .mini-content .prod .product-cart .minicart_item li .product-detail .product_name_mini a {
    font-size: 16px;
    text-align: justify;
    color: #111111;
    text-decoration: none;
    font-weight: 400
}

.minicart .mini-content .prod .product-cart .minicart_item li .product-detail .product_name_mini a:hover {
    color: #f4841a
}

.minicart .mini-content .prod .product-cart .minicart_item li .product-detail span {
    font-size: 16px;
    padding-top: 10px
}

.minicart .mini-content .prod .product-cart .minicart_item li .product-detail .product_info .price_nosale {
    text-decoration: line-through;
    font-size: 15px;
    color: #c5c5c5;
    padding-right: 10px
}

.minicart .mini-content .prod .product-cart .minicart_item li .product-detail .product_info .price_sale {
  color: #ce2226!important;
  font-size: 18px;
}

.minicart .mini-content .prod .product-cart .minicart_item li .produc_remove {
    width: 15%
}

.minicart .mini-content .prod .product-cart .minicart_item li .produc_remove a {
    position: absolute;
    top: 19px;
    right: 0;
    color: #111111;
    text-decoration: none
}

.minicart .mini-content .prod .product-cart .minicart_item li .produc_remove a i,
.minicart .mini-content .prod .product-cart .minicart_item li .product-detail .product_info .enj-product-price-compare {
    font-size: 14px
}

.minicart .mini-content .prod .product-cart .minicart_item li .produc_remove a:hover {
    color: #f4841a
}

.minicart .mini-content .sub-total {
    height: 59px;
    line-height: 59px;
    background-color: #fff;
    color: #111111;
    padding: 0 15px;
    overflow: hidden;
    bottom: 59px;
    position: absolute;
    width: 400px;
    max-width: 100%
}

.minicart .mini-content .sub-total .total-title {
    font-size: 18px;
    font-weight: 500
}

.minicart .mini-content .sub-total .total-price {
    width: auto;
    font-weight: 600;
    display: block;
    color: #ce2226 
}

.minicart .mini-content .action-checkout {
    bottom: 0;
    position: absolute;
    width: 100%;
    max-width: 100%
}

.minicart .mini-content .action-checkout .button-viewcart {
    width: 50%;
    display: block;
    float: left;
    font-weight: 600;
    font-size: 12px;
      
    text-align: center;
    letter-spacing: .2em;
    height: 59px;
    line-height: 61px;
    color: #fff;
    background-color: #2a2a2a;
    transition: color .3s ease 0s,background-color .3s ease 0s
}

.minicart .mini-content .action-checkout .button-viewcart:hover {
    background-color: #f4841a
}

.minicart .mini-content .action-checkout .button-checkout {
    width: 50%;
    display: block;
    float: left;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    letter-spacing: .1em;
    height: 59px;
    line-height: 61px;
    color: #fff;
    background-color: #111111;
    transition: color .3s ease 0s,background-color .3s ease 0s
}

.minicart .mini-content .action-checkout .button-checkout:hover {
    background-color: #f4841a
}

.minicart .mini-content .list_product_minicart.empty {
    height: 100vh
}

.minicart .mini-content .list_product_minicart.empty .empty-product_minicart {
    display: block;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    width: 100%
}

.minicart .mini-content .list_product_minicart.empty .empty-product_minicart p {
    font-size: 22px;
    line-height: 1.2;
    color: #111111;
    text-align: center
}

.minicart .mini-content .list_product_minicart.empty .empty-product_minicart a {
    font-weight: 500;
    display: inline-block;
    background-color: #111111;
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase; 
    padding: 15px 30px;
    text-align: center;
    margin-top: 30px;
    transition: color .3s ease 0s,background-color .3s ease 0s;
    background-color: #f4841a;
    border-radius: 40px
}

.minicart .mini-content .list_product_minicart.empty .empty-product_minicart a:hover {
    background-color: #f4841a
}

.mini-cart-bottom {
    text-align: center
}

.mini-cart-bottom p {
    font-size: 18px;
    font-weight: 500;
    padding-top: 20px
}

.engoc_currencies {
    margin-right: 10px;
    position: relative;
    display: inline-block
}

.engoc_currencies .currency-picker {
    color: #000000;
    border: 1px solid #dbdbdb;
    border-radius: 0;
    font-size: 10px;
    padding: 7px 8px;
    letter-spacing: .1em;
    /* 
  font-family: Jost;
   */
    font-weight: 600;
    height: 35px;
    width: 60px!important;
    background: 0 0
}

.engoc_currencies:after {
    content: "\f107";
    /* font-family: FontAwesome; */
    position: absolute;
    right: 10px;
    font-size: 12px;
    top: 8px;
    z-index: 1;
    color: #000000;
}

.engoc_currencies select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.engoc_currencies select::-ms-expand {
    display: none
}

.box-change-langue {
    margin-right: 30px;
    position: relative
}

.box-change-langue .top-lanngue a {
    color: #000000;
    border: 1px solid #dbdbdb;
    border-radius: 0;
    font-size: 10px;
    display: block;
    padding: 0 8px;
    letter-spacing: .1em;
    /* 
  font-family: Jost;
   */
    font-weight: 600;
    height: 35px;
    width: 90px;
    line-height: 35px;
    position: relative
}

.box-change-langue .top-lanngue a:after {
    content: "\f107";
    /* font-family: FontAwesome; */
    position: absolute;
    right: 10px;
    font-size: 12px;
    top: 0;
    z-index: 1;
    color: #000000;
}

.box-change-langue #collapseExample {
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 2;
    background: #fff;
    padding: 8px;
    width: 100%
}

.box-change-langue #collapseExample ul li {
    line-height: 24px
}

.box-change-langue #collapseExample ul li a {
    font-size: 10px;
    color: #000000;
    letter-spacing: .1em;
    font-weight: 600
}

.box-change-langue #collapseExample ul li a:hover {
    color: #f4841a;
}

.horizon-menu-home {
    background: #fff;
    width: 400px;
    max-width: 100%;
    position: fixed;
    top: 0;
    padding: 80px 50px 80px 50px;
    z-index: 5;
    bottom: 0;
    box-shadow: 0 5px 20px rgba(0,0,0,.1);
    left: 0;
    transition: transform .8s cubic-bezier(.46, .01, .32, 1);
    transform: translateX(-100%)
}

.horizon-menu-home ::-webkit-scrollbar {
    width: 3px
}

.horizon-menu-home ::-webkit-scrollbar-track {
    background: #fff
}

.horizon-menu-home ::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 10px
}

.horizon-menu-home ::-webkit-scrollbar-thumb:hover {
    background: #ccc
}

.horizon-menu-home .close-menu-horizon {
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 45px;
    transition: all .5s ease
}

.horizon-menu-home .close-menu-horizon:hover {
    color: #f4841a;
    transform: rotate(180deg)
}

.horizon-menu-home .main-navigation {
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100vh - 200px)!important
}

.horizon-menu-home .main-navigation .menu-horizon-list {
    padding: 15px 0;
    border-bottom: 1px solid #eee
}

.horizon-menu-home .main-navigation .menu-horizon-list:last-child {
    border-bottom: none
}

.horizon-menu-home .main-navigation .menu-horizon-list .nammenu {
    font-size: 14px;
    width: calc(100% - 50px);
    font-weight: 500;
    color: #111111;
    display: inline-block;
    transition: .5s;
    text-decoration: none;
      
    position: relative
}

.horizon-menu-home .main-navigation .menu-horizon-list .nammenu:before {
    content: attr(title);
    color: #111111;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    transition: height 1s ease 0s;
    overflow: hidden
}

.horizon-menu-home .main-navigation .menu-horizon-list .nammenu:hover {
    color: #f4841a
}

.horizon-menu-home .main-navigation .menu-horizon-list .nammenu:hover:before {
    height: 0
}

.horizon-menu-home .main-navigation .menu-horizon-list .nammenu .label_menu {
    top: -10px;
    left: 90%
}

.horizon-menu-home .main-navigation .menu-horizon-list .toggle-menumobile {
    width: 50px;
    text-align: center;
    float: right;
    text-decoration: none
}

.horizon-menu-home .main-navigation .menu-horizon-list .toggle-menumobile i {
    display: block;
    font-size: 20px;
    transition: .5s;
    color: #111111
}

.horizon-menu-home .main-navigation .menu-horizon-list .toggle-menumobile.active i {
    transform: rotate(180deg);
    color: #f4841a
}

.horizon-menu-home .main-navigation .menu-horizon-list .title_menu_mb {
    font-size: 14px;
    letter-spacing: .2em;
    font-weight: 500;
      
    position: relative;
    padding-bottom: 13px;
    margin-top: 20px
}

.horizon-menu-home .main-navigation .menu-horizon-list .title_menu_mb:before {
    position: absolute;
    content: '';
    width: 50px;
    border-bottom: 1px solid #f4841a;
    bottom: 0
}

.horizon-menu-home .main-navigation .menu-horizon-list .title_menu_mb:first-child {
    margin-top: 10px
}

.horizon-menu-home .main-navigation .menu-horizon-list ul {
    list-style-type: none
}

.horizon-menu-home .main-navigation .menu-horizon-list ul:last-child {
    margin-bottom: 20px!important
}

.horizon-menu-home .main-navigation .menu-horizon-list ul li {
    line-height: 24px;
    position: relative;
    padding: 6px 0
}

.horizon-menu-home .main-navigation .menu-horizon-list ul li a {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #111111;
    text-transform: unset
}

.horizon-menu-home .main-navigation .menu-horizon-list ul li a .label_menu {
    top: -16px
}

.horizon-menu-home .main-navigation .menu-horizon-list .title_menu_mb.title_only_one {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #111111;
    letter-spacing: unset;
    text-transform: unset;
    margin-top: unset
}

.horizon-menu-home .main-navigation .menu-horizon-list .title_menu_mb.title_only_one:before {
    content: none
}

.horizon-menu-home .main-navigation .menu-horizon-list .title_menu_mb.title_only_one:last-child {
    margin-bottom: 20px
}

.horizon-menu-home.active {
    transform: unset
}

.bg-horizon-menu {
    transition: transform .35s cubic-bezier(.46, .01, .32, 1),opacity .4s ease-out
}

.bg-horizon-menu.active {
    background-color: rgba(0,0,0,.6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4
}

.tab-menu-mobile {
    position: fixed;
    width: 320px;
    left: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    color: #333;
    z-index: 12;
    transition: .3s;
    border: 1px solid #f4f4f4;
    overflow: hidden;
    transform: translateX(-100%)
}

.tab-menu-mobile .header-mobile-menu {
    border-bottom: 1px solid #dadada;
    text-align: center;
    line-height: 60px;
    height: 60px;
    padding: 0 20px;
    margin: 0;
    display: block;
    font-size: 18px;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #f4841a
}

.tab-menu-mobile .header-mobile-menu i {
    position: absolute;
    left: 20px;
    line-height: 56px;
    font-size: 20px
}

.tab-menu-mobile [class*=tab-menu] {
    list-style: none;
    position: absolute;
    right: 0;
    transform: translateX(100%);
    margin: 0;
    padding: 0;
    transition: .3s;
    padding: 0 20px
}

.tab-menu-mobile [class*=tab-menu] li a {
    display: block;
    position: relative;
    font-size: 17px;
    /* 
  font-family: Jost;
   */
    color: #111111;
    font-weight: 500;
    line-height: 50px;
    border-bottom: 1px solid #eee
}

.tab-menu-mobile [class*=tab-menu] li a i {
    position: absolute;
    right: 0;
    line-height: 50px;
    font-size: 20px;
    color: #111111;
    padding: 0 10px
}

.tab-menu-mobile [class*=tab-menu] li a i:hover {
    color: #f4841a
}

.tab-menu-mobile [class*=tab-menu].active {
    left: 0;
    right: 0;
    transform: none
}

.tab-menu-mobile [class*=tab-menu].active2 {
    transform: translateX(-100%)
}

.tab-menu-mobile.active {
    transform: none
}

@media (max-width: 400px) {
    .tab-menu-mobile {
        width:80%
    }
}

.customer-button {
    margin-top: 36px;
    display: block;
    font-size: 26px
}

.bg-mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 0 0;
    z-index: 9998
}

.bg-mobile-menu.active {
    display: block
}

#header {
    padding: 0 0 25px;
}

#header .logo svg {
    max-width: 100%;
    height: auto
}

#header .menu ul.navbar-nav {
  flex-wrap: wrap;
}

#header .menu ul .nav-item {
  padding-left: 10px;
  padding-right: 10px
}

#header .menu ul .nav-item:first-child {
  padding-left: 0
}

.rtl #header .menu ul .nav-item:first-child {
  padding:0 0 0 20px;
}

#header .menu ul .nav-item:last-child {
  padding-right: 0
}

.rtl #header .menu ul .nav-item:last-child {
  padding: 0 20px 0 0;
}

#header .menu ul .nav-item .nav-link:after {
    border-bottom: 1px solid;
    bottom: 0;
    content: "";
    position: absolute;
    right: 0;
    transition: width .4s linear 0s;
    width: 0
}

#header .menu ul .nav-item .nav-link.active,#header .menu ul .nav-item .nav-link:focus,#header .menu ul .nav-item .nav-link:hover {
    color: #f4841a
}

#header .menu ul .nav-item .nav-link.active:after,#header .menu ul .nav-item .nav-link:focus:after,#header .menu ul .nav-item .nav-link:hover:after {
    left: 0;
    width: 100%
}

#header .menu ul .nav-item .list-home {
    height: auto;
    padding: 0 30px 30px 30px;
    box-shadow: 0 2px 10px -2px rgba(0,0,0,.3);
    border-radius: 0;
    border: none;
    margin-top: 30px;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
    background-color: #fff;
    width: 950px;
    background-size: cover;
    background-position: center center;
    left: -425px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

#header .menu ul .nav-item .list-woman {
    width: 950px;
    background-color: #fff;
    height: auto;
    padding: 30px;
    -webkit-box-shadow: 7px 6px 40px 0 rgba(204,204,223,.16);
    -moz-box-shadow: 7px 6px 40px 0 rgba(204,204,223,.16);
    box-shadow: 7px 6px 40px 0 rgba(204,204,223,.16);
    border-radius: 0;
    border: none;
    margin-top: 30px;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
    left: -425px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

#header .menu ul .nav-item .list-woman .list-clothing .title h5 {
    font-size: 12px;
      
    letter-spacing: 1PX;
    font-weight: 600;
    margin-bottom: 20px
}

#header .menu ul .nav-item .list-woman .list-clothing .title h5 a {
    text-decoration: none;
      
    transition: all .5s ease;
    color: #000000;
}

#header .menu ul .nav-item .list-woman .list-clothing .title h5 a:after {
  content: '';
  display: block;
  height: 1px;
  width: 55px;
  background-color:#f4841a;
  margin-top: 17px
}

#header .menu ul .nav-item .list-woman .list-clothing .title h5 a:hover {
  color: #f4841a;
}

#header .menu ul .nav-item .list-woman .list-clothing ul li {
  line-height: 24px;
  list-style: none;
  padding-left: 0;
  padding-right: 0;
  padding: 5px 0
}

#header .menu ul .nav-item .list-woman .list-clothing ul li a {
  text-decoration: none;
  font-size: 15px!important;
  /* 
  font-family: Jost;
   */
  color: #000000;
  font-weight: 500;
  text-transform: unset;
  letter-spacing: unset
}

#header .menu ul .nav-item .list-woman .list-clothing ul li a:after {
  border-bottom: 1px solid #f4841a;
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  transition: width .4s linear 0s;
  width: 0
}

#header .menu ul .nav-item .list-woman .list-clothing ul li a:active,#header .menu ul .nav-item .list-woman .list-clothing ul li a:focus,#header .menu ul .nav-item .list-woman .list-clothing ul li a:hover {
  color: #f4841a;
}

#header .menu ul .nav-item .list-woman .list-clothing ul li a:active:after,#header .menu ul .nav-item .list-woman .list-clothing ul li a:focus:after,#header .menu ul .nav-item .list-woman .list-clothing ul li a:hover:after {
    left: 0;
    width: 100%
}

#header .menu ul .nav-item .list-woman.shop {
    left: -450px
}

#header .menu ul .nav-item .list-woman.shop .col-lg-6:nth-child(3) {
    padding-top: 20px
}

#header .menu ul .nav-item .list-woman.shop .col-lg-6:nth-child(4) {
    padding-top: 20px
}

#header .menu ul .nav-item .list-woman.shop .menu_lv2 {
  text-decoration: none;
  font-size: 16px;
  /* 
  font-family: Jost;
   */
  color: #000000;
  font-weight: 600;
  text-transform: unset;
  padding-bottom: 10px;
  margin-bottom: 14px!important;
  margin-top: 15px
}

#header .menu ul .nav-item .list-woman.shop .menu_lv2:after {
  border-bottom: 1px solid #f4841a;
  bottom: 0;
  content: "";
  position: absolute;
  left: 0;
  transition: width .4s linear 0s;
  width: 50%
}

#header .menu ul .nav-item .list-woman.shop .menu_lv2:active,#header .menu ul .nav-item .list-woman.shop .menu_lv2:focus,#header .menu ul .nav-item .list-woman.shop .menu_lv2:hover {
  color: #f4841a;
}

#header .menu ul .nav-item .list-woman.shop .menu_lv3 {
  text-decoration: none;
  font-size: 15px!important;
  /* 
  font-family: Jost;
   */
  color: #7d7b7b;
  font-weight: 500;
  line-height: 28px;
  text-transform: unset;
  letter-spacing: unset
}

#header .menu ul .nav-item .list-woman.shop .menu_lv3:active,#header .menu ul .nav-item .list-woman.shop .menu_lv3:focus,#header .menu ul .nav-item .list-woman.shop .menu_lv3:hover {
    color: #f4841a;
}

#header .menu ul .nav-item .list-woman.featured .col-lg-4:nth-child(4) {
    padding-top: 20px
}

#header .menu ul .nav-item .list-woman.featured .col-lg-4:nth-child(5) {
    padding-top: 20px
}

#header .menu ul .nav-item .list-woman.featured .col-lg-4:nth-child(6) {
    padding-top: 20px
}

#header .menu ul .nav-item .list-woman.featured .col-lg-4:nth-child(7) {
    padding-top: 20px
}

#header .menu ul .nav-item .list-woman.style_3 {
    width: 600px;
    left: -300px
}

#header .menu ul .nav-item .list-woman.style_3 .col-lg-4:nth-child(4) {
    padding-top: 20px
}

#header .menu ul .nav-item .list-woman.style_3 .col-lg-4:nth-child(5) {
    padding-top: 20px
}

#header .menu ul .nav-item .list-woman.style_3 .col-lg-4:nth-child(6) {
    padding-top: 20px
}

#header .menu ul .nav-item .list-woman.style_3 .col-lg-4:nth-child(7) {
    padding-top: 20px
}

#header .menu ul .nav-item .list-woman.page {
    width: auto;
    left: 0;
    min-width: 200px;
    padding: 30px 0;
    overflow: unset
}

#header .menu ul .nav-item .list-woman.page .dropdownmenu_lv2 {
    overflow: unset
}

#header .menu ul .nav-item .list-woman.page .dropdownmenu_lv2 .menu_lv2 {
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: .3s;
  box-shadow: 0 2px 10px -2px rgba(0,0,0,.3);
  border-radius: 0;
  border: none;
  min-width: 180px
}

#header .menu ul .nav-item .list-woman.page .dropdownmenu_lv2:hover .menu_lv2 {
    opacity: 1;
    visibility: visible;
    transform: none
}

#header .menu ul li.dropdown:hover .list-home {
    margin-top: 1px;
    opacity: 1;
    visibility: visible
}

#header .menu ul li.dropdown:hover .list-woman {
    margin-top: 1px;
    opacity: 1;
    visibility: visible
}

#header .menu .eveland-demolink img {
    transition: box-shadow .2s ease-out
}

#header .menu .eveland-demolink img:hover {
    box-shadow: 0 0 10px 0 rgba(0,0,0,.18)
}

#header .menu .eveland-demolink .title {
    font-size: 12px;
    margin: 0;
    color: #000000;
      
    font-weight: 400;
    padding-top: 20px
}

#header .currencies-login {
    display: flex!important;
    justify-content: flex-end!important;
    flex-wrap: wrap
}

#header .currencies-login .cart-login-search ul .login_hd {
    font-size: 14px;
    font-weight: 600
}

#header .currencies-login .cart-login-search ul .login_hd:after {
    content: '';
    border-bottom: 2px solid #000;
    display: block
}

#header .currencies-login .cart-login-search ul li {
    vertical-align: top;
    margin-right: 13px!important
}

#header .currencies-login .cart-login-search ul li:last-child {
    margin-right: 0!important
}

#header .currencies-login .cart-login-search ul li a {
    text-decoration: none;
    color: #000000;
}

#header .currencies-login .cart-login-search ul li a i {
    font-size: 20px
}

#header .currencies-login .cart-login-search ul li a svg {
    width: 24px;
    height: 24px;
    fill: #000000
}

#header .currencies-login .cart-login-search ul li .cart {
    position: relative
}

#header .currencies-login .cart-login-search ul li .cart .number-cart.active {
    position: absolute;
    bottom: -7px;
    left: 15px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    color: #fff!important;
    text-align: center;
    font-size: 11px;
    font-weight: 500;
    line-height: 22px;
    background: #f4841a
}

.header-absolute {
    position: absolute;
    width: 100%;
    background: 0 0;
    z-index: 3
}

.header-v1-h1 {
    /*transition: background-color .5s ease 0s,padding .5s ease 0s;*/
    z-index: 3
}

.header-v1-h1.menu_scroll_v1 {
    box-shadow: 0 2px 5px -2px rgba(0,0,0,.1);
    background-color: #fff;
    animation: mations 1s ease;
    transition: background-color .5s ease 0s,padding .5s ease 0s;
    margin: 0 auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
    border-bottom: none
}

#header.header-v2-h2 {
    padding: 25px 0
}

#header.header-v2-h2 .menu ul li .list-home {
    left: 0
}

#header.header-v2-h2 .menu ul li .list-woman {
    left: -150px
}

#header.header-v2-h2 .menu ul li .list-woman.shop {
    left: 0
}
@media (min-width: 1200px) and (max-width: 1499px) {
  #header.header-v2-h2 .menu ul li .list-woman.shop {
    left: -50px;
  }
}

#header.header-v2-h2 .menu ul li .list-woman.style_3 {
    left: -200px
}

#header.header-v2-h2 .menu ul li .list-woman.page {
    left: 0
}

.header-v2-h2 {
    transition: background-color .5s ease 0s,padding .5s ease 0s
}

.header-v2-h2.menu_scroll_v2 {
    box-shadow: 0 2px 5px -2px rgba(0,0,0,.1);
    background-color: #fff;
    animation: mations 1s ease;
    transition: background-color .5s ease 0s,padding .5s ease 0s;
    margin: 0 auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
    border-bottom: none
}

.header-v3-h3 {
    background: rgba(0,0,0,0);
    transition: background-color .5s ease 0s,padding .5s ease 0s
}

.header-v3-h3.menu_scroll_v3 {
    box-shadow: 0 2px 5px -2px rgba(0,0,0,.1);
    background-color: #fff;
    animation: mations 1s ease;
    transition: background-color .5s ease 0s,padding .5s ease 0s;
    margin: 0 auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
    border-bottom: none
}

#header.header-v4-h4 {
    padding: 28px 0
}

#header.header-v4-h4 .menu ul li .list-home {
    left: 0
}

#header.header-v4-h4 .menu ul li .list-woman {
    left: -150px
}

#header.header-v4-h4 .menu ul li .list-woman.shop {
    left: 0
}

#header.header-v4-h4 .menu ul li .list-woman.style_3 {
    left: -200px
}

#header.header-v4-h4 .menu ul li .list-woman.page {
    left: 0
}

.header-v4-h4 {
    transition: background-color .5s ease 0s,padding .5s ease 0s;
    z-index: 3
}

.header-v4-h4.menu_scroll_v4 {
    box-shadow: 0 2px 5px -2px rgba(0,0,0,.1);
    background-color: #fff;
    animation: mations 1s ease;
    transition: background-color .5s ease 0s,padding .5s ease 0s;
    margin: 0 auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
    border-bottom: none
}

.header-v5-h5 {
    transition: background-color .5s ease 0s,padding .5s ease 0s
}

.header-v5-h5.menu_scroll_v5 {
    box-shadow: 0 2px 5px -2px rgba(0,0,0,.1);
    background-color: #fff;
    animation: mations 1s ease;
    transition: background-color .5s ease 0s,padding .5s ease 0s;
    margin: 0 auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
    border-bottom: none
}

.header-v5-h5 .model_menu {
    font-size: 14px;
    color: #000000;
    letter-spacing: .2em;
    text-transform: uppercase
}

.header-v5-h5 .model_menu .model-menu-icon {
    display: inline-block;
    vertical-align: middle;
      
    color: #000000;
}

.header-v5-h5 .model_menu .model-menu-icon span {
    text-align: left;
    display: block;
    width: 23px;
    height: 2px;
    background: #000;
    margin-bottom: 4px
}

.header-v5-h5 .model_menu .model-menu-icon span:nth-child(2) {
    width: 12px
}

.header-v5-h5 .model_menu .model-menu-icon span:nth-child(3) {
    width: 17px
}

.header-v5-h5 .model_menu .model-menu-title {
    margin-left: 7px;
    font-size: 11px;
    letter-spacing: .2em;
    font-weight: 600
}

.header-v5-h5 .model_menu:hover {
    cursor: pointer
}

.header-v6-h6 {
    transition: background-color .5s ease 0s,padding .5s ease 0s
}

.header-v6-h6.menu_scroll_v6 {
    box-shadow: 0 2px 5px -2px rgba(0,0,0,.1);
    background-color: #fff;
    animation: mations 1s ease;
    transition: background-color .5s ease 0s,padding .5s ease 0s;
    margin: 0 auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
    border-bottom: none
}

.header-v6-h6 .model_menu {
    margin-left: 40px;
    margin-top: 5px
}

.header-v6-h6 .model_menu .model-menu-icon {
    display: inline-block;
    vertical-align: middle;
      
    color: #000000;
}

.header-v6-h6 .model_menu .model-menu-icon span {
    text-align: left;
    display: block;
    width: 35px;
    height: 2px;
    background: #000;
    margin-bottom: 6px
}

.header-v6-h6 .model_menu .model-menu-icon span:nth-child(2) {
    width: 16px
}

.header-v6-h6 .model_menu:hover {
    cursor: pointer
}

.margin-bottom-30 {
    margin-bottom: 30px
}

.margin-top-15 {
    margin-top: 15px
}

.pagi-nav {
    margin-top: 50px;
    text-align: center
}
@media(max-width:768px){
  .pagi-nav{
    margin-top:0;
  }
}

.pagi-nav span {
    width: 45px;
    height: 45px;
    border: 1px solid #e3e3e3;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #232529;
    margin-right: 4px;
    -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
}

.pagi-nav span a {
    display: block
}

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

.pagi-nav span:hover {
    background: #111111
}

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

.pagi-nav .current {
    background: #f4841a;
    color: #fff
}

.button-main1 {
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  background: #111111;
  text-align: center;
    
  padding: 15px 40px;
  transition: all .3s;
  display: inline-block;
  position: relative;
}
@media (max-width: 991px) {
  .button-main1 {
    padding:13px 35px;
  }
}

@media (max-width: 767px) {
  .button-main1 {
    padding: 12px 30px;
  }
}
@media (max-width: 575px) {
  .button-main1 {
    padding: 12px 20px;
  }
}
.button-main1:hover {
  background: #f4841a;
  color: #fff;
}

.button-main2 {
  padding: 12px 35px;
  font-size: 16px;
  border: 2px solid;
  border-color: #111111;
  color: #111111;
  background: transparent;
  display: inline-block;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  transition: .3s;
    
}
@media (max-width: 767.98px) {
  .button-main2 {
    padding: 12px 25px;
  }
}
@media (max-width: 575.98px) {
  .button-main2 {
    padding: 10px 25px;
  }
}
.button-main2:hover {
  color : #f4841a !important;
  border-color : #f4841a !important;
}

.button-main3 {
  overflow: hidden;
  position: relative;
  font-weight: 600;
  padding-bottom: 5px;
  font-size: 16px;
  display: inline-block;
    
  transition: color .25s,border-color .25s,background-color .25s,opacity .25s,width .25s ease 0s;
}
.button-main3:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 2px solid;
}
.button-main3:hover {
  color: #f4841a !important;
}

.button-main3:hover:before {
  border-bottom: 2px solid #f4841a !important;
  -webkit-animation: underline-link .8s cubic-bezier(.58,.3,.005,1) 0s 1;
  animation: underline-link .8s cubic-bezier(.58,.3,.005,1) 0s 1;
}

.button-main4 {
  letter-spacing: 2px;
  padding: 18px 50px;
  border-radius: 50px;
    
  display: inline-block;
  font-size: 12px;
  transition: all 0.5s ease;
  position: relative;
}

.button-main4:before {
  position: absolute;
  content: '';
  height: calc(100% + 12px);
  width: calc(100% + 12px);
  top: -6px;
  left: -6px;
  border-radius: inherit;
  border: 2px dashed;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.button-main4:hover:before {
  opacity: 0;
  transform: scale(.8);
}
@media (max-width: 575.98px) {

  .button-main4 {
    padding: 12px 35px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .button-main4 {
    padding: 12px 35px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .button-main4 {
    padding: 12px 40px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .button-main4 {
    padding: 12px 40px;
  }
}

@media (min-width: 1200px) and (max-width: 1499.98px) {
  .button-main4 {
    padding: 15px 40px;
  }
}

.underline_hover {
    position: relative;
    display: inline-block
}

.underline_hover:after {
    content: '';
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: -1px;
    display: block;
    width: 0;
    height: 1px;
    background-color: #f4841a;
    -webkit-transition: all .3s cubic-bezier(.175, .885, .32, 1.075);
    transition: all .3s cubic-bezier(.175, .885, .32, 1.075)
}

.underline_hover:hover:after {
    width: 100%
}

.underline_hover.bold {
    font-weight: 500;
    color: #111111;
    font-size: 15px
}

.underline_hover.link {
    color: #6c6c6c!important
}

.underline_scale {
    position: relative;
    display: inline-block
}

.underline_scale:after {
    border-bottom: 2px solid #f4841a;
    bottom: 0;
    left: 0;
    content: "";
    position: absolute;
    transform: scale(0);
    transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    -webkit-transition: all .3s linear 0s;
    width: 100%
}

.underline_scale.active:after,.underline_scale:hover:after {
    transform: scale(1)
}

.overflow-x-hide {
    overflow-x: hidden
}

.fsz-unset {
    font-size: unset!important
}
a.link_active{
  color:#f4841a;
  border-bottom: 2px solid #f4841a;
}
.underline_link {
    font-size: 18px;
    font-weight: 500;
    color: #111111;
    /* 
  font-family: Jost;
   */
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding-bottom: 5px
}

.underline_link:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 2px solid #f4841a
}

.underline_link:hover {
    color: #f4841a
}

.underline_link:hover:before {
    -webkit-animation: underline-link .8s cubic-bezier(.58,.3,.005,1) 0s 1;
    animation: underline-link .8s cubic-bezier(.58,.3,.005,1) 0s 1
}

.mt-30 {
    margin-top: 30px
}

.mt-all {
    margin-top: 70px
}

.title_heading {
    /* 
  font-family: Jost;
   */
    font-size: 36px;
    font-weight: 400;
    line-height: 1.2;
    color: #111111;
    letter-spacing: 1.5px;
      
    position: relative;
    display: inline-block;
}



@media (max-width: 576px) {
    .title_heading {
        font-size:22px;
    }

    .title_heading:after {
        height: 4px
    }

    .title_heading br {
        display: none
    }
}

.sub_heading {
    /* 
  font-family: Jost;
   */
    font-size: 17px;
    font-weight: 500;
    color: #666;
    padding-top: 20px;
    display: block
}

.over_slidevid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .6;
    z-index: 1
}

.section-slideshow-v1 .slick-dots {
    transform: translate(-50%);
    left: 50%;
    bottom: 50px
}

@media (max-width: 576px) {
    .section-slideshow-v1 .slick-dots {
        bottom:30px
    }
}

.section-slideshow-v1 .slick-dots li {
    margin: 0 2px
}

.section-slideshow-v1 .slick-dots li button {
    font-size: unset;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 13px;
    height: 13px;
    background-color: rgba(173,173,173,0);
    border: 2px solid #adadad;
    border-radius: 50%;
    padding: 0;
    position: relative;
    overflow: hidden;
    transition: .5s
}

.section-slideshow-v1 .slick-dots li button:before {
    opacity: 0
}

.section-slideshow-v1 .slick-dots .slick-active button {
    background-color: #adadad;
    border: 2px solid #adadad
}

.section-slideshow-v1 .slick-dotted.slick-slider {
    margin-bottom: 0
}

.section-slideshow-v1 .next-slide,.section-slideshow-v1 .prev-slide {
    background: #fff;
    z-index: 1;
    color: #111111;
    top: 50%;
    transform: translateY(-50%);
    padding: 9px 12px;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    position: absolute;
    transition: .3s;
    box-shadow: 1px 2px 6px 4px rgba(53,57,68,.2)
}

.section-slideshow-v1 .next-slide svg,.section-slideshow-v1 .prev-slide svg {
    width: 13px;
    height: auto;
    height: auto;
    fill: #111111111
}

.section-slideshow-v1 .next-slide:hover,.section-slideshow-v1 .prev-slide:hover {
    background: #f4841a;
    color: #fff
}

.section-slideshow-v1 .next-slide:hover svg,.section-slideshow-v1 .prev-slide:hover svg {
    fill: #fff
}

.section-slideshow-v1 .next-slide {
    right: 3%
}

.section-slideshow-v1 .prev-slide {
    left: 3%
}

.section-slideshow-v1 .info-sideh1 {
    position: relative
}

.section-slideshow-v1 .info-sideh1 .box-content {
    position: absolute;
    top: 4%;
    
    left: 3%;
    z-index: 2;
    width: 800px;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .section-slideshow-v1 .info-sideh1 .box-content {
    width: 720px;
  }
}
@media (min-width: 576px) and (max-width:767.98px) {
  .section-slideshow-v1 .info-sideh1 .box-content {
    width: 98%;
  }
}
.section-slideshow-v1 .info-sideh1 .box-content .box-title {
    overflow: hidden
}

.section-slideshow-v1 .info-sideh1 .box-content .box-title .titlebig {
    /* 
  font-family: Jost;
   */
    font-size: 50px !important;
    font-weight: 600;
    padding-bottom: 15px
}

.section-slideshow-v1 .info-sideh1 .box-content .box-title1 {
    overflow: hidden;
}

.section-slideshow-v1 .info-sideh1 .box-content .box-title1 .title-small {
    /* 
  font-family: Jost;
   */
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 15px;
    letter-spacing: 4px
}

@media (min-width: 1600px) {
    .section-slideshow-v1 .info-sideh1 .box-content .box-title1 .title-small {
        font-size:18px
    }
}

.section-slideshow-v1 .info-sideh1 .box-content .box-title2 {
    overflow: hidden
}

.section-slideshow-v1 .info-sideh1 .box-content .box-title2 .title-small {
    /* 
  font-family: Jost;
   */
    font-size: 30px !important;
    font-weight: 500;
    padding-bottom: 15px;
    text-transform: unset;
    line-height: 1.5
}

@media (max-width: 576px) {
    .section-slideshow-v1 .info-sideh1 .box-content .box-title2 .title-small br {
        display:none
    }
}

.section-slideshow-v1 .info-sideh1 .box-content .button-main2 {
    margin-top: 30px;
    font-weight: 500;
    /* 
  font-family: Jost;
   */
}

.section-slideshow-v1 .info-sideh1 .box-content-center {
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
    text-align: center;
    z-index: 2
}

.section-slideshow-v1 .info-sideh1 .box-content-center .box-title {
    overflow: hidden
}

.section-slideshow-v1 .info-sideh1 .box-content-center .box-title .titlebig {
    /* 
  font-family: Jost;
   */
    font-size: 80px;
    font-weight: 600;
    padding-bottom: 15px
}

.section-slideshow-v1 .info-sideh1 .box-content-center .box-title1 {
    overflow: hidden
}

.section-slideshow-v1 .info-sideh1 .box-content-center .box-title1 .title-small {
    /* 
  font-family: Jost;
   */
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 15px;
    letter-spacing: 4px
}

@media (min-width: 1600px) {
    .section-slideshow-v1 .info-sideh1 .box-content-center .box-title1 .title-small {
        font-size:18px
    }
}

.section-slideshow-v1 .info-sideh1 .box-content-center .box-title2 {
    overflow: hidden
}

.section-slideshow-v1 .info-sideh1 .box-content-center .box-title2 .title-small {
    /* 
  font-family: Jost;
   */
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 15px;
    text-transform: unset;
    line-height: 1.5
}

@media (max-width: 576px) {
    .section-slideshow-v1 .info-sideh1 .box-content-center .box-title2 .title-small br {
        display:none
    }
}

.section-slideshow-v1 .info-sideh1 .box-content-center .button-main2 {
    margin-top: 30px;
    font-weight: 500
}

.section-slideshow-v1 .info-sideh1 .box-content-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12%;
    text-align: right;
    z-index: 2
}

.section-slideshow-v1 .info-sideh1 .box-content-right .box-title {
    overflow: hidden
}

.section-slideshow-v1 .info-sideh1 .box-content-right .box-title .titlebig {
    /* 
  font-family: Jost;
   */
    font-size: 80px;
    font-weight: 600;
    padding-bottom: 15px
}

.section-slideshow-v1 .info-sideh1 .box-content-right .box-title1 {
    overflow: hidden
}

.section-slideshow-v1 .info-sideh1 .box-content-right .box-title1 .title-small {
    /* 
  font-family: Jost;
   */
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 15px;
    letter-spacing: 4px
}

@media (min-width: 1600px) {
    .section-slideshow-v1 .info-sideh1 .box-content-right .box-title1 .title-small {
        font-size:18px
    }
}

.section-slideshow-v1 .info-sideh1 .box-content-right .box-title2 {
    overflow: hidden
}

.section-slideshow-v1 .info-sideh1 .box-content-right .box-title2 .title-small {
    /* 
  font-family: Jost;
   */
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 15px;
    text-transform: unset;
    line-height: 1.5
}

@media (max-width: 576px) {
    .section-slideshow-v1 .info-sideh1 .box-content-right .box-title2 .title-small br {
        display:none
    }
}

.section-slideshow-v1 .info-sideh1 .box-content-right .button-main2 {
    margin-top: 30px;
    font-weight: 500
}

.section-slideshow-v1 .slick-active .info-sideh1 .picture-slideshow img {
    transform: scale(1)
}

@media (max-width: 575.98px) {
    .section-slideshow-v1 .info-sideh1 .picture-slideshow {
        max-height:450px
    }

    .section-slideshow-v1 .info-sideh1 .picture-slideshow img {
        max-height: 450px;
        object-fit: cover
    }

    .section-slideshow-v1 .info-sideh1 .box-content,.section-slideshow-v1 .info-sideh1 .box-content-center,.section-slideshow-v1 .info-sideh1 .box-content-right {
        top: 50%;
        left: 50%;
        width: 95%;
        right: unset;
        transform: translate(-50%,-50%)
    }

    .section-slideshow-v1 .info-sideh1 .box-content .box-title2 .title-small,.section-slideshow-v1 .info-sideh1 .box-content-center .box-title2 .title-small,.section-slideshow-v1 .info-sideh1 .box-content-right .box-title2 .title-small {
        font-size: 18px !important
    }

    .section-slideshow-v1 .info-sideh1 .box-content .box-title .titlebig,.section-slideshow-v1 .info-sideh1 .box-content-center .box-title .titlebig,.section-slideshow-v1 .info-sideh1 .box-content-right .box-title .titlebig {
        font-size: 24px !important;
    }

    .section-slideshow-v1 .info-sideh1 .box-content .box-button,.section-slideshow-v1 .info-sideh1 .box-content-center .box-button,.section-slideshow-v1 .info-sideh1 .box-content-right .box-button {
        margin-top: 30px;
    }

    .section-slideshow-v1 .info-sideh1 .box-content .box-button .button-shop,.section-slideshow-v1 .info-sideh1 .box-content-center .box-button .button-shop,.section-slideshow-v1 .info-sideh1 .box-content-right .box-button .button-shop {
        font-size: 14px
    }

    .section-slideshow-v1 .slick-active .info-sideh1 .box-content p:before {
        width: 60px
    }
}

@media (min-width: 576px) and (max-width:767.98px) {
    .section-slideshow-v1 .info-sideh1 .picture-slideshow {
        height:450px
    }

    .section-slideshow-v1 .info-sideh1 .picture-slideshow img {
        height: 450px;
        object-fit: cover
    }

    .section-slideshow-v1 .info-sideh1 .picture-slideshow video {
        height: 450px
    }

    .section-slideshow-v1 .info-sideh1 .box-content .box-title .titlebig,.section-slideshow-v1 .info-sideh1 .box-content-center .box-title .titlebig,.section-slideshow-v1 .info-sideh1 .box-content-right .box-title .titlebig {
        font-size: 35px !important;
    }

    .section-slideshow-v1 .info-sideh1 .box-content .box-button,.section-slideshow-v1 .info-sideh1 .box-content-center .box-button,.section-slideshow-v1 .info-sideh1 .box-content-right .box-button {
        margin-top: 30px
    }

    .section-slideshow-v1 .info-sideh1 .box-content .box-button .button-shop,.section-slideshow-v1 .info-sideh1 .box-content-center .box-button .button-shop,.section-slideshow-v1 .info-sideh1 .box-content-right .box-button .button-shop {
        font-size: 14px
    }

    .section-slideshow-v1 .slick-active .info-sideh1 .box-content p:before {
        width: 60px
    }
}

@media (min-width: 768px) and (max-width:991.98px) {
    .section-slideshow-v1 .info-sideh1 .picture-slideshow {
        height:500px
    }

    .section-slideshow-v1 .info-sideh1 .picture-slideshow img {
        height: 500px;
        object-fit: cover
    }

    .section-slideshow-v1 .info-sideh1 .picture-slideshow video {
        height: 500px
    }

    .section-slideshow-v1 .info-sideh1 .box-content .box-title .titlebig,.section-slideshow-v1 .info-sideh1 .box-content-center .box-title .titlebig,.section-slideshow-v1 .info-sideh1 .box-content-right .box-title .titlebig {
        font-size: 35px !important;
    }

    .section-slideshow-v1 .info-sideh1 .box-content .box-button,.section-slideshow-v1 .info-sideh1 .box-content-center .box-button,.section-slideshow-v1 .info-sideh1 .box-content-right .box-button {
        margin-top: 30px
    }

    .section-slideshow-v1 .info-sideh1 .box-content .box-button .button-shop,.section-slideshow-v1 .info-sideh1 .box-content-center .box-button .button-shop,.section-slideshow-v1 .info-sideh1 .box-content-right .box-button .button-shop {
        font-size: 14px
    }

    .section-slideshow-v1 .slick-active .info-sideh1 .box-content p:before {
        width: 70px
    }
}

@media (min-width: 992px) and (max-width:1199.98px) {
    .section-slideshow-v1 .info-sideh1 .picture-slideshow {
        height:580px
    }

    .section-slideshow-v1 .info-sideh1 .picture-slideshow img {
        height: 580px;
        object-fit: cover
    }

    .section-slideshow-v1 .info-sideh1 .box-content .box-title .titlebig,.section-slideshow-v1 .info-sideh1 .box-content-center .box-title .titlebig,.section-slideshow-v1 .info-sideh1 .box-content-right .box-title .titlebig {
        font-size:35px !important;
    }
}

@media (min-width: 1200px) and (max-width:1500px) {
    .section-slideshow-v1 .info-sideh1 .picture-slideshow {
        height:700px
    }

    .section-slideshow-v1 .info-sideh1 .picture-slideshow img {
        height: 700px;
        object-fit: cover
    }

    .section-slideshow-v1 .info-sideh1 .box-content .box-title .titlebig,.section-slideshow-v1 .info-sideh1 .box-content-center .box-title .titlebig,.section-slideshow-v1 .info-sideh1 .box-content-right .box-title .titlebig {
        font-size: 42px !important;
    }
}

.box-img {
    overflow: hidden
}

.box-img img {
    transition: all .8s linear;
    border-radius: 0px
}

.box-img:hover img {
    transform: scale(1.04);
    transition: all .8s linear
}

.section-product-v1 {
    padding-bottom: 20px
}
.section-product-v1 .row {
  margin-left: -15px;
  margin-right: -15px;
}
.section-product-v1 .next-slide,.section-product-v1 .prev-slide {
  background: #fff;
  z-index: 1;
  color: #111111;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 700;
  position: absolute;
  transition: .3s;
  box-shadow: 1px 2px 6px 4px rgba(53,57,68,.08);
  width: 35px;
  height: 35px;
  text-align: center;
  font-size: 16px;
  border-radius: 50%;
}

.section-product-v1 .next-slide i,.section-product-v1 .prev-slide i {
  color: #111111
}

.section-product-v1 .next-slide:hover,.section-product-v1 .prev-slide:hover {
  background: #f4841a;
  color: #fff
}

.section-product-v1 .next-slide:hover i,.section-product-v1 .prev-slide:hover i {
    color: #fff
}

.section-product-v1 .next-slide {
    right: 0
}

.section-product-v1 .prev-slide {
    left: 0
}
@media (max-width: 575.98px) {
  .section-product-v1 .prev-slide{
  	top:30%
  }
  .section-product-v1 .next-slide{
  	top:30%
  }
}
.section-product-v1 .slick-dots {
    transform: translate(-50%);
    left: 50%;
    bottom: -20px;
}

.section-product-v1 .slick-dots li {
    margin: 0 2px
}

.section-product-v1 .slick-dots li button {
    font-size: unset;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 13px;
    height: 13px;
    background-color: rgba(173,173,173,0);
    border: 2px solid rgba(173,173,173,.3);
    border-radius: 50%;
    padding: 0;
    position: relative;
    overflow: hidden;
    transition: .5s
}

.section-product-v1 .slick-dots li button:before {
    opacity: 0
}

.section-product-v1 .slick-dots .slick-active button {
    background-color: #adadad;
    border: 2px solid rgba(173,173,173,0)
}

@media (max-width: 575.98px) {
    .section-product-v1 .col-6:nth-child(odd) {
        padding-right:7.5px
    }

    .section-product-v1 .col-6:nth-child(even) {
        padding-left: 7.5px
    }

    .section-product-v1 .order-1.col-lg-5 {
        margin-top: -30px
    }
}

.section-product-v1 .mt-50 {
    margin-top: 50px
}

.footer_v1 .top-footer {
    padding: 50px 0 40px 0;
}

.footer_v1 .top-footer .info_footer {
    margin-bottom: 20px
}

.footer_v1 .top-footer .info_footer h4 {
    font-size: 18px;
    font-weight: 500;
      
    letter-spacing: 1px;
}

.footer_v1 .top-footer .info_footer .title_border:after {
    content: '';
    display: block;
    height: 1px;
    width: 30px;
    margin-top: 20px;
    background-color: #111111
}

.footer_v1 .top-footer .info_footer ul {
    margin-top: 20px;
    font-size: 15px;
}

.footer_v1 .top-footer .info_footer ul li a {
    font-weight: 400;
    line-height: 34px;
    color: #111111;
    text-decoration: none;
    /*transition: all .25s ease-in-out;*/
    font-size: 16px
}

.footer_v1 .top-footer .info_footer ul li a:hover {
    color: #f4841a
}

.footer_v1 .top-footer .info_footer .content_footer {
    color: #111111;
    font-weight: 400;
    margin-top: 23px;
    font-size: 16px
}

.footer_v1 .top-footer .info_footer.end h4 {
    font-size: 20px;
    text-transform: none;
    letter-spacing: .1em
}

.footer_v1 .top-footer .info_footer.end .list-icon ul li a {
    display: inline-block;
    color: #111111;
    font-size: 16px;
    border-radius: 50%;
    margin: 0 5px 0 5px;
    position: relative
}

.footer_v1 .top-footer .info_footer.end .list-icon ul li a i {
    position: relative;
    z-index: 1
}

.footer_v1 .top-footer .info_footer.end .list-icon ul li a:hover {
    color: #f4841a
}

.footer_v1 .copyright {
    border-top: 1px solid #eee;
    padding: 26px 0
}

.footer_v1 .copyright p {
    margin-bottom: 0
}

.footer_v1 .copyright .text-copyright {
    color: #111111;
    font-size: 14px
}

.footer_v1 .copyright .text-copyright a {
    font-weight: 400;
    color: #111111;
    text-decoration: none
}

.footer_v1 .copyright .text-copyright a:hover {
    opacity: .8
}

.footer_v2 .top-footer {
    border-top: 1px solid #ddd;
    background-color: #fff
}

.footer_v2 .top-footer .border-ft {
    border-left: 1px solid #dddddd6e;
    padding: 50px 0 40px 30px
}

@media (max-width: 576px) {
    .footer_v2 .top-footer .border-ft {
        border-left:none;
        padding: 20px 0 20px 00px
    }
}

.footer_v2 .top-footer .border-ft .info_footer {
    margin-bottom: 20px
}

.footer_v2 .top-footer .border-ft .info_footer h4 {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}

.footer_v2 .top-footer .border-ft .info_footer .title_border:after {
    content: '';
    display: block;
    height: 1px;
    width: 30px;
    margin-top: 20px;
    background-color: #000000;
}

.footer_v2 .top-footer .border-ft .info_footer ul {
    margin-top: 30px
}

.footer_v2 .top-footer .border-ft .info_footer ul li a {
    font-weight: 400;
    line-height: 32px;
    color: #9a9a9a;
    text-decoration: none;
    /*transition: all .25s ease-in-out;*/
    font-size: 16px
}

.footer_v2 .top-footer .border-ft .info_footer ul li a:hover {
    color: #f4841a
}

.footer_v2 .top-footer .info_footer.end {
    padding: 50px 0 40px 0
}

@media (max-width: 576px) {
    .footer_v2 .top-footer .info_footer.end {
        padding:20px 0 20px 00px
    }
}

.footer_v2 .top-footer .info_footer.end h4 {
    font-size: 20px;
    text-transform: none;
    letter-spacing: .1em
}

.footer_v2 .top-footer .info_footer.end .content_footer {
    color: #9a9a9a;
    font-weight: 400;
    margin-top: 23px;
    font-size: 14px
}

.footer_v2 .top-footer .info_footer.end .list-icon ul {
    margin-top: 30px
}

.footer_v2 .top-footer .info_footer.end .list-icon ul li a {
    display: inline-block;
    color: #000000;
    font-size: 16px;
    border-radius: 50%;
    margin: 0 5px 0 5px;
    position: relative
}

.footer_v2 .top-footer .info_footer.end .list-icon ul li a i {
    position: relative;
    z-index: 1
}

.footer_v2 .top-footer .info_footer.end .list-icon ul li a:hover {
    color: #f4841a
}
.footer_v2 .top-footer .info_footer.end .newletter_email{
  width:250px;
  max-width:100%;
  margin-top:20px;
}
.footer_v2 .top-footer .info_footer.end .newletter_email form{
  position:relative;
}
.footer_v2 .top-footer .info_footer.end .newletter_email .form-group{
  width: 100%;
  position: relative;
  margin:0;
}
.footer_v2 .top-footer .info_footer.end .newletter_email .form-group .form-control{
  padding: 0 25px;
  line-height: 40px;
  height: 40px;
  width: 100%;
  border-radius: unset;
  background: #f4f4f4;
  border: 0;
}
.footer_v2 .top-footer .info_footer.end .newletter_email .form-group .form-control::placeholder{
  font-size:14px;
}
.footer_v2 .top-footer .info_footer.end .newletter_email .btn{
  height: 40px;
  width:40px;
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  color: #fff;
  background:#111;
  border-radius: 0;
  transition: .3s;
  width:auto;
}
.footer_v2 .top-footer .info_footer.end .newletter_email .btn:hover,
.footer_v2 .top-footer .info_footer.end .newletter_email .btn:focus{
  background:#f4841a
}
.footer_v2 .top-footer .info_footer.end .newletter_email .btn svg{
  width:15px;
  height:15px;
  fill:#fff;
  vertical-align:middle;
}

@media(max-width:767px){
  .footer_v2 .top-footer .info_footer.end .newletter_email{
    margin:20px auto 0;
  }
}
.footer_v2 .copyright {
    border-top: 1px solid #ddd;
    padding: 26px 0;
    background-color: #fff
}

.footer_v2 .copyright p {
    margin-bottom: 0
}

.footer_v2 .copyright .text-copyright {
    color: #9a9a9a;
    font-size: 14px
}

@media (max-width: 576px) {
    .footer_v2 .copyright .text-copyright {
        padding-bottom:15px
    }
}

.footer_v2 .copyright .text-copyright a {
    font-weight: 400;
    color: #000000;
    text-decoration: none
}

.footer_v2 .copyright .text-copyright a:hover {
    opacity: .8
}

.footer_v3 .content_menu {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #eee
}

.footer_v3 .content_menu .copyright {
    font-size: 14px;
    font-weight: 500;
    color: #979797
}

.footer_v3 .content_menu .menu ul li {
    padding-right: 18px;
    padding-left: 18px
}

.footer_v3 .content_menu .menu ul li a {
    font-weight: 500;
    font-size: 15px;
    color: #111111;
    transition: color .25s,border-color .25s,background-color .25s,opacity .25s,width .25s ease 0s;
    /* 
  font-family: Jost;
   */
}

.footer_v3 .content_menu .menu ul li a:hover {
    color: #f4841a
}

.footer_v3 .content_menu .casano-socials ul li a {
    width: 42px;
    height: 42px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 7px;
    color: #fff;
    font-size: 18px;
    border-radius: 50%;
    position: relative;
    z-index: 0
}

.footer_v3 .content_menu .casano-socials ul li a:hover {
    color: #f4841a
}

.footer_v3 .newsletter-fv3 {
    padding-top: 35px;
    padding-bottom: 35px
}

.footer_v3 .newsletter-fv3 .title_newletter h3 {
    font-size: 28px;
    color: #111111;
    text-align: center;
    /* 
  font-family: Jost;
   */
    font-weight: 600
}

.footer_v3 .newsletter-fv3 .content {
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    text-align: center;
    color: #111111;
    padding-top: 13px
}

.footer_v3 .newsletter-fv3 .newletter_email {
    max-width: 100%;
    width: 690px;
    margin: 0 auto;
    margin-top: 24px
}

@media (max-width: 576px) {
    .footer_v3 .newsletter-fv3 .newletter_email {
        padding:0 10px
    }
}

.footer_v3 .newsletter-fv3 .newletter_email form {
    width: 100%;
    border-bottom: 2px solid #111111;
    position: relative
}

.footer_v3 .newsletter-fv3 .newletter_email form .form-group {
    width: 100%
}

.footer_v3 .newsletter-fv3 .newletter_email form .form-group .form-control {
    padding: .375rem 6.75rem .375rem 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.footer_v3 .newsletter-fv3 .newletter_email form .form-group input {
    width: 100%
}

.footer_v3 .newsletter-fv3 .newletter_email form .form-group input::placeholder {
    font-size: 14px;
    color: #979797
}

.footer_v3 .newsletter-fv3 .newletter_email form .btn {
    position: absolute;
    right: 0;
    top: 50%;
    height: 40px;
    background-color: transparent;
    padding: 0;
    font-size: 12px;
    cursor: pointer;
    transform: translateY(-50%);
    color: #111111;
    font-size: 12px;
    font-weight: 600
}

.footer_v3 .newsletter-fv3 .newletter_email form .btn:hover {
    color: #f4841a
}

.footer_v3 .newsletter-fv3 .newletter_email form .btn.focus,.footer_v3 .newsletter-fv3 .newletter_email form .btn:focus {
    outline: 0;
    box-shadow: none
}

@media (max-width: 991px) {
    .footer_v3 {
        text-align:center
    }

    .footer_v3 .copyright {
        margin-bottom: 15px
    }

    .footer_v3 .menu {
        margin-bottom: 20px
    }
}

.footer_v4 .top-footer {
    padding-top: 52px;
    padding-bottom: 52px
}

.footer_v4 .top-footer .title_footer h4 {
    font-size: 21px;
    color: #111111;
    font-weight: 600;
    /* 
  font-family: Jost;
   */
    margin-bottom: 14px!important;
    position: relative;
    padding-bottom: 12px
}

.footer_v4 .top-footer .title_footer h4:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 54px;
    border-bottom: 1px solid
}

.footer_v4 .top-footer .info_footer ul li {
    line-height: 32px;
    margin-right: .5rem;
}

.footer_v4 .top-footer .info_footer ul li a {
    color: #111111;
    transition: color .25s,border-color .25s,background-color .25s,opacity .25s,width .25s ease 0s;
    font-size: 15px;
    line-height: 34px;
    font-weight: 400
}
.footer_v4 .top-footer .info_footer ul li a i{
  margin-right:10px;
}
.footer_v4 .top-footer .info_footer ul li a:hover {
    color: #f4841a
}

.footer_v4 .top-footer .info_footer ul li .social-item {
    border: 2px solid #111111;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 39px;
    display: inline-block;
    text-align: center
}

@media (min-width: 768px) and (max-width:1500px) {
    .footer_v4 .top-footer .info_footer ul li .social-item {
        height:35px;
        width: 35px;
        line-height: 30px
    }
}

.footer_v4 .top-footer .info_footer ul li .social-item i {
    font-size: 18px
}

@media (min-width: 768px) and (max-width:1500px) {
    .footer_v4 .top-footer .info_footer ul li .social-item i {
        font-size:15px
    }
}

.footer_v4 .top-footer .info_footer ul li .social-item:hover {
    border: 2px solid #f4841a
}

.footer_v4 .top-footer .content_footer {
    color: #111111;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 25px!important
}

.footer_v4 .top-footer .info_footer.end {
    max-width: 450px;
    margin: 0 auto;
    width: 100%
}

.footer_v4 .top-footer .info_footer.end .fv4-form {
    background-color: #fff;
    height: 56px;
    line-height: 56px;
    border: none;
    width: 690px;
    max-width: 100%;
    position: relative
}

.footer_v4 .top-footer .info_footer.end .fv4-form .text-input {
  border: none;
  width: 100%;
  padding: 0 8.6rem 0 .8rem;
  background:#f4f4f4;
}

.footer_v4 .top-footer .info_footer.end .fv4-form .text-input::placeholder {
    font-size: 14px;
    color: #111111
}

.footer_v4 .top-footer .info_footer.end .fv4-form .btn {
    border-radius: 0;
    display: inline-block;
      
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    border: 1px solid;
    text-align: center;
    letter-spacing: .3em;
    font-weight: 600;
    position: absolute;
    background-color: #111111;
    color: #fff;
    font-size: 12px;
    letter-spacing: .2em;
    line-height: 18px;
    top: 0;
    right: 0;
    height: 100%;
    box-shadow: none;
    white-space: nowrap;
    transition: .3s;
    padding: 0 20px
}

.footer_v4 .top-footer .info_footer.end .fv4-form .btn:hover {
    background-color: #f4841a
}

.footer_v4 .copyright {
    border-top: 1px solid #e8e8f2;
    padding-top: 25px;
    padding-bottom: 25px
}

.footer_v4 .copyright p {
    font-size: 14px;
    color: #6c6c6c;
    margin-bottom: 0
}

.footer_v4 .copyright p a {
    color: #6c6c6c
}

.footer_v4 .copyright p a:hover {
    color: #f4841a
}

.footer_v4 .copyright .text-copyright p {
    margin-bottom: 0
}

.footer_v4 .copyright .text-copyright a {
    color: #f4841a
}

@media (max-width: 767px) {
    .footer_v4 .info_footer {
        text-align:center;
        margin-bottom: 20px
    }

    .footer_v4 .info_footer .title_footer h4:before {
        content: '';
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        width: 54px;
        border-bottom: 1px solid
    }

    .footer_v4 .logo-footer {
        margin-bottom: 20px
    }

    .footer_v4 .text-copyright {
        margin-top: 20px
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .footer_v4 .info_footer.end {
        padding-top:25px
    }
}

.footer_v5 {
    position: relative;
    padding-top: 64px;
    padding-bottom: 36px
}

.footer_v5 .title_menu {
    font-size: 19px;
    font-weight: 500;
    color: #111111
}

.footer_v5 .title_menu:after {
    content: '';
    display: block;
    height: 1px;
    width: 30px;
    margin-top: 20px;
    background-color: #f4841a
}

.footer_v5 .menu_footer ul {
    margin-top: 15px
}

.footer_v5 .menu_footer ul li a {
    font-weight: 400;
    line-height: 32px;
    color: #111111;
    text-decoration: none;
    transition: all .25s ease-in-out;
    font-size: 15px;
    position: relative
}

.footer_v5 .menu_footer ul li a:hover {
    color: #f4841a
}

.footer_v5 .menu_footer ul li a:hover:after {
    width: 100%;
    left: 0
}

.footer_v5 .menu_footer ul li a:after {
    content: '';
    height: 1px;
    background-color: #f4841a;
    display: block;
    transition: width .4s linear 0s;
    -webkit-transition: width .4s linear 0s;
    -o-transition: width .4s linear 0s;
    width: 0;
    position: absolute;
    right: 0;
    margin-top: -5px
}

.footer_v5 .logo-footer {
    display: flex;
    justify-content: center;
    align-items: center
}

.footer_v5 .logo-footer .logosvg {
    margin: 0 auto
}

.footer_v5 .logo-footer .logosvg svg {
    width: 100%;
    height: auto
}

.footer_v5 .list-icon {
    margin-top: 48px
}

@media (max-width: 767px) {
    .footer_v5 .list-icon {
        margin-top:20px
    }
}

.footer_v5 .list-icon ul li a {
    color: #fff!important;
    display: inline-block;
    text-align: center;
    width: 46px;
    height: 46px;
    font-size: 18px;
    border-radius: 50%;
    margin-right: 12px;
    line-height: 46px;
    transition: all .3s ease;
    overflow: hidden;
    position: relative;
    background: #111111
}

.footer_v5 .list-icon ul li a i {
    position: relative;
    z-index: 1
}

.footer_v5 .list-icon ul li a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    transform: scale(0);
    background: #f4841a;
    transition: all ease .3s;
    width: 100%;
    height: 100%
}

.footer_v5 .list-icon ul li a:hover {
    color: #fff
}

.footer_v5 .list-icon ul li a:hover:before {
    transform: scale(.9)
}

.footer_v5 .form-footer .title_menu {
    font-size: 19px;
    font-weight: 500;
    color: #111111
}

.footer_v5 .form-footer .title_menu:after {
    content: '';
    display: block;
    height: 1px;
    width: 30px;
    margin-top: 20px;
    background-color: #f4841a
}

.footer_v5 .form-footer .sub_title {
    font-size: 19px;
    color: #111111;
    margin-top: 30px
}

.footer_v5 .form-footer .content-footer {
    font-size: 14px;
    font-weight: 400;
    color: #111111;
    margin-bottom: 30px!important
}

.footer_v5 .form-footer .fv5-form {
    background-color: #f3f3f3;
    height: 56px;
    line-height: 56px;
    border: none;
    padding: 0 0 0 25px;
    width: 690px;
    max-width: 100%;
    position: relative
}

.footer_v5 .form-footer .fv5-form .form-group {
    width: 100%
}

.footer_v5 .form-footer .fv5-form .text-input {
    width: 100%;
    padding: 0 10rem 0 0;
    background: 0 0;
    border: none
}

.footer_v5 .form-footer .fv5-form .text-input::placeholder {
    font-size: 14px;
    color: #111111
}

.footer_v5 .form-footer .fv5-form .btn {
    border-radius: 0;
    display: inline-block;
      
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    border: none;
    text-align: center;
    letter-spacing: .3em;
    font-weight: 600;
    position: absolute;
    background-color: #111111;
    color: #fff;
    padding: 19px 30px;
    font-size: 12px;
    letter-spacing: .2em;
    line-height: 18px;
    top: 0;
    right: 0;
    box-shadow: none;
    white-space: nowrap;
    transition: .3s
}

.footer_v5 .form-footer .fv5-form .btn:hover {
    background-color: #f4841a
}

.footer_v5 .form-footer .payment {
    margin-top: 40px
}

.footer_v5 .form-footer .text-copyright {
    font-size: 14px;
    margin-top: 50px
}

@media (min-width: 768px) and (max-width:991.99px) {
    .footer_v5 .form-footer {
        margin-top:25px
    }

    .footer_v5 .form-footer .payment {
        margin-top: 30px
    }

    .footer_v5 .form-footer .text-copyright {
        margin-top: 30px
    }
}

@media (max-width: 767px) {
    .footer_v5 .form-footer {
        margin-top:25px
    }

    .footer_v5 .form-footer .payment {
        margin-top: 30px
    }

    .footer_v5 .form-footer .text-copyright {
        margin-top: 30px
    }
}

@media (max-width: 576px) {
    .footer_v5 {
        padding-top:36px
    }
}

@media (max-width: 991.99px) {
    .footer_v5:after {
        display:none
    }
}

.footer_v6 .content_menu {
    padding-top: 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee
}

.footer_v6 .content_menu .copyright {
    font-size: 14px;
    font-weight: 400;
    color: #979797;
    text-align: center
}

.footer_v6 .content_menu .menu ul li {
    padding-right: 40px
}

.footer_v6 .content_menu .menu ul li a {
    letter-spacing: .2em;
    font-weight: 600;
    font-size: 11px;
      
    color: #111111;
    transition: color .25s,border-color .25s,background-color .25s,opacity .25s,width .25s ease 0s;
    /* 
  font-family: Jost;
   */
}

.footer_v6 .content_menu .menu ul li a:hover {
    color: #f4841a
}

.footer_v6 .content_menu .casano-socials ul li a {
    width: 42px;
    height: 42px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 7px;
    border: 1px solid #111111;
    background: 0 0;
    color: #111111;
    font-size: 15px;
    border-radius: 50%;
    position: relative;
    z-index: 0
}

.footer_v6 .content_menu .casano-socials ul li a:after {
    content: '';
    position: absolute;
    left: -1px;
    top: -1px;
    right: -1px;
    bottom: -1px;
    background-color: #f4841a;
    transform: scale(0);
    transition: .5s;
    z-index: -1;
    border-radius: 50%
}

.footer_v6 .content_menu .casano-socials ul li a:hover {
    border: 1px solid #f4841a;
    color: #fff
}

.footer_v6 .content_menu .casano-socials ul li a:hover:after {
    transform: scale(1)
}

.footer_v6 .copyright {
    font-size: 12px;
    color: #979797;
    font-weight: 400;
    padding: 24px 0;
    margin-bottom: 0
}

@media (max-width: 767px) {
    .footer_v6 .content_menu .menu {
        margin-bottom:20px
    }

    .footer_v6 .content_menu .menu ul li {
        padding-right: 10px
    }

    .footer_v6 .content_menu .casano-socials {
        margin-top: 20px
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .footer_v6 .menu {
        margin-bottom:20px
    }

    .footer_v6 .casano-socials {
        margin-top: 20px
    }
}

@media (min-width: 1200px) and (max-width:1500px) {
    .box-change-langue {
        margin-right:5px
    }

    #header .currencies-login .cart-login-search ul li a i {
        font-size: 22px
    }

    #header .currencies-login .cart-login-search ul li {
        margin-right: 10px!important
    }

    .footer_v2 .info_footer .btn {
        width: 40%
    }

    .footer_v2 .form-group {
        width: 60%
    }

    .footer_v2 .form-group input {
        width: 100%
    }
}

@media (min-width: 992px) and (max-width:1199.98px) {
    .mt-all {
        margin-top:60px
    }

    .search-full-destop .search-eveland .wg-search-form {
        width: 90%
    }

    .footer_v1 .top-footer .info_footer.end .list-icon ul li a {
        width: 40px;
        height: 40px;
        font-size: 15px;
        margin: 0;
        line-height: 38px
    }

    .footer_v2 .info_us .list-icon ul li a {
        width: 40px;
        height: 40px;
        font-size: 13px;
        margin: 0 5px 5px 0;
        line-height: 38px
    }

    .footer_v2 .form-group {
        margin-bottom: 10px;
        width: 100%
    }

    .footer_v2 .form-group input {
        height: 55px;
        width: 100%
    }

    .footer_v2 .form-group input::placeholder {
        font-size: 14px
    }

    .footer_v2 .info_footer .btn {
        height: 50px;
        width: 100%
    }
}

@media (min-width: 768px) and (max-width:991.98px) {
    .mt-all {
        margin-top:60px
    }

    .search-full-destop .search-eveland .wg-search-form {
        width: 90%
    }

    .popup .modal-window .window-window {
        width: auto;
    }

    .popup .modal-window .window-window .window-content {
        position: relative;
        background: #fff;
        float: left
    }

    .popup .modal-window .window-window .window-content .left {
        width: 100%;
        float: left;
        padding: 30px
    }

    .popup .modal-window .window-window .window-content .left #mc_embed_signup {
        margin: 15px 0
    }

    .popup .modal-window .window-window .window-content .left .product-socials ul {
        margin-bottom: 0
    }

    .popup .modal-window .window-window .window-content .right {
        display: none
    }

    .popup2 .modal-window .window-window {
        width: auto;
    }

    .popup2 .modal-window .window-window .window-content {
        position: relative;
        background: #fff;
        float: left
    }

    .popup2 .modal-window .window-window .window-content .left {
        width: 100%;
        float: left;
        padding: 30px
    }

    .popup2 .modal-window .window-window .window-content .left #mc_embed_signup {
        margin: 15px 0
    }

    .popup2 .modal-window .window-window .window-content .left .product-socials ul {
        margin-bottom: 0
    }

    .popup2 .modal-window .window-window .window-content .right {
        display: none
    }

    .footer_v1 .top-footer {
        padding: 50px 0 35px 0
    }

    .footer_v1 .top-footer .info_footer.end {
        margin-bottom: 20px;
        margin-top: 20px;
        text-align: center
    }

    .footer_v1 .top-footer .info_footer form {
        width: 80%;
        margin: 0 auto
    }

    .footer_v2 .info_footer.end {
        text-align: center
    }
    .footer_v2 .top-footer .info_footer.end .newletter_email{
      margin: 20px auto 0;
    }

    .footer_v2 .info_footer .form-group {
        width: 80%
    }

    .footer_v2 .info_footer .form-group .form-control {
        width: 100%
    }

    .footer_v2 .info_footer .btn {
        width: 20%
    }

    .footer_v2 .title_border.end:after {
        margin-top: 10px;
        position: absolute;
        left: 50%;
        transform: translate(-50%)
    }

    .footer_v2 .list-inline-item:not(:last-child) {
        margin-right: 0
    }

    .footer_v2 .info_us .list-icon ul li a {
        width: 35px;
        height: 35px;
        font-size: 12px;
        border-radius: 50%;
        margin: 0 5px 5px 0;
        line-height: 33px
    }

    .footer_v6 .top-footer .info_footer .menu-footer ul li a {
        padding-left: 10px;
        padding-right: 10px
    }

    .footer_v6 .top-footer .info_footer .content-email {
        margin-top: 27px
    }
}

@media (min-width: 576px) and (max-width:767.98px) {
    .mt-all {
        margin-top:50px
    }

    .search-full-destop .search-eveland .wg-search-form {
        width: 90%
    }

    .popup .modal-window {
        top: 7%;
        width: 80%
    }

    .popup .modal-window .window-window .window-content {
        float: none
    }

    .popup .modal-window .window-window .window-content .left {
        width: 100%;
        padding: 20px 40px
    }

    .popup .modal-window .window-window .window-content .left #mc_embed_signup .form-group button {
        width: 100%;
        margin-top: 0
    }

    .popup .modal-window .window-window .window-content .right {
        display: none
    }

    .popup2 .modal-window {
        top: 7%;
        width: 80%
    }

    .popup2 .modal-window .window-window .window-content {
        float: none
    }

    .popup2 .modal-window .window-window .window-content .left {
        width: 100%;
        padding: 20px 40px
    }

    .popup2 .modal-window .window-window .window-content .left #mc_embed_signup .form-group button {
        width: 100%;
        margin-top: 0
    }

    .popup2 .modal-window .window-window .window-content .right {
        display: none
    }

    .footer_v1 {
        text-align: center
    }

    .footer_v1 .top-footer {
        padding: 50px 0 37px 0
    }

    .footer_v1 .top-footer .info_footer {
        margin-bottom: 30px
    }

    .footer_v1 .top-footer .info_footer .title_border:after {
        margin-top: 8px;
        left: 50%;
        transform: translateX(-50%);
        position: absolute
    }

    .footer_v1 .top-footer .info_footer h4 {
        letter-spacing: 0.5px;
    }

    .footer_v1 .top-footer .info_footer form {
        width: 80%;
        margin: 0 auto
    }

    .footer_v1 .top-footer .info_footer.end {
        margin-bottom: 20px
    }

    .footer_v1 .top-footer .info_footer.end h4 {
        font-size: 16px
    }

    .footer_v1 .copyright .text-copyright {
        padding-bottom: 15px
    }

    .footer_v2 {
        text-align: center
    }

    .footer_v2 .info_us .content-logo {
        width: 100%
    }

    .footer_v2 .title_footer h4:after {
        margin-top: 8px
    }

    .footer_v2 .title_border:after {
        margin-top: 8px;
        left: 50%;
        transform: translateX(-50%);
        position: absolute
    }

    .footer_v2 .info_footer {
      margin-bottom: 30px;
      text-align:center;
    }

    .footer_v2 .info_footer h4 {
        font-weight: 500
    }

    .footer_v2 .info_footer.end {
        margin-bottom: 0
    }

    .footer_v2 .info_footer.end h4 {
        font-size: 16px
    }

    .footer_v2 .title_footer {
        margin-bottom: 30px
    }

    .footer_v2 .form-group {
        margin-bottom: 20px;
        width: 100%
    }

    .footer_v2 .form-group input {
        width: 100%;
    }

    .footer_v2 .form-group input::placeholder {
        font-size: 14px
    }

    .footer_v2 .info_footer .btn {
        width: 100%;
        height: 50px
    }

    .info_footer.end {
        text-align: center
    }

    .footer_v6 {
        padding-bottom: 40px
    }

    .footer_v6 .top-footer .info_footer.brleft {
        border-right: none;
        padding-top: 0
    }

    .footer_v6 .top-footer .info_footer .list-icon {
        margin-top: 30px
    }

    .footer_v6 .top-footer .info_footer .content-contact {
        padding-top: 30px;
        width: unset;
        margin: unset
    }

    .footer_v6 .top-footer .info_footer .content-email {
        margin-top: 15px
    }

    .footer_v6 .copyright-footer {
        margin-top: 30px
    }
}

@media (max-width: 575.98px) {
    .mt-all {
        margin-top:50px
    }

    .search-full-destop .search-eveland .wg-search-form {
        width: 90%
    }

    .search-full-destop .search-eveland .drawer-search-top .drawer-search-title {
        font-size: 22px;
        margin-top: 30px
    }

    .popup .modal-window {
        top: 8%;
        width: 80%
    }

    .popup .modal-window .window-window {
        width: 85%
    }

    .popup .modal-window .window-window .window-content {
        float: none
    }

    .popup .modal-window .window-window .window-content .left {
        width: 100%;
        padding: 20px 40px
    }

    .popup .modal-window .window-window .window-content .left .title {
        font-size: 28px;
        margin-bottom: 0;
        margin-top: 35px
    }

    .popup .modal-window .window-window .window-content .left .sub-title {
        font-size: 14px;
        line-height: 24px
    }

    .popup .modal-window .window-window .window-content .left #mc_embed_signup .form-control {
        line-height: 45px;
        height: 45px
    }

    .popup .modal-window .window-window .window-content .left #mc_embed_signup .form-group button {
        width: 100%;
        margin-top: 20px
    }

    .popup .modal-window .window-window .window-content .right {
        display: none
    }

    .popup2 .modal-window {
        top: 8%;
        width: 80%
    }

    .popup2 .modal-window .window-window {
        width: 85%
    }

    .popup2 .modal-window .window-window .window-content {
        float: none
    }

    .popup2 .modal-window .window-window .window-content .left {
        width: 100%;
        padding: 20px 40px
    }

    .popup2 .modal-window .window-window .window-content .left .title {
        font-size: 28px;
        margin-bottom: 0;
        margin-top: 35px
    }

    .popup2 .modal-window .window-window .window-content .left .sub-title {
        font-size: 14px;
        line-height: 24px
    }

    .popup2 .modal-window .window-window .window-content .left #mc_embed_signup .form-control {
        line-height: 45px;
        height: 45px
    }

    .popup2 .modal-window .window-window .window-content .left #mc_embed_signup .form-group button {
        width: 100%;
        margin-top: 20px
    }

    .popup2 .modal-window .window-window .window-content .right {
        display: none
    }

    .footer_v1 {
        text-align: center
    }

    .footer_v1 .top-footer {
        padding: 50px 0 37px 0
    }

    .footer_v1 .top-footer .info_footer {
        margin-bottom: 35px
    }

    .footer_v1 .top-footer .info_footer .title_border:after {
        margin-top: 8px;
        left: 50%;
        transform: translateX(-50%);
        position: absolute
    }

    .footer_v1 .top-footer .info_footer h4 {
        letter-spacing: 0.5px;
    }

    .footer_v1 .top-footer .info_footer.end {
        margin-bottom: 20px
    }

    .footer_v1 .top-footer .info_footer.end h4 {
        font-size: 16px
    }

    .footer_v1 .copyright .text-copyright {
        padding-bottom: 15px
    }

    .footer_v2 {
        text-align: center
    }

    .footer_v2 .info_us .content-logo {
        width: 100%
    }

    .footer_v2 .title_footer h4:after {
        margin-top: 8px
    }

    .footer_v2 .title_border:after {
        margin-top: 8px;
        left: 50%;
        transform: translateX(-50%);
        position: absolute
    }

    .footer_v2 .info_footer {
        margin-bottom: 30px
    }

    .footer_v2 .info_footer h4 {
        font-weight: 500
    }

    .footer_v2 .info_footer.end {
        margin-bottom: 0
    }

    .footer_v2 .info_footer.end h4 {
        font-size: 16px
    }

    .footer_v2 .title_footer {
        margin-bottom: 30px
    }

    .footer_v2 .form-group {
        margin-bottom: 20px;
        width: 100%
    }

    .footer_v2 .form-group input {
        width: 100%;
    }

    .footer_v2 .form-group input::placeholder {
        font-size: 14px
    }

    .footer_v2 .info_footer .btn {
        width: 100%;
        height: 50px
    }

    .footer_v6 {
        padding-bottom: 40px
    }

    .footer_v6 .top-footer .info_footer.brleft {
        border-right: none;
        padding-top: 0
    }

    .footer_v6 .top-footer .info_footer .list-icon {
        margin-top: 30px
    }

    .footer_v6 .top-footer .info_footer .content-contact {
        padding-top: 30px;
        width: unset;
        margin: unset
    }

    .footer_v6 .top-footer .info_footer .content-email {
        margin-top: 15px
    }

    .footer_v6 .copyright-footer {
        border-top: 1px solid #dadada;
        margin-top: 30px
    }
}

.count-down .text {
    margin-top: 20px;
    font-size: 15px;
    color: #f55;
    font-weight: 600;
    letter-spacing: .1em;
    background: url("fire.svg") top left no-repeat;
    padding-left: 35px;
    background-size: 25px
}

.count-down .text span {
    font-size: 18px;
    font-weight: 600;
    color: #ec0000
}

.count-down .progress {
    border-radius: 0;
    height: 10px
}

.count-down .progress .progress-bar {
    background-color: #de3618;
    transition: .5s
}

.count-down .countdown-timer {
    padding: 20px 0 10px 0
}

.count-down .countdown-timer ul {
    padding-left: 0;
    margin: 0
}

.count-down .countdown-timer li {
  display: inline-block;
  font-size: 12px;
  /* 
  font-family: Jost;
   */
  font-weight: 500;
  width: 65px;
  height: 65px;
  list-style-type: none;
  color: #111111;
  margin: 0 7px;
  text-transform:uppercase;
  letter-spacing:1.2px;
  text-align:center;
}

.col-lg-3 .count-down .countdown-timer li,
.col-xl-3 .count-down .countdown-timer li {
  width: 55px;
  height: 55px;
}

.count-down .countdown-timer li:first-child{
  margin-left:0;
}

.count-down .countdown-timer li span {
  color: #111111;
  display: block;
  font-weight: 400;
  font-size: 24px;
  /* 
  font-family: Jost;
   */
  text-algin: center;
  height:65px;
  width:65px;
  line-height:65px;
  border: 2px solid #f55;
  border-radius:50%;
  margin-bottom:5px;
}

.col-xl-3 .count-down .countdown-timer li span,
.col-lg-3 .count-down .countdown-timer li span{
  font-size:22px;
  height:55px;
  width:55px;
  line-height:55px;
}

.count-down .countdown-timer li span b {
    font-weight: 400;
}

@media(max-width:767px){
  .count-down .countdown-timer li{
    width:50px;
    height:50px;
    margin: 0 5px;
  }
  .count-down .countdown-timer li span{
    height:50px;
    width:50px;
    line-height:50px;
    font-size:18px;
  }
}
.sticky_addcart {
    top: auto;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 0;
    transition: transform .5s ease 0s;
    -o-transition: transform .5s ease 0s;
    -webkit-transition: transform .5s ease 0s;
    background: #fff;
    z-index: 2;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    transform: translateY(100%)
}

.sticky_addcart.active {
    transform: none;
    opacity: 1
}

.sticky_addcart .img_left {
    margin-right: 20px;
    border: 2px solid #e5e5e5;
    flex-shrink: 0;
}

.sticky_addcart .info_right .product-title {
    font-size: 16px;
    color: #111111;
    font-weight: 500
}

.sticky_addcart .info_right .product-price del {
    font-size: 14px;
    color: #83868c
}

.sticky_addcart .info_right .product-price ins {
    font-size: 16px;
    font-weight: 500;
    color: #f4841a;
    text-decoration: none
}

.sticky_addcart .btn-action .shop-button,.sticky_addcart .btn-action .shop-button-amazon {
    width: 240px;
    height: 40px;
    font-size: 16px;
    background: #f4841a;
    justify-content: center;
      
    font-weight: 500;
    letter-spacing: 3px;
    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
}

.sticky_addcart .btn-action .shop-button-amazon:hover,.sticky_addcart .btn-action .shop-button:hover {
    background: #e96d00
}

.sticky_addcart .btn-action .shop-button-soldout {
    width: 165px;
    height: 40px;
    font-size: 12px;
    background: #111111;
    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;
    transition: .3s;
    text-align: center
}

@media (max-width: 576px) {
    .sticky_addcart {
      text-align:center;

    }

    .sticky_addcart .position_add {
        position: unset!important;
        right: 0!important
    }

    .sticky_addcart .d-flex {
        display: unset!important
    }

    .sticky_addcart .img_left {
        margin-right: 10px;
        display: none
    }

    .sticky_addcart .img_left img {
        height: 40px;
        width: 40px
    }

    .sticky_addcart .info_right {
        margin-bottom: 10px
    }

    .sticky_addcart .info_right .product-title {
        font-size: 13px;
        margin-bottom: 0
    }

    .sticky_addcart .wrap-rating .spr-badge .spr-starrating .spr-icon {
        font-size: 9px!important
    }

    .sticky_addcart .btn-action .shop-button,.sticky_addcart .btn-action .shop-button-amazon {
        width: 100%;
        border-radius: 0;
        height: 37px;
        line-height: 22px;
        font-size: 12px;
        margin-left: 0
    }
}

.random_product,.visitor {
    margin-top: 20px;
    font-size: 16px;
    color: #111111;
    font-weight: 600
}

.random_product span,.visitor span {
    font-size: 18px;
    font-weight: 600;
    color: #f4841a
}

.trust_bagde {
    margin-bottom: 20px
}

.shopify-payment-button__button--unbranded {
    margin-top: 25px;
    margin-bottom: 25px;
    transition: all .3s ease;
    width: 306px!important;
    max-width: 100%;
    border-radius: 0!important;
    height: 55px;
    font-size: 18px!important;
    background-color: #111111!important;
    letter-spacing: .2em;
    justify-content: center;
    text-transform: uppercase;  
    font-weight: 600!important;
    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
}

.shopify-payment-button__button--unbranded:hover {
    background-color: #f4841a!important
}

.shopify-payment-button__more-options {
    display: none!important
}

.popup-cookie {
    transition: .5s;
    position: fixed;
    z-index: 10;
    width: 300px;
    right: 40px;
    padding: 30px 20px;
    bottom: 40px;
    font-size: 14px;
    line-height: 28px;
    min-width: inherit;
    left: auto;
    color: #fff;
    background-color: #000000;
    text-align: center
}

@media (max-width: 576px) {
    .popup-cookie {
        bottom:0;
        right: 0!important;
        left: 0!important;
        width: 100%;
        padding: 20px 20px
    }
}

.popup-cookie.active {
    bottom: 101px
}

.popup-cookie .policy {
    display: inline-block;
    text-align: center;
    color: #fff;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff
}

.popup-cookie .got_it {
    display: block;
    text-align: center;
    background: #fff;
    letter-spacing: 2px;
    color: #111111;
    box-shadow: 0 0 0;
    border-radius: 0;
    line-height: 42px;
    width: 188px;
      
    font-weight: 600;
    font-size: 12px;
    margin: 0 auto;
    margin-top: 20px;
    transition: .5s
}

.popup-cookie .got_it:hover {
    background: #f4841a;
    color: #fff
}

.popup_random_prod {
  visibility: visible;
  opacity: 1;
  transform: none;
  transition: .8s;
  position: fixed;
  z-index: 9;
  width: 500px;
  max-width: 100%;
  left: 40px;
  padding: 20px 20px;
  bottom: 40px;
  font-size: 14px;
  line-height: 28px;
  min-width: inherit;
  right: auto;
  color: #fff;
  background-color: #fff;
  text-align: center;
  border-radius: 5px;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.popup_random_prod.active {
    bottom: 101px
}

.popup_random_prod .close_popup {
    color: #fff;
    border-radius: 50%;
    background: #111111;
    font-size: 7px;
    font-weight: 600;
    height: 20px;
    width: 20px;
    line-height: 20px;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    transition: .3s
}

.popup_random_prod .close_popup:hover {
    background: #f4841a
}

.popup_random_prod .prod_sidebar {
    padding-left: 0;
    margin-bottom: 0
}

.popup_random_prod .prod_sidebar .product_info {
    overflow: hidden;
    list-style: none;
    position: relative
}

.popup_random_prod .prod_sidebar .product_info .img_left {
    margin-right: 20px;
    border: 2px solid #e5e5e5
}

.popup_random_prod .prod_sidebar .product_info .info_right {
    text-align: left
}

.popup_random_prod .prod_sidebar .product_info .info_right .info_puchare {
    font-size: 14px;
    color: #868686;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 19px
}

.popup_random_prod .prod_sidebar .product_info .info_right .product-title {
    /* 
  font-family: Jost;
   */
    font-size: 15px;
    font-weight: 500;
    color: #111111
}

.popup_random_prod .prod_sidebar .product_info .info_right .product-title:hover {
    color: #f4841a
}

.popup_random_prod .prod_sidebar .product_info .info_right .minute_random {
    font-size: 14px;
    color: #111111
}

.popup_random_prod .prod_sidebar .product_info .info_right .minute_random span {
    color: #f4841a;
    font-weight: 600
}

@media (max-width: 576px) {
    .popup_random_prod {
        left:0!important;
        right: 0!important;
        padding: 15px 15px;
        bottom: 208px;
        border-radius: 0
    }

    .popup_random_prod .prod_sidebar .img_left {
        margin-right: 10px
    }

    .popup_random_prod .prod_sidebar .img_left img {
        width: 60px;
        height: 60px
    }

    .popup_random_prod .prod_sidebar .info_right {
        text-align: left
    }

    .popup_random_prod .prod_sidebar .info_right .info_puchare {
        font-size: 11px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 200px
    }

    .popup_random_prod .prod_sidebar .info_right .product-title {
        font-size: 11px
    }

    .popup_random_prod .prod_sidebar .info_right .minute_random {
        font-size: 11px
    }

    .popup_random_prod .prod_sidebar .info_right .minute_random span {
        font-size: 13px
    }
}

.hide_popup_random_prod {
    visibility: hidden;
    opacity: 0;
    transform: translateY(-30px);
    transition: .4s!important
}

.lst-seen-widget {
    position: fixed;
    top: 45%;
    right: 0;
    width: 100px;
    height: auto;
    z-index: 11;
    user-select: none;
    background: #fff;
    border-radius: 0 3px 3px;
    transition: right .5s ease 0s;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-shadow: 0 0 3px 2px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 3px 2px rgba(0,0,0,.1);
    box-shadow: 0 0 3px 2px rgba(0,0,0,.1)
}

.lst-seen-widget.active {
    right: -130px;
    visibility: hidden
}

.lst-seen-widget:before {
    width: 20px;
    height: 50px;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    z-index: 1;
    background: #fff
}

.lst-seen-widget .collapse-icon {
    position: absolute;
    top: 0;
    width: 26px;
    height: 40px;
    left: -25px;
    cursor: pointer;
    border-radius: 3px 0 0 3px;
    background: #fff;
    box-shadow: 0 0 3px 2px rgba(0,0,0,.1);
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center
}

.lst-seen-widget .collapse-icon svg {
    width: 14px;
    height: 14px
}

.lst-seen-widget .collapse-icon:hover svg {
    fill: #f4841a
}

.lst-seen-widget .top {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    height: 0;
    border-bottom: 1px solid #e7e7e7;
    transition: all .25s ease 0s
}

.lst-seen-widget .top.active {
    opacity: 1!important;
    visibility: visible!important;
    height: 73px!important
}

.lst-seen-widget .top .cart-icon {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    padding: 2px 5px;
    width: auto;
    padding: 0
}

.lst-seen-widget .top .cart-icon .cart-badge {
    font-size: 12px;
    display: block;
    position: absolute;
    top: -8px;
    right: -11px;
    width: 23px;
    height: 23px;
    line-height: 23px;
    padding: 0;
    text-align: center;
    color: #fff;
    background-color: #f4841a;
    border-radius: 50%
}

.lst-seen-widget .top .cart-icon svg {
    width: 26px;
    height: 26px
}

.lst-seen-widget .in-content {
    padding: 8px 0;
    margin: 0 -200px
}

.lst-seen-widget .in-content .title {
    width: 100px;
    margin: auto;
    font-size: 12px;
    font-weight: 600;
    color: #3c3c3c;
      
    margin-bottom: 18px
}

.lst-seen-widget .in-content .products-grid .no-products {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center
}

.lst-seen-widget .in-content .products-grid .no-products svg {
    height: 62px;
    width: 62px;
    margin-bottom: 15px;
    opacity: .1
}

.lst-seen-widget .in-content .products-grid .no-products .title_noprod {
    color: #7d8b8e;
    text-align: center;
    line-height: normal;
    font-size: 12px;
    padding: 0 8px;
    width: 100px;
    margin: 0 auto
}

.lst-seen-widget .in-content .products-grid .have-products {
    position: relative
}

.lst-seen-widget .in-content .products-grid .have-products .slick-brand-next,.lst-seen-widget .in-content .products-grid .have-products .slick-brand-prev {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: #111111;
    z-index: 1;
    font-size: 13px
}

.lst-seen-widget .in-content .products-grid .have-products .slick-brand-prev {
    top: -10px
}

.lst-seen-widget .in-content .products-grid .have-products .slick-brand-next {
    bottom: -10px
}

.lst-seen-widget .in-content .products-grid .have-products .items {
    position: relative;
    width: 100%;
    padding: 0 200px;
    pointer-events: unset
}

.lst-seen-widget .in-content .products-grid .have-products .items .info_right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 200px;
    max-width: 100%;
    left: 0;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    padding: 5px 13px 5px 13px;
    background: #fff;
    border-width: 1px 1px 1px;
    border-style: solid none solid solid;
    border-color: #e6e6e6;
    border-image: initial;
    border-right: none;
    transform: translateX(20px);
    transition: .5s
}

@media (max-width: 576px) {
    .lst-seen-widget .in-content .products-grid .have-products .items .info_right {
        display:none
    }
}

.lst-seen-widget .in-content .products-grid .have-products .items .info_right:hover {
    transform: none;
    opacity: 1;
    visibility: visible
}

.lst-seen-widget .in-content .products-grid .have-products .items .info_right .product-title {
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 174px;
    display: block
}

.lst-seen-widget .in-content .products-grid .have-products .items .info_right .price-product {
    margin-bottom: 5px
}

.lst-seen-widget .in-content .products-grid .have-products .items .info_right .price-product .price {
    font-size: 14px;
    color: #f4841a
}

.lst-seen-widget .in-content .products-grid .have-products .items .info_right .price-product .price-old {
    font-size: 11px;
    color: #eee
}

.lst-seen-widget .in-content .products-grid .have-products .items .info_right .product-icon-action .add-to-cart a,.lst-seen-widget .in-content .products-grid .have-products .items .info_right .product-icon-action .add-to-cart button {
    display: block;
    background: rgba(35,35,35,.9);
    border-color: rgba(35,35,35,.9);
    padding: 8px 0;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
      
    transition: .3s;
    border: 1px solid transparent;
    width: 100%;
    text-align: center
}

.lst-seen-widget .in-content .products-grid .have-products .items .info_right .product-icon-action .add-to-cart a:hover,.lst-seen-widget .in-content .products-grid .have-products .items .info_right .product-icon-action .add-to-cart button:hover {
    background: #fff;
    color: #111111;
    border: 1px solid #111111
}

.lst-seen-widget .in-content .products-grid .have-products .items .img_left {
    pointer-events: auto
}

.lst-seen-widget .in-content .products-grid .have-products .items .img_left:hover~.info_right {
    transform: none;
    opacity: 1;
    visibility: visible
}

.lst-seen-widget .bottom {
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    height: 0;
    border-top: 1px solid #e7e7e7;
    transition: all .25s ease 0s;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center
}

.lst-seen-widget .bottom.active {
    opacity: 1!important;
    visibility: visible!important;
    height: 53px!important
}

.lst-seen-widget .bottom svg {
    width: 19px;
    height: 18px;
    fill: #f4841a
}

.lst-seen-widget .bottom .title_backtop {
    margin-left: 12px;
    font-size: 12px;
    line-height: normal;
    letter-spacing: .4px
}

.lst-seen-widget .bottom:hover .title_backtop {
    color: #111111
}

.lst-seen-widget .bottom:hover svg {
    fill: #111111
}

@media (max-width: 576px) {
    .lst-seen-widget {
        right:10px
    }

    .lst-seen-widget .top.active {
        height: 52px!important
    }

    .lst-seen-widget .in-content {
        padding: 5px 0
    }

    .lst-seen-widget .bottom.active {
        height: 40px!important
    }
}

.wrap-icons {
    box-shadow: 0 0 3px 2px rgba(0,0,0,.1);
    max-width: 42px;
    height: auto;
    position: fixed;
    top: 45%;
    transform: translateY(-50%);
    right: -42px;
    z-index: 10;
    background: #fff;
    transition: right .5s ease 0s
}

.wrap-icons.active {
    right: 0
}

.wrap-icons div {
    cursor: pointer;
    padding: 15px 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #f5f5f6;
    border-image: initial;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    transition: .3s
}

.wrap-icons div svg {
    width: 19px;
    height: 18px;
    fill: #f4841a
}

.wrap-icons div:hover svg {
    fill: #111111
}

.list_ul_engo_full {
    padding: 28px 17px;
    margin-bottom: 20px;
    position: relative;
    margin-top: 30px;
    border-radius: 5px;
    background-color: #f4841a0f;
}

.list_ul_engo_full .title-list {
    font-size: 18px;
    margin: 0;
    font-weight: 600;
    display: inline-block;
    position: absolute;
    left: 49px;
    top: -11px;
    color: green;
    padding: 0 14px;
    background-color: #fff
}

.list_ul_engo_full ul {
    margin-bottom: 0;
    padding-left: 0
}

.list_ul_engo_full ul li {
    color: #333 !important;
    list-style: none;
    padding-left: 15px;
    position: relative;
    text-align: left;
    line-height: 28px;
    text-transform: capitalize
}

.list_ul_engo_full ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-width: 5px 7px;
    border-color: transparent transparent transparent #f4841a87 !important;
    border-style: solid
}
.list_ul_engo_full ul li label {
  display: inline;
  margin-bottom: 0;
}
.lookbook-pages1 {
    margin: 30px auto
}

.lookbook-pages1 .slide_lookbook {
    position: relative
}

.lookbook-pages1 .slide_lookbook .pin_lookbook {
    position: absolute;
    top: 30%;
    left: 30%
}

.lookbook-pages1 .slide_lookbook .pin_lookbook .pin_button {
    position: relative
}

.lookbook-pages1 .slide_lookbook .pin_lookbook .pin_button:before {
    color: rgba(7,7,7,.1);
    -webkit-animation: box-shadowl 1.5s linear infinite;
    animation: box-shadow 1.5s linear infinite;
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    left: 0;
    top: 0
}

.lookbook-pages1 .slide_lookbook .pin_lookbook .pin_button .icon {
    width: 24px;
    height: 24px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    background-color: #323232
}

.lookbook-pages1 .slide_lookbook .pin_lookbook .pin_button .icon:after,.lookbook-pages1 .slide_lookbook .pin_lookbook .pin_button .icon:before {
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.lookbook-pages1 .slide_lookbook .pin_lookbook .pin_button .icon:before {
    width: 10px;
    height: 1px
}

.lookbook-pages1 .slide_lookbook .pin_lookbook .pin_button .icon:after {
    width: 1px;
    height: 10px
}

.lookbook-pages1 .slide_lookbook .product_lookbook {
    transition: .6s;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 1
}

@media (max-width: 1199px) {
    .lookbook-pages1 .slide_lookbook .product_lookbook {
        display:none
    }
}

.lookbook-pages1 .slide_lookbook .product_lookbook.active {
    opacity: 1;
    visibility: visible;
    transform: none;
    transition-delay: 0.3s
}

.lookbook-pages1 .slide_lookbook .product_lookbook .product_item {
    width: 245px;
    max-width: 100%;
    padding: 22px 20px 22px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.15);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.15);
    box-shadow: 0 1px 4px rgba(0,0,0,.15);
    border: 1px solid #fbfbfb;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px
}

.lookbook-pages1 .slide_lookbook .product_lookbook .product_item .close_popup {
    border: 1px solid rgba(255,255,255,0);
    font-size: 9px;
    background: #232323;
    color: #fff;
    border-color: #232323;
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 2;
    cursor: pointer;
    transition: .5s
}

.lookbook-pages1 .slide_lookbook .product_lookbook .product_item .close_popup:hover {
    background: #fff;
    color: #111111;
    border: 1px solid #111111
}

.lookbook-pages1 .slide_lookbook .product_lookbook .product_item .img-product {
    position: relative;
    margin-bottom: 15px
}

.lookbook-pages1 .slide_lookbook .product_lookbook .product_item .img-product .product-icon-action {
    position: absolute;
    max-width: 100%;
    bottom: 0;
    left: 0;
    right: 0
}

.lookbook-pages1 .slide_lookbook .product_lookbook .product_item .img-product .product-icon-action .add-to-cart a,.lookbook-pages1 .slide_lookbook .product_lookbook .product_item .img-product .product-icon-action .add-to-cart button {
    display: block;
    background: rgba(35,35,35,.9);
    color: #fff;
    border-color: rgba(35,35,35,.9);
    padding: 8px 0;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
      
    transition: .3s;
    border: 1px solid transparent;
    width: 100%
}

.lookbook-pages1 .slide_lookbook .product_lookbook .product_item .img-product .product-icon-action .add-to-cart a:hover,.lookbook-pages1 .slide_lookbook .product_lookbook .product_item .img-product .product-icon-action .add-to-cart button:hover {
    background: #fff;
    color: #111111;
    border: 1px solid #111111
}

.lookbook-pages1 .slide_lookbook .product_lookbook .product_item .info-product .title-product {
    text-align: left;
    font-size: 14px;
    color: #111111;
    padding-bottom: 10px
}

.lookbook-pages1 .slide_lookbook .product_lookbook .product_item .info-product .price-product {
    text-align: left;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 5px
}

.lookbook-pages1 .slide_lookbook .product_lookbook .product_item .info-product .details {
    text-align: left;
    font-size: 11px;
    color: #111111;
      
    font-weight: 600;
    border-bottom: 1px solid #eee;
    letter-spacing: .1em
}

.lookbook-pages1 .slide_lookbook .product_lookbook .product_item .info-product .details:hover {
    color: #f4841a
}

@media (max-width: 1300px) {
    .lookbook-pages1 .slide_lookbook .product_lookbook .product_item {
        padding:5px 5px 5px
    }

    .lookbook-pages1 .slide_lookbook .product_lookbook .product_item .engoj_grid_parent {
        display: flex;
        align-items: center
    }

    .lookbook-pages1 .slide_lookbook .product_lookbook .product_item .engoj_grid_parent .img-product {
        margin-bottom: 0;
        margin-right: 15px
    }

    .lookbook-pages1 .slide_lookbook .product_lookbook .product_item .engoj_grid_parent .img-product .product-icon-action {
        display: none
    }

    .lookbook-pages1 .slide_lookbook .product_lookbook .product_item .engoj_grid_parent .img-product img {
        width: 80px!important;
        height: 80px
    }

    .lookbook-pages1 .slide_lookbook .product_lookbook .product_item .engoj_grid_parent .info-product .title-product {
        font-size: 13px
    }

    .lookbook-pages1 .slide_lookbook .product_lookbook .product_item .engoj_grid_parent .info-product .price-product {
        font-size: 11px;
        margin-bottom: 0
    }

    .lookbook-pages1 .slide_lookbook .product_lookbook .product_item .engoj_grid_parent .info-product .details {
        font-size: 10px
    }
}

.lookbook-pages1 .popup_lookbook {
    transform: scale(.9);
    transition: .8s;
    opacity: 0;
    visibility: hidden;
    width: 285px;
    height: 380px;
    z-index: 102;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

@media (min-width: 1200px) {
    .lookbook-pages1 .popup_lookbook {
        display:none
    }
}

.lookbook-pages1 .popup_lookbook.active {
    opacity: 1;
    visibility: visible;
    transform: none
}

.lookbook-pages1 .popup_lookbook .content-popup-lookbook {
    transition: .3s;
    margin: auto;
    text-align: left;
    position: relative;
    transition: .3s
}

.lookbook-pages1 .popup_lookbook .content-popup-lookbook .product_lookbook {
    padding: 20px;
    display: none
}

.lookbook-pages1 .popup_lookbook .content-popup-lookbook .product_lookbook.active {
    display: block
}

.lookbook-pages1 .popup_lookbook .content-popup-lookbook .product_lookbook .product_item {
    position: relative;
    margin: 0 auto;
    width: 245px;
    max-width: 100%;
    padding: 22px 20px 22px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.15);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.15);
    box-shadow: 0 1px 4px rgba(0,0,0,.15);
    border: 1px solid #fbfbfb;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px
}

.lookbook-pages1 .popup_lookbook .content-popup-lookbook .product_lookbook .product_item .close_popup2 {
    border: 1px solid rgba(255,255,255,0);
    font-size: 9px;
    background: #fff;
    color: #111111;
    border-color: #232323;
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 2;
    cursor: pointer;
    transition: .5s
}

.lookbook-pages1 .popup_lookbook .content-popup-lookbook .product_lookbook .product_item .img-product {
    position: relative;
    margin-bottom: 15px
}

.lookbook-pages1 .popup_lookbook .content-popup-lookbook .product_lookbook .product_item .img-product .product-icon-action {
    position: absolute;
    max-width: 100%;
    bottom: 0;
    left: 0;
    right: 0
}

.lookbook-pages1 .popup_lookbook .content-popup-lookbook .product_lookbook .product_item .img-product .product-icon-action .add-to-cart a,.lookbook-pages1 .popup_lookbook .content-popup-lookbook .product_lookbook .product_item .img-product .product-icon-action .add-to-cart button {
    display: block;
    background: rgba(35,35,35,.9);
    color: #fff;
    border-color: rgba(35,35,35,.9);
    padding: 8px 0;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
      
    transition: .3s;
    border: 1px solid transparent;
    width: 100%;
    text-align: center
}

.lookbook-pages1 .popup_lookbook .content-popup-lookbook .product_lookbook .product_item .img-product .product-icon-action .add-to-cart a:hover,.lookbook-pages1 .popup_lookbook .content-popup-lookbook .product_lookbook .product_item .img-product .product-icon-action .add-to-cart button:hover {
    background: #fff;
    color: #111111;
    border: 1px solid #111111
}

.lookbook-pages1 .popup_lookbook .content-popup-lookbook .product_lookbook .product_item .info-product .title-product {
    text-align: left;
    font-size: 14px;
    color: #111111;
    padding-bottom: 10px
}

.lookbook-pages1 .popup_lookbook .content-popup-lookbook .product_lookbook .product_item .info-product .price-product {
    text-align: left;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 5px
}

.lookbook-pages1 .popup_lookbook .content-popup-lookbook .product_lookbook .product_item .info-product .details {
    text-align: left;
    font-size: 11px;
    color: #111111;
      
    font-weight: 600;
    border-bottom: 1px solid #eee;
    letter-spacing: .1em
}

.lookbook-pages1 .popup_lookbook .content-popup-lookbook .product_lookbook .product_item .info-product .details:hover {
    color: #f4841a
}

.bg_overlay_lookbook {
    opacity: 0;
    visibility: hidden;
    left: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    position: fixed;
    width: 100%;
    background: rgba(0,0,0,.75);
    transition: .3s;
    z-index: 101
}

@media (min-width: 1200px) {
    .bg_overlay_lookbook {
        display:none
    }
}

.bg_overlay_lookbook.active {
    opacity: 1;
    visibility: visible
}

.swatch_radio1 .radio_style1 {
    display: flex;
    align-items: center;
    margin-right: 10px
}

.swatch_radio1 .radio_style1 .color_style1 {
    min-width: 16px!important;
    width: 16px!important;
    height: 16px!important;
    border: 1px solid;
    border-color: rgba(119,119,119,.5);
    border-radius: 50%;
    position: relative
}

.swatch_radio1 .radio_style1 .color_style1:after {
    content: "";
    display: block;
    height: 10px;
    width: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0);
    border-radius: 50%;
    background: #f4841a;
    transition: .2s
}

.swatch_radio1 .radio_style1 .text_color {
    font-size: 11px;
      
    cursor: pointer;
    font-weight: 600;
    padding-left: 7px;
    color: #111111
}

.swatch_radio1 .radio_style1:hover .color_style1 {
    border-color: #f4841a
}

.swatch_radio1 .radio_style1:hover .color_style1:after {
    transform: translate(-50%,-50%) scale(1)
}

.swatch_radio1 input:checked+.radio_style1 {
    background: 0 0
}

.swatch_radio1 input:checked+.radio_style1 .color_style1 {
    border-color: #f4841a
}

.swatch_radio1 input:checked+.radio_style1 .color_style1:after {
    transform: translate(-50%,-50%) scale(1)
}

.swatch_radio1 .radio_style2 .color_style2 {
    margin-right: 10px;
    border-radius: 50%;
    border: 1px solid transparent;
    transition: .3s
}

.swatch_radio1 .radio_style2:hover .color_style2 {
    border: 1px solid #aaa
}

.swatch_radio1 input:checked+.radio_style2 .color_style2 {
    border: 1px solid #aaa
}

.swatch_radio3 .radio_style1 {
    display: flex;
    width: 100%;
    align-items: center;
    margin-right: 10px;
    border: 1px solid rgba(119,119,119,.5);
    padding: 7px;
    margin-bottom: 10px;
    cursor: pointer
}

.swatch_radio3 .radio_style1 .color_style1 {
    min-width: 16px!important;
    width: 16px!important;
    height: 16px!important;
    border: 1px solid;
    border-color: rgba(119,119,119,.5);
    border-radius: 50%;
    position: relative
}

.swatch_radio3 .radio_style1 .color_style1:after {
    content: "";
    display: block;
    height: 10px;
    width: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0);
    border-radius: 50%;
    background: #f4841a;
    transition: .2s
}

.swatch_radio3 .radio_style1 .text_color {
    font-size: 11px;
      
    cursor: pointer;
    font-weight: 600;
    padding-left: 7px;
    color: #111111
}

.swatch_radio3 .radio_style1:hover {
    border: 1px solid #f4841a
}

.swatch_radio3 .radio_style1:hover .color_style1 {
    border-color: #f4841a
}

.swatch_radio3 .radio_style1:hover .color_style1:after {
    transform: translate(-50%,-50%) scale(1)
}

.swatch_radio3 input:checked+.radio_style1 {
    border: 1px solid #f4841a!important;
    background: 0 0
}

.swatch_radio3 input:checked+.radio_style1 .color_style1 {
    border-color: #f4841a
}

.swatch_radio3 input:checked+.radio_style1 .color_style1:after {
    transform: translate(-50%,-50%) scale(1)
}

.swatch_rectangle1 .rectangle_style1 {
  border: 1px solid #777;
  padding: 5px 10px;
  margin-right: 10px;
  width: auto;
  height: auto!important;
  line-height: inherit;
  font-size: 12px;
  color: #111111;
  font-weight: 600
}

.swatch_rectangle1 input:checked+.rectangle_style1 {
  background: 0 0;
  border: 1px solid #f4841a!important;
  color: #f4841a;
  font-weight: 600
}

.swatch .swatch_gallery {
    border: 1px solid transparent;
    padding: 3px;
    display: flex;
    align-items: center;
    margin-right: 10px;
    border-radius: 50%;
    transition: .4s
}

.swatch .swatch_gallery .bg_image {
    height: 35px!important;
    width: 35px;
    border-radius: 50%
}

.swatch input:checked+.swatch_gallery {
    border: 1px solid #aaa
}

.menu_toolbar {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #111111;
    z-index: 9;
    transition: transform .5s ease 0s;
    -o-transition: transform .5s ease 0s;
    -webkit-transition: transform .5s ease 0s;
    transform: translateY(100%)
}

.menu_toolbar.active {
    transform: none
}

.menu_toolbar .btn_account,.menu_toolbar .btn_backtop,.menu_toolbar .btn_bar,.menu_toolbar .btn_cart {
    width: calc(100%/3);
    color: #fff;
    text-align: center
}

.menu_toolbar .btn_bar .iconmenu {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase
}

.menu_toolbar .btn_bar .iconmenu span {
    text-align: left;
    display: block;
    width: 23px;
    height: 2px;
    background: #fff;
    margin-bottom: 6px
}

.menu_toolbar .btn_bar .iconmenu span:nth-child(2) {
    width: 12px
}

.menu_toolbar .btn_bar .iconmenu span:nth-child(3) {
    width: 17px;
    margin-bottom: 0
}

.menu_toolbar .btn_cart a {
    position: relative;
    color: #fff;
    font-size: 20px;
    text-decoration: none
}

.menu_toolbar .btn_cart a svg {
    width: 20px;
    height: 20px;
    fill: #fff
}

.menu_toolbar .btn_cart a span {
    color: #fff;
    display: block;
    font-size: 12px;
    position: absolute;
    text-align: center;
    top: -7px;
    right: -4px
}

.menu_toolbar .btn_account a {
    color: #fff
}

.menu_toolbar .btn_account a svg {
    width: 22px;
    height: 22px;
    fill: #fff
}

.section-collection-sub1 .banner_cate {
    margin-top: 30px
}

.section-collection-sub1 .banner_cate .img_banner {
    position: relative;
    overflow: hidden
}

.section-collection-sub1 .banner_cate .img_banner img {
    transform: scale(1.05);
    transition: 1s
}

.section-collection-sub1 .banner_cate .img_banner:hover:after,.section-collection-sub1 .banner_cate .img_banner:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    pointer-events: none
}

.section-collection-sub1 .banner_cate .img_banner:hover img {
    transform: none;
    filter: blur(1px);
    transition: 1s
}

/*.section-collection-sub1 .banner_cate .img_banner:after,.section-collection-sub1 .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
}*/

.section-collection-sub1 .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)
}

.section-collection-sub1 .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)
}

.section-collection-sub1 .banner_cate .banner_title {
    padding-top: 30px
}

.section-collection-sub1 .banner_cate .banner_title a {
    color: #111111;
    font-weight: 600;
    font-size: 14px;
      
    letter-spacing: 1px;
    /* 
  font-family: Jost;
   */
}

.section-collection-sub1 .banner_cate .banner_title a:hover {
    color: #f4841a
}

.product-quickview .popup-quickview .product-info-main .product-item .details .swatch {
    display: flex!important
}

.product-quickview .popup-quickview .product-info-main .product-item .details .swatch .swatch_radio1 .radio_style1 {
    display: flex;
    align-items: center;
    margin-right: 10px;
    margin-top: 5px
}

.product-quickview .popup-quickview .product-info-main .product-item .details .swatch .swatch_radio1 .radio_style1 .color_style1 {
    min-width: 16px!important;
    width: 16px!important;
    height: 16px!important;
    border: 1px solid;
    border-color: rgba(119,119,119,.5);
    border-radius: 50%;
    position: relative;
    padding: 0
}

.product-quickview .popup-quickview .product-info-main .product-item .details .swatch .swatch_radio1 .radio_style1 .color_style1:after {
    content: "";
    display: block;
    height: 10px;
    width: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0);
    border-radius: 50%;
    background: #f4841a;
    transition: .2s
}

.product-quickview .popup-quickview .product-info-main .product-item .details .swatch .swatch_radio1 .radio_style1 .text_color {
    font-size: 11px;
      
    cursor: pointer;
    font-weight: 600;
    padding-left: 7px;
    color: #111111
}

.product-quickview .popup-quickview .product-info-main .product-item .details .swatch .swatch_radio1 .radio_style1:hover .color_style1 {
    border-color: #f4841a
}

.product-quickview .popup-quickview .product-info-main .product-item .details .swatch .swatch_radio1 .radio_style1:hover .color_style1:after {
    transform: translate(-50%,-50%) scale(1)
}

.product-quickview .popup-quickview .product-info-main .product-item .details .swatch .swatch_radio1 input:checked+.radio_style1 {
    background: 0 0
}

.product-quickview .popup-quickview .product-info-main .product-item .details .swatch .swatch_radio1 input:checked+.radio_style1 .color_style1 {
    border-color: #f4841a
}

.product-quickview .popup-quickview .product-info-main .product-item .details .swatch .swatch_radio1 input:checked+.radio_style1 .color_style1:after {
    transform: translate(-50%,-50%) scale(1)
}

.product-quickview .popup-quickview .product-info-main .product-item .details .swatch .swatch_radio1 .radio_style2 .color_style2 {
    margin-right: 10px;
    border-radius: 50%;
    border: 1px solid transparent;
    transition: .3s
}

.product-quickview .popup-quickview .product-info-main .product-item .details .swatch .swatch_radio1 .radio_style2:hover .color_style2 {
    border: 1px solid #aaa
}

.product-quickview .popup-quickview .product-info-main .product-item .details .swatch .swatch_radio1 input:checked+.radio_style2 .color_style2 {
    border: 1px solid #aaa
}

.product-quickview .popup-quickview .product-info-main .product-item .details .swatch .swatch_radio1 .swatch_gallery {
    border: 1px solid transparent;
    padding: 3px;
    display: flex;
    align-items: center;
    margin-right: 10px;
    border-radius: 50%;
    transition: .4s
}

.product-quickview .popup-quickview .product-info-main .product-item .details .swatch .swatch_radio1 .swatch_gallery .bg-image {
    height: 35px!important;
    width: 35px;
    border-radius: 50%
}

.product-quickview .popup-quickview .product-info-main .product-item .details .swatch .swatch_radio1 input:checked+.swatch_gallery {
    border: 1px solid #aaa
}

.product-quickview .popup-quickview .detail-info {
    max-height: 500px;
    overflow-y: auto;
    padding-right: 15px
}

.product-quickview .popup-quickview .detail-info::-webkit-scrollbar {
    width: 3px
}

.product-quickview .popup-quickview .detail-info::-webkit-scrollbar-track {
    background-color: transparent
}

.product-quickview .popup-quickview .detail-info::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-radius: 6px;
    opacity: .8
}

.product-quickview .popup-quickview .detail-info .product-info-main .product-item .details .swatch {
    display: block
}

.product-quickview .popup-quickview .detail-info .product-info-main .product-item .details .swatch input:checked+.link_color:after {
    opacity: 1
}

.product-quickview .popup-quickview .detail-info .product-info-main .product-item .details .swatch .header {
    margin-bottom: 0px;
    border-bottom: none!important;
}

.product-quickview .popup-quickview .detail-info .product-info-main .product-item .details .swatch .swatch_radio3 .radio_style1 {
    display: flex;
    width: 100%;
    align-items: center;
    margin-right: 10px;
    border: 1px solid rgba(119,119,119,.5);
    padding: 7px;
    margin-bottom: 10px;
    cursor: pointer
}

.product-quickview .popup-quickview .detail-info .product-info-main .product-item .details .swatch .swatch_radio3 .radio_style1 .color_style1 {
    min-width: 16px!important;
    width: 16px!important;
    height: 16px!important;
    border: 1px solid;
    border-color: rgba(119,119,119,.5);
    border-radius: 50%;
    position: relative
}

.product-quickview .popup-quickview .detail-info .product-info-main .product-item .details .swatch .swatch_radio3 .radio_style1 .color_style1:after {
    content: "";
    display: block;
    height: 10px;
    width: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0);
    border-radius: 50%;
    background: #f4841a;
    transition: .2s
}

.product-quickview .popup-quickview .detail-info .product-info-main .product-item .details .swatch .swatch_radio3 .radio_style1 .text_color {
    font-size: 11px;
      
    cursor: pointer;
    font-weight: 600;
    padding-left: 7px;
    color: #111111
}

.product-quickview .popup-quickview .detail-info .product-info-main .product-item .details .swatch .swatch_radio3 .radio_style1:hover {
    border: 1px solid #f4841a
}

.product-quickview .popup-quickview .detail-info .product-info-main .product-item .details .swatch .swatch_radio3 .radio_style1:hover .color_style1 {
    border-color: #f4841a
}

.product-quickview .popup-quickview .detail-info .product-info-main .product-item .details .swatch .swatch_radio3 .radio_style1:hover .color_style1:after {
    transform: translate(-50%,-50%) scale(1)
}

.product-quickview .popup-quickview .detail-info .product-info-main .product-item .details .swatch .swatch_radio3 input:checked+.radio_style1 {
    border: 1px solid #f4841a!important;
    background: 0 0
}

.product-quickview .popup-quickview .detail-info .product-info-main .product-item .details .swatch .swatch_radio3 input:checked+.radio_style1 .color_style1 {
    border-color: #f4841a
}

.product-quickview .popup-quickview .detail-info .product-info-main .product-item .details .swatch .swatch_radio3 input:checked+.radio_style1 .color_style1:after {
    transform: translate(-50%,-50%) scale(1)
}

.product-quickview .popup-quickview .swatch_rectangle1 .rectangle_style1 {
    border: 1px solid #777;
    padding: 5px 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    width: auto;
    height: auto!important;
    line-height: inherit
}

.product-quickview .popup-quickview .swatch_rectangle1 .rectangle_style1 .text_rec {
    font-size: 12px;
    color: #111111;
    font-weight: 600
}

.product-quickview .popup-quickview .swatch_rectangle1 input:checked+.rectangle_style1 {
    background: 0 0;
    border: 1px solid #f4841a!important
}

.product-quickview .popup-quickview .swatch_rectangle1 input:checked+.rectangle_style1 .text_rec {
    color: #f4841a;
    font-weight: 600
}

.product-quickview .popup-quickview .swatch_rectangle1 .swatch_gallery {
    border: 1px solid transparent;
    padding: 3px;
    display: flex;
    align-items: center;
    margin-right: 10px;
    border-radius: 50%;
    transition: .4s
}

.product-quickview .popup-quickview .swatch_rectangle1 .swatch_gallery .bg-image {
    height: 35px!important;
    width: 35px;
    border-radius: 50%
}

.product-quickview .popup-quickview .swatch_rectangle1 input:checked+.swatch_gallery {
    border: 1px solid #aaa
}

.product-quickview .popup-quickview .swatch .swatch_gallery {
    border: 1px solid transparent;
    padding: 3px;
    display: flex;
    align-items: center;
    margin-right: 10px;
    border-radius: 50%;
    transition: .4s
}

.product-quickview .popup-quickview .swatch .swatch_gallery .bg_image {
    height: 35px!important;
    width: 35px;
    border-radius: 50%
}

.product-quickview .popup-quickview .swatch input:checked+.swatch_gallery {
    border: 1px solid #aaa
}

@-webkit-keyframes snow {
    0% {
        background-position: 0 0,0 0,0 0
    }

    100% {
        background-position: 500px 1000px,400px 400px,300px 300px
    }
}

@keyframes snow {
    0% {
        background-position: 0 0,0 0,0 0
    }

    100% {
        background-position: 500px 1000px,400px 400px,300px 300px
    }
}

.effect-snow {
    animation: snow 20s linear infinite;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: rgba(0,0,0,0)
}

.snow-image {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1
}

.snow-image1 {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1
}

.snow-image2 {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

.snow-image3 {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

.snow-image4 {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1
}

.lookbook-pages2 .title {
    font-size: 40px;
    color: #111111;
    line-height: 60px;
    text-align: center
}

.lookbook-pages2 .des {
    color: #898989;
    font-size: 14px
}

.lookbook-pages2 .style_lookbook {
    margin-top: 104px
}

.lookbook-pages2 .style_lookbook .slide_lookbook:nth-child(3n+2) {
    margin-top: 150px
}

@media (min-width: 1400px) {
    .lookbook-pages2 .style_lookbook .slide_lookbook:nth-child(3n+2) {
        padding:0 55px
    }
}

@media (min-width: 576px) and (max-width:767px) {
    .lookbook-pages2 .style_lookbook .slide_lookbook:nth-child(3n+2) {
        margin-top:0;
        padding: 0 5px
    }
}

@media (max-width: 576px) {
    .lookbook-pages2 .style_lookbook .slide_lookbook:nth-child(3n+2) {
        margin-top:0;
        padding: 0 5px
    }
}

@media (min-width: 1400px) {
    .lookbook-pages2 .style_lookbook .slide_lookbook:nth-child(3n+1) {
        padding-right:110px
    }
}

@media (min-width: 576px) and (max-width:767px) {
    .lookbook-pages2 .style_lookbook .slide_lookbook:nth-child(3n+1) {
        padding:0 5px
    }
}

@media (max-width: 576px) {
    .lookbook-pages2 .style_lookbook .slide_lookbook:nth-child(3n+1) {
        padding:0 5px
    }
}

@media (min-width: 1400px) {
    .lookbook-pages2 .style_lookbook .slide_lookbook:nth-child(3n+3) {
        padding-left:110px
    }
}

@media (min-width: 576px) and (max-width:767px) {
    .lookbook-pages2 .style_lookbook .slide_lookbook:nth-child(3n+3) {
        padding:0 5px
    }
}

@media (max-width: 576px) {
    .lookbook-pages2 .style_lookbook .slide_lookbook:nth-child(3n+3) {
        padding:0 5px
    }
}

.lookbook-pages2 .style_lookbook .slide_lookbook .pin_lookbook .pin_button .icon2 {
    width: 24px;
    height: 24px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    background-color: #323232;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
    color: #fff
}

.page_instagram .slide_lookbook .pin_lookbook .pin_button .icon2 {
    width: 24px;
    height: 24px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    background-color: #323232;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
    color: #fff
}

.page_instagram .img_head {
    padding: 50px 0 120px 0
}

.topbar {
    position: relative
}

.topbar .image_topbar {
    position: absolute;
    top: 0
}

.topbar .image_topbar img {
    height: 65px;
    object-fit: cover
}

.topbar .curent-language {
    display: flex;
    padding: 10px 0 20px 0
}

.topbar .curent-language .engoc_currencies {
    margin-right: 10px;
    position: relative
}

.topbar .curent-language .engoc_currencies .currency-picker {
    color: #fff
}

.topbar .curent-language .engoc_currencies:after {
    color: #fff
}

.topbar .curent-language .box-change-langue {
    margin-right: 30px;
    position: relative
}

.topbar .curent-language .box-change-langue .top-lanngue a {
    color: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 0;
    font-size: 10px;
    display: block;
    padding: 0 8px;
    letter-spacing: 1px;
    /* 
  font-family: Jost;
   */
    font-weight: 600;
    height: 35px;
    width: 90px;
    line-height: 35px;
    position: relative
}

.topbar .curent-language .box-change-langue .top-lanngue a:after {
    content: "\f107";
    /* font-family: FontAwesome; */
    position: absolute;
    right: 10px;
    font-size: 12px;
    top: 0;
    z-index: 1;
    color: #fff
}

.topbar .curent-language .box-change-langue #collapseExample {
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 2;
    background: #fff;
    padding: 8px;
    width: 100%
}

.topbar .curent-language .box-change-langue #collapseExample ul li {
    line-height: 24px
}

.topbar .curent-language .box-change-langue #collapseExample ul li a {
    font-size: 10px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 600
}

.topbar .curent-language .box-change-langue #collapseExample ul li a:hover {
    color: #f4841a
}

.topbar .menu_topbar {
    padding: 10px 0 20px 0
}

.topbar .menu_topbar ul li {
    display: inline-block;
    padding-left: 10px
}

.topbar .menu_topbar ul li:first-child {
    padding-left: 0
}

.topbar .menu_topbar ul li a {
    font-size: 14px;
    color: #fff
}

.topbar .menu_topbar ul li a:hover {
    color: #f4841a
}

@media (min-width: 576px) and (max-width:767px) {
    .topbar .menu_topbar ul li a {
        font-size:12px
    }
}

.icon1 {
    /* font-family: aweicon; */
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.products_menu .menu-title {
    font-size: 16px;
    font-weight: 600;
    color: #111111;
    /* 
  font-family: Jost;
   */
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding-bottom: 10px;
    margin-top: 15px;
    margin-bottom: 14px;
    text-transform: none
}

.products_menu .menu-title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    border-bottom: 1px solid #f4841a
}

.products_menu .prod_sidebar_menu {
    padding-left: 0
}

.products_menu .prod_sidebar_menu .product_info {
    overflow: hidden;
    list-style: none;
    border-bottom: 1px solid #f1f1f1;
    padding: 15px 0;
    position: relative
}

.products_menu .prod_sidebar_menu .product_info img {
    width: 100%;
    float: left;
    max-width: 80px;
    margin-right: 15px;
    border: 1px solid #e4e6ec
}

.products_menu .prod_sidebar_menu .product_info .title-product a {
    /* 
  font-family: Jost;
   */
    font-size: 14px;
    font-weight: 400;
    color: #111111
}

.products_menu .prod_sidebar_menu .product_info .title-product a:hover {
    color: #f4841a
}

.products_menu .prod_sidebar_menu .product_info .price-product .price-old {
    /* 
  font-family: Jost;
   */
    font-size: 12px;
    font-weight: 600;
    color: #111111
}

.products_menu .prod_sidebar_menu .product_info .price-product .price {
    /* 
  font-family: Jost;
   */
    font-size: 14px;
    font-weight: 600;
    color: #111111
}

.products_menu .slick-brand-next,.products_menu .slick-brand-prev {
    z-index: 1;
    color: #111111;
    top: -35px;
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    transition: .3s;
    right: 0
}

.products_menu .slick-brand-prev {
    margin-right: 30px
}

.zoom-image {
    overflow: hidden;
    cursor: zoom-in
}

.cursor-default {
    cursor: default
}

.br-bottom {
    border-bottom: 1px solid #ccc
}

.set-16-svg svg {
    width: 16px;
    height: 16px;
    fill: #111111111
}

.set-16-svg.fill-white svg {
    fill: #fff
}

.set-16-svg:hover svg {
    fill: #f4841a
}

.set-12-svg svg {
    width: 12px;
    height: 12px;
    fill: #111111111
}

.set-12-svg.fill-white svg {
    fill: #fff
}

.set-12-svg:hover svg {
    fill: #f4841a
}

.set-10-svg svg {
    width: 10px;
    height: 10px
}

.set-10-svg.fill-white svg {
    fill: #fff
}

.set-14-svg svg {
    width: 14px;
    height: 14px;
    fill: #111111111
}

.set-14-svg.fill-white svg {
    fill: #fff
}

.set-14-svg:hover svg {
    fill: #f4841a
}

.set-18-svg svg {
    width: 18px;
    height: 18px;
    fill: #111111111
}

.set-18-svg.fill-white svg {
    fill: #fff
}

.set-18-svg:hover svg {
    fill: #f4841a
}

.set-20-svg svg {
    width: 20px;
    height: 20px;
    fill: #111111111
}

.set-20-svg.fill-white svg {
    fill: #fff
}

.set-20-svg:hover svg {
    fill: #f4841a
}

.set-22-svg svg {
    width: 22px;
    height: 22px;
    fill: #111111111
}

.set-22-svg.fill-white svg {
    fill: #fff
}

.set-22-svg:hover svg {
    fill: #f4841a
}

.set-24-svg svg {
    width: 24px;
    height: 24px;
    fill: #111111111
}

.set-24-svg.fill-white svg {
    fill: #fff
}

.set-24-svg:hover svg {
    fill: #f4841a
}

.set-26-svg svg {
    width: 26px;
    height: 26px;
    fill: #111111111
}

.set-26-svg.fill-white svg {
    fill: #fff
}

.set-26-svg:hover svg {
    fill: #f4841a
}

.set-28-svg svg {
    width: 28px;
    height: 28px;
    fill: #111111111
}

.set-28-svg.fill-white svg {
    fill: #fff
}

.set-28-svg:hover svg {
    fill: #f4841a
}

.set-30-svg svg {
    width: 30px;
    height: 30px;
    fill: #111111111
}

.set-30-svg.fill-white svg {
    fill: #fff
}

.set-30-svg:hover svg {
    fill: #f4841a
}

.effect-img1 {
    position: relative;
    display: inline-block;
    overflow: hidden
}

.effect-img1:before {
    border-bottom: 70px solid rgba(255,255,255,.7);
    border-top: 70px solid rgba(255,255,255,.7);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: rotate(45deg) scaleY(0);
    -o-transform: rotate(45deg) scaleY(0);
    -webkit-transform: rotate(45deg) scaleY(0);
    -moz-transform: rotate(45deg) scaleY(0);
    -ms-transform: rotate(45deg) scaleY(0);
    -webkit-transition: opacity .5s ease 0s,transform .5s ease 0s;
    -webkit-transition: opacity .5s ease 0s,-webkit-transform .5s ease 0s;
    transition: opacity .5s ease 0s,-webkit-transform .5s ease 0s;
    transition: opacity .5s ease 0s,transform .5s ease 0s;
    transition: opacity .5s ease 0s,transform .5s ease 0s,-webkit-transform .5s ease 0s;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    width: 100%
}

.effect-img1:hover:before {
    opacity: 1;
    transform: rotate(45deg) scaleY(4);
    -o-transform: rotate(45deg) scaleY(4);
    -webkit-transform: rotate(45deg) scaleY(4);
    -moz-transform: rotate(45deg) scaleY(4);
    -ms-transform: rotate(45deg) scaleY(4)
}

.effect-v10 {
    position: relative;
    overflow: hidden;
    display: block
}

.effect-v10:before {
    background-color: rgba(255,255,255,.2);
    display: block;
    width: 100%;
    height: 100%;
    left: -100%;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    content: "";
    z-index: 1
}

.effect-v10:hover:before {
    left: 0;
    opacity: 1
}

.collection-sorting {
    padding-left: 0;
    margin-bottom: 0
}

.collection-sorting li {
    list-style: none
}

.collection-sorting .dropdown .dropdown-toggle {
    color: #414141;
    /* 
  font-family: Jost;
   */
    font-size: 15px;
    letter-spacing: 0.8px;
    font-weight: 400;
    min-width: 145px;
    text-align: left;
    padding-bottom: 5px;
    position: relative;
    padding-right: 30px
}

.collection-sorting .dropdown .dropdown-toggle span {
    display: block;
    position: relative
}

.collection-sorting .dropdown .dropdown-toggle:after {
    position: absolute;
    right: 7px;
    top: 35%
}

.collection-sorting .dropdown .dropdown-content {
    border: 1px solid #d3d3d3;
    color: #969696;
    border-radius: 0;
    padding: 0;
    transform: translate3d(-40px,33px,0)!important
}

.collection-sorting .dropdown .dropdown-content li a {
    display: block;
    color: #969696;
    padding: 5px 7px
}
.collection-sorting .dropdown .dropdown-content li.active a{
  color: #f4841a;
  font-weight:400;
}

.collection-sorting .dropdown .dropdown-content li:hover a {
    color: #f4841a
}

.ti-close:before {
    content: "\f00d";
    /* font-family: FontAwesome; */
    font-style: normal
}

.flash-sale-v1 {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  padding: 0 50px;
  margin-top: 15px;
}
.flash-sale-v1-bg {
  padding: 0 50px;
}
@media (max-width: 1199.98px) {
  .flash-sale-v1-bg {
    padding: 0 40px;
  }
  .flash-sale-v1 {
    padding: 0 40px;
    margin-top: 50px;
  }
}
@media (max-width: 991.98px) {
  .shopify-payment-button__button--unbranded {
    font-size: 14px;
    }
  .flash-sale-v1-bg {
    padding: 0 30px;
  }
  .flash-sale-v1 {
    padding: 0 30px;
    margin-top: 40px;
  }
}
@media (max-width: 767.98px) {
  .flash-sale-v1-bg {
    padding: 0 20px;
  }
  .flash-sale-v1 {
    padding: 0 20px;
    margin-top: 30px;
  }
}
.section-flash-sale {
  padding-top: 70px;
  padding-bottom: 30px;
}
@media (min-width: 1600px) {
  .section-flash-sale {
    padding-top: 90px;
    padding-bottom: 50px;
  }
}
.section-flash-sale .title_heading {
  color: #fff;
}

.flash-sale-v1-bg .section-flash-sale .title_heading {
  color: #111111;
}
.section-flash-sale .slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.section-flash-sale .prev-slide, .section-flash-sale .next-slide {
  background: #fff;
  z-index: 1;
  color: #000;
  top: 34%;
  transform: translateY(-50%);
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 0;
  position: absolute;
  transition: .3s;
  border-radius: 50%;
  -webkit-box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.08);
}
@media (max-width: 575.98px) {
  .section-flash-sale .prev-slide, .section-flash-sale .next-slide {
    top: 25%;
  }
}
.section-flash-sale .prev-slide i, .section-flash-sale .next-slide i {
  font-size: 20px;
  line-height: 40px;
}

.section-flash-sale .prev-slide svg, .section-flash-sale .next-slide svg {
  width: 13px;
  height: auto;
  height: auto;
  fill: #000;
}

.section-flash-sale .prev-slide:hover, .section-flash-sale .next-slide:hover {
  background: #f4841a;
  color: #fff;
}

.section-flash-sale .prev-slide:hover svg, .section-flash-sale .next-slide:hover svg {
  fill: #fff;
}

.section-flash-sale .next-slide {
  right: 0;
}

.section-flash-sale .prev-slide {
  left: 0;
}

.section-flash-sale .product_new {
  margin-top: 60px;
}

.section-flash-sale .product-item-v1 .info-product .title-product a {
  color: #111111;
}
.flash-sale-v1-bg .section-flash-sale .product-item-v1 .info-product .title-product a {
  color: #111111;
}
.section-flash-sale .product-item-v1 .info-product .title-product a:hover {
  color: #f4841a !important;
}
.product-item-v1 .info-product .title-product {
  padding-top: 20px;
}

@media (max-width: 575.98px) {
  .section-flash-sale {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .section-flash-sale .next-slide {
    height: 30px;
    width: 30px;
    line-height: 30px;
  }

  .section-flash-sale .next-slide i {
    line-height: 30px;
  }

  .section-flash-sale .prev-slide {
    height: 30px;
    width: 30px;
    line-height: 30px;
  }

  .section-flash-sale .prev-slide i {
    line-height: 30px;
  }

  .section-flash-sale .title_prductnew h3 {
    letter-spacing: 2px;
    font-size: 20px;
  }

  .section-flash-sale .product_new {
    margin-top: 40px;
  }

  .section-flash-sale .product_new .col-6 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .section-flash-sale {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .section-flash-sale .title_prductnew h3 {
    letter-spacing: 2px;
    font-size: 20px;
  }

  .section-flash-sale .product_new {
    margin-top: 40px;
  }

  .section-flash-sale .product_new .col-6 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }

  .section-flash-sale .next-slide {
    height: 40px;
    width: 40px;
    line-height: unset;
  }

  .section-flash-sale .prev-slide {
    height: 40px;
    width: 40px;
    line-height: unset;
  }
}
.section-product-v2 {
    margin-top: 50px;
}

.section-product-v2 .title-section {
    font-size: 30px;
    color: #111111;
    letter-spacing: 2px;
    font-weight: 500;
    padding-bottom: 20px;
    margin-bottom: 38px!important;
    position: relative
}

.section-product-v2 .title-section:before {
    content: '';
    height: 1px;
    width: 48px;
    background: #111111;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0
}

.section-product-v2 .nav-tabs.title-tab {
    margin-bottom: 50px;
    border-bottom: none
}

.section-product-v2 .nav-tabs.title-tab li {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px
}

.section-product-v2 .nav-tabs.title-tab li .ds-prod-1 {
    display: inline-block;
    border-radius: 5px;
    font-size: 13px;
      
    min-width: 110px;
    height: 42px;
    line-height: 40px;
    background-color: #f4841a;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    padding: 0 15px;
    transition: all .25s linear 0s;
    -webkit-transition: all .25s linear 0s;
    -o-transition: all .25s linear 0s
}

@media (max-width: 576px) {
    .section-product-v2 .nav-tabs.title-tab li .ds-prod-1 {
        font-size: 14px;
        height: 40px;
        line-height: 40px
    }
   .section-product-v2 .tab-scroll {
    overflow-x: auto; 
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .section-product-v2 {
    margin-top: 20px;
  }
  .section-product-v2 .nav-tabs {
    display: inline-block;
    padding: 0;
    margin: 0;
  }

  .section-product-v2 .nav-tabs li {
    display: inline-block;
  }

  .section-product-v2 .nav-tabs a {
    padding: 10px 15px;
  }

  .section-product-v2 .tab-scroll::-webkit-scrollbar {
    display: none; 
  }
}

.section-product-v2 .nav-tabs.title-tab li .ds-prod-1.active
{
    background-color: #ffffff;
    border: 1px solid #f4841a;
    color: #f4841a;
}


.section-product-v2 .tab-content .product-item-v1 {
    margin-bottom: 30px
}

.section-product-v3 .title_heading {
    margin-bottom: 0
}

.section-product-v3 .product-item-v1 {
    margin-bottom: 40px
}

.section-product-v3 .product_best_sell {
    margin-top: 38px
}

@media (max-width: 575.98px) {
    .section-product-v3 {
        padding-top:00px;
        padding-bottom: 0
    }

    .section-product-v3 .col-6:nth-child(odd) {
        padding-right: 7.5px
    }

    .section-product-v3 .col-6:nth-child(even) {
        padding-left: 7.5px
    }

    .section-product-v3 .product-item-v1 {
        margin-bottom: 30px
    }
}

@media (min-width: 576px) and (max-width:767.98px) {
    .section-product-v3 .col-6:nth-child(odd) {
        padding-right:7.5px
    }

    .section-product-v3 .col-6:nth-child(even) {
        padding-left: 7.5px
    }

    .section-product-v3 .product-item-v1 {
        margin-bottom: 30px
    }
}

@media (min-width: 768px) and (max-width:991.98px) {
    .section-product-v3 .product-item-v1 {
        margin-bottom:35px
    }
}

@media (min-width: 992px) and (max-width:1199.98px) {
    .section-product-v3 .product-item-v1 {
        margin-bottom:35px
    }
}

.section-product-v4 .title_heading {
    margin-bottom: 20px;
}

@media (max-width: 576px) {
  .section-product-v4 .title_heading {
    margin-bottom: 40px;
    margin-top: 30px
         }
} 

@media (max-width: 576px) {
    .section-product-v4 .product_tranding .product-item-v1 {
        margin-bottom:10px
    }
}

@media (min-width: 576px) {
    .section-product-v4 .product_tranding .product-item-v1 {
        margin-bottom:10px
    }
}

@media (min-width: 768px) {
    .section-product-v4 .product_tranding .product-item-v1 {
        margin-bottom:20px
    }
}

@media (min-width: 1200px) {
    .section-product-v4 .product_tranding .product-item-v1 {
        margin-bottom:25px
    }
}

@media (min-width: 1600px) {
    .section-product-v4 .product_tranding .product-item-v1 {
        margin-bottom:38px
    }
}

.section-product-v4 .view-products a {
    font-weight: 500;
    color: #fff;
    background: #f4841a;
    border-radius: 5px;
    display: inline-block;
    text-decoration: none;
    transition: background-color .3s ease 0s;
    margin-bottom: 25px;
    position: relative
}

@media (max-width: 576px) {
    .section-product-v4 .view-products a {
        font-size:14px;
        padding: 12px 30px;
        border-radius: 4px
    }
}

@media (min-width: 1200px) {
    .section-product-v4 .view-products a {
        font-size:13px;
        padding: 10px 40px
    }
}

.section-product-v4 .view-products a:hover {
    background: black
}

@media (max-width: 575.98px) {
    .section-product-v4 .col-6:nth-child(odd) {
        padding-right:7.5px
    }

    .section-product-v4 .col-6:nth-child(even) {
        padding-left: 7.5px
    }
}

@media (min-width: 576px) and (max-width:767.98px) {
    .section-product-v4 .col-6:nth-child(odd) {
        padding-right:7.5px
    }

    .section-product-v4 .col-6:nth-child(even) {
        padding-left: 7.5px
    }
}

.section-product-v5 .box-info-center {
    position: relative
}

.section-product-v5 .box-info-center .info-bottom {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%)
}

.section-product-v5 .box-info-center .info-bottom .button-banner {
    display: inline-block;
    padding: 15px 30px;
    /* 
  font-family: Jost;
   */
    transition: all .3s;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 1px
}

.section-product-v6 .info-prv6 {
    margin-top: 50px
}

.section-product-v6 .slick-dotted.slick-slider {
    margin-bottom: 0
}

.section-product-v6 .slick-dots {
    transform: translate(-50%);
    left: 50%;
    bottom: -25px
}

@media (min-width: 1600px) {
    .section-product-v6 .slick-dots {
        bottom:-50px
    }
}

.section-product-v6 .slick-dots li {
    margin: 0 2px
}

.section-product-v6 .slick-dots li button {
    font-size: unset;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 13px;
    height: 13px;
    background-color: rgba(173,173,173,0);
    border: 2px solid rgba(173,173,173,.3);
    border-radius: 50%;
    padding: 0;
    position: relative;
    overflow: hidden;
    transition: all .3s
}

.section-product-v6 .slick-dots li button:before {
    opacity: 0
}

.section-product-v6 .slick-dots .slick-active button {
    background-color: #adadad;
    border: 2px solid rgba(173,173,173,0)
}

.section-product-v6 .box-info {
    position: relative
}

.section-product-v6 .box-info .info-bottom {
    position: absolute;
    bottom: 3%;
    left: 50%;
    transform: translateX(-50%)
}

.section-product-v6 .button-all-site {
    /* 
    font-family: Jost;
     */
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    position: relative;
    transition: .5s;
    overflow: hidden;
    display: inline-block;
    text-decoration: none;
    padding: 15px 30px;
    letter-spacing: 1px
}
.section-product-v7 {
  margin-top: 70px;
}
@media (max-width: 1199px) {
  .section-product-v7 {
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  .section-product-v7 {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .section-product-v7 {
    padding: 20px;
    padding-bottom: 0;
  }
}
.section-product-v7 .product-v7 .section-title {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 39px;
  border-bottom: 1px solid #dfdfdf;
}
.section-product-v7 .product-v7 .section-title h3 {
  /* 
  font-family: Jost;
   */
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .1em;
    
  margin-top: 0;
  padding-bottom: 10px;
  margin-bottom: 0;
  position: relative;
  float: left;
}

.section-product-v7 .product_best_sell .product-item {
  margin-bottom: 20px;
}
.section-product-v7 .product_best_sell .product-item:last-child {
  margin-bottom: 0
}

.section-product-v7 .product_best_sell .product-item .product-inner {
  overflow: hidden;
  padding-bottom: 20px;
  border-bottom: 1px solid #e9e9e9;
  display: flex;
  align-items: center;
}

.section-product-v7 .product_best_sell .product-item:last-child .product-inner {
  border-bottom: none;
  margin-bottom: 0
}

.section-product-v7 .product_best_sell .product-item .product-thumb {
  width: 30%;
  margin-right: 25px;
  border: 2px solid #eaeaea
}

.section-product-v7 .product_best_sell .product-thumb {
  position: relative;
  display: block;
}

.section-product-v7 .product_best_sell .product-thumb img {
  margin: 0 auto;
  width: 100%
}

.section-product-v7 .product_best_sell .product-inner .second-image {
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s
}

.section-product-v7 .product_best_sell .product-inner:hover .second-image {
  opacity: 1;
  visibility: visible
}

.section-product-v7 .product_best_sell .product-item .product-info {
  overflow: hidden;
  position: relative
}

.section-product-v7 .product_best_sell .product-item .rating-wapper {
  padding-bottom: 0
}

.section-product-v7 .product_best_sell .product-item .product-name a {
  /* 
  font-family: Jost;
   */
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.section-product-v7 .product_best_sell .product-item .rating {
  white-space: nowrap;
  line-height: 100%;
  display: inline-block;
  font-size: 0;
  position: relative;
  overflow: hidden;
  width: 100px;
}
.section-product-v7 .product_best_sell .product-item .rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  line-height: 100%;
  width: 100%;
}
.section-product-v7 .product_best_sell .product-item .rating::before {
  /* font-family: 'FontAwesome',sans-serif; */
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  content: "\f005\f005\f005\f005\f005";
  color: #ffb933;
}

.section-product-v7 .product_best_sell .product-item .rating-wapper .spr-badge {
  margin-bottom: 5px;
}
.section-product-v7 .product_best_sell .product-item .price {
  font-size: 16px;
  color: #111111;
  font-weight: 500;
}

.section-product-v7 .product_best_sell .product-item .price b {
  color: #f4841a;
  font-weight: 500;
}
.section-product-v7 .product_best_sell .product-item .variant-image-group {
    height: 30px;
    margin-top: 15px;
}
.section-product-v7 .product_best_sell .product-item .image-thumbnail .variant-image-group .border_thumbnail {
    display: inline-block;
    border: none
}

.section-product-v7 .product_best_sell .product-item .image-thumbnail .variant-image-group .border_thumbnail .circle-thumb {
    background-position: center;
    height: 30px;
    width: 30px;
    display: inline-block;
}

.section-product-v7 .product-item .image-thumbnail .variant-image-group .border_thumbnail .circle-thumb.active {
    border: 2px solid #f4841a
}
/* section product v7 end */

/* section product countdown start */
.section-product-countdown {
  position:relative;
  margin-bottom:70px;
}

.section-product-countdown .title_block{
  text-align:center;
  margin-bottom: 25px;
}

.section-product-countdown .title_product{
  position:relative;
  padding:0 0 20px 0;
  font-size: 22px;
  line-height:1;
  font-weight: 700;
    
} 

.section-product-countdown .title_product:before{
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 24px);
  background: #f4841a;
  width: 48px;
  height: 2px;
}
.section-product-countdown .product-countdown {
  overflow: hidden;
  position: relative;
  padding: 0;
  border: 2px solid #e7e7e7;
}
.section-product-countdown .product-countdown .item-product-content{
  padding: 25px 25px 15px;
  display: flex;
  flex-wrap: wrap;
}

.section-product-countdown .product-countdown .info-product .spr-badge{
  padding: 0;
  font-size: 12px;
}
.section-product-countdown .product-countdown .info-product .title-product {
  font-size: 22px;
  margin-bottom: 8px;
  margin-top: 3px;
  font-weight: 500;
  text-transform: capitalize;
  display: block;
}

.section-product-countdown .product-countdown .info-product .title-product:hover a {
    color: #f4841a
}

.section-product-countdown .product-countdown .info-product .price-product{
  font-size: 22px;
  font-weight: 500;
  color: #ff871d;
  display: block;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 17px;
  margin:0;
}

.section-product-countdown .product-countdown .info-product .price-product .price-old {
  font-size: 13px;
  font-weight: 500;
  color: #828282
}

.section-product-countdown .product-countdown .info-product .price-product .price {
  font-size: 22px;
  font-weight: 700;
  color: #f4841a
}
.section-product-countdown .product-countdown .info-product .product-description{
  margin-top: 15px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: #969696;
}
.section-product-countdown .product-countdown .img-product {
  width:45%;
}

.section-product-countdown .product-countdown .info-product{
  width: 55%;
  padding-left: 30px;
}

.section-product-countdown .product-countdown .img-product img {
    /*transition: .8s*/
}

.section-product-countdown .product-countdown .img-product .label-new {
  color: #fff;
  background: #37b627;
  font-size: 12px;
  padding: 0;
  font-weight: 500;
    
  display: block;
  position: relative;
  line-height: 22px;
  text-align: center;
  position: absolute;
  letter-spacing: 3.2px;
  top: 13px;
  z-index: 1;
  padding: 0 10px;
  left: 10px;
  margin:0;
}

.section-product-countdown .product-countdown .img-product .label-sale {
  position: absolute;  
  color: #fff;
  background: #ff4646 !important;
  font-size: 12px;
  padding: 0;
    
  font-weight: 500;
  display: block;
  line-height: 22px;
  text-align: center;
  top: 13px;
  z-index: 1;
  padding-right: 10px;
  right: 0;
  margin:0;
}
.section-product-countdown .product-countdown .img-product .label-sale:before{
  content: "";
  position: absolute;
  left: -18px;
  border-style: solid;
  border-width: 11px 9px;
  border-color: transparent;
  border-right-color: #ff4646;
  border-bottom-color: #ff4646;
}

.section-product-countdown .product-countdown .img-product .sold-out {
    position: absolute;
    padding: 5px 7px;
    /* 
    font-family: Jost;
     */
    font-weight: 600;
    display: inline-block;
    font-size: 11px;
    letter-spacing: .2em;
      
    text-align: center;
    line-height: 1.2;
    transform: translate(-50%,-50%) scale(0);
    left: 50%;
    top: 50%;
    transition: all .3s ease;
    background-color: #f4841a;
    padding: 10px 15px
}

.section-product-countdown .product-countdown .img-product .sold-out a {
  color: #fff
}

.section-product-countdown .product-countdown .img-product .sold-out:hover {
  transition: all .3s ease
}

.section-product-countdown .product-countdown .content-countdown{
  border-top: 1px solid #e7e7e7;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.section-product-countdown .product-countdown .content-countdown>h2{
  font-size: 14px;
  margin: 0;
  font-weight: 700;
    
  color: #ff4545;
  width: 40%;
  position: relative;
  display: flex;
  align-items: center;
}
.section-product-countdown .product-countdown .content-countdown>h2:before {
  content: "\f017";
  margin-right: 10px;
  font-size: 17px;
  /* font-family: FontAwesome; */
}
.section-product-countdown .product-countdown .item-countdown{
  width: 60%;
  padding-left: 30px;
  display: flex;
  align-items: center;
}
.section-product-countdown .product-countdown .content-countdown .item-countdown h2 {
    margin: 0;
    font-size: 15px;
    margin-right: 5px;
    font-weight: 700;
}
.section-product-countdown .product-countdown .countdown-timer {
  display: flex;
  align-items: center;
  padding:8px 10px;
  font-size: 17px;
  font-weight:600;
  color:#f4841a;
  border:2px solid #f4841a;
  border-radius:30px;
}

.section-product-countdown .product-countdown .countdown-timer ul {
  padding-left: 0;
  margin-bottom: 0
}

.section-product-countdown .product-countdown .countdown-timer li {
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  list-style-type: none;
  color: #ff4545;
  margin:0 7px;
  text-align: center;
  text-transform: unset;
}

.section-product-countdown .product-countdown .countdown-timer li span b {
  font-weight: 600;
} 

.section-product-countdown .product-countdown .product-icon-action {
  margin-top: 17px;
  display: inline-block;
}

.section-product-countdown .product-countdown .product-icon-action .add-to-cart,.section-product-countdown .product-countdown .product-icon-action .add-wishlist,.section-product-countdown .product-countdown .product-icon-action .quick-view {
  display:inline-block;
  float:left;
  margin-right:5px;
}

.section-product-countdown .product-countdown .product-icon-action .add-to-cart a,.section-product-countdown .product-countdown .product-icon-action .add-to-cart button{
  font-size: 12px;
  /* 
  font-family: Jost;
   */
    
  border: 1px solid #e7e7e7;
  line-height: 43px;
  padding: 0 18px;
  font-weight: 700;
  height: 45px;
}
.section-product-countdown .product-countdown .product-icon-action .add-to-cart a span,
.section-product-countdown .product-countdown .product-icon-action .add-to-cart button span{
  font-size: 12px;
  color:#111;
  font-weight: 700;
  line-height:12px;
  margin-left:7px;
  vertical-align: middle;
}
.section-product-countdown .product-countdown .product-icon-action .add-wishlist a,.section-product-countdown .product-countdown .product-icon-action .add-wishlist button,.section-product-countdown .product-countdown .product-icon-action .quick-view a,.section-product-countdown .product-countdown .product-icon-action .quick-view button {  
  color: #fff;
  width: 45px;
  height: 45px;
  border: 1px solid #e6e6e6;
  line-height: 43px;
  display: inline-block;
  font-size: 0;
  background: #fff;
  text-align: center;
  position: relative;
  white-space: nowrap;
  margin-top: 0;
  font-weight: 700;
}

.section-product-countdown .product-countdown .product-icon-action .add-to-cart a i,.section-product-countdown .product-countdown .product-icon-action .add-to-cart button i{
  font-size: 16px;
  color: #111111;
  line-height: 20px;
}

.section-product-countdown .product-countdown .product-icon-action .add-wishlist a i,.section-product-countdown .product-countdown .product-icon-action .add-wishlist button i,.section-product-countdown .product-countdown .product-icon-action .quick-view a i,.section-product-countdown .product-countdown .product-icon-action .quick-view button i {
  font-size: 16px;
  color: #111111;
}

.section-product-countdown .product-countdown .product-icon-action .add-to-cart a svg,.section-product-countdown .product-countdown .product-icon-action .add-to-cart button svg,.section-product-countdown .product-countdown .product-icon-action .add-wishlist a svg,.section-product-countdown .product-countdown .product-icon-action .add-wishlist button svg,.section-product-countdown .product-countdown .product-icon-action .quick-view a svg,.section-product-countdown .product-countdown .product-icon-action .quick-view button svg {
  width: 16px;
  height: 16px;
  fill: #111111;
}

.section-product-countdown .product-countdown .product-icon-action .add-to-cart a:hover,.section-product-countdown .product-countdown .product-icon-action .add-to-cart button:hover,.section-product-countdown .product-countdown .product-icon-action .add-wishlist a:hover,.section-product-countdown .product-countdown .product-icon-action .add-wishlist button:hover,.section-product-countdown .product-countdown .product-icon-action .quick-view a:hover,.section-product-countdown .product-countdown .product-icon-action .quick-view button:hover {
  background-color: #f4841a;
  border-color:#f4841a;
  transition: .3s
}

.section-product-countdown .product-countdown .product-icon-action .add-to-cart a:hover i,.section-product-countdown .product-countdown .product-icon-action .add-to-cart button:hover i,.section-product-countdown .product-countdown .product-icon-action .add-wishlist a:hover i,.section-product-countdown .product-countdown .product-icon-action .add-wishlist button:hover i,.section-product-countdown .product-countdown .product-icon-action .quick-view a:hover i,.section-product-countdown .product-countdown .product-icon-action .quick-view button:hover i {
  color: #fff;
  z-index: 1;
  transition: .3s
}
.section-product-countdown .product-countdown .product-icon-action .add-to-cart a:hover svg,.section-product-countdown .product-countdown .product-icon-action .add-to-cart button:hover svg,.section-product-countdown .product-countdown .product-icon-action .add-wishlist a:hover svg,.section-product-countdown .product-countdown .product-icon-action .add-wishlist button:hover svg,.section-product-countdown .product-countdown .product-icon-action .quick-view a:hover svg,.section-product-countdown .product-countdown .product-icon-action .quick-view button:hover svg {
  fill: #fff
}

.section-product-countdown .product-countdown .product-icon-action .add-to-cart a:hover span,.section-product-countdown .product-countdown .product-icon-action .add-to-cart button:hover span{
  color:#fff;
}
.section-product-countdown .product-countdown:hover .img-product img {
  /*transition: .8s*/
}

.section-product-countdown .product-countdown:hover .sold-out {
  transform: translate(-50%,-50%) scale(1);
  transition: all .3s ease
}

.section-product-countdown .product-countdown .image-thumbnail .more_variant {
  margin-left: 15px;
  font-size: 14px;
  font-weight: 600;
  color: #111111
}

.section-product-countdown .product-countdown .image-thumbnail .more_variant:hover {
  color: #f4841a
}

.section-product-countdown .product-countdown .image-thumbnail .variant-image-group {
  height: 30px
}

.section-product-countdown .product-countdown .image-thumbnail .variant-image-group .border_thumbnail {
  display: inline-block;
  border: none
}

.section-product-countdown .product-countdown .image-thumbnail .variant-image-group .border_thumbnail .circle-thumb {
  background-position: center;
  height: 30px;
  width: 30px;
  display: inline-block;
  border-radius: 50%;
}

.section-product-countdown .product-countdown .image-thumbnail .variant-image-group .border_thumbnail .circle-thumb.active {
  border: 2px solid #f4841a
}

@media (max-width: 576px) {
  .section-product-countdown .product-countdown .image-thumbnail .more_variant {
    margin-left:5px;
    font-size: 10px
  }

  .section-product-countdown .product-countdown .image-thumbnail .variant-image-group {
    height: 18px
  }

  .section-product-countdown .product-countdown .image-thumbnail .variant-image-group .border_thumbnail .circle-thumb {
    height: 20px;
    width: 20px
  }
}
@media (max-width: 1290px){
  .section-product-countdown .product-countdown .countdown-timer {
      padding: 8px 5px;
  }
  .section-product-countdown .product-countdown .content-countdown>h2 {
  width: 30%;
  
  }
  .section-product-countdown .product-countdown .item-countdown {
    width: 70%;
  }
}
@media (max-width: 1199px){
  .section-product-countdown .product-countdown .img-product{width:100%;margin-bottom:30px;}
  .section-product-countdown .product-countdown .info-product{width:100%;padding:0;}
  .section-product-countdown .product-countdown .content-countdown>h2{width: 100%;margin-bottom: 10px;}
  .section-product-countdown .product-countdown .item-countdown{padding:0;width:100%;}
}
 @media (max-width: 991px){
  .section-product-countdown .product-countdown .countdown-timer{padding:5px 5px;}
  .section-product-countdown .product-countdown .content-countdown{padding:20px 10px}
} 
/* section product countdown end */

.section-countdown-v1 {
    padding: 100px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center
}

.section-countdown-v1 .info-deal .title-deal {
    font-size: 16px;
    /* 
  font-family: Jost;
   */
    text-shadow: 1px 1px 1px #111111
}

@media (min-width: 768px) {
    .section-countdown-v1 .info-deal .title-deal {
        font-size:18px
    }
}

@media (min-width: 1200px) {
    .section-countdown-v1 .info-deal .title-deal {
        font-size:20px
    }
}

.section-countdown-v1 .info-deal .deal-to {
    font-size: 36px;
    /* 
  font-family: Jost;
   */
    text-shadow: 1px 1px 1px #111111
}

@media (min-width: 992px) {
    .section-countdown-v1 .info-deal .deal-to {
        font-size:40px
    }
}

@media (min-width: 1200px) {
    .section-countdown-v1 .info-deal .deal-to {
        font-size:50px
    }
}

@media (min-width: 1600px) {
    .section-countdown-v1 .info-deal .deal-to {
        font-size:60px
    }
}

.section-countdown-v1 .countdown-timer {
    padding-top: 60px
}

@media (max-width: 575.98px) {
    .section-countdown-v1 .countdown-timer {
        padding-top:30px
    }
}

.section-countdown-v1 .countdown-timer ul {
    padding-left: 0
}

.section-countdown-v1 .countdown-timer li {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    /* 
  font-family: Jost;
   */
    font-weight: 400;
    list-style-type: none;
    color: #111111;
    margin: 20px;
    background: #fff;
    width: 130px;
    height: 130px
}

.section-countdown-v1 .countdown-timer li:first-child {
    margin-left: 0
}

@media (min-width: 992px) and (max-width:1200px) {
    .section-countdown-v1 .countdown-timer li {
        width:120px;
        height: 120px;
        font-size: 18px
    }
}

@media (min-width: 768px) and (max-width:991.99px) {
    .section-countdown-v1 .countdown-timer li {
        width:100px;
        height: 100px;
        font-size: 16px
    }
}

@media (min-width: 576px) and (max-width:768px) {
    .section-countdown-v1 .countdown-timer li {
        width:100px;
        height: 100px;
        font-size: 14px
    }
}

@media (max-width: 576px) {
    .section-countdown-v1 .countdown-timer li {
        width:80px;
        height: 80px
    }
}

.section-countdown-v1 .countdown-timer li span {
    /* 
  font-family: Jost;
   */
    color: #111111;
    display: inline-block;
    font-weight: 600;
    font-size: 50px;
    /* 
  font-family: Jost;
   */
    text-algin: center
}

@media (min-width: 768px) and (max-width:992px) {
    .section-countdown-v1 .countdown-timer li span {
        font-size:40px
    }
}

@media (min-width: 576px) and (max-width:768px) {
    .section-countdown-v1 .countdown-timer li span {
        font-size:35px
    }
}

.section-countdown-v1 .countdown-timer li span b {
    /* 
  font-family: Jost;
   */
    font-weight: 600;
    padding-top: 7px
}

.section-countdown-v1 .button {
    margin-top: 60px;
    /* 
  font-family: Jost;
   */
    position: relative;
    display: inline-block;
    font-weight: 500;
    text-align: center;
    color: #111111;
    padding: 15px 40px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 1px;
    transition: all .3s ease 0s;
    text-transform: uppercase
}

@media (max-width: 992px) {
    .section-countdown-v1 .button {
        margin-top:30px
    }
}

@media (max-width: 576px) {
    .section-countdown-v1 .button {
        padding:15px 30px
    }
}

@media (min-width: 992px) and (max-width:1024px) {
    .section-countdown-v1 .info-deal .title-deal {
        width:95%
    }
}

@media (min-width: 576px) and (max-width:992px) {
    .section-countdown-v1 .slick-dots {
        bottom:-16%
    }

    .section-countdown-v1 .info-deal .title-deal {
        width: 100%
    }
}

@media (max-width: 576px) {
    .section-countdown-v1 .bannerimages {
        min-height:450px;
        object-fit: cover
    }

    .section-countdown-v1 .countdown-timer li {
        font-size: 15px;
        margin: 4px
    }

    .section-countdown-v1 .countdown-timer li span {
        font-size: 25px
    }

    .section-countdown-v1 .slick-dots {
        bottom: 5%
    }

    .section-countdown-v1 .info-deal {
        width: 100%
    }

    .section-countdown-v1 .info-deal .title-deal {
        width: 100%
    }

    .section-countdown-v1 .info-deal .deal-to {
        padding-bottom: 15px
    }

    .section-countdown-v1 .info-deal .deal-des {
        float: unset;
        width: 100%;
        text-align: center;
        display: block;
        padding-top: 20px
    }
}

.section-banner-v1 {
  margin-top: 54px;
}
.section-banner-v1 .banner-item {
  position: relative;
  transition: all .5s linear;
}

.section-banner-v1 .banner-item .content {
  position: absolute;
  bottom: 20px;
  padding: 0 20px;
  z-index: 2;
  visibility: visible;
  transition: all .5s linear;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .section-banner-v1 .banner-item .content {
    padding: 0 20px;
  }
}
@media (min-width: 1600px) {
  .section-banner-v1 .banner-item .content .sub-title {
    font-size: 40px;
    /* 
    font-family: Jost;
     */
  }
}
.section-banner-v1 .banner-item .content .title-banner {
  /* 
  font-family: Jost;
   */
  font-weight: 500;
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .section-banner-v1 .banner-item .content .title-banner {
    font-size: 28px;
  }
}
@media (min-width: 576px) {
  .section-banner-v1 .banner-item .content .title-banner {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .section-banner-v1 .banner-item .content .title-banner {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .section-banner-v1 .banner-item .content .title-banner {
    font-size: 28px;
  }
}
.section-banner-v1 .banner-item .content a {
  display: inline-block;
  /* 
  font-family: Jost;
   */
  font-weight: 500;
  font-size: 18px;
  transition: all .3s;
  letter-spacing: 1.5px;
    
}
@media (max-width: 991.98px) {
  .section-banner-v1 .banner-item .content a {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .section-banner-v1 .banner-item .content a {
    font-size: 14px;
  }
}
.section-banner-v1 .banner-item .content a i {
  font-size: 16px;
  display: inline-block;
  padding-left: 3px;
  transition: all .3s;
}
@media (max-width: 768px) {
  .section-banner-v1 {
    margin-top: 15px;
  }
  .section-banner-v1 .banner-ver {
    margin-bottom: 8px;
  }
}
/* section banner v1 end  */

/* section banner v2 start  */

.section-banner-v2 .banner-v2 {
  position: relative;
  background-size: cover!important;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 576px) {
  .section-banner-v2 .banner-v2 {
    padding:50px 0;
  }
}

@media (min-width: 576px) {
  .section-banner-v2 .banner-v2 {
    padding:60px 0;
  }
}

@media (min-width: 768px) {
  .section-banner-v2 .banner-v2 {
    padding:80px 0;
  }
}

@media (min-width: 992px) {
  .section-banner-v2 .banner-v2 {
    padding:100px 0;
  }
}

@media (min-width: 1600px) {
  .section-banner-v2 .banner-v2 {
    padding:120px 0;
  }
}
.section-banner-v2 .content-banner {
  padding: 40px;
}
@media (max-width: 575.98px) {
  .section-banner-v2 .content-banner {
    padding: 30px 15px;
  }
} 
@media (min-width: 1200px) {
  .section-banner-v2 .content-banner {
    padding: 60px 100px;
  }
}

.section-banner-v2 .content-banner .title-banner {
  /* 
  font-family: Jost;
   */
  font-weight: 500;
}

@media (max-width: 575.98px) {
  .section-banner-v2 .content-banner .title-banner {
    font-size: 30px;
    margin-bottom: 15px;
  }
}

@media (min-width: 576px) {
  .section-banner-v2 .content-banner .title-banner {
    font-size: 30px;
    margin-bottom: 15px;
  }
}

@media (min-width: 992px) {
  .section-banner-v2 .content-banner .title-banner {
    font-size: 40px;
  }
}

@media (min-width: 1200px) {
  .section-banner-v2 .content-banner .title-banner {
    font-size: 50px;
  }
}

@media (min-width: 1600px) {
  .section-banner-v2 .content-banner .title-banner {
    font-size: 60px;
    margin-bottom: 22px;
  }
}
.section-banner-v2 .content-banner .content {
  /* 
  font-family: Jost;
   */
}
@media (max-width: 575.98px) {
  .section-banner-v2 .content-banner .content {
    font-size: 16px;
    margin-bottom: 25px;
  }
}
@media (min-width: 576px) {
  .section-banner-v2 .content-banner .content {
    font-size: 16px;
    margin-bottom: 25px;
  }
}

@media (min-width: 1200px) {
  .section-banner-v2 .content-banner .content {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

@media (min-width: 1600px) {
  .section-banner-v2 .content-banner .content {
    margin-bottom: 50px;
    font-size: 20px;
  }
}

.section-banner-v2 .content-banner .button-banner {
  display: inline-block;
  /* 
  font-family: Jost;
   */
  font-weight: 500;
  color: #f4841a;
  background: #fff;
  font-size: 14px;
  line-height: 1;
  padding: 15px 40px;
  letter-spacing: 1px;
  transition: all .3s;
}

.section-banner-v2 .content-banner .button-banner:hover {
  background: #f4841a;
  color: #fff;
}

@media (max-width: 576px) {
  .section-banner-v2 .content-banner .button-banner {
    padding:15px 30px;
  }
}

/* section banner v2 end  */

/* section banner v3 start  */
.section-banner-v3 .col-banner {
  padding-right: 15px;
  padding-left: 15px;
}
.section-banner-v3 .col-banner1 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.section-banner-v3 .col-banner2 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .section-banner-v3 .row {
    margin-right: -7.5px;
    margin-left: -7.5px;
  }
  .section-banner-v3 .col-banner1 {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
  .section-banner-v3 .col-banner2 {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section-banner-v3 .col-banner1 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section-banner-v3 .col-banner2 {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
  }
  .section-banner-v3 .col-banner2 .banner-2 {
    padding-right: 7.5px;
  }
  .section-banner-v3 .col-banner2 .banner-3 {
    padding-left: 7.5px;
  }
}
@media (max-width: 767.98px) {
  .section-banner-v3 .row {
    margin-right: -7.5px;
    margin-left: -7.5px;
  }
  .section-banner-v3 .col-banner {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
  .section-banner-v3 .col-banner1 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section-banner-v3 .col-banner2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.section-banner-v3 .banner-inner .banner-info {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  background: #fff;
  padding: 20px 100px 20px 40px;
}
  
@media (min-width: 1200px) and (max-width: 1499.98px) {
  .section-banner-v3 .banner-inner .banner-info {
    padding: 20px 80px 20px 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .section-banner-v3 .banner-inner .banner-info {
    padding: 20px 70px 20px 30px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section-banner-v3 .banner-inner .banner-info {
    padding: 20px 60px 20px 30px;
  }
}
@media (max-width: 575.98px) {
  .section-banner-v3 .banner-inner .banner-info {
    padding: 20px 50px 20px 30px;
  }
}
.section-banner-v3 .banner-inner {
  position: relative;
  overflow: hidden;
}

.section-banner-v3 .banner-inner img {
  width: 100%;
  transition: all ease .3s;
}

.section-banner-v3 .banner-inner:hover img {
  transform: scale(1.05);
}

.section-banner-v3 .banner-3 {
  margin-top: 30px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .section-banner-v3 .banner-3 {
    margin-top: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section-banner-v3 .banner-1 {
    margin-bottom: 20px;
  }
  .section-banner-v3 .banner-3 {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .section-banner-v3 .banner-2 {
    margin-top: 20px;
  }
  .section-banner-v3 .banner-3 {
    margin-top: 20px;
  }
}
.section-banner-v3 .banner-inner .banner-info p {
  /* 
  font-family: Jost;
   */
  font-size: 14px;
  font-weight: 400;
    
  background-color: #f4841a;
  display: inline-block;
  transition: all .3s;
  padding: 5px 10px;
  border-radius: 5px;
}
@media (max-width: 575px) {
  .section-banner-v3 .banner-inner .banner-info p {
    display: none;
  }
}

.section-banner-v3 .banner-inner .banner-info h3 {
  /* 
  font-family: Jost;
   */
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 15px;
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .section-banner-v3 .banner-inner .banner-info h3 {
    font-size: 26px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .section-banner-v3 .banner-inner .banner-info h3 {
    font-size: 24px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-banner-v3 .banner-inner .banner-info h3 {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .section-banner-v3 .banner-inner .banner-info h3 {
    font-size: 20px;
  }
}

.section-banner-v3 .banner-inner .banner-info .button-main3 {
  font-size: 10px;
}
@media (min-width: 1500px) {
  .section-banner-v3 .banner-inner .banner-info .button-main3 {
    font-size: 14px;
  }
}
@media (min-width: 1200px) and (max-width: 1499.98px) {
  .section-banner-v3 .banner-inner .banner-info .button-main3 {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .section-banner-v3 .banner-3 {
    margin-top: 30px;
  }
}
/* section banner v3 end  */

/* section banner v4 start  */
.section-banner-v4 {
  margin-top: 70px;
}
@media screen and (max-width: 1399.98px) {
  .section-banner-v4 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 991.98px) {
  .section-banner-v4 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767.98px) {
  .section-banner-v4 {
    margin-top: 30px;
  }
}
.section-banner-v4 .banner-box {
  position: relative;
  overflow: hidden;
}

.section-banner-v4 .banner-box .banner-info {
  position: absolute;
  left: 42px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
}

.section-banner-v4 .banner-box .banner-info .sub-title {
  /* 
  font-family: Jost;
   */
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px !important;
  font-size: 16px;
  letter-spacing: .3em;
    
}

.section-banner-v4 .banner-box .banner-info .title {
  /* 
  font-family: Jost;
   */
  color: #fff;
  transition: 0.5s;
  margin-bottom: 20px !important;
  font-size: 30px;
  font-weight: 600;
}
@media screen and (max-width: 767.98px) {
  .section-banner-v4 .banner-box .banner-info .title {
    font-size: 25px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  }
}
.section-banner-v4 .banner-box .banner-info .button-shop {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  /* 
  font-family: Jost;
   */
}

.section-banner-v4 .banner-box .banner-info .button-shop:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 2px solid;
}

.section-banner-v4 .banner-box .banner-info .button-shop:hover:before {
  animation: underline-link 0.8s cubic-bezier(0.58, 0.3, 0.005, 1) 0s 1;
}
/* section banner v4 end  */


.section-banner-v6.padding_top_banner5 {
    padding-top: 70px
}

@media (max-width: 1200px) {
    .section-banner-v6.padding_top_banner5 {
        padding-top:60px
    }
}

@media (max-width: 576px) {
    .section-banner-v6.padding_top_banner5 {
        padding-top:50px
    }
}

.section-banner-v6 .col-banner-4 {
    position: relative
}

@media (max-width: 992px) {
    .section-banner-v6 .col-banner-4 {
        max-width:100%;
        flex: 0 0 100%;
        margin-top: 15px
    }
}

@media (min-width: 993px) {
    .section-banner-v6 .col-banner-4 {
        max-width:50%;
        flex: 0 0 50%
    }
}

.section-banner-v6 .col-banner-6 {
    position: relative
}

@media (max-width: 992px) {
    .section-banner-v6 .col-banner-6 {
        max-width:100%;
        flex: 0 0 100%;
        margin-top: 15px
    }
}

@media (min-width: 993px) {
    .section-banner-v6 .col-banner-6 {
        max-width:50%;
        flex: 0 0 50%
    }
}

.section-banner-v6 .box-img1 {
    position: relative
}

.section-banner-v6 .box-img1.img-left {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

@media (min-width: 768px) {
    .section-banner-v6 .box-img1.img-left {
        background:0 0;
        height: 100%
    }
}

@media (max-width: 769px) {
    .section-banner-v6 .box-img1.img-left img {
        display:none
    }
}

@media (min-width: 768px) and (max-width:1200px) {
    .section-banner-v6 .box-img1 img {
        object-fit:cover;
        height: 400px
    }
}

.section-banner-v6 .box-img1 .banner-content {
    width: 75%;
    margin: 0 auto
}

@media (max-width: 993px) {
    .section-banner-v6 .box-img1 .banner-content {
        position:relative;
        top: unset;
        left: unset;
        transform: none;
        width: unset;
        padding: 50px 30px
    }
}

@media (max-width: 576px) {
    .section-banner-v6 .box-img1 .banner-content {
        padding:30px 15px
    }
}

.section-banner-v6 .box-img1 .banner-content .title-banner {
    margin-bottom: 15px;
    /* 
    font-family: Jost;
     */
    font-weight: 500
}

@media (max-width: 576px) {
    .section-banner-v6 .box-img1 .banner-content .title-banner {
        font-size:30px
    }
}

@media (min-width: 576px) {
    .section-banner-v6 .box-img1 .banner-content .title-banner {
        font-size:30px
    }
}

@media (min-width: 768px) {
    .section-banner-v6 .box-img1 .banner-content .title-banner {
        font-size:35px;
        margin-bottom: 20px
    }
}

@media (min-width: 992px) {
    .section-banner-v6 .box-img1 .banner-content .title-banner {
        font-size:40px;
        margin-bottom: 25px
    }
}

@media (min-width: 1200px) {
    .section-banner-v6 .box-img1 .banner-content .title-banner {
        font-size:45px;
        margin-bottom: 30px
    }
}

@media (min-width: 1600px) {
    .section-banner-v6 .box-img1 .banner-content .title-banner {
        font-size:60px;
        margin-bottom: 35px
    }
}

.section-banner-v6 .box-img1 .banner-content .sub-title {
    margin-bottom: 20px;
    font-weight: 500
}

@media (min-width: 1200px) {
    .section-banner-v6 .box-img1 .banner-content .sub-title {
        margin-bottom:25px
    }
}

@media (min-width: 1600px) {
    .section-banner-v6 .box-img1 .banner-content .sub-title {
        margin-bottom:30px
    }
}

.section-banner-v6 .box-img1 .banner-content .button-shop {
    overflow: hidden;
    display: inline-block;
    position: relative;
    transition: all .3s;
    font-weight: 500;
    line-height: 1;
    padding: 15px 40px;
    font-size: 14px;
    letter-spacing: 2px;
    border: 1px solid #fff
}

@media (min-width: 1200px) {
    .section-banner-v6 .box-img1 .banner-content .button-shop {
        margin-top:20px
    }
}

@media (max-width: 576px) {
    .section-banner-v6 .box-img1 .banner-content .button-shop {
        padding:15px 30px
    }
}

.section-banner-v6 .img-right {
    position: relative
}

.section-banner-v6 .img-right img {
    transition: all .4s;
    transform: unset
}
.section-banner-v6 .box-img {
    position: relative;
    z-index: 1;
    padding: 0px 0px 58px 62px;
}
.section-banner-v6 .box-img img {
    border: 5px solid #fff;
}
.section-banner-v6 .img-right:hover img {
    transition: all .4s;
    transform: unset
}
.section-banner-v6 .background-outer  {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 139px 0px 0px 0px;
    
}
.section-banner-v6 .background-outer .background-inner  {
    position: relative;
    width: 100%;
    height: 100%;
    
}


.section-banner-v7 {
  margin-bottom: 180px;
}
@media (max-width: 1499px) {
  .section-banner-v7 {
    margin-bottom: 150px;
  }
}
@media (max-width: 1199px) {
  .section-banner-v7 {
    margin-bottom: 130px;
  }
}
@media (max-width: 991px) {
  .section-banner-v7 {
    margin-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .section-banner-v7 {
    margin-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .section-banner-v7 {
    margin-bottom: 70px;
  }
}
.section-banner-v7 .box-info {
  position: relative;
}
.section-banner-v7 .box-info .content-banner {
  position: absolute;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  background-color: #fff;
  left: 75px;
  right: 75px;
  bottom: -65px;
}
@media (max-width: 767px) {
  .section-banner-v7 .box-info .content-banner {
    padding: 20px;
    left: 15px;
    right: 15px;
    bottom: -50px;
  }
}
.section-banner-v7 .box-info .content-banner h3 {
   /* 
  font-family: Jost;
   */
  font-weight: 600;
  font-size: 26px;
}
@media (max-width: 767px) {
  .section-banner-v7 .box-info .content-banner h3 {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .section-banner-v7 .box-info .content-banner h3 {
    font-size: 20px;
  }
}
.section-banner-v7 .box-info .content-banner a {
   /* 
  font-family: Jost;
   */
  font-weight: 600;
  font-size: 18px;
  transition: .3s;
}
.section-banner-v7 .box-info .content-banner a svg {
  width: 12px;
  height: auto;
  transition: .3s;
}
.section-banner-v7 .box-info .content-banner a:hover svg {
  transform: translateX(3px);
}
.section-banner-v7 .box-info .content-banner a svg {
  width: 12px;
  height: auto;
}

.section-banner-v10  {
  padding-top:70px;
  padding-bottom: 100px;
  background-attachment: fixed;
  background-repeat: repeat;
  background-size: cover;
}
.section-banner-v10 img {
  transition: all .4s
}

.section-banner-v10 .item-banner {
  position: relative;
}
.section-banner-v10 .content-heading {
  margin-bottom:70px
}
.section-banner-v10 .content-heading .sub-heading {
  font-weight:400;
  font-size:23px;
  line-height:39px;
}
.section-banner-v10 .content-heading .heading {
  font-weight:600;
  font-size:35px; 
  text-transform: none;
}
.section-banner-v10 .item-banner:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  border: 1px solid #fff;
  opacity: 1;
  background: none !important;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  transition: all .3s;
}
@media (max-width: 768px) {
  .section-banner-v10 .item-banner {
    margin-bottom: 30px;
  }
}
.section-banner-v10 .item-banner .content-banner {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 20%;
  text-align: center;
  width:100%;
}
.section-banner-v10 .item-banner .content-banner .button-banner {
  font-size: 35px;
  font-weight: 500;
  transition: all .3s;
  /* 
  font-family: Jost;
   */
}
.section-banner-v10 .item-banner .content-banner .title-banner {
  /* 
  font-family: Jost;
   */
  font-weight: 500;
  font-size: 24px;
  text-transform:none;
  transition: all .5s;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .section-banner-v10 .item-banner .content-banner .title-banner {
    font-size: 20px;
  }
  .section-banner-v10 .item-banner .content-banner .button-banner {
    font-size: 30px;
  }
}
.section-banner-v10 .box-banner {
  position: relative;
  width: 100%;
  height: 100%
}

.section-banner-v10 .box-banner .content-banner {
  width: 100%;
  padding: 25px
}

@media (min-width: 768px) {
    .section-banner-v10 .box-banner .content-banner {
        position:absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%)
    }
}

.section-banner-v10 .box-banner .content-banner h3 {
    /* 
  font-family: Jost;
   */
    font-size: 30px
}

.section-banner-v10 .box-banner .content-banner p {
    /* 
  font-family: Jost;
   */
}

.section-banner-v10 .box-banner .content-banner a {
    /* 
  font-family: Jost;
   */
    display: inline-block;
    line-height: 1;
    padding: 15px 40px;
    transition: all .3s;
    font-size: 14px;
    letter-spacing: 1px
}

@media (max-width: 576px) {
  .section-banner-v10 .box-banner .content-banner a {
    padding:15px 30px
  }
}


/* section newsletter v1 start */
.section-newsletter-v1 {
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  margin-top: 80px;
  padding: 120px 0;
}
@media (max-width: 1199.98px) {
  .section-newsletter-v1 {
    padding: 80px 0;
  }
}
@media (max-width: 991.98px) {
  .section-newsletter-v1 {
    padding: 70px 0;
  }
}
@media (max-width: 767.98px) {
  .section-newsletter-v1 {
    padding: 60px 0;
  }
}
@media (max-width: 575.98px) {
  .section-newsletter-v1 {
    padding: 50px 0;
  }
}

.section-newsletter-v1 .info-newsletter .icon {
  color: #111111;
  font-size: 36px;
}

.section-newsletter-v1 .info-newsletter .title-newsletter {
  display: inline-block;
  font-size: 30px;
  color: black;
  text-transform: unset;
  font-weight: 500;
  line-height: 1.2;
  margin: 25px 0 15px;
}

.section-newsletter-v1 .info-newsletter .desc {
  /* 
  font-family: Jost;
   */
  font-size: 14px;
  font-weight: 400;
  color: #979797;
  margin-bottom: 25px;
}

.section-newsletter-v1 .newletter_email .newsletter-form-wrap {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.section-newsletter-v1 .newletter_email .newsletter-form-wrap input {
  width: 25%;
  height: 60px;
  color: #868686;
  background: #fff;
  margin-right: 15px;
  border-radius: 0;
}
@media (max-width: 991.98px) {
  .section-newsletter-v1 .newletter_email .newsletter-form-wrap input {
    width: 100%;
    height: 50px;
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  .section-newsletter-v1 .newletter_email .newsletter-form-wrap input {
    width: 90%;
  }
}
@media (max-width: 575.98px) {
  .section-newsletter-v1 .newletter_email .newsletter-form-wrap input {
    width: 100%;
  }
}
.section-newsletter-v1 .newletter_email .newsletter-form-wrap input::placeholder {
  font-size: 14px;
  font-weight: 400;
  /* 
  font-family: Jost;
   */
}

.section-newsletter-v1 .newletter_email .newsletter-form-wrap .submit-newsletter {
  min-width: 45px;
  height: 60px;
  color: #fff;
  font-size: 16px;
  padding: 0 20px;
  letter-spacing: 2px;
  background: #f4841a;
  border-radius: 0;
  transition: color 0.25s,border-color 0.25s,background-color 0.25s,opacity 0.25s,width 0.25s ease 0s;
}
@media (max-width: 991.98px) {
  .section-newsletter-v1 .newletter_email .newsletter-form-wrap .submit-newsletter {
    width: 100%;
    height: 50px;
    margin-top: 20px;
  }
}
@media (max-width: 767.98px) {
  .section-newsletter-v1 .newletter_email .newsletter-form-wrap .submit-newsletter {
    width: 90%;
  }
}
@media (max-width: 575.98px) {
  .section-newsletter-v1 .newletter_email .newsletter-form-wrap .submit-newsletter {
    width: 100%;
  }
}

.section-newsletter-v1 .newletter_email .newsletter-form-wrap .submit-newsletter:hover {
  background: #111111;
}
/* section newsletter v1 end */


.section-brand-v1 {
    padding: 50px 0
}

@media (max-width: 576px) {
    .section-brand-v1 {
        padding:30px 0
    }
}

.section-brand-v1 .slick-slide img {
    margin: 0 auto;
    opacity: 1;
    transition: all .3s ease
}

.section-brand-v1 .slick-slide img:hover {
    opacity: .5;
    transition: all .3s ease
}

@media (max-width: 575.98px) {
    .section-brand-v1 button.next-slide,.section-brand-v1 button.prev-slide {
        font-size:20px;
        border: none;
        top: 35%;
        width: 40px;
        color: #333;
        box-shadow: 0 5px 5px rgba(0,0,0,.09);
        height: 40px;
        border-radius: 0;
        text-align: center;
        background-color: #fff;
        opacity: 1;
        z-index: 1;
        visibility: visible;
        position: absolute
    }

    .section-brand-v1 button.prev-slide {
        left: -15px
    }

    .section-brand-v1 button.next-slide {
        right: -15px
    }
}

@media (min-width: 576px) and (max-width:767.98px) {
    .section-brand-v1 button.next-slide,.section-brand-v1 button.prev-slide {
        font-size:20px;
        border: none;
        top: 35%;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        color: #333;
        box-shadow: 0 5px 5px rgba(0,0,0,.09);
        text-align: center;
        background-color: #fff;
        opacity: 1;
        z-index: 1;
        visibility: visible;
        position: absolute
    }

    .section-brand-v1 button.prev-slide {
        left: 0
    }

    .section-brand-v1 button.next-slide {
        right: 0
    }
}

@media (min-width: 768px) and (max-width:991.98px) {
    .section-brand-v1 button.next-slide,.section-brand-v1 button.prev-slide {
        font-size:20px;
        border: none;
        top: 35%;
        width: 40px;
        color: #333;
        box-shadow: 0 5px 5px rgba(0,0,0,.09);
        height: 40px;
        border-radius: 50%;
        text-align: center;
        background-color: #fff;
        opacity: 1;
        z-index: 1;
        visibility: visible;
        position: absolute
    }

    .section-brand-v1 button.prev-slide {
        left: 0
    }

    .section-brand-v1 button.next-slide {
        right: 0
    }
}

@media (min-width: 992px) and (max-width:1199.98px) {
    .section-brand-v1 button.next-slide,.section-brand-v1 button.prev-slide {
        font-size:20px;
        border: none;
        top: 35%;
        width: 40px;
        color: #333;
        box-shadow: 0 5px 5px rgba(0,0,0,.09);
        height: 40px;
        border-radius: 50%;
        text-align: center;
        background-color: #fff;
        opacity: 1;
        z-index: 1;
        visibility: visible;
        position: absolute
    }

    .section-brand-v1 button.prev-slide {
        left: 0
    }

    .section-brand-v1 button.next-slide {
        right: 0
    }
}

/* section service v1 start */
.section-service-v1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1px 0;
}
@media (max-width: 767.98px) {
  .section-service-v1 {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .section-service-v1 {
    margin-top: 25px;
  }
}
@media (min-width: 768px) {
  .section-service-v1 {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .section-service-v1 {
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  .section-service-v1 {
    margin-top: 50px;
  }
}
.section-service-v1 .slick-current:before {
  background: 0 0!important;
}

.section-service-v1 .itemtservice {
  position: relative;
  padding: 30px 15px;
  transition: all .3s ease-in-out;
}
.section-service-v1 .itemtservice:hover {
  transform: translate3d(0,-3px,0);
}
.section-service-v1 .itemtservice .box-service {
  margin: 1px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 35px 0;
  border-radius: 5px;
  box-shadow: 0 0 15px #00000014;
  background: #fff;
}

.section-service-v1 .itemtservice .box-service .number {
  color: #f4841a;
  /* 
  font-family: Jost;
   */
  max-width: 60px;
  font-size: 65px;
  font-weight: 600;
  line-height: 1;
}

.section-service-v1 .itemtservice .box-service .info {
  text-align: center;
  padding: 10px 0;
}

.section-service-v1 .itemtservice .box-service .info .title {
  /* 
  font-family: Jost;
   */
  font-size: 16px;
  font-weight: 600;
  color: #111111;
    
  margin-bottom: 5px;
  letter-spacing: 1px;
  line-height: 1.5;
}

.section-service-v1 .itemtservice .box-service .info .content {
  /* 
  font-family: Jost;
   */
  font-size: 14px;
  color: #868686;
  line-height: 24px;
  margin-bottom: 0;
  line-height: 1.3;
}
/* section service v1 end */

.section-service-v2 {
    position: relative;
    z-index: 1;
    margin-top: -80px;
    background: #fff;
    box-shadow: 1px 2px 6px 4px rgba(53,57,68,.2);
    overflow: hidden
}

@media (max-width: 576px) {
    .section-service-v2 {
        margin-top:15px;
        margin-bottom: 15px
    }
}

.section-service-v2 .slick-current:before {
    background: 0 0!important
}

.section-service-v2 .itemtservice {
    padding: 0 25px;
    position: relative
}

.section-service-v2 .itemtservice .box-service {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 25px 0
}

.section-service-v2 .itemtservice .box-service .number {
    max-width: 60px;
    font-size: 65px;
    color: #f4841a;
    /* 
  font-family: Jost;
   */
    font-weight: 600;
    line-height: 1
}

.section-service-v2 .itemtservice .box-service .info {
    text-align: center;
    padding: 10px 0
}

.section-service-v2 .itemtservice .box-service .info .title {
    font-size: 15px;
    font-weight: 800;
    color: #111111;
    /* 
  font-family: Jost;
   */
      
    margin-bottom: 5px
}

.section-service-v2 .itemtservice .box-service .info .content {
    /* 
  font-family: Jost;
   */
    font-size: 14px;
    color: #868686;
    line-height: 24px;
    margin-bottom: 0
}

.section-info-v1 {
  padding: 50px 0;
}

.section-info-v1 .info-title {
  font-size: 34px;
  color: #f4841a;
  /* 
  font-family: Jost;
   */
  padding: 10px 0;
  font-weight: 500;
}

.section-info-v1 .info-des {
  font-size: 14px;
  /* 
  font-family: Jost;
   */
  font-style: italic;
  color: #949494;
}

.section-info-v1 .mini-content .info-content {
  background: #fff;
  padding: 30px 25px;
  margin-top: 70px;
}
.section-info-v1 .mini-content .info-content .info {
  display: flex;
  justify-content: center;
}
@media (max-width: 575.98px) {
  .section-info-v1 .mini-content .info-content .info {
    display: unset;
    text-align: center;
  }
}

.section-info-v1 .mini-content .info-content .info .image img {
  width: 70px;
  height: 70px;
  display: block;    
  border: 1px solid #e3e3e3;
  margin-right: 20px;
  padding: 6px;
}
@media (min-width: 768px) {
  .section-info-v1 .mini-content .info-content .info {
    justify-content: flex-start;
  }
  .section-info-v1 .mini-content .info-content.info-right .info {
    justify-content: right;
  }
}
@media (max-width: 767.98) {
  .section-info-v1 .mini-content .info-content .info {
    justify-content: center;
  }
}
@media (min-width: 576px) {
  .section-info-v1 .mini-content .info-content.info-right .info .image img {
    margin-right: 0;
    margin-left: 20px;
  }
}

@media (max-width: 575.98px) {
  .section-info-v1 .mini-content .info-content .info .image img {
    margin: 0 auto 15px;
  }
}


.section-info-v1 .adv-thumb-link img {
  animation: MoveUpDown 4s linear infinite;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  vertical-align: middle;
  position: relative;
  bottom: 0;
}

.section-info-v1 .mini-content .info-content .content {
  max-width: 74%;
}
      
.section-info-v1 .mini-content .mini-title {
  /* 
  font-family: Jost;
   */
  color: #f4841a;
  font-size: 23px;
  padding-bottom: 5px;
  font-weight: 600;
}

.section-info-v1 .mini-content .mini-des {
  /* 
  font-family: Jost;
   */
  font-size: 15px;
  color: #9c9c9c;
}

/* section slideshow v3 start */
.section-slideshow-v3 .item-slide .info-slide {
  position: relative;
}
.section-slideshow-v3 .item-slide .picture-slideshow img {
  transition: all 8s ease;
  object-fit: cover;
  transform: scale(1.05);
}
.section-slideshow-v3 .slick-active.item-slide .picture-slideshow img {
  transform: scale(1);
}

.section-slideshow-v3 .item-slide .info-slide .box-content {
  position: absolute;
  top: 50%;
  left: 13%;
  transform: translateY(-50%);
  z-index: 1;
  width: 40%;
}
.section-slideshow-v3 .item-slide .info-slide .box-content .box-subtitle {
  overflow: hidden;
}

.section-slideshow-v3 .item-slide .info-slide .box-content .box-subtitle .subtitle-slide {
  /* 
  font-family: Jost;
   */
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
    
  line-height: 1;
  padding: 6px 12px;
  border-radius: 5px;
}
@media (min-width: 1920px) {
  .section-slideshow-v3 .item-slide .info-slide .box-content .box-subtitle .subtitle-slide {
    padding: 8px 15px;
  }
}
.section-slideshow-v3 .item-slide .info-slide .box-content .box-title {
  overflow: hidden;
}

.section-slideshow-v3 .item-slide .info-slide .box-content .box-title .title-slide {
  /* 
  font-family: Jost;
   */
  font-size: 70px;
  font-weight: 500;
  text-transform: unset;
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.section-slideshow-v3 .item-slide .info-slide .box-content .box-desc {
  overflow: hidden;
}

.section-slideshow-v3 .item-slide .info-slide .box-content .box-desc p {
  /* 
  font-family: Jost;
   */
  font-weight: 300;
  font-size: 22px;
  margin-bottom: 25px;
  position: relative;
}
.section-slideshow-v3 .item-slide .info-slide .box-content .box-info.text-left .box-desc p {
  padding-left: 15px;
  border-left: 4px solid #f4841a;
}
.section-slideshow-v3 .item-slide .info-slide .box-content .box-info.text-center .box-desc p {
  border-left: none;
}
.section-slideshow-v3 .item-slide .info-slide .box-content  .box-info.text-right .box-desc p {
  padding-right: 15px;
  border-right: 4px solid #f4841a;
}
.section-slideshow-v3 .item-slide .info-slide .box-content .box-button a {
  transition: .3s;
}
.section-slideshow-v3 button.next-slide,
.section-slideshow-v3 button.prev-slide {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  border: none;
  z-index: 1;
  visibility: visible;
  transition: all .3s;
  background: rgba(0,0,0,.5);
}
@media (max-width: 576px) {
  .section-slideshow-v3 button.next-slide,
  .section-slideshow-v3 button.prev-slide {
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .section-slideshow-v3 button.prev-slide {
    right: 40px;
  }
}
@media (min-width: 576px) {
  .section-slideshow-v3 button.next-slide,
  .section-slideshow-v3 button.prev-slide {
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .section-slideshow-v3 button.prev-slide {
    right: 40px;
  }
}
@media (min-width: 768px) {
  .section-slideshow-v3 button.next-slide,
  .section-slideshow-v3 button.prev-slide {
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  } 
  .section-slideshow-v3 button.prev-slide {
    right: 50px;
  }
}
@media (min-width: 992px) {
  .section-slideshow-v3 button.next-slide,
  .section-slideshow-v3 button.prev-slide {
    font-size: 20px;
  } 
}
@media (min-width: 1200px) {
  .section-slideshow-v3 button.next-slide,
  .section-slideshow-v3 button.prev-slide {
    font-size: 25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
  } 
  .section-slideshow-v3 button.prev-slide {
    right: 50px;
  }
}
@media (min-width: 1600px) {
  .section-slideshow-v3 button.next-slide,
  .section-slideshow-v3 button.prev-slide {
    font-size: 30px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
  }
  .section-slideshow-v3 button.prev-slide {
    right: 70px;
  }
}
.section-slideshow-v3 button.next-slide:hover,
.section-slideshow-v3 button.prev-slide:hover {
  color: #fff;
  background: #f4841a;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .section-slideshow-v3 .item-slide .info-slide .box-content {
    left: 8%;
    width: 40%;
  }
  .section-slideshow-v3 .item-slide .info-slide .box-content .box-title .title-slide {
    font-size: 60px;
  }
  .section-slideshow-v3 .item-slide .info-slide .box-content .box-desc p {
    font-size: 20px;
  }
  .section-slideshow-v3 .slick-dots {
    bottom: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .section-slideshow-v3 .item-slide .info-slide .picture-slideshow img {
    min-height: 500px;
    object-fit: cover;
  }

  .section-slideshow-v3 .item-slide .info-slide .box-content {
    left: 6%;
    width: 45%;
  }
  .section-slideshow-v3 .item-slide .info-slide .box-content .box-title .title-slide {
    font-size: 45px;
  }
  .section-slideshow-v3 .item-slide .info-slide .box-content .box-desc p {
    font-size: 18px;
  }

  .section-slideshow-v3 .slick-dots {
    bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-slideshow-v3 .item-slide .info-slide .picture-slideshow img {
    min-height: 630px;
    object-fit: cover;
  }

  .section-slideshow-v3 .item-slide .info-slide .box-content {
    left: 5%;
    width: 48%;
  }

  .section-slideshow-v3 .item-slide .info-slide .box-content .box-title .title-slide {
    font-size: 35px;
  }

  .section-slideshow-v3 .item-slide .info-slide .box-content .box-desc p {
    font-size: 16px;
  }

  .section-slideshow-v3 .slick-dots {
    bottom: 30px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .section-slideshow-v3 .item-slide .info-slide .picture-slideshow img {
    min-height: 500px;
    object-fit: cover;
  }

  .section-slideshow-v3 .item-slide .info-slide .box-content {
    left: 5%;
    width: 54%;
  }

  .section-slideshow-v3 .item-slide .info-slide .box-content .box-title .title-slide {
    font-size: 30px;
  }

  .section-slideshow-v3 .item-slide .info-slide .box-content .box-desc p {
    font-size: 14px;
  }

  .section-slideshow-v3 .slick-dots {
    bottom: 30px;
  }
}

@media (max-width: 575.98px) {
  .section-slideshow-v3 .item-slide .info-slide .picture-slideshow img {
    min-height: 450px;
    object-fit: cover;
  }

  .section-slideshow-v3 .item-slide .info-slide .box-content {
    left: 5%;
    width: 73%;
  }
  .section-slideshow-v3 .item-slide .info-slide .box-content .box-title .subtitle-slide {
    font-size: 12px;
  }
  .section-slideshow-v3 .item-slide .info-slide .box-content .box-title .title-slide {
    font-size: 26px;
  }

  .section-slideshow-v3 .item-slide .info-slide .box-content .box-desc p {
    font-size: 14px;
  }

  .section-slideshow-v3 .slick-dots {
    bottom: 30px;
  }
}
.section-slideshow-v3 ul.slick-dots {
  bottom: 40px;
  width: auto;
  left: 6%;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .section-slideshow-v3 ul.slick-dots {
    left: 5%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .section-slideshow-v3 ul.slick-dots {
    left: 2%;
  }
}
.section-slideshow-v3 ul.slick-dots li {
  margin: 0 30px;
  width: unset;
  height: unset;
}
.section-slideshow-v3 .slick-dots li a {
  position: relative;
  font-size: 18px;
  transition: .3s;
}
.section-slideshow-v3 .slick-dots li a:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
  right: -30px;
  transition: .3s;
}
.section-slideshow-v3 .slick-dots li:hover a:before {
  width: 40px;
  right: -50px;
}
.section-slideshow-v3 .slick-dots li.slick-active a:before {
  width: 40px;
  right: -50px;
}
/* section slideshow v3 end */

/* section slideshow v4 start */
.section-slideshow-v4 {
  position: relative;
}

.section-slideshow-v4 .slick-dots {
  transform: translate(-50%);
  left: 50%;
  bottom: 20px;
}

.section-slideshow-v4 .slick-dots li {
  margin: 0 2px;
}

.section-slideshow-v4 .slick-dots li button {
  font-size: unset;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 13px;
  background-color: rgba(173,173,173,0);
  border: 2px solid rgba(173,173,173,.3);
  border-radius: 50%;
  padding: 0;
  position: relative;
  overflow: hidden;
  transition: .5s
}

.section-slideshow-v4 .slick-dots li button:before {
  opacity: 0;
}

.section-slideshow-v4 .slick-dots .slick-active button {
  background-color: #adadad;
  border: 2px solid rgba(173,173,173,0)
}

.section-slideshow-v4 .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.section-slideshow-v4 .prev-slide, .section-slideshow-v4 .next-slide {
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  background: #fff;
  color: #111111;
  width: 50px;
  height: 100px;
  position: absolute;
  display: block;
  transition: all .3s ease;
}
@media (max-width: 768px) and (max-width: 991px) {
  .section-slideshow-v4 .prev-slide, .section-slideshow-v4 .next-slide {
    width: 30px;
    height: 80px;
  }
}

.section-slideshow-v4 .prev-slide svg, .section-slideshow-v4 .next-slide svg {
  width: 18px;
  height: auto;
}
@media (max-width: 991px) {
  .section-slideshow-v4 .prev-slide svg, .section-slideshow-v4 .next-slide svg {
    width: 16px;
  }
}
.section-slideshow-v4 .prev-slide:hover, .section-slideshow-v4 .next-slide:hover {
  background: #f4841a;
  color: #fff;
}

.section-slideshow-v4 .prev-slide:hover svg, .section-slideshow-v4 .next-slide:hover svg {
  fill: #fff;
}

.section-slideshow-v4 .next-slide {
  right: 0%;
}

.section-slideshow-v4 .prev-slide {
  left: 0%;
}

.section-slideshow-v4 .info-sideh4 {
  position: relative;
}

.section-slideshow-v4 .info-sideh4 .picture-slideshow {
  position: relative;
  overflow: hidden;
  margin: 0;
}

.section-slideshow-v4 .info-sideh4 .picture-slideshow img {
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  transform: scale(1.12);
  transition: 5s linear .5s;
}

.section-slideshow-v4 .slick-current.slick-active .info-sideh4 .picture-slideshow img {
  transform: none;
}

@media (max-width: 767px) {
  .section-slideshow-v4 .info-sideh4 .picture-slideshow img {
    object-fit: cover;
    height: 400px;
    object-position: 35%;
  }
}

.section-slideshow-v4 .info-sideh4 .box-content {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.section-slideshow-v4 .info-sideh4 .box-content-left {
  left: 14%;
  transform: translateY(-50%);
}
.section-slideshow-v4 .info-sideh4 .box-content-center {
  left: 50%;
}
.section-slideshow-v4 .info-sideh4 .box-content-right {
  right: 14%;
  transform: translateY(-50%);
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .section-slideshow-v4 .info-sideh4 .box-content-left {
    left: 10%
  }
  .section-slideshow-v4 .info-sideh4 .box-content-right {
    right: 5%;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .section-slideshow-v4 .info-sideh4 .box-content-left {
    left: 70px;
  }
  .section-slideshow-v4 .info-sideh4 .box-content-right {
    right: 70px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .section-slideshow-v4 .info-sideh4 .box-content {
    width: 60%;
  }
  .section-slideshow-v4 .info-sideh4 .box-content-left {
    left: 60px;
  }
  .section-slideshow-v4 .info-sideh4 .box-content-right {
    right: 60px;
  }
}

@media screen and (max-width: 575px) {
  .section-slideshow-v4 .info-sideh4 .box-content {
    padding: 0 20px;
  }
  .section-slideshow-v4 .info-sideh4 .box-content-left {
    left: 30px;
  }
  .section-slideshow-v4 .info-sideh4 .box-content {
    right: 0;
  }
}

.section-slideshow-v4 .info-sideh4 .box-content .subtitle {
  overflow: hidden;
}

.section-slideshow-v4 .info-sideh4 .box-content .subtitle p {
  /* 
  font-family: Jost;
   */
  font-size: 28px;
  line-height: 25px;
  font-weight: 500;
  letter-spacing: 2px;
  padding-bottom: 34px;
}

@media screen and (max-width: 1499px) {
  .section-slideshow-v4 .info-sideh4 .box-content .subtitle p {
    padding-bottom: 25px;
    font-size: 22px;
  }
}

@media screen and (max-width: 1199px) {
  .section-slideshow-v4 .info-sideh4 .box-content .subtitle p {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  .section-slideshow-v4 .info-sideh4 .box-content .subtitle p {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .section-slideshow-v4 .info-sideh4 .box-content .subtitle p {
    padding-bottom: 20px;
    font-size: 16px;
  }
}

.section-slideshow-v4 .info-sideh4 .box-content .box-title {
  overflow: hidden;
}
.section-slideshow-v4 .info-sideh4 .box-content .block-title {
  position: relative;
}

.section-slideshow-v4 .info-sideh4 .box-content .box-title h2 {
  /* 
  font-family: Jost;
   */
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 50px;
  letter-spacing: .05em;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .section-slideshow-v4 .info-sideh4 .box-content .box-title h2 {
    font-size: 42px;
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-slideshow-v4 .info-sideh4 .box-content .box-title h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .section-slideshow-v4 .info-sideh4 .box-content .box-title h2 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 575px) {
  .section-slideshow-v4 .info-sideh4 .box-content .box-title h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}

.section-testimonial-v1 {
  position: relative;
  margin-top: 20px;
  padding: 75px 0 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

@media (max-width: 1024px) {
  .section-testimonial-v1 {
    padding: 50px 0 75px;
  }
}

.section-testimonial-v1 .testimonial-arrow {
  font-size: 20px;
  position: absolute;
  top: -78px;
  color: #fff;
}

@media (max-width: 767px) {
  .section-testimonial-v1 .testimonial-arrow {
    top: -45px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .section-testimonial-v1 .testimonial-arrow {
    top: -55px;
  }
}

.section-testimonial-v1 .arrow-prev {
  right: 40px;
}

.section-testimonial-v1 .arrow-next {
  right: 15px;
}

.section-testimonial-v1 .slick-dots {
  transform: translate(-50%);
  left: 50%;
  bottom: -45px;
}

@media (max-width: 576px) {
  .section-testimonial-v1 .slick-dots {
    bottom: -45px;
  }
}

.section-testimonial-v1 .slick-dots li {
  margin: 0 2px;
}

.section-testimonial-v1 .slick-dots li button {
  font-size: unset;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 13px;
  background-color: rgba(204, 204, 204, 0);
  border: 2px solid rgba(204, 204, 204, 0.3);
  border-radius: 50%;
  padding: 0;
  position: relative;
  overflow: hidden;
  transition: .5s;
}

.section-testimonial-v1 .slick-dots li button:before {
  opacity: 0;
}

.section-testimonial-v1 .slick-dots .slick-active button {
  background-color: #a9b1bb;
  border: 2px solid rgba(169, 177, 187, 0);
}

.section-testimonial-v1 .slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.section-testimonial-v1 .testimonial-inner {
  max-width: 700px;
  margin: auto;
  text-align: center;
}

.section-testimonial-v1 .testimonial-inner .testimonial-info {
  /* 
  font-family: Jost;
   */
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  position: relative;
  letter-spacing: 1px;
}

@media (min-width: 1200px) {
  .section-testimonial-v1 .testimonial-inner .testimonial-info {
    font-size: 18px;
  }
}

@media (min-width: 1600px) {
  .section-testimonial-v1 .testimonial-inner .testimonial-info {
    font-size: 20px;
  }
}

.section-testimonial-v1 .testimonial-inner .testimonial-info .engoc-star:after {
  content: "\f005" "\f005" "\f005" "\f005" "\f005";
  /* font-family: FontAwesome; */
  color: #fda002;
  display: block;
  margin-top: 5px;
  letter-spacing: 5px;
}

.section-testimonial-v1 .testimonial-inner .testimonial-author {
  margin-top: 25px;
  text-align: center;
}

.section-testimonial-v1 .testimonial-inner .testimonial-author .avatar {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
  margin-bottom: 20px;
}

.section-testimonial-v1 .testimonial-inner .testimonial-author .author-info h3 {
  /* 
  font-family: Jost;
   */
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 500;
  color: #7ca5b7;
}

.section-testimonial-v1 .testimonial-inner .testimonial-author .author-info p {
  /* 
  font-family: Jost;
   */
  font-size: 14px;
  font-weight: 400;
  color: #a9b1bb;
}

.section-testimonial-v2 {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

@media (max-width: 1024px) {
  .section-testimonial-v2 {
    padding: 50px 0 75px;
  }
}

.section-testimonial-v2 .slick-dots {
  transform: translate(-50%);
  left: 50%;
  bottom: 20px;
}
.section-testimonial-v2 .slick-dots li {
  margin: 0 2px;
}

.section-testimonial-v2 .slick-dots li button {
  font-size: unset;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 13px;
  background-color: #a9b1bb;
  border: none;
  border-radius: 50%;
  padding: 0;
  position: relative;
  overflow: hidden;
  transition: .5s;
}

.section-testimonial-v2 .slick-dots li button:before {
  opacity: 0;
}

.section-testimonial-v2 .slick-dots .slick-active button {
  background-color: #f4841a;
  border: none;
}

.section-testimonial-v2 .slick-dotted.slick-slider {
  margin-bottom: 0px;
}
.section-testimonial-v2 .testimonial-arrow {
  position: absolute;
  top: 58%;
  transform: translateY(-50%);
  display: inline-block;
  background-color: #f4841a;
  height: 34px;
  width: 34px;
  border: none;
  border-radius: 50%;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  z-index: 1;
}
.section-testimonial-v2 .testimonial-arrow i {
  font-size: 18px;
}
.section-testimonial-v2 .arrow-prev {
  left: 0;
}
.section-testimonial-v2 .arrow-next {
  right: 0;
}
.section-testimonial-v2 .title_heading {
  margin-bottom: 25px;
}
.section-testimonial-v2 .testimonial-content {
  padding: 40px 15px 40px 15px;
}
.section-testimonial-v2 .testimonial-inner {
  max-width: 700px;
  margin: auto;
  text-align: center;    
  padding: 30px 15px 40px 15px;
  margin: 60px 0 0;
  box-shadow: 2px 1px 5px 0px rgb(0 0 0 / 8%);
  background: #fff;
}

.section-testimonial-v2 .testimonial-inner .avatar {
  width: 120px;
  height: 120px;
  display: block;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  border: 2px solid #f4841a;
  top: 0;
}
.section-testimonial-v2 .testimonial-inner .avatar img {
  width: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .section-testimonial-v2 .testimonial-inner .avatar {
    width: 100px;
    height: 100px;
    top: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .section-testimonial-v2 .testimonial-inner .avatar {
    width: 90px;
    height: 90px;
    top: 15px;
  }
}
.section-testimonial-v2 .testimonial-inner .testimonial-info {
  display: block;
  width: 100%;
  overflow: hidden;
  margin: 0;
  position: relative;
  padding: 60px 0 0;
}
.section-testimonial-v2 .testimonial-inner .testimonial-info p {
  /* 
  font-family: Jost;
   */
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  position: relative;
  letter-spacing: 1px;
  width: 80%;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .section-testimonial-v2 .testimonial-inner .testimonial-info p {
    font-size: 16px;
  }
}

@media (min-width: 1600px) {
  .section-testimonial-v2 .testimonial-inner .testimonial-info {
    font-size: 20px;
  }
}

.section-testimonial-v2 .testimonial-inner .testimonial-info .engoc-star:after {
  content: "\f005" "\f005" "\f005" "\f005" "\f005";
  /* font-family: FontAwesome; */
  color: #fda002;
  display: block;
  margin-top: 5px;
  letter-spacing: 5px;
}

.section-testimonial-v2 .testimonial-inner .testimonial-author {
  margin-top: 25px;
  text-align: center;
}

.section-testimonial-v2 .testimonial-inner .testimonial-author .author-info h3 {
  /* 
  font-family: Jost;
   */
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 500;
  color: #7ca5b7;
}

.section-testimonial-v2 .testimonial-inner .testimonial-author .author-info p {
  /* 
  font-family: Jost;
   */
  font-size: 14px;
  font-weight: 400;
  color: #a9b1bb;
}
@media only screen and (max-width: 991px) {
    .section-testimonial-v2 .banner-image {
      margin-top: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-testimonial-v2 .banner-image img {
    height: 550px;
    object-fit: cover;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .section-testimonial-v2 .banner-image img {
    height: 566px;
    object-fit: cover;
  }
}
/* section collection v1  start */
.section-collection-v1 {
  transition: all .3s ease;
  margin-bottom: 80px;
  box-shadow: 0 1px 50px rgb(0 0 0 / 6%);
  background: #fff;
  padding: 40px;
  position: relative;
  z-index: 1
}

.section-collection-v1 .title_heading {
  margin-bottom: 27px;
}
@media (max-width: 767px) {

}
@media (max-width: 576px) {
  .section-collection-v1 .col-item {
    padding-right:20px;
    padding-left: 20px;
  }
}

.section-collection-v1 .item {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding-bottom: 40px;
  transition: all .5s ease 0s;
}
.section-collection-v1 .item{
  border-left:1px solid #ebebeb;
}

.section-collection-v1 .col-item.slick-slide.slick-current.slick-active .item:first-child {
  border-left:none;
}
.section-collection-v1 .item img {
  display: inline-block;
  position: relative;    
  transition: top 0.2s linear 0s;
  -o-transition: top 0.2s linear 0s;
  -webkit-transition: top 0.2s linear 0s;
  top: 0;
  width: 40%;
}
.section-collection-v1 .item:hover img{
  top: -5px;
}
.section-collection-v1 .item .box-img {
  transition: all .5s ease 0s;
}

.section-collection-v1 .item .category-info {
  text-align: center;
  margin-top: 20px;
}

.section-collection-v1 .item .category-info .box-info a {
  /* 
  font-family: Jost;
   */
  display: inline-block;    
  font-weight: normal;
  font-size:20px;
}

.section-collection-v1 button.next-slide  {
  font-size: 20px;
  right:-15px;
  top: 35%;
  width: 40px;
  color: #333;
  box-shadow: 0 5px 5px rgba(0,0,0,.09);
  height: 40px;
  border-radius: 50%;
  text-align: center;
  background-color: #fff;
  opacity: 1;
  z-index: 1;
  visibility: visible;
  position: absolute;
  transition: all .3s ease;
}
.section-collection-v1 button.prev-slide {
  font-size: 20px;
  top: 35%;
  width: 40px;
  color: #333;
  box-shadow: 0 5px 5px rgba(0,0,0,.09);
  height: 40px;
  border-radius:50%;
  text-align: center;
  background-color: #fff;
  opacity: 1;
  z-index: 1;
  visibility: visible;
  position: absolute;
  transition: all .3s ease;
   left: -15px;
}

.section-collection-v1 button.next-slide:active,.section-collection-v1 button.next-slide:hover,.section-collection-v1 button.prev-slide:active,.section-collection-v1 button.prev-slide:hover {
  color: #000;
}

@media (min-width: 1600px) {
  .section-collection-v1 button.next-slide,.section-collection-v1 button.prev-slide {
    opacity:0;
    visibility: hidden;
  }
}
@media (max-width: 1199px) {

  .section-collection-v1 {
    transition: all .3s ease;
    margin-bottom:50px;
    background: #fff;
    padding: 20px;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .section-collection-v1 button.prev-slide {
    left:-10px;
  }
}

@media (max-width: 767px) {
  .section-collection-v1 button.next-slide {
    right:-10px;
  }
}

.section-collection-v1:hover button.prev-slide {
  left: -15px;
  opacity: 1;
  visibility: visible;
  border-radius: 50%;
  font-size: 25px;
  width: 50px;
  text-align: center;
  height: 50px;
}
.section-collection-v1:hover button.next-slide {
  right:-15px;
  opacity: 1;
  visibility: visible;
  border-radius: 50%;
  font-size: 25px;
  width: 50px;
  text-align: center;
  height: 50px;
}
/* section collection v1 end */

/* section collection v2  start */
.section-collection-v2 {
  margin-top: 15px;
}
/*.section-collection-v2 .row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}*/



@media (max-width: 767px) {
.section-collection-v2 .row {
  margin-top: 27px;
 }

  }
  
.section-collection-v2  .row [class*="col-"] {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.section-collection-v2 .item {
  position: relative;
  transition: all .5s ease 0s;
  overflow: hidden;
}
.section-collection-v2 .item .collection-image {
  overflow: hidden;
}
.section-collection-v2 .item .box-img .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: 500ms ease 0s;
  z-index: 1;
}
.section-collection-v2 .item .box-img i {
  font-size: 36px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: 300ms ease 0s;
  z-index: 3;
  color: #fff;
}
.section-collection-v2 .item:hover .box-img .overlay {
  background: #000;
  opacity: .9;
  visibility: visible;
}
.section-collection-v2 .item:hover .box-img i {
  opacity: 1;
  visibility: visible;
}

.section-collection-v2 .item .category-info {
  position: absolute;
  text-align: center;
  left: 50%;
  right: auto;
  top: auto;
  bottom: 4%;
  transform: translate(-50%,0);
  width: 90%;
  z-index: 2;
}
.section-collection-v2 .item .category-info .box-info a {
  /* 
  font-family: Jost;
   */
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
    
}
.section-collection-v2 .item:hover .category-info .box-info a {
  color: #fff !important;
}
.section-collection-v2 .item:hover img {
  transform: scale(1.05);
  transition: all .5s ease 0s;
}

.section-collection-v2 button.next-slide,
.section-collection-v2 button.prev-slide {
  font-size: 20px;
  border: none;
  top: 35%;
  width: 40px;
  color: #333;
  box-shadow: 0 5px 5px rgba(0,0,0,.09);
  height: 40px;
  border-radius: 0;
  text-align: center;
  background-color: #fff;
  opacity: 1;
  z-index: 1;
  visibility: visible;
  position: absolute;
  transition: all .3s ease;
}

.section-collection-v2 button.next-slide:active,
.section-collection-v2 button.next-slide:hover,
.section-collection-v2 button.prev-slide:active,
.section-collection-v2 button.prev-slide:hover {
  color: #fff;
  background: #f4841a;
}

@media (min-width: 1600px) {
  .section-collection-v2 button.next-slide,
  .section-collection-v2 button.prev-slide {
    opacity:0;
    visibility: hidden;
  }
}

@media (max-width: 1200px) {
  .section-collection-v2 button.prev-slide {
    left:0;
  }
}

@media (min-width: 1200px) {
  .section-collection-v2 button.prev-slide {
    left:0;
  }
}

@media (min-width: 1600px) {
  .section-collection-v2 button.prev-slide {
    left:-30px;
  }
}

@media (max-width: 1200px) {
  .section-collection-v2 button.next-slide {
    right:0;
  }
}

@media (min-width: 1200px) {
  .section-collection-v2 button.next-slide {
    right:0;
  }
}

@media (min-width: 1600px) {
  .section-collection-v2 button.next-slide {
    right:-30px;
  }
}

@media (min-width: 1600px) {
  .section-collection-v2:hover button.prev-slide {
    left:-50px;
    opacity: 1;
    visibility: visible;
  }
}

@media (min-width: 1600px) {
  .section-collection-v2:hover button.next-slide {
    right:-50px;
    opacity: 1;
    visibility: visible;
  }
}
/* section collection v2 end */

.section-collection-v3 {
    padding-bottom: 30px
}

.section-collection-v3 .row {
margin-top: 38px;
  }

.section-collection-v3 .slick-dots {
    transform: translate(-50%);
    left: 50%
}

@media (max-width: 576px) {
    .section-collection-v3 .slick-dots {
        bottom:-40px
    }
}

.section-collection-v3 .slick-dots li {
    margin: 0 2px
}

.section-collection-v3 .slick-dots li button {
    font-size: unset;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 13px;
    height: 13px;
    background-color: rgba(173,173,173,0);
    border: 2px solid rgba(173,173,173,.3);
    border-radius: 50%;
    padding: 0;
    position: relative;
    overflow: hidden;
    transition: .5s
}

.section-collection-v3 .slick-dots li button:before {
    opacity: 0
}

.section-collection-v3 .slick-dots .slick-active button {
    background-color: #adadad;
    border: 2px solid rgba(173,173,173,0)
}

.section-collection-v3 .slick-dotted.slick-slider {
    margin-bottom: 0
}

.section-collection-v3 .item {
    text-align: center
}

.section-collection-v3 .item .box-img {
    margin-bottom: 15px;
}

.section-collection-v3 .item .title-collection {
    /* 
  font-family: Jost;
   */
    font-weight: 500;
    font-size: 20px;
    display: inline-block;
    margin-bottom: 10px;
    color: #111111;
    transition: all .3s;
    letter-spacing: 1.3px;
      
}

.section-collection-v3 .item .title-collection:hover {
    color: #f4841a
}

.section-collection-v3 .item .content-box {
    /* 
  font-family: Jost;
   */
    color: #222;
    font-weight:400;
}

  @media (max-width: 768px) {
    .section-collection-v3 .banner-title {
      flex-wrap: nowrap;
      overflow-x: auto;
        overflow-y: hidden;
    }
    .section-collection-v3 .banner-title .col-item {
      flex: 0 0 70%; 
      height: 380px; 
     overflow: hidden; 
    }
    .section-collection-v3 .item .title-collection {
    font-size: 15px; 
  }

.section-blog-v1 {
    padding-top: 70px;
    padding-bottom: 35px
}
    }

@media (max-width: 768px) {
    .section-blog-v1 {
        padding-top:30px
    }
}

.section-blog-v1 .blog_cate {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #83868c;
    text-transform: uppercase
}

.section-blog-v1 .blog_cate:hover {
    color: #f4841a
}

.section-blog-v1 .content-section-blog-v1 {
    margin-top: 50px
}

.section-blog-v1 .content-section-blog-v1 .picrure {
    position: relative;
    padding-bottom: 20px
}

.section-blog-v1 .content-section-blog-v1 .picrure .image_url {
    display: block;
    overflow: hidden
}

.section-blog-v1 .content-section-blog-v1 .picrure .date {
    position: absolute;
    box-shadow: 0 3px 10px rgba(0,0,0,.08);
    width: 68px;
    height: 68px;
    background-color: #fff;
    color: #111111;
    font-weight: 600;
    text-align: center;
      
    top: 36px;
    left: 36px;
    padding: 10px 0
}

@media (max-width: 992px) {
    .section-blog-v1 .content-section-blog-v1 .picrure .date {
        left:15px;
        top: 15px
    }
}

.section-blog-v1 .content-section-blog-v1 .picrure .date .day {
    font-size: 14px;
    display: block
}

.section-blog-v1 .content-section-blog-v1 .picrure .date .day:after {
    content: '';
    background-color: #111111;
    width: 27px;
    height: 1px;
    display: block;
    margin: 0 auto;
    margin-top: 4px
}

.section-blog-v1 .content-section-blog-v1 .picrure .date .month {
    font-size: 10px;
    display: block;
    padding-top: 4px;
    letter-spacing: .3em
}

.section-blog-v1 .content-section-blog-v1 .info_blog {
    text-align: center
}

.section-blog-v1 .content-section-blog-v1 .info_blog .title-blog {
    padding-top: 5px
}

.section-blog-v1 .content-section-blog-v1 .info_blog .title-blog a {
    position: relative;
    font-size: 22px;
    display: inline-block;
    color: #111111;
    font-weight: 500;
    transition: all .3s ease;
    /* 
  font-family: Jost;
   */
    padding-bottom: 15px;
    margin-bottom: 15px
}

.section-blog-v1 .content-section-blog-v1 .info_blog .title-blog a:hover {
    color: #f4841a
}

.section-blog-v1 .content-section-blog-v1 .info_blog .title-blog a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    width: 50px;
    background: #f4841a
}

.section-blog-v1 .content-section-blog-v1 .info_blog .content {
    /* 
  font-family: Jost;
   */
    font-size: 16px;
    font-weight: 400;
    color: #83868c
}

.section-blog-v1:hover button.prev-slide {
    opacity: 1;
    visibility: visible;
    left: -50px
}

@media (max-width: 1200px) {
    .section-blog-v1:hover button.prev-slide {
        left:0
    }
}

.section-blog-v1:hover button.next-slide {
    opacity: 1;
    visibility: visible;
    right: -50px
}

@media (max-width: 1200px) {
    .section-blog-v1:hover button.next-slide {
        right:0
    }
}

.section-blog-v1 button.next-slide,.section-blog-v1 button.prev-slide {
    position: absolute;
    font-size: 36px;
    top: 35%;
    color: #111111;
    z-index: 1;
    opacity: 0;
    transition: .7s;
    visibility: hidden;
    transition: all .3s ease
}

@media (max-width: 1200px) {
    .section-blog-v1 button.next-slide,.section-blog-v1 button.prev-slide {
        font-size:20px;
        border: none;
        top: 24%;
        width: 40px;
        height: 40px;
        border-radius: 0;
        color: #c8c8c8;
        box-shadow: 0 5px 5px rgba(0,0,0,.09);
        text-align: center;
        background-color: #fff;
        opacity: 1;
        visibility: visible;
      border-radius: 50%;
      
    }
}

@media (max-width: 576px) {
    .section-blog-v1 button.next-slide,.section-blog-v1 button.prev-slide {
        top:35%
    }
}

.section-blog-v1 button.prev-slide {
    left: 5px
}

@media (max-width: 1200px) {
    .section-blog-v1 button.prev-slide {
        left:0
    }
}

.section-blog-v1 button.next-slide {
    right: 5px
}

@media (max-width: 1200px) {
    .section-blog-v1 button.next-slide {
        right:0
    }
}

.section-blog-v1 .slick-dots {
    transform: translate(-50%);
    left: 50%;
    padding-top: 40px;
    bottom: unset
}

.section-blog-v1 .slick-dots li {
    margin: 0 2px
}

.section-blog-v1 .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%
}

.section-blog-v1 .slick-dots li button:before {
    opacity: 0
}

.section-blog-v1 .slick-dots .slick-active button {
    background-color: #111111
}

.section-blog-v1 .slick-slide img {
    object-fit: cover;
    transition: all .3s ease
}

@media (max-width: 576px) {
    .section-blog-v1 .slick-slide img {
        min-height:300px
    }
}

@media (min-width: 576px) {
    .section-blog-v1 .slick-slide img {
        min-height:260px
    }
}

@media (min-width: 768px) {
    .section-blog-v1 .slick-slide img {
        min-height:300px
    }
}

@media (min-width: 1200px) {
    .section-blog-v1 .slick-slide img {
        min-height:374px
    }
}

.section-blog-v1 .slick-slide img:hover {
    opacity: .7
}


.section-blog-v3 {
    padding-top: 50px
}

@media (max-width: 768px) {
    .section-blog-v3 {
        padding-top:30px
    }
}

.section-blog-v3 .blog-content .blog-item {
    margin-top: 30px
}

@media (max-width: 991.98px) {
    .section-blog-v3 .blog-content .blog-item {
        margin-top:30px
    }
}

.section-blog-v3 .blog-content .blog-item .post .article-title a {
    font-size: 25px;
    color: #111111;
    /* 
  font-family: Jost;
   */
    font-weight: 500;
    margin-bottom: 20px
}

@media (max-width: 1199.98px) {
    .section-blog-v3 .blog-content .blog-item .post .article-title a {
        font-size:18px;
        margin-bottom: 20px;
        margin-top: 30px;
    }
}

.section-blog-v3 .blog-content .blog-item .post .article-title a:focus,.section-blog-v3 .blog-content .blog-item .post .article-title a:hover {
    color: #f4841a
}

.section-blog-v3 .blog-content .blog-item .post .article-des {
    display: block;
    line-height: 28px;
    color: #909090;
    /* 
  font-family: Jost;
   */
    padding-right: 55px
}

@media (max-width: 991.98px) {
    .section-blog-v3 .blog-content .blog-item .post .article-des {
        padding-right:0;
        font-size: 16px;
       line-height: 1.5
    }
}

@media (min-width: 992px) and (max-width:1500px) {
    .section-blog-v3 .blog-content .blog-item .post .article-des {
        padding-right:0
    }
}

.section-blog-v3 .blog-content .blog-item .post .btn-readmore {
    /* 
  font-family: Jost;
   */
    display: inline-block;
    font-weight: 400;
    text-align: center;
    color: #111111;
    border: 1px solid #111111;
    border-radius: 25px;
    padding: 15px 40px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 1px;
    transition: all .3s ease 0s;
    text-transform: uppercase
}

@media (max-width: 576px) {
    .section-blog-v3 .blog-content .blog-item .post .btn-readmore {
        padding:15px 30px
    }
}

.section-blog-v3 .blog-content .blog-item .post .btn-readmore:hover {
    color: #fff;
    border: 1px solid #f4841a;
    background-color: #f4841a
}

.section-blog-v3 .blog-content .blog-item .image img {
    transition: .5s;
    max-width: 95%;
    float: right
}

@media (max-width: 1199.98px) {
    .section-blog-v3 .blog-content .blog-item .image img {
        padding:0;
        max-width: 100%
    }
}

.section-blog-v3 .blog-content .blog-item.right .post .article-title:before {
    left: unset;
    right: 0
}

.section-blog-v3 .blog-content .blog-item.right .post .article-des {
    padding-right: 0
}

@media (max-width: 991.98px) {
    .section-blog-v3 .blog-content .blog-item.right .post .article-des {
        padding-left:0
    }
}

@media (min-width: 768px) and (max-width:1500px) {
    .section-blog-v3 .blog-content .blog-item.right .post .article-des {
        padding-left:0
    }
}

.section-blog-v3 .blog-content .blog-item.right .image img {
    float: left
}

.section-instagram-v1 .box-img {
    overflow: hidden;
    width: 20%;
    float: left;
    position: relative;
    overflow: hidden
}

.section-instagram-v1 .box-img:first-child {
    width: 40%;
    float: left
}

@media (max-width: 576px) {
    .section-instagram-v1 .box-img:first-child {
        width:100%
    }
}

@media (max-width: 576px) {
    .section-instagram-v1 .box-img {
        width:50%
    }
}

.section-instagram-v1 .box-img .content-intagram {
    position: absolute;
    transform: translate(-50%,-50%) scale(.8);
    top: 50%;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    transition: .3s
}

.section-instagram-v1 .box-img .content-intagram a {
    font-size: 40px;
    color: #fff
}

.section-instagram-v1 .box-img .content-intagram h4 {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    /* 
  font-family: Jost;
   */
    margin-top: 10px;
      
    letter-spacing: 2px
}

.section-instagram-v1 .box-img:hover .content-intagram {
    opacity: 1;
    visibility: visible;
    transition: .3s;
    transform: translate(-50%,-50%) scale(1)
}

.section-instagram-v1 .box-img:hover img {
    filter: brightness(.3);
    transition: .3s
}

.section-instagram-v2 .title_heading {
    padding-bottom: 10px
}

@media (max-width: 576px) {
    .section-instagram-v2 .title_heading {
        padding-bottom:25px
    }
}

.section-instagram-v2 .fauximg-bin {
    margin: 20px
}

.section-instagram-v2 .instagram-content {
    padding: 5px;
      margin-top: 15px
}

@media (max-width: 576px) {
    .section-instagram-v2 .instagram-content {
        padding:10px
    }
}

.section-instagram-v2 .instagram-content .instagram-item {
    padding: 5px
}

@media (max-width: 576px) {
    .section-instagram-v2 .instagram-content .instagram-item {
        width:50%
    }
}

@media (min-width: 576px) {
    .section-instagram-v2 .instagram-content .instagram-item {
        width:50%
    }
}

@media (min-width: 768px) {
    .section-instagram-v2 .instagram-content .instagram-item {
        width:33.33%
    }
}

@media (min-width: 992px) {
    .section-instagram-v2 .instagram-content .instagram-item {
        width:25%
    }
}

@media (min-width: 1200px) {
    .section-instagram-v2 .instagram-content .instagram-item {
        width:20%
    }
}

.section-instagram-v2 .instagram-content .instagram-item .content {
    overflow: hidden;
    position: relative
}

.section-instagram-v2 .instagram-content .instagram-item .content .content_text {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.7);
    transition: all .5s ease;
    opacity: 0;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center
}

.section-instagram-v2 .instagram-content .instagram-item .content .content_text a {
    font-size: 60px;
    color: #fff
}

@media (max-width: 576px) {
    .section-instagram-v2 .instagram-content .instagram-item .content .content_text a {
        font-size:30px
    }
}

.section-instagram-v2 .instagram-content .instagram-item .content .content_text a:hover {
    color: #f4841a;
    transition: all .3s ease
}

.section-instagram-v2 .instagram-content .instagram-item .content:hover .content_text {
    opacity: 1;
    transition: all .5s ease
}

.section-instagram-v2 .instagram-content .instagram-item .content img {
    transition: all 4s ease;
    width: 100%
}

.section-instagram-v2 .instagram-content .instagram-item .content:hover img {
    transform: scale(1.2)
}

@media (min-width: 768px) and (max-width:991.98px) {
    .section-instagram-v2 {
        padding-top:15px;
        padding-bottom: 20px
    }
}

@media (min-width: 576px) and (max-width:767.98px) {
    .section-instagram-v2 {
        padding-top:15px;
        padding-bottom: 20px
    }
}

@media (max-width: 575.98px) {
    .section-instagram-v2 {
        padding-top:20px;
        padding-bottom: 20px
    }
}

.section-instagram-v3 .instagram_v2 {
    padding: 0 7.5px
}

.section-instagram-v3 .instagram_v2 .text_top p {
    color: #f4841a;
    /* 
  font-family: Jost;
   */
    font-size: 500;
    margin-bottom: 0
}

@media (max-width: 576px) {
    .section-instagram-v3 .instagram_v2 .text_top p {
        font-size:20px
    }
}

@media (min-width: 576px) {
    .section-instagram-v3 .instagram_v2 .text_top p {
        font-size:22px
    }
}

@media (min-width: 1200px) {
    .section-instagram-v3 .instagram_v2 .text_top p {
        font-size:24px
    }
}

.section-instagram-v3 .instagram_v2 .content {
    width: 20%;
    float: left;
    overflow: hidden;
    margin: 15px 7.5px
}

.section-instagram-v3 .instagram_v2 .content:frist-child {
    margin-left: 0
}

.section-instagram-v3 .instagram_v2 .content:last-child {
    margin-right: 0
}

.section-instagram-v3 .instagram_v2 .content .content_text {
    align-items: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.7);
    transition: all .5s ease;
    opacity: 0;
    flex-direction: column
}

.section-instagram-v3 .instagram_v2 .content .content_text a {
    font-size: 48px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.section-instagram-v3 .instagram_v2 .content .content_text a:hover {
    color: #f4841a
}

@media (max-width: 768px) {
    .section-instagram-v3 .instagram_v2 .content .content_text a {
        font-size:30px
    }
}

@media (max-width: 576px) {
    .section-instagram-v3 .instagram_v2 .content .content_text a {
        font-size:24px
    }
}

.section-instagram-v3 .instagram_v2 .content:hover .content_text {
    opacity: 1;
    transition: all .5s ease
}

.section-instagram-v3 .instagram_v2 .content img {
    transition: all 4s ease;
    width: 100%
}

.section-instagram-v3 .instagram_v2 .content:hover img {
    transform: scale(1.2)
}

.section-instagram-v3 .instagram_v2 .galary_inta {
    margin-top: 37px
}

.section-instagram-v3 .instagram_v2 .galary_inta button.next-slide,.section-instagram-v3 .instagram_v2 .galary_inta button.prev-slide {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 8px 8px rgba(0,0,0,.09);
    opacity: 0;
    z-index: 1;
    visibility: hidden;
    transition: .5s;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    transition: all .4s
}

.section-instagram-v3 .instagram_v2 .galary_inta button.next-slide i,.section-instagram-v3 .instagram_v2 .galary_inta button.prev-slide i {
    font-size: 30px;
    color: #f4841a;
    transition: all .4s
}

@media (max-width: 1200px) {
    .section-instagram-v3 .instagram_v2 .galary_inta button.next-slide i,.section-instagram-v3 .instagram_v2 .galary_inta button.prev-slide i {
        font-size:20px
    }
}

.section-instagram-v3 .instagram_v2 .galary_inta button.next-slide:hover,.section-instagram-v3 .instagram_v2 .galary_inta button.prev-slide:hover {
    background: #f4841a
}

.section-instagram-v3 .instagram_v2 .galary_inta button.next-slide:hover i,.section-instagram-v3 .instagram_v2 .galary_inta button.prev-slide:hover i {
    color: #fff
}

@media (max-width: 1200px) {
    .section-instagram-v3 .instagram_v2 .galary_inta button.next-slide,.section-instagram-v3 .instagram_v2 .galary_inta button.prev-slide {
        font-size:20px;
        width: 35px;
        height: 35px;
        line-height: 35px;
        opacity: 1;
        z-index: 1;
        visibility: visible
    }
}

.section-instagram-v3 .instagram_v2 .galary_inta button.prev-slide {
    left: 40px
}

@media (max-width: 768px) {
    .section-instagram-v3 .instagram_v2 .galary_inta button.prev-slide {
        left:0
    }
}

.section-instagram-v3 .instagram_v2 .galary_inta button.next-slide {
    right: 40px
}

@media (max-width: 768px) {
    .section-instagram-v3 .instagram_v2 .galary_inta button.next-slide {
        right:0
    }
}

.section-instagram-v3 .instagram_v2 .galary_inta:hover button.next-slide,.section-instagram-v3 .instagram_v2 .galary_inta:hover button.prev-slide {
    visibility: visible;
    opacity: 1
}

.section-instagram-v3 .instagram_v2 .galary_inta:hover button.prev-slide {
    left: 15px
}

.section-instagram-v3 .instagram_v2 .galary_inta:hover button.next-slide {
    right: 15px
}

.section-instagram-v4 {
    padding-top: 15px;
    padding-bottom: 20px
}

.section-instagram-v4 .instagram-content .instagram-item {
    border: 1px solid #fff
}

.section-instagram-v4 .instagram-content .instagram-item .content {
    overflow: hidden;
    position: relative
}

.section-instagram-v4 .instagram-content .instagram-item .content .content_text {
    align-items: center;
    justify-content: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.7);
    transition: all .5s ease;
    opacity: 0;
    flex-direction: column
}

.section-instagram-v4 .instagram-content .instagram-item .content .content_text a {
    font-size: 60px;
    color: #fff
}

.section-instagram-v4 .instagram-content .instagram-item .content .content_text a:hover {
    color: #f4841a;
    transition: all .3s ease
}

.section-instagram-v4 .instagram-content .instagram-item .content:hover .content_text {
    opacity: 1;
    transition: all .5s ease
}

.section-instagram-v4 .instagram-content .instagram-item .content img {
    transition: all 4s ease;
    width: 100%
}

.section-instagram-v4 .instagram-content .instagram-item .content:hover img {
    transform: scale(1.2)
}

@media (min-width: 768px) and (max-width:991.98px) {
    .section-instagram-v4 {
        padding-top:15px;
        padding-bottom: 20px
    }
}

@media (min-width: 576px) and (max-width:767.98px) {
    .section-instagram-v4 {
        padding-top:15px;
        padding-bottom: 20px
    }
}

@media (max-width: 575.98px) {
    .section-instagram-v4 {
        padding-top:20px;
        padding-bottom: 20px
    }

    .section-instagram-v4 .box-img1 {
        margin-bottom: 30px
    }
}

.section-video-v1 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-video-v1 .box-video {
  padding: 15% 0 ;
}
.section-video-v1 .box-video .banner-info .title-banner {
  line-height: 1.5em;
  font-size: 40px;
    
    
  margin-top: 30px;
}
@media (max-width: 767px) {
  .section-video-v1 .box-video .banner-info .title-banner {
    font-size: 32px;
  }
}
.section-video-v1 .box-video a {
  display: block;
  position:relative;
  transition:  all .3s;
}
.section-video-v1 .box-video .btn-banner {
  width: 60px;
  height: 60px;
  background-color: #fff;
  line-height: 60px;
  text-align: center;
  border-radius: 60px;
  color: #f4841a;
  font-size: 18px;
  display: inline-block;
  position: relative;
}
.section-video-v1 .box-video .line-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 16px solid rgba(25,34,0,.3);
  border-radius: 60px;
  animation: squares 3.9s linear 0s infinite;
  animation-play-state: running;
  opacity: 0;
  border-color: rgba(255,255,255,.3);
}
.section-video-v1 .box-video .line-video.line-1 {
  border-color: rgba(255,255,255,.3);
}

.section-video-v1 .box-video .line-video.line-2 {
  animation-delay: 1.1s;
}

.section-video-v1 .box-video .line-video.line-3 {
  animation-delay: 2.2s;
}
.section-video-v1 .box-video i:hover,
.section-video-v1 .box-video i:focus {
  background: #f4841a;
  color: #fff;
  border: 1px solid #f4841a;
}
/* section video v1 end */
.js_prod_sub2 .slick-arrow{
  height: 29px;
  width: 29px;
  background: #fff;
  line-height: 29px;
  text-align: center;
  position: absolute;
  z-index: 1;
  box-shadow: 0 5px 5px rgb(0 0 0 / 9%);
  transition: all .5s ease;
  color: #111111;
}
.js_prod_sub2 .slick-arrow:hover,
.js_prod_sub2 .slick-arrow:focus{
  background: #f4841a;
  color: #fff;
}
.js_prod_sub2 .prev-slide{
  left: -15px;
  top: 40%;
  visibility: hidden;
  opacity: 0;
}
.js_prod_sub2 .next-slide{
  right: -15px;
  top: 40%;
  visibility: hidden;
  opacity: 0;
}

.js_prod_sub2:hover .prev-slide,
.js_prod_sub2:hover .next-slide{
  visibility: visible;
  opacity: 1;
}

.social-icon {
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 30px;
}
.social-icon.border-bottom{
  border-top: 1px solid #e4e4e4;
}
.social-icon .social-share a{
  width: 38px;
  height: 38px;
  display: inline-block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  text-align: center;
  line-height: 38px;
  border: 1px solid #e2e2e2;
  margin: 0 7px;
}
.social-icon .social-share a i{
  font-size:15px;
}
.social-icon .social-share a:hover,.social-icon .social-share a:focus{
  background: #f4841a;
  color: #fff;
  border-color: #f4841a;
}
.js_prod_sub .slick-arrow {
  position: absolute;
  left: 40%;
  background: #FFF;
  width: 25px;
  height: 25px;
  z-index: 1;
  color: #111;
  transform: rotate(90deg);
  box-shadow:0 5px 5px rgb(0 0 0 / 9%);
  visibility:hidden;
  opacity:0;
}
.js_prod_sub .slick-arrow:hover,
.js_prod_sub .slick-arrow:focus{
  background: #f4841a;
  color: #fff;
  border: 1px solid #f4841a;
}
.js_prod_sub .slick-arrow.next-slide{
  bottom:0;
}
.js_prod_sub:hover .slick-arrow{
  visibility:visible;
  opacity:1;
}

form.cart.clearfix{
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 15px;
}
.content-image-single{
  position:relative;
}
.content-image-single .content-info{
  position:absolute;
  bottom:0;
  width:100%;
  background: linear-gradient(180deg,transparent 0,rgba(0,0,0,.85));
  padding: 60px 15px 30px;
}
.breadcrumb-noheading .bread-crumb{
  font-size: 14px;
  line-height: 24px;
  color: #f4841a;
  padding: 20px 0;
}
.breadcrumb-noheading .bread-crumb a{
  color: #969696;
  position: relative;
}
.breadcrumb-noheading .bread-crumb a i{
  margin:0 8px;
}
.social-icon-blog .social-share a{
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-left: 5px;
  text-align: center;
  line-height: 40px;
  background: #eee;
}
.social-icon-blog .social-share a:hover{
  background:#f4841a;
}
.social-icon-blog .social-share a:hover i{
  color:#fff;
}
.social-icon-blog .social-share a i{
  text-align: center;
  font-size: 13px;
  color: #000;
}

.minicart .featured-icon{
padding-bottom:0;
  padding-top:0;
}
  

.featured-icon{
  padding-bottom:20px;
  padding-top:50px;
}


.featured-icon .block-top-link{
  display:flex;
  margin:0 -15px;
}
.featured-icon .block-top-link >*{
  flex:1;
  padding:0 15px;
}
@media(max-width:1024px){
  .featured-icon .block-top-link >*{
    padding: 0 5px;
  }
}
.featured-icon .sp-iconfeatured {
  text-align: center;
  height: 100%;
  padding: 20px 20px 25px;
}
.featured-icon .sp-iconfeatured .title{
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 3.2px;
  margin: 0;
  /* 
  font-family: Jost;
   */
  font-weight: 500;
  line-height: 1.2;
  color: #000;
  letter-spacing: 1.5px;
}

.featured-icon .sp-iconfeatured .icon{
  color: #f4841a;
  font-size: 24px;
  margin-bottom: 20px;
}
.featured-icon .sp-iconfeatured .icon svg{
  width:35px;
  height:35px;
  fill: #776647;
}
.tab-content h2{
  font-size: 12px;
    
  letter-spacing: 3.2px;
  position: relative;
  padding-bottom: 10px;
  margin: 10px 0 20px;
  display: none;
}
.tab-content h2:before{
  content: "";
  position: absolute;
  bottom: 0;
  width: 48px;
  height: 1px;
  background: #000;
  display: none;
}

.tab-content ul{
  padding:0;
  list-style:none;
}
.tab-content ul li{
  /* 
  font-family: Jost;
   */
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  color: #a8a8a8;
}
.tab-content .product-desc .row:first-child{
  margin-bottom:30px;
}


@media (max-width: 767px){
  .featured-icon .block-top-link{
    flex-wrap:wrap;
  }
  .featured-icon .block-top-link >* {
    flex: 50%;
    margin: 0 0 10px;
    padding: 0 15px;
  }
  .blog-page .content-blog-page .blog-list-view .blog_classic .image_blog{
    width:100%;
    float:unset;
    margin-bottom:15px;
  }
  
  .blog-page .content-blog-page .blog-list-view .blog_classic .post-info{
    width: 100%;
    display: inline-block;
    padding-left: 0;
  }
  .pagi-nav {
    margin-top: 0;
    margin-bottom: 30px;
  }
}

@media (max-width: 480px){
  .featured-icon .block-top-link >* {
    flex: 100%;
  }
}
.rich-text{
  text-align:center;
  margin-bottom:65px;
}
.rich-text .elementor-icon{
  margin-bottom:20px;
}
.rich-text .elementor-icon svg{
  width:110px;
  height:110px;
}
h2.heading-title{
  color: #000;
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
  text-transform:unset;
  margin-bottom: 15px;
}
.page_aboutus_v4 .info-intro {
  max-width:570px;
}
.page_aboutus_v4 .spf-heading-title{
  font-size: 40px !important;
  line-height: 45px;
}
.rich-text-4{
  background:#fdf5f5;
  margin-top: 0;
  margin-bottom: 65px;
  padding: 240px 0 110px;
}
.rich-text-4 {
  text-align:center;
}
.rich-text-4 .grid{
  max-width:990px;
  margin:0 auto;
}
.rich-text-4 .elementor-icon{
  font-size:15px;
  color:#a3a3a3;
}
.rich-text-4 .button-wrapper a{
  font-weight: 700;
  display:inline-block;
    
  line-height: 44px;
  fill: #000;
  color: #000;
  background-color: #A3A3A300;
  border-style: solid;
  border-width: 2px;
  border-color: #000;
  border-radius: 0;
  padding: 0 30px;
  margin-top:30px;
}
.about-servicebox_v4{
  margin-bottom: -170px;
}
.logo_wrap{
  margin-bottom:65px;
}
.logo_wrap{
  background: #fff;
  border: 1px solid #dedede;
}
.logo_wrap .image-block{
  min-height: 200px;
  padding: 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #dedede;
}
.logo_wrap .image-block img{
  filter:grayscale(100%);
  transition: all .5s ease;
  transform:scale(1);
}
.logo_wrap .image-block:hover img{
  filter:grayscale(0);
  transform:scale(1.1);
}
.index-reviews{
  margin-bottom:60px;
}
.index-reviews .review__card{
  border: 2px solid #e5e5e5;
  padding: 25px 25px 15px;
}
.review__stars{
  list-style:none;
  padding:0;
}

.review__stars li{
  display:inline-block;
  color:#ffc107;
}
.review__stars li svg{
  width:15px;
}
.review__stars li svg path{
  fill:inherit;
}
.icon-star{
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  fill: currentColor;
}
.review__image__wrapper{
  display:flex;
  align-items:center;
}
.review__image__wrapper img{
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.review__image__wrapper .content{
  padding-left:15px;
}
.review__image__wrapper .review__name{
  margin: 0;
  font-size: 12px;
    
  font-weight: 700;
  position: relative;
}
.review__image__wrapper .review__title{
  font-size: 13px;
  color:#828282;
  margin:0;
}
.slick_reviews{
  margin:0 -15px;
}
.slick_reviews .review__item{
  padding:0 15px;
}
.index-reviews .title--decorated{
  text-align:center;
  color: #000;
  font-size: 40px;
  font-weight: 600;
  margin-bottom:40px;
}
.review__content p{
  font-size:15px;
  color:#828282;
}
.banner_abbout{
  margin-bottom:65px;
}
.aboutus-pages.page_aboutus_v3 .about-introduce .intro_image{
  padding-right:50px;
}
@media(max-width: 768px){
  .aboutus-pages.page_aboutus_v3 .about-introduce .intro_image{
    padding-right:15px;
  }
}
.spr-badge-starrating .spr-icon{
  color:#ffc107;
}
@media(max-width:990px){
  .js_best_seller .product-item-v2 .product-icon-action,
  .js_best_seller .product-item-v3 .product-icon-action,
  .js_best_seller .product-item-v4 .product-icon-action,
  .js_best_seller .product-item-v7 .product-icon-action{
    display:none;
  }
}
.js_best_seller .product-item-v8 .info_bottom{
  display:none;
}
@media(max-width:767px){
  .js_best_seller .product-item-v2 .product-icon-action{
    display:none;
  }
}
.relative.main_img{
  margin-top:-10px;
}
.selector-wrapper select:before{
  content:'a';
}
.pages-account{
  padding: 50px 0;
}

.img-product-hover {
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
}

.product-item-v1:hover .img-product-hover, .product-item-v2:hover .img-product-hover, .product-item-v3:hover .img-product-hover, .product-item-v4:hover .img-product-hover, .product-item-v5:hover .img-product-hover, .product-item-v6:hover .img-product-hover, .product-item-v7:hover .img-product-hover, .product-item-v8:hover .img-product-hover, .product-item-v9:hover .img-product-hover, .product-item-v10:hover .img-product-hover {
  opacity: 1;
  visibility: visible;
}

/* Right To Left */
.rtl #header .currencies-login .cart-login-search ul li:last-child{
  margin-right:13px!important;
}
.rtl #header .menu ul .nav-item .list-woman.page{
  right:0;
}
.rtl #header .menu ul .nav-item .list-woman{
  text-align:right;
}
.rtl .list-unstyled{
  padding-right:0;
}
.rtl #header .menu ul .nav-item .list-woman .list-clothing ul li a i{
  float:left !important;
  transform: rotate(180deg);
}
.rtl #header .menu ul .nav-item .list-woman.page .dropdownmenu_lv2 .menu_lv2{
  right:100%;
  text-align:right;
}
.rtl .navbar-nav{
  padding-right:0;
  margin-right:-25px;
}
.rtl .page_aboutus_v1.page_contact .get_find .box_getin h5{
  text-align:right;
}
.rtl .page_aboutus_v1.page_contact .get_find .box_getin p{
  text-align:right;
}
.rtl .page_aboutus_v1.page_contact .get_find .box_getin.box_find{
  padding-left:50px;
  padding-right:0;
}
.rtl .page_aboutus_v1.page_contact .get_find .box_getin.box_find .info_find .icon-box-wrapper .icon-box-icon{
  margin-left:35px;
  margin-right:0;
}
.rtl .aboutus-pages .section-newsletter-v3 .newletter_email form .btn{
  left:0 ;
  right:unset;
}
.rtl .aboutus-pages .section-newsletter-v3 h3{
  padding:15px 0px 20px 60px;
  margin:0;
  border:0;
  margin-left:45px;
  border-left:1px solid #dedede;
  text-align:right;
}
@media(max-width:767px){
  .rtl .aboutus-pages .section-newsletter-v3 h3{
    margin-left:0;
    border: 0;
    padding-left: 0;
  }
}
.rtl .aboutus-pages .section-newsletter-v3 h3:before{
  margin:0;
  margin-left:20px;
}
.rtl .contact-page .contact-form .contact_top .info_left{
  text-align:right;
}
.rtl .contact-page .contact-form .contact_top .info_left h2:before{
  right:0;
  left:unset;
}
.rtl .contact-page .contact-form .contact_bottom .contact-form-page{
  text-align:right;
}
.rtl .section-newsletter-v1 .newletter_email form .btn{
  left:0;
  right:unset;
}
.rtl .aboutus-pages .section-newsletter-aboutv1 .newsletter_left .newsletter_content {
  border:0;
  padding:0;
  margin:0;
  border-right: 1px solid #fff;
  padding-right: 25px;
  margin-right: 25px;
  text-align: right !important;
}
@media(max-width:767px){
  .rtl .aboutus-pages .section-newsletter-aboutv1 .newsletter_left .newsletter_content{
    padding:0;
    margin: 20px 0 0 0 ;
    text-align:center !important;
    border:0;
  }
}

.rtl .content-404 .search button[type=submit]{
  left:0;
  right:unset;
}
.rtl .aboutus-pages .about-introduce .info-intro {
  text-align:right;
  padding-right:40px;
}
@media(max-width:767px){
  .rtl .aboutus-pages .about-introduce .info-intro {
    padding-right:0px;
  }
}
.rtl .page_aboutus_v1.page_aboutus_v2 .about_top{
  text-align:right;
}
.rtl .aboutus-pages .about-team .teams .title_general{
  text-align:right;
  padding:0;
  padding-left: 55px;
}
.rtl .aboutus-pages .about-team .teams .info_teams{
  text-align:right;
}
.rtl .index-reviews .review__card{
  text-align:right;
}
.rtl .review__image__wrapper .content{
  padding-right: 15px;  
}
.rtl .blog-page .blog_sidebar .widget-search .wg-search-form input[type=text]{
  left:0;
  right:unset;
}
.rtl .blog-page .blog_sidebar .blog_sidebar_cate .widget-content .list-category-toggle{
  padding-right:0;
  text-align:right;
}
.rtl .blog-page .content-blog-page .blog-list-view .blog_grid .post-thumb .single-post-date{
  right:30px;
}
.rtl .blog-page .blog_sidebar .blog_sidebar_recent{
  text-align:right;
}
.rtl .blog-page .blog_sidebar .blog_sidebar_recent .list-posts .item-post .post-thumb{
  float:right;
}
.rtl .blog-page .blog_sidebar .blog_sidebar_recent .list-posts .item-post .post-info{
  padding:0;
  padding-right:15px;
}
.rtl .blog-page .content-blog-page .blog-list-view .blog_grid .post-info{
  text-align:right;
}
.rtl .blog-page .blog_sidebar .widget-tags{
  text-align: right;
}
.rtl .blog-page .blog_sidebar .widget-tags .list-tag {
    padding-right: 0;
}
.rtl .blog-page .blog_sidebar .widget-tags .list-tag li a{
  margin:0 0 10px 10px!important;
}
.rtl .popup_random_prod .prod_sidebar .product_info .img_left{
  margin: 0 0 0 20px;
}
.rtl .blog-page .content-blog-page .blog-list-view .blog_classic .post-info{
  text-align:right;
  padding: 0 30px 0 0;
}
.rtl .blog-page .content-blog-page .blog-list-view .blog_standar .post-info .title_info{
  padding-right:24px;
}
.rtl .blog-page .content-blog-page .blog-list-view .blog_classic .image_blog{
  float:right;
}
.rtl .article-page .article_sidebar .widget-search .wg-search-form button[type=submit]{
  right:unset;
  left:0;
}
.rtl .article-page .article_sidebar .blog_sidebar_cate{
  text-align:right;
}
.rtl .article-page .article_sidebar .blog_sidebar_cate .widget-content .list-category-toggle{
  padding-right:0;
}
.rtl .breadcrumb-noheading .bread-crumb{
  text-align:right;
}
.rtl .article-page .content-single-blog .post-details .cate-tags .tags {
    display: flex;
    align-items: center;
}
.rtl .article-page .article_sidebar .blog_sidebar_recent{
  text-align:right;
}
.rtl .article-page .article_sidebar .blog_sidebar_recent .list-posts .item-post .post-thumb{
  float:right;
}
.rtl .article-page .article_sidebar .blog_sidebar_recent .list-posts .item-post .post-info{
  padding: 0 20px 0 0;
}
.rtl .article-page .article_sidebar .widget-tags{
  text-align:right;
}
.rtl .article-page .article_sidebar .widget-tags .list-tag{
  padding-right:0;
}
.rtl .article-page .article_sidebar .widget-tags .list-tag li a{
  margin:0 0 10px 10px!important
}
.rtl .article-page .content-single-blog .single-related-post .blog_grid .post-info{
  text-align:right;
}
.rtl .article-page .content-single-blog .next_prev_post .tags{
  display:flex;
}
.rtl .popup .modal-window .window-window .window-content .close_edit{
  left:10px;
  right:unset;
}
.rtl .popup_random_prod{
  right: 40px !important;
  left: auto !important;
}
.rtl .popup-cookie{
  left: 40px !important;
  right: auto !important;
}
.rtl .text-left{
  text-align:right !impotant;
}
.rtl .section-banner-v8 .banner-item .banner-content{
  text-align:right;
  right:50px;
  left:unset;
}
.rtl .footer_v4 .top-footer .info_footer{
  text-align:right;
}
.rtl .footer_v4 .top-footer .title_footer h4:before{
  right:0;
}
.rtl .footer_v4 .top-footer .info_footer ul li a i{
  margin-left:10px;
}
.rtl .footer_v4 .top-footer .info_footer.end .fv4-form .text-input{
  padding:0 .8rem 0 8.6rem;
}
.rtl .footer_v4 .top-footer .info_footer.end .fv4-form .btn{
  left:0;
  right:unset;
}
.rtl .popup_random_prod .prod_sidebar .product_info .info_right{
  text-align:right;
}
.rtl .popup_random_prod .prod_sidebar{
  padding-right:0;
}
.rtl .popup_random_prod .close_popup{
  left:5px;
  right:unset;
}
.rtl .section-testimonial-v1 .testimonial-inner .testimonial-info{
  text-align:right;
}
.rtl .product-item-v1 .info-product .price-product{
  text-align:right;
}
.rtl .section-banner-v3 .banner-item .content{
  text-align:right;
}
.rtl .section-banner-v3 .banner-item .content a i{
  transform:rotate(180deg);
}
.rtl .section-banner-v10 .item-banner .content-banner{
  right:20px;
  left:unset;
}
.rtl .section-banner-v11 .item-banner .content-banner{
  right:40px;
  left:unset;
}
.rtl .section-banner-v2 .banner-box .banner-info.content-left{
  text-align:right;
  right:25px;
  left:unset;
}
@media(min-width: 1600px){
  .rtl .section-banner-v2 .banner-box .banner-info.content-left{
    right:12%;
  }
}
@media(min-width: 1200px){
  .rtl .section-banner-v2 .banner-box .banner-info.content-left{
    right:6%;
  }
}
.rtl .section-banner-v4 .banner-v4 .sub-banner-item .banner-down .content{
  text-align:right;
}
.rtl .section-banner-v5 .box-img1 .banner-content{
  text-align:right;
}
.rtl .section-blog-v3 .blog-content .post{
  text-align:right;
}
.rtl .product-item-v2 .des-font{
  text-align:right;
  right:28px;
  left:unset;
}
.rtl .product-item-v5 .product-icon-action .quick-view{
  border:0;
  border-right: 1px solid #e0e0e0;
}
.rtl .prod_extended .content-page-detail .detail-info, 
.rtl .product_sidebar .content-page-detail .detail-info{
  padding: 0 60px 0 0 ;
  text-align:right;
}
.rtl .product_sidebar .content-page-detail .detail-info{
  padding-right:0;
}
.rtl .content-page-detail .detail-info .product-title{
  padding:0 0 0 40px;
}
.rtl .content-page-detail .detail-info .btn-addwhlist{
  left:0;
  top:-5px;
  right:unset;
}
.rtl .content-page-detail .detail-info .btn-action .js-qty{
  margin: 0 0 0 15px;
}
.rtl .content-page-detail .detail-info .btn-action .js-qty .qty_minus{
  right:unset;
  left:0;
}
.rtl .content-page-detail .detail-info .btn-action .js-qty .qty_plus{
  right:unset;
  left:0;
}
.rtl .content-page-detail .detail-info .btn-action .js-qty input[type=text]{
  border:0;
  border-left:1px solid #ddd;
}
.rtl .count-down .text{
  background: url(fire.svg) top right no-repeat;
  padding:0 35px 0 0;
  background-size:25px;
}
.rtl .tab-content h2{
  text-align:right;
}
.rtl #header .menu ul .nav-item .list-woman.shop .menu_lv2:after{
  right:0;
  left:unset;
}
.rtl .tab-content ul{
  text-align:right;
}
.rtl .tab-pd-details .tab-addition{
  text-align:right;
}
.rtl .wrap-bread-crumb .bread-crumb{
  text-align:right;
}
.rtl .arrows-product .next_prod{
  padding:0 15px 0 0;
}
.rtl .arrows-product .prev_prod{
  padding:0 0 0 15px;
}
.rtl .arrows-product .prev_prod i,
.rtl .arrows-product .next_prod i{
  transform:rotate(180deg);
}

.rtl .prod_extended .content-page-detail .detail-info .product-meta-info,
.rtl .product_sidebar .content-page-detail .detail-info .product-meta-info{
  padding-right:0;
}
.rtl .product-item-v5{
  text-align:right;
}
.rtl .swatch .title_variant{
  margin: 0 0 0 27px;
}
.rtl .maxus-productdetail__options:not(:last-child){
  margin-right:0;
}
.rtl .content-page-detail .sidebar_info{
  text-align:right;
}
.rtl .product_sidebar .content-page-detail .sidebar_info .prod_sidebar{
  padding-right:0;
}
.rtl .product_sidebar .content-page-detail .sidebar_info .prod_sidebar .product_info img{
  float:right;
  margin: 0 0 0 15px;
}
.rtl .prod_sticky .content-page-detail .detail-info{
  padding: 0 60px 0 0;
  text-align:right;
}
.rtl .prod_sticky.sticky_center .content-page-detail .sticky_content .detail-info{
  padding:0;
  text-align:right;
}
.rtl .sticky_addcart .img_left{
  margin:0 0 0 20px;
}
.rtl .sticky_addcart .info_right{
  text-align:right;
}
.rtl .prod_sticky .content-page-detail .detail-info .product-meta-info{
  padding:0;
}
.rtl .prod_extended .content-page-detail .detail-info.detail-info-pd,
.rtl .product_sidebar .content-page-detail .detail-info.detail-info-pd{
  padding:0;
}
.rtl .prod_largeimg .content-page-detail .detail-info{
  padding:0 60px 0 0;
  text-align:right;
}
.rtl .prod_largeimg .content-page-detail .detail-info .product-meta-info{
  padding:0;
}
.rtl .list_ul_engo_full .title-list{
  right:49px;
  left:unset;
}
.rtl .list_ul_engo_full ul{
  padding:0;
}
.rtl .list_ul_engo_full ul li{
  text-align:right;
  padding: 0 15px 0 0;
}
.rtl .list_ul_engo_full ul li:before{
  border-color:transparent #28af5b transparent  transparent;
  right:0;
  left:unset;
}
.rtl .prod_largeimg .content-page-detail{
  margin: 0 0 0 15px;
}
.rtl .pl-0,.rtl .px-0{
  padding-right:0 !important;
}
.rtl .collection-page-fullwidth .content-page .shop_control .change_prod .change_collum .icon_change:before,
.rtl .collection-page-sidebar .content-page .shop_control .change_prod .change_collum .icon_change:before{
  margin: 0 0 0 15px;
}
.rtl .collection-page-fullwidth .content-page .shop_control .filter_sortby .filter,
.rtl .collection-page-sidebar .content-page .shop_control .filter_sortby .filter{
  float:right;
}
.rtl .collection-page-fullwidth .content-page .shop_control .change_prod .change_collum .prod_per, 
.rtl .collection-page-sidebar .content-page .shop_control .change_prod .change_collum .prod_per{
  left:100%;
  right:unset;
}
.rtl .collection-page-fullwidth .content-page .shop_control .change_prod .change_collum .prod_per a,
.rtl .collection-page-sidebar .content-page .shop_control .change_prod .change_collum .prod_per a{
  margin: 0 0 0 5px;
}
.rtl .collection-sorting .dropdown .dropdown-content{
  transform:translate3d(0,33px,0)!important;
  text-align:right;
}
.rtl .collection-page-fullwidth .filter-to-left.active,
.rtl .collection-page-sidebar .filter-to-left.active{
  right:0;
  left:unset;
}
.rtl .collection-page-fullwidth .filter-to-left .filter_sidebar, 
.rtl .collection-page-sidebar .filter-to-left .filter_sidebar{
  text-align:right;
}
.rtl .collection-page-fullwidth .filter-to-left .filter_sidebar .widget-title, 
.rtl .collection-page-sidebar .filter-to-left .filter_sidebar .widget-title{
  border:0;
  border-right:3px solid #111111;  
}
.rtl .collection-page-fullwidth .filter-to-left .filter_sidebar .filter-category .widget-content .list-category-toggle,
.rtl .collection-page-sidebar .filter-to-left .filter_sidebar .filter-category .widget-content .list-category-toggle{
  padding:0;
}
.rtl .collection-page-fullwidth .filter-to-left .filter_sidebar .filter-price .list-price, 
.rtl .collection-page-sidebar .filter-to-left .filter_sidebar .filter-price .list-price{
  padding-right:0;
}
.rtl .collection-page-fullwidth .filter-to-left .filter_sidebar .filter-size .list-size,
.rtl .collection-page-sidebar .filter-to-left .filter_sidebar .filter-size .list-size{
  padding-right:0;
}
.rtl .collection-page-fullwidth .filter-to-left .filter_sidebar .filter-color .list_color, 
.rtl .collection-page-sidebar .filter-to-left .filter_sidebar .filter-color .list_color{
  padding-right:0;
}
.rtl .collection-page-fullwidth .filter-to-left .filter_sidebar .close_filter,
.rtl .collection-page-sidebar .filter-to-left .filter_sidebar .close_filter{
  left:48px;
  right:unset;
}
.rtl .section-product-v2 .nav-tabs.title-tab{
  padding-right:0;
}
.rtl .breadcrumb_collection.wrap-bread-crumb .bread-crumb{
  text-align:center;
}
.rtl .collection-page-fullwidth .filter-to-left .filter_sidebar .filter-price .list-price li a, 
.rtl .collection-page-sidebar .filter-to-left .filter_sidebar .filter-price .list-price li a{
  padding:0 25px 0 0;
}
.rtl .collection-page-fullwidth .filter-to-left .filter_sidebar .filter-price .list-price li a:before,
.rtl .collection-page-sidebar .filter-to-left .filter_sidebar .filter-price .list-price li a:before{
  margin:0 0 0 10px;
  right:0;
  left:unset;
}
.rtl .collection-page-fullwidth .filter-to-left .filter_sidebar .filter-category .widget-content .list-category-toggle li:before, 
.rtl .collection-page-sidebar .filter-to-left .filter_sidebar .filter-category .widget-content .list-category-toggle li:before{
  content:"\f104";
  float:right;
  padding:0 0 0 10px;
}
.rtl .blog-page .blog_sidebar .widget-search .wg-search-form button[type=submit]{
  left:0;
  right:unset;
}
.rtl .blog-page .blog_sidebar .blog_sidebar_cate{
  text-align:right;
}
.rtl .wrap-bread-crumb.breadcrumb_collection2 .bread-crumb{
  text-align:center;
}
.rtl .aboutus-pages .about-instagram .instagram_v2 .block-title .title_insta:before{
  margin: 0 0 0 12px;
}
.rtl .collection-page-fullwidth .content-page .shop_control .filter_sortby .filter p, 
.rtl .collection-page-sidebar .content-page .shop_control .filter_sortby .filter p{
  margin:0 8px 0 0;
}
.rtl .collection-page-fullwidth .pagi-nav span a i,
.rtl .collection-page-sidebar .pagi-nav span a i{
  font-size: 20px;
  transform: rotate(180deg);
}
.rtl .filter_ver2 .filter_sidebar2{
  text-align:right;
}
.rtl ul{
  padding-right:0;
}
.rtl .filter_ver2 .filter_sidebar2 .filter-category .widget-content .list-category-toggle li:before{
  content:"\f104";
  padding: 0 0 0 8px;
  float:right;
}
.rtl .filter_ver2 .filter_sidebar2 .filter-price .list-price li a{
  padding: 0 25px 0 0;
}
.rtl .filter_ver2 .filter_sidebar2 .filter-price .list-price li a:before{
  right:0;
  left:unset;
  margin:0 0 0 10px;
}
.rtl .filter_ver2 .filter_sidebar2 .filter-color .list_color li a span{
  margin:0 30px 0 0;
}

.rtl .collection-page-fullwidth .content-page .shop_control .heading_collapse, 
.rtl .collection-page-sidebar .content-page .shop_control .heading_collapse{
  display:flex;
  align-items:center;
}
.rtl .collection-page-fullwidth .content-page .shop_control .content_collapse,
.rtl .collection-page-sidebar .content-page .shop_control .content_collapse{
  text-align:right;
  margin-top:10px;
}
.rtl .filter-accodition .content_collapse .widget-cate .list-category-toggle .item-toggle-tab .toggle-menumobile{
  left:0;
  right:unset;
}
.rtl .filter-accodition .content_collapse .widget-cate .list-category-toggle .menu_lv2{
  padding:0 20px 0 0 !important;
}
.rtl .filter_sidebar_general{
  text-align:right;
}
.rtl .filter_sidebar_general .widget-title{
  padding:6px 14px 6px 0;
  border:0;
  border-right:3px solid #111111;
}
.rtl .filter_sidebar_general .widget-title h2{
  padding:0 0 0 15px;
}
.rtl .filter_sidebar_general .filter-category .widget-content .list-category-toggle li:before{
  content:"\f104";
  float:right;
  padding:0 0 0 10px;
  top:6px;
}
.rtl .filter_sidebar_general .filter-price .list-price li a{
  padding:0 25px 0 0;
}
.rtl .filter_sidebar_general .filter-price .list-price li a:before{
  margin:0 0 0 10px;
  right:0;
  left:unset;
}
.rtl .filter_sidebar_general .filter-size .list-size li a{
  margin:0 0 10px 10px !important;
}
.rtl .collection-page-fullwidth .content-page .shop_control .heading_collapse.heading_filter-sty,
.rtl .collection-page-sidebar .content-page .shop_control .heading_collapse.heading_filter-sty{
  align-items:unset;
}
.rtl .heading_filter-sty .content_collapse .list-price li a{
  padding: 0 25px 0 0;
}
.rtl .heading_filter-sty .content_collapse .list-price li a:before{
  margin:0 0 0 10px;
  right:0;
  left:unset;
}
.rtl .collection-page-fullwidth .content-page .banner_full .banner_info .info,
.rtl .collection-page-sidebar .content-page .banner_full .banner_info .info{
  text-align:right;
  right:80px;
}
.rtl .product-item-v1 .product-icon-action{
  left:0;
  right:unset;
}
.rtl .product-item-v2 .variant-product{
  left:0;
  right:unset;
}
.rtl .product-item-v2:hover .variant-product{
  left:25px;
  right:unset;
}
.rtl .product-item-v2 .product-icon-action{
  right:0;
  left:unset;
}
.rtl .product-item-v2:hover .product-icon-action{
  right:25px;
  left:unset;
}
.rtl .product-item-v3 .product-icon-action{
  left:21px;
  right:unset;
}
.rtl .product-item-v3 .variant-product{
  left:unset;
  right:20px;
}
.rtl .product-item-v4 .des-font{
  text-align:right;
  right:28px;
  left:unset;
}
.rtl .product-item-v4 .product-icon-action{
  right:0;
  left:unset;
}
.rtl .product-item-v4:hover .product-icon-action{
  right:25px;
  left:unset;
}
.rtl .product-item-v4 .variant-product{
  left:0;
  right:unset;
}
.rtl .product-item-v4:hover .variant-product{
  left:25px;
  right:unset;
}
.rtl .product-item-v5 .img-product .variant-product{
  left:21px;
  right:unset;
}
.rtl .product-item-v7 .product-icon-action{
  right:35px;
  left:unset;
}
.rtl .search-full-destop .search-eveland .wg-search-form button{
  left:0;
  right:unset;
}
.rtl .search-full-destop .search-eveland .drawer_back{
  left:10px;
  right:unset;
}
.rtl .poup-login-destop .overlay_login-content .formlogin-destop .form-check{
  text-align:right;
}
.rtl .minicart{
  left:-380px;
  right:unset;
}
.rtl .minicart.active{
  left:0;
  right:unset;
}
.rtl .minicart .mini-content .mini-cart-head .close-mini-cart{
  right:0;
  left:unset;
  border:0;
  border-left:1px solid #ecebeb;
}
.rtl .minicart .mini-content .mini-cart-head .mini-cart-counter{
  right:unset;
  left:0;
  border-left:0;
  border-right:1px solid #ecebeb;
}
.rtl .tab-menu-mobile{
  right:0;
  left:unset;
  transform:translateX(100%);
  text-align:right;
}
.rtl .tab-menu-mobile.active{
  transform:none;
}
.rtl .tab-menu-mobile [class*=tab-menu] li a i{
  left:0;
  right:unset;
  transform:rotate(180deg);
}
.rtl .header-v6-h6 .model_menu{
  margin : 5px 40px 0 0 ;
}
.rtl .footer_v1{
  text-align:right;
}
.rtl .list-inline-item:not(:last-child){
  margin:0 0 0 .5rem;
}
.rtl .footer_v2{
  text-align:right;
}
.rtl .footer_v2 .top-footer .border-ft {
  border:0;
  border-right: 1px solid #dddddd6e;
  padding: 50px 30px 40px 0;
}
.rtl .footer_v3 .newsletter-fv3 .newletter_email form .form-group .form-control{
  padding:.375rem 0 .375rem 6.75rem;
}
.rtl .footer_v3 .newsletter-fv3 .newletter_email form .btn{
  left:0;
  right:unset;
}
.rtl .footer_v3 .content_menu .casano-socials{
  text-align:left;
}
a.social-item i{
  margin:0 !important;
}
.rtl .footer_v5 .menu_ft,.rtl .footer_v5 .form-footer{
  text-align:right;
}
.rtl .footer_v5 .list-icon ul li a{
  margin:0 0 0 12px;
}
.rtl .footer_v5 .form-footer .fv5-form .text-input{
  padding:0 0 0 10rem;
}
.rtl .footer_v5 .form-footer .fv5-form .btn{
  left:0;
  right:unset;
}
.rtl .footer_v5 .form-footer .fv5-form{
  padding:0 25px 0 0;
}
.rtl .filter_ver2 .filter_sidebar2 .filter-category .widget-content .list-category-toggle .menu_lv2{
  padding: 0 20px 0 0;
}
.rtl .filter_sidebar_general .filter-category .widget-content .list-category-toggle .menu_lv2{
  padding: 0 20px 0 0;
}
.rtl .menu_moblie .menuleft{
  text-align:right;
}
.rtl .box_contentmenu .tab_content_menu_mobile .tab-content #tab_menu_mobile .menu-horizon-list.active .menu_lv2{
  text-align:right;
}
.rtl .box_contentmenu .tab_content_menu_mobile .tab-content #tab_account_mobile .overlay_login-content .box_content_accountdestop .formlogin .login_primary .mailrrr .form-check{
  text-align:right;
}
.rtl .article-page .content-single-blog .post-details .content-post-default{
  text-align:right;
}
.rtl .article-page .content-single-blog .post-details .content-post-default blockquote:before{
  right:0;
  left:unset;
}

.rtl .tab-pd-details .product-desc p{
  text-align:right;
}

.rtl .box_contentmenu_background{
  right:0;
  left:unset;
}

.rtl .box_contentmenu{
  left:unset;
  right:-320px;
}
.rtl .box_contentmenu.active{
  right:0;
}
.rtl .prod_sticky .arrows-product .prev_prod .img-prev{
  left:0;
  right:unset;
  transform:translateX(0);
}
.rtl .prod_sticky .arrows-product .next_prod .img-next{
  left:0;
  right:unset;
  transform:translateX(0);
}

.rtl .prod_extended .arrows-product .next_prod .img-next, 
.rtl .product_sidebar .arrows-product .next_prod .img-next{
  left:0;
  right:unset;
  transform:translate(0);
}

.rtl .prod_extended .arrows-product .prev_prod .img-prev,
.rtl .product_sidebar .arrows-product .prev_prod .img-prev{
  left:0;
  right:unset;
  transform:translate(0);
}

.rtl .menu_moblie .menuright{
  text-align:left;
}

.rtl .aboutus-pages .about-introduce .intro_detail .info-intro .des_intro:before{
  margin: 0 0 0 18px;
}

.rtl .page_aboutus_v1.page_aboutus_v2 .address .address_pagev2 .newyork{
  text-align:right;
}

.rtl .page_aboutus_v1.page_FQA .asked{
  text-align:right;
}
.rtl .article-page .content-single-blog .post-details .cmt-author .date-post a{
  padding:0 5px 0 0;
}
.rtl .list-category .info_col{
  text-align:right;
}
.rtl .page-cart .content-cart-page .shop_table .cart_item .product-quantity .js-qty input[type=text]{
  border:0;
  border-left:1px solid #232529;
}
.rtl .page-cart .content-cart-page .shop_table .cart_item .product-quantity .js-qty{
  margin:0 0 0 15px;
}
.rtl .page-cart .content-cart-page .shop_table .cart_item .product-quantity .js-qty .qty_minus{
  left: 0 !important;
  right:unset;
}
.rtl .page-cart .content-cart-page .shop_table .cart_item .product-quantity .js-qty .qty_plus{
  left:0 !important;
  right:unset;
}
.rtl .cart_totals {
  text-align:right;
}
.rtl .page-cart .content-cart-page .cart_totals .cart-update{
  margin:20px 0 20px 10px;
}
.rtl .engo-popup .content .also_like_prod .title{
  text-align:right;
}
.rtl .engo-popup .content .also_like_prod .prev-slide{
  left:20px;
  right:unset;
}
.rtl .engo-popup .content .also_like_prod .next-slide{
  left:50px;
  right:unset;
}
.rtl input[type="checkbox"],.rtl input[type="radio"]{
  margin:0 0 0 8px;
}
.rtl .heading_filter-sty .title_filter .widget-title a{
  text-align:right;
}
.rtl .heading_filter-sty .title_filter .widget-title a i{
  left:20px;
  right : unset;
}
.rtl .filter_ver2 .filter_sidebar2 .filter-size .list-size li{
  padding-left:5px;
  padding-right:0;
}
.rtl .prod_largeimg .arrows-product .prev_prod .img-prev,
.rtl .prod_largeimg .arrows-product .next_prod .img-next{
  left:0;
  transform:translateX(0);
  right:unset;
}
.rtl .prod_extended .content-page-detail .gallery-control .btn-video,.rtl .product_sidebar .content-page-detail .gallery-control .btn-video{
  left:4%;
  right:unset;
}
.rtl .prod_extended .content-page-detail .gallery-control .btn-video .text_video,.rtl .product_sidebar .content-page-detail .gallery-control .btn-video .text_video{
  padding:0 10px 0 0 ;
}
.rtl .page_aboutus_v1.page_aboutus_v2 .about_top .paddingright{
  padding-right:15px;
  padding-left:45px;
}
.rtl .footer_v2 .top-footer .info_footer.end .newletter_email .btn{
  left:0;
  right:unset;
  
}
.rtl .page_aboutus_v1.page_FQA .engoc-faq-heading .engoc-faq-icon-plus,
.rtl .page_aboutus_v1.page_FQA .engoc-faq-heading .engoc-faq-icon-minus{
  margin:0 0 0 5px;
}

@media(min-width: 992px) and (max-width: 1199.98px){
  .rtl .collection-page-fullwidth .filter-to-left .filter_sidebar .close_filter, 
  .rtl .collection-page-sidebar .filter-to-left .filter_sidebar .close_filter{
    left:30px;
  }
}
@media(min-width: 768px) and (max-width: 991.98px){
  .rtl .prod_extended .content-page-detail .detail-info, .rtl .product_sidebar .content-page-detail .detail-info{
    padding-right:0;
  }
  .rtl .collection-page-fullwidth .filter-to-left .filter_sidebar .close_filter, 
  .rtl .collection-page-sidebar .filter-to-left .filter_sidebar .close_filter{
    left:30px;
  }
}
@media (max-width: 767px){
  .rtl .footer_v4 .top-footer .info_footer{
    text-align:center;
  }
  .rtl .footer_v4 .info_footer .title_footer h4:before{
    right:unset;
  }
  .rtl .prod_extended .content-page-detail .detail-info, .rtl .product_sidebar .content-page-detail .detail-info{
    padding-top:20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px)
.rtl .collection-page-fullwidth .shop_control .filter_sortby, .collection-page-sidebar .shop_control .filter_sortby {
    justify-content: end;
}
@media(max-width: 576px){
  .rtl .popup_random_prod{
  left: 0!important;
    right: 0!important;
  }
  .rtl .popup-cookie{
    left: 0!important;
    right: 0!important;
  }
  .rtl .footer_v1{
    text-align:center;
  }
  .rtl .footer_v2{
    text-align:center;
  }
  .rtl .prod_extended .content-page-detail .detail-info, .rtl .product_sidebar .content-page-detail .detail-info{
    padding-right:0;
  }
  .rtl .footer_v2 .top-footer .border-ft{
    padding:20px 0 20px 0;
  }
}
.rtl .info-product{
  text-align:right;
}
.rtl .spr-badge-starrating{
  margin: 0 0 0 3px;
}
.rtl .spr-badge .spr-icon, .spr-badge .spr-icon-star{
  margin: 0 0 0 1.6px;
}
.rtl .footer_v4 .top-footer .info_footer ul li{
  margin-right: 0;
}
.rtl .minicart .mini-content .prod .product-cart .minicart_item li .produc_remove a{
  left:0;
  right:unset;
}
.rtl .minicart .mini-content .prod .product-cart .minicart_item li .product-detail{
  padding:0 20px 0 0;
  text-align: right;
}
.rtl .minicart .mini-content .sub-total .total-price{
  float:left !important;
}
.rtl .minicart .mini-content .sub-total .total-title{
  float:right !important;
}
.rtl .contact-page .contact-form .contact-form-page .contact-form label{
  margin:0 10px 0 0;
}
.rtl .tab-pd-details .tab-addition .title_content h3:after{
  right:0;
  left:unset;
}
.rtl .count-down .countdown-timer li:first-child{
  margin: 0 0 0 7px;
}
.rtl .prod_extended .content-page-detail .detail-info .product-price del.
.rtl .product_sidebar .content-page-detail .detail-info .product-price del,
.rtl .prod_sticky .content-page-detail .detail-info .product-price del,
.rtl .prod_largeimg .content-page-detail .detail-info .product-price del,
.rtl .prod_extended .content-page-detail .detail-info .product-price del, 
.rtl .product_sidebar .content-page-detail .detail-info .product-price del,
.rtl .content-page-detail .detail-info .product-price del, 
.rtl .footer_v4 .top-footer .info_footer ul li a i{
  margin: 0 0 0 10px;
}
.rtl .product-quickview .popup-quickview .detail-info{
  text-align:right;
}
.rtl .product-quickview .popup-quickview .product-info-main .product-item .details .swatch .header{
  margin-right:0;
  margin-left:27px;
  text-align:right;
}
.rtl .product-quickview .popup-quickview .product-info-main .product-item .details .product-actions .product-quantity .js-qty{
  margin: 0 0 0 15px;
}
.rtl .product-quickview .popup-quickview .product-info-main .product-item .details .product-actions .product-quantity .js-qty .qty_minus,
.rtl .product-quickview .popup-quickview .product-info-main .product-item .details .product-actions .product-quantity .js-qty .qty_plus{
  left:0;
  right:unset;
}
.rtl .product-quickview .popup-quickview .product-info-main .product-item .details .product-actions .product-quantity .js-qty input[type=text]{
  border:0;
  border-left:1px solid #ddd;
}
.rtl .product-quickview .popup-quickview .product-info-main .product-item .details .product-actions .btn-addtocart .shop-button{
  margin-left:0;
}
.rtl .swatch .variant_other{
  margin:0 0 10px 10px!important;
}
.rtl .filter-accodition .content_collapse .list_color li{
  padding: 0 0 0 15px;
}
.filter-accodition .content_collapse .list-size{
  padding:0 20px 0 0 ;
}
.rtl .heading_filter-sty .content_collapse .list-size li{
  padding:0 0 15px 15px;
}
/*.rtl .prod_extended .content-page-detail .detail-info .product-price del, 
.rtl .product_sidebar .content-page-detail .detail-info .product-price del,
.rtl .content-page-detail .detail-info .product-price del, 
.rtl .footer_v4 .top-footer .info_footer ul li a i{
  margin:0 0 0 10px;
}*/
.rtl .prod_sticky .content-page-detail .gallery-control .btn-video .text_video,
.rtl .prod_largeimg .content-page-detail .gallery-control .btn-video .text_video{
  margin:0 10px 0 0 ;
}
/*.rtl .prod_largeimg .content-page-detail .gallery-control .btn-video .text_video{
  margin:0 10px 0 0 ;
}*/
.rtl .page-cart .content-cart-page .shop_table .cart_item .product-name-thumb,
.rtl .page-cart .content-cart-page .shop_table .cart-title th.product-thumbnail{
  text-align:right;
}
/*.rtl .page-cart .content-cart-page .shop_table .cart-title th.product-thumbnail{
  text-align:right;
}
.rtl .content-page-detail .detail-info .product-price del, 
.rtl .footer_v4 .top-footer .info_footer ul li a i{
  margin:0 0 0 10px;
}*/
.rtl .ciloe-size-guide .extra-link a{
  margin: 0 0 0 20px;
}
/*.rtl .footer_v4 .top-footer .info_footer ul li a i{
  margin:0 0 0 10px;
}*/
/* End rtl */

a.back-to-top{
  width: 48px;
  height: 48px;
  line-height: 43px;
  border-radius: 50%;
  font-size: 20px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  bottom: 100px;
  right: 36px;
  text-align: center;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  z-index: 98;
  overflow: hidden;	
}
a.back-to-top:not(.active){
  transform:scale(0);
  -webkit-transform:scale(0);
}

a.back-to-top i{color:#fff;}
a.back-to-top::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);
}
a.back-to-top:hover{
  background:#f4841a;
}
a.back-to-top:hover svg path{
  fill:#fff;
}
a.back-to-top:hover::before{
  animation:shine .75s;
  -webkit-animation:shine .75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%
  }
}

@keyframes shine {
  100% {
    left: 125%
  }
}
@keyframes MoveUpDown {
  50% {
    bottom: 25px;
  }

  100% {
    bottom: 0;
  }
}
@-webkit-keyframes squares {
  0% {
    -webkit-transform:scale(1);
    transform:scale(1);
    opacity:0;
  }
  20% {
    -webkit-transform:scale(1.24);
    transform:scale(1.24);
    opacity:1;
  }
  100% {
    -webkit-transform:scale(2.1);
    transform:scale(2.1);
    opacity:0;
  }
}
  
.rtl a.back-to-top{right: auto;left:36px;}


/* start product detail */
@media (min-width: 992px) {
  .prod_product_detail .aplus-container-1 {
    padding: 20px
  }

  .prod_product_detail .premium-aplus .aplus-display-table {
    display: table;
  }

  .prod_product_detail .premium-aplus-module-1 .aplus-module-section.aplus-text-section-left,
  .prod_product_detail .premium-aplus-module-1 .aplus-module-section.aplus-text-section-right {
    padding: 0 20px;
  }

  .prod_product_detail .premium-aplus-module-1 .aplus-module-section {
    width: 50%;
    vertical-align: middle;
  }

  .prod_product_detail .premium-aplus .aplus-display-table-cell {
    display: table-cell;
  }

  .prod_product_detail .premium-aplus .aplus-h1 {
    font-size: 32px;
    line-height: 1.2em;
    font-weight: 500;
  }

  .prod_product_detai .aplus-premium img {
    width: 100%;
  }

  .prod_product_detail .premium-aplus .aplus-p2 {
    line-height: 1.4em;
    font-weight: 400;
  }

  .prod_product_detail .premium-aplus-module-1 .aplus-module-section.aplus-image-section {
    vertical-align: middle
  }

  .prod_product_detail .premium-aplus-module-3 .premium-aplus-column {
    padding: 0 20px;
  }

  .prod_product_detail .premium-aplus-module-3 .premium-aplus-column {
    display: inline-block;
    vertical-align: top;
    width: 25%;
  }

  .prod_product_detail .premium-aplus .aplus-h3 {
    font-size: 18px;
    line-height: 1.25em;
    font-weight: 500;
  }

  .prod_product_detail .premium-aplus-four-column {
    display: flex;
    justify-content: space-between;
  }

  .prod_product_detail .iframeTest,
  .prod_product_detail .product-desc img {
    margin-bottom: 20px;
  }

  .prod_product_detail .descriptionDivBox {
    border-bottom: 1px solid #e3e3e3;
    min-height: 40px;
    display: flex;
    flex-flow: nowrap;
  }

  .prod_product_detail .aplus-module-section .descriptionDivBox:first-child {
    border-top: 1px solid #e3e3e3;
    line-height: 40px;
  }

  .prod_product_detail .descriptionDivBox p {
    width: 50%;
    margin: 0;
    padding: 10px;
  }

  .prod_product_detail .descriptionDivBox p:first-child {
    background: #f5f5f5;
  }

  .prod_product_detail .sticky_addcart .btn-action .shop-button,
  .sticky_addcart .btn-action .shop-button-amazon,
  .prod_extended .content-page-detail .detail-info .btn-action .shop-button,
  .product_sidebar .content-page-detail .detail-info .btn-action .shop-button,
  .engo-popup .content .more_info .actions .shop-button,
  .engo-popup .content .more_info .actions .checkout-button,
  .prod_extended .content-page-detail .detail-info .btn-action .js-qty,
  .product_sidebar .content-page-detail .detail-info .btn-action .js-qty,
  .page-cart .content-cart-page .cart_totals .cart-update input[type=submit],
  .page-cart .content-cart-page .cart_totals .continue-shopping-1 a,
  .page-cart .content-cart-page .cart_totals .cart-check .checkout-button,
  .page-cart .content-cart-page .shop_table .cart_item .product-quantity .js-qty {
    border-radius: 40px
  }

  .prod_product_detail .shopify-payment-button__button--unbranded {
    border-radius: 40px !important;
    width: calc(100% - 90px) !important;
  }

  .prod_product_detail .tab-pd-details .tab_prod li {
    position: relative;
  }

  .prod_product_detail .engoj-btn-addtocart {
    display: block;
    margin-top: 20px;
  }

  .prod_extended .content-page-detail .detail-info .btn-action {
    flex-wrap: wrap;
  }

  #add .justify-content-center {
    display: none;
  }

  .prod_product_detail .list_ul_engo_full {
    padding: 10px 12px;
    margin-top: 20px;
  }

  .prod_product_detail .list_ul_engo_full ul li {
    font-size: 15px;
    font-weight: 400;
  }

  .prod_extended .content-page-detail .detail-info .wrap-rating,
  .product_sidebar .content-page-detail .detail-info .wrap-rating {
    border-bottom: none;
    padding-bottom: 0;
  }

  .prod_product_detail .js-qty {
    max-width: 500px;
  }

  .prod_extended .content-page-detail .detail-info .btn-action .js-qty {
    width: 160px;
    height: 42px;
  }

  .prod_extended .content-page-detail .detail-info .btn-action .js-qty input[type=text] {
    width: 250px;
    border: none;
    padding: 7px 0;
  }

  .prod_extended .content-page-detail .detail-info .btn-action .js-qty .qty_minus {
    left: 0;
    /*transform: rotate(90deg);*/
    top: 0px;
    font-size: 16px;
    border-top: none;
    border-right: 1px solid #ddd;
    height: 38px;
  }
  .prod_extended .content-page-detail .detail-info .btn-action .js-qty .qty_minus .fa {
    padding-top: 0px;
    width: 16px;
  }
  .prod_extended .content-page-detail .detail-info .btn-action .js-qty .qty_plus {
    border-left: 1px solid #ddd;
    /*transform: rotate(90deg);*/
    top: 0px;
    font-size: 16px;
    height: 38px;
  }
   .prod_extended .content-page-detail .detail-info .btn-action .js-qty .qty_plus .fa-caret-up {
      padding-bottom: 0px;
   }
  .fa-caret-up:before {
    content: "" !important;
    font-size: 16px;
  }
  .prod_extended .content-page-detail .detail-info .btn-action .js-qty  svg {
    width: 13px;
    height: 13px
  }
  .fa-caret-down:before {
    content: "" !important;
    font-weight: bold;
    font-size: 12px
  }
  .prod_extended .content-page-detail .detail-info .btn-action .js-qty .fa {
    width: 14px;
  }
  .minicart .mini-content .action-checkout .button-checkout {
    background-color: #f4841a;
  }

  .content-pages .container h4,
  .content-pages .container h3 {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding-top: 10px;
  }

  .content-pages .table thead th,
  .content-pages table.full thead th,
  .content-pages .section-header {
    border-bottom: 1px solid #dee2e6;
    color: #212529;
  }

  .content-pages .table-wrap {
    border-top: 1px solid #dee2e6;
  }

  .shopify-cleanslate .h7OYsWHrW5495r9beh2n {
    border-radius: 40px;
  }

  .shopify-payment-button__button--branded .shopify-cleanslate {
     /* width: calc(100% - 90px);
     margin-top: 20px; */
     height: 55px !important;
     min-height: 55px;
  }

  form.cart.clearfix {
    border-bottom: none;
  }
  #shopify-section-footer .footer_v1+div {
    position: absolute;
    bottom: 25px;
    margin: 0 !important;
    right: 8px;
  }
  #shopify-section-footer .footer_v1.product-detail-footer{
    padding-bottom:90px;
  }
  #shopify-section-footer .footer_v1.product-detail-footer+div{
    bottom:115px;
  }
  /* .linxr-block .tab-content .product-item-v1 .price-product{
    margin:0;
  } */
  .linxr-block .tab-content .product-item-v1 .engoj_grid_parent,
  .prod_product_detail .product-item-v1 .engoj_grid_parent{
    margin-bottom: 0;
  }
  .prod_product_detail .product-item-v1 .price-product,
  .featured-icon .block-top-link{
    margin: 0;
  }
  /*.prod_product_detail .product-item-v1 .engoj_grid_parent{
    margin-bottom:0;
  }*/
  .prod_product_detail .premium-aplus-module-1 .aplus-module-section{
    vertical-align: top;
  }
  .prod_extended .arrows-product .prev_prod, .product_sidebar .arrows-product .prev_prod,
  .prod_extended .arrows-product .next_prod, .product_sidebar .arrows-product .next_prod {
    font-size: 14px;
    font-weight: normal;
  }
  /*.prod_extended .arrows-product .next_prod, .product_sidebar .arrows-product .next_prod {
    font-size: 14px;
    font-weight: normal;
  }*/
  .descriptionOuterTable {
      display: flex !important;
      flex-wrap: wrap;
  }
  .descriptionOuterTable img {
    width: 50%;
  }
  .prod_product_detail .descriptionOuterTable .aplus-module-section {
    flex-grow: 1;
  }
  #header .menu ul .nav-item {
     min-width: 50px;
     padding-left: 10px;
     padding-right: 15px;
     padding-top: 10px;
     padding-bottom: 10px;
  }
  #header .menu ul .nav-item:last-child {
    padding-right: 0px;
  }
  .container-v1 .row {
    margin-right:0px;
    margin-left: 0px;
  }
  /*.featured-icon .block-top-link {
     margin: 0;
  }*/
  .navbar-nav .nav-link{
    padding: 0 !important;
  }
  .prod_product_detail .tab-pd-details .tab_prod li a {
    color: #000;
  }
  .related-product .next-slide,
  .related-product .prev-slide {
      width: 35px;
      height: 35px;
      line-height: 35px;
      font-size: 20px;
      opacity: 0.8;
    }
    .prod_product_detail  .wrap-bread-crumb .bread-crumb a i {
      display: inline-block;
      min-width: 10px;
    }
    .prod_product_detail .js_prod_main2 {
      max-height: 794px;
      overflow: hidden;
    }
    .prod_product_detail .js_prod_sub2 {
      max-height: 201px;
      overflow: hidden;
    }
    .prod_product_detail .js_prod_sub2 .next-slide {
      right: 0;
    }
    .prod_product_detail .js_prod_sub2 .prev-slide {
      left: 0;
    }
    /*.prod_product_detail .js_prod_sub2 .engoj_img_variant {
      float: left
    }*/
    .prod_extended .arrows-product .prev_prod i,
    .prod_extended .arrows-product .next_prod i{
      min-width: 25px;
      display: inline-block;
      padding-right: 0;
    }
    .prod_extended .arrows-product .prev_prod,
    .prod_extended .arrows-product .next_prod {
      min-width: 87.4px;
    }

    .poup-login-destop .overlay_login-content .formlogin-destop .or_creat .box-register a {
      color: #f4841a;
    }
    .grid__item {
      padding-left: 15px;
      padding-right: 15px;
    }
    .prod_extended .content-page-detail .detail-info .shopify-payment-button {
       margin-top: 20px;
       height: 55px !important;
       min-height: 55px;
    }
    .prod_extended .content-page-onsale-detail .detail-info .shopify-payment-button { 
      width: 100%;
    }
    .prod_extended .content-page-detail .detail-info .shopify-payment-button  .shopify-payment-button__button--unbranded {
       margin-bottom: 0;
       margin-top: 0;
    }

    #ShopifyChat {
      bottom: 113px !important;
      right: 9px !important;
      z-index: 999 !important;
      /*display: none;*/
      opacity: 0;
    }
    .minicart {
        z-index: 9999!important; 
    }
    .applied-discount-code-wrapper {
      padding-left: 0px !important;
      border-radius: 0px !important;
    }
    .jdgm-rev-widg__summary {
      margin-top: 24px;
     } 
    .jdgm-carousel--done .jdgm-carousel__item-container,
    .jdgm-carousel__item-wrapper {
      min-height: 500px;
    }
    .jdgm-carousel-wrapper .jdgm-carousel-item {
      width:25% !important;
    }
    .jdgm-carousel--aligned-theme .jdgm-carousel-item__product-image {
      height: 70% !important;
      display: block !important;
      width: 100% !important;
      object-fit: cover;
      object-position: center center;
    }
    .jdgm-carousel--aligned-theme .jdgm-carousel-item__review-wrapper {
      height: 30% !important;
      width: 100% !important;
      display: block !important;
      padding: 5px !important;
    }
    .jdgm-carousel--aligned-theme .jdgm-carousel-item__review-wrapper .jdgm-line-clamp {
       max-height: 75px;
       -webkit-line-clamp: 3 !important;
       line-clamp: 3 !important;
    }
    .coupon-copy-btn {
      display: inline-block;
      border: 1px solid #939393;
      border-radius: 10px;
      padding: 0 10px;
      height: 23px;
      line-height: 21px;
      color: #000;
      font-size: 14px;
      cursor: pointer;
    }
    .product-item-v1 .enj-product-price-save {
       font-weight: 400 !important;
    }
    .prod_extended .content-page-detail .detail-info .product-price,
    .product_sidebar .content-page-detail .detail-info .product-price {
      flex-wrap: wrap;
    }
    .prod_extended .content-page-detail .detail-info .product-price del,
    .product_sidebar .content-page-detail .detail-info .product-price del {
      font-weight: 400 !important;
      width: 60%;
    }
    .content-page-detail .enj-product-price-save {
      font-size: 16px !important;
      font-weight: 400 !important;
      margin-left: 0px;
    }
    .section-product-countdown .product-countdown .info-product .price-product .price-old {
      font-size: 14px;
      font-weight: 400;
    }
    .section-product-countdown .product-countdown .info-product .price-product .enj-product-price-save {
      display: block;
    }
    .minicart .mini-content .prod {
      padding-bottom: 350px !important;
    }
    #shopify-section-template--21526992224564__1657336926259714b0 {
      min-height: 50px;
    }
}
.prod_product_detail .featured-icon {
    padding-top: 0;
  }
@media (min-width: 1440px) {
  #shopify-section-footer .footer_v1+div {
    right: calc((100vw - 1440px) / 2);
   }
}
@media (max-width: 991px) {
 .prod_product_detail .premium-aplus .aplus-display-table
  .prod_product_detail .aplus-h1,
  .aplus-h3 {
    font-size: 1.45rem;
  }

  .prod_product_detail .premium-aplus-four-column img {
    margin-top: 0.5rem;
  }

  .prod_product_detail .featured-icon .sp-iconfeatured {
    padding-top: 0.1rem;
    padding-bottom: 0.2rem;
    padding-left: 0;
    padding-right: 0;
    height: auto;
  }

  .prod_product_detail .featured-icon .sp-iconfeatured .iconbox-inner {
    display: flex;
    align-items: center;
  }

  .prod_product_detail .featured-icon .sp-iconfeatured .icon {
    margin: 0.5rem
  }

  .prod_product_detail .featured-icon {
    padding-bottom: 20px;
  }
  
  .tab-pd-details-mobile .product-desc {
    padding: 2rem 0 1rem;
  }

  .prod_product_detail .video-wrapper iframe {
    height: 15rem !important;
  }

  .prod_product_detail .video-wrapper {
    height: 15rem;
  }

  .prod_product_detail .product-desc img,
  .prod_product_detail .iframeTest {
    margin-bottom: 15px;
  }

  .prod_product_detail .tab-pd-details .tab_prod li a {
    width: 100%;
    font-size: 15px;
    padding: 0.4rem 0.5rem;
  }

  .prod_product_detail .tab-pd-details .tab_prod li {
    width: 100%;
    background: #fff;
    font-size: 0.5rem;
    margin-bottom: 0.2rem;
    position: relative;
    border-radius: 0
  }

  .prod_product_detail .featured-icon .block-top-link>* {
    flex: calc(50% - 10px) !important;
    padding: 0px 5px;
  }

  .footer_v1 .top-footer .info_footer {
    text-align: left;
    position: relative;
  }

  .footer_v1 .top-footer .info_footer ul.list-unstyled {
    display: none;
  }

  .footer_v1 .top-footer .info_footer .title_border:after {
    display: none;
  }

  .end ul.list-unstyled {
    display: block !important;
  }

  .footer_v1 .top-footer .info_footer .title_border_1:before,
  .tab-pd-details .tab_prod li .title_border_1:before {
    content: '+';
    position: absolute;
    right: 1rem;
  }

  .footer_v1 .top-footer .info_footer .title_border_2:before,
  .tab-pd-details .tab_prod li .title_border_2:before {
    content: '-';
    position: absolute;
    right: 1.1rem;
    font-size: 2.3rem;
    top: -0.8rem;
  }

  .prod_product_detail .descriptionDivBox {
    border-bottom: 1px solid #e3e3e3;
    min-height: 2.6rem;
    display: flex;
    flex-flow: nowrap;

  }

  .prod_product_detail .aplus-module-section .descriptionDivBox:first-child {
    border-top: 1px solid #e3e3e3;
    line-height: 2.6rem;
  }

  .prod_product_detail .descriptionDivBox p {
    width: 50%;
    margin: 0;
    padding: 1rem;
  }

  .prod_product_detail .descriptionDivBox p:first-child {
    background: #f5f5f5;
  }

  .prod_product_detail .sticky_addcart .btn-action .shop-button,
  .sticky_addcart .btn-action .shop-button-amazon,
  .prod_extended .content-page-detail .detail-info .btn-action .shop-button,
  .product_sidebar .content-page-detail .detail-info .btn-action .shop-button,
  .engo-popup .content .more_info .actions .shop-button,
  .engo-popup .content .more_info .actions .checkout-button,
  .prod_extended .content-page-detail .detail-info .btn-action .js-qty,
  .product_sidebar .content-page-detail .detail-info .btn-action .js-qty,
  .page-cart .content-cart-page .cart_totals .cart-update input[type=submit],
  .page-cart .content-cart-page .cart_totals .continue-shopping-1 a,
  .page-cart .content-cart-page .cart_totals .cart-check .checkout-button,
  .page-cart .content-cart-page .shop_table .cart_item .product-quantity .js-qty {
    border-radius: 2.5rem;
  }

  .prod_product_detail .shopify-payment-button__button--unbranded {
    border-radius: 2.5rem !important;
    width: 11rem !important;
    height: 44px;
    margin: 0.5rem 0;
    line-height: 0.5rem;
    margin-top: -0.05rem;
    letter-spacing: 0;
    line-height: 16px;
    padding: 0.5em 1em;
    font-size: 0.86rem !important;
  }

  .prod_extended .content-page-detail .detail-info .btn-action .enj-add-to-cart-btn {
    position: fixed;
    bottom: 8px;
    z-index: 10;
    width: 10.5rem;
    right: 1rem;
    height: 44px;
    letter-spacing: 0em;
    font-size: 0.86rem;
    padding: 0;
  }

  .prod_product_detail .aplus-image-section img {
    float: none !important;
  }

  .box_contentmenu .tab_content_menu_mobile .tab-content #tab_menu_mobile .menu-horizon-list .nammenu {
    height: 2.8rem;
    line-height: 1rem;
  }

  .box_contentmenu .tab_content_menu_mobile .tab-content #tab_menu_mobile .menu-horizon-list .toggle-menumobile {
    height: 2.8rem;
    line-height: 1rem;
  }

  .prod_product_detail .engoj-btn-addtocart {
    display: block;
    margin-top: 20px;
  }

  .prod_product_detail .prod_extended .content-page-detail .detail-info .btn-action {
    flex-wrap: wrap;
  }

  .prod_product_detail #add .justify-content-center,
  .prod_product_detail .sticky_addcart {
    display: none;
  }

  .prod_product_detail .list_ul_engo_full {
    padding: 7px 17px;
    margin-top: 20px;
  }

  .prod_product_detail .list_ul_engo_full ul li {
    font-size: 14px;
    font-weight: 400;
  }
  .prod_product_detail .list_ul_engo_full ul li label {
    margin-bottom: 0rem;
  }
  .prod_extended .content-page-detail .detail-info .wrap-rating,
  .product_sidebar .content-page-detail .detail-info .wrap-rating {
    border-bottom: none;
    padding-bottom: 0;
  }

  .prod_product_detail .js-qty {
    max-width: 500px;
  }

  .prod_extended .content-page-detail .detail-info .btn-action .js-qty {
    width: 10rem;
    height: 2.8rem;
  }

  .prod_extended .content-page-detail .detail-info .btn-action .js-qty input[type=text] {
    width: 10rem;
    border: none;
    padding: 7px 0;
  }

  .prod_extended .content-page-detail .detail-info .btn-action .js-qty .qty_minus {
    left: 0px;
    /*transform: rotate(90deg);*/
    top: 0;
    height: 40px;
    border-right: 1px solid #ddd;
    border-top: none;
    right: auto;
    bottom: auto;
    font-size: 16px;
  }
  .prod_extended .content-page-detail .detail-info .btn-action .js-qty .qty_minus .fa {
    padding-top: 0px;
    width: 14px;
  }
  .prod_extended .content-page-detail .detail-info .btn-action .js-qty .qty_plus {
    border-left: 1px solid #ddd;
    /*transform: rotate(90deg);*/
    top: 0rem;
    font-size: 16px;
    height: 40px;
    border-top: none;
  }
   .prod_extended .content-page-detail .detail-info .btn-action .js-qty .qty_plus .fa-caret-up {
     padding-bottom: 0px;
     width: 12px;
   }
  .fa-caret-up:before {
    content: "" !important;
    font-size: 1rem;
  }
  .prod_extended .content-page-detail .detail-info .btn-action .js-qty  svg {
    width: 13px;
    height: 13px
  }
  .fa-caret-down:before {
    content: "" !important;
    font-weight: normal;
    font-size: 1rem;
  }

  .prod_product_detail div.shopify-payment-button {
    position: fixed;
    bottom: 0;
    background: #fff;
    width: 100%;
    margin: 0;
    padding: 16px 0 0px 1rem;
    z-index: 9;
    left: 0;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
  }

  form.cart.clearfix {
    border-bottom: none;
  }

  .minicart .mini-content .action-checkout .button-checkout {
    background-color: #f4841a;
  }

  .prod_product_detail .related-product .col-12 {
   padding-left: 0;
  }
  
  .prod_product_detail .related-product {
    padding-bottom: 0rem;
  }
  .prod_product_detail .related-product.container-v2{
    padding-bottom: 0rem !important;
    border-top: 10px solid #f4f4f4;
  }
  .footer_v1 .top-footer {
    padding: 1rem 0 1rem;
  }

  .footer_v1 .align-items-center {
    padding-bottom: 0rem;
  }

  .footer_v1 .copyright {
    padding: 0;
  }

  .section-product-v2 .nav-tabs.title-tab,
  .section-product-countdown .title_block,
  .section-product-countdown,
  .product-item-v1 .mb-30 {
    margin-bottom: 1rem;
  }

  .section-product-countdown,
  .shopify-section div[data-section-type='section-product-countdown'],
  .shopify-section div[data-section-type='section-banner-v2'],
  .shopify-section .mt-all {
    margin-top: -20px !important;
  }

  .pages-account {
    padding: 1rem 0;
  }

  .content-pages .container h4,
  .content-pages h3 {
    border-top: 1px solid #dee2e6;
    padding-top: 10px;
  }

  .table thead th,
  table.full thead th,
  .content-pages .section-header {
    border-bottom: 1px solid #dee2e6;
    color: #212529;
  }

  .delivery_return {
    max-height: 40rem;
  }

  .shopify-cleanslate .h7OYsWHrW5495r9beh2n {
    border-radius: 2.5rem;
  }

  .prod_product_detail div.shopify-payment-button div:first-child {
    width: 10.5rem;
  }

  #shopify-section-footer .footer_v1+div {
    margin: -90px 0 135px!important;
  }
  #shopify-section-footer .footer_v1 .container-v1{
    margin-top: 50px;
  }
  .linxr-block .featured-icon .block-top-link>* {
    flex: 50% !important;
    width: 50%;
    padding: 0px 5px;
  }
  
  .linxr-block .featured-icon .sp-iconfeatured {
    padding-top: 0.1rem;
    padding-bottom: 0.2rem;
    padding-left: 0;
    padding-right: 0;
    height: auto;
  }
  
  .linxr-block .featured-icon .sp-iconfeatured .iconbox-inner {
    display: flex;
    align-items: center;
  }
  
  .linxr-block .featured-icon .sp-iconfeatured .icon {
    margin: 0.5rem;
    width: 45px;
    height: 35px;
  }
  
  .linxr-block .featured-icon {
    padding-bottom: 0.8rem;
  }

  
  .linxr-block .block-top-link .custom-html-widget:nth-child(3),
  .linxr-block .block-top-link .custom-html-widget:nth-child(4) {
    margin-bottom: 0;
  }
  .linxr-block .product-item-v1 .info-product .title-product{
    padding-top:10px;
  }
  .prod_product_detail .product-item-v1 .info-product .title-product{
    padding-top:10px;
  }

  .article-page .content-single-blog .post-details{
    padding-top:0 !important;
  }
  .article-page .content-single-blog .post-details .cmt-author{
    margin-bottom:0;
  }
  .descriptionOuterTable img {
    width: 100%;
  }
  .prod_product_detail .tab-pd-details .tab_prod li a {
    color: #000;
  }

  .related-product .next-slide,
  .related-product .prev-slide {
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1.6rem;
    opacity: 0.65;
  }

  @media (max-width: 767.98px)  {
    .content-page .mobile-full-width {
        padding-left: 0;
        padding-right: 0;
        margin-left: -15px; 
        margin-right: -15px; 
    }
}
  
  .prod_product_detail  .wrap-bread-crumb .bread-crumb a i {
    display: inline-block;
    min-width: 10px;
  }
  .prod_product_detail .js_prod_main2 {
    max-height: 400px;
    overflow: hidden;
  }
  .prod_product_detail .js_prod_sub2 {
    max-height: 100px;
    overflow: hidden;
  }
  .prod_product_detail .js_prod_sub2 .next-slide {
    right: 0;
  }
  .prod_product_detail .js_prod_sub2 .prev-slide {
    left: 0;
  }
  #ShopifyChat {
    right: 9px !important;
    z-index: 999 !important;
    /*display: none;*/
    opacity: 0;
  }
  .minicart {
      z-index: 9999 !important; 
  }
  a.back-to-top{
    bottom: 80px !important;
    right: 15px !important;
    height: 40px;
    width: 40px;
  }
  .back-to-top svg{
    margin-top: -8px;
  }
  .template-list-collection+.info-product .image-thumbnail .variant-image-group{
    min-height: 30px;
  }
  .template-list-collection+.info-product .image-thumbnail .variant-image-group{
    margin-left: 5px;
  }
  .applied-discount-code-wrapper {
    padding-left: 0px !important;
    border-radius: 0px !important;
  }
  .template-list-collection+.info-product .image-thumbnail .variant-image-group .border_thumbnail .circle-thumb.active:after {
    border: 2px solid #f4841a !important;
  }
  .product-item-v1 .image-thumbnail .variant-image-group .border_thumbnail .circle-thumb {
    height: 30px;
    width: 30px;
  }
  .product-item-v1 .info-product .title-product {
    padding-top: 15px;
  }
  .jdgm-carousel--done .jdgm-carousel__item-container,
  .jdgm-carousel__item-wrapper {
    min-height: 550px;
  }
  .jdgm-carousel--aligned-theme .jdgm-carousel-item__product-image {
    height: 70% !important;
    display: block !important;
    width: 100% !important;
    object-fit: cover;
    object-position: center center;
  }
  .jdgm-carousel--aligned-theme .jdgm-carousel-item__review-wrapper {
    height: 30% !important;
    width: 100% !important;
    display: block !important;
    padding: 5px !important;
  }
  .jdgm-carousel--aligned-theme .jdgm-carousel-item__review-wrapper .jdgm-line-clamp {
    max-height: 75px;
    -webkit-line-clamp: 3 !important;
    line-clamp: 3 !important;
  }
  .section-product-countdown .product-countdown .info-product .price-product .price-old {
    font-size: 14px;
    font-weight: 400;
  }
  .section-product-countdown .product-countdown .info-product .price-product .enj-product-price-save {
    display: block;
  }
  .minicart {
    width: 380px!important;
    right: -380px;
  }
  .minicart  .product-detail h3 {
    font-size: 1rem;
  }
  /*.box-img {
    width: 100%;
  }
  .box-img img {
    min-height: 400px;
  }
  .section-slideshow-v1 .info-sideh1 {
      min-height: 450px;
  }*/
  .menu_moblie .menuright .js-call-minicart {
    width: 29px;
    height: 34px;
    display: inline-block;
  }
}

.info-product .title-product {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-wrap: break-word;
  word-break: break-all;
}

.article-page .content-single-blog .post-details .content-post-default p {
  color: #212529; font-size:18px;
}

.linxr-block .featured-icon {
  padding-bottom: 20px;
}

.linxr-block .tab-content .product-item-v1 .img-product{
  margin-bottom: 0;
  
}

.linxr-block .tab-content .product-item-v1{
  margin-bottom:0;
  margin-top: 10px;
}
.prod_product_detail .product-item-v1 .img-product{
  margin-bottom: 0;
}
.prod_product_detail .related-product{
  padding-bottom:0;
}
.prod_product_detail .related-product.container-v2{
  padding-bottom:40px;
}
.prod_product_detail .related-product.container-v2 .col-12{
max-width:360px !important;
}
.prod_product_detail .product-item-v1{
  margin-bottom:0;
}
.add-wishlist,.btn-addwhlist{
  display:none  !important;
}
.product-item-v1 .product-icon-action{
  bottom: 80px;
}
.newsletter-subscribed-success{
    position: absolute;
    bottom: -30px;
    left: 0;
    display: flex;
}
.newsletter-subscribed-success svg{
  margin-right: 5px;
}
.breadcrumb_collection2.blog-wrap .bg-breadcrumb{
  padding: 65px 0 62px;
}
.breadcrumb_collection2.blog-wrap .bread-crumb{
  padding: 6px 0 0px;
}
.article-page .content-single-blog .content-image-single .content-info{
    background: #f6f6f6;
    padding: 15px 15px 12px;
    color: #000;
    position: relative;
  margin-bottom:20px;
}
.article-page .content-single-blog .post-details .single-post-thumb{
  display:none;
}
.article-page .content-single-blog .post-details .single-post-thumb img{
  display:none;
}
.article-page .content-single-blog .post-details .article_title{
  color:unset;
}
.article-page .content-single-blog .post-details .cmt-author .date-post i{
  color:unset;
}
.article-page .content-single-blog .post-details .cmt-author .date-post a{
  color:unset;
}
.blog-page .content-blog-page .blog-list-view .blog_grid .post-info .desc{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-wrap: break-word;
    word-break: break-all;
  }
  .breadcrumb-noheading .bread-crumb a{
    color:#111;
  }
  .menu_moblie .menuleft{
    width:28px;
  }
  .menu_moblie  .js-call-account.mobile-account{
    font-size: 20px;
    position: relative;
    margin-left: 24px;
  }
  .menu_moblie  .js-call-account.mobile-account svg{
    width: 22px;
    height: 22px;
  }
  /* .shopify-section .wrap-bread-crumb.breadcrumb_collection.style1 .title-page,.shopify-section .wrap-bread-crumb.breadcrumb_collection.style1 .bread-crumb{
    opacity: 0;
  } */
  .free-shipping-box{
    position: absolute;
    width: 100%;
    max-width: 100%;
    bottom: 219px;
    display: flex;
    color: #0bc063;
    align-items: center;
    font-size: 14px;
    justify-content: center;
    background: #fff;
    padding: 8px;
    font-weight: 600;
    line-height: 18px;
    border-bottom: 1px solid #e8e8e8;
    box-shadow: 0 -4px 8px 0 rgba(34,34,34,.08);
  }
  .free-shipping-box svg{
    margin-right: 5px;
  }
  .minicart .mini-content .prod {
    height: 100vh;
    padding-bottom:270px;
  }
  .minicart .mini-content .prod.noDiscount{
    padding-bottom:200px;
  }
  .minicart .mini-content .prod.noDiscount ~ .free-shipping-box{
    bottom: 118px;
  }
  .minicart .mini-content .prod.noDiscount ~ .free-shipping-box ~ .total-info-wrap{
    display:none;
  }
  .minicart .mini-content .prod.noDiscount ~ .free-shipping-box ~ .total-info-wrap ~ .sub-total .total-price i{
    display:none;
  }
  
  .minicart .mini-content .action-checkout .button-viewcart{
    display:none;
  }
  .minicart .mini-content .action-checkout .button-checkout{
    width:100%;
  }
  .minicart .mini-content .prod .product-cart .minicart_item li .product-detail span{
    padding-top: 6px;
  }
  .minicart .mini-content .prod .product-cart .minicart_item li .ajaxcart__qty-adjust:hover{
    color: #333;
  }
 .minicart .mini-content .prod  .product-cart .minicart_item li .product-detail .ajaxcart__qty-num{
    padding:9px 29px 9px 29px;
    text-align: center;
  }
  .minicart .mini-content .prod .product-cart .minicart_item li .product-detail{
    width:75%;
  }
  .minicart .mini-content .prod .section-banner-v1{
    margin-top:20px;
    margin-bottom: 10px;
    border-top: 1px solid #e1e1e1;
  }
  .minicart .mini-content .prod .section-banner-v1 p.f-title{
    text-align: left;
    font-size: 16px;
    padding: 0;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #111;
  }
  .minicart .mini-content .prod .section-banner-v1 .container-v2{
    padding:0;
  }
  .minicart .mini-content .prod .section-banner-v1 .container-v2 .block-top-link{
    margin:0; flex-wrap: wrap;justify-content: space-between;
  }
  .minicart .mini-content .prod .section-banner-v1 .container-v2 .block-top-link .textwidget{
    padding:0;
  }
 .minicart .mini-content .prod .section-banner-v1 .container-v2 .iconbox-inner{
   display: flex;
    align-items: center;
 }
 .minicart .mini-content .prod .section-banner-v1 .container-v2 .featured-icon .sp-iconfeatured{
   padding:0;
 }
  .minicart .mini-content .prod .section-banner-v1 .container-v2 .featured-icon .sp-iconfeatured .icon{
    margin:15px 10px 15px 12px;
  }
  
 .minicart .mini-content .prod .section-banner-v1 .container-v2 .featured-icon .block-top-link>*{
    width: calc(50% - 10px);
    margin-bottom: 10px;
    max-width: calc(50% - 10px);
    min-width: calc(50% - 10px);
 }
 .minicart .mini-content .prod .section-banner-v1 .container-v2 .featured-icon .sp-iconfeatured .title{
  padding:0;
 }
 .minicart{
   z-index:99;
 }
 
 .shopify-section .holiday-deal-div.breadcrumb_collection .bg-breadcrumb .title-page,.shopify-section .holiday-deal-div.breadcrumb_collection .bg-breadcrumb .bread-crumb{
   opacity: 0;
 }
  .shopify-section .holiday-deal-div.breadcrumb_collection{
    display:none;
  }
@media (max-width: 991px) {
  .minicart .mini-content .prod{
    padding-left:12px;
    padding-right:12px;
    padding-bottom:375px;
  }
  .minicart .mini-content .prod.noDiscount{
    padding-bottom:355px;
  }
  .minicart .mini-content .prod .section-banner-v1 .container-v2 .featured-icon .block-top-link>*{
    width: calc(50% - 6px);
    margin-bottom: 6px;
    max-width: calc(50% - 6px);                                  
  }
  .minicart .mini-content .prod .section-banner-v1 .container-v2 .featured-icon .sp-iconfeatured .icon svg{
    width: 20px;
    height: 20px;
  }
  .minicart .mini-content .prod .section-banner-v1 .container-v2 .featured-icon .sp-iconfeatured .icon{
    margin: 10px 0;
  }
  .aboutus-pages .section-newsletter-aboutv3 .newletter_email form{
    display: flex;
    justify-content: space-between;
  }
  .aboutus-pages .section-newsletter-aboutv3 .newletter_email form .form-group{
    position: relative;
    margin: 0;
    flex: 1;
  }
  .aboutus-pages .section-newsletter-aboutv3 .newletter_email form .btn{
    position: relative;
    top: 0;
    transform: unset;
  }
  .newsletter-subscribed-success{
  position: relative;
    font-size: 14px;
    bottom: -10px;
  }
  .newsletter-subscribed-success svg{
    width:15px;
  }
  a.back-to-top{
    bottom: 70px;
  }
  .menu_toolbar{
    transform: translateY(100%) !important;
  }
  .prod_product_detail .shopify-payment-button__button--branded{
    margin-bottom:8px;
  }
  .minicart{
    z-index:99;
  }
  .box_contentmenu .tab_content_menu_mobile .tab-content #tab_menu_mobile,.box_contentmenu .tab_content_menu_mobile .tab-content #tab_account_mobile{
    height: 0;
    visibility: hidden;
    opacity: 0;
    display: flex;
  }
  .box_contentmenu .tab_content_menu_mobile .tab-content #tab_menu_mobile.active,.box_contentmenu .tab_content_menu_mobile .tab-content #tab_account_mobile.active{
    height: auto;
    visibility: visible;
    opacity: 1;
  }
  .aboutus-pages .about-servicebox{
    background-attachment: unset;
  }
  .box_contentmenu .tab_content_menu_mobile ul .toptab_li{
    flex: 1;
  }
  .breadcrumb_collection3 .bg-breadcrumb{
    background-attachment: unset;
  }
  #tab_menu_mobile .menu-horizon-list .menu_lv2 .back-to {
      position: relative;
  }
  #tab_menu_mobile .menu-horizon-list .menu_lv2 .back-to .fa {
      position: absolute;
      left: 3px;
      transform: rotate(180deg);
      top: 1.2rem;
  }
  .coupon-copy-btn {
    display: inline-block;
    border: 1px solid #939393;
    border-radius: 10px;
    padding: 0 10px;
    height: 23px;
    line-height: 21px;
    color: #000;
    font-size: 14px;
    cursor: pointer;
  }
  .header_top_bar_block {
      position: fixed;
      left: 0;
      top: 0;
  }
  .menu_moblie.menu_mobilescroll, .menu_moblie {
    padding-top: 35px
  }
  .swatch-color-label{
	display: inherit !important;
    font-size: 12px;
    width: 30px;
    text-align: center;
    padding-top: 35px;
  }
  #shopify-section-template--21526992224564__0937881b-865c-4eb2-8afb-fa71d348af9c .section-slideshow-v1 .info-sideh1 .box-content {
    transform: translate(54%,77%) !important;
  }
  .prod_extended .content-page-detail .detail-info .product-price del,
  .product_sidebar .content-page-detail .detail-info .product-price del {
     font-size: 14px;
     font-weight: 400;
     margin-left: 10px;
     width: 50%;
  }
  .product-item-v1 .info-product .price-product .price-old {
     font-size: 13px !important;
     font-weight:400 !important;
  }
  .prod_extended .content-page-detail .detail-info .product-price, 
  .product_sidebar .content-page-detail .detail-info .product-price {
     flex-wrap: wrap;
  }
  .minicart {
    width: 380px !important;
  }
}
@media (min-width: 1200px) and (max-width:1500px) {
    .section-slideshow-v1 .info-sideh1 .picture-slideshow {
        height:auto;
    }

    .section-slideshow-v1 .info-sideh1 .picture-slideshow img {
        height: auto;
        object-fit: cover
    }
}
/* end product detail */

/* 2023年 11月 21日 */
.total-info-wrap{
  position: absolute;
  bottom: 118px;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 5px 15px 5px;
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
}
.total-info-wrap .total-info-item{
  display: flex;
  justify-content: space-between;
  height: 30px;
}
.total-info-wrap .total-info-item p{
  padding: 0;
  font-weight: 400;
  font-size: 16px;
  margin:0;
  color: #212529 !important;
  display: flex;
  align-items: center;
}

.total-info-wrap .total-info-item p.red{
  color: red;
}
.minicart .mini-content .sub-total{
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height:unset;
  width:100%;
}
.minicart .mini-content .sub-total .total-title{
    height: 28px;
    line-height: 28px;
}
.minicart .mini-content .sub-total .total-price{
    width: auto;
    font-weight: 700;
    position: relative;
    flex: 1;
    display: flex;
    justify-content: flex-end;
    font-size: 18px;
    flex-direction: column;
    align-items: flex-end;
    line-height: 24px;
}
.minicart .mini-content .sub-total .total-price i{
    color: red;
    font-size: 13px;
    height: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    display: block;
}
.minicart .mini-content .action-checkout .button-checkout{
  font-size:20px;
}
.tab-pd-details-mobile .product-desc h1,
.tab-pd-details-mobile .product-desc h2,
.tab-pd-details-mobile .product-desc h3,
.tab-pd-details-mobile .product-desc h4,
.tab-pd-details-mobile .product-desc h5,
.tab-pd-details-mobile .product-desc .aplus-h1, 
.tab-pd-details-mobile .product-desc .aplus-h3 {
    font-size: 24px !important;
  }

  .tab-pd-details-mobile .product-desc p{
  font-size:1rem;
   line-height:unset;
 }

  .tab-pd-details-mobile .product-desc .iframeTest + img{
   margin-top: 0.2rem;
 }
@media (max-width: 991px) {
  .minicart .mini-content .action-checkout .button-checkout{
    font-size:20px;
  }
 .tab-pd-details-mobile .product-desc p{
   font-size:1rem;
   line-height:unset;
 }
.tab-pd-details-mobile .product-desc h1,
.tab-pd-details-mobile .product-desc h2,
.tab-pd-details-mobile .product-desc h3,
.tab-pd-details-mobile .product-desc h4,
.tab-pd-details-mobile .product-desc h5,
.tab-pd-details-mobile .product-desc .aplus-h1, .tab-pd-details-mobile .product-desc .aplus-h3{
    font-size: 1.1rem !important;
  }  
  .tab-pd-details-mobile .product-desc img{
    width:100%;
  }

  .tab-pd-details-mobile .product-desc  .celwidget.premium-module-1-image-text .aplus-display-table.d-column-reverse{ 
    display: flex;
    flex-direction: column-reverse;
  }
  .prod_product_detail  .related-product.container-v2 .title_heading{
    font-size:1.1rem;
  }
  
}
.section-slideshow-v1.slideshow-holiday-deal .info-sideh1 .picture-slideshow{
    height:auto;
  }
  .section-slideshow-v1.slideshow-holiday-deal .info-sideh1 .picture-slideshow img{
  height:auto;
  }
@media (min-width: 992px) {
  a.back-to-top{
    bottom: 70px;
    right: 15px;
  }
}
.big_img_thumb{
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000000a8;
}
.big_img_thumb_none{
  display:none;
}

.big_img_thumb .img_thumb{
    height: 83vh;
    width: 80vw;
    margin: 10px auto 10px;
}
.big_img_thumb .img_thumb_bottom{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 10px;
}
.big_img_thumb .img_thumb .slick-track{
    height: 100%;
}
.big_img_thumb .img_thumb .slick-list{
  height: 100%;
}
.big_img_thumb .img_thumb_bottom .slick-slide{
  border: 3px solid #e8e8e8;
}
.big_img_thumb .img_thumb_bottom .slick-slide.slick-current{
  border-color:#f4841a;
}
.big_img_thumb .img_thumb .slick-slide img{
    display: block;
    max-height: 100%;
    max-width: 100%;
    width: auto !important;
    height: 100%;
    margin: 0 auto;
}
.big_img_thumb .img_thumb_bottom .slick-arrow{
  display:none !important;
}
.big_img_thumb_close{
  position: absolute;
    right: 20px;
    width: 25px;
    top: 20px;
    z-index: 10000;
    color: #fff;
    fill: #fff;
    cursor: pointer;
}
.detail-info .swatch .title_variant,.prod_extended .content-page-detail .detail-info .maxus-productdetail__options .title_variant{
  border-bottom: unset;
}
.detail-info .swatch{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.detail-info .swatch .swatch-color{
    display: flex;
    margin-top: 0px;
    flex-wrap: wrap;
}
.detail-info .swatch .swatch-color a{
  margin-top: 0;
}
.swatch input:checked + .border-color .link_color:after{
  border-color:#f4841a;
}
.swatch .link_color:after,
.swatch input:checked + .border-color .link_color:after,
.swatch .link_color:hover:after{
  width:36px;
  height:36px;
}
.swatch .link_color{
  width:30px !important;
  height:30px !important;
}
.template-list-collection +  .info-product .swatch,.template-list-search +  .info-product .swatch {
    margin-bottom: -5px;
    margin-top: -5px;
}
.template-list-collection +  .info-product .swatch .swatch-color,.template-list-search +  .info-product .swatch .swatch-color{
    display: flex;
    flex-direction: row;
    padding: 0 3px;
}
.template-list-collection +  .info-product  .image-thumbnail .variant-image-group .border_thumbnail,.template-list-search +  .info-product  .image-thumbnail .variant-image-group .border_thumbnail{
  margin-right: 10px;
    display: block;
}
.template-list-collection +  .info-product  .image-thumbnail,.template-list-search +  .info-product  .image-thumbnail{
  margin-bottom: -5px;
  margin-top: -5px;
}
.template-list-collection +  .info-product  .image-thumbnail .variant-image-group .border_thumbnail .circle-thumb,.template-list-search +  .info-product  .image-thumbnail .variant-image-group .border_thumbnail .circle-thumb{
      position: relative;
}
.template-list-collection +  .info-product  .image-thumbnail .variant-image-group .border_thumbnail .circle-thumb::after,.template-list-search +  .info-product  .image-thumbnail .variant-image-group .border_thumbnail .circle-thumb::after{
    content: "";
    border: 1px solid #b0b0b0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}
.template-list-collection +  .info-product  .image-thumbnail .variant-image-group .border_thumbnail .circle-thumb:hover::after,.template-list-search +  .info-product  .image-thumbnail .variant-image-group .border_thumbnail .circle-thumb:hover::after{
  opacity: 1;
}
.template-list-collection +  .info-product  .image-thumbnail .variant-image-group .border_thumbnail .circle-thumb.active,.template-list-search +  .info-product  .image-thumbnail .variant-image-group .border_thumbnail .circle-thumb.active{
     border: none;
}
.template-list-collection +  .info-product  .image-thumbnail .variant-image-group .border_thumbnail .circle-thumb.active::after,.template-list-search +  .info-product  .image-thumbnail .variant-image-group .border_thumbnail .circle-thumb.active::after{
     border-color:#f4841a;opacity: 1;
}
.template-list-collection +  .info-product  .image-thumbnail .variant-image-group,.template-list-search +  .info-product  .image-thumbnail .variant-image-group{
         display: flex;
    padding: 0 3px;
    flex-wrap: wrap;
}
/* .template-list-collection +  .info-product .swatch ~ .shopify-product-reviews-badge ~ .title-product ~ .price-product ~ .image-thumbnail,.template-list-search +  .info-product .swatch ~ .shopify-product-reviews-badge ~ .title-product ~ .price-product ~ .image-thumbnail{
  display:none !important;
} */
@media (max-width: 576px) {
  .big_img_thumb .img_thumb{
    height: 82vh;
    width: 100vw;
    margin: 0;
  }
  .big_img_thumb .img_thumb_bottom{
    bottom:0;
  }
}
.swatch input:checked + .variant_other{
  border: 1px solid #f4841a87 !important;
}
.swatch .variant_other{
  opacity: 1;
}

.section-product-countdown .title_product{
    /* font-family: Jost; */
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    color: #222222 !important;
    letter-spacing: 1px;
      
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
} 

.section-product-countdown .title_product:before{
    content: "";
    width: 50%;
    height: 2px;
    background: #f4841a;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
    bottom: 0;
}
.header_top_bar_block{
    height: 32px;
    background: #000000;
    background-size: cover;
    background-position: center; 
    width: 100%;
    color: #ffffff;
    text-align: center;
    line-height: 32px;
    margin-bottom: 15px;
    font-weight:500;
    letter-spacing: 1px;
    overflow: hidden;
}
.ant-message {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0,0,0,.65);
    font-size: 16px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    font-feature-settings: "tnum";
    position: fixed;
    top: 16px;
    left: 0;
    z-index: 1010;
    width: 100%;
    pointer-events: none
}
.ant-message-notice {
    padding: 8px;
    text-align: center
}
.ant-message-notice:first-child {
    margin-top: -8px
}
.ant-message-notice-content {
    display: inline-block;
    padding: 10px 16px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0,0,0,.15);
    pointer-events: all
}
.ant-message-success .anticon {
    color: #52c41a
}
.ant-message-error .anticon {
    color: #ff421d
}
.ant-message-warning .anticon {
    color: #faad14
}
.ant-message-info .anticon,.ant-message-loading .anticon {
    color: #1890ff
}
.ant-message .anticon {
    position: relative;
    top: 1px;
    margin-right: 8px;
    font-size: 24px
}
.ant-message-notice.move-up-leave.move-up-leave-active {
    overflow: hidden;
    animation-name: MessageMoveOut;
    animation-duration: .3s
}
.jdgm-carousel-item__product-title {
   border-bottom: 1px solid black;
}
.jdgm-carousel-item__reviewer-name-wrapper {
  margin: 0 !important;
}
.jdgm-carousel-title {
  /* font-family: Jost; */
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 3px;  
}
.jdgm-carousel-item__review-body>p {
  /* font-family: Jost; */
}
.klarna-message-block{
    display: flex;
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 35px;
}
.klarna-message-logo{
    position: relative;
    z-index: 2;
    height: 35px;
    background: #fff;
    padding-right: 10px;
    margin: 0;
    min-width: 71px;
}
#klarna-message-content{
    position: absolute;
    top: -18px;
    left: -16px;
    width: 110%;
}
#klarna-message-content klarna-placement {
  opacity: 0;
}
#klarna-message-content .text-wrapper {
  line-height: 18px;
}
.jdgm-carousel-title-and-link {
  padding: 30px;
}
.jdgm-carousel--gallery-theme .jdgm-carousel-item__image-wrapper {
  height: 300px!important;
 } 
@media (max-width: 767px) { 
.gallery-control .relative .pre-sale-label{
   margin-left: -15px;
}
  .jdgm-carousel-title {
   font-size: 22px;
}
  }

.pre-sale-label{
    display: none;
    position: absolute;
    top: 10px;
    z-index: 1;
    left: 0;
    background: #f4841a;
    color: #fff;
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
}
/*.free-pre-sale-info{
    display: none;
}*/
.free-pre-sale-info label,.free-sale-info-code label{
    margin:0;
}
.engoj_grid_parent .pre-sale-label{
    display:block;
    padding: 5px;
    font-size: 12px;
}
.product-gallery-img-list a {
    cursor: zoom-in;
}
.jdgm-widget.jdgm-widget {
  position: relative;
}
.jdgm-carousel__arrows .jdgm-carousel__left-arrow {
  position: absolute;
  left: 25px;
  top: 50%;
}
.jdgm-carousel__arrows .jdgm-carousel__right-arrow {
  position: absolute;
  right: 25px;
  top: 50%;
}
.jdgm-carousel-item__review {
  max-height: 120px;
}
.jdgm-carousel-wrapper {
  padding: 0 !important;
}
.jdgm-carousel {
  margin-bottom: 0px !important;
}
#shopify-section-template--21526992224564__0937881b-865c-4eb2-8afb-fa71d348af9c .section-slideshow-v1 {
  max-width: 1440px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
#shopify-section-template--21526992224564__0937881b-865c-4eb2-8afb-fa71d348af9c .section-slideshow-v1 .info-sideh1 .box-content {
  position: absolute;
  top: 30%;
  right: 0%;
  z-index: 2;
  width: 575px;
  left: auto;
}
.swatch-color-label,
.free-pre-sale-info{
	display:none;
}
.product-item-v1 .info-product .price-product .price-old {
   font-size: 13px;
   font-weight: 400;
}
.product-item-v1 .enj-product-price-save{
    display: inline-block;
    font-size: 13px;
    width: 80%;
    font-weight: 400;
    padding-left: 0;
}
@media (max-width: 410px) {
   #shopify-section-template--21526992224564__0937881b-865c-4eb2-8afb-fa71d348af9c .section-slideshow-v1 .info-sideh1 .picture-slideshow img {
    height: 300px;
  }

  #shopify-section-template--21526992224564__0937881b-865c-4eb2-8afb-fa71d348af9c .section-slideshow-v1  .slick-list {
      height: 300px !important;
  }
}
@media (min-width: 411px) and (max-width:575.98px) {
   #shopify-section-template--21526992224564__0937881b-865c-4eb2-8afb-fa71d348af9c .section-slideshow-v1 .info-sideh1 .picture-slideshow img {
    height: 310px;
  }

  #shopify-section-template--21526992224564__0937881b-865c-4eb2-8afb-fa71d348af9c .section-slideshow-v1  .slick-list {
      height: 310px !important;
  }
}
@media (max-width: 575.98px) {
  .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{
    width: 51%;
    margin-left: 5px;
  }
}
@media (max-width: 767px) {
   .ciloe-size-guide .content_size_guide .layout_size_guide {
      max-width: 450px !important;
      min-height: 95%;
  }
  .jdgm-carousel-title-and-link {
    margin-bottom: 8px !important;
     margin-top: 10px !important;
  }
  .jdgm-carousel {
    margin: 0px auto !important;
   
  }
  .product-item-v1 .enj-product-price-save{
      font-size: 11px;
  }
}
@media (min-width: 1200px) and (max-width:1400px) {
  .jdgm-carousel--done .jdgm-carousel__item-container, 
  .jdgm-carousel__item-wrapper {
    min-height: 400px !important;
  }
  .jdgm-carousel-item__review {
    max-height: 78px;
  }
  .jdgm-carousel--aligned-theme .jdgm-carousel-item__review-wrapper .jdgm-line-clamp {
    -webkit-line-clamp: 1 !important;
    line-clamp: 1 !important;
  }
}
.product-item-v1 .info-product .price-product .price, 
.enj-product-price-save,
.prod_extended .content-page-detail .detail-info .product-price ins, 
.product_sidebar .content-page-detail .detail-info .product-price ins,
.section-product-countdown .product-countdown .info-product .price-product .price,
.total-info-wrap .total-info-item p.red, 
.minicart .mini-content .sub-total .total-price i{
  color: #ce2226 !important;
}
.product-item-v1 .product .info-product .price-product {
  line-height: 1.2rem;
}
.enj-product-price-save{
    color: #f4841a;
    font-size: 14px;
    font-weight: 400;
    padding-left: 0px;
}
.minicart .mini-content .prod .product-cart .minicart_item li .product-detail .product_name_mini {
    line-height: 20px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    line-clamp: 2;
}
.minicart  .mini-cart-bottom p {
  font-size: 14px;
  padding-top: 2px;
  margin-bottom: 5px;
  font-weight: 400;
  color: #999;
}
.minicart .mini-content .prod .product-cart .minicart_item li .product-detail .ajaxcart__qty-num {
  padding: 5px 29px;
}
.minicart .mini-content .prod .product-cart .minicart_item li .thumb_img_cartmini {
  min-width: 120px;
}
.minicart .mini-content .cart-sidebar-discount {
  padding: 2px 15px 2px;
}
.cart-sidebar-discount input,
.minicart .mini-content #apply-discount-btn {
  border-radius:0px;
}
#apply-discount-btn {
text-transform: none;
}
.minicart .mini-content #applied-discount-code {
  margin-top: 0px;
  margin-bottom: 2px;
}
.applied-discount-code-wrapper {
  padding: 2px 8px;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
}
.cart-sidebar-discount-block {
  padding: 2px 0 2px;
  bottom: 234px;
  display: none;
}
#clear-discount-btn svg {
  width: 13px;
  height: 13px;
}
.total-info-wrap .total-info-item {
  height: 24px;
}
.minicart .mini-content .prod.noDiscount~.cart-sidebar-discount-block {
  bottom: 151px;
}
.free-shipping-box {
  bottom: 201px;
}
.total-info-wrap .applied-discount-code-wrapper {
   padding: 0;
}
.minicart .mini-content .prod .product-cart .minicart_item li .product-detail span {
  color: #333;
  padding-top: 3px;
}
.minicart .mini-content #discount-code-error {
  bottom: -16px;
}
.mini-cart-total > div{
    position: static !important;
}
.mini-cart-total{
  position: absolute;
  bottom: 59px;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  box-shadow: 0 -4px 8px #22222214;
}
.minicart .mini-content .prod .product-cart .minicart_item li .product-detail .enj-product-price-save {
  display: block;
  font-size: 14px;
}
.minicart .mini-content .prod.noDiscount ~ .mini-cart-total  .total-info-order,
.minicart .mini-content .prod.noDiscount ~ .mini-cart-total .sub-total .total-price .total-have-no-saving{
  display:none;
}
.cart-items-original-off {
  text-decoration: line-through;
}
.reviewsContainer .jdgm-widget .jdgm-row-media,
.container-v4 .jdgm-row-search,
.reviewsContainer .jdgm-subtab {
  display: none;
}
.jdgm-carousel-wrapper .jdgm-carousel-number-of-reviews a {
  text-decoration: underline;
  text-decoration-color: #f4841a  !important;
}
.ciloe-size-guide .btn_delivery,
.ciloe-size-guide .btn_question {
   display: block;
   padding: 10px 0;
   border-bottom: 1px solid #ddd;
   margin-right: 0 !important;
   position: relative;
   font-size: 15px;
   
}
.ciloe-size-guide .extra-link {
  display: block !important;
}
.ciloe-size-guide .btn_delivery span,
.ciloe-size-guide .btn_question span {
  margin-left: 10px;
  font-weight: 500 !important;
}
.filter_sidebar_general .filter-size .list-size li a,
.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 {
  font-size: 15px;
  font-weight: 400;
  line-height: 33px;
  height: 33px !important;
}
.faq-list-item {
  color: #212529;
  margin-top: 15px;
  position: relative;
  min-height: 135px;
}
.faq-list-item .question {
  font-size: 16px;
  font-weight: 600;
  color: #222;
  line-height: 1.4;
  word-break: break-all;
  letter-spacing: 0.5px;
}
.faq-list-item .question p{
  font-size: 13px;
  font-weight: normal;
  color: #999;
  margin-bottom: 0;
}
.faq-list-item .answer {
  margin-top: 8px;
}
.faq-list-item .like-btn {
  width: 110px;
  border: 1px solid #ccc;
  padding: 3px 9px;
  border-radius: 20px;
  margin-top: 8px;
  color: #212529;
  font-size: 13px;
}
.faq-list-item .like-btn svg {
  width: 16px;
  height: 16px;
}
.showMore .faqMoreButton {
    padding: 8px 30px;
    background: #fff;
    color: #f4841a;
    border-radius: 30px;
    margin-top: 0;
    width: 360px;
    border: 1px solid #f4841a;
}
.showMore .faq-list-item:nth-child(n+6),
.faqMoreButtonBox {
  display: none;
}
.showMore .faqMoreButtonBox {
  display: block;
}
.faqButton {
  padding: 8px 30px;
  background: #f4841a;
  color: #fff;
  border-radius: 30px;
  margin-top: 0px;
  width: 360px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.faqMoreButton svg {
  margin-left: 8px;                 
}
.faqButtonBox,.faqMoreButtonBox {
  text-align: center;
  margin-top: 20px;
}
.showMore .faqButtonBox {
   margin-top: 20px;
}
.faqActive {
   background: #f4841a;
   color: #fff !important;
}
.jdgm-rev__replier:before {
  content: 'Sikaic' !important;
}
.jdgm-rev__reply {
  background: #f1f1f1 !important;
}
.jdgm-rev__replier-wrapper:before {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: #fff;
    position: absolute;
    content: '';
    background: #fff url(https://cdn.shopify.com/s/files/1/0846/6015/8772/files/1000-1000_0.png?v=1706502182) 50% 50% no-repeat;
    background-size: 70%;
    /* border: 1px solid #f1f1f1; */
}
.jdgm-rev__replier-wrapper .jdgm-rev__replier {
  margin-left: 40px;
}
.jdgm-rev__replier-wrapper {
  height: 30px;
  line-height:30px !important;
}
.dropdown-search .search-title {
    height: 22px;
    font-size: 18px;
    font-weight: 700;
    color: #222;
    line-height: 22px
}
.dropdown-search .search-words {
    margin-top: 9px;
    font-size: 16px;
    padding: 0;
}
.dropdown-search .search-words .search-words-item {
    border-radius: 25px;
    padding: 6px 10px;
    margin: 0 8px 12px 0;
    font-size: 14px;
    line-height: 18px;
    background: #f5f5f5;
    border: 0.7px solid #F5F5F5;
    color: #222;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: inline-table;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
}
.dropdown-search .search-words .search-words-item .fa-fire{
    color: #e8554f;
    margin-left: 4px;
    font-size: 14px
}

/***Shop By Room start样式***/
.section-shop-the-look {
    min-height: 300px;
    margin-top: 60px;
}
.section-shop-the-look .see_more {
    text-decoration: underline;
    text-decoration-color: #f4841a;
}
.shop_by_room {
    width: 100%;
    min-height: 400px;
}
.shop_by_room_home .shop_room_home {
   height: 420px;
}
.shop_by_room_details .shop_room_home {
  display: flex;
  flex-wrap: wrap;
}
.shop_by_room .filter_button {
    display: flex;
    justify-content: space-between;
}
.shop_by_room .filter_button .filter_button_item {
    outline: none;
    margin: 0 8px 20px 0;
    padding: 4px 24px;
    border-radius: 20px;
    border: 1px solid #999;
    background: #fff;
    font-size: 16px;
    color: #222;
    cursor: pointer;
    white-space: nowrap;
}
.shop_by_room .filter_button_item_active {
    color: #fb9221 !important;
    border-color: #fb9221 !important;
}
.shop_by_room .filter_button .filter_button_item:hover {
    color: #fb9221;
    border-color: #fb9221;
}
.shop_by_room .slick-list,
.shop_by_room .slick-track{
   height: 100%;
}
.shop_room_home .shop_room_img {
    float: left;
    margin: 0 10px 10px 0;
    position: relative;
    width: calc(50% - 10px);
}
.shop_by_room_details .shop_room_img {
    height: 400px;                                           
}
.shop_room_home .slick-slide img {
    height: 100%;
    object-fit: cover;
    width: 100%;
 }
.shop_by_room .prev-slide {
  top: calc(50% - 22px);
  position: absolute;
  left: 0px;
  width: 44px;
  height: 44px;
  text-align: center;
  border-radius: 44px;
  z-index: 1;
  background: none;
  border: none;
}
.shop_by_room .next-slide {
  position: absolute;
  top: calc(50% - 22px);
  right: 14px;
  width: 44px;
  height: 44px;
  text-align: center;
  border-radius: 44px;
  z-index: 1;
  background: none;
  border: none;
}
.new-product-sign .light-tag-circle {
    border: 2px solid #fff !important;
}
.shop_room_home .shop_room_img .new-product-sign {
    width: 60px;
    position: absolute;
    display: flex;
    align-items: center;
    height: 50px;
    /*transition: all .15s;*/
    cursor: pointer;
    text-align: center;
    line-height: 40px;
}
.shop_by_room .new-product-sign .tag-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: rgba(0,0,0,.4);
    border-radius: 50%;
    opacity: 1;
    /*border: 2px solid rgb(120 120 120 / 22%);*/
}
.shop_by_room .new-product-sign .tag-circle-mutual {
    /*opacity: 1;
    animation-duration: 1.68s;
    animation-name: flickerAnimation;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    transition: border .1s ease-out;*/
}
.shop_by_room .new-product-sign .tag-circle:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0,0,0,.55);
    transition: width .1s ease-out,height .1s ease-out;
}
.shop_by_room .new-product-sign .product-sign-line {
    position: absolute;
    top: -15px;
    left: 16px;
    display: inline-block;
    width: 1px;
    height: 36px;
    background: #fff;
}
.shop_by_room .new-product-sign .product-sign-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: absolute;
    top: -50px;
    left: -10px;
    width: 118px;
    height: 45px;
    background: #fff;
    border-radius: 4px;
    padding: 0px 5px;
    z-index: 1;
    opacity: 0;
}
.shop_by_room .new-product-sign .product-sign-info-show {
    animation-duration: .32s;
    animation-name: opacityAnimation;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    opacity: 1;
}
.shop_by_room .new-product-sign .product-sign-info .product-info-title{
    width: 100%;
    text-align: left;
    font-size: 12px;
    font-weight: 700;
    color: #222;
    line-height: 22px;
    margin-bottom: 0;
}
.shop_by_room .text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.shop_by_room .new-product-sign .product-sign-info .product-info-price {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0px
}
.shop_by_room .new-product-sign .product-sign-info .product-info-price .product-info-red-price,
.room-image-list-content .product-info-red-price {
    font-size: 12px;
    font-weight: 700;
    color: #ce2226;
    line-height: 22px;
}
.shop_by_room .new-product-sign .product-sign-info .product-info-price .product-info-tag-price,
.room-image-list-content .product-info-tag-price{
    font-size: 12px;
    color: #999;
    text-decoration: line-through;
    line-height: 18px;
    margin-left: 4px;
}
.shop_by_room .new-product-sign .product-sign-info .product-sign-return {
    position: absolute;
    right: -8px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    background: #222;
    border-radius: 100px;
}
.shop_by_room .new-product-sign .light-tag-circle:after {
    width: 8px;
    height: 8px;
    /*box-shadow: none;*/
}
@keyframes flickerAnimation {
    0% {
        opacity: .2
    }

    20% {
        opacity: 1
    }

    40% {
        opacity: .2
    }

    60% {
        opacity: 1
    }

    80% {
        opacity: .2
    }

    to {
        opacity: 1
    }
}
@keyframes opacityAnimation {
    0% {
        opacity: 0
    }

    20% {
        opacity: .2
    }

    40% {
        opacity: .4
    }

    60% {
        opacity: .6
    }

    80% {
        opacity: .8
    }

    to {
        opacity: 1
    }
}
.shop_by_room .idea-list-btn {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    line-height: 20px;
    border-radius: 24px;
    border: 1px solid #222;
    padding: 14px;
    margin-top: 5px;
    text-align: center;
    cursor: pointer;
}
.shop_by_room .idea-image-title {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #222;
    line-height: 24px;
    padding: 16px;
    height: 56px;
    box-sizing: border-box;
    background: #fff;
}
.shop_by_room .idea-image-title .idea-image-title-txt {
    color: #222;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.shop_by_room .idea-image {
    position: relative;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    display: inline-block;
    /*margin: 0 24px 24px 0;*/
    box-shadow: 0 4px 10px 0 rgba(0,0,0,.09);
    border-radius: 6px;
    overflow: hidden;
}
.shop_by_room_details .idea-image{
    height: calc(100% - 80px);
}
.shop_by_room_home .idea-image, .shop_by_room_all .idea-image {
  max-height: calc(100% - 100px);
}
.shop_by_room .idea-image-title-yellow .idea-image-title-txt:hover {
    color: #fb9221;
}
.shop_by_room .idea-image,
.room-image-list-content a {
    text-decoration: none;
}
.image-list-slick-room-modal,
.mobile-filter-room-modal {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 2000;
    height: 100%;
    transform: translateX(100%);
    transition: transform .4s cubic-bezier(.7,.3,.1,1);
}
.room-modal-open {
    transform: translateX(0%);
    transition: transform .4s cubic-bezier(.7,.3,.1,1);
}
.room-modal-mask-open {
    width: 100%;
    background-color: rgba(0,0,0,.7);
    transform: translateX(0%);
    transition: transform .4s cubic-bezier(.7,.3,.1,1);
}
.room-modal-mask-open .room-image-list-outer {
    float: right;
}
.room-modal-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
}
.image-list-room-modal-title {
  text-align: center;
  margin: 0;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  color: #222;
  font-weight: 500;
}
.slick-room-modal-mask-close {
    cursor: pointer;
    padding: 10px 0;
    position: absolute;
    right: 4px;
    top: -5px;
    width: 45px;
    height: 45px;
    padding: 10px 10px;
}
.room-image-list-outer {
    width: 450px;
    height: 100%;
    background: #fff;
    padding: 0 10px;
    box-shadow: -2px 0 8px rgba(0,0,0,.15);
}
.room-image-list-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.room-image-list-content .room-good-list img {
    height: 100%; //210px;
}
.room-image-list-content .room-product-info-title {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    color: #212529;
    line-height: 24px;
    word-break: break-word;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-wrap: break-word;
    word-break: break-all;
}
.room-image-list-content .product-info-red-price {
    font-size: 20px;
}
.room-image-list-content .product-info-tag-price {
    font-size: 14px;
    font-weight: 400;
    color: #828282;
}
.room-image-list-content .enj-product-price-save {
    font-size: 14px;
    font-weight: 400;
    color: #ce2226;
}
.room-image-list-content .room-good-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-height: 700px;
    overflow: auto;
    margin-bottom: 15px;
}
.room-image-list-content .room-good-list .home-card-list {
    width: calc(50% - 15px);
    margin-right: 15px;
    margin-bottom: 15px;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,.09);
    border-radius: 4px;
}
.room-image-list-content .room-good-list-total {
    text-align: left;
    font-size: 18px;
    /*margin-left: 145px;*/
}
.room-image-list-content .room-good-list-total .room-good-list-total-item,
.room-image-list-content .room-good-list-total .product-info-price,
.room-image-list-content .room-good-list-total .enj-product-price-save {
    margin-bottom: 6px;
}
.room-image-list-content .room-good-list-btn {
    text-align: center;
}
.room-image-list-content .roomGoodButton,.room-good-list-btn .roomGoodButton {
    padding: 8px 30px;
    background: #f4841a;
    color: #fff;
    border-radius: 30px;
    margin-top: 10px;
    width: 200px;
    outline: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    line-height: 30px;
}
.room-image-list-content .room-good-list .product-info-price {
    height: 35px;
}
.room-image-list-content .room-good-list .product-info-red-price {
    font-size: 16px;
}
.room-image-list-content .room-good-list .product-info-tag-price {
    font-size: 13px;
    font-weight: 400;
    color: #828282;
}
.room-image-list-content .room-good-list .home-card-top {
    position: relative;
}
.room-image-list-content .room-good-list .room-good-checkbox {
    position:absolute;
    top: 0;
    left: 0;
}
.room-good-list .room-good-checkbox .checkbox-inner:hover,
.filter-content-checkbox .checkbox-inner:hover{
    border-color: #fb9221!important;
}
.room-image-list-content .room-good-list .room-good-checkbox .checkbox-inner,
.filter-content-checkbox .checkbox-inner {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 25px;
    height: 25px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
}
.room-image-list-content .room-good-list .checkbox-checked .checkbox-inner,
.filter-checkbox-checked .checkbox-inner{
    background-color: #fb9221;
    border-color: #fb9221;
}
.room-image-list-content .room-good-list .checkbox-checked .checkbox-inner::after,
.filter-checkbox-checked .checkbox-inner::after{
    position: absolute;
    display: table;
    border: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    transform: rotate(45deg) scale(1) translate(-50%,-50%);
    opacity: 1;
    /*transition: all .2s cubic-bezier(.12,.4,.29,1.46) .1s;*/
    content: " ";
    width: 10px;
    height: 15px;
    top: 9px;
    left: 5px;
}
.image-list-slick-room-modal .room-modal-bottom-btns {
  width: 100%;
  background: #fff;
  box-shadow: 0 0 4px 0 rgba(0,0,0,.18);
  padding: 12px;
  display: flex;
  justify-content: space-between;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10;
}
.image-list-slick-room-modal .room-modal-left-btn {
  background: #fff;
  cursor: pointer;
  width: 200px;
  height: 48px;
  border-radius: 28px;
  border: 1px solid #222;
  font-size: 16px;
  font-weight: 700;
  color: #222;
  line-height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.image-list-slick-room-modal .room-modal-add-cart-warp,
.image-list-slick-room-modal .room-modal-cart{
  width: 200px;
}
.image-list-slick-room-modal  .roomGoodButton1 {
  width: 100%;
  cursor: pointer;
  height: 48px;
  background: #f4841a;
  border-radius: 25px;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  //transition: .2s cubic-bezier(.22,.61,.36,1);
  position: relative;
  top: 0;
}
.room-modal-cart {

}
.room-image-list-content .list_ul_engo_full {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 17px;
}
.room-image-list-content .room-modal-preview-badge {
  margin: 6px 0;
}
/*.shop_room_home .shop_room_img .new-product-sign .tag-circle,*/
.shop_room_home .shop_room_img .new-product-sign .product-sign-line,
.shop_room_home .shop_room_img .new-product-sign .product-sign-info{
  display: none;
}
.shop_room_home .shop_room_img .new-product-sign .tag-circle {
   display:flex;
}
.shop_by_room_home .shop_room_img .sign-warp .new-product-sign:first-child .tag-circle,
.shop_by_room_home .shop_room_img .sign-warp .new-product-sign:first-child .product-sign-line,
.shop_by_room_home .shop_room_img .sign-warp .new-product-sign:first-child .product-sign-info {
  display:flex;
}
.shop_by_room_details .shop_room_img:first-child .sign-warp .new-product-sign:first-child .tag-circle,
.shop_by_room_details .shop_room_img:first-child .sign-warp .new-product-sign:first-child .product-sign-line,
.shop_by_room_details .shop_room_img:first-child .sign-warp .new-product-sign:first-child .product-sign-info {
  display:flex;
}

.image-list-slick-room-modal .home-card-list .room-modal-left-btn {
  height: 28px;
  width: 150px;
  margin-bottom: 10px;
  font-weight: 400!important;
}
.section-shop-the-look .title_block {
  margin-bottom: 25px;
}
#shopify-section-template--21999600828724__0937881b-865c-4eb2-8afb-fa71d348af9c {
  margin-top: 70px;
}
.filter-button-content { /**过滤样式**/
  display: flex;
  flex-wrap: wrap;
}
.shop_by_room_home .filter-button-content{
  width: calc(100% - 80px);
}
.filter-icon-bottom {
    transform: rotate(90deg);
    margin-left: 9px;
    position: relative;
    top: 0px;
}
.filter_button_item-div {
    position: relative;
}
.filter_button_item-div .filter-content-ul {
    position: absolute;
    top: 50px;
    padding: 20px;
    background: #fff;
    z-index: 1000;
    width: 300px;
    box-shadow: 0 2px 16px 0 rgba(0,0,0,.09);
    border-radius: 4px;
    box-sizing: border-box;
    overflow: hidden;
    overflow-y: auto;
    max-height: 400px;
    display: none;
}
.filter_button_item-div .filter-content-ul::-webkit-scrollbar-thumb,
.image-list-slick-room-modal .room-image-list-content::-webkit-scrollbar-thumb{
    border-radius: 6px;
    background-color: #aaaaaa;
}
.filter_button_item-div .filter-content-ul::-webkit-scrollbar,
.image-list-slick-room-modal .room-image-list-content::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: transparent;
}
.filter-content-item-name {
    font-size: 16px;
    color: #222;
    text-decoration: none;
}
.filter-content-item {
    display: flex;
    justify-content: space-between;
    line-height: 25px;
    line-height: 50px;
    height: 50px;
    align-items: center;
}
.filter-result .clear-all {
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    color: #fb9211;
    margin: 0 8px 18px 0;
    padding: 6px 15px;
    text-decoration: underline;
}
.filter-result {
    display: flex;
    margin-top: 15px;
    flex-wrap: wrap;
}
.filter-result  .filter-result-item {
    outline: none;
    margin: 0px 8px 18px 0;
    padding: 4px 15px;
    border-radius: 20px;
    border: 1px solid #999;
    background: #fff;
    font-size: 16px;
    color: #222;
    cursor: pointer; 
    display: flex;
    align-items: center;
    font-weight: 400;
}
.filter-content-checkbox .checkbox-inner {
    width: 20px;
    height: 20px
}
.filter-checkbox-checked .checkbox-inner::after {
    left: 2px;
}
.filter-result .filter-result-item-name {
    margin-right: 8px;
}
.filter-button-content i {
    font-style: normal;
}
.image-list-slick-room-modal .room-image-list-content {
  height:calc(100% - 120px);
  overflow: auto;
}      
@media (max-width: 991px) {
  .room-image-list-outer {
    width: 365px;
  }
  .section-shop-the-look {
    margin-top: 0;
    min-height: auto;
  }
  .shop_by_room {
    min-height: auto;
  }
  .shop_by_room_home .shop_room_home {
    height: auto;
  }
  .image-list-slick-room-modal .room-modal-left-btn,
  .image-list-slick-room-modal .room-modal-add-cart-warp,
  .image-list-slick-room-modal .room-modal-cart{
    width: 10rem;
  }
  .filter-button-content {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100% !important;
  }
  .section-shop-the-look {
    position: relative;
  }
  .section-shop-the-look .see_more {
    position: absolute;
    right: calc(50% - 28px);
    top: 1.6rem;
  }
  .shop_room_home .shop_room_img {
    width: 100%;
  }
  .shop_room_home .shop_room_item_img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  .shop_by_room .idea-list-btn {
    line-height: 10px;
  }

  .mobile-filter-room-modal .filter-room-modal-footer {
      width: 100%;
      background: #fff;
      text-align: center;
      padding: 0.5rem 0;
      box-shadow: 0 -0.05333rem 0.10667rem 0 rgba(0,0,0,.04);
  }
  .mobile-filter-room-modal-title {
      position: relative;
      height: 3rem;
      border-bottom: 0.02667rem solid #e8e8e8;
  }
  .mobile-filter-room-modal-mask-close {
      position: absolute;
      position: absolute;
      top: 0rem;
      cursor: pointer;
      transform: rotate(-90deg);
      width: 45px;
      height: 100%;
      padding: 0 10px;
  }
  .mobile-filter-room-modal .filter_button_item {
      height: 3rem;
      line-height: 3rem;
      padding: 0 0.5rem;
      border-bottom: 0.02667rem solid #e8e8e8;
  }
  .mobile-filter-room-modal .filter_button_item .filter-icon-bottom {
      float: right;
      top: 1rem;
  }
  .mobile-filter-room-modal .image-list-room-modal-title {
      width: 100%;
      text-align: center;
      line-height:  3rem;
  }
  .mobile-filter-room-modal .filter-content-ul {
      width: 100%;
      padding: 0 0.5rem;
      position: static;
      box-shadow: none;
      max-height: none;
      display: none;
  }
  .mobile-filter-room-modal .mobile-filter-content-item {
      display: flex;
      height: 2.2rem;
      align-items: center;
      margin-top: 0.2rem;
  }
  .mobile-filter-room-modal .mobile-filter-content-item .filter-content-item-name {
      margin-left: 0.5rem;
  }
  .mobile-filter-room-modal .filter-room-modal-footer .filter-room-modal-footer-btn {
      background: #fb9522;
      font-size: 16px;
      font-weight: 600;
      color: #fff;
      border-top: 1px solid #fb9522;
      border-radius: 2.5rem;
      margin: 0;
      height: 2.5rem;
      line-height: 2.5rem;
      text-align: center;
      border: none;
      outline: none;
      box-sizing: border-box;
      width: 80%;
  }
  .mobile-room-image-list-content {
    height: calc(100% - 7.5rem);
    overflow: auto;
  }
  .mobile-filter-room-modal  .filter_button_item-div {
      font-size: 16px;
  }
  .mobile-filter-room-modal  .filter_button_item-div span {
    font-weight: 600;
  }
  .filter-icon-bottom-up {
      transform: rotate(-90deg);
  }
  .shop_by_room_details .filter-result {
      flex-wrap: nowrap;
      overflow-x: auto;
      overflow-y: hidden;
      width: 100%!important;
  }
  .shop_by_room_details .filter-result .filter-result-item,
  .shop_by_room_details .filter-result .clear-all,
  .collection-page-fullwidth .collection-filter-result .filter-result-item,
  .collection-page-fullwidth .collection-filter-result .clear-all {
      white-space: nowrap;
      /*margin: 0 6px 10px 0;*/
      padding: 2px 10px;
      border-radius: 14px;
      font-size: 14px;
  }
  .shop_by_room_details .shop_room_img {
    height: auto;
    margin-right: 0;
  }
  .room-image-list-content img {
    height: 100%;
  }
  .shop_by_room .new-product-sign .product-sign-info,
  .shop_by_room .new-product-sign .product-sign-line{
    display: none !important;
  }
  .shop_by_room .new-product-sign .tag-circle {
    display: flex !important;
  }
  .shop_by_room .new-product-sign .tag-circle:after {
    width: 8px;
    height: 8px;
  }
  .shop_by_room .new-product-sign .tag-circle {
    
    width: 20px;
    height: 20px;
  }
  .shop_by_room .filter_button .filter_button_item {
    margin: 0 6px 10px 0;
    padding: 2px 10px;
    border-radius: 14px;
    font-size: 14px;
  }
  .filter-icon-bottom, .filter-result-item svg {
    width: 10px;
  }
  .shop_by_room .filter-result::-webkit-scrollbar, 
  .filter-button-content::-webkit-scrollbar {
    display: none;
  }
  #shopify-section-template--21999600828724__0937881b-865c-4eb2-8afb-fa71d348af9c {
    margin-top: 1rem;
  }
  .ant-message {
    z-index: 20001;
  }
  .section-instagram-gallery {
    margin-top: 30px !important;
  }
}
.section-shop-the-look .jdgm-star {
    color: #f4841a;
}
.section-shop-the-look .jdgm-prev-badge__text {
    visibility: unset;
}
.section-product-countdown .title_product, .title_heading{
  text-transform: none;
}

.goods_details .filter-button-content{
  display:none;
}
.goods_details .shop_by_room .filter_button {
  display: block;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 991px) {
  .featured-icon .sp-iconfeatured .icon svg{
  width:55px;
  height:55px;
  }
  .featured-icon .sp-iconfeatured .title{
  font-size: 13px;
   } 
    
  .section-instagram-gallery {
    margin-bottom: 70px !important;
    margin-top: 70px !important;
  }
  .instagram_gallery_title {
    font-size: 36px;
    letter-spacing: 3px;
      
    font-weight: 400;
    padding: 30px 0;
    }

  #related-product-new{
    margin-top: 70px !important;
    padding-bottom: 0;
  }
  .pt-lg-5, .py-lg-5 {
    padding-top: 20px!important
  }
  .product-item-v1 .info-product .title-product {
    padding-top: 15px;
  }
  .goods_details .section-shop-the-look .title_block {
      margin-bottom: 10px;
  }
  .page_aboutus_v1.page_aboutus_v2 .about_top .paddingright h2,
  .page_aboutus_v1.page_aboutus_v2 .title_general h3{
    font-size: 30px !important;
  }
  .shop_by_room_home .shop_room_home {
     overflow: hidden;
  }
}
@media (max-width: 991px) {
  .goods_details .instagram_gallery_title{
    font-size: 22px;
    margin-top: 20px;
  }
  .goods_details .section-shop-the-look{
    margin-top: 25px;
  }
  .section-shop-the-look .title_block {
    margin-bottom: 28px;
  }
  .prod_product_detail .related-product {
    margin-top: 20px;
  }
  .related-product {
    margin-top: 30px;
    padding-bottom: 15px 
  }
  .product-item-v1 .img-product {
    margin-bottom: 15px;
  }
  .pt-4, .py-4,
  .product-item-v1 .info-product .title-product {
    padding-top: 0.5rem!important;
  }
  .image-list-slick-modal .mobile-prev-slide {
    top: 20%;
    position: absolute;
    left: 1rem;
    z-index: 1;
    cursor: pointer;
  }
  .image-list-slick-modal .mobile-next-slide {
    top: 20%;
    position: absolute;
    right: 1rem;
    z-index: 1;
    cursor: pointer;
  }
 .image-list-slick-modal .image-list-slick .slick-track {
   //transition: transform 500ms ease 0s;
 }
}
/***Shop By Room end样式***/

/***参数对比 start样式***/
/*.compare-table-container-outer .compare-table-container-Item::before {
    width: calc(100% - 75px);
    position: absolute;
    content: '';
    height: 1px;
    background: #ccc;
    top: 11px;
    left: 75px;
}
.compare-table-container-outer .compare-table-container-recommenf::before {
    width: calc(100% - 150px);
    position: absolute;
    content: '';
    height: 1px;
    background: #ccc;
    top: 11px;
    left: 150px;
}
.compare-table-container-Item {
    position: relative;
    left: 260px;
    width: 250px;
    float: left;
    top: -10px;
}
.compare-table-container-recommenf {
    position: relative;
    left: 273px;
    width: calc(100% - 520px);
    float: left;
    top: -10px;
}
.compare-table-container .compare-table-container-Item::before {
    position: absolute;
    width: 180px;
    content: '';
    height: 1px;
    background: #ccc;
    top: 11px;
    left: 76px;
}*/
.compare-table-container-outer {
    position: relative;
    min-height: 400px;
}
.compare-table-container {
    width: 100%;
    height: 100%;
    overflow: auto;
    width: calc(100% - 2px);
    border: 1px solid #ddd;
}
.compare-table-container table {
   border: 0px solid #ddd;
}
.compare-table-container a {
    text-decoration: none;
}
.compare-table-container table {
    font-size: 14px;
    color: #666;
    border-spacing: 0;
    height: 100%;
    table-layout: fixed;
    width: 100%;
}
.compare-table-container .a-link-normal {
  text-decoration: underline;
}
.compare-table-container table .table-row, 
.compare-table-container table .table-header {
    min-height: 40px;
}
.compare-table-container .table-row > td {
    padding: 5px;
    border: none;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    min-width: 200px;
}

/* 首列固定 */
.compare-table-container thead tr > td:nth-child(-n+1),
.compare-table-container tbody tr > td:nth-child(-n+1) {
    position: sticky;
    z-index: 1;
    left: -1px;
    background: #fff;
}
.compare-table-container thead tr > td:nth-child(1){
    background-color: #fff;
    box-shadow: 1px 0px 0px #ddd;
}
.compare-table-container thead tr > td:nth-child(1) {
    left: -1px;
    width: 130px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}
.compare-table-container tbody tr > td:nth-child(1) {
   text-align: center;
   box-shadow: 1px 0px 0px #ddd;
}
/* 表头固定 */
.compare-table-container thead tr > td {
    position: sticky;
    top: 0;
    z-index: 1;
}

.compare-table-container tbody tr:nth-child(2n-1) td {
    background-color: #f0f2f2;
}

/* 表头首列强制最顶层 */
.compare-table-container thead tr > td:nth-child(-n+1) {
    z-index: 2;
}
.compare-table-container .flex-row {
    margin: 0rem;
    padding: 5px;
}
.compare-table-container .flex-row > div:first-child {
    margin-right: 5px;
}
.compare-table-container .table-row .a-link-normal {
    font-size: 16px;
    white-space: nowrap;
    color: #666;
}
.compare-table-container .table-row .a-link-normal p {
    margin: 5px;
    word-break: break-word;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-wrap: break-word;
}
.compare-table-container .table-row .compare-add-to-cart-button {
    border-radius: 30px;
    box-shadow: 0 2px 5px 0 rgba(213,217,217,.5);
    height: 30px;
    display: inline-block;
    line-height: 30px;
    border: 1px solid #ccc;
    padding: 0 8px;
}
.compare-table-container .table-row .compare-add-to-cart-button a{
    color: #666;
}
.compare-table-container .compare-add-to-cart,
.compare-table-container .compare-form-cart {
    margin-bottom: 10px;
}
.compare-table-container .compare-form-cart .engoj-btn-addtocart {
    cursor: pointer;
    height: 28px;
    background: #f4841a;
    border-radius: 25px;
    border: none;
    color: #fff;
    font-size: 16px;
    padding: 0 10px;
    margin-top: 10px;
}
.compare-table-container .compare-form-cart {
    display: flex;
    justify-content: center;
}
.compare-table-container-outer .title_heading {
    display: block;
    margin-top: 30px;
    margin-bottom: 10px;
    text-align: center;
}
.compare-table-container .table-row>td:last-child {
    border-right: none;
}
.compare-table-container tr:last-child >td {
    border-bottom: none;
}
@media (max-width: 991px) {
  .compare-table-container thead tr>td:nth-child(1) {
    width: 5rem !important;
  }
  .compare-table-container .table-row>td {
    padding: 0.2rem;
    width: 8.2rem;
  }
  .compare-table-container .compare-form-cart .engoj-btn-addtocart {
    height: 1.4rem;
    font-size: 14px;
    padding: 0 0.5rem;
    margin-top: 0.5rem;
  }
}
/***参数对比 end样式***/
.page_aboutus_v1.page_aboutus_v2 .about_top .paddingright p,
.page_aboutus_v1.page_aboutus_v2 .title_general p{
  font-size: 17px;
  text-align: left;
  padding-top: 20px !important;
  padding-bottom: 0 !important;
  margin-bottom: 0;
}
.page_aboutus_v1.page_aboutus_v2 .store .box_img_store:hover img{
  transform: scale(1);
  filter: grayscale(0);
}
.page_aboutus_v1.page_aboutus_v2 .about_top .paddingright {
  text-align: center;
}
.page_aboutus_v1.page_aboutus_v2 .about_top .paddingright h2,
.page_aboutus_v1.page_aboutus_v2 .title_general h3{
  font-size: 22px;
  font-weight: 700;
}
.page_aboutus_v1.page_aboutus_v2 .about_top,
.page_aboutus_v1.page_aboutus_v2 .store {
  margin-top: 50px;
}
.page_aboutus_v1.page_aboutus_v2 .address {
  margin-top: 20px;
  margin-bottom: 10px;
}

/***shop_by_category start***/
.shop-by-category {
  width: 100%;
  min-height: 10rem;
  margin: 0;
  padding: 0;
  text-align: center;
}
 #shopify-section-template--21526992224564__shop_by_category_GWEYa9 {
   margin-top: 70px;
 }
.shop-by-category li {
  list-style: none;
  width: calc(100%/ 4);
}
.shop-by-category-ul-li {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.shop-by-category-ul-li img {
  max-width: 100%; 
  height: auto; 
}

.shop-by-category .shop-by-category-content {
  width: 100%;
  height: 100%;
}
.shop-by-category .shop-by-category-ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 100%;
  margin: 0;
  padding: 0;
}
.shop-by-category .shop-by-category-ul p{
  margin-top: 0.625rem;
  text-align: center;
  font-size: 1rem;
}
.shop-by-category .shop-by-category-ul li span {
  display: block;
  width: 13rem;
  height: 13rem;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.shop-by-category .shop-by-category-ul li span img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all .3s ease;
  width: 13rem;
  height: 13rem;
  object-fit: cover;
  padding: 15px;
}
.shop-by-category .shop-by-category-ul li span:hover {
  background-color: #f6f6f6;
}
#shopify-section-template--21526992224564__165457174636311816 .mt-all {
  margin-top: 50px;
}
@media (max-width: 991px) {
   .shop-by-category li {
        width: calc(100%/ 4);
    }
   #shopify-section-template--21526992224564__shop_by_category_GWEYa9 {
      margin-top: 20px;
   }
   .shop-by-category .shop-by-category-ul li span {
      width: 110px;
      height: 110px;
   }
   .shop-by-category .shop-by-category-ul li span img {
      width: 100%;
      height: 100px;
   }
   .shop-by-category .shop-by-category-ul p {
    font-size: 0.8rem;
   }
   .info-product .jdgm-prev-badge__stars {
      display: inline-block;
   }
   #shopify-section-template--21526992224564__0937881b-865c-4eb2-8afb-fa71d348af9c .section-slideshow-v1 {
     padding-right: 15px;
     padding-left: 15px;
   }
   .box_contentmenu .tab_content_menu_mobile .tab-content {
      overflow: hidden;
   }
   .menu_moblie {
     z-index: 6;
   }
   .mobile-clear-left-btns ,.mobile-clear-right-btns{
        background: #fff;
        cursor: pointer;
        width: 48%;
        height: 38px;
        border-radius: 40px;
        border: 1px solid #333;
        font-size: 15px;
        font-weight: 700;
        color: #333;
        line-height: 35px;
        display: inline-block;
        text-align: center;
   }
   .mobile-clear-right-btns {
     background: #f4841a;
     color: #fff;
     border-color: #f4841a;
   }
   .mobile-clear-btns {
     display: flex;
     justify-content: space-between;
     position: fixed;
     bottom: 0px;
     width: calc(100% - 60px);
     background: #fff;
     height: 45px;
   }
   .collection-page-fullwidth .filter-to-left .filter_sidebar .widget-title,
   .collection-page-sidebar .filter-to-left .filter_sidebar .widget-title {
     left: 1px;
   }
   .collection-page-fullwidth .filter-to-left.active,
   .collection-page-sidebar .filter-to-left.active{
     padding-bottom: 50px;
   }
  .swatch .link_color img {
  margin-top: -4px !important;
  }
}
/***shop_by_category end***/
.footer_v1 .top-footer .jdgm-medals-wrapper--small .jdgm-medals {
  max-width: none !important;
}
.footer_v1 .top-footer .jdgm-medals-wrapper .jdgm-medal-wrapper:last-child {
  display: none;
}
.footer_v1 .top-footer .jdgm-medals-wrapper {
  display: flex !important;
}
.footer_v1 .top-footer .jdgm-verified-by {
  justify-content: center;
}
.breadcrumb_collection .bread-crumb a i {
  width: 30px;
  display: inline-block;
}
.swatch .link_color img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  margin-top: -2px;
}
.border_thumbnail .circle-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}
@media (min-width: 1000px) and (max-width:1440px) {
  #header .menu ul .nav-item {
    padding-left: 10px;
    padding-right: 10px
  }
}
@media (max-width: 390px) {
  .box_contentmenu {
      width: 310px;
   }
}
/****Popular Searches样式start*****/
.hot-search {
  width: 100%;
  min-height: 150px;
  color: #000;
}
.hot-search .hot-search-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.hot-search .hot-search-list .hot-search-info {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  flex-basis: calc(25% - 24px);
  background: #f4f4f4;
  border-radius: 24px;
  margin-right: 24px;
  margin-top: 24px;
  font-size: 16px;
  height: 45px;
}
.hot-search .hot-search-list a {
  text-decoration: none;
}
.hot-search .hot-search-list .search-info-logo {
  width: 21px;
}
.hot-search .hot-search-list .fa-fire {
  color: #e8554f;
  margin-right: 10px;
  font-size: 14px;
}
.section-popular-search {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .hot-search .hot-search-list .hot-search-info {
    flex-basis: auto;
    padding: 0 15px;
    margin-top: 0px;
    font-size: 14px;
    height: 30px;
    margin-right: 13px;
    margin-bottom: 13px;
  }
  .section-popular-search {
    padding-bottom: 30px;
    border-bottom: 10px solid #f4f4f4;  
    border-top: 10px solid #f4f4f4;
  }
 } 
  
/****Popular Searches样式end*****/

/****活动详情样式start*****/
.content-page-onsale-detail .detail-info .coupon-info, 
#shopify-section-section-shop-the-look .coupon-info,
.image-list-slick-room-modal .coupon-info{
  display: flex;
  align-items: center;
  padding: 20px;
  background: linear-gradient(104deg, #fcfaf7 -2%, #ffeccb 99%);
  margin-bottom: 15px;
}
.content-page-onsale-detail .detail-info .coupon-info .coupon-info-left, 
#shopify-section-section-shop-the-look .coupon-info .coupon-info-left,
.image-list-slick-room-modal .coupon-info .coupon-info-left{
  text-align: center;
  margin-left: 10px;
  margin-right: 0px;
}
.content-page-onsale-detail .detail-info .coupon-info .coupon-info-left span,
#shopify-section-section-shop-the-look .coupon-info .coupon-info-left span,
.image-list-slick-room-modal .coupon-info .coupon-info-left span{
  font-size: 24px;
  font-weight: 600;
  display: block;
}
.content-page-onsale-detail .detail-info .coupon-info .coupon-info-right-title, 
#shopify-section-section-shop-the-look .coupon-info .coupon-info-right-title,
.image-list-slick-room-modal .coupon-info .coupon-info-right-title{
  font-size: 20px;
  font-weight: 600;
  margin-right: 10px;
}
.content-page-onsale-detail .detail-info .coupon-info .coupon-info-right, 
#shopify-section-section-shop-the-look .coupon-info-right,
.image-list-slick-room-modal .coupon-info-right{
  display: flex;
  align-items: center;
  margin-left: 70px;
}
.content-page-onsale-detail .detail-info .product-sale-time {
  border: 1px solid #e8e8e8;
  background: #fff;
  padding: 12px 15px;
  margin-bottom: 15px;
}
.content-page-onsale-detail .detail-info .product-sale-time p {
  margin: 0;
  font-size: 14px;
}
.content-page-onsale-detail .detail-info .product-sale-time .product-sale-time-title {
  font-weight: bold;
  font-size: 15px;
}
.content-page-onsale-detail .detail-info .product-sale-time em {
  color: #f4841a;
  font-style: normal;
  font-weight: bold;
}
.content-page-onsale-detail .detail-info .product-onsale-price {
  display: flex;
  justify-content: space-between;
  background: #f9f9f9;
  padding: 10px 15px 0;
}
.content-page-onsale-detail .detail-info .product-onsale-price .product-onsale-price-title {
  font-size: 1.4rem;
  font-weight: 400;
}
.content-page-onsale-detail .detail-info .product-onsale-price .product-price {
  display: block;
  text-align: right;
}
.content-page-onsale-detail .detail-info .klarna-message-logo {
  padding-left: 15px;
  background: #f9f9f9;
}
.content-page-onsale-detail #klarna-message-content {
  background: #f9f9f9;
}
.content-page-onsale-detail .detail-info form.cart.clearfix {
  margin-top: 0 !important;
  background: #f9f9f9;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
}
.prod_extended .content-page-onsale-detail .detail-info .btn-action .shop-button {
  background: #fff;
  color: #111111;
  width: calc(100% - 135px);
  height: 45px;
  margin-top: 0;
}
.prod_extended .content-page-onsale-detail .detail-info .btn-action .shop-button:hover {
  background: #111111;
  color: #fff;
}
.prod_extended .content-page-onsale-detail .detail-info .btn-action .js-qty .qty_minus {
  border-right: 0px solid #ddd;
}
.prod_extended .content-page-onsale-detail .detail-info .btn-action .js-qty .qty_plus {
  border-left: 0px solid #ddd;
}
.prod_extended .content-page-onsale-detail .detail-info .btn-action .js-qty {
  width: 120px;
}
.prod_extended .content-page-onsale-detail .detail-info .btn-action .js-qty {
  border-radius: 4px;
  border-width: 1px;
}
.content-page-onsale-detail .shopify-payment-button__button--branded .shopify-cleanslate {
  width: 100%;
  height: 45px !important;
  min-height: 45px;
}
.content-page-onsale-detail .why-choice-list ul, 
.service-guarantee-list .service-guarantee-list-ul,
.choice-reason-list-ul{
  padding: 0;
  font-size: 14px;
  margin: 0;
}
.content-page-onsale-detail li, 
.service-guarantee-list li,
.choice-reason-list li{
  list-style: none;
}
.content-page-onsale-detail .why-choice-list li{
  list-style: none;
  height: 32px;
  font-size: 14px;
  line-height: 32px;
}
.content-page-onsale-detail .why-choice-list .why-choice-list-title {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 15px;
}
.content-page-onsale-detail .why-choice-list,
.content-page-onsale-detail .payment-method-icon {
  margin-bottom: 15px;
}
.content-page-onsale-detail .size-guide-item .extra-link {
  display: none !important;
}
.content-page-onsale-detail .size-guide-item .ciloe-size-guide {
  margin: 0;
}
.service-guarantee-list {
  margin-bottom: 15px;
  border-radius: 4px;
  border: 1px solid #e6e5e2;
  padding: 15px;
  background: #ffffff;
  display: flex;
  justify-content: space-between;
}
.service-guarantee-list li, 
.choice-reason-list li {
  width: calc(100% / 6);
  text-align: center;
}
.service-guarantee-list .service-guarantee-list-title, 
.service-guarantee-list .service-guarantee-list-content,
.choice-reason-list-title {
  font-weight: bold;
  height: 20px;
  margin-bottom: 5px;
  font-size: 14px;
}
.choice-reason-list-title {
   font-size: 16px;
}
.service-guarantee-list li img {
  margin-bottom: 5px;
}
.service-guarantee-list .service-guarantee-list-ul, .choice-reason-list-ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.choice-reason-list {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
.choice-reason-list h4 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}
.choice-reason-list li {
  margin-right: 15px;
  box-shadow: 0px 10px 54px 0px rgb(35 50 70 / 10%);
  border-radius: 10px;
  padding: 10px;
  position: relative;
}
.choice-reason-list li:last-child {
  margin-right: 0;
}
.choice-reason-list-content {
  font-size: 14px;
}
.service-guarantee-list-content-none {
  margin-top: 25px;
}
.share-model .share-model-content-copy-link,
.share-model .share-model-content-socials {
  margin-top: 10px;
}
.choice-reason-list li img {
  transform: scale(0.5);
  transition: transform .64s ease;
}
.choice-reason-list li:last-child img {
  transform: scale(0.9);
  position: relative;
  top: 12px;
}
.choice-reason-list li:hover img {
  transform: scale(0.4);
}
.content-page-onsale-detail .btn_share {
  margin-left: 10px;
}
.content-page-onsale-detail .share-button {
  font-size: 14px;
  cursor: pointer;
}
.share-model {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: none;
}
.share-model .share-model-over {
  width: 100%;
  height: 100%;
  background: #00000078;
}
.share-model .share-model-content-outer {
  width: 300px;
  position: fixed;
  top:calc(50% - 85px);
  left: calc(50% - 150px);
  background: #fff;
  padding: 15px;
  border-radius: 4px;
  font-size: 14px;
}
.share-model .share-model-close {
  float: right;
}
.share-model-content-socials-icon a {
  margin-right: 10px;
}
.share-model .share-copy-link {
  display: block;
  width: 100%;
}
.choice-reason-rating {
  position: absolute;
  top: 20%;
  left: calc(50% - 20px);
  font-size: 22px;
  font-weight: bold;
}
.content-page-onsale-detail .coupon-copy-btn {
  border-radius: 0;
}
.prod_extended .content-page-onsale-detail .detail-info .btn-action {
  margin-top: 10px;
  font-size: 15px;
}

.shop-promotion .shop-promotion-content {
  width: 100%;
  min-height: 200px;
}
.shop-promotion .shop-promotion-content-item {
  width: 100%;
  position: relative;
  margin-bottom: 50px;
  min-height: 200px;
}
.shop-promotion .shop-promotion-content-left-btn {
  /*background: #fff;*/
  cursor: pointer;
  width: 100%;
  height: 36px;
  border-radius: 28px;
  border: 1px solid #222;
  font-size: 16px;
  font-weight: 700;
  color: #222;
  line-height: 36px;
  margin-right: 10px;
  text-align: center;
  margin-bottom: 12px;
  display: block;
  opacity: 0;
}
.shop-promotion .shop-promotion-content-right-btn {
  width: 100%;
  cursor: pointer;
  height: 36px;
  background: #ffdd37;
  border-radius: 25px;
  outline: none;
  border: none;
  /*color: #fff;*/
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  display: block;
  opacity: 0;
}
.shop-promotion .shop-promotion-content-btn {
  position: absolute;
  right: 8%;
  bottom: 10.1%;
  width: 440px;
}
.shop-promotion .shop-by-category-top h1 {
  font-size: 2.2rem;
  margin-bottom: 30px;
  font-weight: bold;
}
.shop-promotion-content .shop-promotion-content-item img {
  box-shadow: 0px 10px 54px 0px rgb(35 50 70 / 10%);
  border-radius: 55px;
}
.prod_extended .content-page-onsale-detail .detail-info .product-title,
.product_sidebar .content-page-onsale-detail .detail-info .product-title {
  padding-right:0px;
  font-weight: bold;
  font-size: 1.63rem;
}
.content-page-onsale-detail .detail-info .coupon-info .coupon-info-left span {
  font-size: 1.63rem;
}
.prod_product_detail_new .tab-pd-details .product-desc h1,
.prod_product_detail_new .tab-pd-details .product-desc h2,
.prod_product_detail_new .tab-pd-details .product-desc h3,
.prod_product_detail_new .tab-pd-details .product-desc h4, 
.prod_product_detail_new .tab-pd-details .product-desc h5, 
.prod_product_detail_new .tab-pd-details .product-desc .aplus-h1, 
.prod_product_detail_new .tab-pd-details .product-desc .aplus-h3 {
  font-weight: bold;
  font-size: 1.5rem !important;
}
.prod_product_detail_new .tab-pd-details .product-desc p,
.prod_product_detail_new .premium-aplus .aplus-p2,
.prod_product_detail_new .faq-list-item,
.prod_product_detail_new #review{
  font-size: 15px;
}
.prod_product_detail_new .tab-pd-details .tab_prod li a {
  font-weight: bold;
}
#header .menu ul li .nav-link {
  color: #000;
  letter-spacing: 0.8px;
}
#shopify-section-section-shop-the-look .coupon-info,
.section-shop-the-look .coupon-info{
  justify-content: space-evenly;
  padding: 10px 20px;
}
#shopify-section-section-shop-the-look  .coupon-info-left,
.section-shop-the-look .coupon-info-left{
  font-size: 38px;
  text-align: left;
  font-weight: bold;
  line-height: 38px;
}
#shopify-section-section-shop-the-look #discount_code_off,
.section-shop-the-look #discount_code_off{
 font-size: 20px;
}
#shopify-section-section-shop-the-look .coupon-info-right,
.section-shop-the-look .coupon-info-right{
 flex-grow: 0.2;
 flex-wrap: wrap;
 text-align: center;
 font-size: 22px;
}
#shopify-section-section-shop-the-look .coupon-info-right .coupon-info-right-title,
.section-shop-the-look .coupon-info-right .coupon-info-right-title{
  width: 100%;
  border: 1px dashed #fff;
  background-clip: padding-box;
  background-color: #fff;
  padding: 5px 0;
  /* font-size: 22px; */
}
#shopify-section-section-shop-the-look .coupon-info-right span,
.section-shop-the-look .coupon-info-right span{
 width: 100%;
}
@media (min-width: 992px) {
 .image-list-slick-room-modal  #discount_code_off {
   font-size: 13px !important;
 }
 .image-list-slick-room-modal .coupon-info svg {
   width: 50px;
 }
 .image-list-slick-room-modal .coupon-info {
   padding: 5px !important;
 }
 .image-list-slick-room-modal .coupon-info .coupon-info-left {
   font-size: 25px !important;
   white-space: nowrap;
   line-height: 26px !important;
   padding: 10px 0;
 }
 .image-list-slick-room-modal .coupon-info .coupon-info-right {
   margin-left: 20px !important;
   font-size: 13px !important;
 }
 .image-list-slick-room-modal .coupon-info .coupon-info-right .coupon-info-right-title {
   font-size: 13px !important;
 }
}
@media (max-width: 991px) {
  .content-page-onsale-detail .detail-info .coupon-info {
    padding: 0.8rem;
  }
  .content-page-onsale-detail .detail-info .coupon-info svg {
    width:40px;
    height: 50px;
  }
  .content-page-onsale-detail .detail-info .coupon-info .coupon-info-left span {
    font-size: 1.3rem;
  }
  .content-page-onsale-detail .detail-info .coupon-info .coupon-info-right {
    margin-left: 1.6rem;
  }
  .content-page-onsale-detail .detail-info .coupon-info .coupon-info-right-title {
    font-size: 1.1rem;
  }
  .content-page-onsale-detail .detail-info .product-sale-time {
    font-size: 0.86rem;
  }
  .choice-reason-list-ul {
    justify-content: space-evenly;
    flex-wrap: wrap;
  }
  .choice-reason-list li {
    width: calc(100% / 2 - 20px);
    margin-bottom: 15px;
  }
  .service-guarantee-list .service-guarantee-list-ul {
    display: block;
  }
  .service-guarantee-list li {
    width: calc(100% / 2);
    margin-bottom: 15px;
    float: left;
  }
  .choice-reason-list li:last-child {
    margin-right: 15px;
  }
  .choice-reason-list h4 {
    font-weight: bold;
  }
  .prod_extended .content-page-onsale-detail .detail-info .btn-action .shop-button {
    width: 10.5rem;
    background: #111111;
    color: #fff;
  }
  .prod_extended .content-page-onsale-detail .detail-info .btn-action .shop-button:hover {
    background: #fff;
    color: #111111;
  }
  .choice-reason-list li img {
    transform: scale(0.6);
    height: 60px;
    width: 60px;
  }
  .choice-reason-rating {
    top: 16%;
  }
  .choice-reason-list li:last-child img {
    transform: scale(1.1);
  }
  .content-page-onsale-detail .qty-cart-content-title {
    width: 75px;
    display: inline-block;
  }
  .prod_extended .content-page-onsale-detail .detail-info .btn-action {
    width: calc(100% - 80px);
    display: inline-flex;
  }
  .prod_extended .content-page-onsale-detail .detail-info .btn-action .qty-cart-content,
  .prod_extended .content-page-onsale-detail .detail-info .btn-action .js-qty{
    width: 100%;
  }
  .prod_extended .content-page-onsale-detail .detail-info .btn-action .js-qty input[type=text] {
    width: 100%;
    background: #fff;
  }
  .choice-reason-list {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .shop-promotion .shop-by-category-top h1 {
    font-size: 1.5rem;
    margin-bottom: 0px;
  }
  .shop-promotion .shop-promotion-content-item {
    margin-bottom: 25px;
    min-height: 200px;
  }
  .section-product-banner .section-slideshow-v1 {
     margin-bottom: 0px;
  }
  .shop-promotion .shop-promotion-content-btn {
    right: calc(50% - 160px);
    /* bottom: 12px; */
    width: 320px;
    bottom: 4%;
  }
  .shop-promotion .shop-promotion-content-left-btn {
    margin-bottom: 9px;
    opacity: 1;
  }
  .shop-promotion .shop-promotion-content-right-btn {
     opacity: 1;
  }
  .shop-promotion .choice-reason-list li {
    width: calc(100% / 3);
    margin-bottom: 0px;
    margin-right: 0;
    box-shadow: none;
    padding: 0 5px;
  }
  .shop-promotion .choice-reason-list-title {
    font-size: 12px;
  }
  .shop-promotion .choice-reason-list li img {
    height: 70px;
    width: 70px;
  }
  .shop-promotion .choice-reason-rating {
    top: 12%;
    left: calc(50% - 15px);
    font-size: 14px;
  }
  .shop-promotion  .shop-by-category-top {
    text-align: center;
    margin-bottom: 20px;
  }
  .shop-promotion .shop-promotion-content {
    padding: 0 15px;
  }
  .shop-promotion-content .shop-promotion-content-item img {
    border-radius: 20px;
  }
  .wrap-bread-crumb .bread-crumb {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-wrap: break-word;
    word-break: break-all;
    line-height: 25px;
    height: 30px;
  }
  .wrap-bread-crumb .bread-crumb a {
    display: inline-block;
    height: 25px;
    font-size: 14px;
  }
  .wrap-bread-crumb .bread-crumb strong {
     font-size: 14px;
  }
  .box_contentmenu .tab_content_menu_mobile .tab-content #tab_menu_mobile .menu-horizon-list a[title='Sale'],
  .box_contentmenu .tab_content_menu_mobile .tab-content #tab_menu_mobile .menu-horizon-list a[title='Markenrabatte'],
  .box_contentmenu .tab_content_menu_mobile .tab-content #tab_menu_mobile .menu-horizon-list a[title='Offres']{
    color: #f4841a;
  }
   .box_contentmenu .tab_content_menu_mobile .tab-content #tab_menu_mobile .menu-horizon-list a[title='Valentinstag']{
    color: #c81646;
  }
  .choice-reason-list-content {
    font-size: 12px;
  }
  .prod_extended .content-page-onsale-detail .detail-info .product-title,
  .product_sidebar .content-page-onsale-detail .detail-info .product-title {
    font-size: 1.093rem;
  }
  .instagram_gallery_title {
    font-size: 22px;
    letter-spacing: 3px;
    font-weight: 400;
      
    padding: 10px 2px;
  }
  .content-page-onsale-detail .swatch .variant_other {
    padding: 10px 8px;
  }

 .image-list-slick-room-modal  #discount_code_off, #shopify-section-section-shop-the-look #discount_code_off{
   font-size: 12px !important;
 }
 .image-list-slick-room-modal .coupon-info svg,  #shopify-section-section-shop-the-look .coupon-info svg{
   width: 40px;
   height: 55px;
   margin: 10px 0;
 }
 #shopify-section-section-shop-the-look .coupon-info,
 .section-shop-the-look .coupon-info{
   padding: 0px !important;
 }
 #shopify-section-section-shop-the-look .coupon-info .coupon-info-left,
 .section-shop-the-look .coupon-info .coupon-info-left{
   font-size: 22px !important;
   white-space: nowrap;
   line-height: 26px !important;
   padding: 10px 0;
   margin-left: 2px;
 }
 #shopify-section-section-shop-the-look .coupon-info .coupon-info-right,
 .section-shop-the-look .coupon-info .coupon-info-right{
   margin-left: 5px !important;
   font-size: 12px !important;
 }
 #shopify-section-section-shop-the-look .coupon-info .coupon-info-right .coupon-info-right-title,
 .section-shop-the-look .coupon-info-right .coupon-info-right-title{
   font-size: 12px !important;
   margin-right: 3px;
 }
 .content-page-onsale-detail .why-choice-list li {
   font-size: 1rem;
 }
}
@media (max-width: 400px) {
  .content-page-onsale-detail .detail-info .coupon-info .coupon-info-right {
    margin-left: 0.4rem;
  }
  .content-page-onsale-detail .why-choice-list li {
     font-size: 0.80rem;
   } 
}

@media (min-width: 900px) and (max-width:1400px) {
 .shop-promotion .shop-by-category-top,
 .shop-promotion .shop-promotion-content {
   padding: 0 100px;
 }
 .content-page-onsale-detail .detail-info .coupon-info .coupon-info-right {
    margin-left: 30px;
 }
 .content-page-onsale-detail .detail-info .coupon-info {
   padding: 10px;
 }
 .content-page-onsale-detail .detail-info .coupon-info .coupon-info-left span {
   font-size: 22px;
 }
 .content-page-onsale-detail .detail-info .coupon-info .coupon-info-right-title {
   font-size: 18px;
 }
}
#header .menu ul .nav-item a[title='Sale'],
#header .menu ul .nav-item a[title='Markenrabatte'],
#header .menu ul .nav-item a[title='Offres']{
  color: #f4841a;
}
#header .menu ul .nav-item a[title='Valentinstag']{
  color: #c81646;
} 

/****活动详情样式end*****/

/****优惠券样式start*****/
.coupon_popup_view  .modal-window .window-window {
    width: 47rem;
}
.coupon_popup_view .modal-window .window-window .window-content .right,
.coupon_popup_view .modal-window .window-window .window-content .left{
  width: 50%;
}
.coupon_popup_view .modal-window .window-window .window-content .left {
  padding: 0 30px;
  padding-top: 40px;
}
.coupon_popup_view  .modal-window .window-window .window-content .left .title {
  font-size: 24px;
    
  letter-spacing: 1px;
  margin-bottom: 0px;
}
.coupon_popup_view .modal-window .window-window .window-content .left .sub-title {
  font-size: 14px;
  line-height: 20px;
}
.coupon_popup_view .newsletter-coupon {
  display: flex;
  align-items: center;
  margin-top: 10px;
  background: url(//de.sikaic.com/cdn/shop/t/12/assets/coupon_popup.png?v=98971262691217708461743750617) no-repeat 50% 50%;
  background-size: 107.5% 115%;
  width: 100%;
  height: 100px;
  background-position-x: -11px;
}
.coupon_popup_view .newsletter-coupon-off {
  width: 40%;
  color: #f4841a;
  font-weight: 500;
}
.coupon_popup_view .newsletter-coupon-info {
  width: 60%;
  padding: 10px 7px;
  font-size: 15px
}
.coupon_popup_view .newsletter-coupon-off span {
  font-size: 30px;
  font-weight: 500;
}
.coupon_popup_view .newsletter-coupon-info p {
  margin: 0;
}
.coupon_popup_view .newsletter-coupon-info p:first-child {
  font-weight: bold;
}
.coupon_popup_view .modal-window .window-window .window-content .left #mc_embed_signup .form-group {
  display: block;
}
.coupon_popup_view .modal-window .window-window .window-content .left #mc_embed_signup .form-group button {
  width: 100%;
  margin-top: 10px;
  height: 45px;
  background-color: #f4841a;
  border-radius: 40px;
}
.coupon_popup_view .modal-window .window-window .window-content .left #mc_embed_signup .form-control {
  height: 45px;
  border-radius: 4px;
  width: 100%;
}
.coupon_popup_view  .newsletter-terms a {
  text-decoration: underline;
  color: #f4841a;
}
.coupon_popup_view .newsletter-terms-img-mobile, .coupon_popup_view .newsletter-terms-logo-mobile {
  display: none;
}
.coupon_popup_view .modal-window .window-window .window-content .left .sub-title {
  color: #000;
}
.sub-coupup_icon_pc {
  bottom: 189px;
  right: 15px;
  position: fixed;
  cursor: pointer;
}
.sub-coupup_icon_pc .sub-coupup_icon_pc_content {
  position: relative;
  height: 48px;
  width: 48px;
  display: inline-block;
  border-radius: 50%;
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.15);
  background: #fff;
}
.sub-coupup_icon_pc .sub-coupup_icon_pc_content span {
  position: absolute;
  left: 22%;
  top: 25%;
  color: #ffff;
}
.sub-coupup_icon_pc .sub-coupup_icon_pc_content img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.newsletter-subscribed-success-popup{
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  padding: 12px;
  border-radius: 8px;
  bottom: unset;
  z-index:2222222;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,.15);
}
.newsletter-subscribed-success .subscribed-success-span {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #52c41a;
  text-align: center;
  border-radius: 50%;
  margin-right: 5px;
}
.newsletter-subscribed-success .subscribed-success-span svg {
  width: 12px;
  height: 12px;
  margin-right: 0px;
}
.newsletter-subscribed-success .subscribed-success-span svg path {
  stroke: #fff;
}
@media (max-width: 991px) {
  .popup .modal-window .window-window {
      width: 85%;
  }
  .popup .modal-window .window-window .window-content {
    border-radius: 6px;
    flex-wrap: wrap;
  }
  .coupon_popup_view .modal-window .window-window .window-content .right {
    display: none;
  }
  .coupon_popup_view .modal-window .window-window .window-content .left {
    width: 100%;
    padding-top: 20px;
  }
  .coupon_popup_view .newsletter-terms-img-mobile {
     display: block;
     width: 100%;
     height: 154px;
  }
  .newsletter-terms-img-mobile img {
     width: 100%;
     height: 100%;
  }
  .coupon_popup_view .modal-window .window-window .window-content .left .title {
    font-size: 20px;
    margin-top: 20px;
  }
  .coupon_popup_view .newsletter-terms-logo-mobile {
     display: inline-flex;
     width: 100px;
     height: 30px;
  }
  .coupon_popup_view .modal-window .window-window .window-content .left #mc_embed_signup {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .coupon_popup_view .newsletter-terms {
    margin-bottom: 0px;
  }
  .sub-coupup_icon_pc {
    bottom: 190px;
  }
  .sub-coupup_icon_pc .sub-coupup_icon_pc_content {
    height: 40px;
    width: 40px;
  }
  .coupon_popup_view .form {
    width: 100%;
  }
  .newsletter-subscribed-success-popup{
    width: 95%;
    max-width: 95%;
    text-align: center;
    display: block;
    font-size: 14px;
  }
  .newsletter-subscribed-success-popup .subscribed-success-span-code {
    display: block;
    margin-left: 60px;
  }
  .applied-discount-code-value {
    font-size: 12px;
  }
  .applied-discount-code-value {
    margin: 0px;
  }
  .applied-discount-code-wrapper {
    padding: 2px 2px;
  }
  .sub-coupup_icon_pc .sub-coupup_icon_pc_content span {
    font-size: 0.8rem;
  }
}
/****优惠券样式end*****/

/**公共类名样式stat***/
.discount_sale_tag {
  background: #eb4d3d;
  padding: 0 4px;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
}
.applied-discount-sale-block {
  background: linear-gradient(104deg, #ffada5 -2%, #ffffff 99%);
  padding: 2px 5px;
  font-size: 14px;
}
.mothers-day-sale-block {
  padding-top: 30px;
  position: relative;
}
.mothers-day-sale-info {
  padding: 10px;
  border: 1px solid #d8d8d8;
  font-size: 14px;
  margin-top: 30px;
}
.discountPriceStyle {
  color: #212529 !important;
}
/**公共类名样式end***/

/**母亲节列表活动样式start**/
.mothers-day-sale-block .mothers-day-sale-block-outer {
  background: linear-gradient(104deg, #ffada5 -2%, #ffffff 99%);
  text-align: center;
  padding: 12px 0;
  padding-left: 35px;
}
.mothers-day-sale-block  .mothers-day-sale-img {
  position: absolute;
  transform: scale(0.5);
  top: -15px;
  left: -10px;
}
.mothers-day-sale-block .mothers-day-sale-block-title,
.mothers-day-sale-info .mothers-day-sale-info-title{
  font-weight: bold;
  font-size: 16px;
}
.mothers-day-sale-block .mothers-day-sale-block-tip {
  font-size: 12px;
  margin-left: 90px;
}
.mothers-day-sale-info .mothers-day-sale-info-content {
  margin: 0;
  padding: 0 22px;
  padding-right:10px;
}
.mothers-day-product-detail .content-page-detail .detail-info .btn-action .shop-button,
.mothers-day-product-detail .sticky_addcart .btn-action .shop-button,
.mothers-day-product-detail .sticky_addcart .btn-action .shop-button-amazon,
.mothers-day-product-detail .sticky_addcart .btn-action .shop-button-amazon:hover, 
.mothers-day-product-detail .sticky_addcart .btn-action .shop-button:hover{
  background: #ff7d7d;
  border-color: #ff7d7d;
}
.mothers-day-product-detail .product-title .discount_sale_tag {
  position: relative;
  top: -3px;
}
@media (max-width: 991px) {
  .mothers-day-sale-block .mothers-day-sale-block-title,
  .mothers-day-sale-info .mothers-day-sale-info-title{
    font-size: 13px;
  }
  .mothers-day-sale-info {
    margin-top: 20px;
  }
  .applied-discount-sale-block {
    font-size: 12px;
  }
  .shopify-payment-button__button {
    border-radius: 2.5rem !important;
  }
  .shopify-payment-button__button.shopify-payment-button__button--branded {
    height: 42px;
    min-height: 40px;
    margin-bottom: 9px;
  }
}
@media (max-width: 400px) {
  .mothers-day-sale-block .mothers-day-sale-block-title,
  .mothers-day-sale-info .mothers-day-sale-info-title{
    font-size: 12px;
  }
  .prod_product_detail div.shopify-payment-button div:first-child,
  .shopify-payment-button__button.shopify-payment-button__button--branded,
  .prod_extended .content-page-detail .detail-info .btn-action .enj-add-to-cart-btn{
   width: 10rem;
 }
}
@media (min-width: 400px) and (max-width:576px) {
 .prod_product_detail div.shopify-payment-button div:first-child,
 .shopify-payment-button__button.shopify-payment-button__button--branded,
 .prod_extended .content-page-detail .detail-info .btn-action .enj-add-to-cart-btn{
   width: 11.5rem;
 }
}
/**母亲节列表活动样式end**/

/***移动端affilate start***/
@media (max-width: 991px) {
   #shopify-section-template--22322535596340__section_slideshow_v1_BHtVdp {
    background: #f2f3f7;
  }
  #shopify-section-template--22322535596340__section_slideshow_v1_BHtVdp .section-slideshow-v1 {
    /* min-height: 1000px;
    max-height: 1125px; */
    background: #f3f5f9;
  }
  #shopify-section-template--22322535596340__section_slideshow_v1_JYARqA .section-slideshow-v1 {
    /* min-height: 500px;
    max-height: 610px; */
    background: #f3f5f9;
  }
  /* #shopify-section-template--22322535596340__section_slideshow_v1_BHtVdp .section-slideshow-v1 .slick-list, */
  #shopify-section-template--22322535596340__section_slideshow_v1_BHtVdp .section-slideshow-v1 .slick-track,
  #shopify-section-template--22322535596340__section_slideshow_v1_BHtVdp .section-slideshow-v1 .info-sideh1 .picture-slideshow,
  /* #shopify-section-template--22322535596340__section_slideshow_v1_JYARqA .section-slideshow-v1 .slick-list, */
  #shopify-section-template--22322535596340__section_slideshow_v1_JYARqA .section-slideshow-v1 .slick-track,
  #shopify-section-template--22322535596340__section_slideshow_v1_JYARqA .section-slideshow-v1 .info-sideh1 .picture-slideshow{
    height: 100% !important;
  }
  #shopify-section-template--22322535596340__section_slideshow_v1_BHtVdp .section-slideshow-v1 .info-sideh1,
  #shopify-section-template--22322535596340__section_slideshow_v1_BHtVdp .section-slideshow-v1 .info-sideh1 .picture-slideshow img,
  #shopify-section-template--22322535596340__section_slideshow_v1_JYARqA .section-slideshow-v1 .info-sideh1,
  #shopify-section-template--22322535596340__section_slideshow_v1_JYARqA .section-slideshow-v1 .info-sideh1 .picture-slideshow img{
      height: 100%;
  }
  #shopify-section-template--22322535596340__section_slideshow_v1_BHtVdp .section-slideshow-v1 .info-sideh1 .picture-slideshow a,
  #shopify-section-template--22322535596340__section_slideshow_v1_JYARqA .section-slideshow-v1 .info-sideh1 .picture-slideshow a{
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  #shopify-section-template--22322535596340__section_slideshow_v1_JYARqA .section-slideshow-v1 .slick-list {
    margin-top: -3.5rem;
  }
  .menu_moblie .logo_menumoblie {
    width: 100px;
    height: 30px;
  }
  .menu_moblie .logo_menumoblie a {
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  .menu_moblie .logo_menumoblie  a img {
    width: 100px;
    height: 30px;
  }
  .menu_moblie.menu_mobilescroll, .menu_moblie {
    padding-top: 40px;
    padding-bottom: 10px;
    box-shadow: 0 2px 5px -2px rgba(0,0,0,.1);    
}
  }
  .menu_moblie.menu_mobilescroll .header_top_bar_block {
    visibility: hidden;
  }
  .menu_moblie.menu_mobilescroll {
     padding-top: 10px;
  }
}
@media (min-width: 992px) {
  #header .col-lg-2 {
    /* max-width: 226px;
    transform: scale(0.9); */
  }
  #header .col-lg-2 a{
    display: inline-block;
    width: 100%;
  }
  #header .col-lg-2 a img {
    width: 100%;
    height: 100%;
  }
}
/***移动端affilate end***/
/**购物车icon调整start**/
#header .currencies-login .cart-login-search ul li .cart .number-cart,
#header .currencies-login .cart-login-search ul li .cart .number-cart.active {
  bottom: auto;
  top: -13px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  font-weight: normal;
  position: absolute;
  left: 13px;
  border-radius: 50%;
  color: #fff;
  background: #f4841a;
  text-align: center;
}
#header .currencies-login .cart-login-search ul li a svg.icon-svg-cart, .menu_moblie .menuright svg.icon-svg-cart{
  fill: #fff;
}
.menu_moblie .menuright a span {
  color: #fff;
  background: #f4841a;
  border-radius: 50%;
  min-width: 20px;
  font-size: 12px;
  font-weight: normal;
  top: -2px;
  text-align: center;
}
.js-call-minicart .icon-svg-cart {
  stroke: #343434;
}
.js-call-minicart .icon-svg-cart path {
  stroke-miterlimit: 10;
  stroke: #000;
  stroke-width: 4px;
}
.js-call-minicart .icon-svg-cart circle {
  fill: #000;
}
#header {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.room-image-list-content .room-good-list {
  margin-bottom: 0px;
}
.price-canpup-info-top {
   background: url(//de.sikaic.com/cdn/shop/t/12/assets/discountDown.png?v=67949787362712811071743750617) 50% 50% no-repeat;
   width: 65px;
   height: 65px;
   background-size: 100%;
   text-align: center;
   margin-left: 15px;
}
.price-canpup-info-top span {
  display: block;
  width: 42px;
  text-align: center;
  margin-left: 12px;
  color: #fff;
  line-height: 19px;
  transform: scale(0.86);
  font-size: 13px;
}
.price-canpup-info-top span i {
  font-size: 22px;
  font-weight: 600;
  font-style: normal;
}
#review .jdgm-widget .jdgm-temp-hidden {
  display: none;
}
.image-list-slick-room-modal .room-good-list-btn {
  position: fixed;
  width: calc(100%);
  left: 0;
  display: flex;
  justify-content: space-between;
  bottom: 10px;
  padding: 5px 10px;
  box-shadow: 0px -1px 3px 0 rgba(0, 0, 0, .1);
  z-index: 11;
}
.image-list-slick-room-modal .room-good-list-btn .roomGoodButton {
  font-weight: 700;
 }
 .image-list-slick-room-modal .room-good-list-btn .roomGoodButton1 {
   background: #111111;
   border-color: #111111;
 }
 .control_error_tip {
    color: #e64d43; 
    margin:0;
    line-height: 16px;
    text-align: left;
    margin-top: 7px;
}
#mc_embed_signup .form, #mc_embed_signup .form-group {
  width: 100%;
}
@media (min-width: 992px) {
  .js-call-minicart .icon-svg-cart {
    width: 28px !important;
    height: 28px !important;
  }
}
#review #judgeme_product_reviews .jdgm-btn {
    display: inline-block;
    width:100%;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    margin: 0 auto;
    letter-spacing: .1em;
    margin-bottom: 15px;
}
#review #judgeme_product_reviews .jdgm-paginate__load-more, .jdgm-paginate__load-more:not([disabled]):hover {
    background-color: #fff;
    border-color: var(--jdgm-paginate-color);
}
  #review #judgeme_product_reviews .jdgm-rev-widg {
    padding-top: 24px;
  }
  #review #judgeme_product_reviews a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: #fff;
    text-decoration: none;
}
#review #judgeme_product_reviews .jdgm-btn--solid, input[type=submit].jdgm-btn--solid {
    color: #f4841a;
    background-color: #fff;
    border: 2px solid #339999;
    border-color: var(--jdgm-primary-color);
}

@media (max-width: 991px) {
  .js-call-minicart .icon-svg-cart {
    width: 24px !important;
    height: 24px !important;
    margin-top: 5px;
  }
  #review {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  #review #judgeme_product_reviews .jdgm-row-media, .jdgm-row-search, .jdgm-subtab, .jdgm-row-actions, .jdgm-quest, .jdgm-rev, .jdgm-paginate {
     border-top: 0; 
}

  .image-list-slick-room-modal .room-good-list-btn .roomGoodButton {
    margin-top: 10px;
    height: 40px;
    width: 10rem;
    padding: 8px 0px;
    line-height: 20px;
 }
 .image-list-slick-room-modal .roomGoodButton1 {
   height: 40px;
 }
 .image-list-slick-room-modal .room-good-list-btn {
   bottom: 15px;
 }
 .room-image-list-outer, 
 .image-list-slick-room-modal .room-good-list-btn {
    width: calc(100% - 10px);
    margin-left: 10px;
  }
  .minicart .mini-content .mini-cart-head .title {
     margin-left: 10%;
     line-height: 45px;
  }
  .control_error_tip {
    font-size: 0.9rem;
  }
}
@media (max-width: 350px) {
   .room-image-list-outer {
      width: 340px;
   }
  .image-list-slick-room-modal .home-card-list .room-modal-left-btn {
    width: 144px;
  }
  .image-list-slick-room-modal .room-modal-left-btn,
  .image-list-slick-room-modal .room-modal-add-cart-warp,
  .image-list-slick-room-modal .room-modal-cart,
  .image-list-slick-room-modal .room-good-list-btn .roomGoodButton {
    width: 9rem !important;
  }
}
/**购物车icon调整end**/

/**活动页面配置start**/
.activity-configuration-tip-right {
  position: absolute;
  right: 3%;
  top: 3%;
  background: #efefef;
  text-align: center;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 20px 15px;
  min-width: 115px;
  max-width: 200px;
  font-size: 16px;
}
.activity-configuration-tip-right .activity-configuration-tip-right-icon {
  width: 100%;
  position: relative;
}
.activity-configuration-tip-right .activity-configuration-tip-right-icon img {
  width: 70px;
  height: 70px;
  margin: 0 auto;
}
.activity-configuration-tip-right .activity-configuration-tip-right-icon .conpouImg {
  width: 100px;
  height: 55px;
}
.activity-configuration-tip-right .activity-configuration-tip-right-icon .conpouPrice {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  line-height: 16px;
}
.activity-configuration-tip-right .activity-configuration-tip-right-icon p {
  font-weight: bold;
  margin-top: 13px;
  color: #111111;
}
.activity-configuration-tip-right .activity-configuration-tip-right-icon:last-child p {
   margin-bottom: 0px;
   margin-top: 20px;
}
.ctivity-configuration-tip-bottom {
  position: absolute;
  bottom: 0;
  background: #ffffff6e;
  width: 100%;
  min-height: 80px;
  max-height: 120px;
  padding: 0px 7%;
  color: #111111;
}
.ctivity-configuration-tip-bottom .ctivity-configuration-tip-bottom-price {
  display: flex;
  font-weight: bold;
  align-items: center;
}
.ctivity-configuration-tip-bottom .ctivity-configuration-tip-bottom-price-left {
  width: 54.5%;
}
.ctivity-configuration-tip-bottom .ctivity-configuration-tip-bottom-price-left .ctivity-under-price {
  font-size: 22px;
  text-decoration: line-through;
  margin-right: 14px;
}
.ctivity-configuration-tip-bottom .ctivity-configuration-tip-bottom-price-left .ctivity-sale-price {
  font-size: 70px;
}
.ctivity-configuration-tip-bottom .ctivity-configuration-tip-bottom-price-right {
  max-width: 45.5%;
  font-size: 32px;
  line-height: 30px;
  border-left: 3px solid #111111bf;
  padding-left: 20px;
  min-width: 290px;
  height: 60px;
  margin-top: -10px;
}
.ctivity-configuration-tip-bottom p {
  margin: 0;
  font-size: 20px;
  padding: 0;
  margin-top: -19px;
}
h1, .h1, h2, .h2, .tab-products .nav-tabs, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  text-transform: none;
}
.content-page-detail .gallery-control .custom-indicator {
  display: none;
  background:hsla(0, 0%, 100%, .5);
  position: absolute;
  bottom: 7px;
  text-align: center;
  left: calc(50% - 100px);
  font-size: 13px;
  padding: 3px 4px;
  border-radius: 30px;
  /* border: 1px solid rgba(255, 255, 255, .6); */
  color: #111;
  align-items: center;
  box-shadow: 0px 2px 20px 0px rgb(172 172 172 / 60%);
}
.content-page-detail .gallery-control .custom-indicator .custom-indicator-active {
  border-radius: 20px;
  padding: 4px 10px;
  margin-right: 5px;
  cursor: pointer;
}
.content-page-detail .gallery-control .custom-indicator i, 
.content-page-detail .gallery-control .custom-indicator em {
  font-style: normal;
}
.content-page-detail .gallery-control .custom-indicator .custom-indicator-selector {
  padding: 4px 8px;
  border-radius: 20px;
  cursor: pointer;
}
.content-page-detail .gallery-control .custom-indicator .custom-indicator-active1 {
  background: #ffffff8a;
  font-weight: bold;
}
.content-page-detail .gallery-control .custom-indicator-nocount {
  background: rgba(0, 0, 0, .45);
  color: #fff;
  padding: 0;
  left: 5px;
}
.content-page-detail .gallery-control .custom-indicator-nocount .custom-indicator-active{
  padding: 2px 7px;
  font-weight: 500;
  font-size: 14px;
}
.content-page-detail .gallery-control .custom-indicator-nocount .custom-indicator-active1 {
  background: transparent;
}
@media (max-width: 991px) {
  .activity-configuration-tip-right {
    right: 3%;
    border-radius: 0.5rem;
    padding: 0.5rem 0.5rem;
    min-width: 3rem;
    max-width: 5rem;
    font-size: 0.5rem;
    top: 3.2%;
  }
  .activity-configuration-tip-right .activity-configuration-tip-right-icon img {
    width: 2.3rem;
    height: 2.3rem;
  }
  .activity-configuration-tip-right .activity-configuration-tip-right-icon p {
    margin-top: 0.3rem;
    margin-bottom: 0.7rem;
  }
  .activity-configuration-tip-right .activity-configuration-tip-right-icon .conpouImg {
    width: 3rem;
    height: 1.7rem;
  }
  .activity-configuration-tip-right .activity-configuration-tip-right-icon .conpouPrice {
    top: 0.4rem;
    left: 0.7rem;
    font-size: 1rem;
    line-height: 1rem;
  }
  .ctivity-configuration-tip-bottom {
    bottom: 0;
    min-height: 3rem;
    max-height: 5rem;
    padding: 0rem 7%;
  }
  .ctivity-configuration-tip-bottom .ctivity-configuration-tip-bottom-price-left .ctivity-under-price {
    font-size: 0.7rem;
    margin-right: 0;
  }
  .ctivity-configuration-tip-bottom .ctivity-configuration-tip-bottom-price-left .ctivity-sale-price {
    font-size: 2.2rem;
  }
  .ctivity-configuration-tip-bottom .ctivity-configuration-tip-bottom-price-right {
    font-size: 0.9rem;
    line-height: 1rem;
    border-left: 2px solid #111111bf;
    padding-left: 0.6rem;
    min-width: 9rem;
    height: 2rem;
    margin-top: 0;
  }
  .ctivity-configuration-tip-bottom p {
    margin: 0;
    font-size: 0.7rem;
    padding: 0;
    margin-top: -0.4rem;
  }
  .control_error_tip {
    font-size: 0.9rem;
  }
  .activity-configuration-tip-right .activity-configuration-tip-right-icon:last-child p {
     margin-bottom: 0px;
     margin-top: 0.5reen
  }
  .content-page-detail .gallery-control .custom-indicator {
     display: flex;
  }
}
@media (max-width: 400px) {
  .ctivity-configuration-tip-bottom .ctivity-configuration-tip-bottom-price-left .ctivity-sale-price {
    font-size: 1.7rem;
  }
  .ctivity-configuration-tip-bottom {
    padding: 3px 5%;
  }
}
@media (min-width: 992px) and (max-width: 1350px) {
  .ctivity-configuration-tip-bottom {
     padding: 3px 0%;
  }
  .ctivity-configuration-tip-bottom .ctivity-configuration-tip-bottom-price-left .ctivity-sale-price {
      font-size: 48px
  }
  .ctivity-configuration-tip-bottom .ctivity-configuration-tip-bottom-price-left .ctivity-under-price {
    font-size: 16px;
    margin-right: 0px;
  }
}
@media (min-width: 1351px) and (max-width: 1450px) {
  .ctivity-configuration-tip-bottom .ctivity-configuration-tip-bottom-price-left .ctivity-sale-price{
    font-size: 66px;
  }
  .ctivity-configuration-tip-bottom .ctivity-configuration-tip-bottom-price-right {
    font-size: 30px;
  }
}
/**活动页面配置end**/
.shopify-pc__banner__btns-granular {
  position: relative;
  display: block !important;
  min-height: 100px;
}
.shopify-pc__banner__btn-manage-prefs {
  position: absolute;
  top: 55px;
  right: 29%;
  padding: 8px 0 !important;
}
.shopify-pc__banner__btn-accept {
  width: 56%;
  float: right;
  color: #fff !important;
  background: #000 !important;
}
.shopify-pc__banner__btn-decline {
  position: absolute;
  top: 55px;
  right: 0px;
  padding: 5px 25px !important;
}
#shopify-pc__prefs__header-decline {
  display: none;
}
#shopify-pc__prefs__header-accept {
  display: inline-block;
  color: #fff;
  background: #000;
  padding: 8px 90px;
}
#shopify-pc__prefs__header-save {
  padding: 8px 10px;
  color: #000;
  background: #fff;
  border: 1px solid #111111d1;
}
.container p {
  word-wrap: break-word;
}
.banner-ver .banner-item .content a {
  color: #fff;
}
.banner-ver .banner-item .content a:hover {
  color: #FF871D;
}
#shopify-section-template--17371688239283__section_popular_search_CYCTU8,
#shopify-section-template--17371688239283__shop_by_category_GWEYa9 {
  margin-top: 70px;
}
.shopify-payment-button__skeleton {
  background-color: transparent !important;
}
.collection-sorting .dropdown .dropdown-content {
  min-width: 190px;
}
@media (min-width: 992px) {
  .shopify-payment-button__button.shopify-payment-button__button--branded,
  .shopify-payment-button .paypal-buttons-layout-horizontal{
    border-radius: 40px;
    height: 53px;
    width: calc(100% - 90px) !important;
  }
  .content-page-onsale-detail  .shopify-payment-button__button.shopify-payment-button__button--branded {
     height: 45px;
  }
}
@media (max-width: 991px) {
  .shopify-pc__banner__btn-manage-prefs{
    right: auto;
  }
  .shopify-pc__banner__btn-accept {
    width: calc(100% - 10px);
  }
  #shopify-pc__banner__btn-manage-prefs {
    padding: 8px 0;
  }
  .content-page-detail .swatch-color-label {
    font-size: 10px;
    width: 50px;
  }
  .content-page-detail .swatch input:checked + .border-color .link_color {
    border: 2px solid #f4841a;
    height: 36px !important;
    width: 36px !important;
    padding-top: 1.9px;
  } 
  #shopify-section-footer .footer_v1 .container-v1{
     margin-top: 10px;
  }
  #shopify-section-footer .footer_v1 .top-footer {
     margin-bottom: 40px;
  }
  .footer_v1 .copyright .text-copyright {
    font-size: 13px;
  }
  #shopify-section-footer {
    position: relative;
  }
  #shopify-section-footer .footer_v1 .container-v1 .col-12:last-child .info_footer {
    margin-bottom: 0;
  }
  #shopify-section-footer .footer_v1+div {
    position: absolute;
    bottom: -20px;
    right: calc(50% - 168px);
    margin: 0 !important;
  }
  #shopify-section-template--17371688239283__section_popular_search_CYCTU8 {
    margin-top: 30px;
  }
  #shopify-section-template--17371688239283__shop_by_category_GWEYa9 {
    margin-top: 20px;
  }
  #shopify-section-template--17371688239283__165457174636311816 .mt-all {
    margin-top: 0 !important;
  }
}

#shopify-section-footer {
  position: relative;
}
/**导航栏调整start**/
#header .nav-child-item {
  position: absolute;
  max-width: 100%;
  padding: 10px 15px;
  left: 0;
  box-shadow: 0 .125rem .5rem rgba(157, 157, 157, .4);
  z-index: 1001;
  background: #fff;
  margin-top: 10px;
  /* transition: all .1s ease; */
  visibility: hidden;
  min-height: 160px;
  min-width: 40%;
}
#header .menu ul li:hover .nav-child-item {
  visibility: visible;
}
#header .navbar, 
#header .dropdown,
#header .col-lg-8 {
  position: static;
}
#header .row,
#header .menu ul li .nav-link{
  position: relative;
}
#header .nav-child-item .nav-child-item-content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
#header .nav-child-item .nav-child-item-content .nav-child-item-content-list .nav-child-item-title {
  color: #333;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 18px;
  font-size: 15px;
}
#header .nav-child-item .nav-child-item-content .nav-child-item-content-list {
  /* width: 82%; */
  display: flex;
  flex-wrap: wrap;
  max-width: calc(100% - 250px);
}
#header .nav-child-item .nav-child-item-content .nav-child-item-content-pic {
  /* width: 18% */
  width: 250px;
}
#header .nav-child-item .nav-child-item-content .nav-child-item-content-pic a {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
#header .nav-child-item .nav-child-item-content .nav-child-item-content-pic a img{
   width: 100%;
}
#header .nav-child-item .nav-child-item-content .nav-child-item-content-list-ul {
  /* max-width: 25%; */
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  margin-bottom: 10px;
  margin-right: 20px;
  padding: 0 10px;
  min-width: 210px;
  max-width: 350px;
}
#header .nav-child-item .nav-child-item-content .nav-child-item-content-list-ul li {
  padding: 0 5px;
  font-size: 14px;
}
.shopify-section .breadcrumb_collection {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0px 30px;
}
.shopify-section .breadcrumb_collection .bread-crumb {
  text-align: left;
  letter-space: 0.8px;
}
.shopify-section .breadcrumb_collection .bg_bread {
  padding-top: 0px;
}
.shopify-section .breadcrumb_collection .bg_bread h1 {
  font-size: 30px !important;
}

.shopify-section .collection-item-list {
  width: 100%;
  position: relative;
}
.shopify-section .collection-item-list .collection-item-list-ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  align-items: center;
  justify-content: center;
  overflow-y: hidden;
  overflow-x: auto;
}
.shopify-section .collection-item-list .collection-item-list-ul li {
  padding: 0 10px;
  max-width: 11%;
  text-align: center;
}
.shopify-section .collection-item-list .collection-item-list-ul li a {
  display: inline-block;
  width: 100%;
}
.shopify-section .collection-item-list .collection-item-list-ul p {
  font-size: 14px;
  line-height: 18px;
}
.shopify-section .collection-page-fullwidth .content-page .shop_control {
  padding-top: 30px;
}
.shopify-section .collection-item-list .collection-item-mobile-arrow {
  display: none;
}
.collection-item-list-ul-outer .collection-item-list-ul img {
  border-radius: 0;
  background-color: #f4f4f4;
}
.collection-item-list-ul-outer .collection-item-list-ul img:hover {
  background-color: #f6f6f6;
}
.shopify-payment-button__skeleton {
  background-color: transparent !important;
}
.section-blog-v1 button.next-slide,
.section-blog-v1 button.prev-slide {
  color: #fff;
  opacity: 1;
  visibility: visible;
}
.section-blog-v1 button.next-slide {
  right: 1rem !important;
}
.section-blog-v1 button.prev-slide {
  left: 1rem !important;
}
.section-blog-v1 .content-section-blog-v1 {
  margin-top: 20px;
}
.section-blog-v1 .content-section-blog-v1 .picrure {
  padding-bottom: 8px;
}
.article-page .article_sidebar .blog_sidebar_recent .list-posts .item-post .post-thumb img {
  min-width: 80px;
}
#shopify-section-template--17371688140979__84fb40f0-d262-4385-a0a9-ff28865c10db .breadcrumb_collection {
  display: none;
}

@media (min-width: 992px) {
  .shopify-section .wrap-bread-crumb .bread-crumb {
   padding-bottom: 10px;
}
  .shopify-section .collection-item-list .collection-item-list-ul p {
     min-height: 36px;
    word-break: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 100%;
    margin-top: 10px;
  }
  .shopify-payment-button__button.shopify-payment-button__button--branded {
    border-radius: 40px;
    height: 53px;
    width: calc(100% - 90px);
  }
  .paypal-button-container .paypal-button-row .paypal-button-text {
    font-size: 14px;
  }
  .content-page-onsale-detail  .shopify-payment-button__button.shopify-payment-button__button--branded {
     height: 45px;
  }
  .section-blog-v1 {
    padding-top: 25px;
    padding-bottom: 50px;
  }
  .section-blog-v1 .slick-slide img {
    min-height: 450px;
  }
  .tab-pd-details .tab_prod li:first-child {
    margin-left: 35px;
  }
   .shopify-section .collection-item-list .collection-item-list-ul li {
    margin-top: 10px;
     }
}
@media (max-width: 991px) {
  .shopify-section .breadcrumb_collection .bg_bread {
     margin-top: 20px;
     margin-bottom: 20px;
  }
  .shopify-section .breadcrumb_collection {
    padding: 0px 15px;
  }
  .shopify-section .collection-item-list .collection-item-list-ul li {
    max-width: calc(33.334% - 3px);
    flex-shrink: 0;
    float: left;
    padding: 0 15px;
    padding-left: 0;
  }
  .shopify-section .breadcrumb_collection .bg_bread h1 {
    font-size: 22px !important;
  }
  .shopify-section .collection-item-list .collection-item-list-ul p {
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    text-align: center;
  }
  .shopify-section .collection-item-list .collection-item-mobile-arrow {
    position: absolute;
    width: 17px;
    height: 100%;
    right: -1.5px;
    top: 0;
    border-radius: 0px;
    cursor: pointer;
    z-index: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: #fff;
  }
  .shopify-section .collection-item-list .collection-item-mobile-arrow span {
    display: inline-block;
    width: 100%;
    background: #eee;
    border-radius: 30px;
    height: 30px;
    margin-top: -25px;
  }
  .shopify-section .collection-item-list .collection-item-mobile-arrow .fa-angle-right {
    transform: rotate(90deg);
    width: 100%;
    margin-top: 60%;
  }
  .box_contentmenu .tab_content_menu_mobile .tab-content #tab_menu_mobile .menu-horizon-list .menu_lv3 img,
  .box_contentmenu .tab_content_menu_mobile .tab-content #tab_menu_mobile .menu-horizon-list .title_menu_mb.title_only_one img{
    width: 60px;
    height: 60px;
  }
  .box_contentmenu .tab_content_menu_mobile .tab-content #tab_menu_mobile .menu-horizon-list .menu_lv2 .back-to {
    text-indent: 8px;
  }
  .collection-item-list-ul-outer {
    overflow-y: hidden;
    overflow-x: auto;
    max-height: 135px;
  }
  .shopify-section .collection-item-list .collection-item-list-ul {
    display: block;
    /*opacity: 0;*/
  }
   .collection-item-list-ul-outer .collection-item-list-ul img {
     padding: 0;
     
   }
  .collection-item-list-ul-outer::-webkit-scrollbar {
    background-color: transparent;
    height: 6px;
  }
  .collection-page-fullwidth .shop_control, .collection-page-sidebar .shop_control {
      padding: 5px 0 !important;
  }
  .content-page-detail .detail-info .swatch .swatch-color a {
    margin-right: 5px;
    /* position: relative; */
  }
  .content-page-detail .detail-info .swatch .link_color {
    margin: 0;
  }
  .content-page-detail .swatch-color-label {
    font-size: 10px;
    width: 50px;
  }
 .content-page-detail .swatch input:checked + .border-color .link_color {
    border: 2px solid #f4841a;
    height: 36px !important;
    width: 36px !important;
    padding-top: 1.9px;
  }
  #shopify-section-section-related-product .product-item-v1 .mb-30 {
    margin-bottom: 0rem;
  }
  .flash-sale-section{
    margin-top: 20px;
     }

  .flash-sale-section.product{
    border-bottom: 10px solid #f4f4f4;
     }
  
  .flash-sale-section.index .section-collection-v2 {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  #shopify-section-footer .footer_v1 .container-v1 {
    margin-top: 10px;
  }
  .section-slideshow-v1 .info-sideh1 .picture-slideshow {
    height: auto;
  }
  .ciloe-size-guide {
    margin-top: 0px  !important;
  }
  .content-page-detail .detail-info .product-meta-info {
    display: none;
  }
  .content-page-detail form.cart.clearfix {
    margin-bottom: 9px;
  }
  .shopify-payment-button__button {
    border-radius: 2.5rem !important;
  }
  .shopify-payment-button__button.shopify-payment-button__button--branded {
    height: 42px;
    min-height: 40px;
    margin-bottom: 9px;
  }
  .section-blog-v1 button.next-slide,
  .section-blog-v1 button.prev-slide {
    font-size: 2rem;
    box-shadow: none;
    border-radius: 0;
    background-color: unset; 
  }
  .section-blog-v1 .slick-slide img {
    min-height: 400px;
  }
  .section-blog-v1 .content-section-blog-v1 .info_blog .title-blog a {
    font-size: 18px;
  }
  .jdgm-carousel__arrows {
    margin: 0 !important;
  }
  /* .jdgm-carousel--aligned-theme .jdgm-carousel-item__review-wrapper {
    height: 160px !important;
  } */
  .jdgm-carousel__item-wrapper {
    height: auto !important;
  }
  .section-blog-v1 {
    padding-top: 12px;
    padding-bottom: 20px;
  }
  .flash-sale-section.index .section-collection-v2 {
    margin-top: 40px !important;
    margin-bottom: 30px;
  }
  .wrap {
    overflow-x: hidden;
  }
 .info_footer .jdgm-medals-wrapper {
    padding: 10px;
    padding-top: 0;
  }
  .shopify-payment-button .paypal-buttons-layout-horizontal {
    /* bottom: 8px; */
    height: 43px !important;
    margin-top: -9px;
    width: 10.5rem;
  }
  shopify-accelerated-checkout {
      /* --shopify-accelerated-checkout-button-block-size: max(43px, 42px); */
     --shopify-accelerated-checkout-button-border-radius:45px;
  }
}

@media (max-width: 400px) {
 .shopify-payment-button__button.shopify-payment-button__button--branded,
 .prod_extended .content-page-detail .detail-info .btn-action .enj-add-to-cart-btn,
 .shopify-payment-button .paypal-buttons-layout-horizontal{
   width: 10rem !important;
 }
}
@media (min-width: 400px) and (max-width:576px) {
  .shopify-payment-button__button.shopify-payment-button__button--branded,
  .prod_extended .content-page-detail .detail-info .btn-action .enj-add-to-cart-btn,
  .shopify-payment-button .paypal-buttons-layout-horizontal{
    width: 11.5rem !important;
  }
}
/**导航栏调整end**/

@media (max-width: 990px) {
 .goods_details .js_product_recently, 
 .goods_details .js_product_related,
 .goods_details .js_section_instagram_gallery .image-list{
   display: flex;
   flex-wrap: nowrap;
   overflow-x: auto;
   margin: 0;
 }
 .goods_details .js_product_recently .col-12,
 .goods_details .js_product_related .col-12,
 .goods_details .js_section_instagram_gallery .image-list .image-list-item{
    flex: 0 0 43%;
    max-width: 43%;
 }

 .goods_details .js_product_recently::-webkit-scrollbar,
 .goods_details .js_product_related::-webkit-scrollbar,
 .goods_details .js_section_instagram_gallery .image-list::-webkit-scrollbar,
 .goods_details .prod_product_detail .js_prod_sub2::-webkit-scrollbar {
    display: none;
  }
 .goods_details .prod_product_detail .js_prod_sub2 {
   overflow-x: auto;
   display: flex;
   flex-wrap: nowrap;
 }
 .goods_details .prod_product_detail .engoj_img_variant.prod_sub.engoj-nav-item {
    padding-right: 5px;
    padding-left: 0;
    padding-top: 10px;
    border-radius: 3px;
    flex-basis: calc(100% / 6.5);
    flex-shrink: 0;
  }
  .goods_details  #shopify-section-section-related-product .applied-discount-code-block,
  .goods_details  #shopify-section-section-related-product .jdgm-preview-badge{
    display: none !important;
  }
}

.vertical-divider {
    background: #dddddd;
    bottom: 15px;
    height: 90px;
    position: absolute;
    right: 0;
    width: 1px;
  }
  
@media (max-width: 991px){
  .vertical-divider {
    background: #dddddd;
    bottom: 10px;
    height: 40px;
    position: absolute;
    right: 0;
    width: 1px;
  }
  }
  .section-banner-v1 .banner-title {
    margin-top: 38px  !important;
   } 

    .maxus-titlebox .maxus-titlebox__title {
    font-size: 38px !important;
      
    letter-spacing: 5px;
    font-weight: 400
     }

@media (max-width: 991px){
  .maxus-titlebox .maxus-titlebox__title {
    font-size: 24px !important;
    letter-spacing: 2px;
     }
  }
  .content-page-detail .detail-info .title_variant b {
  font-weight: normal;
 }

 .enj-product-price-label {
  font-size: 14px;
  color: #333
 }
 .jdgm-write-rev-link, .jdgm-ask-question-btn {
  font-size: 15px !important;
  font-weight: 500 !important;
  letter-spacing: .1em !important;
   }