:root {
--cgkit-color-focus: #2491ff;
}
form.cart.commercekit_sticky-atc .variations label {
pointer-events: none;
}
.commercekit-atc-tab-links {
list-style: none;
margin: 0;
}
.commercekit-atc-tab-links li {
margin: 3px 0px 3px 0;
display: inline-flex;
flex-shrink: 0;
}
.commercekit-atc-tab-links li a {
color: #565656;
position: relative;
outline: none;
padding-top: 15px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
}
.commercekit-atc-tab-links li:first-child a {
padding-left: 0;
}
.commercekit-atc-tab-links li a:after {
will-change: transform;
display: block;
position: absolute;
top: 100%;
left: 10px;
width: calc(100% - 20px);
border-bottom: 4px solid #ccc;
content: "";
transition: transform 0.3s cubic-bezier(.28,.75,.22,.95);
visibility: hidden;
}
.commercekit-atc-tab-links li:first-child a:after {
width: calc(100% - 10px);
left: 0;
}
.commercekit-atc-tab-links li#cgkit-tab-title-reviews a:after,
.commercekit-atc-tab-links li#cgkit-tab-reviews-title a:after {
width: calc(100% - 44px);
}
.commercekit-atc-tab-links li#cgkit-tab-title-reviews:first-child a:after,
.commercekit-atc-tab-links li#cgkit-tab-reviews-title:first-child a:after {
width: calc(100% - 24px);
}
.commercekit-atc-tab-links li.active a {
color:  #111;
-webkit-text-stroke: 0.2px;
}
.commercekit-atc-tab-links li a:focus-visible {
outline: 0.25rem solid #2491ff;
outline-offset: 0;
}
.commercekit-atc-tab-links li.active a:focus-visible:after {
visibility: hidden;
}
.commercekit-atc-tab-links li.active a:after {
visibility: visible;
}
.commercekit-atc-tab-links li a span {
font-size: 10px;
position: absolute;
margin-top: 2px;
right: 8px;
border-radius: 50%;
color: #fff;
height: 20px;
width: 20px;
line-height: 20px;
display: inline-block;
background-color: #dc9814;
font-weight: bold;
text-align: center;
}
#commercekit-atc-tabs-wrap h2.sticky-atc-heading span {
display: none;	
} .panel.woocommerce-Tabs-panel--additional_information h2:first-of-type,
.panel.woocommerce-Tabs-panel--reviews h2:first-of-type {
display: block;
} form.cart:not(.commercekit_sticky-atc) .commercekit-pdp-before-form {
display: none;
}
.commercekit-sticky-atc_wrapper {
display: flex;
align-items: center;
}
.commercekit-sticky-atc_wrapper img {
max-width: 80px;
}
.commercekit-sticky-atc_wrapper div {
flex-direction: column;
margin-left: 15px;
font-size: 14px;
display: flex;
}
.commercekit-sticky-atc_price {
font-weight: bold;
}
.commercekit-pdp-before-form_wrapper ins {
font-weight: bold;
}
.commercekit_sticky-atc .woocommerce-variation.single_variation p:not(.stock) {
max-width: fit-content;
margin-top: 0;
margin-bottom: 10px;
}
form.cart.commercekit_sticky-atc .woocommerce-info {
font-size: 13px;
}
form.cart.commercekit_sticky-atc .content-title {
font-size: 14px;
} .commercekit-sticky-add-to-cart {
z-index: 5;
position: fixed;
border-bottom: 1px solid #eee;
display: block;
top: -300px;
right: 0;
left: 0;
padding: 0 0.15em;
background-color: #fff;
box-shadow: 4px -5px 6px rgb(50 50 50 / 5%);
font-size: 15px;
transition: all 0.45s;
}
.commercekit-sticky-add-to-cart.visible {
top: 0;
}
.admin-bar .commercekit-sticky-add-to-cart.visible {
top: 32px;
}
.commercekit-sticky-add-to-cart__content-product-info {
display: flex;
flex-direction: column;
padding-left: 15px;
color: #222;
min-width: 0;
flex: 1;
margin-right: auto;
}
.commercekit-sticky-add-to-cart__content {
display: flex;
align-items: center;
justify-content: space-between;
}
.commercekit-sticky-add-to-cart__content-title {
display: block;
padding-right: 15px;
font-weight: 600;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.commercekit-sticky-add-to-cart .star-rating {
margin-top: 2px;
font-size: 10px;
}
.commercekit-sticky-add-to-cart__content-price {
margin-right: 5px;
color: #111;
}
.commercekit-sticky-add-to-cart__content-price del {
margin-right: 5px;
opacity: 0.35;
font-size: 0.85em;
}
.commercekit-sticky-add-to-cart__content-button {
margin-left: auto;
}
.commercekit-sticky-add-to-cart__content-button a.button {
font-size: 14px;
font-weight: 600;
transition: all 0.2s;
}
.commercekit-sticky-add-to-cart__content-button a.added_to_cart {
display: none;
}
.commercekit-sticky-add-to-cart img {
width: inherit;
max-height: 65px;
}
.admin-bar .commercekit-sticky-add-to-cart--slideInDown {
top: 32px;
} .has-subscription-plans .commercekit-sticky-add-to-cart__content-button a.button {
display: none;
}
.commercekit-atc-sticky-tabs {
width: 100%;
background: #fff;
position: sticky;
top: 0px;
z-index: 3;
overflow: hidden;
padding-right: 2.617924em;
padding-left: 2.617924em;
background-image: linear-gradient(#eee,#eee);
background-position: 0 100%;
background-size: 100% 1px;
background-repeat: no-repeat;
}
.commercekit-atc-sticky-tabs ul.commercekit-atc-tab-links {
margin: 0 auto;
font-size: 15px;
display: flex;
align-items: flex-start;
}
.commercekit-atc-sticky-tabs li.active a {
color:  #111;
}
#cgkit-tab-title-reviews a,
#cgkit-tab-reviews-title a {
padding-right: 34px;
}
#cgkit-tab-commercekit-sticky-atc-title {
padding-top: 9px;
margin: 0 0 0 auto;
}
li#cgkit-tab-commercekit-sticky-atc-title button {
padding: 0.75em 1.21575em;
font-size: 14px;
line-height: 1;
font-weight: bold;
border-radius: 4px;
transition: all 0.2s;
}
.commercekit-atc-sticky-tabs .commercekit-atc-tab-links {
display: flex;
justify-content: flex-start;
overflow: -moz-scrollbars-none;
-ms-overflow-style: none;
position: relative;
scrollbar-width: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: nowrap;
}
.commercekit-atc-sticky-tabs .commercekit-atc-tab-links::-webkit-scrollbar {
background: transparent;
display: none;
height: 0;
width: 0;
}
.commercekit-atc-sticky-tabs .commercekit-atc-tab-links.cgkit-dragging {
cursor: grabbing;
}
.commercekit-atc-sticky-tabs .commercekit-atc-tab-links.cgkit-dragging a {
pointer-events: none;
cursor: grabbing;
} .commercekit_sticky-atc .reset_bundled_variations_fixed {
display: none;
}
.cgkit-atc-product-woosg .commercekit-sticky-add-to-cart__content-button,
.cgkit-atc-product-woosg #cgkit-tab-commercekit-sticky-atc-title,
.cgkit-mobile-atc-product-woosg,
.cgkit-atc-product-woosb .commercekit-sticky-add-to-cart__content-button,
.cgkit-atc-product-woosb #cgkit-tab-commercekit-sticky-atc-title,
.cgkit-mobile-atc-product-woosb {
display: none;
} body:not(.sticky-atc-open) .commercekit-pdp-sticky-inner__close-button {
display: none;
}
.commercekit-pdp-sticky-inner__close-button {
position: absolute;
display: inline-flex;
top: -60px;
right: 0;
padding: 0.5rem;
cursor: pointer;
border: none;
color: #fff;
background-color: transparent;
}
.commercekit-pdp-sticky-inner__close-button:focus {
outline: none;
}
.commercekit-pdp-sticky-inner__close-button:focus-visible {
outline: 2px solid;
outline-offset: 2px;
outline-color: var(--cgkit-color-focus);
}
.commercekit-pdp-sticky-inner__close-icon {
width: 2.5rem;
height: 2.5rem;
pointer-events: none;
} @media (min-width: 771px) {
.single-product.sticky-atc-open #page div.product .summary {
position: relative;
}
}
div.product .summary form.cart.commercekit_sticky-atc {
margin: 0px;
} @media (min-width: 993px) {
#cgkit-mobile-commercekit-sticky-atc {
display: none;
}
.commercekit-pdp-sticky-inner__close-button {
width: 2.5rem;
height: 2.5rem;
box-sizing: content-box;
top: 4px;
left: -60px;
right: auto;
}
body:not(.sticky-atc-open) .commercekit-pdp-sticky-inner__close-button {
display: none;
}
.commercekit-sticky-add-to-cart.commercekit-atc-hide-desktop {
display: none;
}
.admin-bar .commercekit-atc-sticky-tabs {
top:  32px;
}
.sticky-atc-open div.product form.cart.commercekit_sticky-atc {
overscroll-behavior: contain;
right: 0;
}
.sticky-atc-open.admin-bar div.product form.cart.commercekit_sticky-atc {
top: 32px;
}
div.product form.cart.commercekit_sticky-atc {
position: fixed;
right: -420px;
width: 420px;
height: 100vh;
z-index: 9999;
background: #fff;
top: 0px;
margin: 0;
transition: all 0.35s;
box-shadow: 5px 0 5px 0 rgb(27 31 35 / 10%);
}
.admin-bar div.product form.cart.commercekit_sticky-atc {
top: 32px;
}
form.cart.commercekit_sticky-atc .commercekit-pdp-sticky-inner {
overflow-y: auto;
height: 100%;
padding: 1.5em;
}
.admin-bar form.cart.commercekit_sticky-atc {
height: calc(100vh - 32px);
}
.commercekit-pdp-before-form_wrapper {
display: flex;
}
.cgkit-sticky-atc-image {
margin-right: 20px;
}
form.cart.commercekit_sticky-atc .commercekit-pdp-grouped-form tbody tr {
width: 100%;
}
form.cart.commercekit_sticky-atc label[for="pa_size"]:after {
display: none;
}
.sticky-atc-open {
overflow: hidden;
position: relative;
}
.sticky-atc-open:before {
display: block;
position: absolute;
z-index: 6;
top: 0;
left: 0;
width: 100%;
height: 1000%;
background: rgba(52, 53, 55, 0.4);
content: "";
cursor: pointer;
transition: opacity 0.5s, visibility 0.5s;
}
.commercekit-pdp-sticky-inner {
position: relative;
}
.commercekit-pdp-grouped-form,
.commercekit-pdp-variation-table {
width: 100%;
}
.commercekit-pdp-before-form_wrapper {
font-size: 14px;
line-height: 1.4;
}
.commercekit-pdp-before-form_wrapper img {
max-width: 70px;
margin-bottom: 20px;
}
.commercekit-pdp-before-form_wrapper .price {
display: block;
margin: 3px 0;
font-weight: bold;
}
form.cart.commercekit_sticky-atc .woocommerce-info {
max-width: fit-content;
}
#cgkit-tab-commercekit-sticky-atc-title button {
opacity: 0;
visibility: hidden;
}
.commercekit-atc-stuck #cgkit-tab-commercekit-sticky-atc-title button {
opacity: 1;
visibility: visible;
}
form.cart.commercekit_sticky-atc .commercekit-pdp-sticky-inner .single_variation_wrap {
padding-bottom: 2rem;
}
} @media (max-width: 992px) {
.single-product:has(.commercekit_sticky-atc) {
padding-bottom: 70px;
}
form.cart.commercekit_sticky-atc {
display: block;
visibility: hidden;
position: fixed;
bottom: -500px;
left: 0px;
width: 100%;
z-index: 1000;
background: #fff;
box-shadow: 5px 0 5px 0 rgb(27 31 35 / 10%);
transition: all 0.25s;
}
div.product form.cart.commercekit_sticky-atc {
padding: 1em;
padding-bottom: 1.5em;
margin: 0;
}
.sticky-atc-open form.cart.commercekit_sticky-atc {
visibility: visible;
bottom: 0px;
z-index: 9999;	
}
.commercekit-sticky-add-to-cart__content-product-info,
.commercekit-sticky-add-to-cart__content-price,
.commercekit-sticky-add-to-cart .star-rating,
.commercekit-sticky-add-to-cart .commercekit-atc-tab-links {
display: none;
}
.commercekit-sticky-add-to-cart__content-button {
min-width: inherit;
text-align: inherit;
}
.commercekit-sticky-add-to-cart__content-button {
margin-left: inherit;
width: 100%;
text-align: center;
}
.commercekit-sticky-add-to-cart__content-button a.button {
width: 100%;
text-align: center;
}
.sticky-atc-open {
overflow: hidden;
position: relative;
}
.sticky-atc-open:before {
display: block;
position: absolute;
z-index: 100;
top: 0;
left: 0;
width: 100%;
height: 1000%;
background: rgba(0, 0, 0, 0.7);
content: "";
cursor: pointer;
transition: opacity 0.5s, visibility 0.5s;
}
.commercekit-sticky-add-to-cart__content {
padding: 15px 0;
}
.commercekit-pdp-before-form {
margin-bottom: 15px;
background: #f8f8f8;
padding: 15px;
}
.commercekit-pdp-before-form_wrapper {
display: flex;
align-items:center;
font-size: 14px;
}
.commercekit-pdp-before-form_wrapper img {
max-width: 65px;
margin-right: 15px;
}
.commercekit-pdp-before-form_wrapper span.price {
display: block;
font-weight: bold;
margin-bottom: 3px;
}
form.cart.commercekit_sticky-atc label[for="pa_size"]:after {
display: none;
}
form.cart.commercekit_sticky-atc .woocommerce-info {
margin-top: 20px;
margin-bottom: 0;
}
.commercekit_sticky-atc .woocommerce-variation.single_variation p:not(.stock) {
margin-top: 10px;
margin-bottom: 0;
}	
.commercekit-atc-sticky-tabs {
border-top: 1px solid #eee;
padding-left: 0px;
padding-right: 0px;
}
.commercekit-atc-sticky-tabs .commercekit-atc-tab-links {
overflow-x: scroll;
overflow-y: hidden;
}
.commercekit-atc-sticky-tabs ul.commercekit-atc-tab-links {
font-size: 14px;
padding: 0 5px;
}
#cgkit-tab-commercekit-sticky-atc-title {
display: none;
}
#cgkit-mobile-commercekit-sticky-atc {
position: fixed;
bottom: -100px;
left: 0;
right: 0;
padding: 0 1rem;
margin: 0 auto;
max-width: 1170px;
text-align: center;
background: #fff;
box-shadow: 4px -5px 6px rgb(50 50 50 / 5%);
opacity: 0;
visibility: hidden;
transition: 0.2s;
z-index: 20;
}
.cta-off-screen #cgkit-mobile-commercekit-sticky-atc {
opacity: 1;
visibility: visible;
bottom: 0;
}
#cgkit-mobile-commercekit-sticky-atc button {
width: 100%;
margin: 15px 0px;
font-size: 14px;
font-weight: bold;
}
.commercekit-atc-tab-links li a,
.commercekit-atc-tab-links li:first-child a {
padding-left: 10px;
}
.commercekit-atc-tab-links li#cgkit-tab-reviews-title {
padding-right: 10px;
}
.commercekit-atc-tab-links li:first-child a:after {
left: 10px;
width: calc(100% - 20px);
}
.commercekit-sticky-add-to-cart,
.admin-bar .commercekit-sticky-add-to-cart {
top: auto;
bottom: -95px;
}
.commercekit-sticky-add-to-cart.visible,
.admin-bar .commercekit-sticky-add-to-cart.visible {
top: auto;
bottom: 0px;
}
.commercekit-sticky-add-to-cart.commercekit-atc-hide-mobile {
display: none;
}
.commercekit-sticky-add-to-cart img {
display: none;
}
.commercekit-sticky-add-to-cart__content-product-info {
padding-left: 0;
}
form.cart.commercekit_sticky-atc {
max-height: 85vh;
display: flex;
flex-direction: column;
}
.commercekit-pdp-sticky-inner {
overflow-y: auto;
height: 100%;
}
} .rtl #cgkit-tab-commercekit-sticky-atc-title {
margin: 0 auto 0 0;
}
.rtl .commercekit-atc-tab-links li a span {
left: 10px;
right: auto;
}
.rtl #cgkit-tab-title-reviews a,
.rtl #cgkit-tab-reviews-title a {
padding-left: 40px;
padding-right: 10px;
}
.rtl #cgkit-tab-title-reviews:first-child a,
.rtl #cgkit-tab-reviews-title:first-child a {
padding-right: 0px;
}
.rtl .commercekit-atc-tab-links li a:after {
right: 10px;
left: auto;
}
.rtl .commercekit-pdp-sticky-inner__close-button {
left: 0;
right: -4.5rem;
}
.rtl .commercekit-atc-tab-links li#cgkit-tab-title-reviews a:after,
.rtl .commercekit-atc-tab-links li#cgkit-tab-reviews-title a:after {
width: calc(100% - 51px);
}
.rtl .commercekit-atc-tab-links li#cgkit-tab-title-reviews:first-child a:after,
.rtl .commercekit-atc-tab-links li#cgkit-tab-reviews-title:first-child a:after {
width: calc(100% - 40px);
}
.rtl .commercekit-sticky-add-to-cart__content-button {
margin-left: 0;
}
@media (max-width: 992px) {
.rtl .commercekit-pdp-before-form_wrapper img {
margin-left: 15px;
margin-right: 0;
}
}
@media (min-width: 993px) {
.rtl form.cart.commercekit_sticky-atc {
left: -420px;
right: auto;
}
.rtl.sticky-atc-open div.product form.cart.commercekit_sticky-atc {
left: 0px;
right: auto;
}
.rtl .cgkit-sticky-atc-image {
margin-right: 0;
margin-left: 20px;
}
.rtl form.cart.commercekit_sticky-atc:before,
.rtl form.cart.commercekit_sticky-atc:after,
.rtl div.product form.cart.commercekit_sticky-atc:before,
.rtl div.product form.cart.commercekit_sticky-atc:after {
left: 450px;
right: auto;
}
} .theme-shoptimizer.single-product .site-content .commercekit-sticky-add-to-cart .col-full {
max-width: 1170px;
margin-right: auto;
margin-left: auto;
background-color: #fff;
}
.theme-shoptimizer.no-breadcrumbs.single-product .site-content .commercekit-sticky-add-to-cart .col-full {
padding-top: 0;
}
@media (min-width: 993px) { body.sticky-d.theme-shoptimizer.header-4.single-product .header-4-container {
position: relative;
}
body:not(.header-4).theme-shoptimizer.sticky-d.admin-bar.single-product .col-full-nav.is_stuck {
top: inherit;
}
.theme-shoptimizer.sticky-d.single-product .logo-mark {
display: none;
}
.theme-shoptimizer.sticky-d.single-product .is_stuck .primary-navigation.with-logo .menu-primary-menu-container {
margin-left: 0;
}
.theme-shoptimizer .summary form.cart.commercekit_sticky-atc .commercekit-pdp-variation-table select {
width: calc(100% - 10px);
}
.theme-shoptimizer.single-product .site-content .commercekit-sticky-add-to-cart .col-full {
padding: 0 2.617924em;
}
.cgkit-elementor-sticky-add-to-cart-button {
position: fixed;
top: 0px;
left: 0px;
width: 100%;
padding-top: 5px;
padding-bottom: 5px;
z-index: 5;
visibility: hidden;
background: #fff;
overflow: hidden;
background-image: linear-gradient(#eee, #eee);
background-position: 0 100%;
background-size: 100% 1px;
background-repeat: no-repeat;
}
.cgkit-elementor-sticky-add-to-cart-button .elm-sticky-atc_button-wrap {
display: flex;
justify-content: flex-end;
padding-right: 10px;
margin: 0 auto;
}
.cgkit-elementor-sticky-add-to-cart-button .elm-sticky-atc_button {
width: auto;
}
}
@media (max-width: 992px) {
.theme-shoptimizer .site-content .commercekit-sticky-add-to-cart .col-full {
padding-right: 1em;
padding-left: 1em;
}
.cgkit-elementor-sticky-add-to-cart-button {
position: fixed;
bottom: 0;
left: 0;
right: 0;
display: flex;
width: 100%;
background: #fff;
padding: 15px;
z-index: 11;
visibility: hidden;
}
.cgkit-elementor-sticky-add-to-cart-button .elm-sticky-atc_button-wrap {
display: flex;
justify-content: center;
padding-right: 0px;
margin: 0 auto;
}
.cgkit-elementor-sticky-add-to-cart-button .elm-sticky-atc_button {
width: 100%;
text-align: center;
}
}.whmc-single-notice{
display:none
}
.whm-cp-error-notice {
background-color: #f2dede;
color: #a94442
}
.whm-cp-error-success,
.whmc-cpn-resp {
background-color: #dff0d8;
color: #3c763d
}
.whmc-single-notice .whm-cp-error-success i {
vertical-align: middle;
display: inline-block;
}
.whmc-single-notice .whm-cp-error-notice a.button.wc-forward:hover, .whmc-single-notice .whm-cp-error-success a:hover {
color: currentColor;
background: transparent;
}
.whmc-single-notice {
border-radius: 3px;
min-width: 38%;
padding: 19px 20px;
z-index: 10000001;
left: 50%;
bottom: -1005%;
text-align: center;
position: fixed;
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);
-webkit-animation: .5s forwards movein, 1s 4s forwards moveout;
animation: .5s forwards movein, 1s 4s forwards moveout
}
.whmc-single-notice .whm-cp-error-notice,.whmc-single-notice .whm-cp-error-success{
padding: 20px;
display:inline-block;
}
.wmctitel,
.amounts,.ckhviewcart {
font-size: 18px
}
.whmc-single-notice .whm-cp-error-notice a.button.wc-forward, .whmc-single-notice .whm-cp-error-success a {
padding: 0 !important;
color: currentColor !important;
background: transparent !important;
margin: 0 !important;
}
.whnmfixedcart {
overflow: hidden !important
}
.carttxtbtnwraptct {
align-items: center;
display: flex
}
.whmcgg-check-o {
box-sizing: border-box;
position: relative;
display: block;
transform: scale(var(--ggs, 1));
width: 22px;
height: 22px;
border: 2px solid;
border-radius: 100px
}
.whmcgg-check-o::after {
content: "";
display: block;
box-sizing: border-box;
position: absolute;
left: 3px;
top: -1px;
width: 6px;
height: 10px;
border-color: currentColor;
border-width: 0 2px 2px 0;
border-style: solid;
transform-origin: bottom left;
transform: rotate(45deg)
}
span.whmc-confetti-container {
align-items: center;
display: flex;
justify-content: center
}
span.whmc-confetti-container i {
margin-right: 10px
}
.whmc_btm_notification span {
border-radius: 3px;
min-width: 38%;
padding: 20px 20px;
z-index: 10000001;
left: 50%;
bottom: -1005%;
background: #b3ffb6;
color: #086c0c;
text-align: center;
position: fixed;
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0)
}
.whmc_btm_notification.active span {
-webkit-animation: .5s forwards movein, 1s 4s forwards moveout;
animation: .5s forwards movein, 1s 4s forwards moveout
}
span.whmc-confetti-container img {
margin-right: 10px;
height: 45px;
border-radius: 100%;
width: 44px
}
@keyframes movein {
from {
bottom: -100%
}
to {
bottom: 8%
}
}
@keyframes moveout {
from {
bottom: 8%
}
to {
bottom: -100%
}
}
.shopping-cart.active {
animation: shake 0.1s 4 linear;
-moz-animation: shake 0.1s 4 linear;
-webkit-animation: shake 0.1s 4 linear;
-o-animation: shake 0.1s 4 linear
}
@keyframes shake {
0% {
transform: translate(10px, 0)
}
50% {
transform: translate(-10px, 0)
}
100% {
transform: translate(0, 0)
}
}
@-moz-keyframes shake {
0% {
-moz-transform: translate(8px, 0)
}
50% {
-moz-transform: translate(-8px, 0)
}
100% {
-moz-transform: translate(0, 0)
}
}
@-webkit-keyframes shake {
0% {
-webkit-transform: translate(8px, 0)
}
50% {
-webkit-transform: translate(-8px, 0)
}
100% {
-webkit-transform: translate(0, 0)
}
}
@-ms-keyframes shake {
0% {
-ms-transform: translate(8px, 0)
}
50% {
-ms-transform: translate(-8px, 0)
}
100% {
-ms-transform: translate(0, 0)
}
}
@-o-keyframes shake {
0% {
-o-transform: translate(3px, 0)
}
50% {
-o-transform: translate(-3px, 0)
}
100% {
-o-transform: translate(0, 0)
}
}
#mini-cart-count_footer {
min-height: 21px;
min-width: 21px;
top: -9px;
right: -9px;
padding: 5px;
line-height: 1;
border-radius: 50%;
position: absolute;
font-weight: 600;
text-align: center
}
.whmc-count-loader.active {
border: 2px solid #7b7b7b;
border-radius: 50%;
border-top: 3px solid #2d2d2d;
-webkit-animation: spin 2s linear infinite;
animation: spin 2s linear infinite
}
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg)
}
100% {
-webkit-transform: rotate(360deg)
}
}
@keyframes spin {
0% {
transform: rotate(0deg)
}
100% {
transform: rotate(360deg)
}
}
li.menu-item {
list-style: none
}
.cart-item-data-field {
max-width: 71%
}
.cart-item-data-field dl.variation,
.cart-item-data-field dl.variation p {
font-weight: 400;
margin: 0;
font-size: 12px
}
.cart-item-data-field dl.variation dt {
clear: left
}
.cart-item-data-field dl.variation dd,
.cart-item-data-field dl.variation dt {
font-size: 12px;
margin: 0 4px 0 0;
display: inline-block;
float: left
}
.shopping-cart {
padding: 11px;
background: #fff;
box-shadow: 0 2px 8px rgb(0 0 0 / 25%)
}
.whmc_ft-buttons-con {
min-width: 100px;
margin-bottom: 10px
}
.whmc_ft-buttons-con {
display: flex;
width: 100%;
-ms-flex-pack: distribute;
justify-content: space-around;
grid-column-gap: 10px;
grid-row-gap: 10px;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
text-align: center;
grid-column-gap: 10px;
grid-row-gap: 10px;
-ms-grid-columns: 2fr 10px 2fr;
grid-template-columns: 2fr 2fr;
}
.whmc_ft-buttons-cons a {
color: #000000;
}
.whmc_ft-buttons-con a,
a#whmckeepshooping {
text-align: center;
display: block;
width: 100%;
transition: .3s
}
.icon_cancel-circle:before {
content: "\e900"
}
.whmc-bottom-part::-webkit-scrollbar-track,
.whmc-cart-item-wrap::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / .3);
border-radius: 10px;
background-color: #F5F5F5
}
.whmc-bottom-part::-webkit-scrollbar,
.whmc-cart-item-wrap::-webkit-scrollbar {
width: 7px;
background-color: #F5F5F5
}
.whmc-bottom-part::-webkit-scrollbar-thumb,
.whmc-cart-item-wrap::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / .3);
background-color: #8d8d8d
}
.whmcqrtpricewrapper {
display: flex;
justify-content: space-between;
align-items: center
}
.whmc-item-price {
margin-top: 10px
}
ul.whmc-applied-cpns {
border-radius: 20px;
background: #f9f9f9
}
.whmtitr {
font-size: 18px;
margin: 0
}
.whmtopcatrs {
align-items: center;
padding: 4px 0;
display: flex;
position: relative
}
span#topart_count_s {
font-size: 12px;
bottom: 9px;
left: 27px;
line-height: 20px;
border-radius: 100%;
text-align: center;
min-width: 20px;
background: #fff;
display: inline-block;
margin-right: 6px;
height: 20px
}
p.whmc-cr-desc {
margin: 10px 0
}
.whmc-coupon-row {
border-radius: 10px;
max-width: 317px;
border: 1px solid #ddd;
margin: 30px;
font-size: 15px;
text-align: center
}
.cartxtvalues,
.chekouttxtvalues,
#whmckeepshooping,
.whmc_ft-buttons-con a,
#whmckeepshooping {
width: 100%
}
.shippignsto_whmc {
margin-bottom: 10%
}
.whmc-coupon-field button {
color: #fff;
background: #1851a7;
cursor: pointer;
padding: 15px 0;
display: inline-block;
border: none
}
div#pm_menu i,
span.carttxtbtn i {
font-style: normal
}
@font-face {
font-family: whmcicon;
src: url(//supersurf2000.com/wp-content/plugins/mini-cart-for-woocommerce//assets/public/fonts/whmcicon.eot?nz4qz4);
src: url(//supersurf2000.com/wp-content/plugins/mini-cart-for-woocommerce//assets/public/fonts/whmcicon.eot?nz4qz4#iefix) format("embedded-opentype"), url(//supersurf2000.com/wp-content/plugins/mini-cart-for-woocommerce//assets/public/fonts/whmcicon.ttf?nz4qz4) format("truetype"), url(//supersurf2000.com/wp-content/plugins/mini-cart-for-woocommerce//assets/public/fonts/whmcicon.woff?nz4qz4) format("woff"), url(https://mloevnphn2jf.i.optimole.com/cb:2aDX.937/w:auto/h:auto/q:100/f:best/ig:avif/https://supersurf2000.com/wp-content/plugins/mini-cart-for-woocommerce//assets/public/fonts/whmcicon.svg?nz4qz4#icomoon) format("svg");
font-weight: 400;
font-style: normal;
font-display: block
}
[class*="fcp_icon"],
[class*="icon_"],
[class^="icon_"] {
font-family: whmcicon;
speak: never;
color: #000;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
font-size: 31px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}
div#pm_menu a {
text-decoration: none !important
}
#menuiconwrap {
display: inline;
position: relative
}
.icon_254:before {
content: "\e904"
}
.fcp_icon_11:before {
content: "\e92f"
}
.fcp_icon_10:before {
content: "\e930"
}
.fcp_icon_9:before {
content: "\e931"
}
.fcp_icon_8:before {
content: "\e932"
}
.fcp_icon_7:before {
content: "\e933"
}
.fcp_icon_6:before {
content: "\e934"
}
.fcp_icon_5:before {
content: "\e935"
}
.fcp_icon_4:before {
content: "\e936"
}
.fcp_icon_3:before {
content: "\e937"
}
.fcp_icon_2:before {
content: "\e938"
}
.fcp_icon_1:before {
content: "\e939"
}
.fcp_icon_19:before {
content: "\e93b"
}
.icon_38:before {
content: "\e922"
}
.icon_37:before {
content: "\e923"
}
.icon_43:before {
content: "\e927"
}
.icon_44:before {
content: "\e928"
}
.icon_39:before {
content: "\e929"
}
.icon_41:before {
content: "\e92c"
}
.icon_40:before {
content: "\e92d"
}
span#cpnicon,
span.icon-discount {
padding-right: 10px
}
div#menuiconwrap.icons02 span.cart_count_header {
bottom: auto;
top: -16px
}
.cart_menu_li,
.shippinfrescla,
.shippinfrescla label,
.whmc_applypromocode,
a#whmckeepshooping,
div#open,
span#open {
cursor: pointer
}
.couplonfield,
.shippinfrescla,
.shippinfresclagfgfg,
.taxrates,
.whmc-cart-discount-wrap,
.whmc-cart-subtotal-wrap,
.whmc-cart-total-wrap {
justify-content: space-between;
display: flex;
flex-grow: 1;
margin: 8px 0;
font-size: 15px
}
span.icon-arrow-left2 {
font-size: 20px;
display: inline-block
}
span#shipcion {
vertical-align: middle
}
#shipcion,
span#cpnicon {
vertical-align: middle;
font-size: 22px
}
.whmc-coupon.sidecartright .whmc_applypromocode,
.whmc-coupon.sidecartright ul.whmc-applied-cpns {
text-decoration: none;
text-align: left
}
.whmc_applypromocode {
text-align: center;
white-space: nowrap;
text-decoration: underline
}
.car_count_title ul.wmf-top-part li.woocommerce-mini-cart-item.mini_cart_item .cart-item-data-field,
.wc_remove_btn span {
color: #000;
border-radius: 100%;
padding: 4px;
background: #ddd;
font-size: 9px
}
.whmcremovesd {
top: -8px;
position: absolute;
left: -6px
}
ul.whmc-applied-cpns {
padding: 0;
margin: 0;
text-align: center
}
.cart_menu_li.li_two span.icon_minus,
span.cart_count_total {
font-size: 100%
}
.allpliedcoupon ul.whmc-applied-cpns li,
p.whmcnote {
font-size: 12px
}
ul.whmc-applied-cpns li {
padding-right: 10px;
display: inline-block;
list-style: none;
margin: 0
}
span.mini-cart-item-number {
margin-left: 3px;
top: -3px;
position: relative;
display: inline-block
}
.allpliedcoupon {
display: flex;
align-items: center
}
span.whmc-remove-cpn.icon-cancel-circle {
cursor: pointer;
color: red
}
.whmc-body {
width: 100%;
height: 100%
}
.whmc-bottom-part {
padding: 0 22px
}
.whmc-item-qty {
display: inline-flex;
border: 1px solid #eee;
border-radius: 2px;
overflow: hidden;
margin-top: 10px
}
.whmc-item-qty .whmc-qty-minus,
.whmc-item-qty .whmc-qty-plus {
font-size: 16px;
cursor: pointer;
color: #333
}
.whmc-item-qty .whmc-qty[type="number"] {
min-height: 28px;
background: #fff0;
border-top: none;
border-bottom: none;
border-radius: 0;
-moz-appearance: textfield;
width: 44px;
outline: 0;
box-shadow: none;
border: 1px solid #ddd;
border-top: 0;
border-bottom: 0;
font-size: 14px;
color: inherit
}
input.whmc-qty::-webkit-inner-spin-button,
input.whmc-qty::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0
}
.whmc-cpn-resp {
z-index: 99;
left: 0;
text-align: center;
padding: 10px
}
.loader-10 {
width: 48px;
height: 48px;
border-radius: 50%;
display: inline-block;
position: relative;
border: 3px solid;
border-color: #ddd #ddd #fff0;
-webkit-animation: 1s linear infinite rotation;
animation: 1s linear infinite rotation
}
.loader-10:after {
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
border: 3px solid;
border-color: #fff0 #ff3d00 #ff3d00;
width: 24px;
height: 24px;
border-radius: 50%;
-webkit-animation: 0.5s linear infinite rotationBack;
animation: 0.5s linear infinite rotationBack;
transform-origin: center center
}
@-webkit-keyframes rotationBack {
0% {
transform: rotate(0)
}
100% {
transform: rotate(-360deg)
}
}
@keyframes rotationBack {
0% {
transform: rotate(0)
}
100% {
transform: rotate(-360deg)
}
}
.whmc-couponwrapper {
overflow-x: hidden;
margin-top: 42px;
overflow-y: auto;
padding-bottom: 28px
}
.whmc-coupon-row img {
width: 100%;
max-width: 100%
}
.whmc-coupon {
margin-bottom: 30px;
border: 1px solid #f1f1f1;
padding: 25px
}
p.wmcocodes {
display: flex;
justify-content: center;
align-items: normal
}
p.wmcocodes span {
padding-right: 10px
}
.whmc-coupon .whmc-coupon-field input::-webkit-input-placeholder,
.whmc-coupon .whmc-coupon-field input::placeholder,
.whmc-coupon .whmc-coupon-field input:focus {
color: inherit
}
.whmc-coupon .whmc-coupon-field .whmc-coupon-submit {
line-height: 1;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
outline: 0;
flex: 0 1 32%;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
white-space: nowrap
}
.whmc-carts-content.whmc-processing {
cursor: not-allowed;
opacity: .6
}
.whmc-body.whmc-loader:after,
.whmc-carts-content.whmc-processing:after {
position: absolute;
font-family: whmcicon;
content: "\e97c";
font-weight: 400;
font-size: 30px;
-webkit-animation: 2s linear infinite whmc-spin;
animation: 2s linear infinite whmc-spin;
color: #000;
z-index: 9;
top: 50%;
left: 50%;
transform: translate(-50%.-50%)
}
.whmc-body.whmc-loader:before {
position: absolute;
width: 100%;
height: 100%;
content: "";
background: rgb(239 239 239 / 60%);
z-index: 9
}
.whmc-coupon .whmc-coupon-field .whmc-coupon-submit.whmc-button-loading:after {
font-family: whmcicon;
content: "\e982";
font-weight: 400;
margin-left: 10px;
-webkit-animation: 2s linear infinite whmc-spin;
animation: 2s linear infinite whmc-spin
}
@-webkit-keyframes whmc-spin {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
@keyframes whmc-spin {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
.whmc-coupon.sidecartright ul.whmc-applied-cpns {
padding: 4%
}
.whmc-updating {
text-align: center;
z-index: 1
}
.whmc-updating .whmc-icon-spinner2 {
position: absolute;
-webkit-animation: 575ms linear infinite whmc-spin;
animation: 575ms linear infinite whmc-spin;
display: inline-block;
font-size: 30px;
z-index: 1;
color: #000;
top: 45%
}
.whmc-block-cart,
.whmc-uopac,
.whmc-updating {
top: 0;
bottom: 0;
left: 0;
right: 0;
position: absolute
}
.whmc-uopac {
background-color: #f0f0f0;
opacity: .7
}
.whmc-shippicngcal-content a.shipping-calculator-button {
display: none
}
.whmc-shippicngcal-content section.shipping-calculator-form {
display: block !important
}
.whmc-cart-item-wrap {
min-height: 100px;
overflow: auto;
flex-grow: 1
}
span.whmc-remove-cpn.icon_cancel-circle {
font-size: 9px;
color: #df3030;
cursor: pointer
}
.whmc-modal.sidecartright .whmc-container {
padding: 7% 10% 2%
}
.whmc-cart-total-wrap {
padding: 10px 0
}
.whmc-coupon.sidecartright .whmc_applypromocode,
.whmc-modal.sidecartright .shippinfrescla {
position: absolute;
top: 17px
}
.whmc-modal.sidecartright .shippinfrescla {
left: 10%
}
.whmc-coupon,
.whmc-modal {
background: #fff;
width: 100%;
height: 100%;
position: absolute;
top: 0;
z-index: 100;
padding-top: 28%;
overflow: auto
}
.whmc-coupon.sidecartright,
.whmc-modal.sidecartright {
visibility: visible;
opacity: 1
}
span.carttxtbtn .icon-bag-6 {
font-size: 40px
}
.whmc_top_part {
align-items: center;
display: flex;
justify-content: center;
padding: 3px 0;
background: #efefef
}
.whmc_keep {
padding: 0 10px;
width: 100%;
bottom: 11px;
position: absolute
}
p.whmcnote {
padding: 0;
margin-bottom: 10px
}
#mini-cart-count_footer,
span.cart_count_header {
font-size: 11px;
color: #fff;
transition: transform 0.3s
}
p.whmc_keepshop {
padding: 0;
margin: 0
}
.whmc_ft-buttons-con {
min-width: 100px;
margin-bottom: 10px
}
.whmimagewrapper {
position: relative
}
.whmcitemprem {
display: flex;
justify-content: space-between;
align-items: center
}
.car_count_title ul.wmf-top-part li.woocommerce-mini-cart-item.mini_cart_item .cart-item-data-field a:hover {
opacity: .7
}
.car_count_title ul.wmf-top-part .wc_remove_btn a:hover,
.wcf_min_cart_part_total {
color: #000
}
ul.wmf-top-part li:last-child {
border-bottom: 1px solid transparent !important
}
.swal2-success-circular-line-left,
.swal2-success-circular-line-right,
.swal2-success-fix {
background: 0 0 !important
}
img.swal2-image {
margin-left: 10px;
display: inline-flex;
width: 70px;
height: 70px;
border-radius: 50%;
border: 2px solid #fff;
background: #ddd
}
#pm_menu .car_count_title li.woocommerce-mini-cart-item.mini_cart_item {
display: flex;
line-height: 2.5 !important;
justify-content: center;
overflow: hidden
}
p.wfmc_header {
padding-top: 3%
}
section.shipping-calculator-form select,
section.shipping-calculator-form input {
min-height: 40px
}
.car_count_title ul.wmf-top-part li.woocommerce-mini-cart-item.mini_cart_item .cart-item-data-field a,
.car_count_title ul.wmf-top-part li.woocommerce-mini-cart-item.mini_cart_item span.quantity {
color: #00f !important
}
.car_count_title ul.wmf-top-part .wc_remove_btn a {
background: 0 0;
color: #5f5f5f !important;
border: 1px solid #fff0;
transition: 0.3s
}
.car_count_title ul.wmf-top-part {
padding: 10px;
list-style: none;
overflow-y: auto;
color: #000;
margin: 0;
height: calc(100vh - 280px)
}
.wcf-min-top-part svg {
width: 15px
}
ul.wmf-top-part li {
padding-top: 10px !important;
padding-bottom: 20px !important;
border-bottom: 1px solid #f2f2f2;
min-height: 90px !important
}
a.product_name {
display: block;
padding: 10px
}
.wcf-min-bottom-part {
width: 100%;
position: absolute;
bottom: 0;
padding: 10px;
box-sizing: border-box;
border-top: 2px solid #eee
}
p.wcf_min_cart_part_total {
margin: 0
}
.sub_total_cat {
color: #000;
font-weight: 700;
font-size: 17px;
padding-top: 10px;
margin: 0
}
span.cart_count_header {
bottom: 2px;
right: 0;
text-align: center;
padding: 2px 6px;
line-height: 20px;
min-width: 20px;
border-radius: 100%;
position: relative;
left: -5px
}
span.cart_count_header {
background: #f97417;
color: #fff
}
.cart_menu_li.li_three span.cart_count_total {
left: 0
}
#pm_menu {
width: 400px;
bottom: 0;
background: #fff;
z-index: 999999;
display: flex;
flex-direction: column;
-webkit-animation: 0.3s both backSlideOut;
-moz-animation: 0.3s both backSlideOut;
animation: 0.3s both backSlideOut;
visibility: hidden;
transition: 0.3s;
position: fixed
}
.pm_overlay {
position: fixed;
top: 0
}
#pm_menu.pm_open {
-webkit-animation: 0.5s both backSlideIn;
-moz-animation: 0.5s both backSlideIn;
animation: 0.5s both backSlideIn;
visibility: visible
}
.pm_overlay {
width: 100%;
height: 100%;
padding: 0;
margin: 0;
z-index: 999;
background: rgb(0 0 0 / 69%);
left: 0;
-webkit-animation: 0.5s both fadeOut;
-moz-animation: 0.5s both fadeOut;
animation: 0.5s both fadeOut
}
.pm_overlay.pm_show {
visibility: visible;
-webkit-animation: 0.3s both fadeIn;
-moz-animation: 0.3s both fadeIn;
animation: 0.3s both fadeIn
}
.pm_overlay.pm_hide {
visibility: hidden
}
@-webkit-keyframes empty {
0% {
opacity: 1
}
}
@-moz-keyframes empty {
0% {
opacity: 1
}
}
@keyframes empty {
0% {
opacity: 1
}
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0
}
100% {
opacity: 1
}
}
@-moz-keyframes fadeIn {
0% {
opacity: 0
}
100% {
opacity: 1
}
}
@keyframes fadeIn {
0% {
opacity: 0
}
100% {
opacity: 1
}
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1
}
100% {
opacity: 0;
display: none
}
}
@-moz-keyframes fadeOut {
0% {
opacity: 1
}
100% {
opacity: 0;
display: none
}
}
@keyframes fadeOut {
0% {
opacity: 1
}
100% {
opacity: 0;
display: none
}
}
@-webkit-keyframes backSlideOut {
0% {
opacity: 1;
-webkit-transform: translateX(0)
}
50% {
opacity: 1
}
100% {
opacity: 0;
-webkit-transform: translateX(-100%)
}
}
@-moz-keyframes backSlideOut {
0% {
opacity: 1;
-webkit-transform: translateX(0)
}
50% {
opacity: 1
}
100% {
opacity: 0;
-webkit-transform: translateX(-100%)
}
}
@keyframes backSlideOut {
0% {
opacity: 1;
-webkit-transform: translateX(0)
}
50% {
opacity: 1
}
100% {
opacity: 0;
-webkit-transform: translateX(-100%)
}
}
@-webkit-keyframes backSlideIn {
0% {
opacity: 0;
-webkit-transform: translateX(-100%)
}
100% {
opacity: 1;
-webkit-transform: translateX(0)
}
}
@-moz-keyframes backSlideIn {
0% {
opacity: 0;
-webkit-transform: translateX(-100%)
}
100% {
opacity: 1;
-webkit-transform: translateX(0)
}
}
@keyframes backSlideIn {
0% {
opacity: 0;
-webkit-transform: translateX(-100%)
}
100% {
opacity: 1;
-webkit-transform: translateX(0)
}
}
@keyframes backTopIn {
0% {
opacity: 0;
-webkit-transform: translateY(-100%)
}
100% {
opacity: 1;
-webkit-transform: translateY(0)
}
}
@keyframes backBottomIn {
0% {
opacity: 0;
-webkit-transform: translateY(100%)
}
100% {
opacity: 1;
-webkit-transform: translateY(0)
}
}
@keyframes backTopOut {
0% {
opacity: 1;
height: 100%;
-webkit-transform: translateY(0)
}
5% {
opacity: 1;
height: 100%;
transform: translateY(-50%)
}
100% {
opacity: 1;
height: 100%;
-webkit-transform: translateY(-100%)
}
}
@keyframes backBottomOut {
0% {
opacity: 1;
-webkit-transform: translateY(0)
}
50% {
opacity: 1;
transform: translateY(50%)
}
100% {
opacity: 0;
height: 0;
-webkit-transform: translateY(100%)
}
}
@keyframes backSlideRight {
0% {
opacity: 0;
-webkit-transform: translateX(100%)
}
100% {
opacity: 1;
-webkit-transform: translateX(0)
}
}
@keyframes backSlideOutRight {
0% {
opacity: 1;
right: 0
}
10% {
opacity: 1;
right: -10%
}
100% {
opacity: 0;
right: -100%
}
}
@-moz-keyframes backSlideRight {
0% {
opacity: 0;
-webkit-transform: translateX(100%)
}
100% {
opacity: 1;
-webkit-transform: translateX(0)
}
}
@-webkit-keyframes backSlideRight {
0% {
opacity: 0;
-webkit-transform: translateX(100%)
}
100% {
opacity: 1;
-webkit-transform: translateX(0)
}
}
.cartxtvalues,
.chekouttxtvalues,
#whmckeepshooping,
.whmc_ft-buttons-con a,
#whmckeepshooping {
width: 100%
}
.shippignsto_whmc {
margin-bottom: 10%
}
.whmc_ft-buttons-con {
width: 100%;
justify-content: space-around;
text-align: center;
grid-column-gap: 10px;
grid-row-gap: 10px;
align-items: flex-start
}
#shipcion {
padding-left: 3px
}
a.whmrmtycart-button {
font-size: 16px;
line-height: 1;
display: inline-block;
margin-top: 12px;
padding: 9px 15px
}
.whmrmtycart-icon-cart i {
font-size: 40px
}
.whmc-empty-cart {
justify-content: center;
display: flex;
z-index: 1000;
font-size: 20px;
background: #fff;
height: 100%;
align-items: center;
position: absolute;
width: 100%
}
.whmrmtycart-zero-state {
text-align: center
}
.whmrmtycart-zero-state-title {
padding-bottom: 9px;
font-size: 18px;
font-weight: 600;
padding-top: 10px
}
.whmrmtycart-zero-state-text {
font-size: 15px
}
.wmcemptyimg img {
max-width: 150px !important
}
.cloasebtnwrap {
right: 13px;
padding: 5px 7px;
position: absolute;
z-index: 99
}
div#pm_menu a:focus {
outline: 0
}
.cloasebtnwrap span.cloasebtn {
display: block;
font-size: 24px;
font-weight: 300;
line-height: 1;
transition: 0.3s;
cursor: pointer
}
div#pm_menu i,
span.carttxtbtn i {
font-style: normal
}
div.shopping-cart {
display: flex;
z-index: 10;
position: fixed;
border-radius: 50%;
cursor: pointer
}
span#cpnicon,
span.icon-discount {
padding-right: 10px
}
div#menuiconwrap.icons02 span.cart_count_header {
bottom: auto;
top: -16px
}
span.icon-arrow-left2 {
font-size: 20px;
display: inline-block
}
#shipcion,
span#cpnicon {
font-size: 22px
}
.whmc-coupon.sidecartright .whmc_applypromocode,
.whmc-coupon.sidecartright ul.whmc-applied-cpns {
text-decoration: none;
text-align: left
}
.whmc_applypromocode {
text-align: center;
white-space: nowrap;
text-decoration: underline
}
ul.whmc-applied-cpns {
padding: 0;
margin: 0;
text-align: center
}
.cart_menu_li.li_two span.icon_minus,
span.cart_count_total {
font-size: 100%
}
.cart_menu_li.li_two span.icon_minus {
position: relative;
left: -5px
}
.allpliedcoupon ul.whmc-applied-cpns li,
p.whmcnote {
font-size: 12px
}
ul.whmc-applied-cpns li {
padding-right: 10px;
display: inline-block;
list-style: none;
margin: 0
}
span.mini-cart-item-number {
margin-left: 3px;
top: -3px;
position: relative;
display: inline-block
}
.whmc-cart-item-wrap {
background: #f5f5f5
}
.whmc-cart-items {
display: flex;
align-items: flex-start
}
.allpliedcoupon {
display: flex;
align-items: center
}
span.whmc-remove-cpn.icon-cancel-circle {
cursor: pointer;
color: red
}
.whmc-body {
width: 100%;
height: 100%
}
.whmc_ft-buttons-con #whmckeepshooping {
grid-column: 1/-1
}
.whmc-item-desc {
padding: 0 13px 0 20px;
flex-grow: 1;
position: relative;
width: calc(100% - 140px)
}
.whmc-cpn-resp {
position: absolute;
top: 0;
right: 0
}
.whmc-item-qty .whmc-qty,
.whmc-item-qty .whmc-qty-minus,
.whmc-item-qty .whmc-qty-plus {
background: 0 0;
margin: 0;
padding: 0;
box-shadow: none;
display: flex;
align-items: center;
justify-content: center;
width: 24px;
text-align: center
}
input.whmc-qty::-webkit-inner-spin-button,
input.whmc-qty::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0
}
.whmc-cpn-resp {
z-index: 99;
left: 0;
text-align: center;
padding: 10px
}
.loader-10 {
width: 48px;
height: 48px;
border-radius: 50%;
display: inline-block;
position: relative;
border: 3px solid;
border-color: #ddd #ddd #fff0;
-webkit-animation: 1s linear infinite rotation;
animation: 1s linear infinite rotation
}
.loader-10:after {
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
border: 3px solid;
border-color: #fff0 #ff3d00 #ff3d00;
width: 24px;
height: 24px;
border-radius: 50%;
-webkit-animation: 0.5s linear infinite rotationBack;
animation: 0.5s linear infinite rotationBack;
transform-origin: center center
}
@-webkit-keyframes rotationBack {
0% {
transform: rotate(0)
}
100% {
transform: rotate(-360deg)
}
}
@keyframes rotationBack {
0% {
transform: rotate(0)
}
100% {
transform: rotate(-360deg)
}
}
.whmc-coupon {
margin-bottom: 30px;
border: 1px solid #f1f1f1;
padding: 25px
}
.whmc-coupon .whmc-cpn-resp {
font-size: 13px;
text-align: center;
padding: 5px 10px;
background-color: #177b4c;
margin-bottom: 10px
}
.whmc-coupon .whmc-coupon-field {
justify-content: center;
margin: 22px;
display: flex
}
input#whmc-coupon-code {
border: 1px solid #ddd;
border-bottom-right-radius: 0;
border-top-right-radius: 0;
border-right: none
}
.whmc-coupon .whmc-coupon-field input {
margin: 0;
background: 0 0;
border: 0;
box-shadow: none;
outline: 0;
flex-grow: 1;
min-width: 0;
color: inherit;
padding-left: 15px
}
.whmc-coupon .whmc-coupon-field input::-webkit-input-placeholder,
.whmc-coupon .whmc-coupon-field input::placeholder,
.whmc-coupon .whmc-coupon-field input:focus {
color: inherit
}
.whmc-body.whmc-loader {
cursor: not-allowed
}
.whmc-carts-content.whmc-processing {
cursor: not-allowed;
opacity: .6
}
button.single_add_to_cart_button.button.alt.whmc-spinner,
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.loading {
padding-right: 38px !IMPORTANT
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.loading {
opacity: 1 !important;
transition: none
}
form.cart .blockUI.blockOverlay {
display: none !important
}
.whmc-spinner:after {
right: 9px;
top: auto;
position: absolute;
font-family: whmcicon;
content: "\e982";
font-size: 19px;
-webkit-animation: 2s linear infinite whmc-spin;
animation: 2s linear infinite whmc-spin;
color: #fff;
z-index: 9;
transform: translate(-50%.-50%);
background-color: #fff0;
width: auto;
height: auto
}
.whmc-spinner:before {
position: absolute;
width: 100%;
height: 100%;
content: "";
z-index: 9
}
p.wmcocodes {
padding: 0;
margin: 11px 0
}
.whmc-coupon.sidecartright ul.whmc-applied-cpns {
padding: 4%
}
input.whmc-cr-code {
background: #fff !important;
border: 1px solid #ddd !important;
margin: 0 !important;
padding: 10px !important;
width: auto !important;
height: 38px
}
input.whmc-cr-code:focus-visible,
input.whmc-cr-code:focus {
outline: 0
}
span.whmc-cr-off {
display: block;
font-weight: 600
}
.whmc-cart-items-inner {
background: #fff;
border-radius: 6px;
box-shadow: 1px 1px 5px #dfdfdf;
margin: 6px 10px;
padding: 13px;
display: flex;
justify-content: space-between;
width: 100%
}
.whmc-updating {
text-align: center;
z-index: 1
}
.whmc-updating .whmc-icon-spinner2 {
position: absolute;
-webkit-animation: 575ms linear infinite whmc-spin;
animation: 575ms linear infinite whmc-spin;
display: inline-block;
font-size: 30px;
z-index: 1;
color: #000;
top: 45%
}
.whmc-block-cart,
.whmc-uopac,
.whmc-updating {
top: 0;
bottom: 0;
left: 0;
right: 0;
position: absolute
}
.whmc-uopac {
background-color: #f0f0f0;
opacity: .7
}
.whmc-shippicngcal-content a.shipping-calculator-button {
display: none
}
.whmc-modal.sidecartright .whmc-container {
padding: 7% 10% 2%
}
.whmc-cart-total-wrap {
padding-top: 10px;
border-top-style: dashed;
border-top-width: 1px;
border-top-color: #9e9e9e
}
.whmc-coupon.sidecartright .whmc_applypromocode,
.whmc-modal.sidecartright .shippinfrescla {
position: absolute;
top: 17px
}
.whmc-modal.sidecartright .shippinfrescla {
left: 10%
}
.whmc-coupon.sidecartright,
.whmc-modal.sidecartright {
visibility: visible;
opacity: 1
}
.whmc_ft-buttons-con a,
a#whmckeepshooping {
text-align: center;
display: block;
width: 100%;
transition: .3s
}
.wmcchevkoutprocess {
display: flex;
justify-content: center;
align-items: center
}
.wmcchevkoutprocess .icons i {
font-size: 17px
}
.whmc_ft-buttons-con a:focus {
outline: 0
}
.wmctitel,
.amounts,.ckhviewcart {
font-size: 18px
}
.wmcchevkoutprocess .icons,
.amounts {
margin: 0 8px
}
span.carttxtbtn .icon-bag-6 {
font-size: 40px
}
.cart_menu_li.li_two .cart_count_total,
span#menuiconid,
span.carttxtbtn {
position: relative;
display: inline-block
}
.whmc_keep {
padding: 0 10px;
width: 100%;
bottom: 11px;
position: absolute
}
p.whmcnote {
padding: 0;
margin-bottom: 10px
}
#mini-cart-count_footer,
span.cart_count_header {
font-size: 11px;
color: #fff;
transition: transform 0.3s
}
span.mini-cart-count {
margin-left: -3px
}
p.whmc_keepshop {
padding: 0;
margin: 0
}
.whmc_ft-buttons-con a:hover,
#whmckeepshooping:hover {
opacity: .6
}
.car_count_title ul.wmf-top-part li.woocommerce-mini-cart-item.mini_cart_item .cart-item-data-field a {
padding: 0 !important;
transition: 0.3s
}
.car_count_title ul.wmf-top-part .wc_remove_btn a:hover,
.wcf_min_cart_part_total {
color: #000
}
.swal2-popup.swal2-toast.swal2-icon-success.swal2-show {
border-radius: 50px;
padding: 0 15px;
background: red;
max-height: 80px;
z-index: 99999
}
.cart_image_iem img {
width: 77px;
height: auto;
max-height: 77px;
max-width: 100%
}
#pm_menu .car_count_title li.woocommerce-mini-cart-item.mini_cart_item {
display: flex;
line-height: 2.5 !important;
justify-content: center;
overflow: hidden
}
p.wfmc_header {
padding-top: 3%
}
.car_count_title ul.wmf-top-part li.woocommerce-mini-cart-item.mini_cart_item .cart-item-data-field a,
.car_count_title ul.wmf-top-part li.woocommerce-mini-cart-item.mini_cart_item span.quantity {
color: #00f !important
}
.car_count_title ul.wmf-top-part .wc_remove_btn a {
background: 0 0;
color: #5f5f5f !important;
border: 1px solid #fff0;
transition: 0.3s
}
.car_count_title ul.wmf-top-part {
padding: 10px;
list-style: none;
overflow-y: auto;
color: #000;
margin: 0;
height: calc(100vh - 280px)
}
.wcf-min-top-part svg {
width: 15px
}
ul.wmf-top-part li {
padding-top: 10px !important;
padding-bottom: 20px !important;
border-bottom: 1px solid #f2f2f2;
min-height: 90px !important
}
a.product_name {
display: block;
padding: 10px
}
.wcf-min-bottom-part {
width: 100%;
position: absolute;
bottom: 0;
padding: 10px;
box-sizing: border-box;
border-top: 2px solid #eee
}
p.wcf_min_cart_part_total {
margin: 0
}
.sub_total_cat {
color: #000;
font-weight: 700;
font-size: 17px;
padding-top: 10px;
margin: 0
}
span.cart_count_total {
position: relative;
top: -2px
}
.cart_menu_li.li_three span.cart_count_total {
left: 0
}
.cart_menu_li.li_two span.cart_count_total {
position: relative;
top: -3px
}
.cart_menu_li {
opacity: 0
}
.pm_overlay {
width: 100%;
height: 100%;
padding: 0;
margin: 0;
z-index: 999;
background: rgb(0 0 0 / 69%);
left: 0;
-webkit-animation: 0.5s both fadeOut;
-moz-animation: 0.5s both fadeOut;
animation: 0.5s both fadeOut
}
.pm_overlay.pm_show {
visibility: visible;
-webkit-animation: 0.3s both fadeIn;
-moz-animation: 0.3s both fadeIn;
animation: 0.3s both fadeIn
}
.pm_overlay.pm_hide {
visibility: hidden
}
@-webkit-keyframes empty {
0% {
opacity: 1
}
}
@-moz-keyframes empty {
0% {
opacity: 1
}
}
@keyframes empty {
0% {
opacity: 1
}
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0
}
100% {
opacity: 1
}
}
@-moz-keyframes fadeIn {
0% {
opacity: 0
}
100% {
opacity: 1
}
}
@keyframes fadeIn {
0% {
opacity: 0
}
100% {
opacity: 1
}
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1
}
100% {
opacity: 0;
display: none
}
}
@-moz-keyframes fadeOut {
0% {
opacity: 1
}
100% {
opacity: 0;
display: none
}
}
@keyframes fadeOut {
0% {
opacity: 1
}
100% {
opacity: 0;
display: none
}
}
@-webkit-keyframes backSlideOut {
0% {
opacity: 1;
-webkit-transform: translateX(0)
}
50% {
opacity: 1
}
100% {
opacity: 0;
-webkit-transform: translateX(-100%)
}
}
@-moz-keyframes backSlideOut {
0% {
opacity: 1;
-webkit-transform: translateX(0)
}
50% {
opacity: 1
}
100% {
opacity: 0;
-webkit-transform: translateX(-100%)
}
}
@keyframes backSlideOut {
0% {
opacity: 1;
-webkit-transform: translateX(0)
}
50% {
opacity: 1
}
100% {
opacity: 0;
-webkit-transform: translateX(-100%)
}
}
@-webkit-keyframes backSlideIn {
0% {
opacity: 0;
-webkit-transform: translateX(-100%)
}
100% {
opacity: 1;
-webkit-transform: translateX(0)
}
}
@-moz-keyframes backSlideIn {
0% {
opacity: 0;
-webkit-transform: translateX(-100%)
}
100% {
opacity: 1;
-webkit-transform: translateX(0)
}
}
@keyframes backSlideIn {
0% {
opacity: 0;
-webkit-transform: translateX(-100%)
}
100% {
opacity: 1;
-webkit-transform: translateX(0)
}
}
@keyframes backSlideRight {
0% {
opacity: 0;
-webkit-transform: translateX(100%)
}
100% {
opacity: 1;
-webkit-transform: translateX(0)
}
}
@keyframes backSlideOutRight {
0% {
opacity: 1;
right: 0
}
10% {
opacity: 1;
right: -10%
}
100% {
opacity: 0;
right: -100%
}
}
@-moz-keyframes backSlideRight {
0% {
opacity: 0;
-webkit-transform: translateX(100%)
}
100% {
opacity: 1;
-webkit-transform: translateX(0)
}
}
@-webkit-keyframes backSlideRight {
0% {
opacity: 0;
-webkit-transform: translateX(100%)
}
100% {
opacity: 1;
-webkit-transform: translateX(0)
}
}
@media only screen and (max-width:768px) {
.whmc_btm_notification span,.whmc-single-notice {
width: 80%
}
}.attachment svg,.widget_media_image svg{max-width:100%;height:auto}.woocommerce img.pswp__img,.woocommerce-page img.pswp__img{max-width:none}button.pswp__button{box-shadow:none!important;background-image:url(https://mloevnphn2jf.i.optimole.com/cb:2aDX.937/w:auto/h:auto/q:100/f:best/https://supersurf2000.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png)!important}button.pswp__button,button.pswp__button--arrow--left::before,button.pswp__button--arrow--right::before,button.pswp__button:hover{background-color:transparent!important}button.pswp__button--arrow--left,button.pswp__button--arrow--left:hover,button.pswp__button--arrow--right,button.pswp__button--arrow--right:hover{background-image:none!important}button.pswp__button--close:hover{background-position:0 -44px}button.pswp__button--zoom:hover{background-position:-88px 0} .pswp{display:none;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;-ms-touch-action:none;touch-action:none;z-index:1500;-webkit-text-size-adjust:100%;-webkit-backface-visibility:hidden;outline:0}.pswp *{-webkit-box-sizing:border-box;box-sizing:border-box}.pswp img{max-width:none}.admin-bar .pswp{height:calc(100% - 32px);top:32px}@media screen and (max-width:782px){.admin-bar .pswp{height:calc(100% - 46px);top:46px}}.pswp--animate_opacity{opacity:.001;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--open{display:block}.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.pswp--zoomed-in .pswp__img{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.pswp--dragging .pswp__img{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.pswp__bg{position:absolute;left:0;top:0;width:100%;height:100%;background:#000;opacity:0;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;will-change:opacity}.pswp__scroll-wrap{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden}.pswp__container,.pswp__zoom-wrap{-ms-touch-action:none;touch-action:none;position:absolute;left:0;right:0;top:0;bottom:0}.pswp__container,.pswp__img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.pswp__zoom-wrap{position:absolute;width:100%;-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;-webkit-transition:-webkit-transform 333ms cubic-bezier(.4,0,.22,1);transition:transform 333ms cubic-bezier(.4,0,.22,1)}.pswp__bg{will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{-webkit-transition:none;transition:none}.pswp__container,.pswp__zoom-wrap{-webkit-backface-visibility:hidden}.pswp__item{position:absolute;left:0;right:0;top:0;bottom:0;overflow:hidden}.pswp__img{position:absolute;width:auto;height:auto;top:0;left:0}.pswp__img--placeholder{-webkit-backface-visibility:hidden}.pswp__img--placeholder--blank{background:#222}.pswp--ie .pswp__img{width:100%!important;height:auto!important;left:0;top:0}.pswp__error-msg{position:absolute;left:0;top:50%;width:100%;text-align:center;font-size:14px;line-height:16px;margin-top:-8px;color:#ccc}.pswp__error-msg a{color:#ccc;text-decoration:underline}.pswp__button{width:44px;height:44px;position:relative;background:0 0;cursor:pointer;overflow:visible;-webkit-appearance:none;display:block;border:0;padding:0;margin:0;float:left;opacity:.75;-webkit-transition:opacity .2s;transition:opacity .2s;-webkit-box-shadow:none;box-shadow:none}.pswp__button:focus,.pswp__button:hover{opacity:1}.pswp__button:active{outline:0;opacity:.9}.pswp__button::-moz-focus-inner{padding:0;border:0}.pswp__ui--over-close .pswp__button--close{opacity:1}.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{background:url(https://mloevnphn2jf.i.optimole.com/cb:2aDX.937/w:auto/h:auto/q:100/f:best/https://supersurf2000.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png) 0 0 no-repeat;background-size:264px 88px;width:44px;height:44px}@media (-webkit-min-device-pixel-ratio:1.1),(-webkit-min-device-pixel-ratio:1.09375),(min-resolution:105dpi),(min-resolution:1.1dppx){.pswp--svg .pswp__button,.pswp--svg .pswp__button--arrow--left:before,.pswp--svg .pswp__button--arrow--right:before{background-image:url(https://mloevnphn2jf.i.optimole.com/cb:2aDX.937/w:auto/h:auto/q:100/f:best/ig:avif/https://supersurf2000.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.svg)}.pswp--svg .pswp__button--arrow--left,.pswp--svg .pswp__button--arrow--right{background:0 0}}.pswp__button--close{background-position:0 -44px}.pswp__button--share{background-position:-44px -44px}.pswp__button--fs{display:none}.pswp--supports-fs .pswp__button--fs{display:block}.pswp--fs .pswp__button--fs{background-position:-44px 0}.pswp__button--zoom{display:none;background-position:-88px 0}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__button--zoom{background-position:-132px 0}.pswp--touch .pswp__button--arrow--left,.pswp--touch .pswp__button--arrow--right{visibility:hidden}.pswp__button--arrow--left,.pswp__button--arrow--right{background:0 0;top:50%;margin-top:-50px;width:70px;height:100px;position:absolute}.pswp__button--arrow--left{left:0}.pswp__button--arrow--right{right:0}.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{content:'';top:35px;background-color:rgba(0,0,0,.3);height:30px;width:32px;position:absolute}.pswp__button--arrow--left:before{left:6px;background-position:-138px -44px}.pswp__button--arrow--right:before{right:6px;background-position:-94px -44px}.pswp__counter,.pswp__share-modal{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__share-modal{display:block;background:rgba(0,0,0,.5);width:100%;height:100%;top:0;left:0;padding:10px;position:absolute;z-index:1600;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;-webkit-backface-visibility:hidden;will-change:opacity}.pswp__share-modal--hidden{display:none}.pswp__share-tooltip{z-index:1620;position:absolute;background:#fff;top:56px;border-radius:2px;display:block;width:auto;right:44px;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.25);box-shadow:0 2px 5px rgba(0,0,0,.25);-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);-webkit-transition:-webkit-transform .25s;transition:transform .25s;-webkit-backface-visibility:hidden;will-change:transform}.pswp__share-tooltip a{display:block;padding:8px 12px;color:#000;text-decoration:none;font-size:14px;line-height:18px}.pswp__share-tooltip a:hover{text-decoration:none;color:#000}.pswp__share-tooltip a:first-child{border-radius:2px 2px 0 0}.pswp__share-tooltip a:last-child{border-radius:0 0 2px 2px}.pswp__share-modal--fade-in{opacity:1}.pswp__share-modal--fade-in .pswp__share-tooltip{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.pswp--touch .pswp__share-tooltip a{padding:16px 12px}a.pswp__share--facebook:before{content:'';display:block;width:0;height:0;position:absolute;top:-12px;right:15px;border:6px solid transparent;border-bottom-color:#fff;-webkit-pointer-events:none;-moz-pointer-events:none;pointer-events:none}a.pswp__share--facebook:hover{background:#3e5c9a;color:#fff}a.pswp__share--facebook:hover:before{border-bottom-color:#3e5c9a}a.pswp__share--twitter:hover{background:#55acee;color:#fff}a.pswp__share--pinterest:hover{background:#ccc;color:#ce272d}a.pswp__share--download:hover{background:#ddd}.pswp__counter{position:relative;left:0;top:0;height:44px;font-size:13px;line-height:44px;color:#fff;opacity:.75;padding:0 10px;margin-inline-end:auto}.pswp__caption{position:absolute;left:0;bottom:0;width:100%;min-height:44px}.pswp__caption small{font-size:11px;color:#bbb}.pswp__caption__center{text-align:left;max-width:420px;margin:0 auto;font-size:13px;padding:10px;line-height:20px;color:#ccc}.pswp__caption--empty{display:none}.pswp__caption--fake{visibility:hidden}.pswp__preloader{width:44px;height:44px;position:absolute;top:0;left:50%;margin-left:-22px;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;will-change:opacity;direction:ltr}.pswp__preloader__icn{width:20px;height:20px;margin:12px}.pswp__preloader--active{opacity:1}.pswp__preloader--active .pswp__preloader__icn{background:url(https://mloevnphn2jf.i.optimole.com/cb:2aDX.937/w:auto/h:auto/q:100/f:best/https://supersurf2000.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/preloader.gif) 0 0 no-repeat}.pswp--css_animation .pswp__preloader--active{opacity:1}.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn{-webkit-animation:clockwise .5s linear infinite;animation:clockwise .5s linear infinite}.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut{-webkit-animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite;animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite}.pswp--css_animation .pswp__preloader__icn{background:0 0;opacity:.75;width:14px;height:14px;position:absolute;left:15px;top:15px;margin:0}.pswp--css_animation .pswp__preloader__cut{position:relative;width:7px;height:14px;overflow:hidden}.pswp--css_animation .pswp__preloader__donut{-webkit-box-sizing:border-box;box-sizing:border-box;width:14px;height:14px;border:2px solid #fff;border-radius:50%;border-left-color:transparent;border-bottom-color:transparent;position:absolute;top:0;left:0;background:0 0;margin:0}@media screen and (max-width:1024px){.pswp__preloader{position:relative;left:auto;top:auto;margin:0;float:right}}@-webkit-keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}.pswp__ui{-webkit-font-smoothing:auto;visibility:visible;opacity:1;z-index:1550}.pswp__top-bar{position:absolute;left:0;top:0;height:44px;width:100%;display:flex;justify-content:flex-end}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right,.pswp__caption,.pswp__top-bar{-webkit-backface-visibility:hidden;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{visibility:visible}.pswp__caption,.pswp__top-bar{background-color:rgba(0,0,0,.5)}.pswp__ui--fit .pswp__caption,.pswp__ui--fit .pswp__top-bar{background-color:rgba(0,0,0,.3)}.pswp__ui--idle .pswp__top-bar{opacity:0}.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right{opacity:0}.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__top-bar{opacity:.001}.pswp__ui--one-slide .pswp__button--arrow--left,.pswp__ui--one-slide .pswp__button--arrow--right,.pswp__ui--one-slide .pswp__counter{display:none}.pswp__element--disabled{display:none!important}.pswp--minimal--dark .pswp__top-bar{background:0 0}