.ba-product-gallery {
width: 100%;
max-width: 100%;
margin: 0 auto;
position: sticky;
top: 0;
} .ba-gallery-main {
position: relative;
width: 100%;
aspect-ratio: 1 / 1;
overflow: hidden;
background: #f4f4f2 !important;
border: none !important;
border-radius: 6px !important;
display: flex;
align-items: center;
justify-content: center;
} .ba-gallery-link {
display: block;
width: 100%;
height: 100%;
} .ba-gallery-image {
display: block !important;
width: 100% !important;
height: 100% !important;
} .ba-gallery-image img,
.ba-gallery-main img:not(.zoomImg) {
width: 100% !important;
height: 100% !important;
display: block !important;
object-fit: cover !important;
object-position: center center !important;
border-radius: 6px !important;
transition: opacity .22s ease, transform .45s ease !important;
} .ba-gallery-main:hover .ba-gallery-image img {
transform: scale(1.015);
} .ba-gallery-arrow {
position: absolute;
top: 50%;
z-index: 10;
transform: translateY(-50%);
width: 40px !important;
height: 40px !important;
border-radius: 999px !important;
border: none !important;
outline: none !important;
box-shadow: none !important;
background: rgba(255, 255, 255, .78) !important;
backdrop-filter: blur(4px);
-webkit-backdrop-filter: blur(4px);
display: flex !important;
align-items: center !important;
justify-content: center !important;
cursor: pointer;
padding: 0 !important;
opacity: .9;
transition: background .2s ease, opacity .2s ease;
}
.ba-gallery-prev {
left: 18px !important;
}
.ba-gallery-next {
right: 18px !important;
} .ba-gallery-arrow span {
display: block;
width: 10px;
height: 10px;
}
.ba-gallery-prev span {
border-left: 2px solid #26324c;
border-bottom: 2px solid #26324c;
transform: rotate(45deg);
margin-left: 3px;
}
.ba-gallery-next span {
border-right: 2px solid #26324c;
border-bottom: 2px solid #26324c;
transform: rotate(-45deg);
margin-right: 3px;
}
.ba-gallery-arrow:hover {
background: rgba(255, 255, 255, .96) !important;
opacity: 1;
}
.ba-gallery-arrow:focus,
.ba-gallery-arrow:focus-visible,
.ba-gallery-arrow:active {
outline: none !important;
box-shadow: none !important;
border: none !important;
} .ba-gallery-thumbs-wrap {
position: relative;
width: 100%;
margin-top: 8px;
} .ba-gallery-thumbs-arrow {
display: none !important;
} .ba-gallery-thumbs {
width: 100%;
display: grid !important;
grid-auto-flow: column !important;
grid-auto-columns: calc((100% - 16px) / 3) !important;
gap: 8px !important;
overflow-x: auto !important;
scroll-behavior: smooth;
padding: 0 !important;
margin: 0 !important;
scrollbar-width: none;
}
.ba-gallery-thumbs::-webkit-scrollbar {
display: none;
} .ba-gallery-thumb {
width: 100% !important;
height: auto !important;
aspect-ratio: 1 / 1 !important;
padding: 0 !important;
margin: 0 !important;
border: none !important;
outline: none !important;
box-shadow: none !important;
background: transparent !important;
border-radius: 4px !important;
overflow: hidden !important;
cursor: pointer;
opacity: .46 !important;
transition: opacity .22s ease !important;
} .ba-gallery-thumb picture {
width: 100% !important;
height: 100% !important;
display: block !important;
} .ba-gallery-thumb img {
width: 100% !important;
height: 100% !important;
display: block !important;
object-fit: cover !important;
object-position: center center !important;
border-radius: 4px !important;
} .ba-gallery-thumb:hover {
opacity: .78 !important;
} .ba-gallery-thumb.is-active {
opacity: 1 !important;
} .ba-gallery-thumb:focus,
.ba-gallery-thumb:focus-visible,
.ba-gallery-thumb:active {
outline: none !important;
box-shadow: none !important;
border: none !important;
} @media (max-width: 767px) {
.ba-product-gallery {
position: relative;
top: auto;
}
.ba-gallery-main {
border-radius: 5px !important;
}
.ba-gallery-image img,
.ba-gallery-main img:not(.zoomImg) {
border-radius: 5px !important;
}
.ba-gallery-arrow {
width: 36px !important;
height: 36px !important;
}
.ba-gallery-prev {
left: 12px !important;
}
.ba-gallery-next {
right: 12px !important;
}
.ba-gallery-thumbs {
grid-auto-columns: calc((100% - 16px) / 3) !important;
gap: 8px !important;
}
}  @media (min-width: 1200px) {
.ba-product-gallery {
position: sticky;
top: 24px;
}
.ba-gallery-thumbs {
grid-auto-columns: calc((100% - 24px) / 4) !important;
gap: 8px !important;
}
.ba-gallery-arrow {
width: 42px !important;
height: 42px !important;
}
.ba-gallery-prev {
left: 18px !important;
}
.ba-gallery-next {
right: 18px !important;
}
} @media (min-width: 768px) and (max-width: 1199px) {
.ba-product-gallery {
position: sticky;
top: 16px;
}
.ba-gallery-main {
aspect-ratio: 1 / 1 !important;
border-radius: 6px !important;
}
.ba-gallery-thumbs {
grid-auto-columns: calc((100% - 16px) / 3) !important;
gap: 8px !important;
}
.ba-gallery-arrow {
width: 40px !important;
height: 40px !important;
}
.ba-gallery-prev {
left: 14px !important;
}
.ba-gallery-next {
right: 14px !important;
}
} @media (max-width: 767px) {
.ba-product-gallery {
position: relative !important;
top: auto !important;
width: 100% !important;
}
.ba-gallery-main {
width: 100% !important;
aspect-ratio: 1 / 1 !important;
border-radius: 5px !important;
}
.ba-gallery-image,
.ba-gallery-image img,
.ba-gallery-main img:not(.zoomImg) {
border-radius: 5px !important;
}
.ba-gallery-thumbs-wrap {
margin-top: 7px !important;
}
.ba-gallery-thumbs {
grid-auto-columns: calc((100% - 14px) / 3) !important;
gap: 7px !important;
}
.ba-gallery-thumb {
border-radius: 4px !important;
}
.ba-gallery-thumb img {
border-radius: 4px !important;
}
.ba-gallery-arrow {
width: 36px !important;
height: 36px !important;
background: rgba(255, 255, 255, .76) !important;
}
.ba-gallery-arrow span {
width: 9px !important;
height: 9px !important;
}
.ba-gallery-prev {
left: 10px !important;
}
.ba-gallery-next {
right: 10px !important;
}
} @media (max-width: 430px) {
.ba-gallery-thumbs {
grid-auto-columns: calc((100% - 12px) / 3) !important;
gap: 6px !important;
}
.ba-gallery-arrow {
width: 34px !important;
height: 34px !important;
}
.ba-gallery-prev {
left: 8px !important;
}
.ba-gallery-next {
right: 8px !important;
}
} .ba-gallery-main {
position: relative !important;
overflow: hidden !important;
}
.ba-gallery-link {
position: relative !important;
display: block !important;
width: 100% !important;
height: 100% !important;
overflow: hidden !important;
}
.ba-gallery-main.is-sliding .ba-gallery-image img,
.ba-gallery-main.is-sliding .ba-gallery-main img:not(.ba-gallery-slide) {
opacity: 0 !important;
}
.ba-gallery-slide {
position: absolute !important;
inset: 0 !important;
z-index: 3 !important;
width: 100% !important;
height: 100% !important;
display: block !important;
object-fit: cover !important;
object-position: center center !important;
border-radius: 6px !important;
pointer-events: none !important;
transition: transform 0.38s cubic-bezier(.45, 0, .2, 1) !important;
will-change: transform;
}
.ba-gallery-arrow {
z-index: 20 !important;
} .ba-gallery-main {
touch-action: pan-y !important;
cursor: grab;
}
.ba-gallery-main.is-dragging {
cursor: grabbing;
}
.ba-gallery-main img,
.ba-gallery-thumb img {
user-select: none !important;
-webkit-user-drag: none !important;
}.ba-related-products {
width: 100%;
overflow: hidden;
} .ba-related-title {
margin: 0 0 46px;
text-align: center;
color: #fff;
font-family: 'Panama', serif;
font-size: 2rem;
line-height: 1.1;
font-weight: 600;
text-transform: uppercase;
} .ba-related-carousel {
position: relative;
width: 100%;
}
.ba-related-track-wrap {
width: 100%;
overflow: hidden;
}
.ba-related-track {
display: flex;
gap: 8px;
overflow-x: auto;
scroll-behavior: smooth;
scrollbar-width: none;
padding: 0 28px;
}
.ba-related-track::-webkit-scrollbar {
display: none;
} .ba-related-card {
flex: 0 0 calc((100% - 24px) / 4);
min-width: 0;
}
.ba-related-link {
display: block;
color: inherit;
text-decoration: none !important;
} .ba-related-media {
position: relative !important;
width: 100% !important;
aspect-ratio: 1 / 1 !important;
height: auto !important;
overflow: hidden !important;
border-radius: 3px !important;
background: #f4f4f2 !important;
} .ba-related-media .ba-related-img {
position: absolute !important;
inset: 0 !important;
width: 100% !important;
height: 100% !important;
display: block !important;
background: #f4f4f2 !important;
transition: opacity .35s ease, transform .45s ease !important;
} .ba-related-media picture.ba-related-img {
overflow: hidden !important;
} .ba-related-media picture.ba-related-img img,
.ba-related-media img.ba-related-img {
width: 100% !important;
height: 100% !important;
display: block !important;
object-fit: cover !important;
object-position: center center !important;
background: #f4f4f2 !important;
border-radius: 3px !important;
} .ba-related-img-main {
opacity: 1 !important;
z-index: 1 !important;
} .ba-related-img-hover {
opacity: 0 !important;
z-index: 2 !important;
} .ba-related-card:hover .ba-related-img-main {
opacity: 0 !important;
}
.ba-related-card:hover .ba-related-img-hover {
opacity: 1 !important;
} .ba-related-card:hover .ba-related-media picture.ba-related-img img,
.ba-related-card:hover .ba-related-media img.ba-related-img {
transform: scale(1.015) !important;
} .ba-related-info {
padding-top: 14px;
text-align: left;
}
.ba-related-name {
margin: 0 0 5px;
color: #fff;
font-size: .82rem;
line-height: 1.25;
font-weight: 600;
letter-spacing: .4px;
text-transform: uppercase;
}
.ba-related-price {
color: #fff;
font-size: .78rem;
line-height: 1.35;
font-weight: 400;
}
.ba-related-price .woocommerce-Price-amount {
color: inherit;
} .ba-related-arrow {
position: absolute !important;
top: 50% !important;
z-index: 20 !important;
width: 46px !important;
height: 46px !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
padding: 0 !important;
margin: 0 !important;
border: 1px solid rgba(38, 50, 76, .06) !important;
border-radius: 999px !important;
background: rgba(255, 255, 255, .92) !important;
color: #26324c !important;
box-shadow: 0 4px 14px rgba(0, 0, 0, .08) !important;
cursor: pointer !important;
opacity: 1 !important;
transform: translateY(-50%) !important;
transition: background .2s ease, box-shadow .2s ease, opacity .2s ease;
}
.ba-related-prev {
left: 22px !important;
}
.ba-related-next {
right: 22px !important;
} .ba-related-arrow::before,
.ba-related-arrow::after {
display: none !important;
content: none !important;
} .ba-related-arrow span {
display: block !important;
width: 11px !important;
height: 11px !important;
background: transparent !important;
border: none !important;
}
.ba-related-prev span {
border-left: 2px solid #26324c !important;
border-bottom: 2px solid #26324c !important;
transform: rotate(45deg) !important;
margin-left: 4px !important;
}
.ba-related-next span {
border-right: 2px solid #26324c !important;
border-bottom: 2px solid #26324c !important;
transform: rotate(-45deg) !important;
margin-right: 4px !important;
}
.ba-related-arrow:hover {
background: #fff !important;
box-shadow: 0 6px 18px rgba(0, 0, 0, .12) !important;
}
.ba-related-arrow:focus,
.ba-related-arrow:focus-visible,
.ba-related-arrow:active {
outline: none !important;
box-shadow: 0 4px 14px rgba(0, 0, 0, .08) !important;
}
.ba-related-arrow.is-disabled,
.ba-related-arrow.swiper-button-disabled {
opacity: .35 !important;
pointer-events: none !important;
}  @media (max-width: 1024px) {
.ba-related-products {
padding: 58px 0 46px;
}
.ba-related-track {
padding: 0 22px;
}
.ba-related-card {
flex: 0 0 calc((100% - 16px) / 3);
}
.ba-related-title {
margin-bottom: 38px;
font-size: 1.65rem;
}
} @media (max-width: 767px) {
.ba-related-products {
padding: 46px 0 38px;
}
.ba-related-title {
margin-bottom: 28px;
font-size: 1.5rem;
}
.ba-related-track {
gap: 8px;
padding: 0 16px;
}
.ba-related-card {
flex: 0 0 74%;
}
.ba-related-info {
padding-top: 10px;
}
.ba-related-name {
font-size: .76rem;
}
.ba-related-price {
font-size: .74rem;
}
.ba-related-arrow {
width: 38px !important;
height: 38px !important;
}
.ba-related-prev {
left: 10px !important;
}
.ba-related-next {
right: 10px !important;
}
.ba-related-arrow span {
width: 9px !important;
height: 9px !important;
}
} @media (max-width: 430px) {
.ba-related-card {
flex: 0 0 82%;
}
.ba-related-track {
padding: 0 12px;
}
} .ba-related-badge {
position: absolute;
top: 14px;
right: 14px;
z-index: 6;
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 28px;
padding: 0 13px;
border-radius: 999px;
border: 1px solid rgba(255,255,255,.55);
background: rgba(38, 50, 76, .88);
color: #fff;
font-size: .68rem;
line-height: 1;
font-weight: 600;
letter-spacing: 1.1px;
text-transform: uppercase;
backdrop-filter: blur(6px);
-webkit-backdrop-filter: blur(6px);
pointer-events: none;
}
.ba-related-badge-sold {
background: rgba(180, 0, 0, .84);
} @media (max-width: 767px) {
.ba-related-badge {
top: 10px;
right: 10px;
min-height: 25px;
padding: 0 10px;
font-size: .62rem;
letter-spacing: .9px;
}
}:root {
--cc-window-width: 520px;
--cc-error-color: #b81c23;
--cc-mint-color: #12b97c;
--cc-meter-color: #37a7c1;
--cc-meter-completed-color: #1dc487;
--cc-thumb-width-d: 95px;
--cc-thumb-width-m: 70px;
--cc-border-radius: 3px;
--cc-primary-button-bg-color: #000;
--cc-primary-button-text-color: #fff;
--cc-primary-button-hover-bg-color: #313131;
--cc-primary-button-hover-text-color: #fff;
--cc-checkout-button-bg-color: #000;
--cc-checkout-button-text-color: #fff;
--cc-checkout-button-hover-bg-color: #313131;
--cc-checkout-button-hover-text-color: #fff;
--cc-checkout-button-icon-color: #fff;
--cc-coupon-button-bg-color: #efefef;
--cc-coupon-button-text-color: #000;
--cc-coupon-button-hover-bg-color: #000;
--cc-coupon-button-hover-text-color: #fff;
--cc-coupon-button-border-color: #bdbdbd;
--cc-coupon-button-border-hover-color: #000;
--cc-coupon-button-border-width: 1px;
--cc-window-bg-color: #fff;
--cc-window-text-color: #000;
--cc-window-muted-text-color: #777;
--cc-window-link-color: #000;
--cc-window-link-hover-color: #313131;
--cc-window-border-color: #dedede;
--cc-window-border-width: 1px;
--cc-rec-slide-bg-color: #fff;
--cc-rec-slide-border-color: #dedede;
--cc-rec-slide-border-width: 1px;
--cc-rec-slide-link-color: #000;
--cc-rec-slide-link-hover-color: #313131;
--cc-rec-slide-text-color: #000;
--cc-icon-color: #000;
--cc-header-bg-color: #fff;
--cc-menu-link-color: #636363;
--cc-menu-link-hover-color: #000;
--cc-active-menu-color: #000;
--cc-compass-open-bg-color: #fff;
--cc-compass-bg-color: #000;
--cc-compass-cart-icon-color: #fff;
--cc-compass-close-icon-color: #000;
--cc-cart-count-bg-color: #12b97c;
--cc-cart-count-text-color: #fff;
--cc-button-border-radius: 8px;
--cc-announcement-bar-bg-color: #272727;
--cc-announcement-bar-text-color: #fff;
--cc-announcement-bar-link-color: #fff
}
.cc-window,
.cc-compass-count,
.cc-cart input,
.cc_sfl_btn a.save_for_later_btn,
.cc_move_to_cart_btn a.button,
.cc-slide .single_add_to_cart_button,
.cc-slide .button,
.cc-coupon-form .cc-coupon-btn,
.toast {
font-weight: normal;
-webkit-font-smoothing: antialiased;
color: var(--cc-window-text-color);
font-weight: 400;
text-transform: none;
line-height: 1.5;
letter-spacing: 0;
}
.cc-compass,
.cc-compass * {
box-sizing: content-box;
}
.cc-window * {
box-sizing: border-box;
}
.cc-window a,
.cc-window a:hover,
.cc-window a.button,
.cc-window a.button:hover {
text-decoration: none;
}
.cc-compass {
padding: 15px;
background-color: var(--cc-compass-bg-color);
position: fixed;
bottom: 25px;
right: 25px;
width: 30px;
height: 30px;
border-radius: 100px;
display: flex;
justify-content: center;
box-shadow: 0 0 10px #00000030;
z-index: 9999999;
cursor: pointer;
-moz-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
-webkit-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
align-items: center;
-webkit-animation: bounce-in-fwd 1.1s both;
animation: bounce-in-fwd 1.1s both;
line-height: 1;
} .cc-compass:focus-visible {
outline: none;
box-shadow: 0 0 10px #00000030, 0 0 0 2px #fff, 0 0 0 4px #000;
}
.cc-compass-cart-icon {
display: flex;
}
.cc-compass-cart-icon i,
.cc-compass-cart-icon svg {
color: var(--cc-compass-cart-icon-color);
}
.cc-compass-cart-icon svg {
width: 30px;
height: 30px;
}
.cc-compass-close-icon i {
color: var(--cc-compass-close-icon-color);
font-size: 30px;
}
.cc-compass:hover .cc-compass-cart-icon i,
.cc-compass:hover .cc-compass-cart-icon svg {
color: var(--cc-compass-close-icon-color);
}
.cc-compass.cc-compass-open .cc-compass-close-icon i {
color: var(--cc-compass-close-icon-color);
}
.cc-compass:hover {
background-image: none;
background-color: #fff;
}
.cc-compass:hover .cart-icon {
filter: none;
}
.cc-action-notice {
position: fixed;
bottom: 100px;
right: 25px;
padding: 1em 1em 1em 3em;
width: 270px;
background: #ffffff;
border: 1px solid #d7d7d7;
border-top: 3px solid #b81c23;
font-size: 14px;
border-radius: var(--cc-button-border-radius);
-webkit-animation: fadeInUp 0.5s both;
animation: fadeInUp 0.5s both;
}
.cc-action-notice-off {
-webkit-animation: fadeOutRight 0.5s both;
animation: fadeOutRight 0.5s both;
}
.cc-action-notice::before {
content: "\e016";
color: #b81c23;
font-family: WooCommerce;
position: absolute;
left: 18px;
top: 16px;
}
.cc-window {
background-color: var(--cc-window-bg-color);
width: var(--cc-window-width);
height: 100%;
position: fixed;
top: 0;
right: -1000px;
z-index: 999999;
box-shadow: 0 0 20px #00000030;
opacity: 1;
overflow-y: scroll;
transition: right 0.15s ease-out;
}
body.cc-window-open .cc-window {
right: 0;
}
.cc-cart-product {
display: flex !important;
width: 100%;
justify-content: stretch;
align-items: normal;
}
.cc-cart,
.cc-saves {
flex-direction: column;
display: flex;
}
.cc-saves {
height: calc(100vh - 84px);
}
.cc-active {
display: flex;
}
.cc-row {
padding: 20px;
font-size: 14px;
}
.cc-coupon .woocommerce-message {
background-color: #fff;
padding: 1em;
margin-bottom: 1em;
font-size: 14px;
border-radius: var(--cc-button-border-radius);
border: 1px solid #d7d7d7;
border-top: 3px solid #12b99a;
color: #000;
}
.cc-coupon .woocommerce-message::before {
content: "\e908";
font-family: "caddy-public-icons";
font-size: 14px;
color: #ffffff !important;
background-color: var(--cc-mint-color);
border-radius: 100px;
padding: 1px;
height: 18px;
width: 18px;
text-align: center;
line-height: 20px;
}
.cc-header {
height: auto;
background-color: var(--cc-header-bg-color);
top: 0;
font-size: 14px;
color: #ccc;
position: sticky;
z-index: 9999;
border-bottom: var(--cc-window-border-width) solid var(--cc-window-border-color);
}
.cc-header-bar {
display: flex;
align-items: center;
padding: 12px 20px;
min-height: 48px;
position: relative;
}
.cc-header-back {
background: none;
border: none;
cursor: pointer;
padding: 0;
color: #000;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
line-height: 1;
width: 24px;
}
.cc-header-back svg {
display: block;
}
.cc-header-back:hover,
.cc-header-back:focus,
.cc-header-back:active,
.cc-header-back:focus-visible {
opacity: 0.6;
background: none !important;
color: #000 !important;
outline: none !important;
box-shadow: none !important;
}
.cc-header-title {
position: absolute;
left: 50%;
transform: translateX(-50%);
font-size: 1.1em;
font-weight: 600;
color: #000;
letter-spacing: -0.2px;
pointer-events: none;
}
.cc-header-title .cc-cart-tab-count {
font-weight: 400;
}
.cc-header-icons {
display: flex;
align-items: center;
gap: 20px;
flex-shrink: 0;
margin-left: auto;
}
.cc-header-icons .cc-icon-nav {
position: relative;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
color: #000;
}
.cc-header-icons .cc-icon-nav i {
font-size: 22px;
line-height: 1;
display: block;
}
.cc-header-icons .cc-icon-nav .cc-saved-tab-count {
display: inline-block !important;
border-radius: 50%;
height: 17px;
line-height: 17px;
width: 17px;
text-align: center;
font-size: 11px !important;
position: absolute;
top: -6px;
right: -8px;
background-color: #000;
color: #fff;
}
.cc-header-icons .cc-icon-nav .cc-saved-tab-count.cc-hidden {
display: none !important;
} .cc-header > .ccicon-x {
display: none !important;
}
.cc-header [class^="licon-"],
.cc-header [class*=" licon-"] {
-webkit-font-smoothing: auto;
margin-right: 10px;
position: relative;
top: 1px;
font-size: 24px;
}
.cc-title {
color: #000;
font-size: 23px;
display: block;
letter-spacing: -0.2px;
margin-bottom: 2px;
}
.cc-header .cc-title {
padding-bottom: 10px;
padding-top: 15px;
font-size: 21px;
border-bottom: 1px solid #00000017;
}
.cc-inner-container {
padding: 10px;
}
.cc-header .cc-inner-container,
.cc-pl-info-header .cc-inner-container {
padding: 0 25px;
}
.cc-pl-info-header .cc-inner-container {
padding: 15px 25px;
}
.cc-body-container {
flex-grow: 1;
display: flex;
flex-direction: column;
overflow-y: auto;
overflow-x: hidden;
box-sizing: border-box;
position: relative;
}
.cc-body {
z-index: 99;
position: relative;
animation: fadeIn 0.5s;
overflow-y: auto;
width: var(--cc-window-width);
flex: 1;
scrollbar-width: thin;
scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
}
.cc-body::-webkit-scrollbar {
width: 4px;
}
.cc-body::-webkit-scrollbar-track {
background: transparent;
}
.cc-body::-webkit-scrollbar-thumb {
background: rgba(0, 0, 0, 0.2);
border-radius: 4px;
}
.cc-body::-webkit-scrollbar-thumb:hover {
background: rgba(0, 0, 0, 0.35);
}
.cc-empty-msg {
padding: 25px;
font-size: 14px;
text-align: center;
}
.cc-row .cc-title,
.cc-empty-msg .cc-title {
font-size: 20px;
margin-bottom: 5px;
color: var(--cc-text-color);
font-weight: bold;
}
.cc-empty-msg .cc-button {
padding: 12px 24px;
width: auto;
}
.cc-text-center {
text-align: center !important;
}
.cc-text-left {
text-align: left !important;
}
.ccicon-x {
position: absolute !important;
top: 0 !important;
right: 0;
color: #000;
font-size: 23px;
cursor: pointer;
display: none;
padding: 13px;
}
.ccicon-x:hover {
color: #000;
}
.cc-compass .licon::before {
content: "\24";
font-family: "caddy-public-icons";
color: #fff;
font-size: 28px;
-webkit-font-smoothing: auto;
}
.cc-compass:hover .licon::before {
color: #000;
}
.cc-compass.cc-compass-open {
background-color: var(--cc-compass-open-bg-color);
background-image: none;
right: calc(var(--cc-window-width) + 30px);
transition: all 0.3s ease 0s;
}
.cc-compass.cc-compass-open .licon::before {
content: "\e901" !important;
font-family: "caddy-public-icons";
color: #000;
animation-name: fadeInUp;
-webkit-animation-name: fadeInUp;
transition: all 0.3s ease;
}
.cc-compass-count {
font-size: 10px;
border-radius: 50px;
background-color: var(--cc-cart-count-bg-color);
padding: 2px 3px 4px;
position: absolute;
top: -3px;
left: 0;
min-width: 14px;
height: 14px;
text-align: center;
font-weight: bold;
color: var(--cc-cart-count-text-color);
line-height: 150%;
-moz-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
-webkit-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
align-items: center;
}
.cc-hidden {
display: none;
}
.cc-compass-count.cc-cart-zero,
.cc_cart_count.cc_cart_zero {
display: none;
}
.img-tick {
font-size: 9px;
border-radius: 50px;
background-color: #12b99a;
padding: 3px;
position: absolute;
top: 15px;
left: 18px;
width: 16px;
height: 16px;
text-align: center;
font-weight: bold;
color: #ffffff;
}
.cc-row [class^="licon-"],
.cc-row [class*=" licon-"] {
font-size: 34px;
color: #4a1390;
margin-bottom: 12px;
display: inline-block;
}
.cc-row span {
display: block;
}
.cc-window a,
.cc-window a:visited,
.cc-cart-product a,
.cc-cart-product a:visited,
.cc-poweredby a,
.cc-poweredby a:visited {
color: var(--cc-window-link-color) !important;
}
.cc-window a:hover,
.cc-cart-product a:hover,
.cc-poweredby a:hover {
color: var(--cc-window-link-hover-color) !important;
}
.cc-poweredby {
font-size: 0.5em;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 1.5px;
color: #a5a5a5;
padding: 8px 10px;
bottom: 0;
position: sticky;
border-top: 1px solid #dedede;
z-index: 9999;
width: var(--cc-window-width);
display: flex;
justify-content: center;
gap: 3px;
align-items: center;
}
.cc-screen-tab .cc-poweredby {
border-top: 0;
}
.cc-poweredby svg {
width: 12px;
height: 12px;
color: #000;
}
.cc-poweredby-off {
bottom: 0;
}
.cc-cart-product-list div {
display: block;
}
#cc-saves .cc-cart-product-list div {
display: inline-block;
}
.cc-cart-product-list {
margin: 0 25px 1px 25px;
padding: 17px 0 15px 0;
align-items: center;
border-top: var(--cc-window-border-width) solid var(--cc-window-border-color);
position: relative;
} .cc-cart-product-list.cc-updating {
opacity: 0.6;
pointer-events: none;
position: relative;
}
.cc-cart-product-list.cc-updating::after {
content: '';
position: absolute;
top: 50%;
left: 50%;
width: 20px;
height: 20px;
margin: -10px 0 0 -10px;
border-radius: 50%;
border: 2px solid rgba(0, 0, 0, 0.15);
border-top-color: rgba(0, 0, 0, 0.6);
animation: cc-spin 0.5s linear infinite;
z-index: 1;
} .cc-cart-product-list.cc-saving {
opacity: 0.6;
pointer-events: none;
position: relative;
}
.cc-cart-product-list.cc-saving::after {
content: '';
position: absolute;
top: 50%;
left: 50%;
width: 20px;
height: 20px;
margin: -10px 0 0 -10px;
border-radius: 50%;
border: 2px solid rgba(0, 0, 0, 0.15);
border-top-color: rgba(0, 0, 0, 0.6);
animation: cc-spin 0.5s linear infinite;
z-index: 1;
}
@keyframes cc-spin {
to { transform: rotate(360deg); }
} .cc-cart-items.cc-cart-loading {
opacity: 0.6;
pointer-events: none;
position: relative;
}
.cc-cart-items.cc-cart-loading::after {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: transparent;
cursor: wait;
z-index: 10;
}
.cc-cart-product-list:first-child {
border-top: 0px;
}
#cc-saves .cc-cart-product-list {
border-top: 0;
border-bottom: var(--cc-window-border-width) solid var(--cc-window-border-color);
}
.cc-product-thumb {
flex: none;
width: var(--cc-thumb-width-d);
height: var(--cc-thumb-width-d);
overflow: hidden;
border-radius: var(--cc-border-radius);
margin-right: 20px;
background: #f0f0f0;
}
.cc-product-thumb img {
border-radius: var(--cc-border-radius);
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.cc-product-link {
font-size: 15px;
line-height: 1;
}
.cc-cart-product-list span {
display: inline-block;
}
.disable-scrollbars::-webkit-scrollbar {
width: 0;
background: transparent; }
.disable-scrollbars {
scrollbar-width: none; -ms-overflow-style: none; }
.cc-row .cc-cart-product-list:last-child {
margin-bottom: 0;
}
.cc-totals .cc-total-text {
width: 60%;
}
.cc-totals .cc-total-amount {
width: 40%;
text-align: right;
font-weight: normal;
}
.cc-cart-items {
padding: 0;
} .cc-cart-item {
transition: background-color 0.3s ease, opacity 0.3s ease;
}
.cc-cart-item.cc-item-updated {
background-color: rgba(18, 185, 124, 0.1);
}
.cc-cart-item.cc-item-removing {
opacity: 0.5;
} .cc_item_quantity.cc-loading {
color: transparent !important;
position: relative;
}
.cc-price-loading {
opacity: 0.7;
}
@keyframes cc-loading-shimmer {
0% {
background-position: 200% 0;
}
100% {
background-position: -200% 0;
}
}
.cc-item-loading {
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
font-size: 14px;
color: #666;
font-style: italic;
}
.cc-item-loading.cc-removing {
color: #b81c23;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(255, 255, 255, 0.9);
z-index: 10;
}
.cc-new-item-placeholder .cc-item-loading {
background: rgba(18, 185, 124, 0.05);
border: 1px dashed rgba(18, 185, 124, 0.3);
border-radius: 4px;
}
.cc-window-wrapper {
height: 100%;
width: 100%;
overflow: hidden;
}
.cc-window a.cc-button {
background-color: var(--cc-primary-button-bg-color);
color: var(--cc-primary-button-text-color) !important;
cursor: pointer;
padding: 14px 20px;
border-radius: var(--cc-button-border-radius);
font-size: 16px;
display: inline-block;
margin: 10px auto 0;
text-align: center;
width: 100%;
font-weight: bold;
}
.cc-window .cc-empty-msg a.cc-button {
margin: 0 auto;
width: auto;
}
.cc-window a.cc-button:hover {
color: var(--cc-checkout-button-hover-text-color) !important;
background-color: var(--cc-checkout-button-hover-bg-color);
}
.cc-cart-product .cc-qty-disabled {
color: #ccc;
}
.cc-cart-product .cc-qty-disabled:hover {
background-color: transparent !important;
color: #ccc !important;
border-color: rgb(204, 204, 204) !important;
cursor: unset;
}
.cc-cart-product a.remove,
.cc-cart-product a.cc-remove-item,
.woocommerce .cc-cart-product a.remove,
.woocommerce .cc-cart-product a.cc-remove-item {
border: none !important;
background: transparent;
display: inline-block;
color: var(--cc-icon-color) !important;
text-align: right;
text-indent: 0;
margin-left: auto;
}
.cc-cart-product a.remove:before,
.cc-cart-product a.cc-remove-item:before,
.woocommerce .cc-cart-product a.remove:before,
.woocommerce .cc-cart-product a.cc-remove-item:before {
display: none;
}
.cc-cart-product a.remove:hover,
.cc-cart-product a.cc-remove-item:hover,
.woocommerce .cc-cart-product a.remove:hover,
.woocommerce .cc-cart-product a.cc-remove-item:hover {
background-color: transparent;
color: red !important;
}
.cc_subtotal_text {
font-style: italic;
color: #777;
font-size: 13px;
}
.cc_subtotal_text strong {
color: #000;
}
.cc-cart-actions {
border-top: var(--cc-window-border-width) solid var(--cc-window-border-color);
position: sticky;
padding: 15px 25px 2px 25px;
z-index: 99999;
width: var(--cc-window-width);
height: auto;
bottom: 0;
}
.cc-cart-actions .cc-totals .cc-total-text {
font-size: 16px;
font-weight: bold;
}
.cc-cart-actions .cc-totals .cc-total-amount {
font-size: 16px;
font-weight: bold;
flex: 1;
}
.cc-cart-actions .cc-totals {
margin: 0 auto;
padding-top: 3px;
justify-content: space-between;
}
.cc-cart-actions .cc-totals .cc-total-box {
display: flex;
align-items: flex-start;
-webkit-box-pack: justify;
}
.cc-cart-actions a.cc-button-primary {
background-color: var(--cc-checkout-button-bg-color);
width: 100%;
margin-top: 15px !important;
font-size: 1em;
line-height: 1;
padding: 16px 20px 19px 20px;
transition: 0.5s;
color: var(--cc-checkout-button-text-color) !important;
display: flex;
align-items: center;
justify-content: center;
gap: 15px;
}
.cc-cart-actions a.cc-button-primary svg {
width: 17px;
height: 17px;
color: var(--cc-checkout-button-icon-color);
}
.cc-cart-actions.cc-no-branding {
bottom: 0;
padding-bottom: 20px;
}
.cc-cart-actions a.cc-button-primary:hover {
background-image: none;
background-color: var(--cc-checkout-button-hover-bg-color);
color: var(--cc-checkout-button-hover-text-color);
padding-left: 8px;
}
.cc-button-primary .cc-icon-arrow-right {
position: relative;
opacity: 0;
left: -42px;
transition: all 0.5s ease 0s;
width: 0 !important;
height: 18px;
}
.cc-button-primary:hover .cc-icon-arrow-right {
opacity: 1;
left: -3px;
width: 18px !important;
}
.cc-overlay {
background-color: #00000091;
top: 0;
bottom: 0;
left: 0;
right: 0;
position: fixed;
z-index: 999;
height: 100%;
width: 100%;
opacity: 0;
visibility: hidden;
transition: opacity 0.15s ease-out, visibility 0.15s ease-out;
}
body.cc-window-open .cc-overlay {
opacity: 1;
visibility: visible;
}
.cc-window a,
.cc-compass a {
text-decoration: none;
}
.cc-fs {
margin-top: 0;
padding: 5px 20px 20px;
background-color: var(--cc-window-bg-color);
position: sticky;
top: 0;
z-index: 999;
height: auto;
border-bottom: var(--cc-window-border-width) solid var(--cc-window-border-color);
}
.cc-fs-title {
font-size: 15px;
}
.cc-fs-icon {
font-size: 26px;
margin-right: 5px;
position: relative;
top: 10px;
}
.cc-fs-icon svg {
width: 29px;
height: 29px;
color: var(--cc-icon-color);
}
.cc-fs-meter {
width: 100%;
background-color: #f0efef;
height: 8px;
border-radius: 10px;
margin-top: 5px;
line-height: 0;
text-align: left;
}
.cc-fs-meter-used {
display: inline-block;
width: 30%;
background-color: #000;
height: 8px;
top: 0;
position: relative;
border-radius: 10px;
animation-name: cc-meter-animation;
animation-duration: 1s;
vertical-align: bottom;
background-color: var(--cc-meter-color);
background-image: linear-gradient( 135deg, rgba(255,255,255,0.25) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.25) 50%, rgba(255,255,255,0.25) 75%, transparent 75%, transparent);
background-size: 20px 20px;
transition: 300ms all;
animation: cc-meter-stripes 1.5s linear infinite reverse;
}
.cc-bar-active {
background-color: var(--cc-meter-completed-color);
animation: none;
}
.cc-button-primary .cc-button-arrow {
opacity: 0;
display: none;
}
.cc-button-primary:hover .cc-button-arrow {
opacity: 1;
display: inline-block;
transform: translateY(-50%);
transition: opacity 0.2s;
}
.cc-nav {
display: block !important;
}
.cc-nav ul {
margin: 0 !important;
padding: 0 !important;
}
.cc-nav li {
list-style: none !important;
display: inline-block !important;
margin-right: 25px !important;
margin-top: 0 !important;
margin-left: 0 !important;
padding-top: 15px !important;
padding-bottom: 0 !important;
text-align: center !important;
font-size: 0 !important;
line-height: 22px !important;
}
.cc-nav li:last-child {
margin-right: 0 !important;
}
.cc-window .cc-header .cc-nav ul li a {
color: var(--cc-menu-link-color) !important;
padding-bottom: 10px !important;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear !important;
text-align: center !important;
font-size: 15px !important;
display: inline-block !important;
border-bottom: 3px solid transparent;
}
.cc-window .cc-header .cc-nav ul li a:hover {
color: var(--cc-menu-link-hover-color) !important;
}
.cc-window .cc-nav ul li a[aria-selected="true"] {
border-bottom: 3px solid var(--cc-active-menu-color);
color: var(--cc-active-menu-color) !important;
font-weight: 600;
}
.cc-nav ul li.ui-state-hover {
color: #000 !important;
}
.cc-no-products-msg {
padding: 30px;
}
.cc-no-products-msg p {
margin-bottom: 5px;
}
.cc-no-products-msg h3 {
margin-bottom: 5px;
letter-spacing: -0.3px;
font-size: 20px;
font-weight: normal;
}
body.cc-window-open {
height: 100%;
overflow: hidden;
}
.cc_item_quantity_update {
cursor: pointer;
height: 33px;
width: 33px;
text-align: center;
box-sizing: border-box;
vertical-align: middle;
padding: 5px 10px;
}
.cc_item_quantity_update:hover {
background-color: #e8e8e8;
font-weight: bold;
}
.cc_item_quantity_minus {
border-bottom-left-radius: 5px;
border-top-left-radius: 5px;
border-top: 1px solid rgb(204, 204, 204);
border-left: 1px solid rgb(204, 204, 204);
border-bottom: 1px solid rgb(204, 204, 204);
}
.cc_item_quantity_plus {
border-bottom-right-radius: 5px;
border-top-right-radius: 5px;
border-top: 1px solid rgb(204, 204, 204);
border-right: 1px solid rgb(204, 204, 204);
border-bottom: 1px solid rgb(204, 204, 204);
}
.cc_item_quantity_wrap {
text-align: left;
display: flex !important;
margin: 10px 0px 0px;
align-items: center;
}
.cc_item_quantity_wrap input.cc_item_quantity {
width: 30px;
height: 33px;
min-height: 33px;
box-sizing: border-box;
vertical-align: top;
border-image: initial;
border-width: 0px 0px;
border-bottom: 1px solid rgb(204, 204, 204) !important;
border-top: 1px solid rgb(204, 204, 204) !important;
border-right-style: initial;
border-left-style: initial;
border-right-color: initial;
border-left-color: initial;
appearance: none;
font-weight: 400;
box-shadow: none;
text-align: center;
display: inline-block;
font-size: 12px;
margin: 0px;
padding: 0px;
background: none;
outline: 0px;
border-radius: 0;
}
.cc_item_quantity_wrap input.cc_item_quantity:focus {
background: none;
}
.cc_item_title {
font-weight: bold;
margin: 0 20px 0 0;
width: 65%;
}
.cc_item_title,
.cc_item_total_price {
display: block !important;
text-align: left;
}
.cc_item_variation {
font-weight: normal;
font-size: 13px;
color: #666;
white-space: pre-line;
margin-top: 2px;
line-height: 1.4;
}
.cc-cart {
height: calc(100% - 51px) !important;
}
.cc-cart-container,
.cc-sfl-container {
display: flex;
flex-direction: column;
overflow: hidden;
box-sizing: border-box;
height: 100%;
position: relative;
}
.cc-cart .cc-cart-items .cc_item_title dl.variation dt {
float: left;
clear: both;
margin-right: 0.25em;
list-style: none outside;
}
.cc-cart .cc-cart-items .cc_item_title dl.variation dd {
margin: 0;
font-weight: normal;
}
.cc-cart .cc-cart-items .cc_item_title dl.variation dd p {
margin-bottom: 5px;
}
.cc-no-products-msg i,
.cc-empty-msg i {
font-size: 49px !important;
margin-bottom: 10px;
color: var(--cc-icon-color) !important;
display: block;
} .cc-pl-upsells {
position: relative;
}
.cc-pl-upsells-wrapper {
overflow: hidden;
position: relative;
margin: 0 35px;
cursor: grab;
-webkit-user-select: none;
user-select: none;
}
.cc-pl-upsells-wrapper:active {
cursor: grabbing;
}
.cc-pl-upsells .cc-pl-recommendations {
margin: 0 auto;
padding: 0;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
transition: transform 0.3s ease;
}
.cc-pl-upsells .cc-pl-recommendations:not(.cc-recommendations-loading) .cc-slide {
flex: 0 0 100%;
width: 100%;
padding-right: 10px;
box-sizing: border-box;
}
.cc-pl-upsells .cc-pl-recommendations .cc-slide {
cursor: pointer;
padding: 15px;
outline: none;
height: fit-content;
background: var(--cc-rec-slide-bg-color);
border-radius: 3px;
border: var(--cc-rec-slide-border-width) solid var(--cc-rec-slide-border-color);
color: var(--cc-rec-slide-text-color);
}
.cc-pl-upsells .cc-pl-recommendations .cc-slide img {
width: var(--cc-thumb-width-d);
height: auto;
border-radius: var(--cc-border-radius);
}
.cc-pl-upsells .cc-pl-recommendations .cc-slide .cart .added_to_cart.wc-forward {
display: none;
}
.cc-pl-upsells .caddy-next {
right: 0;
}
.cc-pl-upsells .caddy-prev {
left: 0;
}
.cc_sfl_btn {
right: 30px;
vertical-align: middle;
}
.cc_sfl_btn a.save_for_later_btn,
.cc_move_to_cart_btn a.button,
.cc-slide .single_add_to_cart_button,
.cc-slide .button,
.cc-coupon-btn {
padding: 9px 12px !important;
background-color: #efefef !important;
color: #000 !important;
font-size: 13px !important;
text-transform: capitalize;
letter-spacing: 0;
font-weight: bold;
border-radius: var(--cc-button-border-radius) !important;
line-height: 16px !important;
background-image: none;
transition: 0.5s;
margin-bottom: 0 !important;
border: none !important;
}
a.button.cc-button-sm.cc_cart_from_sfl {
background-color: var(--cc-primary-button-bg-color) !important;
color: var(--cc-primary-button-text-color) !important;
font-weight: bold;
}
a.button.cc-button-sm.cc_cart_from_sfl:hover {
background-color: var(--cc-primary-button-hover-bg-color) !important;
color: var(--cc-primary-button-hover-text-color) !important;
}
#cc-cart .save_for_later_btn {
font-weight: normal;
display: inline-block;
width: auto;
min-width: auto;
font-size: 0.93em !important;
color: var(--cc-window-muted-text-color) !important;
transition: none 0s ease 0s;
background: transparent !important;
border-radius: 0 !important;
padding: 0px !important;
margin-top: 10px;
}
#cc-cart .save_for_later_btn:hover {
color: var(--cc-window-link-hover-color) !important;
border-left: none !important;
border-right: none !important;
border-top: none !important;
border-bottom: 1px solid rgb(0, 0, 0) !important;
}
.cc_sfl_btn a.save_for_later_btn.cc_hide_btn,
.cc_move_to_cart_btn a.cc_cart_from_sfl.cc_hide_btn {
display: none;
}
.cc-loader {
display: inline-block;
position: relative;
width: 25px;
height: 25px;
border-radius: 50%;
background-color: transparent;
border: 2px solid #f1f1f1;
border-top-color: #000000;
-webkit-animation: 0.3s spin linear infinite;
animation: 0.4s spin linear infinite;
text-align: center;
}
.cc-window .cc-loader {
position: absolute;
top: 45%;
left: 45%;
}
.cc-window .cc_move_to_cart_btn .cc-loader {
top: 0;
left: 0;
}
.cc-window .cc-slide .single_add_to_cart_button,
.cc-window .cc-slide .button,
.cc-window .cc-slide .button,
.cc-notice-ctas .button {
margin: 0 !important;
background-color: var(--cc-primary-button-bg-color) !important;
color: var(--cc-primary-button-text-color) !important;
border-color: var(--cc-primary-button-bg-color) !important;
border-radius: var(--cc-button-border-radius) !important;
padding: 9px 12px !important;
transition: 0.5s;
text-transform: capitalize;
line-height: initial;
letter-spacing: initial;
border: none;
font-size: inherit;
font-weight: bold;
text-decoration: none !important;
}
.cc-slide .cc-up-sells-details {
text-align: left;
width: 100%;
}
.cc-slide .cc-up-sells-image {
padding-right: 15px;
min-width: 115px !important;
}
.cc-slide .cc-up-sells-image a {
display: block;
height: 95px;
}
.cc-slide .cc-up-sells-image img {
width: var(--cc-thumb-width-d);
height: auto;
border-radius: var(--cc-border-radius);
max-height: 95px;
object-fit: cover;
}
.cc-slide .cc-placeholder-image {
width: var(--cc-thumb-width-d);
height: 95px;
background: #eee;
border-radius: var(--cc-border-radius);
display: flex;
align-items: center;
justify-content: center;
color: #aaa;
font-size: 12px;
}
.cc-coupon-form .cc-coupon-btn {
flex: 1;
padding: 13px 12px !important;
border: var(--cc-coupon-button-border-width) solid var(--cc-coupon-button-border-color) !important;
width: 100%;
background-color: var(--cc-coupon-button-bg-color) !important;
}
.cc-coupon-form .cc-coupon-btn:hover {
background-color: var(--cc-coupon-button-hover-bg-color) !important;
border-color: var(--cc-coupon-button-hover-bg-color) !important;
color: var(--cc-coupon-button-hover-text-color) !important;
text-decoration: none !important;
}
.cc-coupon-btn {
font-size: 14px !important;
}
.cc_sfl_btn a.save_for_later_btn:hover,
.cc_move_to_cart_btn a.button:hover,
.cc_item_quantity_update:hover {
background-color: var(--cc-primary-button-hover-bg-color) !important;
border-color: var(--cc-primary-button-hover-bg-color) !important;
color: var(--cc-primary-button-hover-text-color) !important;
text-decoration: none !important;
}
.cc-slide .single_add_to_cart_button:hover,
.cc-slide .button:hover {
background-color: var(--cc-primary-button-hover-bg-color) !important;
color: var(--cc-primary-button-hover-text-color) !important;
text-decoration: none !important;
}
.cc-pl-info-wrapper {
margin: 0 25px 30px;
padding: 20px 0;
border-top: var(--cc-window-border-width) solid var(--cc-window-border-color);
}
.cc-pl-info-header {
height: auto;
background-color: #fff;
top: 0;
font-size: 14px;
color: #ccc;
position: sticky;
z-index: 999;
}
.cc-pl-info-header a {
font-size: 15px;
display: inline-block;
font-weight: bold;
}
.cc-pl-info-header a:hover {
font-weight: bold;
}
.cc-pl-upsells label {
text-align: center;
display: block;
margin-bottom: 15px;
font-weight: bold;
font-size: 0.9em;
}
.cc-slide {
text-align: center;
}
.cc-slide .title {
font-size: 14px;
font-weight: bold;
display: block;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
text-align: left;
max-height: 55px;
margin-bottom: 0;
}
.cc-slide a {
color: var(--cc-rec-slide-link-color) !important;
}
.cc-slide a:hover {
color: var(--cc-rec-slide-link-hover-color) !important;
}
.cc-slide .price {
font-size: 14px;
padding: 5px 0 5px 0;
margin-bottom: 0;
display: block;
text-align: left;
}
.cc-slide .cc_item_total_price {
margin-bottom: 5px;
}
.caddy-arrow,
.caddy-next,
.caddy-prev {
top: 65%;
position: absolute;
cursor: pointer;
font-size: 25px;
color: var(--cc-icon-color);
transform: translateY(-50%); transition: opacity 0.2s ease;
}
.caddy-next.cc-disabled,
.caddy-prev.cc-disabled {
opacity: 0.3;
cursor: default;
pointer-events: none;
}
.cc-pl-info span {
display: inline;
}
.cc-total-text {
font-size: 14px;
}
.cc-total-box .cc-subtotal-subtext {
font-size: 13px;
color: var(--cc-window-muted-text-color);
display: block;
font-weight: normal;
}
.cc-pl-title svg {
fill: #66efc3;
margin-right: 5px;
vertical-align: bottom;
display: inline-block;
}
.cc-cart-product-list:last-child {
border-bottom: 0;
}
.cc_item_content {
text-align: left;
width: 100%;
display: flex !important;
flex-direction: column;
position: relative;
height: auto;
}
.cc-item-content-top {
display: flex !important;
}
.cc-item-content-bottom {
display: flex !important;
flex-direction: row;
align-items: end;
margin-top: auto;
right: 0;
bottom: 5px;
}
.cc-item-content-bottom-left {
display: flex !important;
flex-direction: column;
gap: 6px;
}
.cc-item-content-top .cc_item_total_price {
text-align: right;
width: 45%;
}
.ui-state-focus a:focus {
outline: none;
}
.admin-bar .cc-window {
top: 32px;
height: calc(100% - 32px);
}
.cc-window [hidden] {
display: none;
}
.cc-window .wc-pao-addon {
display: none;
}
.cc-fs-icon img {
display: inline-block;
width: 25px;
max-width: 25px;
vertical-align: sub;
}
.cc-title img {
display: inline-block;
width: 21px;
max-width: 21px;
vertical-align: text-top;
}
.cc-poweredby img {
display: inline-block;
width: 14px;
max-width: 14px;
vertical-align: sub;
}
.single-product a.button.cc_add_product_to_sfl i {
margin-right: 10px;
position: relative;
}
.single-product div.product form.cart a.cc_add_product_to_sfl {
background-color: transparent;
color: #000;
display: flex;
width: auto !important;
align-items: center;
align-content: center;
margin-left: 20px;
}
.single-product div.product form.cart a.cc_add_product_to_sfl:hover {
background-color: transparent;
color: #000;
}
.cc-cart-product-list .cc_move_to_cart_btn {
display: flex;
position: relative;
margin-top: 8px;
}
.cc-header .cc-nav ul li a.using-mouse:focus {
outline: 0 !important;
}
.cc_item_total_price .price del {
color: var(--cc-window-muted-text-color);
opacity: 0.5;
display: inline-block;
text-decoration: line-through;
}
.cc_item_total_price .price span.amount {
display: inline;
}
.cc_item_total_price .price ins {
background: 0 0;
display: inline-block;
color: inherit;
margin-left: 3px;
text-decoration: none;
}
.cc_item_total_price .cc_saved_amount {
color: #219a73;
margin-left: 5px;
}
.cc-coupon-title {
font-size: 14px;
display: flex;
align-items: center;
font-weight: normal;
padding-bottom: 5px;
}
.cc-coupon-title:hover {
text-decoration: underline !important;
}
.cc-coupon-title svg {
margin-left: auto;
transition: transform 0.2s ease;
width: 16px;
height: 16px;
color: var(--cc-icon-color);
}
.cc-coupon-form {
position: relative;
width: 100%;
margin: 0;
padding-top: 5px;
padding-bottom: 10px;
display: none;
}
.cc-coupon-form .coupon {
display: flex;
align-items: flex-start;
-webkit-box-pack: justify;
justify-content: space-between;
}
.cc-coupon-form input[type="text"] {
background-color: white;
font-size: 14px;
border-radius: 3px;
margin-right: 10px;
width: 100%;
border: 1px solid #ccc;
padding: 9.5px 15px;
height: auto;
flex: 3;
margin-bottom: 0;
}
#apply_coupon_form {
display: flex;
width: 100%;
}
.cc-ship-tax-notice {
font-size: 12px;
font-style: normal;
color: #717171;
margin-top: 10px;
}
i.ccicon-check {
font-size: 15px;
margin-right: 10px;
color: #ffffff;
top: 2px;
position: relative;
background-color: #12b99a;
border-radius: 100px;
padding: 3px;
}
.cc_cart_items_list i,
.cc_saved_items_list i {
margin-right: 10px;
width: 20px;
height: 20px;
font-size: 20px;
}
.cc_cart_items_list svg,
.cc_saved_items_list svg {
width: 20px;
height: 20px;
}
.woocommerce ul.products li.product .cc-heart-icon {
position: absolute;
top: 0;
background: transparent;
margin-top: 0 !important;
padding: 10px;
line-height: 0;
color: #000;
transition: 0.3s;
}
.woocommerce ul.products li.product .cc-heart-icon:hover {
background: #000;
color: #fff;
}
.woocommerce ul.products li.product .cc-heart-icon i {
margin-right: 0;
}
a.cc_cart_items_list,
a.cc_saved_items_list {
display: flex !important;
align-items: center;
}
span.cc_cart_count {
margin-left: 5px;
}
i.ccicon-left-arrow {
top: 2px;
position: relative;
margin-right: 10px;
}
.cc-discount {
font-size: 14px;
}
.cc-applied-coupon {
background-color: #a4f5ce;
padding: 2px 7px;
font-size: 12px;
color: #000;
border-radius: 3px;
display: inline-flex;
align-items: center;
gap: 5px;
vertical-align: middle;
font-weight: normal;
margin-right: 5px;
margin-bottom: 5px;
margin-top: 3px;
}
.cc-applied-coupon img {
width: 13px;
height: 13px;
}
.cc-applied-coupon .cc-remove-coupon {
text-decoration: underline;
}
.cc-applied-coupon .ccicon-close {
padding: 0;
position: relative !important;
display: inline-block;
font-size: inherit;
top: 1px;
opacity: 0.5;
}
.cc-applied-coupon .ccicon-close:hover {
opacity: 1;
}
.single-product.woocommerce .summary a.remove_from_sfl_button {
display: inline-flex;
align-content: center;
align-items: center;
margin-left: 20px;
width: auto !important;
}
.single-product.woocommerce .summary a.remove_from_sfl_button i {
margin-right: 10px;
}
.cc-cart .cc-notice,
.cc-saves .cc-sfl-notice {
display: none;
position: absolute;
top: 0;
right: 0;
left: 0;
z-index: 9999;
background-color: #d6f9ea;
margin: 25px;
border: 1px solid #23c489;
padding: 16px 20px 16px 53px;
font-size: 14px;
border-radius: var(--cc-button-border-radius);
transition: all 0.3s ease;
animation: fadeIn 0.5s;
}
.cc-cart .cc-notice:before,
.cc-saves .cc-sfl-notice:before {
content: "\e908";
font-family: 'caddy-public-icons' !important;
font-size: 15px;
color: #ffffff;
top: 15px;
background-color: #12b99a;
border-radius: 100px;
padding: 3px;
height: 18px;
width: 18px;
position: absolute;
left: 20px;
text-align: center;
line-height: 20px;
box-sizing: content-box;
}
.cc-cart .cc-notice.cc-error {
border-top: 3px solid #b81c23;
background-color: #fde8e8;
border-color: #b81c23;
}
.cc-cart .cc-notice.cc-error::before {
content: "\e016";
font-family: WooCommerce;
font-size: 15px;
color: #ffffff;
background-color: #b81c23;
border-radius: 100px;
padding: 3px;
height: 18px;
width: 18px;
position: absolute;
left: 20px;
top: 15px;
text-align: center;
line-height: 20px;
box-sizing: content-box;
}
.cc-cart .cc-notice.cc-info {
border-top: 3px solid #2ea2cc;
}
.cc-cart .cc-notice.cc-info::before {
content: "\e028";
color: #2ea2cc;
font-family: WooCommerce;
position: absolute;
left: 15px;
}
.cc-saves .cc-body .cc-sfl-notice {
border-top: 3px solid #b81c23;
}
.cc-saves .cc-body .cc-sfl-notice::before {
content: "\e016";
color: #b81c23;
font-family: WooCommerce;
position: absolute;
left: 15px;
}
.up-sells-product {
display: flex;
}
.cc_item_total_price .woocommerce-Price-currencySymbol {
display: inline;
}
.cc-slide .single_add_to_cart_button,
.cc-slide .button,
.woocommerce .cc-slide .button,
.cc_sfl_btn a.save_for_later_btn,
.cc_move_to_cart_btn a.button,
.cc-slide .single_add_to_cart_button,
.cc-slide .button,
.cc-coupon-btn {
min-width: 100px;
text-align: center;
}
.cc-remove-item svg, .remove_from_sfl_button svg {
width: 17px;
height: 17px;
color: var(--cc-icon-color);
}
.cc-remove-item:hover svg, .remove_from_sfl_button:hover svg {
color: #ff0000;
}
.cc-cart-product-list.bundle {
border-bottom: var(--cc-window-border-width) solid var(--cc-window-border-color);
margin-bottom: 15px;
}
.cc-cart-product-list.bundled_child {
padding: 0px 0 15px 10px;
border-top: 0;
}
.cc-cart-product-list.bundled_child .cc-cart-product:before {
position: relative;
font-family: 'FontAwesomePB';
font-size: 1rem;
display: inline-block;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
content: "\e806";
margin: 20px 12px 0 3px;
opacity: .25;
height: 24px;
transform: scaleX(-1) rotate(90deg);
}
.cc-cart-product-list.bundled_child .cc-product-thumb {
width: 65px;
height: 65px;
}
.cc-cart-product-list.bundled_child .cc-product-thumb img {
width: 65px !important;
}
.cc-cart-product-list.bundled_child .cc_item_title,
.cc-cart-product-list.bundled_child .cc_item_title a.cc-product-link {
font-size: 1em;
margin-bottom: 0;
}
.cc-cart-product-list.bundled_child .cc_sfl_btn,
.cc-cart-product-list.bundled_child a.cc-remove-item,
.cc-cart-product-list.bundled_child.bundled_fixed_qty .cc_item_quantity_update,
.cc-cart-product-list.bundle .cc_sfl_btn {
display: none;
}
.cc-cart-product-list.bundled_child.bundled_fixed_qty input.cc_item_quantity {
border: none !important;
padding: 0;
height: auto;
text-align: left;
}
.cc_item_quantity_update.cc-qty-disabled {
color: rgba(0, 0, 0, 0.2);
pointer-events: none;
cursor: default;
}
.cc-cart-product-list.bundled_child .bundled_table_item_price:after, 
.cc-cart-product-list.bundled_child .bundled_table_item_subtotal:after {
display: none;
}
.cc-coupon.cc-coupon-open svg {
transform: rotate(180deg);
}
.cc-savings {
color: var(--cc-mint-color) !important;
font-weight: bold;
font-size: 14px;
margin-top: 4px;
margin-bottom: 5px;
margin-left: auto;
}
.cc-coupon .woocommerce-error::after {
font-family: "caddy-public-icons" !important;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
content: "\e901";
position: absolute;
right: 15px;
top: 18px;
cursor: pointer;
}
.cc-totals .cc-original-price {
color: var(--cc-window-muted-text-color);
margin-right: 6px;
font-weight: normal;
}
.cc-discounts {
display: flex;
align-items: center;
padding-top: 3px;
}
.cc-coupon {
padding-bottom: 5px;
margin-bottom: 5px;
border-bottom: var(--cc-window-border-width) solid var(--cc-window-border-color);
}
.cc-pl-upsells-wrapper {
position: relative;
width: 85%;
margin: auto;
}
.cc-empty img {
width: 200px;
height: 200px;
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@-webkit-keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadeInUp {
from {
transform: translate3d(0, 20px, 0);
opacity: 0;
}
to {
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@-webkit-keyframes fadeInUp {
from {
transform: translate3d(0, 20px, 0);
opacity: 0;
}
to {
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes fadeOutUp {
from {
transform: translate3d(0, 20px, 0);
opacity: 1;
}
to {
transform: translate3d(0, 0, 0);
opacity: 0;
}
}
@-webkit-keyframes fadeOutUp {
from {
transform: translate3d(0, 20px, 0);
opacity: 1;
}
to {
transform: translate3d(0, 0, 0);
opacity: 0;
}
}
@keyframes fadeOutDown {
from {
transform: translate3d(0, 0, 0);
opacity: 1;
}
to {
transform: translate3d(0, 20px, 0);
opacity: 0;
}
}
@-webkit-keyframes fadeOutDown {
from {
transform: translate3d(0, 0, 0);
opacity: 1;
}
to {
transform: translate3d(0, 20px, 0);
opacity: 0;
}
}
@keyframes fadeOutRight {
0% {
opacity: 1;
transform: translateX(0);
}
100% {
opacity: 0;
transform: translateX(20px);
}
}
@-webkit-keyframes fadeOutRight {
0% {
opacity: 1;
transform: translateX(0);
}
100% {
opacity: 0;
transform: translateX(20px);
}
}
@-webkit-keyframes bounce-in-fwd {
0% {
-webkit-transform: scale(0);
transform: scale(0);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
38% {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
opacity: 1;
}
55% {
-webkit-transform: scale(0.7);
transform: scale(0.7);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
72% {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
81% {
-webkit-transform: scale(0.84);
transform: scale(0.84);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
89% {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
95% {
-webkit-transform: scale(0.95);
transform: scale(0.95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
}
@keyframes bounce-in-fwd {
from {
-webkit-transform: scale(0);
transform: scale(0);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
38% {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
opacity: 1;
}
55% {
-webkit-transform: scale(0.7);
transform: scale(0.7);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
72% {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
81% {
-webkit-transform: scale(0.84);
transform: scale(0.84);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
89% {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
95% {
-webkit-transform: scale(0.95);
transform: scale(0.95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
}
@keyframes cc-meter-animation {
0% {
width: 100%;
}
10% {
width: 0%;
}
}
@keyframes cc-meter-stripes {
from {
background-position:40px 0
}
to {
background-position:0 0
}
}
@media only screen and (max-width: 768px) {
.cc-window {
width: 100%;
}
.ccicon-x {
display: block;
}
.cc-body-container {
flex: 1;
min-height: 0;
}
.cc-body {
flex: 1;
min-height: 0;
width: 100%;
}
.cc-fs-icon {
font-size: 18px;
margin-right: 5px;
}
.cc-nav li {
margin-right: 20px !important;
}
.cc-product-thumb {
width: 70px;
height: 70px;
}
.cc-cart-actions {
bottom: var(--cc-poweredby-height, 24px);
padding: 12px 15px 0 15px; 
width: 100%;
}
.cc-header .cc-inner-container,
.cc-pl-info-header .cc-inner-container {
padding: 0px 15px;
}
.cc-compass {
bottom: 15px;
right: 15px;
}
.cc-header .cc-title {
font-size: 19px;
}
.cc-header [class^="licon-"],
.cc-header [class*=" licon-"] {
font-size: 21px;
}
.cc-pl-info-header .cc-inner-container {
padding: 15px 20px;
}
.cc-fs-icon {
display: none;
}
.cc-fs {
padding: 6px 15px 12px;
text-align: center !important;
}
.cc-cart-product-list,
.cc-pl-info-wrapper {
margin-left: 15px;
margin-right: 15px;
}
.cc-pl-upsells .cc-pl-recommendations {
padding: 0 20px;
}
.cc-pl-info-wrapper {
padding-bottom: 0;
}
.admin-bar .cc-window {
top: 0;
height: 100%;
}
.cc-cart-product-list {
padding-top: 15px;
padding-bottom: 15px;
}
.cc-pl-upsells .caddy-prev {
left: -5px;
}
.cc-pl-upsells .caddy-next {
right: -5px;
}
.admin-bar .cc-cart-container, .admin-bar .cc-sfl-container,
.cc-cart-container, .cc-sfl-container {
height: calc(100vh - 53px) !important;
}
.cc-poweredby {
width: 100%;
padding: 5px 10px;
height: var(--cc-poweredby-height, 24px);
}
.cc-total-box .cc-subtotal-subtext {
display: none;
}
.cc-cart-container, .cc-sfl-container {
height: 100% !important;
}
}
@media (min-width: 241px) and (max-width: 480px) {
div#toast-container {
left: 15px;
right: 15px;
}
#toast-container > div {
padding: 18px 16px 19px 55px;
width: 100%;
}
.toast-bottom-right {
bottom: 85px;
}
.toast-message {
font-size: 14px;
}
#toast-container .toast-close-button {
right: 14px !important;
top: 10px !important;
}
}
.cc_item_quantity_locked {
display: inline-block;
padding: 5px 10px;
background: #f5f5f5;
border-radius: 4px;
font-size: 14px;
line-height: 1;
}
.cc-free-gift-label {
color: var(--cc-window-muted-text-color);
margin-top: 4px;
font-weight: 500;
display: block !important;
}
.cc-free-price {
color: var(--cc-mint-color);
font-weight: 500;
} .cc-skeleton {
background: #f7f7f7;
border-radius: var(--cc-border-radius);
position: relative;
overflow: hidden;
}
.cc-skeleton::after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
transform: translateX(-100%);
background: linear-gradient(90deg, 
rgba(255,255,255,0) 0%, 
rgba(255,255,255,0.2) 20%, 
rgba(255,255,255,0.5) 60%, 
rgba(255,255,255,0)
);
animation: shimmer 2s infinite;
}
@keyframes shimmer {
100% {
transform: translateX(100%);
}
}
.cc-skeleton-item {
margin: 0 25px 1px 25px;
padding: 17px 0 15px 0;
border-top: var(--cc-window-border-width) solid var(--cc-window-border-color);
display: flex;
align-items: center;
}
.cc-skeleton-item:first-child {
border-top: none;
}
.cc-skeleton-thumb {
width: var(--cc-thumb-width-d);
height: var(--cc-thumb-width-d);
margin-right: 20px;
}
.cc-skeleton-content {
flex: 1;
}
.cc-skeleton-line {
height: 12px;
margin: 8px 0;
}
.cc-skeleton-line.short {
width: 60%;
}
.cc-skeleton-line.medium {
width: 80%;
}
.cc-skeleton-line.full {
width: 100%;
}
.cc-skeleton-quantity-section {
height: 32px;
width: 100px;
background: #f7f7f7;
border-radius: var(--cc-border-radius);
position: relative;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
}
.cc-skeleton-quantity-section::after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
transform: translateX(-100%);
background: linear-gradient(90deg,
rgba(255,255,255,0) 0%,
rgba(255,255,255,0.2) 20%,
rgba(255,255,255,0.5) 60%,
rgba(255,255,255,0)
);
animation: shimmer 2s infinite;
}
.cc-window .caddy-add-to-cart.loading::after {
content: "" !important;
font-family: inherit !important;
position: absolute !important;
width: 16px !important;
height: 16px !important;
border-radius: 50% !important;
background-color: transparent !important;
border: 2px solid rgba(255,255,255,0.3) !important;
border-top-color: #fff !important;
animation: spin 0.4s linear infinite !important;
top: 50% !important;
right: 10px !important;
margin-top: -8px !important;
padding: 0 !important;
}
.cc-window .caddy-add-to-cart.loading {
padding-right: 35px !important;
}
.cc-cart-error {
padding: 15px;
text-align: center;
color: #e2401c;
background-color: #f8d7da;
border-radius: 4px;
margin: 10px 0;
}
.cc-cart-error a {
color: #721c24;
text-decoration: underline;
font-weight: bold;
}
.cc-product-upsells-wrapper {
min-height: 100px;
} .bundle_sells {
margin: 1em 0;
padding: 1em;
border: 1px solid var(--cc-window-border-color);
border-radius: 4px;
}
.bundle_sells label {
display: flex;
align-items: center;
margin-bottom: 0.5em;
cursor: pointer;
}
.bundle_sells input[type="checkbox"] {
margin-right: 0.5em;
}
.bundle_sells .bundle_sell_title {
font-weight: normal;
margin-right: 0.5em;
}
.bundle_sells .bundle_sell_price {
color: var(--cc-window-muted-text-color);
}
.bundle_sells .bundle_sell_price del {
margin-right: 0.5em;
}
.bundle_sells .bundle_sell_price ins {
text-decoration: none;
color: var(--cc-mint-color);
font-weight: bold;
} .cc-cart-product-list.bundle_sell {
padding-left: 1em;
border-left: 2px solid var(--cc-window-border-color);
margin: 0.5em 0;
}
.cc-cart-product-list.bundle_sell .cc_item_title {
font-size: 0.9em;
}
.cc-cart-product-list.bundle_sell .cc-product-thumb img {
max-width: 50px;
height: auto;
} .cc-recommendations-loading {
display: flex;
gap: 15px;
padding: 20px 0;
width: 370px;
}
.cc-recommendations-loading .cc-slide {
width: 340px;
}
.cc-skeleton-recommendation {
flex: 1;
min-width: 250px;
}
.cc-skeleton {
background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
background-size: 200% 100%;
animation: cc-skeleton-loading 1.5s infinite;
border-radius: 4px;
}
.cc-skeleton-image {
width: 100%;
height: 200px;
margin-bottom: 10px;
}
.cc-skeleton-content {
padding: 10px 0;
}
.cc-skeleton-line {
height: 14px;
margin-bottom: 8px;
}
.cc-skeleton-line.medium {
width: 75%;
}
.cc-skeleton-line.short {
width: 50%;
}
.cc-skeleton-button {
height: 36px;
width: 100px;
margin-top: 10px;
}
@keyframes cc-skeleton-loading {
0% {
background-position: -200% 0;
}
100% {
background-position: 200% 0;
}
} .cc-store-api-add-to-cart.loading {
opacity: 0.6;
pointer-events: none;
}
.cc-store-api-add-to-cart.added {
background-color: #28a745;
color: white;
} @media (max-width: 768px) {
.cc-recommendations-loading {
flex-direction: column;
}
.cc-skeleton-recommendation {
min-width: auto;
}
} #cc-saves:not(.cc-tab-active) {
display: none !important;
}
#cc-saves.cc-tab-active {
display: block !important;
} .cc-cart.cc-tab-inactive {
display: none !important;
} .cc-sr-announce {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0 0 0 0);
clip-path: inset(50%);
white-space: nowrap;
border: 0;
} .cc_item_quantity_update:focus-visible {
outline: 2px solid currentColor;
outline-offset: 2px;
}@font-face {
font-family: "caddy-public-icons";
src: url(//bleuatelier.fr/wp-content/plugins/caddy/public/fonts/caddy-public-icons.eot?pws4sw);
src: url(//bleuatelier.fr/wp-content/plugins/caddy/public/fonts/caddy-public-icons.eot?pws4sw#iefix)
format("embedded-opentype"),
url(//bleuatelier.fr/wp-content/plugins/caddy/public/fonts/caddy-public-icons.ttf?pws4sw) format("truetype"),
url(//bleuatelier.fr/wp-content/plugins/caddy/public/fonts/caddy-public-icons.woff?pws4sw) format("woff"),
url(//bleuatelier.fr/wp-content/plugins/caddy/public/fonts/caddy-public-icons.svg?pws4sw#caddy-public-icons) format("svg");
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="ccicon-"],
[class*=" ccicon-"] {
font-family: "caddy-public-icons" !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.ccicon-basket:before {
content: "\e90a";
}
.ccicon-cart-3:before {
content: "\e90b";
}
.ccicon-bag-3:before {
content: "\e906";
}
.ccicon-trash:before {
content: "\e900";
}
.ccicon-bag-2:before {
content: "\e902";
}
.ccicon-bag:before {
content: "\e903";
}
.ccicon-bag:before {
content: "\e903";
}
.ccicon-cart-2:before {
content: "\e905";
}
.ccicon-left-arrow:before {
content: "\ea40";
}
.ccicon-cart-empty:before {
content: "\e909";
}
.ccicon-heart-filled:before {
content: "\45";
}
.ccicon-heart-empty:before {
content: "\54";
}
.ccicon-cart:before {
content: "\24";
}
.ccicon-check:before {
content: "\e908";
}
.ccicon-x:before {
content: "\e901";
}
.ccicon-close:before {
content: "\e901";
}
.ccicon-cheveron-left:before {
content: url("data:image/svg+xml,<svg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M16.25 23.25 5.53 12.53a0.749 0.749 0 0 1 0 -1.06L16.25 0.75' fill='none' stroke='currentcolor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'></path></svg>");
color: #000;
width: 20px;
display: inline-block;
}
.ccicon-cheveron-right:before {
content: url("data:image/svg+xml,<svg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='m5.5 0.75 10.72 10.72a0.749 0.749 0 0 1 0 1.06L5.5 23.25' fill='none' stroke='currentcolor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'></path></svg>");
color: #000;
width: 20px;
display: inline-block;
}:root {
--cc-window-width: 520px;
--cc-error-color: #b81c23;
--cc-mint-color: #12b97c;
--cc-meter-color: #37a7c1;
--cc-meter-completed-color: #1dc487;
--cc-thumb-width-d: 95px;
--cc-thumb-width-m: 70px;
--cc-border-radius: 3px;
--cc-primary-button-bg-color: #000;
--cc-primary-button-text-color: #fff;
--cc-primary-button-hover-bg-color: #313131;
--cc-primary-button-hover-text-color: #fff;
--cc-checkout-button-bg-color: #000;
--cc-checkout-button-text-color: #fff;
--cc-checkout-button-hover-bg-color: #313131;
--cc-checkout-button-hover-text-color: #fff;
--cc-checkout-button-icon-color: #fff;
--cc-coupon-button-bg-color: #efefef;
--cc-coupon-button-text-color: #000;
--cc-coupon-button-hover-bg-color: #000;
--cc-coupon-button-hover-text-color: #fff;
--cc-coupon-button-border-color: #bdbdbd;
--cc-coupon-button-border-hover-color: #000;
--cc-coupon-button-border-width: 1px;
--cc-window-bg-color: #fff;
--cc-window-text-color: #000;
--cc-window-muted-text-color: #777;
--cc-window-link-color: #000;
--cc-window-link-hover-color: #313131;
--cc-window-border-color: #dedede;
--cc-window-border-width: 1px;
--cc-rec-slide-bg-color: #fff;
--cc-rec-slide-border-color: #dedede;
--cc-rec-slide-border-width: 1px;
--cc-rec-slide-link-color: #000;
--cc-rec-slide-link-hover-color: #313131;
--cc-rec-slide-text-color: #000;
--cc-icon-color: #000;
--cc-header-bg-color: #fff;
--cc-menu-link-color: #636363;
--cc-menu-link-hover-color: #000;
--cc-active-menu-color: #000;
--cc-compass-open-bg-color: #fff;
--cc-compass-bg-color: #000;
--cc-compass-cart-icon-color: #fff;
--cc-compass-close-icon-color: #000;
--cc-cart-count-bg-color: #12b97c;
--cc-cart-count-text-color: #fff;
--cc-button-border-radius: 8px;
--cc-announcement-bar-bg-color: #272727;
--cc-announcement-bar-text-color: #fff;
--cc-announcement-bar-link-color: #fff
}
.cc-window,
.cc-compass-count,
.cc-cart input,
.cc_sfl_btn a.save_for_later_btn,
.cc_move_to_cart_btn a.button,
.cc-slide .single_add_to_cart_button,
.cc-slide .button,
.cc-coupon-form .cc-coupon-btn,
.toast {
font-weight: normal;
-webkit-font-smoothing: antialiased;
color: var(--cc-window-text-color);
font-weight: 400;
text-transform: none;
line-height: 1.5;
letter-spacing: 0;
}
.cc-compass,
.cc-compass * {
box-sizing: content-box;
}
.cc-window * {
box-sizing: border-box;
}
.cc-window a,
.cc-window a:hover,
.cc-window a.button,
.cc-window a.button:hover {
text-decoration: none;
}
.cc-compass {
padding: 15px;
background-color: var(--cc-compass-bg-color);
position: fixed;
bottom: 25px;
right: 25px;
width: 30px;
height: 30px;
border-radius: 100px;
display: flex;
justify-content: center;
box-shadow: 0 0 10px #00000030;
z-index: 9999999;
cursor: pointer;
-moz-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
-webkit-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
align-items: center;
-webkit-animation: bounce-in-fwd 1.1s both;
animation: bounce-in-fwd 1.1s both;
line-height: 1;
} .cc-compass:focus-visible {
outline: none;
box-shadow: 0 0 10px #00000030, 0 0 0 2px #fff, 0 0 0 4px #000;
}
.cc-compass-cart-icon {
display: flex;
}
.cc-compass-cart-icon i,
.cc-compass-cart-icon svg {
color: var(--cc-compass-cart-icon-color);
}
.cc-compass-cart-icon svg {
width: 30px;
height: 30px;
}
.cc-compass-close-icon i {
color: var(--cc-compass-close-icon-color);
font-size: 30px;
}
.cc-compass:hover .cc-compass-cart-icon i,
.cc-compass:hover .cc-compass-cart-icon svg {
color: var(--cc-compass-close-icon-color);
}
.cc-compass.cc-compass-open .cc-compass-close-icon i {
color: var(--cc-compass-close-icon-color);
}
.cc-compass:hover {
background-image: none;
background-color: #fff;
}
.cc-compass:hover .cart-icon {
filter: none;
}
.cc-action-notice {
position: fixed;
bottom: 100px;
right: 25px;
padding: 1em 1em 1em 3em;
width: 270px;
background: #ffffff;
border: 1px solid #d7d7d7;
border-top: 3px solid #b81c23;
font-size: 14px;
border-radius: var(--cc-button-border-radius);
-webkit-animation: fadeInUp 0.5s both;
animation: fadeInUp 0.5s both;
}
.cc-action-notice-off {
-webkit-animation: fadeOutRight 0.5s both;
animation: fadeOutRight 0.5s both;
}
.cc-action-notice::before {
content: "\e016";
color: #b81c23;
font-family: WooCommerce;
position: absolute;
left: 18px;
top: 16px;
}
.cc-window {
background-color: var(--cc-window-bg-color);
width: var(--cc-window-width);
height: 100%;
position: fixed;
top: 0;
right: -1000px;
z-index: 999999;
box-shadow: 0 0 20px #00000030;
opacity: 1;
overflow-y: scroll;
transition: right 0.15s ease-out;
}
body.cc-window-open .cc-window {
right: 0;
}
.cc-cart-product {
display: flex !important;
width: 100%;
justify-content: stretch;
align-items: normal;
}
.cc-cart,
.cc-saves {
flex-direction: column;
display: flex;
}
.cc-saves {
height: calc(100vh - 84px);
}
.cc-active {
display: flex;
}
.cc-row {
padding: 20px;
font-size: 14px;
}
.cc-coupon .woocommerce-message {
background-color: #fff;
padding: 1em;
margin-bottom: 1em;
font-size: 14px;
border-radius: var(--cc-button-border-radius);
border: 1px solid #d7d7d7;
border-top: 3px solid #12b99a;
color: #000;
}
.cc-coupon .woocommerce-message::before {
content: "\e908";
font-family: "caddy-public-icons";
font-size: 14px;
color: #ffffff !important;
background-color: var(--cc-mint-color);
border-radius: 100px;
padding: 1px;
height: 18px;
width: 18px;
text-align: center;
line-height: 20px;
}
.cc-header {
height: auto;
background-color: var(--cc-header-bg-color);
top: 0;
font-size: 14px;
color: #ccc;
position: sticky;
z-index: 9999;
border-bottom: var(--cc-window-border-width) solid var(--cc-window-border-color);
}
.cc-header-bar {
display: flex;
align-items: center;
padding: 12px 20px;
min-height: 48px;
position: relative;
}
.cc-header-back {
background: none;
border: none;
cursor: pointer;
padding: 0;
color: #000;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
line-height: 1;
width: 24px;
}
.cc-header-back svg {
display: block;
}
.cc-header-back:hover,
.cc-header-back:focus,
.cc-header-back:active,
.cc-header-back:focus-visible {
opacity: 0.6;
background: none !important;
color: #000 !important;
outline: none !important;
box-shadow: none !important;
}
.cc-header-title {
position: absolute;
left: 50%;
transform: translateX(-50%);
font-size: 1.1em;
font-weight: 600;
color: #000;
letter-spacing: -0.2px;
pointer-events: none;
}
.cc-header-title .cc-cart-tab-count {
font-weight: 400;
}
.cc-header-icons {
display: flex;
align-items: center;
gap: 20px;
flex-shrink: 0;
margin-left: auto;
}
.cc-header-icons .cc-icon-nav {
position: relative;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
color: #000;
}
.cc-header-icons .cc-icon-nav i {
font-size: 22px;
line-height: 1;
display: block;
}
.cc-header-icons .cc-icon-nav .cc-saved-tab-count {
display: inline-block !important;
border-radius: 50%;
height: 17px;
line-height: 17px;
width: 17px;
text-align: center;
font-size: 11px !important;
position: absolute;
top: -6px;
right: -8px;
background-color: #000;
color: #fff;
}
.cc-header-icons .cc-icon-nav .cc-saved-tab-count.cc-hidden {
display: none !important;
} .cc-header > .ccicon-x {
display: none !important;
}
.cc-header [class^="licon-"],
.cc-header [class*=" licon-"] {
-webkit-font-smoothing: auto;
margin-right: 10px;
position: relative;
top: 1px;
font-size: 24px;
}
.cc-title {
color: #000;
font-size: 23px;
display: block;
letter-spacing: -0.2px;
margin-bottom: 2px;
}
.cc-header .cc-title {
padding-bottom: 10px;
padding-top: 15px;
font-size: 21px;
border-bottom: 1px solid #00000017;
}
.cc-inner-container {
padding: 10px;
}
.cc-header .cc-inner-container,
.cc-pl-info-header .cc-inner-container {
padding: 0 25px;
}
.cc-pl-info-header .cc-inner-container {
padding: 15px 25px;
}
.cc-body-container {
flex-grow: 1;
display: flex;
flex-direction: column;
overflow-y: auto;
overflow-x: hidden;
box-sizing: border-box;
position: relative;
}
.cc-body {
z-index: 99;
position: relative;
animation: fadeIn 0.5s;
overflow-y: auto;
width: var(--cc-window-width);
flex: 1;
scrollbar-width: thin;
scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
}
.cc-body::-webkit-scrollbar {
width: 4px;
}
.cc-body::-webkit-scrollbar-track {
background: transparent;
}
.cc-body::-webkit-scrollbar-thumb {
background: rgba(0, 0, 0, 0.2);
border-radius: 4px;
}
.cc-body::-webkit-scrollbar-thumb:hover {
background: rgba(0, 0, 0, 0.35);
}
.cc-empty-msg {
padding: 25px;
font-size: 14px;
text-align: center;
}
.cc-row .cc-title,
.cc-empty-msg .cc-title {
font-size: 20px;
margin-bottom: 5px;
color: var(--cc-text-color);
font-weight: bold;
}
.cc-empty-msg .cc-button {
padding: 12px 24px;
width: auto;
}
.cc-text-center {
text-align: center !important;
}
.cc-text-left {
text-align: left !important;
}
.ccicon-x {
position: absolute !important;
top: 0 !important;
right: 0;
color: #000;
font-size: 23px;
cursor: pointer;
display: none;
padding: 13px;
}
.ccicon-x:hover {
color: #000;
}
.cc-compass .licon::before {
content: "\24";
font-family: "caddy-public-icons";
color: #fff;
font-size: 28px;
-webkit-font-smoothing: auto;
}
.cc-compass:hover .licon::before {
color: #000;
}
.cc-compass.cc-compass-open {
background-color: var(--cc-compass-open-bg-color);
background-image: none;
right: calc(var(--cc-window-width) + 30px);
transition: all 0.3s ease 0s;
}
.cc-compass.cc-compass-open .licon::before {
content: "\e901" !important;
font-family: "caddy-public-icons";
color: #000;
animation-name: fadeInUp;
-webkit-animation-name: fadeInUp;
transition: all 0.3s ease;
}
.cc-compass-count {
font-size: 10px;
border-radius: 50px;
background-color: var(--cc-cart-count-bg-color);
padding: 2px 3px 4px;
position: absolute;
top: -3px;
left: 0;
min-width: 14px;
height: 14px;
text-align: center;
font-weight: bold;
color: var(--cc-cart-count-text-color);
line-height: 150%;
-moz-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
-webkit-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
align-items: center;
}
.cc-hidden {
display: none;
}
.cc-compass-count.cc-cart-zero,
.cc_cart_count.cc_cart_zero {
display: none;
}
.img-tick {
font-size: 9px;
border-radius: 50px;
background-color: #12b99a;
padding: 3px;
position: absolute;
top: 15px;
left: 18px;
width: 16px;
height: 16px;
text-align: center;
font-weight: bold;
color: #ffffff;
}
.cc-row [class^="licon-"],
.cc-row [class*=" licon-"] {
font-size: 34px;
color: #4a1390;
margin-bottom: 12px;
display: inline-block;
}
.cc-row span {
display: block;
}
.cc-window a,
.cc-window a:visited,
.cc-cart-product a,
.cc-cart-product a:visited,
.cc-poweredby a,
.cc-poweredby a:visited {
color: var(--cc-window-link-color) !important;
}
.cc-window a:hover,
.cc-cart-product a:hover,
.cc-poweredby a:hover {
color: var(--cc-window-link-hover-color) !important;
}
.cc-poweredby {
font-size: 0.5em;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 1.5px;
color: #a5a5a5;
padding: 8px 10px;
bottom: 0;
position: sticky;
border-top: 1px solid #dedede;
z-index: 9999;
width: var(--cc-window-width);
display: flex;
justify-content: center;
gap: 3px;
align-items: center;
}
.cc-screen-tab .cc-poweredby {
border-top: 0;
}
.cc-poweredby svg {
width: 12px;
height: 12px;
color: #000;
}
.cc-poweredby-off {
bottom: 0;
}
.cc-cart-product-list div {
display: block;
}
#cc-saves .cc-cart-product-list div {
display: inline-block;
}
.cc-cart-product-list {
margin: 0 25px 1px 25px;
padding: 17px 0 15px 0;
align-items: center;
border-top: var(--cc-window-border-width) solid var(--cc-window-border-color);
position: relative;
} .cc-cart-product-list.cc-updating {
opacity: 0.6;
pointer-events: none;
position: relative;
}
.cc-cart-product-list.cc-updating::after {
content: '';
position: absolute;
top: 50%;
left: 50%;
width: 20px;
height: 20px;
margin: -10px 0 0 -10px;
border-radius: 50%;
border: 2px solid rgba(0, 0, 0, 0.15);
border-top-color: rgba(0, 0, 0, 0.6);
animation: cc-spin 0.5s linear infinite;
z-index: 1;
} .cc-cart-product-list.cc-saving {
opacity: 0.6;
pointer-events: none;
position: relative;
}
.cc-cart-product-list.cc-saving::after {
content: '';
position: absolute;
top: 50%;
left: 50%;
width: 20px;
height: 20px;
margin: -10px 0 0 -10px;
border-radius: 50%;
border: 2px solid rgba(0, 0, 0, 0.15);
border-top-color: rgba(0, 0, 0, 0.6);
animation: cc-spin 0.5s linear infinite;
z-index: 1;
}
@keyframes cc-spin {
to { transform: rotate(360deg); }
} .cc-cart-items.cc-cart-loading {
opacity: 0.6;
pointer-events: none;
position: relative;
}
.cc-cart-items.cc-cart-loading::after {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: transparent;
cursor: wait;
z-index: 10;
}
.cc-cart-product-list:first-child {
border-top: 0px;
}
#cc-saves .cc-cart-product-list {
border-top: 0;
border-bottom: var(--cc-window-border-width) solid var(--cc-window-border-color);
}
.cc-product-thumb {
flex: none;
width: var(--cc-thumb-width-d);
height: var(--cc-thumb-width-d);
overflow: hidden;
border-radius: var(--cc-border-radius);
margin-right: 20px;
background: #f0f0f0;
}
.cc-product-thumb img {
border-radius: var(--cc-border-radius);
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.cc-product-link {
font-size: 15px;
line-height: 1;
}
.cc-cart-product-list span {
display: inline-block;
}
.disable-scrollbars::-webkit-scrollbar {
width: 0;
background: transparent; }
.disable-scrollbars {
scrollbar-width: none; -ms-overflow-style: none; }
.cc-row .cc-cart-product-list:last-child {
margin-bottom: 0;
}
.cc-totals .cc-total-text {
width: 60%;
}
.cc-totals .cc-total-amount {
width: 40%;
text-align: right;
font-weight: normal;
}
.cc-cart-items {
padding: 0;
} .cc-cart-item {
transition: background-color 0.3s ease, opacity 0.3s ease;
}
.cc-cart-item.cc-item-updated {
background-color: rgba(18, 185, 124, 0.1);
}
.cc-cart-item.cc-item-removing {
opacity: 0.5;
} .cc_item_quantity.cc-loading {
color: transparent !important;
position: relative;
}
.cc-price-loading {
opacity: 0.7;
}
@keyframes cc-loading-shimmer {
0% {
background-position: 200% 0;
}
100% {
background-position: -200% 0;
}
}
.cc-item-loading {
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
font-size: 14px;
color: #666;
font-style: italic;
}
.cc-item-loading.cc-removing {
color: #b81c23;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(255, 255, 255, 0.9);
z-index: 10;
}
.cc-new-item-placeholder .cc-item-loading {
background: rgba(18, 185, 124, 0.05);
border: 1px dashed rgba(18, 185, 124, 0.3);
border-radius: 4px;
}
.cc-window-wrapper {
height: 100%;
width: 100%;
overflow: hidden;
}
.cc-window a.cc-button {
background-color: var(--cc-primary-button-bg-color);
color: var(--cc-primary-button-text-color) !important;
cursor: pointer;
padding: 14px 20px;
border-radius: var(--cc-button-border-radius);
font-size: 16px;
display: inline-block;
margin: 10px auto 0;
text-align: center;
width: 100%;
font-weight: bold;
}
.cc-window .cc-empty-msg a.cc-button {
margin: 0 auto;
width: auto;
}
.cc-window a.cc-button:hover {
color: var(--cc-checkout-button-hover-text-color) !important;
background-color: var(--cc-checkout-button-hover-bg-color);
}
.cc-cart-product .cc-qty-disabled {
color: #ccc;
}
.cc-cart-product .cc-qty-disabled:hover {
background-color: transparent !important;
color: #ccc !important;
border-color: rgb(204, 204, 204) !important;
cursor: unset;
}
.cc-cart-product a.remove,
.cc-cart-product a.cc-remove-item,
.woocommerce .cc-cart-product a.remove,
.woocommerce .cc-cart-product a.cc-remove-item {
border: none !important;
background: transparent;
display: inline-block;
color: var(--cc-icon-color) !important;
text-align: right;
text-indent: 0;
margin-left: auto;
}
.cc-cart-product a.remove:before,
.cc-cart-product a.cc-remove-item:before,
.woocommerce .cc-cart-product a.remove:before,
.woocommerce .cc-cart-product a.cc-remove-item:before {
display: none;
}
.cc-cart-product a.remove:hover,
.cc-cart-product a.cc-remove-item:hover,
.woocommerce .cc-cart-product a.remove:hover,
.woocommerce .cc-cart-product a.cc-remove-item:hover {
background-color: transparent;
color: red !important;
}
.cc_subtotal_text {
font-style: italic;
color: #777;
font-size: 13px;
}
.cc_subtotal_text strong {
color: #000;
}
.cc-cart-actions {
border-top: var(--cc-window-border-width) solid var(--cc-window-border-color);
position: sticky;
padding: 15px 25px 2px 25px;
z-index: 99999;
width: var(--cc-window-width);
height: auto;
bottom: 0;
}
.cc-cart-actions .cc-totals .cc-total-text {
font-size: 16px;
font-weight: bold;
}
.cc-cart-actions .cc-totals .cc-total-amount {
font-size: 16px;
font-weight: bold;
flex: 1;
}
.cc-cart-actions .cc-totals {
margin: 0 auto;
padding-top: 3px;
justify-content: space-between;
}
.cc-cart-actions .cc-totals .cc-total-box {
display: flex;
align-items: flex-start;
-webkit-box-pack: justify;
}
.cc-cart-actions a.cc-button-primary {
background-color: var(--cc-checkout-button-bg-color);
width: 100%;
margin-top: 15px !important;
font-size: 1em;
line-height: 1;
padding: 16px 20px 19px 20px;
transition: 0.5s;
color: var(--cc-checkout-button-text-color) !important;
display: flex;
align-items: center;
justify-content: center;
gap: 15px;
}
.cc-cart-actions a.cc-button-primary svg {
width: 17px;
height: 17px;
color: var(--cc-checkout-button-icon-color);
}
.cc-cart-actions.cc-no-branding {
bottom: 0;
padding-bottom: 20px;
}
.cc-cart-actions a.cc-button-primary:hover {
background-image: none;
background-color: var(--cc-checkout-button-hover-bg-color);
color: var(--cc-checkout-button-hover-text-color);
padding-left: 8px;
}
.cc-button-primary .cc-icon-arrow-right {
position: relative;
opacity: 0;
left: -42px;
transition: all 0.5s ease 0s;
width: 0 !important;
height: 18px;
}
.cc-button-primary:hover .cc-icon-arrow-right {
opacity: 1;
left: -3px;
width: 18px !important;
}
.cc-overlay {
background-color: #00000091;
top: 0;
bottom: 0;
left: 0;
right: 0;
position: fixed;
z-index: 999;
height: 100%;
width: 100%;
opacity: 0;
visibility: hidden;
transition: opacity 0.15s ease-out, visibility 0.15s ease-out;
}
body.cc-window-open .cc-overlay {
opacity: 1;
visibility: visible;
}
.cc-window a,
.cc-compass a {
text-decoration: none;
}
.cc-fs {
margin-top: 0;
padding: 5px 20px 20px;
background-color: var(--cc-window-bg-color);
position: sticky;
top: 0;
z-index: 999;
height: auto;
border-bottom: var(--cc-window-border-width) solid var(--cc-window-border-color);
}
.cc-fs-title {
font-size: 15px;
}
.cc-fs-icon {
font-size: 26px;
margin-right: 5px;
position: relative;
top: 10px;
}
.cc-fs-icon svg {
width: 29px;
height: 29px;
color: var(--cc-icon-color);
}
.cc-fs-meter {
width: 100%;
background-color: #f0efef;
height: 8px;
border-radius: 10px;
margin-top: 5px;
line-height: 0;
text-align: left;
}
.cc-fs-meter-used {
display: inline-block;
width: 30%;
background-color: #000;
height: 8px;
top: 0;
position: relative;
border-radius: 10px;
animation-name: cc-meter-animation;
animation-duration: 1s;
vertical-align: bottom;
background-color: var(--cc-meter-color);
background-image: linear-gradient( 135deg, rgba(255,255,255,0.25) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.25) 50%, rgba(255,255,255,0.25) 75%, transparent 75%, transparent);
background-size: 20px 20px;
transition: 300ms all;
animation: cc-meter-stripes 1.5s linear infinite reverse;
}
.cc-bar-active {
background-color: var(--cc-meter-completed-color);
animation: none;
}
.cc-button-primary .cc-button-arrow {
opacity: 0;
display: none;
}
.cc-button-primary:hover .cc-button-arrow {
opacity: 1;
display: inline-block;
transform: translateY(-50%);
transition: opacity 0.2s;
}
.cc-nav {
display: block !important;
}
.cc-nav ul {
margin: 0 !important;
padding: 0 !important;
}
.cc-nav li {
list-style: none !important;
display: inline-block !important;
margin-right: 25px !important;
margin-top: 0 !important;
margin-left: 0 !important;
padding-top: 15px !important;
padding-bottom: 0 !important;
text-align: center !important;
font-size: 0 !important;
line-height: 22px !important;
}
.cc-nav li:last-child {
margin-right: 0 !important;
}
.cc-window .cc-header .cc-nav ul li a {
color: var(--cc-menu-link-color) !important;
padding-bottom: 10px !important;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear !important;
text-align: center !important;
font-size: 15px !important;
display: inline-block !important;
border-bottom: 3px solid transparent;
}
.cc-window .cc-header .cc-nav ul li a:hover {
color: var(--cc-menu-link-hover-color) !important;
}
.cc-window .cc-nav ul li a[aria-selected="true"] {
border-bottom: 3px solid var(--cc-active-menu-color);
color: var(--cc-active-menu-color) !important;
font-weight: 600;
}
.cc-nav ul li.ui-state-hover {
color: #000 !important;
}
.cc-no-products-msg {
padding: 30px;
}
.cc-no-products-msg p {
margin-bottom: 5px;
}
.cc-no-products-msg h3 {
margin-bottom: 5px;
letter-spacing: -0.3px;
font-size: 20px;
font-weight: normal;
}
body.cc-window-open {
height: 100%;
overflow: hidden;
}
.cc_item_quantity_update {
cursor: pointer;
height: 33px;
width: 33px;
text-align: center;
box-sizing: border-box;
vertical-align: middle;
padding: 5px 10px;
}
.cc_item_quantity_update:hover {
background-color: #e8e8e8;
font-weight: bold;
}
.cc_item_quantity_minus {
border-bottom-left-radius: 5px;
border-top-left-radius: 5px;
border-top: 1px solid rgb(204, 204, 204);
border-left: 1px solid rgb(204, 204, 204);
border-bottom: 1px solid rgb(204, 204, 204);
}
.cc_item_quantity_plus {
border-bottom-right-radius: 5px;
border-top-right-radius: 5px;
border-top: 1px solid rgb(204, 204, 204);
border-right: 1px solid rgb(204, 204, 204);
border-bottom: 1px solid rgb(204, 204, 204);
}
.cc_item_quantity_wrap {
text-align: left;
display: flex !important;
margin: 10px 0px 0px;
align-items: center;
}
.cc_item_quantity_wrap input.cc_item_quantity {
width: 30px;
height: 33px;
min-height: 33px;
box-sizing: border-box;
vertical-align: top;
border-image: initial;
border-width: 0px 0px;
border-bottom: 1px solid rgb(204, 204, 204) !important;
border-top: 1px solid rgb(204, 204, 204) !important;
border-right-style: initial;
border-left-style: initial;
border-right-color: initial;
border-left-color: initial;
appearance: none;
font-weight: 400;
box-shadow: none;
text-align: center;
display: inline-block;
font-size: 12px;
margin: 0px;
padding: 0px;
background: none;
outline: 0px;
border-radius: 0;
}
.cc_item_quantity_wrap input.cc_item_quantity:focus {
background: none;
}
.cc_item_title {
font-weight: bold;
margin: 0 20px 0 0;
width: 65%;
}
.cc_item_title,
.cc_item_total_price {
display: block !important;
text-align: left;
}
.cc_item_variation {
font-weight: normal;
font-size: 13px;
color: #666;
white-space: pre-line;
margin-top: 2px;
line-height: 1.4;
}
.cc-cart {
height: calc(100% - 51px) !important;
}
.cc-cart-container,
.cc-sfl-container {
display: flex;
flex-direction: column;
overflow: hidden;
box-sizing: border-box;
height: 100%;
position: relative;
}
.cc-cart .cc-cart-items .cc_item_title dl.variation dt {
float: left;
clear: both;
margin-right: 0.25em;
list-style: none outside;
}
.cc-cart .cc-cart-items .cc_item_title dl.variation dd {
margin: 0;
font-weight: normal;
}
.cc-cart .cc-cart-items .cc_item_title dl.variation dd p {
margin-bottom: 5px;
}
.cc-no-products-msg i,
.cc-empty-msg i {
font-size: 49px !important;
margin-bottom: 10px;
color: var(--cc-icon-color) !important;
display: block;
} .cc-pl-upsells {
position: relative;
}
.cc-pl-upsells-wrapper {
overflow: hidden;
position: relative;
margin: 0 35px;
cursor: grab;
-webkit-user-select: none;
user-select: none;
}
.cc-pl-upsells-wrapper:active {
cursor: grabbing;
}
.cc-pl-upsells .cc-pl-recommendations {
margin: 0 auto;
padding: 0;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
transition: transform 0.3s ease;
}
.cc-pl-upsells .cc-pl-recommendations:not(.cc-recommendations-loading) .cc-slide {
flex: 0 0 100%;
width: 100%;
padding-right: 10px;
box-sizing: border-box;
}
.cc-pl-upsells .cc-pl-recommendations .cc-slide {
cursor: pointer;
padding: 15px;
outline: none;
height: fit-content;
background: var(--cc-rec-slide-bg-color);
border-radius: 3px;
border: var(--cc-rec-slide-border-width) solid var(--cc-rec-slide-border-color);
color: var(--cc-rec-slide-text-color);
}
.cc-pl-upsells .cc-pl-recommendations .cc-slide img {
width: var(--cc-thumb-width-d);
height: auto;
border-radius: var(--cc-border-radius);
}
.cc-pl-upsells .cc-pl-recommendations .cc-slide .cart .added_to_cart.wc-forward {
display: none;
}
.cc-pl-upsells .caddy-next {
right: 0;
}
.cc-pl-upsells .caddy-prev {
left: 0;
}
.cc_sfl_btn {
right: 30px;
vertical-align: middle;
}
.cc_sfl_btn a.save_for_later_btn,
.cc_move_to_cart_btn a.button,
.cc-slide .single_add_to_cart_button,
.cc-slide .button,
.cc-coupon-btn {
padding: 9px 12px !important;
background-color: #efefef !important;
color: #000 !important;
font-size: 13px !important;
text-transform: capitalize;
letter-spacing: 0;
font-weight: bold;
border-radius: var(--cc-button-border-radius) !important;
line-height: 16px !important;
background-image: none;
transition: 0.5s;
margin-bottom: 0 !important;
border: none !important;
}
a.button.cc-button-sm.cc_cart_from_sfl {
background-color: var(--cc-primary-button-bg-color) !important;
color: var(--cc-primary-button-text-color) !important;
font-weight: bold;
}
a.button.cc-button-sm.cc_cart_from_sfl:hover {
background-color: var(--cc-primary-button-hover-bg-color) !important;
color: var(--cc-primary-button-hover-text-color) !important;
}
#cc-cart .save_for_later_btn {
font-weight: normal;
display: inline-block;
width: auto;
min-width: auto;
font-size: 0.93em !important;
color: var(--cc-window-muted-text-color) !important;
transition: none 0s ease 0s;
background: transparent !important;
border-radius: 0 !important;
padding: 0px !important;
margin-top: 10px;
}
#cc-cart .save_for_later_btn:hover {
color: var(--cc-window-link-hover-color) !important;
border-left: none !important;
border-right: none !important;
border-top: none !important;
border-bottom: 1px solid rgb(0, 0, 0) !important;
}
.cc_sfl_btn a.save_for_later_btn.cc_hide_btn,
.cc_move_to_cart_btn a.cc_cart_from_sfl.cc_hide_btn {
display: none;
}
.cc-loader {
display: inline-block;
position: relative;
width: 25px;
height: 25px;
border-radius: 50%;
background-color: transparent;
border: 2px solid #f1f1f1;
border-top-color: #000000;
-webkit-animation: 0.3s spin linear infinite;
animation: 0.4s spin linear infinite;
text-align: center;
}
.cc-window .cc-loader {
position: absolute;
top: 45%;
left: 45%;
}
.cc-window .cc_move_to_cart_btn .cc-loader {
top: 0;
left: 0;
}
.cc-window .cc-slide .single_add_to_cart_button,
.cc-window .cc-slide .button,
.cc-window .cc-slide .button,
.cc-notice-ctas .button {
margin: 0 !important;
background-color: var(--cc-primary-button-bg-color) !important;
color: var(--cc-primary-button-text-color) !important;
border-color: var(--cc-primary-button-bg-color) !important;
border-radius: var(--cc-button-border-radius) !important;
padding: 9px 12px !important;
transition: 0.5s;
text-transform: capitalize;
line-height: initial;
letter-spacing: initial;
border: none;
font-size: inherit;
font-weight: bold;
text-decoration: none !important;
}
.cc-slide .cc-up-sells-details {
text-align: left;
width: 100%;
}
.cc-slide .cc-up-sells-image {
padding-right: 15px;
min-width: 115px !important;
}
.cc-slide .cc-up-sells-image a {
display: block;
height: 95px;
}
.cc-slide .cc-up-sells-image img {
width: var(--cc-thumb-width-d);
height: auto;
border-radius: var(--cc-border-radius);
max-height: 95px;
object-fit: cover;
}
.cc-slide .cc-placeholder-image {
width: var(--cc-thumb-width-d);
height: 95px;
background: #eee;
border-radius: var(--cc-border-radius);
display: flex;
align-items: center;
justify-content: center;
color: #aaa;
font-size: 12px;
}
.cc-coupon-form .cc-coupon-btn {
flex: 1;
padding: 13px 12px !important;
border: var(--cc-coupon-button-border-width) solid var(--cc-coupon-button-border-color) !important;
width: 100%;
background-color: var(--cc-coupon-button-bg-color) !important;
}
.cc-coupon-form .cc-coupon-btn:hover {
background-color: var(--cc-coupon-button-hover-bg-color) !important;
border-color: var(--cc-coupon-button-hover-bg-color) !important;
color: var(--cc-coupon-button-hover-text-color) !important;
text-decoration: none !important;
}
.cc-coupon-btn {
font-size: 14px !important;
}
.cc_sfl_btn a.save_for_later_btn:hover,
.cc_move_to_cart_btn a.button:hover,
.cc_item_quantity_update:hover {
background-color: var(--cc-primary-button-hover-bg-color) !important;
border-color: var(--cc-primary-button-hover-bg-color) !important;
color: var(--cc-primary-button-hover-text-color) !important;
text-decoration: none !important;
}
.cc-slide .single_add_to_cart_button:hover,
.cc-slide .button:hover {
background-color: var(--cc-primary-button-hover-bg-color) !important;
color: var(--cc-primary-button-hover-text-color) !important;
text-decoration: none !important;
}
.cc-pl-info-wrapper {
margin: 0 25px 30px;
padding: 20px 0;
border-top: var(--cc-window-border-width) solid var(--cc-window-border-color);
}
.cc-pl-info-header {
height: auto;
background-color: #fff;
top: 0;
font-size: 14px;
color: #ccc;
position: sticky;
z-index: 999;
}
.cc-pl-info-header a {
font-size: 15px;
display: inline-block;
font-weight: bold;
}
.cc-pl-info-header a:hover {
font-weight: bold;
}
.cc-pl-upsells label {
text-align: center;
display: block;
margin-bottom: 15px;
font-weight: bold;
font-size: 0.9em;
}
.cc-slide {
text-align: center;
}
.cc-slide .title {
font-size: 14px;
font-weight: bold;
display: block;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
text-align: left;
max-height: 55px;
margin-bottom: 0;
}
.cc-slide a {
color: var(--cc-rec-slide-link-color) !important;
}
.cc-slide a:hover {
color: var(--cc-rec-slide-link-hover-color) !important;
}
.cc-slide .price {
font-size: 14px;
padding: 5px 0 5px 0;
margin-bottom: 0;
display: block;
text-align: left;
}
.cc-slide .cc_item_total_price {
margin-bottom: 5px;
}
.caddy-arrow,
.caddy-next,
.caddy-prev {
top: 65%;
position: absolute;
cursor: pointer;
font-size: 25px;
color: var(--cc-icon-color);
transform: translateY(-50%); transition: opacity 0.2s ease;
}
.caddy-next.cc-disabled,
.caddy-prev.cc-disabled {
opacity: 0.3;
cursor: default;
pointer-events: none;
}
.cc-pl-info span {
display: inline;
}
.cc-total-text {
font-size: 14px;
}
.cc-total-box .cc-subtotal-subtext {
font-size: 13px;
color: var(--cc-window-muted-text-color);
display: block;
font-weight: normal;
}
.cc-pl-title svg {
fill: #66efc3;
margin-right: 5px;
vertical-align: bottom;
display: inline-block;
}
.cc-cart-product-list:last-child {
border-bottom: 0;
}
.cc_item_content {
text-align: left;
width: 100%;
display: flex !important;
flex-direction: column;
position: relative;
height: auto;
}
.cc-item-content-top {
display: flex !important;
}
.cc-item-content-bottom {
display: flex !important;
flex-direction: row;
align-items: end;
margin-top: auto;
right: 0;
bottom: 5px;
}
.cc-item-content-bottom-left {
display: flex !important;
flex-direction: column;
gap: 6px;
}
.cc-item-content-top .cc_item_total_price {
text-align: right;
width: 45%;
}
.ui-state-focus a:focus {
outline: none;
}
.admin-bar .cc-window {
top: 32px;
height: calc(100% - 32px);
}
.cc-window [hidden] {
display: none;
}
.cc-window .wc-pao-addon {
display: none;
}
.cc-fs-icon img {
display: inline-block;
width: 25px;
max-width: 25px;
vertical-align: sub;
}
.cc-title img {
display: inline-block;
width: 21px;
max-width: 21px;
vertical-align: text-top;
}
.cc-poweredby img {
display: inline-block;
width: 14px;
max-width: 14px;
vertical-align: sub;
}
.single-product a.button.cc_add_product_to_sfl i {
margin-right: 10px;
position: relative;
}
.single-product div.product form.cart a.cc_add_product_to_sfl {
background-color: transparent;
color: #000;
display: flex;
width: auto !important;
align-items: center;
align-content: center;
margin-left: 20px;
}
.single-product div.product form.cart a.cc_add_product_to_sfl:hover {
background-color: transparent;
color: #000;
}
.cc-cart-product-list .cc_move_to_cart_btn {
display: flex;
position: relative;
margin-top: 8px;
}
.cc-header .cc-nav ul li a.using-mouse:focus {
outline: 0 !important;
}
.cc_item_total_price .price del {
color: var(--cc-window-muted-text-color);
opacity: 0.5;
display: inline-block;
text-decoration: line-through;
}
.cc_item_total_price .price span.amount {
display: inline;
}
.cc_item_total_price .price ins {
background: 0 0;
display: inline-block;
color: inherit;
margin-left: 3px;
text-decoration: none;
}
.cc_item_total_price .cc_saved_amount {
color: #219a73;
margin-left: 5px;
}
.cc-coupon-title {
font-size: 14px;
display: flex;
align-items: center;
font-weight: normal;
padding-bottom: 5px;
}
.cc-coupon-title:hover {
text-decoration: underline !important;
}
.cc-coupon-title svg {
margin-left: auto;
transition: transform 0.2s ease;
width: 16px;
height: 16px;
color: var(--cc-icon-color);
}
.cc-coupon-form {
position: relative;
width: 100%;
margin: 0;
padding-top: 5px;
padding-bottom: 10px;
display: none;
}
.cc-coupon-form .coupon {
display: flex;
align-items: flex-start;
-webkit-box-pack: justify;
justify-content: space-between;
}
.cc-coupon-form input[type="text"] {
background-color: white;
font-size: 14px;
border-radius: 3px;
margin-right: 10px;
width: 100%;
border: 1px solid #ccc;
padding: 9.5px 15px;
height: auto;
flex: 3;
margin-bottom: 0;
}
#apply_coupon_form {
display: flex;
width: 100%;
}
.cc-ship-tax-notice {
font-size: 12px;
font-style: normal;
color: #717171;
margin-top: 10px;
}
i.ccicon-check {
font-size: 15px;
margin-right: 10px;
color: #ffffff;
top: 2px;
position: relative;
background-color: #12b99a;
border-radius: 100px;
padding: 3px;
}
.cc_cart_items_list i,
.cc_saved_items_list i {
margin-right: 10px;
width: 20px;
height: 20px;
font-size: 20px;
}
.cc_cart_items_list svg,
.cc_saved_items_list svg {
width: 20px;
height: 20px;
}
.woocommerce ul.products li.product .cc-heart-icon {
position: absolute;
top: 0;
background: transparent;
margin-top: 0 !important;
padding: 10px;
line-height: 0;
color: #000;
transition: 0.3s;
}
.woocommerce ul.products li.product .cc-heart-icon:hover {
background: #000;
color: #fff;
}
.woocommerce ul.products li.product .cc-heart-icon i {
margin-right: 0;
}
a.cc_cart_items_list,
a.cc_saved_items_list {
display: flex !important;
align-items: center;
}
span.cc_cart_count {
margin-left: 5px;
}
i.ccicon-left-arrow {
top: 2px;
position: relative;
margin-right: 10px;
}
.cc-discount {
font-size: 14px;
}
.cc-applied-coupon {
background-color: #a4f5ce;
padding: 2px 7px;
font-size: 12px;
color: #000;
border-radius: 3px;
display: inline-flex;
align-items: center;
gap: 5px;
vertical-align: middle;
font-weight: normal;
margin-right: 5px;
margin-bottom: 5px;
margin-top: 3px;
}
.cc-applied-coupon img {
width: 13px;
height: 13px;
}
.cc-applied-coupon .cc-remove-coupon {
text-decoration: underline;
}
.cc-applied-coupon .ccicon-close {
padding: 0;
position: relative !important;
display: inline-block;
font-size: inherit;
top: 1px;
opacity: 0.5;
}
.cc-applied-coupon .ccicon-close:hover {
opacity: 1;
}
.single-product.woocommerce .summary a.remove_from_sfl_button {
display: inline-flex;
align-content: center;
align-items: center;
margin-left: 20px;
width: auto !important;
}
.single-product.woocommerce .summary a.remove_from_sfl_button i {
margin-right: 10px;
}
.cc-cart .cc-notice,
.cc-saves .cc-sfl-notice {
display: none;
position: absolute;
top: 0;
right: 0;
left: 0;
z-index: 9999;
background-color: #d6f9ea;
margin: 25px;
border: 1px solid #23c489;
padding: 16px 20px 16px 53px;
font-size: 14px;
border-radius: var(--cc-button-border-radius);
transition: all 0.3s ease;
animation: fadeIn 0.5s;
}
.cc-cart .cc-notice:before,
.cc-saves .cc-sfl-notice:before {
content: "\e908";
font-family: 'caddy-public-icons' !important;
font-size: 15px;
color: #ffffff;
top: 15px;
background-color: #12b99a;
border-radius: 100px;
padding: 3px;
height: 18px;
width: 18px;
position: absolute;
left: 20px;
text-align: center;
line-height: 20px;
box-sizing: content-box;
}
.cc-cart .cc-notice.cc-error {
border-top: 3px solid #b81c23;
background-color: #fde8e8;
border-color: #b81c23;
}
.cc-cart .cc-notice.cc-error::before {
content: "\e016";
font-family: WooCommerce;
font-size: 15px;
color: #ffffff;
background-color: #b81c23;
border-radius: 100px;
padding: 3px;
height: 18px;
width: 18px;
position: absolute;
left: 20px;
top: 15px;
text-align: center;
line-height: 20px;
box-sizing: content-box;
}
.cc-cart .cc-notice.cc-info {
border-top: 3px solid #2ea2cc;
}
.cc-cart .cc-notice.cc-info::before {
content: "\e028";
color: #2ea2cc;
font-family: WooCommerce;
position: absolute;
left: 15px;
}
.cc-saves .cc-body .cc-sfl-notice {
border-top: 3px solid #b81c23;
}
.cc-saves .cc-body .cc-sfl-notice::before {
content: "\e016";
color: #b81c23;
font-family: WooCommerce;
position: absolute;
left: 15px;
}
.up-sells-product {
display: flex;
}
.cc_item_total_price .woocommerce-Price-currencySymbol {
display: inline;
}
.cc-slide .single_add_to_cart_button,
.cc-slide .button,
.woocommerce .cc-slide .button,
.cc_sfl_btn a.save_for_later_btn,
.cc_move_to_cart_btn a.button,
.cc-slide .single_add_to_cart_button,
.cc-slide .button,
.cc-coupon-btn {
min-width: 100px;
text-align: center;
}
.cc-remove-item svg, .remove_from_sfl_button svg {
width: 17px;
height: 17px;
color: var(--cc-icon-color);
}
.cc-remove-item:hover svg, .remove_from_sfl_button:hover svg {
color: #ff0000;
}
.cc-cart-product-list.bundle {
border-bottom: var(--cc-window-border-width) solid var(--cc-window-border-color);
margin-bottom: 15px;
}
.cc-cart-product-list.bundled_child {
padding: 0px 0 15px 10px;
border-top: 0;
}
.cc-cart-product-list.bundled_child .cc-cart-product:before {
position: relative;
font-family: 'FontAwesomePB';
font-size: 1rem;
display: inline-block;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
content: "\e806";
margin: 20px 12px 0 3px;
opacity: .25;
height: 24px;
transform: scaleX(-1) rotate(90deg);
}
.cc-cart-product-list.bundled_child .cc-product-thumb {
width: 65px;
height: 65px;
}
.cc-cart-product-list.bundled_child .cc-product-thumb img {
width: 65px !important;
}
.cc-cart-product-list.bundled_child .cc_item_title,
.cc-cart-product-list.bundled_child .cc_item_title a.cc-product-link {
font-size: 1em;
margin-bottom: 0;
}
.cc-cart-product-list.bundled_child .cc_sfl_btn,
.cc-cart-product-list.bundled_child a.cc-remove-item,
.cc-cart-product-list.bundled_child.bundled_fixed_qty .cc_item_quantity_update,
.cc-cart-product-list.bundle .cc_sfl_btn {
display: none;
}
.cc-cart-product-list.bundled_child.bundled_fixed_qty input.cc_item_quantity {
border: none !important;
padding: 0;
height: auto;
text-align: left;
}
.cc_item_quantity_update.cc-qty-disabled {
color: rgba(0, 0, 0, 0.2);
pointer-events: none;
cursor: default;
}
.cc-cart-product-list.bundled_child .bundled_table_item_price:after, 
.cc-cart-product-list.bundled_child .bundled_table_item_subtotal:after {
display: none;
}
.cc-coupon.cc-coupon-open svg {
transform: rotate(180deg);
}
.cc-savings {
color: var(--cc-mint-color) !important;
font-weight: bold;
font-size: 14px;
margin-top: 4px;
margin-bottom: 5px;
margin-left: auto;
}
.cc-coupon .woocommerce-error::after {
font-family: "caddy-public-icons" !important;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
content: "\e901";
position: absolute;
right: 15px;
top: 18px;
cursor: pointer;
}
.cc-totals .cc-original-price {
color: var(--cc-window-muted-text-color);
margin-right: 6px;
font-weight: normal;
}
.cc-discounts {
display: flex;
align-items: center;
padding-top: 3px;
}
.cc-coupon {
padding-bottom: 5px;
margin-bottom: 5px;
border-bottom: var(--cc-window-border-width) solid var(--cc-window-border-color);
}
.cc-pl-upsells-wrapper {
position: relative;
width: 85%;
margin: auto;
}
.cc-empty img {
width: 200px;
height: 200px;
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@-webkit-keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadeInUp {
from {
transform: translate3d(0, 20px, 0);
opacity: 0;
}
to {
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@-webkit-keyframes fadeInUp {
from {
transform: translate3d(0, 20px, 0);
opacity: 0;
}
to {
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes fadeOutUp {
from {
transform: translate3d(0, 20px, 0);
opacity: 1;
}
to {
transform: translate3d(0, 0, 0);
opacity: 0;
}
}
@-webkit-keyframes fadeOutUp {
from {
transform: translate3d(0, 20px, 0);
opacity: 1;
}
to {
transform: translate3d(0, 0, 0);
opacity: 0;
}
}
@keyframes fadeOutDown {
from {
transform: translate3d(0, 0, 0);
opacity: 1;
}
to {
transform: translate3d(0, 20px, 0);
opacity: 0;
}
}
@-webkit-keyframes fadeOutDown {
from {
transform: translate3d(0, 0, 0);
opacity: 1;
}
to {
transform: translate3d(0, 20px, 0);
opacity: 0;
}
}
@keyframes fadeOutRight {
0% {
opacity: 1;
transform: translateX(0);
}
100% {
opacity: 0;
transform: translateX(20px);
}
}
@-webkit-keyframes fadeOutRight {
0% {
opacity: 1;
transform: translateX(0);
}
100% {
opacity: 0;
transform: translateX(20px);
}
}
@-webkit-keyframes bounce-in-fwd {
0% {
-webkit-transform: scale(0);
transform: scale(0);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
38% {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
opacity: 1;
}
55% {
-webkit-transform: scale(0.7);
transform: scale(0.7);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
72% {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
81% {
-webkit-transform: scale(0.84);
transform: scale(0.84);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
89% {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
95% {
-webkit-transform: scale(0.95);
transform: scale(0.95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
}
@keyframes bounce-in-fwd {
from {
-webkit-transform: scale(0);
transform: scale(0);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
38% {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
opacity: 1;
}
55% {
-webkit-transform: scale(0.7);
transform: scale(0.7);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
72% {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
81% {
-webkit-transform: scale(0.84);
transform: scale(0.84);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
89% {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
95% {
-webkit-transform: scale(0.95);
transform: scale(0.95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
}
@keyframes cc-meter-animation {
0% {
width: 100%;
}
10% {
width: 0%;
}
}
@keyframes cc-meter-stripes {
from {
background-position:40px 0
}
to {
background-position:0 0
}
}
@media only screen and (max-width: 768px) {
.cc-window {
width: 100%;
}
.ccicon-x {
display: block;
}
.cc-body-container {
flex: 1;
min-height: 0;
}
.cc-body {
flex: 1;
min-height: 0;
width: 100%;
}
.cc-fs-icon {
font-size: 18px;
margin-right: 5px;
}
.cc-nav li {
margin-right: 20px !important;
}
.cc-product-thumb {
width: 70px;
height: 70px;
}
.cc-cart-actions {
bottom: var(--cc-poweredby-height, 24px);
padding: 12px 15px 0 15px; 
width: 100%;
}
.cc-header .cc-inner-container,
.cc-pl-info-header .cc-inner-container {
padding: 0px 15px;
}
.cc-compass {
bottom: 15px;
right: 15px;
}
.cc-header .cc-title {
font-size: 19px;
}
.cc-header [class^="licon-"],
.cc-header [class*=" licon-"] {
font-size: 21px;
}
.cc-pl-info-header .cc-inner-container {
padding: 15px 20px;
}
.cc-fs-icon {
display: none;
}
.cc-fs {
padding: 6px 15px 12px;
text-align: center !important;
}
.cc-cart-product-list,
.cc-pl-info-wrapper {
margin-left: 15px;
margin-right: 15px;
}
.cc-pl-upsells .cc-pl-recommendations {
padding: 0 20px;
}
.cc-pl-info-wrapper {
padding-bottom: 0;
}
.admin-bar .cc-window {
top: 0;
height: 100%;
}
.cc-cart-product-list {
padding-top: 15px;
padding-bottom: 15px;
}
.cc-pl-upsells .caddy-prev {
left: -5px;
}
.cc-pl-upsells .caddy-next {
right: -5px;
}
.admin-bar .cc-cart-container, .admin-bar .cc-sfl-container,
.cc-cart-container, .cc-sfl-container {
height: calc(100vh - 53px) !important;
}
.cc-poweredby {
width: 100%;
padding: 5px 10px;
height: var(--cc-poweredby-height, 24px);
}
.cc-total-box .cc-subtotal-subtext {
display: none;
}
.cc-cart-container, .cc-sfl-container {
height: 100% !important;
}
}
@media (min-width: 241px) and (max-width: 480px) {
div#toast-container {
left: 15px;
right: 15px;
}
#toast-container > div {
padding: 18px 16px 19px 55px;
width: 100%;
}
.toast-bottom-right {
bottom: 85px;
}
.toast-message {
font-size: 14px;
}
#toast-container .toast-close-button {
right: 14px !important;
top: 10px !important;
}
}
.cc_item_quantity_locked {
display: inline-block;
padding: 5px 10px;
background: #f5f5f5;
border-radius: 4px;
font-size: 14px;
line-height: 1;
}
.cc-free-gift-label {
color: var(--cc-window-muted-text-color);
margin-top: 4px;
font-weight: 500;
display: block !important;
}
.cc-free-price {
color: var(--cc-mint-color);
font-weight: 500;
} .cc-skeleton {
background: #f7f7f7;
border-radius: var(--cc-border-radius);
position: relative;
overflow: hidden;
}
.cc-skeleton::after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
transform: translateX(-100%);
background: linear-gradient(90deg, 
rgba(255,255,255,0) 0%, 
rgba(255,255,255,0.2) 20%, 
rgba(255,255,255,0.5) 60%, 
rgba(255,255,255,0)
);
animation: shimmer 2s infinite;
}
@keyframes shimmer {
100% {
transform: translateX(100%);
}
}
.cc-skeleton-item {
margin: 0 25px 1px 25px;
padding: 17px 0 15px 0;
border-top: var(--cc-window-border-width) solid var(--cc-window-border-color);
display: flex;
align-items: center;
}
.cc-skeleton-item:first-child {
border-top: none;
}
.cc-skeleton-thumb {
width: var(--cc-thumb-width-d);
height: var(--cc-thumb-width-d);
margin-right: 20px;
}
.cc-skeleton-content {
flex: 1;
}
.cc-skeleton-line {
height: 12px;
margin: 8px 0;
}
.cc-skeleton-line.short {
width: 60%;
}
.cc-skeleton-line.medium {
width: 80%;
}
.cc-skeleton-line.full {
width: 100%;
}
.cc-skeleton-quantity-section {
height: 32px;
width: 100px;
background: #f7f7f7;
border-radius: var(--cc-border-radius);
position: relative;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
}
.cc-skeleton-quantity-section::after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
transform: translateX(-100%);
background: linear-gradient(90deg,
rgba(255,255,255,0) 0%,
rgba(255,255,255,0.2) 20%,
rgba(255,255,255,0.5) 60%,
rgba(255,255,255,0)
);
animation: shimmer 2s infinite;
}
.cc-window .caddy-add-to-cart.loading::after {
content: "" !important;
font-family: inherit !important;
position: absolute !important;
width: 16px !important;
height: 16px !important;
border-radius: 50% !important;
background-color: transparent !important;
border: 2px solid rgba(255,255,255,0.3) !important;
border-top-color: #fff !important;
animation: spin 0.4s linear infinite !important;
top: 50% !important;
right: 10px !important;
margin-top: -8px !important;
padding: 0 !important;
}
.cc-window .caddy-add-to-cart.loading {
padding-right: 35px !important;
}
.cc-cart-error {
padding: 15px;
text-align: center;
color: #e2401c;
background-color: #f8d7da;
border-radius: 4px;
margin: 10px 0;
}
.cc-cart-error a {
color: #721c24;
text-decoration: underline;
font-weight: bold;
}
.cc-product-upsells-wrapper {
min-height: 100px;
} .bundle_sells {
margin: 1em 0;
padding: 1em;
border: 1px solid var(--cc-window-border-color);
border-radius: 4px;
}
.bundle_sells label {
display: flex;
align-items: center;
margin-bottom: 0.5em;
cursor: pointer;
}
.bundle_sells input[type="checkbox"] {
margin-right: 0.5em;
}
.bundle_sells .bundle_sell_title {
font-weight: normal;
margin-right: 0.5em;
}
.bundle_sells .bundle_sell_price {
color: var(--cc-window-muted-text-color);
}
.bundle_sells .bundle_sell_price del {
margin-right: 0.5em;
}
.bundle_sells .bundle_sell_price ins {
text-decoration: none;
color: var(--cc-mint-color);
font-weight: bold;
} .cc-cart-product-list.bundle_sell {
padding-left: 1em;
border-left: 2px solid var(--cc-window-border-color);
margin: 0.5em 0;
}
.cc-cart-product-list.bundle_sell .cc_item_title {
font-size: 0.9em;
}
.cc-cart-product-list.bundle_sell .cc-product-thumb img {
max-width: 50px;
height: auto;
} .cc-recommendations-loading {
display: flex;
gap: 15px;
padding: 20px 0;
width: 370px;
}
.cc-recommendations-loading .cc-slide {
width: 340px;
}
.cc-skeleton-recommendation {
flex: 1;
min-width: 250px;
}
.cc-skeleton {
background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
background-size: 200% 100%;
animation: cc-skeleton-loading 1.5s infinite;
border-radius: 4px;
}
.cc-skeleton-image {
width: 100%;
height: 200px;
margin-bottom: 10px;
}
.cc-skeleton-content {
padding: 10px 0;
}
.cc-skeleton-line {
height: 14px;
margin-bottom: 8px;
}
.cc-skeleton-line.medium {
width: 75%;
}
.cc-skeleton-line.short {
width: 50%;
}
.cc-skeleton-button {
height: 36px;
width: 100px;
margin-top: 10px;
}
@keyframes cc-skeleton-loading {
0% {
background-position: -200% 0;
}
100% {
background-position: 200% 0;
}
} .cc-store-api-add-to-cart.loading {
opacity: 0.6;
pointer-events: none;
}
.cc-store-api-add-to-cart.added {
background-color: #28a745;
color: white;
} @media (max-width: 768px) {
.cc-recommendations-loading {
flex-direction: column;
}
.cc-skeleton-recommendation {
min-width: auto;
}
} #cc-saves:not(.cc-tab-active) {
display: none !important;
}
#cc-saves.cc-tab-active {
display: block !important;
} .cc-cart.cc-tab-inactive {
display: none !important;
} .cc-sr-announce {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0 0 0 0);
clip-path: inset(50%);
white-space: nowrap;
border: 0;
} .cc_item_quantity_update:focus-visible {
outline: 2px solid currentColor;
outline-offset: 2px;
}@font-face {
font-family: "caddy-public-icons";
src: url(//bleuatelier.fr/wp-content/plugins/caddy/public/fonts/caddy-public-icons.eot?pws4sw);
src: url(//bleuatelier.fr/wp-content/plugins/caddy/public/fonts/caddy-public-icons.eot?pws4sw#iefix)
format("embedded-opentype"),
url(//bleuatelier.fr/wp-content/plugins/caddy/public/fonts/caddy-public-icons.ttf?pws4sw) format("truetype"),
url(//bleuatelier.fr/wp-content/plugins/caddy/public/fonts/caddy-public-icons.woff?pws4sw) format("woff"),
url(//bleuatelier.fr/wp-content/plugins/caddy/public/fonts/caddy-public-icons.svg?pws4sw#caddy-public-icons) format("svg");
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="ccicon-"],
[class*=" ccicon-"] {
font-family: "caddy-public-icons" !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.ccicon-basket:before {
content: "\e90a";
}
.ccicon-cart-3:before {
content: "\e90b";
}
.ccicon-bag-3:before {
content: "\e906";
}
.ccicon-trash:before {
content: "\e900";
}
.ccicon-bag-2:before {
content: "\e902";
}
.ccicon-bag:before {
content: "\e903";
}
.ccicon-bag:before {
content: "\e903";
}
.ccicon-cart-2:before {
content: "\e905";
}
.ccicon-left-arrow:before {
content: "\ea40";
}
.ccicon-cart-empty:before {
content: "\e909";
}
.ccicon-heart-filled:before {
content: "\45";
}
.ccicon-heart-empty:before {
content: "\54";
}
.ccicon-cart:before {
content: "\24";
}
.ccicon-check:before {
content: "\e908";
}
.ccicon-x:before {
content: "\e901";
}
.ccicon-close:before {
content: "\e901";
}
.ccicon-cheveron-left:before {
content: url("data:image/svg+xml,<svg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M16.25 23.25 5.53 12.53a0.749 0.749 0 0 1 0 -1.06L16.25 0.75' fill='none' stroke='currentcolor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'></path></svg>");
color: #000;
width: 20px;
display: inline-block;
}
.ccicon-cheveron-right:before {
content: url("data:image/svg+xml,<svg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='m5.5 0.75 10.72 10.72a0.749 0.749 0 0 1 0 1.06L5.5 23.25' fill='none' stroke='currentcolor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'></path></svg>");
color: #000;
width: 20px;
display: inline-block;
}#shipping_method li label[for*=_chrono]{position:relative}#shipping_method li label[for*=_chrono]:before{content:"";display:inline-block;position:relative;top:6px;vertical-align:baseline;background:url(//bleuatelier.fr/wp-content/plugins/chronopost/public/img/chronopost-horizontal.png) center center/contain no-repeat;width:99px;height:22px;margin-right:7px}#shipping_method li input[type=radio]:first-child+label+.appointment-link,#shipping_method li input[type=radio]:first-child+label+.pickup-relay-link{display:none}#shipping_method li input[type=radio]:first-child:checked+label+.appointment-link,#shipping_method li input[type=radio]:first-child:checked+label+.pickup-relay-link{display:block}.chronomap-text-loading{color:#666}@keyframes spin{100%{transform:rotate(360deg)}}#container-method-chronorelay{height:100vh;margin-top:0;margin-bottom:0;max-height:768px;padding:10px;display:none}#container-method-chronorelay table.sw-table{table-layout:fixed;border-collapse:collapse;width:100%}#container-method-chronorelay table.sw-table tbody tr:nth-child(2n) td{background-color:transparent}#container-method-chronorelay table.sw-table tbody td{padding:2px;margin:0 10px 0 0;display:inline-block;background-color:transparent}#container-method-chronorelay table.sw-table tbody td:first-child{width:35px;font-weight:700}#container-method-chronorelay .marker-wrapper{max-width:430px}#container-method-chronorelay .marker-title{padding:5px 0;font-weight:700}#container-method-chronorelay .pickup-relay-title{margin-bottom:7px;font-weight:700}#container-method-chronorelay .hours-section{margin-left:7px;padding-left:7px}#container-method-chronorelay .info-section{width:170px}#container-method-chronorelay .button{border:0;background:#43454b;border-color:#43454b;color:#fff;cursor:pointer;padding:10px;text-decoration:none;font-weight:600;text-shadow:none;display:inline-block;outline:0;-webkit-appearance:none;-webkit-font-smoothing:antialiased;border-radius:0}#container-method-chronorelay .button:hover{background-color:#d5d5d5;border-color:#d5d5d5;color:#333}@media (min-width:480px){#container-method-chronorelay .button{padding:10px 22px}}#container-method-chronorelay button.fancybox-close-small:hover{background-color:transparent}#container-method-chronorelay h3{margin:0 0 10px;padding:0;line-height:24px;font-size:20px;font-weight:700}#container-method-chronorelay .mappostalcode{margin-bottom:25px;padding:8px 0}#container-method-chronorelay .sp-methods-chronorelais{height:200px;overflow:auto;box-shadow:inset 0 -10px 20px #f8f8f8}#container-method-chronorelay .pickup-relays{list-style:none}#container-method-chronorelay .pickup-relays li{line-height:25px;padding:0;margin:0;display:-ms-flexbox;display:flex}#container-method-chronorelay .pickup-relays li:nth-child(odd) label{background-color:#f8f8f8}#container-method-chronorelay .pickup-relays li input[type=radio]:first-child{clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);position:absolute!important}#container-method-chronorelay .pickup-relays li label{position:relative;padding:5px 5px 5px 30px}#container-method-chronorelay .pickup-relays li label:before{content:"";position:absolute;left:5px;top:10px;transition:border-color,ease,.2s;border:2px solid #6d6d6d;width:11px;height:11px;border-radius:50%}#container-method-chronorelay .pickup-relays li input[type=radio]:first-child:checked+label{background:#f0f0f0}#container-method-chronorelay .pickup-relays li input[type=radio]:first-child:checked+label:after{content:"";position:absolute;top:15px;left:10px;background:#6d6d6d;height:5px;width:5px;border-radius:50%;transition:transform .3s cubic-bezier(0,0,.2,1)}#container-method-chronorelay .pickup-relays li input[type=radio]:first-child:hover+label:before{border-color:#000}#container-method-chronorelay .pickup-relays li input[type=radio]:first-child:hover+label:after{background-color:#000}#container-method-chronorelay .pickup-relays li input[type=radio]:first-child:active+label:after{-ms-transform:scale(1.5);transform:scale(1.5);transition:transform .3s cubic-bezier(0,0,.2,1)}#container-method-chronorelay .postcode-input{float:left;margin-right:10px}#container-method-chronorelay .postcode-input #mappostalcode{max-width:80px}#container-method-chronorelay p.chronorelais-explain{margin:0 0 10px;padding:0;line-height:25px;font-size:16px}#container-method-chronorelay .pickup-relays{margin:0}#container-method-chronorelay .button-center{text-align:center;padding:10px}@media (min-width:768px){#container-method-chronorelay{width:calc(100vw - 80px);max-width:1024px;height:calc(100% - 88px);margin-top:44px;margin-bottom:44px;padding:24px}#container-method-chronorelay .wrapper-methods-chronorelais{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;height:calc(100% - 200px);position:relative}#container-method-chronorelay .wrapper-methods-chronorelais::before{height:1em;width:1em;display:block;position:absolute;top:50%;left:50%;margin-left:-.5em;margin-top:-.5em;content:"";animation:spin 1s ease-in-out infinite;background:url(//bleuatelier.fr/wp-content/plugins/chronopost/public/img/loader.svg) center center/cover;line-height:1;text-align:center;font-size:2em;color:rgba(0,0,0,.75);z-index:-1;opacity:0;transition:opacity .5s ease-in,z-index 0s linear .5s}#container-method-chronorelay .wrapper-methods-chronorelais .sp-methods-chronorelais.pickup-relay-selected{height:calc(100% - 65px)}#container-method-chronorelay .wrapper-methods-chronorelais .sp-methods-chronorelais.pickup-relay-selected+.button-center{display:block}#container-method-chronorelay .wrapper-methods-chronorelais .button-center{text-align:center;position:absolute;bottom:0;left:0;right:auto;width:30%;background:#fff;display:none}#container-method-chronorelay .wrapper-methods-chronorelais .button-center .button{width:100%}#container-method-chronorelay .wrapper-methods-chronorelais:after{content:"";background:rgba(255,255,255,.7);position:absolute;top:0;bottom:0;left:0;right:0;z-index:-1;opacity:0;transition:opacity .5s ease-in}#container-method-chronorelay .wrapper-methods-chronorelais.chronopost-loading:before{z-index:6;opacity:.6;transition:opacity .5s ease-in}#container-method-chronorelay .wrapper-methods-chronorelais.chronopost-loading:after{content:"";opacity:1;z-index:5}#container-method-chronorelay .wrapper-methods-chronorelais .sp-methods-chronorelais{width:30%;margin-right:10px;height:100%;overflow:auto}#container-method-chronorelay .wrapper-methods-chronorelais .sp-methods-chronorelais ul{list-style:none;margin:0;padding:0}}#chronomap,.chronorelaismap{height:100%;width:100%;min-height:300px}.chronorelaismap{margin-top:10px}@media (min-width:768px){.chronorelaismap{margin-top:0;width:calc(70% - 10px)}}#container-method-chronoprecise{display:none}#container-method-chronoprecise fieldset,#container-method-chronoprecise fieldset legend,#container-method-chronoprecise table:not(.has-background) tbody tr:nth-child(2n) td{background-color:#f2f2f2}#container-method-chronoprecise .button-center{position:absolute;bottom:0;left:0;right:0;display:none}#container-method-chronoprecise .button-center .button{width:100%}#container-method-chronoprecise.slot-selected .button-center{display:block}@media (max-width:739px){#container-method-chronoprecise{height:100vh;margin:0;padding:20px}}#container-method-chronoprecise .rdvCarouselheader{margin:0 auto 10px}#container-method-chronoprecise .rdvCarouselheader .carousel-control{color:#8f9091;font-weight:700}#container-method-chronoprecise .rdvCarouselheader .carousel-control:not(:first-child){margin-left:10px}#container-method-chronoprecise .rdvCarouselheader .carousel-control.inactive{opacity:.5}#container-method-chronoprecise .global-mobile{width:100%;height:100%;max-width:640px;margin:0 auto 20px;position:relative;padding-bottom:70px}@media (min-width:740px){#container-method-chronoprecise .global-mobile{display:none}}#container-method-chronoprecise .global-mobile .header{width:auto}#container-method-chronoprecise .global-mobile h1{font-size:16px;font-weight:400;margin-bottom:10px;text-align:left}#container-method-chronoprecise .global-mobile .left{float:left}#container-method-chronoprecise .global-mobile .right{float:right}#container-method-chronoprecise .global-mobile .scroll{width:100%;overflow-y:hidden;overflow-x:auto}#container-method-chronoprecise .global-mobile .scroll-v{overflow-y:auto;overflow-x:hidden;max-height:calc(100vh - 270px);margin-bottom:20px;border-bottom:solid 1px #f3f3f3}#container-method-chronoprecise .global-mobile .date-time{min-width:100%;border-collapse:collapse;margin-bottom:0}#container-method-chronoprecise .global-mobile .date-time th{padding:10px 5px;text-align:center;min-width:80px;line-height:1.1}#container-method-chronoprecise .global-mobile .date-row th{color:#fff;background-color:#8f9091;font-weight:400;border-left:solid 1px #fff;border-bottom:solid 1px #fff}#container-method-chronoprecise .global-mobile .date-row th:first-child{border-left:0}#container-method-chronoprecise .global-mobile .date-row th span{font-size:2.14em;display:block}#container-method-chronoprecise .global-mobile .time-list{border-left:solid 1px #f3f3f3;border-right:solid 1px #f3f3f3;position:relative}#container-method-chronoprecise .global-mobile .time-list ul{padding:0;margin:0}#container-method-chronoprecise .global-mobile .time-list li{display:table;width:100%;border-bottom:solid 1px #f3f3f3;font-size:16px}#container-method-chronoprecise .global-mobile .time-list li:last-child{border-bottom:none}#container-method-chronoprecise .global-mobile .time-list li:nth-child(odd){background-color:#fafafa}#container-method-chronoprecise .global-mobile .time-list li label{display:table-row!important;color:inherit!important;background:inherit!important}#container-method-chronoprecise .global-mobile .time-list li.unavailable{background-color:#e6e6e7}#container-method-chronoprecise .global-mobile .time-list li.unavailable .price-cell{font-size:.6em}#container-method-chronoprecise .global-mobile .date-row th.active,#container-method-chronoprecise .global-mobile .time-list li.active{background-color:#797979!important;color:#fff!important}#container-method-chronoprecise .global-mobile .eco{background-color:#e2f0e0}#container-method-chronoprecise .global-mobile .time-cell{display:table-cell;width:30%;white-space:nowrap;padding:20px}#container-method-chronoprecise .global-mobile .price-cell{display:table-cell;white-space:nowrap;padding:20px 60px 20px 20px;width:70%;text-align:right}#container-method-chronoprecise .global-mobile .ic-eco{position:absolute;margin-left:10px}#container-method-chronoprecise .global-mobile input{font-size:18px;padding:4px 30px;border:0;border-radius:4px;cursor:pointer}#container-method-chronoprecise .global-desktop{display:none}#container-method-chronoprecise .global-desktop nav{margin-top:-15px}#container-method-chronoprecise .global-desktop .button-center{text-align:center;position:static;margin:-7px 0}#container-method-chronoprecise .global-desktop .button-center .button{width:auto}#container-method-chronoprecise .global-desktop table td,#container-method-chronoprecise .global-desktop table th{padding:8px 5px}#container-method-chronoprecise .global-desktop table td.time-cell,#container-method-chronoprecise .global-desktop table th.time-cell{width:100px}#container-method-chronoprecise .global-desktop table td.active,#container-method-chronoprecise .global-desktop table th.active{background-color:#d5d5d5}#container-method-chronoprecise .global-desktop table td.incentive-flag,#container-method-chronoprecise .global-desktop table th.incentive-flag{background-color:#e2f0e0}#container-method-chronoprecise .global-desktop table td.incentive-flag:after,#container-method-chronoprecise .global-desktop table th.incentive-flag:after{content:"";display:inline-block;margin-left:5px;background:url(//bleuatelier.fr/wp-content/plugins/chronopost/public/img/eco.png) 0 0/cover no-repeat;width:38.24px;height:11.18px;vertical-align:middle}#container-method-chronoprecise .global-desktop .date-time td span{white-space:nowrap}#container-method-chronoprecise .global-desktop .woocommerce-Price-amount{font-weight:700;font-size:.85em}#container-method-chronoprecise .global-desktop .date-row th,#container-method-chronoprecise .global-desktop .time-cell{background-color:#8f9091;font-weight:400;color:#fff;border-bottom:solid 1px #fff;white-space:nowrap;text-align:center;line-height:1.1;vertical-align:middle}#container-method-chronoprecise .global-desktop .time-cell{font-size:1.1em}#container-method-chronoprecise .global-desktop .date-row th span{font-size:1.8em;display:block}@media (min-width:740px){#container-method-chronoprecise .global-desktop{display:block}}#container-method-chronoprecise .global-desktop table{table-layout:fixed;min-width:640px;max-width:960px}#container-method-chronoprecise #rdvCarouselContent .slide{display:none}#container-method-chronoprecise #rdvCarouselContent .slide.slide-active{display:block}.has-tooltip{position:relative}.has-tooltip .fa{vertical-align:text-top;font-size:.8em}.has-tooltip .tooltip-content{display:none;font-size:10px;color:#fff;background:rgba(0,0,0,.75);border-radius:6px;padding:5px 10px;position:absolute;top:100%;right:0;min-width:155px;z-index:50}.has-tooltip:hover .tooltip-content{display:block}.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
position: absolute;
left: 0;
top: 0;
}
.leaflet-container {
overflow: hidden;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
-webkit-user-drag: none;
} .leaflet-tile::selection {
background: transparent;
} .leaflet-safari .leaflet-tile {
image-rendering: -webkit-optimize-contrast;
} .leaflet-safari .leaflet-tile-container {
width: 1600px;
height: 1600px;
-webkit-transform-origin: 0 0;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
display: block;
}  .leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
max-width: none !important;
max-height: none !important;
}
.leaflet-container.leaflet-touch-zoom {
-ms-touch-action: pan-x pan-y;
touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
-ms-touch-action: pinch-zoom; touch-action: none;
touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
-ms-touch-action: none;
touch-action: none;
}
.leaflet-container {
-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
filter: inherit;
visibility: hidden;
}
.leaflet-tile-loaded {
visibility: inherit;
}
.leaflet-zoom-box {
width: 0;
height: 0;
-moz-box-sizing: border-box;
box-sizing: border-box;
z-index: 800;
} .leaflet-overlay-pane svg {
-moz-user-select: none;
}
.leaflet-pane         { z-index: 400; }
.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }
.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }
.leaflet-vml-shape {
width: 1px;
height: 1px;
}
.lvml {
behavior: url(#default#VML);
display: inline-block;
position: absolute;
} .leaflet-control {
position: relative;
z-index: 800;
pointer-events: visiblePainted; pointer-events: auto;
}
.leaflet-top,
.leaflet-bottom {
position: absolute;
z-index: 1000;
pointer-events: none;
}
.leaflet-top {
top: 0;
}
.leaflet-right {
right: 0;
}
.leaflet-bottom {
bottom: 0;
}
.leaflet-left {
left: 0;
}
.leaflet-control {
float: left;
clear: both;
}
.leaflet-right .leaflet-control {
float: right;
}
.leaflet-top .leaflet-control {
margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
margin-left: 10px;
}
.leaflet-right .leaflet-control {
margin-right: 10px;
} .leaflet-fade-anim .leaflet-tile {
will-change: opacity;
}
.leaflet-fade-anim .leaflet-popup {
opacity: 0;
-webkit-transition: opacity 0.2s linear;
-moz-transition: opacity 0.2s linear;
transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
opacity: 1;
}
.leaflet-zoom-animated {
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
-moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
visibility: hidden;
} .leaflet-interactive {
cursor: pointer;
}
.leaflet-grab {
cursor: -webkit-grab;
cursor:    -moz-grab;
cursor:         grab;
}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
cursor: crosshair;
}
.leaflet-popup-pane,
.leaflet-control {
cursor: auto;
}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
cursor: move;
cursor: -webkit-grabbing;
cursor:    -moz-grabbing;
cursor:         grabbing;
} .leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
pointer-events: none;
}
.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
pointer-events: visiblePainted; pointer-events: auto;
} .leaflet-container {
background: #ddd;
outline: 0;
}
.leaflet-container a {
color: #0078A8;
}
.leaflet-container a.leaflet-active {
outline: 2px solid orange;
}
.leaflet-zoom-box {
border: 2px dotted #38f;
background: rgba(255,255,255,0.5);
} .leaflet-container {
font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
} .leaflet-bar {
box-shadow: 0 1px 5px rgba(0,0,0,0.65);
border-radius: 4px;
}
.leaflet-bar a,
.leaflet-bar a:hover {
background-color: #fff;
border-bottom: 1px solid #ccc;
width: 26px;
height: 26px;
line-height: 26px;
display: block;
text-align: center;
text-decoration: none;
color: black;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
background-position: 50% 50%;
background-repeat: no-repeat;
display: block;
}
.leaflet-bar a:hover {
background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
cursor: default;
background-color: #f4f4f4;
color: #bbb;
}
.leaflet-touch .leaflet-bar a {
width: 30px;
height: 30px;
line-height: 30px;
}
.leaflet-touch .leaflet-bar a:first-child {
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}
.leaflet-touch .leaflet-bar a:last-child {
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
} .leaflet-control-zoom-in,
.leaflet-control-zoom-out {
font: bold 18px 'Lucida Console', Monaco, monospace;
text-indent: 1px;
}
.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
font-size: 22px;
} .leaflet-control-layers {
box-shadow: 0 1px 5px rgba(0,0,0,0.4);
background: #fff;
border-radius: 5px;
}
.leaflet-control-layers-toggle {
background-image: url(//bleuatelier.fr/wp-content/plugins/chronopost/public/css/leaflet/images/layers.png);
width: 36px;
height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
background-image: url(//bleuatelier.fr/wp-content/plugins/chronopost/public/css/leaflet/images/layers-2x.png);
background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
width: 44px;
height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
display: block;
position: relative;
}
.leaflet-control-layers-expanded {
padding: 6px 10px 6px 6px;
color: #333;
background: #fff;
}
.leaflet-control-layers-scrollbar {
overflow-y: scroll;
overflow-x: hidden;
padding-right: 5px;
}
.leaflet-control-layers-selector {
margin-top: 2px;
position: relative;
top: 1px;
}
.leaflet-control-layers label {
display: block;
}
.leaflet-control-layers-separator {
height: 0;
border-top: 1px solid #ddd;
margin: 5px -10px 5px -6px;
} .leaflet-default-icon-path {
background-image: url(//bleuatelier.fr/wp-content/plugins/chronopost/public/css/leaflet/images/marker-icon.png);
} .leaflet-container .leaflet-control-attribution {
background: #fff;
background: rgba(255, 255, 255, 0.7);
margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
padding: 0 5px;
color: #333;
}
.leaflet-control-attribution a {
text-decoration: none;
}
.leaflet-control-attribution a:hover {
text-decoration: underline;
}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
font-size: 11px;
}
.leaflet-left .leaflet-control-scale {
margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
margin-bottom: 5px;
}
.leaflet-control-scale-line {
border: 2px solid #777;
border-top: none;
line-height: 1.1;
padding: 2px 5px 1px;
font-size: 11px;
white-space: nowrap;
overflow: hidden;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: #fff;
background: rgba(255, 255, 255, 0.5);
}
.leaflet-control-scale-line:not(:first-child) {
border-top: 2px solid #777;
border-bottom: none;
margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
border-bottom: 2px solid #777;
}
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
border: 2px solid rgba(0,0,0,0.2);
background-clip: padding-box;
} .leaflet-popup {
position: absolute;
text-align: center;
margin-bottom: 20px;
}
.leaflet-popup-content-wrapper {
padding: 1px;
text-align: left;
border-radius: 12px;
}
.leaflet-popup-content {
margin: 13px 19px;
line-height: 1.4;
width: 230px !important;
}
.leaflet-popup-content p {
margin: 18px 0;
}
.leaflet-popup-tip-container {
width: 40px;
height: 20px;
position: absolute;
left: 50%;
margin-left: -20px;
overflow: hidden;
pointer-events: none;
}
.leaflet-popup-tip {
width: 17px;
height: 17px;
padding: 1px;
margin: -10px auto 0;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
background: white;
color: #333;
box-shadow: 0 3px 14px rgba(0,0,0,0.4);
}
.leaflet-container a.leaflet-popup-close-button {
position: absolute;
top: 0;
right: 0;
padding: 4px 4px 0 0;
border: none;
text-align: center;
width: 18px;
height: 14px;
font: 16px/14px Tahoma, Verdana, sans-serif;
color: #c3c3c3;
text-decoration: none;
font-weight: bold;
background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover {
color: #999;
}
.leaflet-popup-scrolled {
overflow: auto;
border-bottom: 1px solid #ddd;
border-top: 1px solid #ddd;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
width: 24px;
margin: 0 auto;
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
.leaflet-oldie .leaflet-popup-tip-container {
margin-top: -1px;
}
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
border: 1px solid #999;
} .leaflet-div-icon {
background: #fff;
border: 1px solid #666;
}  .leaflet-tooltip {
position: absolute;
padding: 6px;
background-color: #fff;
border: 1px solid #fff;
border-radius: 3px;
color: #222;
white-space: nowrap;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
pointer-events: none;
box-shadow: 0 1px 3px rgba(0,0,0,0.4);
}
.leaflet-tooltip.leaflet-clickable {
cursor: pointer;
pointer-events: auto;
}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
position: absolute;
pointer-events: none;
border: 6px solid transparent;
background: transparent;
content: "";
} .leaflet-tooltip-bottom {
margin-top: 6px;
}
.leaflet-tooltip-top {
margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
left: 50%;
margin-left: -6px;
}
.leaflet-tooltip-top:before {
bottom: 0;
margin-bottom: -12px;
border-top-color: #fff;
}
.leaflet-tooltip-bottom:before {
top: 0;
margin-top: -12px;
margin-left: -6px;
border-bottom-color: #fff;
}
.leaflet-tooltip-left {
margin-left: -6px;
}
.leaflet-tooltip-right {
margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
top: 50%;
margin-top: -6px;
}
.leaflet-tooltip-left:before {
right: 0;
margin-right: -12px;
border-left-color: #fff;
}
.leaflet-tooltip-right:before {
left: 0;
margin-left: -12px;
border-right-color: #fff;
}body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}:root{--woocommerce:#720eec;--wc-green:#007518;--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;--wc-destructive:#cc1818;--wc-card-border-radius:8px}.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}