.paymendo-block-payment {
  background-color: #fafafa;
  padding: 10px;
  border-radius: 4px;
}

.paymendo-block-payment-modal-outer {
  position: fixed;
  width: 100%;
  left: 0;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 99999999;
  display: none;
}
.paymendo-block-payment-modal-outer.show {
  display: block;
}
.paymendo-block-payment-modal-outer .grilabs--pos--grimodal {
  width: 400px;
  margin: 0;
  left: 50%;
  margin-left: -200px;
  position: absolute;
  top: 50px;
  border: 2px solid #333;
  border-radius: 3px;
  background: #FFF;
  box-shadow: 0 0 13px -10px #333;
}
.paymendo-block-payment-modal-outer .grilabs--pos--grimodal #paymendo-iframe-box {
  width: 100%;
  height: 400px;
  max-width: 100%;
  max-height: 100%;
  position: relative;
  z-index: 999;
}
.paymendo-block-payment-modal-outer .grilabs--pos--grimodal button.grilabs--grimodal--close {
  border: 0 none;
  float: none;
  text-align: center;
  width: 32px;
  height: 32px;
  position: absolute;
  right: -10px;
  top: -10px;
  border-radius: 100%;
  background-color: #333;
  line-height: 46px;
  padding: 0;
  z-index: 99999;
}
.paymendo-block-payment-modal-outer .grilabs--pos--grimodal button.grilabs--grimodal--close img {
  float: none !important;
  display: inline-block !important;
  max-width: none;
  max-height: none !important;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 3px;
  right: 3px;
}
.paymendo-block-payment-modal-outer .grilabs--pos--grimodal .grilabs--pos--loading {
  z-index: 0;
}
.paymendo-block-payment-modal-outer #grilabs--inline--iframe body {
  background-color: white;
}

.paymendo-block-card-single-row {
  display: flex;
  width: 100%;
  margin-bottom: 15px;
}
@media screen and (max-width: 720px) {
  .paymendo-block-card-single-row {
    display: block;
  }
}
.paymendo-block-card-single-row .paymendo-block-row-full {
  width: 100%;
  display: block;
}
.paymendo-block-card-single-row .paymendo-block-row-half {
  width: 50%;
  display: block;
}
@media screen and (max-width: 720px) {
  .paymendo-block-card-single-row .paymendo-block-row-half {
    width: 100%;
    margin-bottom: 15px;
  }
}
.paymendo-block-card-single-row .paymendo-block-input-group {
  display: flex;
}
.paymendo-block-card-single-row .paymendo-block-input-group > div {
  width: 35%;
  max-width: 150px;
  margin-right: 15px;
}
@media screen and (max-width: 720px) {
  .paymendo-block-card-single-row .paymendo-block-input-group > div {
    width: calc(50% - 15px);
  }
}
.paymendo-block-card-single-row .paymendo-block-input-group select {
  width: 100%;
  background-color: #fff;
  border: 1px solid #bbb;
  border-radius: 3px;
  padding: 9.4px 5px;
}
.paymendo-block-card-single-row .paymendo-quick-checkout-form-cardcvv-row input {
  max-width: 100px;
}
@media screen and (max-width: 720px) {
  .paymendo-block-card-single-row .paymendo-quick-checkout-form-cardcvv-row input {
    max-width: 100%;
  }
}

.paymendo-block-installment-options {
  width: 100%;
  display: flex;
  padding: 10px 0;
  flex-flow: row wrap;
}
.paymendo-block-installment-options label {
  font-weight: normal;
  text-align: center;
  width: 88px !important;
  height: 88px !important;
  display: inline-block;
  border: 1px solid #ddd;
  margin: 0.6% !important;
  padding: 15px 7px 3px 7px;
  background-color: #fff;
  color: #333;
  flex-basis: 15.6%;
  cursor: pointer;
  position: relative;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  /*
    Introduced in IE 10.
    See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
  */
  -ms-user-select: none;
  user-select: none;
}
@media screen and (min-width: 1200px) {
  .paymendo-block-installment-options label:nth-child(6n+6), .paymendo-block-installment-options label:last-child {
    margin-right: 0 !important;
  }
  .paymendo-block-installment-options label:nth-child(6n+7), .paymendo-block-installment-options label:first-child {
    margin-left: 0 !important;
  }
}
@media screen and (min-width: 720px) and (max-width: 1200px) {
  .paymendo-block-installment-options label:nth-child(4n+4), .paymendo-block-installment-options label:last-child {
    margin-right: 0 !important;
  }
  .paymendo-block-installment-options label:nth-child(4n+5), .paymendo-block-installment-options label:first-child {
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 1200px) {
  .paymendo-block-installment-options label {
    width: 23.5% !important;
    flex-basis: 23.5%;
  }
}
@media screen and (max-width: 720px) {
  .paymendo-block-installment-options label {
    width: 31% !important;
    flex-basis: 31%;
  }
  .paymendo-block-installment-options label:nth-child(3n+3), .paymendo-block-installment-options label:last-child {
    margin-right: 0 !important;
  }
  .paymendo-block-installment-options label:nth-child(3n+4), .paymendo-block-installment-options label:first-child {
    margin-left: 0 !important;
  }
}
.paymendo-block-installment-options label.active {
  background-color: #fff;
  border-color: #343a40;
}
.paymendo-block-installment-options label.active::before, .paymendo-block-installment-options label.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-color: transparent;
  border-style: solid;
}
.paymendo-block-installment-options label.active::before {
  border-width: 1.1em;
  border-right-color: #343a40;
  border-bottom-color: #343a40;
}
.paymendo-block-installment-options label.active::after {
  background-image: url("/wp-content/plugins/grilabs-woocommerce-pos/assets/image/check-mark.svg");
  background-size: 60%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0px;
  bottom: 0px;
  content: " ";
  width: 24px;
  height: 24px;
}
.paymendo-block-installment-options label.active .installment-big {
  font-weight: bold;
}
.paymendo-block-installment-options label .installment-big {
  width: 100%;
  display: block;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 11px;
  position: relative;
}
.paymendo-block-installment-options label .installment-big:after {
  position: absolute;
  content: " ";
  width: 20px;
  height: 1px;
  background: #c9c9c9;
  left: 50%;
  bottom: -1px;
  margin-left: -10px;
}
.paymendo-block-installment-options label .installment-amounts {
  width: 100%;
  display: block;
  font-size: 10px;
  line-height: 15px;
  margin-top: 5px;
}
.paymendo-block-installment-options label .installment-amounts strong {
  font-size: 12px;
  width: 100%;
  display: block;
}
.paymendo-block-installment-options label .installment-amounts small {
  width: 100%;
  display: block;
  font-size: 11px;
  color: #AAA;
}

.paymendo-quick-checkout-form-cardnumber-row input,
.paymendo-quick-checkout-form-cardholder-row input {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #444;
}

.paymendo-quick-checkout-form-cardnumber-row {
  position: relative;
}
.paymendo-quick-checkout-form-cardnumber-row.paymendo-quick-checkout-card-type-visa .paymendo-quick-checkout-cardtype-logo {
  background-image: url("/wp-content/plugins/grilabs-woocommerce-pos/assets/image/visa.svg");
}
.paymendo-quick-checkout-form-cardnumber-row.paymendo-quick-checkout-card-type-mastercard .paymendo-quick-checkout-cardtype-logo {
  background-image: url("/wp-content/plugins/grilabs-woocommerce-pos/assets/image/mastercard.svg");
}
.paymendo-quick-checkout-form-cardnumber-row.paymendo-quick-checkout-card-type-amex .paymendo-quick-checkout-cardtype-logo {
  background-image: url("/wp-content/plugins/grilabs-woocommerce-pos/assets/image/amex.svg");
}
.paymendo-quick-checkout-form-cardnumber-row.paymendo-quick-checkout-card-type-troy .paymendo-quick-checkout-cardtype-logo {
  background-image: url("/wp-content/plugins/grilabs-woocommerce-pos/assets/image/troy.svg");
}
.paymendo-quick-checkout-form-cardnumber-row.paymendo-quick-checkout-card-type-jcb .paymendo-quick-checkout-cardtype-logo {
  background-image: url("/wp-content/plugins/grilabs-woocommerce-pos/assets/image/jcb.svg");
}
.paymendo-quick-checkout-form-cardnumber-row.paymendo-quick-checkout-card-type-discover .paymendo-quick-checkout-cardtype-logo {
  background-image: url("/wp-content/plugins/grilabs-woocommerce-pos/assets/image/discover.svg");
}
.paymendo-quick-checkout-form-cardnumber-row.paymendo-quick-checkout-card-type-diners .paymendo-quick-checkout-cardtype-logo {
  background-image: url("/wp-content/plugins/grilabs-woocommerce-pos/assets/image/diners.svg");
}
.paymendo-quick-checkout-form-cardnumber-row .paymendo-quick-checkout-cardtype-logo {
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 20px;
  width: 60px;
  height: 32px;
  right: 10px;
  top: 6px;
}

/*# sourceMappingURL=block-payment.css.map */
:root{--woocommerce:#720eec;--wc-green:#7ad03a;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#720eec;--wc-primary-text:#fcfbfe;--wc-secondary:#e9e6ed;--wc-secondary-text:#515151;--wc-highlight:#958e09;--wc-highligh-text:white;--wc-content-bg:#fff;--wc-subtext:#767676;--wc-form-border-color:rgba(32, 7, 7, 0.8);--wc-form-border-radius:4px;--wc-form-border-width:1px}.woocommerce .woocommerce-error .button,.woocommerce .woocommerce-info .button,.woocommerce .woocommerce-message .button,.woocommerce-page .woocommerce-error .button,.woocommerce-page .woocommerce-info .button,.woocommerce-page .woocommerce-message .button{float:right}.woocommerce .col2-set,.woocommerce-page .col2-set{width:100%}.woocommerce .col2-set::after,.woocommerce .col2-set::before,.woocommerce-page .col2-set::after,.woocommerce-page .col2-set::before{content:" ";display:table}.woocommerce .col2-set::after,.woocommerce-page .col2-set::after{clear:both}.woocommerce .col2-set .col-1,.woocommerce-page .col2-set .col-1{float:left;width:48%}.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-2{float:right;width:48%}.woocommerce img,.woocommerce-page img{height:auto;max-width:100%}.woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images{float:left;width:48%}.woocommerce #content div.product div.thumbnails::after,.woocommerce #content div.product div.thumbnails::before,.woocommerce div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::before,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::before,.woocommerce-page div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::before{content:" ";display:table}.woocommerce #content div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::after{clear:both}.woocommerce #content div.product div.thumbnails a,.woocommerce div.product div.thumbnails a,.woocommerce-page #content div.product div.thumbnails a,.woocommerce-page div.product div.thumbnails a{float:left;width:30.75%;margin-right:3.8%;margin-bottom:1em}.woocommerce #content div.product div.thumbnails a.last,.woocommerce div.product div.thumbnails a.last,.woocommerce-page #content div.product div.thumbnails a.last,.woocommerce-page div.product div.thumbnails a.last{margin-right:0}.woocommerce #content div.product div.thumbnails a.first,.woocommerce div.product div.thumbnails a.first,.woocommerce-page #content div.product div.thumbnails a.first,.woocommerce-page div.product div.thumbnails a.first{clear:both}.woocommerce #content div.product div.thumbnails.columns-1 a,.woocommerce div.product div.thumbnails.columns-1 a,.woocommerce-page #content div.product div.thumbnails.columns-1 a,.woocommerce-page div.product div.thumbnails.columns-1 a{width:100%;margin-right:0;float:none}.woocommerce #content div.product div.thumbnails.columns-2 a,.woocommerce div.product div.thumbnails.columns-2 a,.woocommerce-page #content div.product div.thumbnails.columns-2 a,.woocommerce-page div.product div.thumbnails.columns-2 a{width:48%}.woocommerce #content div.product div.thumbnails.columns-4 a,.woocommerce div.product div.thumbnails.columns-4 a,.woocommerce-page #content div.product div.thumbnails.columns-4 a,.woocommerce-page div.product div.thumbnails.columns-4 a{width:22.05%}.woocommerce #content div.product div.thumbnails.columns-5 a,.woocommerce div.product div.thumbnails.columns-5 a,.woocommerce-page #content div.product div.thumbnails.columns-5 a,.woocommerce-page div.product div.thumbnails.columns-5 a{width:16.9%}.woocommerce #content div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary{float:right;width:48%;clear:none}.woocommerce #content div.product .woocommerce-tabs,.woocommerce div.product .woocommerce-tabs,.woocommerce-page #content div.product .woocommerce-tabs,.woocommerce-page div.product .woocommerce-tabs{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::before{content:" ";display:table}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs li,.woocommerce div.product .woocommerce-tabs ul.tabs li,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,.woocommerce-page div.product .woocommerce-tabs ul.tabs li{display:inline-block}.woocommerce #content div.product #reviews .comment::after,.woocommerce #content div.product #reviews .comment::before,.woocommerce div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::before,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::before,.woocommerce-page div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::before{content:" ";display:table}.woocommerce #content div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::after{clear:both}.woocommerce #content div.product #reviews .comment img,.woocommerce div.product #reviews .comment img,.woocommerce-page #content div.product #reviews .comment img,.woocommerce-page div.product #reviews .comment img{float:right;height:auto}.woocommerce ul.products,.woocommerce-page ul.products{clear:both}.woocommerce ul.products::after,.woocommerce ul.products::before,.woocommerce-page ul.products::after,.woocommerce-page ul.products::before{content:" ";display:table}.woocommerce ul.products::after,.woocommerce-page ul.products::after{clear:both}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{float:left;margin:0 3.8% 2.992em 0;padding:0;position:relative;width:22.05%;margin-left:0}.woocommerce ul.products li.first,.woocommerce-page ul.products li.first{clear:both}.woocommerce ul.products li.last,.woocommerce-page ul.products li.last{margin-right:0}.woocommerce ul.products.columns-1 li.product,.woocommerce-page ul.products.columns-1 li.product{width:100%;margin-right:0}.woocommerce ul.products.columns-2 li.product,.woocommerce-page ul.products.columns-2 li.product{width:48%}.woocommerce ul.products.columns-3 li.product,.woocommerce-page ul.products.columns-3 li.product{width:30.75%}.woocommerce ul.products.columns-5 li.product,.woocommerce-page ul.products.columns-5 li.product{width:16.95%}.woocommerce ul.products.columns-6 li.product,.woocommerce-page ul.products.columns-6 li.product{width:13.5%}.woocommerce-page.columns-1 ul.products li.product,.woocommerce.columns-1 ul.products li.product{width:100%;margin-right:0}.woocommerce-page.columns-2 ul.products li.product,.woocommerce.columns-2 ul.products li.product{width:48%}.woocommerce-page.columns-3 ul.products li.product,.woocommerce.columns-3 ul.products li.product{width:30.75%}.woocommerce-page.columns-5 ul.products li.product,.woocommerce.columns-5 ul.products li.product{width:16.95%}.woocommerce-page.columns-6 ul.products li.product,.woocommerce.columns-6 ul.products li.product{width:13.5%}.woocommerce .woocommerce-result-count,.woocommerce-page .woocommerce-result-count{float:left}.woocommerce .woocommerce-ordering,.woocommerce-page .woocommerce-ordering{float:right}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce .woocommerce-pagination ul.page-numbers::before,.woocommerce-page .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::before{content:" ";display:table}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::after{clear:both}.woocommerce .woocommerce-pagination ul.page-numbers li,.woocommerce-page .woocommerce-pagination ul.page-numbers li{display:inline-block}.woocommerce #content table.cart img,.woocommerce table.cart img,.woocommerce-page #content table.cart img,.woocommerce-page table.cart img{height:auto}.woocommerce #content table.cart td.actions,.woocommerce table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce-page table.cart td.actions{text-align:right}.woocommerce #content table.cart td.actions .input-text,.woocommerce table.cart td.actions .input-text,.woocommerce-page #content table.cart td.actions .input-text,.woocommerce-page table.cart td.actions .input-text{width:80px}.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon{float:left}.woocommerce .cart-collaterals,.woocommerce-page .cart-collaterals{width:100%}.woocommerce .cart-collaterals::after,.woocommerce .cart-collaterals::before,.woocommerce-page .cart-collaterals::after,.woocommerce-page .cart-collaterals::before{content:" ";display:table}.woocommerce .cart-collaterals::after,.woocommerce-page .cart-collaterals::after{clear:both}.woocommerce .cart-collaterals .related,.woocommerce-page .cart-collaterals .related{width:30.75%;float:left}.woocommerce .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .cross-sells{width:48%;float:left}.woocommerce .cart-collaterals .cross-sells ul.products,.woocommerce-page .cart-collaterals .cross-sells ul.products{float:none}.woocommerce .cart-collaterals .cross-sells ul.products li,.woocommerce-page .cart-collaterals .cross-sells ul.products li{width:48%}.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .shipping_calculator{width:48%;clear:right;float:right}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce .cart-collaterals .shipping_calculator::before,.woocommerce-page .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::before{content:" ";display:table}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::after{clear:both}.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2{width:47%}.woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals{float:right;width:48%}.woocommerce ul.cart_list li::after,.woocommerce ul.cart_list li::before,.woocommerce ul.product_list_widget li::after,.woocommerce ul.product_list_widget li::before,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.cart_list li::before,.woocommerce-page ul.product_list_widget li::after,.woocommerce-page ul.product_list_widget li::before{content:" ";display:table}.woocommerce ul.cart_list li::after,.woocommerce ul.product_list_widget li::after,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.product_list_widget li::after{clear:both}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img,.woocommerce-page ul.cart_list li img,.woocommerce-page ul.product_list_widget li img{float:right;height:auto}.woocommerce form .form-row::after,.woocommerce form .form-row::before,.woocommerce-page form .form-row::after,.woocommerce-page form .form-row::before{content:" ";display:table}.woocommerce form .form-row::after,.woocommerce-page form .form-row::after{clear:both}.woocommerce form .form-row label,.woocommerce-page form .form-row label{display:block}.woocommerce form .form-row label.checkbox,.woocommerce-page form .form-row label.checkbox{display:inline}.woocommerce form .form-row select,.woocommerce-page form .form-row select{width:100%}.woocommerce form .form-row .input-text,.woocommerce-page form .form-row .input-text{box-sizing:border-box;width:100%}.woocommerce form .form-row-first,.woocommerce form .form-row-last,.woocommerce-page form .form-row-first,.woocommerce-page form .form-row-last{width:47%;overflow:visible}.woocommerce form .form-row-first,.woocommerce-page form .form-row-first{float:left}.woocommerce form .form-row-last,.woocommerce-page form .form-row-last{float:right}.woocommerce form .form-row-wide,.woocommerce-page form .form-row-wide{clear:both}.woocommerce form .password-input,.woocommerce-page form .password-input{display:flex;flex-direction:column;justify-content:center;position:relative}.woocommerce form .password-input input[type=password],.woocommerce-page form .password-input input[type=password]{padding-right:2.5rem}.woocommerce form .password-input input::-ms-reveal,.woocommerce-page form .password-input input::-ms-reveal{display:none}.woocommerce form .show-password-input,.woocommerce-page form .show-password-input{background-color:transparent;border-radius:0;border:0;color:var(--wc-form-color-text,#000);cursor:pointer;font-size:inherit;line-height:inherit;margin:0;padding:0;position:absolute;right:.7em;text-decoration:none;top:50%;transform:translateY(-50%);-moz-osx-font-smoothing:inherit;-webkit-appearance:none;-webkit-font-smoothing:inherit}.woocommerce form .show-password-input::before,.woocommerce-page form .show-password-input::before{background-repeat:no-repeat;background-size:cover;background-image:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.3 3.3C16.9 2.9 16.2 2.9 15.7 3.3L13.3 5.7C12.2437 5.3079 11.1267 5.1048 10 5.1C6.2 5.2 2.8 7.2 1 10.5C1.2 10.9 1.5 11.3 1.8 11.7C2.6 12.8 3.6 13.7 4.7 14.4L3 16.1C2.6 16.5 2.5 17.2 3 17.7C3.4 18.1 4.1 18.2 4.6 17.7L17.3 4.9C17.7 4.4 17.7 3.7 17.3 3.3ZM6.7 12.3L5.4 13.6C4.2 12.9 3.1 11.9 2.3 10.7C3.5 9 5.1 7.8 7 7.2C5.7 8.6 5.6 10.8 6.7 12.3ZM10.1 9C9.6 8.5 9.7 7.7 10.2 7.2C10.7 6.8 11.4 6.8 11.9 7.2L10.1 9ZM18.3 9.5C17.8 8.8 17.2 8.1 16.5 7.6L15.5 8.6C16.3 9.2 17 9.9 17.6 10.8C15.9 13.4 13 15 9.9 15H9.1L8.1 16C8.8 15.9 9.4 16 10 16C13.3 16 16.4 14.4 18.3 11.7C18.6 11.3 18.8 10.9 19.1 10.5C18.8 10.2 18.6 9.8 18.3 9.5ZM14 10L10 14C12.2 14 14 12.2 14 10Z" fill="%23111111"/></svg>');content:"";display:block;height:22px;width:22px}.woocommerce form .show-password-input.display-password::before,.woocommerce-page form .show-password-input.display-password::before{background-image:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.3 9.49999C15 4.89999 8.50002 3.79999 3.90002 7.19999C2.70002 8.09999 1.70002 9.29999 0.900024 10.6C1.10002 11 1.40002 11.4 1.70002 11.8C5.00002 16.4 11.3 17.4 15.9 14.2C16.8 13.5 17.6 12.8 18.3 11.8C18.6 11.4 18.8 11 19.1 10.6C18.8 10.2 18.6 9.79999 18.3 9.49999ZM10.1 7.19999C10.6 6.69999 11.4 6.69999 11.9 7.19999C12.4 7.69999 12.4 8.49999 11.9 8.99999C11.4 9.49999 10.6 9.49999 10.1 8.99999C9.60003 8.49999 9.60003 7.69999 10.1 7.19999ZM10 14.9C6.90002 14.9 4.00002 13.3 2.30002 10.7C3.50002 8.99999 5.10002 7.79999 7.00002 7.19999C6.30002 7.99999 6.00002 8.89999 6.00002 9.89999C6.00002 12.1 7.70002 14 10 14C12.2 14 14.1 12.3 14.1 9.99999V9.89999C14.1 8.89999 13.7 7.89999 13 7.19999C14.9 7.79999 16.5 8.99999 17.7 10.7C16 13.3 13.1 14.9 10 14.9Z" fill="%23111111"/></svg>')}.woocommerce #payment .form-row select,.woocommerce-page #payment .form-row select{width:auto}.woocommerce #payment .terms,.woocommerce #payment .wc-terms-and-conditions,.woocommerce-page #payment .terms,.woocommerce-page #payment .wc-terms-and-conditions{text-align:left;padding:0 1em 0 0;float:left}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{float:right}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-billing-fields::before,.woocommerce .woocommerce-shipping-fields::after,.woocommerce .woocommerce-shipping-fields::before,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-billing-fields::before,.woocommerce-page .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-shipping-fields::before{content:" ";display:table}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-shipping-fields::after{clear:both}.woocommerce .woocommerce-terms-and-conditions,.woocommerce-page .woocommerce-terms-and-conditions{margin-bottom:1.618em;padding:1.618em}.woocommerce .woocommerce-oembed,.woocommerce-page .woocommerce-oembed{position:relative}.woocommerce-account .woocommerce-MyAccount-navigation{float:left;width:30%}.woocommerce-account .woocommerce-MyAccount-content{float:right;width:68%}.woocommerce-account .woocommerce-MyAccount-content mark{background-color:transparent;color:inherit;font-weight:700}.woocommerce-page.left-sidebar #content.twentyeleven{width:58.4%;margin:0 7.6%;float:right}.woocommerce-page.right-sidebar #content.twentyeleven{margin:0 7.6%;width:58.4%;float:left}.twentyfourteen .tfwc{padding:12px 10px 0;max-width:474px;margin:0 auto}.twentyfourteen .tfwc .product .entry-summary{padding:0!important;margin:0 0 1.618em!important}.twentyfourteen .tfwc div.product.hentry.has-post-thumbnail{margin-top:0}@media screen and (min-width:673px){.twentyfourteen .tfwc{padding-right:30px;padding-left:30px}}@media screen and (min-width:1040px){.twentyfourteen .tfwc{padding-right:15px;padding-left:15px}}@media screen and (min-width:1110px){.twentyfourteen .tfwc{padding-right:30px;padding-left:30px}}@media screen and (min-width:1218px){.twentyfourteen .tfwc{margin-right:54px}.full-width .twentyfourteen .tfwc{margin-right:auto}}.twentyfifteen .t15wc{padding-left:7.6923%;padding-right:7.6923%;padding-top:7.6923%;margin-bottom:7.6923%;background:#fff;box-shadow:0 0 1px rgba(0,0,0,.15)}.twentyfifteen .t15wc .page-title{margin-left:0}@media screen and (min-width:38.75em){.twentyfifteen .t15wc{margin-right:7.6923%;margin-left:7.6923%;margin-top:8.3333%}}@media screen and (min-width:59.6875em){.twentyfifteen .t15wc{margin-left:8.3333%;margin-right:8.3333%;padding:10%}.single-product .twentyfifteen .entry-summary{padding:0!important}}.twentysixteen .site-main{margin-right:7.6923%;margin-left:7.6923%}.twentysixteen .entry-summary{margin-right:0;margin-left:0}#content .twentysixteen div.product div.images,#content .twentysixteen div.product div.summary{width:46.42857%}@media screen and (min-width:44.375em){.twentysixteen .site-main{margin-right:23.0769%}}@media screen and (min-width:56.875em){.twentysixteen .site-main{margin-right:0;margin-left:0}.no-sidebar .twentysixteen .site-main{margin-right:15%;margin-left:15%}.no-sidebar .twentysixteen .entry-summary{margin-right:0;margin-left:0}}.rtl .woocommerce .col2-set .col-1,.rtl .woocommerce-page .col2-set .col-1{float:right}.rtl .woocommerce .col2-set .col-2,.rtl .woocommerce-page .col2-set .col-2{float:left}@media only screen and (max-width: 768px){:root{--woocommerce:#720eec;--wc-green:#7ad03a;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#720eec;--wc-primary-text:#fcfbfe;--wc-secondary:#e9e6ed;--wc-secondary-text:#515151;--wc-highlight:#958e09;--wc-highligh-text:white;--wc-content-bg:#fff;--wc-subtext:#767676;--wc-form-border-color:rgba(32, 7, 7, 0.8);--wc-form-border-radius:4px;--wc-form-border-width:1px}.woocommerce table.shop_table_responsive thead,.woocommerce-page table.shop_table_responsive thead{display:none}.woocommerce table.shop_table_responsive tbody tr:first-child td:first-child,.woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child{border-top:0}.woocommerce table.shop_table_responsive tbody th,.woocommerce-page table.shop_table_responsive tbody th{display:none}.woocommerce table.shop_table_responsive tr,.woocommerce-page table.shop_table_responsive tr{display:block}.woocommerce table.shop_table_responsive tr td,.woocommerce-page table.shop_table_responsive tr td{display:block;text-align:right!important}.woocommerce table.shop_table_responsive tr td.order-actions,.woocommerce-page table.shop_table_responsive tr td.order-actions{text-align:left!important}.woocommerce table.shop_table_responsive tr td::before,.woocommerce-page table.shop_table_responsive tr td::before{content:attr(data-title) ": ";font-weight:700;float:left}.woocommerce table.shop_table_responsive tr td.actions::before,.woocommerce table.shop_table_responsive tr td.product-remove::before,.woocommerce-page table.shop_table_responsive tr td.actions::before,.woocommerce-page table.shop_table_responsive tr td.product-remove::before{display:none}.woocommerce table.shop_table_responsive tr:nth-child(2n) td,.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td{background-color:rgba(0,0,0,.025)}.woocommerce table.my_account_orders tr td.order-actions,.woocommerce-page table.my_account_orders tr td.order-actions{text-align:left}.woocommerce table.my_account_orders tr td.order-actions::before,.woocommerce-page table.my_account_orders tr td.order-actions::before{display:none}.woocommerce table.my_account_orders tr td.order-actions .button,.woocommerce-page table.my_account_orders tr td.order-actions .button{float:none;margin:.125em .25em .125em 0}.woocommerce .col2-set .col-1,.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-1,.woocommerce-page .col2-set .col-2{float:none;width:100%}.woocommerce ul.products[class*=columns-] li.product,.woocommerce-page ul.products[class*=columns-] li.product{width:48%;float:left;clear:both;margin:0 0 2.992em}.woocommerce ul.products[class*=columns-] li.product:nth-child(2n),.woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n){float:right;clear:none!important}.woocommerce #content div.product div.images,.woocommerce #content div.product div.summary,.woocommerce div.product div.images,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.images,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.images,.woocommerce-page div.product div.summary{float:none;width:100%}.woocommerce #content table.cart .product-thumbnail,.woocommerce table.cart .product-thumbnail,.woocommerce-page #content table.cart .product-thumbnail,.woocommerce-page table.cart .product-thumbnail{display:none}.woocommerce #content table.cart td.actions,.woocommerce table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce-page table.cart td.actions{text-align:left}.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon{float:none;padding-bottom:.5em}.woocommerce #content table.cart td.actions .coupon::after,.woocommerce #content table.cart td.actions .coupon::before,.woocommerce table.cart td.actions .coupon::after,.woocommerce table.cart td.actions .coupon::before,.woocommerce-page #content table.cart td.actions .coupon::after,.woocommerce-page #content table.cart td.actions .coupon::before,.woocommerce-page table.cart td.actions .coupon::after,.woocommerce-page table.cart td.actions .coupon::before{content:" ";display:table}.woocommerce #content table.cart td.actions .coupon::after,.woocommerce table.cart td.actions .coupon::after,.woocommerce-page #content table.cart td.actions .coupon::after,.woocommerce-page table.cart td.actions .coupon::after{clear:both}.woocommerce #content table.cart td.actions .coupon .button,.woocommerce #content table.cart td.actions .coupon .input-text,.woocommerce #content table.cart td.actions .coupon input,.woocommerce table.cart td.actions .coupon .button,.woocommerce table.cart td.actions .coupon .input-text,.woocommerce table.cart td.actions .coupon input,.woocommerce-page #content table.cart td.actions .coupon .button,.woocommerce-page #content table.cart td.actions .coupon .input-text,.woocommerce-page #content table.cart td.actions .coupon input,.woocommerce-page table.cart td.actions .coupon .button,.woocommerce-page table.cart td.actions .coupon .input-text,.woocommerce-page table.cart td.actions .coupon input{width:48%;box-sizing:border-box}.woocommerce #content table.cart td.actions .coupon .button.alt,.woocommerce #content table.cart td.actions .coupon .input-text+.button,.woocommerce table.cart td.actions .coupon .button.alt,.woocommerce table.cart td.actions .coupon .input-text+.button,.woocommerce-page #content table.cart td.actions .coupon .button.alt,.woocommerce-page #content table.cart td.actions .coupon .input-text+.button,.woocommerce-page table.cart td.actions .coupon .button.alt,.woocommerce-page table.cart td.actions .coupon .input-text+.button{float:right}.woocommerce #content table.cart td.actions .coupon .coupon-error-notice,.woocommerce table.cart td.actions .coupon .coupon-error-notice,.woocommerce-page #content table.cart td.actions .coupon .coupon-error-notice,.woocommerce-page table.cart td.actions .coupon .coupon-error-notice{clear:left;color:var(--wc-red);float:left;font-size:.75em;margin-bottom:0;text-align:left;width:48%}.woocommerce #content table.cart td.actions .button,.woocommerce table.cart td.actions .button,.woocommerce-page #content table.cart td.actions .button,.woocommerce-page table.cart td.actions .button{display:block;width:100%}.woocommerce .cart-collaterals .cart_totals,.woocommerce .cart-collaterals .cross-sells,.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .shipping_calculator{width:100%;float:none;text-align:left}.woocommerce-page.woocommerce-checkout form.login .form-row,.woocommerce.woocommerce-checkout form.login .form-row{width:100%;float:none}.woocommerce #payment .terms,.woocommerce-page #payment .terms{text-align:left;padding:0}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{float:none;width:100%;box-sizing:border-box;margin-bottom:1em}.woocommerce .lost_reset_password .form-row-first,.woocommerce .lost_reset_password .form-row-last,.woocommerce-page .lost_reset_password .form-row-first,.woocommerce-page .lost_reset_password .form-row-last{width:100%;float:none;margin-right:0}.woocommerce-account .woocommerce-MyAccount-content,.woocommerce-account .woocommerce-MyAccount-navigation{float:none;width:100%}.single-product .twentythirteen .panel{padding-left:20px!important;padding-right:20px!important}
}:root{--woocommerce:#720eec;--wc-green:#7ad03a;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#720eec;--wc-primary-text:#fcfbfe;--wc-secondary:#e9e6ed;--wc-secondary-text:#515151;--wc-highlight:#958e09;--wc-highligh-text:white;--wc-content-bg:#fff;--wc-subtext:#767676;--wc-form-border-color:rgba(32, 7, 7, 0.8);--wc-form-border-radius:4px;--wc-form-border-width:1px}@keyframes spin{100%{transform:rotate(360deg)}}@font-face{font-display:swap;font-family:star;src:url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff2) format("woff2"),url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff) format("woff"),url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-display:swap;font-family:WooCommerce;src:url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff2) format("woff2"),url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff) format("woff"),url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf) format("truetype");font-weight:400;font-style:normal}.woocommerce form .form-row{padding:3px;margin:0 0 6px}.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder{-webkit-transition:opacity .5s .5s ease;transition:opacity .5s .5s ease;opacity:0}.woocommerce form .form-row label{line-height:2}.woocommerce form .form-row label.hidden{visibility:hidden}.woocommerce form .form-row label.inline{display:inline}.woocommerce form .form-row .woocommerce-input-wrapper .description{background:#1e85be;color:#fff;border-radius:3px;padding:1em;margin:.5em 0 0;clear:both;display:none;position:relative}.woocommerce form .form-row .woocommerce-input-wrapper .description a{color:#fff;text-decoration:underline;border:0;box-shadow:none}.woocommerce form .form-row .woocommerce-input-wrapper .description::before{left:50%;top:0;margin-top:-4px;transform:translateX(-50%) rotate(180deg);content:"";position:absolute;border-width:4px 6px 0 6px;border-style:solid;border-color:#1e85be transparent transparent transparent;z-index:100;display:block}.woocommerce form .form-row .input-checkbox{display:inline;margin:-2px 8px 0 0;text-align:center;vertical-align:middle}.woocommerce form .form-row .input-text,.woocommerce form .form-row select{font-family:inherit;font-weight:400;letter-spacing:normal;padding:.5em;display:block;background-color:var(--wc-form-color-background,#fff);border:var(--wc-form-border-width) solid var(--wc-form-border-color);border-radius:var(--wc-form-border-radius);color:var(--wc-form-color-text,#000);box-sizing:border-box;width:100%;margin:0;line-height:normal;height:auto}.woocommerce form .form-row .input-text:focus,.woocommerce form .form-row select:focus{border-color:currentColor}.woocommerce form .form-row select{cursor:pointer;appearance:none;padding-right:3em;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=);background-repeat:no-repeat;background-size:16px;background-position:calc(100% - .5em) 50%}.woocommerce form .form-row textarea{height:4em;line-height:1.5;box-shadow:none}.woocommerce form .form-row .required{color:var(--wc-red);font-weight:700;border:0!important;text-decoration:none;visibility:hidden}.woocommerce form .form-row .optional{visibility:visible}.woocommerce form .form-row.woocommerce-invalid label{color:var(--wc-red)}.woocommerce form .form-row.woocommerce-invalid input.input-text,.woocommerce form .form-row.woocommerce-invalid select{border-color:var(--wc-red)}.woocommerce form .form-row.woocommerce-invalid .select2-container:not(.select2-container--open) .select2-selection{border-color:var(--wc-red)}.woocommerce form .form-row.woocommerce-validated input.input-text,.woocommerce form .form-row.woocommerce-validated select{border-color:var(--wc-green)}.woocommerce form .form-row.woocommerce-validated .select2-container:not(.select2-container--open) .select2-selection{border-color:var(--wc-green)}.woocommerce form .form-row ::-webkit-input-placeholder{line-height:normal}.woocommerce form .form-row :-moz-placeholder{line-height:normal}.woocommerce form .form-row :-ms-input-placeholder{line-height:normal}.select2-container{width:100%}.select2-container .select2-selection--single{height:auto}.select2-container .select2-selection--single .select2-selection__rendered{padding:.5em;line-height:normal;box-sizing:border-box;color:var(--wc-form-color-text,#444);font-weight:400}.select2-container .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container .select2-selection--single .select2-selection__arrow{position:absolute;top:2px;right:.5em;height:100%;width:16px}.select2-container .select2-selection--single .select2-selection__arrow b{border:none;display:block;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=) no-repeat;background-size:16px;width:16px;height:16px;position:absolute;top:50%;left:0;margin:-8px 0 0}.select2-container .select2-dropdown,.select2-container .select2-selection{background-color:var(--wc-form-color-background,#fff);border:var(--wc-form-border-width,1px) solid var(--wc-form-border-color,#aaa);border-radius:var(--wc-form-border-radius,4px)}.select2-container.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{margin:0}.woocommerce-store-notice,p.demo_store{position:absolute;top:0;left:0;right:0;margin:0;width:100%;font-size:1em;padding:1em 0;text-align:center;background-color:#720eec;color:#fcfbfe;z-index:99998;box-shadow:0 1px 1em rgba(0,0,0,.2);display:none}.woocommerce-store-notice a,p.demo_store a{color:#fcfbfe;text-decoration:underline}.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px;word-wrap:normal!important}.admin-bar p.demo_store{top:32px}.clear{clear:both}.woocommerce .blockUI.blockOverlay{position:relative}.woocommerce .blockUI.blockOverlay::before{height:1em;width:1em;display:block;position:absolute;top:50%;left:50%;margin-left:-.5em;margin-top:-.5em;content:"";animation:spin 1s ease-in-out infinite;background:url(/wp-content/plugins/woocommerce/assets/images/icons/loader.svg) center center;background-size:cover;line-height:1;text-align:center;font-size:2em;color:rgba(0,0,0,.75)}.woocommerce .loader::before{height:1em;width:1em;display:block;position:absolute;top:50%;left:50%;margin-left:-.5em;margin-top:-.5em;content:"";animation:spin 1s ease-in-out infinite;background:url(/wp-content/plugins/woocommerce/assets/images/icons/loader.svg) center center;background-size:cover;line-height:1;text-align:center;font-size:2em;color:rgba(0,0,0,.75)}.woocommerce a.remove{display:block;font-size:1.5em;height:1em;width:1em;text-align:center;line-height:1;border-radius:100%;color:var(--wc-red)!important;text-decoration:none;font-weight:700;border:0}.woocommerce a.remove:hover{color:#fff!important;background:var(--wc-red)}.woocommerce small.note{display:block;color:#767676;font-size:.857em;margin-top:10px}.woocommerce .woocommerce-breadcrumb{margin:0 0 1em;padding:0}.woocommerce .woocommerce-breadcrumb::after,.woocommerce .woocommerce-breadcrumb::before{content:" ";display:table}.woocommerce .woocommerce-breadcrumb::after{clear:both}.woocommerce .quantity .qty{width:3.631em;text-align:center}.woocommerce div.product{margin-bottom:0;position:relative}.woocommerce div.product .product_title{clear:none;margin-top:0;padding:0}.woocommerce div.product p.price ins,.woocommerce div.product span.price ins{background:inherit;font-weight:700;display:inline-block}.woocommerce div.product p.price del,.woocommerce div.product span.price del{opacity:.7;display:inline-block}.woocommerce div.product p.stock{font-size:.92em}.woocommerce div.product .woocommerce-product-rating{margin-bottom:1.618em}.woocommerce div.product div.images{margin-bottom:2em}.woocommerce div.product div.images img{display:block;width:100%;height:auto;box-shadow:none}.woocommerce div.product div.images div.thumbnails{padding-top:1em}.woocommerce div.product div.images.woocommerce-product-gallery{position:relative}.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{transition:all cubic-bezier(.795,-.035,0,1) .5s;margin:0;padding:0}.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg{background-color:#fff;opacity:0}.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder{border:1px solid #f2f2f2}.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2){width:25%;display:inline-block}.woocommerce div.product div.images .woocommerce-product-gallery__image a{display:block;outline-offset:-2px}.woocommerce div.product div.images .woocommerce-product-gallery__trigger{background:#fff;border:none;box-sizing:content-box;border-radius:100%;cursor:pointer;font-size:2em;height:36px;padding:0;position:absolute;right:.5em;text-indent:-9999px;top:.5em;width:36px;z-index:99}.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before{border:2px solid #000;border-radius:100%;box-sizing:content-box;content:"";display:block;height:10px;left:9px;top:9px;position:absolute;width:10px}.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after{background:#000;border-radius:6px;box-sizing:content-box;content:"";display:block;height:8px;left:22px;position:absolute;top:19px;transform:rotate(-45deg);width:2px}.woocommerce div.product div.images .woocommerce-product-gallery__trigger span[aria-hidden=true]{border:0;clip-path:inset(50%);height:1px;left:50%;margin:-1px;overflow:hidden;position:absolute;top:50%;width:1px}.woocommerce div.product div.images .flex-control-thumbs{overflow:hidden;zoom:1;margin:0;padding:0}.woocommerce div.product div.images .flex-control-thumbs li{width:25%;float:left;margin:0;list-style:none}.woocommerce div.product div.images .flex-control-thumbs li img{cursor:pointer;opacity:.5;margin:0}.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,.woocommerce div.product div.images .flex-control-thumbs li img:hover{opacity:1}.woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1){clear:left}.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1){clear:left}.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1){clear:left}.woocommerce div.product div.summary{margin-bottom:2em}.woocommerce div.product div.social{text-align:right;margin:0 0 1em}.woocommerce div.product div.social span{margin:0 0 0 2px}.woocommerce div.product div.social span span{margin:0}.woocommerce div.product div.social span .stButton .chicklets{padding-left:16px;width:0}.woocommerce div.product div.social iframe{float:left;margin-top:3px}.woocommerce div.product .woocommerce-tabs ul.tabs{list-style:none;padding:0 0 0 1em;margin:0 0 1.618em;overflow:hidden;position:relative}.woocommerce div.product .woocommerce-tabs ul.tabs li{border:1px solid #cfc8d8;background-color:#e9e6ed;color:#515151;display:inline-block;position:relative;z-index:0;border-radius:4px 4px 0 0;margin:0 -5px;padding:0 1em}.woocommerce div.product .woocommerce-tabs ul.tabs li a{display:inline-block;padding:.5em 0;font-weight:700;color:#515151;text-decoration:none}.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover{text-decoration:none;color:#6b6b6b}.woocommerce div.product .woocommerce-tabs ul.tabs li.active{background:#fff;color:#515151;z-index:2;border-bottom-color:#fff}.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:inherit;text-shadow:inherit}.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before{box-shadow:2px 2px 0 #fff}.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after{box-shadow:-2px 2px 0 #fff}.woocommerce div.product .woocommerce-tabs ul.tabs li::after,.woocommerce div.product .woocommerce-tabs ul.tabs li::before{border:1px solid #cfc8d8;position:absolute;bottom:-1px;width:5px;height:5px;content:" ";box-sizing:border-box}.woocommerce div.product .woocommerce-tabs ul.tabs li::before{left:-5px;border-bottom-right-radius:4px;border-width:0 1px 1px 0;box-shadow:2px 2px 0 #e9e6ed}.woocommerce div.product .woocommerce-tabs ul.tabs li::after{right:-5px;border-bottom-left-radius:4px;border-width:0 0 1px 1px;box-shadow:-2px 2px 0 #e9e6ed}.woocommerce div.product .woocommerce-tabs ul.tabs::before{position:absolute;content:" ";width:100%;bottom:0;left:0;border-bottom:1px solid #cfc8d8;z-index:1}.woocommerce div.product .woocommerce-tabs .panel{margin:0 0 2em;padding:0}.woocommerce div.product p.cart{margin-bottom:2em}.woocommerce div.product p.cart::after,.woocommerce div.product p.cart::before{content:" ";display:table}.woocommerce div.product p.cart::after{clear:both}.woocommerce div.product form.cart{margin-bottom:2em}.woocommerce div.product form.cart::after,.woocommerce div.product form.cart::before{content:" ";display:table}.woocommerce div.product form.cart::after{clear:both}.woocommerce div.product form.cart div.quantity{float:left;margin:0 4px 0 0}.woocommerce div.product form.cart table{border-width:0 0 1px}.woocommerce div.product form.cart table td{padding-left:0}.woocommerce div.product form.cart table div.quantity{float:none;margin:0}.woocommerce div.product form.cart table small.stock{display:block;float:none}.woocommerce div.product form.cart .variations{margin-bottom:1em;border:0;width:100%}.woocommerce div.product form.cart .variations td,.woocommerce div.product form.cart .variations th{border:0;line-height:2em;vertical-align:top}.woocommerce div.product form.cart .variations label{font-weight:700;text-align:left}.woocommerce div.product form.cart .variations select{max-width:100%;min-width:75%;display:inline-block;margin-right:1em;appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:3em;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=) no-repeat;background-size:16px;-webkit-background-size:16px;background-position:calc(100% - 12px) 50%;-webkit-background-position:calc(100% - 12px) 50%}.woocommerce div.product form.cart .variations td.label{padding-right:1em}.woocommerce div.product form.cart .woocommerce-variation-description p{margin-bottom:1em}.woocommerce div.product form.cart .reset_variations{visibility:hidden;font-size:.83em}.woocommerce div.product form.cart .wc-no-matching-variations{display:none}.woocommerce div.product form.cart .button{vertical-align:middle;float:left}.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label{padding-right:1em;padding-left:1em}.woocommerce div.product form.cart .group_table td{vertical-align:top;padding-bottom:.5em;border:0}.woocommerce div.product form.cart .group_table td:first-child{width:4em;text-align:center}.woocommerce div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox{display:inline-block;width:auto;margin:0 auto;transform:scale(1.5,1.5)}.woocommerce span.onsale{min-height:3.236em;min-width:3.236em;padding:.202em;font-size:1em;font-weight:700;position:absolute;text-align:center;line-height:3.236;top:-.5em;left:-.5em;margin:0;border-radius:100%;background-color:#958e09;color:#fff;font-size:.857em;z-index:9}.woocommerce .products ul,.woocommerce ul.products{margin:0 0 1em;padding:0;list-style:none outside;clear:both}.woocommerce .products ul::after,.woocommerce .products ul::before,.woocommerce ul.products::after,.woocommerce ul.products::before{content:" ";display:table}.woocommerce .products ul::after,.woocommerce ul.products::after{clear:both}.woocommerce .products ul li,.woocommerce ul.products li{list-style:none outside}.woocommerce ul.products li.product .onsale{top:0;right:0;left:auto;margin:-.5em -.5em 0 0}.woocommerce ul.products li.product .woocommerce-loop-category__title,.woocommerce ul.products li.product .woocommerce-loop-product__title,.woocommerce ul.products li.product h3{padding:.5em 0;margin:0;font-size:1em}.woocommerce ul.products li.product a{text-decoration:none}.woocommerce ul.products li.product a.woocommerce-loop-product__link{display:block}.woocommerce ul.products li.product a img{width:100%;height:auto;display:block;margin:0 0 1em;box-shadow:none}.woocommerce ul.products li.product strong{display:block}.woocommerce ul.products li.product .woocommerce-placeholder{border:1px solid #f2f2f2}.woocommerce ul.products li.product .star-rating{font-size:.857em}.woocommerce ul.products li.product .button{display:inline-block;margin-top:1em}.woocommerce ul.products li.product .price{display:block;font-weight:400;margin-bottom:.5em;font-size:.857em}.woocommerce ul.products li.product .price del{color:inherit;opacity:.7;display:inline-block}.woocommerce ul.products li.product .price ins{background:0 0;font-weight:700;display:inline-block}.woocommerce ul.products li.product .price .from{font-size:.67em;margin:-2px 0 0 0;text-transform:uppercase;color:rgba(90,89,68,.5)}.woocommerce .woocommerce-result-count{margin:0 0 1em}.woocommerce .woocommerce-ordering{margin:0 0 1em}.woocommerce .woocommerce-ordering>label{margin-right:.25rem}.woocommerce .woocommerce-ordering select{vertical-align:top}.woocommerce nav.woocommerce-pagination{text-align:center}.woocommerce nav.woocommerce-pagination ul{display:inline-block;white-space:nowrap;padding:0;clear:both;border:1px solid #cfc8d8;border-right:0;margin:1px}.woocommerce nav.woocommerce-pagination ul li{border-right:1px solid #cfc8d8;padding:0;margin:0;float:left;display:inline;overflow:hidden}.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{margin:0;text-decoration:none;padding:0;line-height:1;font-size:1em;font-weight:400;padding:.5em;min-width:1em;display:block}.woocommerce nav.woocommerce-pagination ul li a:focus,.woocommerce nav.woocommerce-pagination ul li a:hover,.woocommerce nav.woocommerce-pagination ul li span.current{background:#e9e6ed;color:#816f98}.woocommerce .cart .button,.woocommerce .cart input.button{float:none}.woocommerce a.added_to_cart{padding-top:.5em;display:inline-block}.woocommerce #reviews h2 small{float:right;color:#767676;font-size:15px;margin:10px 0 0}.woocommerce #reviews h2 small a{text-decoration:none;color:#767676}.woocommerce #reviews h3{margin:0}.woocommerce #reviews #respond{margin:0;border:0;padding:0}.woocommerce #reviews #comment{height:75px}.woocommerce #reviews #comments .add_review::after,.woocommerce #reviews #comments .add_review::before{content:" ";display:table}.woocommerce #reviews #comments .add_review::after{clear:both}.woocommerce #reviews #comments h2{clear:none}.woocommerce #reviews #comments ol.commentlist{margin:0;width:100%;background:0 0;list-style:none}.woocommerce #reviews #comments ol.commentlist::after,.woocommerce #reviews #comments ol.commentlist::before{content:" ";display:table}.woocommerce #reviews #comments ol.commentlist::after{clear:both}.woocommerce #reviews #comments ol.commentlist li{padding:0;margin:0 0 20px;border:0;position:relative;background:0;border:0}.woocommerce #reviews #comments ol.commentlist li img.avatar{float:left;position:absolute;top:0;left:0;padding:3px;width:32px;height:auto;background:#e9e6ed;border:1px solid #e1dde7;margin:0;box-shadow:none}.woocommerce #reviews #comments ol.commentlist li .comment-text{margin:0 0 0 50px;border:1px solid #e1dde7;border-radius:4px;padding:1em 1em 0}.woocommerce #reviews #comments ol.commentlist li .comment-text::after,.woocommerce #reviews #comments ol.commentlist li .comment-text::before{content:" ";display:table}.woocommerce #reviews #comments ol.commentlist li .comment-text::after{clear:both}.woocommerce #reviews #comments ol.commentlist li .comment-text p{margin:0 0 1em}.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{font-size:.83em}.woocommerce #reviews #comments ol.commentlist ul.children{list-style:none outside;margin:20px 0 0 50px}.woocommerce #reviews #comments ol.commentlist ul.children .star-rating{display:none}.woocommerce #reviews #comments ol.commentlist #respond{border:1px solid #e1dde7;border-radius:4px;padding:1em 1em 0;margin:20px 0 0 50px}.woocommerce #reviews #comments .commentlist>li::before{content:""}.woocommerce .star-rating{float:right;overflow:hidden;position:relative;height:1em;line-height:1;font-size:1em;width:5.4em;font-family:WooCommerce}.woocommerce .star-rating::before{content:"sssss";color:#cfc8d8;float:left;top:0;left:0;position:absolute}.woocommerce .star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em}.woocommerce .star-rating span::before{content:"SSSSS";top:0;position:absolute;left:0}.woocommerce .woocommerce-product-rating{line-height:2;display:block}.woocommerce .woocommerce-product-rating::after,.woocommerce .woocommerce-product-rating::before{content:" ";display:table}.woocommerce .woocommerce-product-rating::after{clear:both}.woocommerce .woocommerce-product-rating .star-rating{margin:.5em 4px 0 0;float:left}.woocommerce .products .star-rating{display:block;margin:0 0 .5em;float:none}.woocommerce .hreview-aggregate .star-rating{margin:10px 0 0}.woocommerce #review_form #respond{position:static;margin:0;width:auto;padding:0;background:transparent none;border:0}.woocommerce #review_form #respond::after,.woocommerce #review_form #respond::before{content:" ";display:table}.woocommerce #review_form #respond::after{clear:both}.woocommerce #review_form #respond p{margin:0 0 10px}.woocommerce #review_form #respond .form-submit input{left:auto}.woocommerce #review_form #respond textarea{box-sizing:border-box;width:100%}.woocommerce p.stars a{position:relative;height:1em;width:1em;text-indent:-999em;display:inline-block;text-decoration:none;font-size:24px}.woocommerce p.stars a::before{display:block;position:absolute;top:0;left:0;width:1em;height:1em;line-height:1;font-family:WooCommerce;content:"\e021";text-indent:0}.woocommerce p.stars a:hover~a::before{content:"\e021"}.woocommerce p.stars:hover a::before{content:"\e020"}.woocommerce p.stars.selected a.active::before{content:"\e020"}.woocommerce p.stars.selected a.active~a::before{content:"\e021"}.woocommerce p.stars.selected a:not(.active)::before{content:"\e020"}.woocommerce table.shop_attributes{border:0;border-top:1px dotted rgba(0,0,0,.1);margin-bottom:1.618em;width:100%}.woocommerce table.shop_attributes th{width:150px;font-weight:700;padding:8px;border-top:0;border-bottom:1px dotted rgba(0,0,0,.1);margin:0;line-height:1.5}.woocommerce table.shop_attributes td{font-style:italic;padding:0;border-top:0;border-bottom:1px dotted rgba(0,0,0,.1);margin:0;line-height:1.5}.woocommerce table.shop_attributes td p{margin:0;padding:8px 0}.woocommerce table.shop_attributes tr:nth-child(even) td,.woocommerce table.shop_attributes tr:nth-child(even) th{background:rgba(0,0,0,.025)}.woocommerce table.shop_table{border:1px solid rgba(0,0,0,.1);margin:0 -1px 24px 0;text-align:left;width:100%;border-collapse:separate;border-radius:5px}.woocommerce table.shop_table th{font-weight:700;padding:9px 12px;line-height:1.5em}.woocommerce table.shop_table td{border-top:1px solid rgba(0,0,0,.1);padding:9px 12px;vertical-align:middle;line-height:1.5em}.woocommerce table.shop_table td small{font-weight:400}.woocommerce table.shop_table td del{font-weight:400}.woocommerce table.shop_table tbody:first-child tr:first-child td,.woocommerce table.shop_table tbody:first-child tr:first-child th{border-top:0}.woocommerce table.shop_table tbody th,.woocommerce table.shop_table tfoot td,.woocommerce table.shop_table tfoot th{font-weight:700;border-top:1px solid rgba(0,0,0,.1)}.woocommerce table.my_account_orders{font-size:.85em}.woocommerce table.my_account_orders td,.woocommerce table.my_account_orders th{padding:4px 8px;vertical-align:middle}.woocommerce table.my_account_orders .button{white-space:nowrap}.woocommerce table.woocommerce-MyAccount-downloads td,.woocommerce table.woocommerce-MyAccount-downloads th{vertical-align:top;text-align:center}.woocommerce table.woocommerce-MyAccount-downloads td:first-child,.woocommerce table.woocommerce-MyAccount-downloads th:first-child{text-align:left}.woocommerce table.woocommerce-MyAccount-downloads td:last-child,.woocommerce table.woocommerce-MyAccount-downloads th:last-child{text-align:left}.woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file::before,.woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file::before{content:"↓";display:inline-block}.woocommerce td.product-name .wc-item-meta,.woocommerce td.product-name dl.variation{list-style:none outside}.woocommerce td.product-name .wc-item-meta .wc-item-meta-label,.woocommerce td.product-name .wc-item-meta dt,.woocommerce td.product-name dl.variation .wc-item-meta-label,.woocommerce td.product-name dl.variation dt{float:left;clear:both;margin-right:.25em;display:inline-block;list-style:none outside}.woocommerce td.product-name .wc-item-meta dd,.woocommerce td.product-name dl.variation dd{margin:0}.woocommerce td.product-name .wc-item-meta p,.woocommerce td.product-name .wc-item-meta:last-child,.woocommerce td.product-name dl.variation p,.woocommerce td.product-name dl.variation:last-child{margin-bottom:0}.woocommerce td.product-name p.backorder_notification{font-size:.83em}.woocommerce td.product-quantity{min-width:80px}.woocommerce ul.cart_list,.woocommerce ul.product_list_widget{list-style:none outside;padding:0;margin:0}.woocommerce ul.cart_list li,.woocommerce ul.product_list_widget li{padding:4px 0;margin:0;list-style:none}.woocommerce ul.cart_list li::after,.woocommerce ul.cart_list li::before,.woocommerce ul.product_list_widget li::after,.woocommerce ul.product_list_widget li::before{content:" ";display:table}.woocommerce ul.cart_list li::after,.woocommerce ul.product_list_widget li::after{clear:both}.woocommerce ul.cart_list li a,.woocommerce ul.product_list_widget li a{display:block;font-weight:700}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img{float:right;margin-left:4px;width:32px;height:auto;box-shadow:none}.woocommerce ul.cart_list li dl,.woocommerce ul.product_list_widget li dl{margin:0;padding-left:1em;border-left:2px solid rgba(0,0,0,.1)}.woocommerce ul.cart_list li dl::after,.woocommerce ul.cart_list li dl::before,.woocommerce ul.product_list_widget li dl::after,.woocommerce ul.product_list_widget li dl::before{content:" ";display:table}.woocommerce ul.cart_list li dl::after,.woocommerce ul.product_list_widget li dl::after{clear:both}.woocommerce ul.cart_list li dl dd,.woocommerce ul.cart_list li dl dt,.woocommerce ul.product_list_widget li dl dd,.woocommerce ul.product_list_widget li dl dt{display:inline-block;float:left;margin-bottom:1em}.woocommerce ul.cart_list li dl dt,.woocommerce ul.product_list_widget li dl dt{font-weight:700;padding:0 0 .25em;margin:0 4px 0 0;clear:left}.woocommerce ul.cart_list li dl dd,.woocommerce ul.product_list_widget li dl dd{padding:0 0 .25em}.woocommerce ul.cart_list li dl dd p:last-child,.woocommerce ul.product_list_widget li dl dd p:last-child{margin-bottom:0}.woocommerce ul.cart_list li .star-rating,.woocommerce ul.product_list_widget li .star-rating{float:none}.woocommerce .widget_shopping_cart .total,.woocommerce.widget_shopping_cart .total{border-top:3px double #e9e6ed;padding:4px 0 0}.woocommerce .widget_shopping_cart .total strong,.woocommerce.widget_shopping_cart .total strong{min-width:40px;display:inline-block}.woocommerce .widget_shopping_cart .cart_list li,.woocommerce.widget_shopping_cart .cart_list li{padding-left:2em;position:relative;padding-top:0}.woocommerce .widget_shopping_cart .cart_list li a.remove,.woocommerce.widget_shopping_cart .cart_list li a.remove{position:absolute;top:0;left:0}.woocommerce .widget_shopping_cart .buttons::after,.woocommerce .widget_shopping_cart .buttons::before,.woocommerce.widget_shopping_cart .buttons::after,.woocommerce.widget_shopping_cart .buttons::before{content:" ";display:table}.woocommerce .widget_shopping_cart .buttons::after,.woocommerce.widget_shopping_cart .buttons::after{clear:both}.woocommerce .widget_shopping_cart .buttons a,.woocommerce.widget_shopping_cart .buttons a{margin-right:5px;margin-bottom:5px}.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register{border:1px solid #cfc8d8;padding:20px;margin:2em 0;text-align:left;border-radius:5px}.woocommerce form.checkout_coupon .coupon-error-notice{color:var(--wc-red);display:block;font-size:.75em;margin-top:8px}.woocommerce form.checkout_coupon .input-text.has-error:focus{border-color:var(--wc-red)}.woocommerce ul#shipping_method{list-style:none outside;margin:0;padding:0}.woocommerce ul#shipping_method li{margin:0 0 .5em;line-height:1.5em;list-style:none outside}.woocommerce ul#shipping_method li input{margin:3px .4375em 0 0;vertical-align:top}.woocommerce ul#shipping_method li label{display:inline}.woocommerce ul#shipping_method .amount{font-weight:700}.woocommerce p.woocommerce-shipping-contents{margin:0}.woocommerce .wc_bis_form{margin:2em 0;padding:0}.woocommerce .wc_bis_form.hidden{display:none}.woocommerce .wc_bis_form__form-row{display:flex;flex-wrap:wrap;flex-direction:row;align-items:center;justify-content:flex-start;gap:.7em;margin:.7em 0}.woocommerce .wc_bis_form__input{box-sizing:border-box;width:auto;white-space:nowrap}.woocommerce .wc_bis_form__button{box-sizing:border-box;white-space:nowrap}.woocommerce .wc_bis_form__checkbox{font-size:var(--wp--preset--font-size--small,.7em);display:block}.woocommerce :where(.wc_bis_form__input,.wc_bis_form__button){padding:.9rem 1.1rem;line-height:1}.woocommerce ul.order_details{margin:0 0 3em;list-style:none}.woocommerce ul.order_details::after,.woocommerce ul.order_details::before{content:" ";display:table}.woocommerce ul.order_details::after{clear:both}.woocommerce ul.order_details li{float:left;margin-right:2em;text-transform:uppercase;font-size:.715em;line-height:1;border-right:1px dashed #cfc8d8;padding-right:2em;margin-left:0;padding-left:0;list-style-type:none}.woocommerce ul.order_details li strong{display:block;font-size:1.4em;text-transform:none;line-height:1.5}.woocommerce ul.order_details li:last-of-type{border:none}.woocommerce .wc-bacs-bank-details-account-name{font-weight:700}.woocommerce .woocommerce-customer-details,.woocommerce .woocommerce-order-details,.woocommerce .woocommerce-order-downloads{margin-bottom:2em}.woocommerce .woocommerce-customer-details .order-actions--heading,.woocommerce .woocommerce-order-details .order-actions--heading,.woocommerce .woocommerce-order-downloads .order-actions--heading{vertical-align:middle}.woocommerce .woocommerce-customer-details .order-actions-button,.woocommerce .woocommerce-order-details .order-actions-button,.woocommerce .woocommerce-order-downloads .order-actions-button{margin-right:10px}.woocommerce .woocommerce-customer-details .order-actions-button:last-child,.woocommerce .woocommerce-order-details .order-actions-button:last-child,.woocommerce .woocommerce-order-downloads .order-actions-button:last-child{margin-right:0}.woocommerce .woocommerce-customer-details :last-child,.woocommerce .woocommerce-order-details :last-child,.woocommerce .woocommerce-order-downloads :last-child{margin-bottom:0}.woocommerce .woocommerce-customer-details .additional-fields,.woocommerce .woocommerce-customer-details .addresses{margin-bottom:2em}.woocommerce .woocommerce-customer-details .additional-fields:last-child,.woocommerce .woocommerce-customer-details .addresses:last-child{margin-bottom:0}.woocommerce .addresses .wc-block-components-additional-fields-list{margin:0;padding:0}.woocommerce .addresses .wc-block-components-additional-fields-list dt{margin:0;padding:0;font-style:normal;font-weight:700;display:inline}.woocommerce .addresses .wc-block-components-additional-fields-list dt::after{content:": "}.woocommerce .addresses .wc-block-components-additional-fields-list dt::before{content:"";display:block}.woocommerce .addresses .wc-block-components-additional-fields-list dd{margin:0;padding:0;font-style:normal;display:inline}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list{border:1px solid rgba(0,0,0,.1);padding:0;display:grid;grid-template-columns:1fr max-content}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dt{border-bottom:1px solid rgba(0,0,0,.1);font-style:normal;font-weight:700;padding:1rem;box-sizing:border-box;margin:0!important}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dt::after{display:none}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dt:last-of-type{border-bottom:0}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dd{border-bottom:1px solid rgba(0,0,0,.1);padding:1rem;box-sizing:border-box;text-align:right;margin:0!important}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dd:last-of-type{border-bottom:0}.woocommerce .woocommerce-customer-details .woocommerce-column__title{margin-top:0}.woocommerce .woocommerce-customer-details address{font-style:normal;margin-bottom:0;border:1px solid rgba(0,0,0,.1);border-bottom-width:2px;border-right-width:2px;text-align:left;width:100%;border-radius:5px;padding:6px 12px;box-sizing:border-box}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone{padding-left:1.5em}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email:last-child,.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone:last-child{margin-bottom:0}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e037";text-decoration:none;margin-left:-1.5em;line-height:1.75;position:absolute}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e02d";text-decoration:none;margin-left:-1.5em;line-height:1.75;position:absolute}.woocommerce .woocommerce-widget-layered-nav-list{margin:0;padding:0;border:0;list-style:none outside}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item{padding:0 0 1px;list-style:none}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after,.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before{content:" ";display:table}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after{clear:both}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span{padding:1px 0}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e013";text-decoration:none;color:var(--wc-red)}.woocommerce .woocommerce-widget-layered-nav-dropdown__submit{margin-top:1em}.woocommerce .widget_layered_nav_filters ul{margin:0;padding:0;border:0;list-style:none outside;overflow:hidden;zoom:1}.woocommerce .widget_layered_nav_filters ul li{float:left;padding:0 1em 1px 1px;list-style:none}.woocommerce .widget_layered_nav_filters ul li a{text-decoration:none}.woocommerce .widget_layered_nav_filters ul li a::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e013";text-decoration:none;color:var(--wc-red);vertical-align:inherit;margin-right:.5em}.woocommerce .widget_price_filter .price_slider{margin-bottom:1em}.woocommerce .widget_price_filter .price_slider_amount{text-align:right;line-height:2.4;font-size:.8751em}.woocommerce .widget_price_filter .price_slider_amount .button{font-size:1.15em;float:left}.woocommerce .widget_price_filter .ui-slider{position:relative;text-align:left;margin-left:.5em;margin-right:.5em}.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1em;height:1em;background-color:#7f54b3;border-radius:1em;cursor:ew-resize;outline:0;top:-.3em;margin-left:-.5em}.woocommerce .widget_price_filter .ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;border-radius:1em;background-color:#7f54b3}.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{border-radius:1em;background-color:#35224c;border:0}.woocommerce .widget_price_filter .ui-slider-horizontal{height:.5em}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range{top:0;height:100%}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min{left:-1px}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max{right:-1px}.woocommerce .widget_rating_filter ul{margin:0;padding:0;border:0;list-style:none outside}.woocommerce .widget_rating_filter ul li{padding:0 0 1px;list-style:none}.woocommerce .widget_rating_filter ul li::after,.woocommerce .widget_rating_filter ul li::before{content:" ";display:table}.woocommerce .widget_rating_filter ul li::after{clear:both}.woocommerce .widget_rating_filter ul li a{padding:1px 0;text-decoration:none}.woocommerce .widget_rating_filter ul li .star-rating{float:none;display:inline-block}.woocommerce .widget_rating_filter ul li.chosen a::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e013";text-decoration:none;color:var(--wc-red)}.woocommerce .woocommerce-form-login .woocommerce-form-login__submit{float:left;margin-right:1em}.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme{display:inline-block}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button{font-size:100%;margin:0;line-height:1;cursor:pointer;position:relative;text-decoration:none;overflow:visible;padding:.618em 1em;font-weight:700;border-radius:3px;left:auto;color:#515151;background-color:#e9e6ed;border:0;display:inline-block;background-image:none;box-shadow:none;text-shadow:none}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.loading{opacity:.25;padding-right:2.618em}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.loading::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.loading::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.loading::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.loading::after{font-family:WooCommerce;content:"\e01c";vertical-align:top;font-weight:400;position:absolute;top:.618em;right:1em;animation:spin 2s linear infinite}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.added::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.added::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.added::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.added::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.added::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.added::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.added::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.added::after{font-family:WooCommerce;content:"\e017";margin-left:.53em;vertical-align:bottom}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover{background-color:#dcd7e2;text-decoration:none;background-image:none;color:#515151}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt{background-color:#7f54b3;color:#fff;-webkit-font-smoothing:antialiased}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover{background-color:#7249a4;color:#fff}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled]:hover{background-color:#7f54b3;color:#fff}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled[disabled]{color:inherit;cursor:not-allowed;opacity:.5;padding:.618em 1em}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled[disabled]:hover{color:inherit;background-color:#e9e6ed}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb{font-size:.92em;color:#767676}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a{color:#767676}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price{color:#958e09;font-size:1.25em}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock{color:#958e09}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .out-of-stock{color:var(--wc-red)}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price{color:#958e09}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) #reviews #comments ol.commentlist li .meta{color:#767676;font-size:.75em}.woocommerce-no-js form.woocommerce-form-coupon,.woocommerce-no-js form.woocommerce-form-login{display:block!important}.woocommerce-no-js .showcoupon,.woocommerce-no-js .woocommerce-form-coupon-toggle,.woocommerce-no-js .woocommerce-form-login-toggle{display:none!important}.woocommerce-error,.woocommerce-info,.woocommerce-message{padding:1em 2em 1em 3.5em;margin:0 0 2em;position:relative;background-color:#f6f5f8;color:#515151;border-top:3px solid #720eec;list-style:none outside;width:auto;word-wrap:break-word}.woocommerce-error::after,.woocommerce-error::before,.woocommerce-info::after,.woocommerce-info::before,.woocommerce-message::after,.woocommerce-message::before{content:" ";display:table}.woocommerce-error::after,.woocommerce-info::after,.woocommerce-message::after{clear:both}.woocommerce-error::before,.woocommerce-info::before,.woocommerce-message::before{font-family:WooCommerce;content:"\e028";content:"\e028"/"";display:inline-block;position:absolute;top:1em;left:1.5em}.woocommerce-error .button,.woocommerce-info .button,.woocommerce-message .button{float:right}.woocommerce-error li,.woocommerce-info li,.woocommerce-message li{list-style:none outside!important;padding-left:0!important;margin-left:0!important}.rtl.woocommerce .price_label,.rtl.woocommerce .price_label span{direction:ltr;unicode-bidi:embed}.woocommerce-message{border-top-color:#8fae1b}.woocommerce-message::before{content:"\e015";color:#8fae1b}.woocommerce-info{border-top-color:#1e85be}.woocommerce-info::before{color:#1e85be}.woocommerce-error{border-top-color:#b81c23}.woocommerce-error::before{content:"\e016";color:#b81c23}.woocommerce-account .woocommerce::after,.woocommerce-account .woocommerce::before{content:" ";display:table}.woocommerce-account .woocommerce::after{clear:both}.woocommerce-account .addresses .title::after,.woocommerce-account .addresses .title::before{content:" ";display:table}.woocommerce-account .addresses .title::after{clear:both}.woocommerce-account .addresses .title h3{float:left}.woocommerce-account .addresses .title .edit{float:right}.woocommerce-account ol.commentlist.notes li.note p.meta{font-weight:700;margin-bottom:0}.woocommerce-account ol.commentlist.notes li.note .description p:last-child{margin-bottom:0}.woocommerce-account ul.digital-downloads{margin-left:0;padding-left:0}.woocommerce-account ul.digital-downloads li{list-style:none;margin-left:0;padding-left:0}.woocommerce-account ul.digital-downloads li::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e00a";text-decoration:none}.woocommerce-account ul.digital-downloads li .count{float:right}#add_payment_method table.cart .product-thumbnail,.woocommerce-cart table.cart .product-thumbnail,.woocommerce-checkout table.cart .product-thumbnail{min-width:32px}#add_payment_method table.cart img,.woocommerce-cart table.cart img,.woocommerce-checkout table.cart img{width:32px;box-shadow:none}#add_payment_method table.cart td,#add_payment_method table.cart th,.woocommerce-cart table.cart td,.woocommerce-cart table.cart th,.woocommerce-checkout table.cart td,.woocommerce-checkout table.cart th{vertical-align:middle}#add_payment_method table.cart td.actions .coupon .input-text,.woocommerce-cart table.cart td.actions .coupon .input-text,.woocommerce-checkout table.cart td.actions .coupon .input-text{float:left;box-sizing:border-box;border:1px solid #cfc8d8;padding:6px 6px 5px;margin:0 4px 0 0;outline:0}#add_payment_method table.cart td.actions .coupon .input-text.has-error:focus,.woocommerce-cart table.cart td.actions .coupon .input-text.has-error:focus,.woocommerce-checkout table.cart td.actions .coupon .input-text.has-error:focus{border-color:var(--wc-red)}#add_payment_method table.cart td.actions .coupon .coupon-error-notice,.woocommerce-cart table.cart td.actions .coupon .coupon-error-notice,.woocommerce-checkout table.cart td.actions .coupon .coupon-error-notice{clear:left;color:var(--wc-red);flex-basis:100%;float:none;font-size:.75em;margin-bottom:0;margin-top:8px;text-align:left;width:auto}#add_payment_method table.cart input,.woocommerce-cart table.cart input,.woocommerce-checkout table.cart input{margin:0;vertical-align:middle}#add_payment_method .wc-proceed-to-checkout,.woocommerce-cart .wc-proceed-to-checkout,.woocommerce-checkout .wc-proceed-to-checkout{padding:1em 0}#add_payment_method .wc-proceed-to-checkout::after,#add_payment_method .wc-proceed-to-checkout::before,.woocommerce-cart .wc-proceed-to-checkout::after,.woocommerce-cart .wc-proceed-to-checkout::before,.woocommerce-checkout .wc-proceed-to-checkout::after,.woocommerce-checkout .wc-proceed-to-checkout::before{content:" ";display:table}#add_payment_method .wc-proceed-to-checkout::after,.woocommerce-cart .wc-proceed-to-checkout::after,.woocommerce-checkout .wc-proceed-to-checkout::after{clear:both}#add_payment_method .wc-proceed-to-checkout a.checkout-button,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{display:block;text-align:center;margin-bottom:1em;font-size:1.25em;padding:1em}#add_payment_method .cart-collaterals .shipping-calculator-button,.woocommerce-cart .cart-collaterals .shipping-calculator-button,.woocommerce-checkout .cart-collaterals .shipping-calculator-button{float:none;margin-top:.5em;display:inline-block}#add_payment_method .cart-collaterals .shipping-calculator-button::after,.woocommerce-cart .cart-collaterals .shipping-calculator-button::after,.woocommerce-checkout .cart-collaterals .shipping-calculator-button::after{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-left:.618em;content:"\e019";text-decoration:none}#add_payment_method .cart-collaterals .shipping-calculator-form,.woocommerce-cart .cart-collaterals .shipping-calculator-form,.woocommerce-checkout .cart-collaterals .shipping-calculator-form{margin:1em 0 0 0}#add_payment_method .cart-collaterals .cart_totals p small,.woocommerce-cart .cart-collaterals .cart_totals p small,.woocommerce-checkout .cart-collaterals .cart_totals p small{color:#767676;font-size:.83em}#add_payment_method .cart-collaterals .cart_totals table,.woocommerce-cart .cart-collaterals .cart_totals table,.woocommerce-checkout .cart-collaterals .cart_totals table{border-collapse:separate;margin:0 0 6px;padding:0}#add_payment_method .cart-collaterals .cart_totals table tr:first-child td,#add_payment_method .cart-collaterals .cart_totals table tr:first-child th,.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th{border-top:0}#add_payment_method .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-checkout .cart-collaterals .cart_totals table th{width:35%}#add_payment_method .cart-collaterals .cart_totals table td,#add_payment_method .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table td,.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-checkout .cart-collaterals .cart_totals table td,.woocommerce-checkout .cart-collaterals .cart_totals table th{vertical-align:top;border-left:0;border-right:0;line-height:1.5em}#add_payment_method .cart-collaterals .cart_totals table small,.woocommerce-cart .cart-collaterals .cart_totals table small,.woocommerce-checkout .cart-collaterals .cart_totals table small{color:#767676}#add_payment_method .cart-collaterals .cart_totals table select,.woocommerce-cart .cart-collaterals .cart_totals table select,.woocommerce-checkout .cart-collaterals .cart_totals table select{width:100%}#add_payment_method .cart-collaterals .cart_totals .discount td,.woocommerce-cart .cart-collaterals .cart_totals .discount td,.woocommerce-checkout .cart-collaterals .cart_totals .discount td{color:#958e09}#add_payment_method .cart-collaterals .cart_totals tr td,#add_payment_method .cart-collaterals .cart_totals tr th,.woocommerce-cart .cart-collaterals .cart_totals tr td,.woocommerce-cart .cart-collaterals .cart_totals tr th,.woocommerce-checkout .cart-collaterals .cart_totals tr td,.woocommerce-checkout .cart-collaterals .cart_totals tr th{border-top:1px solid #e9e6ed}#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination,.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination,.woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination{margin-bottom:0}#add_payment_method .cart-collaterals .cross-sells ul.products li.product,.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product{margin-top:0}#add_payment_method .checkout .col-2 h3#ship-to-different-address,.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address{float:left;clear:none}#add_payment_method .checkout .col-2 .notes,.woocommerce-cart .checkout .col-2 .notes,.woocommerce-checkout .checkout .col-2 .notes{clear:left}#add_payment_method .checkout .col-2 .form-row-first,.woocommerce-cart .checkout .col-2 .form-row-first,.woocommerce-checkout .checkout .col-2 .form-row-first{clear:left}#add_payment_method .checkout .create-account small,.woocommerce-cart .checkout .create-account small,.woocommerce-checkout .checkout .create-account small{font-size:11px;color:#767676;font-weight:400}#add_payment_method .checkout div.shipping-address,.woocommerce-cart .checkout div.shipping-address,.woocommerce-checkout .checkout div.shipping-address{padding:0;clear:left;width:100%}#add_payment_method .checkout .shipping_address,.woocommerce-cart .checkout .shipping_address,.woocommerce-checkout .checkout .shipping_address{clear:both}#add_payment_method .checkout .checkout-inline-error-message,.woocommerce-cart .checkout .checkout-inline-error-message,.woocommerce-checkout .checkout .checkout-inline-error-message{color:var(--wc-red);font-size:.75em;margin-bottom:0}#add_payment_method #payment,.woocommerce-cart #payment,.woocommerce-checkout #payment{background:rgba(129,110,153,.14);border-radius:5px}#add_payment_method #payment ul.payment_methods,.woocommerce-cart #payment ul.payment_methods,.woocommerce-checkout #payment ul.payment_methods{text-align:left;padding:1em;border-bottom:1px solid rgba(104,87,125,.14);margin:0;list-style:none outside}#add_payment_method #payment ul.payment_methods::after,#add_payment_method #payment ul.payment_methods::before,.woocommerce-cart #payment ul.payment_methods::after,.woocommerce-cart #payment ul.payment_methods::before,.woocommerce-checkout #payment ul.payment_methods::after,.woocommerce-checkout #payment ul.payment_methods::before{content:" ";display:table}#add_payment_method #payment ul.payment_methods::after,.woocommerce-cart #payment ul.payment_methods::after,.woocommerce-checkout #payment ul.payment_methods::after{clear:both}#add_payment_method #payment ul.payment_methods li,.woocommerce-cart #payment ul.payment_methods li,.woocommerce-checkout #payment ul.payment_methods li{line-height:2;text-align:left;margin:0;font-weight:400}#add_payment_method #payment ul.payment_methods li input,.woocommerce-cart #payment ul.payment_methods li input,.woocommerce-checkout #payment ul.payment_methods li input{margin:0 1em 0 0}#add_payment_method #payment ul.payment_methods li img,.woocommerce-cart #payment ul.payment_methods li img,.woocommerce-checkout #payment ul.payment_methods li img{vertical-align:middle;margin:-2px 0 0 .5em;padding:0;position:relative;box-shadow:none}#add_payment_method #payment ul.payment_methods li img+img,.woocommerce-cart #payment ul.payment_methods li img+img,.woocommerce-checkout #payment ul.payment_methods li img+img{margin-left:2px}#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::before,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::before,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::before{content:" ";display:table}#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after{clear:both}#add_payment_method #payment div.form-row,.woocommerce-cart #payment div.form-row,.woocommerce-checkout #payment div.form-row{padding:1em}#add_payment_method #payment div.payment_box,.woocommerce-cart #payment div.payment_box,.woocommerce-checkout #payment div.payment_box{position:relative;box-sizing:border-box;width:100%;padding:1em;margin:1em 0;font-size:.92em;border-radius:2px;line-height:1.5;background-color:#dcd7e2;color:#515151}#add_payment_method #payment div.payment_box input.input-text,#add_payment_method #payment div.payment_box textarea,.woocommerce-cart #payment div.payment_box input.input-text,.woocommerce-cart #payment div.payment_box textarea,.woocommerce-checkout #payment div.payment_box input.input-text,.woocommerce-checkout #payment div.payment_box textarea{border-color:#c2bacd;border-top-color:#b5abc2}#add_payment_method #payment div.payment_box ::-webkit-input-placeholder,.woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder,.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder{color:#b5abc2}#add_payment_method #payment div.payment_box :-moz-placeholder,.woocommerce-cart #payment div.payment_box :-moz-placeholder,.woocommerce-checkout #payment div.payment_box :-moz-placeholder{color:#b5abc2}#add_payment_method #payment div.payment_box :-ms-input-placeholder,.woocommerce-cart #payment div.payment_box :-ms-input-placeholder,.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder{color:#b5abc2}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods{list-style:none outside;margin:0}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token{margin:0 0 .5em}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label{cursor:pointer}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput{vertical-align:middle;margin:-3px 1em 0 0;position:relative}#add_payment_method #payment div.payment_box .wc-credit-card-form,.woocommerce-cart #payment div.payment_box .wc-credit-card-form,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form{border:0;padding:0;margin:1em 0 0}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number{font-size:1.5em;padding:8px;background-repeat:no-repeat;background-position:right .618em center;background-size:32px 20px}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/visa.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/mastercard.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/laser.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/diners.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/maestro.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/jcb.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/amex.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/discover.svg)}#add_payment_method #payment div.payment_box span.help,.woocommerce-cart #payment div.payment_box span.help,.woocommerce-checkout #payment div.payment_box span.help{font-size:.857em;color:#767676;font-weight:400}#add_payment_method #payment div.payment_box .form-row,.woocommerce-cart #payment div.payment_box .form-row,.woocommerce-checkout #payment div.payment_box .form-row{margin:0 0 1em}#add_payment_method #payment div.payment_box p:last-child,.woocommerce-cart #payment div.payment_box p:last-child,.woocommerce-checkout #payment div.payment_box p:last-child{margin-bottom:0}#add_payment_method #payment div.payment_box::before,.woocommerce-cart #payment div.payment_box::before,.woocommerce-checkout #payment div.payment_box::before{content:"";display:block;border:1em solid #dcd7e2;border-right-color:transparent;border-left-color:transparent;border-top-color:transparent;position:absolute;top:-.75em;left:0;margin:-1em 0 0 2em}#add_payment_method #payment .payment_method_paypal .about_paypal,.woocommerce-cart #payment .payment_method_paypal .about_paypal,.woocommerce-checkout #payment .payment_method_paypal .about_paypal{float:right;line-height:52px;font-size:.83em}#add_payment_method #payment .payment_method_paypal img,.woocommerce-cart #payment .payment_method_paypal img,.woocommerce-checkout #payment .payment_method_paypal img{max-height:52px;vertical-align:middle}.woocommerce-terms-and-conditions{border:1px solid rgba(0,0,0,.2);box-shadow:inset 0 1px 2px rgba(0,0,0,.1);background:rgba(0,0,0,.05)}.woocommerce-invalid #terms{outline:2px solid var(--wc-red);outline-offset:2px}.woocommerce-password-strength{text-align:center;font-weight:600;padding:3px .5em;font-size:1em}.woocommerce-password-strength.strong{background-color:#c1e1b9;border-color:#83c373}.woocommerce-password-strength.short{background-color:#f1adad;border-color:#e35b5b}.woocommerce-password-strength.bad{background-color:#fbc5a9;border-color:#f78b53}.woocommerce-password-strength.good{background-color:#ffe399;border-color:#ffc733}.woocommerce-password-hint{margin:.5em 0 0;display:block}#content.twentyeleven .woocommerce-pagination a{font-size:1em;line-height:1}.single-product .twentythirteen #reply-title,.single-product .twentythirteen #respond #commentform,.single-product .twentythirteen .entry-summary{padding:0}.single-product .twentythirteen p.stars{clear:both}.twentythirteen .woocommerce-breadcrumb{padding-top:40px}.twentyfourteen ul.products li.product{margin-top:0!important}body:not(.search-results) .twentysixteen .entry-summary{color:inherit;font-size:inherit;line-height:inherit}.twentysixteen .price ins{background:inherit;color:inherit}@-webkit-keyframes swal2-show{0%{-webkit-transform:scale(.7);transform:scale(.7)}45%{-webkit-transform:scale(1.05);transform:scale(1.05)}80%{-webkit-transform:scale(.95);transform:scale(.95)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes swal2-show{0%{-webkit-transform:scale(.7);transform:scale(.7)}45%{-webkit-transform:scale(1.05);transform:scale(1.05)}80%{-webkit-transform:scale(.95);transform:scale(.95)}100%{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes swal2-hide{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}100%{-webkit-transform:scale(.5);transform:scale(.5);opacity:0}}@keyframes swal2-hide{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}100%{-webkit-transform:scale(.5);transform:scale(.5);opacity:0}}@-webkit-keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}100%{top:2.8125em;left:.875em;width:1.5625em}}@keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}100%{top:2.8125em;left:.875em;width:1.5625em}}@-webkit-keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}100%{top:2.375em;right:.5em;width:2.9375em}}@keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}100%{top:2.375em;right:.5em;width:2.9375em}}@-webkit-keyframes swal2-rotate-success-circular-line{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}5%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}12%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}100%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}}@keyframes swal2-rotate-success-circular-line{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}5%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}12%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}100%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}}@-webkit-keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}50%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}80%{margin-top:-.375em;-webkit-transform:scale(1.15);transform:scale(1.15)}100%{margin-top:0;-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}50%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}80%{margin-top:-.375em;-webkit-transform:scale(1.15);transform:scale(1.15)}100%{margin-top:0;-webkit-transform:scale(1);transform:scale(1);opacity:1}}@-webkit-keyframes swal2-animate-error-icon{0%{-webkit-transform:rotateX(100deg);transform:rotateX(100deg);opacity:0}100%{-webkit-transform:rotateX(0);transform:rotateX(0);opacity:1}}@keyframes swal2-animate-error-icon{0%{-webkit-transform:rotateX(100deg);transform:rotateX(100deg);opacity:0}100%{-webkit-transform:rotateX(0);transform:rotateX(0);opacity:1}}body.swal2-toast-shown .swal2-container{
transform: scale(1.5);
background-color:transparent}body.swal2-toast-shown .swal2-container.swal2-shown{background-color:transparent}body.swal2-toast-shown .swal2-container.swal2-top{top:0;right:auto;bottom:auto;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}body.swal2-toast-shown .swal2-container.swal2-top-end,body.swal2-toast-shown .swal2-container.swal2-top-right{top:0;right:0;bottom:auto;left:auto}body.swal2-toast-shown .swal2-container.swal2-top-left,body.swal2-toast-shown .swal2-container.swal2-top-start{top:0;right:auto;bottom:auto;left:0}body.swal2-toast-shown .swal2-container.swal2-center-left,body.swal2-toast-shown .swal2-container.swal2-center-start{top:50%;right:auto;bottom:auto;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-center{top:50%;right:auto;bottom:auto;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}body.swal2-toast-shown .swal2-container.swal2-center-end,body.swal2-toast-shown .swal2-container.swal2-center-right{top:50%;right:0;bottom:auto;left:auto;-webkit-transform:translateY(-50%);transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-left,body.swal2-toast-shown .swal2-container.swal2-bottom-start{top:auto;right:auto;bottom:0;left:0}body.swal2-toast-shown .swal2-container.swal2-bottom{top:auto;right:auto;bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-end,body.swal2-toast-shown .swal2-container.swal2-bottom-right{top:auto;right:0;bottom:0;left:auto}body.swal2-toast-column .swal2-toast{flex-direction:column;align-items:stretch}body.swal2-toast-column .swal2-toast .swal2-actions{flex:1;align-self:stretch;height:2.2em;margin-top:.3125em}body.swal2-toast-column .swal2-toast .swal2-loading{justify-content:center}body.swal2-toast-column .swal2-toast .swal2-input{height:2em;margin:.3125em auto;font-size:1em}body.swal2-toast-column .swal2-toast .swal2-validation-message{font-size:1em}.swal2-popup.swal2-toast{flex-direction:row;align-items:center;width:auto;padding:.625em;box-shadow:0 0 .625em #d9d9d9;overflow-y:hidden}.swal2-popup.swal2-toast .swal2-header{flex-direction:row}.swal2-popup.swal2-toast .swal2-title{flex-grow:1;justify-content:flex-start;margin:0 .6em;font-size:1em}.swal2-popup.swal2-toast .swal2-footer{margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.swal2-popup.swal2-toast .swal2-close{position:initial;width:.8em;height:.8em;line-height:.8}.swal2-popup.swal2-toast .swal2-content{justify-content:flex-start;font-size:1em}.swal2-popup.swal2-toast .swal2-icon{width:2em;min-width:2em;height:2em;margin:0}.swal2-popup.swal2-toast .swal2-icon-text{font-size:2em;font-weight:700;line-height:1em}.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:.3125em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:.3125em}.swal2-popup.swal2-toast .swal2-actions{height:auto;margin:0 .3125em}.swal2-popup.swal2-toast .swal2-styled{margin:0 .3125em;padding:.3125em .625em;font-size:1em}.swal2-popup.swal2-toast .swal2-styled:focus{box-shadow:0 0 0 .0625em #fff,0 0 0 .125em rgba(50,100,150,.4)}.swal2-popup.swal2-toast .swal2-success{border-color:#a5dc86}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line]{position:absolute;width:2em;height:2.8125em;-webkit-transform:rotate(45deg);transform:rotate(45deg);border-radius:50%}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.25em;left:-.9375em;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:2em 2em;transform-origin:2em 2em;border-radius:4em 0 0 4em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.25em;left:.9375em;-webkit-transform-origin:0 2em;transform-origin:0 2em;border-radius:0 4em 4em 0}.swal2-popup.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-success .swal2-success-fix{top:0;left:.4375em;width:.4375em;height:2.6875em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;left:.1875em;width:.75em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;right:.1875em;width:1.375em}.swal2-popup.swal2-toast.swal2-show{-webkit-animation:showSweetToast .5s;animation:showSweetToast .5s}.swal2-popup.swal2-toast.swal2-hide{-webkit-animation:hideSweetToast .2s forwards;animation:hideSweetToast .2s forwards}.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip{-webkit-animation:animate-toast-success-tip .75s;animation:animate-toast-success-tip .75s}.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long{-webkit-animation:animate-toast-success-long .75s;animation:animate-toast-success-long .75s}@-webkit-keyframes showSweetToast{0%{-webkit-transform:translateY(-.625em) rotateZ(2deg);transform:translateY(-.625em) rotateZ(2deg);opacity:0}33%{-webkit-transform:translateY(0) rotateZ(-2deg);transform:translateY(0) rotateZ(-2deg);opacity:.5}66%{-webkit-transform:translateY(.3125em) rotateZ(2deg);transform:translateY(.3125em) rotateZ(2deg);opacity:.7}100%{-webkit-transform:translateY(0) rotateZ(0);transform:translateY(0) rotateZ(0);opacity:1}}@keyframes showSweetToast{0%{-webkit-transform:translateY(-.625em) rotateZ(2deg);transform:translateY(-.625em) rotateZ(2deg);opacity:0}33%{-webkit-transform:translateY(0) rotateZ(-2deg);transform:translateY(0) rotateZ(-2deg);opacity:.5}66%{-webkit-transform:translateY(.3125em) rotateZ(2deg);transform:translateY(.3125em) rotateZ(2deg);opacity:.7}100%{-webkit-transform:translateY(0) rotateZ(0);transform:translateY(0) rotateZ(0);opacity:1}}@-webkit-keyframes hideSweetToast{0%{opacity:1}33%{opacity:.5}100%{-webkit-transform:rotateZ(1deg);transform:rotateZ(1deg);opacity:0}}@keyframes hideSweetToast{0%{opacity:1}33%{opacity:.5}100%{-webkit-transform:rotateZ(1deg);transform:rotateZ(1deg);opacity:0}}@-webkit-keyframes animate-toast-success-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}100%{top:1.125em;left:.1875em;width:.75em}}@keyframes animate-toast-success-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}100%{top:1.125em;left:.1875em;width:.75em}}@-webkit-keyframes animate-toast-success-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}100%{top:.9375em;right:.1875em;width:1.375em}}@keyframes animate-toast-success-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}100%{top:.9375em;right:.1875em;width:1.375em}}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow:hidden}body.swal2-height-auto{height:auto!important}body.swal2-no-backdrop .swal2-shown{top:auto;right:auto;bottom:auto;left:auto;background-color:transparent}body.swal2-no-backdrop .swal2-shown>.swal2-grimodal{box-shadow:0 0 10px rgba(0,0,0,.4)}body.swal2-no-backdrop .swal2-shown.swal2-top{top:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}body.swal2-no-backdrop .swal2-shown.swal2-top-left,body.swal2-no-backdrop .swal2-shown.swal2-top-start{top:0;left:0}body.swal2-no-backdrop .swal2-shown.swal2-top-end,body.swal2-no-backdrop .swal2-shown.swal2-top-right{top:0;right:0}body.swal2-no-backdrop .swal2-shown.swal2-center{top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}body.swal2-no-backdrop .swal2-shown.swal2-center-left,body.swal2-no-backdrop .swal2-shown.swal2-center-start{top:50%;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}body.swal2-no-backdrop .swal2-shown.swal2-center-end,body.swal2-no-backdrop .swal2-shown.swal2-center-right{top:50%;right:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}body.swal2-no-backdrop .swal2-shown.swal2-bottom{bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}body.swal2-no-backdrop .swal2-shown.swal2-bottom-left,body.swal2-no-backdrop .swal2-shown.swal2-bottom-start{bottom:0;left:0}body.swal2-no-backdrop .swal2-shown.swal2-bottom-end,body.swal2-no-backdrop .swal2-shown.swal2-bottom-right{right:0;bottom:0}.swal2-container{display:flex;position:fixed;top:0;right:0;bottom:0;left:0;flex-direction:row;align-items:center;justify-content:center;padding:10px;background-color:transparent;z-index:1060;overflow-x:hidden;-webkit-overflow-scrolling:touch}.swal2-container.swal2-top{align-items:flex-start}.swal2-container.swal2-top-left,.swal2-container.swal2-top-start{align-items:flex-start;justify-content:flex-start}.swal2-container.swal2-top-end,.swal2-container.swal2-top-right{align-items:flex-start;justify-content:flex-end}.swal2-container.swal2-center{align-items:center}.swal2-container.swal2-center-left,.swal2-container.swal2-center-start{align-items:center;justify-content:flex-start}.swal2-container.swal2-center-end,.swal2-container.swal2-center-right{align-items:center;justify-content:flex-end}.swal2-container.swal2-bottom{align-items:flex-end}.swal2-container.swal2-bottom-left,.swal2-container.swal2-bottom-start{align-items:flex-end;justify-content:flex-start}.swal2-container.swal2-bottom-end,.swal2-container.swal2-bottom-right{align-items:flex-end;justify-content:flex-end}.swal2-container.swal2-bottom-end>:first-child,.swal2-container.swal2-bottom-left>:first-child,.swal2-container.swal2-bottom-right>:first-child,.swal2-container.swal2-bottom-start>:first-child,.swal2-container.swal2-bottom>:first-child{margin-top:auto}.swal2-container.swal2-grow-fullscreen>.swal2-grimodal{display:flex!important;flex:1;align-self:stretch;justify-content:center}.swal2-container.swal2-grow-row>.swal2-grimodal{display:flex!important;flex:1;align-content:center;justify-content:center}.swal2-container.swal2-grow-column{flex:1;flex-direction:column}.swal2-container.swal2-grow-column.swal2-bottom,.swal2-container.swal2-grow-column.swal2-center,.swal2-container.swal2-grow-column.swal2-top{align-items:center}.swal2-container.swal2-grow-column.swal2-bottom-left,.swal2-container.swal2-grow-column.swal2-bottom-start,.swal2-container.swal2-grow-column.swal2-center-left,.swal2-container.swal2-grow-column.swal2-center-start,.swal2-container.swal2-grow-column.swal2-top-left,.swal2-container.swal2-grow-column.swal2-top-start{align-items:flex-start}.swal2-container.swal2-grow-column.swal2-bottom-end,.swal2-container.swal2-grow-column.swal2-bottom-right,.swal2-container.swal2-grow-column.swal2-center-end,.swal2-container.swal2-grow-column.swal2-center-right,.swal2-container.swal2-grow-column.swal2-top-end,.swal2-container.swal2-grow-column.swal2-top-right{align-items:flex-end}.swal2-container.swal2-grow-column>.swal2-grimodal{display:flex!important;flex:1;align-content:center;justify-content:center}.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen)>.swal2-grimodal{margin:auto}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.swal2-container .swal2-grimodal{margin:0!important}}.swal2-container.swal2-fade{transition:background-color .1s}.swal2-container.swal2-shown{background-color:rgba(0,0,0,.4)}.swal2-popup{display:none;position:relative;flex-direction:column;justify-content:center;width:32em;max-width:100%;padding:1.25em;border-radius:.3125em;background:#fff;font-family:inherit;font-size:1rem;box-sizing:border-box}.swal2-popup:focus{outline:0}.swal2-popup.swal2-loading{overflow-y:hidden}.swal2-popup .swal2-header{display:flex;flex-direction:column;align-items:center}.swal2-popup .swal2-title{display:block;position:relative;max-width:100%;margin:0 0 .4em;padding:0;color:#595959;font-size:1.875em;font-weight:600;text-align:center;text-transform:none;word-wrap:break-word}.swal2-popup .swal2-actions{flex-wrap:wrap;align-items:center;justify-content:center;margin:1.25em auto 0;z-index:1}.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled[disabled]{opacity:.4}.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:hover{background-image:linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1))}.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:active{background-image:linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.2))}.swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-confirm{width:2.5em;height:2.5em;margin:.46875em;padding:0;border:.25em solid transparent;border-radius:100%;border-color:transparent;background-color:transparent!important;color:transparent;cursor:default;box-sizing:border-box;-webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-cancel{margin-right:30px;margin-left:30px}.swal2-popup .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after{display:inline-block;width:15px;height:15px;margin-left:5px;border:3px solid #999;border-radius:50%;border-right-color:transparent;box-shadow:1px 1px 1px #fff;content:'';-webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;animation:swal2-rotate-loading 1.5s linear 0s infinite normal}.swal2-popup .swal2-styled{margin:.3125em;padding:.625em 2em;font-weight:500;box-shadow:none}.swal2-popup .swal2-styled:not([disabled]){cursor:pointer}.swal2-popup .swal2-styled.swal2-confirm{border:0;border-radius:.25em;background:initial;background-color:#3085d6;color:#fff;font-size:1.0625em}.swal2-popup .swal2-styled.swal2-cancel{border:0;border-radius:.25em;background:initial;background-color:#aaa;color:#fff;font-size:1.0625em}.swal2-popup .swal2-styled:focus{outline:0;box-shadow:0 0 0 2px #fff,0 0 0 4px rgba(50,100,150,.4)}.swal2-popup .swal2-styled::-moz-focus-inner{border:0}.swal2-popup .swal2-footer{justify-content:center;margin:1.25em 0 0;padding:1em 0 0;border-top:1px solid #eee;color:#545454;font-size:1em}.swal2-popup .swal2-image{max-width:100%;margin:1.25em auto}.swal2-popup .swal2-close{position:absolute;top:0;right:0;justify-content:center;width:1.2em;height:1.2em;padding:0;transition:color .1s ease-out;border:none;border-radius:0;outline:initial;background:0 0;color:#ccc;font-family:serif;font-size:2.5em;line-height:1.2;cursor:pointer;overflow:hidden}.swal2-popup .swal2-close:hover{-webkit-transform:none;transform:none;color:#f27474}.swal2-popup>.swal2-checkbox,.swal2-popup>.swal2-file,.swal2-popup>.swal2-input,.swal2-popup>.swal2-radio,.swal2-popup>.swal2-select,.swal2-popup>.swal2-textarea{display:none}.swal2-popup .swal2-content{justify-content:center;margin:0;padding:0;color:#545454;font-size:1.125em;font-weight:300;line-height:normal;z-index:1;word-wrap:break-word}.swal2-popup #swal2-content{text-align:center}.swal2-popup .swal2-checkbox,.swal2-popup .swal2-file,.swal2-popup .swal2-input,.swal2-popup .swal2-radio,.swal2-popup .swal2-select,.swal2-popup .swal2-textarea{margin:1em auto}.swal2-popup .swal2-file,.swal2-popup .swal2-input,.swal2-popup .swal2-textarea{width:100%;transition:border-color .3s,box-shadow .3s;border:1px solid #d9d9d9;border-radius:.1875em;background:inherit;font-size:1.125em;box-shadow:inset 0 1px 1px rgba(0,0,0,.06);box-sizing:border-box}.swal2-popup .swal2-file.swal2-inputerror,.swal2-popup .swal2-input.swal2-inputerror,.swal2-popup .swal2-textarea.swal2-inputerror{border-color:#f27474!important;box-shadow:0 0 2px #f27474!important}.swal2-popup .swal2-file:focus,.swal2-popup .swal2-input:focus,.swal2-popup .swal2-textarea:focus{border:1px solid #b4dbed;outline:0;box-shadow:0 0 3px #c4e6f5}.swal2-popup .swal2-file::-webkit-input-placeholder,.swal2-popup .swal2-input::-webkit-input-placeholder,.swal2-popup .swal2-textarea::-webkit-input-placeholder{color:#ccc}.swal2-popup .swal2-file:-ms-input-placeholder,.swal2-popup .swal2-input:-ms-input-placeholder,.swal2-popup .swal2-textarea:-ms-input-placeholder{color:#ccc}.swal2-popup .swal2-file::-ms-input-placeholder,.swal2-popup .swal2-input::-ms-input-placeholder,.swal2-popup .swal2-textarea::-ms-input-placeholder{color:#ccc}.swal2-popup .swal2-file::placeholder,.swal2-popup .swal2-input::placeholder,.swal2-popup .swal2-textarea::placeholder{color:#ccc}.swal2-popup .swal2-range{margin:1em auto;background:inherit}.swal2-popup .swal2-range input{width:80%}.swal2-popup .swal2-range output{width:20%;font-weight:600;text-align:center}.swal2-popup .swal2-range input,.swal2-popup .swal2-range output{height:2.625em;padding:0;font-size:1.125em;line-height:2.625em}.swal2-popup .swal2-input{height:2.625em;padding:0 .75em}.swal2-popup .swal2-input[type=number]{max-width:10em}.swal2-popup .swal2-file{background:inherit;font-size:1.125em}.swal2-popup .swal2-textarea{height:6.75em;padding:.75em}.swal2-popup .swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;background:inherit;color:#545454;font-size:1.125em}.swal2-popup .swal2-checkbox,.swal2-popup .swal2-radio{align-items:center;justify-content:center;background:inherit}.swal2-popup .swal2-checkbox label,.swal2-popup .swal2-radio label{margin:0 .6em;font-size:1.125em}.swal2-popup .swal2-checkbox input,.swal2-popup .swal2-radio input{margin:0 .4em}.swal2-popup .swal2-validation-message{display:none;align-items:center;justify-content:center;padding:.625em;background:#f0f0f0;color:#666;font-size:1em;font-weight:300;overflow:hidden}.swal2-popup .swal2-validation-message::before{display:inline-block;width:1.5em;min-width:1.5em;height:1.5em;margin:0 .625em;border-radius:50%;background-color:#f27474;color:#fff;font-weight:600;line-height:1.5em;text-align:center;content:'!';zoom:normal}@supports (-ms-accelerator:true){.swal2-range input{width:100%!important}.swal2-range output{display:none}}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.swal2-range input{width:100%!important}.swal2-range output{display:none}}@-moz-document url-prefix(){.swal2-close:focus{outline:2px solid rgba(50,100,150,.4)}}.swal2-icon{position:relative;justify-content:center;width:5em;height:5em;margin:1.25em auto 1.875em;border:.25em solid transparent;border-radius:50%;line-height:5em;cursor:default;box-sizing:content-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;zoom:normal}.swal2-icon-text{font-size:3.75em}.swal2-icon.swal2-error{border-color:#f27474}.swal2-icon.swal2-error .swal2-x-mark{position:relative;flex-grow:1}.swal2-icon.swal2-error [class^=swal2-x-mark-line]{display:block;position:absolute;top:2.3125em;width:2.9375em;height:.3125em;border-radius:.125em;background-color:#f27474}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:1.0625em;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:1em;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.swal2-icon.swal2-warning{border-color:#facea8;color:#f8bb86}.swal2-icon.swal2-info{border-color:#9de0f6;color:#3fc3ee}.swal2-icon.swal2-question{border-color:#c9dae1;color:#87adbd}.swal2-icon.swal2-success{border-color:#a5dc86}.swal2-icon.swal2-success [class^=swal2-success-circular-line]{position:absolute;width:3.75em;height:7.5em;-webkit-transform:rotate(45deg);transform:rotate(45deg);border-radius:50%}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.4375em;left:-2.0635em;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:3.75em 3.75em;transform-origin:3.75em 3.75em;border-radius:7.5em 0 0 7.5em}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.6875em;left:1.875em;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:0 3.75em;transform-origin:0 3.75em;border-radius:0 7.5em 7.5em 0}.swal2-icon.swal2-success .swal2-success-ring{position:absolute;top:-.25em;left:-.25em;width:100%;height:100%;border:.25em solid rgba(165,220,134,.3);border-radius:50%;z-index:2;box-sizing:content-box}.swal2-icon.swal2-success .swal2-success-fix{position:absolute;top:.5em;left:1.625em;width:.4375em;height:5.625em;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);z-index:1}.swal2-icon.swal2-success [class^=swal2-success-line]{display:block;position:absolute;height:.3125em;border-radius:.125em;background-color:#a5dc86;z-index:2}.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip]{top:2.875em;left:.875em;width:1.5625em;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.swal2-icon.swal2-success [class^=swal2-success-line][class$=long]{top:2.375em;right:.5em;width:2.9375em;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.swal2-progress-steps{align-items:center;margin:0 0 1.25em;padding:0;background:inherit;font-weight:600}.swal2-progress-steps li{display:inline-block;position:relative}.swal2-progress-steps .swal2-progress-step{width:2em;height:2em;border-radius:2em;background:#3085d6;color:#fff;line-height:2em;text-align:center;z-index:20}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step{background:#3085d6}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step{background:#add8e6;color:#fff}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line{background:#add8e6}.swal2-progress-steps .swal2-progress-step-line{width:2.5em;height:.4em;margin:0 -1px;background:#3085d6;z-index:10}[class^=swal2]{-webkit-tap-highlight-color:transparent}.swal2-show{-webkit-animation:swal2-show .3s;animation:swal2-show .3s}.swal2-show.swal2-noanimation{-webkit-animation:none;animation:none}.swal2-hide{-webkit-animation:swal2-hide .15s forwards;animation:swal2-hide .15s forwards}.swal2-hide.swal2-noanimation{-webkit-animation:none;animation:none}.swal2-rtl .swal2-close{right:auto;left:0}.swal2-animate-success-icon .swal2-success-line-tip{-webkit-animation:swal2-animate-success-line-tip .75s;animation:swal2-animate-success-line-tip .75s}.swal2-animate-success-icon .swal2-success-line-long{-webkit-animation:swal2-animate-success-line-long .75s;animation:swal2-animate-success-line-long .75s}.swal2-animate-success-icon .swal2-success-circular-line-right{-webkit-animation:swal2-rotate-success-circular-line 4.25s ease-in;animation:swal2-rotate-success-circular-line 4.25s ease-in}.swal2-animate-error-icon{-webkit-animation:swal2-animate-error-icon .5s;animation:swal2-animate-error-icon .5s}.swal2-animate-error-icon .swal2-x-mark{-webkit-animation:swal2-animate-error-x-mark .5s;animation:swal2-animate-error-x-mark .5s}@-webkit-keyframes swal2-rotate-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swal2-rotate-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@media print{body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow-y:scroll!important}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true]{display:none}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container{position:initial!important}}.selectBox-dropdown{min-width:150px;position:relative;border:solid 1px #bbb;line-height:1.5;text-decoration:none;text-align:left;color:#000;outline:none;vertical-align:middle;background:#f2f2f2;background:-moz-linear-gradient(top, #F8F8F8 1%, #E1E1E1 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(1%, #F8F8F8), color-stop(100%, #E1E1E1));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#F8F8F8", endColorstr="#E1E1E1", GradientType=0);-moz-box-shadow:0 1px 0 hsla(0,0%,100%,.75);-webkit-box-shadow:0 1px 0 hsla(0,0%,100%,.75);box-shadow:0 1px 0 hsla(0,0%,100%,.75);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;display:inline-block;cursor:default}.selectBox-dropdown:focus,.selectBox-dropdown:focus .selectBox-arrow{border-color:#666}.selectBox-dropdown.selectBox-menuShowing{-moz-border-radius-bottomleft:0;-moz-border-radius-bottomright:0;-webkit-border-bottom-left-radius:0;-webkit-border-bottom-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.selectBox-dropdown .selectBox-label{padding:2px 8px;display:inline-block;white-space:nowrap;overflow:hidden}.selectBox-dropdown .selectBox-arrow{position:absolute;top:0;right:0;width:23px;height:100%;background:url(/wp-content/plugins/yith-woocommerce-wishlist/assets/images/jquery.selectBox-arrow.gif) 50% center no-repeat;border-left:solid 1px #bbb}.selectBox-dropdown-menu{position:absolute;z-index:99999;max-height:200px;min-height:1em;border:solid 1px #bbb;background:#fff;-moz-box-shadow:0 2px 6px rgba(0,0,0,.2);-webkit-box-shadow:0 2px 6px rgba(0,0,0,.2);box-shadow:0 2px 6px rgba(0,0,0,.2);overflow:auto;-webkit-overflow-scrolling:touch}.selectBox-inline{min-width:150px;outline:none;border:solid 1px #bbb;background:#fff;display:inline-block;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;overflow:auto}.selectBox-inline:focus{border-color:#666}.selectBox-options,.selectBox-options LI,.selectBox-options LI A{list-style:none;display:block;cursor:default;padding:0;margin:0}.selectBox-options LI A{line-height:1.5;padding:0 .5em;white-space:nowrap;overflow:hidden;background:6px center no-repeat}.selectBox-options LI.selectBox-hover A{background-color:#eee}.selectBox-options LI.selectBox-disabled A{color:#888;background-color:rgba(0,0,0,0)}.selectBox-options LI.selectBox-selected A{background-color:#c8def4}.selectBox-options .selectBox-optgroup{color:#666;background:#eee;font-weight:bold;line-height:1.5;padding:0 .3em;white-space:nowrap}.selectBox.selectBox-disabled{color:#888 !important}.selectBox-dropdown.selectBox-disabled .selectBox-arrow{opacity:.5;filter:alpha(opacity=50);border-color:#666}.selectBox-inline.selectBox-disabled{color:#888 !important}.selectBox-inline.selectBox-disabled .selectBox-options A{background-color:rgba(0,0,0,0) !important}/*# sourceMappingURL=jquery.selectBox.css.map */
:root{--woocommerce:#720eec;--wc-green:#7ad03a;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#720eec;--wc-primary-text:#fcfbfe;--wc-secondary:#e9e6ed;--wc-secondary-text:#515151;--wc-highlight:#958e09;--wc-highligh-text:white;--wc-content-bg:#fff;--wc-subtext:#767676;--wc-form-border-color:rgba(32, 7, 7, 0.8);--wc-form-border-radius:4px;--wc-form-border-width:1px}@font-face{font-display:swap;font-family:star;src:url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff2) format("woff2"),url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff) format("woff"),url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-display:swap;font-family:WooCommerce;src:url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff2) format("woff2"),url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff) format("woff"),url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf) format("truetype");font-weight:400;font-style:normal}div.pp_woocommerce .pp_content_container{background:#fff;border-radius:3px;box-shadow:0 1px 30px rgba(0,0,0,.25);padding:20px 0}div.pp_woocommerce .pp_content_container::after,div.pp_woocommerce .pp_content_container::before{content:" ";display:table}div.pp_woocommerce .pp_content_container::after{clear:both}div.pp_woocommerce .pp_loaderIcon::before{height:1em;width:1em;display:block;position:absolute;top:50%;left:50%;margin-left:-.5em;margin-top:-.5em;content:"";animation:spin 1s ease-in-out infinite;background:url(/wp-content/plugins/woocommerce/assets/images/icons/loader.svg) center center;background-size:cover;line-height:1;text-align:center;font-size:2em;color:rgba(0,0,0,.75)}div.pp_woocommerce div.ppt{color:#000}div.pp_woocommerce .pp_gallery ul li a{border:1px solid rgba(0,0,0,.5);background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.2);border-radius:2px;display:block}div.pp_woocommerce .pp_gallery ul li a:hover{border-color:#000}div.pp_woocommerce .pp_gallery ul li.selected a{border-color:#000}div.pp_woocommerce .pp_next::before,div.pp_woocommerce .pp_previous::before{border-radius:100%;height:1em;width:1em;text-shadow:0 1px 2px rgba(0,0,0,.5);background-color:#444;color:#fff!important;font-size:16px!important;line-height:1em;transition:all ease-in-out .2s;font-family:WooCommerce;content:"\e00b";text-indent:0;display:none;position:absolute;top:50%;margin-top:-10px;text-align:center}div.pp_woocommerce .pp_next::before:hover,div.pp_woocommerce .pp_previous::before:hover{background-color:#000}div.pp_woocommerce .pp_next:hover::before,div.pp_woocommerce .pp_previous:hover::before{display:block}div.pp_woocommerce .pp_previous::before{left:1em}div.pp_woocommerce .pp_next::before{right:1em;font-family:WooCommerce;content:"\e008"}div.pp_woocommerce .pp_details{margin:0;padding-top:1em}div.pp_woocommerce .pp_description,div.pp_woocommerce .pp_nav{font-size:14px}div.pp_woocommerce .pp_arrow_next,div.pp_woocommerce .pp_arrow_previous,div.pp_woocommerce .pp_nav,div.pp_woocommerce .pp_nav .pp_pause,div.pp_woocommerce .pp_nav p,div.pp_woocommerce .pp_play{margin:0}div.pp_woocommerce .pp_nav{margin-right:1em;position:relative}div.pp_woocommerce .pp_close{border-radius:100%;height:1em;width:1em;text-shadow:0 1px 2px rgba(0,0,0,.5);background-color:#444;color:#fff!important;font-size:16px!important;line-height:1em;transition:all ease-in-out .2s;top:-.5em;right:-.5em;font-size:1.618em!important}div.pp_woocommerce .pp_close:hover{background-color:#000}div.pp_woocommerce .pp_close::before{font-family:WooCommerce;content:"\e013";display:block;position:absolute;top:0;left:0;right:0;bottom:0;text-align:center;text-indent:0}div.pp_woocommerce .pp_arrow_next,div.pp_woocommerce .pp_arrow_previous{border-radius:100%;height:1em;width:1em;text-shadow:0 1px 2px rgba(0,0,0,.5);background-color:#444;color:#fff!important;font-size:16px!important;line-height:1em;transition:all ease-in-out .2s;position:relative;margin-top:-1px}div.pp_woocommerce .pp_arrow_next:hover,div.pp_woocommerce .pp_arrow_previous:hover{background-color:#000}div.pp_woocommerce .pp_arrow_next::before,div.pp_woocommerce .pp_arrow_previous::before{font-family:WooCommerce;content:"\e00b";display:block;position:absolute;top:0;left:0;right:0;bottom:0;text-align:center;text-indent:0}div.pp_woocommerce .pp_arrow_previous{margin-right:.5em}div.pp_woocommerce .pp_arrow_next{margin-left:.5em}div.pp_woocommerce .pp_arrow_next::before{content:"\e008"}div.pp_woocommerce a.pp_contract,div.pp_woocommerce a.pp_expand{border-radius:100%;height:1em;width:1em;text-shadow:0 1px 2px rgba(0,0,0,.5);background-color:#444;color:#fff!important;font-size:16px!important;line-height:1em;transition:all ease-in-out .2s;right:auto;left:-.5em;top:-.5em;font-size:1.618em!important}div.pp_woocommerce a.pp_contract:hover,div.pp_woocommerce a.pp_expand:hover{background-color:#000}div.pp_woocommerce a.pp_contract::before,div.pp_woocommerce a.pp_expand::before{font-family:WooCommerce;content:"\e005";display:block;position:absolute;top:0;left:0;right:0;bottom:0;text-align:center;text-indent:0}div.pp_woocommerce a.pp_contract::before{content:"\e004"}div.pp_woocommerce #respond{margin:0;width:100%;background:0 0;border:none;padding:0}div.pp_woocommerce #respond .form-submit{margin-top:0;float:none}div.pp_woocommerce .pp_inline{padding:0!important}.rtl div.pp_woocommerce .pp_content_container{text-align:right}@media only screen and (max-width:768px){div.pp_woocommerce{left:5%!important;right:5%!important;box-sizing:border-box;width:90%!important}div.pp_woocommerce .pp_contract,div.pp_woocommerce .pp_expand,div.pp_woocommerce .pp_gallery,div.pp_woocommerce .pp_next,div.pp_woocommerce .pp_previous{display:none!important}div.pp_woocommerce .pp_arrow_next,div.pp_woocommerce .pp_arrow_previous,div.pp_woocommerce .pp_close{height:44px;width:44px;font-size:44px;line-height:44px}div.pp_woocommerce .pp_arrow_next::before,div.pp_woocommerce .pp_arrow_previous::before,div.pp_woocommerce .pp_close::before{font-size:44px}div.pp_woocommerce .pp_description{display:none!important}div.pp_woocommerce .pp_details{width:100%!important}.pp_content{width:100%!important}.pp_content #pp_full_res>img{width:100%!important;height:auto!important}.currentTextHolder{line-height:3}}div.pp_pic_holder a:focus{outline:0}div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9999}div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}.pp_top{height:20px;position:relative}* html .pp_top{padding:0 20px}.pp_top .pp_left{height:20px;left:0;position:absolute;width:20px}.pp_top .pp_middle{height:20px;left:20px;position:absolute;right:20px}* html .pp_top .pp_middle{left:0;position:static}.pp_top .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}.pp_content{height:40px;min-width:40px}* html .pp_content{width:40px}.pp_fade{display:none}.pp_content_container{position:relative;text-align:left;width:100%}.pp_content_container .pp_left{padding-left:20px}.pp_content_container .pp_right{padding-right:20px}.pp_content_container .pp_details{float:left;margin:10px 0 2px}.pp_description{display:none;margin:0}.pp_social{float:left;margin:0}.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}.pp_social .twitter{float:left}.pp_nav{clear:right;float:left;margin:3px 10px 0 0}.pp_nav p{float:left;margin:2px 4px;white-space:nowrap}.pp_nav .pp_pause,.pp_nav .pp_play{float:left;margin-right:4px;text-indent:-10000px}a.pp_arrow_next,a.pp_arrow_previous{display:block;float:left;height:15px;margin-top:3px;text-indent:-100000px;width:14px}.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}.pp_gallery div{float:left;overflow:hidden;position:relative}.pp_gallery ul{float:left;height:35px;margin:0 0 0 5px;padding:0;position:relative;white-space:nowrap}.pp_gallery ul a{border:1px #000 solid;border:1px rgba(0,0,0,.5) solid;display:block;float:left;height:33px;overflow:hidden}.pp_gallery li.selected a,.pp_gallery ul a:hover{border-color:#fff}.pp_gallery ul a img{border:0}.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}.pp_gallery li.default a{display:block;height:33px;width:50px}.pp_gallery li.default a img{display:none}.pp_gallery .pp_arrow_next,.pp_gallery .pp_arrow_previous{margin-top:7px!important}a.pp_next{display:block;float:right;height:100%;text-indent:-10000px;width:49%}a.pp_previous{display:block;float:left;height:100%;text-indent:-10000px;width:49%}a.pp_contract,a.pp_expand{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}a.pp_close{position:absolute;right:0;top:0;display:block;text-indent:-10000px}.pp_bottom{height:20px;position:relative}* html .pp_bottom{padding:0 20px}.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}* html .pp_bottom .pp_middle{left:0;position:static}.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}.pp_loaderIcon{display:block;height:24px;left:50%;margin:-12px 0 0 -12px;position:absolute;top:50%;width:24px}#pp_full_res .pp_inline{text-align:left}div.ppt{color:#fff!important;font-weight:700;display:none;font-size:17px;margin:0 0 5px 15px;z-index:9999}.yith-wcwl-popup{display:none}.yith-wcwl-popup-content h3{text-align:center;font-size:1.5em}.yith-wcwl-popup-content label{display:block}.yith-wcwl-popup-content select,.yith-wcwl-popup-content input[type=text]{padding:10px 7px}.yith-wcwl-popup-content .create{display:none}.yith-wcwl-popup-content .yith-wcwl-second-row{display:none}.yith-wcwl-popup-content .popup-description{text-align:center;font-weight:600;margin-bottom:15px}.yith-wcwl-popup-content .popup-description a.show-tab.active{cursor:inherit;color:inherit;pointer-events:none}.yith-wcwl-popup-content .wishlist-select{box-sizing:border-box}.yith-wcwl-popup-feedback{margin-top:2em;margin-bottom:2em}.yith-wcwl-popup-feedback p.feedback{margin-top:1.5em;text-align:center;font-size:1.1rem;font-weight:600}.yith-wcwl-popup-footer{margin:15px 0}.yith-wcwl-popup-footer .button.wishlist-submit{display:block;width:100%;text-align:center}.yith-wcwl-popup-content .heading-icon,.yith-wcwl-popup-feedback .heading-icon{text-align:center;display:block;font-size:70px;color:#333;margin-block:0 15px}.yith-wcwl-popup-content .heading-icon svg.yith-wcwl-icon-svg,.yith-wcwl-popup-content .heading-icon img,.yith-wcwl-popup-feedback .heading-icon svg.yith-wcwl-icon-svg,.yith-wcwl-popup-feedback .heading-icon img{width:70px;height:70px}.pp_pic_holder.pp_woocommerce.feedback{max-width:450px !important}.pp_pic_holder.pp_woocommerce.feedback .pp_content{width:auto !important}.yith-wcwl-add-button.with-dropdown{position:relative;padding:15px 0}.yith-wcwl-add-button.show-dropdown ul.yith-wcwl-dropdown{display:block}.yith-wcwl-add-button ul.yith-wcwl-dropdown li{padding:15px;padding-left:0;text-transform:uppercase;font-size:.8em}.yith-wcwl-add-button ul.yith-wcwl-dropdown li:before{font-family:FontAwesome;content:"";margin-right:15px}.yith-wcwl-add-button ul.yith-wcwl-dropdown li:not(:last-child){border-bottom:1px solid #cdcdcd}.yith-wcwl-add-button ul.yith-wcwl-dropdown li a{font-size:1em !important;color:inherit;box-shadow:none}.yith-wcwl-add-button ul.yith-wcwl-dropdown li a:hover{color:initial}.yith-wcwl-add-to-wishlist .yith-wcwl-add-button{display:flex;flex-direction:column;align-items:center}.yith-wcwl-add-to-wishlist a.button:not(.theme-button-style){padding:7px 10px}.yith-wcwl-add-to-wishlist svg.yith-wcwl-icon-svg,.yith-wcwl-add-to-wishlist .add_to_wishlist img{height:auto;width:25px;color:var(--add-to-wishlist-icon-color, #000)}.yith-wcwl-add-to-wishlist.exists svg.yith-wcwl-icon-svg{color:var(--added-to-wishlist-icon-color, #000)}.yith-wcwl-wishlistaddedbrowse{display:flex;flex-direction:column;align-items:center}.yith-wcwl-wishlistaddedbrowse .feedback{display:flex;align-items:center;justify-content:center;gap:5px;text-wrap:balance}.yith-wcwl-add-to-wishlist--single .yith-wcwl-add-button ul.yith-wcwl-dropdown{left:0}.yith-wcwl-add-button ul.yith-wcwl-dropdown{display:none;list-style:none;margin-bottom:0;padding:5px 25px;background:#fff;position:absolute;z-index:15;top:100%;border:1px solid #cdcdcd;outline-offset:-10px;left:50%;min-width:200px}.yith-wcwl-add-to-wishlist .separator+[data-title]{display:inline-block}.yith-wcwl-add-to-wishlist .with-tooltip{position:relative}.yith-wcwl-tooltip{z-index:10;padding:5px 10px;border-radius:5px;text-align:center;top:calc(100% + 5px);pointer-events:none;cursor:initial;font-size:.6875rem;line-height:normal;display:none}.with-dropdown .yith-wcwl-tooltip{top:auto;bottom:calc(100% + 10px)}.with-tooltip .yith-wcwl-tooltip{position:absolute;left:50%;transform:translateX(-50%)}.with-tooltip .yith-wcwl-tooltip:before{content:"";display:block;position:absolute;top:0;left:50%;transform:translate(-50%, -95%);width:0;height:0;background:rgba(0,0,0,0) !important;border-left:5px solid rgba(0,0,0,0) !important;border-right:5px solid rgba(0,0,0,0) !important;border-bottom:5px solid}.with-dropdown .with-tooltip .yith-wcwl-tooltip:before{bottom:-5px;top:auto;border-left:5px solid rgba(0,0,0,0);border-right:5px solid rgba(0,0,0,0);border-top:5px solid;border-bottom:none}#yith-wcwl-popup-message{font-weight:700;line-height:50px;text-align:center;background:#fff;-webkit-box-shadow:0 0 15px rgba(0,0,0,.3);-moz-box-shadow:0 0 15px rgba(0,0,0,.3);box-shadow:0 0 15px rgba(0,0,0,.3);position:fixed;top:50%;left:50%;padding:7px 40px;z-index:10000}.woocommerce .yith-wcwl-add-button a.button.alt:not(.theme-button-style){background-color:var(--color-add-to-wishlist-background, #333333);background:var(--color-add-to-wishlist-background, #333333);color:var(--color-add-to-wishlist-text, #ffffff);border-color:var(--color-add-to-wishlist-border, #333333);border-radius:var(--rounded-corners-radius, 16px)}.woocommerce .yith-wcwl-add-button a.button.alt:not(.theme-button-style):hover{background-color:var(--color-add-to-wishlist-background-hover, #4f4f4f);background:var(--color-add-to-wishlist-background-hover, #4f4f4f);color:var(--color-add-to-wishlist-text-hover, #ffffff);border-color:var(--color-add-to-wishlist-border-hover, #4f4f4f)}.yith-wcwl-tooltip,.with-tooltip .yith-wcwl-tooltip:before,.with-dropdown .with-tooltip .yith-wcwl-tooltip:before{background-color:var(--tooltip-color-background, #333333);border-bottom-color:var(--tooltip-color-background, #333333);border-top-color:var(--tooltip-color-background, #333333);color:var(--tooltip-color-text, #ffffff)}.wishlist-title{display:inline-block}.wishlist-title:hover a.show-title-form{visibility:visible}.wishlist-title h2{display:inline-block;padding:5px}.wishlist-title a.show-title-form{cursor:pointer;visibility:hidden;display:inline-flex;align-items:center;padding:2px 7px;gap:5px}.wishlist-title a.show-title-form svg.yith-wcwl-icon-svg,.wishlist-title a.show-title-form img{width:20px}.wishlist-title.wishlist-title-with-form h2:hover{background:#efefef}.hidden-title-form{position:relative;margin:25px 0 39px}.hidden-title-form .edit-title-buttons{position:absolute;right:5px;top:calc(50% - 15px)}.hidden-title-form>input[type=text]{padding-right:65px;line-height:1;min-height:30px}.hidden-title-form a{cursor:pointer;display:inline-block;width:30px;height:30px;line-height:30px;text-align:center;vertical-align:middle;font-size:1.3em}.hidden-title-form a i{margin:0;display:inline-block}.yes-js .hidden-title-form{display:none}table.wishlist_table{font-size:80%}table.wishlist_table.shop_table{width:100%}table.wishlist_table.shop_table .product-remove{width:0}table.wishlist_table.shop_table .product-remove>div{display:flex;align-items:center;justify-content:center}table.wishlist_table tr{position:relative}table.wishlist_table tr th{text-align:center}table.wishlist_table tr th.product-checkbox{vertical-align:middle;width:40px}table.wishlist_table tr th.product-remove{vertical-align:middle;width:40px}table.wishlist_table tr th.product-thumbnail{width:80px}table.wishlist_table tr th.product-name{text-align:left}table.wishlist_table thead th{border-top:1px solid;padding:16px 12px}table.wishlist_table tbody td{padding:16px 12px}table.wishlist_table thead th,table.wishlist_table tbody td{border-color:#e7e7e7}table.wishlist_table tbody td.wishlist-empty,p.wishlist-empty{text-align:center;margin:100px 0}.wishlist_table tr td,.wishlist_table tr th.wishlist-delete,.wishlist_table tr th.product-checkbox{text-align:center}.wishlist_table tr td.product-thumbnail,.wishlist_table tr td.product-name,.wishlist_table tr td.wishlist-name,.wishlist_table tr td.wishlist-privacy,.wishlist_table tfoot td{text-align:left}.wishlist_table tr td.product-remove{padding:16px 0}.wishlist_table tr td.product-thumbnail a{display:block;border:none;max-width:80px}.wishlist_table tr td.product-thumbnail a img{width:100%}.wishlist_table tr td.product-arrange{cursor:grab}.wishlist_table tr td.product-arrange:active{cursor:grabbing}.wishlist_table .product-stock-status span.wishlist-in-stock{color:#297e29}.wishlist_table .product-stock-status span.wishlist-out-of-stock{color:red}.wishlist_table .product-add-to-cart span.dateadded{display:block}.wishlist_table .product-add-to-cart a{display:table !important;margin:0 auto 5px !important;text-align:center}.wishlist_table .product-add-to-cart a.button{padding:6px 25px !important;display:inline-flex !important}.wishlist_table .product-add-to-cart a>img{display:inline;max-width:2em}.wishlist_table .product-add-to-cart .variations_form,.wishlist_table .product-add-to-cart.yith_wccl_is_custom .variations_form .variations{margin:15px 0}.wishlist_table .price-variation{display:block}.wishlist_table .price-variation.decrease .variation-rate{color:red}.wishlist_table .price-variation .old-price{display:block}.wishlist_table a.button{white-space:normal;margin-bottom:5px !important}.wishlist_table.modern_grid{list-style:none;margin:0 -7px 35px;font-size:0}.wishlist_table.modern_grid li{display:inline-block;vertical-align:top;width:33.33%;padding:0 7px;margin-bottom:15px}.wishlist_table.modern_grid li.wishlist-empty,.wishlist_table.images_grid li.wishlist-empty{width:100%;font-size:1rem;text-align:center;margin:50px 0}.wishlist_table.images_grid li.show{z-index:10}.wishlist_table.images_grid.products li.product.first,.wishlist_table.images_grid.products li.product.last{clear:none}.wishlist_table.images_grid.columns-2.products li.product:nth-of-type(2n+1),.wishlist_table.images_grid.columns-3.products li.product:nth-of-type(3n+1),.wishlist_table.images_grid.columns-4.products li.product:nth-of-type(4n+1),.wishlist_table.images_grid.columns-5.products li.product:nth-of-type(5n+1),.wishlist_table.images_grid.columns-6.products li.product:nth-of-type(6n+1){clear:both}.wishlist_table.modern_grid li .item-wrapper{display:table;margin:0 -7px}.wishlist_table.modern_grid li .product-thumbnail,.wishlist_table.modern_grid li .item-details{display:table-cell;vertical-align:top;box-sizing:border-box;width:50%;padding:0 7px;font-size:1rem}.wishlist_table.modern_grid li .product-thumbnail,.wishlist_table.images_grid li .product-thumbnail{position:relative}.wishlist_table.modern_grid li .product-thumbnail .product-checkbox,.wishlist_table.images_grid li .product-thumbnail .product-checkbox{position:absolute;top:7px;left:15px;z-index:2}.wishlist_table.modern_grid li .product-thumbnail>a{display:block}.wishlist_table.modern_grid li .product-thumbnail>a img{display:block}.wishlist_table.images_grid li.show .product-thumbnail>a img,.wishlist_table.images_grid li:hover .product-thumbnail>a img{filter:brightness(1.1)}.wishlist_table.modern_grid.wishlist_view li .item-details{position:relative}.wishlist_table.modern_grid.wishlist_view li .item-details:before{content:"";display:block;top:0;bottom:0;left:7px;background:#fff;position:absolute;right:7px;z-index:0;border:1px solid #cdcdcd}.wishlist_table.images_grid li .item-details{display:none;position:absolute;z-index:2;bottom:15px;left:calc(50% - 150px);width:300px;background:#fff;padding:10px 20px;-webkit-box-shadow:0 0 15px rgba(0,0,0,.3);-moz-box-shadow:0 0 15px rgba(0,0,0,.3);box-shadow:0 0 15px rgba(0,0,0,.3)}.wishlist_table.images_grid li.show .item-details{display:block}.wishlist_table.modern_grid li .item-details .item-details-wrapper{padding:15px 20px;line-height:normal;position:relative}.wishlist_table.images_grid li .item-details a.close{position:absolute;top:10px;right:20px}.wishlist_table.modern_grid li .item-details h3,.wishlist_table.images_grid li .item-details h3,.wishlist_table.mobile li .item-details h3{margin-bottom:7px}.wishlist_table.modern_grid li .item-details table.item-details-table,.wishlist_table.images_grid li .item-details table.item-details-table,.wishlist_table.mobile li .item-details table.item-details-table,.wishlist_table.mobile li table.additional-info{border:none;margin-bottom:7px}.wishlist_table.modern_grid li .item-details table.item-details-table td,.wishlist_table.images_grid li .item-details table.item-details-table td,.wishlist_table.mobile li .item-details table.item-details-table td,.wishlist_table.mobile li table.additional-info td{border:none;font-size:.8em;padding:3px;vertical-align:top}.wishlist_table.modern_grid li .item-details table.item-details-table td.label,.wishlist_table.images_grid li .item-details table.item-details-table td.label,.wishlist_table.mobile li .item-details table.item-details-table td.label,.wishlist_table.mobile li table.additional-info td.label{text-align:left;font-weight:700;width:40%}.wishlist_table.modern_grid li .item-details table.item-details-table td.value,.wishlist_table.images_grid li .item-details table.item-details-table td.value,.wishlist_table.mobile li .item-details table.item-details-table td.value,.wishlist_table.mobile li table.additional-info td.value{text-align:right}.wishlist_table.modern_grid li .item-details table.item-details-table td.value a.selectBox{margin-right:0}.wishlist_table.modern_grid li .item-details table.item-details-table td.value input,.wishlist_table.images_grid li .item-details table.item-details-table td.value input,.wishlist_table.mobile li table.additional-info td.value input{width:auto}.wishlist_table.modern_grid li .item-details .product-add-to-cart,.wishlist_table.images_grid li .item-details .product-add-to-cart{text-align:center;margin-bottom:7px}.wishlist_table.modern_grid li .item-details .move-to-another-wishlist,.wishlist_table.images_grid li .item-details .move-to-another-wishlist{text-align:center;margin-bottom:7px}.wishlist_table.modern_grid li .item-details .product-remove,.wishlist_table.images_grid li .item-details .product-remove{text-align:right}.wishlist_table.modern_grid li .item-details .product-remove a,.wishlist_table.images_grid li .item-details .product-remove a{border:none;border-radius:0;display:inline-block}.wishlist_table.mobile{list-style:none;margin-left:0}.wishlist_table.mobile li{margin-bottom:7px}.wishlist_table.mobile li .product-checkbox{display:inline-block;width:20px;vertical-align:top}.wishlist_table.mobile li .item-wrapper{display:inline-block;width:calc(100% - 25px);vertical-align:top;margin-bottom:7px}.wishlist_table.wishlist_manage_table.mobile li.wishlist-empty{text-align:center}.wishlist_table.wishlist_manage_table.mobile li .item-wrapper{width:100%}.wishlist_table.mobile li .item-wrapper .product-thumbnail{display:inline-block;max-width:60px;margin-right:10px}.wishlist_table.mobile li .item-wrapper .item-details{display:inline-block;width:calc(100% - 80px);vertical-align:top}.wishlist_table.mobile.with-checkbox li .additional-info-wrapper{padding-left:20px}.wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart,.wishlist_table.mobile li .additional-info-wrapper .move-to-another-wishlist{text-align:center;margin-bottom:7px}.wishlist_table.mobile li .additional-info-wrapper .product-remove{text-align:right}a.add_to_wishlist{cursor:pointer}.yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon{margin-right:5px}.yith-wcwl-add-to-wishlist a.add_to_wishlist>img,.yith-wcwl-add-to-wishlist a.move_to_another_wishlist>img,.yith-wcwl-add-to-wishlist a.delete_item>img{max-width:32px;display:inline-block;margin-right:10px}.yith-wcwl-add-to-wishlist a.add_to_wishlist>.yith-wcwl-icon-svg,.yith-wcwl-add-to-wishlist a.move_to_another_wishlist>.yith-wcwl-icon-svg,.yith-wcwl-add-to-wishlist a.delete_item>.yith-wcwl-icon-svg{vertical-align:bottom}a.add_to_wishlist+a.view-wishlist,a.delete_item+a.view-wishlist{margin-left:15px}.summary .single_add_to_wishlist.button,div.product .woocommerce-price-and-add .single_add_to_wishlist.button{margin:0}.wishlist_table .add_to_cart.button{padding:7px 12px;line-height:normal}.yith-wcwl-add-to-wishlist{margin-top:10px}.yith-wcwl-add-button>a i,.wishlist_table .add_to_cart.button i,.wishlist_table .ask-an-estimate-button i,.wishlist-title a.show-title-form i,.hidden-title-form button i,.yith-wcwl-wishlist-new button i,.wishlist_manage_table tfoot button.submit-wishlist-changes i,.wishlist_manage_table tfoot a.create-new-wishlist i,.yith-wcwl-wishlist-search-form button.wishlist-search-button i{margin-right:10px}.wishlist_table .add_to_cart.button,.yith-wcwl-add-button a.add_to_wishlist,.yith-wcwl-popup-button a.add_to_wishlist,.wishlist_table a.ask-an-estimate-button,.wishlist-title a.show-title-form,.hidden-title-form a.hide-title-form,.woocommerce .yith-wcwl-wishlist-new button,.wishlist_manage_table a.create-new-wishlist,.wishlist_manage_table button.submit-wishlist-changes,.yith-wcwl-wishlist-search-form button.wishlist-search-button{margin:0;box-shadow:none;text-shadow:none}.yith-wcwl-add-button .add_to_wishlist svg.yith-wcwl-icon-svg,.yith-wcwl-add-button .add_to_wishlist img{margin-right:5px}.add-to-wishlist-before_image{position:relative}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist{position:absolute;z-index:10;margin:0;top:10px;left:10px}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .with-dropdown{padding:0}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .add_to_wishlist,.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .disabled_item,.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .open-pretty-photo{font-size:0;background:none}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .delete_item,.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .move_to_another_wishlist{font-size:0}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .feedback{display:none}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .feedback+a{font-size:0;background:none}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist i{font-size:1.6rem;margin:0}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist img{margin:0}.woocommerce .wishlist-title{margin-bottom:30px}.woocommerce .wishlist-title h2{vertical-align:middle;margin-bottom:0}.woocommerce .hidden-title-form button{padding:7px 24px;vertical-align:middle;border:none;position:relative}.woocommerce .hidden-title-form button:active{top:1px}.woocommerce .back-to-all-wishlists{margin-bottom:20px}.woocommerce #content table.wishlist_table.cart a.remove{color:#c3c3c3;margin:0 auto}.woocommerce #content table.wishlist_table.cart a.remove:hover{background-color:#c3c3c3;color:#fff}.yith-wcwl-share{margin-bottom:35px}.yith-wcwl-share h4.yith-wcwl-share-title{margin:10px 0}.yith-wcwl-share ul{margin:5px 0;padding:0;display:flex;gap:5px;align-items:center}.yith-wcwl-share li a{color:#fff;text-align:center;text-decoration:none;line-height:1;padding:5px;display:grid;place-items:center;border:none;min-width:26px;min-height:26px;border-radius:5px}.yith-wcwl-share li a:hover{color:#fff}.yith-wcwl-share li a>img{max-width:1em}.yith-wcwl-share li a svg{width:15px;height:15px}.yith-wcwl-share li a.email svg{width:17px;height:17px}.yith-wcwl-share ul li,.entry-content .yith-wcwl-share ul li{display:inline-block;margin-left:0;margin-right:0}.copy-trigger{cursor:pointer}.yith_wcwl_wishlist_footer>div{margin-bottom:15px}.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action{float:left}.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action label{display:inline-block;margin-right:10px}.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action #bulk_actions{min-width:250px}.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action input[type=submit]{margin:0;margin-left:10px}.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_update{float:right}.yith_wcwl_wishlist_footer .yith-wcwl-share{float:left;clear:both}.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action{float:right;display:flex;gap:15px}.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action>*{vertical-align:middle}.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action button,.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action input[type=submit],.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action a{margin:0}.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action,.yith_wcwl_wishlist_update+.yith_wcwl_footer_additional_action{clear:both}.wishlist-page-links{clear:both}#move_to_another_wishlist{display:none}.yith-wcwl-wishlist-new{padding:20px 0}.yith-wcwl-popup-content .yith-wcwl-wishlist-new{padding:0}.yith-wcwl-wishlist-new .wishlist-name{display:inline-block}.yith-wcwl-wishlist-new .wishlist-privacy-radio label{display:block}.yith-wcwl-popup-content .create-wishlist-button{margin-top:15px;width:100%}#create_new_wishlist{display:none}.wishlist_manage_table select{vertical-align:middle;margin-right:10px}.wishlist_manage_table td.wishlist-name .wishlist-title{margin-bottom:0}.wishlist_manage_table td.wishlist-name .wishlist-title .show-title-form{display:inline-block;padding:0;border:none;background:none;top:0;margin:0}.wishlist_manage_table td.wishlist-name a.show-title-form i{padding:5px;margin:0}.wishlist_manage_table td.wishlist-name:hover a.show-title-form{visibility:visible}.wishlist_manage_table td.wishlist-name .hidden-title-form{margin:0 !important;width:100%}.wishlist_manage_table td.wishlist-name .hidden-title-form input[type=text]{width:100%;min-width:0}.wishlist_manage_table td.wishlist-name .hidden-title-form{position:relative}table.wishlist_manage_table tfoot td{text-align:right;padding:24px 12px}.wishlist_manage_table tfoot button.submit-wishlist-changes{padding:7px 24px;vertical-align:middle;border:1px solid;border-radius:3px;position:relative;line-height:normal}.wishlist_manage_table tfoot button.submit-wishlist-changes:active{top:1px}.wishlist_manage_table tfoot a.create-new-wishlist{vertical-align:middle;line-height:normal;padding:7px 24px}.wishlist_manage_table.modern_grid li.wishlist-empty{margin:50px 0}.wishlist_manage_table.modern_grid li .item-wrapper{display:block;margin:0;padding:40px 50px;background:#fff;border:1px solid #cdcdcd}.wishlist_manage_table.modern_grid li .product-thumbnail,.wishlist_manage_table.modern_grid li .item-details{display:block;width:100%;padding:0}.wishlist_manage_table.modern_grid li .item-details .hidden-title-form{width:100%}.wishlist_manage_table.modern_grid li .product-thumbnail .placeholder-item.empty-box{display:flex;background:#f2f2f2;min-height:400px;align-items:center;justify-content:center;margin-bottom:15px}.wishlist_manage_table.modern_grid li .product-thumbnail .placeholder-item.empty-box p{font-size:1em;line-height:1.5em;font-weight:600}.wishlist_manage_table.modern_grid li .product-thumbnail img:first-child{width:100%;margin-bottom:15px}.wishlist_manage_table.modern_grid li .product-thumbnail img{width:calc(50% - 8px)}.wishlist_manage_table.modern_grid li .product-thumbnail img:nth-child(3){margin-left:15px}.wishlist_manage_table.modern_grid li .wishlist-title-with-form{display:block}.wishlist_manage_table.modern_grid li .wishlist-title-with-form h3{display:inline-block}.wishlist_manage_table.modern_grid li .wishlist-title-with-form .show-title-form,.wishlist_manage_table.modern_grid li .wishlist-title-with-form .show-title-form:hover{visibility:visible;float:right;margin:0;background:none;color:inherit}.wishlist_manage_table.modern_grid li .wishlist-title-with-form .show-title-form i{margin:0}.wishlist_manage_table.modern_grid li .hidden-title-form{margin-top:0 !important}.wishlist_manage_table.modern_grid li .hidden-title-form input[type=text]{width:100%;min-width:0}.wishlist_manage_table.mobile li{margin-bottom:30px}.wishlist_manage_table.mobile li .item-wrapper .item-details{width:100%}.wishlist_manage_table.mobile li .item-details .hidden-title-form{position:relative}.wishlist_manage_table.mobile li .item-details .hidden-title-form input[type=text]{width:100%}.wishlist_manage_table.mobile li .item-wrapper .item-details .wishlist-title{display:block;border-bottom:1px solid #cdcdcd;position:relative}.wishlist_manage_table.mobile li .item-wrapper .item-details .wishlist-title-with-form a.show-title-form{position:absolute;right:0;top:0;visibility:visible}.wishlist_manage_table.mobile li .item-wrapper .item-details .wishlist-title-with-form a.show-title-form i{margin-right:0}.wishlist_manage_table.mobile li .item-details table.item-details-table td.value a.selectBox{margin-right:0}.wishlist_manage_table.mobile li .item-details table.item-details-table td.value a.wishlist-download{float:left}.yith-wcwl-wishlist-search-form{text-align:center;padding:20px 0}.yith-wcwl-wishlist-search-form #wishlist_search{display:inline-block;max-width:300px;vertical-align:middle}.yith-wcwl-wishlist-search-form button.wishlist-search-button{display:inline-block;padding:7px 24px;vertical-align:middle;border:1px solid;border-radius:3px;position:relative;line-height:normal}.yith-wcwl-wishlist-search-form button.wishlist-search-button i{margin:0}.yith-wcwl-wishlist-search-form button.wishlist-search-button:active{top:1px}.yith-wcwl-search-results .wishlist-owner{text-align:left}.yith-wcwl-search-results .wishlist-owner .thumb{display:inline-block;margin-right:15px}.woocommerce .wishlist_table a.add_to_cart.button.alt:not(.yith-wcwl-themed-button-style){background:var(--color-add-to-cart-background, #333333);color:var(--color-add-to-cart-text, #ffffff);border-color:var(--color-add-to-cart-border, #333333);border-radius:var(--add-to-cart-rounded-corners-radius, 16px)}.woocommerce .wishlist_table a.add_to_cart.button.alt:not(.yith-wcwl-themed-button-style):hover{background:var(--color-add-to-cart-background-hover, #4f4f4f);color:var(--color-add-to-cart-text-hover, #ffffff);border-color:var(--color-add-to-cart-border-hover, #4f4f4f)}.woocommerce .hidden-title-form button,.yith-wcwl-wishlist-new .create-wishlist-button,.wishlist_manage_table tfoot button.submit-wishlist-changes,.yith-wcwl-wishlist-search-form button.wishlist-search-button{background:var(--color-button-style-1-background, #333333);color:var(--color-button-style-1-text, #ffffff);border-color:var(--color-button-style-1-border, #333333)}.woocommerce .hidden-title-form button:hover,.yith-wcwl-wishlist-new .create-wishlist-button:hover,.wishlist_manage_table tfoot button.submit-wishlist-changes:hover,.yith-wcwl-wishlist-search-form button.wishlist-search-button:hover{background:var(--color-button-style-1-background-hover, #333333);color:var(--color-button-style-1-text-hover, #ffffff);border-color:var(--color-button-style-1-border-hover, #333333)}.woocommerce .wishlist-title a.show-title-form,.woocommerce .hidden-title-form a.hide-title-form,.wishlist_manage_table tfoot a.create-new-wishlist{background:var(--color-button-style-2-background, #333333);color:var(--color-button-style-2-text, #ffffff);border-color:var(--color-button-style-2-border, #333333)}.woocommerce .wishlist-title a.show-title-form:hover,.woocommerce .hidden-title-form a.hide-title-form:hover,.wishlist_manage_table tfoot a.create-new-wishlist:hover{background:var(--color-button-style-2-background-hover, #333333);color:var(--color-button-style-2-text-hover, #ffffff);border-color:var(--color-button-style-2-border-hover, #333333)}.woocommerce table.shop_table.wishlist_table tr td{background:var(--color-wishlist-table-background, #ffffff);color:var(--color-wishlist-table-text, #6d6c6c);border-color:var(--color-wishlist-table-border, #cccccc)}.wishlist_table thead tr th,.wishlist_table tfoot td td,.widget_yith-wcwl-lists ul.dropdown li.current a,.widget_yith-wcwl-lists ul.dropdown li a:hover,.selectBox-dropdown-menu.selectBox-options li.selectBox-selected a,.selectBox-dropdown-menu.selectBox-options li.selectBox-hover a{background:var(--color-headers-background, #f4f4f4)}.yith-wcwl-share li a{color:var(--color-share-button-color, #ffffff)}.yith-wcwl-share li a:hover{color:var(--color-share-button-color-hover, #ffffff)}.yith-wcwl-share a.facebook{background:var(--color-fb-button-background, #39599e)}.yith-wcwl-share a.facebook:hover{background:var(--color-fb-button-background-hover, #39599e)}.yith-wcwl-share a.twitter{background:var(--color-tw-button-background, #45afe2)}.yith-wcwl-share a.twitter:hover{background:var(--color-tw-button-background-hover, #39599e)}.yith-wcwl-share a.pinterest{background:var(--color-pr-button-background, #ab2e31)}.yith-wcwl-share a.pinterest:hover{background:var(--color-pr-button-background-hover, #39599e)}.yith-wcwl-share a.email{background:var(--color-em-button-background, #fbb102)}.yith-wcwl-share a.email:hover{background:var(--color-em-button-background-hover, #39599e)}.yith-wcwl-share a.whatsapp{background:var(--color-wa-button-background, #00a901)}.yith-wcwl-share a.whatsapp:hover{background:var(--color-wa-button-background-hover, #39599e)}.woocommerce a.selectBox{background:#fff;min-width:100px;margin-right:10px;color:inherit}.woocommerce a.selectBox,.woocommerce a.selectBox:hover{border-bottom:1px solid #bbb !important}.woocommerce a.selectBox:hover{color:inherit}.woocommerce a.selectBox:focus{border:1px solid #ccc}.selectBox-dropdown .selectBox-label{vertical-align:middle;padding:3px 8px}.selectBox-dropdown .selectBox-arrow{border:none;background:url(/wp-content/plugins/yith-woocommerce-wishlist/assets/images/jquery.selectBox-arrow.png) center right no-repeat}.selectBox-dropdown.selectBox-menuShowing .selectBox-arrow{background:url(/wp-content/plugins/yith-woocommerce-wishlist/assets/images/jquery.selectBox-arrow.png) center left no-repeat}.selectBox-dropdown-menu{border-bottom-left-radius:3px;border-bottom-right-radius:3px;padding:5px;font-size:80%}.selectBox-dropdown-menu li a{color:inherit;padding:5px 8px;border-radius:3px}.selectBox-dropdown-menu a:hover{color:inherit;text-decoration:none}select.selectBox.change-wishlist{max-width:100px}.selectBox.change-wishlist{width:auto !important}.change-wishlist-selectBox-dropdown-menu{width:auto !important}.yith-wcwl-with-pretty-photo{overflow:hidden}.yith-wcwl-with-pretty-photo .pp_content{height:auto !important}.woocommerce .wishlist-fragment .blockUI.blockOverlay::before,.woocommerce .yith-wcwl-popup-form .blockUI.blockOverlay::before{display:none}.yith-wcwl-add-to-wishlist .ajax-loading{box-shadow:none !important;-moz-box-shadow:none !important;-webkit-box-shadow:none !important;display:inline !important;margin-left:5px;vertical-align:middle;visibility:hidden;width:16px !important;height:16px !important}.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown li,.widget_yith-wcwl-lists ul.dropdown li{padding:0}.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown>li a,.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown ul.lists>li a,.widget_yith-wcwl-lists ul.dropdown>li a,.widget_yith-wcwl-lists ul.dropdown ul.lists>li a{display:block;padding:5px 15px}.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown ul.lists>li a,.widget_yith-wcwl-lists ul.dropdown ul.lists>li a{padding:5px 25px}.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown>li.lists-section,.widget_yith-wcwl-lists ul.dropdown>li.lists-section{border-bottom:1px solid #e7e7e7}.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown ul.lists,.widget_yith-wcwl-lists ul.dropdown ul.lists{margin:0}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget,.widget_yith-wcwl-items ul.product_list_widget{margin-bottom:40px !important}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget::-webkit-scrollbar-thumb,.widget_yith-wcwl-items ul.product_list_widget::-webkit-scrollbar-thumb{border-radius:4px;background-color:rgba(0,0,0,.4);box-shadow:0 0 1px hsla(0,0%,100%,.4)}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li,.widget_yith-wcwl-items ul.product_list_widget li{display:table}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li:not(:last-child),.widget_yith-wcwl-items ul.product_list_widget li:not(:last-child){margin-bottom:10px}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists,.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .image-thumb,.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info,.widget_yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists,.widget_yith-wcwl-items ul.product_list_widget li .image-thumb,.widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info{display:table-cell;vertical-align:middle}.elementor-widget-wp-widget-yith-wcwl-items p.empty-wishlist,.widget_yith-wcwl-items p.empty-wishlist{margin-bottom:0 !important}.elementor-widget-wp-widget-yith-wcwl-items .heading,.widget_yith-wcwl-items .heading{text-align:center;cursor:pointer}.elementor-widget-wp-widget-yith-wcwl-items .heading a,.widget_yith-wcwl-items .heading a{color:inherit}.elementor-widget-wp-widget-yith-wcwl-items .mini,.widget_yith-wcwl-items .mini{position:relative;display:flex}.elementor-widget-wp-widget-yith-wcwl-items .mini:hover .list,.widget_yith-wcwl-items .mini:hover .list{display:block}.elementor-widget-wp-widget-yith-wcwl-items .mini ul.product_list_widget,.widget_yith-wcwl-items .mini ul.product_list_widget{max-height:30vh;overflow-y:auto;margin-left:-20px}.elementor-widget-wp-widget-yith-wcwl-items .mini ul.product_list_widget::-webkit-scrollbar,.widget_yith-wcwl-items .mini ul.product_list_widget::-webkit-scrollbar{-webkit-appearance:none;width:7px}.elementor-widget-wp-widget-yith-wcwl-items .mini .heading,.widget_yith-wcwl-items .mini .heading{display:inline-block}.elementor-widget-wp-widget-yith-wcwl-items .mini .heading .items-counter i,.widget_yith-wcwl-items .mini .heading .items-counter i{font-size:25px}.elementor-widget-wp-widget-yith-wcwl-items .mini .heading .items-counter .items-count,.widget_yith-wcwl-items .mini .heading .items-counter .items-count{font-size:14px;line-height:20px}.elementor-widget-wp-widget-yith-wcwl-items .mini .list,.widget_yith-wcwl-items .mini .list{position:absolute;z-index:1;left:0;background:#fff;padding:25px 40px;min-width:300px;display:none;-webkit-box-shadow:0 0 15px rgba(0,0,0,.3);-moz-box-shadow:0 0 15px rgba(0,0,0,.3);box-shadow:0 0 15px rgba(0,0,0,.3)}.elementor-widget-wp-widget-yith-wcwl-items .mini .items-counter>a,.widget_yith-wcwl-items .mini .items-counter>a{display:flex;align-items:flex-end}.elementor-widget-wp-widget-yith-wcwl-items .mini .items-counter>a .heading-icon,.widget_yith-wcwl-items .mini .items-counter>a .heading-icon{display:flex}.elementor-widget-wp-widget-yith-wcwl-items .mini .items-counter>a .heading-icon svg.yith-wcwl-icon-svg,.elementor-widget-wp-widget-yith-wcwl-items .mini .items-counter>a .heading-icon img,.widget_yith-wcwl-items .mini .items-counter>a .heading-icon svg.yith-wcwl-icon-svg,.widget_yith-wcwl-items .mini .items-counter>a .heading-icon img{stroke-width:1.25;height:35px;width:35px}.elementor-widget-wp-widget-yith-wcwl-items .extended .heading h3:after,.widget_yith-wcwl-items .extended .heading h3:after{content:"";display:block;max-width:80px;border-bottom:1px solid #cdcdcd;margin:10px auto}.elementor-widget-wp-widget-yith-wcwl-items .extended .heading .items-counter,.widget_yith-wcwl-items .extended .heading .items-counter{position:relative;display:flex;align-items:center;justify-content:center}.elementor-widget-wp-widget-yith-wcwl-items .extended .heading .items-counter i,.widget_yith-wcwl-items .extended .heading .items-counter i{font-size:70px;position:relative;margin-bottom:10px}.elementor-widget-wp-widget-yith-wcwl-items .extended .heading .items-counter svg.yith-wcwl-icon-svg,.widget_yith-wcwl-items .extended .heading .items-counter svg.yith-wcwl-icon-svg{width:70px;height:70px}.elementor-widget-wp-widget-yith-wcwl-items .extended .heading .items-counter .items-count,.widget_yith-wcwl-items .extended .heading .items-counter .items-count{display:block;position:absolute;font-size:14px}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists,.widget_yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists{font-size:1.2rem}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .image-thumb img,.widget_yith-wcwl-items ul.product_list_widget li .image-thumb img{margin-left:10px;max-width:40px}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info,.widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info{display:inline-block;vertical-align:middle;margin-left:10px}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info a,.widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info a{display:inline-block}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info>*,.widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info>*{display:block}.elementor-widget-wp-widget-yith-wcwl-items .show-wishlist,.elementor-widget-wp-widget-yith-wcwl-items a.add_all_to_cart,.widget_yith-wcwl-items .show-wishlist,.widget_yith-wcwl-items a.add_all_to_cart{display:block !important}.elementor-widget-wp-widget-yith-wcwl-items .show-wishlist,.widget_yith-wcwl-items .show-wishlist{margin-bottom:10px}.elementor-widget-wp-widget-yith-wcwl-items a.add_all_to_cart,.widget_yith-wcwl-items a.add_all_to_cart{text-align:center}@media(max-width: 768px){.yith_wcwl_wishlist_bulk_action select{width:100%;margin-bottom:15px}.yith_wcwl_wishlist_bulk_action input{float:right}.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action{float:none}.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action .ask-an-estimate-button{width:100%;text-align:center}}.yith-wcwl-pp-modal{position:fixed !important;top:50% !important;left:50% !important;transform:translate(-50%, -50%) !important;width:450px !important}.yith-wcwl-pp-modal .yith-wcwl-popup-form{padding:0}.yith-wcwl-pp-modal div.pp_content_container{padding:40px 35px;border-radius:15px;display:flex;box-shadow:rgba(24,53,62,.1) 0 11px 15px -7px,rgba(24,53,62,.07) 0px 24px 38px 3px,rgba(24,53,62,.06) 0px 9px 46px 8px;max-width:fit-content}.yith-wcwl-pp-modal div.pp_content_container .pp_content{width:380px !important}.yith-wcwl-pp-modal div.pp_content_container .pp_content .yith-wcwl-popup-content{padding:0}.yith-wcwl-pp-modal div.pp_content_container .pp_content .yith-wcwl-popup-content .heading-icon{margin-top:0}.yith-wcwl-pp-modal div.pp_content_container .pp_content .yith-wcwl-popup-content .create-wishlist-button{margin-bottom:0}.yith-wcwl-pp-modal div.pp_content_container .pp_content .yith-wcwl-popup-content .wishlist-select+.select2-container{width:100% !important}.yith-wcwl-pp-modal div.pp_content_container .pp_content .yith-wcwl-popup-content p.form-row.yith-wcwl-info-text{text-wrap:balance;text-align:center}.yith-wcwl-pp-modal div.pp_content_container .popup-description{margin-bottom:10px}.yith-wcwl-pp-modal div.pp_content_container .heading-icon{color:var(--modal-colors-icon, #007565);height:auto;max-height:90px}.yith-wcwl-pp-modal div.pp_content_container .heading-icon:not([id$=-light]):not(.yith-wcwl-icon-svg--light){stroke-width:1}.yith-wcwl-pp-modal div.pp_content_container .heading-icon:not([id$=-light]):not(.yith-wcwl-icon-svg--light) *{stroke-width:1}.yith-wcwl-pp-modal div.pp_content_container div.yith-wcwl-modal__content{padding:20px 55px 0;display:flex;flex-direction:column;gap:20px}.yith-wcwl-pp-modal div.pp_content_container div.yith-wcwl-popup-footer{margin-bottom:0}.yith-wcwl-pp-modal div.pp_content_container .popup_button,.yith-wcwl-pp-modal div.pp_content_container .create-wishlist-button,.yith-wcwl-pp-modal div.pp_content_container .ask-an-estimate-button{transition:.2s;background:var(--modal-colors-primary-button, #007565);color:var(--modal-colors-primary-button-text, #fff);border:none;border-radius:8px;width:100%;box-sizing:border-box;display:block;padding:13px 25px;text-align:center;text-decoration:none;font-size:14px}.yith-wcwl-pp-modal div.pp_content_container .popup_button:hover,.yith-wcwl-pp-modal div.pp_content_container .create-wishlist-button:hover,.yith-wcwl-pp-modal div.pp_content_container .ask-an-estimate-button:hover{color:var(--modal-colors-primary-button-text-hover, #fff);background:var(--modal-colors-primary-button-hover, #007565)}.yith-wcwl-pp-modal div.pp_content_container .popup_button .yith-wcwl-icon-svg,.yith-wcwl-pp-modal div.pp_content_container .popup_button img,.yith-wcwl-pp-modal div.pp_content_container .create-wishlist-button .yith-wcwl-icon-svg,.yith-wcwl-pp-modal div.pp_content_container .create-wishlist-button img,.yith-wcwl-pp-modal div.pp_content_container .ask-an-estimate-button .yith-wcwl-icon-svg,.yith-wcwl-pp-modal div.pp_content_container .ask-an-estimate-button img{display:none}.yith-wcwl-pp-modal div.pp_content_container .woocommerce-input-wrapper label.radio,.yith-wcwl-pp-modal div.pp_content_container .woocommerce-input-wrapper span.radiobutton{display:inline-block;float:left}.yith-wcwl-pp-modal div.pp_content_container .woocommerce-input-wrapper span.radiobutton{clear:left}.yith-wcwl-pp-modal div.pp_content_container .woocommerce-input-wrapper span.description{clear:both}.yith-wcwl-pp-modal div.pp_content_container .yith-wcwl-modal__secondary-button{transition:.2s;border-radius:5px;background:var(--modal-colors-secondary-button, #08a889);color:var(--modal-colors-secondary-button-text, #fff);border:none}.yith-wcwl-pp-modal div.pp_content_container .yith-wcwl-modal__secondary-button:hover{background:var(--modal-colors-secondary-button-hover, #08a889);color:var(--modal-colors-secondary-button-text-hover, #fff)}.yith-wcwl-pp-modal.feedback .pp_content_container{padding:20px 15px}.yith-wcwl-pp-modal select.change-wishlist,.yith-wcwl-pp-modal button.move-to-another-wishlist-button{box-sizing:border-box}/*# sourceMappingURL=style.css.map */
svg.yith-wcwl-icon-svg{width:30px;height:30px}.yith-add-to-wishlist-button-block{display:flex;align-items:center;justify-content:center;position:relative;width:max-content;margin:7px auto}.yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single{margin-inline:0;gap:10px;align-items:flex-start;flex-direction:column}.yith-add-to-wishlist-button-block a.yith-wcwl-add-to-wishlist-button__wrapper{text-decoration:none}.yith-wcwl-add-to-wishlist-button{display:flex;flex-direction:column;align-items:center;position:relative;cursor:pointer;font-size:1rem}.yith-wcwl-add-to-wishlist-button svg,.yith-wcwl-add-to-wishlist-button img.yith-wcwl-custom-icon{width:30px;height:30px}.yith-wcwl-add-to-wishlist-button:is(button){flex-direction:row;gap:5px;padding:6px 10px;font-size:.9rem}.yith-wcwl-add-to-wishlist-button:is(button) .yith-wcwl-icon-svg__wrapper{display:flex}.yith-wcwl-add-to-wishlist-button:is(button) .yith-wcwl-icon-svg__wrapper:is(span){display:inline-flex}.yith-wcwl-add-to-wishlist-button:is(button) svg,.yith-wcwl-add-to-wishlist-button:is(button) img{width:22px;height:22px}.yith-wcwl-add-to-wishlist-button:is(button):not(.yith-wcwl-theme-button-style){background-color:var(--color-add-to-wishlist-background, #333333);color:var(--color-add-to-wishlist-text, #ffffff);border:2px solid var(--color-add-to-wishlist-border, #333333);border-radius:var(--rounded-corners-radius, 16px)}.yith-wcwl-add-to-wishlist-button:is(button):not(.yith-wcwl-theme-button-style):hover{background-color:var(--color-add-to-wishlist-background-hover, #4f4f4f);color:var(--color-add-to-wishlist-text-hover, #ffffff);border:2px solid var(--color-add-to-wishlist-border-hover, #4f4f4f)}.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--loading{cursor:progress}.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--custom-button{text-decoration:none}.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--pillow{border-radius:100px;padding:7px 14px;font-size:.9rem}.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor{flex-direction:row;margin:auto;justify-content:center;gap:7px}.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor.yith-wcwl-add-to-wishlist--with-counter{gap:4px}.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor svg.yith-wcwl-icon-svg,.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor img{width:30px;color:currentColor;max-width:35px}.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--icon-button{flex-direction:column;color:var(--add-to-wishlist-icon-color, #000)}.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--icon-button.yith-wcwl-add-to-wishlist-button--added,.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--icon-button.yith-wcwl-add-to-wishlist-button--added:hover,.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--icon-button.yith-wcwl-add-to-wishlist-button--added .yith-wcwl-add-to-wishlist__counter{color:var(--added-to-wishlist-icon-color, #000)}.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--icon-button:hover,.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--icon-button .yith-wcwl-add-to-wishlist__counter{color:var(--add-to-wishlist-icon-color, #000)}.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--icon-button:is(button){gap:5px;background:none;border:none}.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--icon-button:is(button):hover{background:none;border:none}.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--icon-button:is(button) svg.yith-wcwl-add-to-wishlist-button-icon{width:30px;height:30px}.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--icon-button:is(button) .yith-wcwl-add-to-wishlist__counter{line-height:1}.yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--single) .yith-wcwl-add-to-wishlist__counter{font-weight:500}.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--single.yith-wcwl-add-to-wishlist-button--anchor{display:flex;align-items:center;margin-inline:0;justify-content:flex-start;gap:10px}.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button-over-image{position:absolute;display:flex;margin:10px;z-index:20}.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button-over-image--top-left{left:0;top:0}.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button-over-image--top-right{right:0;top:0}.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button-over-image--bottom-left{left:0;bottom:0}.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button-over-image--bottom-right{right:0;bottom:0}.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button-over-image--hover{opacity:0;transition:.2s}.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button-over-image--hover.yith-wcwl-add-to-wishlist-button--loading:not(.yith-wcwl-add-to-wishlist-button--first-loading){opacity:1}.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button-over-image.yith-wcwl-add-to-wishlist--dropdown-opened{opacity:1}.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button-over-image .yith-wcwl-icon{width:30px;height:30px}.yith-wcwl-add-to-wishlist__feedback{text-align:center;padding:10px 17px;top:50%;left:50%;transform:translate(-50%, -50%);background-color:hsla(0,0%,100%,.95);font-size:.8em;transition:opacity .5s ease-out;opacity:1;text-wrap:balance;animation:fade-in .3s,bounce .45s;width:max-content;max-width:90%;position:fixed;z-index:999}.yith-wcwl-add-to-wishlist__feedback.yith-wcwl-add-to-wishlist__feedback-on-product-image{position:absolute}.yith-wcwl-add-to-wishlist__feedback.yith-wcwl-fade-out{animation:fade-out .5s forwards}div[data-block-name="woocommerce/product-image"]:hover .yith-wcwl-add-to-wishlist-button-over-image--hover,div[data-block-name="woocommerce/product-image"]:focus .yith-wcwl-add-to-wishlist-button-over-image--hover,div[data-block-name="woocommerce/product-image"] :has(*:focus) .yith-wcwl-add-to-wishlist-button-over-image--hover,div.wc-block-grid__product-image:hover .yith-wcwl-add-to-wishlist-button-over-image--hover,div.wc-block-grid__product-image:focus .yith-wcwl-add-to-wishlist-button-over-image--hover,div.wc-block-grid__product-image :has(*:focus) .yith-wcwl-add-to-wishlist-button-over-image--hover,.woocommerce-loop-product__link [class*=image]:hover .yith-wcwl-add-to-wishlist-button-over-image--hover,.woocommerce-loop-product__link [class*=image]:focus .yith-wcwl-add-to-wishlist-button-over-image--hover,.woocommerce-loop-product__link [class*=image] :has(*:focus) .yith-wcwl-add-to-wishlist-button-over-image--hover,.add-to-wishlist-before_image:hover .yith-wcwl-add-to-wishlist-button-over-image--hover,.add-to-wishlist-before_image:focus .yith-wcwl-add-to-wishlist-button-over-image--hover,.add-to-wishlist-before_image :has(*:focus) .yith-wcwl-add-to-wishlist-button-over-image--hover{opacity:1}.yith-wcwl-feedback-messages-container{display:flex;flex-direction:column;align-items:center;position:fixed;top:50%;left:50%;transform:translate(-50%, -50%);width:fit-content;height:fit-content;z-index:999;transition:.3s;max-width:90%}.yith-wcwl-feedback-messages-container .yith-wcwl-add-to-wishlist__feedback{position:relative;transform:unset;top:unset;left:unset;animation:fade-in .3s;width:300px;max-width:100%;justify-content:center}.yith-wcwl-feedback-messages-container .yith-wcwl-add-to-wishlist__feedback.yith-wcwl-fade-out{animation:fade-out .5s forwards}.yith-wcwl-feedback-messages-container .yith-wcwl-add-to-wishlist__feedback:not(:last-child){margin-bottom:10px}.woocommerce a.add_to_wishlist.button.alt:not(.yith-wcwl-theme-button-style){background-color:var(--color-add-to-wishlist-background, #333333);background:var(--color-add-to-wishlist-background, #333333);color:var(--color-add-to-wishlist-text, #ffffff);border-color:var(--color-add-to-wishlist-border, #333333);border-radius:var(--rounded-corners-radius, 16px)}.woocommerce a.add_to_wishlist.button.alt:not(.yith-wcwl-theme-button-style):hover{background-color:var(--color-add-to-wishlist-background-hover, #4f4f4f);background:var(--color-add-to-wishlist-background-hover, #4f4f4f);color:var(--color-add-to-wishlist-text-hover, #ffffff);border-color:var(--color-add-to-wishlist-border-hover, #4f4f4f)}.yith-wcwl-tooltip,.with-tooltip .yith-wcwl-tooltip:before,.with-dropdown .with-tooltip .yith-wcwl-tooltip:before{background-color:var(--tooltip-color-background, rgba(51, 51, 51, 0.9019607843));border-bottom-color:var(--tooltip-color-background, rgba(51, 51, 51, 0.9019607843));border-top-color:var(--tooltip-color-background, rgba(51, 51, 51, 0.9019607843));color:var(--tooltip-color-text, #ffffff)}.yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button) svg.yith-wcwl-add-to-wishlist-button-icon{color:var(--add-to-wishlist-icon-color, #000)}.yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button).yith-wcwl-add-to-wishlist-button--added svg.yith-wcwl-add-to-wishlist-button-icon{color:var(--added-to-wishlist-icon-color, #000)}.yith-wcwl-add-to-wishlist-tooltip{background-color:var(--tooltip-color-background, rgba(51, 51, 51, 0.9019607843));color:var(--tooltip-color-text, #ffffff);display:block;position:absolute;top:100%;left:50%;transform:translateX(-50%);z-index:10;width:250px;padding:5px 10px;border-radius:5px;margin-top:10px;max-width:max-content;text-align:center;font-size:12px;line-height:normal;text-wrap:balance;pointer-events:none;cursor:initial;opacity:0;animation:fade-in .3s .3s forwards,slide-down .3s .3s}.yith-wcwl-add-to-wishlist-tooltip--top{top:unset;bottom:100%;margin-block:0 10px}.yith-wcwl-add-to-wishlist-dropdown{position:absolute;left:0;margin-top:20px;z-index:99;top:100%;background:hsla(0,0%,100%,.95);padding:10px;border:1px solid #ddd;border-radius:10px;width:max-content;min-width:250px;max-width:350px;display:flex;flex-direction:column;align-items:flex-start;gap:0;animation:scale-up .3s;-webkit-transform-origin:top left;-moz-transform-origin:top left;-ms-transform-origin:top left;-o-transform-origin:top left;transform-origin:top left}.yith-wcwl-add-to-wishlist-dropdown--bottom-left{left:unset;right:0;-webkit-transform-origin:top right;-moz-transform-origin:top right;-ms-transform-origin:top right;-o-transform-origin:top right;transform-origin:top right}.yith-wcwl-add-to-wishlist-dropdown--top-left{left:unset;right:0;top:unset;bottom:100%;margin-block:0 20px;-webkit-transform-origin:bottom right;-moz-transform-origin:bottom right;-ms-transform-origin:bottom right;-o-transform-origin:bottom right;transform-origin:bottom right}.yith-wcwl-add-to-wishlist-dropdown--top-right{top:unset;bottom:100%;margin-block:0 20px;-webkit-transform-origin:bottom left;-moz-transform-origin:bottom left;-ms-transform-origin:bottom left;-o-transform-origin:bottom left;transform-origin:bottom left}.yith-wcwl-add-to-wishlist-dropdown .yith-wcwl-add-to-wishlist-dropdown__option,.yith-wcwl-add-to-wishlist-dropdown .yith-wcwl-add-to-wishlist-dropdown__view-more{background:none;border:none;margin:0;width:100%;border-radius:0;font-size:13px}.yith-wcwl-add-to-wishlist-dropdown .yith-wcwl-add-to-wishlist-dropdown__option{color:#222 !important;max-width:260px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-decoration:none;padding:7px 20px 7px 0;display:flex;align-items:center;gap:7px;text-align:left;cursor:pointer;border-radius:0;outline:none}.yith-wcwl-add-to-wishlist-dropdown .yith-wcwl-add-to-wishlist-dropdown__option:not(:last-of-type){border-bottom:1px solid #eee}.yith-wcwl-add-to-wishlist-dropdown .yith-wcwl-add-to-wishlist-dropdown__option:hover{color:var(--wp--preset--color--primary, #007565)}.yith-wcwl-add-to-wishlist-dropdown .yith-wcwl-add-to-wishlist-dropdown__option:focus .yith-wcwl-add-to-wishlist-dropdown__option__text{text-decoration:underline}.yith-wcwl-add-to-wishlist-dropdown .yith-wcwl-add-to-wishlist-dropdown__option .yith-wcwl-add-to-wishlist-dropdown__option__text{color:#222 !important;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.yith-wcwl-add-to-wishlist-dropdown .yith-wcwl-add-to-wishlist-dropdown__option .yith-wcwl-icon{color:#222 !important}.yith-wcwl-add-to-wishlist-dropdown .yith-wcwl-add-to-wishlist-dropdown__view-more{color:var(--wp--preset--color--primary, #007565);padding:10px 0 10px 21px;text-align:left;outline:none}.yith-wcwl-add-to-wishlist-dropdown .yith-wcwl-add-to-wishlist-dropdown__view-more:focus{text-decoration:underline}@keyframes scale-up{0%{transform:scale(0)}100%{transform:scale(1)}}@keyframes fade-in{0%{opacity:0}100%{opacity:1}}@keyframes slide-down{0%{transform:translate(-50%, -5px) scale(0.7)}100%{transform:translate(-50%, 0) scale(1)}}a.yith-wcwl-add-to-wishlist-button-anchor-wrapper{text-decoration:none}.yith-wcwl-modal .lapilliUI-Paper__root{width:450px;border-radius:15px;box-shadow:rgba(24,53,62,.1) 0px 11px 15px -7px,rgba(24,53,62,.07) 0px 24px 38px 3px,rgba(24,53,62,.06) 0px 9px 46px 8px}.yith-wcwl-modal .lapilliUI-Backdrop__root{background-color:var(--modal-colors-overlay, rgba(0, 0, 0, 0.3019607843))}.yith-wcwl-modal button.lapilliUI-Modal__close{color:rgba(0,0,0,.5)}.yith-wcwl-modal button.lapilliUI-Modal__close:hover{color:rgba(0,0,0,.5)}.yith-wcwl-modal .yith-wcwl-modal__title{display:flex;flex-direction:column;align-items:center;gap:25px;padding:50px 55px 0}.yith-wcwl-modal .yith-wcwl-modal__title .yith-wcwl-modal__icon{color:var(--modal-colors-icon, #007565);height:auto;max-height:90px}.yith-wcwl-modal .yith-wcwl-modal__title .yith-wcwl-modal__icon:not([id$=-light]):not(.yith-wcwl-icon-svg--light){stroke-width:1}.yith-wcwl-modal .yith-wcwl-modal__title .yith-wcwl-modal__icon:not([id$=-light]):not(.yith-wcwl-icon-svg--light) *{stroke-width:1}.yith-wcwl-modal div.yith-wcwl-modal__content{padding:20px 55px 0;display:flex;flex-direction:column;gap:20px}.yith-wcwl-modal div.yith-wcwl-modal__actions{display:flex;flex-direction:column;align-items:unset;gap:10px;padding:20px 55px 50px}.yith-wcwl-modal div.yith-wcwl-modal__actions *{margin:unset}.yith-wcwl-modal .yith-wcwl-modal__primary-button{transition:.2s;background-color:var(--modal-colors-primary-button, #007565);color:var(--modal-colors-primary-button-text, #fff);border:none;width:100%;box-sizing:border-box}.yith-wcwl-modal .yith-wcwl-modal__primary-button--loading{opacity:.5;cursor:progress}.yith-wcwl-modal .yith-wcwl-modal__primary-button:hover{color:var(--modal-colors-primary-button-text-hover, #fff);background-color:var(--modal-colors-primary-button-hover, #007565)}.yith-wcwl-modal .yith-wcwl-modal__secondary-button{transition:.2s;border-radius:5px;background-color:var(--modal-colors-secondary-button, #08a889);color:var(--modal-colors-secondary-button-text, #fff);border:none}.yith-wcwl-modal .yith-wcwl-modal__secondary-button:hover{background-color:var(--modal-colors-secondary-button-hover, #08a889);color:var(--modal-colors-secondary-button-text-hover, #fff)}.yith-wcwl-add-to-wishlist-modal .yith-wcwl-add-to-wishlist-modal__title .yith-wcwl-add-to-wishlist-modal__type_selection{display:flex;width:100%;position:relative}.yith-wcwl-add-to-wishlist-modal .yith-wcwl-add-to-wishlist-modal__title .yith-wcwl-add-to-wishlist-modal__type_selection::after{content:"";position:absolute;left:0;width:50%;height:3px;background:var(--modal-colors-primary-button, #007565);bottom:0;transition:.2s}.yith-wcwl-add-to-wishlist-modal .yith-wcwl-add-to-wishlist-modal__title .yith-wcwl-add-to-wishlist-modal__type_selection.yith-wcwl-add-to-wishlist-modal__type_selection--create::after{left:50%}.yith-wcwl-add-to-wishlist-modal .yith-wcwl-add-to-wishlist-modal__title .yith-wcwl-add-to-wishlist-modal__type_selection .yith-wcwl-add-to-wishlist-modal__type_option{background:none;text-decoration:none;flex:1;cursor:default;text-align:center;border:none;font-size:16px;font-weight:normal;border-bottom:3px solid rgba(0,0,0,0);padding:10px 0;color:#333;transition:.2s;position:relative;border-radius:0}.yith-wcwl-add-to-wishlist-modal .yith-wcwl-add-to-wishlist-modal__title .yith-wcwl-add-to-wishlist-modal__type_selection .yith-wcwl-add-to-wishlist-modal__type_option:before{content:"";position:absolute;left:0;bottom:-3px;width:100%;height:3px;transition:.2s;background:#000;opacity:10%}.yith-wcwl-add-to-wishlist-modal .yith-wcwl-add-to-wishlist-modal__title .yith-wcwl-add-to-wishlist-modal__type_selection .yith-wcwl-add-to-wishlist-modal__type_option:hover:before{background:var(--modal-colors-primary-button, #007565);opacity:30%}.yith-wcwl-add-to-wishlist-modal .yith-wcwl-add-to-wishlist-modal__title .yith-wcwl-add-to-wishlist-modal__type_selection .yith-wcwl-add-to-wishlist-modal__type_option:not(.yith-wcwl-add-to-wishlist-modal__type_option--selected){color:#999;cursor:pointer}.yith-wcwl-add-to-wishlist-modal .yith-wcwl-add-to-wishlist-modal__title .yith-wcwl-add-to-wishlist-modal__type_selection .yith-wcwl-add-to-wishlist-modal__type_option:not(.yith-wcwl-add-to-wishlist-modal__type_option--selected):hover,.yith-wcwl-add-to-wishlist-modal .yith-wcwl-add-to-wishlist-modal__title .yith-wcwl-add-to-wishlist-modal__type_selection .yith-wcwl-add-to-wishlist-modal__type_option:not(.yith-wcwl-add-to-wishlist-modal__type_option--selected):focus{color:#333}.yith-wcwl-add-to-wishlist-modal .yith-wcwl-add-to-wishlist-modal__title .yith-wcwl-add-to-wishlist-modal__type_selection .yith-wcwl-add-to-wishlist-modal__type_option.yith-wcwl-add-to-wishlist-modal__type_option--selected{color:inherit}.yith-wcwl-add-to-wishlist-modal .yith-wcwl-add-to-wishlist-modal__content{padding-bottom:0}.yith-wcwl-modal__wishlist-select__create-option.lapilliUI-Select__option{color:var(--modal-colors-primary-button, #007565)}.yith-wcwl-move-to-another-wishlist-modal .yith-wcwl-move-to-another-wishlist-modal__content__desc{text-align:center}.yith-wcwl-move-to-another-wishlist-modal .yith-wcwl-move-to-another-wishlist-modal__remove-wrapper{display:flex;justify-content:center;gap:.368em}.yith-wcwl-move-to-another-wishlist-modal .yith-wcwl-move-to-another-wishlist-modal__remove-wrapper .yith-wcwl-move-to-another-wishlist-modal__remove{text-align:center;color:var(--modal-colors-primary-button, #007565);transition:.2s;cursor:pointer}.yith-wcwl-move-to-another-wishlist-modal .yith-wcwl-move-to-another-wishlist-modal__remove-wrapper .yith-wcwl-move-to-another-wishlist-modal__remove:hover{color:var(--modal-colors-primary-button-hover, #007565)}@property --conic-gradient-loading-deg{syntax:"<angle>";inherits:false;initial-value:0deg}.yith-wcwl-feedback-modal.yith-wcwl-feedback-modal--no-animation .lapilliUI-Modal__paper,.yith-wcwl-feedback-modal.yith-wcwl-feedback-modal--no-animation .lapilliUI-Modal__backdrop{animation:none;position:absolute}.yith-wcwl-feedback-modal div.yith-wcwl-feedback-modal__message{text-wrap:balance;margin-block:20px}.yith-wcwl-feedback-modal:not(.yith-wcwl-feedback-modal--no-close) button.lapilliUI-Modal__close{border:3px solid rgba(0,0,0,0);background:linear-gradient(white, white),conic-gradient(#d0d0d0 var(--conic-gradient-loading-deg), white 0deg);border-radius:100%;background-origin:border-box;background-clip:content-box,border-box;animation:conic-gradient-loading var(--feedback-duration, 2.5s) linear forwards;outline:none;box-shadow:none}.yith-wcwl-feedback-modal .lapilliUI-ModalTitle__root,.yith-wcwl-feedback-modal .lapilliUI-ModalContent__root{text-align:center}.yith-wcwl-feedback-modal .yith-wcwl-feedback-modal__footer{display:flex;flex-direction:column;align-items:unset;gap:10px}.yith-wcwl-feedback-modal .yith-wcwl-feedback-modal__footer a{margin:0;text-align:center}.yith-wcwl-feedback-modal .yith-wcwl-feedback__product-name{display:block}@keyframes bounce{0%{transform:translate(-50%, -40%)}100%{transform:translate(-50%, -50%)}}@keyframes fade-in-out{0%{opacity:0}15%{opacity:1}85%{opacity:1}100%{opacity:0}}@keyframes fade-in{0%{opacity:0}100%{opacity:1}}@keyframes fade-out{0%{opacity:1}100%{opacity:0}}@keyframes conic-gradient-loading{0%{--conic-gradient-loading-deg: 0deg }90%,100%{--conic-gradient-loading-deg: 360deg }}/*# sourceMappingURL=add-to-wishlist.css.map */
.tax-product_brand .brand-description{overflow:hidden;zoom:1}.tax-product_brand .brand-description img.brand-thumbnail{width:25%;float:right}.tax-product_brand .brand-description .text{width:72%;float:left}.widget_brand_description img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0 0 1em}ul.brand-thumbnails{margin-left:0;margin-bottom:0;clear:both;list-style:none}ul.brand-thumbnails:before{clear:both;content:"";display:table}ul.brand-thumbnails:after{clear:both;content:"";display:table}ul.brand-thumbnails li{float:left;margin:0 3.8% 1em 0;padding:0;position:relative;width:22.05%}ul.brand-thumbnails.fluid-columns li{width:auto}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:both}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:0}ul.brand-thumbnails.columns-1 li{width:100%;margin-right:0}ul.brand-thumbnails.columns-2 li{width:48%}ul.brand-thumbnails.columns-3 li{width:30.75%}ul.brand-thumbnails.columns-5 li{width:16.95%}ul.brand-thumbnails.columns-6 li{width:13.5%}.brand-thumbnails li img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0}@media screen and (max-width:768px){ul.brand-thumbnails:not(.fluid-columns) li{width:48%!important}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:none}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:3.8%}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(odd){clear:both}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(even){margin-right:0}}.brand-thumbnails-description li{text-align:center}.brand-thumbnails-description li .term-thumbnail img{display:inline}.brand-thumbnails-description li .term-description{margin-top:1em;text-align:left}#brands_a_z h3:target{text-decoration:underline}ul.brands_index{list-style:none outside;overflow:hidden;zoom:1}ul.brands_index li{float:left;margin:0 2px 2px 0}ul.brands_index li a,ul.brands_index li span{border:1px solid #ccc;padding:6px;line-height:1em;float:left;text-decoration:none}ul.brands_index li span{border-color:#eee;color:#ddd}ul.brands_index li a:hover{border-width:2px;padding:5px;text-decoration:none}ul.brands_index li a.active{border-width:2px;padding:5px}div#brands_a_z a.top{border:1px solid #ccc;padding:4px;line-height:1em;float:right;text-decoration:none;font-size:.8em}/*!
Theme Name: mixy
Theme URI: http://mixy.mallthemes.com/
Author: Plaza-Themes
Author URI: http://plazathemes.com/
Description: Mixy is a new WordPress theme for Online Shopping. With this theme, we have presets and different layouts. With drag and drop home page layout manager, we can build many variations of home page layout. We also have ajax cart, wishlist, compare, zoom and fancybox to bring into a modern look of website. Some of amazing features like Revolution Slider, Mega Menu, Elementor, Product Tabs & Carousel, Contact Form with Google map will makes your website more attractive.
Version: 1.0.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mixy
Tags: one-column, two-columns, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, post-formats, sticky-post, threaded-comments

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

mixy is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*
PLEASE DO NOT EDIT THIS FILE! 
This file is only to recognize basic theme data like name and version.
Instead use the style.css file located your child theme folder 'mixy-child' to add your own styles.
If you  want to add small css snippets you can also use the Custom CSS field in Appearance -> Customize -> Additional CSS
*/
.bypostauthor {
  display: block;
}
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
	border: none;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 12px;
    line-height: 17px;
    margin: 3px 0 0;
    padding: 0 4px 5px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-size: 87.5%;
	margin: 5px 0;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
@media (min-width:  1200px) {
	.alignwide {
		max-width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
}
section#block-1,section#block-2,section#block-3,section#block-4,section#block-5,section#block-6 {
    display:none;
}
/**
* Theme Name: mixy Child
* Description: This is a child theme of mixy, generated by Rdt WP.
* Author: <a href="http://plazathemes.com/">Plaza-Themes</a>
* Template: mixy
* Version: 1.0.3
*/*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h1, .h1 {
  font-size: 3.2rem;
}

h2, .h2 {
  font-size: 2.8rem;
}

h3, .h3 {
  font-size: 2.4rem;
}

h4, .h4 {
  font-size: 2rem;
}

h5, .h5 {
  font-size: 1.6rem;
}

h6, .h6 {
  font-size: 1.4rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014 \00A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}


/* col-rt */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.col-12-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.col-8-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 22.222222%;
  flex: 0 0 22.222222%;
  max-width: 22.222222%;
}
.col-30 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}
.col-40 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}
.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-sm-12-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-sm-8-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22.222222%;
    flex: 0 0 22.222222%;
    max-width: 22.222222%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-md-12-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-md-8-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22.222222%;
    flex: 0 0 22.222222%;
    max-width: 22.222222%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg-12-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-lg-8-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22.222222%;
    flex: 0 0 22.222222%;
    max-width: 22.222222%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-xl-12-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-xl-8-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22.222222%;
    flex: 0 0 22.222222%;
    max-width: 22.222222%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
}
@media (max-width: 767px) {
  .container,
  .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
  .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
  .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
  .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
  .col-xl-auto {
    padding-right: 5px;
    padding-left: 5px;
  }
}
/*dropdown*/
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
.dropdown {
  position: relative;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1em;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu.show {
  display: block;
}
/*text-align*/
.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

/*d-none*/
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}
.d-block {
  display: block !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
  
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-block {
    display: block !important;
  }
  
}
/*float*/
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.float-none {
  float: none;
}
/*hidden*/
.hidden {
  display:none !important;
}
@media (max-width: 1199px) {
  .hidden-md {
    display:none !important;
  }
}
@media (max-width: 991px) {
  .hidden-sm {
    display:none !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display:none !important;
  }
}
/*.rt-tabs*/
.rt-tabs-wrapper .rt-tabs {
  list-style:none;
  padding: 0;
  margin: 0;
}
.rt-tabs-wrapper .rt-tabs > li {
  display: inline-block;
  vertical-align: top;
}
.rt-tabs-wrapper .rt-tab-panel:not(.opened) {
  display: block;
  height: 0;
  overflow-y: hidden;
  min-height: 0;
}
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.slick-track:before, .slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
	outline: 0;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
.slick-loading .slick-list {
	background: #fff url('/wp-content/themes/mixy/assets/css/ajax-loader.gif') center center no-repeat;
}
.slick-prev, .slick-next {
	position: absolute;
	display: block;
	text-indent: -999em;
	cursor: pointer;
	outline: none;
	padding: 0;
	overflow: hidden;
	width: 38px;
	height: 38px;
	z-index: 8;
	top: 50%;
	background: none;
	opacity: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.slick-slider:hover .slick-prev,
.slick-slider:hover .slick-next {
	opacity: .8;
}
.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover {
	opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: .25;
}
.slick-prev:before, .slick-next:before {
	font-family: 'Pe-icon-7-stroke';
	font-size: 30px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-indent: 0;
	display: block;
}
.slick-prev {
	left: 30px;
}
.jas-sc-products .slick-prev {
	left: -5px;
}
[dir='rtl'] .slick-prev {
	right: 30px;
	left: auto;
}
.slick-prev:before {
	content: '\e686';
}
[dir='rtl'] .slick-prev:before {
	content: '\e684';
}
.slick-next {
	right: 30px;
}
.jas-sc-products .slick-next {
	right: -5px;
}
[dir='rtl'] .slick-next {
	right: auto;
	left: 30px;
}
.slick-next:before {
	content: '\e684';
}
[dir='rtl'] .slick-next:before {
	content: '\e686';
}
.p-nav .slick-prev, .p-nav .slick-next {
	bottom: -32px;
	top: auto;
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	     -o-transform: translateY(0);
	        transform: translateY(0);
}
.p-nav .slick-prev:before,
.p-nav .slick-next:before {
	font-size: 32px;
}
.p-nav .slick-prev {
	left: 10px;
}
.p-nav .slick-next {
	right: 10px;
}
/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}
.slick-dots {
	position: absolute;
	bottom: 15px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	z-index: 999;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 10px;
	height: 10px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li button:before {
	font-family: 'slick';
	font-size: 40px;
	line-height: 15px;
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 15px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }


/*
====== Fade effect ======
*/
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}


/*
====== Zoom effect ======
*/
.mfp-zoom-in {
    /* start state */
    /* animate in */
    /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

/*
====== Zoom-out effect ======
*/
.mfp-zoom-out {
    /* start state */
    /* animate in */
    /* animate out */
}
.mfp-zoom-out .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
    transform: scale(1.3);
    opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
    opacity: 0;
}

/*
====== Left effect ======
*/
.mfp-left-horizontal .mfp-with-anim {
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
    -webkit-transition: transform 0.3s ease, opacity 0.3s ease;
    transform: translateX(-100px);
    -webkit-transform: translateX(-100px);
}
.mfp-left-horizontal .mfp-with-anim .summary-inner {
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
    -webkit-transition: transform 0.3s ease, opacity 0.3s ease;
}
.mfp-left-horizontal.mfp-bg {
    opacity: 0;
    transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
}
.mfp-left-horizontal.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
}
.mfp-left-horizontal.mfp-ready .mfp-with-anim .summary-inner {
    transform: none;
    -webkit-transform: none;
    opacity: 1;
}
.mfp-left-horizontal.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-left-horizontal.mfp-removing .mfp-with-anim {
    opacity: 0;
    transform: translateX(100px);
    -webkit-transform: translateX(100px);
}
.mfp-left-horizontal.mfp-removing.mfp-bg {
    opacity: 0;
}
.mfp-left-horizontal.mfp-removing .mfp-close {
    display: none;
}

/*
====== Right effect ======
*/
.mfp-right-horizontal .mfp-with-anim {
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
    -webkit-transition: transform 0.3s ease, opacity 0.3s ease;
    transform: translateX(100px);
    -webkit-transform: translateX(100px);
}
.mfp-right-horizontal .mfp-with-anim .summary-inner {
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
    -webkit-transition: transform 0.3s ease, opacity 0.3s ease;
}
.mfp-right-horizontal.mfp-bg {
    opacity: 0;
    transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
}
.mfp-right-horizontal.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
}
.mfp-right-horizontal.mfp-ready .mfp-with-anim .summary-inner {
    transform: none;
    -webkit-transform: none;
    opacity: 1;
}
.mfp-right-horizontal.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-right-horizontal.mfp-removing .mfp-with-anim {
    opacity: 0;
    transform: translateX(-100px);
    -webkit-transform: translateX(-100px);
}
.mfp-right-horizontal.mfp-removing.mfp-bg {
    opacity: 0;
}
.mfp-right-horizontal.mfp-removing .mfp-close {
    display: none;
}
/*--------------------------------------------------------------
## Fix Adminbar
--------------------------------------------------------------*/

.admin-bar .search-sidebar .search-wrapper,
.admin-bar #menu-side,.admin-bar #cart-side,
.admin-bar .filter-side,.admin-bar .sticky-enable .has-sticky,
.admin-bar .sticky-enable .mobile-header {
  top: 32px !Important;
}

@media (max-width: 782px) {
  .admin-bar .search-sidebar .search-wrapper,
  .admin-bar #menu-side,.admin-bar #cart-side,
  .admin-bar .filter-side,.admin-bar .sticky-enable .has-sticky,
  .admin-bar .sticky-enable .mobile-header{
    top: 46px !Important;
  }
}
@media screen and (max-width: 600px) {
  .nojq {
    position: fixed !important;
  }
}
/*--------------------------------------------------------------
## Typorgraphy
--------------------------------------------------------------*/
:root {
  --rowspace: 60px;
  --boxshadow: 0 0 15px 1.5px rgba(0,0,0,0.07);
}
html {
  font-size: 62.5%;
}
body {
  line-height: 1.8;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}
.fluid-width .topbar-header .container,
.fluid-width .main-header > .container,
.fluid-width .promo-block .container {
  max-width: 1860px;
}
.has-side-open {
  overflow-y: hidden;
}
#page {
  margin: 0;
  overflow-x: hidden;
  position: relative;
}
#content {
  min-height: 300px;
}
#content > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  #content .main-content.col-lg-9:not(.order-lg-last) {
    padding-right: 55px;
  }
  #content .main-content.col-lg-9.order-lg-last {
    padding-left: 55px;
  }
}
iframe {
  max-width: 100%;
}
blockquote.alignleft, 
.wp-caption.alignleft, 
img.alignleft, 
blockquote.alignright, 
.wp-caption.alignright, 
img.alignright, 
h1, h2, h3, h4, h5, p, pre, address, figure, 
.wp-caption, .wp-block-categories {
    margin-bottom: 1.5rem;
}
a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  color: var(--linkcolor);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
a:hover {
  color: var(--primarycolor);
  text-decoration: none;
}
a:not([href]) {
  text-decoration:none;
}
img {
  border-style: none;
  height: auto;
  max-width: 100%;
}
img.lazyload {
  background: #ddd;
}
[hidden] {
  display: none;
}
input[type=text], input[type=email], 
input[type=password], 
input[type=search], 
input[type=number], 
input[type=url], 
input[type=tel], 
input[type=date],
input.qty, 
select, 
textarea,
.quantity input {
    padding: 0 15px;
    max-width: 100%;
    width: 100%;
    height: 42px;
    border: 1px solid #ebebeb;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    vertical-align: middle;
    font-size: 1em;
}

.quantity {
  display: inline-block;
  vertical-align: top;
}
.quantity input {
  float: left;
}
.quantity input.minus,
.quantity input.plus {
    width: 44px;
    padding: 0;
    height: 44px;
    line-height: 42px;
    cursor: pointer;
    border: 1px solid transparent;
    background: #eff0f3;
    font-size: 1.8rem;
    border-radius: 100%;
    -webkit-border-radius: 100%;
}
.quantity input.minus:hover, 
.quantity input.plus:hover {
  color: var(--primarycolor);
  border-color: var(--primarycolor);
  background: transparent;
}
.quantity input.qty {
  padding: 0;
  min-width: 45px;
  border-radius: 0;
  height: 44px;
  line-height: 44px;
  border: 0;
  font-size: 1.6rem;
  width: auto;
}
.quantity .screen-reader-text {
  display:none;
}
input[type=radio], input[type=checkbox] {
    box-sizing: border-box;
    margin-top: 0;
    margin-right: 5px;
    padding: 0;
    vertical-align: middle;
}
textarea {
    overflow: auto;
    padding: 10px 15px;
    min-height: 190px;
}
label {
    display: block;
    margin-bottom: 5px;
    color: #464646;
    vertical-align: middle;
    font-weight: 400;
}
.responsive-table {
  overflow: auto;
}
.responsive-table table:last-child {
  margin-bottom: 0;
}
table {
    margin-bottom: 35px;
    width: 100%;
    border-collapse: collapse;
    line-height: 1.5;
    border-color: #e5e5e5;
    border-spacing: 0;
    border-style: solid;
    border-width: 1px 0 0 1px;
}
table th,
table td {
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  padding: 10px;
}
table th { 
    color: #2d2a2a;
    vertical-align: middle;
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.2;
}
table tbody th, table tfoot th {
    text-transform: none;
    font-size: 1.4rem;
}

button,
.button,
.submit,
.button:not([href]),
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button,
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt,
input[type='submit'],
.wishlist_table .product-add-to-cart a,
div.wpforms-container-full .wpforms-form input[type=submit], 
div.wpforms-container-full .wpforms-form button[type=submit], 
div.wpforms-container-full .wpforms-form .wpforms-page-button {
  background: var(--primarycolor);
  box-shadow: none;
  border: 0;
  color: #ffffff;
  text-transform: capitalize;
  display: inline-block;
  line-height: 24px;
  font-weight: 700;
  overflow: hidden;
  padding: 10px 20px;
  text-shadow: none;
  text-align: center;
  height: auto;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  transition: all .4s ease-out;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  vertical-align: middle;
  cursor: pointer;
}

button:hover,
.button:hover,
.submit:hover,
.button:not([href]):hover,
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover,
article .post-password-form input[type='submit']:hover,
.wishlist_table .product-add-to-cart a:hover,
div.wpforms-container-full .wpforms-form input[type=submit]:hover, 
div.wpforms-container-full .wpforms-form input[type=submit]:focus, 
div.wpforms-container-full .wpforms-form input[type=submit]:active, 
div.wpforms-container-full .wpforms-form button[type=submit]:hover, 
div.wpforms-container-full .wpforms-form button[type=submit]:focus, 
div.wpforms-container-full .wpforms-form button[type=submit]:active, 
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover, 
div.wpforms-container-full .wpforms-form .wpforms-page-button:active, 
div.wpforms-container-full .wpforms-form .wpforms-page-button:focus
{
  background: #184d47;
  border-color: #184d47;
  color: #ffffff;
}
* {
  outline: none !Important;
}
body ::-webkit-scrollbar-track {
  background-color: transparent;
}
body ::-webkit-scrollbar {
  width: 3px;background-color: transparent;
}
body ::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,0.1);border-radius: 10px; 
}
/*--------------------------------------------------------------
## Quickview
--------------------------------------------------------------*/
.mfp-container {
    cursor: url(/wp-content/themes/mixy/assets/css/images/close.png),auto;
}
.mfp-auto-cursor .mfp-content {
  cursor: inherit;
}
.mfp-auto-cursor .mfp-content > * {
  cursor: auto;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  width: auto;
}
.mfp-image-holder .mfp-close:hover, .mfp-iframe-holder .mfp-close:hover {
  background: transparent;
  color: var(--primarycolor);
}
.mfp-content .product-quickview {
  background: #fff;
  border-radius: 0;
  border: 0;
  box-shadow: 0 0 10px rgba(0,0,0,0.8);
  margin: 5% auto;
  max-width: 96%;
  padding: 15px;
  position: relative;
  width: 920px;
}
.mfp-content .product-quickview .mfp-close {
  background: transparent;
}
.product-quickview .wc-single-product .column-right {
  max-height: 100%;
  text-align: left;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  padding-bottom: 20px;
}
.product-quickview .summary .product_title {
  font-size: 2.8rem;
  margin-top: 38px !important;
}
.product-quickview .mixy-size-guide {
  display:none;
}
.product-quickview .summary .woocommerce-product-details__short-description > * {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-quickview .slick-list {
  margin: 0;
}
.product-quickview .slick-list .slick-slide {
  padding: 0;
  margin: 0 !important;
}
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce a.remove:hover {
  background: transparent;
  color: #1d1d1d !important; 
}
.woocommerce table.shop_table {
  border-radius: 0;
}
.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading {
  opacity: 0.6;
  position: relative;
}
.woocommerce #respond input#submit.loading:after,
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after {
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(/wp-content/themes/mixy/assets/css/images/ajax-loader-alt.svg) center center / 40px 40px no-repeat transparent;
  position: absolute;
  cursor: wait;
  animation: none;
  -webkit-animation: none;
}

.woocommerce #respond input#submit.disabled, 
.woocommerce #respond input#submit:disabled, 
.woocommerce #respond input#submit:disabled[disabled], 
.woocommerce a.button.disabled, .woocommerce a.button:disabled, 
.woocommerce a.button:disabled[disabled], 
.woocommerce button.button.disabled, 
.woocommerce button.button:disabled, 
.woocommerce button.button:disabled[disabled], 
.woocommerce input.button.disabled, 
.woocommerce input.button:disabled, 
.woocommerce input.button:disabled[disabled] {
    background: #e1e1e1;
    color: #222;
}
.woocommerce table.shop_table tbody th, 
.woocommerce table.shop_table tfoot td, 
.woocommerce table.shop_table tfoot th {
    font-weight: 500
}
.woocommerce table.shop_table th {
  font-weight: 500;
}
.woocommerce table.shop_table th:last-child,.woocommerce table.shop_table tr td:last-child {
  text-align: right;
}
/* view cart page*/
.process-box {
  margin-bottom: var(--rowspace);
  background: #fafafa;
  padding: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.process-box .custom-logo-link {
  margin-right: 30px;
}
.process-box .custom-logo-link+div {
  flex: 1 1 auto;
}
.mixy-checkout-process-wrap ul {
  list-style: none;
  margin: 0;
  display: inline-block;
  padding: 0;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 500;
}
.mixy-checkout-process-wrap ul li {
  display: inline-flex;
  align-items: center;
}
.mixy-checkout-process-wrap ul li:not(:last-child):after {
    content: '';
    display: inline-flex;
    border-bottom: 1px solid #ebebeb;
    min-width: 120px;
    vertical-align: middle;
    margin: 0 20px;
}
.mixy-checkout-process-wrap ul li:before {
  content: "";
  border: 1px solid #e0e0e0;
  font-size: 1.4rem;
  width: 3rem;
  height: 3rem;
  line-height: 2.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 7px;
}
.mixy-checkout-process-wrap ul li.step-cart:before {
  content: "1";
}
.mixy-checkout-process-wrap ul li.step-checkout:before {
  content: "2";
}
.mixy-checkout-process-wrap ul li.step-complete:before {
  content: "3";
}
.mixy-checkout-process-wrap ul li a {
  display: inline-flex;
}
.mixy-checkout-process-wrap ul li.step-active > * {
  color: var(--primarycolor);
}
.mixy-checkout-process-wrap ul li.step-active:before {
  border-color: var(--primarycolor);
  background: var(--primarycolor);
  color: #fff;
}
.woocommerce table.woocommerce-cart-form__contents {
  border: 0;
  border-radius: 0;
  margin: 0;
}
.woocommerce table.woocommerce-cart-form__contents th,
.woocommerce table.woocommerce-cart-form__contents tr,
.woocommerce table.woocommerce-cart-form__contents td,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table tr,
.woocommerce-cart .cart-collaterals .cart_totals table td {
  padding-left: 0;
  padding-right: 0;
  border-right: 0;
  border-bottom: 0;
}
.woocommerce-shipping-totals td {
  background: transparent !important;
}
.woocommerce ul#shipping_method li input {margin-top: 0;vertical-align: middle;}
.woocommerce table.woocommerce-cart-form__contents .product-thumbnail img {
  max-width: 100%;
  width: 100px;
}
.woocommerce table.woocommerce-cart-form__contents .product-subtotal .amount {
  color: var(--primarycolor);
}
#add_payment_method table.cart td.actions .coupon .input-text, 
.woocommerce-cart table.cart td.actions .coupon .input-text, 
.woocommerce-checkout table.cart td.actions .coupon .input-text {
   min-width: 230px;
   width: auto;
   border: 1px solid #ebebeb;
}
.woocommerce .cart-collaterals .cart_totals, 
.woocommerce-page .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
  border: 2px solid #ebebeb;
  padding: 30px 30px 0;
}

.woocommerce-cart .cart-collaterals .cart_totals table {
  border: 0;
  border-radius: 0;
}
.woocommerce-cart .wc-proceed-to-checkout > a {
  width: 100%;
}
@media (max-width: 991px) {
  .woocommerce table.woocommerce-cart-form__contents {
    margin-bottom: var(--rowspace);
  }
  .mixy-checkout-process-wrap ul li:not(:last-child):after {
    min-width: 40px;
  }
  .mixy-checkout-process-wrap ul {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .mixy-checkout-process-wrap ul li:before {
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
  }
  .mixy-checkout-process-wrap ul {
    font-size: 1.6rem;
  }
  .woocommerce .cart-collaterals .cart_totals, 
  .woocommerce-page .cart-collaterals .cart_totals {
    padding: 15px;
    padding-bottom: 0;
  }
  .process-box {
    padding: 15px;
  }
  .process-box .custom-logo-link {
    margin-right: 15px;
    max-width: 30%;
  }
  .mixy-checkout-process-wrap ul li,
  .mixy-checkout-process-wrap ul li:after {
    display: none !important;
  }
  .mixy-checkout-process-wrap ul li.step-active {
    display:inline-flex !Important;
  }
  .woocommerce table.woocommerce-cart-form__contents,
  .woocommerce table.woocommerce-cart-form__contents tbody {
    display: block;
  }
  .woocommerce table.woocommerce-cart-form__contents tr {
      margin-bottom: 25px;
      padding-bottom: 25px;
      padding-left: 115px;
      min-height: 136px;
      position: relative;
      border-bottom: 1px solid #ddd;
      width: 100%;
  }
  .woocommerce table.woocommerce-cart-form__contents tbody tr:not(.cart_item) {
    padding-left: 0;
  }
  .woocommerce table.woocommerce-cart-form__contents tbody tr:not(.cart_item) td.actions {
    padding: 0;
    border: 0;
    display: flex;
    flex-direction: column;
  }
  .woocommerce table.woocommerce-cart-form__contents tbody tr:not(.cart_item) td.actions .coupon {
    order: 100;
    margin-top: 20px;
    padding: 15px !important;
    border: 2px dashed #ebebeb;
  }
  .woocommerce table.woocommerce-cart-form__contents tr td {
    background: transparent !important;
    border-top: 1px dashed #e1e1e1;
  }
  .woocommerce  table.woocommerce-cart-form__contents td.product-remove {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 1;
      margin-bottom: 0;
      padding-bottom: 0;
      border: none;
  }
  .woocommerce table.woocommerce-cart-form__contents td.product-thumbnail {
      position: absolute;
      top: 0;
      left: 0;
      overflow: hidden;
      margin-bottom: 0;
      padding-bottom: 0;
      max-height: 115px;
      border-bottom: none;
      display: block !important;
      border: 0;
      padding: 0;
  }
  .woocommerce table.woocommerce-cart-form__contents td.product-thumbnail:before {
    display:none;
  }
  .woocommerce table.woocommerce-cart-form__contents tr td.product-name:before {
    display:none;
  }
  .woocommerce table.woocommerce-cart-form__contents tr td.product-name {
    border-top: 0;
    text-align: left !important;
    font-weight: 600;
    padding-right: 35px;
  }
  .woocommerce table.woocommerce-cart-form__contents tr td::before {
    font-weight: 400;
  }
  .woocommerce table.woocommerce-cart-form__contents .input-text.qty,
  .woocommerce table.woocommerce-cart-form__contents .quantity input.minus, 
  .woocommerce table.woocommerce-cart-form__contents .quantity input.plus {
    height: 30px;
    line-height: 26px;
  }
}
@media (max-width: 567px) {
  .woocommerce table.woocommerce-cart-form__contents tbody tr:not(.cart_item) td.actions .coupon > * {
    width: 100% !important;
    float: none !important;
  }
  .woocommerce table.woocommerce-cart-form__contents tbody tr:not(.cart_item) td.actions .coupon button {
    margin-top: 10px;
  }
}
/* my account page */
.woocommerce form.checkout_coupon, 
.woocommerce form.login, 
.woocommerce form.register {
  border: 2px solid #ebebeb;
  border-radius: 0;
  -webkit-border-radius: 0;
}
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce .col2-set .col-3 {
  max-width: none;
  flex: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul {
  padding: 0;
  list-style:none;
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul {
      border: 1px solid rgba(0,0,0,.1);
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul > li {
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding: 9px 12px;
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul > li:last-child {
  border: 0;
}
.woocommerce-Addresses > div {
  padding: 0;
}
/* checkout page */
.woocommerce .woocommerce-info {
  border-top-color: #313030;
  border-top-width: 2px;
}
.woocommerce-info::before {
  color: #313030;
}
.woocommerce .woocommerce-checkout {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.woocommerce .woocommerce-checkout #customer_details {
  float: left;
  width: 48%;
}
.woocommerce .woocommerce-checkout #order_review_heading,
.woocommerce .woocommerce-checkout #order_review {
  float: right;
  width: 48%;
  text-align: center;
  margin: 0;
  background: #F8F8F8;
  padding: 30px;
  border: 5px double #e0e0e0;
  border-top: 0;
}
.woocommerce .woocommerce-checkout #order_review_heading {
    border-top: 5px double #e0e0e0;
    border-bottom: 0;
    padding-bottom: 0 !important;
}
.woocommerce .woocommerce-checkout h3 {
  text-transform: uppercase;
}
.woocommerce .woocommerce-checkout #order_review .shop_table {
  border-radius: 0;
  -webkit-border-radius: 0;
  border: 0;
  background: #fff;
  margin: 0 0 30px 0;
  padding: 15px;
}
.woocommerce-checkout-review-order-table td, 
.woocommerce-checkout-review-order-table th {
    max-width: 50%;
    width: 50%;
    border-bottom: 0;
    border-right: 0;
}
.woocommerce-checkout-review-order-table .product-name .product-quantity {
  font-weight: 600;
}
#add_payment_method #payment ul.payment_methods, 
.woocommerce-cart #payment ul.payment_methods, 
.woocommerce-checkout #payment ul.payment_methods {
   background: transparent;
   padding: 0 0 20px 0;
}
#add_payment_method #payment div.form-row, 
.woocommerce-cart #payment div.form-row, 
.woocommerce-checkout #payment div.form-row {
  background: transparent;
  padding: 20px 0 0 0;
  margin: 0;
}
.woocommerce .woocommerce-checkout .col2-set > * {
  flex: none;
  max-width: none;
  padding: 0;
  width: 100%;
  margin-bottom: 20px;
}

td.product-total .amount {
    color: #777;
    font-weight: 400;
}
tr.cart-subtotal .amount,tr.order-total .amount {
  color: var(--primarycolor);
}
tr.order-total th {
  font-size: 1.8rem;
}
tr.order-total .amount {
  font-size: 2rem;
}
#add_payment_method #payment, 
.woocommerce-cart #payment, 
.woocommerce-checkout #payment {
  border-radius: 0;
  -webkit-border-radius: 0;
  background: transparent;
}
.woocommerce #payment #place_order, 
.woocommerce-page #payment #place_order {
  width: 100%;
  float:none;
  background: var(--primarycolor);
  padding: 15px 20px;
  margin-bottom: 0;
}
.woocommerce #payment #place_order:hover, 
.woocommerce-page #payment #place_order:hover {
  background: #222;
}
.payment_methods li>label {
  display: inline;
}
body .select2-container--default .select2-selection--single {
    padding: 0 15px;
    height: 42px;
    text-align: left;
    font-size: 1.4rem;
    line-height: 38px;
}
body .select2-container--default .select2-selection {
    border: 1px solid #ebebeb;
    border-radius: 0;
    background-color: transparent;
    transition: border-color .4s ease;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered {
    display: inline;
    padding-right: 0!important;
    padding-left: 0!important;
    line-height: 1.4;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px;
    right: 10px!important;
    background-position: right 1px top 50%;
    background-size: auto 18px;
    background-repeat: no-repeat;
}
body .select2-container--default .select2-dropdown {
    border-width: 1px;
    border-color: #ebebeb;
    border-radius: 0;
    background-color: #FFF;
}
body .select2-container--default .select2-search--dropdown .select2-search__field {
    padding: 0 15px;
    height: 42px;
    border: 1px solid #ebebeb;
    background-color: #FFF;
    background-image: none;
    color: #777;
}
.woocommerce form.checkout_coupon {
    margin-bottom: 30px;
    padding: 30px 25px;
    max-width: 450px;
    border: 2px dashed #DDD;
    text-align: center;
    border-radius: 0;
    -webkit-border-radius: 0;
}
.woocommerce .checkout_coupon .form-row-first,
.woocommerce .checkout_coupon .form-row-last {
    display: inline-block;
    float: none;
    width: auto;
    vertical-align: top;
}
.woocommerce .checkout_coupon .form-row-last button {
  padding: 0 20px;
  height: 42px;
}
#ship-to-different-address-checkbox {
  margin-top: -3px;
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-checkout #customer_details,
  .woocommerce .woocommerce-checkout #order_review_heading, 
  .woocommerce .woocommerce-checkout #order_review {
    width: 100%;
    float: none;
  }
  .woocommerce .woocommerce-checkout #order_review_heading, 
  .woocommerce .woocommerce-checkout #order_review {
    padding: 15px;
  }
}
/* woocommerce-order */
.woocommerce-order {
  text-align: center;
}
.woocommerce-order > * {
  max-width: 800px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.woocommerce-order .woocommerce-columns--addresses > * {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 20px;
}
.woocommerce-order .woocommerce-notice {
  color: #7db62e;
  font-size: 2rem;
}
.woocommerce .woocommerce-order  ul.order_details {
  padding: 15px;
  margin: 0;
  border: 2px dashed #7db62e;
  margin-bottom: 5px;
  display: flex;
  flex-wrap: wrap;
}
.woocommerce .woocommerce-order ul.order_details li {
  font-size: 1rem;
  float: none;
  flex: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}
.woocommerce .woocommerce-order  ul.order_details li strong {
  color: #1d1d1d;
}
.woocommerce .woocommerce-order-details {
  margin-top: 30px;
}
.woocommerce-order-details__title {
  text-transform: uppercase;
  margin-bottom: 15px;
}
.woocommerce .woocommerce-order-details .woocommerce-table--order-details {
  border: 0;
  border-radius: 0;
  border-collapse: collapse;
}
.woocommerce .woocommerce-order-details .woocommerce-table--order-details td,
.woocommerce .woocommerce-order-details .woocommerce-table--order-details th {
  padding-left: 0;
  padding-right: 0;
  border: 0;
}
.woocommerce .woocommerce-order ul.order_details > li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.woocommerce .woocommerce-order-details .woocommerce-table--order-details thead tr:last-child{
  border-bottom: 2px double #ebebeb;
}
.woocommerce .woocommerce-order-details tr td:last-child {
  color: #1d1d1d;
}
.woocommerce .woocommerce-order .woocommerce-customer-details address {
  border-radius: 0;
}

@media (max-width: 767px) {
  .woocommerce .woocommerce-order ul.order_details {
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
  }
  .woocommerce .woocommerce-order ul.order_details > li {
    padding: 5px;
    flex: 1 1 50%;
    margin: 0;
    border: 0;
    font-size: 1.1rem;
    text-align: left;
  }
}
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.promo-block {
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 1.4rem;
}
.promo-block .inner {
  position: relative;
}
.promo-block .inner .promo_close {
  position: absolute;
  top: 50%;
  right: 0;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.promo-block p {
  margin: 0;
}
.promo_close {
  color: inherit;
  font-size: 2rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px;
}
.promo_close:hover {
  color: inherit;
  opacity: 0.7;
  text-decoration: none;
}
.topbar-header {
  font-size: 1.2rem;
  border-bottom: 1px solid #ddd;
}
.topbar-header .header-block > a,
.topbar-menu > li > a,
.topbar-header .social-list li a,
.top-phone a,
.topbar-header .rt-dropdown-block > .rt-dropdown-title {
  color: var(--topbartextcolor);
  text-decoration:none;
}
.topbar-header .header-block > a:hover,
.topbar-menu > li > a:hover,
.topbar-header .social-list li a:hover,
.top-phone a:hover,
.topbar-header .rt-dropdown-block > .rt-dropdown-title:hover {
  color: var(--primarycolor);
}

.topbar-header .col {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.topbar-header .col.topbar-center-position {
  justify-content: center;
}
.topbar-header .col.topbar-right-position {
  justify-content: flex-end;
}
.topbar-header .col > * {
    margin-left: 40px;
    position: relative;
}
.topbar-header .col > *:before {
    content: "";
    height: 12px;
    width: 1px;
    background: #c3c3c3;
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -6px;
}
.topbar-header.text-light .col > *:before {
  background: #fff;
}
.topbar-header .col > *:first-child {
  margin-left: 0;
}
.topbar-header .col > *:first-child:before {
  display:none;
}
.topbar-header > .container > .row {
  align-items: center;
}

.topbar-menu {
  list-style:none;
  padding: 0;
  margin: 0;
}
.topbar-menu li {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0 !important;
  margin-right: 10px;
}
.topbar-menu li:last-child {
  margin: 0;
}
.topbar-menu li > a,
.rt-dropdown-block > .rt-dropdown-title {
  padding: 7px 0;
  line-height: 26px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.rt-dropdown-block > .rt-dropdown-title > *:not(:last-child) {
  margin-right: 5px;
}
.rt-dropdown-block > .rt-dropdown-title > span + i {
  font-size: 8px !important;
  margin-bottom: -2px;
}
.col-header-icon .rt-dropdown-block > .rt-dropdown-title {
  font-size: 1.4rem;
}
.col-header-icon .rt-dropdown-block > .rt-dropdown-title:hover {
  opacity: 0.82;
}
.rt-dropdown-block {
  position: relative;
}
.rt-dropdown-block .rt-dropdown-content {
  position: absolute;
  top: 100%;
  z-index: 999;
  list-style:none;
  left: auto;
  right: 0;
  margin: 0;
  background: #fff;
  text-align: left;
  padding: 11px 0;
  font-size: 1.2rem;
  border: 0;
  min-width: 100px;
  display:none;
  color: var(--textcolor);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-box-shadow: 0 0 15px 1.5px rgba(0,0,0,0.07);
  box-shadow: 0 0 15px 1.5px rgba(0,0,0,0.07);
}
.rt-dropdown-block:hover .rt-dropdown-content {
  display: block;
}
.rt-dropdown-block ul {
  margin: 0;
  padding: 0;
  list-style:none;
}
.rt-dropdown-block ul li {
  margin: 0;
}
.rt-dropdown-block ul li:last-child a {
  border: 0;
}
.rt-dropdown-block li a {
  padding: 4px 19px;
  display: block;
  line-height: 24px;
  color: var(--linkcolor);
  text-decoration: none;
  white-space: nowrap;
}
.rt-dropdown-block li.active a,
.rt-dropdown-block li a:hover {
  color:var(--primarycolor);
  opacity: 1;
}
.topbar-header .social-list {
  margin-top: 0;
  padding: 0;
  margin-bottom: 0;
}
.topbar-header .social-list li {
  margin-bottom: 0;
  display: inline-block;
  vertical-align: top;
}
.topbar-header .social-list li:not(:last-child) {
  margin-right: 7px;
  margin-bottom: 0;
}
.topbar-header .social-list li a {
  width: 18px;
  line-height: 20px;
  height: 20px;
  background: transparent !important;
  font-size: 0;
}
.header-contact > i {
  font-size: 1.6rem;
  vertical-align: top;
  position: relative;
  top: 2px;
}
.header-contact a {
  font-weight: 700;
  color: var(--primarycolor);
}
.header-contact a:hover {
  text-decoration: underline;
  text-underline-offset:1px;
}
.main-header {
 border-bottom: 1px solid #ebebeb;
 background: #fff;
}
.home:not(.blog) .main-header,
.home:not(.blog) .mobile-header {
  border-bottom: 0;
}
.page-id-2211 .main-header,
.page-id-2219 .main-header,
.page-id-2221 .main-header {
  border-bottom: 0;
}
.custom-logo-link, 
.woocommerce .custom-logo-link, 
.woocommerce-page .custom-logo-link {
  display: inline-block;
  vertical-align: top;
}
.main-header-content {
  padding: 15px 0;
}
.col-header-icon  {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.col-header-icon.left {
  justify-content: flex-start;
}
.col-header-icon > * {
  display: inline-block;
  vertical-align: top;
  margin-right: 25px;
}
.col-header-icon > *:last-child {
  margin: 0;
}
.header-contact > .inner {
  display: flex;
  align-items: center;
}
.header-contact > .inner .icon {
  margin-right: 10px;
}
.header-contact > .inner .content {
  text-align: left;
  display: flex;
  flex-direction: column;
}
.header-contact .content label {
  line-height: 1;
  margin: 0;
}
.header-contact .content p {
  line-height: 1;
  margin: 4px 0 0 0;
  font-weight: 700;
}

.main-header-content > .row {
  align-items: center;
}
.top-menu > .container > .row {
  align-items: center;
  flex-wrap: nowrap;
}
.mobile-header {
  padding: 7px 0;
}
.mobile-header > .container > .row {
  align-items: center;
}
.col-header-mobile {
  display: flex;
  align-items: center;
}
.col-header-mobile.center .custom-logo-mobile,
.col-header-mobile.center #_mobile_logo_ {
  text-align: center;
}
.custom-logo-mobile {
  flex: 1;
}
.col-header-mobile > * {
  margin-right: 15px;
  line-height: 1;
}
.col-header-mobile > *:last-child {
  margin: 0;
}
.col-header-mobile.right { 
  justify-content: flex-end;
}
.col-header-mobile #_mobile_logo_ {
  flex: 1 1 auto;
}
#_mobile_logo_ > * {
  margin: 0;
}
.mobile-html > * {
  text-align: center;
  padding: 15px 20px;
  display: block;
  border-bottom: 1px solid #ebebeb;
}
.mobile-header-contact > *{
  padding: 10px 20px;
  border-bottom: 1px solid #ebebeb;
}
.box-language-mobile {
  padding: 0 20px;
  display: flex;
  border-bottom:1px solid #ebebeb;
}
.box-language-mobile > * {
  flex: 1;
  -webkit-flex: 1;
  text-align: center;
  border-right: 1px solid #ebebeb;
}
.box-language-mobile > *:last-child {
  border-right: 0;
}
.box-language-mobile .rt-dropdown-title {
  justify-content: center;
}
.box-language-mobile .rt-dropdown-content {
  left: 0;
  right: 0;
  min-width: 100%;
}
/* header sticky */
.has-side-open .sticky-enable .has-sticky {
  position: static;
}
.sticky-enable .has-sticky,.sticky-enable .mobile-header{
    position: fixed !important;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 101 !important;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
.sticky-enable .desktop-header .main-header-content  {
  padding: 10px 0;
}
.sticky-enable .mobile-header {
  z-index: 101;
}

.sticky-enable .has-sticky:hover,
.sticky-enable .mobile-header:hover {
  opacity: 1;
}

.mobile-bottom-toolbar {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  background-color: #FFF;
  box-shadow: 0 0 9px rgb(0 0 0 / 12%);
  display: none;
}
.mobile-bottom-toolbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 10px;
  height: 55px;
  list-style:none;
  margin: 0;
}
.mobile-bottom-toolbar__inner > * {
  flex: 1;
  -webkit-flex: 1;
  font-size: 0.9em;
  text-align: center;
  font-weight: 600;
}
.mobile-bottom-toolbar a {
  color: var(--linkcolor);
}
.mobile-bottom-toolbar__inner .page-link a span {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.mobile-bottom-toolbar__inner > * i {
  display: block;
  font-size: 2.4rem;
  margin-bottom: 1px;
  line-height: 2.4rem;
}
.mobile-bottom-toolbar__inner > * i.icon-rt-home-outline {
  font-size: 2.1rem;
}
.mobile-bottom-toolbar__inner > * img {
  display: block;
  margin: auto;
}
.mobile-bottom-toolbar .box-icons {
  display: block;
}
.mobile-bottom-toolbar .wishlist-link .wishlist-count {
  right: -5px;
}
.mobile-bottom-toolbar .wishlist-link {
  font-size: inherit;
  border: 0;
  width: auto;
  height: auto;
  line-height: inherit;
}
.mobile-bottom-toolbar .wishlist-link  .wishlist-text {
  display: block;
  line-height: inherit;
}
@media (max-width: 991px) {
  .quick-links-active {
    padding-bottom: 55px;
  }
  .mobile-bottom-toolbar {
    display: block;
  }
}
/*--------------------------------------------------------------
## Menu
--------------------------------------------------------------*/
.main-menu:hover {
  position: relative;
  z-index: 999;
}
.primary-menu-wrapper ul.primary-menu {
  margin: 0;
  padding: 0;
}

.menu-align-center {
  text-align: center;
}
.menu-align-right {
  text-align: right;
}
ul.primary-menu > li {
  display: inline-block;
  vertical-align: top;
  list-style: none;
  position: relative;
}
#_desktop_menu_ ul.primary-menu > li:first-child {
  padding-left: 0 !Important;
}
#_desktop_menu_ ul.primary-menu > li:last-child {
  padding-right: 0 !Important;
}
ul.primary-menu > li > a {
  text-transform: capitalize;
  padding: 18px 0;
  line-height: 24px;
  text-decoration: none;
}
ul.primary-menu > li.text-menu {
 padding-right: 0 !important;
 pointer-events: none;
}
ul.primary-menu > li.text-menu > a {
  font-weight: 400 !Important;
}
#_desktop_menu_ .primary-menu-wrapper ul.primary-menu a {
  text-decoration:none;
  opacity: 1;
}
#_desktop_menu_ .primary-menu-wrapper ul.primary-menu a .menu_title {
  position: relative;
}

#_desktop_menu_ .primary-menu-wrapper ul.primary-menu a .menu_title:after {
  content:"";
  position: absolute;
  width: 0;
  left: 0;
  height: 2px;
  bottom: -4px;
  background: var(--menu_active_color);
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#_desktop_menu_ .primary-menu-wrapper ul.primary-menu .dropdown-menu a .menu_title:after {
  background: var(--primarycolor);
}
#_desktop_menu_ .primary-menu-wrapper ul.primary-menu > li.current-menu-item > a .menu_title:after,
#_desktop_menu_ .primary-menu-wrapper ul.primary-menu a:hover .menu_title:after {
  width: 100%;
}
.mm-has-children {
  margin-left: 5px;
}
.primary-menu-wrapper ul.primary-menu > li > a > .mm-has-children {
  display:none;
}
.primary-menu-wrapper ul.primary-menu > li > a .menu-label {
  top: -18px;
}
.menu-label {
    font-size: 1.1rem;
    text-transform: capitalize;
    position: absolute;
    top: -17px;
    padding: 0 5px;
    color: #f1f1f1;
    border-radius: 2px;
    line-height: 20px;
    font-weight: 400;
    z-index: 100;
    white-space: nowrap;
}
.menu-label em { 
    position: absolute;
    top: 100%;
    left: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-top-width: 4px;
    border-bottom-width: 0;
    border-right-width: 7px;
    border-left-width: 0;
    border-top-color: transparent;
    border-left-color: transparent!important;
    border-right-color: transparent!important;
    border-bottom-color: transparent!important;
}
.primary-menu-wrapper ul > li {
  position: relative;
  margin-bottom: 0;
}

.primary-menu-wrapper .sub-menu {
  padding: 0;
  list-style: none;
}
.primary-menu-wrapper .navbar-toggler {
  border: 0;
  padding: 0 3px;
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}
.primary-menu-wrapper .navbar-toggler i {
  vertical-align: top;
}
#_desktop_menu_ .primary-menu-wrapper .navbar-toggler,
#_desktop_menu_ .mm-has-children {
  font-size: 8px;
  margin-bottom: -2px;
}
.primary-menu-wrapper ul.primary-menu > li > a .expand-icon {
  display: inherit;
}
a.menu-item-link {
  display: flex;
  align-items: center;
}
a.menu-item-link > img {
  margin-right: 10px;
  max-width: 20px;
}

/***** Mega submenu *****/

#_desktop_menu_ .primary-menu-wrapper .mega-dropdown-menu {
  padding: 26px 10px;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  display: block !Important;
  opacity: 0;
  top: 110%;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  pointer-events:none;
  background: #fff;
  line-height: 1.5;
  color: var(--textcolor);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-box-shadow: var(--boxshadow);
  box-shadow: var(--boxshadow);
}
#_desktop_menu_ .primary-menu-wrapper .text-center .mega-dropdown-menu {
  text-align: center;
}
#_desktop_menu_ .primary-menu-wrapper .mega-dropdown-menu.fullwidth {
  width: 100vw;
  padding-left: 0;
  padding-right: 0;
}
.mega-dropdown-inner > .mega-nav {
  padding-top: 10px;
  padding-bottom: 10px;
}
.mega-dropdown-menu .navbar-toggler,.flyout-submenu .navbar-toggler{
  display:none;
}
#_desktop_menu_ li.menu-item.mega-menu:hover .mega-dropdown-menu {
  display: block;
  margin-top: 0;
  top: 100%;
  opacity: 1;
  pointer-events: visible;
}
.dropdown-menu ul {
  list-style:none;
}
.menu-item-level1 > .menu-item-inner > a,
.menu-item-lv1 > a {
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: top;
  color: #184d47;
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: 600;
}
ul.sub-menu {
  padding: 0;
  margin: 0;
}
.menu-item-level1 > .menu-item-inner > a:hover,.menu-item-lv1 > a:hover {
  color: var(--primarycolor);
  opacity: 1;
}
#_desktop_menu_ .mega-dropdown-menu .menu-item-level1 > .menu-item-inner > .sub-menu,
#_desktop_menu_ .mega-dropdown-menu .menu-item-lv1 > .sub-menu {
  margin-top: 11px;
}
#_desktop_menu_ .primary-menu-wrapper .sub-menu li {
  margin-bottom: 0px;
}
#_desktop_menu_ .primary-menu-wrapper .sub-menu li:last-child {
  margin: 0;
}
.menu-item-level2 a,.menu-item-lv2 a {
  color: var(--linkcolor);
  font-size: 1.3rem;
  line-height: 20px;
}
.menu-item-level2 a:hover,.menu-item-lv2 a:hover {
  color: var(--primarycolor);
}
.menu-item-inner {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.menu-block-home {
  margin: 0 -10px;
}
.menu-block-home .elementor-image-box-img {
  overflow: hidden;
}
.menu-block-home .elementor-image-box-img {
      box-shadow: 0 0 9px rgba(0,0,0,.15);
      -webkit-box-shadow: 0 0 9px rgba(0,0,0,.15);
}
.menu-block-home .elementor-image-box-title {
  margin-top: 5px;
  font-weight: 400;
}
.menu-block-home .elementor-image-box-title a {
  color: var(--headingcolor);
}
.menu-block-home .elementor-image-box-title a:hover {
  color: var(--primarycolor);
}
/* Make flyout when level >= 2 */
.menu-item-level2 .sub-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  background: #fff;
  padding: 10px;
  border: 1px solid #ebebeb;
  z-index: 999;
  min-width: 150px;
}
.menu-item-level2:hover .sub-menu {
  display: block;
}
/***** Fylout submenu *****/

.primary-menu-wrapper .flyout-submenu {
  display: none;
  position: absolute;
  left: 0;
  margin-top: 0;
  z-index: 999;
    min-width: 250px;
  list-style: none;
  background: #fff;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  padding: 15px 0;
  -webkit-box-shadow: 0 0 15px 1.5px rgb(0 0 0 / 7%);
  box-shadow: 0 0 15px 1.5px rgb(0 0 0 / 7%);
}
#_desktop_menu_  .sub-menu .sub-menu {
  left: 100%;
  top: 0;
}
#_desktop_menu_ .menu-item:hover > .sub-menu {
  display: block;
}
.flyout-submenu .sub-menu li {
  padding: 0 20px;
  position: relative;
}
.flyout-submenu .sub-menu li > a {
  display: flex;
  align-items: center;
  text-transform: capitalize;
  font-weight: 400;
  color: var(--linkcolor);
  font-size: 1.3rem;
  line-height: 30px;
}
.flyout-submenu .sub-menu li > a:hover {
  color: var(--primarycolor);
}
#_desktop_menu_ .flyout-submenu .sub-menu li > a {
  margin-bottom: 0px;
}
#_desktop_menu_ .flyout-submenu .sub-menu li:last-child > a {
  margin: 0;
}
#_desktop_menu_ .flyout-submenu .sub-menu li > a .mm-has-children {
  position: absolute;
  right: 7px;
}
.mega-dropdown-inner .flyout-submenu {
  padding: 0;
  display: none;
  position: absolute;
  top: 0px !important;
  left: 100%;
}
li.menu-item:hover > .flyout-submenu {
  display: block;
}
.flyout-submenu .sub-menu .sub-menu {
  display: none;
  position: absolute;
  top: -15px !important;
  left: 100%;
  margin: 0;
  min-width: 250px;
  list-style: none;
  background: #fff;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  padding: 15px 0;
  -webkit-box-shadow: 0 0 15px 1.5px rgb(0 0 0 / 7%);
  box-shadow: 0 0 15px 1.5px rgb(0 0 0 / 7%);
}
.flyout-submenu li > ul.sub-menu > li {
  display: block;
  position: relative;
}
.flyout-submenu li:hover > ul.sub-menu {
  display: block;
}
/* vertical-menu */
.vertical-menu-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.vertical-menu-wrapper .vmenu-title {
  font-weight: 700;
  position: relative;
  padding: 12px 23px;
  line-height: 24px;
  color: #fff;
  cursor: pointer;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  display: flex;
  align-items: center;
  max-width: 100%;
  margin: 6px 0;
}
.vertical-menu-wrapper .vmenu-title span {
  flex: 1 1 auto;
}
.vertical-menu-wrapper .vmenu-title:before {
  content:"\e920";
  font-family: 'roadthemes-icon';
  text-align: center;
  margin-right: 7px;
  font-size: 2rem;
  font-weight: normal;
}
.vertical-menu-wrapper .vmenu-title:after {
    content:"\e92b";
    font-family: 'roadthemes-icon';
    font-size: 8px;
    margin-left: 5px;
    font-weight: normal;
}
.vertical-menu-wrapper.hover-action:hover #_desktop_vmenu_ {
  display:block;
}
#_desktop_vmenu_ {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  z-index: 10;
  display: none;
}
#_desktop_vmenu_ ul.vertical-menu {
  list-style: none;
  position: relative;
  margin: 0;
  width: 270px;
  border-top: 0;
  background: #fff;
  padding: 0;
  padding-top: 9px;
  padding-bottom: 15px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-box-shadow: var(--boxshadow);
  box-shadow: var(--boxshadow);
}
#_desktop_vmenu_ ul.vertical-menu:before {
  content: "";
  border: 6px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  top: -12px;
  left: 11%;
}
#_desktop_vmenu_ ul.vertical-menu > li {
  margin: 0;
  padding: 0 25px;
}
#_desktop_vmenu_ ul.vertical-menu > li:last-child > a {
  border: 0;
}
#_desktop_vmenu_ .navbar-toggler {
  display:none;
}
#_desktop_vmenu_ a  {
  line-height: 24px;
  display: block;
}
#_desktop_vmenu_ .flyout-submenu .menu-item-link {
  padding: 5px 0;
  margin: 0;
}
#_desktop_vmenu_ ul.vertical-menu > li > a {
  padding: 11px 0;
  display: block;
  line-height: 24px;
  border-bottom: 1px solid #ebebeb;
}

#_desktop_vmenu_ ul.vertical-menu > li:hover > a{
  color: var(--primarycolor);
}
#_desktop_vmenu_ .mm-has-children {
  float:right;
  line-height: inherit;
  font-size: 0.9rem;
}

#_desktop_vmenu_ .menu-wrapper > ul > li .dropdown-menu {
  top: 0;
  min-height: 100%;
  left: 100%;
  margin-top: 0;
  display: block !important;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  opacity: 0;
  pointer-events: none;
  border: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 0;
  background: #fff;
  margin: 0;
  position: absolute;
  -webkit-box-shadow: var(--boxshadow);
  box-shadow: var(--boxshadow);
}
#_desktop_vmenu_ .menu-wrapper > ul > li .mega-dropdown-menu {
  padding: 20px 15px;
}
#_desktop_vmenu_ .menu-wrapper > ul > li .mega-dropdown-menu > .container {
  max-width: none;
}
#_desktop_vmenu_ .menu-wrapper > ul > li:hover > .dropdown-menu {
  top: 0;
  opacity: 1;
  pointer-events: visible;
  left: 100%;
}
#_desktop_vmenu_ .mega-dropdown-menu .sub-menu li {
  margin-bottom: 9px;
}
#_desktop_vmenu_ .mega-dropdown-menu .menu-item-link.has-children + .sub-menu {
  margin-top: 16px;
}
#_desktop_vmenu_ .mega-dropdown-menu .menu-item-level1 > .menu-item-inner > .menu-item-link {
  text-transform:none;
  color: var(--linkcolor);
}
#_desktop_vmenu_ .mega-dropdown-menu .menu-item-level1 > .menu-item-inner > .menu-item-link:hover {
  color: var(--primarycolor);
}
#_desktop_vmenu_ .menu-wrapper > ul > li .flyout-submenu{
  min-width: 250px;
  padding: 15px 0;
}
#_desktop_vmenu_ .menu-wrapper > ul > li .flyout-submenu .mega-dropdown-inner > .sub-menu {
  display: block;
}
/*vermenu-store2*/
.vermenu-store2 .vertical-menu-wrapper .vmenu-title {
  padding: 0 20px;
  line-height: 54px;
}
.vermenu-store2 .vertical-menu-wrapper .vmenu-title:before,
.vermenu-store2 .vertical-menu-wrapper .vmenu-title:after {
  display:none;
}
.vermenu-store2 #_desktop_vmenu_ {
  display: block !Important;
  z-index: 2;
}
/* mobile menu */

.menu-mobile {
  margin-right: 10px;
}
.menu-mobile > a {
  padding: 5px;
  cursor: pointer;
  padding-left: 0;
  font-size: 2.4rem;
  color: var(--headertextcolor);
  display: flex;
}
.menu-mobile > a:hover {
  color: var(--primarycolor) !Important;
}
#_mobile_topbar_ {
 text-align: left;
 padding: 0;
}
#_mobile_topbar_ .container {
  padding: 0;
}
#_mobile_topbar_ .row {
  display: block;
  margin: 0;
}
#_mobile_topbar_ .col {
  text-align: left !important;
  padding: 0 20px;
  border-bottom: 1px solid #ebebeb;
}

.mobile-menu .container {
  max-width: none;
  padding: 0;
}
.mobile-menu  ul {
  padding: 0;
  list-style:none;
  margin: 0;
  width: 100% !important;
  text-align: left;
}
.mobile-menu  ul > li,
.mobile-topbar-menu ul li {
  display: block;
  margin: 0 !important;
  border-bottom: 1px solid #ebebeb;
  padding: 0 20px;
  position: relative;
  text-align: left !Important;
}
.mobile-menu li {
  background: #fff;
}
.mobile-menu .menu-item-inner {
  display: block;
  position: static;
}
.mobile-menu ul li a,
.mobile-topbar-menu ul li a {
  padding: 10px 0;
  line-height: 30px;
  display: block !important;
  margin: 0;
  font-size: 1.3rem;
  text-decoration: none;
}
.mobile-menu .menu-wrapper >  ul > li > a,
.mobile-topbar-menu ul li a {
  color: #1d1d1d;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.3rem !important;
}
.mobile-menu  ul > li > a > img {
  display:none;
}
.mobile-menu .menu-wrapper .mega-dropdown-menu,.mobile-menu .flyout-submenu {
  position: relative;
  top: auto;
  left: auto !important;
  float: none;
  border: 0;
  border-radius: 0;
  width: auto !important;
  padding: 0;
  margin: 0 -20px;
  border-top: 1px solid #ebebeb;
}
.mobile-menu .flyout-submenu {
  margin: 0;
  border: 0;
}
.mobile-menu .menu-wrapper .mega-dropdown-menu ul:last-child li:last-child {
  border-bottom: 0;
}
.mobile-menu .menu-wrapper .menu-item-level1 > .menu-item-inner > a {
  font-size: 1.3rem;
  text-transform: capitalize;
  margin: 0;
}
.mobile-menu .menu-item .sub-menu {
  margin: 0 -20px;
  display: none;
  position: relative;
  top: auto;
  left: auto;
  border: 0;
  border-top: 1px solid #ebebeb;
  width: auto !important;
  padding: 0;
}
.mobile-menu .menu-item .sub-menu > * {
  padding-left: 20px;
  padding-right: 20px;
}
.mobile-menu .menu-item-level2:hover .sub-menu,
.mobile-menu .flyout-submenu li:hover > ul.sub-menu {
  display: none;
}
.mobile-menu .open {
  background: #f8f9fa;
}
.mobile-menu .open > .mega-dropdown-menu,
.mobile-menu .open > .sub-menu,
.mobile-menu .open > .menu-item-inner > .sub-menu,.mobile-menu .open > .flyout-submenu,
.mobile-menu .open > .flyout-submenu > .mega-dropdown-inner > .sub-menu,
.mobile-menu .flyout-submenu .open > .sub-menu {
  display: inherit !important;
}
.mobile-menu .sub-menu li:last-child {
  border: 0;
}
.mobile-menu li.menu-item.mega-menu:hover .mega-dropdown-menu {
  display:none;
}
.mobile-menu  .navbar-toggler {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  font-size: 1rem;
  line-height: 50px;
  display: flex;
  align-items: center;
  width: 50px;
  justify-content: center;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-radius: 0;
  color: var(--primarycolor);
}
.mobile-menu  .navbar-toggler.collapsed {
  color: inherit;
}
.mobile-menu  .navbar-toggler.collapsed i {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.mobile-menu .menu-wrapper .mega-dropdown-inner {
  margin: 0;
  display: block;
}
.mobile-menu .menu-wrapper .mega-dropdown-inner > * {
  width: 100%;
  padding: 0;
  flex: none;
  max-width: none;
}
.mobile-menu .mm-has-children {
  display:none;
}


/*--------------------------------------------------------------
## Search
--------------------------------------------------------------*/
#desktop_search_block {
  display: inline-block;
  vertical-align: top;
}
.search-simple {
  max-width: 630px;
  margin: auto;
}
.search-simple .side-close-icon {
  display: none !important;
}
.search-block .search-wrapper {
  position: relative;
}
.search-block .input-wrapper {
  display: flex;
  width: 100%;
}
.search-form .product_categories {
  padding: 5px 15px;
  padding-right: 30px;
  border-right: 0;
  border: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #47494a;
  background: #f3f3f3;
  font-size: inherit;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;       /* Remove default arrow */
  background-image: url(/wp-content/themes/mixy/assets/css/images/select_arrow.png);   /* Add custom arrow */
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 90%;
  width: auto;
  height: auto;
  max-width: 167px;
  text-overflow: ellipsis;
}
.search-form .product_categories option {
  font-size: 1.2rem;
}

.search_content {
    position: absolute;
    background: #fff;
    z-index: 9999;
    left: 0;
    right: 0;
}
.search_content.loading_search {
  height: 50px;
  background-size: 50px 50px;
  margin: auto;
  -webkit-box-shadow: 0 3px 3px 1px rgba(0,0,0,0.05);
  box-shadow: 0 3px 3px 1px rgba(0,0,0,0.05);
}
.search_content.loading_search:before {
    right: 50%;
    margin-right: -12px;
    top: 50%;
    margin-top: -12px;
    content: "";
    width: 24px;
    height: 24px;
    display: inline-block;
    border-width: 2px;
    border-color: rgba(0, 0, 0, 0.3);
    border-top-color: #fff;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
    position: absolute;
}
.search-keywords-list {
  text-align: left;
  padding: 15px;
  display: none;
}
.search-keywords-list p {
  padding: 0;
  margin-bottom: 10px;
  color: var(--headingcolor);
}
.search-keywords-list ul {
  list-style: none;
  text-align: left;
  margin: 0;
  padding: 0;
  font-size: 0.857142em;
}
.search-keywords-list ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 4px 6px 0;
}
.search-keywords-list ul li a {
  padding: 0 5px;
  border: 1px solid #eee;
  border-radius: 3px;
  background: #eee;
  display: block;
  text-decoration: none;
}
.search-keywords-list ul li a:hover {
  background: var(--primarycolor);
  color: #fff;
}
.loading_search .search_result {
  display:none;
}
.search_result  {
  padding: 0;
  max-height: 50vh;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.search_result .result-wrapper {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  align-items: stretch;
}
.search_result .result-wrapper .search-empty {
  margin: 0;
}
.search_result .result-wrapper .search-empty:before {
  content: "";
}
.search_result .content-preview {
  display: flex;
  align-items: center;
  text-align: left;
}
.search_result .content-preview .featured-image {
  width: 50px;
}
.search_result .content-preview .item-desc {
  padding-left: 10px;
  flex: 1 1 auto;
  font-size: 1.2rem;
}
.search_result .result-wrapper > * {
  flex: 1 1 100%;
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
}
.search_result .result-wrapper > .search-devider {
  width: 100% !important;
  flex-basis: auto !important;
  margin: 0;
  text-transform: uppercase;
  color: var(--headingcolor);
  font-weight: 700;
  font-size: 1.3rem;
  text-align: center;
  display: block;
}
.search_result .result-wrapper > .result-wrapper-title p {
  margin: 0;
  text-transform: uppercase;
  color: var(--headingcolor);
  font-weight: 700;
  font-size: 1.3rem;
}
.clear_search {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  margin-left: -25px;
  opacity: 0;
  font-size: 2.4rem;
  cursor: pointer;
}
.clear_search:hover {
  color: var(--primarycolor);
}
.clear_search.show {
  opacity: 1;
}
.search-form {
  position: relative;
}
.search-form .input-wrapper{
  display: flex;
  background: #f2f3f5;
  border-radius: 30px;
  -webkit-border-radius: 50px;
}
.search-form .input-wrapper .search-field {
  padding: 0 25px;
  border-radius: 0;
  border: 0;
  flex: 1 1 auto;
  height: 50px;
  margin: 0;
  width: auto;
  color: #a7a8aa;
}
.search-form input::-webkit-input-placeholder {
  color: #a7a8aa;
}
.search-form input:focus::-webkit-input-placeholder {
  color: transparent;
}
.search-form input:-moz-placeholder {
  color: #a7a8aa;
}
.search-form input:focus:-moz-placeholder {
  color: transparent;
}
.search-form input::-moz-placeholder {
  color: #a7a8aa;
}
.search-form input:focus::-moz-placeholder {
  color: transparent;
}
.search-form input:-ms-input-placeholder {
  color: #a7a8aa;
}
.search-form input:focus:-ms-input-placeholder {
  color: transparent;
}
.search-form .input-wrapper .search-submit {
  background: transparent;
  display: inline-block;
  vertical-align: middle;
  color: #3b3d42;
  padding: 0 20px;
  border-radius: 0;
  -webkit-border-radius: 0;
  line-height: 100%;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 1.8rem;
  cursor: pointer;
  position: static;
}
.search-form label {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.search-form .search-field {
  border: 1px solid #ebebeb;
  padding-right: 75px;
  width: 100%;
}
.search-form .search-submit {
  border: 0;
  font-size: 1.4rem;
  cursor: pointer;
  width: auto;
  padding: 0 10px;
  margin: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.search-form .search-submit:hover {
  color: var(--primarycolor);
}
.search-sidebar > button > span {
  display:none;
  font-size: 1.4rem;
  margin-left: 8px;
}
.search-sidebar .search-form .input-wrapper {
  border: 0;
  border-bottom: 2px solid #222;
  padding: 0;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0;
  -webkit-border-radius: 0;
  background: #fff;
}

.search-sidebar .search-form .product_categories {
  display:none;
}
.search-sidebar .search-form .search-submit {
  background: transparent;
  color: #1d1d1d;
  font-size: 3rem;
}
.search-sidebar .search-wrapper {
    background: rgba(0,0,0,0.5);
    display: block !important;
    opacity: 0;
    position: fixed !important;
    left: -9999rem;
    top: 0;
    transform: none !important;
    transition: opacity 0.2s linear, left 0s 0.2s linear;
    width: 100%;
    z-index: 9999;
    margin: 0;
    border: 0;
    padding: 0;
    visibility: hidden;
    pointer-events: none;
    color: var(--textcolor);
}
.search-sidebar .search-wrapper.has-result {
  bottom: 0;
}
.search-sidebar .search-wrapper.search-open {
  left: 0;
  opacity: 1;
  transition: opacity 0.2s linear;
  display: block;
  cursor: pointer;
  visibility: visible;
  pointer-events: visible;
}
.search-sidebar .search-wrapper .search-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
}
.search-sidebar.show .search-wrapper {
  left: 0;
  opacity: 1;
  transition: opacity 0.2s linear;
  display: block;
  cursor: pointer;
  visibility: visible;
  pointer-events: visible;
}
.search-sidebar .search-form .search-field {
  width: 100%;
  height: 80px;
  font-size: 3rem;
}
.search-sidebar .search-wrapper .search-form {
    background: #fff;
    padding: 30px 15px;
    padding-top: 75px;
}
.search-sidebar .search-wrapper .search_content {
  position: relative;
  flex: 1 1 auto;
  left: auto;
  right: auto;
  height: auto;
  margin: 0;
  background: transparent;
}
.search-sidebar .search_content.loading_search:before {
  margin-top: 0;
  top: 0;
}
.search-sidebar .search-keywords-list {
  background: #fff;
  display: block !Important;
}
.search-sidebar .search-keywords-list > * {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}
.search-sidebar .search_result .result-wrapper {
  justify-content: center;
  max-width: 1170px;
  margin: auto;
}
.search-sidebar .search_result {
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 0;
  height: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
}

.search-sidebar .search-wrapper .search-box {
    transform: translateY(-100%);
    transition: transform 0.15s linear, box-shadow 0.15s linear;
}
.search-sidebar .search-open .search-box {
    transform: translateY(0);
    transition: transform 0.25s ease-in-out, box-shadow 0.1s 0.25s linear;
}

@media (min-width: 768px) {
  .search-sidebar .search_result .result-wrapper > * {
    border: 0;
    flex-grow: 0;
    flex-basis: 200px;
  }
  .search-sidebar .search_result .result-wrapper > .search-devider {
    border-top: 1px solid #ebebeb;
    margin-top: 30px;
    padding-top: 30px;
  }
  .search-sidebar .content-preview {
    display: block;
    text-align: center;
  }
  .search-sidebar .search_result  .content-preview > * {
    width: 100%;
    padding: 0;
    font-size: inherit;
  }
  .search-sidebar .search_result .content-preview .item-desc {
    padding: 10px 0 0 0;
  }
}

/* end search dropdown full */
/* mobile search dropdown */
.search-block-mobile.search-sidebar > button {
  border: 0;
  font-size: 2rem;
  line-height: 34px;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  height: 34px;
  width: 30px;
}
.search-sidebar #_mobile_search_block_ {
  background: #fff;
}
.search-sidebar #_mobile_search_block_ .side-close-icon, 
.woocommerce .search-sidebar #_mobile_search_block_ .side-close-icon {
  top: 10px;
  right: 10px;
  width: 30px !Important;
  height: 30px !Important;
  line-height: 30px;
}
.search-sidebar #_mobile_search_block_ .search-form .search-field {
  height: 60px;
  font-size: 2.4rem;
}
.search-sidebar #_mobile_search_block_ .search-form .search-submit {
  font-size: 2.4rem;
}
.search-sidebar #_mobile_search_block_ .search-form {
  padding-bottom: 10px;
  padding-top: 50px;
}
.search-block-mobile.search-sidebar .search-wrapper {
  bottom: 0;
}
/* mobile search full */
.mobile-searh-full {
  margin-top: 20px;
}
.mobile-searh-full .search-block > button {
  display:none;
}
.mobile-searh-full .search-block .search-wrapper {
  position: relative !important;
  top: auto !important;
  bottom: auto;
  left: auto !important;
  opacity: 1;
  visibility: visible;
  background: transparent;
  pointer-events: visible;
  float: none;
}
.mobile-searh-full .search-block .search-wrapper .search-form {
  padding: 0;
  transform:none;
}
.mobile-searh-full .search-block .search-form .search-field {
  height: 50px;
}
.mobile-searh-full .search-block .search-wrapper .search_result {
  padding: 0;
  margin: 0;
}
/* end mobile search full */

/*--------------------------------------------------------------
## Cart
--------------------------------------------------------------*/
.cart-block {
  position: relative;
}
.cart-block .header-cart > a,
.wishlist-link,
.col-header-icon .header-account-block > a,
.search-sidebar > button {
  color: var(--headertextcolor);
  border: 1px solid #e6e6e6;
  padding: 0;
  width: 48px;
  height: 48px;
  line-height: 46px;
  font-size: 2.5rem;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  position: relative;
  background: transparent;
}
.search-sidebar > button {
  font-size: 1.8rem;
}
.col-header-icon .wishlist-link i {
  font-size: 2.2rem;
}
.cart-block .header-cart > a:hover,
.wishlist-link:hover,
.col-header-icon .header-account-block > a:hover,
.search-sidebar > button:hover {
  color: var(--primarycolor);
}

.cart-block .header-cart > a .cart-count,
.wishlist-link .wishlist-count {
  font-size: 1.2rem;
  position: absolute;
  font-weight: 600;
  background: #da2e1f;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  right: -10px;
  top: 2px;
}

/* Dropdown */
.cart-contents:after {
  display:none;
}
.cart-block .minicart-dropdown .widget_shopping_cart_content {
  width: 300px;
  background: #fff;
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  z-index: 9999;
  padding: 15px;
  text-align: left;
  border: 1px solid #ebebeb;
  color: var(--textcolor);
  font-size: 1.4rem;
}
.cart-block:hover .minicart-dropdown .widget_shopping_cart_content,
.cart-block .cart-active .widget_shopping_cart_content {
  display: block;
}
.cart-block .minicart-dropdown .widget_shopping_cart_content > ul {
  max-height: 300px;
  overflow-y: auto;
  margin: 0 -15px;
  padding: 0 15px;
  margin-bottom: 20px;
}
.widget_shopping_cart_content > ul {
  list-style:none;
  padding: 0;
  margin: 0;
  margin-bottom: 20px !important;
}
.widget_shopping_cart_content > ul > li {
  border-bottom: 1px solid #eee;
  padding: 30px 20px 23px 90px !important;
  display: flex;
  flex-direction: column;
  position: relative;
  line-height: 2;
  margin: 0;
}
.widget_shopping_cart_content .variation {
  padding: 5px 0 0 0 !important;
  border: 0 !important;
  font-size: 85%;
  line-height: 1.3;
}
.widget_shopping_cart_content .variation dt {
  font-weight: normal !important;
}
.widget_shopping_cart_content .variation dd {
  margin: 0 !important;
}
.widget_shopping_cart_content .variation dd p {
  margin: 0;
}
.widget_shopping_cart_content > ul > li .remove {
    position: absolute;
    right: 0;
    color: var(--linkcolor);
    width: 20px;
    height: 20px;
    padding: 0;
    font-size: 2.1rem;
    text-align: center;
    line-height: 19px;
    font-weight: normal !important;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    text-decoration: none;
}
.widget_shopping_cart_content > ul > li .remove:hover {
  color: red;
}
.widget_shopping_cart_content > ul > li a {
    white-space: normal;
    line-height: 1.3;
    font-weight: 500 !important;
}
.widget_shopping_cart_content > ul > li a img {
  position: absolute;
  height: auto !important;
  width: 80px !important;
  left: 0;
  top: 50%;
  transform: translate(0,-50%);
  margin-left: 0 !important;
}
.widget_shopping_cart_content .total {
  display: flex;
  justify-content: space-between;
  font-size: 1.6rem;
  margin-bottom: 20px;
  color: #313030;
}
.widget_shopping_cart_content .total strong {
  font-weight: 500;
}
.widget_shopping_cart_content .total .amount {
  font-size: 2rem;
}
.widget_shopping_cart_content .buttons a {
  display: block;
  margin: 10px 0 0;
  text-align: center;
  opacity: 1;
}

/* Sidebar cart */
#cart-side {
  display: flex;
  flex-direction: column;
  position: fixed;
  background: #fff;
  padding: 30px;
  text-align: left;
  color: var(--textcolor);
  top: 0;
  bottom: 0;
  z-index: 100;
  right: -100%;
  width: 100%;
  max-width: 400px;
  overflow-x: hidden;
  overflow-y: auto;
  visibility: hidden;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  -webkit-box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
  box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
}
#cart-side.cart-open {
  right: 0;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}
.cart-side-navbar {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
}
.cart-side-navbar .popup-cart-title {
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--headingcolor);
}
.cart-side-navbar .cart-side-navbar-inner {
  display: flex;
  align-items: center;
}
.cart-side-navbar .cart-side-navbar-inner * {
  margin: 0 5px 0;
  text-transform: uppercase;
}
.cart-side-navbar .cart-side-navbar-inner *:first-child {
  flex: 1 1 auto;
}
.cart-side-navbar .cart-side-navbar-inner *:last-child {
  margin: 0;
}
.cart-side-navbar .cart-side-navbar-inner .remove {
  font-size: 1.4rem;
  width: auto;
  height: auto;
  color: red !important;
  font-weight: 700;
  background: transparent !important;
}
.cart-side-navbar .cart-side-navbar-inner .remove:hover {
  color: red !important;
  text-decoration: underline;
}
.woocommerce-mini-cart__empty-message {
  margin-top: 20px;
  text-align: center;
  font-weight: 700;
}
.woocommerce-mini-cart__empty-message:before {
  content: "\e904";
  font-family: "roadthemes-icon";
  display: block;
  font-size: 15rem;
  font-weight: 400;
}
/* Sidebar menu */
#menu-side {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 100;
  left: -100%;
  width: 100%;
  max-width: 400px;
  visibility: hidden;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  filter: alpha(opacity=0);
  opacity: 0;
  color: var(--textcolor);
}
#menu-side > .inner {
  background: #fff;
  padding: 30px 0;
  padding-top: 0;
  text-align: left;
  -webkit-overflow-scrolling: touch;
  -webkit-box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
  box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
}
#menu-side.menu-open {
  left: 0;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}
#menu-side a {
  color: var(--linkcolor);
}
#menu-side .et-close:hover {
  background: var(--primarycolor);
}
#mobile_menu_tabs_title {
  display: flex;
  border-bottom: 1px solid #ebebeb;
  margin: 0;
}
#mobile_menu_tabs_title > li {
  flex: 1 1 0;
  text-align: center;
  margin: 0;
  border-right: 1px solid #ebebeb;
}
#mobile_menu_tabs_title > li > a {
  border-radius: 0;
  -webkit-border-radius: 0;
  line-height: 24px;
  padding: 10px;
  display: block;
  background: #f8f9fa;
  border: 0;
  text-transform: uppercase;
  font-weight: 500;
  color: #222;
  font-size: 1.4rem;
}
#mobile_menu_tabs_title > li.active > a {
    color: var(--primarycolor);
}
/*--------------------------------------------------------------
## Account
--------------------------------------------------------------*/
.header-account-block {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.col-header-icon #_desktop_header_account_ .header-account-block.account-only-icon > a > i {
  font-size: 2.6rem;
  line-height: inherit;
  margin: 0;
}
.account-only-icon .icon-text,
.account-only-icon .icon-text + i {
  display: none;
}
.account-both-ver {
  text-align: center;
}
.account-both-ver > a {
  flex-direction: column;
}
.account-only-text > a > i {
  display:none;
}
.account-only-text > a > span + i {
  display:inherit;
}
#_mobile_header_account_ .header-account-block > a {
  padding: 0;
  line-height: inherit;
  color: var(--headertextcolor);
}
#_mobile_header_account_ .header-account-block > a > i {
  font-size: 2.7rem;
  display: inline-block !important;
  vertical-align: top;
  margin: 0;
}
#_mobile_header_account_ .header-account-block > a > span,
#_mobile_header_account_ .header-account-block > a > span + i {
  display:none !Important;
}
/*--------------------------------------------------------------
## Wishlist
--------------------------------------------------------------*/
#_desktop_wishlist_.no-wishlist {
  display: none;
}
.wishlist-link .wishlist-text {
  display:none;
}

table.wishlist_table,
.wishlist_table.images_grid li .item-details table.item-details-table td, 
.wishlist_table.mobile li .item-details table.item-details-table td, 
.wishlist_table.mobile li table.additional-info td, 
.wishlist_table.modern_grid li .item-details table.item-details-table td {
  font-size: 100%;
}
.yith-wcwl-share li a {
  padding: 0;
  line-height: 26px;
}
.woocommerce #content table.wishlist_table.cart a.remove:hover {
  background: transparent;
  color: #1d1d1d !important;
}
.wishlist-title h2 {
  padding-left: 0;
  padding-right: 0;
}
ul.wishlist_table.mobile {
  padding: 0;
}
ul.wishlist_table.mobile .product-name > * {
  font-size: 1.2em;
}
.wishlist-in-stock {
  color: #297e29;
}
.wishlist_table.mobile li {
  position: relative;
}
.wishlist_table.mobile li .additional-info-wrapper .product-remove {
  position: absolute;
  right: 0;
  top: 0;
}
.wishlist_table.images_grid li .item-details table.item-details-table td.label, 
.wishlist_table.mobile li .item-details table.item-details-table td.label, 
.wishlist_table.mobile li table.additional-info td.label, 
.wishlist_table.modern_grid li .item-details table.item-details-table td.label {
  font-weight: 500;
}
.wishlist_table .product-add-to-cart a {
  padding: 5px 20px;
  min-width: 135px;
}
.wishlist_table .product-add-to-cart a:hover {
  opacity: 0.82;
}
.wishlist_table.mobile li {
  margin-bottom: 25px;
}
@media (max-width: 479px) {
  .wishlist_table .product-add-to-cart a {
    font-size: 1.4rem;
    line-height: 20px;
  }
}
/*--------------------------------------------------------------
## Header2
--------------------------------------------------------------*/
.header2 .top-menu {
  border-bottom: 1px solid #dddddd;
}

/*--------------------------------------------------------------
## rt-slideshow
--------------------------------------------------------------*/
.rt-slideshow:not(.slick-initialized) {
  overflow: hidden;
}
.rt-slideshow:not(.slick-initialized) .slideshow-item {
  width: 100%;
}
.rt-slideshow:not(.slick-initialized) .slideshow-item:last-child:not(:first-child) {
  position: absolute;
  pointer-events: none;
}
.rt-slideshow {
  margin: 0 !Important;
  position: relative;
  z-index: 1;
}
.rt-slideshow img {
  margin: auto;
  width: 100%;
}
.rt-slideshow .container {
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}
.rt-slideshow .container > .inner {
  height: 100%;
  width: 100%;
  position: relative;
}
.slick-active.slideshow-item .slideshow-button {
  animation:fadeInUp 1800ms linear alternate;
  -webkit-animation:fadeInUp 1800ms linear alternate;
  -moz-animation:fadeInUp 1800ms linear alternate;
}
.slick-active.slideshow-item[data-slick-index="1"] .slideshow-button {
  animation:slideInUp 0.5s linear alternate;
  -webkit-animation:slideInUp 0.5s linear alternate;
  -moz-animation:slideInUp 0.5s linear alternate;
}
.slick-active.slideshow-item[data-slick-index="2"] .slideshow-button {
  animation:slideInUp 0.5s linear alternate;
  -webkit-animation:slideInUp 0.5s linear alternate;
  -moz-animation:slideInUp 0.5s linear alternate;
}
.slick-active.slideshow-item .title1 {
  animation:fadeInRight 1200ms linear alternate;
  -webkit-animation:fadeInRight 1200ms linear alternate;
  -moz-animation:fadeInRight 1200ms linear alternate;
}
.slick-active.slideshow-item[data-slick-index="1"] .title1 {
  animation:zoomIn 1200ms linear alternate;
  -webkit-animation:zoomIn 1200ms linear alternate;
  -moz-animation:zoomIn 1200ms linear alternate;
}
.slick-active.slideshow-item[data-slick-index="2"] .title1{
  animation:fadeInLeft 1s linear alternate;
  -webkit-animation:fadeInLeft 1s linear alternate;
  -moz-animation:fadeInLeft 1s linear alternate;
}
.slick-active.slideshow-item .title2 {
  animation:fadeInLeft 1400ms linear alternate;
  -webkit-animation:fadeInLeft 1400ms linear alternate;
  -moz-animation:fadeInLeft 1400ms linear alternate;
}
.slick-active.slideshow-item[data-slick-index="1"] .title2 {
  animation:bounceIn 1400ms linear alternate;
  -webkit-animation:bounceIn 1400ms linear alternate;
  -moz-animation:bounceIn 1400ms linear alternate;
}
.slick-active.slideshow-item[data-slick-index="2"] .title2 {
  animation:rotateInDownRight 2s linear alternate;
  -webkit-animation:rotateInDownRight 2s linear alternate;
  -moz-animation:rotateInDownRight 2s linear alternate;
}
.slick-active.slideshow-item .subtitle {
  animation:fadeInUp 1600ms linear alternate;
  -webkit-animation:fadeInUp 1600ms linear alternate;
  -moz-animation:fadeInUp 1600ms linear alternate;
}
.slick-active.slideshow-item[data-slick-index="1"] .subtitle {
  animation:bounceIn 2s linear alternate;
  -webkit-animation:bounceIn 2s linear alternate;
  -moz-animation:bounceIn 2s linear alternate;
}
.slick-active.slideshow-item[data-slick-index="2"] .subtitle {
  animation:fadeInRight 1.5s linear alternate;
  -webkit-animation:fadeInRight 1.5s linear alternate;
  -moz-animation:fadeInRight 1.5s linear alternate;
}

.rt-slideshow .slick-list {
  margin: 0 !Important;
}
.rt-slideshow .slick-list .slideshow-item {
  padding: 0;
  position: relative;
}
.slideshow-content {
  max-width: 45%;
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slideshow-content .title1 {
  color: #1d1e22;
  font-size: 1.8rem;
  line-height: 1;
}
.slideshow-content .title2 {
  color: #1d1e22;
  font-size: 5.6rem;
  line-height: 1.143;
  font-weight: 700;
  margin-top: 11px;
}
.slideshow-content .subtitle {
  color: #1d1e22;
  text-transform: none;
  font-size: 1.8rem;
  line-height: 1.3;
  margin-top: 22px;
}
.slideshow-content .subtitle b {
  display: block;
  line-height: 1;
  font-size: 4.6rem;
  color: var(--pricecolor);
  font-weight: var(--price_fontweight);
  margin-top: 10px;
  font-family: var(--pricefont);
}
.slideshow-content .slideshow-button {
  line-height: 30px;
  padding: 10px 35px;
  border: 0;
  text-transform: capitalize;
  background: #184d47;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  margin-top: 37px;
  font-size: 1.3rem;
  font-weight: 700;
}
.slideshow-content .slideshow-button:after {
  content: "\e992";
  font-family: "roadthemes-icon";
  font-weight: 400;
  margin-left: 10px;
  font-size: 1.7rem;
  display: inline-block;
  vertical-align: top;
  line-height: inherit;
}
.slideshow-content .slideshow-button:hover {
  opacity: 1;
  background: var(--primarycolor);
  border-color: var(--primarycolor);
  color: #fff;
}
.rt-slideshow .slick-dots {
  position: absolute;
  bottom: 3%;
}


.rt-slideshow .slick-arrow.slick-prev {
  left: 15px !important;
}
.rt-slideshow .slick-arrow.slick-next {
  right: 15px !important;
}
/*home-slider-2*/
.home-slider-2 .slideshow-content {
  margin-left: 30px;
}
.home-slider-2 .slideshow-item > a {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  overflow: hidden;
  display: block;
}
/* home-slider-3 */

/* home-slider-4 */

.home-slider-4 .slideshow-content {
  text-align: center;
}
.home-slider-4 .slideshow-content .title1 {
  color: #fff;
  font-weight: 600;
}
.home-slider-4 .slideshow-content .title2 {
  color: #fff;
  font-weight: 700;
}
.home-slider-4 .slideshow-content .slideshow-button {
  background: var(--primarycolor);
  color: #fff;
}
.home-slider-4 .slideshow-content .slideshow-button:hover {
  background: #184d47;
}
.home-slider-4 .slick-dots li button:after {
  background: #fff;
}
@media (min-width: 1400px) {
  .home-slider-4 .slideshow-content .title2 {
    font-size: 6.4rem;
  }
}
/*-------------*/
@media (max-width: 1599px) {
  .slideshow-content {
    margin-left: 7%;
  }
}
@media (max-width: 1399px) {
  .slideshow-content .title2{
      font-size: 3.5vw;
      margin-top: 0.5vw;
  }
}
@media (max-width: 1199px) {
  .slideshow-content .title1 {
    font-size: 1.4vw;
  }
  .slideshow-content .subtitle {
    font-size: 1.4vw;
    margin-top: 1vw;
  }
  .slideshow-content .subtitle b {
    font-size: 3vw;
  }
  .slideshow-content .slideshow-button {
    padding: 5px 20px;
    margin-top: 3vw;
  }
}
@media (max-width: 767px) {
  
  .rt-slideshow .slick-slide img {
    min-height: 250px;
    object-fit: cover;
  }
  .slideshow-content {
    max-width: 52%;
    margin-left: 5% !important;
  }
  .slideshow-content .title1 {
    font-size: 2vw;
    margin-bottom: 2vw;
  }
  .slideshow-content .subtitle {
    font-size: 2.4vw;
  }
  .slideshow-content .subtitle b {
    font-size: 4vw;
    margin-top: 1vw;
  }
  
  .slideshow-content .slideshow-button {
    line-height: 30px;
    padding: 0 15px;
    font-size: 2vw;
  }
  .slideshow-content .slideshow-button:after {
    font-size: 2vw;
    margin-left: 1vw;
  }
  .rt-slideshow .slick-arrow {
    display:none !important;
  }
}
@media (max-width:479px) {
  .rt-slideshow .slick-slide img {
    min-height: 220px;
    object-fit: cover;
  }
  .slideshow-content .title1 {
    font-size: 3.2vw;
    margin-bottom: 2vw;
  }
  .slideshow-content .title2 {
    font-size: 5.2vw;
  }
  .slideshow-content .subtitle {
    font-size: 3.4vw;
  }
  .slideshow-content .subtitle b {
    font-size: 6vw;
    margin-top: 1vw;
  }
  .slideshow-content .slideshow-button {
    line-height: 7vw;
    padding: 0 4vw;
    font-size: 2.8vw;
  }
  .slideshow-content .slideshow-button:after {
    font-size: 3vw;
  }
  
}

/*--------------------------------------------------------------
## Swatches variation
--------------------------------------------------------------*/
.woocommerce div.product form.cart .reset_variations {
  margin-left: 5px;
}
.with-swatches {
  display: flex;
  align-items: center;
}
.with-swatches #pa_color {
  display: flex;
}
.with-swatches select {
  display: none !important;
}
span.swatch {
  margin-right: 10px;
  cursor: pointer;
  border: 1px solid #ebebeb;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  line-height: 21px;
  position: relative;
}

.color-swatches span.swatch {
  width: 24px;
  height: 24px;
  text-indent: -99999px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  border: 1px solid #f0f0f0;
  margin: 3px;
}
.color-swatches span.swatch-style-square,
.color-swatches span.swatch-style-square.selected:before {
  border-radius: 0;
  -webkit-border-radius: 0;
}
.color-swatches span.swatch.selected {
  position: relative;
}
.summary .color-swatches span.swatch {
  margin-left: 0;
  margin-right: 10px;
}
.color-swatches span.swatch[style="background-color:#ffffff;"] {
  border: 1px solid #ebebeb;
}
span.swatch.selected:before {
  content: "";
  left: -3px;
  right: -3px;
  top: -3px;
  bottom: -3px;
  border: 1px solid var(--primarycolor);
  position: absolute;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  pointer-events:none;
}
.label-swatches span.swatch {
  color: #565959;
    border-color: #c0c0c0;
    font-weight: normal;
    padding: 4px 9px;
    margin-top: 3px;
    margin-bottom: 3px;
    border-style: dashed;
}
.label-swatches span.swatch:hover {
  color: #0F1111;
}
.label-swatches span.swatch.selected {
  border-color: var(--primarycolor);
  color: #0F1111;
  border-style: solid;
  font-weight: 600;
}
.label-swatches span.swatch.selected:before {
  display:none;
}
.label-swatches span.swatch-style-2 {
  background: #1e1e1e;
  color: #fff;
}
.label-swatches span.swatch-style-2.selected {
  border-color: #313030;
  background: #fff;
  color: #313030;
}
.wc-layered-nav-term > .inner {
  display: flex;
  align-items: center;
}
.wc-layered-nav-term .layered-nav-link {
  display: flex !important;
  align-items: center;
}
.wc-layered-nav-term .layered-nav-link:before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #e5e5e5;
  border-radius: 1px;
  line-height: 12px;
  margin-right: 9px;
  text-align: center;
}
.wc-layered-nav-term.chosen .layered-nav-link:before {
  content: "\e95f";
  font-family: "roadthemes-icon";
  color: #fff;
  border-color: var(--primarycolor);
  background: var(--primarycolor);
}
.wc-layered-nav-term .layered-nav-link:hover:before {
  content: "\e95f";
  font-family: "roadthemes-icon";
}
.wc-layered-nav-term .filter-swatch {
  margin-right: 10px;
}
.wc-layered-nav-term .count {
  margin-left: 5px;
}
.wc-layered-nav-term .count:before {
  content: "(";
}
.wc-layered-nav-term .count:after {
  content: ")";
}
.wc-layered-nav-term  .filter-swatch {
  position: relative;
  display: inline-block;
  vertical-align: top;
  
}
.wc-layered-nav-term  .filter-swatch span {
  font-size: 0;
  width: 15px;
  height: 15px;
  display: block;
  background-size: cover;
  border-radius: 100%;
  -webkit-border-radius: 100%;
}
.wc-layered-nav-term .layered-nav-link:hover .filter-swatch,
.chosen .filter-swatch {
  border-color:#4d8bfb !Important;
}
/* swatches color type color */
.swatches-display-color {
  list-style:none;
  padding: 0;
  max-height: none !important;
  overflow: visible !important;
}
.swatches-display-color .wc-layered-nav-term {
  display: inline-block;
  vertical-align: top;
  margin: 0 7px 7px 0 !important;
}
.swatches-display-color .wc-layered-nav-term .layered-nav-link {
  position: relative;
}
.swatches-display-color .wc-layered-nav-term .layered-nav-link:before {
  display:none;
}
.swatches-display-color .wc-layered-nav-term .count {
  display:none;
}
.swatches-display-color .wc-layered-nav-term .swatch-inner {
  position: relative;
}
.swatches-display-color .wc-layered-nav-term .swatch-inner {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}
.swatches-display-color .wc-layered-nav-term  .filter-swatch {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 3px;
  border: 1px solid #e5e5e5;
  border-radius: 100%;
  -webkit-border-radius: 100%;
}

.swatches-display-color .wc-layered-nav-term .layered-nav-link:hover .layer-term-name {
  opacity: 1;
}
.swatches-display-color .wc-layered-nav-term .layer-term-name {
  position: absolute;
  width: 90px;
  background: #fff;
  z-index: 999;
  border: 1px solid #ebebeb;
  padding: 5px;
  text-align: center;
  bottom: calc(100% + 10px);
  left: 50%;
  margin-left: -45px;
  color: #222;
  opacity: 0;
  pointer-events: none;
}
.swatches-display-color .layer-term-name-color {
  width: 100%;
  height: 80px;
  display: block;
  background-size: cover;
}
.swatches-display-color .wc-layered-nav-term .layer-term-name:before,
.swatches-display-color .wc-layered-nav-term .layer-term-name:after{
  border-style: solid;
  content: '';
  font-size: 1px;
  height: 0;
  position: absolute;
  width: 0;
}
.swatches-display-color .wc-layered-nav-term .layer-term-name:before {
  border-color: #ebebeb transparent transparent transparent;
  border-width: 8px 8.5px 0 8.5px;
  left: 36px;
  bottom: -8px;
}
.swatches-display-color .wc-layered-nav-term .layer-term-name:after {
  border-color: #fff transparent transparent transparent;
  border-width: 7px 7.5px 0 7.5px;
  left: 37px;
  bottom: -7px;
}
/*  swatches-display-color */
.swatches-display-color .filter-swatch span{
  width: 22px;
  height: 22px;
}
/* swatches list */

/* swatches-display-2columns */
.swatches-display-2columns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.swatches-display-2columns > li {
  width: 50%;
}
/*  swatches-display-inline */
.swatches-display-inline li {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.swatches-display-inline li:last-child {
  margin-right: 0;
}
/* shop swatches */
.product-inner .product-image .shop-swatches {
  background: #fff;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  text-align: left;
  bottom: -10px;
  z-index: 5;
  padding-top: 17px;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.product-inner:hover .product-image .shop-swatches {
  bottom: 0;
  opacity: 1;
}
.shop-swatches {line-height: 1;display: block;margin-bottom: 5px;}
.shop-swatches .swatch {
  margin-bottom: 5px;
  font-size: 1.2rem;
}

.shop-swatches .swatch-color {
  font-size: 0;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  margin-bottom: 0;
  position: relative;
  margin: 3px;
}
.shop-swatches .swatch-color.selected:before {
  content: "";
  position: absolute;
  left: -3px;
  right: -3px;
  top:-3px;
  bottom: -3px;
  border: 1px solid var(--primarycolor);
  border-radius: 100%;
  -webkit-border-radius: 100%;
}
.shop-swatches .swatch-color:after {
  display:none;
}
.shop-swatches .swatch-image {
  width: 25px;
  height: 25px;
  margin: 3px;
}
.shop-swatches .swatch-label {
  padding: 0 5px;
  font-weight: 400;
  text-transform: uppercase;
}
.shop-swatches .swatch-label:before {
  display:none;
}
.shop-swatches .swatch-label.selected {
  border-color: var(--primarycolor);
}
/***************************************
********** Js Composer CSS *************
***************************************/
.tab-content>.tab-pane:not(.active) {
  display: block;
    height: 0;
    overflow-y: hidden;
}

/***************************************
********** Bootstrap override *************
***************************************/
@media (max-width: 1199px){
  .container {
      max-width: 100% !important;
  }
}
@media (min-width: 768px) {
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }
}
/***************************************
********** Carousel *************
***************************************/
.product-carousel{
  padding: 0 15px;
}

/***************************************
********** Close side  *************
***************************************/
.mixy-close-side {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0,0,0,.7);
  transition: opacity .25s ease,visibility 0s ease .25s;
}
.mixy-close-side-open {
    opacity: 1;
    visibility: visible;
    transition: opacity .25s ease,visibility 0s ease;
    cursor: url(/wp-content/themes/mixy/assets/css/images/close.png),auto;
}
/*--------------------------------------------------------------
## Filter
--------------------------------------------------------------*/
.woo-active-filters {
  display: flex;
  align-items: center;
  border: 1px solid #ebebeb;
  padding: 5px 10px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.woo-active-filters.hide {
  display:none;
}
.woo-active-filters .reset-filters {
  line-height: 34px;
  padding: 0 15px;
  background: #222;
  color: #fff;
  margin: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.woo-active-filters .reset-filters:hover {
  background: var(--primarycolor);
}
.woo-active-filters .actived_filters {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.woo-active-filters > h5 {
  font-size: 1.6rem;
  margin: 0;
  padding: 5px;
}
.woo-active-filters ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside;
    overflow: hidden;
}
.woo-active-filters ul li {
  padding: 5px;
  float: left;
}
.woo-active-filters ul li a {
  line-height: 34px;
  padding: 0 15px;
  -webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,0.1);
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
  display: inline-block;
  vertical-align: top;
}
.woo-active-filters ul li a:before {
  content: "\e941";
  font-family: "roadthemes-icon";
  font-size: 1.6rem;
  margin-right: 5px;
  display: inline-block;
  vertical-align: top;
  line-height: inherit;
}
.button-show-filter {
  float: right;
  padding: 0;
  background: transparent;
  color: var(--linkcolor);
  text-transform: capitalize;
  margin-right: 30px;
  line-height: 26px;
  padding: 7px 0;
  font-weight: 400;
  display: flex;
  align-items: center;
  padding-right: 30px;
  border-right: 1px solid #ebebeb;
  border-radius: 0;
  -webkit-border-radius: 0;
  cursor: pointer;
  font-size: 1em;
}
.filter-button-hide {
  display:none;
}
.button-show-filter i {
  margin-right: 5px;
  font-size: 2rem;
}
.button-show-filter:hover {
  background: transparent;
  color: var(--primarycolor);
}
@media (max-width: 991px) {
  .button-show-filter {
    display: flex;
  }
}
@media (max-width: 767px){
  .button-show-filter {
    padding-right: 0;
    border: 0;
    float:left;
  }
}
/* filter-top */
.filter-top .widget-area-side {
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   margin-bottom: 30px;
}

.filter-top .widget-area-side section {
  position: relative;
  border: 0;
  padding: 0;
  width: auto;
  margin: 0 15px 0 0;
}
.filter-top .widget-area-side section .widget-title {
  font-size: 1em;
  background: #fff;
  border: 1px solid #ebebeb;
  padding: 5px 15px;
  margin: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  cursor: pointer;
}
.filter-top .widget-area-side section .widget-title:after {
  content: "\e92b";
  font-family:"roadthemes-icon";
  display: inline-block;
  vertical-align: top;
  position: static;
  left: auto;
  bottom: auto;
  width: auto;
  height: auto;
  background: transparent;
  font-size: 0.7rem;
  margin-left: 7px;
}
.filter-top .widget-area-side section .widget-title span {
  padding: 0;
}
.filter-top .widget-area-side section:hover .widget-title {
  background: var(--primarycolor);
  color: #fff;
  border-color: var(--primarycolor);
}

.filter-top .widget-area-side section:last-child {
  border-right: 0;
}
.filter-top .widget-area-side section > .widget-title + * {
  min-width: 255px;
  position: absolute;
  left: 0;
  top: 90%;
  border: 1px solid #ebebeb;
  padding: 20px 15px;
  list-style: none;
  z-index: 9;
  background: #fff;
  opacity: 0;
  visibility:hidden;
  pointer-events:none;
  margin: -1px 0 0 0;
  max-height: 300px;
  overflow-y: auto;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.filter-top .widget-area-side section:hover > .widget-title + * {
  opacity: 1;
  visibility:visible;
  pointer-events:visible;
  top: 100%;
}
.filter-top .widget_layered_nav_filters {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ebebeb;
    width: 100%;
    margin-bottom: 15px;
}
.filter-top .widget_layered_nav_filters .widget-title {
  border: 0;
  padding: 10px 0;
  margin-right: 5px;
}
.filter-top .widget_layered_nav_filters .widget-title:after {
  content:":";
  margin-left: 1px;
}
.filter-top .widget_layered_nav_filters ul {
  position: relative;
  left: auto;
  right: auto;
  top: auto !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: visible !important;
  z-index: auto;
}
/* filter-side */
.filter-side {
  display: flex;
  flex-direction: column;
  position: fixed;
  background: #fff;
  padding: 30px;
  text-align: left;
  top: 0;
  bottom: 0;
  z-index: 100;
  left: -100%;
  width: 100%;
  max-width: 400px;
  overflow-x: hidden;
  overflow-y: auto;
  visibility: hidden;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  -webkit-box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
  box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
}
.filter-side.filter-open {
  left: 0;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .filter-side {
    padding: 20px 15px;
  }
}
/*--------------------------------------------------------------
## Icon loading
--------------------------------------------------------------*/
.mixy-overlay {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(25, 25, 25, 0.5);
  z-index: 100; 
}
.mixy-overlay .overlay__inner {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute; 
}
.mixy-overlay .overlay__content {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%); 
}
.mixy-overlay .spinner {
  width: 60px;
  height: 60px;
  display: inline-block;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.05);
  border-top-color: #fff;
  animation: spin 1s infinite linear;
  border-radius: 100%;
  border-style: solid; 
}
.tab-loading,.preloader-slideshow {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff url(/wp-content/themes/mixy/assets/css/images/ajax_loader.gif) center no-repeat;
  z-index: 10000;
}
.preloader-slideshow {
  position: absolute;
}
.product-image.loading:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255,255,255,0.8) url(/wp-content/themes/mixy/assets/css/images/ajax_loader.gif) center no-repeat;
  z-index: 10;
}
@keyframes spin {
  100% {
    transform: rotate(360deg); }
}

/*--------------------------------------------------------------
## Theme Custom
--------------------------------------------------------------*/
/* fix gap elementor */
.col-gap-30 .elementor-container .elementor-row {
  width: calc(100% + 30px);
  margin: 0 -15px ;
}
.col-gap-30 .elementor-container .elementor-row .elementor-column {
  padding: 0 15px;
}

.col-gap-20 .elementor-container .elementor-row {
  width: calc(100% + 20px);
  margin: 0 -10px ;
}
.col-gap-20 .elementor-container .elementor-row .elementor-column {
  padding: 0 10px;
}

.col-gap-15 .elementor-container .elementor-row{
  width: calc(100% + 15px);
  margin: 0 -7.5px ;
}
.col-gap-15 .elementor-container .elementor-row .elementor-column {
  padding: 0 7.5px;
}

@media (max-width: 767px) {
  .col-gap-30 .elementor-container .elementor-row,
  .col-gap-20 .elementor-container .elementor-row, 
  .col-gap-15 .elementor-container .elementor-row{
    width: calc(100% + 10px);
    margin: 0 -5px;
   ;
  }
  .col-gap-30 .elementor-container .elementor-row .elementor-column,
  .col-gap-20 .elementor-container .elementor-row .elementor-column,
  .col-gap-15 .elementor-container .elementor-row .elementor-column {
    padding: 0 5px;
  }
}
/*------*/


.elementor-section {
  margin-bottom: var(--rowspace);
}
.rowspace {
  margin-bottom: var(--rowspace) !important;
}
.no-space-bottom {
  margin-bottom: calc(var(--rowspace) * -1) !important;
}
@media (max-width: 991px) {
 .rowspace-sm {
   margin-bottom: var(--rowspace);
 }
}
.background-full {
  padding: var(--rowspace) 0;
}
.color-primary {
  color: var(--primarycolor);
}
.bg-primary {
  background: var(--primarycolor);
}
.box-background {
  padding: var(--rowspace) 0;
}
.home .breadcrumb-title {
  display: none;
}


.background-full-top {
  margin-top: 3px;
  padding-top: calc(var(--rowspace) - 19px);
}
.background-full-bottom {
  padding-bottom: calc(var(--rowspace) - 15px);
  padding-top: calc(var(--rowspace) - 30px);
}
.woocommerce-products-header__title.page-title {
  margin-bottom: 25px;
}
.elementor-widget-rt_title {
  margin: 0 !important;
}
.elementor-widget-rt_title,.upsells > h3,.related > h3,.cross-sells > h3,.cart_totals > h2 {
    text-align: left;
}
.elementor-widget-rt_title > .elementor-widget-container,.upsells > h3,
.related > h3,.cross-sells > h3,.cart_totals > h2,
.title-group .rt-elementor-countdown {
  margin-bottom: 24px;
}
.title-container .title {
  margin: 0;
}
.title-container .title,.upsells > h3,
.related > h3,
.cross-sells > h3,.cart_totals > h2 {
  position: relative;
  line-height: 1;
}
.title-container  .description {
  margin-bottom: 0;
  margin-top: 7px;
}
.upsells,
.related.products,
.cross-sells {
  margin-top: var(--rowspace);
}

.title-group .elementor-widget-wrap>.elementor-element {
  width: auto;
}
.title-group .elementor-widget-rt_title {
  flex: 1 1 auto;
}
@media (min-width: 768px) {
  .title-group {
    padding-right: 117px;
  }
}
/* static block */

.home-banner {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.home-banner > a {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.home-banner img {
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.home-banner.animation1 a:hover img {
    -moz-transform: scale3d(1.05,1.05,1.05);
    -webkit-transform: scale3d(1.05,1.05,1.05);
    -o-transform: scale3d(1.05,1.05,1.05);
    -ms-transform: scale3d(1.05,1.05,1.05);
    transform: scale3d(1.05,1.05,1.05);
}
.home-banner.animation2:before {
    background: rgba(255,255,255,0.3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 50%;
    top: 0;
    opacity: 1;
    width: 0;
    pointer-events:none;
}
.home-banner.animation2:after {
    background: rgba(255,255,255,0.6);
    bottom: 50%;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    opacity: 1;
    width: 0;
    pointer-events:none;
}
.home-banner.animation2:hover:before {
  left: 0;
  right: 0;
  opacity: 0;
  width: auto;
  -webkit-transition: all 900ms linear;
  -moz-transition: all 900ms linear;
  -ms-transition: all 900ms linear;
  -o-transition: all 900ms linear;
  transition: all 900ms linear;
}
.home-banner.animation2:hover:after {
  top: 0;
  bottom: 0;
  opacity: 0;
  width: auto;
  -webkit-transition: all 900ms linear;
  -moz-transition: all 900ms linear;
  -ms-transition: all 900ms linear;
  -o-transition: all 900ms linear;
  transition: all 900ms linear;
}
.home-banner.animation3:hover .banner-title {
  -webkit-animation: fadeInUp 500ms ease-in-out;
  -moz-animation: fadeInUp 500ms ease-in-out;
  -ms-animation: fadeInUp 500ms ease-in-out;
  animation: fadeInUp 500ms ease-in-out;
}
.home-banner.animation3:hover .banner-title2 {
  -webkit-animation: fadeInUp 700ms ease-in-out;
  -moz-animation: fadeInUp 700ms ease-in-out;
  -ms-animation: fadeInUp 700ms ease-in-out;
  animation: fadeInUp 700ms ease-in-out;
}
.home-banner.animation3:hover .banner-text {
  -webkit-animation: fadeInUp 900ms ease-in-out;
  -moz-animation: fadeInUp 900ms ease-in-out;
  -ms-animation: fadeInUp 900ms ease-in-out;
  animation: fadeInUp 900ms ease-in-out;
}
.home-banner.animation3:hover .banner-button {
  -webkit-animation: fadeInUp 1100ms ease-in-out;
  -moz-animation: fadeInUp 1100ms ease-in-out;
  -ms-animation: fadeInUp 1100ms ease-in-out;
  animation: fadeInUp 1100ms ease-in-out;
}
.home-banner.animation3 a:hover img {
    -moz-transform: scale3d(1.05,1.05,1.05);
    -webkit-transform: scale3d(1.05,1.05,1.05);
    -o-transform: scale3d(1.05,1.05,1.05);
    -ms-transform: scale3d(1.05,1.05,1.05);
    transform: scale3d(1.05,1.05,1.05);
}
.home-banner .banner-content {
  position: absolute;
  pointer-events: none;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 30px;
  text-align: left;
  max-width: 100%;
}
.home-banner .banner-content .banner-title,
.home-banner .banner-content .banner-title2 {
  color: #1c1e22;
  font-size: 2.4rem;
  line-height: 1.16666;
  margin: 0;
}
.home-banner .banner-content .banner-title2 {
  font-weight: 600;
}
.home-banner .banner-content .banner-text {
  font-size: 2.4rem;
  color: #da2e1f;
  font-weight: 600;
  margin-top: 17px;
  font-family: var(--pricefont);
  line-height: 1;
}
.home-banner .banner-content .banner-button {
  pointer-events:visible;
  display: inline-block;
  vertical-align: top;
  line-height: 32px;
  padding: 0 17px;
  background: #184d47;
  color: #fff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: 27px;
}
.home-banner .banner-content .banner-button:after {
  content: "\e992";
  font-family: 'roadthemes-icon';
  margin-left: 3px;
  font-weight: 400;
}
.home-banner .banner-content .banner-button:hover {
  background: var(--primarycolor);
  color: #fff;
}
@media (max-width: 1199px) {
  .home-banner .banner-content {
    left: 20px;
  }
  .home-banner .banner-content .banner-title,
  .home-banner .banner-content .banner-title2,
  .home-banner .banner-content .banner-text {
    font-size: 2vw;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.1);
  }
  .home-banner .banner-content .banner-text {
    margin-top: 1.5vw;
  }
  .home-banner .banner-content .banner-button {
    margin-top: 2.5vw;
  }
}
@media (max-width: 991px) {
  .home-banner .banner-content .banner-button {
    font-size: 1.4vw;
    line-height: 4vw;
    margin-top: 1.5vw;
  }
  .home-banner .banner-content {
    left: 15px;
  }
}
@media (max-width: 767px) {
  .home-banner .banner-content .banner-title,
  .home-banner .banner-content .banner-title2,
  .home-banner .banner-content .banner-text {
    font-size: 3vw;
  }
  .home-banner .banner-content .banner-button {
    line-height: 5vw;
    font-size: 2vw;
    margin-top: 2.5vw;
  }
}
@media (max-width: 567px) {
  .home-banner .banner-content .banner-title,
  .home-banner .banner-content .banner-title2,
  .home-banner .banner-content .banner-text {
    font-size: 3.5vw;
  }
  
}
@media (max-width: 479px) {
  .home-banner .banner-content .banner-title,
  .home-banner .banner-content .banner-title2,
  .home-banner .banner-content .banner-text {
    font-size: 4vw;
  }
  .home-banner .banner-content .banner-button {
    line-height: 6vw;
    font-size: 2.4vw;
  }
  .home-banner .banner-content .banner-text {
    margin-top: 2vw;
  }
  .home-banner .banner-content .banner-button {
    margin-top: 3vw;
  }
}
.banner1_mixy1 {
  text-align: center;
}
.banner2_mixy1 {
  text-align: center;
}
.banner2_mixy1 .banner-content .banner-title2 {
  font-size: 2.2rem;
}
.banner2_mixy1 .banner-content .banner-text {
  margin-top: 15px;
}
@media (max-width: 1199px) {
  .banner2_mixy1 .banner-content .banner-title2 {
    font-size: 1.8vw;
  }
  .banner2_mixy1 .banner-content .banner-text {
    margin-top: 1.5vw;
  }
}
@media (max-width: 767px) {
  .banner2_mixy1 .banner-content .banner-title2 {
    font-size: 2rem;
  }
  .banner2_mixy1 .banner-content .banner-text {
    font-size: 2.2rem;
    margin-top: 1vw;
  }
}
@media (max-width: 479px) {
  .banner2_mixy1 .banner-content .banner-title2 {
    font-size: 4.2vw;
  }
  .banner2_mixy1 .banner-content .banner-text {
    font-size: 4.4vw;
    margin-top: 2vw;
  }
}
.banner3_mixy1 {
  text-align: center;
}
.banner3_mixy1 .banner-content .banner-title {
  font-weight: 300;
}
.banner3_mixy1 .banner-content .banner-text {
  font-size: 2.6rem;
  margin-top: 11px;
}
@media (max-width: 1199px) {
  .banner3_mixy1 .banner-content .banner-text {
    font-size: 2.2vw;
  }
}
@media (max-width: 767px) {
  .banner3_mixy1 .banner-content .banner-text {
    font-size: 3.2vw;
  }
}
@media (max-width: 567px) {
  .banner3_mixy1 .banner-content .banner-text {
    font-size: 3.7vw;
  }
}
@media (max-width: 479px) {
  .banner3_mixy1 .banner-content .banner-text {
    font-size: 4.4vw;
    margin-top: 1vw;
  }
}
.banner1_mixy2 {
  text-align: center;
}
.banner1_mixy2 .elementor-widget:not(:last-child) {
  margin-bottom: 30px;
}

.banner1_mixy2 .banner-content .banner-title1,
.banner1_mixy2 .banner-content .banner-title2{
  font-size: 3rem;
}
.banner1_mixy2 .banner-content .banner-text {
  font-size: 1.6rem;
  color: #1c1e22;
  font-family: inherit;
  font-weight: 400;
  margin-top: 10px;
}
.banner1_mixy2 .banner-content .banner-button {
  color: #184d47;
  background: #fff;
  line-height: 32px;
  font-size: 1.2rem;
  margin-top: 30px;
}
@media (max-width: 479px) {
  .banner1_mixy2 .banner-content .banner-title1,
  .banner1_mixy2 .banner-content .banner-title2{
    font-size: 2.4rem;
  }
}
.banner_module {
  text-align: center;
}
.banner_module .banner-content {
  text-align: left;
  left: 29px;
  top: 25px;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.banner_module .banner-content .banner-title, 
.banner_module .banner-content .banner-title2 {
  color: #fff;
}
.banner_module .banner-content .banner-title {
  font-size: 2rem;
  margin-bottom: 3px;
}
.banner_module .banner-content .banner-title2 {
  font-size: 2.4rem;
}
.banner_module .banner-content .banner-button {
  margin-top: 20px;
  background: #fff;
  color: #1c1e22;
}
@media (min-width: 992px) {
  .banner_module .home-banner > a {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.banner_module_2 .home-banner > a {
  border-radius: 0;
  -webkit-border-radius: 0;
}
.banner_module_2 .home-banner .banner-content {
  text-align: left;
  top: 36px;
  left: 29px;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.banner_module_2 .home-banner .banner-content .banner-title {
  color: #da2e1f;
  font-size: 1.8rem;
  margin-bottom: 11px;
}
.banner_module_2 .home-banner .banner-content .banner-title2,
.banner_module_2 .home-banner .banner-content .banner-text {
  font-size:2.4rem;
  font-weight: 400;
  color: #1c1e22;
  font-family: inherit;
}
.banner_module_2 .home-banner .banner-content .banner-text {
  font-weight: 600;
  margin: 2px 0 0;
}
.banner_module_2 .banner-content .banner-button {
  margin-top: 25px;
}
/* menu-module-categories-container */
.menu-module-categories-container ul {
  list-style:none;
  padding: 0;
  margin: 0;
}
.menu-module-categories-container ul li:not(:last-child) {
  margin-bottom: 6px;
}
.menu-module-categories-container ul li a {
  display: block;
  line-height: 30px;
  color: #3b3d42;
}
.menu-module-categories-container ul li a:hover {
  color: var(--primarycolor);
}
.banner2_mixy3 .line {
  position: absolute;
  right: -215px;
  top: 46px;
  margin: 0;
}
.banner2_mixy3 .elementor-text-editor p:last-child {
  margin: 0;
}
.banner3_mixy3 .banner-content {
  text-align: center;
  left: 10.5%;
}
.banner3_mixy3 .banner-content .banner-title, 
.banner3_mixy3 .banner-content .banner-title2 {
  font-size: 3.2rem;
  color: #fff;
}
.banner3_mixy3 .banner-content .banner-button {
  background: #fff;
  color: #184d47;
}
@media (max-width: 991px) {
  .banner3_mixy3 .banner-content .banner-title, 
  .banner3_mixy3 .banner-content .banner-title2 {
    font-size: 3vw;
    color: #fff;
  }
  .banner3_mixy3 .banner-content {
    left: 8%;
  }
}
@media (max-width: 767px) {
  .banner3_mixy3 img {
    min-height: 120px;
    object-fit: cover;
  }
}
@media (max-width: 479px) {
  .banner3_mixy3 .banner-content .banner-title, 
  .banner3_mixy3 .banner-content .banner-title2 {
    font-size: 4.2vw;
  }
  .banner3_mixy3 .banner-content {
    left: 5%;
  }
}
.banner2_mixy4 {
  text-align: center;
}
.banner2_mixy4 .home-banner > a {
  border-radius: 0;
  -webkit-border-radius: 0;
}
.banner2_mixy4 .banner-content {
  text-align: center;
  left: 0;
  right: 0;
  padding: 0 5px;
}
.banner2_mixy4 .banner-content .banner-title {
  color: #fff;
  font-size: 4.8rem;
  font-weight: 600;
}
.banner2_mixy4 .banner-content .banner-title2 {
  color: #fff;
  font-size: 6.6rem;
  font-weight: 600;
}
.banner2_mixy4 .banner-content .banner-text {
  font-size: 3.2rem;
  color: #fff;
  font-family: inherit;
  font-weight: 600;
  margin-top: 21px;
}
.banner2_mixy4 .banner-content .banner-button {
  line-height: 30px;
  padding: 10px 25px;
  background: var(--primarycolor);
  font-size: 1.3rem;
  margin-top: 57px;
}
.banner2_mixy4 .banner-content .banner-button:hover {
  opacity: 0.9;
}
@media (max-width: 1199px) {
  .banner2_mixy4 .banner-content .banner-title {
    font-size: 2.4vw;
  }
  .banner2_mixy4 .banner-content .banner-title2 {
    font-size: 3.3vw;
  }
  .banner2_mixy4 .banner-content .banner-text {
    font-size: 1.6vw;
    margin-top: 1.5vw;
  }
  .banner2_mixy4 .banner-content .banner-button {
    margin-top: 3vw;
    line-height: 2.4vw;
    padding: 1vw 2.5vw;
  }
}
@media (max-width: 991px) {
  .banner2_mixy4 .banner-content .banner-title {
    font-size: 2.8vw;
  }
  .banner2_mixy4 .banner-content .banner-title2 {
    font-size: 3.6vw;
  }
  .banner2_mixy4 .banner-content .banner-text {
    font-size: 2vw;
    margin-top: 1.5vw;
  }
  .banner2_mixy4 .banner-content .banner-button {
    margin-top: 3vw;
    line-height: 2.4vw;
    padding: 1vw 2.5vw;
  }
}
@media (max-width: 767px) {
  .banner2_mixy4 .banner-content .banner-title {
    font-size: 5vw;
  }
  .banner2_mixy4 .banner-content .banner-title2 {
    font-size: 8vw;
  }
  .banner2_mixy4 .banner-content .banner-text {
    font-size: 4vw;
    margin-top: 2vw;
  }
  .banner2_mixy4 .banner-content .banner-button {
    margin-top: 5vw;
    line-height: 5vw;
    padding: 1vw 4vw;
  }
}
@media (max-width: 479px) {
  .banner2_mixy4 .banner-content .banner-title {
    font-size: 6vw;
  }
  .banner2_mixy4 .banner-content .banner-title2 {
    font-size: 10vw;
  }
  .banner2_mixy4 .banner-content .banner-text {
    font-size: 5vw;
    margin-top: 2vw;
  }
  .banner2_mixy4 .banner-content .banner-button {
    margin-top: 5vw;
    line-height: 7vw;
    padding: 1vw 5vw;
  }
}
/* policy-block */
@media (max-width: 767px) {
  .policy-block .elementor-icon-box-wrapper {
    text-align: center !important;
  }
  .policy-block .elementor-icon-box-wrapper .elementor-icon-box-icon {
    margin-bottom: 10px !important;
  }
}
@media (max-width: 400px) {
  .policy-block .elementor-column {
    width: 100% !important;
  }
}
/* instagram */
#sb_instagram {position: relative;}
#sb_instagram #sbi_load {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  pointer-events: none;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#sb_instagram .sbi_follow_btn a {
  color: #313030;
  background: #fff;
  pointer-events: visible;
  font-size: 1.6rem;
  border-radius: 0;
  -webkit-border-radius: 0;
  line-height: 28px;
  margin: auto;
}
#sb_instagram .sbi_follow_btn a svg {
  height: 28px !important;
  vertical-align: middle;
}
/* brand logo */
.brand-logo {
  text-align: center;
}
.brand-logo .slick-track {
  display: flex;
  align-items: center;
}
.brand-logo .slick-list {
  margin: 0 -35px;
}
.brand-logo .slick-list .slick-slide {
  padding: 0 35px;
}
.brand-logo a {
  display: block;
}
.brand-logo a:hover {
  opacity: 0.82;
}
@media (max-width: 1199px) {
  .brand-logo .slick-list {
    margin: 0 -35px;
  }
  .brand-logo .slick-list .slick-slide {
    padding: 0 35px;
  }
}
@media (max-width: 991px) {
  .brand-logo .slick-list {
    margin: 0 -25px;
  }
  .brand-logo .slick-list .slick-slide {
    padding: 0 25px;
  }
}
@media (max-width: 767px) {
  .brand-logo .slick-list {
    margin: 0 -15px;
  }
  .brand-logo .slick-list .slick-slide {
    padding: 0 15px;
  }
}
@media (max-width: 479px) {
  .brand-logo .slick-list {
    margin: 0 -10px;
  }
  .brand-logo .slick-list .slick-slide {
    padding: 0 10px;
  }
}
/* rt-testimonial */
.testimonials-full {
  padding: var(--rowspace) 0;
  background: #eee9e6;
}
.rt-testimonial .testimonial-item .inner {
  background: #fff;
  border-bottom-left-radius: 60px;
  border-top-right-radius: 60px;
  padding: 40px;
}
.rt-testimonial .testimonial-item .image-box {
  display: flex;
  margin-bottom: 37px;
  align-items: center;
}
.rt-testimonial .testimonial-item .image-box:after {
  content: "\e990";
  font-family: "roadthemes-icon";
  font-size: 4.8rem;
  color: #e0e0e0;
  text-align: right;
  flex: 1 1 auto;
}
.rt-testimonial .testimonial-item .tes-image {
  margin-right: 12px;
}
.rt-testimonial .testimonial-item .author {
  text-align: left;
}
.rt-testimonial .testimonial-item .author .tes-name {
  margin-bottom: 1px;
  font-weight: 600;
  color: #1d1e22;
  font-size: 1.6rem;
}
.rt-testimonial .testimonial-item .author .tes-title {
  margin: 0;
  font-size: 1.4rem;
  color: #1d1e22;
}
.rt-testimonial .testimonial-item .tes-content {
  margin: 0;
  font-size: 1.6rem;
  color: #1d1e22;
  line-height: 1.56;
  position: relative;
}

@media (max-width: 479px) {
  .rt-testimonial .testimonial-item .inner {
    padding: 30px;
  }
}
/* testimonial layout-2 */
.rt-testimonial .slick-list {
  margin-top: -10px;
  margin-bottom: -10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.layout-2.rt-testimonial .testimonial-item:is(
:nth-child(1),:nth-child(4),:nth-child(7),:nth-child(10),:nth-child(13),:nth-child(16)
) .inner{
  background: #f5edeb;
}
.layout-2.rt-testimonial .testimonial-item:is(
:nth-child(2),:nth-child(5),:nth-child(8),:nth-child(11),:nth-child(14),:nth-child(17)
) .inner{
  background: #f5f3eb;
}
.layout-2.rt-testimonial .testimonial-item:is(
:nth-child(3),:nth-child(6),:nth-child(9),:nth-child(12),:nth-child(15),:nth-child(18)
) .inner{
  background: #ebf4f5;
}
.layout-2.rt-testimonial .testimonial-item .inner {
  text-align: center;
  padding: 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: auto;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.layout-2.rt-testimonial .testimonial-item:hover .inner {
  transform: translate(10px, -10px);
}
.layout-2.rt-testimonial .testimonial-item {
  position: relative;
}

.layout-2.rt-testimonial .testimonial-item:hover:before {
  content: "";
  position: absolute;
  border: 1px solid var(--primarycolor);
  left: 15px;
  right: 15px;
  top: 0;
  bottom: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  z-index: -1;
  pointer-events: none;
  background: transparent;
}
.layout-2.rt-testimonial .testimonial-item .image-box {
  margin-bottom: 0;
  margin-bottom: 26px;
}
.layout-2.rt-testimonial .testimonial-item .image-box:after {
  display:none;
}
.layout-2.rt-testimonial .testimonial-item .tes-content:after {
  content: "\e98f";
  font-family: 'roadthemes-icon';
  display: block;
  font-size: 3.6rem;
  color: var(--primarycolor);
  line-height: 1;
  margin-top: 19px;
}

/* slick css */

.slick-arrow {
  position: absolute;
  top: 50%;
  height: 50px;
  line-height: 50px;
  width: 50px;
  padding: 0;
  color: #616366;
  background: #fff;
  z-index: 3;
  opacity: 0;
  border: 0;
  outline: none !important;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -webkit-box-shadow: var(--boxshadow);
    box-shadow: var(--boxshadow);
}
.slick-arrow:hover {
  background: var(--primarycolor);
  border-color: var(--primarycolor);
  color: #fff;
}
.slick-arrow:before {
  content:"";
  font-family: "roadthemes-icon";
  font-size: 1.8rem;
}
.slick-arrow.slick-prev:before {
  content: "\e991";
}
.slick-arrow.slick-next:before {
  content: "\e992";
}
.slick-disabled {
  cursor: not-allowed !important;
}

.slick-arrow.slick-prev {
  left: 5px;
}
.slick-arrow.slick-next {
  right:5px;
}
.slick-slider:hover .slick-arrow.slick-prev {
  opacity: 1;
  left: 0;
}
.slick-slider:hover .slick-arrow.slick-next {
  opacity: 1;
  right: 0;
}
.slick-arrow.slick-prev {
  left: -5px;
}
.slick-arrow.slick-next {
  right:-5px;
}
.slick-slider:hover .slick-arrow.slick-prev {
  opacity: 1;
  left: -15px;
}
.slick-slider:hover .slick-arrow.slick-next {
  opacity: 1;
  right: -15px;
}
.nav-style-2 .slick-slider .slick-arrow {
  position: absolute;
  top: -66px;
  right: 0 !important;
  left: auto !important;
  opacity: 1;
  width: 34px;
  height: 34px;
  line-height: 32px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 1px solid #e5e5e5;
}
.nav-style-2 .slick-slider .slick-arrow:before {
  font-size: 1.5rem;
}
.nav-style-2 .slick-slider .slick-arrow:hover {
  color: #fff;
  border-color: var(--primarycolor);
  background-color: var(--primarycolor);
}

.nav-style-2 .slick-slider .slick-arrow.slick-prev {
  right: 44px !Important;
}
.nav-style-3 .product-widget .slick-arrow {
  position: static;
  opacity: 1;
  margin-top: 40px;
  order: 2;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.nav-style-3 .product-widget .slick-prev.slick-arrow {
  margin-right: 10px;
}
.nav-style-3 .product-widget {
  position: relative;
}
.nav-style-3.has-arrow .product-widget:after {
  content: "";
  position: absolute;
  height: 1px;
  background: #ebebeb;
  right: 0;
  left: 120px;
  bottom: 25px;
}
.nav-style-3 .slick-slider {
  display: flex;
}
.nav-style-3 .slick-slider > .slick-list,
.nav-style-4 .slick-slider > .slick-list {
  flex: 1 1 auto;
}
.nav-style-4 .slick-slider {
  display: flex;
  justify-content: center;
}
.nav-style-4 .product-widget .slick-arrow {
  position: static;
  opacity: 1;
  margin-top: 47px;
  order: 2;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.nav-style-4 .product-widget .slick-arrow.slick-disabled,
.nav-style-4 .product-widget .slick-arrow.slick-disabled:before {
  opacity: 0.5;
}
.nav-style-4 .product-widget .slick-prev.slick-arrow {
  margin-right: 10px;
}
.nav-style-4.has-arrow .product-widget:after {
  content: "";
  position: absolute;
  height: 1px;
  background: rgba(49,48,48,0.07);
  right: 0;
  left: 0;
  bottom: 25px;
}
.nav-style-4.has-arrow .product-widget:before {
    content: "";
    width: 130px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 2px;
    z-index: 2;
    bottom: 25px;
}
@media (max-width: 767px) {
  .nav-style-4.has-arrow .product-widget:after {
    bottom: 20px;
  }
  .nav-style-4.has-arrow .product-widget:before {
    bottom: 20px;
  }
}
@media (min-width: 1520px) {
  .slick-arrow.slick-prev {
    left: -25px;
  }
  .slick-arrow.slick-next {
    right: -25px;
  }
  .slick-slider:hover .slick-arrow.slick-prev {
    left: -25px;
    opacity: 1;
  }
  .slick-slider:hover .slick-arrow.slick-next {
    right: -25px;
    opacity: 1;
  }
}
@media (min-width: 1580px) {
  .slick-arrow.slick-prev {
    left: -55px;
  }
  .slick-arrow.slick-next {
    right: -55px;
  }
  .slick-slider:hover .slick-arrow.slick-prev {
    left: -65px;
    opacity: 1;
  }
  .slick-slider:hover .slick-arrow.slick-next {
    right: -65px;
    opacity: 1;
  }
}
@media (max-width: 767px) {
  
  .slick-slider:hover .slick-arrow.slick-prev {
    opacity: 1;
    left: -10px;
  }
  .slick-slider:hover .slick-arrow.slick-next {
    opacity: 1;
    right: -10px;
  }
  .slick-arrow {
    width: 40px;
    height: 40px;
    line-height: 38px;
    border-width: 1px;
  }
  .slick-arrow:before {
    font-size: 1.4rem;
  }
  .nav-style-3 .product-widget:after {
    bottom: 20px;
    left: 100px;
  }
  .nav-style-3 .product-widget .slick-arrow {
    margin-top: 20px;
  }
}
.slick-dotted.slick-slider {
  margin: 0;
}
.slick-dots {
  list-style:none;
  padding: 0;
  text-align: center;
  position: static;
  margin-top: 20px;
  line-height: 1;
}
.slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 3px !important;
  width: auto;
  height: auto;
  line-height: 1;
}
.slick-dots li button {
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  padding: 0;
  font-size: 0;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  outline: none !important;
  background: transparent;
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}
.slick-dots li button:before {
  display:none;
}
.slick-dots li button:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #1c1e22;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.slick-dots li.slick-active button {
  border-color: var(--primarycolor);
  
}
.slick-dots li button:hover:after,
.slick-dots li.slick-active button:after {
  background-color: var(--primarycolor);
}
/* slick-slider */
.site-main .slick-list {
  margin: 0 -15px;
}
.slick-list .slick-slide {
  padding: 0 15px;
  margin: 0;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.slick-list .slick-slide.slick-active {
  opacity: 1;
}
.products-wrapper .slick-list .slick-slide > div:not(:first-child) {
  margin-top: 33px;
}
.small-image .slick-list .slick-slide > div:not(:first-child) {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
  .site-main .slick-list {margin: 0 -5px;}
  .slick-list .slick-slide {padding: 0 5px;margin: 0;}
}

.products-wrapper.slick-slider {
  margin: 0 !Important;
}
.product-layout-vertical .product-gallery__wrapper.row{
    margin: 0 -10px;
}
.product-layout-vertical .product-gallery__wrapper .col1,
.product-layout-vertical .product-gallery__wrapper .col2 {
  padding: 0 10px;
}
.slick-vertical .slick-list {
  margin: 0 !important;
}
.slick-vertical .slick-list .slick-slide {
  padding: 0 !Important;
  margin-bottom: 8px;
}
.slick-vertical .slick-arrow:before {
  font-size: 2.2rem
}
.slick-vertical .slick-arrow {
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  height: 30px;
  line-height: 30px;
}
.slick-vertical .slick-arrow.slick-prev {
  left: 0 !important;
  right: 0 !important;
  top: -20px;
  margin: auto;
}
.slick-vertical .slick-arrow.slick-next {
  left: 0 !important;
  right: 0 !important;
  top: auto;
  bottom: -20px;
  margin: auto;
}
.slick-vertical .slick-arrow.slick-prev:before {
  content: "\e92e";
}
.slick-vertical .slick-arrow.slick-next:before {
  content: "\e92b";
}
.slick-slider-block:not(.slick-initialized),
.slider-layout:not(.slick-initialized),
.product-thumbnails:not(.slick-initialized) {
  white-space: nowrap;
  overflow: hidden;
  width: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  display: block !important;
}
.slick-slider-block:not(.slick-initialized) > *,
.slider-layout:not(.slick-initialized) > *,
.product-thumbnails:not(.slick-initialized) > * {
    display: inline-block !important;
    white-space: normal !important;
    vertical-align: top;
    padding: 0 15px;
}
.slider-layout:not(.slick-initialized) > * {
  padding: 0;
}
.product-thumbnails:not(.slick-initialized) > * {
  padding: 0 5px;
}
@media (max-width: 767px) {
    .slick-slider-block:not(.slick-initialized) > * {
      padding: 0 5px;
  }
}
@media (min-width: 0px) {
  .column-mobile-1:not(.slick-initialized) > * {
    width: 100%;
  }
  .column-mobile-2:not(.slick-initialized) > * {
    width: 50%;
  }
  .column-mobile-3:not(.slick-initialized) > * {
    width: 33.333333%;
  }
}
@media (min-width: 768px) {
  .column-tablet-1:not(.slick-initialized) > * {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .column-tablet-2:not(.slick-initialized) > * {
    width: 50%;
  }
  .column-tablet-3:not(.slick-initialized) > * {
    width: 33.33333%;
  }
  .column-tablet-4:not(.slick-initialized) > * {
    width: 25%;
  }
  .column-tablet-5:not(.slick-initialized) > * {
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
}
@media (min-width: 992px) {
  .column-desktop-1:not(.slick-initialized) > * {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .column-desktop-2:not(.slick-initialized) > * {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .column-desktop-3:not(.slick-initialized) > * {
    max-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
  }
  .column-desktop-4:not(.slick-initialized) > * {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .column-desktop-5:not(.slick-initialized) > * {
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
  .column-desktop-6:not(.slick-initialized) > * {
    max-width: 16.666666%;
    -ms-flex-preferred-size: 16.666666%;
    flex-basis: 16.666666%;
  }
  .column-desktop-7:not(.slick-initialized) > * {
    max-width: 14.285%;
    -ms-flex-preferred-size: 14.285%;
    flex-basis: 14.285%;
  }
  .column-desktop-8:not(.slick-initialized) > * {
    max-width: 12.5%;
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
  }
}

/* button close */
.side-close-icon {
  position: absolute;
  z-index: 8;
  font-size: 2.4rem;
  width: 35px;
  height: 35px;
  line-height: 35px;
  top: 0;
  right: 0;
  text-align: center;
  color: #222 !important;
  cursor: pointer;
  text-decoration: none !important;
}
.side-close-icon:hover {
  color: red !important;
  background: transparent !Important;
}
/*----------*/
#preloader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 9999;
}

.product-images__trigger {
  font-size: 3.5rem;
  position: absolute;
  bottom: 25px;
  right: 20px;
  z-index: 99;
  background: #f1f1f1;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  text-align: center;
}
.rt-product-stock {
  font-size: 1.4rem;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  flex-basis: 100%;
  width: 100%;
  max-width: 400px;
  margin: 20.47px 0 0 0;
}
.rt-product-stock .stock-count {
  font-weight: 600;
  color: #1c1e22;
}
.rt-product-stock .stock-line {
  height: 14px;
  flex-basis: 100%;
  background: #eeeeee;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  margin-bottom: 8px;
}
.rt-product-stock span.stock-line-inner {
  display: block;
  height: 100%;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  background: rgb(218,48,30);
  background: linear-gradient(90deg, rgba(218,48,30,1) 0%, rgba(238,135,13,1) 50%, rgba(254,202,0,1) 100%);
}
.product-grid .rt-product-stock .stock-line {
  height: 6px;
  margin-bottom: 15px;
}
.product-grid .rt-product-stock {
  font-size: 1.2rem;
  justify-content: space-between;
  margin-top: 24px;
  line-height: 1;
}
.product-grid .rt-product-stock .stock-count {
  font-size: 1.4rem;
}
.product-grid .rt-product-stock .stock-out,
.product-grid .rt-product-stock .stock-in {
  margin-top: 5px;
}
@media (min-width: 360px) and (max-width: 479px) {
  .product-grid .rt-product-stock .stock-count {
    font-size: inherit;
  }
}
/* categories-module */
.categories-container {
  text-align: center;
}
.categories-container .name {
  margin-bottom: 25px;
}
.categories-container .category-image img {
  display: inline-block;
  vertical-align: top;
}

.categories-container .category-content .count {
  line-height: 36px;
  padding: 0 21px;
  background: var(--primarycolor);
  display: inline-block;
  vertical-align: top;
  color: #fff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  margin-top: 30px;
  margin-bottom: 0;
}

.categories-container .category-content ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.categories-container .category-content ul li a {
  display: block;
  line-height: 24px;
  color: var(--textcolor);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.categories-container .category-content ul li a:hover {
  margin-left: 7px;
  color: var(--primarycolor);
}
.categories-container .category-content .link {
  background: #f5f5f5;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 1.3rem;
  color: #253237;
  text-transform: uppercase;
  padding: 0 17px;
  line-height: 32px;
  margin-top: 23px;
  display: inline-block;
  vertical-align: top;
}
.categories-container .category-content .link:hover {
  background: var(--primarycolor);
  color: #fff;
}
.categories-container .category-image > a {
  display:inline-block;
  vertical-align: top;
  overflow: hidden;
}
.categories-container .style1 .category-image > a:hover {
  border: 6px solid var(--primarycolor);
  padding: 12px;
}
/* style2 (list)*/

.categories-container .style2 {
  display:flex;
  align-items: center;
  min-height: 148px;
  text-align: left;
}
.categories-container .style2 .category-image {
  flex: 0 0 39.91%;
  max-width: 39.91%;
  order: 2;
  text-align: right;
}
.categories-container .style2 .category-content {
  order: 1;
  padding: 0 15px 0 0;
  flex: 1 1 auto;
}
.categories-container .style2 .category-content .name {
  margin-bottom: 0;
}
.categories-container .style2 .category-content .count {
  font-size: 1.2rem;
  line-height: 1;
  margin: 0;
  margin-top: 14px;
  background: transparent;
  padding: 0;
  color: inherit;
  border-radius: 0;
  -webkit-border-radius: 0;
}
/*--------------------------------------------------------------
## Product Label
--------------------------------------------------------------*/

.product-labels .label-p-left + .product-label {
  left: auto;
  right: 0;
}
.product-labels .label-p-right + .product-label {
  right: auto;
  left: 0;
}
.product-label {
    padding: 0 10px;
    line-height: 22px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    text-align: center;
    font-size: 1.3rem;
    font-family: var(--pricefont);
    font-weight: var(--price_fontweight);
}

.product-label.label-p-left {
  right: auto;
  left: 20px;
}
.product-label.label-p-right {
  right: 20px;
  left: auto;
}
@media (max-width:567px) {
  .product-label {
    top: 10px;
    left: 10px;
  }
  .product-label.label-p-left {
    left: 10px;
  }
  .product-label.label-p-right {
    right: 10px;
  }
}
.label-d-circle {
  width: 40px;
  height: 40px;
  padding: 0;
  line-height: 40px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.label-d-elip {
  min-width: 48px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.product-label.specific-label-image {
  padding: 0;
}
.product-label.specific-label-image img,
.woocommerce .product-label.specific-label-image img {
  width: 33px;
}

.woocommerce-product-gallery .product-label.specific-label-image img,
.woocommerce .woocommerce-product-gallery .product-label.specific-label-image img {
  width: 60px;
}
@media (max-width: 767px) {
  .woocommerce-product-gallery .product-label.specific-label-image img,
  .woocommerce .woocommerce-product-gallery .product-label.specific-label-image img {
    width: 40px;
  }
}

.product-label.label-has-hover {
  display: flex;
  align-items: center;
  max-height: 60px;
}
.product-label.label-has-hover img {
  max-height: 100%;
  width: auto !important;
}
.product-label.label-has-hover:hover {
  z-index: 6;
}
.product-label.label-has-hover span {
  opacity: 0;
  margin-left: -15px;
  color: #222;
  padding: 5px 15px;
  position: relative;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background: #fff;
  -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.1);
  box-shadow: 0 0 1px 1px rgba(0,0,0,0.1);
  pointer-events: none;
}
.product-label.label-has-hover:hover span {
  opacity: 1;
  margin-left: 10px;
}
.product-label.label-has-hover span:before,
.product-label.label-has-hover span:after{
  border-style: solid;
  content: '';
  font-size: 1px;
  height: 0;
  position: absolute;
  width: 0;
}
.product-label.label-has-hover span:before {
  border-color: transparent #ebebeb transparent transparent;
  border-width: 8.5px 8px 8.5px 0;
  left: -8px;
  top: 50%;
  margin-top: -8.5px;
}
.product-label.label-has-hover span:after {
  border-color: transparent #fff transparent transparent;
  border-width: 7.5px 7px 7.5px 0;
  left: -7px;
  top: 50%;
  margin-top: -7.5px;
}
.product-label.label-has-hover.label-p-right span {
  order: 1;
  margin-left: 0;
  margin-right: -15px;
}
.product-label.label-has-hover.label-p-right img {
  order: 2;
}
.product-label.label-has-hover.label-p-right:hover span {
  margin-right: 10px;
}
.product-label.label-has-hover.label-p-right span:before {
  border-color: transparent  transparent transparent #ebebeb;
  border-width: 8.5px 0 8.5px 8px;
  left: auto;
  right: -8px;
  top: 50%;
  margin-top: -8.5px;
}
.product-label.label-has-hover.label-p-right span:after {
  border-color: transparent  transparent transparent #fff;
  border-width: 7.5px 0 7.5px 7px;
  left: auto;
  right: -7px;
  top: 50%;
  margin-top: -7.5px;
}

.label-d-trapezium:after {
  content:"";
  border: 10px solid transparent;
  position: absolute;
  left: 100%;
}
/*--------------------------------------------------------------
## Product Style
--------------------------------------------------------------*/

.border-box-custom {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.border-box-custom .nav-style-2 .slick-slider .slick-arrow {
  top: -46px;
}
@media (min-width: 992px) {
  .border-box-custom-2 .border-box .slick-slider-block {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media (max-width: 767px) {
  .border-box-custom .col-image {
    text-align: center;
  }
}
.border-box-custom .border-box .slick-slider-block {
  border: 0;
}
.border-box.style2  .slick-slider-block {
  border: 2px solid #da2e1f;
}
.border-box.style2 .single-item:hover:after {
  display:none;
}
.border-box .slick-slider-block {
  margin: 0;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.border-box .slick-slider-block.slick-item-less {
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
}
.border-box .slick-list .slick-slide > div:not(:first-child) {
  margin: 0;
  border-top: 1px solid #e5e5e5;
}
.border-box .slick-list {
 
  z-index: 1;
  margin: -15px;
  padding: 15px;
}
.border-box .slick-list .slick-track {
  display: flex;
}
.border-box .slick-slider-block.slick-item-less .slick-track{
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.border-box .slick-list .slick-slide {
  height: auto;
  position: relative;
  padding: 0;
}
.border-box .slick-list .single-item,
.archive-products-wrapper .woocommerce .single-item {
    padding: 20px;
    position: relative;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border-radius: 0;
    -webkit-border-radius: 0;
    border: 0; min-height:390px;
}
.border-box .slick-list .slick-slide:not(.slick-current):before {
  content: "";
  top: 0;
  bottom: 0;
  width: 1px;
  background: #e5e5e5;
  position: absolute;
  left: 0;
}
.border-box .single-item:hover {
  z-index: 15;
}

.border-box .single-item:hover:after {
  background: #fff;
  z-index: -1;
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 1px solid #a8b2b5;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-box-shadow: var(--boxshadow);
  box-shadow: var(--boxshadow);
}
.border-box .slick-dots {
  position: absolute;
  bottom: -30px;
}
@media (max-width: 568px) {
  .border-box .slick-list .single-item, 
  .archive-products-wrapper .single-item {
     padding: 10px;
  }
}
.product-inner {
  position: relative;
  
}
.product-inner .product-image {
  position: relative;
  text-align: center;
}
.product-inner .product-image > .image {
  position: relative;
}
.product-inner .product-image > .image  a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
}
.product-inner .product-image img {
      -webkit-transition: all 300ms ease-in-out;
      -moz-transition: all 300ms ease-in-out;
      -ms-transition: all 300ms ease-in-out;
      -o-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out;
}

.product-inner .product-image .product_thumbnail_hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
    opacity: 0;

}
.product-inner .product-image > .image a:hover .product_thumbnail_hover {
    z-index: 1;
    opacity: 1;
}
.product-inner .onsale {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  text-transform: capitalize;
  font-size: 1.2rem;
  line-height: 20px;
  padding: 0 5px;
  color: #fff;
  font-weight: 700;
  background: #eb2606;
}
.product-inner .product-title {
  margin-bottom: 10px;
}
.product-inner .product-title > * {

  outline: 0;
  line-height: 1.4286;
  margin-top: 0;
  margin-bottom: 0;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-inner .product-title > * a {
  outline:none !Important;
}
.product-inner .product-content {
  position: relative;
  padding-top: 19px;
  padding-bottom: 14px;
}
.product-inner .product-content > .inner {
  position: relative;
}
.product-brand,.product-content .product-category {
  line-height: 1;
  margin-bottom: 8px;
}
.product-brand .pwb-brands-in-loop a,.product-content .product-category > a{
  text-transform: uppercase;
  color: var(--primarycolor);
  font-weight: 700;
  font-size: 1.3rem;
}
.product-brand .pwb-brands-in-loop a:hover,.product-content .product-category > a:hover {
  text-decoration: underline;
}

#yith-wcwl-popup-message {
    font-weight: 400;
    line-height: 50px;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 10000;
    background: #fff;
    border: none;
    border-radius: 0;
    color: green;
    padding: 0 20px;
    border: 1px solid #ebebeb;
}
.yith-wcwl-add-to-wishlist .feedback {
    display: none;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.compare-button a.compare.added {
  background: #1d1d1d;
  border: none;
}
.product-rating {
  line-height: 1;
  margin: 0 0 13px 0;
}

.box-price .product-price {
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
}

.woocommerce div.product p.price, 
.woocommerce div.product span.price, 
.price {
  color: #707070;
  display: flex;
  line-height: 1;
  font-weight: 400;
  font-size: 1.8rem;
  align-items: flex-end;
  flex-wrap: wrap;
}
.price ins,
.woocommerce div.product span.price ins {
  text-decoration: none;
  font-weight: inherit !important;
}
.price del,
.woocommerce div.product span.price del {
  font-weight: 400;
  margin-right: 5px;
  opacity: 1;
  color: #a3a3a3;
  font-size: 1.5rem;
}
.woocommerce ul.cart_list li .star-rating, 
.woocommerce ul.product_list_widget li .star-rating {
  display: block;
}
.woocommerce .star-rating,
.woocommerce-page .star-rating,
.woocommerce .product-inner .star-rating,
.woocommerce-page .product-inner .star-rating {
  display: inline-block;
  margin: 0;
  position: relative;
  line-height: 1;
  vertical-align: top;
  float: none;
  width: 83px;
  height: 15px;
  float: none !important;
}
.woocommerce .star-rating:before,
.woocommerce-page .star-rating:before {
  content: '\e915\e915\e915\e915\e915';
  color: #d2d2d2;
  font-family: "roadthemes-icon";
  font-size: 1.5rem;
  letter-spacing: 2px;
  display: block;
}
.woocommerce .star-rating span,
.woocommerce-page .star-rating span {
  font-size: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  z-index: 1;
  height: 100%;
}
.woocommerce .star-rating span:before,
.woocommerce-page .star-rating span:before {
  content: '\e915\e915\e915\e915\e915';
  font-family: "roadthemes-icon";
  font-size: 1.5rem;
  letter-spacing: 2px;
  color: #fecb00;
  right: 0;
}
.yith-wcwl-add-to-wishlist {
  margin: 0;
}
.yith-wcwl-icon {
  display:none;
}
.product-inner .action-links a:before,
.product-inner .quickview .btn-quickview:before,
.summary .yith-wcwl-add-to-wishlist a:before, 
.summary a.compare:before {
  content:"\e907";
  font-family: "roadthemes-icon";
  font-size: 2rem;
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
}
.product-inner .action-links .product-cart a:before {
  font-size: 2.5rem;
}
.product-inner .yith-wcwl-add-to-wishlist a:before{
  content:"\e90a";
}
.summary .yith-wcwl-add-to-wishlist a:before {
  content:"\e90a";
}
.product-inner .yith-wcwl-add-to-wishlist a i.yith-wcwl-icon {
  display:none;
}
.product-inner .action-links a.compare:before,
.summary a.compare:before {
  content: "\e912";
}
.product-inner .quickview .btn-quickview:before {
  content: "\e91f";
}
.product-inner  a.added_to_cart.wc-forward {
  display: none !important;
}
.product-inner .product-image .product-quickview {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 5;
  pointer-events: none;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  
}
.product-inner .product-image .product-quickview .btn-quickview {
  opacity: 0;
}
.product-inner .product-image:hover .product-quickview .btn-quickview {
  opacity: 1;
}


 .product-inner .product-image .action-links {
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  z-index: 5;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.product-inner:hover .product-image .action-links {
  opacity: 1;
}
 .product-inner .action-links > ul {
  list-style:none;
  padding: 0;
  margin: 0;

}
.product-inner .action-links > ul > li {
  display: block;
}
.product-inner .action-links > ul > li:not(:last-child) {
  margin-bottom: 10px;
}

.product-inner .action-links ul li:last-child {
  margin: 0;
}
.product-inner .action-links a,
.product-inner .product-quickview .btn-quickview {
  width: 44px;
  height: 44px;
  line-height: 44px;
  padding: 0;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  background: #fff;
  text-align: center;
  font-size: 0;
  outline:none;
  font-weight: 400;
  color: #1d1e22;
  display: inline-block;
  vertical-align: top;
  pointer-events: visible;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  opacity: 1;
  -webkit-box-shadow: 0 5px 15px 1px rgba(0,0,0,0.12);
  box-shadow: 0 5px 15px 1px rgba(0,0,0,0.12);
}
.product-inner .action-links a:hover,
.product-inner .product-quickview .btn-quickview:hover {
  background: var(--primarycolor);
  color: #fff;
  opacity: 1;
}



/* product-layout-1 */

.product-layout-1 .product-inner:not(.product-list) .product-image .action-links {
  top: auto;
  bottom: -34px;
  opacity: 1;
}
.product-layout-1 .product-inner .action-links .product-cart a {
  background: var(--primarycolor);
  color: #fff;
}
.product-layout-1 .product-inner .action-links > ul > li {
  margin: 0;
}
.product-layout-1 .product-inner:hover .action-links > ul > li:not(:last-child) {
  margin-bottom: 10px;
}
.product-layout-1 .product-inner .action-links .product-cart a:hover {
  opacity: 0.7;
}
.product-layout-1 .product-inner .action-links > ul > li:not(.product-cart) {
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.product-layout-1 .product-inner:hover .action-links > ul > li {
  opacity: 1;
}
/* product-layout-2 */

.product-layout-2 .single-item {
  border: 1px solid #e5e5e5;
  padding: 19px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.product-layout-2 .single-item:hover {
  border-color: var(--primarycolor);
}
.product-layout-2 .product-grid .product-content {
  text-align: center;
  padding-bottom: 9px;
}
.product-layout-2 .product-grid .product-content .product-cart {
  margin-top: 22px;
}
.product-layout-2 .product-grid .product-content .product-cart > a {
  width: 100%;
  line-height: 36px;
  padding: 0 5px;
  font-size: 1em;
  font-weight: 700;
  position: relative;
  opacity: 1;
}
.product-layout-2 .product-grid .product-content .product-cart > a:before {
  content:"\e907";
  font-family: 'roadthemes-icon';
  font-size: 2.5rem;
  font-weight: 400;
  line-height: inherit;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: var(--primarycolor);
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.product-layout-2 .product-grid .product-content .product-cart > a:hover:before {
  opacity: 1;
}
@media (max-width: 568px) {
  .product-layout-2 .single-item {
    padding: 10px;
  }
}
/* product-layout-3 */
.product-layout-3 .single-item {
  border: 1px solid #e5e5e5;
  padding: 19px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.product-layout-3 .single-item:hover {
  border-color: var(--primarycolor);
}
.product-layout-3 .product-grid .product-content {
  text-align: center;
}
.product-layout-3 .product-inner .product-image .action-links {
  left: 0;
  right: 0;
  bottom: 0;
  top: auto;
}
.product-layout-3 .product-inner .action-links > ul > li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 0 0;
}
.product-layout-3 .product-inner .action-links > ul > li:last-child {
  margin: 0;
}

@media (max-width: 767px) {
  .product-layout-3 .product-inner .product-image .action-links {
      opacity: 0;
  }
  .product-layout-3 .product-inner:hover .product-image .action-links {
      opacity: 1;
  }
}
@media (max-width: 568px) {
  .product-layout-3 .single-item {
    padding: 10px;
  }
}
@media (max-width: 479px) {
  .product-layout-3 .product-inner .action-links a {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
}
/* product-layout-4 */

.product-layout-4 .product-inner:not(.product-list) .box-cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  opacity: 0;
  bottom: 0;
}

.product-layout-4 .product-inner:not(.product-list):hover .box-cart {
  bottom: 12px;
  opacity: 1;
}
.product-layout-4 .product-inner .box-price {
    -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.product-layout-4 .product-inner:not(.product-list):hover .box-price {
  opacity: 0;
  -moz-transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -o-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}
.product-layout-4 .product-inner:not(.product-list) .product-cart {
  position: static;
  margin: 0 5px 0 0;
  flex: 1 1 auto;
  opacity: 1;
}

.product-layout-4 .product-inner.product-list .product-content .product-cart {
  margin-top: 30px;
}
.product-layout-4 .product-inner:not(.product-list) .product-cart > a {
  width: auto;
  height: auto;
  line-height: 23px;
  padding: 0;
  font-size: 1.4rem;
  font-weight: 400;
  color: #707070;
  border: 0;
  background: transparent;
  opacity: 1;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  border-radius: 0;
  -webkit-border-radius: 0;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: left;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.product-layout-4 .product-inner:not(.product-list) .product-cart > a:hover {
  color: var(--primarycolor);
}

.product-layout-4 .product-inner:not(.product-list) .product-cart > a:before {
  display:none;
}
.product-layout-4 .product-inner:not(.product-list) .quickview {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 5;
  pointer-events: none;
  opacity: 0;
  bottom: -6px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.product-layout-4 .product-inner:not(.product-list):hover .quickview {
  opacity: 1;
  bottom: 0;
}
.product-layout-4 .product-inner:not(.product-list) .quickview .btn-quickview {
  background: rgba(255,255,255,0.9);
  padding: 0 10px;
  line-height: 40px;
  font-size: 1em;
  color: #707070;
  pointer-events: visible;
  width: 100%;
  font-weight: 400;
}
.product-layout-4 .product-inner:not(.product-list) .quickview .btn-quickview.loading:after {
  border-color: rgba(0, 0, 0, 0.2);
  border-top-color: #313030;
  right: 0;
  margin-right: 10px;
  width: 16px;
  height: 16px;
  border-width: 1px;
  margin-top: -8px;
}
.product-layout-4 .product-inner:not(.product-list) .quickview .btn-quickview:hover {
  color: #313030;
}
.product-layout-4 .product-inner:not(.product-list) .quickview .btn-quickview:before {
  display:none;
}

@media (max-width: 767px) {
  .product-layout-4 .product-inner .box-price {
    opacity: 1 !Important;
    -moz-transform: translateY(0) !important;
    -webkit-transform: translateY(0) !important;
    -o-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }
  .product-layout-4 .product-inner:not(.product-list) .box-cart {
    position: static !Important;
    opacity: 1 !Important;
    margin-top: 5px;
    display: none;
  }
  .product-layout-4 .product-inner:not(.product-list) .box-cart .shop-swatches {
    display:none;
  }
}
/* product-layout-5 */
.product-layout-5 .product-inner .product-cart {
   position: absolute;
   margin: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background: #fff;
   padding-top: 10px;
   z-index: 6;
   -webkit-transition: all 500ms ease-in-out;
   -moz-transition: all 500ms ease-in-out;
   -ms-transition: all 500ms ease-in-out;
   -o-transition: all 500ms ease-in-out;
   transition: all 500ms ease-in-out;
   opacity: 0;
}
.product-layout-5 .product-inner:hover .product-cart {
  opacity: 1;
}
.product-layout-5 .product-inner.product-list .product-content .product-cart {
  margin-top: 30px;
}
.product-layout-5 .product-inner .product-cart > a {
  width: 100%;
  height: auto;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #313030;
  background: #fff;
  color: #313030;
  font-size: 1.4rem;
  padding: 8px 5px;
  line-height: 24px;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  font-weight: 400;
}
.product-layout-5 .product-inner .product-cart > a:hover {
  background: var(--primarycolor);
  border-color: var(--primarycolor);
  color: #fff;
  opacity: 1;
}
.product-layout-5 .product-inner .product-cart > a:before {
  display:none;
}
.product-layout-5 .product-inner:not(.product-list) .quickview {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
  pointer-events: none;
  opacity: 0;
    -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.product-layout-5 .product-inner:not(.product-list):hover .quickview {
  opacity: 1;
}
.product-layout-5 .product-inner:not(.product-list) .quickview .btn-quickview {
  background: #fff;
  padding: 0 17px;
  line-height: 30px;
  border-radius: 3px;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 20%);
  font-size: 0.95em;
  pointer-events: visible;
  font-weight: 400;
  color: #313030;
}

.product-layout-5 .product-inner:not(.product-list) .quickview .btn-quickview:before {
  display:none;
}

@media (max-width: 767px) {
  .product-layout-5 .product-inner .product-cart {
    opacity: 1;
    position: static;
    padding-top: 0;
    margin-bottom: 13px;
    background: transparent;
  }
}
/* product-layout-6 */

.product-layout-6 .product-inner .product-image .action-links {
  left: 0;
  right: 0;
  bottom: 20px;
  top: auto;
}
.product-layout-6 .product-inner .action-links > ul {
    -webkit-box-shadow: 0 5px 15px 1px rgba(0,0,0,0.12);
  box-shadow: 0 5px 15px 1px rgba(0,0,0,0.12);
}
.product-layout-6 .product-inner .action-links > ul > li {
  float: left;
  margin: 0;
  border-right: 1px solid #e5e5e5;
}
.product-layout-6 .product-inner .action-links > ul > li:last-child {
  border: 0;
}
.product-layout-6 .product-inner .action-links ul {
  display: inline-block;
  vertical-align: text-bottom;
  background: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  overflow: hidden;
}
.product-layout-6 .product-inner .action-links a {
  background: transparent;
  color: #222;
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.product-layout-6 .product-inner .action-links a:hover {
  background: var(--primarycolor);
  color: #fff;
}
@media (max-width: 767px) {
  .product-layout-6 .product-inner .product-image .action-links {
      opacity: 0;
  }
  .product-layout-6 .product-inner:hover .product-image .action-links {
      opacity: 1;
  }
}
@media (max-width: 479px) {
  .product-layout-6 .product-inner .action-links a {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
}
/*--------------------------------------------------------------
## Category
--------------------------------------------------------------*/
/*category-thumbnail (product category page)*/
.category-thumbnail {
  margin-bottom: 30px;
}
/* category-description (product category page) */
.category-description {
  margin: 30px 0;
}
.category-description.expand-content {
  overflow: hidden;
  max-height: 80px;
  position: relative;
}
.category-description.expanded-content {
  overflow: visible;
  max-height: none;
  padding-bottom: 30px;
}
.block-expand-overlay {
  background: linear-gradient(to bottom, transparent, rgba(248, 248, 248, 1));
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: visible;
}
.expanded-content .block-expand-overlay {
  background: transparent;
}
.block-expand-overlay > .block-expand {
  display: inline-block;
  vertical-align: top;
  line-height: 25px;
  padding: 0 15px;
  background: #222;
  border-radius: 5px;
  color: #fff !important;
  cursor: pointer;
  font-size: 1.2rem;
}
.block-expand-overlay > .block-expand:hover {
  background: var(--primarycolor);
}
.block-expand:after {
  content: "\e92b";
  font-family:"roadthemes-icon";
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
  font-size: 0.9rem;
}
.block-expand.btn-less:after {
  content: "\e92e";
}
.expand-content:not(.expanded-content) .btn-less {
  display:none;
}
.expanded-content .btn-more {
  display:none;
}

/*product-subcategories (shop page)*/
.subcategories-wrapper {
  margin-bottom: 30px;
  text-align: center;
}
.product-subcategories {
  padding: 0;
  list-style:none;
}
.product-subcategories a {
  text-decoration:none;
  padding: 0 15px;
  display: inline-block;
  vertical-align: top;
}
.product-subcategories img {
  display: inline-block !important;
}
.product-subcategories .category-summary {
  padding: 10px 0 0 0;
  text-align: center;
  display: block;
}
.product-subcategories .category-summary .category-name {
  display: block;
  font-weight: 600;
}
.product-subcategories .category-summary .category-products-count {
  color: var(--textcolor);
  font-size: 1.3rem;
  display: block;
}
.product-subcategories .design2 {
  position: relative;
}
.product-subcategories .design2 .category-summary {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background: #fff;
  padding: 5px;
  font-size: 1.2rem
}
/*show categories on shop page*/
.woocommerce  .archive-products > .product-category,.archive-products > .product-category {
  text-align: center;
  margin-bottom: 30px;
}
.archive-products > .product-category .woocommerce-loop-category__title {
  margin-top: 10px;
}
.archive-products > .product-category .woocommerce-loop-category__title .count {
  background: transparent;
}
/* product grid (shop page)*/
.archive-products-wrapper {
  border-left: 1px solid #e5e5e5;
}
.archive-products-wrapper > .row {
  margin: 0;
}
.archive-products > div,
.woocommerce .archive-products > div{
  padding: 0;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.archive-products > div.col-12:nth-child(1) {
    border-top: 1px solid #e5e5e5;
}
@media (min-width: 1200px) {
  .archive-products > div.col-xl-3:nth-child(1),
  .archive-products > div.col-xl-3:nth-child(2),
  .archive-products > div.col-xl-3:nth-child(3),
  .archive-products > div.col-xl-3:nth-child(4),
  .archive-products > div.col-xl-4:nth-child(1),
  .archive-products > div.col-xl-4:nth-child(2),
  .archive-products > div.col-xl-4:nth-child(3),
  .archive-products > div.col-xl-6:nth-child(1),
  .archive-products > div.col-xl-6:nth-child(2) {
    border-top: 1px solid #e5e5e5;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .archive-products > div.col-md-4:nth-child(1),
  .archive-products > div.col-md-4:nth-child(2),
  .archive-products > div.col-md-4:nth-child(3),
  .archive-products > div.col-md-6:nth-child(1),
  .archive-products > div.col-md-6:nth-child(2) {
    border-top: 1px solid #e5e5e5;
  }
}
@media (min-width: 360px) and (max-width: 767px) {
  .archive-products > div.col-6:nth-child(1),
  .archive-products > div.col-6:nth-child(2),
  .archive-products > div.col-12:nth-child(1) {
    border-top: 1px solid #e5e5e5;
  }
}
@media (max-width: 359px) {
  .archive-products > div.col-6:nth-child(1),
  .archive-products > div.col-12:nth-child(1) {
    border-top: 1px solid #e5e5e5;
  }
}
@media (max-width: 767px) {
  .archive-products > div,
  .woocommerce .archive-products > div{
    margin-bottom: 0;
  }
}
@media (max-width: 359px) {
  .archive-products > div,
  .woocommerce .archive-products > div{
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/* product list (shop page) */
.product-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.product-list .product-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 31.43%;
  flex: 0 0 31.43%;
  max-width: 31.43%;
}
.product-list .product-content {
  padding: 0;
  padding-left: 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 68.57%;
  flex: 0 0 68.57%;
  max-width: 68.57%;
}
.product-list .product-title > * {
  margin-top: 10px;
}
.product-list .product-short-description {
  margin-top: 30px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.product-list .block-countdown {
  margin-top: 24px;
  opacity: 1 !important;
}
.woocommerce  div.product .product-list p.price, 
.woocommerce  div.product .product-list span.price,
.product-list .price {
  font-size: 2rem;
}
.product-list .product-content .product-cart {
  position: static;
  margin-top: 33px;
  opacity: 1;
}
.product-list .product-content .product-cart > a {
  line-height: 16px;
  min-width: 190px;
  max-width: 100%;
  width: auto;
}
.product-list .product-content .product-cart > a:before {
  display:none;
}
@media (max-width: 479px) {
  .product-list .product-image,
  .product-list .product-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
  }
}
/*---------------------------*/
.owl-carousel .owl-nav button {
  font-size: 0;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  filter: alpha(opacity=0);
  opacity: 0;
  height: 36px;
  width: 36px;
  text-align: center;
}
.owl-carousel .owl-nav button:before {
  font-family: "Ionicons";
  font-size: 3.6rem;
  display: block;
  line-height: 36px;
}
.owl-carousel .owl-nav button.disabled {
  cursor: not-allowed;
}
.owl-carousel .owl-nav button.owl-prev {
  right: 100%;
}
.owl-carousel .owl-nav button.owl-prev:before {
  content: "\f3cf";
}
.owl-carousel .owl-nav button.owl-next {
  left: 100%;
}
.owl-carousel .owl-nav button.owl-next:before {
  content: "\f3d1";
}
.owl-carousel:hover .owl-nav button {
  filter: alpha(opacity=100);
  opacity: 1;
}
/* countdown default  */

.countdown-inner {
  display: inline-block;
  vertical-align: top;
}
.countdown-inner > span {
  font-size: 1.2rem;
  text-transform: uppercase;
  line-height: 1;
  position: relative;
  float: left;
  color: #1c1e22;
  margin-right: 23px;
  text-align: center;
}
.countdown-inner > span:last-child {
  margin: 0 !important;
}
.countdown-inner > span > strong {
  font-size: 2.2rem;
  display: block;
  margin-bottom: 9px;
  color: #1c1e22;
  font-family: var(--pricefont);
  font-weight: 600;
  background: #e5e5e5;
  width: 50px;
  line-height: 40px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  position: relative;
}
.countdown-inner > span:not(:last-child) > strong:after {
  content: ":";
  position: absolute;
  right: -13px;
  top: 5px;
  font-size: 2.4rem;
  font-weight: 700;
  font-family: var(--pricefont);
  line-height: 1;
}

/* Countdown for product grid */
.product-inner.product-grid:hover .block-countdown {
  opacity: 0;
  pointer-events:none;
}
.product-grid .block-countdown {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  z-index: 10;
}
.product-grid .countdown-inner > span {
  background: #e5e5e5;
  padding: 7px 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-right: 5px;
  text-transform: capitalize;
}
.product-grid .countdown-inner > span:not(:last-child) > strong:after {
  opacity: 0;
}
.product-grid .countdown-inner > span > strong {
  line-height: 1;
  margin-bottom: 5px;
  width: auto;
  font-size: 1.8rem;
  padding: 0;
}
@media (max-width: 1199px) {
  .product-grid .countdown-inner > span {
    margin-right: 3px;
  }
  
}
@media (max-width: 567px) {
  
}
@media (max-width: 479px) {
  .product-grid .countdown-inner > span > strong {
    font-size: 1.4rem;
    margin-bottom: 2px;
  }
  .product-grid .countdown-inner > span {
    font-size: 1rem;
    margin-right: 2px;
  }
}
/* countdown for block */
.rt-elementor-countdown.d-count-inline .countdown-inner {
  padding: 14px 27px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
}
.rt-elementor-countdown.d-count-inline .countdown-inner > span {
  display: flex;
  align-items: center;
  font-size: 2.2rem;
  font-family: var(--pricefont);
  text-transform: none;
  font-weight: 600;
}
.rt-elementor-countdown.d-count-inline .countdown-inner > span:not(:last-child):after {
  content: ":";
  position: absolute;
  right: -13px;
}
.rt-elementor-countdown.d-count-inline .countdown-inner > span > strong:after {
  display:none;
}
.rt-elementor-countdown.d-count-inline .countdown-inner > span > strong {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  width: auto;
  background: transparent;
  line-height: inherit;
  border-radius: 0;
  -webkit-border-radius: 0;
}
@media (max-width: 479px) {
  .rt-elementor-countdown.d-count-inline .countdown-inner {
    padding: 10px 20px;
  }
  .rt-elementor-countdown.d-count-inline .countdown-inner > span {
    font-size: 1.6rem;
  }
  .rt-elementor-countdown.d-count-inline .countdown-inner > span:not(:last-child) {
    margin-right: 12px !Important;
  }
  .rt-elementor-countdown.d-count-inline .countdown-inner > span:not(:last-child):after {
    right: -8px;
  }
}
/* countdown-module */
@media (max-width: 1300px) {
  .sale-products .countdown-inner > span > strong {
    width: auto;
    padding: 0 5px;
  }

}
@media (min-width: 992px) and (max-width: 1199px) {
  .sale-products .countdown-inner > span {
    margin-right: 10px;
  }
  .sale-products .countdown-inner > span > strong {
    font-size: 1.8rem;
  }
  .sale-products .countdown-inner > span:not(:last-child) > strong:after {
    right: -7px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .sale-products .countdown-inner > span {
    margin-right: 10px;
  }
  .sale-products .countdown-inner > span > strong {
    font-size: 1.8rem;
  }
  .sale-products .countdown-inner > span:not(:last-child) > strong:after {
    right: -7px;
  }
}
/*design-1*/
.sale-products .product-inner:not(.product-grid) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: 2px solid #da2e1f;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 20px;

}
.sale-products .product-inner:not(.product-grid) .product-content .action-links {
  display:none;
}

.sale-products .product-inner:not(.product-grid) .product-image {
  flex: 0 0 47.782%;
  max-width: 47.782%;
}
.sale-products .product-inner:not(.product-grid) .product-content {
  flex: 1 1 auto;
  padding: 0 0 0 20px;
  text-align: center;
}
.sale-products .product-inner:not(.product-grid) .product-content .product-price {
  display: inline-block;
  vertical-align: top;
}
.sale-products .product-inner:not(.product-grid) .product-content .price {
  font-size: 2.2rem;
}
.sale-products .product-inner:not(.product-grid) .product-title {
  margin-bottom: 20px;
}
.sale-products .product-inner:not(.product-grid) .product-short-description {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 1.3rem;
  margin-top: 19px;
}
.text-countdown {
  font-size: 1.4rem;
  margin-top: 32px;
  margin-bottom: 35px;
}
.sale-products .design-1 .block-countdown {
  display: block;
}
@media (max-width: 479px) {
  .sale-products .product-inner:not(.product-grid) .product-image {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sale-products .product-inner:not(.product-grid) .product-content {
    padding: 20px 0 0 0;
  }
}

/*design-2*/

.sale-products .design-2 .product-inner {
  border: 0;
  display: block;
}
.sale-products .design-2 .product-inner .product-image {
  max-width: 100%;
  flex:none;
}
/* end countdown-module */
.border-box-list .slick-slider-block {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 19px;
}
.product-list-small {
  display: flex;
  align-items: center;
}
.product-list-small .product-label {
  display:none;
}
.product-list-small .product-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32.433%;
  flex: 0 0 32.433%;
  max-width: 32.433%;
}
.product-list-small .product-content {
  padding: 0 0 0 20px;
  flex: 1 1 auto;
}
.product-list-small .product-content > .inner {
  padding: 0;
}
.product-list-small .product-title > * {
  text-transform:none;
  font-size: 1.6rem;
  line-height: 1.5;
}
/* shop list layout */
.product-list-layout .product-inner:before {
  display:none;
}
.product-list-layout .product-image {
  border: 1px solid #ebebeb;
}
.product-list-layout .action-links {
  margin-top: 30px;
}
.product-list-layout .action-links ul {
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
.product-list-layout .action-links ul li {
  float: left;
  margin: 0 5px 0 0;
}
.product-list-layout .action-links a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  font-size: 0;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  background: #222;
  color: #fff;
}
.product-list-layout .action-links a:hover {
  background: var(--primarycolor);
  color: #fff;
}
/* end shop list layout */
/* tabs module */
.tab-content>.active {
  opacity: 1;
}
.rt-tab-products .rt-tabs {
  margin-bottom: 40px;
}
.rt-tab-products .rt-tabs li {
  position: relative;
}
.rt-tab-products .rt-tabs li:last-child {
  margin-right: 0;
}
.rt-tab-products .rt-tabs li a {
  border: 0;
  font-size: 1.4rem;
  padding: 0;
  line-height: 1;
  line-height: 36px;
  padding: 0 23px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  display: block;
}
.rt-tab-products .rt-tabs li a:hover {
  color: var(--primarycolor);
}
.rt-tab-products .rt-tabs li.active a {
  color: #fff;
  background: var(--primarycolor);

}
@media (max-width: 767px) {
  .rt-tab-products .rt-tabs li {
    margin: 0 15px 0 0;
  }
}

/* title-absolute */
.title-absolute .rt-tabs {
  border: 0;
}
.title-absolute .rt-tabs li {
  margin: 0 20px 0 0;
}
.title-absolute .rt-tabs li:after {
  display:none;
}
.title-absolute .rt-tabs li:last-child {
  margin: 0;
}
.title-absolute .rt-tabs li a {
  text-transform: capitalize;
  border: 2px solid transparent;
  line-height: 26px;
  padding: 0;
  display: block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.title-absolute .rt-tabs li.active a {
   border-color: var(--primarycolor);
   padding: 0 20px;
   border-radius: 30px;
   -webkit-border-radius: 30px;
}
.title-absolute .rt-tabs {
  position: absolute;
  right: 0;
  top: -63px;
  margin: 0;
}
@media (min-width: 992px) {
  .title-absolute.nav-style-2 .rt-tabs {
    right: 115px;
  }
}
@media (max-width: 991px) {
  .title-absolute .rt-tabs {
    position: relative;
    top: auto;
    right: auto;
    margin: 20px 0;
  }
}
@media (max-width: 767px) {
  .title-absolute .rt-tabs li {
    margin: 0px 15px 0 0;
  }
}
/*.product-tabs (mixy store4)*/

/* end tabs module */

/* Footer */
.site-footer {
  margin-top: var(--rowspace);
  border-top: 1px solid #f4f4f4;
}
.text-light,.text-light a,
.text-light .widget-title,
.text-light label,
.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6{
  color: #fff;
}
.text-light .footer-column .menu a,
.text-light .mc4wp-alert a,
.text-light .social-list li a {
  color: #fff;
}
.text-light .footer-column .menu a:hover,
.text-light .mc4wp-alert a:hover,
.text-light .social-list li a:hover {
  color: #fff;
}
.text-light .mc4wp-form .mc4wp-form-fields button {
  background: #fff;
  color: #313030;
}
.text-light .mc4wp-form .mc4wp-form-fields input {
  border-color: #fff;
  background: transparent;
}
.site-footer .text-light ul li a:after {
  background: #fff;
}
.style-2 .text-light {
  color: rgba(255,255,255,0.5);
}

.footer-before .mc4wp-form {
  text-align: center;
}
.footer-main {
  padding: calc(var(--rowspace) - 6px) 0 calc(var(--rowspace) - 37px) 0;
}
.footer-main .footer-column {
  margin-bottom: 30px;
}
.footer-main h5 {
  margin-bottom: 24px;
  pointer-events: none;
}
.footer-main h6 {
  margin-bottom: 17px;
}
.footer-main .widget-title {
  pointer-events: none;
}
@media (min-width: 768px) {
  .footer-main .widget-title ~ * {
    display: block !Important;
  }
}
@media (max-width: 767px) {
  .footer-main .footer-column {
    margin-bottom: 20px;
  }
  .footer-main .widget-title {
    margin-bottom: 0;
    position: relative;
    pointer-events: visible;
    cursor: pointer;
  }
  .footer-main .widget-title ~ * {
    opacity: 0;
    display: none;
    margin-top: 20px;
  }
  .footer-main .opened .widget-title ~ * {
    opacity: 1;
  }

  .footer-main .widget-title:after {
    content:"\e92b";
    font-family: 'roadthemes-icon';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  .footer-main .widget-title.opened:after {
    transform:rotate(-180deg)
  }
}
.footer-main .widget-title ~ script {
  display:none !important;
}
.site-footer .box-touch li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-top: 0;
}
.site-footer .box-touch li:not(:last-child) {
  margin-right: 23px;
  margin-bottom: 5px;
}
.site-footer .box-touch li:not(:last-child):after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  background: rgba(255,255,255,0.5);
  position: absolute;
  right: -15px;
  top: 50%;
  margin-top: -2px;
}
.site-footer .box-touch li i {
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
}
.site-footer p {
  line-height: 24px;
}
.site-footer .footer-phone {
  display: flex;
  align-items: center;
}
.site-footer .footer-phone .icon {
  font-size: 4.8rem;
  font-weight: 400;
  margin-right: 13px;
}
.site-footer .footer-phone label {
  display: block;
  font-weight: 400;
  font-size: 1.6rem;
  margin-bottom: 6px;
  line-height: 1;
}
.site-footer .footer-phone strong {
  font-size: 2.2rem;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 567px) {
  .site-footer .footer-phone .icon {
    font-size: 4rem;
  }
  .site-footer .footer-phone label {
    font-size: 1.4rem;
  }
  .site-footer .footer-phone strong {
    font-size: 1.8rem;
  }
}
.site-footer .copyright {
  padding: 10px 0;
}
.site-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer ul.menu li a {
  line-height: 24px;
  display: block;
  color: var(--textcolor);
}
.site-footer ul.menu li a:hover {
  color: var(--primarycolor);
}
.site-footer ul li:not(:last-child) {
  margin-bottom: 7px;
}
.site-footer ul li a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-decoration:none;
}

.site-footer .footer-bottom {
  border-top: 1px solid #e5e5e5;
  padding: 10px 0;
}
.footer-bottom p {
  margin: 0;
}
.footer-bottom .col {
  padding-top: 5px;
  padding-bottom: 5px;
}
.site-footer .footer-bottom .row {
  align-items: center;
}
.footer-bottom ul.menu li {
  margin: 0 5px 0 0 !important;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 767px) {
  .footer-bottom .row {
    display: block;
  }
   .footer-bottom .row .col {
     text-align: center !important;
     margin-bottom: 10px;
   }
}
.footer-column section + section {
  margin-top: 35px;
}
section.widget.social_widget {margin-top: 0;}
/* end footer*/
@media (min-width: 1200px) {
  .newletter-group .elementor-column {
    width: auto !important;
  }
  .newletter-group .elementor-column:nth-child(2) {
    flex: 1 1 auto;
  }
}
@media (max-width: 767px) {
  #footer-top-newsletter .elementor-icon-box-wrapper .elementor-icon-box-icon,
  #footer-top-phone .elementor-icon-box-wrapper .elementor-icon-box-icon  {
    margin-bottom: 5px;
  }
  #footer-top-phone .elementor-widget-icon-box .elementor-widget-container {
    border-radius: 5px;
    -webkit-border-radius: 5px;
  }
}
.mc4wp-form .mc4wp-form-fields{position: relative;}
.mc4wp-form-fields p {
  margin-bottom: 21px;
}
.mc4wp-form-fields p.note {
  font-size: 1.4rem;
  line-height: 1.286;
  margin: 26px 0 0 0;
}
.mc4wp-form-fields p.note a {
  font-weight: 500;
}
.mc4wp-form-fields p.note a:hover {
  text-decoration: underline;
}
.mc4wp-form .mc4wp-form-fields .input-box {
  position: relative;
}
.mc4wp-form .mc4wp-form-fields input {
  flex: 1 1 auto;
  height: 60px;
  border: 0;
  padding: 0 30px;
  padding-right: 140px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  font-size: 1.4rem;
  color: #888686;
  width: 100%;
  background: #fff;
}

.mc4wp-form .mc4wp-form-fields button {
  font-size: 1.3rem;
  font-weight: 700;
  padding: 0 25px;
  border-radius: 0;
  position: absolute;
  right: 5px;
  cursor: pointer;
  top: 5px;
  bottom: 5px;
  display: flex;
  align-items: center;
  border-radius: 30px;
  -webkit-border-radius: 30px;
}
.mc4wp-form input[type='email']::-webkit-input-placeholder {
  color: #888686;
}
.mc4wp-form input[type='email']:focus::-webkit-input-placeholder {
  color: transparent;
}
.mc4wp-form input[type='email']:-moz-placeholder {
  color: #888686;
}
.mc4wp-form input[type='email']:focus:-moz-placeholder {
  color: transparent;
}
.mc4wp-form input[type='email']::-moz-placeholder {
  color: #888686;
}
.mc4wp-form input[type='email']:focus::-moz-placeholder {
  color: transparent;
}
.mc4wp-form input[type='email']:-ms-input-placeholder {
  color: #888686;
}
.mc4wp-form input[type='email']:focus:-ms-input-placeholder {
  color: transparent;
}
.mc4wp-alert {
  margin-top: 5px;
}
/* store locator */
.title-locator > .elementor-widget-container{
  margin-top: 40px;
  margin-bottom: 20px;
}
.button-locator .elementor-button {
  display: block;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #ebebeb;
  border-radius: 0;
  -webkit-border-radius: 0;
  color: #8a8a8a;
  text-align: left;
  padding: 10px 0;
  line-height: 28px;
  font-size: 1.6rem;
  position: relative;
}
.button-locator .elementor-button:focus, 
.button-locator .elementor-button:hover, 
.button-locator .elementor-button:visited {
  color: inherit;
}
.button-locator .elementor-button:after {
  content: "\e92d";
  font-family: 'roadthemes-icon';
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: #313030;
  position: absolute;
  right: 0;
  bottom: 10px;
  font-size: 1.2rem;
  color: #fff;
}
.button-locator .elementor-button:hover:after {
  opacity: 0.8;
}
@media (max-width: 1400px) {
  .title-locator > .elementor-widget-container {
    margin-top: 23px;
  }
}
/* Locator Page */
.map-locator:not(#map1-locator) {
  position: absolute;
  opacity: 0;
  pointer-events:none;
}
.map-locator.active {
  opacity: 1 !important;
  pointer-events: visible !important;
}
.adress-locator {
  border-bottom: 1px solid #ebebeb;
  padding: 0 20px;
  padding-top: 34px;
  padding-bottom: 33px;
  cursor: pointer;
  margin: 0 !important;
}
.adress-locator:first-child {
  border-top: 1px solid #ebebeb;
}
.adress-locator.active {
  background: #f6f6f6;
}
.adress-locator h6 {
  font-size: 1.8rem;
}
.adress-locator p {
  margin-bottom: 1px;
}
.adress-locator p:last-child {
  margin: 0;
}
/* social */
.social_widget {
  padding-top: 3px;
}
ul.social-list li {
  display: inline-block;
  vertical-align: top;
  margin: 6px 4px 0 0 !important;
}
ul.social-list li:last-child {
  margin-right: 0 !Important;
}
ul.social-list li a {
    color: var(--textcolor);
    text-transform: capitalize;
    font-size: 0;
}
ul.social-list li a:hover {
  opacity: 0.8;
}
ul.social-list li a:before {
  font-family: "roadthemes-icon";
  font-size: 1.6rem;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  color: #fff;
}
.social-list li a.facebook:before {
  content: "\e93c";
  background: #3b5998;
}
.social-list li a.twitter:before {
  content: "\e932";
  background: #1da1f2;
}
.social-list li a.google:before {
  content: "\e930";
  background: #db4a39;
}
.social-list li a.instagram:before {
  content: "\e934";
  background: #8a3ab9;
}
.social-list li a.pinterest:before {
  content: "\e93e";
  background: #E60023;
}
.social-list li a.whatsapp:before {
  content: "\e970";
  background: #075e54;
}
.social-list li a.youtube:before {
  content: "\e93a";
  background: #FF0000;
}
.social-list li a.rss:before {
  content: "\e936";
  background: #ee802f;
}
.social-list li a.tumblr:before {
  content: "\e989";
  background: #34526f;
}
.social-list li a.vimeo:before {
  content: "\e98a";
  background: #86c9ef;
}
.social-list li a.behance:before {
  content: "\e982";
  background: #053eff;
}
.social-list li a.dribbble:before {
  content: "\e93b";
  background: #ea4c89;
}
.social-list li a.flickr:before {
  content: "\e983";
  background: #0063dc;
}
.social-list li a.github:before {
  content: "\e985";
  background: #171515;
}
.social-list li a.skype:before {
  content: "\e93c";
  background: #00aff0;
}
.social-list li a.snapchat:before {
  content: "\e986";
  background: #FFFC00;
}
.social-list li a.wechat:before {
  content: "\e98b";
  background: #7bb32e;
}
.social-list li a.weibo:before {
  content: "\e98c";
  background: #DF2029;
}
.social-list li a.foursquare:before {
  content: "\e984";
  background: #25a0ca;
}
.social-list li a.soundcloud:before {
  content: "\e988";
  background: #ff8800;
}
.social-list li a.vk:before {
  content: "\e96f";
  background: #4C75A3;
}

#back-to-top {
  background: #fff;
  border-radius: 0;
  
  bottom: 0px;
  cursor: pointer;
  height: 50px;
  opacity: 0;
  position: fixed;
  text-align: center;
  right: 12px;
  visibility: hidden;
  width: 50px;
  line-height: 50px;
  border: 0;
  z-index: 99;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  box-shadow: var(--boxshadow);
  -webkit-box-shadow: var(--boxshadow);
  transition: all .4s ease-out;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
}
#back-to-top:hover {
  background: var(--primarycolor);
  border-color: var(--primarycolor);
}
#back-to-top:hover a {
  color: #fff;
}
#back-to-top a {
  display:block;
  color: #313030;
  text-decoration: none;
  font-size: 1.6rem;
}
#back-to-top.active {
  bottom: 50px;
  opacity: 1;
  visibility: visible;
}

.breadcrumb-title {
  padding: 22px 0;
  text-align: left;
}
.yith-wcwl-share {
  display: flex;
  align-items: center;
  padding: 15px 0;
}
.yith-wcwl-share > * {
  margin: 0;
}
.yith-wcwl-share ul {
  padding: 0;
  list-style: none;
  margin: 0;
  margin-left: 20px;
}
.yith-wcwl-share ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0 0;
}
.yith-wcwl-share ul li:last-child {
  margin: 0;
}
.site-title {
  font-size: 3.5rem;
  font-weight: 600;
  margin-bottom: 0;
}
.page-title {
  margin-bottom: 30px;
}
h1.page-title,h1.entry-title {
  margin-bottom: 30px;
}
.page-title.page-title-medium,.page-title-medium h1 {
  font-size: 3.6rem;
}
.page-title.page-title-large,.page-title-large h1 {
  font-size: 4rem;
}
.page-title-section.text-light * {
  color: #fff !Important;
}
.page-title-section.text-light .breadcrumb ul > li + li:before {
  color: #fff;
}
.page-title-section {
  padding: 86px 5px;
  margin-bottom: 60px;
}

.page-title-section .page-title,.page-title-section .entry-title {
  margin-bottom: 12px;
  line-height: 1;
}
.page-title-section .breadcrumb {
  padding: 3px 0 ;
}
.container .breadcrumb .container {
  padding: 0;
}
.breadcrumb {
  text-transform: capitalize;
  color: var(--primarycolor);
  padding: 24px 0 38px 0;
}
.breadcrumb ul {
  padding: 0;
  list-style:none;
  margin: 0;
}
.breadcrumb ul li {
  display:inline-block;
  vertical-align: top;
}
.breadcrumb ul li a {
  color: var(--textcolor);
}
.breadcrumb ul > li + li:before {
  content: "\e92d";
  font-family:"roadthemes-icon";
  font-size: 0.9rem;
  margin: 0 9px;
  color: var(--linkcolor);
}
@media (max-width: 991px) {
  .page-title-section {
    padding: 50px 5px !Important;
  }
}
@media (max-width: 567px) {
  .page-title-section {
    padding: 30px 5px !Important;
  }
  .breadcrumb {
     padding: 15px 0;
  }
  .page-title-section .page-title, 
  .page-title-section .entry-title {
      font-size: 3rem;
      margin-bottom: 5px;
  }
}

.toolbar {
  background: #fff;
  padding: 0;
  margin-bottom: 13px;
  border: 0;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.toolbar > * {
  margin-bottom: 5px !important;
}
.toolbar .view-mode {
  float: left;
}
.toolbar .view-mode label {
  display: none;
}
.toolbar .view-mode > button {
  display: inline-block;
  font-size: 0;
  width: 26px;
  height: 40px;
  line-height: 40px;
  vertical-align: top;
  margin-right: 5px;
  padding: 0;
  cursor: pointer;
  background: transparent;
  color: #686a6d;
}
.toolbar .view-mode > button:hover,
.toolbar .view-mode > button.active {
  color: var(--primarycolor);
}
.toolbar .view-mode > button:before {
  content: "";
  font-family: 'roadthemes-icon';
  font-size: 2rem;
}
.toolbar .view-mode button.grid-icon:before {
  content: "\e927";
}
.toolbar .view-mode button.list-icon:before {
  content: "\e928";
}

.toolbar .woocommerce-result-count {
  margin: 0;
  line-height: 26px;
  padding: 7px 0;
  margin-left: 20px;
}
.toolbar .orderby {
  height: 40px;
  color: #1c1e22;
  border: 0;
  background: #fafafa;
  padding: 0 12px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(/wp-content/themes/mixy/assets/css/images/select_arrow.png);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: calc(100% - 12px);
}
@media (max-width: 767px) {
  .toolbar .woocommerce-result-count, 
  .toolbar .view-mode button {
    display:none;
  }
}
@media (max-width: 479px) {
  .toolbar .orderby {
    max-width: 140px;
  }
}
.archive-products-wrapper + .woocommerce-pagination,
.archive-products-wrapper + .mixy-pagination {
  margin-top: 35px;
}
.woocommerce-pagination,.mixy-pagination {
  margin-top: 0;
  text-align: center;
}
.woocommerce-pagination > .page-numbers,.mixy-pagination > .page-numbers {
  list-style: none;
  padding: 0;
  margin: 0 !important;
  text-align: center;
  border: 0 !important;
  display: inline-block;
  vertical-align: top;
}
.woocommerce-pagination .page-numbers li,
.mixy-pagination .page-numbers li {
  display: inline-block;
  margin: 5px !important;
  border: 0 !important;
  vertical-align: top;
}
.woocommerce-pagination .page-numbers li .page-numbers,
.mixy-pagination .page-numbers li .page-numbers {
  display: block;
  height: 36px;
  width: 36px;
  padding: 0;
  border: 0;
  background: #fff;
  text-align: center;
  line-height: 36px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  color: #1c1e22;
  text-decoration: none;
  font-weight: 600;
}
.woocommerce-pagination .page-numbers li .page-numbers.next, 
.mixy-pagination .page-numbers li .page-numbers.next,
.woocommerce-pagination .page-numbers li .page-numbers.prev, 
.mixy-pagination .page-numbers li .page-numbers.prev {
  font-size: 0;
}
.woocommerce-pagination .page-numbers li .page-numbers.next:before, 
.mixy-pagination .page-numbers li .page-numbers.next:before,
.woocommerce-pagination .page-numbers li .page-numbers.prev:before, 
.mixy-pagination .page-numbers li .page-numbers.prev:before {
  content: "\e992";
  font-family: "roadthemes-icon";
  font-size: 1.7rem;
  font-weight: 400;
}
.woocommerce-pagination .page-numbers li .page-numbers.prev:before, 
.mixy-pagination .page-numbers li .page-numbers.prev:before {
  content: "\e991";
}
.woocommerce-pagination .page-numbers li .page-numbers.current,
.woocommerce-pagination .page-numbers li .page-numbers:hover,
.mixy-pagination .page-numbers li .page-numbers.current,
.mixy-pagination .page-numbers li .page-numbers:hover {
  color: #fff;
  background: var(--primarycolor);
  border-color: var(--primarycolor);
}
.button-ajax-loadmore {
  text-align: center;
  margin-top: 30px;
}
.button-ajax-loadmore a {
  padding: 0 20px;
  line-height: 45px;
  background: #222;
  color: #fff !important;
  display: inline-block;
  vertical-align: top;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.button-ajax-loadmore a.disabled {
  pointer-events:none;
}
.button-ajax-loadmore a:hover {
  background: var(--primarycolor);
  color: #fff;
}
/*--------------------------------------------------------------
## Single product
--------------------------------------------------------------*/
/* Size Guide */
.mixy-size-guide {
    margin-bottom: 10px;
}
.mixy-size-guide__title {
  background: url(/wp-content/themes/mixy/assets/css/images/size_chart_icon.png) left center no-repeat;
  padding-left: 40px;
}
.mixy-size-guide__content {
    max-width: 820px;
    background: #fff;
    padding: 40px;
    padding-top: 0;
    margin: 0 auto;
    position: relative;
    pointer-events: visible;
    cursor: auto;
    margin-top: 46px;
    margin-bottom: 46px;
}
.admin-bar .mixy-size-guide__content {
  padding-top: 40px;
}
.mixy-size-guide__content .mfp-close {
  right: 0;
  background: #fff;
  border: 1px solid #ebebeb;
  opacity: 1;
}
.mixy-size-guide__content .mfp-close:hover {
  color: #fff;
  background: #333;
}
.mixy-size-guide__content .size-guide {
  margin-bottom: 10px !important;
}
.mixy-size-guide__content .size-guide table {
  border: 0;
  text-align: center;
}
.mixy-size-guide__content .size-guide table th {
  text-align: center;
  color: #fff;
}
.mixy-size-guide__content .size-guide table thead {
  background: #313030;
}
@media (max-width: 767px) {
  .mixy-size-guide__content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*---*/
.woocommerce-product-gallery .image-wrapper {
  border: 1px solid #e5e5e5;
  overflow: hidden;
}
.woocommerce-product-gallery .image-wrapper .product-label {
  top: 20px;
  left: 20px;
}
.single-product .site-main .product-images .slick-list {
  margin: 0 -15px;
}
.single-product .product-images .slick-list  .slick-slide {
  padding: 0;
  margin: 0 15px;
}
.product-gallery__wrapper {
  margin: 0;
}

.product-image-item,.product-thumbnail-item {
  cursor: pointer;
}
@media (max-width: 767px) {
  .single-product .site-main .product-images .slick-list {
    margin: 0 -5px;
  }
  .single-product .product-images .slick-list  .slick-slide {
    padding: 0;
    margin: 0 5px;
  }
} 
.product-images .slick-list .slick-slide > * {
  max-width: 100%;
  display: block;
  width: 100%;
}
.woocommerce-product-gallery .slick-arrow.slick-prev {
  left: 19px !Important;
}
.woocommerce-product-gallery .slick-arrow.slick-next {
  right: 19px !Important;
}

.woocommerce-product-gallery .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0;
  bottom: 20px;
  z-index: 5;
  padding: 0 65px;
}
.woocommerce-product-gallery .slick-dotted.slick-slider {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .woocommerce-product-gallery .slick-arrow:before {
    font-size: 2.4rem;
  }
}
@media (max-width: 567px) {
  .woocommerce-product-gallery .slick-dots {
    padding: 0 50px;
  }
  .woocommerce-product-gallery .slick-arrow:before {
    font-size: 1.8rem;
  }
}
/* product-thumbnails */
.product-thumbnails {
  margin-top: 10px;
}
.product-thumbnails.slick-vertical {
  padding: 0;
  margin: 0 !important;
}
.product-thumbnails .slick-arrow {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 0;
}
.product-thumbnails .slick-arrow:hover {
  background: transparent;
  color: var(--primarycolor);
}
.product-thumbnails .slick-track {margin: auto;}
@media (max-width: 767px) {
  .product-thumbnails .slick-arrow  {
    opacity: 1;
  }
}

.product-thumbnails .slick-list {
  margin: 0 -5px;
}
.product-thumbnails .slick-list .slick-slide {
  padding: 0 5px;
}
.product-thumbnail-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.product-thumbnails .product-thumbnail-item:before {
  content: "";
  position: absolute;
  left: 5px;
  right: 5px;
  top: 0;
  height: 100%;
  pointer-events: none;
  border: 1px solid #e5e5e5;
}
.product-thumbnails.slick-vertical .product-thumbnail-item:before {
  left: 0;
  right: 0;
}
.product-thumbnails .is-active.product-thumbnail-item:before,
.product-thumbnails .product-thumbnail-item:hover:before {
  border-color:  var(--primarycolor);
}
.video-thumb {
  width: 100%;
  font-size: 3rem;
  color: var(--headingcolor);
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-vertical .video-thumb {
  min-height: 138px;
}
.video-thumb img {
  width: auto !important;
}
.image-wrapper {
  position: relative;
}
.product-image-buttons {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 7;
}
.product-page-video {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow: hidden;
  min-width: 50px;
  height: 50px;
  border-radius: 30px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 0 5px rgba(0,0,0,.3);
  color: rgba(0,0,0,.7);
  font-size: 1.3rem;
  justify-content: center;
  text-decoration: none !important;
}
.product-page-video span {
  overflow: hidden;
  padding: 0;
  max-width: 0;
  white-space: nowrap;
  font-weight: 600;
  transition: padding .4s cubic-bezier(.175,.885,.32,1.15),max-width .4s cubic-bezier(.175,.885,.32,1.15);
}
.product-page-video:before {
  content: "\e972";
  font-family: "roadthemes-icon";
  width: 50px;
  height: 50px;
  font-size: 2.2rem;
  line-height: 50px;
  text-align: center;
}
.product-page-video:hover span {
    padding-right: 25px;
    max-width: 280px;
}
@media (max-width: 567px) {
  .product-page-video {
    min-width: 40px;
    height: 40px;
  }
  .product-page-video:before {
    width: 40px;
    height: 40px;
    font-size: 1.8rem;
    line-height: 40px;
  }
  .product-page-video:hover span {
    padding-right: 18px;
  }
}
/*--------------------*/

.product-details:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.single-product #content div.product div.images, 
.single-product #content div.product div.summary, 
.product-quickview .wc-single-product div.summary,
.woocommerce .product-quickview .wc-single-product div.summary {
  width: 100%;
  float:none;
  margin-bottom: calc(var(--rowspace) - 5px);
}
.product-quickview .wc-single-product div.summary,
.woocommerce .product-quickview .wc-single-product div.summary {
  margin-bottom: 0;
}

.summary .product_title {
  margin-bottom: 2px;
  line-height: 1.3;
}
.summary .woocommerce-product-rating {
  margin-bottom: 20px !Important;
}
.summary .price {
  font-size: 2.8rem !Important;
}
.summary .price del {
  font-size: 2.2rem !Important;
}
.summary .block-countdown .countdown-inner,
.summary .mixy-product-single-countdown .countdown-inner {
  margin-bottom: 10px;
  margin-top: 8px;
}
.summary .woocommerce-product-details__short-description {
  margin-bottom: 22px;
  line-height: 1.5;
  margin-top: 21px;
  color: #646464;
}
.summary .variations_form .variations tr {
  display: flex;
  align-items: center;
}
.summary .variations_form .variations td {
    width: auto!important;
    line-height: 1 !important;
    border: 0;
    padding-left: 0;
    min-width: 55px;
}
.summary .variations_form .variations td.label  label {
  margin: 0;
  color: var(--headingcolor);
  font-weight: 600 !important;
  font-size: 1.4rem;
}
.summary form.cart {
  margin-bottom: 15px !important;
}
.summary form.variations_form {
  margin-bottom: 0 !Important;
}
.summary form.variations_form table.variations {
  margin-bottom: 15px !important;
  border: 0;
}
.summary .woocommerce-variation .woocommerce-variation-description {
  font-size: 1.2rem;
}
.summary .woocommerce-variation .woocommerce-variation-description p {
  margin-bottom: 5px !Important;
}
.summary .woocommerce-variation .woocommerce-variation-price .price {
  margin-bottom: 5px;
}
.summary .woocommerce-variation-add-to-cart {
  margin-top: 20px;
  margin-bottom: 15px !important;
  overflow: hidden;
}
.summary form.cart .group_table  .quantity {
    display: flex;
    margin-top: 0 !important;
}
.summary form.cart .quantity {
  display: inline-block;
  vertical-align: top;
  margin: 10px 10px 0 0 !important;
  float: left;
  border: 0;
  padding: 0 3px;
}

.summary .variations_form .single_variation_wrap > * {
  margin-bottom: 20px;
}
.summary form.cart button {
  min-width: 160px;
  float: left;
  margin-top: 10px;
}
@media (max-width: 479px) {
  .summary form.cart button {
    min-width: 160px;
  }
}
.summary .yith-wcwl-add-to-wishlist a,
.summary a.compare {
  padding: 0;
  background: transparent !important;
  font-weight: normal;
  line-height: 30px;
  display: block;
  text-align: center;
  margin-right: 5px;
  margin-bottom: 8px;
  color: var(--textcolor);
}
.yith-wcwl-add-to-wishlist i {
  display: none;
}
.summary .yith-wcwl-add-to-wishlist a:hover,
.summary a.compare:hover {
  color: var(--primarycolor);
}
.summary .yith-wcwl-add-to-wishlist,
.summary a.compare  {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.summary a.compare {
  overflow: visible;
}
.summary .yith-wcwl-add-to-wishlist a:before,
.summary a.compare:before {
  margin: 0;
  font-size: 1.6rem;
}

.summary .product_meta {
  margin-top: 22px;
  border-top: 1px solid #ebebeb;
  padding-top: 35px;
}

.summary .product_meta > span,
.social-sharing > span {
  display: block;
  color: #9f9fa0;
  margin-bottom: 10px;
}
.summary .product_meta > span > a {
  font-weight: 400;
  color: var(--textcolor);
}
.summary .product_meta > span > a:hover,
.social-sharing ul li a:hover {
  color: var(--primarycolor) !important;
}
.social-sharing {
  display:flex;
  flex-wrap: wrap;
  align-items: center;
}
.social-sharing ul li a {
  font-size: 1.6rem;
}
.social-sharing > span {
  margin: 0;
}
.social-sharing > span:after {
  content: ":";
  margin-right: 3px;
}
.social-sharing ul {
  list-style:none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.social-sharing ul li {
  margin-right: 10px;
}
.social-sharing ul li:last-child {
  margin-right:0;
}
/* group product */
.woocommerce div.summary form.cart table.group_table {
  width: 100%;
  margin: 0 0 30px 0;
}
.woocommerce div.summary form.cart table.group_table tr {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
}
.woocommerce div.summary form.cart table.group_table tr:last-child {
    margin-bottom: 34px;
}
.woocommerce div.summary form.cart table.group_table tr td {
  width: auto !important;
  padding: 5px;
  padding-left: 0;
}
.woocommerce div.summary form.cart .group_table td.woocommerce-grouped-product-list-item__label {
  flex: 1 1 auto;
  font-weight: 600;
}
.woocommerce div.summary form.cart table.group_table tr td > * {
  margin: 0;
}
.woocommerce div.summary form.cart table.group_table tr td > .stock {
  display: block;
  margin-top: 5px;
}
.woocommerce-variation-availability {
  margin-top: 15px;
}
.woocommerce-variation-availability .stock {
  margin-bottom: 0;
}
.woocommerce div.summary p.stock {
  color: #0fa85b;
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 20px;
  padding: 0 10px;
  background: #e0fade;
  display: inline-block;
  vertical-align: top;
}
/* product-layout-fulltop */
.product-layout-fulltop {
  overflow: hidden;
}
.product-layout-fulltop .layout-images-top {
  margin: auto;
  padding: 0 15px;
}
.product-layout-fulltop .layout-images-top .slick-list{
  margin: 0;
  overflow: visible;
}
.single-product .product-layout-fulltop .layout-images-top .product-image-item  {
  margin: 0 7.5px;
}

@media (max-width: 767px) {
  .product-layout-fulltop .layout-images-top {
    padding: 0 10px;
  }
  .single-product .product-layout-fulltop .layout-images-top .product-image-item  {
    margin: 0 5px;
  }
}
/*------------------------*/
/* product-layout-fullleft */
.product-layout-fullleft .layout-images-wide .slick-slider .slick-arrow.slick-prev {
  left: 0;
}
.product-layout-fullleft .layout-images-wide .slick-slider .slick-arrow.slick-next {
  right: 0;
}
/* grid-layout */
.product-layout-grid .grid-layout {
  margin: -1%;
}
.product-layout-grid .grid-layout > * {
  padding: 0;
  margin: 1%;
  display: flex;
  justify-content: stretch;
}
.product-layout-grid .grid-layout.grid-column-2 > * {
    flex: 1 1 48%;
}
.product-layout-grid .grid-layout.grid-column-1 > * {
    flex: 1 1 98%;
}
.product-layout-grid .grid-layout > * > * {
  max-width: 100%;
  width: 100%;
}
.layout-images-grid .product-image-buttons {
  bottom: auto;
  top: 15px;
}
/* product-layout-showcase */
.product-showcase .breadcrumb,.showcase-content,
.product-showcase header:not(.sticky-enable) .main-header,
.product-showcase header:not(.sticky-enable) .header-wrapper {
  background: var(--product_showcase_bg);
}
.showcase-content {
  margin-bottom: calc(var(--rowspace) - 8px);
}
.product-layout-showcase .woocommerce-product-gallery .col1 {
  order: 2;
}
.product-layout-showcase .woocommerce-product-gallery .col2 {
  order: 1;
}
@media (max-width: 767px) {
  .showcase-content .col-image {
    order: 1;
  }
  .showcase-content .col-thumb {
    order: 2;
  }
}
/*--------------------------------------------------------------
## Woocommerce-tabs in single product
--------------------------------------------------------------*/
.woocommerce-tabs {
  position: relative;
}
.woocommerce-tabs .tabs {
  list-style: none;
  text-align: center;
  position: relative;
  z-index: 5;
  margin: 0 0 31px 0 !important;
  overflow: visible !important;
  border-bottom: 1px solid #e5e5e5;
}
.woocommerce-tabs .tabs:before {
  display: none !important;
}
.woocommerce-tabs .tabs li {
  display: inline-block;
  line-height: 2;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, 
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    display:none;
}
.woocommerce-tabs .tabs li a {
  font-size: 1.5rem;
  color: var(--headingcolor) !important;
  display: block;
  text-transform: uppercase;
  position: relative;
  padding: 11px 0 !important;
  font-weight: 700 !important;
  line-height: 1.3;
}
.woocommerce-tabs .tabs li a:after {
  background: var(--primarycolor);
  content: "";
  height: 2px;
  width: 0;
  bottom: -1px;
  left: 0;
  position: absolute;
  transition: all .4s ease-out
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
}
.woocommerce-tabs .tabs li.active a,
.woocommerce-tabs .tabs li:hover a {
  color: var(--primarycolor) !important;
}
.woocommerce-tabs .tabs li.active a:after,
.woocommerce-tabs .tabs li:hover a:after {
  width: 100%;
}
.woocommerce div.product .woocommerce-tabs .panel {
  position: relative;
  z-index: 4;
  padding: 0;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  margin: 0 !important;
  line-height: 1.75;
}

#tab-additional_information >  h2 {
  display: none;
}
.woocommerce-tabs #reviews > *:not(:last-child) {
  margin-bottom: 2em;
}
.woocommerce-tabs #reviews #comments .woocommerce-Reviews-title,
.woocommerce #reviews #comments .woocommerce-Reviews-title {
  margin-bottom: 27px;
}
.woocommerce #reviews #comments ol.commentlist {
  padding: 0;
}
.woocommerce-tabs #reviews #comments .comment-list {
  margin: 0 0 25px;
  padding: 0;
  overflow: hidden;
}
.woocommerce #reviews #comments ol.comment-list li {
  margin: 0 0 20px 0;
  position: relative;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  border: 0;
  padding: 0;
  width: 48px;
  border-radius: 100%;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin-left: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
}
.woocommerce #reviews #comments ol.commentlist li img + .comment-text {
  margin-left: 62px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: 1.4rem;
  color: #999;
  margin-top: 0;
  margin-bottom: 17px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong {
  color: var(--headingcolor);
  font-weight: 500;
}
.woocommerce #reviews #comments .comment-list li .comment-text {
  border: 1px solid #f0f0f0;
  border-radius: 3px;
  margin-left: 80px;
  position: relative;
}
.woocommerce #reviews #comments .comment-list .comment_container .avatar {
  position: absolute;
  max-width: 60px;
  left: 0;
  top: 0;
}
.woocommerce #reviews #comments .comment-list .comment_container .comment-text {
  border: 1px solid #eee;
  border-radius: 3px;
  position: relative;
  padding: 1em;
}
.woocommerce #reviews #comments .comment-list .comment_container .comment-text:before {
  background: #ffffff;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  content: '';
  display: block;
  height: 10px;
  left: -6px;
  position: absolute;
  top: 10px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  width: 10px;
}
.woocommerce #reviews #review_form_wrapper .comment-form label {
  font-weight: normal;
  margin: 0 0 5px;
  width: 100%;
  display: block;
}
.woocommerce #reviews #comments .comment-list .comment_container .comment-text > *:not(:last-child) {
  margin-bottom: 15px;
}
.woocommerce #reviews #comments .comment-list .comment_container .comment-text .meta strong {
  text-transform: uppercase;
}
.woocommerce #reviews #review_form_wrapper .comment-respond .comment-reply-title {
  display: block;
  font-size: 1.6rem;
  margin: 0 0 15px;
  text-transform: capitalize;
  color: var(--headingcolor);
}
.woocommerce #reviews #review_form_wrapper .comment-respond .comment-form > *:not(:last-child) {
  margin-bottom: 1em;
}
.woocommerce #reviews #review_form_wrapper .comment-form-cookies-consent  {
  display: flex;
  align-items: center;
}
.woocommerce #reviews #review_form_wrapper .comment-form-cookies-consent > label {
  width: auto;
  margin: 0 0 0 5px;
}
.woocommerce #reviews #review_form_wrapper .comment-form textarea {
  border: 1px solid #f0f0f0;
  border-radius: 0;
  height: 85px;
  min-height: 85px;
  padding: 10px;
  width: 100%;
}

.woocommerce #reviews #review_form_wrapper .comment-respond .comment-form .comment-form-rating .stars {
  clear: both;
  display: inline-block;
  vertical-align: top;
  margin: 3px 0;
}

.woocommerce #reviews #review_form_wrapper .comment-form-rating label {
  width: auto;
  display: inline-block;
  margin: 0 10px 0 0;
  font-weight: 600;
  vertical-align: top;
}
.woocommerce #reviews #review_form_wrapper .comment-form-rating .stars > span {
  display: block;
  line-height: 1;
}
.woocommerce #reviews #review_form_wrapper .comment-form-rating  .stars a {
  color: var(--primarycolor);
  font-size: 1.8rem;
}
.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
  border-right: 0;
}
@media (max-width: 767px) {
  .woocommerce #reviews #comments ol.commentlist li img.avatar {
    width: 50px;
  }
  .woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin-left: 60px;
  }
}
/* tab-vertical */
.tab-vertical {
  display: flex;
}
.tab-vertical > ul.tabs {
  padding: 0 30px 0 0 !important;
  text-align: left;
  margin: 0 !important;
}
.tab-vertical .tabs li {
  margin-bottom: 20px !important;
  display: block !important;
  padding: 0 !important;
}
.tab-vertical .tabs li a {
  line-height: 25px;
  white-space: nowrap;
  padding-top: 0 !important;
}
.tab-vertical .entry-content {
  flex: 1 1 auto;
}
@media (min-width: 768px) {
  .tab-vertical > ul.tabs {
    border: 0 !important;
  }
}
@media (max-width: 767px) {
  .tab-vertical {
    flex-wrap: wrap;
  }
  .tab-vertical > ul.tabs {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 !important;
    margin-bottom: 30px !important;
  }
  .tab-vertical .tabs li {
    margin-right: 20px !important;
    margin-bottom: 0 !important;
  }
  .tab-vertical .tabs li:last-child {
    margin-right: 0 !Important;
  }
}
/* accordion */
.product-page-accordion {
  margin-bottom: var(--rowspace);
}
.product-page-accordion .accordion-item {
  margin-bottom: 15px;
}
.product-page-accordion .accordion-item .accordion-title {
  display: block;
  position: relative;
  padding: 10px 0;
  border-bottom: 1px solid #ebebeb;
  font-size: 2rem;
  font-weight: 700;
  color: var(--headingcolor);
}
.product-page-accordion .accordion-item .accordion-title .toggle {
  position: absolute;
  right: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  padding: 0;
  text-align: center;
  margin-top: -10px;
  border-radius: 0;
  -webkit-border-radius: 0;
  background: transparent;
  color: #222;
  font-size: 1.4rem;
}
.product-page-accordion .accordion-item a .toggle:hover {
  color: var(--primarycolor);
}
.product-page-accordion .accordion-item .accordion-inner {
  padding: 30px 20px;
  border: 1px solid #ebebeb;
  border-top: 0;
}
#accordion-additional_information > h2 {
  display:none;
}
/*end woocommerce-tabs */
/*--------------------------------------------------------------
## BLOG
--------------------------------------------------------------*/
/* blog slider module */
.latestpost .image-container > a {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.latestpost .content-details {
  padding: 19px 0 0 0;
  margin: 0 !important;
}
.latestpost ul.meta {
  padding: 0;
  list-style: none;
  margin-bottom: 15px;
}
.latestpost ul.meta li {
  display: inline-block;
  vertical-align: top;
  color: #184d47;
  font-size: 1.4rem;
}
.latestpost ul.meta li:not(:last-child) {
  position: relative;
  margin-right: 10px;
}
.latestpost ul.meta li:not(:last-child):after {
  content: "/";
  position: absolute;
  right: -10px;
}
.latestpost ul.meta li a {
  color: #184d47;
}
.latestpost ul.meta li a:hover {
  color: var(--primarycolor);
}
.latestpost ul.meta li:last-child {
  margin: 0;
}
.latestpost .blog-title {
  margin: 0;
  line-height: 1.3;
}
.latestpost .entry-excerpt {
  margin-top: 15px;
}
.latestpost .readmore-btn {
  margin-top: 29px;
}
.latestpost .readmore-btn a {
  line-height: 38px;
  display: inline-block;
  vertical-align: top;
  padding: 0px 25px;
  color: #fff;
  background: var(--primarycolor);
  border-radius: 30px;
  -webkit-border-radius: 30px;
}
.latestpost .readmore-btn a:hover {
   opacity: 0.9;
}
/* BLOG */

article:last-child:not(:first-child),
article:not(:last-child) {
    margin-bottom: var(--rowspace);
}
article.slick-slide {
    margin-bottom: 0 !important;
}
.post.sticky .entry-title:before {
    content: "\e971";
    font-family: "roadthemes-icon";
    font-weight: normal;
    color: var(--primarycolor);
    margin-right: 10px;
}

.post-wrapper  div.post-thumbnail {
    margin-bottom: 25px;
    position: relative;
}
.post-wrapper  div.post-thumbnail div.post-thumbnail {
  margin: 0;
}
.post-wrapper .post-thumbnail a.post-thumbnail {
  margin: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  overflow: hidden;
  display: block;
}
.post-wrapper .post-thumbnail .post-date {
  position: absolute;
  left: 15px;
  bottom: 15px;
  display: flex;
  background: #fff;
  flex-direction: column;
  width: 55px;
  align-items: center;
  height: 60px;
  justify-content: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.05);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.05);
}
.post-wrapper .post-thumbnail .post-date-month {
  line-height: 1;
  color: #777;
}
.post-wrapper .post-thumbnail .post-date-day {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 3px;
  color: #47494a;
} 

.post-wrapper .post-content {
    padding: 0;
}

.post-wrapper .entry-title {
    line-height: 1.3;
    text-transform: none;
    font-weight: 700;
}

.post-wrapper .entry-title>a {
    color: var(--headingcolor);
}

.post-wrapper .entry-title>a:hover {
    color: var(--primarycolor);
}

.post-wrapper .entry-meta {
    margin-bottom: 7px;
}

.post-wrapper .entry-meta .posted-on:before, 
.post-wrapper .entry-meta .byline:before, 
.post-wrapper .entry-meta .post-categories-parent:before {
    font-size: 1.6rem;
}


.post-wrapper .post-excerpt {
    margin-top: 15px;
    line-height: 1.5;
}

.post-wrapper .post-link {
    margin-top: 32px;
}

.post-wrapper .post-link a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    background: var(--primarycolor);
    line-height: 44px;
    padding: 0px 30px;
    font-weight: 700;
    border-radius: 30px;
    -webkit-border-radius: 30px;
}

.post-wrapper .post-link a:hover {
    background: #184d47;
}

/*post-design-2 (list) */

.post-design-2.post .post-content {
    padding: 0;
}

.post-design-2.post .post-wrapper>.row {
    align-items: center;
}




@media (min-width: 768px) {
  .post-design-2.post .post-wrapper .post-thumbnail {
    margin:0;
  }
}
@media (max-width: 767px) {
    .post-design-2.post .post-wrapper>.row>* {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
    
}

/*post-design-3 (mask) */

.post-design-3 .post-wrapper {
    position: relative;
}
.post-design-3 div.post-thumbnail {
    margin: 0;
}
.post-design-3 .post-thumbnail .post-date {
  top: 15px;
  bottom: auto;
  left: 15px;
}
.post-design-3 .post-content {
    padding: 0 30px;
    padding-bottom: 25px;
    background: url(/wp-content/themes/mixy/assets/css/images/bkg_text_mask.png) bottom center repeat-x;
    position: absolute;
    color: #fff;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    pointer-events: none;
}

.post-design-3 .post-content>.inner {
    width: 100%;
    align-self: flex-end;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.post-design-3 .post-wrapper:hover .post-content>.inner {
    margin-bottom: 10px;
}

.post-design-3 .post-categories-parent {
    pointer-events: visible;
}

.post-design-3 .post-content .entry-title {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0;
    pointer-events: visible;
}

.post-design-3 .post-content a {
    color: #fff !important;
}
.post-design-3 .entry-meta .posted-on:before, 
.post-design-3 .entry-meta .byline:before, 
.post-design-3 .entry-meta .post-categories-parent:before {
    color: #fff;
}
.post-design-3 .post-content .entry-title:before {
    color: #fff;
}

.post-design-3 .post-content a:hover {
    text-decoration: underline;
}

.post-design-3 .post-link {
    margin-top: 22px;
    pointer-events: visible;
    display: none;
}
.post-design-3 .post-link>a {
    margin: 0;
}

.post-design-3 .post-link>a:after {
    background: #fff;
}

.post-design-3 .post-link>a:hover {
    text-decoration: none;
}

@media (max-width: 479px) {
   .post-design-3 .post-content {
    padding: 0 15px;
    padding-bottom: 15px;
   }
    .post-design-3 .post-thumbnail .posted-on {
      top: 15px;
      left: 15px;
    }  
}

/* SINGLE POST */
.entry-meta {
    position: relative;
    line-height: 30px;
    color: #184d47;
}

.entry-meta > *:not(:last-child):after {
  content: "|";
  margin: 0 15px;
  color: #818ea0;
}
.entry-meta .posted-on {
  line-height: 30px;
  display: inline-block;
  vertical-align: top;
}
.entry-meta a {
  line-height: 30px;
  display: inline-block;
  vertical-align: top;
  color: inherit;
}
.entry-meta a:hover {
  color: var(--primarycolor);
}
.entry-meta .byline {
  line-height: 30px;
  display: inline-block;
  vertical-align: top;
}

.entry-meta .post-categories-parent {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: top;
}
.entry-meta .posted-on time.updated {
    display:  none;
}
.entry-meta .posted-on time.published {
    display: inline;
}
.entry-meta .posted-on:before,
.entry-meta .byline:before,
.entry-meta .post-categories-parent:before {
  content: "\e968";
  font-family: "roadthemes-icon";
  margin-right: 5px;
  font-size: 1.8rem;
  color: var(--primarycolor);
  vertical-align: top;
  display: inline-block;
  line-height: inherit;
  margin-top: -1px;
}
.entry-meta .byline:before {
  content: "\e944"
}
.entry-meta .post-categories-parent:before {
  content: "\e967"
}
.single-post .entry-header {
    margin-bottom: 40px;
}

.single-post .entry-header .entry-title {
    margin-top: 8px;
    margin-bottom: 15px;
    font-size: 5rem;
    font-weight: 600;
}
.single-post .entry-header  .entry-meta {
    display: block;
    border-top: 1px solid #ebebeb;
    padding-top: 10px;
}
.single-post .entry-header.text-light,
.single-post .entry-header.text-light a,
.single-post .entry-header.text-light .entry-title {
    color: #fff;
}


.single-post .entry-header.text-light a:hover {
    text-decoration: underline;
}

.single-post .single-post-content .post-thumbnail {
    margin-bottom: 20px;
}

.single-post .single-post-content .entry-footer {
    display: flex;
    margin-bottom: 55px;
    margin-top: 30px;
    clear: both;
}

.entry-content:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

@media (max-width: 767px) {
    .single-post .single-post-content .entry-footer {
        flex-wrap: wrap;
        justify-content: center;
    }
    .single-post .single-post-content .entry-footer>* {
        justify-content: center !important;
        margin-top: 10px;
    }
}
.single-post .single-post-content .tags-links {
  font-size: 0;
}
.single-post .single-post-content .tags-links a {
  font-size: 1.4rem;
  line-height: 34px;
  padding: 0 18px;
  border: 2px solid #ebebeb;
  display: inline-block;
  vertical-align: top;
  text-transform: capitalize;
  font-weight: 600;
  margin: 0 5px 5px 0;
  color: #707070;
}
.single-post .single-post-content .tags-links a:hover {
  border-color: var(--primarycolor);
  background: var(--primarycolor);
  color: #fff;
}
.single-post .single-post-content .entry-footer .tags-links + .edit-link {
    margin-left: 10px;
}
.single-post .single-post-content .entry-footer .edit-link a {
    margin-bottom: 5px;
    font-size: 1.4rem;
    line-height: 34px;
    padding: 0 18px;
    border: 2px solid #ebebeb;
    display: inline-block;
    vertical-align: top;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0 5px 5px 0;
    color: #707070;
}
.single-post .single-post-content .entry-footer .edit-link a:hover {
    background: var(--primarycolor);
    border-color: var(--primarycolor);
    color: #fff;
}
.single-post .single-post-content .entry-footer .edit-link + .social-sharing,
.single-post .single-post-content .entry-footer .tags-links + .social-sharing {
  justify-content: flex-end;
}
.single-post .single-post-content .entry-footer .social-sharing {
  flex: 1 1 auto;
  justify-content: center;
}
.single-post .single-post-content .entry-footer .social-sharing span {
  display: none;
}
.single-post .single-post-content .entry-footer .social-sharing ul li {
  margin: 0 5px 5px 0;
}
.single-post .single-post-content .entry-footer .social-sharing ul li a {
  width: 38px;
  height: 38px;
  line-height: 34px;
  border: 2px solid;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.single-post .single-post-content .entry-footer .social-sharing ul li a:hover {
  opacity: 0.7;
}
.post-navigation,
.posts-navigation {
    padding: 20px 0;
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.post-navigation .nav-links {
    overflow: hidden;
}

.post-navigation .nav-links a,
.posts-navigation .nav-links a {
    padding-right: 25px;
    position: relative;
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--headingcolor);
    text-transform: uppercase;
}

.post-navigation .nav-links .nav-next,
.posts-navigation .nav-links .nav-next {
    float: right;
    text-align: right;
    position: relative;
    cursor: pointer;
}

.post-navigation .nav-links .nav-next a:after,
.post-navigation .nav-links .nav-previous a:before,
.posts-navigation .nav-links .nav-next a:after,
.posts-navigation .nav-links .nav-previous a:before {
    content: "\e92d";
    font-family: "roadthemes-icon";
    text-align: center;
    font-size: 1.8rem;
    position: absolute;
    right: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.post-navigation .nav-links .nav-previous a,
.posts-navigation .nav-links .nav-previous a {
    padding-right: 0;
    padding-left: 25px;
}

.post-navigation .nav-links .nav-previous a:before,
.posts-navigation .nav-links .nav-previous a:before {
    content: "\e92c";
    left: 0;
    right: auto;
}

.post-navigation .nav-links .nav-previous,
.posts-navigation .nav-links .nav-previous {
    float: left;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.post-navigation .nav-links div span {
    display: none;
}

.post-navigation .nav-links .nav-subtitle {
    display: inline-block;
}

.post-navigation .nav-links a:hover,
.posts-navigation .nav-links a:hover {
    color: var(--primarycolor);
}

@media (max-width: 767px) {
    .post-navigation .nav-links div span.nav-title {
        display: none;
    }
}
/* related_posts */
.related_posts {
  margin-top: 60px;
}
.related_posts .title-block {
  margin-bottom: 20px;
}

.related_posts .post-wrapper .entry-title {
  margin: 0;
}
.related_posts .post-wrapper .post-excerpt {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/*---------------------*/
.error404 .site-footer {
  margin-top: 0;
}
.error-404 {
  text-align: center;
  padding: 4em 0 6em;
}
.nummber-404 {
  font-size: 10rem;
  color: var(--headingcolor);
  font-weight: 700;
}
.error-404 .page-title {
  margin-bottom: 15px;
}
.error-404 .search-form {
  justify-content: center;
  display: flex;
  margin-top: 30px;
}
.error-404 .search-form .search-field {
  width: 300px;
  border: 2px solid #ebebeb;
}
.error-404 .search-form .search-submit {
  border: 0;
  margin: 0 0 0 -2px;
  padding: 0 15px;
  width: auto;
  font-size: 1.4rem;
  border-radius: 0;
  -webkit-border-radius: 0;
}
.tagcloud a {
  border: 0;
  color: #666666;
  font-size: 1.5rem !important;
  display: inline-block;
  vertical-align: top;
  margin: 0 6px 10px 0;
  padding: 0 17px;
  line-height: 38px;
  border: 1px solid #ebebeb;
  border-radius: 0;
  -webkit-border-radius: 0;
  text-transform: capitalize;
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -ms-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
}
.tagcloud a:hover {
  background: var(--primarycolor) !important;
  border-color: var(--primarycolor) !important;
  color: #fff !important;
}
.widget_tag_cloud .widgettitle {
  display: none;
}
.site-main .default-page .entry-content > p > strong,
.site-main .blog-page .entry-content > p > strong,
.site-main .blog-page .entry-summary > p > strong {
  color: #181818;
  
  font-size: 1.2em;
  font-weight: 700;
}
.site-main blockquote {
  border-left: 2px solid var(--primarycolor);
  font-size: 1.4rem;
  font-style: italic;
  line-height: 26px;
  margin: 30px 0;
  padding: 15px;
  padding-right: 0;
  font-weight: 600;
}
.site-main .wp-block-separator {
  width: 50%;
}
.site-main .wp-block-separator.is-style-wide {
  width: 100%;
}


#cancel-comment-reply-link {
    color: #323232;
    font-size: 1.4rem;
    font-style: italic;
    font-weight: 600;
    margin-left: 10px;
}

#cancel-comment-reply-link:hover {
    color: var(--primarycolor);
}

.comments-area {
    margin: 0;
    width: 100%;
    margin-top: 60px;
}

.comments-title {
    margin-bottom: 40px;
}

.comments-area .comment-list {
    margin: 0 0 60px 0;
    padding: 0;
}

.comments-area .comment-list .has-avatar ol.children {
    padding-left: 62px;
}
.comments-area .comment-list li.comment {
  list-style:none;
}

.comments-area .comment-list>li {
    margin-bottom: 40px;
    list-style: none;
    padding-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
}

.comments-area .comment-list .comment-body {
    margin-bottom: 30px;
}
.comments-area .comment-list .parent .comment-body {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ebebeb;
}
.comments-area .comment-list .parent li:last-child:not(:first-child) .comment-body,
.comments-area .comment-list .comment:not(.parent) .comment-body {
    padding-bottom: 0;
    border: 0;
}
.comments-area .comment-list>li:last-child {
    margin: 0;
}

.comments-area .comment-list .trackback,
.comments-area .comment-list .pingback {
    font-weight: 600;
    margin-bottom: 20px;
}

.comments-area .comment-list .trackback a,
.comments-area .comment-list .pingback a {
    display: block;
    font-size: 1.1em;
}

.comments-area .comment-list li > .comment-body {
    position: relative;
}
.comments-area .comment-list li > .comment-body.has-avatar {
  margin-left: 62px;
}
.comments-area .comment-list li .comment-respond {
    margin: 31px 0 60px 0;
}

.comments-area .comment-list .comment-meta {
    margin: 0 0 16px;
    width: 100%;
}

.comments-area .comment-list .comment-meta .comment-author img {
    position: absolute;
    top: 0;
    left: -62px;
    max-width: 48px;
    width: 100%;
    border-radius: 100%;
}

.comments-area .comment-list .comment-meta .comment-author {
    font-style: normal;
    line-height: 1;
    margin-bottom: 8px;
}

.comments-area .comment-list .comment-meta .comment-author .fn {
    color: #323232;
}

.comments-area .comment-list .comment-meta .comment-author a {
    color: #323232;
}

.comments-area .comment-list .comment-meta .comment-author a:hover {
    color: var(--primarycolor);
}

.comments-area .comment-list .comment-meta .comment-metadata {
    text-align: left;
}

.comments-area .comment-list .comment-meta .comment-metadata>* {
    display: inline-block;
    vertical-align: top;
    line-height: inherit;
}

.comments-area .comment-list .comment-meta .comment-metadata>*:not(:last-child) {
    margin-right: 5px;
}

.comments-area .comment-list .comment-meta time {
    display: block;
    padding: 1px 0;
}

.comments-area .comment-list .comment-meta a {
    color: #848484;
}

.comments-area .comment-list .comment-meta a:hover {
    color: var(--primarycolor);
}

.comments-area .comment-list .reply {
    margin-top: 20px;
}

.comments-area .comment-list .reply a {
    line-height: 26px;
    border: 2px solid #ebebeb;
    padding: 0 13px;
    display: inline-block;
    vertical-align: top;
}

.comments-area .comment-list .reply a:hover {
    background: var(--primarycolor);
    border-color: var(--primarycolor);
    color: #fff;
}
.comments-area .comment-list .comment-content ul li,
.comments-area .comment-list .comment-content ol li {
    list-style-type: inherit;
}

.comments-area .comment-list .comment-content p:last-child {
    margin-bottom: 0;
}

.comments-area .pagination {
    margin: 15px 0;
    width: 100%;
}

.comments-area .pagination .next,
.comments-area .pagination .prev {
    position: relative;
    text-indent: -9999px;
}

.comments-area .pagination .next:after,
.comments-area .pagination .prev:after {
    content: '\f054';
    display: inline-block;
    font-family: FontAwesome;
    height: 34px;
    left: 0;
    position: absolute;
    text-align: center;
    text-indent: 0;
    top: 0;
    width: 34px;
}

.comments-area .pagination .prev:after {
    content: '\f053';
}

.comments-area .comment-respond {
    margin: 0;
    width: 100%;
}

.comments-area .comment-respond .comment-form {
    margin: 0 -10px;
}

.comments-area .comment-respond .comment-form>* {
    padding: 0 10px;
}

.comments-area .comment-respond .comment-form label {
    color: #181818;
    margin: 0 0 10px;
}

.comments-area .comment-respond .comment-form .comment-notes,
.comments-area .comment-respond .comment-form .form-allowed-tags {
    font-size: 1.4rem;
}

.comments-area .comment-respond .comment-form .comment-input {
    margin: 0 -10px;
}

.comments-area .comment-respond .comment-form .comment-input:after {
    clear: both;
    content: '';
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.comments-area .comment-respond .comment-form .comment-form-author,
.comments-area .comment-respond .comment-form .comment-form-email,
.comments-area .comment-respond .comment-form .comment-form-url {
    float: left;
    width: 33.3333%;
}

.comments-area .comment-respond .comment-form .comment-form-author input,
.comments-area .comment-respond .comment-form .comment-form-email input,
.comments-area .comment-respond .comment-form .comment-form-url input {
    width: 100%;
}

.comments-area .comment-respond .comment-form .comment-form-cookies-consent {
    margin: 0;
    clear: both;
   display: flex;
}

.comments-area .comment-respond .comment-form .comment-form-cookies-consent label {
    margin: 0;
    display: inline-block;
}

.comments-area .comment-respond .comment-form .comment-form-cookies-consent input[type='checkbox'] {
    display: inline-block;
    margin-right: 5px;
    margin-top: 7px;
    max-height: 14px;
}

.comments-area .comment-respond .comment-form #comment {
    height: 130px;
    width: 100%;
}

.comments-area .comment-respond .comment-form .form-submit {
    margin-top: 25px;
    margin-bottom: 0;
}

.comments-area .comment-respond .comment-form .form-submit input#submit {
    border: none;
    font-size: 1.4rem;
    height: 50px;
    line-height: 50px;
    min-width: 250px;
    padding: 0 35px;
    text-align: center;
    text-transform: uppercase;
}
.comments-area .comment-respond .comment-form .logged-in-as a:hover {
    color: var(--primarycolor);
    text-decoration: underline;
}

@media (max-width: 767px) {
    .comments-area .comment-list ol {
        padding-left: 20px;
    }
    .comments-area .comment-respond .comment-form .comment-form-author,
    .comments-area .comment-respond .comment-form .comment-form-email,
    .comments-area .comment-respond .comment-form .comment-form-url {
        float: none;
        width: 100%;
        margin-top: 5px;
    }
}

/* ---------- ABOUT PAGE -------------*/

/*-----about2------*/


.about2-page-title {
    margin-bottom: 32px;
}

.about2-page-title h2 {
    margin-bottom: 6px;
}

.about2-page-title h2 span {
    color: var(--primarycolor);
}

.about2-page-title .elementor-text-editor  {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
}


.about2-text1 h3 {
    margin-bottom: 25px;
}

.about2-text1 h4 {
    margin-bottom: 25px;
}

.about2-text1 .about2-text1-1 {
    padding-top: 17px;
    margin-bottom: 37px;
}

.about2-couter .elementor-counter {
    text-align: left;
    display: inline-block;
    vertical-align: top;
}

.about2-couter .elementor-counter .elementor-counter-number-wrapper {
    color: #fff;
    font-size: 5rem;
    font-weight: normal;
}

.about2-couter .elementor-counter .elementor-counter-title {
    font-size: 1.6rem;
    color: rgba(246, 246, 246, 0.9);
}

.about2-couter .elementor-counter .elementor-counter-number-prefix {
    flex: none;
}

.about2-couter .elementor-widget-wrap>.elementor-element {
    width: auto;
    margin: 0;
}

.about2-couter .elementor-widget-wrap {
    align-items: center;
    padding: 10px 0;
    justify-content: center;
}

.about2-couter .elementor-icon {
    color: #fff;
    margin-right: 17px;
}

.about2-couter .elementor-icon:hover {
    color: #fff;
}

.about2-team h3 {
    margin-bottom: 26px;
}

.about2-team .elementor-image-box-content .elementor-image-box-title {
    margin-top: 0;
    margin-bottom: 1px;
}

.about2-team .elementor-image-box-content {
    position: absolute;
    background: #fff;
    left: 30px;
    right: 30px;
    bottom: 30px;
    width: auto !important;
    padding: 22px 10px;
}

@media (max-width: 1199px) {
    .about2-team .elementor-image-box-content {
        left: 15px;
        right: 15px;
        bottom: 15px;
        padding: 10px;
    }
}

@media (max-width: 991px) {
    .about2-team .elementor-image-box-content {
        position: static;
        padding: 10px 0 0 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
   
    .about2-couter .elementor-icon {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .about2-couter .elementor-top-column,
    .about2-team .elementor-inner-column {
        width: 50%;
    }
    .about2-couter .elementor-counter .elementor-counter-number-wrapper {
        font-size: 3rem;
    }
}

@media (max-width: 479px) {
    
    .about2-couter .elementor-top-column {
      width: 100%;
    }
}
/* ---------- CONTACT PAGE -------------*/

.contact-map {
  margin-bottom: var(--rowspace);
}

div.wpforms-container-full .wpforms-form input[type=date], 
div.wpforms-container-full .wpforms-form input[type=datetime], 
div.wpforms-container-full .wpforms-form input[type=datetime-local], 
div.wpforms-container-full .wpforms-form input[type=email], 
div.wpforms-container-full .wpforms-form input[type=month], 
div.wpforms-container-full .wpforms-form input[type=number], 
div.wpforms-container-full .wpforms-form input[type=password], 
div.wpforms-container-full .wpforms-form input[type=range], 
div.wpforms-container-full .wpforms-form input[type=search], 
div.wpforms-container-full .wpforms-form input[type=tel], 
div.wpforms-container-full .wpforms-form input[type=text], 
div.wpforms-container-full .wpforms-form input[type=time], 
div.wpforms-container-full .wpforms-form input[type=url], 
div.wpforms-container-full .wpforms-form input[type=week], 
div.wpforms-container-full .wpforms-form select, 
div.wpforms-container-full .wpforms-form textarea {
  border-radius: 0;
  color: var(--textcolor);
  height: 50px;
  padding: 15px;
  border: 1px solid #ebebeb;
  font-size: 1em;
}
div.wpforms-container-full .wpforms-form input:focus, 
div.wpforms-container-full .wpforms-form textarea:focus, 
div.wpforms-container-full .wpforms-form select:focus, 
div.wpforms-container-full .wpforms-form 
.is-focused .choices__inner, 
div.wpforms-container-full .wpforms-form .is-open .choices__inner, 
div.wpforms-container-full .wpforms-form .is-open .choices__list--dropdown {
  border-color: var(--primarycolor);
}
div.wpforms-container-full .wpforms-form .wpforms-field {
  position: relative;
  margin-bottom: 15px;
}
div.wpforms-container-full .wpforms-form .wpforms-field-label {
  font-size: 1.4rem;
  color: var(--textcolor);
  font-weight:normal;
}
div.wpforms-container-full .wpforms-form .wpforms-required-label {
  color: #000
}
div.wpforms-container-full .wpforms-form textarea.wpforms-field-small {
  height: 150px;
  min-height: auto;
}
div.wpforms-container-full .wpforms-form .wpforms-submit-container {
  padding-top: 33px;
}
div.wpforms-container-full .wpforms-form input[type=submit], 
div.wpforms-container-full .wpforms-form button[type=submit], 
div.wpforms-container-full .wpforms-form .wpforms-page-button {
  border: 0;
  min-width: 150px;
}
div.wpforms-container-full .wpforms-form input[type=submit]:hover, 
div.wpforms-container-full .wpforms-form input[type=submit]:focus, 
div.wpforms-container-full .wpforms-form input[type=submit]:active, 
div.wpforms-container-full .wpforms-form button[type=submit]:hover, 
div.wpforms-container-full .wpforms-form button[type=submit]:focus, 
div.wpforms-container-full .wpforms-form button[type=submit]:active, 
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover, 
div.wpforms-container-full .wpforms-form .wpforms-page-button:active, 
div.wpforms-container-full .wpforms-form .wpforms-page-button:focus {
  border: 0;
}
/*side bar*/
.widget-area-side .button {
  background: #222222 !important;
  border: 0;
  color: #fff !important;
  font-size: 1.4rem !important;
  font-weight: 700;
  letter-spacing: 0;
  height: 30px;
  line-height: 30px !important;
  padding: 0 15px;
  text-transform: capitalize;
}
.widget-area-side .button:hover {
  background: var(--primarycolor) !important;
  color: #fff !important;
}
.widget-area-side .widget {
  margin: 0 0 50px 0;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.widget-area-side .widget_product_tag_cloud .tagcloud,
.widget-area-side .widget_tag_cloud .tagcloud {
  padding-top: 7px;
}
.widget_recent_comments {
  padding-bottom: 8px;
}
.widget_search {
  padding-bottom: 10px;
}
.widget-area-side .widget:last-child {
  border: 0;
  padding-bottom: 0;
}
.widget-area-side .widget .count {
  color: #888888 !important;
  padding: 0;
}
.widget-area-side .widget .widget-title,
.widget-area-side .widget .wp-block-group h1,
.widget-area-side .widget .wp-block-group h2,
.widget-area-side .widget .wp-block-group h3,
.widget-area-side .widget .wp-block-group h4,
.widget-area-side .widget .wp-block-group h5,
.widget-area-side .widget .wp-block-group h6,
.widget-area-side .widget_search .wp-block-search__label {
  margin-bottom: 27px;
  text-align: left;
  position: relative;
  font-style: normal;
  line-height: 24px;
  text-transform: capitalize;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 16px;
  font-weight: 700;
  color: var(--headingcolor);
}

.widget-area-side .widget .widget-title:after,
.widget-area-side .widget .wp-block-group h1:after,
.widget-area-side .widget .wp-block-group h2:after,
.widget-area-side .widget .wp-block-group h3:after,
.widget-area-side .widget .wp-block-group h4:after,
.widget-area-side .widget .wp-block-group h5:after,
.widget-area-side .widget .wp-block-group h6:after,
.widget-area-side .widget_search .wp-block-search__label:after {
    content: "";
    width: 65px;
    height: 2px;
    background: var(--primarycolor);
    position: absolute;
    left: 0;
    bottom: -1px;
}
.widget.product_list_widget li {
  margin-bottom: 30px;
  padding: 0;
}
.widget.product_list_widget li:last-child {
  margin-bottom: 0;
}
.widget.product_list_widget .product-image {
  float: left;
  width: 35%;
}
.widget.product_list_widget .product-image a {
  display: block;
}
.widget.product_list_widget .product-image img {
  float: none;
  margin: 0;
  width: 100%;
}
.widget.product_list_widget .product-info {
  float: left;
  padding-left: 10px;
  width: 65%;
}
.widget.product_list_widget .product-info a {
  color: #323232;
  display: block;
  
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.35;
  margin-bottom: 10px;
  max-width: 100%;
}
.widget.product_list_widget .product-info a:hover {
  color: var(--primarycolor);
}
.widget.product_list_widget .product-info .star-rating {
  margin-bottom: 10px;
}
.widget.product_list_widget .product-info .woocommerce-Price-amount {
  color: #181818;
  font-size: 1.4rem;
  font-weight: 600;
}
.widget.product_list_widget .product-info .woocommerce-price-suffix {
  color: #666666;
}
.widget.product_list_widget .product-info .woocommerce-price-suffix .woocommerce-Price-amount {
  color: inherit;
}
.widget.product_list_widget .product-info ins .woocommerce-Price-amount {
  color: #181818;
  float: left;
  font-size: 1.4rem;
  margin-right: 5px;
}
.widget.product_list_widget .product-info del {
  margin-right: 3px;
}
.widget.product_list_widget .product-info del .woocommerce-Price-amount {
  color: #999;
  font-size: .85em;
  font-weight: normal;
  text-decoration: line-through;
}
.widget.product_list_widget .product-info .woocommerce-price-suffix {
  display: block;
  line-height: 1.35;
}
.widget.widget_shopping_cart_content {
  display: inline-block;
  position: relative;
}
.widget.widget_shopping_cart_content:hover .cart-toggler a:before {
  color: var(--primarycolor);
}
.widget.widget_shopping_cart_content:hover .cart-toggler a .cart-icon:before {
  color: var(--primarycolor);
}
.widget.widget_shopping_cart_content .cart-toggler {
  position: relative;
}
.widget.widget_shopping_cart_content .cart-toggler a {
  display: block;
}
.widget.widget_shopping_cart_content .cart-toggler .cart-icon {
  display: inline-block;
  padding-right: 15px;
  position: relative;
  vertical-align: middle;
}
.widget.widget_shopping_cart_content .cart-toggler .cart-icon:before {
  background: none;
  color: #ffffff;
  content: '\e035';
  display: block;
  font-family: 'simple-line-icons';
  font-size: 2.4rem;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}
.widget.widget_shopping_cart_content .cart-toggler .cart-text {
  display: none;
}
.widget.widget_shopping_cart_content .cart-toggler .cart-subtotal {
  display: inline-block;
  
  font-size: 1.4rem;
  font-weight: 600;
  vertical-align: middle;
  margin-left: -8px;
}
.widget.widget_shopping_cart_content .cart-toggler .cart-quantity {
  background: var(--primarycolor);
  bottom: -10px;
  color: #fff;
  height: 25px;
  line-height: 25px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 25px;
  z-index: 9;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.widget.widget_shopping_cart_content .mini_cart_content {
  height: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: left;
  top: 100%;
  z-index: 9967;
}
.widget.widget_shopping_cart_content .mini_cart_content .mini_cart_inner {
  background: #ffffff;
  border: 1px solid #f0f0f0;
  color: #666666;
  font-size: 1.4rem;
  line-height: 1.5;
  max-height: 500px;
  overflow: auto;
  padding: 0;
  width: 360px;
}
.widget.widget_shopping_cart_content .mini_cart_content .mini_cart_inner .woocommerce-mini-cart__empty-message {
  margin: 0;
  padding: 25px 30px;
}
.widget.widget_shopping_cart_content .mini_cart_content ul.cart_list {
  margin: 30px 30px;
}
.widget.widget_shopping_cart_content .mini_cart_content ul.cart_list li {
  margin-bottom: 30px;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}
.widget.widget_shopping_cart_content .mini_cart_content ul.cart_list li:first-child {
  padding-top: 0;
}
.widget.widget_shopping_cart_content .mini_cart_content ul.cart_list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.widget.widget_shopping_cart_content .mini_cart_content ul.cart_list li .remove {
  background: var(--primarycolor);
  color: #fff !important;
  display: block;
  font-size: 1.8rem;
  font-weight: normal;
  height: 24px;
  left: auto;
  line-height: 24px;
  margin: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 24px;
  z-index: 1;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.widget.widget_shopping_cart_content .mini_cart_content ul.cart_list li .remove:hover {
  background: #323232 !important;
  color: #fff !important;
}
.widget.widget_shopping_cart_content .mini_cart_content ul.cart_list li a {
  color: #323232;
  font-weight: normal;
  line-height: 1.35;
  margin: 0 30px 10px 0;
  text-align: left;
}
.widget.widget_shopping_cart_content .mini_cart_content ul.cart_list li a:hover {
  color: var(--primarycolor);
}
.widget.widget_shopping_cart_content .mini_cart_content ul.cart_list li img {
  border: 1px solid transparent;
  float: left;
  margin: 0;
  margin-right: 15px;
  position: relative;
  width: 90px;
}
.widget.widget_shopping_cart_content .mini_cart_content ul.cart_list li img:hover {
  border: 1px solid var(--primarycolor);
}
.widget.widget_shopping_cart_content .mini_cart_content ul.cart_list li .amount {
  color: #323232;
  font-weight: 700;
}
.widget.widget_shopping_cart_content .mini_cart_content .total {
  border-top: 1px solid #f0f0f0;
  color: #323232;
  font-size: 1.429em;
  font-weight: 700;
  line-height: 40px;
  margin: 0 30px;
  padding: 15px 0;
  text-align: left;
  text-transform: none;
}
.widget.widget_shopping_cart_content .mini_cart_content .total strong {
  font-weight: 700;
}
.widget.widget_shopping_cart_content .mini_cart_content .total .amount {
  color: #181818;
  float: right;
  
  font-weight: 600;
}
.widget.widget_shopping_cart_content .mini_cart_content .buttons {
  border-top: 1px solid #f0f0f0;
  display: block;
  margin: 0;
  padding: 20px 30px;
}
.widget.widget_shopping_cart_content .mini_cart_content .buttons:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.widget.widget_shopping_cart_content .mini_cart_content .buttons a {
  background: #323232;
  color: #fff;
  display: inline-block;
  
  font-size: 1.143em;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  margin: 10px 4px;
  padding: 0 15px;
  text-align: center;
  text-transform: none;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.widget.widget_shopping_cart_content .mini_cart_content .buttons a:hover {
  background: var(--primarycolor);
  color: #fff;
}
.widget.widget_shopping_cart_content .mini_cart_content ul.cart_empty {
  margin: 0;
  padding: 0;
}
.widget.widget_shopping_cart_content .mini_cart_content ul.cart_empty li {
  list-style: none;
  padding-bottom: 0;
  text-align: left;
}
.widget.widget_shopping_cart_content .mini_cart_content ul.cart_empty li.total {
  border: 0;
  padding-top: 20px;
}
.widget.widget_shopping_cart_content .mini_cart_content .loading {
  background-color: #fff;
  background-image: url('/wp-content/themes/mixy/assets/images/loader.gif');
  background-position: center center;
  background-repeat: no-repeat;
  display: none;
  height: 100%;
  left: 0;
  opacity: .7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.widget.widget_shopping_cart_content .mini_cart_content.loading .loading {
  display: block;
}
.widget.widget_shopping_cart_content .mini_cart_content {
  left: 0 !important;
  right: auto !important;
}

.widget-area-side .widget > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget-area-side .widget a {
  display: block;
  vertical-align: top;
  text-decoration: none;
}
.widget-area-side .widget a > .star-rating {
  margin-right: 5px;
}
.woocommerce .widget_layered_nav_filters ul li a:before {
  line-height: inherit;
}
.widget-area-side .widget a .swatch-inner {
  display: flex;
  align-items: center;
}
.widget-area-side .widget ul,
.widget-area-side .widget ol {
  list-style:none;
  padding: 0;
  margin: 0;
}
.widget-area-side .widget ul > li,
.widget-area-side .widget ol > li {
  margin-bottom: 10px;
}
.widget-area-side .widget ul > li.wc-layered-nav-rating > a {
  display: flex;
  align-items: center;
}
.widget-area-side .widget ul > li:last-child,
.widget-area-side .widget ol > li:last-child {
  margin-bottom: 0;
}
.widget-area-side .wp-block-gallery {
  margin: 0;
}
.widget-area-side .wp-block-gallery .blocks-gallery-item {
  margin-bottom: 0;
  padding: 0.5em 0;
}
.widget-area-side .widget a:hover {
  color: var(--primarycolor);
}
.widget .count {
  float: none;
}
.widget .children a:hover {
  color: var(--primarycolor);
}
.widget .children li:last-child {
  border-bottom: none;
}
.widget .sub-menu li,
.widget .children li {
  padding-left: 15px;
}
.widget .sub-menu li:first-child,
.widget .children li:first-child {
  margin-top: 10px;
}
.widget .sub-menu li.cat-parent:first-child:before, 
.widget .children li.cat-parent:first-child:before {
  top: 8px;
}
.widget .sub-menu li:last-child{
  border-bottom: none;
}
.widget_product_categories li.cat-parent {
  position: relative;
}

.widget.widget_product_categories li.current-cat > a,
.widget.widget_product_categories li.current-cat > .count,
.widget.widget_product_categories li.current-cat-parent > a,
.widget.widget_product_categories li.current-cat-parent > .count,
.widget.widget_categories li.current-cat > a,
.widget.widget_categories li.current-cat > .count,
.widget.widget_categories li.current-cat-parent > a,
.widget.widget_categories li.current-cat-parent > .count {
  color: var(--primarycolor);
}
.widget.widget_product_categories > li:last-child {
  margin-bottom: 0;
}
.widget.widget_price_filter form {
  margin-top: 30px;
}
.widget.widget_price_filter .price_slider {
  background: #d1d1d1 !important;
  box-shadow: none;
  cursor: pointer;
  height: 3px;
  margin: 0 0 15px;
  width: 100%;
  position: relative;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0;
}
.widget.widget_price_filter .price_slider .ui-slider-range {
  background: var(--primarycolor);
  border: none;
  box-shadow: none;
  height: 100%;
}
.widget.widget_price_filter .price_slider .ui-slider-handle {
  align-items: center;
  background: #fff;
  content: '';
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 13px;
  line-height: 13px;
  margin: 0;
  text-align: center;
  top: 50%;
  width: 13px;
  border: 3px solid var(--primarycolor);
  position: absolute;
  cursor: ew-resize;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
}
.widget.widget_price_filter .price_slider .ui-slider-handle:hover {
  background: var(--primarycolor);
}
.widget.widget_price_filter .price_slider .ui-slider-handle:last-child {
  -webkit-transform: translate(-100%,-50%);
  -moz-transform: translate(-100%,-50%);
  -ms-transform: translate(-100%,-50%);
  -o-transform: translate(-100%,-50%);
  transform: translate(-100%,-50%);
}
.widget.widget_price_filter .price_slider_amount {
  font-size: 1.4rem;
  padding-bottom: 8px;
  padding-top: 4px;
}
.widget.widget_price_filter .price_slider_amount:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.widget.widget_price_filter .price_slider_amount .price_label {
  height: 32px;
  line-height: 32px;
  text-align: left;
}
.widget.widget_price_filter .price_slider_amount .price_label span {
  color: #313030;
}
.widget.widget_price_filter .price_slider_amount .price_label span:first-of-type {
  margin-left: 5px;
}
.widget.widget_price_filter .button {
  display: block;
  float: right !important;
  padding: 0 15px;
}
.yith-woocompare-widget .widget_content:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.yith-woocompare-widget ul.products-list {
  margin-bottom: 20px;
  padding: 0;
}
.yith-woocompare-widget ul.products-list li {
  padding: 10px 0;
  padding-right: 35px;
  position: relative;
}
.yith-woocompare-widget ul.products-list li.list_empty {
  padding: 0;
}
.yith-woocompare-widget ul.products-list a {
  color: #323232;
  font-size: 1.4rem;
  line-height: 1.2;
  text-transform: none;
}
.yith-woocompare-widget ul.products-list a:hover {
  color: var(--primarycolor);
}
.yith-woocompare-widget ul.products-list a.remove {
  background: none;
  color: #999 !important;
  height: auto;
  left: auto;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  width: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.yith-woocompare-widget ul.products-list a.remove:hover {
  color: var(--primarycolor) !important;
}
.yith-woocompare-widget a {
  padding-bottom: 0;
  padding-top: 0;
}
.yith-woocompare-widget a:after {
  display: none;
}
.yith-woocompare-widget .clear-all {
  float: left;
  font-size: inherit;
  height: 30px;
  line-height: 30px;
}
.widget_top_rated_products {
  display: block;
}
.widget-area-side .widget_media_image {
  border: none;
  padding: 0;
  text-align: center;
}
.widget-area-side .widget_media_image a {
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
}
.widget-area-side .widget_media_image a img {
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}
.widget-area-side .widget_media_image a:hover img {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}
.widget-area-side .aiwidgetscss .widget-title {
  display: block;
}
.widget-area-side iframe {
  max-width: 100%;
}
.widget-area-side .bragatabs {
  color: #363636;
  display: block;
  
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 14px;
  padding: 0;
  width: 100%;
}
.widget-area-side .bragatabs li {
  background: #f0f0f0;
  border-top: 2px solid #f0f0f0;
  cursor: pointer;
  float: left;
  list-style: none;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  width: 50%;
}
.widget-area-side .bragatabs li.active {
  background: none;
  border-top: 2px solid var(--primarycolor);
  cursor: default;
}
.widget-area-side .bragatabs li.active:hover {
  background: none;
}
.widget-area-side .bragatabs li:hover {
  background: #eee;
}
.widget-area-side .su-accordion .su-spoiler {
  border-bottom: 1px solid #f0f0f0;
}
.widget-area-side .su-accordion .su-spoiler:hover .su-spoiler-icon {
  background: var(--primarycolor);
}
.widget-area-side .su-accordion .su-spoiler:hover .su-spoiler-title {
  color: var(--primarycolor);
}
.widget-area-side .su-accordion .su-spoiler.su-spoiler-closed .su-spoiler-content {
  padding: 0;
}
.widget-area-side .su-accordion .su-spoiler-title {
  font-weight: normal;
}
.widget-area-side .su-accordion .su-spoiler-icon {
  background: #999;
  color: #fff;
  font-size: 1rem;
  line-height: 20px;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}
.widget-area-side .su-accordion .su-spoiler-content {
  padding: 15px 0;
}
.widget-area-side .su-vimeo {
  margin: 0;
}
.widget.widget_rss ul {
  margin: 0;
  padding: 0;
}
.widget.widget_rss ul li {
  list-style-type: none;
  margin: 0 0 25px;
}
.widget.widget_rss ul li:last-child {
  margin: 0;
}
.widget.widget_rss ul li .rsswidget {
  color: #181818;
  display: block;
  line-height: 1.4;
  margin-bottom: 5px;
}
.widget.widget_rss ul li .rsswidget:hover {
  color: var(--primarycolor);
}
.widget.widget_rss ul li .rss-date {
  color: #999;
  display: block;
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.widget.widget_rss ul li .rss-date:before {
  content: '\e95b';
  display: inline-block;
  font-family: 'roadthemes-icon';
  margin-right: 5px;
  vertical-align: top;
}
.widget.widget_rss ul li .rssSummary {
  display: block;
}
.widget.widget_rss ul li cite {
  display: block;
}
.widget.widget_rss ul li cite:before {
  content: '\e944';
  display: inline-block;
  font-family: 'roadthemes-icon';
  margin-right: 5px;
  font-style:normal;
  vertical-align: top;
}
.widget.widget_products ul li {
  margin: 0 0 25px;
}
.widget.widget_products .product-image {
  float: left;
  width: 25%;
}
.widget.widget_products .product-image a {
  display: block;
}
.widget.widget_products .product-image a img {
  margin: 0;
  width: 100%;
}
.widget.widget_products .product-info {
  float: left;
  padding-left: 10px;
  text-align: left;
  width: 75%;
}
.widget.widget_products .product-info ins {
  color: var(--primarycolor);
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
}
.widget.widget_products .product-info del {
  color: #999;
  font-size: 1.4rem;
  font-weight: 500;
  text-decoration: line-through;
}
.widget-area-side .blog-tabs {
  margin-bottom: 0;
}
.widget-area-side .widget_braga_widgets .widget_content {
  padding: 0 18px 5px;
}
.widget-area-side .widget_braga_widgets ul {
  margin: 0;
  padding: 0;
}
.widget-area-side .widget_braga_widgets ul li {
  border-top: 1px solid #f0f0f0;
  line-height: 1.35;
  list-style-type: none;
  margin: 15px 0 0;
  padding: 15px 0 0;
}
.widget-area-side .widget_braga_widgets ul li:first-child {
  border: none;
  margin: 0;
  padding: 0;
}
.widget-area-side .widget_braga_widgets ul li a:before {
  display: none;
}
.widget-area-side .widget_braga_widgets ul li .post-wrapper {
  margin: 0;
  padding: 0;
  width: 100%;
}
.widget-area-side .widget_braga_widgets ul li .post-wrapper:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.widget-area-side .widget_braga_widgets ul li .post-wrapper .post-thumb {
  float: left;
  margin-right: 10px;
  max-width: 30%;
}
.widget-area-side .widget_braga_widgets ul li .post-wrapper .post-thumb a {
  border: 2px solid transparent;
  display: inline-block;
}
.widget-area-side .widget_braga_widgets ul li .post-wrapper .post-thumb a:hover {
  border: 2px solid var(--primarycolor);
  padding-left: 0;
}
.widget-area-side .widget_braga_widgets ul li .post-wrapper .post-thumb .avatar {
  overflow: hidden;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.widget-area-side .widget_braga_widgets ul li .post-wrapper .post-info {
  overflow: hidden;
}
.widget-area-side .widget_braga_widgets ul li .post-wrapper .post-info .post-title {
  font-size: 1.077em;
  font-weight: 700;
  margin: 0 0 10px;
}
.widget-area-side .widget_braga_widgets ul li .post-wrapper .post-info .post-title a {
  color: #323232;
}
.widget-area-side .widget_braga_widgets ul li .post-wrapper .post-info .post-title a:hover {
  color: var(--primarycolor);
  padding-left: 0;
}
.widget-area-side .widget_braga_widgets ul li .post-wrapper .post-info .post-date {
  color: #999;
  font-size: .929em;
}
.widget-area-side .widget_braga_widgets ul li .post-wrapper .post-info p {
  margin: 5px 0;
}
.widget-area-side .widget_braga_widgets ul li .post-wrapper .post-info > a {
  color: #999;
  
  font-size: .86em;
}
.widget-area-side .widget_braga_widgets ul li .post-wrapper .post-info > a:hover {
  color: var(--primarycolor);
}
.widget-area-side .widget_braga_widgets ul li .post-wrapper .comment-author {
  color: var(--primarycolor);
}
.widget_recent_entries ul li .post-date {
  color: #999;
  float: left;
  font-size: .929em;
  line-height: 12px;
  width: 100%;
}

.widget.widget_calendar table#wp-calendar {
  margin-bottom: 0;
  table-layout: fixed;
  text-align: center;
  width: 100%;
}
.widget.widget_calendar table#wp-calendar th,
.widget.widget_calendar table#wp-calendar td {
  padding-left: 2px;
  padding-right: 2px;
  text-align: center;
}
#wp-calendar #today {
  color: var(--primarycolor);
  font-weight: 700;
}
.widget.widget_calendar table#wp-calendar a:hover {
  text-decoration: underline;
}
.widget.widget_recent_comments #recentcomments {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.widget.widget_recent_comments #recentcomments > li {
  margin-bottom: 13px;
}
.widget.widget_recent_comments #recentcomments > li:last-child {
  margin-bottom: 0;
}
.widget.widget_recent_comments #recentcomments > li a:hover {
  color: var(--primarycolor);
}
.widget.widget_recent_comments #recentcomments > li .comment-author-link a {
  color: #181818;
}
.widget.widget_recent_comments #recentcomments > li .comment-author-link a:hover {
  text-decoration: underline;
}
.widget select {
  background: #fff;
  border: 1px solid #e5e5e5;
  height: 40px;
  line-height: 40px;
  max-width: 100%;
  outline: none;
  padding: 0 15px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(/wp-content/themes/mixy/assets/css/images/select_arrow.png);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: calc(100% - 15px);
}
.wp-block-latest-posts > li,
.widget-area-side .widget  .wp-block-latest-posts > li {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-bottom: 1em;
}
.wp-block-latest-posts .wp-block-latest-posts__featured-image {
    margin: 0 1em 0 0;
}
.wp-block-latest-posts__content {
  overflow: hidden;
}
.wp-block-latest-posts__content > * {
  margin-top: 5px;
}
.wp-block-latest-posts__content a {
  font-weight: 500;
  line-height: 1.3;
  margin-top: 1em;
}
.wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date {
  color: #777;
  font-size: 0.86em;
}
/*end side bar*/
/*login popup */

#login-form-popup {
  visibility: hidden;
  padding: 0 1.5rem;
  position: fixed;
  background-color: transparent;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1040;
  text-align: center;
  overflow-y: auto;
  pointer-events: none;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-overflow-scrolling: touch;
}
#login-form-popup.form-open {
  visibility: visible;
  opacity: 1;
}
#login-form-popup .form-content {
    background-color: #FFFFFF;
    border: 0;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    z-index: 205;
    margin: 25px auto;
    max-width: 550px;
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 15px;
    text-align: center;
    pointer-events: visible;
}
#login-form-popup:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.header-account-content header {margin-bottom: 15px;}
.header-account-content .rt-tabs-wrapper ul.tabs {
  padding: 0;
  list-style:none;
  margin: 0 0 20px 0;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #ebebeb;
  text-align: center;
}
.header-account-content .rt-tabs-wrapper ul.tabs li {
  flex: 1 1 0;
  
  position: relative;
}
.header-account-content .rt-tabs-wrapper ul.tabs li a {
  padding: 10px 0;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
}
.header-account-content .rt-tabs-wrapper ul.tabs li.active a {
  color: var(--primarycolor);
}
.header-account-content .rt-tabs-wrapper ul.tabs li.active:after {
  content: "";
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  bottom: -2px;
  height: 2px;
  background: var(--primarycolor);
}
.header-account-content .woocommerce-form {
    max-width: 400px;
    margin: auto !important;
    padding: 0 !important;
    border: 0 !important;
    text-align: center !important;
}
.header-account-content .woocommerce-form  button[type="submit"] {
  width: 100%;
}
.header-account-content .woocommerce-form .form-row-wide {
  text-align: left;
}
.header-account-content .woocommerce-privacy-policy-text {
  font-size: 1.3rem;
}
.header-account-content .box-password {
  display: flex;
  align-items: center;
  text-align: left;
  margin-bottom: 20px;
}
.header-account-content .box-password > p {
  margin: 0 5px 0 0;
  flex: 1 1 auto;
}
.register_msg,.login_msg {
  margin-bottom: 10px;
  font-size: 1.3rem;
}
.header-account-content .fail {
  color: red;
}
@-webkit-keyframes spinner-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
@-moz-keyframes spinner-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
@-o-keyframes spinner-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
@-ms-keyframes spinner-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
@keyframes spinner-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
.header-account-content button.loading:before {
  content:"\e94f";
  font-family:"roadthemes-icon";
  font-weight: 400;
  margin-right: 5px;
  display: inline-block;
  animation-name: spinner-spin;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear; 
}
@media (max-width: 767px) {
  #login-form-popup {
    padding: 0;
    left: -100%;
    
  }
  #login-form-popup.form-open{
    left: 0;
  }
  #login-form-popup:before {
    display:none;
  }
  #login-form-popup .form-content {
    margin: 0;
    height: 100%;
    max-width: 100%;
  }
  
}
/*-------------*/
/*--------------------------------------------------------------
## Responsive
--------------------------------------------------------------*/
@media (max-width: 1199px) {
  
  .cart-block .header-cart > a .cart-count, 
  .wishlist-link .wishlist-count {
    position: absolute;
    margin: 0;
    right: -13px;
    top: -3px;
  }
  .cart-block .header-cart > a {
    margin-right: 10px;
  }
}
@media (max-width: 991px) {
 
  #back-to-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.4rem;
  }
  #back-to-top.active {
    bottom: 70px;
  }
  aside.col-lg-3.col-12 section:first-child {
    margin-top: var(--rowspace);
  }
  .cart-block .header-cart > a {
    border: 0;
    width: auto;
    height: auto;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .slick-arrow {
 
  }
  .mc4wp-form .mc4wp-form-fields input {
    padding-right: 115px;
  }
  .mc4wp-form .mc4wp-form-fields button {
    padding: 0 15px;
    font-size: 1.2rem;
  }
  .product-inner .action-links > ul > li.product-cart {
    max-width: none;
  }
  .product-inner .action-links .product-cart a {
    font-size: 0;
  }
  
  .product-inner .action-links .product-cart a:before {
    display: inline-block;
  }
  .summary.is-fixed {
    width: 100% !important;
    position: static !Important;
  }
  .summary .product_title {
    font-size: 3rem;
  }
}
@media (min-width: 576px) {
  .site-footer .footer-content {
    display: block !Important;
    height: auto !important;
  }
}
@media (max-width: 567px) {
  .col-header-mobile > * {
    margin-right: 10px;
  }
 
  #_mobile_logo_ img {
    max-height: 40px;
    width: auto;
  }
}
.nx-notification .nx-branding {
  display:none !Important;
}
/*yith compare */
#cboxTopLeft,
#cboxTopCenter,
#cboxTopRight,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxBottomLeft,
#cboxBottomCenter,
#cboxBottomRight {
    display:none;
}
#cboxClose {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #222;
    bottom: auto;
    top: 1px;
    font-size: 0;
    text-indent: inherit;
    right: 1px;
}
#cboxClose:before {
    content: "\e93f";
    font-family: "roadthemes-icon";
    font-size: 1.8rem;
}
#cboxClose:hover {
    background: var(--primarycolor);
    color: #fff;
}
/* fix unittest */

#wp-calendar {
    margin-bottom: 15px;
}

#wp-calendar caption {
    caption-side: top;
    text-align: center;
    font-weight: 700;
}

.wp-calendar-nav {
    margin-bottom: 15px;
}

.wp-block-archives-dropdown,
.wp-block-categories-dropdown {
    margin-bottom: 15px;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background: #32373c;
  color: #fff;
  border-color: #32373c;
}
.wp-block-button {
    margin-bottom: 10px;
}
.wp-block-button__link:hover {
  opacity: 0.92;
}
.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
  -webkit-border-radius: 0;
}
.post-password-form input[type=submit] {
  margin-top: 10px;
}
.wp-block-button.alignleft {
  margin-right: 10px;
}
.wp-block-button.alignright {
  margin-left: 10px;
}
.home.blog header {
    margin-bottom: var(--rowspace);
}
.widget-area-side .widget > div:first-child > div:first-child .widgettitle {
    margin-top: 0;
}
.widgettitle {
    margin: 50px 0 20px 0;
}
.wp-block-image, .wp-block-gallery, .et-wp-gallery {
    margin-bottom: 30px;
}
.wp-block-image figcaption {
    text-align: center;
    margin-top: 1em;
    font-size: 87.5%;
}
.wp-block-search .wp-block-search__button {
    font-size: 0;
    padding: 0 15px;
    margin-left: 5px;
    text-align: center;
    line-height: 42px;
    height: auto;
    border: 0;
    background: #313030;
    color: #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
}
.wp-block-search .wp-block-search__button:before {
    content: "\e918";
    font-family: 'roadthemes-icon';
    font-size: 1.6rem;
    vertical-align: top;
}
.wp-block-search .wp-block-search__button:hover {
    background: var(--primarycolor);
    color: #fff;
}
.wp-block-search .wp-block-search__input {
    border-color: #ebebeb;
}
.wp-block-group ol.wp-block-latest-comments {
    padding: 0;
}
.wp-block-latest-comments__comment {
    line-height: 1.5;
}
.page-links {
    clear: both;
    line-height: 34px;
    margin-bottom: 15px;
}
.page-links .post-page-numbers {
  margin: 0 10px 0 0;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  text-underline-offset: 4px;
  text-decoration: underline;
}
.page-links span.post-page-numbers {
  text-decoration:none;
}

.entry-content .wp-block-cover-image .wp-block-cover-image-text, 
.entry-content .wp-block-cover-image .wp-block-cover-text, 
.entry-content .wp-block-cover-image h2, 
.entry-content .wp-block-cover .wp-block-cover-image-text, 
.entry-content .wp-block-cover .wp-block-cover-text, 
.entry-content .wp-block-cover h2 {
  color: #fff;
}
.gallery {
  margin: 15px -5px;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding: 0 5px;
}

.gallery-item a {
  display: block;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

/* DEMO */
.countdown-day {
  display: none !important;
}@font-face {font-display:swap;
  font-family: 'roadthemes-icon';
  src:  url('/wp-content/themes/mixy/assets/fonts/roadthemes-icon.eot?748w34');
  src:  url('/wp-content/themes/mixy/assets/fonts/roadthemes-icon.eot?748w34#iefix') format('embedded-opentype'),
    url('/wp-content/themes/mixy/assets/fonts/roadthemes-icon.ttf?748w34') format('truetype'),
    url('/wp-content/themes/mixy/assets/fonts/roadthemes-icon.woff?748w34') format('woff'),
    url('/wp-content/themes/mixy/assets/fonts/roadthemes-icon.svg?748w34#roadthemes-icon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-rt-"], [class*=" icon-rt-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'roadthemes-icon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-rt-bag-outline:before {
  content: "\e900";
}
.icon-rt-cart-outline:before {
  content: "\e901";
}
.icon-rt-bag:before {
  content: "\e902";
}
.icon-rt-handbag:before {
  content: "\e903";
}
.icon-rt-shopping-cart:before {
  content: "\e904";
}
.icon-rt-bag2:before {
  content: "\e905";
}
.icon-rt-shopping-cart-solid:before {
  content: "\e906";
}
.icon-rt-basket-outline:before {
  content: "\e907";
}
.icon-rt-shopping-basket-solid:before {
  content: "\e908";
}
.icon-rt-heart:before {
  content: "\e909";
}
.icon-rt-heart2:before {
  content: "\e90a";
}
.icon-rt-heart-solid:before {
  content: "\e90b";
}
.icon-rt-heart-outline:before {
  content: "\e90c";
}
.icon-rt-ios-heart-outline:before {
  content: "\e90d";
}
.icon-rt-shuffle:before {
  content: "\e90e";
}
.icon-rt-refresh:before {
  content: "\e90f";
}
.icon-rt-ios-shuffle:before {
  content: "\e910";
}
.icon-rt-ios-shuffle-strong:before {
  content: "\e911";
}
.icon-rt-repeat-outline:before {
  content: "\e912";
}
.icon-rt-sync-alt-solid:before {
  content: "\e913";
}
.icon-rt-star2:before {
  content: "\e914";
}
.icon-rt-star-solid:before {
  content: "\e915";
}
.icon-rt-star-half-alt-solid:before {
  content: "\e916";
}
.icon-rt-search:before {
  content: "\e917";
}
.icon-rt-magnifier:before {
  content: "\e918";
}
.icon-rt-search2:before {
  content: "\e919";
}
.icon-rt-loupe:before {
  content: "\e91a";
}
.icon-rt-search1:before {
  content: "\e91b";
}
.icon-rt-eye-outline:before {
  content: "\e91c";
}
.icon-rt-eye:before {
  content: "\e91d";
}
.icon-rt-look:before {
  content: "\e91e";
}
.icon-rt-eye2:before {
  content: "\e91f";
}
.icon-rt-bars-solid:before {
  content: "\e920";
}
.icon-rt-menu-outline:before {
  content: "\e921";
}
.icon-rt-navicon-round:before {
  content: "\e922";
}
.icon-rt-grid-outline:before {
  content: "\e923";
}
.icon-rt-grid:before {
  content: "\e924";
}
.icon-rt-grid2:before {
  content: "\e925";
}
.icon-rt-apps-outline:before {
  content: "\e926";
}
.icon-rt-apps-sharp:before {
  content: "\e927";
}
.icon-rt-list:before {
  content: "\e928";
}
.icon-rt-list-outline:before {
  content: "\e929";
}
.icon-rt-list-solid:before {
  content: "\e92a";
}
.icon-rt-arrow-down:before {
  content: "\e92b";
}
.icon-rt-arrow-left:before {
  content: "\e92c";
}
.icon-rt-arrow-right:before {
  content: "\e92d";
}
.icon-rt-arrow-up:before {
  content: "\e92e";
}
.icon-rt-logo-facebook:before {
  content: "\e92f";
}
.icon-rt-logo-google:before {
  content: "\e930";
}
.icon-rt-logo-pinterest:before {
  content: "\e931";
}
.icon-rt-logo-twitter:before {
  content: "\e932";
}
.icon-rt-logo-youtube:before {
  content: "\e933";
}
.icon-rt-logo-instagram:before {
  content: "\e934";
}
.icon-rt-logo-linkedin:before {
  content: "\e935";
}
.icon-rt-logo-rss:before {
  content: "\e936";
}
.icon-rt-logo-twitch:before {
  content: "\e937";
}
.icon-rt-0-facebook2:before {
  content: "\e938";
}
.icon-rt-1-twitter2:before {
  content: "\e939";
}
.icon-rt-2-youtube2:before {
  content: "\e93a";
}
.icon-rt-3-dribbble:before {
  content: "\e93b";
}
.icon-rt-4-facebook-f:before {
  content: "\e93c";
}
.icon-rt-5-google-plus-g:before {
  content: "\e93d";
}
.icon-rt-6-pinterest-p:before {
  content: "\e93e";
}
.icon-rt-close-outline:before {
  content: "\e93f";
}
.icon-rt-close-circle:before {
  content: "\e940";
}
.icon-rt-close-circle-outline:before {
  content: "\e941";
}
.icon-rt-person-outline:before {
  content: "\e942";
}
.icon-rt-person-circle-outline:before {
  content: "\e943";
}
.icon-rt-user:before {
  content: "\e944";
}
.icon-rt-user-circle:before {
  content: "\e945";
}
.icon-rt-call-outline:before {
  content: "\e946";
}
.icon-rt-call-sharp:before {
  content: "\e947";
}
.icon-rt-headphones:before {
  content: "\e948";
}
.icon-rt-headphones-mic:before {
  content: "\e949";
}
.icon-rt-headphones2:before {
  content: "\e94a";
}
.icon-rt-phone-volume-solid:before {
  content: "\e94b";
}
.icon-rt-phone-call:before {
  content: "\e94c";
}
.icon-rt-headset-outline:before {
  content: "\e94d";
}
.icon-rt-settings-outline:before {
  content: "\e94e";
}
.icon-rt-settings:before {
  content: "\e94f";
}
.icon-rt-shipping-fast-solid:before {
  content: "\e950";
}
.icon-rt-truck-solid:before {
  content: "\e951";
}
.icon-rt-ship-solid:before {
  content: "\e952";
}
.icon-rt-boat-outline:before {
  content: "\e953";
}
.icon-rt-rocket:before {
  content: "\e954";
}
.icon-rt-rocket-outline:before {
  content: "\e955";
}
.icon-rt-location-pin:before {
  content: "\e956";
}
.icon-rt-map-marked-alt-solid:before {
  content: "\e957";
}
.icon-rt-location-outline:before {
  content: "\e958";
}
.icon-rt-mail-outline:before {
  content: "\e959";
}
.icon-rt-mail-open-outline:before {
  content: "\e95a";
}
.icon-rt-globe-solid:before {
  content: "\e95b";
}
.icon-rt-globe-alt:before {
  content: "\e95c";
}
.icon-rt-scan-outline:before {
  content: "\e95d";
}
.icon-rt-expand-outline:before {
  content: "\e95e";
}
.icon-rt-checkmark:before {
  content: "\e95f";
}
.icon-rt-card-outline:before {
  content: "\e960";
}
.icon-rt-credit-card-solid:before {
  content: "\e961";
}
.icon-rt-money-bill-wave-solid:before {
  content: "\e962";
}
.icon-rt-cash-outline:before {
  content: "\e963";
}
.icon-rt-gift-outline:before {
  content: "\e964";
}
.icon-rt-gift-solid:before {
  content: "\e965";
}
.icon-rt-gifts-solid:before {
  content: "\e966";
}
.icon-rt-ribbon-outline:before {
  content: "\e967";
}
.icon-rt-time-outline:before {
  content: "\e968";
}
.icon-rt-help-buoy-outline:before {
  content: "\e969";
}
.icon-rt-exchange-1:before {
  content: "\e96a";
}
.icon-rt-call-center-24-7:before {
  content: "\e96b";
}
.icon-rt-headphone-24-7:before {
  content: "\e96c";
}
.icon-rt-credit-card-secure1:before {
  content: "\e96d";
}
.icon-rt-payment-security:before {
  content: "\e96e";
}
.icon-rt-logo-vk:before {
  content: "\e96f";
}
.icon-rt-logo-whatsapp:before {
  content: "\e970";
}
.icon-rt-logo-telegram:before {
  content: "\e971";
}
.icon-rt-play-outline:before {
  content: "\e972";
}
.icon-rt-videocam-outline:before {
  content: "\e973";
}
.icon-rt-play-circle:before {
  content: "\e974";
}
.icon-rt-home-outline:before {
  content: "\e975";
}
.icon-rt-diamond-outline:before {
  content: "\e976";
}
.icon-rt-camera-outline:before {
  content: "\e977";
}
.icon-rt-fitness-outline:before {
  content: "\e978";
}
.icon-rt-medkit-outline:before {
  content: "\e979";
}
.icon-rt-nuclear-outline:before {
  content: "\e97a";
}
.icon-rt-shirt-outline:before {
  content: "\e97b";
}
.icon-rt-watch-outline:before {
  content: "\e97c";
}
.icon-rt-couch-solid:before {
  content: "\e97d";
}
.icon-rt-filter-outline:before {
  content: "\e97e";
}
.icon-rt-options-outline:before {
  content: "\e97f";
}
.icon-rt-chatbox-outline:before {
  content: "\e980";
}
.icon-rt-chatbubble-outline:before {
  content: "\e981";
}
.icon-rt-logo-behance:before {
  content: "\e982";
}
.icon-rt-logo-flickr:before {
  content: "\e983";
}
.icon-rt-logo-foursquare:before {
  content: "\e984";
}
.icon-rt-logo-github:before {
  content: "\e985";
}
.icon-rt-logo-skype:before {
  content: "\e986";
}
.icon-rt-logo-snapchat:before {
  content: "\e987";
}
.icon-rt-logo-soundcloud:before {
  content: "\e988";
}
.icon-rt-logo-tumblr:before {
  content: "\e989";
}
.icon-rt-logo-vimeo:before {
  content: "\e98a";
}
.icon-rt-logo-wechat:before {
  content: "\e98b";
}
.icon-rt-logo-weibo:before {
  content: "\e98c";
}
.icon-rt-add-outline:before {
  content: "\e98d";
}
.icon-rt-remove-outline:before {
  content: "\e98e";
}
.icon-rt-left-quotes-sign:before {
  content: "\e98f";
}
.icon-rt-right-quotes-symbol:before {
  content: "\e990";
}
.icon-rt-arrow-left-solid:before {
  content: "\e991";
}
.icon-rt-arrow-right-solid:before {
  content: "\e992";
}
.icon-rt-cauliflower:before {
  content: "\e993";
}
.icon-rt-bread:before {
  content: "\e994";
}
.icon-rt-meat:before {
  content: "\e995";
}
.icon-rt-anise-candy:before {
  content: "\e996";
}
.icon-rt-snowflake:before {
  content: "\e997";
}
.icon-rt-coffee-cup:before {
  content: "\e998";
}
.icon-rt-almond:before {
  content: "\e999";
}
.icon-rt-egg:before {
  content: "\e99a";
}
/*
grilabs-woocommerce-pos
inline-form.scss
2020
*/
.grilabs-pos-inline {
  position: fixed;
  width: 100%;
  left: 0;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 99999999;
  display: none;
}
.grilabs-pos-inline .grilabs--pos--grimodal {
  width: 400px;
  margin: 0;
  left: 50%;
  margin-left: -200px;
  position: absolute;
  top: 50px;
  border: 2px solid #333;
  border-radius: 3px;
  background: #FFF;
  box-shadow: 0 0 13px -10px #333;
}
.grilabs-pos-inline .grilabs--pos--grimodal button.grilabs--grimodal--close {
  border: 0 none;
  float: none;
  text-align: center;
  width: 32px;
  height: 32px;
  position: absolute;
  right: -10px;
  top: -10px;
  border-radius: 100%;
  background-color: #333;
  line-height: 46px;
  padding: 0;
  z-index: 99;
}
.grilabs-pos-inline .grilabs--pos--grimodal button.grilabs--grimodal--close img {
  float: none !important;
  display: inline-block !important;
  max-width: none;
  max-height: none !important;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 3px;
  right: 3px;
}

#grilabs--inline--iframe, #grilabs--inline--iframe--mobile {
  background-color: transparent;
  z-index: 2;
  position: relative;
}

.grilabs--pos--loading {
  padding-top: 100px;
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 0;
  background-color: #fff;
}
.grilabs--pos--loading img {
  float: none !important;
  display: inline-block !important;
  max-height: none !important;
  max-width: none !important;
  margin-bottom: 40px;
}
.grilabs--pos--loading h5 {
  font-size: 14px;
}
.grilabs--pos--loading h4 {
  font-size: 16px;
}

#gl-loading-installments {
  position: absolute;
  right: 70px;
  margin-top: -53px;
}

#installmentInputs {
  width: 100%;
  float: left;
  display: block;
  padding: 10px 5px;
  margin-top: 5px;
}
#installmentInputs label {
  font-weight: normal;
  text-align: center;
  width: 88px !important;
  height: 88px !important;
  display: block;
  float: left;
  border: 1px solid #ddd;
  margin: 5px 3px !important;
  padding: 15px 7px 3px 7px;
  background-color: #fff;
  color: #333;
  cursor: pointer;
  position: relative;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  /*
    Introduced in IE 10.
    See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
  */
  -ms-user-select: none;
  user-select: none;
}
@media screen and (min-width: 720px) {
  #installmentInputs label:nth-child(4n+4), #installmentInputs label:last-child {
    margin-right: 0 !important;
  }
  #installmentInputs label:nth-child(4n+5), #installmentInputs label:first-child {
    margin-left: 0 !important;
    clear: both;
  }
}
@media screen and (max-width: 720px) {
  #installmentInputs label {
    width: 31% !important;
  }
  #installmentInputs label:nth-child(3n+3), #installmentInputs label:last-child {
    margin-right: 0 !important;
  }
  #installmentInputs label:nth-child(3n+4), #installmentInputs label:first-child {
    margin-left: 0 !important;
  }
}
#installmentInputs label.active {
  background-color: #fff;
  border-color: #343a40;
}
#installmentInputs label.active::before, #installmentInputs label.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-color: transparent;
  border-style: solid;
}
#installmentInputs label.active::before {
  border-width: 1.1em;
  border-right-color: #343a40;
  border-bottom-color: #343a40;
}
#installmentInputs label.active::after {
  background-image: url("/wp-content/plugins/grilabs-woocommerce-pos/assets/image/check-mark.svg");
  background-size: 60%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0px;
  bottom: 0px;
  content: " ";
  width: 24px;
  height: 24px;
}
#installmentInputs label.active .installment-big {
  font-weight: bold;
}
#installmentInputs label .installment-big {
  width: 100%;
  display: block;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 11px;
  position: relative;
}
#installmentInputs label .installment-big:after {
  position: absolute;
  content: " ";
  width: 20px;
  height: 1px;
  background: #c9c9c9;
  left: 50%;
  bottom: -1px;
  margin-left: -10px;
}
#installmentInputs label .installment-amounts {
  width: 100%;
  display: block;
  font-size: 10px;
  line-height: 15px;
  margin-top: 5px;
}
#installmentInputs label .installment-amounts strong {
  font-size: 12px;
  width: 100%;
  display: block;
}
#installmentInputs label .installment-amounts small {
  width: 100%;
  display: block;
  font-size: 11px;
  color: #AAA;
}
#installmentInputs.modern-form-installments {
  float: right;
  padding-right: 0;
  background: #f5f5f5;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 0;
  padding-left: 5px;
}
#installmentInputs.modern-form-installments label {
  width: 90px !important;
  /*label -- mobile*/
}
#installmentInputs.modern-form-installments label:nth-child(3n+3), #installmentInputs.modern-form-installments label:nth-child(4n+4) {
  margin-right: 3px !important;
}
#installmentInputs.modern-form-installments label:last-child {
  margin-right: 0px !important;
}
#installmentInputs.modern-form-installments label:nth-child(4n+5), #installmentInputs.modern-form-installments label:nth-child(3n+4) {
  margin-left: 3px !important;
}
#installmentInputs.modern-form-installments label:nth-child(5n+1) {
  margin-left: 0px !important;
}
@media screen and (max-width: 720px) {
  #installmentInputs.modern-form-installments label {
    width: 88px !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  #installmentInputs.modern-form-installments label:nth-child(4n+5), #installmentInputs.modern-form-installments label:nth-child(3n+4), #installmentInputs.modern-form-installments label:nth-child(6n+6) {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  #installmentInputs.modern-form-installments label:nth-child(6n+6), #installmentInputs.modern-form-installments label:nth-child(3n+3) {
    margin-right: 5px !important;
  }
  #installmentInputs.modern-form-installments label:nth-child(6n+7) {
    margin-left: 5px !important;
  }
}
#installmentInputs:empty {
  display: none;
}

.gl-mobile-fullscreen-grimodal {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999999999;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.65);
}
.gl-mobile-fullscreen-grimodal .grilabs--grimodal--close {
  width: 40px;
  position: absolute;
  background: rgba(0, 0, 0, 0.75);
  z-index: 99;
  right: 2px;
  padding: 7px;
  border-radius: 5px;
  top: 4px;
}

.gl-card-cvc-row {
  float: right !important;
  width: 40% !important;
  margin: 0 !important;
  margin-left: 10% !important;
}

.gl-card-expiry-row {
  float: left !important;
  width: 50% !important;
  margin: 0 !important;
}
.gl-card-expiry-row input {
  width: 100px !important;
}

.wc-credit-card-form .gl-external-payment-methods--inline {
  width: 100%;
  background: #EEE;
  border-radius: 5px;
  height: 50px;
  margin: 5px 0;
  border: 1px dashed rgba(0, 0, 0, 0.1);
}
.wc-credit-card-form .gl-external-payment-methods--inline ul {
  overflow-x: auto;
  white-space: nowrap;
  padding: 0;
  margin: 0;
  height: 65px;
  padding-top: 5px;
  list-style: none;
}
@media screen and (max-width: 720px) {
  .wc-credit-card-form .gl-external-payment-methods--inline ul {
    text-align: center;
  }
}
.wc-credit-card-form .gl-external-payment-methods--inline ul li {
  display: inline-block;
  width: 30%;
  line-height: 50px;
  margin: 0 1.5%;
  padding: 0;
  height: 50px;
  text-align: center;
}
@media screen and (max-width: 720px) {
  .wc-credit-card-form .gl-external-payment-methods--inline ul li {
    width: auto;
  }
}
.wc-credit-card-form .gl-external-payment-methods--inline ul li button {
  padding: 0;
  margin: 0;
}
.wc-credit-card-form .gl-external-payment-methods--inline #pym-garantipay-initbutton {
  color: #bdbdbd;
  height: 40px;
  padding: 0 5px;
  margin: 5px;
  background-color: #fff;
}
.wc-credit-card-form .gl-external-payment-methods--inline #pym-garantipay-initbutton img {
  margin: 0 !important;
  height: 40px;
  width: 100%;
}

/*# sourceMappingURL=inline-form.css.map */
.chaty *,.chaty-chat-view *,.chaty-outer-forms *{box-sizing:border-box}.chaty-agent-data,.chaty-whatsapp-field input[type=text],.chaty-whatsapp-message,.chaty-whatsapp-message p{font-family:Segoe UI,Helvetica Neue,Helvetica,Lucida Grande,Arial,Ubuntu,Cantarell,Fira Sans,sans-serif}.chaty-agent-header,.chaty-channel,.chaty-channels,.chaty-form-body,.chaty-tooltip{position:relative}.chaty-tooltip .on-hover-text,.chaty-tooltip .on-hover-text:before,.chaty-tooltip:after,.chaty-tooltip:before{text-transform:none;font-size:.9em;line-height:1;user-select:none;pointer-events:none;position:absolute;display:none;opacity:0}.on-hover-text{display:none}.on-hover-text p{white-space:nowrap}.on-hover-text img.emoji{max-width:none}.chaty-tooltip .on-hover-text:before,.chaty-tooltip:before{content:"";border:5px solid transparent;z-index:1001}.chaty-tooltip:after{content:attr(data-hover)}.chaty-tooltip .on-hover-text,.chaty-tooltip:after{text-align:center;min-width:1em;max-width:21em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:5px 15px;border-radius:10px;background:#fff;color:#333;z-index:1000;box-shadow:0 1.93465px 7.73859px rgb(0 0 0 / 15%);font-size:17px;line-height:21px}.chaty-animation-shockwave:after,.chaty-animation-shockwave:before{content:"";border-radius:50%;position:absolute;top:0;right:0;bottom:0}.chaty-tooltip .on-hover-text{overflow:visible;white-space:pre}.chaty-tooltip.active .on-hover-text,.chaty-tooltip.active .on-hover-text:before,.chaty-tooltip.active:after,.chaty-tooltip.active:before,.chaty-tooltip:hover .on-hover-text,.chaty-tooltip:hover .on-hover-text:before,.chaty-tooltip:hover:after,.chaty-tooltip:hover:before{display:block;opacity:1}.chaty-tooltip.active .on-hover-text,.chaty-tooltip.active .on-hover-text:before,.chaty-tooltip.active:after,.chaty-tooltip.active:before,.chaty-tooltip.pos-left:hover .on-hover-text,.chaty-tooltip.pos-left:hover .on-hover-text:before,.chaty-tooltip.pos-left:hover:after,.chaty-tooltip.pos-left:hover:before,.chaty-tooltip.pos-right:hover .on-hover-text,.chaty-tooltip.pos-right:hover .on-hover-text:before,.chaty-tooltip.pos-right:hover:after,.chaty-tooltip.pos-right:hover:before{animation:ease-out forwards tooltips-horz}.chaty-tooltip.has-on-hover:after,.chaty-tooltip.has-on-hover:before,.chaty-widget .chaty-i-trigger .chaty-cta-close.chaty-tooltip.chaty-tooltip:hover:after,.chaty-widget .chaty-i-trigger .chaty-cta-close.chaty-tooltip:hover:before,.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-main.chaty-tooltip:after,.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-main.chaty-tooltip:before,.chaty-widget.cssas-no-close-button.default-open .chaty-i-trigger,.on-hover-text:empty,[data-hover=""]:after,[data-hover=""]:before{display:none!important}.chaty-tooltip.pos-top .on-hover-text:before,.chaty-tooltip.pos-top:before{border-bottom-width:0;border-top-color:#fff;bottom:calc(100% + 5px)}.chaty-tooltip.pos-top .on-hover-text:after,.chaty-tooltip.pos-top:after{bottom:calc(100% + 10px)}.chaty-tooltip.pos-top .on-hover-text,.chaty-tooltip.pos-top:after,.chaty-tooltip.pos-top:before{left:50%;transform:translate(-50%,-.5em)}.chaty-tooltip.pos-down:before{top:100%;border-top-width:0;border-bottom-color:#fff}.chaty-tooltip.pos-down:after{top:calc(100% + 5px)}.chaty-tooltip.pos-down:after,.chaty-tooltip.pos-down:before{left:50%;transform:translate(-50%,.5em)}.chaty-tooltip.pos-left .on-hover-text:before,.chaty-tooltip.pos-left:before{top:50%;border-right-width:0;border-left-color:#fff;left:calc(0em - 10px);transform:translate(-.5em,-50%)}.chaty-tooltip.pos-left .on-hover-text:before{left:auto;right:calc(0em - 5px)}.chaty-tooltip.pos-left .on-hover-text,.chaty-tooltip.pos-left:after{top:50%;right:calc(100% + 10px);transform:translate(-.5em,-50%)}.chaty-tooltip.pos-right .on-hover-text:before,.chaty-tooltip.pos-right:before{top:50%;border-left-width:0;border-right-color:#fff;right:calc(0em - 10px);transform:translate(.5em,-50%)}.chaty-tooltip.pos-right .on-hover-text:before{left:calc(0em - 5px);right:auto}.chaty-tooltip.pos-right .on-hover-text,.chaty-tooltip.pos-right:after{top:50%;left:calc(100% + 10px);transform:translate(.5em,-50%)}@keyframes tooltips-vert{to{opacity:1;transform:translate(-50%,0)}}@keyframes tooltips-horz{to{opacity:1;transform:translate(0,-50%)}}.chaty-tooltip.pos-down:hover:after,.chaty-tooltip.pos-down:hover:before,.chaty-tooltip.pos-top:hover:after,.chaty-tooltip.pos-top:hover:before{animation:ease-out forwards tooltips-vert}@-webkit-keyframes chaty-animation-shockwave{0%{transform:scale(1);box-shadow:0 0 2px rgba(0,0,0,.3),inset 0 0 1px rgba(0,0,0,.3)}95%{box-shadow:0 0 50px transparent,inset 0 0 30px transparent}100%{transform:scale(2.25)}}@keyframes chaty-animation-shockwave{0%{transform:scale(1);box-shadow:0 0 2px rgba(0,0,0,.3),inset 0 0 1px rgba(0,0,0,.3)}95%{box-shadow:0 0 50px transparent,inset 0 0 30px transparent}100%{transform:scale(2.25)}}@-webkit-keyframes chaty-animation-blink{0%,100%{opacity:1}20%{opacity:.5}}@keyframes chaty-animation-blink{0%,100%{opacity:1}20%{opacity:.5}}@-webkit-keyframes chaty-animation-pulse{0%{transform:scale(1);box-shadow:0 2px 2px rgba(0,0,0,.2);border-radius:50%}100%{transform:scale(1.1);box-shadow:0 2px 2px rgba(0,0,0,.2);border-radius:45%}}@keyframes chaty-animation-pulse{0%{transform:scale(1);border-radius:50%}100%{transform:scale(1.1);border-radius:45%}}.chaty-animation-shockwave:after{left:0;-webkit-animation:2s ease-out 1.3s infinite chaty-animation-shockwave;animation:2s ease-out 1.3s infinite chaty-animation-shockwave}.chaty-animation-shockwave:before{left:0;-webkit-animation:2s ease-out .8s infinite chaty-animation-shockwave;animation:2s ease-out .8s infinite chaty-animation-shockwave}.chaty-animation-blink{-webkit-animation:1.33s ease-out infinite chaty-animation-blink;animation:1.33s ease-out infinite chaty-animation-blink}.chaty-animation-pulse,.chaty-animation-pulse-icon{-webkit-animation:.4s infinite alternate chaty-animation-pulse;animation:.4s infinite alternate chaty-animation-pulse}.chaty-animation-sheen{position:relative;overflow:hidden}.chaty-animation-sheen:after{animation:5s infinite chaty-animation-sheen;content:'';position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,transparent,rgba(255,255,255,.5) 50%,transparent);transform:rotateZ(60deg) translate(0,5em)}@keyframes chaty-animation-sheen{100%,20%{transform:rotateZ(60deg) translate(0,-80px)}}.chaty-animation-fade{animation:5s infinite chaty-animation-fade}.chaty-animation-spin{animation:5s cubic-bezier(.56,-.35,.22,1.5) infinite chaty-animation-spin}@keyframes chaty-animation-fade{15%,5%{opacity:.25}10%,100%,20%{opacity:1}}@keyframes chaty-animation-spin{10%{transform:rotateZ(-20deg);animation-timing-function:ease}100%,20%{transform:rotateZ(360deg)}}.chaty-animation-bounce,.chaty-animation-jump{animation:5s cubic-bezier(.84,-.54,.31,1.19) infinite chaty-animation-bounce}@keyframes chaty-animation-bounce{0%,100%,20%{transform:none}10%{transform:translateY(-1em)}}@keyframes chaty-animation-waggle{0%{transform:none}10%{transform:rotateZ(-20deg) scale(1.2)}13%{transform:rotateZ(25deg) scale(1.2)}15%{transform:rotateZ(-15deg) scale(1.2)}17%{transform:rotateZ(15deg) scale(1.2)}20%{transform:rotateZ(-12deg) scale(1.2)}22%{transform:rotateZ(0) scale(1.2)}100%,24%{transform:rotateZ(0) scale(1)}}.chaty-animation-waggle{animation:5s infinite chaty-animation-waggle}.chaty-animation-floating{-webkit-animation:chaty-animation-floating 3s ease infinite;animation:chaty-animation-floating 3s ease infinite}@keyframes chaty-animation-floating{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}50%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.chaty{display:none;z-index:99999}.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-close.chaty-tooltip.chaty-tooltip:hover:after,.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-close.chaty-tooltip:hover:before,.chaty.active,.chaty.form-open .chaty-widget.cssas-no-close-button.default-open .chaty-i-trigger{display:block!important}.chaty *{margin:0;padding:0}.chaty .sr-only,.chaty-outer-forms .sr-only,.hide-cht-svg-bg{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;border:0!important;outline:0!important}.chaty a,.chaty a:focus,.chaty a:hover,.chaty button{border:none;text-decoration:none;outline:0;box-shadow:none}.chaty-widget{position:fixed;bottom:25px;right:25px;z-index:10001}.chaty-widget.left-position{left:25px;right:auto}.chaty-channel-list{display:flex;width:62px;height:124px;position:absolute;bottom:-4px;right:0;flex-direction:column;align-items:flex-start;pointer-events:none}.chaty-widget.left-position .chaty-channel-list{left:0;right:auto}.chaty-widget.chaty-open .chaty-channel-list,.chaty-widget.has-single .chaty-i-trigger .Phone-channel:after,.chaty-widget.has-single .chaty-i-trigger .Phone-channel:before{pointer-events:auto}.chaty-channel-list .chaty-channel,.chaty-channel.single .chaty-svg{display:inline-block;width:54px;height:54px;border-radius:50%;margin:4px;cursor:pointer;box-shadow:0 16px 24px 0 rgb(73 104 126 / 16%)}.chaty-channel-list .chaty-channel{position:absolute;bottom:0;opacity:0;transition:.5s;-webkit-transition:.5s}.chaty-channel.single .chaty-svg{margin:0}.chaty-widget.chaty-open .chaty-channel-list .chaty-channel{opacity:1}.chaty-channel a,.chaty-channel button,.chaty-svg{display:block;width:54px;height:54px;border-radius:50%;cursor:pointer;position:relative;outline:0;min-width:unset}* .chaty-channel button{min-width:unset;max-width:unset}.chaty-channel button{background:0 0;border-radius:50%}.chaty-channel a .chaty-custom-icon,.chaty-channel button .chaty-custom-icon,.chaty-svg .chaty-custom-icon{width:54px;height:54px;border-radius:50%;text-align:center;font-size:27px;line-height:54px;color:#fff}.chaty-channel a:focus,.chaty-channel button:focus,.chaty-contact-form-box button.chaty-submit-button{outline:0}.chaty-contact-form-box button.chaty-submit-button:disabled .chaty-loader{display:inline-block}.chaty-agent-icon svg,.chaty-channel svg,.chaty-view-channels .chaty-channel span svg{width:100%;height:100%}.chaty-channel img{width:54px;height:54px;object-fit:cover;border-radius:50%}.chaty-i-trigger .chaty-channel{position:absolute;bottom:0;right:4px;transition:.5s;border-radius:50%;cursor:pointer}.chaty-cta-button{transition:.5s;box-shadow:0 16px 24px 0 rgb(73 104 126 / 16%);border-radius:50%}.chaty-widget.left-position .chaty-i-trigger .chaty-channel{left:4px;right:auto}.chaty-widget .chaty-cta-main .chaty-cta-button{z-index:1099;opacity:1;position:relative}.chaty-widget.chaty-open .chaty-cta-main .chaty-cta-button{z-index:999;opacity:0;transform:rotate(540deg);visibility:hidden}.chaty-widget .chaty-i-trigger .chaty-cta-close{pointer-events:none}.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-close{pointer-events:auto;z-index:101}.chaty-widget .chaty-i-trigger .chaty-cta-close .chaty-cta-button{z-index:999;opacity:0;visibility:hidden}.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-close .chaty-cta-button{z-index:1099;opacity:1;transform:rotate(180deg);visibility:visible}.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-main.chaty-tooltip{z-index:91}.chaty-channel button.open-chaty-channel,.chaty-widget.chaty-no-close-button:not(.has-single) .chaty-i-trigger:not(.single-channel),.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-main.chaty-tooltip .on-hover-text,.chaty.form-open .chaty-channel button.open-chaty,.chaty.form-open .chaty-i-trigger .chaty-cta-main.chaty-tooltip .on-hover-text,.chaty.form-open .chaty-i-trigger .chaty-tooltip:after,.chaty.form-open .chaty-i-trigger .chaty-tooltip:before,.chaty.form-open .chaty-widget.has-single .chaty-i-trigger .on-hover-text{display:none}.chaty.form-open.active .chaty-widget .chaty-i-trigger{display:block}.chaty.form-open.active .chaty-widget .chaty-i-trigger .chaty-cta-main{display:none}.chaty.form-open.active .chaty-widget .chaty-i-trigger .chaty-cta-close .chaty-cta-button{opacity:1;visibility:visible;pointer-events:auto}.chaty-widget .ch-pending-msg{position:absolute;right:-4px;top:-4px;width:16px;height:16px;text-align:center;background:red;color:#fff;font-size:10px;line-height:16px;border-radius:50%;z-index:1101}.chaty-widget.left-position.hor-mode .chaty-channel-list{width:136px;height:62px;left:0;bottom:0}.chaty-widget.right-position.hor-mode .chaty-channel-list{width:136px;height:62px;right:0;left:auto;bottom:0}.chaty-widget.hor-mode .chaty-channel-list .chaty-channel{margin-top:0;margin-bottom:0}.chaty-widget.hor-mode.left-position .chaty-channel-list .chaty-channel{left:0}.chaty-widget.hor-mode.right-position .chaty-channel-list .chaty-channel{right:0;left:auto}.chaty-chat-view,.chaty-outer-forms{vertical-align:bottom;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;position:fixed!important;bottom:-25px;left:25px;padding:0;width:320px;max-width:90%;-moz-transition:.5s linear;box-shadow:rgba(0,0,0,.16) 0 5px 40px;-webkit-box-shadow:rgba(0,0,0,.16) 0 5px 40px;-moz-box-shadow:rgba(0,0,0,.16) 0 5px 40px;opacity:0;visibility:hidden;pointer-events:none;z-index:-1;transition:.5s;-webkit-transition:.5s;animation-delay:-2s;-webkit-animation-delay:-2s}.chaty-chat-view.pos-left,.chaty-outer-forms.pos-left{left:25px}.chaty-chat-view.pos-right,.chaty-outer-forms.pos-right{right:25px;left:auto}.chaty-outer-forms.active,.chaty:not(.form-open) .chaty-widget.chaty-open+.chaty-chat-view{-webkit-transform:translateY(-93px);transform:translateY(-93px);opacity:1;z-index:999999;visibility:visible;bottom:0;pointer-events:auto}.chaty-whatsapp-body{padding:0;min-height:260px;position:relative;z-index:2}.chaty-whatsapp-content{padding:20px}.chaty-popup-whatsapp-form .chaty-whatsapp-body{height:260px;min-height:auto}.chaty-popup-whatsapp-form .chaty-whatsapp-content{display:flex;align-items:flex-start}.chaty-form-body{background:#fff;z-index:99999;min-height:75px;border-radius:10px}.chaty-form-body form{margin:0;padding:0}.qr-code-image{padding:10px;text-align:center;border:solid 1px silver;border-radius:4px}.qr-code-image img{max-width:100%;max-height:360px;margin:0 auto;display:block;width:100%;height:auto}.chaty-whatsapp-form{position:relative;background-color:#f0ede7;border-radius:8px;margin:0}.chaty-whatsapp-form:before{display:block;position:absolute;content:"";left:0;top:0;height:100%;width:100%;z-index:0;opacity:.035;background-image:url("/wp-content/plugins/chaty/images/whatsapp.png")}.chaty-popup-whatsapp-form .chaty-whatsapp-body:before,.chaty-popup-whatsapp-form .chaty-whatsapp-footer:before{background-image:url("/wp-content/plugins/chaty/images/whatsapp-welcome-popup.png");opacity:.7}.chaty-whatsapp-message{padding:7px 14px 6px;background-color:#fff;border-radius:0 10px 10px;position:relative;transform-origin:center top;z-index:2;margin-top:0;margin-left:0;max-width:calc(100% - 40px);font-family:Segoe UI,Helvetica Neue,Helvetica,Lucida Grande,Arial,Ubuntu,Cantarell,Fira Sans,sans-serif;font-size:14px;line-height:18px;border:1px solid rgba(34,17,71,.08)}.chaty-whatsapp-message:before{content:"";display:none;width:0;height:0;border-top:0 solid transparent;border-bottom:10px solid transparent;border-right:12px solid #fff;position:absolute;left:-12px;top:0}.wp-profile-img+.chaty-whatsapp-message:before{display:block}.chaty-whatsapp-message p{margin:0;padding:0;color:#111b21;font-weight:400;word-wrap:break-word}.chaty-whatsapp-footer{position:relative;padding:20px 15px}.whatsapp-chaty-form{display:flex;margin:0;padding:0}button.chaty-whatsapp-button-button,button.chaty-whatsapp-button-button:focus,button.chaty-whatsapp-button-button:hover{text-align:center!important;height:40px!important;width:40px!important;padding:0!important;background:#c6d7e3!important;border-radius:20px!important;outline:0!important;box-shadow:none!important;cursor:pointer!important;margin:0 0 0 10px!important;text-decoration:none!important;border:none!important;min-width:1px!important;flex:0 0 40px}button.chaty-whatsapp-button-button{background:#c6d7e3!important}button.chaty-whatsapp-button-button:focus,button.chaty-whatsapp-button-button:hover{background:#a8c5da!important}.chaty-whatsapp-input:not(:placeholder-shown)+button.chaty-whatsapp-button-button{background:#25d366!important}.chaty-whatsapp-input:not(:placeholder-shown)+button.chaty-whatsapp-button-button:focus,.chaty-whatsapp-input:not(:placeholder-shown)+button.chaty-whatsapp-button-button:hover{background:#22bf5b!important}.chaty-whatsapp-data{display:flex;flex:1;z-index:1}.chaty-whatsapp-field{padding-right:0;flex:1;position:relative;display:flex;align-items:center}.chaty-whatsapp-button{flex:0 0 48px}.chaty-whatsapp-button svg{width:100%;height:100%;margin:0;padding:0}.chaty-whatsapp-field input[type=text]{height:40px!important;line-height:normal;padding:0 10px 0 15px;font-size:16px;resize:none;width:100%;border:none!important;border-radius:24px;outline:0;box-shadow:none!important;background:#fff!important;margin:0;color:#111b21;flex:1}.chaty-whatsapp-field input[type=text]:focus{outline:0!important;border:none!important;margin:0;color:#111b21;box-shadow:none!important}.chaty-whatsapp-button-button:active,.chaty-whatsapp-button-button:focus,.chaty-whatsapp-button-button:hover{background:#a8c5da!important}.chaty.form-open .chaty-channel button.open-chaty-channel,.chaty.form-open .chaty-no-close-button.has-single .chaty-i-trigger{display:block}.chaty-agent-data{font-size:16px}.chaty-agent-header{font-size:18px;padding:20px 15px;background:#22bf5b;color:#fff;-webkit-border-top-left-radius:10px;-webkit-border-top-right-radius:10px;-moz-border-radius-topleft:10px;-moz-border-radius-topright:10px;border-top-left-radius:10px;border-top-right-radius:10px}.chaty-agent-data .close-chaty-form{right:10px;top:12px}.chaty-agent-data .chaty-agent{display:flex;align-items:center;padding:15px}.chaty-agent-data .chaty-agent a{color:#49687e;font-size:16px;text-decoration:none;display:flex;width:100%;align-items:center;outline:0;font-weight:400}.chaty-contact-input input.chaty-input-field,.chaty-contact-input input[type=email].chaty-input-field,.chaty-contact-input input[type=text].chaty-input-field,.chaty-contact-input select.chaty-input-field,.chaty-contact-input textarea.chaty-textarea-field{color:#28303d;font-family:BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-sans;margin:0;background:#fff;outline:0}.chaty-agent-data .chaty-agent+.chaty-agent{border-top:2px solid #f6f8f9}.chaty-agent-img{width:36px;height:36px;object-fit:cover;border-radius:50%}.chaty-agent-icon{width:48px;height:48px;margin:0 15px 0 0}.chaty-agent-data .chaty-custom-icon{width:48px;height:48px;text-align:center;display:block;line-height:48px;background:silver;border-radius:50%;color:#fff;font-size:28px}.chaty-close-agent-list{position:absolute;right:15px;top:10px;width:26px;height:26px;cursor:pointer;z-index:10;padding:0 0 10px 10px}.chaty-agent-icon img{width:48px;height:48px;object-fit:cover}.chaty-close-agent-list svg{fill:#ffffff}.agent-sub-header{font-size:14px;line-height:20px;font-weight:400}.agent-main-header{font-size:20px;line-height:32px;font-weight:700;position:relative}.chaty-agent-header:before,.chaty-view-header:before{content:"";background:url(/wp-content/plugins/chaty/images/header-top.png) no-repeat;width:215px;height:41px;position:absolute;top:0;left:0;z-index:1}.chaty-agent-header:after,.chaty-view-header:after{content:"";background:url(/wp-content/plugins/chaty/images/header-bottom.png) no-repeat;width:44px;height:41px;position:absolute;bottom:0;right:0;z-index:1}.chaty-custom-channel-icon{display:block;border-radius:50%;color:#fff;text-align:center;line-height:54px}.chaty-contact-form-title{padding:10px 15px;text-align:left;font-size:18px;color:#fff;border-radius:8px 8px 0 0;justify-content:space-between;display:flex}.chaty-contact-inputs{padding:15px}.chaty-contact-input{display:block}.chaty-contact-input label.chaty-form-label{font-size:14px;margin:0;padding:0 0 4px 0;line-height:20px;display:flex;color:#28303d}.chaty-contact-input+.chaty-contact-input{margin:10px 0 0}.chaty-contact-input input.chaty-input-field,.chaty-contact-input input[type=email].chaty-input-field,.chaty-contact-input input[type=text].chaty-input-field,.chaty-contact-input select.chaty-input-field{width:100%;height:36px;line-height:36px;font-size:16px;padding:0 10px;border:1px solid #ccc;border-radius:4px}.chaty-contact-input .has-chaty-error:focus,.chaty-contact-input input.chaty-input-field:focus,.chaty-contact-input input[type=email].chaty-input-field:focus,.chaty-contact-input input[type=tel].chaty-input-field:focus,.chaty-contact-input input[type=text].chaty-input-field:focus,.chaty-contact-input select.chaty-input-field:focus,.chaty-contact-input textarea.chaty-textarea-field:focus{outline:0;box-shadow:none;border-color:#898989;background-color:#fff}.chaty-contact-input textarea.chaty-textarea-field{width:100%;height:100px;line-height:20px;font-size:16px;padding:10px;border:1px solid #ccc;border-radius:4px;display:block}.chaty-contact-form-box .close-chaty-form{right:9px;top:9px}.chaty-contact-form-box button.chaty-submit-button[type=submit],button#chaty-submit-button-0{border:none;border-radius:4px;color:#fff;background:#a886cd;width:100%;height:36px;line-height:36px;font-size:18px;padding:0;margin:0;cursor:pointer;text-align:center;display:block}.chaty-contact-input input.chaty-input-field.has-chaty-error,.chaty-contact-input select.chaty-input-field.has-chaty-error,.chaty-contact-input textarea.has-chaty-error{border:1px solid #d20000}.chaty-contact-form-button{padding:15px}.chaty-ajax-error-message,.chaty-ajax-success-message{color:#00a700;padding:10px 0 0;text-align:center;font-size:16px}.chaty-ajax-error-message{color:#da0000}.chaty-view-header,.chaty-view-header a,.chaty-view-header a:focus,.chaty-view-header a:hover{font-weight:500;color:#fff;font-size:24px}.chaty-exit-intent{position:fixed;z-index:-1}.chaty-exit-intent:before{display:block;position:fixed;top:0;left:0;content:'';width:100vw;height:100vh;background:rgba(0,0,0,.8);visibility:hidden;z-index:100;transition:.5s ease-in-out;-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out}.chaty .chaty-widget.left-position .chaty-exit-intent:before{clip-path:circle(15px at 60px calc(100% - 60px))}.chaty .chaty-widget.right-position .chaty-exit-intent:before{clip-path:circle(15px at calc(100% - 60px) calc(100% - 60px))}.chaty .chaty-widget .chaty-exit-intent.animate:before{visibility:visible;clip-path:circle(100%)}.chaty-widget.has-single .chaty-i-trigger .chaty-channel:not(.chaty-agent-button).Phone-channel .chaty-tooltip:after,.chaty-widget.has-single .chaty-i-trigger .chaty-channel:not(.chaty-agent-button).Phone-channel .chaty-tooltip:before{pointer-events:inherit}body.cht-in-mobile .chaty-outer-forms.chaty-agent-data.custom-cht-pos,body.cht-in-mobile .chaty-outer-forms.chaty-contact-form-box.custom-cht-pos,body.cht-in-mobile .chaty-outer-forms.chaty-wechat-form.custom-cht-pos,body.cht-in-mobile .chaty-outer-forms.chaty-whatsapp-form.custom-cht-pos{top:50%;left:0;right:0;margin:0 auto;transform:translate(0,-50%);bottom:auto}body.cht-in-mobile .chaty-outer-forms.chaty-agent-data.custom-cht-pos .chaty-agent-body{max-height:calc(100vh - 164px)!important}.chaty-whatsapp-message p+p{margin-top:10px}body.cht-in-mobile .chaty-outer-forms.chaty-whatsapp-form.custom-cht-pos .chaty-whatsapp-content{max-height:calc(100vh - 122px)!important;overflow-y:auto}body.cht-in-mobile .chaty-outer-forms.chaty-whatsapp-form:not(.custom-cht-pos) .chaty-whatsapp-content{overflow-y:auto}.chaty.has-custom-pos.form-open .chaty-i-trigger{opacity:0;visibility:hidden}body.cht-in-mobile .chaty-outer-forms.chaty-contact-form-box.custom-cht-pos .chaty-contact-inputs{max-height:calc(100vh - 150px)!important;overflow-y:auto}body.cht-in-mobile .chaty-outer-forms{max-width:calc(100vw - 50px)!important}.chaty-view-body{background:#fff;border-radius:8px}.chaty-view-header{background:#b78deb;border-radius:7px 7px 0 0;padding:10px 15px;position:relative;word-break:break-word}.chaty-top-content{padding:15px 15px 0;font-size:16px}.chaty-view-content p,.chaty-view-content p a,.chaty-view-content p a:focus,.chaty-view-content p a:hover{margin:0;padding:0;font-size:16px;line-height:150%;color:#49687e;word-break:break-word}.chaty-view-content p a{display:inline-block}.chaty-view-content p a:focus,.chaty-view-content p a:hover,.chaty-view-header a:focus,.chaty-view-header a:hover{outline:0;text-decoration:none}.chaty-view-content p+p{margin-top:10px}.chaty-close-view-list{position:absolute;right:15px;top:10px;width:12px;cursor:pointer;z-index:11}.chaty-close-view-list svg{fill:#ffffff;display:inline-block;width:100%}.chaty-view-channels .chaty-channel{height:48px;display:inline-block;margin:6px 0;width:20%;text-align:center;vertical-align:top}.chaty-view-channels .chaty-channel a,.chaty-view-channels .chaty-channel img,.chaty-view-channels .chaty-channel span:not(.on-hover-text){display:block;width:48px;height:48px;margin:0 auto}.chaty-view-channels{padding:10px 8px}.chaty-view-channels .chaty-custom-channel-icon{font-size:24px}.front-google-captcha{width:100%!important;overflow:hidden}.front-google-captcha>div{width:100%}.front-google-captcha iframe{transform:scaleX(.9);position:relative;left:-15px}.widget-fa-icon{width:100%;height:100%;display:inline-block;vertical-align:middle;color:#fff}span.chaty-loader{display:none;vertical-align:middle;color:#fff;animation:rotation 1s infinite linear;width:24px;height:24px;text-align:center;line-height:24px;margin-left:5px}span.chaty-loader span.dashicons{width:24px;height:24px;text-align:center;line-height:24px;font-size:24px}@keyframes rotation{from{transform:rotate(0)}to{transform:rotate(359deg)}}span.chaty-loader.active{display:inline-block;vertical-align:baseline}.chaty-i-trigger.single-channel>.chaty-channel>.on-hover-text{display:none!important}html[dir=rtl] .chaty-input-field,html[dir=rtl] .chaty-submit-button,html[dir=rtl] .chaty-tooltip,html[dir=rtl] .chaty-tooltip:after,html[dir=rtl] .chaty-whatsapp-message,html[dir=rtl] .on-hover-text{direction:rtl}.add-bg-blur-effect{background-color:rgba(0,0,0,.4);overflow-x:hidden}.add-bg-blur-effect>:not(.chaty,.chaty-outer-forms,.picmo__popupContainer){filter:blur(6px)}.email_suggestion,.wp_email_suggestion{margin:0;padding:0;font-size:14px;color:#970029}.email_suggestion i,.wp_email_suggestion i{color:#2596be;font-weight:700;cursor:pointer}.chaty-custom-whatsapp-form .eac-sugg,.chaty-form .eac-sugg{color:#c1c1c1;line-height:34px!important}.chaty-form .eac-input-wrap{width:100%;overflow:hidden}.chaty-custom-whatsapp-form .chaty-whatsapp-body:before{opacity:.05}.chaty-custom-whatsapp-form .chaty-whatsapp-body{border-radius:0}.chaty-custom-whatsapp-form .chaty-whatsapp-footer{border-top:1px solid #e1e1e1;min-height:70px}.chaty-custom-whatsapp-form .chaty-whatsapp-data{display:block;z-index:1}.chaty-custom-whatsapp-form .chaty-whatsapp-button-button{width:100%!important;z-index:1;position:relative}.chaty-custom-whatsapp-form .header-text{display:flex;align-items:center}.chaty-custom-whatsapp-form .header-text span{display:inline-block;vertical-align:super;padding-left:5px}.chaty-custom-whatsapp-form .chaty-whatsapp-button svg{width:26px;height:26px;fill:#ffffff;margin-right:3px}.chaty-custom-whatsapp-form .chaty-whatsapp-button span{font-size:15px;padding-left:5px}.chaty-custom-whatsapp-form .chaty-whatsapp-button{display:flex;align-items:center;justify-content:center;border-radius:6px!important}.chaty-custom-whatsapp-form .chaty-whatsapp-content{padding:15px;z-index:101111;position:relative}.chaty-custom-whatsapp-form .chaty-whatsapp-body{min-height:auto}.chaty-outer-forms input[type=number]::-webkit-inner-spin-button,.chaty-outer-forms input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}.chaty-whatsapp-header{display:flex;align-items:center;background-color:#4aa485;border-top-left-radius:6px;border-top-right-radius:6px;padding:10px 15px;position:relative;justify-content:space-between;box-shadow:0 16px 32px 0 #1a0E3529}.chaty-whatsapp-header .header-wp-icon{height:30px;width:30px;margin-right:7px}.chaty-whatsapp-header .header-wp-title{color:#fff;font-size:15px;flex:1;padding-right:8px}.whatsapp-form-close-btn{flex:0 0 16px;cursor:pointer}.whatsapp-form-close-btn svg{width:16px;height:16px}.chaty-form,.chaty-whatsapp-form{font-family:Segoe UI,Helvetica Neue,Helvetica,Lucida Grande,Arial,Ubuntu,Cantarell,Fira Sans,sans-serif}.chaty-whatsapp-body .wp-profile-img{height:30px;width:30px;margin-right:15px}.chaty-whatsapp-body .wp-profile-img img{height:30px;width:30px;border-radius:50%;object-fit:cover}.chaty-whatsapp-message-nickname{color:#489d81;font-size:10px;font-weight:500;line-height:14px}.chaty-whatsapp-message-time{color:#a1a1a9;font-size:10px;line-height:12px}.chaty-whatsapp-input::placeholder{color:#83a1b7;opacity:40%}.chaty-whatsapp-input::-ms-input-placeholder{color:#83a1b7;opacity:40%}button[type=button].chaty-wp-emoji-input,button[type=button].chaty-wp-emoji-input:focus,button[type=button].chaty-wp-emoji-input:hover{position:absolute!important;top:9px;left:8px;background:0 0!important;border:none!important;cursor:pointer;height:24px!important;width:24px!important;padding:0!important;min-width:1px!important;margin:0!important;outline:0!important}.chaty-whatsapp-field:not(.has_emoji) .chaty-wp-emoji-input{display:none!important}.chaty-whatsapp-input{padding-left:38px!important}.chaty-whatsapp-field:not(.has_emoji) .chaty-whatsapp-input{padding-left:15px!important}.picmo__popupContainer{z-index:1000000}body .picmo__emojiButton span{font-size:24px;line-height:24px;display:inline-block;vertical-align:middle}body .picmo__picker .picmo__categoryButtons .picmo__categoryTab button.picmo__categoryButton{color:#8f8f8f;border:solid 1px transparent}body .picmo__picker .picmo__categoryButtons .picmo__categoryTab.picmo__categoryTabActive .picmo__categoryButton{border:1px solid #a886cd;color:#a071d3;background:#fff}body .picmo__picker .picmo__emojiCategory .picmo__categoryName{display:flex;height:auto;padding:10px 17px;border-bottom:solid 1px #e2e8f0;font-weight:700;background:#f3f3f3}body .picmo__picker .picmo__categoryButtons .picmo__categoryTab button.picmo__categoryButton:hover{background:#fff}body .picmo__emojiButton{border-radius:4px}body .picmo__emojiButton:focus{outline:0;border-radius:5px}.chaty-channel span.chaty-icon{display:block}.chaty.form-open .chaty-widget.has-single .chaty-cta-close .chaty-cta-button{opacity:1;visibility:visible;transform:rotate(360deg);z-index:999}.chaty-custom-whatsapp-form .eac-input-wrap{width:100%;overflow:hidden}.chaty-custom-whatsapp-form .chaty-whatsapp-button button{width:100%;border:none;border-radius:6px;padding:8px;display:flex;align-items:center;justify-content:center;cursor:pointer}.chaty-contact-input input[type=file].chaty-input-field{line-height:32px}.eac-cval:empty,.eac-sugg:empty{display:none!important}.qr-code-header{display:flex;align-items:center;background-color:#a886cd;border-top-left-radius:6px;border-top-right-radius:6px;padding:10px 15px;position:relative;justify-content:space-between;color:#fff;box-shadow:0 16px 32px 0 #1a0E3529;z-index:999999}.chaty-close-button{cursor:pointer}.qr-code-title{line-height:1;padding:15px 15px 0;font-size:14px;color:#83a1b7}.qr-code-box{margin-top:10px;padding:0 15px 15px}.qr-code-head-title{display:inline-flex;align-items:center}.qr-code-head-title svg{margin-right:5px}.mce-error{border:1px solid #d00!important}.required_indicate{color:red;font-size:18px;margin-left:2px}.chaty-whatsapp-button-button svg{display:inline-block;vertical-align:sub}.chaty-wp-emoji-input:hover{background-color:transparent;border-color:transparent}.chaty-wp-emoji-input:focus{outline:0}.chaty-whatsapp-input[placeholder]:focus::-webkit-input-placeholder{-webkit-transition:opacity .5s .5s ease;transition:opacity .5s .5s ease;opacity:40%!important}[placeholder]:focus::-webkit-input-placeholder{-webkit-transition:opacity .5s .5s ease;transition:opacity .5s .5s ease;opacity:1!important}.chaty-outer-forms form{margin:0}.chaty,.chaty *,.chaty-form,.chaty-form *,.chaty-whatsapp-form,.chaty-whatsapp-form *{-webkit-tap-highlight-color:transparent}body.csaas-has-chatway:not(.chatway-is-open) .chatway--trigger-container{display:none!important}body.csaas-has-chatway:not(.chatway-is-open) .chatway--frame-container{opacity:0;visibility:hidden}body.csaas-has-chatway.chatway-is-open .chaty{display:none!important}.chaty-widget.has-chatway .Chatway-channel-link{opacity:1;visibility:visible;pointer-events:auto}.has-chat-view.active .chaty-widget.has-chatway.chaty-open .chaty-channel-list{display:none!important}.chaty-channel.Chatway-channel-link.has-unread-message:after,.chaty-widget:not(.has-chatway):not(.chaty-open) .csaas-widget-trigger.has-unread-message:after{content:attr(data-unread-message);width:20px;height:20px;background:#ff4545;position:absolute;border-radius:50%;font-size:12px;font-weight:600;color:#fff;display:inline-flex;align-items:center;justify-content:center;bottom:44px;z-index:1111;right:-4px}body:not(.chatway--active) .chaty-widget.has-chatway.above-chaty .Chatway-channel-link{display:none!important}body:not(.chatway--active) .chaty-widget.inside-chaty .chaty-channels .Chatway-channel-link{display:none!important}body.csaas-has-chatway.has--chaty.chatway--active:not(.chatway--visible) .chatway--container{display:block}.chaty.chaty-has-chat-view .has-chatway.chaty-open .Chatway-channel-link{display:none!important}.chaty-view-channels .chaty-channel.Chatway-channel.has-unread-message:after{right:0;top:-8px;bottom:auto}html[dir=rtl] button[type=button].chaty-wp-emoji-input,html[dir=rtl] button[type=button].chaty-wp-emoji-input:focus,html[dir=rtl] button[type=button].chaty-wp-emoji-input:hover{right:8px}html[dir=rtl] .chaty-whatsapp-field input[type=text]{padding:0 35px 0 00px}html[dir=rtl] button.chaty-whatsapp-button-button,html[dir=rtl] button.chaty-whatsapp-button-button:focus,html[dir=rtl] button.chaty-whatsapp-button-button:hover{margin:0 10px 0 0!important}html[dir=rtl] button.chaty-whatsapp-button-button svg{transform:rotate(180deg)}/*! elementor-icons - v5.44.0 - 01-09-2025 */
@font-face{font-display:swap;font-family:eicons;src:url(/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.44.0);src:url(/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.44.0#iefix) format("embedded-opentype"),url(/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.44.0) format("woff2"),url(/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff?5.44.0) format("woff"),url(/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf?5.44.0) format("truetype"),url(/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.svg?5.44.0#eicon) format("svg");font-weight:400;font-style:normal}[class*=" eicon-"],[class^=eicon]{display:inline-block;font-family:eicons;font-size:inherit;font-weight:400;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:a 2s infinite linear}.eicon-editor-link:before{content:"\e800"}.eicon-editor-unlink:before{content:"\e801"}.eicon-editor-external-link:before{content:"\e802"}.eicon-editor-close:before{content:"\e803"}.eicon-editor-list-ol:before{content:"\e804"}.eicon-editor-list-ul:before{content:"\e805"}.eicon-editor-bold:before{content:"\e806"}.eicon-editor-italic:before{content:"\e807"}.eicon-editor-underline:before{content:"\e808"}.eicon-editor-paragraph:before{content:"\e809"}.eicon-editor-h1:before{content:"\e80a"}.eicon-editor-h2:before{content:"\e80b"}.eicon-editor-h3:before{content:"\e80c"}.eicon-editor-h4:before{content:"\e80d"}.eicon-editor-h5:before{content:"\e80e"}.eicon-editor-h6:before{content:"\e80f"}.eicon-editor-quote:before{content:"\e810"}.eicon-editor-code:before{content:"\e811"}.eicon-elementor:before{content:"\e812"}.eicon-elementor-circle:before{content:"\e813"}.eicon-pojome:before{content:"\e814"}.eicon-plus:before{content:"\e815"}.eicon-menu-bar:before{content:"\e816"}.eicon-apps:before{content:"\e817"}.eicon-accordion:before{content:"\e818"}.eicon-alert:before{content:"\e819"}.eicon-animation-text:before{content:"\e81a"}.eicon-animation:before{content:"\e81b"}.eicon-banner:before{content:"\e81c"}.eicon-blockquote:before{content:"\e81d"}.eicon-button:before{content:"\e81e"}.eicon-call-to-action:before{content:"\e81f"}.eicon-captcha:before{content:"\e820"}.eicon-carousel:before{content:"\e821"}.eicon-checkbox:before{content:"\e822"}.eicon-columns:before{content:"\e823"}.eicon-countdown:before{content:"\e824"}.eicon-counter:before{content:"\e825"}.eicon-date:before{content:"\e826"}.eicon-divider-shape:before{content:"\e827"}.eicon-divider:before{content:"\e828"}.eicon-download-button:before{content:"\e829"}.eicon-dual-button:before{content:"\e82a"}.eicon-email-field:before{content:"\e82b"}.eicon-facebook-comments:before{content:"\e82c"}.eicon-facebook-like-box:before{content:"\e82d"}.eicon-form-horizontal:before{content:"\e82e"}.eicon-form-vertical:before{content:"\e82f"}.eicon-gallery-grid:before{content:"\e830"}.eicon-gallery-group:before{content:"\e831"}.eicon-gallery-justified:before{content:"\e832"}.eicon-gallery-masonry:before{content:"\e833"}.eicon-icon-box:before{content:"\e834"}.eicon-image-before-after:before{content:"\e835"}.eicon-image-box:before{content:"\e836"}.eicon-image-hotspot:before{content:"\e837"}.eicon-image-rollover:before{content:"\e838"}.eicon-info-box:before{content:"\e839"}.eicon-inner-section:before{content:"\e83a"}.eicon-mailchimp:before{content:"\e83b"}.eicon-menu-card:before{content:"\e83c"}.eicon-navigation-horizontal:before{content:"\e83d"}.eicon-nav-menu:before{content:"\e83e"}.eicon-navigation-vertical:before{content:"\e83f"}.eicon-number-field:before{content:"\e840"}.eicon-parallax:before{content:"\e841"}.eicon-php7:before{content:"\e842"}.eicon-post-list:before{content:"\e843"}.eicon-post-slider:before{content:"\e844"}.eicon-post:before{content:"\e845"}.eicon-posts-carousel:before{content:"\e846"}.eicon-posts-grid:before{content:"\e847"}.eicon-posts-group:before{content:"\e848"}.eicon-posts-justified:before{content:"\e849"}.eicon-posts-masonry:before{content:"\e84a"}.eicon-posts-ticker:before{content:"\e84b"}.eicon-price-list:before{content:"\e84c"}.eicon-price-table:before{content:"\e84d"}.eicon-radio:before{content:"\e84e"}.eicon-rtl:before{content:"\e84f"}.eicon-scroll:before{content:"\e850"}.eicon-search:before{content:"\e851"}.eicon-select:before{content:"\e852"}.eicon-share:before{content:"\e853"}.eicon-sidebar:before{content:"\e854"}.eicon-skill-bar:before{content:"\e855"}.eicon-slider-3d:before{content:"\e856"}.eicon-slider-album:before{content:"\e857"}.eicon-slider-device:before{content:"\e858"}.eicon-slider-full-screen:before{content:"\e859"}.eicon-slider-push:before{content:"\e85a"}.eicon-slider-vertical:before{content:"\e85b"}.eicon-slider-video:before{content:"\e85c"}.eicon-slides:before{content:"\e85d"}.eicon-social-icons:before{content:"\e85e"}.eicon-spacer:before{content:"\e85f"}.eicon-table:before{content:"\e860"}.eicon-tabs:before{content:"\e861"}.eicon-tel-field:before{content:"\e862"}.eicon-text-area:before{content:"\e863"}.eicon-text-field:before{content:"\e864"}.eicon-thumbnails-down:before{content:"\e865"}.eicon-thumbnails-half:before{content:"\e866"}.eicon-thumbnails-right:before{content:"\e867"}.eicon-time-line:before{content:"\e868"}.eicon-toggle:before{content:"\e869"}.eicon-url:before{content:"\e86a"}.eicon-t-letter:before{content:"\e86b"}.eicon-wordpress:before{content:"\e86c"}.eicon-text:before{content:"\e86d"}.eicon-anchor:before{content:"\e86e"}.eicon-bullet-list:before{content:"\e86f"}.eicon-code:before{content:"\e870"}.eicon-favorite:before{content:"\e871"}.eicon-google-maps:before{content:"\e872"}.eicon-image:before{content:"\e873"}.eicon-photo-library:before{content:"\e874"}.eicon-woocommerce:before{content:"\e875"}.eicon-youtube:before{content:"\e876"}.eicon-flip-box:before{content:"\e877"}.eicon-settings:before{content:"\e878"}.eicon-headphones:before{content:"\e879"}.eicon-testimonial:before{content:"\e87a"}.eicon-counter-circle:before{content:"\e87b"}.eicon-person:before{content:"\e87c"}.eicon-chevron-right:before{content:"\e87d"}.eicon-chevron-left:before{content:"\e87e"}.eicon-close:before{content:"\e87f"}.eicon-file-download:before{content:"\e880"}.eicon-save:before{content:"\e881"}.eicon-zoom-in:before{content:"\e882"}.eicon-shortcode:before{content:"\e883"}.eicon-nerd:before{content:"\e884"}.eicon-device-desktop:before{content:"\e885"}.eicon-device-tablet:before{content:"\e886"}.eicon-device-mobile:before{content:"\e887"}.eicon-document-file:before{content:"\e888"}.eicon-folder-o:before{content:"\e889"}.eicon-hypster:before{content:"\e88a"}.eicon-h-align-left:before{content:"\e88b"}.eicon-h-align-right:before{content:"\e88c"}.eicon-h-align-center:before{content:"\e88d"}.eicon-h-align-stretch:before{content:"\e88e"}.eicon-v-align-top:before{content:"\e88f"}.eicon-v-align-bottom:before{content:"\e890"}.eicon-v-align-middle:before{content:"\e891"}.eicon-v-align-stretch:before{content:"\e892"}.eicon-pro-icon:before{content:"\e893"}.eicon-mail:before{content:"\e894"}.eicon-lock-user:before{content:"\e895"}.eicon-testimonial-carousel:before{content:"\e896"}.eicon-media-carousel:before{content:"\e897"}.eicon-section:before{content:"\e898"}.eicon-column:before{content:"\e899"}.eicon-edit:before{content:"\e89a"}.eicon-clone:before{content:"\e89b"}.eicon-trash:before{content:"\e89c"}.eicon-play:before{content:"\e89d"}.eicon-angle-right:before{content:"\e89e"}.eicon-angle-left:before{content:"\e89f"}.eicon-animated-headline:before{content:"\e8a0"}.eicon-menu-toggle:before{content:"\e8a1"}.eicon-fb-embed:before{content:"\e8a2"}.eicon-fb-feed:before{content:"\e8a3"}.eicon-twitter-embed:before{content:"\e8a4"}.eicon-twitter-feed:before{content:"\e8a5"}.eicon-sync:before{content:"\e8a6"}.eicon-import-export:before{content:"\e8a7"}.eicon-check-circle:before{content:"\e8a8"}.eicon-library-save:before{content:"\e8a9"}.eicon-library-download:before{content:"\e9dd"}.eicon-insert:before{content:"\e8ab"}.eicon-preview-medium:before{content:"\e8ac"}.eicon-sort-down:before{content:"\e8ad"}.eicon-sort-up:before{content:"\e8ae"}.eicon-heading:before{content:"\e8af"}.eicon-logo:before{content:"\e8b0"}.eicon-meta-data:before{content:"\e8b1"}.eicon-post-content:before{content:"\e8b2"}.eicon-post-excerpt:before{content:"\e8b3"}.eicon-post-navigation:before{content:"\e8b4"}.eicon-yoast:before{content:"\e8b5"}.eicon-nerd-chuckle:before{content:"\e8b6"}.eicon-nerd-wink:before{content:"\e8b7"}.eicon-comments:before{content:"\e8b8"}.eicon-download-circle-o:before{content:"\e8b9"}.eicon-library-upload:before{content:"\e8ba"}.eicon-save-o:before{content:"\e8bb"}.eicon-upload-circle-o:before{content:"\e8bc"}.eicon-ellipsis-h:before{content:"\e8bd"}.eicon-ellipsis-v:before{content:"\e8be"}.eicon-arrow-left:before{content:"\e8bf"}.eicon-arrow-right:before{content:"\e8c0"}.eicon-arrow-up:before{content:"\e8c1"}.eicon-arrow-down:before{content:"\e8c2"}.eicon-play-o:before{content:"\e8c3"}.eicon-archive-posts:before{content:"\e8c4"}.eicon-archive-title:before{content:"\e8c5"}.eicon-featured-image:before{content:"\e8c6"}.eicon-post-info:before{content:"\e8c7"}.eicon-post-title:before{content:"\e8c8"}.eicon-site-logo:before{content:"\e8c9"}.eicon-site-search:before{content:"\e8ca"}.eicon-site-title:before{content:"\e8cb"}.eicon-plus-square:before{content:"\e8cc"}.eicon-minus-square:before{content:"\e8cd"}.eicon-cloud-check:before{content:"\e8ce"}.eicon-drag-n-drop:before{content:"\e8cf"}.eicon-welcome:before{content:"\e8d0"}.eicon-handle:before{content:"\e8d1"}.eicon-cart:before{content:"\e8d2"}.eicon-product-add-to-cart:before{content:"\e8d3"}.eicon-product-breadcrumbs:before{content:"\e8d4"}.eicon-product-categories:before{content:"\e8d5"}.eicon-product-description:before{content:"\e8d6"}.eicon-product-images:before{content:"\e8d7"}.eicon-product-info:before{content:"\e8d8"}.eicon-product-meta:before{content:"\e8d9"}.eicon-product-pages:before{content:"\e8da"}.eicon-product-price:before{content:"\e8db"}.eicon-product-rating:before{content:"\e8dc"}.eicon-product-related:before{content:"\e8dd"}.eicon-product-stock:before{content:"\e8de"}.eicon-product-tabs:before{content:"\e8df"}.eicon-product-title:before{content:"\e8e0"}.eicon-product-upsell:before{content:"\e8e1"}.eicon-products:before{content:"\e8e2"}.eicon-bag-light:before{content:"\e8e3"}.eicon-bag-medium:before{content:"\e8e4"}.eicon-bag-solid:before{content:"\e8e5"}.eicon-basket-light:before{content:"\e8e6"}.eicon-basket-medium:before{content:"\e8e7"}.eicon-basket-solid:before{content:"\e8e8"}.eicon-cart-light:before{content:"\e8e9"}.eicon-cart-medium:before{content:"\e8ea"}.eicon-cart-solid:before{content:"\e8eb"}.eicon-exchange:before{content:"\e8ec"}.eicon-preview-thin:before{content:"\e8ed"}.eicon-device-laptop:before{content:"\e8ee"}.eicon-collapse:before{content:"\e8ef"}.eicon-expand:before{content:"\e8f0"}.eicon-navigator:before{content:"\e8f1"}.eicon-plug:before{content:"\e8f2"}.eicon-dashboard:before{content:"\e8f3"}.eicon-typography:before{content:"\e8f4"}.eicon-info-circle-o:before{content:"\e8f5"}.eicon-integration:before{content:"\e8f6"}.eicon-plus-circle-o:before{content:"\e8f7"}.eicon-rating:before{content:"\e8f8"}.eicon-review:before{content:"\e8f9"}.eicon-tools:before{content:"\e8fa"}.eicon-loading:before{content:"\e8fb"}.eicon-sitemap:before{content:"\e8fc"}.eicon-click:before{content:"\e8fd"}.eicon-clock:before{content:"\e8fe"}.eicon-library-open:before{content:"\e8ff"}.eicon-warning:before{content:"\e900"}.eicon-flow:before{content:"\e901"}.eicon-cursor-move:before{content:"\e902"}.eicon-arrow-circle-left:before{content:"\e903"}.eicon-flash:before{content:"\e904"}.eicon-redo:before{content:"\e905"}.eicon-ban:before{content:"\e906"}.eicon-barcode:before{content:"\e907"}.eicon-calendar:before{content:"\e908"}.eicon-caret-left:before{content:"\e909"}.eicon-caret-right:before{content:"\e90a"}.eicon-caret-up:before{content:"\e90b"}.eicon-chain-broken:before{content:"\e90c"}.eicon-check-circle-o:before{content:"\e90d"}.eicon-check:before{content:"\e90e"}.eicon-chevron-double-left:before{content:"\e90f"}.eicon-chevron-double-right:before{content:"\e910"}.eicon-undo:before{content:"\e911"}.eicon-filter:before{content:"\e912"}.eicon-circle-o:before{content:"\e913"}.eicon-circle:before{content:"\e914"}.eicon-clock-o:before{content:"\e915"}.eicon-cog:before{content:"\e916"}.eicon-cogs:before{content:"\e917"}.eicon-commenting-o:before{content:"\e918"}.eicon-copy:before{content:"\e919"}.eicon-database:before{content:"\e91a"}.eicon-dot-circle-o:before{content:"\e91b"}.eicon-envelope:before{content:"\e91c"}.eicon-external-link-square:before{content:"\e91d"}.eicon-eyedropper:before{content:"\e91e"}.eicon-folder:before{content:"\e91f"}.eicon-font:before{content:"\e920"}.eicon-adjust:before{content:"\e921"}.eicon-lightbox:before{content:"\e922"}.eicon-heart-o:before{content:"\e923"}.eicon-history:before{content:"\e924"}.eicon-image-bold:before{content:"\e925"}.eicon-info-circle:before{content:"\e926"}.eicon-link:before{content:"\e927"}.eicon-long-arrow-left:before{content:"\e928"}.eicon-long-arrow-right:before{content:"\e929"}.eicon-caret-down:before{content:"\e92a"}.eicon-paint-brush:before{content:"\e92b"}.eicon-pencil:before{content:"\e92c"}.eicon-plus-circle:before{content:"\e92d"}.eicon-zoom-in-bold:before{content:"\e92e"}.eicon-sort-amount-desc:before{content:"\e92f"}.eicon-sign-out:before{content:"\e930"}.eicon-spinner:before{content:"\e931"}.eicon-square:before{content:"\e932"}.eicon-star-o:before{content:"\e933"}.eicon-star:before{content:"\e934"}.eicon-text-align-justify:before{content:"\e935"}.eicon-text-align-center:before{content:"\e936"}.eicon-tags:before{content:"\e937"}.eicon-text-align-left:before{content:"\e938"}.eicon-text-align-right:before{content:"\e939"}.eicon-close-circle:before{content:"\e93a"}.eicon-trash-o:before{content:"\e93b"}.eicon-font-awesome:before{content:"\e93c"}.eicon-user-circle-o:before{content:"\e93d"}.eicon-video-camera:before{content:"\e93e"}.eicon-heart:before{content:"\e93f"}.eicon-wrench:before{content:"\e940"}.eicon-help:before{content:"\e941"}.eicon-help-o:before{content:"\e942"}.eicon-zoom-out-bold:before{content:"\e943"}.eicon-plus-square-o:before{content:"\e944"}.eicon-minus-square-o:before{content:"\e945"}.eicon-minus-circle:before{content:"\e946"}.eicon-minus-circle-o:before{content:"\e947"}.eicon-code-bold:before{content:"\e948"}.eicon-cloud-upload:before{content:"\e949"}.eicon-search-bold:before{content:"\e94a"}.eicon-map-pin:before{content:"\e94b"}.eicon-meetup:before{content:"\e94c"}.eicon-slideshow:before{content:"\e94d"}.eicon-t-letter-bold:before{content:"\e94e"}.eicon-preferences:before{content:"\e94f"}.eicon-table-of-contents:before{content:"\e950"}.eicon-tv:before{content:"\e951"}.eicon-upload:before{content:"\e952"}.eicon-instagram-comments:before{content:"\e953"}.eicon-instagram-nested-gallery:before{content:"\e954"}.eicon-instagram-post:before{content:"\e955"}.eicon-instagram-video:before{content:"\e956"}.eicon-instagram-gallery:before{content:"\e957"}.eicon-instagram-likes:before{content:"\e958"}.eicon-facebook:before{content:"\e959"}.eicon-twitter:before{content:"\e95a"}.eicon-pinterest:before{content:"\e95b"}.eicon-frame-expand:before{content:"\e95c"}.eicon-frame-minimize:before{content:"\e95d"}.eicon-archive:before{content:"\e95e"}.eicon-colors-typography:before{content:"\e95f"}.eicon-custom:before{content:"\e960"}.eicon-footer:before{content:"\e961"}.eicon-header:before{content:"\e962"}.eicon-layout-settings:before{content:"\e963"}.eicon-lightbox-expand:before{content:"\e964"}.eicon-error-404:before{content:"\e965"}.eicon-theme-style:before{content:"\e966"}.eicon-search-results:before{content:"\e967"}.eicon-single-post:before{content:"\e968"}.eicon-site-identity:before{content:"\e969"}.eicon-theme-builder:before{content:"\e96a"}.eicon-download-bold:before{content:"\e96b"}.eicon-share-arrow:before{content:"\e96c"}.eicon-global-settings:before{content:"\e96d"}.eicon-user-preferences:before{content:"\e96e"}.eicon-lock:before{content:"\e96f"}.eicon-export-kit:before{content:"\e970"}.eicon-import-kit:before{content:"\e971"}.eicon-lottie:before{content:"\e972"}.eicon-products-archive:before{content:"\e973"}.eicon-single-product:before{content:"\e974"}.eicon-disable-trash-o:before{content:"\e975"}.eicon-single-page:before{content:"\e976"}.eicon-wordpress-light:before{content:"\e977"}.eicon-cogs-check:before{content:"\e978"}.eicon-custom-css:before{content:"\e979"}.eicon-global-colors:before{content:"\e97a"}.eicon-globe:before{content:"\e97b"}.eicon-typography-1:before{content:"\e97c"}.eicon-background:before{content:"\e97d"}.eicon-device-responsive:before{content:"\e97e"}.eicon-device-wide:before{content:"\e97f"}.eicon-code-highlight:before{content:"\e980"}.eicon-video-playlist:before{content:"\e981"}.eicon-download-kit:before{content:"\e982"}.eicon-kit-details:before{content:"\e983"}.eicon-kit-parts:before{content:"\e984"}.eicon-kit-upload:before{content:"\e985"}.eicon-kit-plugins:before{content:"\e986"}.eicon-kit-upload-alt:before{content:"\e987"}.eicon-hotspot:before{content:"\e988"}.eicon-paypal-button:before{content:"\e989"}.eicon-shape:before{content:"\e98a"}.eicon-wordart:before{content:"\e98b"}.eicon-checkout:before{content:"\e98c"}.eicon-container:before{content:"\e98d"}.eicon-flip:before{content:"\e98e"}.eicon-info:before{content:"\e98f"}.eicon-my-account:before{content:"\e990"}.eicon-purchase-summary:before{content:"\e991"}.eicon-page-transition:before{content:"\e992"}.eicon-spotify:before{content:"\e993"}.eicon-stripe-button:before{content:"\e994"}.eicon-woo-settings:before{content:"\e995"}.eicon-woo-cart:before{content:"\e996"}.eicon-grow:before{content:"\e997"}.eicon-order-end:before{content:"\e998"}.eicon-nowrap:before{content:"\e999"}.eicon-order-start:before{content:"\e99a"}.eicon-progress-tracker:before{content:"\e99b"}.eicon-shrink:before{content:"\e99c"}.eicon-wrap:before{content:"\e99d"}.eicon-align-center-h:before{content:"\e99e"}.eicon-align-center-v:before{content:"\e99f"}.eicon-align-end-h:before{content:"\e9a0"}.eicon-align-end-v:before{content:"\e9a1"}.eicon-align-start-h:before{content:"\e9a2"}.eicon-align-start-v:before{content:"\e9a3"}.eicon-align-stretch-h:before{content:"\e9a4"}.eicon-align-stretch-v:before{content:"\e9a5"}.eicon-justify-center-h:before{content:"\e9a6"}.eicon-justify-center-v:before{content:"\e9a7"}.eicon-justify-end-h:before{content:"\e9a8"}.eicon-justify-end-v:before{content:"\e9a9"}.eicon-justify-space-around-h:before{content:"\e9aa"}.eicon-justify-space-around-v:before{content:"\e9ab"}.eicon-justify-space-between-h:before{content:"\e9ac"}.eicon-justify-space-between-v:before{content:"\e9ad"}.eicon-justify-space-evenly-h:before{content:"\e9ae"}.eicon-justify-space-evenly-v:before{content:"\e9af"}.eicon-justify-start-h:before{content:"\e9b0"}.eicon-justify-start-v:before{content:"\e9b1"}.eicon-woocommerce-cross-sells:before{content:"\e9b2"}.eicon-woocommerce-notices:before{content:"\e9b3"}.eicon-inner-container:before{content:"\e9b4"}.eicon-warning-full:before{content:"\e9b5"}.eicon-exit:before{content:"\e9b6"}.eicon-loop-builder:before{content:"\e9b7"}.eicon-notes:before{content:"\e9b8"}.eicon-read:before{content:"\e9b9"}.eicon-unread:before{content:"\e9ba"}.eicon-carousel-loop:before{content:"\e9bb"}.eicon-mega-menu:before{content:"\eb78"}.eicon-nested-carousel:before{content:"\e9bd"}.eicon-ai:before{content:"\e9be"}.eicon-taxonomy-filter:before{content:"\eb7d"}.eicon-container-grid:before{content:"\ef02"}.eicon-upgrade:before{content:"\e9c1"}.eicon-advanced:before{content:"\eb84"}.eicon-div-block:before{content:"\eb9b"}.eicon-notification:before{content:"\e9c3"}.eicon-light-mode:before{content:"\e9c4"}.eicon-dark-mode:before{content:"\e9c5"}.eicon-upgrade-crown:before{content:"\e9c6"}.eicon-off-canvas:before{content:"\e9c7"}.eicon-speakerphone:before{content:"\e9c9"}.eicon-ehp-cta:before{content:"\e9cb"}.eicon-ehp-forms:before{content:"\e9bc"}.eicon-ehp-hero:before{content:"\e9ca"}.eicon-ehp-zigzag:before{content:"\e9cc"}.eicon-e-button:before{content:"\e9ce"}.eicon-flexbox:before{content:"\e9d0"}.eicon-paragraph:before{content:"\e9d1"}.eicon-icon:before{content:"\e9d2"}.eicon-e-image:before{content:"\e9d3"}.eicon-video:before{content:"\e9d4"}.eicon-svg:before{content:"\e9d5"}.eicon-e-divider:before{content:"\e9d6"}.eicon-e-heading:before{content:"\e9d7"}.eicon-atomic:before{content:"\ebae"}.eicon-library-delete:before{content:"\e9d8"}.eicon-library-copy:before{content:"\e9d9"}.eicon-library-folder-empty:before{content:"\e9da"}.eicon-library-move:before{content:"\e9db"}.eicon-library-edit:before{content:"\e9dc"}.eicon-library-subscription-upgrade:before{content:"\e9de"}.eicon-library-folder-view:before{content:"\e9df"}.eicon-library-grid:before{content:"\e9e1"}.eicon-library-cloud-connect:before{content:"\e9e2"}.eicon-library-import:before{content:"\e9e3"}.eicon-library-list:before{content:"\e9e4"}.eicon-library-cloud-empty:before{content:"\e9e5"}.eicon-folder-plus:before{content:"\e8aa"}.eicon-library-folder:before{content:"\e9e6"}.eicon-accessibility:before{content:"\e9bf"}.eicon-lock-outline:before{content:"\e9e7"}.eicon-e-youtube:before{content:"\e9e8"}.eicon-contact:before{content:"\ebd2"}.eicon-eye:before{content:"\e8ac"}.eicon-elementor-square:before{content:"\e813"}:root{--direction-multiplier:1}body.rtl,html[dir=rtl]{--direction-multiplier:-1}.elementor-hidden{display:none}.elementor-visibility-hidden{visibility:hidden}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;top:-10000em;width:1px;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{clear:both;content:"";display:block;height:0;width:0}.e-logo-wrapper{background:var(--e-a-bg-logo);border-radius:50%;display:inline-block;line-height:1;padding:.75em}.e-logo-wrapper i{color:var(--e-a-color-logo);font-size:1em}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor a{box-shadow:none;text-decoration:none}.elementor hr{background-color:transparent;margin:0}.elementor img{border:none;border-radius:0;box-shadow:none;height:auto;max-width:100%}.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{border:none;line-height:1;margin:0;max-width:100%;width:100%}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{direction:ltr;inset:0;overflow:hidden;position:absolute;z-index:0}.elementor .elementor-background-video-container{pointer-events:none;transition:opacity 1s}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video,.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(-50%,-50%)}.elementor .elementor-background-video-hosted{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay{inset:0;position:absolute}.elementor .elementor-background-slideshow{inset:0;position:absolute;z-index:0}.elementor .elementor-background-slideshow__slide__image{background-position:50%;background-size:cover;height:100%;width:100%}.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.elementor-widget-wrap>.elementor-element.elementor-fixed{position:fixed}.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%}@media (max-width:991px){.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{max-width:100%}}@media (max-width:767px){.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%}}.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;align-self:var(--align-self);flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order)}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-element:where(.e-con-full,.elementor-widget){align-content:var(--align-content);align-items:var(--align-items);flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);gap:var(--row-gap) var(--column-gap);justify-content:var(--justify-content)}.elementor-invisible{visibility:hidden}.elementor-custom-embed-play{inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(calc(-50% * var(--direction-multiplier)),-50%)}.elementor-custom-embed-play i{color:#fff;font-size:100px;text-shadow:1px 0 6px rgba(0,0,0,.3)}.elementor-custom-embed-play svg{height:100px;width:100px;fill:#fff;filter:drop-shadow(1px 0 6px rgba(0,0,0,.3))}.elementor-custom-embed-play i,.elementor-custom-embed-play svg{opacity:.8;transition:all .5s}.elementor-custom-embed-play.elementor-playing i{font-family:eicons}.elementor-custom-embed-play.elementor-playing i:before{content:"\e8fb"}.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg{animation:eicon-spin 2s linear infinite}.elementor-tag{display:inline-flex}.elementor-ken-burns{transition-duration:10s;transition-property:transform;transition-timing-function:linear}.elementor-ken-burns--out{transform:scale(1.3)}.elementor-ken-burns--active{transition-duration:20s}.elementor-ken-burns--active.elementor-ken-burns--out{transform:scale(1)}.elementor-ken-burns--active.elementor-ken-burns--in{transform:scale(1.3)}.elementor-align-center{text-align:center}.elementor-align-right{text-align:right}.elementor-align-left{text-align:left}.elementor-align-center .elementor-button,.elementor-align-left .elementor-button,.elementor-align-right .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}@media (min-width:-1){.elementor-widescreen-align-center{text-align:center}.elementor-widescreen-align-right{text-align:right}.elementor-widescreen-align-left{text-align:left}.elementor-widescreen-align-center .elementor-button,.elementor-widescreen-align-left .elementor-button,.elementor-widescreen-align-right .elementor-button{width:auto}.elementor-widescreen-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-laptop-align-center{text-align:center}.elementor-laptop-align-right{text-align:right}.elementor-laptop-align-left{text-align:left}.elementor-laptop-align-center .elementor-button,.elementor-laptop-align-left .elementor-button,.elementor-laptop-align-right .elementor-button{width:auto}.elementor-laptop-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-tablet_extra-align-center{text-align:center}.elementor-tablet_extra-align-right{text-align:right}.elementor-tablet_extra-align-left{text-align:left}.elementor-tablet_extra-align-center .elementor-button,.elementor-tablet_extra-align-left .elementor-button,.elementor-tablet_extra-align-right .elementor-button{width:auto}.elementor-tablet_extra-align-justify .elementor-button{width:100%}}@media (max-width:991px){.elementor-tablet-align-center{text-align:center}.elementor-tablet-align-right{text-align:right}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-center .elementor-button,.elementor-tablet-align-left .elementor-button,.elementor-tablet-align-right .elementor-button{width:auto}.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-mobile_extra-align-center{text-align:center}.elementor-mobile_extra-align-right{text-align:right}.elementor-mobile_extra-align-left{text-align:left}.elementor-mobile_extra-align-center .elementor-button,.elementor-mobile_extra-align-left .elementor-button,.elementor-mobile_extra-align-right .elementor-button{width:auto}.elementor-mobile_extra-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-center .elementor-button,.elementor-mobile-align-left .elementor-button,.elementor-mobile-align-right .elementor-button{width:auto}.elementor-mobile-align-justify .elementor-button{width:100%}}:root{--page-title-display:block}.elementor-page-title,h1.entry-title{display:var(--page-title-display)}@keyframes eicon-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:eicon-spin 2s linear infinite}.elementor-section{position:relative}.elementor-section .elementor-container{display:flex;margin-left:auto;margin-right:auto;position:relative}@media (max-width:991px){.elementor-section .elementor-container{flex-wrap:wrap}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-section.elementor-section-items-top>.elementor-container{align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{align-items:flex-end}@media (min-width:768px){.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-end}.elementor-widget-wrap{align-content:flex-start;flex-wrap:wrap;position:relative;width:100%}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget-wrap.e-swiper-container{width:calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-bottom:var(--kit-widget-spacing,20px)}.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-bottom:0}.elementor-column{display:flex;min-height:1px;position:relative}.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated{padding:5px}.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wide>.elementor-column>.elementor-element-populated{padding:20px}.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{padding:30px}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:991px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:-1){.elementor-reverse-widescreen>.elementor-container>:first-child{order:10}.elementor-reverse-widescreen>.elementor-container>:nth-child(2){order:9}.elementor-reverse-widescreen>.elementor-container>:nth-child(3){order:8}.elementor-reverse-widescreen>.elementor-container>:nth-child(4){order:7}.elementor-reverse-widescreen>.elementor-container>:nth-child(5){order:6}.elementor-reverse-widescreen>.elementor-container>:nth-child(6){order:5}.elementor-reverse-widescreen>.elementor-container>:nth-child(7){order:4}.elementor-reverse-widescreen>.elementor-container>:nth-child(8){order:3}.elementor-reverse-widescreen>.elementor-container>:nth-child(9){order:2}.elementor-reverse-widescreen>.elementor-container>:nth-child(10){order:1}}@media (min-width:992px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:992px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(10),.elementor-reverse-laptop>.elementor-container>:nth-child(2),.elementor-reverse-laptop>.elementor-container>:nth-child(3),.elementor-reverse-laptop>.elementor-container>:nth-child(4),.elementor-reverse-laptop>.elementor-container>:nth-child(5),.elementor-reverse-laptop>.elementor-container>:nth-child(6),.elementor-reverse-laptop>.elementor-container>:nth-child(7),.elementor-reverse-laptop>.elementor-container>:nth-child(8),.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:0}.elementor-reverse-tablet_extra>.elementor-container>:first-child{order:10}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:991px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:991px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:-1){.elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(10),.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:0}.elementor-reverse-mobile_extra>.elementor-container>:first-child{order:10}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(10){order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>:first-child{order:10}.elementor-reverse-mobile>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile>.elementor-container>:nth-child(10){order:1}.elementor-column{width:100%}}.elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid .elementor-grid-item{min-width:0}.elementor-grid-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}@media (min-width:-1){.elementor-grid-widescreen-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-widescreen-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-widescreen-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-widescreen-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-widescreen-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-widescreen-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-widescreen-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-widescreen-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-widescreen-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-widescreen-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-widescreen-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-widescreen-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-widescreen-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-laptop-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-laptop-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-laptop-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-laptop-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-laptop-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-laptop-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-laptop-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-laptop-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-laptop-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-laptop-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-laptop-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-laptop-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-laptop-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-tablet_extra-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:991px){.elementor-grid-tablet-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-mobile_extra-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:767px){.elementor-grid-mobile-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (min-width:992px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:-1){#elementor-device-mode:after{content:"widescreen"}}@media (max-width:-1){#elementor-device-mode:after{content:"laptop"}}@media (max-width:-1){#elementor-device-mode:after{content:"tablet_extra"}}@media (max-width:991px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:-1){#elementor-device-mode:after{content:"mobile_extra"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}.e-con{--border-radius:0;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--border-style:initial;--border-color:initial;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--content-width:min(100%,var(--container-max-width,1140px));--width:100%;--min-height:initial;--height:auto;--text-align:initial;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;--padding-top:var(--container-default-padding-top,10px);--padding-right:var(--container-default-padding-right,10px);--padding-bottom:var(--container-default-padding-bottom,10px);--padding-left:var(--container-default-padding-left,10px);--position:relative;--z-index:revert;--overflow:visible;--gap:var(--widgets-spacing,20px);--row-gap:var(--widgets-spacing-row,20px);--column-gap:var(--widgets-spacing-column,20px);--overlay-mix-blend-mode:initial;--overlay-opacity:1;--overlay-transition:0.3s;--e-con-grid-template-columns:repeat(3,1fr);--e-con-grid-template-rows:repeat(2,1fr);border-radius:var(--border-radius);height:var(--height);min-height:var(--min-height);min-width:0;overflow:var(--overflow);position:var(--position);width:var(--width);z-index:var(--z-index);--flex-wrap-mobile:wrap;margin-block-end:var(--margin-block-end);margin-block-start:var(--margin-block-start);margin-inline-end:var(--margin-inline-end);margin-inline-start:var(--margin-inline-start);padding-inline-end:var(--padding-inline-end);padding-inline-start:var(--padding-inline-start)}.e-con:where(:not(.e-div-block-base)){transition:background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s)}.e-con{--margin-block-start:var(--margin-top);--margin-block-end:var(--margin-bottom);--margin-inline-start:var(--margin-left);--margin-inline-end:var(--margin-right);--padding-inline-start:var(--padding-left);--padding-inline-end:var(--padding-right);--padding-block-start:var(--padding-top);--padding-block-end:var(--padding-bottom);--border-block-start-width:var(--border-top-width);--border-block-end-width:var(--border-bottom-width);--border-inline-start-width:var(--border-left-width);--border-inline-end-width:var(--border-right-width)}body.rtl .e-con{--padding-inline-start:var(--padding-right);--padding-inline-end:var(--padding-left);--margin-inline-start:var(--margin-right);--margin-inline-end:var(--margin-left);--border-inline-start-width:var(--border-right-width);--border-inline-end-width:var(--border-left-width)}.e-con.e-flex{--flex-direction:column;--flex-basis:auto;--flex-grow:0;--flex-shrink:1;flex:var(--flex-grow) var(--flex-shrink) var(--flex-basis)}.e-con-full,.e-con>.e-con-inner{padding-block-end:var(--padding-block-end);padding-block-start:var(--padding-block-start);text-align:var(--text-align)}.e-con-full.e-flex,.e-con.e-flex>.e-con-inner{flex-direction:var(--flex-direction)}.e-con,.e-con>.e-con-inner{display:var(--display)}.e-con.e-grid{--grid-justify-content:start;--grid-align-content:start;--grid-auto-flow:row}.e-con.e-grid,.e-con.e-grid>.e-con-inner{align-content:var(--grid-align-content);align-items:var(--align-items);grid-auto-flow:var(--grid-auto-flow);grid-template-columns:var(--e-con-grid-template-columns);grid-template-rows:var(--e-con-grid-template-rows);justify-content:var(--grid-justify-content);justify-items:var(--justify-items)}.e-con-boxed.e-flex{align-content:normal;align-items:normal;flex-direction:column;flex-wrap:nowrap;justify-content:normal}.e-con-boxed.e-grid{grid-template-columns:1fr;grid-template-rows:1fr;justify-items:legacy}.e-con-boxed{gap:initial;text-align:initial}.e-con.e-flex>.e-con-inner{align-content:var(--align-content);align-items:var(--align-items);align-self:auto;flex-basis:auto;flex-grow:1;flex-shrink:1;flex-wrap:var(--flex-wrap);justify-content:var(--justify-content)}.e-con.e-grid>.e-con-inner{align-items:var(--align-items);justify-items:var(--justify-items)}.e-con>.e-con-inner{gap:var(--row-gap) var(--column-gap);height:100%;margin:0 auto;max-width:var(--content-width);padding-inline-end:0;padding-inline-start:0;width:100%}:is(.elementor-section-wrap,[data-elementor-id])>.e-con{--margin-left:auto;--margin-right:auto;max-width:min(100%,var(--width))}.e-con .elementor-widget.elementor-widget{margin-block-end:0}.e-con:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);content:var(--background-overlay);display:block;height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);position:absolute;top:calc(0px - var(--border-top-width));transition:var(--overlay-transition,.3s);width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}.e-con:before{transition:background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)}.e-con>.elementor-background-slideshow,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));top:calc(0px - var(--border-top-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}@media (max-width:767px){:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile{display:none}}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{z-index:1}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-slideshow:before{z-index:2}.e-con .elementor-widget{min-width:0}.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper{width:100%}.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container{height:100%}.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget{max-width:100%}.e-con .elementor-widget:not(:last-child){--kit-widget-spacing:0px}@media (max-width:767px){.e-con.e-flex{--width:100%;--flex-wrap:var(--flex-wrap-mobile)}.e-con.e-flex .elementor-widget-archive-posts{width:100%}}.elementor-form-fields-wrapper{display:flex;flex-wrap:wrap}.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea{flex-basis:100%;max-width:100%}.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{flex-grow:1}.elementor-field-group{align-items:center;flex-wrap:wrap}.elementor-field-group.elementor-field-type-submit{align-items:flex-end}.elementor-field-group .elementor-field-textual{background-color:transparent;border:1px solid #69727d;color:#1f2124;flex-grow:1;max-width:100%;vertical-align:middle;width:100%}.elementor-field-group .elementor-field-textual:focus{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}.elementor-field-group .elementor-field-textual::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-select-wrapper{display:flex;position:relative;width:100%}.elementor-field-group .elementor-select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;flex-basis:100%;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;padding-inline-end:20px;text-transform:inherit}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;inset-block-start:50%;inset-inline-end:10px;pointer-events:none;position:absolute;text-shadow:0 0 3px rgba(0,0,0,.3);transform:translateY(-50%)}.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:""}.elementor-field-subgroup{display:flex;flex-wrap:wrap}.elementor-field-subgroup .elementor-field-option label{display:inline-block}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-inline-end:10px}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{flex-basis:100%}.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{display:inline}.elementor-field-label{cursor:pointer}.elementor-mark-required .elementor-field-label:after{color:red;content:"*";padding-inline-start:.2em}.elementor-field-textual{border-radius:3px;font-size:15px;line-height:1.4;min-height:40px;padding:5px 14px}.elementor-field-textual.elementor-size-xs{border-radius:2px;font-size:13px;min-height:33px;padding:4px 12px}.elementor-field-textual.elementor-size-md{border-radius:4px;font-size:16px;min-height:47px;padding:6px 16px}.elementor-field-textual.elementor-size-lg{border-radius:5px;font-size:18px;min-height:59px;padding:7px 20px}.elementor-field-textual.elementor-size-xl{border-radius:6px;font-size:20px;min-height:72px;padding:8px 24px}.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}@media screen and (max-width:991px){.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}@media screen and (max-width:767px){.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}.elementor-error .elementor-field{border-color:#d9534f}.elementor-error .help-inline{color:#d9534f;font-size:.9em}.elementor-message{font-size:1em;line-height:1;margin:10px 0}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-style:normal;font-weight:400;margin-inline-end:5px;vertical-align:middle}.elementor-message.elementor-message-danger{color:#d9534f}.elementor-message.elementor-message-danger:before{content:"\e87f"}.elementor-message.form-message-success{color:#5cb85c}.elementor-form .elementor-button{border:none;padding-block-end:0;padding-block-start:0}.elementor-form .elementor-button-content-wrapper,.elementor-form .elementor-button>span{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-form .elementor-button.elementor-size-xs{min-height:33px}.elementor-form .elementor-button.elementor-size-sm{min-height:40px}.elementor-form .elementor-button.elementor-size-md{min-height:47px}.elementor-form .elementor-button.elementor-size-lg{min-height:59px}.elementor-form .elementor-button.elementor-size-xl{min-height:72px}.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)) .elementor-widget-container,.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)):not(:has(.elementor-widget-container)){transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}.elementor-heading-title{line-height:1;margin:0;padding:0}.elementor-button{background-color:#69727d;border-radius:3px;color:#fff;display:inline-block;font-size:15px;line-height:1;padding:12px 24px;fill:#fff;text-align:center;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-button-icon{align-items:center;display:flex}.elementor-button-icon svg{height:auto;width:1em}.elementor-button-icon .e-font-icon-svg{height:1em}.elementor-button-text{display:inline-block}.elementor-button.elementor-size-xs{border-radius:2px;font-size:13px;padding:10px 20px}.elementor-button.elementor-size-md{border-radius:4px;font-size:16px;padding:15px 30px}.elementor-button.elementor-size-lg{border-radius:5px;font-size:18px;padding:20px 40px}.elementor-button.elementor-size-xl{border-radius:6px;font-size:20px;padding:25px 50px}.elementor-button span{text-decoration:inherit}.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de}.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f}.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f}.elementor-view-stacked .elementor-icon{background-color:#69727d;color:#fff;padding:.5em;fill:#fff}.elementor-view-framed .elementor-icon{background-color:transparent;border:3px solid #69727d;color:#69727d;padding:.5em}.elementor-icon{color:#69727d;display:inline-block;font-size:50px;line-height:1;text-align:center;transition:all .3s}.elementor-icon:hover{color:#69727d}.elementor-icon i,.elementor-icon svg{display:block;height:1em;position:relative;width:1em}.elementor-icon i:before,.elementor-icon svg:before{left:50%;position:absolute;transform:translateX(-50%)}.elementor-icon i.fad{width:auto}.elementor-shape-square .elementor-icon{border-radius:0}.elementor-shape-rounded .elementor-icon{border-radius:10%}.elementor-shape-circle .elementor-icon{border-radius:50%}.e-transform .elementor-widget-container,.e-transform:not(:has(.elementor-widget-container)){transform:perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}.e-con.e-transform{transform:perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));transform-origin:var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)}.animated{animation-duration:1.25s}.animated.animated-slow{animation-duration:2s}.animated.animated-fast{animation-duration:.75s}.animated.infinite{animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.animated{animation:none!important}html *{transition-delay:0s!important;transition-duration:0s!important}}@media (max-width:767px){.elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-mobile_extra{display:none}}@media (min-width:768px) and (max-width:991px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-tablet_extra{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-laptop{display:none}}@media (min-width:992px) and (max-width:99999px){.elementor .elementor-hidden-desktop{display:none}}@media (min-width:-1){.elementor .elementor-hidden-widescreen{display:none}}.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=".svg"]{width:48px}.elementor-widget-image img{display:inline-block;vertical-align:middle}.elementor-animation-bounce-in{transition-duration:.5s}.elementor-animation-bounce-in:active,.elementor-animation-bounce-in:focus,.elementor-animation-bounce-in:hover{transform:scale(1.2);transition-timing-function:cubic-bezier(0.47,2.02,0.31,-0.36)}.elementor-widget-icon-box .elementor-icon-box-wrapper{display:flex;flex-direction:column;gap:var(--icon-box-icon-margin,15px);text-align:center}.elementor-widget-icon-box .elementor-icon-box-icon{display:inline-block;flex:0 0 auto;line-height:0}.elementor-widget-icon-box .elementor-icon-box-content{flex-grow:1;width:100%}.elementor-widget-icon-box .elementor-icon-box-title a{color:inherit}.elementor-widget-icon-box .elementor-icon-box-description{margin:0}.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper{flex-direction:row-reverse;gap:var(--icon-box-icon-margin,15px);text-align:end}.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper{flex-direction:row;gap:var(--icon-box-icon-margin,15px);text-align:start}.elementor-widget-icon-box.elementor-position-top .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column;gap:var(--icon-box-icon-margin,15px);text-align:center}.elementor-widget-icon-box.elementor-position-bottom .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column-reverse;gap:var(--icon-box-icon-margin,15px);text-align:center}@media (min-width:-1){.elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-wrapper{flex-direction:row-reverse;gap:var(--icon-box-icon-margin,15px);text-align:end}.elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-wrapper{flex-direction:row;gap:var(--icon-box-icon-margin,15px);text-align:start}.elementor-widget-icon-box.elementor-widescreen-position-top .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column;gap:var(--icon-box-icon-margin,15px);text-align:center}.elementor-widget-icon-box.elementor-widescreen-position-bottom .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column-reverse;gap:var(--icon-box-icon-margin,15px);text-align:center}}@media (max-width:-1){.elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-wrapper{flex-direction:row-reverse;gap:var(--icon-box-icon-margin,15px);text-align:end}.elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-wrapper{flex-direction:row;gap:var(--icon-box-icon-margin,15px);text-align:start}.elementor-widget-icon-box.elementor-laptop-position-top .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column;gap:var(--icon-box-icon-margin,15px);text-align:center}.elementor-widget-icon-box.elementor-laptop-position-bottom .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column-reverse;gap:var(--icon-box-icon-margin,15px);text-align:center}}@media (max-width:-1){.elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-wrapper{flex-direction:row-reverse;gap:var(--icon-box-icon-margin,15px);text-align:end}.elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-wrapper{flex-direction:row;gap:var(--icon-box-icon-margin,15px);text-align:start}.elementor-widget-icon-box.elementor-tablet_extra-position-top .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column;gap:var(--icon-box-icon-margin,15px);text-align:center}.elementor-widget-icon-box.elementor-tablet_extra-position-bottom .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column-reverse;gap:var(--icon-box-icon-margin,15px);text-align:center}}@media (max-width:991px){.elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-wrapper{flex-direction:row-reverse;gap:var(--icon-box-icon-margin,15px);text-align:end}.elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-wrapper{flex-direction:row;gap:var(--icon-box-icon-margin,15px);text-align:start}.elementor-widget-icon-box.elementor-tablet-position-top .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column;gap:var(--icon-box-icon-margin,15px);text-align:center}.elementor-widget-icon-box.elementor-tablet-position-bottom .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column-reverse;gap:var(--icon-box-icon-margin,15px);text-align:center}}@media (max-width:-1){.elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-wrapper{flex-direction:row-reverse;gap:var(--icon-box-icon-margin,15px);text-align:end}.elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-wrapper{flex-direction:row;gap:var(--icon-box-icon-margin,15px);text-align:start}.elementor-widget-icon-box.elementor-mobile_extra-position-top .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column;gap:var(--icon-box-icon-margin,15px);text-align:center}.elementor-widget-icon-box.elementor-mobile_extra-position-bottom .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column-reverse;gap:var(--icon-box-icon-margin,15px);text-align:center}}@media (max-width:767px){.elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-wrapper{flex-direction:row-reverse;gap:var(--icon-box-icon-margin,15px);text-align:end}.elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-wrapper{flex-direction:row;gap:var(--icon-box-icon-margin,15px);text-align:start}.elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column;gap:var(--icon-box-icon-margin,15px);text-align:center}.elementor-widget-icon-box.elementor-mobile-position-bottom .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column-reverse;gap:var(--icon-box-icon-margin,15px);text-align:center}.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon{flex-direction:column}}.elementor-widget-video .elementor-widget-container,.elementor-widget-video:not(:has(.elementor-widget-container)){overflow:hidden;transform:translateZ(0)}.elementor-widget-video .elementor-wrapper{aspect-ratio:var(--video-aspect-ratio)}.elementor-widget-video .elementor-wrapper iframe,.elementor-widget-video .elementor-wrapper video{background-color:#000;border:none;display:flex;height:100%;width:100%}.elementor-widget-video .elementor-open-inline .elementor-custom-embed-image-overlay{background-position:50%;background-size:cover;inset:0;position:absolute}.elementor-widget-video .elementor-custom-embed-image-overlay{cursor:pointer;text-align:center}.elementor-widget-video .elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play i{opacity:1}.elementor-widget-video .elementor-custom-embed-image-overlay img{aspect-ratio:var(--video-aspect-ratio);display:block;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center;width:100%}.elementor-widget-video .e-hosted-video .elementor-video{-o-object-fit:cover;object-fit:cover}.e-con-inner>.elementor-widget-video,.e-con>.elementor-widget-video{width:var(--container-widget-width);--flex-grow:var( --container-widget-flex-grow )}@font-face {font-display:swap;
  font-family: 'roadthemes-icon';
  src:  url('/wp-content/themes/mixy/assets/fonts/roadthemes-icon.eot?748w34');
  src:  url('/wp-content/themes/mixy/assets/fonts/roadthemes-icon.eot?748w34#iefix') format('embedded-opentype'),
    url('/wp-content/themes/mixy/assets/fonts/roadthemes-icon.ttf?748w34') format('truetype'),
    url('/wp-content/themes/mixy/assets/fonts/roadthemes-icon.woff?748w34') format('woff'),
    url('/wp-content/themes/mixy/assets/fonts/roadthemes-icon.svg?748w34#roadthemes-icon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-rt-"], [class*=" icon-rt-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'roadthemes-icon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-rt-bag-outline:before {
  content: "\e900";
}
.icon-rt-cart-outline:before {
  content: "\e901";
}
.icon-rt-bag:before {
  content: "\e902";
}
.icon-rt-handbag:before {
  content: "\e903";
}
.icon-rt-shopping-cart:before {
  content: "\e904";
}
.icon-rt-bag2:before {
  content: "\e905";
}
.icon-rt-shopping-cart-solid:before {
  content: "\e906";
}
.icon-rt-basket-outline:before {
  content: "\e907";
}
.icon-rt-shopping-basket-solid:before {
  content: "\e908";
}
.icon-rt-heart:before {
  content: "\e909";
}
.icon-rt-heart2:before {
  content: "\e90a";
}
.icon-rt-heart-solid:before {
  content: "\e90b";
}
.icon-rt-heart-outline:before {
  content: "\e90c";
}
.icon-rt-ios-heart-outline:before {
  content: "\e90d";
}
.icon-rt-shuffle:before {
  content: "\e90e";
}
.icon-rt-refresh:before {
  content: "\e90f";
}
.icon-rt-ios-shuffle:before {
  content: "\e910";
}
.icon-rt-ios-shuffle-strong:before {
  content: "\e911";
}
.icon-rt-repeat-outline:before {
  content: "\e912";
}
.icon-rt-sync-alt-solid:before {
  content: "\e913";
}
.icon-rt-star2:before {
  content: "\e914";
}
.icon-rt-star-solid:before {
  content: "\e915";
}
.icon-rt-star-half-alt-solid:before {
  content: "\e916";
}
.icon-rt-search:before {
  content: "\e917";
}
.icon-rt-magnifier:before {
  content: "\e918";
}
.icon-rt-search2:before {
  content: "\e919";
}
.icon-rt-loupe:before {
  content: "\e91a";
}
.icon-rt-search1:before {
  content: "\e91b";
}
.icon-rt-eye-outline:before {
  content: "\e91c";
}
.icon-rt-eye:before {
  content: "\e91d";
}
.icon-rt-look:before {
  content: "\e91e";
}
.icon-rt-eye2:before {
  content: "\e91f";
}
.icon-rt-bars-solid:before {
  content: "\e920";
}
.icon-rt-menu-outline:before {
  content: "\e921";
}
.icon-rt-navicon-round:before {
  content: "\e922";
}
.icon-rt-grid-outline:before {
  content: "\e923";
}
.icon-rt-grid:before {
  content: "\e924";
}
.icon-rt-grid2:before {
  content: "\e925";
}
.icon-rt-apps-outline:before {
  content: "\e926";
}
.icon-rt-apps-sharp:before {
  content: "\e927";
}
.icon-rt-list:before {
  content: "\e928";
}
.icon-rt-list-outline:before {
  content: "\e929";
}
.icon-rt-list-solid:before {
  content: "\e92a";
}
.icon-rt-arrow-down:before {
  content: "\e92b";
}
.icon-rt-arrow-left:before {
  content: "\e92c";
}
.icon-rt-arrow-right:before {
  content: "\e92d";
}
.icon-rt-arrow-up:before {
  content: "\e92e";
}
.icon-rt-logo-facebook:before {
  content: "\e92f";
}
.icon-rt-logo-google:before {
  content: "\e930";
}
.icon-rt-logo-pinterest:before {
  content: "\e931";
}
.icon-rt-logo-twitter:before {
  content: "\e932";
}
.icon-rt-logo-youtube:before {
  content: "\e933";
}
.icon-rt-logo-instagram:before {
  content: "\e934";
}
.icon-rt-logo-linkedin:before {
  content: "\e935";
}
.icon-rt-logo-rss:before {
  content: "\e936";
}
.icon-rt-logo-twitch:before {
  content: "\e937";
}
.icon-rt-0-facebook2:before {
  content: "\e938";
}
.icon-rt-1-twitter2:before {
  content: "\e939";
}
.icon-rt-2-youtube2:before {
  content: "\e93a";
}
.icon-rt-3-dribbble:before {
  content: "\e93b";
}
.icon-rt-4-facebook-f:before {
  content: "\e93c";
}
.icon-rt-5-google-plus-g:before {
  content: "\e93d";
}
.icon-rt-6-pinterest-p:before {
  content: "\e93e";
}
.icon-rt-close-outline:before {
  content: "\e93f";
}
.icon-rt-close-circle:before {
  content: "\e940";
}
.icon-rt-close-circle-outline:before {
  content: "\e941";
}
.icon-rt-person-outline:before {
  content: "\e942";
}
.icon-rt-person-circle-outline:before {
  content: "\e943";
}
.icon-rt-user:before {
  content: "\e944";
}
.icon-rt-user-circle:before {
  content: "\e945";
}
.icon-rt-call-outline:before {
  content: "\e946";
}
.icon-rt-call-sharp:before {
  content: "\e947";
}
.icon-rt-headphones:before {
  content: "\e948";
}
.icon-rt-headphones-mic:before {
  content: "\e949";
}
.icon-rt-headphones2:before {
  content: "\e94a";
}
.icon-rt-phone-volume-solid:before {
  content: "\e94b";
}
.icon-rt-phone-call:before {
  content: "\e94c";
}
.icon-rt-headset-outline:before {
  content: "\e94d";
}
.icon-rt-settings-outline:before {
  content: "\e94e";
}
.icon-rt-settings:before {
  content: "\e94f";
}
.icon-rt-shipping-fast-solid:before {
  content: "\e950";
}
.icon-rt-truck-solid:before {
  content: "\e951";
}
.icon-rt-ship-solid:before {
  content: "\e952";
}
.icon-rt-boat-outline:before {
  content: "\e953";
}
.icon-rt-rocket:before {
  content: "\e954";
}
.icon-rt-rocket-outline:before {
  content: "\e955";
}
.icon-rt-location-pin:before {
  content: "\e956";
}
.icon-rt-map-marked-alt-solid:before {
  content: "\e957";
}
.icon-rt-location-outline:before {
  content: "\e958";
}
.icon-rt-mail-outline:before {
  content: "\e959";
}
.icon-rt-mail-open-outline:before {
  content: "\e95a";
}
.icon-rt-globe-solid:before {
  content: "\e95b";
}
.icon-rt-globe-alt:before {
  content: "\e95c";
}
.icon-rt-scan-outline:before {
  content: "\e95d";
}
.icon-rt-expand-outline:before {
  content: "\e95e";
}
.icon-rt-checkmark:before {
  content: "\e95f";
}
.icon-rt-card-outline:before {
  content: "\e960";
}
.icon-rt-credit-card-solid:before {
  content: "\e961";
}
.icon-rt-money-bill-wave-solid:before {
  content: "\e962";
}
.icon-rt-cash-outline:before {
  content: "\e963";
}
.icon-rt-gift-outline:before {
  content: "\e964";
}
.icon-rt-gift-solid:before {
  content: "\e965";
}
.icon-rt-gifts-solid:before {
  content: "\e966";
}
.icon-rt-ribbon-outline:before {
  content: "\e967";
}
.icon-rt-time-outline:before {
  content: "\e968";
}
.icon-rt-help-buoy-outline:before {
  content: "\e969";
}
.icon-rt-exchange-1:before {
  content: "\e96a";
}
.icon-rt-call-center-24-7:before {
  content: "\e96b";
}
.icon-rt-headphone-24-7:before {
  content: "\e96c";
}
.icon-rt-credit-card-secure1:before {
  content: "\e96d";
}
.icon-rt-payment-security:before {
  content: "\e96e";
}
.icon-rt-logo-vk:before {
  content: "\e96f";
}
.icon-rt-logo-whatsapp:before {
  content: "\e970";
}
.icon-rt-logo-telegram:before {
  content: "\e971";
}
.icon-rt-play-outline:before {
  content: "\e972";
}
.icon-rt-videocam-outline:before {
  content: "\e973";
}
.icon-rt-play-circle:before {
  content: "\e974";
}
.icon-rt-home-outline:before {
  content: "\e975";
}
.icon-rt-diamond-outline:before {
  content: "\e976";
}
.icon-rt-camera-outline:before {
  content: "\e977";
}
.icon-rt-fitness-outline:before {
  content: "\e978";
}
.icon-rt-medkit-outline:before {
  content: "\e979";
}
.icon-rt-nuclear-outline:before {
  content: "\e97a";
}
.icon-rt-shirt-outline:before {
  content: "\e97b";
}
.icon-rt-watch-outline:before {
  content: "\e97c";
}
.icon-rt-couch-solid:before {
  content: "\e97d";
}
.icon-rt-filter-outline:before {
  content: "\e97e";
}
.icon-rt-options-outline:before {
  content: "\e97f";
}
.icon-rt-chatbox-outline:before {
  content: "\e980";
}
.icon-rt-chatbubble-outline:before {
  content: "\e981";
}
.icon-rt-logo-behance:before {
  content: "\e982";
}
.icon-rt-logo-flickr:before {
  content: "\e983";
}
.icon-rt-logo-foursquare:before {
  content: "\e984";
}
.icon-rt-logo-github:before {
  content: "\e985";
}
.icon-rt-logo-skype:before {
  content: "\e986";
}
.icon-rt-logo-snapchat:before {
  content: "\e987";
}
.icon-rt-logo-soundcloud:before {
  content: "\e988";
}
.icon-rt-logo-tumblr:before {
  content: "\e989";
}
.icon-rt-logo-vimeo:before {
  content: "\e98a";
}
.icon-rt-logo-wechat:before {
  content: "\e98b";
}
.icon-rt-logo-weibo:before {
  content: "\e98c";
}
.icon-rt-add-outline:before {
  content: "\e98d";
}
.icon-rt-remove-outline:before {
  content: "\e98e";
}
.icon-rt-left-quotes-sign:before {
  content: "\e98f";
}
.icon-rt-right-quotes-symbol:before {
  content: "\e990";
}
.icon-rt-arrow-left-solid:before {
  content: "\e991";
}
.icon-rt-arrow-right-solid:before {
  content: "\e992";
}
.icon-rt-cauliflower:before {
  content: "\e993";
}
.icon-rt-bread:before {
  content: "\e994";
}
.icon-rt-meat:before {
  content: "\e995";
}
.icon-rt-anise-candy:before {
  content: "\e996";
}
.icon-rt-snowflake:before {
  content: "\e997";
}
.icon-rt-coffee-cup:before {
  content: "\e998";
}
.icon-rt-almond:before {
  content: "\e999";
}
.icon-rt-egg:before {
  content: "\e99a";
}
@keyframes wc-skeleton-shimmer{to{transform:translateX(100%)}}body.wc-block-product-gallery-modal-open,body.wc-modal--open{overflow:hidden}.wc-block-grid__products .wc-block-grid__product-image{display:block;position:relative;text-decoration:none}.wc-block-grid__products .wc-block-grid__product-image a{border:0;box-shadow:none;outline:0;text-decoration:none}.wc-block-grid__products .wc-block-grid__product-image img{height:auto;max-width:100%;width:100%}.wc-block-grid__products .wc-block-grid__product-image img[hidden]{display:none}.wc-block-grid__products .wc-block-grid__product-image img[alt=""]{border:1px solid #f2f2f2}.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title,.editor-styles-wrapper .wc-block-grid__product-title,.wc-block-grid__product-title{color:inherit;display:block;font-family:inherit;font-size:inherit;font-weight:700;line-height:1.2;padding:0}.wc-block-grid__product-price{display:block}.wc-block-grid__product-price .wc-block-grid__product-price__regular{margin-right:.5em}.wc-block-grid__product-add-to-cart.wp-block-button{white-space:normal;word-break:break-word}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{display:inline-flex;font-size:1em;justify-content:center;text-align:center;white-space:normal;word-break:break-word}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading{opacity:.25}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:after{content:"";display:inline-block;font-family:WooCommerce;height:auto;margin-left:.5em;width:auto}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading:after{animation:spin 2s linear infinite;content:"";display:inline-block;font-family:WooCommerce;height:auto;margin-left:.5em;width:auto}.has-5-columns:not(.alignfull) .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-6-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-7-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-8-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-9-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after{content:"";margin:0}.wc-block-grid__product-rating,.wp-block-woocommerce-product-review-rating{display:block}.wc-block-grid__product-rating .star-rating,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars,.wc-block-grid__product-rating .wc-block-product-review-rating__stars,.wp-block-woocommerce-product-review-rating .star-rating,.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars,.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars{font-family:WooCommerce;font-size:1em;font-weight:400;height:1.618em;line-height:1.618;margin:0 auto;overflow:hidden;position:relative;text-align:left;width:5.3em}.wc-block-grid__product-rating .star-rating:before,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before,.wc-block-grid__product-rating .wc-block-product-review-rating__stars:before,.wp-block-woocommerce-product-review-rating .star-rating:before,.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars:before,.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars:before{content:"SSSSS";left:0;opacity:.5;position:absolute;right:0;top:0;white-space:nowrap}.wc-block-grid__product-rating .star-rating span,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span,.wc-block-grid__product-rating .wc-block-product-review-rating__stars span,.wp-block-woocommerce-product-review-rating .star-rating span,.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars span,.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars span{left:0;overflow:hidden;padding-top:1.5em;position:absolute;right:0;top:0}.wc-block-grid__product-rating .star-rating span:before,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before,.wc-block-grid__product-rating .wc-block-product-review-rating__stars span:before,.wp-block-woocommerce-product-review-rating .star-rating span:before,.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars span:before,.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars span:before{color:inherit;content:"SSSSS";left:0;position:absolute;right:0;top:0;white-space:nowrap}.wc-block-grid .wc-block-grid__product-onsale,.wc-block-grid__product-image .wc-block-grid__product-onsale{background:#fff;border:1px solid #43454b;border-radius:4px;color:#43454b;display:inline-block;font-size:.875em;font-weight:600;left:auto;padding:.25em .75em;position:absolute;right:4px;text-align:center;text-transform:uppercase;top:4px;width:auto;z-index:9}.wc-block-grid__product .wc-block-grid__product-image,.wc-block-grid__product .wc-block-grid__product-link{display:inline-block;position:relative}.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image),.wc-block-grid__product .wc-block-grid__product-title{margin:0 0 12px}.wc-block-grid__product .wc-block-grid__product-add-to-cart,.wc-block-grid__product .wc-block-grid__product-onsale,.wc-block-grid__product .wc-block-grid__product-price,.wc-block-grid__product .wc-block-grid__product-rating{margin:0 auto 12px}.theme-twentysixteen .wc-block-grid .price ins{color:#77a464}.theme-twentynineteen .wc-block-grid__product{font-size:.88889em}.theme-twentynineteen .wc-block-components-product-sale-badge,.theme-twentynineteen .wc-block-components-product-title,.theme-twentynineteen .wc-block-grid__product-onsale,.theme-twentynineteen .wc-block-grid__product-title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.theme-twentynineteen .wc-block-grid__product-title:before{display:none}.theme-twentynineteen .wc-block-components-product-sale-badge,.theme-twentynineteen .wc-block-grid__product-onsale{line-height:1}.theme-twentynineteen .editor-styles-wrapper .wp-block-button .wp-block-button__link:not(.has-text-color){color:#fff}.theme-twentytwenty .wc-block-grid__product-link{color:#000}.theme-twentytwenty .wc-block-components-product-title,.theme-twentytwenty .wc-block-grid__product-title{color:#cd2653;font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-size:1em}.theme-twentytwenty .wp-block-columns .wc-block-components-product-title{margin-top:0}.theme-twentytwenty .wc-block-components-product-price .woocommerce-Price-amount,.theme-twentytwenty .wc-block-components-product-price__value,.theme-twentytwenty .wc-block-grid__product-price .woocommerce-Price-amount,.theme-twentytwenty .wc-block-grid__product-price__value{font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-size:.9em}.theme-twentytwenty .wc-block-components-product-price del,.theme-twentytwenty .wc-block-grid__product-price del{opacity:.7}.theme-twentytwenty .wc-block-components-product-price ins,.theme-twentytwenty .wc-block-grid__product-price ins{text-decoration:none}.theme-twentytwenty .star-rating,.theme-twentytwenty .wc-block-grid__product-rating{font-size:.7em}.theme-twentytwenty .star-rating .wc-block-components-product-rating__stars,.theme-twentytwenty .star-rating .wc-block-grid__product-rating__stars,.theme-twentytwenty .wc-block-grid__product-rating .wc-block-components-product-rating__stars,.theme-twentytwenty .wc-block-grid__product-rating .wc-block-grid__product-rating__stars{line-height:1}.theme-twentytwenty .wc-block-components-product-button>.wp-block-button__link,.theme-twentytwenty .wc-block-grid__product-add-to-cart>.wp-block-button__link{font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif}.theme-twentytwenty .wc-block-components-product-sale-badge,.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{background:#cd2653;color:#fff;font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-weight:700;letter-spacing:-.02em;line-height:1.2;text-transform:uppercase}.theme-twentytwenty .wc-block-grid__products .wc-block-components-product-sale-badge{position:static}.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-image .wc-block-components-product-sale-badge{position:absolute}.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale:not(.wc-block-components-product-sale-badge){position:absolute;right:4px;top:4px;z-index:1}.theme-twentytwenty .wc-block-active-filters__title,.theme-twentytwenty .wc-block-attribute-filter__title,.theme-twentytwenty .wc-block-price-filter__title,.theme-twentytwenty .wc-block-stock-filter__title{font-size:1em}.theme-twentytwenty .wc-block-active-filters .wc-block-active-filters__clear-all,.theme-twentytwenty .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{font-size:.75em}@media only screen and (min-width:768px){.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{font-size:.875em;padding:.5em}}@media only screen and (min-width:1168px){.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{font-size:.875em;padding:.5em}}.theme-twentytwentytwo .wc-block-grid__product-add-to-cart .added_to_cart{display:block;margin-top:12px}.theme-twentytwentytwo .wc-block-components-product-price ins,.theme-twentytwentytwo .wc-block-grid__product-price ins{text-decoration:none}.screen-reader-text{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;overflow-wrap:normal!important;padding:0;position:absolute!important;width:1px}.screen-reader-text:focus{clip:auto!important;background-color:#fff;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip-path:none;color:#2b2d2f;display:block;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.wp-block-group.woocommerce.product .up-sells.upsells.products{max-width:var(--wp--style--global--wide-size)}
@keyframes wc-skeleton-shimmer{to{transform:translateX(100%)}}.wc-block-components-notice-banner{align-content:flex-start;align-items:stretch;background-color:#fff;border:1px solid #2f2f2f;border-radius:4px;box-sizing:border-box;color:#2f2f2f;display:flex;font-size:.875em;font-weight:400;gap:12px;line-height:1.5;margin:16px 0;padding:16px!important}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content{align-self:center;flex-basis:100%;padding-right:16px;white-space:normal}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content:last-child{padding-right:0}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-block-components-notice-banner__summary{font-weight:600;margin:0 0 8px}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul{margin:0 0 0 24px;padding:0}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol li:after,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul li:after{clear:both;content:"";display:block}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward{appearance:none;background:transparent!important;border:0;color:#2f2f2f!important;float:right;margin:0;opacity:.7;padding:0!important;text-decoration-line:underline;text-underline-position:under;transition:all .2s ease-in-out}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:active,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:focus,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:hover{opacity:1;text-decoration:none}.wc-block-components-notice-banner>svg{fill:#fff;background-color:#2f2f2f;border-radius:50%;flex-grow:0;flex-shrink:0;height:100%;padding:2px}.wc-block-components-notice-banner>.wc-block-components-button{background:transparent none!important;border:0!important;box-shadow:none!important;color:#2f2f2f!important;flex:0 0 16px;height:16px!important;margin:6px 0 0 auto!important;min-height:auto!important;min-width:0!important;opacity:.6;outline:none!important;padding:0!important;width:16px!important}.wc-block-components-notice-banner>.wc-block-components-button>svg{margin:0!important}.wc-block-components-notice-banner>.wc-block-components-button:active,.wc-block-components-notice-banner>.wc-block-components-button:focus,.wc-block-components-notice-banner>.wc-block-components-button:hover{opacity:1}.wc-block-components-notice-banner>.wc-block-components-button:focus{outline:2px solid currentColor!important;outline-offset:0}.wc-block-components-notice-banner.is-error{background-color:#fff0f0;border-color:#cc1818}.wc-block-components-notice-banner.is-error>svg{background-color:#cc1818;transform:rotate(180deg)}.wc-block-components-notice-banner.is-warning{background-color:#fffbf4;border-color:#f0b849}.wc-block-components-notice-banner.is-warning>svg{background-color:#f0b849;transform:rotate(180deg)}.wc-block-components-notice-banner.is-success{background-color:#f4fff7;border-color:#4ab866}.wc-block-components-notice-banner.is-success>svg{background-color:#4ab866}.wc-block-components-notice-banner.is-info{background-color:#f4f8ff;border-color:#007cba}.wc-block-components-notice-banner.is-info>svg{background-color:#007cba}.wc-block-components-notice-banner:focus{outline-width:0}.wc-block-components-notice-banner:focus-visible{outline-style:solid;outline-width:2px}.woocommerce.wc-block-store-notices.alignwide{max-width:var(--wp--style--global--wide-size)}
