@charset 'UTF-8';
@charset 'UTF-8';
@charset 'UTF-8';
@charset 'UTF-8';


:root, ::before, ::after
{ --gc-clr-accent: #ff4e74;
--gc-clr-accent-hover: #fd1f4f;  --gc-bdrs-accent: 5px;  --gc-clr-body: #333;
--gc-bgc-body: #fff;
--gc-bgi-body: ;
--gc-ff-body: 'Inter', sans-serif;
--gc-fs-body: 18px;  --gc-box-width: 1140px;
--gc-box-padding: 15px;  --gc-sect-margin: 50px;
--gc-sect-padding: 50px;  --gc-trs-speed: .3s;
--gc-trs-link: color var(--gc-trs-speed), background-color var(--gc-trs-speed);
--gc-trs-btn: color var(--gc-trs-speed), background-color var(--gc-trs-speed), border-color var(--gc-trs-speed); }
 :where(body.gc-reset-css)                                      { margin: 0 }
:where(.gc-reset-css h1:not(.gc-reset-css-disable h1))         { margin: 0 }
:where(.gc-reset-css h2:not(.gc-reset-css-disable h2))         { margin: 0 }
:where(.gc-reset-css h3:not(.gc-reset-css-disable h3))         { margin: 0 }
:where(.gc-reset-css h4:not(.gc-reset-css-disable h4))         { margin: 0 }
:where(.gc-reset-css h5:not(.gc-reset-css-disable h5))         { margin: 0 }
:where(.gc-reset-css h6:not(.gc-reset-css-disable h6))         { margin: 0 }
:where(.gc-reset-css p:not(.gc-reset-css-disable p))           { margin: 0 }
:where(.gc-reset-css figure:not(.gc-reset-css-disable figure)) { margin: 0 }
:where(.gc-reset-css a:not(.gc-reset-css-disable a))
{
box-sizing: border-box;
color: inherit;
text-decoration: none
}
:where(.gc-reset-css img:not(.gc-reset-css-disable img))
{
display: block;
max-width: 100%;
height: auto
}
:where(.gc-reset-css video:not(.gc-reset-css-disable video))
{
display: block;
object-fit: cover
}
:where(.gc-reset-css iframe:not(.gc-reset-css-disable iframe))
{
display: block;
border: none
}
:where(.gc-reset-css canvas:not(.gc-reset-css-disable canvas))
{
box-sizing: border-box;
display: block
}
:where(.gc-reset-css button:not(.gc-reset-css-disable button))
{
cursor: pointer;
letter-spacing: inherit;
color: inherit;
background: none;
border: 0;
padding: 0
}
:where(.gc-reset-css button:not(.gc-reset-css-disable button)),
:where(.gc-reset-css input:not(.gc-reset-css-disable input))
{
box-sizing: border-box;
font-family: inherit;
font-size: inherit;
color: inherit
}
:where(.gc-reset-css input:not(.gc-reset-css-disable input))
{
background: none;
border: 0;
margin: 0;
padding: 0
}
:where(.gc-reset-css input[type="submit"]:not(.gc-reset-css-disable input[type="submit"]))     { cursor: pointer }
:where(.gc-reset-css input[type="button"]:not(.gc-reset-css-disable input[type="button"]))     { cursor: pointer }
:where(.gc-reset-css input[type="checkbox"]:not(.gc-reset-css-disable input[type="checkbox"])) { cursor: pointer }
:where(.gc-reset-css input[type="radio"]:not(.gc-reset-css-disable input[type="radio"]))       { cursor: pointer }
:where(.gc-reset-css textarea:not(.gc-reset-css-disable textarea))
{
box-sizing: border-box;
font-family: inherit;
font-size: inherit;
background: none;
border: 0;
margin: 0;
padding: 0;
resize: vertical
}
:where(.gc-reset-css select:not(.gc-reset-css-disable select))
{
font-family: inherit;
font-size: inherit;
color: inherit
}
:where(.gc-reset-css label:not(.gc-reset-css-disable label))
{
cursor: pointer;
user-select: none
}
:where(.gc-reset-css ul:not(.gc-reset-css-disable ul)),
:where(.gc-reset-css ol:not(.gc-reset-css-disable ol))
{
list-style: none;
margin: 0;
padding: 0
}
:where(.gc-reset-css address:not(.gc-reset-css-disable address))
{
font-style: normal
}
:where(.gc-reset-css hr:not(.gc-reset-css-disable hr))
{
border: none;
margin: 0
}
:where(.gc-reset-css summary:not(.gc-reset-css-disable summary))
{
list-style: none;
cursor: pointer
}
:where(.gc-reset-css summary::-webkit-details-marker:not(.gc-reset-css-disable summary::-webkit-details-marker))
{
display: none
}  :where(html)
{
overflow-x: hidden
}
:where(body)
{
overflow: hidden
}  :root, ::before, ::after
{
--gc-bdrs-rounded: 100vw;
--gc-bdrs-circle: 50%;
}  .gc-flrb-1 { filter: blur(1px) }
.gc-flrb-2 { filter: blur(2px) }
.gc-flrb-3 { filter: blur(3px) }
.gc-flrb-4 { filter: blur(4px) }
.gc-flrb-5 { filter: blur(5px) }
.gc-flrb-10 { filter: blur(10px) }
.gc-flrb-15 { filter: blur(15px) }
.gc-flrb-20 { filter: blur(20px) }
.gc-flrb-25 { filter: blur(25px) }
 :where(body.gc-body)
{
min-height: 100vh;
font-family: var(--gc-ff-body);
font-size: var(--gc-fs-body);
color: var(--gc-clr-body);
background-color: var(--gc-bgc-body);
background-image: var(--gc-bgi-body);
}  .gc-box
{
--_gc-box-padding: var(--gc-box-padding, 15px);
--_gc-box-width: var(--gc-box-width, 1320px);
max-width: calc(100% - ( var(--_gc-box-padding) * 2 ));
width: var(--_gc-box-width);
margin-inline: auto;
}
.gc-box-left
{
--_gc-box-padding: var(--gc-box-padding, 15px);
--_gc-box-width: var(--gc-box-width, 1320px);
margin-left: max( var(--_gc-box-padding), (100% - var(--_gc-box-width)) / 2 );
}
.gc-box-right
{
--_gc-box-padding: var(--gc-box-padding, 15px);
--_gc-box-width: var(--gc-box-width, 1320px);
margin-right: max( var(--_gc-box-padding), (100% - var(--_gc-box-width)) / 2 );
}  .gc-t2
{
font-family: "Comfortaa", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
font-size: 36px;
font-weight: 700;
line-height: 1.2;
}  .gc-t3
{
font-family: var(--gc-ff-body);
font-size: 30px;
font-weight: 600;
line-height: 120%;
color: #fff;
}  .gc-t6
{
font-family: var(--gc-ff-body);
font-size: 22px;
font-weight: 500;
line-height: 120%;
color: #fff;
}  .gc-p1
{
font-family: var(--gc-ff-body);
font-size: var(--gc-fs-body);
font-weight: 400;
line-height: 150%;
}  .gc-btn1
{
transition: var(--gc-trs-btn);
display: inline-block;
font-size: 12px;
font-weight: 500;
text-transform: uppercase;
text-align: center;
text-align: center;
letter-spacing: 0.3px;
color: var(--gc-clr-body);
border-radius: 25px;
border: 2px solid var(--gc-clr-body);
padding: 12px 30px;
}
.gc-btn1:is( :hover, :focus )
{
color: #fff;
background-color: var(--gc-clr-body);
}  .gc-illumination
{
--_color: var(--gc-clr-accent);
--_background: var(--_color);
--_box-shadow-color: var(--_color);
--_box-shadow-size: 6px;
background-color: var(--_background);
box-shadow: 0px 0px var(--_box-shadow-size) var(--_box-shadow-size) var(--_box-shadow-color);
}  .gc-cats-navbar
{
--_navbar-height: 50px;
--_offset-top: 30px;
min-height: var(--_navbar-height);
color: #fff;
margin-bottom: 30px;
padding-top: var(--_offset-top);
}
.gc-cats-navbar.gc-active
{
height: calc(var(--_navbar-height) + var(--_offset-top));
}
.gc-cats-navbar-slider
{
width: 100%;
height: var(--_navbar-height);
padding-inline: 18px;
}
.gc-cats-navbar.gc-active .gc-cats-navbar-slider
{
z-index: 10;
position: fixed;
top: 0;
max-width: calc(100% - var(--gc-box-padding) * 2);
width: var(--gc-box-width);
}
.gc-cats-navbar-sliderbox
{
gap: 30px;
} .gc-cats-navbar-slider-arrow
{
transition: opacity var(--gc-trs-speed);
width: 22px;
color: #fff;
background-color: var(--gc-clr-accent);
}
.gc-cats-navbar-slider-arrow::after
{
display: none;
}
.gc-cats-navbar-slider-prev
{
left: 0;
}
.gc-cats-navbar-slider-next
{
right: 0;
}
.gc-cats-navbar-slider-arrow.swiper-button-disabled,
.gc-cats-navbar-slider-arrow:not([tabindex])
{
opacity: 0;
} .gc-cats-navbar-slide
{
display: flex;
align-items: center;
width: fit-content;
margin-right: 0 !important;
}
.gc-cats-navbar-slide-link
{
display: flex;
align-items: center;
height: 100%;
font-size: 16px;
padding-inline: 5px;
gap: 8px;
user-select: none;
transition: var(--gc-trs-btn);
}
.gc-cats-navbar-slide-link:is( :hover, :focus )
{
background-color: rgb(253 31 79 / .4);
}
.gc-cats-navbar-slide-iconbox
{
display: flex;
align-items: center;
justify-content: center;
height: inherit;
flex-shrink: 0;
}
.woocommerce .gc-cats-navbar-slide-icon,
.gc-cats-navbar-slide-icon
{
height: inherit;
object-fit: scale-down;
}  .gc-footer
{
font-family: var(--gc-ff-body);
color: #fff;
background-color: #0d0d0d;
padding-block: 50px;
}
.gc-footer-base
{
display: flex;
justify-content: space-between;
gap: 15px;
}
@media screen and (max-width: 1024px)
{
.gc-footer-base
{
align-items: center;
flex-direction: column;
gap: 40px;
}
}
.gc-footer-logo
{
max-width: 267px;
margin-bottom: 20px;
}
.gc-footer-social
{
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
font-size: 19px;
gap: 15px;
}
.gc-footer-social a:is( :hover, :focus )
{
color: var(--gc-clr-accent-hover);
}
.gc-footer-nav
{
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 80px;
}
@media screen and (max-width: 576px)
{
.gc-footer-nav
{
justify-content: space-evenly;
width: 100%;
gap: 40px;
}
}
.gc-footer-menu-title
{
margin-bottom: 20px;
}
.gc-footer-menu-list
{
display: flex;
flex-direction: column;
gap: 12px;
}
.gc-footer-menu-list a:is( :hover, :focus )
{
color: var(--gc-clr-accent-hover);
}
.gc-footer-form-newsletter
{
margin-top: 25px;
}
.gc-footer-form-title
{
margin-bottom: 20px;
}
.gc-footer-form-newsletter .mc4wp-form
{
overflow: hidden;
width: fit-content;
margin: 0;
}
.gc-footer-form-newsletter .mc4wp-form-fields
{
display: flex;
align-items: center;
gap: 0;
}
.gc-footer-form-newsletter .mc4wp-form-fields > *
{
height: 100%;
margin: 0;
}
.gc-footer-form-newsletter .mc4wp-form-fields .email-label
{
border-radius: 100px 0 0 100px;
border: 1px solid #575757;
border-right: none;
}
.gc-footer-form-newsletter .mc4wp-form-fields .email-label input
{
font-size: 16px;
font-weight: 400;
color: #fff !important;
background-color: transparent;
border-radius: 0;
border: none;
}
.gc-footer-form-newsletter .mc4wp-form-fields .email-label input::placeholder
{
color: #868686;
}
.gc-footer-form-newsletter button[type=submit]
{
background-color: var(--gc-clr-accent) !important;
border-radius: 0px 100px 100px 0px;
}
.gc-footer-form-newsletter button[type=submit]:is( :hover, :focus )
{
background-color: var(--gc-clr-accent-hover) !important;
}
.gc-footer-form-text
{
max-width: 300px;
opacity: .7;
}
.gc-footer-info
{
margin-top: 80px;
}
.gc-footer-payment
{
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
gap: 12px;
}
.gc-footer-payment-link
{
transition: none;
display: flex;
align-items: center;
justify-content: center;
width: 65px;
height: 35px;
background-color: #2c2c2c;
border-radius: 5px;
padding: 7px;
gap: 0;
}
.gc-footer-payment-icon-paypal
{
width: 80px;
}
.gc-footer-payment-icon-venmo
{
width: 78px;
}
.gc-footer-payment-icon-mastercard
{
width: 111px;
}
.gc-footer-payment-icon-amex
{
width: 81px;
}
.gc-footer-payment-link:is( :hover, :focus )
{
--_background: var(--gc-clr-accent-hover) !important;
background-color: var(--gc-clr-accent-hover) !important;
}
.gc-footer-payment-link svg
{ height: 100%;
color: #a1a1a1;
}
.gc-footer-payment-link:is( :hover, :focus ) svg
{
color: #fff;
}
.gc-footer-copyright
{
font-size: 15px;
text-align: center;
margin-top: 20px;
opacity: 0.5;
}  .gc-age-verification
{
z-index: 10000;
display: flex;
flex-direction: column;
position: fixed;
top: 15%;
left: 50%;
color: #fff;
background-color: #0d0d0d;
border-radius: 5px;
border: 1px solid #2a2a2a;
padding: 50px 120px;
gap: 0;
translate: -50% 0;
}
.gc-age-verification-title
{
text-align: center;
}
.gc-age-verification-buttons
{
z-index: 10001;
display: flex;
align-items: center;
justify-content: center;
margin-top: 25px;
gap: 15px;
}
.gc-age-verification-button
{
transition: var(--gc-trs-button);
border-radius: 5px;
padding: 6px 20px;
}
.gc-age-verification-button:is( :hover, :focus )
{
background-color: var(--gc-clr-accent-hover) !important;
border-color: var(--gc-clr-accent-hover) !important;
}
.gc-age-verification-button-yes
{
background: var(--gc-clr-accent);
}
.gc-age-verification-button-no
{
border: 1px solid var(--gc-clr-accent);
}
.gc-age-verification-filter > #wrapper > *:not(.gc-age-verification)
{
filter: blur(20px);
}
.gc-age-verification-backdrop
{
z-index: 10000;
position: fixed;
top: 50%;
left: 50%;
width: 100vw;
height: 100vw;
translate: -50% -50%;
}  .gc-running-content
{
--_running-content-height: 40px;
position: relative;
min-height: var(--_running-content-height);
}
.gc-running-content-img
{
object-fit: contain;
position: absolute;
top: 50%;
left: 0;
translate: 0 -50%;
min-height: var(--_running-content-height);
animation: linear infinite;
animation-name: gc-running-content-run;
animation-duration: 12s;
z-index: 2;
}
@media screen and (max-width: 768px)
{
.gc-running-content-img
{
animation-duration: 10s;
}
}
@keyframes gc-running-content-run {
0% {
left: -100%;
}
100%
{
left: 100%;
}
}
 :where(*),
:where(*) ::before,
:where(*) ::after
{
min-width: 0
}
:where(html)
{
overflow-x: hidden
}
:where(body.gc-body)
{
overflow: hidden;
margin: 0
}
:where(h1.gc-reset),
:where(h2.gc-reset),
:where(h3.gc-reset),
:where(h4.gc-reset),
:where(h5.gc-reset),
:where(h6.gc-reset)
{
margin: 0
}
:where(.gc-reset-css) h1,
:where(.gc-reset-css) h2,
:where(.gc-reset-css) h3,
:where(.gc-reset-css) h4,
:where(.gc-reset-css) h5,
:where(.gc-reset-css) h6
{
margin: 0
}
:where(p.gc-reset),
:where(figure.gc-reset),
:where(.gc-reset-css) p,
:where(.gc-reset-css) figure
{
margin: 0
}
:where(a.gc-reset),
:where(.gc-reset-css) a
{
box-sizing: border-box;
color: inherit;
text-decoration: none
}
:where(img.gc-reset),
:where(.gc-reset-css) img
{
display: block;
max-width: 100%;
height: auto
}
:where(video.gc-reset),
:where(.gc-reset-css) video
{
display: block;
object-fit: cover
}
:where(iframe.gc-reset),
:where(.gc-reset-css) iframe
{
display: block;
border: none
}
:where(canvas.gc-reset),
:where(.gc-reset-css) canvas
{
box-sizing: border-box;
display: block
}
:where(button.gc-reset),
:where(.gc-reset-css) button
{
cursor: pointer;
letter-spacing: inherit;
color: inherit;
background: none;
border: 0;
padding: 0
}
:where(button.gc-reset),
:where(input.gc-reset),
:where(.gc-reset-css) button,
:where(.gc-reset-css) input
{
box-sizing: border-box;
font-family: inherit;
font-size: inherit;
color: inherit
}
:where(input.gc-reset[type="submit"]),
:where(input.gc-reset[type="button"]),
:where(.gc-reset-css) input[type="submit"],
:where(.gc-reset-css) input[type="button"]
{
cursor: pointer
}
:where(input.gc-reset),
:where(.gc-reset-css) input
{
background: none;
border: 0;
margin: 0;
padding: 0
}
:where(textarea.gc-reset),
:where(.gc-reset-css) textarea
{
box-sizing: border-box;
font-family: inherit;
font-size: inherit;
background: none;
border: 0;
margin: 0;
padding: 0;
resize: vertical
}
:where(select.gc-reset),
:where(.gc-reset-css) select
{
font-family: inherit;
font-size: inherit;
color: inherit
}
:where(label.gc-reset),
:where(.gc-reset-css) label
{
cursor: pointer;
user-select: none
}
:where(menu.gc-reset),
:where(ul.gc-reset),
:where(ol.gc-reset),
:where(.gc-reset-css) menu,
:where(.gc-reset-css) ul,
:where(.gc-reset-css) ol
{
list-style: none;
margin: 0;
padding: 0
}
:where(address.gc-reset),
:where(.gc-reset-css) address
{
font-style: normal
}
:where(hr.gc-reset),
:where(.gc-reset-css) hr
{
border: none;
margin: 0
}
:where(summary.gc-reset),
:where(.gc-reset-css) summary
{
list-style: none;
cursor: pointer
}
:where(summary.gc-reset::-webkit-details-marker),
:where(.gc-reset-css) summary::-webkit-details-marker
{
display: none
}
:where( .gc-adjust-p-inside ) p { margin-bottom: 0 }
:where( .gc-adjust-p-inside p:nth-of-type(1) )  { margin-top: 0 }   .gc-reset-slick .slick-arrow
{
font-size: 0;
} .gc-reset-slick .slick-slide > div
{
display: flex;
} .variations .tawcvs-swatches .swatch
{
width: 50px;
height: auto;
} .single-product .variations .reset_variations
{
display: none !important;
}
.single-product .summary .quantity .screen-reader-text
{
clip-path: initial;
}  .single-product .flex-control-nav li
{
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
height: 150px;
}
.single-product .flex-control-nav li img
{
height: inherit !important;
object-fit: contain;
widows: inherit;
}
.single-product .flex-direction-nav
{
display: none;
}  .gallery-custom-color
{
float: left;
max-width: 100%;
padding-bottom: 20px;
}
@media screen and (max-width: 768px)
{
.gallery-custom-color
{
float: none;
max-height: min(90vh, 600px);
}
}
.gallery-custom-color__frame
{
display: flex;
align-items: center;
justify-content: center;
position: relative;
}
.gallery-custom-colors__group *
{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%);
}  dt.variation-CustomColors-Image,
dd.variation-CustomColors-Image
{
display: none !important;
}
@media screen and (max-width: 768px)
{
.woocommerce-page table.cart .product-thumbnail
{
display: flex !important;
}
.woocommerce-page table.cart .product-thumbnail::before
{
display: none;
}
}  .gc-slider
{
position: relative;
margin-bottom: 100px;
}
.gc-slider.gc-preloader
{
overflow: hidden;
max-height: 36.46vw;
} .gc-slider .slick-dots
{
display: flex;
align-items: center;
justify-content: center;
position: absolute;
top: calc(100% + 25px);
left: 50%;
gap: 15px;
translate: -50% 0;
}
.gc-slider .slick-dots button
{
width: 15px;
height: 15px;
font-size: 0;
background: rgb(0 0 0 / .5);
border-radius: 50%;
}
.gc-slider .slick-dots .slick-active button
{
background: #000;
}  .gc-wc-categories
{
list-style: none;
margin: 0;
padding: 0;
}
.gc-wc-category-title
{
--_color: #e8e8e8;
text-align: center;
padding: 5px 10px;
}
.gc-wc-category-loadmore
{
display: flex;
align-items: center;
justify-content: center;
}
.gc-wc-category:not(:last-child) .gc-wc-category-loadmore
{
margin-bottom: 50px;
}.hidden {
display: none !important;
visibility: hidden !important;
}
.woocommerce div.product .cart.variations_form .variable:not(.type-select) .arrow,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .variable:not(.type-select) .arrow,
.woocommerce div.product .woosb-product .variations_form .variable:not(.type-select) .arrow,
.woocommerce:not(.archive) li.product .cart.variations_form .variable:not(.type-select) .arrow,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .variable:not(.type-select) .arrow,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .variable:not(.type-select) .arrow,
.woocommerce.archive .cart.variations_form .variable:not(.type-select) .arrow,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .variable:not(.type-select) .arrow,
.woocommerce.archive .woosb-product .variations_form .variable:not(.type-select) .arrow,
.wc-product-table-wrapper .cart.variations_form .variable:not(.type-select) .arrow,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .variable:not(.type-select) .arrow,
.wc-product-table-wrapper .woosb-product .variations_form .variable:not(.type-select) .arrow,
.woocommerce.single-product .cart.variations_form .variable:not(.type-select) .arrow,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .variable:not(.type-select) .arrow,
.woocommerce.single-product .woosb-product .variations_form .variable:not(.type-select) .arrow {
display: none !important;
}
.woocommerce div.product .cart.variations_form .variable:not(.type-select) .line-hover:after,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .variable:not(.type-select) .line-hover:after,
.woocommerce div.product .woosb-product .variations_form .variable:not(.type-select) .line-hover:after,
.woocommerce:not(.archive) li.product .cart.variations_form .variable:not(.type-select) .line-hover:after,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .variable:not(.type-select) .line-hover:after,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .variable:not(.type-select) .line-hover:after,
.woocommerce.archive .cart.variations_form .variable:not(.type-select) .line-hover:after,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .variable:not(.type-select) .line-hover:after,
.woocommerce.archive .woosb-product .variations_form .variable:not(.type-select) .line-hover:after,
.wc-product-table-wrapper .cart.variations_form .variable:not(.type-select) .line-hover:after,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .variable:not(.type-select) .line-hover:after,
.wc-product-table-wrapper .woosb-product .variations_form .variable:not(.type-select) .line-hover:after,
.woocommerce.single-product .cart.variations_form .variable:not(.type-select) .line-hover:after,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .variable:not(.type-select) .line-hover:after,
.woocommerce.single-product .woosb-product .variations_form .variable:not(.type-select) .line-hover:after {
content: none;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches,
.woocommerce.archive .cart.variations_form .tawcvs-swatches,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches {
padding: 5px;
display: inline-flex !important;
flex-wrap: wrap;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
width: 30px;
height: 30px;
line-height: 28px;
text-align: center;
cursor: pointer;
position: relative;
white-space: nowrap;
margin: 0 10px;
padding: 2px 5px;
display: inline-flex;
align-items: center;
justify-content: center;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch:after, .woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more:after,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:after,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:after,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch:after,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch:before,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:after,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch:after,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more:after,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:after,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:after,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch:after,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch:before,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:after,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch:after,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more:after,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:after,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:after,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch:after,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch:before,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:after,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:before,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch:after,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch:before,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more:after,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:after,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:before,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:after,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch:after,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch:before,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:after,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch:after,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more:after,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:after,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:after,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch:after,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch:before,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:after,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:before {
display: block !important;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.swatch-color,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-color,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-color,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-color,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.swatch-color,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-color,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-color,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-color,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.swatch-color,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-color,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-color,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-color,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.swatch-color,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-color,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-color,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-color,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-color,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-color,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-color,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-color {
text-indent: -9999em;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after {
-webkit-transform: translate(-50%, -50%) rotate(45deg);
-moz-transform: translate(-50%, -50%) rotate(45deg);
transform: translate(-50%, -50%) rotate(45deg);
content: "";
width: 6px;
height: 10px;
display: block;
border: solid #eee;
border-width: 0 2px 2px 0;
border-radius: 0;
position: absolute;
top: 50%;
left: 50%;
margin: -2px -2px 0 0;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color) {
background-color: #f1f1f1;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.swatch-label,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-label,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-label,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.swatch-label,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-label,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-label,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.swatch-label,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-label,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-label,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.swatch-label,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-label,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-label,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-label,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-label,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-label,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-label {
font-size: 14px;
min-width: max-content;
width: auto;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.swatch-image,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-image,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-image,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-image,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.swatch-image,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-image,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-image,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-image,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.swatch-image,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-image,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-image,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-image,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.swatch-image,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-image,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-image,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-image,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-image,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-image,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-image,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-image {
font-size: 0;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip {
font-size: 14px;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle {
-webkit-border-radius: 50% !important;
-moz-border-radius: 50% !important;
border-radius: 50% !important;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before {
border-radius: 50%;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded {
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img {
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before {
border-radius: 8px;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before {
border-radius: 0;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.disabled, .woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.disabled,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.disabled,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.disabled,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.disabled,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.disabled,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.disabled,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.disabled,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.disabled,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.disabled,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.disabled,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.disabled,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.disabled,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.disabled,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.disabled,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.disabled,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.disabled,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.disabled,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.disabled,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.disabled,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.disabled,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.disabled,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.disabled,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.disabled,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.disabled,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.disabled,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.disabled,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.disabled,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.disabled,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.disabled,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable {
cursor: default;
opacity: 0.4 !important;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip, .woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip {
display: none;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable {
cursor: pointer;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch:first-child,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more:first-child,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:first-child,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:first-child,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch:first-child,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:first-child,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch:first-child,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more:first-child,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:first-child,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:first-child,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch:first-child,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:first-child,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch:first-child,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more:first-child,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:first-child,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:first-child,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch:first-child,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:first-child,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch:first-child,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more:first-child,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:first-child,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:first-child,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch:first-child,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:first-child,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch:first-child,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more:first-child,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:first-child,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:first-child,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch:first-child,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:first-child {
margin-left: 0;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch:last-child,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more:last-child,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:last-child,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:last-child,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch:last-child,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:last-child,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch:last-child,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more:last-child,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:last-child,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:last-child,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch:last-child,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:last-child,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch:last-child,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more:last-child,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:last-child,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:last-child,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch:last-child,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:last-child,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch:last-child,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more:last-child,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:last-child,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:last-child,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch:last-child,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:last-child,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch:last-child,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more:last-child,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:last-child,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:last-child,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch:last-child,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:last-child {
margin-right: 0;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch:before,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch:before,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch:before,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:before,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch:before,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:before,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch:before,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch:before,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:before {
content: "";
position: absolute;
left: -4px;
top: -4px;
right: -4px;
bottom: -4px;
border: 1px solid #ddd;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.selected,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.selected,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.selected,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.selected,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.selected,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.selected,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.selected,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.selected,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.selected,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.selected,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.selected,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.selected,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.selected,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.selected,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.selected,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected {
border-color: transparent;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.selected:before,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.selected:before,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected:before,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected:before,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.selected:before,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected:before,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.selected:before,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.selected:before,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected:before,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected:before,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.selected:before,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected:before,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.selected:before,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.selected:before,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected:before,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected:before,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.selected:before,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected:before,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.selected:before,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.selected:before,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected:before,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected:before,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.selected:before,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected:before,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.selected:before,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.selected:before,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected:before,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected:before,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.selected:before,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected:before {
border-color: #674399;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.selected:after,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.selected:after,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected:after,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected:after,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.selected:after,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected:after,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.selected:after,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.selected:after,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected:after,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected:after,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.selected:after,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected:after,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.selected:after,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.selected:after,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected:after,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected:after,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.selected:after,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected:after,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.selected:after,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.selected:after,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected:after,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected:after,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.selected:after,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected:after,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.selected:after,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.selected:after,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected:after,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected:after,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.selected:after,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected:after {
content: none;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label {
border-bottom: none !important;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch__tooltip,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch__tooltip,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch__tooltip,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch__tooltip,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch__tooltip,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch__tooltip,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch__tooltip,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch__tooltip,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch__tooltip,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch__tooltip,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch__tooltip,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch__tooltip,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch__tooltip,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch__tooltip,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch__tooltip {
-webkit-transform: translate(-50%, -100%);
-moz-transform: translate(-50%, -100%);
transform: translate(-50%, -100%);
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
position: absolute;
left: 50%;
top: 0;
background: #333;
z-index: 2;
color: #fff;
margin: -15px 0 0 0;
padding: 5px 10px;
text-indent: initial;
font-size: 14px;
font-weight: 500;
opacity: 0;
visibility: hidden;
user-select: none;
display: inline-block;
word-break: break-all;
white-space: normal;
min-width: max-content;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch__tooltip:after,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch__tooltip:after,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch__tooltip:after,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch__tooltip:after,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch__tooltip:after,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch__tooltip:after,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch__tooltip:after,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch__tooltip:after,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch__tooltip:after,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch__tooltip:after,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch__tooltip:after,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch__tooltip:after,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch__tooltip:after,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch__tooltip:after,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch__tooltip:after {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
content: "";
position: absolute;
width: 12px;
height: 12px;
background: #333;
bottom: -4px;
left: 50%;
margin-left: -6px;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip {
left: 10% !important;
top: 10px;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-item-wrapper,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-item-wrapper,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-item-wrapper,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-item-wrapper,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-item-wrapper,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-item-wrapper,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-item-wrapper,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-item-wrapper,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-item-wrapper,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-item-wrapper,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-item-wrapper,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-item-wrapper,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-item-wrapper,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-item-wrapper,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-item-wrapper {
position: relative;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch:hover + .swatch__tooltip,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:hover + .swatch__tooltip,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch:hover + .swatch__tooltip,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch:hover + .swatch__tooltip,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:hover + .swatch__tooltip,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch:hover + .swatch__tooltip,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch:hover + .swatch__tooltip,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:hover + .swatch__tooltip,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch:hover + .swatch__tooltip,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch:hover + .swatch__tooltip,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:hover + .swatch__tooltip,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch:hover + .swatch__tooltip,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch:hover + .swatch__tooltip,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:hover + .swatch__tooltip,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch:hover + .swatch__tooltip {
opacity: 1;
visibility: visible;
user-select: auto;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.woocommerce div.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable,
.woocommerce.archive .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.woocommerce.archive .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable {
position: relative;
background: rgba(51, 51, 51, 0.3411764706);
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.woocommerce div.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img,
.woocommerce.archive .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.woocommerce.archive .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img {
opacity: 0.5;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.woocommerce div.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after,
.woocommerce.archive .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.woocommerce.archive .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
border-radius: 0;
background: linear-gradient(to top left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(50% - 0.8px), rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) calc(50% + 0.8px), rgba(0, 0, 0, 0) 100%), linear-gradient(to top right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(50% - 0.8px), rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) calc(50% + 0.8px), rgba(0, 0, 0, 0) 100%);
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.woocommerce div.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after,
.woocommerce.archive .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.woocommerce.archive .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after {
border-radius: 8px;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.woocommerce div.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after,
.woocommerce.archive .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.woocommerce.archive .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after {
border-radius: 50%;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.woocommerce div.product .cart.variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable,
.woocommerce.archive .cart.variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.woocommerce.archive .cart.variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable {
display: none !important;
}
.swatch-align-left .variations {
text-align: left;
}
.swatch-align-left .variations img, .swatch-align-left .variations select, .swatch-align-left .variations .value {
text-align: left;
}
.swatch-align-center .variations {
text-align: center;
}
.swatch-align-center .variations img, .swatch-align-center .variations select, .swatch-align-center .variations .value {
text-align: center;
}
.related.products .swatch-align-center .variations .label {
display: none;
}
.swatch-align-right .variations {
text-align: right;
}
.swatch-align-right .variations img, .swatch-align-right .variations select, .swatch-align-right .variations .value {
text-align: right;
}
.variations .reset_variations {
display: none;
} .woocommerce.theme-sober div.product form.cart.variations_form .variations .variable {
width: 90%;
}
@media (max-width: 768px) {
.woocommerce.theme-sober div.product form.cart.variations_form .variations .variable {
width: 100%;
}
}
.woocommerce.theme-sober div.product form.cart.variations_form .line-hover {
cursor: default;
}
.woocommerce.theme-sober div.product form.cart.variations_form .tawcvs-swatches .swatch-item-wrapper .swatch-image {
text-align: center;
}
.woocommerce.theme-sober div.product form.cart.variations_form .tawcvs-swatches .swatch-item-wrapper .swatch-image img {
width: 100%;
height: auto;
}
table.variations {
overflow: visible !important;
}
table.variations .label {
margin-bottom: 10px;
}
.swatch-radio {
width: 100%;
}
.swatch-radio input[type=radio] {
width: auto !important;
height: auto !important;
}