.yaydp-pricing-table-header {
  display: inline-block;
  font-size: 1rem !important;
  border-spacing: 0;
  margin-bottom: 10px !important;
}

.yaydp-pricing-table {
  width: 100%;
  margin-bottom: 1rem !important;
  border-spacing: 0;
  table-layout: fixed !important;
  border-collapse: collapse !important;
}

.yaydp-pricing-table,
.yaydp-pricing-table th,
.yaydp-pricing-table td {
  border: 1px solid;
}

.yaydp-pricing-table th,
.yaydp-pricing-table td {
  padding: 1rem !important;
}

.yaydp-pricing-table th {
  font-size: 1rem !important;
  font-weight: 600;
  text-align: left !important;
  background: #f8f8f8 !important;
}

.yaydp-pricing-table td {
  font-size: 1rem !important;
  text-align: left !important;
}

.yaydp-pricing-table td span {
  font-size: 1rem !important;
  text-align: left !important;
}

.yaydp-pricing-table tr.selected-range {
  border: 2px solid red;
}
.yaydp-cart-item-price {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}

.yaydp-notice {
  box-sizing: border-box;
  margin: 0;
  padding: 8px 12px;
  color: rgba(0, 0, 0, 0.88);
  font-size: 14px;
  line-height: 1.5714285714285714;
  list-style: none;
  font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto,
    helvetica neue, Arial, noto sans, sans-serif, apple color emoji,
    segoe ui emoji, segoe ui symbol, noto color emoji;
  position: relative;
  display: flex;
  align-items: center;
  word-wrap: break-word;
  border-radius: 8px;
}

.yaydp-notice-info {
  background-color: #e6f4ff;
  border: 1px solid #91caff;
}

.yaydp-notice-warning {
  background-color: #fffbe6;
  border: 1px solid #ffe58f;
}

.yaydp-notice .yaydp-notice-icon {
  display: flex;
}
.yaydp-notice-info .yaydp-notice-icon {
  color: #1677ff;
}
.yaydp-notice-warning .yaydp-notice-icon {
  color: #faad14;
}

.yaydp-free-item-badge,
.yaydp-free-item-change {
  padding: 2px 10px;
  background: #2271b1;
  border-radius: 3px;
  color: #fff;
}
.variation_gzd_modified + .price.yaydp-discounted-price {
  display: none;
}

/** support blocksy */
.quantity:has(input[readonly="readonly"]) .ct-increase {
  display: none;
}
.quantity:has(input[readonly="readonly"]) .ct-decrease {
  display: none;
}

.yaydp-offer-description {
  margin-bottom: 1rem;
}

/* Sale tag */
.yaydp-sale-tag {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  -webkit-backface-visibility: hidden;
  z-index: 99;
  pointer-events: none;
  border-style: solid;
  line-height: 1.2;
  border-radius: 5px;
  padding: 3.5px 9px;
  font-weight: 600;
  min-height: 30px;
}

.yaydp-sale-tag:not(.yaydp-custom-sale-tag) {
  position: absolute;
  top: var(--wc-sale-badge-distance, 0.875rem);
  right: var(--wc-sale-badge-distance, 0.875rem);
  left: auto;
}

.woocommerce-product-gallery:has(.woocommerce-product-gallery__trigger)
  .yaydp-sale-tag {
  left: var(--wc-sale-badge-distance, 0.875rem) !important;
  right: auto !important;
}

/* Tooltip */
.yaydp-tooltip-icon::before {
  content: "\f223";
}

.yaydp-tooltip-icon {
  position: relative;
  cursor: help;
  font-family: dashicons;
  display: inline-block;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 20px;
  height: 20px;
  font-size: 20px;
  vertical-align: sub;
  text-align: center;
  transition: color 0.1s ease-in;
  color: #363636;
}

.yaydp-tooltip-icon:hover .yaydp-tooltip-content {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, -0.6em);
}
.yaydp-tooltip-icon:hover::after {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, -9px);
}

.yaydp-tooltip-content {
  visibility: hidden;
  opacity: 0;
  max-width: 250px;
  width: max-content;
  font-weight: normal;
  background-color: #363636;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 0.5rem 0.5rem;
  font-weight: 400;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  font-size: 0.8rem;
  font-family: "Source Sans Pro", "HelveticaNeue-Light", "Helvetica Neue Light",
    "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  transform: translateX(-50%);
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out,
    visibility 0.3s ease-in-out;
}
.yaydp-tooltip-icon::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #363636;
  border-radius: 2px;
  transform-origin: center;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.yaydp-tooltip-content > div {
  padding: 10px 0;
  border-bottom: 1px solid white;
}

.yaydp-tooltip-content > div:last-child {
  border: none;
  padding-bottom: 0;
}
.yaydp-tooltip-content > div:first-child {
  padding-top: 0;
}

/* Matching products */
.yaydp-matching-products {
  text-decoration: none;
}
.yaydp-matching-products > li {
  list-style: none;
}

.yaydp-matching-products > li > div {
  display: flex;
  padding: 5px 0;
  align-items: center;
}

.yaydp-matching-products .yaydp-matching-product-image {
  margin: 0;
  width: auto;
  height: auto;
  max-width: 40px;
  max-height: 40px;
  vertical-align: middle;
  padding-right: 5px;
}

.wc-block-product-template .wc-block-product,
.wp-block-post-template .wp-block-post {
  position: relative;
}
.wpced .wpced-inner {
    display: inline-block;
    padding: 5px 10px;
    margin: 5px 0;
    font-size: 14px;
    border-radius: 4px;
    color: #222222;
    background-color: #f6f6f6;
}

.wpced .wpced-inner:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 5px;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20640%20512%22%3E%3Cpath%20d%3D%22M280%20192c4.4%200%208-3.6%208-8v-16c0-4.4-3.6-8-8-8H40c-4.4%200-8%203.6-8%208v16c0%204.4%203.6%208%208%208h240zm352%20192h-24V275.9c0-16.8-6.8-33.3-18.8-45.2l-83.9-83.9c-11.8-12-28.3-18.8-45.2-18.8H416V78.6c0-25.7-22.2-46.6-49.4-46.6H113.4C86.2%2032%2064%2052.9%2064%2078.6V96H8c-4.4%200-8%203.6-8%208v16c0%204.4%203.6%208%208%208h240c4.4%200%208-3.6%208-8v-16c0-4.4-3.6-8-8-8H96V78.6c0-8.1%207.8-14.6%2017.4-14.6h253.2c9.6%200%2017.4%206.5%2017.4%2014.6V384H207.6C193%20364.7%20170%20352%20144%20352c-18.1%200-34.6%206.2-48%2016.4V288H64v144c0%2044.2%2035.8%2080%2080%2080s80-35.8%2080-80c0-5.5-.6-10.8-1.6-16h195.2c-1.1%205.2-1.6%2010.5-1.6%2016%200%2044.2%2035.8%2080%2080%2080s80-35.8%2080-80c0-5.5-.6-10.8-1.6-16H632c4.4%200%208-3.6%208-8v-16c0-4.4-3.6-8-8-8zm-488%2096c-26.5%200-48-21.5-48-48s21.5-48%2048-48%2048%2021.5%2048%2048-21.5%2048-48%2048zm272-320h44.1c8.4%200%2016.7%203.4%2022.6%209.4l83.9%2083.9c.8.8%201.1%201.9%201.8%202.8H416V160zm80%20320c-26.5%200-48-21.5-48-48s21.5-48%2048-48%2048%2021.5%2048%2048-21.5%2048-48%2048zm80-96h-16.4C545%20364.7%20522%20352%20496%20352s-49%2012.7-63.6%2032H416v-96h160v96zM256%20248v-16c0-4.4-3.6-8-8-8H8c-4.4%200-8%203.6-8%208v16c0%204.4%203.6%208%208%208h240c4.4%200%208-3.6%208-8z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
}

.wpced-cart {
    text-align: center !important;
}

/*# sourceMappingURL=frontend.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}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;margin:0 0 -4px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left;padding:0}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin:0;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:var(--wc-form-color-background,#fff);color:var(--wc-form-color-text,#000);border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected],.select2-results__option[data-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none;margin:5px 5px 0 0}.select2-container--default .select2-selection--multiple .select2-selection__rendered li:before{content:"";display:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder{float:right}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid #000 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:0 0;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true],.select2-container--default .select2-results__option[data-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected],.select2-container--default .select2-results__option--highlighted[data-selected]{background-color:#0073aa;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:linear-gradient(to bottom,#fff 50%,#eee 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #0073aa}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:0 0;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:linear-gradient(to bottom,#fff 0,#eee 50%);background-repeat:repeat-x}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:linear-gradient(to bottom,#eee 50%,#fff 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #0073aa}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected],.select2-container--classic .select2-results__option--highlighted[data-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#0073aa}.dco-image-attachment {
	line-height: 0;
}

.dco-attachment-gallery {
	display: flex;
	flex-wrap: wrap;
	margin: -5px -5px 6px;
}

.dco-attachment-gallery .dco-attachment.dco-image-attachment {
	margin: 5px;
}

.comment-form-attachment {
	position: relative;
}

.comment-form-attachment > span:not(.required) {
	display: block;
}

.comment-form-attachment span.comment-form-attachment__drop-area {
	display: none;
}

.comment-form-attachment.dragenter .comment-form-attachment__drop-area {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	padding: 20px;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 20px;
}

.comment-form-attachment__drop-area-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: 20px;
	border: 2px dashed;
	border-radius: 20px;
}

/* Fix of possible conflicts with theme styles. */
.dco-image-attachment img {
	width: auto !important;
	height: auto !important;
}
.woocommerce .deal {
	margin: 50px 0 40px;
}

.woocommerce .deal-expire-text,
.woocommerce .deal-sold-text {
	margin-bottom: 0.5em;
	width: 40%;
	font-weight: 500;
	text-transform: uppercase;
}

.woocommerce .deal-progress .progress-bar,
.woocommerce .deal-progress .progress-value {
	height: 15px;
}

.woocommerce .deal-progress .progress-bar {
	position: relative;
	background: #e4e4e4;
	margin-bottom: 3px;
}

.woocommerce .deal-progress .progress-value {
	background-color: #dadfe3;
}

.woocommerce .deal-expire-date {
	margin-bottom: 20px;
}

.woocommerce .deal-expire-date,
.woocommerce .deal-sold{
	display: flex;
}

.woocommerce .deal-expire-countdown,
.woocommerce .deal-progress{
	overflow: hidden;
	width: 60%;
}

.woocommerce .deal-expire-countdown .timer,
.woocommerce .deal-expire-countdown .divider {
	text-align: center;
	display: block;
	float: left;
}

.woocommerce .deal-expire-countdown .timer {
	width: 20%;
}

.woocommerce .deal-expire-countdown .divider {
	font-size: 1.8em;
	width: 6.3333%;
	padding-top: 0.3em;
}

.woocommerce .deal-expire-countdown .timer span {
	display: block;
}

.woocommerce .deal-expire-countdown .timer .digits {
	font-size: 28px;
	margin: 0 0 3px 0;
	padding: 12px 8px;
	min-width: 56px;
	min-height: 56px;
	border: 1px solid #ddd;
	font-weight: 600;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #1d2128;
}

.woocommerce .deal-expire-countdown .timer .text,
.woocommerce .deal-progress .deal-text {
	font-size: 16px;
}

.woocommerce .deal-expire-countdown.motta-countdown {
	justify-content: space-between;
	overflow: inherit;
}

.woocommerce .deal-expire-countdown.motta-countdown .timer {
	display: flex;
	flex-direction: column;
	padding: 0;
}

.woocommerce .deal-expire-countdown.motta-countdown .divider {
    font-size: 21px;
    width: auto;
	padding-top: 20px;
	top: 0;
    right: -13px;
}

.woocommerce .deal-expire-countdown.motta-countdown .timer .text{
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize;
}.motta-size-guide-tabs{
	display: block;
}

.motta-size-guide-tabs__panels {
    position: relative;
}

.motta-size-guide-tabs__panel.active {
    opacity: 1;
    display: block;
    visibility: visible;
    position: static;
    transform: scaleY(1);
}

.motta-size-guide-tabs__panel {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    transform: scaleY(0);
    width: 100%;
    transition: opacity 0.4s;
}

.motta-size-guide-tabs__nav {
	list-style: none;
	display: flex;
	margin: 0 0 35px 0;
	padding: 0;
	z-index: 1;
	position: relative;
}

.motta-size-guide-tabs__nav li {
	font-weight: 600;
	font-size: 14px;
	color: #111111;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	text-align: center;
	cursor: pointer;
	padding-bottom: 8px;
	margin: 0 25px;
	position: relative;
}

.motta-size-guide-tabs__nav li::after {
	content: '';
	position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    border-bottom: 1px solid;
    transition: width 0.4s;
}

.motta-size-guide-tabs__nav li:hover::after {
    width: 100%;
	left: 0;
}

.motta-size-guide-tabs__nav li:last-child {
	margin-right: 0;
}

.motta-size-guide-tabs__nav li:first-child {
	margin-left: 0;
}

.woocommerce-Tabs-panel--motta_size_guide .motta-size-guide-tabs {
	padding-bottom: 0;
}

.motta-size-guide__name {
    font-size: 22px;
    font-weight: 500;
    padding: 0 0 10px;
    margin: 0 0 10px;
	border-bottom: 1px solid #e3e7e8;
}

.motta-size-guide-tabs__panel {
	margin-bottom: 20px;
}

.motta-size-guide-tabs__panel > *:not(.motta-size-guide__name) {
	clear: both;
}

.motta-size-guide__table{
	margin: 10px 0;
	white-space: nowrap;
}

.motta-size-guide__table thead th {
	color: #111111;
	font-size: 16px;
	padding: 10px 0;
	font-weight: 600;
	border-bottom: 0;
}

.motta-size-guide__table tbody td {
	color: #111111;
	font-size: 17px;
	border-bottom: 0;
}

.motta-size-guide__table tbody td:first-child {
	min-width: 30%;
}

/*
* Size-guide panel
*/
.size-guide-panel.motta-modal .modal-content {
	max-height: 600px;
	max-width: 770px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 0;
}

.size-guide-panel .modal-content {
	min-width: 600px;
}

.size-guide-panel.open .modal-content {
	transform: none;
}

.size-guide-panel .modal-header .title {
	font-size: 28px;
	font-weight: 500;
}

.size-guide-panel .modal-header .button-close {
	top: 33px;
	right: 32px;
	transform: none;
	z-index: 9;
	cursor: pointer;
	display: flex;
	position: absolute;
}

.size-guide-panel .modal-header {
	padding: 50px 60px 0;
	margin-bottom: 25px;
}

.size-guide-panel .modal-header .title {
	margin: 0;
}

.size-guide-panel .modal-size-chart {
	max-height: 400px;
}

.size-guide-panel .modal-size-chart {
	max-height: calc( 100vh - 180px );
}

.size-guide-panel .modal-size-chart::-webkit-scrollbar {
	height: 2px;
}

.size-guide-panel .motta-size-guide {
	padding: 20px 60px 0;
}

.size-guide-button {
	display: inline-flex;
	align-items: center;
}

.product-size-guide .size-guide-button {
	font-size: 12px;
	font-weight: 500;
	color: #7c818b;
}

.product-size-guide .size-guide-button:hover {
	color: #1d2128;
}

.size-guide-button .motta-svg-icon {
	margin-right: 12px;
}

.single-product div.product.product-type-grouped table.motta-size-guide__table {
	border: 1px solid #cdcdcd;
}

.single-product div.product.product-type-grouped table.motta-size-guide__table td {
	border: 1px solid #cdcdcd;
	padding: 19px 20px;
}

.single-product div.product .entry-summary .product-size-guide {
	margin-top: 0;
	margin-bottom: 15px;
}

.single-product div.product .entry-summary .product-size-guide.beside_attribute {
	margin-top: 0;
	margin-bottom: 0px;
}

.single-product div.product .entry-summary .product-size-guide.bellow_button {
	margin-top: 10px;
	margin-bottom: 10px;
}

.single-product div.product .product-size-guide + .product-button-wrapper,
.single-product div.product.product-type-grouped .product-size-guide + form.grouped_form {
	padding-top: 0;
}

@media (max-width: 767px) {

	.woocommerce .size-guide-panel.offscreen-panel {
		top: 0;
	}

	.woocommerce .size-guide-panel.offscreen-panel .modal-content {
		height: 100%;
		min-width: 320px;
	}

	.size-guide-panel .modal-header {
		padding: 40px 20px 0;
	}

	.size-guide-panel .modal-header .title{
		font-size: 24px;
	}

	.size-guide-panel .modal-header .button-close{
		top: 22px;
		right: 5px;
	}

	.size-guide-panel .motta-size-guide {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}

	.product-size-guide{
		margin-left: 0px;
	}
}.motta-product-pbt {
	margin: 0 0 30px;
}

.motta-product-pbt__title {
    margin: 10px 5px 10px;
    font-size: 15px;
    font-weight: 500;}

.motta-product-pbt__wrapper {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.motta-product-pbt ul.products {
	width: 100%;
	margin: 0;
}

.motta-product-pbt ul.products li.product {
	position: relative;
	width: 20%;
	min-width: 20%;
	padding-bottom: 22px;
	padding-right: 22px;
	padding-left: 0;
}

.motta-product-pbt ul.products li.product:after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	content: "+";
	display: inline-block;
	font-weight: 500;
	font-size: 14px;
	color: #000;
}

.motta-product-pbt ul.products li.product:nth-child(4n):after,
.motta-product-pbt ul.products li.product:last-child:after {
	display: none;
}

.motta-product-pbt ul.products li.product.out-of-stock {
	opacity: 0.9;
}

.motta-product-pbt ul.products li.product.un-active {
	opacity: 0.6;
	pointer-events: none;
}

.motta-product-pbt ul.products li.product.un-active select {
	pointer-events: none;
}

.motta-product-pbt ul.products li.product.un-active .product-select {
	pointer-events: auto;
}

.motta-product-pbt ul.products .product-content {
	display: flex;
	flex-direction: column;
	position: relative;
	padding: 0;
	height: 100%;
}

.motta-product-pbt ul.products .product-content .thumbnail {
	position: relative;
	display: block;
}

.motta-product-pbt ul.products .product-content .thumbnail .thumb-new {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	transition: 0.3s;
}

.motta-product-pbt ul.products .product-content .thumbnail .woocommerce-badges {
	bottom: 0;
	left: 0;
	display: none;
}

.motta-product-pbt ul.products li.product .product-content .product-summary {
	margin-bottom: 13px;
}

.motta-product-pbt ul.products li.product .product-content .motta-rating {
	margin-bottom: 13px;
}

.motta-product-pbt ul.products .product-content .price .price__save {
	display: none;
}

.motta-product-pbt ul.products.product-card-layout-1 li.product form.variations_form {
	position: static;
	opacity: 1;
	margin: 0;
	transform: none;
	padding: 0;
	pointer-events: auto;
	z-index: inherit;
	margin-top: 10px;
}

.motta-product-pbt ul.products.product-card-layout-1 li.product table.variations .wcboost-variation-swatches > select {
	display: block !important;
}

.motta-product-pbt ul.products li.product .product-variation-price .price-new {
	display: none;
}

.motta-product-pbt ul.products li.product .product-variation-price.active .price {
	display: none;
}

.motta-product-pbt ul.products li.product .product-variation-price.active .price-new {
	display: flex;
}

.motta-product-pbt ul.products li.product table.variations {
	margin-top: 3px;
}

.motta-product-pbt ul.products li.product table.variations select {
	height: auto;
	padding: 5px 0;
	border-top: none;
	border-right: none;
	border-left: none;
	border-width: 1px;
	background-position: right center;
	border-radius: 0;
}

.motta-product-pbt ul.products.product-card-layout-1 li.product table.variations .wcboost-variation-swatches > ul {
	display: none;
}

.motta-product-pbt ul.products.product-card-layout-1 li.product table.variations .wcboost-variation-swatches {
	width: 100%;
}

.motta-product-pbt ul.products.product-card-layout-1 li.product table.variations .value {
	text-align: left;
}

.motta-product-pbt ul.products.product-card-layout-1 li.product .single_variation_wrap {
	display: none !important;
}

.motta-product-pbt ul.products.product-card-layout-1 li.product .reset_variations {
	font-size: 11px;
	font-weight: 500;
	text-decoration: underline;
}

.motta-product-pbt ul.products .product-content .woocommerce-variation-description,
.motta-product-pbt ul.products .product-content .motta-date-onsale-to {
	display: none;
}

.motta-product-pbt .product-select {
	margin: auto 8px 0;
	padding: 0;
	list-style: none;
}

.motta-product-pbt .product-select a {
	color: #1d2128;
	display: inline-flex;
	align-items: center;
	width: 100%;
	position: relative;
	line-height: 1;
	padding: 0;
	text-align: center;
}

.motta-product-pbt .product-select a strong {
	color: #000;
	font-weight: 600;
}

.motta-product-pbt .product-select a .select {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	background-color: #1d2128;
	border-radius: 2px;
	margin-right: 12px;
}

.motta-product-pbt .product-select a .select:before {
	content: "";
    display: block;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 4px;
    left: 8px;
}

.motta-product-pbt .product-select .s-price .sale {
	display: none;
}

.motta-product-pbt .product-select.uncheck a .select:before {
	opacity: 0;
}

.motta-product-pbt .product-select .s-price ins {
	text-decoration: none;
	background-color: transparent;
}

.motta-product-pbt .product-select .s-price del {
	display: none;
}

.motta-product-pbt .product-select .p-title {
	font-size: 11px;
	line-height: 1;
	color: #1d2128;
}

.motta-product-pbt .product-buttons {
	display: flex;
	flex-direction: column;
    justify-content: center;
	max-width: 219px;
	width: 100%;
	margin-top: 10%;
}

.motta-product-pbt .product-buttons .price-box__title {
	font-size: 16px;
	font-weight: 500;
	color: #1d2128;
	margin-bottom: 21px;
}

.motta-product-pbt .product-buttons .price-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #1d2128;
}

.motta-product-pbt .product-buttons .price-box.price-box__subtotal {
	margin-bottom: 4px;
}

.motta-product-pbt .product-buttons .price-box.price-box__save {
	color: #ff311c;
	margin-bottom: 12px;
}

.motta-product-pbt .product-buttons .price-box .label {
	font-size: 13px;
	font-weight: 500;
}

.motta-product-pbt .product-buttons .s-price {
	font-weight: 500;
	font-size: 14px;
}

.motta-product-pbt .product-buttons .s-price.motta-pbt-subtotal {
	font-weight: 400;
}

.motta-product-pbt .product-buttons .s-price.motta-pbt-total-price {
	font-size: 16px;
}

.motta-product-pbt .product-buttons .motta-pbt-add-to-cart {
	margin-top: 10px;
	width: 100%;
	line-height: 44px;
	font-size: 11px;
	background-color: #df0101;
	border-radius: 10px;
}
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) {
    margin-right: 1px;
}
.motta-product-pbt .product-buttons .motta-pbt-add-to-cart:before {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 16px;
    width: 16px;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid;
    border-top-color: transparent;
    -webkit-animation: mottaSpin infinite 1s linear;
    animation: mottaSpin infinite 1s linear;
    transition: opacity .2s linear .2s;
    content: "";
	display: none;
	color: #fff;
	margin-top: -8px;
	margin-left: -8px;
}

.motta-product-pbt .product-buttons .motta-pbt-add-to-cart.loading {
	position: relative;
	color: transparent;
	transition: none;
}

.motta-product-pbt .product-buttons .motta-pbt-add-to-cart.loading:before {
	display: inline-block;
}

.motta-product-pbt .motta-pbt-alert {
    margin: 0;
    Background: #fff;
    font-size: 10px;
    padding: 5px;
}

@media (max-width: 991px) {
	.motta-product-pbt ul.products{
		flex-wrap: nowrap;
		overflow-y: hidden;
		overflow-x: auto;
		scroll-behavior: smooth;
	}

	.motta-product-pbt ul.products::-webkit-scrollbar {
		display: none;
	}

	.motta-product-pbt .product-buttons {
		padding-left: 22px;
	}
}

@media (max-width: 768px) {
	.motta-product-pbt__title {
		margin-bottom: 19px;
	}

	.motta-product-pbt__wrapper {
		display: block;
	}

	.motta-product-pbt ul.products {
		margin: 5px;
	}

	.motta-product-pbt ul.products li.product {
		width: 50%;
		min-width: 182px;
		padding-bottom: 0;
		margin-bottom: 0;
	}

	.motta-product-pbt ul.products .product-content {
		padding: 0;
	}

	.motta-product-pbt ul.products li.product .product-content .product-summary {
		padding-left: 1px;
		padding-right: 1px;
	}

	.motta-product-pbt .product-select {
		margin: auto 0 0;
	}

	.motta-product-pbt .product-select a {
		padding-left: 7px;
		padding-right: 0;
	}

	.motta-product-pbt .product-select a .select {
		margin-right: 9px;
	}

	.motta-product-pbt .product-buttons {
		padding: 0;
        margin: 10px 0 0px;
        max-width: none;
        padding: 5px;
    }
    
    .woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) {
    margin: 1px !important;
}
}