:root {
--cgkit-container-width: var(--commercekit-container-width, 1200px);
--cgkit-container-padding: var(--commercekit-container-padding, 20px);
} .commercekit-container {
max-width: var(--commercekit-container-width, 1200px);
margin-right: auto;
margin-left: auto;
padding-right: var(--commercekit-container-padding, 20px);
padding-left: var(--commercekit-container-padding, 20px);
width: 100%;
box-sizing: border-box;
}
@media (max-width: 992px) {
.commercekit-container {
padding-right: 1rem;
padding-left: 1rem;
}
} .commercekit-sticky-add-to-cart {
z-index: 5;
position: fixed;
border-bottom: 1px solid #eee;
display: block;
top: -300px;
right: 0;
left: 0;
padding: 0 0.15em;
background-color: #fff;
box-shadow: 4px -5px 6px rgb(50 50 50 / 5%);
font-size: 15px;
transition: all 0.45s;
}
.commercekit-sticky-add-to-cart.visible {
top: 0;
}
.commercekit-sticky-add-to-cart .commercekit-container {
display: flex;
justify-content: space-between;
align-items: center;
} @media (max-width: 992px) {
.commercekit-sticky-add-to-cart {
top: auto;
bottom: -150px;
}
.commercekit-sticky-add-to-cart.visible {
bottom: 0;
}
.commercekit-sticky-add-to-cart .commercekit-container {
padding-top: 10px;
padding-bottom: 10px;
}
}
.single-product div.product .product_meta { 
clear: both; 
} .admin-bar .commercekit-sticky-add-to-cart.visible {
top: 32px;
}
@media screen and (max-width: 782px) {
.admin-bar .commercekit-sticky-add-to-cart.visible {
top: 46px;
}
} .cgkit-pdp-review.cgkit-pdp-review-mobile {
margin-top: 1em;
margin-bottom: 1em;
align-items: flex-start;
border-radius: 5px;
}
.cgkit-pdp-review-mobile .cgkit-pdp-review--text {
margin-top: -5px;
}
.cgkit-pdp-review-desktop {
margin-top: 1rem;
}
.cgkit-pdp-review {
display: flex;
width: 100%;
align-items: center;
padding: 1.5rem;
background: #fff;
border: 1px solid #e2e2e2;
border-radius: 8px;
}
.cgkit-pdp-review--image:has(img),
.cgkit-pdp-review--image:has(picture) {
width: 75px;
min-width: 75px;
margin-right: 1.5rem;
}
.cgkit-pdp-review--image img {
width: 100%;
height: auto;
}
.cgkit-pdp-review--text {
color: #222;
font-size: clamp(0.875rem, 0.8115rem + 0.2033vw, 0.9375rem);
}
.cgkit-pdp-review--text mark {
background: transparent;
background-image: linear-gradient(90deg, rgba(255, 225, 0, 0.1), rgba(255, 225, 0, 0.7) 4%, rgba(255, 225, 0, 0.3));
border-radius: 0.8rem 0.3rem;
-webkit-box-decoration-break: clone;
box-decoration-break: clone;
margin: 0 -0.4rem;
padding: 0.1rem 0.4rem;
}
.rtl .cgkit-pdp-review--image:has(img),
.rtl .cgkit-pdp-review--image:has(picture) {
margin-left: 1.5rem;
margin-right: 0;
}
@media (max-width: 770px) {
.cgkit-pdp-review-desktop {
display: none;
}
}
@media (min-width: 771px) {
.cgkit-pdp-review-mobile {
display: none;
}
} .cgkit-fsn-bar {
width: 100%;
text-align: center;
}
.cgkit-fsn-bar-cart {
margin: 20px 0 10px 0;
}
.cgkit-fsn-progress-bar {
height: 8px;
background: #ddd;
border-radius: 5px;
margin-bottom: 3px;
}
.cgkit-fsn-bar-cart .cgkit-fsn-progress-bar {
margin-bottom: 6px;
}
.cgkit-fsn-bar a {
color: #111;
text-decoration: underline;
font-weight: bold;
}
.cgkit-fsn-amount {
height: 8px;
background: var(--commercekit-fsn-bar-color, #3bb54a);
display: block;
border-radius: 5px;
}
.cgkit-fsn-bar-mini-cart.cgkit-fsn-bar {
margin-bottom: 10px;
}
body:not(.theme-shoptimizer) .cgkit-fsn-bar-mini-cart.cgkit-fsn-bar {
padding: 20px 20px 0;
text-align: left;
text-wrap: pretty;
}
.cgkit-fsn-bar-mini-cart .cgkit-fsn-notice,
.cgkit-fsn-bar-mini-cart .cgkit-fsn-title {
font-size: 12px;
display: inline-block;
line-height: 1.4;
}
.cgkit-fsn-bar-mini-cart.ckit-fsn-bar-active .cgkit-fsn-title {
font-size: 12px;
}
.cgkit-fsn-bar-cart .cgkit-fsn-notice {
font-size: 13px;
}
.cgkit-fsn-notice .amount {
color:  var(--commercekit-fsn-bar-color, #3bb54a);
font-weight: bold;
}
.cgkit-fsn-shop-link a {
color: #111;
text-decoration: underline;
font-weight: bold;
margin-left: 5px;
}
.ckit-fsn-bar-active .cgkit-fsn-title {
position: relative;
padding-left: 23px;
font-size: 13px;
}
.ckit-fsn-bar-active .cgkit-fsn-title:before {
position: absolute;
top: 50%;
left: 0px;
margin-top: -9px;
content: "";
display: block;
width: 18px;
height: 18px;
background: var(--commercekit-fsn-bar-color, #3bb54a);
-webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 12L11 14L15 10M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z' stroke='%234A5568' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 12L11 14L15 10M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z' stroke='%234A5568' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
-webkit-mask-position: center;
-webkit-mask-repeat: no-repeat;
-webkit-mask-size: contain;
}
.cgkit-fsn-bar-shortcode.cgkit-fsn-bar {
margin-bottom: 10px;
margin-top: 10px;
}
.cgkit-fsn-bar-shortcode .cgkit-fsn-notice,
.cgkit-fsn-bar-shortcode .cgkit-fsn-title {
font-size: 13px;
display: inline-block;
line-height: 1.4;
}
.cgkit-fsn-bar-shortcode.ckit-fsn-bar-active .cgkit-fsn-title {
font-size: 13px;
} .rtl .ckit-fsn-bar-active .cgkit-fsn-title:before {
right: 0px;
left: auto;
}
.rtl .ckit-fsn-bar-active .cgkit-fsn-title {
padding-right: 23px;
padding-left: 0;
}
.commercekit-review-alert {
display: block;
width: 100%;
font-size: 14px;
font-weight: bold;
padding-top: 15px;
padding-bottom: 3px;
border-top: 1px solid #e2e2e2;
line-height: 1.45;
}
.ckobp-before-you-go { font-size: 15px; color: #111; font-weight: bold; }
.commercekit-order-bump { border: 1px solid #e2e2e2; box-shadow: 0 4px 12px -2px rgba(0, 0, 0, 0.06); padding: 20px; margin: 8px 0 0 0; border-radius: 6px; }
.commercekit-order-bump .ckobp-title { width: 100%; padding-bottom: 10px; font-weight: bold; font-size: 14px; line-height: 1.4; color: #111; }
.commercekit-order-bump .ckobp-wrapper { display: flex; justify-content: space-between; }
.commercekit-order-bump .ckobp-item { display: flex; }
.commercekit-order-bump .ckobp-actions { display: flex; flex-shrink: 0; }
.commercekit-order-bump .ckobp-image { width: 50px; flex-shrink: 0; }
.commercekit-order-bump .ckobp-image a { display: block; }
.commercekit-order-bump .ckobp-image img { display:block; max-width: 50px; margin: 0; }
.commercekit-order-bump .ckobp-image img:nth-child(2n) { display: none; }
.commercekit-order-bump .ckobp-product { margin: -5px 15px 0 15px; }
.commercekit-order-bump .ckobp-name { color: #111; font-size: 13px; line-height: 1.4; display: inline-flex; }
.commercekit-order-bump .ckobp-name a { color: #111; }
.commercekit-order-bump .ckobp-price { margin-top: 2px; font-size: 12px; }
.commercekit-order-bump .ckobp-price del { margin-right: 5px; color: #999; font-weight: normal; }
.commercekit-order-bump .ckobp-actions button { padding: 7px 10px; font-size: 12px; font-weight: 600; color: #111; border: 1px solid #e2e2e2; background: linear-gradient(180deg, white, #eee 130%) no-repeat; border-radius: 4px; transition: 0.2s all; }
.commercekit-order-bump .ckobp-actions button:hover { border-color: #ccc; }
.ckobp-bullets { min-height: 1px; display: flex;}
.ckobp-bullets.processing { opacity: 0.5; pointer-events: none; }
.ckobp-bullets .ckobp-bullet { display: inline-block; width: 8px; height: 8px; background-color: #ccc; border-radius: 50%; cursor: pointer; margin-right: 7px; }
.ckobp-bullets .ckobp-bullet.active {  background-color: #000; }
@media (max-width: 500px) {
.commercekit-order-bump .ckobp-wrapper { display: block; }
.commercekit-order-bump .ckobp-actions { display: block; width: 100%; margin-top: 10px; }
.commercekit-order-bump .ckobp-actions button { width: 100%; }
.commercekit-order-bump .ckobp-name, .commercekit-order-bump .ckobp-title, .commercekit-order-bump .ckobp-actions button { font-size: 13px; }
} body:not(.theme-shoptimizer) .commercekit-order-bump-wrap.cgkit-minicart { min-width: 0; }
body:not(.theme-shoptimizer) .commercekit-order-bump-wrap.cgkit-minicart .commercekit-order-bump { padding: 12px; }
body:not(.theme-shoptimizer) .commercekit-order-bump-wrap.cgkit-minicart .commercekit-order-bump .ckobp-wrapper { display: block; }
body:not(.theme-shoptimizer) .commercekit-order-bump-wrap.cgkit-minicart .commercekit-order-bump .ckobp-item { margin-bottom: 8px; }
body:not(.theme-shoptimizer) .commercekit-order-bump-wrap.cgkit-minicart .commercekit-order-bump .ckobp-actions { display: block; width: 100%; margin-top: 8px; flex-shrink: unset; }
body:not(.theme-shoptimizer) .commercekit-order-bump-wrap.cgkit-minicart .commercekit-order-bump .ckobp-actions button { width: 100%; min-width: 0; box-sizing: border-box; }
body:not(.theme-shoptimizer) .commercekit-order-bump-wrap.cgkit-minicart .commercekit-order-bump .ckobp-product { margin-left: 10px; margin-right: 0; }
body:not(.theme-shoptimizer) .commercekit-order-bump-wrap.cgkit-minicart .commercekit-order-bump .cgkit-order-bump-selector.active { display: block; margin-top: 8px; }
body:not(.theme-shoptimizer) .commercekit-order-bump-wrap.cgkit-minicart .commercekit-order-bump .cgkit-order-bump-selector select { width: 100%; max-width: 100%; box-sizing: border-box; }
body:not(.theme-shoptimizer) .commercekit-order-bump-wrap.cgkit-minicart .commercekit-order-bumps { align-items: flex-start; }
.commercekit-order-bumps { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scroll-snap-stop: always; scroll-behavior: smooth; -webkit-overflow-scrolling: touch; position: relative; -ms-overflow-style: none; scrollbar-width: none; width: 100%; }
.commercekit-order-bumps::-webkit-scrollbar { width: 6px; height: 6px; }
.commercekit-order-bumps::-webkit-scrollbar-thumb { background-color:rgba(0,0,0,.2); border-radius: 6px; }
.commercekit-order-bumps::-webkit-scrollbar-track { background: transparent; }
.commercekit-order-bumps::-webkit-scrollbar { display: none; }
.commercekit-order-bumps .commercekit-order-bump { scroll-snap-align: center; flex-shrink: 0; margin-right: 15px; border-radius: 10px; transform-origin: center center; transform: scale(1); transition: transform 0.5s; position: relative; justify-content: center; align-items: center; width: 100%; }
.cgkit-single-order-bump .commercekit-order-bumps::-webkit-scrollbar { width: 0px; height: 0px; }
.product_list_widget li:has(.commercekit-order-bump-wrap) { padding-bottom: 0; }
.commercekit-order-bump-wrap.cgkit-single-order-bump { margin-bottom: 15px; }
.commercekit-order-bumps-wrap { position: relative; }
.commercekit-order-bumps-wrap .ckobp-prev.ckobp-disabled, .commercekit-order-bumps-wrap .ckobp-next.ckobp-disabled { opacity: 0.25; }
.commercekit-order-bumps-wrap .ckobp-prev, .commercekit-order-bumps-wrap .ckobp-next {cursor: pointer; z-index: 2; display: inline-flex; margin-left: 5px;}
.commercekit-order-bumps-wrap .ckobp-prev svg, .commercekit-order-bumps-wrap .ckobp-next svg { width: 18px; height: 18px;}
.commercekit-order-bumps-wrap .ckobp-nav { display: flex; justify-content: space-between; align-items: center; margin: 8px 0 20px 0; }
.commercekit-order-bumps-wrap .ckobp-prevnext { display: flex; order: 2; }
.commercekit-order-bump .cgkit-order-bump-selector { display: none; width: 100%; padding-top: 10px; }
.commercekit-order-bump .cgkit-order-bump-selector.active { display: block; }
.commercekit-order-bump .cgkit-order-bump-selector select { margin-bottom: 10px; }
.commercekit-order-bump .cgkit-order-bump-selector .cgkit-order-bump-status { color: #ff0000; font-weight: bold; }
.commercekit-order-bump .cgkit-obp-status-wrap { display: flex; justify-content: space-between; } .rtl .ckobp-bullets .ckobp-bullet { margin-right: 0; margin-left: 7px; }
.rtl .commercekit-order-bumps-wrap .ckobp-prev { order: 1; }
.rtl .commercekit-order-bumps-wrap .ckobp-prev, .rtl .commercekit-order-bumps-wrap .ckobp-next { margin-left: 0; margin-right: 5px; }
.ckit-badge_wrapper { font-size: 11px; position: absolute; z-index: 1; left: 10px; top: 10px; display: flex; flex-direction: column; align-items: flex-start; }
div.product .ckit-badge_wrapper { font-size: 12px; }
.ckit-badge_wrapper.ckit-badge-summary { position: unset; }
.sale-item.product-label + .ckit-badge_wrapper, .onsale + .ckit-badge_wrapper { top: 36px; }
.ckit-badge { padding: 3px 9px; margin-bottom: 5px; line-height: 15px; text-align: center; border-radius: 3px; opacity: 0.8; pointer-events: none; background: #e24ad3; color: #fff; }
#commercegurus-pdp-gallery-wrapper { position: relative; }
#commercegurus-pdp-gallery-wrapper .ckit-badge_wrapper { z-index: 2; } .cgkit-has-wishlist .commercekit-wishlist.mini { left: auto; right: 10px; } body:not(.theme-shoptimizer).cgkit-has-badges .ckit-badge_wrapper.ckit-has-sale {
top: 38px;
left: 10px;
right: auto;
align-items: flex-start;
} .rtl .ckit-badge_wrapper {left: auto;right: 10px;}
.rtl.cgkit-has-wishlist .commercekit-wishlist.mini { right: auto; left: 10px; }
body.rtl:not(.theme-shoptimizer).cgkit-has-badges .ckit-badge_wrapper.ckit-has-sale {
top: 38px;
right: 10px;
left: auto;
}
@media (min-width: 771px) {
.rtl .cgkit-gallery-vertical-scroll .ckit-badge_wrapper {margin-right: 65px;margin-left: 0;}
.cgkit-gallery-vertical-left .ckit-badge_wrapper { margin-left: 100px; }
.rtl .cgkit-gallery-vertical-left .ckit-badge_wrapper { margin-right: 100px; }
.rtl .cg-layout-vertical-scroll .cg-thumb-swiper {
margin-left: 10px;
margin-right: 0;
}
}
@media only screen and (max-width: 992px) and (min-width: 771px) {
.rtl .cgkit-gallery-vertical-scroll .ckit-badge_wrapper {margin-right: 40px;margin-left: 0;}
}
#commercekit-flash-popup{font-weight:700;line-height:50px;text-align:center;background:#fff;box-shadow:0 0 15px rgba(0,0,0,0.2);border-radius:6px;position:fixed;top:50%;left:50%;padding:7px 40px;z-index:10000;transform:translate(-50%,0)}.commercekit-wishlist.mini{position:absolute;left:15px;top:15px;z-index:2;width:30px;height:30px;background:#fff;border-radius:50%;opacity:0;transition:all .2s}@media (max-width:992px){.commercekit-wishlist.mini{opacity:1}}li.menu-item .commercekit-wishlist.mini{left:10px;top:10px}li.product .commercekit-wishlist a{width:30px;height:30px;position:absolute;top:0;z-index:1;display:block;text-align:center;height:100%;border-radius:99%;}.commercekit-wishlist.full{position:relative;line-height:1.5}.commercekit-wishlist.full a{align-items:center;gap:6px}.commercekit-wishlist a.processing:after,.commercekit-wishlist-table a.commercekit-remove-wishlist2.processing:after{position:absolute;top:3px;left:3px;-webkit-transition:opacity 0 ease;transition:opacity 0 ease;content:"";display:inline-block;width:22px;height:22px;border:1px solid rgba(0,0,0,.15);border-left-color:#fff;border-radius:50%;vertical-align:middle;-webkit-transition:opacity .25s ease;transition:opacity .25s ease;webkit-animation:ckit-rotate 450ms infinite linear;animation:ckit-rotate 450ms infinite linear;box-sizing:content-box}.commercekit-wishlist-table a.commercekit-remove-wishlist2.processing:after{top:-6px;left:-6px;width:30px;height:30px}@-webkit-keyframes ckit-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes ckit-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.commercekit-wishlist a em{font-style:normal}.commercekit-wishlist a em.cg-wishlist-t:before,.commercekit-wishlist a em.cg-wishlist:before,.commercekit-wishlist.full a em.cg-wishlist-t:before{position:absolute;content:"";display:block;width:16px;height:16px;background:#333;-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;-webkit-mask-size:contain}li .commercekit-wishlist a em.cg-wishlist-t:before,li .commercekit-wishlist a em.cg-wishlist:before{left:50%;top:50%;transform:translate(-50%,-50%)}.commercekit-wishlist a em.cg-wishlist-t:before,.commercekit-wishlist a em.cg-wishlist:before,.commercekit-wishlist.full a em.cg-wishlist-t:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.31802 6.31802C2.56066 8.07538 2.56066 10.9246 4.31802 12.682L12.0001 20.364L19.682 12.682C21.4393 10.9246 21.4393 8.07538 19.682 6.31802C17.9246 4.56066 15.0754 4.56066 13.318 6.31802L12.0001 7.63609L10.682 6.31802C8.92462 4.56066 6.07538 4.56066 4.31802 6.31802Z' stroke='%234A5568' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.31802 6.31802C2.56066 8.07538 2.56066 10.9246 4.31802 12.682L12.0001 20.364L19.682 12.682C21.4393 10.9246 21.4393 8.07538 19.682 6.31802C17.9246 4.56066 15.0754 4.56066 13.318 6.31802L12.0001 7.63609L10.682 6.31802C8.92462 4.56066 6.07538 4.56066 4.31802 6.31802Z' stroke='%234A5568' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.commercekit-wishlist a em.cg-wishlist-t:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 13L9 17L19 7' stroke='%234A5568' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 13L9 17L19 7' stroke='%234A5568' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}ul.products li.product:hover .commercekit-wishlist.mini,ul.products li.product:focus-within .commercekit-wishlist.mini{opacity:1;transform:translateY(0px)}.commercekit-pages{clear:both;width:100%;text-align:right}.commercekit-wishlist-table tbody td,.commercekit-wishlist-table thead th{border-bottom:1px solid #eee;padding:12px 0;vertical-align:middle;font-size:14px}.commercekit-wishlist-table thead th{padding-top:0;border-bottom-width:2px; font-size:15px;}.commercekit-wishlist-table tbody td{padding-right:15px}.commercekit-wishlist-table tbody tr:last-child td{border:none}.commercekit-wishlist-table a{color:#000}.commercekit-wishlist-table .remove{vertical-align:middle;text-align:left;padding-left:0;padding-right:0;width:42px}.commercekit-wishlist-table .remove a{display:block;width:24px;height:24px;font-size:16px;line-height:19px;border-radius:100%;color:#ccc;font-weight:700;text-align:center;border:1.5px solid #ccc;transition:all .2s}.commercekit-wishlist-table .remove a:hover{color:#777;border-color:#777}.commercekit-wishlist-table .image-name{vertical-align:middle}.commercekit-wishlist-table .image-name .image{display:inline-block;vertical-align:middle;width:50px;margin-right:10px}.commercekit-wishlist-table .image{width:80px}.commercekit-wishlist-table .price del{color:#999}.commercekit-wishlist-table .stock .instock{color:#007f12; font-weight:bold;}.commercekit-wishlist-table .stock .outofstock{color:#999}.commercekit-wishlist-table .cart{text-align:right;padding-right:0;font-size:13px}.commercekit-wishlist-table .cart button,.commercekit-wishlist-table .cart a.button{padding: 0.5em 1em;line-height:1.5;transition:.2s all;border-radius:4px;font-size:13px;color:#fff;white-space:nowrap;font-weight:700;cursor:pointer;}.commercekit-wishlist-table{margin-top:10px;margin-bottom:2em}.commercekit-wishlist-table .center{text-align:center}.commercekit-wishlist-table a.commercekit-remove-wishlist2{width:24px;height:24px;display:inline-block;vertical-align:middle;text-align:center}.commercekit-wishlist-table a.commercekit-remove-wishlist2.processing{position:relative}.commercekit-wishlist.full a em.cg-wishlist-t:before,.commercekit-wishlist.full a em.cg-wishlist:before{position:relative;left:auto}@media(max-width: 770px){.commercekit-wishlist-table{margin-bottom:inherit}.commercekit-wishlist-table thead{display:none}.commercekit-wishlist-table tbody td{display:flex;align-items:center;flex-direction:row;flex-wrap:wrap;padding:0 0 5px;font-size:13px;border:none}.commercekit-wishlist-table tbody td.name{padding-bottom:2px;font-size:14px;padding-right:40px;line-height:1.45}.commercekit-wishlist-table tbody td.stock{font-size:12px;opacity:.6}.commercekit-wishlist-table tr{position:relative;margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid #e2e2e2;padding-left:120px;min-height:130px;display:block}.commercekit-wishlist-table tr:last-child{border:none}.commercekit-wishlist-table td.remove{position:absolute;top:0;right:0;z-index:1;width:inherit}.commercekit-wishlist-table td.image{position:absolute;top:5px;left:0;overflow:hidden;margin-bottom:0;padding-bottom:0;max-height:120px;border-bottom:none}.commercekit-wishlist-table .image{width:100px}.commercekit-wishlist-table .cart button{font-size:12px;padding:.5em 1.2em}}
.commercekit-wishlist-table .image img { display: block; } .commercekit-wishlist-pages { font-size: 14px; display: flex; justify-content: space-between; align-items: center; margin-top: -1em;margin-bottom: 4em; } .commercekit-wishlist-pages .tablenav-pages-navspan, .commercekit-wishlist-pages a { font-size: 18px; padding: 2px 2px;} .commercekit-wishlist-pages .paging-input { padding: 0 10px; } .commercekit-wishlist-pages a{ width: 34px;border: 1px solid #e2e2e2;height: 36px;align-items: center;display: inline-flex;justify-content: center;color: #111;border-radius:3px;box-shadow:0 4px 7px -2px rgba(0, 0, 0, 0.06) }.commercekit-wishlist-pages a:hover{border-color:#ccc;}.commercekit-wishlist-pages a:hover{color:#000}.commercekit-wishlist-table .image a{display:block}
.commercekit-wishlist a {display: inline-flex;}
.commercekit-wishlist-list .product__categories a { text-decoration: none !important; } .commercekit-wishlist a i.cg-wishlist {right: 0px;left: auto;}
.rtl .menu-item .commercekit-wishlist.mini {left: 10px;}
.rtl .commercekit-wishlist-table .cart {text-align: left;padding-left: 0;}
.rtl .commercekit-wishlist-table tbody td {padding-left: 15px;padding-right: 0;}
@media screen and (max-width: 770px) {
.rtl .commercekit-wishlist-table .cart, .rtl .commercekit-wishlist-table .remove {text-align: right;}
}
@media screen and (min-width: 993px) {
.rtl li.menu-item .commercekit-wishlist.mini {left:10px;right:auto;}
ul.commercekit-wishlist-list.products li.product { width: 25%; }
}
body:has(.wsl-no-title) h1.entry-title { display: none; }
@media (max-width: 992px) {
ul.products:has(.wsl-no-products) {
grid-template-columns: repeat(1, minmax(10px, 1fr));
}
}
ul.commercekit-wishlist-list.products .wsl-no-products { width: 100%; list-style: none; min-height: 450px; text-align: center; padding-bottom: 4rem; }
ul.commercekit-wishlist-list.products .wsl-no-products .wsl-no-icon { padding: 0; margin: 0; }
.wsl-no-icon svg { width: 200px; }
ul.commercekit-wishlist-list.products .wsl-no-products .wsl-no-title { font-size: clamp(1.625rem, 0.2276rem + 4.4715vw, 3rem); color: #242424; font-weight: 600; margin-top: 0px; margin-bottom: 0.5rem; }
ul.commercekit-wishlist-list.products .wsl-no-products .wsl-no-desc { font-size: clamp(0.9375rem, 0.747rem + 0.6098vw, 1.125rem); color: #444; margin-bottom: 1.5rem; }
ul.commercekit-wishlist-list.products .wsl-no-products .wsl-no-shop { padding-left:2rem; padding-right:2rem; }
a.commercekit-remove-wishlist2.wsl-remove { font-size: 0px; }
a.commercekit-remove-wishlist2.wsl-remove:before { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' class='feather feather-trash-2'%3E%3Cpolyline points='3 6 5 6 21 6'%3E%3C/polyline%3E%3Cpath d='M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2'%3E%3C/path%3E%3Cline x1='10' y1='11' x2='10' y2='17'%3E%3C/line%3E%3Cline x1='14' y1='11' x2='14' y2='17'%3E%3C/line%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' class='feather feather-trash-2'%3E%3Cpolyline points='3 6 5 6 21 6'%3E%3C/polyline%3E%3Cpath d='M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2'%3E%3C/path%3E%3Cline x1='10' y1='11' x2='10' y2='17'%3E%3C/line%3E%3Cline x1='14' y1='11' x2='14' y2='17'%3E%3C/line%3E%3C/svg%3E"); position: absolute; content: ""; display: block; width: 16px; height: 16px; background: #333; -webkit-mask-position: center; -webkit-mask-repeat: no-repeat; -webkit-mask-size: contain; left: 50%; top: 50%; transform: translate(-50%, -50%); }.widget_product_search.commercekit-ajs-active,.widget_search.commercekit-ajs-active,.elementor-widget-search.commercekit-ajs-active,.elementor-search-form.commercekit-ajs-active{overflow:visible}.commercekit-ajs-results{position:absolute;overflow-y:auto;min-height:280px;overflow-x:hidden;z-index:9999}.header-4 .commercekit-ajs-results{z-index:3;}.commercekit-ajs-suggestions{top:0;left:0;bottom:0;right:0;background:#fff;border:1px solid #d6d6d6}
.commercekit-ajs-suggestions>.autocomplete-suggestion{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;cursor:pointer;border-bottom:1px solid #d6d6d6;background:0 0;display:flex;transition:.2s all}.commercekit-ajs-suggestions>.autocomplete-suggestion:hover,.commercekit-ajs-suggestions>.autocomplete-suggestion.active{background-color:#F8F8F8 }.commercekit-ajs-suggestions>.autocomplete-suggestion:last-child{border-bottom:none;margin-bottom:10px}.commercekit-ajs-suggestions>.autocomplete-suggestion.autocomplete-selected>a{background-color:#f8f8f8}.commercekit-ajs-suggestions>.autocomplete-no-suggestion{line-height:40px;text-align:center;font-size:13px;}.commercekit-ajs-suggestions>.autocomplete-no-suggestion+.autocomplete-no-suggestion{display:none;}.commercekit-ajs-results.has-viewall-button{padding-bottom:30px}.commercekit-ajs-results.has-viewall-button .commercekit-ajs-suggestions{bottom:30px}.commercekit-ajs-view-all-holder{width: calc(100% + 2px);z-index:9999;}.commercekit-ajs-view-all-holder+.autocomplete-no-suggestion{display:none;}.commercekit-ajs-view-all-holder>a{display:block;height:40px;line-height:40px;background:#373636;text-align:center;color:#fff;text-transform:uppercase;font-weight:600;font-size:11px;letter-spacing:.02em}.commercekit-ajs-view-all-holder>a:hover{color:#fff}.commercekit-ajs-other-result{height:33px;line-height:33px;background:#f5f3f3;color:#555;text-transform:uppercase;padding-left:10px;padding-right:10px;width:100%;font-size:11px;letter-spacing:.02em}.commercekit-ajs-hide .commercekit-ajs-suggestions,.commercekit-ajs-hide .commercekit-ajs-view-all-holder{display:none!important}.commercekit-ajs-suggestions .commercekit-ajs-post,.commercekit-ajs-suggestions .commercekit-ajs-product{width:100%;color:#323232}.commercekit-ajs-post .commercekit-ajs-post-image,.commercekit-ajs-product .commercekit-ajs-product-image{display:inline-flex;max-width:60px;vertical-align:top;flex-shrink:0;align-self: start;}.commercekit-ajs-post .commercekit-ajs-post-image img,.commercekit-ajs-product .commercekit-ajs-product-image img{padding:5px 5px 5px 0;margin:0}.commercekit-ajs-post .commercekit-ajs-post-title{display:inline-block;vertical-align:top;padding:0 10px;}.commercekit-ajs-product-desc{display:flex;flex-direction:column;justify-content:center;min-width:0;padding:0 10px;}.commercekit-ajs-post .commercekit-ajs-post-title{padding:0;display:flex;align-items:center}.autocomplete-suggestion a{display:flex;padding:10px;transition:.2s all}.commercekit-ajs-product-title{font-size:13px;line-height:1.4;font-weight:bold;}.commercekit-ajs-product .commercekit-ajs-product-desc{display:flex;flex-direction:column;justify-content:center;}.commercekit-ajs-product-price{font-size:13px}.commercekit-ajs-post .commercekit-ajs-post-title{font-size:13px;line-height:1.4;width:100%}.commercekit-ajs-post .commercekit-ajs-post-title span.post-type{text-transform:uppercase;color:#999;font-size:11px;margin-left:auto;padding-left:10px}.commercekit-ajs-other-result-wrap{cursor:auto!important;padding:0!important;margin:0!important;border:none}.commercekit-ajs-product-price,.commercekit-ajs-product-price ins{color:#de9915;font-weight:600}.commercekit-ajs-product-price del{margin-right:5px;color:#999;font-weight:400}.commercekit-ajs-results span.match-text{text-decoration:underline;display:contents}.commercekit-ajs-results span.product-short-desc{color:#323232;display:block;width:100%;text-overflow:ellipsis;white-space:nowrap;line-height:20px;overflow:hidden;font-weight:normal;}.commercekit-ajs-results::-webkit-scrollbar{width:5px;}.commercekit-ajs-results::-webkit-scrollbar-track{background:#f1f1f1;}.commercekit-ajs-results::-webkit-scrollbar-thumb{background:#888;}.commercekit-ajs-results::-webkit-scrollbar-thumb:hover{background:#555;}
.keyboard-active .commercekit-ajs-suggestions .commercekit-ajs-product:focus-visible, .keyboard-active input.commercekit-ajax-search{outline-offset: -2px;}
.autocomplete-suggestion:has(+ .commercekit-ajs-view-all-holder) {border-bottom: 0;} .rtl .commercekit-ajs-post .commercekit-ajs-post-title span.post-type {margin-left: 0;margin-right: auto;padding-left: 0;padding-right: 10px;}
.commercekit-ajs-product-out-of-stock{font-size:10px;font-weight:normal;color:#333;display:inline-flex;background:#f2f2f2;align-self:baseline;padding:1px 6px;border-radius:4px;margin-top:3px;} .commercekit-ajax-search-wrapper {
position: relative;
}
.commercekit-wrapper .commercekit-ajs-results {
position: absolute;
top: 100%;
left: 0;
right: 0;
width: 100%;
z-index: 9999;
margin-top: 0;
}
.commercekit-wrapper .commercekit-ajs-suggestions {
position: relative;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #fff;
border: 1px solid #d6d6d6;
}.commercekit-inventory { display: inline-block; width: 45%; margin-bottom: 15px; vertical-align: top; line-height: 1.25; position: relative; }
.commercekit-inventory.cgkit-inventory-shortcode { width: 100%; }
.commercekit-inventory span { font-size: 13px; }
.commercekit-inventory .progress-bar { float: none; position: relative; width: 100%; height: 10px; margin-top: 10px; padding: 0; border-radius: 5px; background-color: #e2e2e2; transition: all 0.4s ease; }
.commercekit-inventory .progress-bar span { position: absolute; top: 0; left: auto; width: 28%; height: 100%; border-radius: inherit; background: #f5b64c; transition: width 3s ease; }
.commercekit-inventory .progress-bar.full-bar span { width: 100% !important; }
.commercekit-inventory .cki-variation { width: 100%; }
@media (max-width: 500px) { .commercekit-inventory { display: block; margin-top: 20px; width: 100%; border: none; } 
.commercekit-inventory .cki-variation { position: relative; } }
.commercekit-inventory .progress-bar.low-stock-bar span { background: var(--commercekit-low-stock-color, #D75852); }
.commercekit-inventory .progress-bar.regular-stock-bar span { background: var(--commercekit-regular-stock-color, #60B358); }
.commercekit-inventory .progress-bar.high-stock-bar span { background: var(--commercekit-high-stock-color, #60B358); }