@charset "UTF-8";
@charset "UTF-8";
.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;
margin-left: auto;
margin-right: auto;
}
.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;
}
[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;
}

@keyframes woobt-spinner {
to {
transform: rotate(360deg);
}
}
@-webkit-keyframes woobt-spinner {
to {
-webkit-transform: rotate(360deg);
}
}
.woobt-wrap {
display: block;
clear: both;
width: 100%;
}
.woobt-wrap.woobt-loading {
position: relative;
}
.woobt-wrap.woobt-loading:before {
content: "";
display: block;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.7);
position: absolute;
top: 0;
left: 0;
z-index: 9;
}
.woobt-wrap.woobt-loading:after {
content: "";
position: absolute;
top: 50%;
left: 50%;
z-index: 10;
display: block;
width: 30px;
height: 30px;
margin-top: -15px;
margin-left: -15px;
border-width: 4px;
border-style: solid;
border-radius: 100%;
border-top-color: rgba(0, 0, 0, 0.5);
border-left-color: rgba(0, 0, 0, 0.1);
border-bottom-color: rgba(0, 0, 0, 0.1);
border-right-color: rgba(0, 0, 0, 0.1);
animation: woobt-spinner 1s linear infinite;
-webkit-animation: woobt-spinner 1s linear infinite;
}
.woobt-wrap.woobt-layout-separate .woobt-product > .woobt-thumb, .woobt-wrap.woobt-layout-separate .woobt-product > .woobt-price {
display: none;
}
.woobt-wrap.woobt-layout-separate .woobt-product .woobt-title .woobt-price {
margin-left: 10px;
}
.woobt-images {
display: flex;
align-items: center;
margin-bottom: 15px;
overflow-x: auto;
}
.woobt-images .woobt-image {
width: 100px;
flex: 0 0 100px;
margin-right: 20px;
display: block;
position: relative;
}
.woobt-images .woobt-image:not(.woobt-image-this):before {
content: "+";
position: absolute;
top: 50%;
left: -10px;
transform: translate3d(-50%, -50%, 0);
}
.woobt-images .woobt-image:last-child {
margin-right: 0;
}
.woobt-images .woobt-image.woobt-image-hide {
opacity: 0.3;
}
.woobt-images .woobt-image.woobt-image-hide img {
filter: grayscale(100%);
}
.woobt-images .woobt-image img {
width: 100%;
height: auto;
}
.woobt-wrap .woobt-text, .woobt-wrap .woobt-products {
margin: 0 0 15px 0;
}
.woobt-products {
border-width: 1px 0 0 0;
border-style: dotted;
border-color: #e5e5e5;
}
.woobt-products .woobt-product {
padding: 10px 0;
margin: 0;
justify-content: space-between;
display: flex;
align-items: center;
border-bottom: 1px dotted #e5e5e5;
}
.woobt-products .woobt-product.woobt-hide-this {
display: none !important;
}
.woobt-products .woobt-product > div {
padding: 0 5px;
background-color: transparent;
}
.woobt-products .woobt-product .woobt-thumb {
width: 50px;
flex: 0 0 50px;
}
.woobt-products .woobt-product .woobt-thumb img {
width: 100%;
max-width: 100%;
height: auto;
display: block;
}
.woobt-products .woobt-product .woobt-price {
width: 100px;
flex: 0 0 100px;
max-width: 100px;
text-align: end;
}
.woobt-products .woobt-product-this .woobt-price .woobt-price-new {
display: none;
}
.woobt-products .woobt-product .woobt-price del {
opacity: 0.5;
text-decoration: line-through;
}
.woobt-products .woobt-product .woobt-price del span {
text-decoration: line-through;
}
.woobt-products .woobt-product .woobt-price ins {
font-weight: normal;
}
.woobt-products .woobt-product .woobt-price .amount {
display: inline-block;
}
.woobt-products .woobt-product .woobt-title {
flex-grow: 1;
}
.woobt-products .woobt-product .woobt-title a {
text-decoration: none;
box-shadow: none;
}
.woobt-products .woobt-product .variations_form {
margin: 0;
padding: 0;
}
.woobt-products .woobt-product .woobt-title .woovr-variations-select .woovr-variation-image, .woobt-products .woobt-product .woobt-title .woovr-variations-default .woovr-variation-image, .woobt-products .woobt-product .woobt-title .woovr-variations-select .woovr-variation-price {
display: none !important;
}
.woobt-products .woobt-product .woobt-quantity {
text-align: right;
width: 130px;
flex: 0 0 130px;
}
.woobt-products .woobt-product .woobt-quantity .quantity {
float: none !important;
margin: 0 0 0 0 !important;
}
.woobt-products .woobt-product.woobt-hide .woobt-quantity * {
opacity: 0.5;
pointer-events: none;
}
.woobt-checkbox:disabled {
cursor: not-allowed;
}
.woobt-products .woobt-product .variations_form .variations {
display: block;
width: 100%;
margin-left: -3px;
margin-right: -3px;
padding: 0;
}
.woobt-products .woobt-product .variations_form .variations .variation {
display: inline-block;
border-width: 1px;
border-style: solid;
border-color: #e5e5e5;
padding: 5px 10px;
margin: 5px 3px 0 3px;
max-width: 100%;
border-radius: 2px;
}
.woobt-products .woobt-product .variations_form .variations .variation > div {
display: block;
}
.woobt-products .woobt-product .variations_form .variations .reset {
display: inline-block;
}
.woobt-products .woobt-product .variations_form .variations .variation:last-child {
margin-bottom: 0;
}
.woobt-products .woobt-product .variations_form .variations .variation .label {
font-size: 12px;
line-height: 1;
}
.woobt-products .woobt-product .variations_form .variations .variation .value {
line-height: 1;
}
.woobt-products .woobt-product .variations_form .variations .variation .value select {
width: 100%;
line-height: 1;
padding: 0 16px 0 0;
background-color: transparent;
border-radius: 0;
border: none;
-webkit-appearance: none;
-moz-appearance: none;
outline: none;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAECAYAAACtBE5DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGNEQzN0Y2NTY0NjcxMUU3QjU5NUI5N0U0NjlDMTIzNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGNEQzN0Y2NjY0NjcxMUU3QjU5NUI5N0U0NjlDMTIzNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkY0RDM3RjYzNjQ2NzExRTdCNTk1Qjk3RTQ2OUMxMjM2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkY0RDM3RjY0NjQ2NzExRTdCNTk1Qjk3RTQ2OUMxMjM2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+pzgqpQAAADdJREFUeNpirKioWMDAwBDPgAoWMQGJLCC+hiR4HYgzQRLfgDgUSoNwCIhmgaq6BtXJCNMNEGAAbM0MK7OUU3AAAAAASUVORK5CYII=);
background-repeat: no-repeat;
background-size: auto;
background-position: 100% 50%;
}
.woobt-products .woobt-product .variations_form .variations a.reset_variations {
margin: 0;
font-size: 12px;
}
.woobt-products .woobt-product .woobt-title .stock {
font-size: 14px;
margin: 0 !important;
}
.woobt-products .woobt-product .woobt-title .stock.in-stock {
color: green;
}
.woobt-products .woobt-product .woobt-title .stock.available-on-backorder {
color: orange;
}
.woobt-products .woobt-product .woobt-title .stock.out-of-stock {
color: red;
}
.woobt-products .woobt-item-text {
padding: 10px 0;
margin: 0;
border-bottom: 1px dotted #e5e5e5;
}
.woobt-item-text-type-h1 > h1, .woobt-item-text-type-h2 > h2, .woobt-item-text-type-h3 > h3, .woobt-item-text-type-h4 > h4, .woobt-item-text-type-h5 > h5, .woobt-item-text-type-h6 > h6, .woobt-item-text-type-p > p {
margin: 0 !important;
}
.woobt-disabled {
opacity: 0.5 !important;
cursor: not-allowed !important;
pointer-events: none !important;
}
.woobt-alert {
padding: 6px 10px 6px 14px;
border-left: 4px solid #222;
background-color: #eeeeee;
font-size: 14px;
} .woobt-additional, .woobt-total, .woobt-alert {
display: none;
}
.woobt-actions form.cart {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.woobt-quantity-input {
display: flex;
align-items: center;
}
.woobt-quantity-plus-minus .plus, .woobt-quantity-plus-minus .minus, .woobt-quantity-plus-minus .minus-btn, .woobt-quantity-plus-minus .plus-btn {
display: none !important;
}
.woobt-quantity-input-plus, .woobt-quantity-input-minus {
width: 40px;
flex: 0 0 40px;
height: 40px;
line-height: 38px;
text-align: center;
cursor: pointer;
background-color: #fefefe;
border: 1px solid #e5e5e5;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.woobt-choose label {
position: absolute;
top: auto;
width: 1px;
height: 1px;
overflow: hidden;
}
.woobt-choose .checkmark {
display: none;
}
.woobt-count {
margin-left: 5px;
}
.woobt-count:before {
content: "(";
}
.woobt-count:after {
content: ")";
}
.woobt-qty {
width: 60px;
text-align: center;
}
.woobt-product .woobt-quantity-input .qty, .woobt-product .woobt-quantity-input .woobt-qty {
width: 100%;
min-width: 40px;
}
.woobt-quantity-input .qty, .woobt-quantity-input .woobt-qty {
width: 100%;
min-width: 40px;
height: 40px;
line-height: 38px;
padding: 0 10px;
box-shadow: none;
border-width: 1px 0;
border-style: solid;
border-color: #e5e5e5;
border-radius: 0;
background-color: #fefefe;
-moz-appearance: textfield;
}
.woobt-product .woobt-quantity-input .qty:focus, .woobt-product .woobt-quantity-input .woobt-qty:focus {
outline: none;
outline-color: transparent;
}
.woobt-quantity-input input::-webkit-outer-spin-button, .woobt-quantity-input input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.woobt-quantity-input-plus:hover, .woobt-quantity-input-minus:hover {
background-color: #f0f0f0;
}
@media only screen and (max-width: 767px) {
.woobt-wrap-responsive .woobt-products .woobt-product {
display: flex;
flex-direction: column;
text-align: center;
padding: 20px 0;
}
.woobt-wrap-responsive .woobt-products .woobt-product > div {
padding: 5px 0 !important;
width: auto !important;
flex-basis: 0 !important;
max-width: 100% !important;
}
.woobt-wrap-responsive .woobt-products .woobt-product .woobt-thumb {
text-align: center;
flex-basis: 0;
}
.woobt-wrap-responsive .woobt-products .woobt-product .woobt-thumb img {
width: 80px;
display: block;
margin: 0 auto;
}
.woobt-wrap-responsive .woobt-products .woobt-product .woobt-price {
width: auto;
flex-basis: 0;
}
.woobt-wrap-responsive .woobt-products .woobt-product .variations_form .variations {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.woobt-wrap-responsive .woobt-products .woobt-product .variations_form .variations .variation {
max-width: 100%;
margin-right: 0 !important;
}
.woobt-wrap-responsive .woobt-products .woobt-product .variations_form .variations .variation select {
text-align-last: center;
}
} .woobt-products[class*=woobt-products-layout-grid] {
display: flex;
flex-wrap: wrap;
margin-left: -10px;
margin-right: -10px;
border: none;
}
.woobt-products[class*=woobt-products-layout-grid] .woobt-item-text {
width: 100%;
margin: 10px;
padding: 10px 0;
}
.woobt-products[class*=woobt-products-layout-grid] .woobt-product {
width: calc(50% - 20px);
margin: 10px;
padding: 10px;
border: 1px solid #dddddd;
font-size: 14px;
text-align: center;
position: relative;
display: flex;
flex-direction: column;
justify-content: start;
}
.woobt-products[class*=woobt-products-layout-grid] .woobt-product:hover {
border-color: green;
}
.woobt-products[class*=woobt-products-layout-grid] .woobt-product .woobt-title-inner {
font-weight: 700;
}
.woobt-products.woobt-products-layout-grid-1 .woobt-product {
width: calc(100% - 20px);
}
.woobt-products.woobt-products-layout-grid-3 .woobt-product {
width: calc(33.3333333333% - 20px);
}
.woobt-products.woobt-products-layout-grid-4 .woobt-product {
width: calc(25% - 20px);
}
.woobt-products[class*=woobt-products-layout-grid] .woobt-product > div {
width: 100% !important;
flex: 0 0 auto !important;
text-align: center;
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
margin-bottom: 5px;
}
.woobt-products[class*=woobt-products-layout-grid] .woobt-product > div:last-child {
margin-bottom: 0;
}
.woobt-products[class*=woobt-products-layout-grid] .woobt-product .woobt-quantity-input {
justify-content: center;
}
.woobt-products[class*=woobt-products-layout-grid] .woobt-product select {
text-align: center;
}
.woobt-products[class*=woobt-products-layout-grid] .woobt-product .variations_form .variations .reset {
display: none;
}
@media only screen and (max-width: 767px) {
.woobt-products[class*=woobt-products-layout-grid] .woobt-product {
width: calc(50% - 20px);
}
}
@media only screen and (max-width: 479px) {
.woobt-products[class*=woobt-products-layout-grid] .woobt-product {
width: calc(100% - 20px);
}
} .woobt-products[class*=woobt-products-layout-carousel] {
display: flex;
flex-wrap: wrap;
margin-left: -10px;
margin-right: -10px;
border: none;
}
.woobt-products[class*=woobt-products-layout-carousel] .woobt-item-text {
width: 100%;
margin: 10px;
padding: 10px 0;
}
.woobt-products[class*=woobt-products-layout-carousel] .woobt-product {
width: calc(33% - 20px);
margin: 10px;
padding: 10px;
border: 1px solid #dddddd;
font-size: 14px;
text-align: center;
position: relative;
display: flex;
flex-direction: column;
justify-content: start;
}
.woobt-products[class*=woobt-products-layout-carousel] .woobt-product:hover {
border-color: green;
}
.woobt-products[class*=woobt-products-layout-carousel] .woobt-product .woobt-title-inner {
font-weight: 700;
}
.woobt-products.woobt-products-layout-carousel-1 .woobt-product {
width: calc(100% - 20px);
}
.woobt-products.woobt-products-layout-carousel-3 .woobt-product {
width: calc(33.3333333333% - 20px);
}
.woobt-products.woobt-products-layout-carousel-4 .woobt-product {
width: calc(25% - 20px);
}
.woobt-products[class*=woobt-products-layout-carousel] .woobt-product > div {
width: 100% !important;
flex: 0 0 auto !important;
text-align: center;
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
margin-bottom: 5px;
}
.woobt-products[class*=woobt-products-layout-carousel] .woobt-product > div:last-child {
margin-bottom: 0;
}
.woobt-products[class*=woobt-products-layout-carousel] .woobt-product .woobt-quantity-input {
justify-content: center;
}
.woobt-products[class*=woobt-products-layout-carousel] .woobt-product select {
text-align: center;
}
.woobt-products[class*=woobt-products-layout-carousel] .woobt-product .variations_form .variations .reset {
display: none;
}
.woobt-products[class*=woobt-products-layout-carousel] {
display: none !important;
}
.woobt-products[class*=woobt-products-layout-carousel].woobt-carousel, .woobt-products[class*=woobt-products-layout-carousel].woobt-no-carousel {
display: flex !important;
}
.woobt-carousel .slick-dots {
display: block;
width: 100%;
list-style: none;
text-align: center;
margin: 0;
padding: 0;
}
.woobt-carousel .slick-dots li {
display: inline-block;
margin: 0 5px;
font-size: 0;
}
.woobt-carousel .slick-dots li button {
width: 8px;
height: 8px;
border-radius: 4px;
padding: 0;
font-size: 0;
line-height: 0;
border: none;
background-color: rgba(0, 0, 0, 0.3);
outline: none;
overflow: hidden;
}
.woobt-carousel .slick-dots li.slick-active button {
background-color: rgb(0, 0, 0);
}
.woobt-carousel .slick-arrow {
width: 44px;
height: 44px;
line-height: 42px;
text-align: center;
padding: 0 0 0 0;
margin: 0 0 0 0;
overflow: hidden;
position: absolute;
top: 50%;
transform: translateY(-50%);
font-size: 0;
color: #222;
background-color: #fff;
border-radius: 0;
border: 1px solid #ddd;
z-index: 8;
opacity: 0;
visibility: hidden;
}
.woobt-carousel:hover .slick-arrow {
opacity: 1;
visibility: visible;
}
.woobt-carousel .slick-arrow:hover {
color: #fff;
background-color: rgba(0, 0, 0, 0.5);
}
.woobt-carousel .slick-arrow:before {
font-size: 24px;
line-height: 44px;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
speak: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.woobt-carousel .slick-arrow:focus {
outline: none;
}
.woobt-carousel .slick-arrow.slick-prev {
left: 10px;
}
.woobt-carousel .slick-arrow.slick-prev:before {
content: "‹";
}
.woobt-carousel .slick-arrow.slick-next {
right: 10px;
}
.woobt-carousel .slick-arrow.slick-next:before {
content: "›";
} .woobt-wrap.woobt-layout-compact .woobt-inner {
display: flex;
align-items: center;
flex-wrap: nowrap;
margin: 0 0 15px 0;
}
.woobt-wrap.woobt-layout-compact .woobt-inner .woobt-text {
margin: 0 0 10px 0;
}
.woobt-wrap.woobt-layout-compact .woobt-inner .woobt-alert {
display: none !important;
}
.woobt-wrap.woobt-layout-compact .woobt-inner .woobt-products {
display: flex;
flex-wrap: nowrap;
max-width: 100%;
overflow-x: auto;
margin: 0 10px 0 -10px;
border: none;
}
.woobt-wrap.woobt-layout-compact .woobt-inner .woobt-products .woobt-product {
min-width: 100px;
max-width: 200px;
margin: 10px;
padding: 10px;
border: 1px solid #dddddd;
font-size: 14px;
text-align: center;
position: relative;
display: flex;
flex-direction: column;
justify-content: start;
}
.woobt-wrap.woobt-layout-compact .woobt-inner .woobt-products .woobt-product:before {
content: "+";
position: absolute;
top: 50%;
right: -20px;
transform: translate3d(-50%, -50%, 0);
}
.woobt-wrap.woobt-layout-compact .woobt-inner .woobt-products .woobt-product:last-child:before {
content: "";
display: none;
}
.woobt-wrap.woobt-layout-compact .woobt-inner .woobt-products .woobt-product > div {
width: 100%;
flex: 0 0 auto;
text-align: center;
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
margin-bottom: 5px;
}
.woobt-wrap.woobt-layout-compact .woobt-inner .woobt-products .woobt-product .woobt-choose {
position: absolute;
width: auto;
top: 10px;
right: 10px;
}
body.rtl .woobt-wrap.woobt-layout-compact .woobt-inner .woobt-products {
margin: 0 -10px 0 10px;
}
body.rtl .woobt-wrap.woobt-layout-compact .woobt-inner .woobt-products .woobt-product:first-child:before {
display: none;
}
body.rtl .woobt-wrap.woobt-layout-compact .woobt-inner .woobt-products .woobt-product:last-child:before {
content: "+";
display: block;
}
.woobt-wrap.woobt-layout-compact .woobt-inner .woobt-actions .single_add_to_cart_button {
white-space: nowrap;
margin: 0 !important;
}.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}td.wishlist-empty{
text-align: center!important;
padding: 50px;
font-size: 2em;
}
.wishlist_table .add_to_cart{
line-height: 1.3;
padding: 7px 10px;
} #yith-wcwl-popup-message{
background: #fff;
border: 1px solid #dddddd;
padding: 15px 0;
font-size: 120%;
position: fixed;
text-align: center;
top: 50%;
left: 50%;
transform: translateX(50%);
width: 300px;
z-index: 10000; }
.wishlist-icon{
position: relative;
}
.wishlist-popup {
opacity: 0;
max-height: 0;
position: absolute;
overflow: hidden;
padding: 5px;
margin-top: -10px;
border-radius: 5px;
line-height: 1.3;
text-align: center;
font-size: .9em;
top:100%;
background-color: rgba(0,0,0,.8);
right:0;
color:#FFF;
transition: opacity .3s, max-height .3s;
transition-delay: .3s;
}
.wishlist-popup:after {
bottom: 100%;
right: 10px;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(136, 183, 213, 0);
border-bottom-color: rgba(0,0,0,.8);
border-width: 10px;
margin-left: -10px;
}
.wishlist-icon:hover .wishlist-popup{
opacity: 1;
max-height: 200px;
overflow-y: auto;
}
.wishlist-popup a{
color:#ccc;
display: block;
}
.wishlist-popup a:hover{
color:#FFF;
}
.wishlist-icon.added:after{
background-color:red;
transform: translateY(-3px);
}
.wishlist-popup .ajax-loading,
.wishlist-popup .feedback{
display: none!important;
}
.wishlist-title {
margin-bottom: 20px;
}
#yith-wcwl-form .hidden-title-form,
#yith-wcwl-form .hide-title-form i,
.wishlist-title .button {
display: none;
} @media screen and (max-width: 768px) {
.wishlist-title,
.wishlist-empty,
.yith_wcwl_wishlist_footer {
text-align: center;
}
.share-icons-title {
display: none;
}
}
.wishlist_table.mobile {
list-style: none;
}
.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;
}
.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;
}
.rtl .wishlist_table.mobile li .item-wrapper .product-thumbnail {
margin-right: 0;
margin-left: 10px;
}
.wishlist_table.mobile li .item-wrapper .item-details {
display: inline-block;
width: calc(100% - 74px);
vertical-align: top;
}
.wishlist_table.mobile.with-checkbox li .additional-info-wrapper {
padding-left: 20px;
}
.rtl .wishlist_table.mobile.with-checkbox li .additional-info-wrapper {
padding-left: 0;
padding-right: 20px;
}
.wishlist_table.mobile li .additional-info-wrapper {
border-bottom: 1px solid #ececec;
width: calc(100% - 25px);
}
.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: 20px;
}
.wishlist_table.mobile .button.add_to_cart_button {
margin: 0;
}
.wishlist_table.mobile td {
border-bottom: none;
padding: 3px 0;
}
.wishlist_table.mobile li[id^="yith-wcwl-row-"] {
position: relative;
margin-top: 20px;
}
.wishlist_table.mobile .product-remove {
position: absolute;
top: 5px;
left: -12px;
width: 24px;
height: 24px;
line-height: 18px;
font-size: 18px;
border-radius: 100%;
color: #ccc;
font-weight: bold;
text-align: center;
border: 2px solid currentColor;
}
.rtl .wishlist_table.mobile .product-remove {
left: unset;
right: -12px;
}
.wishlist_table.mobile .product-remove a {
position: unset;
}
.wishlist_table.mobile .product-remove a i {
display: none;
}
.wishlist_table.mobile .product-remove a:after {
content: '×';
color: #ccc;
}
.ux-swatch{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-shadow:0 0 0 .07rem #d5d5d5;box-shadow:0 0 0 .07rem #d5d5d5;cursor:pointer;position:relative;white-space:nowrap;margin:5px 10px 5px 0}.ux-swatch:hover:not(.selected):not(.disabled){-webkit-box-shadow:0 0 0 .07rem #999;box-shadow:0 0 0 .07rem #999}.ux-swatch.selected{-webkit-box-shadow:0 0 0 .1rem #d26e4b;box-shadow:0 0 0 .1rem #d26e4b}.ux-swatch.disabled{cursor:default;opacity:.5}.ux-swatch__color{height:100%;width:100%}.ux-swatch__color--single-color{background:var(--swatch-color)}.ux-swatch__color--dual-color{background:-o-linear-gradient(315deg, var(--swatch-color) 50%, var(--swatch-color-secondary) 50%);background:linear-gradient(135deg, var(--swatch-color) 50%, var(--swatch-color-secondary) 50%)}.ux-swatch--image,.ux-swatch--color{width:30px;height:30px;padding:2px}.ux-swatch--label{min-width:30px;min-height:30px;padding:0 8px;font-size:14px}.ux-swatch--image.disabled:before,.ux-swatch--color.disabled:before{position:absolute;content:"";width:100%;height:1px;background:#000 !important;left:0;top:50%;right:0;bottom:0;border:0;margin:0 !important;padding:0 !important;min-width:auto;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.ux-swatch--label.disabled{background:-webkit-gradient(linear, right bottom, left top, from(transparent), color-stop(black), to(transparent));background:-o-linear-gradient(bottom right, transparent calc(50% - .031rem), black, transparent calc(50% + 0.031rem));background:linear-gradient(to top left, transparent calc(50% - .031rem), black, transparent calc(50% + 0.031rem))}.dark .ux-swatch--image.disabled:before,.dark .ux-swatch--color.disabled:before{background:#fff !important}.dark .ux-swatch--label.disabled{background:-webkit-gradient(linear, right bottom, left top, from(transparent), color-stop(white), to(transparent));background:-o-linear-gradient(bottom right, transparent calc(50% - .031rem), white, transparent calc(50% + 0.031rem));background:linear-gradient(to top left, transparent calc(50% - .031rem), white, transparent calc(50% + 0.031rem))}.ux-swatch--image .ux-swatch__text,.ux-swatch--color .ux-swatch__text{display:none}.ux-swatches{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.ux-swatches--rounded *{border-radius:2px}.ux-swatches--circle *{border-radius:50%}.ux-swatches--circle .ux-swatch--label{border-radius:100px}.ux-swatches--circle .ux-swatch__color--dual-color{background:-webkit-gradient(linear, left top, left bottom, color-stop(50%, var(--swatch-color)), color-stop(50%, var(--swatch-color-secondary)));background:-o-linear-gradient(top, var(--swatch-color) 50%, var(--swatch-color-secondary) 50%);background:linear-gradient(180deg, var(--swatch-color) 50%, var(--swatch-color-secondary) 50%)}.ux-swatches--x-small .ux-swatch--image,.ux-swatches--x-small .ux-swatch--color{width:15px;height:15px}.ux-swatches--small .ux-swatch--image,.ux-swatches--small .ux-swatch--color{width:20px;height:20px}.ux-swatches--large .ux-swatch--image,.ux-swatches--large .ux-swatch--color{width:45px;height:45px}.ux-swatches--x-large .ux-swatch--image,.ux-swatches--x-large .ux-swatch--color{width:70px;height:70px}.ux-swatches--x-small .ux-swatch--label{min-width:15px;min-height:15px;padding:2px 8px}.ux-swatches--small .ux-swatch--label{min-width:20px;min-height:20px;padding:2px 8px}.ux-swatches--large .ux-swatch--label{min-width:45px;min-height:45px;padding:0 10px}.ux-swatches--x-large .ux-swatch--label{min-width:70px;min-height:70px;padding:0 15px}.ux-swatches__limiter{font-size:.8rem;cursor:pointer}.ux-swatches-in-loop{width:100%;margin-bottom:.5em}.ux-swatches-in-loop .ux-swatch{margin:4px 8px 4px 0}.ux-swatch-active .back-image{display:none}.has-hover .ux-swatch-active [class*=image-] img,.has-hover:hover .ux-swatch-active [class*=image-] img{-webkit-transform:none;-ms-transform:none;transform:none;-webkit-filter:none;filter:none;opacity:1}.text-center .variations td.label,.text-center .ux-swatches{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.text-right .variations td.label,.text-right .ux-swatches{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.text-center .ux-swatch:last-child,.text-right .ux-swatch:last-child{margin-right:0}.text-center .ux-swatches-in-loop .ux-swatch,.text-center .ux-swatch+.ux-swatches__limiter{margin-left:4px;margin-right:4px}.ux-swatch-widget-layered-nav-list__graphic{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;max-width:20px;height:20px;margin-right:10px;padding:0}.chosen .ux-swatch-widget-layered-nav-list__graphic:before{font-family:"fl-icons";content:"";position:absolute;top:2px;right:0;bottom:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;font-size:12px}.vi-wpvs-variation-wrap-wrap{max-width:100%;padding-left:8px}.vi-wpvs-hidden,.vi_wpvs_loop_variation_hidden{display:none!important;visibility:hidden!important}.vi-wpvs-select-attribute{display:none!important;visibility:hidden}select option.vi-wpvs-option-disabled{display:none;visibility:hidden}.vi-wpvs-variation-wrap{max-width:100%;display:inline-flex;flex-wrap:wrap;text-align:center;justify-content:flex-start}.vi-wpvs-variation-wrap .vi-wpvs-option-wrap{width:auto;height:auto;align-items:center;justify-content:center;display:flex;margin:5px 12px 8px 0;cursor:pointer;position:relative;transition:all 30ms ease-in-out}.vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-select .vi-wpvs-option-wrap.vi-wpvs-option-wrap-backorders .vi-wpvs-option,.vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-select .vi-wpvs-option-wrap.vi-wpvs-option-wrap-backorders-attribute .vi-wpvs-option,.vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-select .vi-wpvs-option-wrap.vi-wpvs-option-wrap-out-of-stock .vi-wpvs-option,.vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-select .vi-wpvs-option-wrap.vi-wpvs-option-wrap-out-of-stock-attribute .vi-wpvs-option,.vi-wpvs-variation-wrap:not(.vi-wpvs-variation-wrap-select) .vi-wpvs-option-wrap.vi-wpvs-option-wrap-backorders-attribute>:not(.vi-wpvs-option-tooltip),.vi-wpvs-variation-wrap:not(.vi-wpvs-variation-wrap-select) .vi-wpvs-option-wrap.vi-wpvs-option-wrap-backorders>:not(.vi-wpvs-option-tooltip),.vi-wpvs-variation-wrap:not(.vi-wpvs-variation-wrap-select) .vi-wpvs-option-wrap.vi-wpvs-option-wrap-out-of-stock-attribute>:not(.vi-wpvs-option-tooltip),.vi-wpvs-variation-wrap:not(.vi-wpvs-variation-wrap-select) .vi-wpvs-option-wrap.vi-wpvs-option-wrap-out-of-stock>:not(.vi-wpvs-option-tooltip){opacity:.5}.vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-loop .vi-wpvs-option-wrap{margin:0 8px 8px 0}.vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-button .vi-wpvs-option-wrap{padding:0 5px}.vi-wpvs-variation-wrap .vi-wpvs-option-wrap .vi-wpvs-option{margin:auto;max-width:100%;max-height:100%;overflow:hidden;display:flex;align-items:center;justify-content:center;line-height:normal;-ms-transform:translateZ(0);-webkit-transform:translateZ(0);transform:translateZ(0)}.vi-wpvs-variation-wrap .vi-wpvs-option-wrap.vi-wpvs-option-wrap-disable{cursor:not-allowed;overflow:hidden;border-color:rgba(192,185,200,.26);z-index:1}.vi-wpvs-variation-wrap .vi-wpvs-option-wrap.vi-wpvs-option-wrap-disable::after,.vi-wpvs-variation-wrap .vi-wpvs-option-wrap.vi-wpvs-option-wrap-disable::before{display:none;position:absolute;left:0;width:100%;height:1px;z-index:2;content:'';background:#ff3136}.vi-wpvs-variation-wrap .vi-wpvs-option-wrap.vi-wpvs-option-wrap-disable::before{transform:rotate(-45deg)}.vi-wpvs-variation-wrap .vi-wpvs-option-wrap.vi-wpvs-option-wrap-disable::after{transform:rotate(45deg)}.vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-radio .vi-wpvs-option-wrap label.vi-wpvs-option,.woocommerce div.product form.cart .variations label.vi-wpvs-option{margin:0;cursor:pointer}.vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-radio .vi-wpvs-option-wrap input{cursor:pointer;margin:auto 5px auto auto}.vi-wpvs-variation-wrap .vi-wpvs-option-wrap:last-child{margin-right:0}.vi-wpvs-variation-wrap .vi-wpvs-option-wrap .vi-wpvs-option.vi-wpvs-option-color,.vi-wpvs-variation-wrap .vi-wpvs-option-wrap .vi-wpvs-option.vi-wpvs-option-image{width:100%;height:100%;max-height:100%;max-width:100%;margin:0!important}.vi-wpvs-variation-wrap .vi-wpvs-option-wrap:hover .vi-wpvs-option-tooltip{visibility:visible;opacity:1}.vi-wpvs-variation-wrap .vi-wpvs-option-wrap .vi-wpvs-option-tooltip{visibility:hidden;opacity:0;position:absolute;z-index:5;pointer-events:none;text-align:center;transition:all .3s linear}.vi-wpvs-variation-wrap .vi-wpvs-option-wrap .vi-wpvs-option-tooltip::after,.vi-wpvs-variation-wrap .vi-wpvs-option-wrap .vi-wpvs-option-tooltip::before{content:"";position:absolute;z-index:10;transition:all .3ms linear}.vi-wpvs-variation-wrap .vi-wpvs-option-wrap:hover .vi-wpvs-option-tooltip-top{bottom:120%}.vi-wpvs-variation-wrap .vi-wpvs-option-wrap .vi-wpvs-option-tooltip-top{bottom:150%;left:50%;transform:translate(-50%,0)}.vi-wpvs-variation-wrap .vi-wpvs-option-wrap .vi-wpvs-option-tooltip-top::after,.vi-wpvs-variation-wrap .vi-wpvs-option-wrap .vi-wpvs-option-tooltip-top::before{top:100%;left:50%}.vi-wpvs-variation-wrap .vi-wpvs-option-wrap:hover .vi-wpvs-option-tooltip-bottom{top:120%}.vi-wpvs-variation-wrap .vi-wpvs-option-wrap .vi-wpvs-option-tooltip-bottom{top:150%;left:50%;transform:translate(-50%,0)}.vi-wpvs-variation-wrap .vi-wpvs-option-wrap .vi-wpvs-option-tooltip-bottom::after,.vi-wpvs-variation-wrap .vi-wpvs-option-wrap .vi-wpvs-option-tooltip-bottom::before{bottom:100%;left:50%}.vi-wpvs-variation-wrap .vi-wpvs-option-wrap:hover .vi-wpvs-option-tooltip-left{right:120%}.vi-wpvs-variation-wrap .vi-wpvs-option-wrap .vi-wpvs-option-tooltip-left{top:50%;right:150%;transform:translate(0,-50%)}.vi-wpvs-variation-wrap .vi-wpvs-option-wrap .vi-wpvs-option-tooltip-left::after,.vi-wpvs-variation-wrap .vi-wpvs-option-wrap .vi-wpvs-option-tooltip-left::before{top:50%;left:100%}.vi-wpvs-variation-wrap .vi-wpvs-option-wrap:hover .vi-wpvs-option-tooltip-right{left:120%}.vi-wpvs-variation-wrap .vi-wpvs-option-wrap .vi-wpvs-option-tooltip-right{top:50%;left:150%;transform:translate(0,-50%)}.vi-wpvs-variation-wrap .vi-wpvs-option-wrap .vi-wpvs-option-tooltip-right::after,.vi-wpvs-variation-wrap .vi-wpvs-option-wrap .vi-wpvs-option-tooltip-right::before{top:50%;right:100%}.vi_variation_container{display:flex;align-items:center;margin:unset}.vi_variation_container .vi-wpvs-variation-wrap-loop.vi-wpvs-variation-wrap{padding-left:0}.vi_variation_container .vi-wpvs-option-wrap.vi-wpvs-product-link{background:#e2e2e2!important;box-shadow:0 0 0 1px #ddd!important}.vi_variation_container .vi-wpvs-option-wrap.vi-wpvs-product-link .vi-wpvs-option{justify-content:center}.vi-wpvs-variation-style{max-width:100%;width:100%;display:grid!important;border:unset!important;grid-auto-columns:auto;grid-auto-rows:auto;margin-bottom:10px;height:auto!important;background:0 0!important}.woocommerce div.product div.summary form.cart.variations_form .variations ul.vi-wpvs-variation-style,.woocommerce-page div.product div.summary form.cart.variations_form .variations ul.vi-wpvs-variation-style{margin-bottom:10px}.vi-wpvs-variation-style.vi-wpvs-variation-style-vertical{grid-template-columns:auto;grid-gap:0}.woocommerce .variations_form.vi_wpvs_variation_form .vi-wpvs-variation-style td,.woocommerce-page .variations_form.vi_wpvs_variation_form .vi-wpvs-variation-style td{width:100%;border:unset}.vi-wpvs-variation-style.vi-wpvs-variation-style-horizontal{grid-template-columns:2fr 8fr;grid-gap:8px;align-items:center;justify-items:stretch}.vi-wpvs-variation-style .vi-wpvs-variation-style-content:not(.vi_variation_container){margin:unset!important;background:0 0}.vi-wpvs-variation-style .vi-wpvs-variation-wrap-wrap{padding-left:unset}.variations .vi-wpvs-variation-style a.reset_variations{bottom:100%}.vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-select{max-width:100%;width:100%}.vi-wpvs-variation-wrap .vi-wpvs-variation-wrap-select-wrap{border:unset;min-width:160px;position:relative;max-width:100%;width:100%}.vi-wpvs-variation-wrap .vi-wpvs-variation-wrap-select-wrap .vi-wpvs-variation-button-select{border:1px solid #ccc;width:auto;text-align:left;position:relative;padding-left:8px;color:#222}.vi-wpvs-variation-wrap .vi-wpvs-variation-wrap-select-wrap .vi-wpvs-variation-button-select::after{content:'';color:inherit;border-width:5px;border-style:solid;border-color:#222 transparent transparent;position:absolute;top:50%;margin-top:-3px;right:10px}.vi-wpvs-variation-wrap .vi-wpvs-variation-wrap-select-wrap .vi-wpvs-variation-button-select>span{margin-right:20px}.vi-wpvs-variation-wrap-option-available{z-index:9999999999;position:absolute;visibility:visible}.vi-wpvs-variation-wrap-select-top{bottom:100%;border-bottom:unset}.vi-wpvs-variation-wrap-select-bottom{top:100%;border-top:unset}.vi-wpvs-variation-wrap-option-available .vi-wpvs-variation-wrap-option{visibility:visible;width:100%;left:0;border:1px solid #ccc;border-top:none;display:grid;grid-template-columns:auto;grid-auto-columns:auto;grid-auto-rows:auto;transition:visibility 300ms ease;max-height:300px;overflow-x:hidden;overflow-y:visible}.vi-wpvs-variation-wrap-select-wrap .vi-wpvs-variation-wrap-option::-webkit-scrollbar{width:7px}.vi-wpvs-variation-wrap-select-wrap .vi-wpvs-variation-wrap-option::-webkit-scrollbar-track{background:#f1f1f1;margin-top:2px;margin-bottom:2px}.vi-wpvs-variation-wrap-select-wrap .vi-wpvs-variation-wrap-option::-webkit-scrollbar-thumb{background:#cecece;border-radius:20px}.vi-wpvs-variation-wrap-select-wrap .vi-wpvs-variation-wrap-option::-webkit-scrollbar-thumb:hover{background:#a6a6a6}.vi-wpvs-variation-wrap .vi-wpvs-variation-wrap-option .vi-wpvs-option-wrap{width:100%;margin:0;justify-content:flex-start}.vi-wpvs-variation-wrap .vi-wpvs-variation-wrap-option .vi-wpvs-option-wrap .vi-wpvs-option{margin:unset;width:100%;height:100%;line-height:normal;text-align:left}.vi-wpvs-select-hidden{visibility:hidden!important;z-index:-1!important}.vi-wpvs-variation-wrap .vi-wpvs-option-wrap.vi-wpvs-option-wrap-disable::after,.vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-slider .vi-wpvs-option-wrap.vi-wpvs-option-wrap-disable::before{bottom:50%}.vi-wpvs-label-selected{margin-left:10px}.vi-wpvs-variation-style.vi-wpvs-variation-style-rtl{direction:rtl}.vi-wpvs-variation-style.vi-wpvs-variation-style-rtl .vi-wpvs-variation-wrap-wrap{float:right}.vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-rtl:not(.vi-wpvs-variation-wrap-loop) .vi-wpvs-option-wrap{margin:5px 0 8px 12px!important}.vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-rtl .vi-wpvs-option-wrap:last-child{margin-left:0!important}.vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-loop.vi-wpvs-variation-wrap-rtl .vi-wpvs-option-wrap{margin:0 0 8px 8px!important}.vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-rtl .vi-wpvs-variation-wrap-select-wrap,.vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-rtl .vi-wpvs-variation-wrap-select-wrap .vi-wpvs-variation-button-select,.vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-rtl .vi-wpvs-variation-wrap-select-wrap .vi-wpvs-variation-button-select>span,.vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-rtl .vi-wpvs-variation-wrap-select-wrap .vi-wpvs-variation-wrap-option .vi-wpvs-option-wrap,.vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-rtl .vi-wpvs-variation-wrap-select-wrap .vi-wpvs-variation-wrap-option .vi-wpvs-option-wrap .vi-wpvs-option{text-align:right;justify-content:flex-end}.vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-rtl .vi-wpvs-variation-wrap-select-wrap .vi-wpvs-variation-button-select::after{border-width:0;border-color:transparent}.vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-rtl .vi-wpvs-variation-wrap-select-wrap .vi-wpvs-variation-button-select::before{content:'';color:inherit;border-width:5px;border-style:solid;border-color:#222 transparent transparent;position:absolute;top:50%;margin-top:-3px;left:10px}.vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-rtl .vi-wpvs-variation-wrap-select-wrap .vi-wpvs-variation-button-select>span{margin-right:0;margin-left:20px}.woocommerce .elementor-element form.cart.vi_wpvs_variation_form .variations{width:100%!important;max-width:100%!important}.woocommerce div.product.elementor form.cart table.variations tr.vi-wpvs-variation-style{display:grid!important}.swatches-select.swatches-on-single,.woocommerce div.product.elementor form.cart table.variations td.value.vi-wpvs-variation-style-content:before{display:none!important}.single-product .product .variations .vi-wpvs-variation-wrap-viwpvs_default select{max-width:100%}