.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.animated{-webkit-animation-duration: 1s;animation-duration: 1s;-webkit-animation-fill-mode: both;animation-fill-mode: both }@-webkit-keyframes fadeIn{0%{opacity: 0}100%{opacity: 1}}@keyframes fadeIn{0%{opacity: 0}100%{opacity: 1}}
.fadeIn{-webkit-animation-name: fadeIn;animation-name: fadeIn }@-webkit-keyframes fadeOut{0%{opacity: 1}100%{opacity: 0}}@keyframes fadeOut{0%{opacity: 1}100%{opacity: 0}}
.fadeOut{-webkit-animation-name: fadeOut;animation-name: fadeOut }
.ts-effect-image{text-align: center;backface-visibility: hidden;-webkit-backface-visibility: hidden;}
.ts-effect-image .image-link{display: block;position: relative;max-width: 100%;overflow: hidden;} .counter-wrapper {
display: flex;
flex-wrap: wrap;
gap: 20px;
align-items: flex-start;
}
.counter-wrapper > div {
font-size: 50px;
line-height: 1;
font-family: var(--ts-font-2-family);
font-weight: var(--ts-font-2-weight);
text-align: center;
}
.counter-wrapper .dots {
color: var(--ts-gray-color);
font-family: var(--ts-font-2-family);
font-weight: var(--ts-font-2-weight);
}
.counter-wrapper .number-wrapper {
display: inline-flex;
align-items: center;
justify-content: center;
}
.counter-wrapper .ref-wrapper {
font-size: var(--ts-font-2-size);
color: var(--ts-gray-color);
margin-top: 4px;
line-height: 20px;
text-align: center;
}
.dots-inside .counter-wrapper > * {
display: grid;
grid-template-columns: auto auto;
grid-template-rows: auto auto;
justify-content: center;
align-items: center;
}
.dots-inside .counter-wrapper > *:last-child {
grid-template-columns: auto;
grid-template-rows: auto;
}
.dots-inside .counter-wrapper > div .number-wrapper{
display: flex;
flex-direction: column; 
justify-content: center;
} .ts-banner,
.ts-banner * {
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
} 
.ts-banner {
overflow: hidden;
width: 100%;
position: relative;
}
.ts-banner .banner-wrapper {
position: relative;
overflow: hidden;
}
.ts-banner .banner-wrapper > a {
position: absolute;
inset: 0;
z-index: 6;
}
.ts-banner .box-content h2 {
line-height: 1.2;
}
.ts-banner-button a.button {
display: inline-block;
}
.banner-wrapper > * {
position: relative; 
z-index: 3;
}
.ts-banner .background-overlay {
height: 100%;
width: 100%;
top: 0;left: 0;
position: absolute;
z-index: 4;
}
.ts-banner .banner-bg img {
position: relative;
margin: 0 auto;
width: 100%;
}
.ts-banner .box-content {
position: absolute;
padding: 30px;
z-index: 5;
inset: 0;
display: flex;
flex-direction: column;
height: 100%;
}
.box-content .content-text {
display: flex;
flex-direction: column;
}
.ts-banner .content-text span {
color: var(--ts-primary-color);
}
.margin-button-auto .box-content .content-text {
height: 100%;
width: 100%;
}
.button-diagonal-angle.margin-button-auto .ts-banner-button {
margin-top: auto;
margin-left: auto; }
.button-bottom.margin-button-auto .ts-banner-button {
margin-top: auto;
}
.ts-banner .banner-bg .mobile-banner{
display: none;
} .ts-banner img.bg-image{
transition: 0.3s ease 0s;
}
.eff-grow-rotate:hover img.bg-image,
.eff-zoom-in:hover img.bg-image{
transform: scale(1.12,1.12);
}
.eff-grow-rotate img.bg-image{
transform: rotate(0deg) scale(1,1);
transition: 0.3s ease 0s;
}
.eff-grow-rotate:hover img.bg-image{
transform: rotate(3deg) scale(1.12);
} .ts-shortcode.ts-logo-slider-wrapper .items .item > a {width: 100%;}
.ts-logo-slider-wrapper .items .item {min-height: 48px;}
.ts-logo-slider-wrapper .items .item,
.ts-logo-slider-wrapper .items .item > a {
display: flex;
flex-flow: column wrap;
align-items: center;
justify-content: center;
}
.ts-logo-slider-wrapper.item-border .items,
.ts-logo-slider-wrapper.item-border:not(.ts-slider) .items {
gap: 0;
overflow: hidden;
margin-left: 0 !important;
margin-right: 0 !important;
}
.ts-logo-slider-wrapper.item-border .items {
border-width: 1px; 
border-style: solid; 
}
.ts-logo-slider-wrapper.item-border .items .item {
min-height: 100px;
position: relative;
padding: 0 !important;
}
.ts-logo-slider-wrapper.item-border .items .item:before {
position: absolute;
content: "";
border-width: 0 1px 0 0;
border-style: solid;
right: -1px;
top: 0;
bottom: 0;
width: 1px;
z-index: 1;
}
.ts-logo-slider-wrapper.item-border .items .item:after {
position: absolute;
bottom: -1px;
left: 0;
right: 0;
border-width: 1px 0 0 0;
border-style: solid;
height: 1px;
content: "";
z-index: 1;
}
.ts-logo-slider-wrapper .item:not(:hover) img {opacity: 0.6;}
.ts-logo-slider-wrapper.style-filter .item:not(:hover) img {opacity: 1; filter: grayscale(1);}
.ts-logo-slider-wrapper .item img {transition: 200ms ease;} .ts-shortcode {position: relative; clear: both; overflow: hidden}
.ts-product:not(.ts-slider) {
overflow: visible;
}
.ts-shortcode .shortcode-heading-wrapper h3:empty, 
.ts-shortcode .shortcode-heading-wrapper .shortcode-title:empty {
margin-bottom: 0;
padding-bottom: 0; 
border: 0;
}
.ts-shortcode .column-tabs,
.ts-shortcode .shortcode-heading-wrapper {
display: flex;
flex-wrap: wrap;
align-items: flex-end;
justify-content: space-between;
}
.ts-product-in-category-tab-wrapper .column-tabs {
justify-content: flex-start;
}
.ts-product-in-category-tab-wrapper .tabs {
margin-left: auto; } 
.ts-shortcode.show-counter-today .shortcode-heading-wrapper {
justify-content: flex-start;
gap: 0 60px;
align-items: baseline;
}
.ts-shortcode.show-counter-today .shortcode-title {
flex: none;
}
.show-counter-today .counter-wrapper > div {
display: flex;
align-items: baseline;
gap: 0 5px;
color: var(--ts-heading-color);
}
.show-counter-today .counter-wrapper .dots {
color: var(--ts-heading-color);
}
.show-counter-today .counter-wrapper .ref-wrapper {
color: var(--ts-heading-color);
font-size: 20px;
}
.column-tabs * {
color: inherit;
}
.tab-line.ts-product-in-product-type-tab-wrapper .column-tabs,
.tab-line.ts-shortcode .column-tabs,
.title-line.ts-shortcode .shortcode-heading-wrapper {
padding-bottom: 22px;
border-width: 0 0 1px 0;
border-style: solid;
} .ts-shortcode .shop-more {
text-align: center;
margin: 60px 0 0;
}
.ts-shortcode .shop-more .shop-more-button {
display: inline-block;
} .woocommerce.meta-on-thumbnail:not(.hide-counter-today) .products .product:not(.product-category) .meta-wrapper {
position: absolute;
inset: 0;
z-index: 5;
text-align: start;
padding: 40px;
margin: 0;
}
.woocommerce.meta-on-thumbnail:not(.hide-counter-today) .products .product .product-name {
font-size: var(--ts-h4-font-size);
line-height: var(--ts-h4-line-height);
}
.woocommerce.meta-on-thumbnail:not(.hide-counter-today) .product .product-label {
right: 40px; left: auto;
top: 40px;
}
.woocommerce.meta-on-thumbnail:not(.hide-counter-today) .products .product .product-name {
margin-bottom: auto;
}
.product-text-center .meta-on-thumbnail:not(.hide-counter-today) .product-wrapper .meta-wrapper .price {
font-size: var(--ts-h5-font-size);
line-height: var(--ts-h5-line-height);
color: var(--ts-heading-color);
}
.woocommerce.meta-on-thumbnail:not(.hide-counter-today) .products .product .price del {
font-size: var(--ts-h5-font-size);
line-height: var(--ts-h5-line-height);
}
.meta-on-thumbnail:not(.hide-counter-today) .product-wrapper .meta-wrapper .price,
.meta-on-thumbnail:not(.hide-counter-today) .product-wrapper .meta-wrapper .short-description {
padding-right: 100px; }
.product-text-center .meta-on-thumbnail:not(.hide-counter-today) .product-wrapper .meta-wrapper .woocommerce-product-rating, 
.product-text-center .meta-on-thumbnail:not(.hide-counter-today) .product-wrapper .meta-wrapper .price, 
.product-text-center .meta-on-thumbnail:not(.hide-counter-today) .product-wrapper .meta-wrapper .color-swatch {
justify-content: flex-start;
}
.woocommerce.meta-on-thumbnail:not(.hide-counter-today) .thumbnail-wrapper .product-group-button{
bottom: 40px;
right: 40px; top: auto;
left: auto;
}
body .ts-product.ts-slider.meta-on-thumbnail:not(.hide-counter-today):not(.show-counter-today) .swiper-button-prev {
left: 30px; }
body .ts-product.ts-slider.meta-on-thumbnail:not(.hide-counter-today) .swiper-button-next {
right: 30px; }
.woocommerce.meta-on-thumbnail:not(.hide-counter-today) .thumbnail-wrapper .product-group-button {
flex-direction: row;
}
.woocommerce.meta-on-thumbnail:not(.hide-counter-today) .product-wrapper .product-group-button > div,
.woocommerce.meta-on-thumbnail:not(.hide-counter-today) .product-wrapper:hover .product-group-button > div{
visibility: visible;
opacity: 1;
-webkit-animation: none;
-moz-animation: none;
animation: none;
display: block;
}
.meta-on-thumbnail:not(.hide-counter-today) .product-group-button > div a {
color: var(--ts-heading-color) !important;
background: transparent !important;
border-color: transparent !important;
}
.meta-on-thumbnail:not(.hide-counter-today) .product-group-button > div a:after{
font-size: 22px;
}
.meta-on-thumbnail:not(.hide-counter-today) .product-group-button > div.quickshop a:after {
font-size: 20px;
}
.meta-on-thumbnail:not(.hide-counter-today) .product-group-button div a.added:after	{
font-size: 26px;
}
.meta-on-thumbnail:not(.hide-counter-today) .thumbnail-wrapper .product-group-button {
gap: 0 10px !important;
}
.meta-on-thumbnail:not(.hide-counter-today) .product-group-button > div:hover a, 
.woocommerce.meta-on-thumbnail:not(.hide-counter-today) .product-group-button > div .button.loading, 
.woocommerce.meta-on-thumbnail:not(.hide-counter-today) .product-group-button > div a.loading {
background: transparent !important;
border-color: transparent !important;
}
.meta-on-thumbnail:not(.hide-counter-today) .product-group-button > div a.loading:after, 
.woocommerce.meta-on-thumbnail:not(.hide-counter-today) .product-group-button > div .button.loading:after, 
.woocommerce.meta-on-thumbnail:not(.hide-counter-today) .product-group-button > div a.loading:after {
border-color: var(--ts-border);
border-top-color: var(--ts-heading-color);
width: 22px;
height: 22px;
margin-top: -11px;
margin-left: -11px;
}
.meta-on-thumbnail:not(.hide-counter-today) .product-group-button div .button-tooltip {
left: 50%;
right: auto;
bottom: calc(100% + 10px);
top: auto;
transform: translate(-50%,0);
}
.meta-on-thumbnail:not(.hide-counter-today) .product-group-button > div a .button-tooltip:after {
border-color: var(--ts-btn-thumbnail-hover-bg) transparent transparent transparent;
left: 50%;
right: auto;
bottom: -6px;
top: auto;
transform: translateX(-50%);
}
.product-hover-style-v2 .meta-on-thumbnail:not(.hide-counter-today) .product-group-button-meta {
display: none;
} .ts-testimonial-wrapper blockquote {
display: flex;
flex-flow: column wrap;
background: transparent;
padding: 0;
text-align: start;
}
.hide-quote-icon blockquote:before,
.hide-quote-icon blockquote:after {
display: none;
}
.ts-aligncenter .ts-testimonial-wrapper .content {
text-align: center;
}
.ts-alignright .ts-testimonial-wrapper .content {
text-align: right;
}
.ts-alignleft .ts-testimonial-wrapper .content {
text-align: left;
}
.ts-aligncenter .ts-testimonial-wrapper blockquote {
margin-left: auto;
margin-right: auto;
}
.ts-alignright .ts-testimonial-wrapper blockquote {
margin-left: auto;
}
.ts-alignleft .ts-testimonial-wrapper blockquote {
margin-right: auto;
}
.testimonial-meta {
display: flex;
gap: 30px;
margin-top: 30px;
}
.style-2 .testimonial-meta {
gap: 20px;
}
.ts-testimonial-wrapper.style-2 blockquote .rating {
margin-bottom: 20px;
}
.testimonial-meta .meta-right { 
display: flex;
flex-direction: column;
gap: 0;
font-size: var(--ts-font-size);
direction: ltr;
gap: 2px;
justify-content: center;
}
.ts-testimonial-wrapper.style-2 .testimonial-meta {
padding-top: 30px;
margin-top: 25px;
border-width: 1px 0 0 0;
border-style: solid;
}
.columns-1 .no-avatar.testimonial-meta .meta-right{
gap: 8px
}
.columns-1.hidden-quote-icon .no-avatar.testimonial-meta .meta-right{
gap: 5px
}
.testimonial-meta .meta-right * {
line-height: 20px;
}
.ts-aligncenter .ts-testimonial-wrapper .testimonial-meta {
justify-content: center;
}
.ts-alignleft .ts-testimonial-wrapper .testimonial-meta {
justify-content: flex-start;
}
.ts-alignright .ts-testimonial-wrapper .testimonial-meta {
justify-content: flex-end;
}
.ts-testimonial-wrapper .meta-right .rating {
margin-bottom: 8px;
}
.ts-aligncenter .testimonial-meta.no-avatar {
text-align: center;
}
.testimonial-meta .meta-right .author {
font-family: var(--ts-font-2-family);
font-weight: var(--ts-font-2-weight);
}
.testimonial-meta .meta-right .role {
font-size: var(--ts-font-2-size);
}
.ts-testimonial-wrapper .image {width: 75px;}
.ts-testimonial-wrapper.style-2 .image {width: 50px;}
.ts-testimonial-wrapper .image img {border-radius: 50%;}
.ts-testimonial-wrapper .swiper-horizontal > .swiper-pagination-bullets {
margin-top: 40px;
}
.elementor-widget-ts-testimonial:not(.ts-aligncenter) blockquote:before {
display: none;
}
.elementor-widget-ts-testimonial:not(.ts-aligncenter) blockquote:after {
transform: rotate(180deg);
bottom: 20px;
right: 6%; font-size: 6.5em;
} .ts-team-members .team-content,
.ts-team-members .team-info {
display: flex;
flex-flow: column wrap;
align-items: center;
gap: 22px;
}
.ts-team-members .team-info {gap: 2px;}
.ts-team-members .team-info > * {margin: 0; padding: 0;}
.ts-team-members .team-info .name {
font-size: var(--ts-h6-font-size);
line-height: var(--ts-h6-line-height);
}
.ts-team-members .team-info > .member-social {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 20px;
font-size: 25px;
margin-top: 4px;
}
.ts-team-members .team-info .name a:hover {
color: var(--ts-primary-color);
}
.ts-team-members .team-info .member-social a {text-decoration: none; color: inherit;}
.ts-team-members .team-info .member-social a:hover {color: var(--ts-primary-color);}
.ts-team-members .image-thumbnail a {
position: relative;
display: block;
}
.ts-team-members .image-thumbnail a:before {
content: '';
position: absolute;
top: 0;
left: 0;
z-index: 2;
display: block;
width: 100%;
height: 100%;
background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)); 
opacity: 0;
transition: 200ms ease;
}
.ts-team-members .image-thumbnail a:hover:before{
opacity: 1;
} .ts-product-brand-wrapper .item > a {
padding: 30px 10px;
background: var(--ts-brand-bg);
display: flex;
justify-content: center;
flex-wrap: wrap;
border-radius: 10px;
align-items: center;
min-height: 130px;
}
.ts-product-brand-wrapper .item a:not(:hover) img {
opacity: 0.2;
}
.ts-product-brand-wrapper .item a img {
max-height: 50px;
width: auto;
transition: 200ms ease;
}
.ts-product-brand-wrapper .meta-wrapper {
margin-top: 7px;
text-align: center;
padding: 0;
line-height: 1.3;
display: flex;
flex-flow: column wrap;
gap: var(--ts-meta-gap);
}
.ts-product-brand-wrapper .meta-wrapper .heading-title {
margin-bottom: 0;
font-size: inherit;
line-height: inherit;
} .ts-shortcode .column-tabs, 
.ts-shortcode .shortcode-heading-wrapper,
.ts-filtered-product-wrapper .filter-wrapper {
margin-bottom: 40px;
gap: 5px 20px;
}
.ts-shortcode .shortcode-title {
flex: 1;
margin-bottom: 0;
}
.tab-center .column-tabs{
gap: 32px;
}
.ts-shortcode .column-tabs ul.tabs {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 10px 30px;
}
.tab-center .column-tabs ul.tabs {
gap: 10px 50px;
}
.tab-center .heading-tab {
text-align: center;
width: 100%;
}
.tab-center .column-tabs ul.tabs {
justify-content: center;
width: 100%;
}
.ts-shortcode:not(.no-title) .column-tabs ul.tabs li {
list-style: none;
padding: 0;
margin: 0;
transition: color 250ms ease;
position: relative;
}
.ts-shortcode:not(.no-title) .column-tabs ul.tabs li:after {
content: '';
position: absolute;
bottom: -2px;
left: 50%;
right: 50%;
border-bottom-width: 1px;
border-bottom-style: solid;
border-color: var(--ts-heading-color);
display: block;
transition: 100ms ease;
}
.ts-shortcode:not(.no-title) .column-tabs ul.tabs li.current:after,
.ts-shortcode:not(.no-title) .column-tabs ul.tabs li:hover:after{
left: -8px;
right: -8px;
}
.ts-shortcode .column-tabs ul.tabs li:hover,
.ts-shortcode .column-tabs ul.tabs li.current {
color: var(--ts-primary-color);
}
.ts-shortcode .column-tabs ul.tabs li:after {
border-color: var(--ts-primary-color);
}
.ts-shortcode .column-tabs ul.tabs li:hover {
cursor: pointer;
}
.ts-shortcode .column-tabs ul.tabs li.current {
cursor: default;
}
.column-tabs .shop-more {
margin-left: auto; }
.column-tabs ul.tabs,
.column-tabs .heading-tab .heading-title {
margin-bottom: 0 !important;
}
.column-tabs ul.tabs {
display: flex; 
flex-wrap: wrap; 
gap: 30px 76px;
}
.column-tabs ul.tabs li {
list-style: none;
padding: 0;
}
.column-tabs ul.tabs li span.count {
text-transform: none;
}
.column-content .shop-more {
text-align: center;
}
.ts-product-in-category-tab-wrapper .column-products {
display: flex; 
flex-flow: column wrap;
gap: var(--ts-h-gap);
}
.ts-shortcode .tab-banner {
grid-column: span 2;
overflow: hidden;
display: inline-grid;
position: relative;
align-self: flex-start;
}
.ts-shortcode .tab-banner img {
border-radius: 10px;
}
.ts-shortcode .tab-banner:before {
content: '';
position: absolute;
top: 0;
left: -100%;
z-index: 2;
display: block;
width: 50%;
height: 100%;
background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.1) 100%);transform: skewX(-25deg);
}
.ts-shortcode .tab-banner:hover:before {
-webkit-animation: shine 1.2s;
animation: shine 1.2s;
} .woocommerce .column-products.loading .products {transition: 300ms ease 0s;}
.column-products.loading:after {top: 35%;} .mailchimp-subscription .newsletter {
margin-bottom: 24px;
}
.style-horizontal .mailchimp-subscription .newsletter {
margin-bottom: 0;
}
.ts-mailchimp-subscription-shortcode .mailchimp-subscription .widget-title {
margin-bottom: 10px;
}
.mailchimp-subscription .newsletter p {
margin-bottom: 0;
}
.mc4wp-form .subscribe-email {
position: relative;
overflow:hidden;
}
.mc4wp-form .subscribe-email input[type="email"] {
margin: 0;
}
.mc4wp-form .subscribe-email a {
color: inherit;
}
div:not(.ts-mailchimp-subscription-shortcode) > div > .subscribe-widget .subscribe-email .button {
position: relative;
margin-top: 10px;
}
.subscribe-email .button i{
display: none
}
.mailchimp-subscription {
display: flex;
flex-flow: column wrap;
}
.style-horizontal .mailchimp-subscription {
flex-direction: row;
gap: 5vw;
align-items: flex-end;
}
.style-horizontal .mailchimp-subscription .widget-title-wrapper {
margin: 0 0 -5px 0;
}
.style-horizontal .mailchimp-subscription .subscribe-widget {
flex: 1;
max-width: 790px;
margin-left: auto; }
.style-horizontal.style-button-text form .subscribe-email {
display: flex;
justify-content: space-between;
}
form .subscribe-email button {
white-space: nowrap;
position: relative;
margin-top: 10px;
}
form .processing button {
color: transparent !important;
}
.ts-mailchimp-subscription-shortcode.style-button-icon .subscribe-email .button {
position: absolute;
background: transparent;
border-width: 0;
padding: 0;
width: 50px;
top: 0;
bottom: 0;
right: 0; line-height: 100%;
margin: 0;
font-size: 0 !important;
color: var(--ts-heading-color);
}
.ts-mailchimp-subscription-shortcode.style-horizontal .subscribe-email .button {
margin: 0 0 0 10px; }
.ts-mailchimp-subscription-shortcode.style-button-icon .subscribe-email .button:hover {
color: var(--ts-primary-color);
}
.style-button-icon .subscribe-email .button:hover{
-webkit-animation: ts-shake 2s linear infinite;
animation: ts-shake 2s linear infinite;
}
.style-button-icon .mailchimp-subscription .processing button.button {
-webkit-animation: none !important;
animation: none !important;
}
.ts-mailchimp-subscription-shortcode.style-button-icon .subscribe-email .button i {
display: block;
font-size: 20px;
}
.ts-mailchimp-subscription-shortcode .subscribe-email input[type="email"] {
padding-top: 10px;
padding-bottom: 10px;
}
.ts-mailchimp-subscription-shortcode.style-button-icon .subscribe-email input[type="email"] {
padding-left: 20px;
padding-right: 50px; }
.ts-mailchimp-subscription-shortcode.style-input-line .subscribe-email input[type="email"] {
border-width: 0 0 1px 0;
padding-left: 10px;
padding-right: 10px;
}
.ts-mailchimp-subscription-shortcode.style-input-line.style-button-icon .subscribe-email input[type="email"] {
padding-left: 0;
padding-right: 40px;
background: transparent;
border-radius: 0 !important;
}
.ts-mailchimp-subscription-shortcode.style-input-line.style-button-icon .subscribe-email .button {
text-align: end;
}
.ts-mailchimp-subscription-shortcode.style-horizontal.style-button-icon .subscribe-email input[type="email"] {
letter-spacing: var(--ts-letter-spacing);
font-size: var(--ts-font-size);
}
.ts-mailchimp-subscription-shortcode.style-input-line.style-button-icon .subscribe-email .button {
width: 40px;
}
.ts-mailchimp-subscription-shortcode.style-button-icon .processing .button i {
display: none;
} .ts-list-of-product-categories-wrapper {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 30px;
}
.ts-list-of-product-categories-wrapper .list-categories {
flex: 1;
flex-direction: column;
gap: 20px;
margin: 0;
}
.ts-list-of-product-categories-wrapper .list-categories ul{
margin: 0;
padding: 0;
display: flex;
flex-wrap: wrap;
}
.ts-list-of-product-categories-wrapper.style-button .list-categories ul {
display: grid;
grid-template-columns: repeat(5,1fr);
justify-content: center;
}
.ts-list-of-product-categories-wrapper .list-categories ul li a {
color: inherit;
display: flex;
align-items: baseline;
gap: 5px;
justify-content: center;
}
body .ts-list-of-product-categories-wrapper.style-button .list-categories ul li a {
padding-left: 20px;
padding-right: 20px;
}
.style-button .list-categories a:hover span {
text-decoration: none !important;
}
.style-simple-2 .list-categories ul li a{
display: flex;
flex-direction: column;
gap: 10px;
text-align: center;
align-items: center;
}
.ts-list-of-product-categories-wrapper .list-categories ul li a span{
position: relative;
}
.ts-list-of-product-categories-wrapper:not(.style-button) .list-categories ul li a span:first-child:before{
position: absolute;
left: 50%;
right: 50%;
bottom: 0;
border-width: 2px 0 0 0;
border-style: solid;
height: 2px;
content: "";
transition: 250ms ease 0s;
}
.ts-list-of-product-categories-wrapper:not(.style-button) .list-categories ul li a:hover span:first-child:before {
left: 0;
right: 0;
}
.ts-list-of-product-categories-wrapper .list-categories ul li a:hover {
color: var(--ts-primary-color);
text-decoration: none;
}
.ts-list-of-product-categories-wrapper .list-categories ul li {
list-style: none;
padding: 0;
}
.style-simple-1 .list-categories ul li span {
display: inline-flex;
}
.style-simple-1 .list-categories ul li span.count:before {
content: "(";
}
.style-simple-1 .list-categories ul li span.count:after {
content: ")";
} .meta-wrapper .counter-wrapper {
gap: 10px;
}
.product-text-center .woocommerce div.summary .counter-wrapper,
.product-text-center .meta-wrapper .counter-wrapper{
justify-content: center;
}
.meta-wrapper .ts-countdown {
padding: 10px 0;
}
.meta-wrapper .ts-countdown .counter-wrapper {
gap: 10px;
}
.meta-wrapper .counter-wrapper > div {
padding: 5px;
width: 44px;
height: 44px;
display: flex;
flex-flow: column;
align-items: center;
justify-content: center;
font-size: var(--ts-h6-font-size);
line-height: var(--ts-h6-line-height);
}
.meta-wrapper .counter-wrapper .ref-wrapper {
margin-top: 0;
font-size: 10px;
line-height: 14px;
text-transform: uppercase;
}
.meta-wrapper .counter-wrapper > div {
background: var(--ts-primary-color);
color: var(--ts-text-in-primary-color);
border-radius: var(--ts-input-button-radius);
}
.meta-wrapper .counter-wrapper .ref-wrapper {
color: var(--ts-text-in-primary-color);
}
.product .meta-wrapper .counter-wrapper .number-wrapper {
min-width: 0;
min-height: 0;
padding: 0;
border-radius: 0;
background: transparent;
color: inherit;
} .ts-coupon-wrapper {
--c: var(--ts-text-color);
--hc: var(--ts-primary-color);
}
.coupon-code {
min-width: 207px;
display: inline-flex;
align-items: center;
justify-content: center;
padding: 16px;
line-height: 1.1;
font-weight: bold;
position: relative;
transition: 250ms ease 0s;
}
.coupon-code:hover {
cursor: pointer; 
}
.coupon-code.loading .copy-message {
display: block;
transition: 150ms ease 0s;
}
.coupon-code.loading > span:first-child {
display: none;
}
.coupon-code .copy-message {
content: "";
display: inline-block;
vertical-align: middle;
display: none;
}
@keyframes dash {
to {
background-position: 100% 0%, 0% 100%, 0% 0%, 100% 100%;
}
} .ts-social-icons-elementor-widget .shortcode-heading-wrapper {
margin: 0 0 18px 0;
text-align: start;
}
.ts-social-icons-elementor-widget {
overflow: hidden;
}
.ts-social-icons-elementor-widget .list-items {
margin: -20px -20px 0 0;
display: flex;
flex-wrap: wrap;
}
.ts-social-icons-elementor-widget .list-items > span {
margin: 20px 20px 0 0;
display: block;
}
.ts-social-icons-elementor-widget.style-vertical .list-items > span {
width: 100%;
}
.ts-social-icons-elementor-widget .elementor-icon.elementor-social-icon {
width: auto;
height: auto;
line-height: 30px;
display: flex;
justify-content: center;
align-items: center;
background: transparent;
text-align: center;
border-width: 1px;
border-style: solid;
border-color: transparent;
transition: 150ms ease 0s;
}
body.image-button-radius .ts-social-icons-elementor-widget .elementor-icon.elementor-social-icon {
border-radius: 10px;
}
.elementor-icon.elementor-social-icon span {
line-height: 20px;
}
.elementor-icon.elementor-social-icon * {
transition: inherit;
}
.ts-social-icons-elementor-widget .elementor-icon i, 
.ts-social-icons-elementor-widget .elementor-icon svg {
width: auto;
height: auto;
}
.ts-social-icons-elementor-widget .elementor-social-icon:hover {
opacity: 1;
text-decoration: none;
}
.ts-social-icons-elementor-widget .elementor-social-icon i:before {
position: static;
}
.ts-social-icons-elementor-widget .social-name {
margin-left: 10px; } .ts-blogs[class*="item-overlap"] .item:not(.video):not(.audio) .entry-content {
position: absolute;
top: 30px;
bottom: 24px;
left: 30px;
right: 30px;
z-index: 2;
margin: 0 !important;
flex-direction: column;
display: flex;
justify-content: flex-end;
}
.ts-blogs[class*="item-overlap"] .entry-meta-top{
letter-spacing: 2px;
}
.ts-blogs.item-center .entry-meta-top {
font-size: var(--ts-small-font-size);
letter-spacing: 2px;
}
.ts-blogs[class*="item-overlap"] .thumbnail-content figure:before {
display: none;
}
.ts-blogs.item-overlap .item:not(.video):not(.audio) .entry-content .entry-meta-top,
.ts-blogs.item-overlap-2 .item:not(.video):not(.audio) .entry-content .date-time {
margin-bottom: auto;
padding-left: 10px;
padding-right: 10px;
background: #000000;
font-size: var(--ts-small-font-size);
width: fit-content;
}
.ts-blogs.item-overlap-3 .item:not(.video):not(.audio) .entry-content .entry-meta-top {
margin-bottom: auto;
font-size: var(--ts-small-font-size);
position: relative;
width: fit-content;
line-height: 22px;
margin-top: -5px;
}
.ts-blogs.item-overlap-3 .item:not(.video):not(.audio) .entry-content .entry-meta-top:before {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: 0;
border-width: 1px 0 0 0;
border-style: solid;
border-color: #ffffff;
height: 1px;
}
.ts-blogs:is(.item-overlap-2,.item-center) .item:not(.video):not(.audio) .entry-content .date-time {
display: flex;
flex-direction: column;
text-align: center;
padding: 10px;
min-width: 58px;
font-family: var(--ts-font-2-family);
font-weight: var(--ts-font-2-weight);
}
.ts-blogs.item-center .item:not(.video):not(.audio) .entry-content .date-time {
position: absolute;
left: 20px; top: 20px;
z-index: 4;
color: #ffffff;
background: #000000;
}
.ts-blogs.item-center .item:not(.video):not(.audio) .entry-content {
text-align: center;
}
.ts-blogs.item-center .item:not(.video):not(.audio) .entry-meta-top {
justify-content: center;
width: fit-content;
background: #ffffff;
color: #000000;
padding: 2px 20px;
margin: -34px auto 20px auto;
position: relative;
z-index: 3;
font-family: var(--ts-font-2-family);
font-weight: var(--ts-font-2-weight);
}
.ts-blogs.item-center .item:not(.video):not(.audio) .entry-meta-top a {
color: #000000;
}
.ts-blogs:is(.item-overlap-2,.item-center) .item:not(.video):not(.audio) .entry-content .date-time > span:first-child {
font-size: 18px;
line-height: 22px;
}
.ts-blogs:is(.item-overlap-2,.item-center) .item:not(.video):not(.audio) .entry-content .date-time > span:last-child {
font-size: 10px;
line-height: 14px;
text-transform: uppercase;
}
.ts-blogs[class*="item-overlap"] .item:not(.video):not(.audio) .entry-content .entry-title a {
background-image: linear-gradient(to right, #ffffff 0%, #ffffff 100%) !important;
background-repeat: no-repeat;
background-position: 0 calc(100% - 0.1em);
background-size: 0 1px;
transition: background-size .25s cubic-bezier(.785,.135,.15,.86) 0s;
}
.ts-blogs[class*="item-overlap"] .item:not(.video):not(.audio) .entry-content .entry-meta-top,
.ts-blogs[class*="item-overlap"] .item:not(.video):not(.audio) .entry-content a,
.ts-blogs[class*="item-overlap"] .item:not(.video):not(.audio) .entry-content a:hover,
.item-overlap-2 .item:not(.video):not(.audio) .entry-content .date-time {
color: #ffffff !important;
}
.ts-blogs[class*="item-overlap"] .item:not(.video):not(.audio) .entry-content a:hover {
background-size: 100% 1px;
}
.item-overlap .item:not(.video):not(.audio) .thumbnail-content:before {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 20%;
z-index: 2;
background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.5));
}
.ts-blogs-wrapper.style-masonry .items {
margin: 0 -15px -30px -15px;
}
.ts-blogs-wrapper.style-masonry .items .item {
padding: 0 15px;
margin-bottom: 30px;
}
.ts-shortcode .load-more-wrapper {
display: flex;
justify-content: center;
margin-top: 50px;
padding-top: 50px;
border-width: 1px 0 0 0;
border-style: solid;
} .elementor-widget-ts-instagram .swiper-button-next, 
.elementor-widget-ts-instagram .swiper-button-prev {
color: #ffffff;
opacity: 0.6 !important;
}
.elementor-widget-ts-instagram .swiper-button-next:hover, 
.elementor-widget-ts-instagram .swiper-button-prev:hover {
opacity: 1 !important;
color: #ffffff;
} .ts-product-category-wrapper.item-overlap .product-wrapper {
position: relative;
}
.product-wrapper .meta-wrapper span.count{
transition: 150ms ease 0s;
}
.item-overlap .product .product-wrapper:hover .meta-wrapper a,
.item-overlap .product .product-wrapper:hover .meta-wrapper span.count {
color: #ffffff;
}
.item-overlap .product-category a.style-overlap,
.item-link .product-category a.style-overlap {
position: absolute;
inset: 0;
content: "";
z-index: 2;
display: block;
}
.ts-product-category-wrapper.item-overlap .product-wrapper:before {
position: absolute;
inset: 0;
content: "";
background: rgba(0,0,0,0.5);
opacity: 0;
visibility: hidden;
transition: 300ms ease 0s;
z-index: 1;
}
.ts-product-category-wrapper.item-overlap .product-wrapper:hover:before {
visibility: visible;
opacity: 1;
}
.ts-product-category-wrapper.item-overlap .product-wrapper:hover .meta-wrapper:before{
-webkit-animation: ts-shake 2s linear infinite;
animation: ts-shake 2s linear infinite;
}
.ts-product-category-wrapper.item-overlap .product-wrapper > a img{
transition: 200ms ease;
transform: scale(1,1);
}
.ts-product-category-wrapper.item-overlap .product-wrapper:hover > a img {
transform: scale(1.1,1.1);
}
.ts-product-category-wrapper.item-link .product-wrapper {
border-width: 1px;
border-style: solid;
}
.ts-product-category-wrapper.item-link .product-wrapper > a:before,
.ts-product-category-wrapper.item-link .product-wrapper > a:after {
display: none !important;
}
.ts-product-category-wrapper.item-link .product-wrapper:hover {
border-color: var(--ts-primary-color);
}
.ts-product-category-wrapper.item-vertical .meta-wrapper,
.ts-product-category-wrapper.item-overlap .meta-wrapper {
flex-direction: column !important;
}
.ts-product-category-wrapper:is(.item-vertical,.item-vertical-2):not(.thumbnail-icon) .product-category .product-wrapper > a:hover img {
transform: scale(1.1,1.1);
}
.ts-product-category-wrapper:is(.item-vertical,.item-vertical-2):not(.thumbnail-icon) .product-category .product-wrapper > a:before {
content: '';
position: absolute;
inset: 0;
background: rgba(0,0,0,0.5);
z-index: 2;
opacity: 0;
visibility: hidden;
}
.ts-product-category-wrapper:is(.item-vertical,.item-vertical-2).thumbnail-icon .product-wrapper > a img {
z-index: 1;
position: relative;
}
.ts-product-category-wrapper:is(.item-vertical,.item-vertical-2).thumbnail-icon .product-category .product-wrapper > a:before {
position: absolute;
left: 20px;
right: 20px;
bottom: 20px;
top: 20px;
content: "";
background: #ffffff;
z-index: 0;
transform: scale(0,0);
transition: 300ms ease;
}
.ts-product-category-wrapper:is(.item-vertical,.item-vertical-2).thumbnail-icon .product-category .product-wrapper > a:hover:before {
transform: scale(1,1);
}
.ts-product-category-wrapper:is(.item-vertical,.item-vertical-2):not(.thumbnail-icon) .product-category .product-wrapper > a:after {
content: '\e925';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
color: #ffffff;
font-size: 24px;
z-index: 3;
opacity: 0;
visibility: hidden;
}
.ts-product-category-wrapper:is(.item-vertical,.item-vertical-2):not(.thumbnail-icon) .product-category .product-wrapper > a:hover:before,
.ts-product-category-wrapper:is(.item-vertical,.item-vertical-2):not(.thumbnail-icon) .product-category .product-wrapper > a:hover:after {
opacity: 1; 
visibility: visible;
transition: 200ms ease;
}
.item-overlap .product-category .meta-wrapper {
position: absolute;
left: 0;
right: 0;
bottom: 0;
padding: 0 50px 50px 50px;
z-index: 1;
text-align: start;
gap: 10px;
}
.item-overlap .product-category .meta-wrapper:before {
width: 48px;
height: 48px;
line-height: 48px;
text-align: center;
content: "\e925";
border-radius: 100%;
background: #ffffff;
color: #000000;
font-size: 18px;
order: 2;
}
.item-overlap.show-count .product-category .meta-wrapper:before {
grid-row: 1/3;
grid-column: 2/3;
margin: 7px 0;
}
.item-overlap .product-category .meta-wrapper .category-name {
order: 1;
}
.ts-product-category-wrapper.item-overlap .meta-wrapper a {
transition: none;
}
.woocommerce.item-vertical-2 .product-category .meta-wrapper {
gap: 0 5px;
}
#page .ts-product-category-wrapper.item-overlap .meta-wrapper {
text-align: start;
display: grid;
grid-template-columns: auto auto;
grid-template-rows: 1fr auto;
justify-content: space-between;
gap: 0;
}
.ts-product-category-wrapper.item-overlap .meta-wrapper .count {
opacity: 0;
height: 0;
transition: 250ms ease 0s;
order: 3;
}
.ts-product-category-wrapper.item-overlap .product-wrapper:hover .meta-wrapper .count {
height: 20px;
opacity: 1;
}
.woocommerce.ts-product-category-wrapper.show-dots .products.swiper {
margin-bottom: 0 !important;
}
body .ts-product-category-wrapper .show-dots .swiper-horizontal > .swiper-pagination-bullets {
margin-top: 20px;
}
.ts-alignleft .woocommerce.ts-product-category-wrapper .meta-wrapper {
text-align: left;
align-items: flex-start;
justify-content: flex-start;
}
.ts-aligncenter .woocommerce.ts-product-category-wrapper .meta-wrapper {
justify-content: center;
text-align: center;
}
.ts-alignright .woocommerce.ts-product-category-wrapper .meta-wrapper {
text-align: right;
align-items: flex-end;
justify-content: flex-end;
} .ts-image-box-wrapper {
display: flex;
flex-direction: column;
}
.align-center .ts-image-box-wrapper {
align-items: center;
}
.align-left .ts-image-box-wrapper {
align-items: flex-start;
}
.align-right .ts-image-box-wrapper {
align-items: flex-end;
}
.rtl .align-left .ts-image-box-wrapper {
align-items: flex-end;
}
.rtl .align-right .ts-image-box-wrapper {
align-items: flex-start;
}
.ts-image-box-wrapper .button,
.ts-image-box-wrapper .button-text {
display: inline-block;
}
.ts-image-box-wrapper .elementor-image-box-img {
overflow: hidden;
}
.ts-image-box-wrapper .elementor-image-box-img a{
display: block;
position: relative;
}
.ts-image-box-wrapper .elementor-image-box-img a:before {
width: 80px;
height: 80px;
line-height: 80px;
text-align: center;
content: "\e925";
font-size: 28px;
background: #ffffff;
color: #000000;
border-radius: 50%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
z-index: 1;
opacity: 0;
visibility: hidden;
transition: 0.3s ease 0s;
}
.ts-image-box-wrapper .elementor-image-box-img a:hover:before {
visibility: visible;
opacity: 1;
}
.content-absolute .elementor-image-box-content {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
content: "";
z-index: 1;
}
.ts-image-box-wrapper .elementor-image-box-description {
font-size: var(--ts-font-2-size);
letter-spacing: var(--ts-font-2-letter-spacing);
} body .sic-main .sic-label {
font-family: var(--ts-font-2-family);
font-weight: var(--ts-font-2-weight);
background-color: var(--ts-main-bg);
color: var(--ts-heading-color);
box-shadow: 0 5px 5px rgba(162,162,162,0.33);
font-size: var(--ts-font-2-size);
line-height: 30px;
padding: 0 20px;
border-radius: 0;
bottom: 10px;
}
body .sic-main .sic-label-one {
left: 10px; }
body .sic-main .sic-label-two {
right: 10px; }
body .sic-main.sic-horizontal .sic-handle {
width: 4px;
margin-left: -2px;
z-index: 5;
right: 0; }
body .sic-main .sic-circle {
background: var(--ts-main-bg);
border: 0;
}
body .sic-main .sic-circle,
body .sic-main .sic-arrows {
width: 40px;
height: 40px;
filter: none;
}
body .sic-main .sic-line:before {
background: var(--ts-main-bg);
box-shadow: none;
}
body .sic-main .sic-arrow {
width: 18px;
height: 40px;
top: 0;
align-items: center;
display: flex;
}
body .sic-main .sic-arrow-1 {
left: 0; justify-content: flex-end;
}
body .sic-main .sic-arrow-2 {
right: 0; justify-content: flex-start;
}
body .sic-main .sic-arrow svg {
display: none;
}
body .sic-main .sic-arrow-1:before {
width: 0;
height: 0;
border-top: 4px solid transparent;
border-right: 6px solid var(--ts-heading-color); border-bottom: 4px solid transparent;
content: "";
display: inline-block;
}
body .sic-main .sic-arrow-2:before {
width: 0;
height: 0;
border-top: 4px solid transparent;
border-left: 6px solid var(--ts-heading-color); border-bottom: 4px solid transparent;
content: "";
display: inline-block;
} .ts-shortcode.ts-grouped-product-wrapper form .items {
display: flex;
flex-direction: column;
gap: 20px;
}
.ts-grouped-product-wrapper .item {
display: flex;
gap: 20px;
justify-content: space-between;
align-items: center;
width: 100%;
}
.ts-grouped-product-wrapper .item .product-thumbnail {
min-width: 90px;
width: 90px;
}
.ts-grouped-product-wrapper .item .product-price {
text-align: end;
}
.ts-shortcode.ts-grouped-product-wrapper .product-title {
line-height: 20px;
}
.ts-grouped-product-wrapper .product-title a:hover{
text-decoration: none;
}
.ts-grouped-product-wrapper .product-price {
margin-left: auto;
font-size: var(--ts-product-price-size);
line-height: var(--ts-product-price-line-height);
font-family: var(--ts-font-2-family);
font-weight: var(--ts-font-2-weight);
}
.ts-grouped-product-wrapper .grouped_form button.button {
width: 100%;
} .ts-filtered-product-wrapper .filter-wrapper {
display: flex;
flex-wrap: wrap;
gap: 0 15px;
justify-content: center;
}
.filter-wrapper .dropdown-container {
position: relative;
cursor: pointer;
}
.ts-filtered-product-wrapper .filter-wrapper {
font-family: var(--ts-heading-font-family);
font-weight: var(--ts-heading-font-weight);
letter-spacing: var(--ts-heading-letter-spacing);
color: var(--ts-gray-color);
}
.ts-filtered-product-wrapper .filter-wrapper > div {
color: var(--ts-heading-color);
display: flex;
gap: 0 10px;
align-items: flex-end;
}
.ts-filtered-product-wrapper .filter-wrapper > * {
padding: 0 0 10px 0;
}
.ts-filtered-product-wrapper .filter-wrapper > div:after {
content: "\e92d";
font-size: 60%;
transition: 150ms ease 0s;
display: inline-block;
line-height: 1em;
position: relative;
bottom: 4px;
}
.ts-filtered-product-wrapper .filter-wrapper > div:hover:after{
transform: rotate(180deg);
}
.ts-filtered-product-wrapper .filter-wrapper .dropdown {
position: absolute;
top: 100%;
left: -30px; padding: 20px 30px;
width: 100%;
min-width: 230px;
max-height: 400px;
overflow: auto;
z-index: 9;
display: none;
color: var(--ts-gray-color);
font-size: var(--ts-h6-font-size);
line-height: var(--ts-h6-line-height);
background: var(--ts-dropdown-bg);
box-shadow: 0 5px 10px rgba(162,162,162,0.33);
}
.filter-wrapper .dropdown li {
list-style: none;
padding: 8px 0;
transition: 150ms ease 0s;
line-height: 1em;
position: relative;
z-index: 1;
}
.ts-filtered-product-wrapper .filter-wrapper .dropdown li.selected,
.ts-filtered-product-wrapper .filter-wrapper .dropdown li:hover {
color: var(--ts-primary-color) !important;
}
.filter-wrapper .dropdown-container:hover .dropdown {
-webkit-animation-duration: 300ms;
-moz-animation-duration: 300ms;
animation-duration: 300ms;
animation-delay: 100ms;
-webkit-animation-delay: 100ms;
-moz-animation-delay: 100ms;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: animation_menu;
-moz-animation-name: animation_menu;
animation-name: animation_menu;
-webkit-transform-origin: 0 0 0;
-moz-transform-origin: 0 0 0;
-ms-transform-origin: 0 0 0;
display: block;
}@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}:root{--woocommerce:#720eec;--wc-green:#7ad03a;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#720eec;--wc-primary-text:#fcfbfe;--wc-secondary:#e9e6ed;--wc-secondary-text:#515151;--wc-highlight:#958e09;--wc-highligh-text:white;--wc-content-bg:#fff;--wc-subtext:#767676;--wc-form-border-color:rgba(32, 7, 7, 0.8);--wc-form-border-radius:4px;--wc-form-border-width:1px}.woocommerce .woocommerce-error .button,.woocommerce .woocommerce-info .button,.woocommerce .woocommerce-message .button,.woocommerce-page .woocommerce-error .button,.woocommerce-page .woocommerce-info .button,.woocommerce-page .woocommerce-message .button{float:right}.woocommerce .col2-set,.woocommerce-page .col2-set{width:100%}.woocommerce .col2-set::after,.woocommerce .col2-set::before,.woocommerce-page .col2-set::after,.woocommerce-page .col2-set::before{content:" ";display:table}.woocommerce .col2-set::after,.woocommerce-page .col2-set::after{clear:both}.woocommerce .col2-set .col-1,.woocommerce-page .col2-set .col-1{float:left;width:48%}.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-2{float:right;width:48%}.woocommerce img,.woocommerce-page img{height:auto;max-width:100%}.woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images{float:left;width:48%}.woocommerce #content div.product div.thumbnails::after,.woocommerce #content div.product div.thumbnails::before,.woocommerce div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::before,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::before,.woocommerce-page div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::before{content:" ";display:table}.woocommerce #content div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::after{clear:both}.woocommerce #content div.product div.thumbnails a,.woocommerce div.product div.thumbnails a,.woocommerce-page #content div.product div.thumbnails a,.woocommerce-page div.product div.thumbnails a{float:left;width:30.75%;margin-right:3.8%;margin-bottom:1em}.woocommerce #content div.product div.thumbnails a.last,.woocommerce div.product div.thumbnails a.last,.woocommerce-page #content div.product div.thumbnails a.last,.woocommerce-page div.product div.thumbnails a.last{margin-right:0}.woocommerce #content div.product div.thumbnails a.first,.woocommerce div.product div.thumbnails a.first,.woocommerce-page #content div.product div.thumbnails a.first,.woocommerce-page div.product div.thumbnails a.first{clear:both}.woocommerce #content div.product div.thumbnails.columns-1 a,.woocommerce div.product div.thumbnails.columns-1 a,.woocommerce-page #content div.product div.thumbnails.columns-1 a,.woocommerce-page div.product div.thumbnails.columns-1 a{width:100%;margin-right:0;float:none}.woocommerce #content div.product div.thumbnails.columns-2 a,.woocommerce div.product div.thumbnails.columns-2 a,.woocommerce-page #content div.product div.thumbnails.columns-2 a,.woocommerce-page div.product div.thumbnails.columns-2 a{width:48%}.woocommerce #content div.product div.thumbnails.columns-4 a,.woocommerce div.product div.thumbnails.columns-4 a,.woocommerce-page #content div.product div.thumbnails.columns-4 a,.woocommerce-page div.product div.thumbnails.columns-4 a{width:22.05%}.woocommerce #content div.product div.thumbnails.columns-5 a,.woocommerce div.product div.thumbnails.columns-5 a,.woocommerce-page #content div.product div.thumbnails.columns-5 a,.woocommerce-page div.product div.thumbnails.columns-5 a{width:16.9%}.woocommerce #content div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary{float:right;width:48%;clear:none}.woocommerce #content div.product .woocommerce-tabs,.woocommerce div.product .woocommerce-tabs,.woocommerce-page #content div.product .woocommerce-tabs,.woocommerce-page div.product .woocommerce-tabs{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::before{content:" ";display:table}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs li,.woocommerce div.product .woocommerce-tabs ul.tabs li,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,.woocommerce-page div.product .woocommerce-tabs ul.tabs li{display:inline-block}.woocommerce #content div.product #reviews .comment::after,.woocommerce #content div.product #reviews .comment::before,.woocommerce div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::before,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::before,.woocommerce-page div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::before{content:" ";display:table}.woocommerce #content div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::after{clear:both}.woocommerce #content div.product #reviews .comment img,.woocommerce div.product #reviews .comment img,.woocommerce-page #content div.product #reviews .comment img,.woocommerce-page div.product #reviews .comment img{float:right;height:auto}.woocommerce ul.products,.woocommerce-page ul.products{clear:both}.woocommerce ul.products::after,.woocommerce ul.products::before,.woocommerce-page ul.products::after,.woocommerce-page ul.products::before{content:" ";display:table}.woocommerce ul.products::after,.woocommerce-page ul.products::after{clear:both}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{float:left;margin:0 3.8% 2.992em 0;padding:0;position:relative;width:22.05%;margin-left:0}.woocommerce ul.products li.first,.woocommerce-page ul.products li.first{clear:both}.woocommerce ul.products li.last,.woocommerce-page ul.products li.last{margin-right:0}.woocommerce ul.products.columns-1 li.product,.woocommerce-page ul.products.columns-1 li.product{width:100%;margin-right:0}.woocommerce ul.products.columns-2 li.product,.woocommerce-page ul.products.columns-2 li.product{width:48%}.woocommerce ul.products.columns-3 li.product,.woocommerce-page ul.products.columns-3 li.product{width:30.75%}.woocommerce ul.products.columns-5 li.product,.woocommerce-page ul.products.columns-5 li.product{width:16.95%}.woocommerce ul.products.columns-6 li.product,.woocommerce-page ul.products.columns-6 li.product{width:13.5%}.woocommerce-page.columns-1 ul.products li.product,.woocommerce.columns-1 ul.products li.product{width:100%;margin-right:0}.woocommerce-page.columns-2 ul.products li.product,.woocommerce.columns-2 ul.products li.product{width:48%}.woocommerce-page.columns-3 ul.products li.product,.woocommerce.columns-3 ul.products li.product{width:30.75%}.woocommerce-page.columns-5 ul.products li.product,.woocommerce.columns-5 ul.products li.product{width:16.95%}.woocommerce-page.columns-6 ul.products li.product,.woocommerce.columns-6 ul.products li.product{width:13.5%}.woocommerce .woocommerce-result-count,.woocommerce-page .woocommerce-result-count{float:left}.woocommerce .woocommerce-ordering,.woocommerce-page .woocommerce-ordering{float:right}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce .woocommerce-pagination ul.page-numbers::before,.woocommerce-page .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::before{content:" ";display:table}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::after{clear:both}.woocommerce .woocommerce-pagination ul.page-numbers li,.woocommerce-page .woocommerce-pagination ul.page-numbers li{display:inline-block}.woocommerce #content table.cart img,.woocommerce table.cart img,.woocommerce-page #content table.cart img,.woocommerce-page table.cart img{height:auto}.woocommerce #content table.cart td.actions,.woocommerce table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce-page table.cart td.actions{text-align:right}.woocommerce #content table.cart td.actions .input-text,.woocommerce table.cart td.actions .input-text,.woocommerce-page #content table.cart td.actions .input-text,.woocommerce-page table.cart td.actions .input-text{width:80px}.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon{float:left}.woocommerce .cart-collaterals,.woocommerce-page .cart-collaterals{width:100%}.woocommerce .cart-collaterals::after,.woocommerce .cart-collaterals::before,.woocommerce-page .cart-collaterals::after,.woocommerce-page .cart-collaterals::before{content:" ";display:table}.woocommerce .cart-collaterals::after,.woocommerce-page .cart-collaterals::after{clear:both}.woocommerce .cart-collaterals .related,.woocommerce-page .cart-collaterals .related{width:30.75%;float:left}.woocommerce .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .cross-sells{width:48%;float:left}.woocommerce .cart-collaterals .cross-sells ul.products,.woocommerce-page .cart-collaterals .cross-sells ul.products{float:none}.woocommerce .cart-collaterals .cross-sells ul.products li,.woocommerce-page .cart-collaterals .cross-sells ul.products li{width:48%}.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .shipping_calculator{width:48%;clear:right;float:right}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce .cart-collaterals .shipping_calculator::before,.woocommerce-page .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::before{content:" ";display:table}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::after{clear:both}.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2{width:47%}.woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals{float:right;width:48%}.woocommerce ul.cart_list li::after,.woocommerce ul.cart_list li::before,.woocommerce ul.product_list_widget li::after,.woocommerce ul.product_list_widget li::before,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.cart_list li::before,.woocommerce-page ul.product_list_widget li::after,.woocommerce-page ul.product_list_widget li::before{content:" ";display:table}.woocommerce ul.cart_list li::after,.woocommerce ul.product_list_widget li::after,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.product_list_widget li::after{clear:both}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img,.woocommerce-page ul.cart_list li img,.woocommerce-page ul.product_list_widget li img{float:right;height:auto}.woocommerce form .form-row::after,.woocommerce form .form-row::before,.woocommerce-page form .form-row::after,.woocommerce-page form .form-row::before{content:" ";display:table}.woocommerce form .form-row::after,.woocommerce-page form .form-row::after{clear:both}.woocommerce form .form-row label,.woocommerce-page form .form-row label{display:block}.woocommerce form .form-row label.checkbox,.woocommerce-page form .form-row label.checkbox{display:inline}.woocommerce form .form-row select,.woocommerce-page form .form-row select{width:100%}.woocommerce form .form-row .input-text,.woocommerce-page form .form-row .input-text{box-sizing:border-box;width:100%}.woocommerce form .form-row-first,.woocommerce form .form-row-last,.woocommerce-page form .form-row-first,.woocommerce-page form .form-row-last{width:47%;overflow:visible}.woocommerce form .form-row-first,.woocommerce-page form .form-row-first{float:left}.woocommerce form .form-row-last,.woocommerce-page form .form-row-last{float:right}.woocommerce form .form-row-wide,.woocommerce-page form .form-row-wide{clear:both}.woocommerce form .password-input,.woocommerce-page form .password-input{display:flex;flex-direction:column;justify-content:center;position:relative}.woocommerce form .password-input input[type=password],.woocommerce-page form .password-input input[type=password]{padding-right:2.5rem}.woocommerce form .password-input input::-ms-reveal,.woocommerce-page form .password-input input::-ms-reveal{display:none}.woocommerce form .show-password-input,.woocommerce-page form .show-password-input{background-color:transparent;border-radius:0;border:0;color:var(--wc-form-color-text,#000);cursor:pointer;font-size:inherit;line-height:inherit;margin:0;padding:0;position:absolute;right:.7em;text-decoration:none;top:50%;transform:translateY(-50%);-moz-osx-font-smoothing:inherit;-webkit-appearance:none;-webkit-font-smoothing:inherit}.woocommerce form .show-password-input::before,.woocommerce-page form .show-password-input::before{background-repeat:no-repeat;background-size:cover;background-image:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.3 3.3C16.9 2.9 16.2 2.9 15.7 3.3L13.3 5.7C12.2437 5.3079 11.1267 5.1048 10 5.1C6.2 5.2 2.8 7.2 1 10.5C1.2 10.9 1.5 11.3 1.8 11.7C2.6 12.8 3.6 13.7 4.7 14.4L3 16.1C2.6 16.5 2.5 17.2 3 17.7C3.4 18.1 4.1 18.2 4.6 17.7L17.3 4.9C17.7 4.4 17.7 3.7 17.3 3.3ZM6.7 12.3L5.4 13.6C4.2 12.9 3.1 11.9 2.3 10.7C3.5 9 5.1 7.8 7 7.2C5.7 8.6 5.6 10.8 6.7 12.3ZM10.1 9C9.6 8.5 9.7 7.7 10.2 7.2C10.7 6.8 11.4 6.8 11.9 7.2L10.1 9ZM18.3 9.5C17.8 8.8 17.2 8.1 16.5 7.6L15.5 8.6C16.3 9.2 17 9.9 17.6 10.8C15.9 13.4 13 15 9.9 15H9.1L8.1 16C8.8 15.9 9.4 16 10 16C13.3 16 16.4 14.4 18.3 11.7C18.6 11.3 18.8 10.9 19.1 10.5C18.8 10.2 18.6 9.8 18.3 9.5ZM14 10L10 14C12.2 14 14 12.2 14 10Z" fill="%23111111"/></svg>');content:"";display:block;height:22px;width:22px}.woocommerce form .show-password-input.display-password::before,.woocommerce-page form .show-password-input.display-password::before{background-image:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.3 9.49999C15 4.89999 8.50002 3.79999 3.90002 7.19999C2.70002 8.09999 1.70002 9.29999 0.900024 10.6C1.10002 11 1.40002 11.4 1.70002 11.8C5.00002 16.4 11.3 17.4 15.9 14.2C16.8 13.5 17.6 12.8 18.3 11.8C18.6 11.4 18.8 11 19.1 10.6C18.8 10.2 18.6 9.79999 18.3 9.49999ZM10.1 7.19999C10.6 6.69999 11.4 6.69999 11.9 7.19999C12.4 7.69999 12.4 8.49999 11.9 8.99999C11.4 9.49999 10.6 9.49999 10.1 8.99999C9.60003 8.49999 9.60003 7.69999 10.1 7.19999ZM10 14.9C6.90002 14.9 4.00002 13.3 2.30002 10.7C3.50002 8.99999 5.10002 7.79999 7.00002 7.19999C6.30002 7.99999 6.00002 8.89999 6.00002 9.89999C6.00002 12.1 7.70002 14 10 14C12.2 14 14.1 12.3 14.1 9.99999V9.89999C14.1 8.89999 13.7 7.89999 13 7.19999C14.9 7.79999 16.5 8.99999 17.7 10.7C16 13.3 13.1 14.9 10 14.9Z" fill="%23111111"/></svg>')}.woocommerce #payment .form-row select,.woocommerce-page #payment .form-row select{width:auto}.woocommerce #payment .terms,.woocommerce #payment .wc-terms-and-conditions,.woocommerce-page #payment .terms,.woocommerce-page #payment .wc-terms-and-conditions{text-align:left;padding:0 1em 0 0;float:left}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{float:right}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-billing-fields::before,.woocommerce .woocommerce-shipping-fields::after,.woocommerce .woocommerce-shipping-fields::before,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-billing-fields::before,.woocommerce-page .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-shipping-fields::before{content:" ";display:table}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-shipping-fields::after{clear:both}.woocommerce .woocommerce-terms-and-conditions,.woocommerce-page .woocommerce-terms-and-conditions{margin-bottom:1.618em;padding:1.618em}.woocommerce .woocommerce-oembed,.woocommerce-page .woocommerce-oembed{position:relative}.woocommerce-account .woocommerce-MyAccount-navigation{float:left;width:30%}.woocommerce-account .woocommerce-MyAccount-content{float:right;width:68%}.woocommerce-account .woocommerce-MyAccount-content mark{background-color:transparent;color:inherit;font-weight:700}.woocommerce-page.left-sidebar #content.twentyeleven{width:58.4%;margin:0 7.6%;float:right}.woocommerce-page.right-sidebar #content.twentyeleven{margin:0 7.6%;width:58.4%;float:left}.twentyfourteen .tfwc{padding:12px 10px 0;max-width:474px;margin:0 auto}.twentyfourteen .tfwc .product .entry-summary{padding:0!important;margin:0 0 1.618em!important}.twentyfourteen .tfwc div.product.hentry.has-post-thumbnail{margin-top:0}@media screen and (min-width:673px){.twentyfourteen .tfwc{padding-right:30px;padding-left:30px}}@media screen and (min-width:1040px){.twentyfourteen .tfwc{padding-right:15px;padding-left:15px}}@media screen and (min-width:1110px){.twentyfourteen .tfwc{padding-right:30px;padding-left:30px}}@media screen and (min-width:1218px){.twentyfourteen .tfwc{margin-right:54px}.full-width .twentyfourteen .tfwc{margin-right:auto}}.twentyfifteen .t15wc{padding-left:7.6923%;padding-right:7.6923%;padding-top:7.6923%;margin-bottom:7.6923%;background:#fff;box-shadow:0 0 1px rgba(0,0,0,.15)}.twentyfifteen .t15wc .page-title{margin-left:0}@media screen and (min-width:38.75em){.twentyfifteen .t15wc{margin-right:7.6923%;margin-left:7.6923%;margin-top:8.3333%}}@media screen and (min-width:59.6875em){.twentyfifteen .t15wc{margin-left:8.3333%;margin-right:8.3333%;padding:10%}.single-product .twentyfifteen .entry-summary{padding:0!important}}.twentysixteen .site-main{margin-right:7.6923%;margin-left:7.6923%}.twentysixteen .entry-summary{margin-right:0;margin-left:0}#content .twentysixteen div.product div.images,#content .twentysixteen div.product div.summary{width:46.42857%}@media screen and (min-width:44.375em){.twentysixteen .site-main{margin-right:23.0769%}}@media screen and (min-width:56.875em){.twentysixteen .site-main{margin-right:0;margin-left:0}.no-sidebar .twentysixteen .site-main{margin-right:15%;margin-left:15%}.no-sidebar .twentysixteen .entry-summary{margin-right:0;margin-left:0}}.rtl .woocommerce .col2-set .col-1,.rtl .woocommerce-page .col2-set .col-1{float:right}.rtl .woocommerce .col2-set .col-2,.rtl .woocommerce-page .col2-set .col-2{float:left}