.product-detail form.cart.single-ajax button {
position: relative;
}
.product-detail form.cart.single-ajax button svg {
color: #fff;
}
.klb-notice-ajax {
position: fixed;
bottom: 15px;
right: 15px;
z-index: 9999;
color: #fff;
max-width: 400px;
}
@media(max-width:600px){
.klb-notice-ajax {
left: 15px;
right: 15px;
}	
}
.klb-notice-ajax a.button {
background: none;
text-decoration: underline;
padding: 0;
height: auto;
margin-top: 5px;
}
.klb-notice-ajax .woocommerce-error li,
.klb-notice-ajax .woocommerce-message {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: start;
flex-direction: column;
justify-content: space-between;
padding-right: 3rem;
}
.single-product .klb-notice-ajax .woocommerce-error li,
.single-product .klb-notice-ajax .woocommerce-message  {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: start;
flex-direction: column;
justify-content: space-between;
}
.klb-notice-ajax ul.woocommerce-error {
border: none;
margin: 0;
background: var(--color-danger);
position: relative;
border-radius: 7px;
}
.klb-notice-ajax .woocommerce-message {
border: none;
margin: 0;
background: var(--color-success);
position: relative;
border-radius: 7px;
}
.klb-notice-close {
position: absolute;
right: 15px;
top: 15px;
cursor: pointer;
}
.klb-notice-ajax > * + * {
margin-top: 15px !important;
}
.klb-notice-ajax .woocommerce-message p {
margin-bottom: 8px;
}
form.single-ajax a.added_to_cart {
display: none;
}.klbtheme-empty,
.klbtheme-terms + select:not(.klbtheme-select),
.klbtheme-term.klbtheme-disabled:after,
.klbtheme-term.klbtheme-disabled:before {
display: none !important;
}
.klbtheme-term.klbtheme-disabled {
opacity: .4;
cursor: default;
}
.klbtheme-variations {
margin-bottom: 20px;
}
.variations .klbtheme-variations-items + .klbtheme-variations-items {
margin-top: 10px;
}
.klbtheme-terms {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.klbtheme-term {
display: inline-flex;
justify-content: center;
align-items: center;
cursor: pointer;
text-align: center;
position: relative;
}
.klbtheme-type-color .klbtheme-term{
background-color: gray;
margin-right: 10px;
width: 1rem;
height: 1rem;
border-radius: 50%;
margin-bottom: 0;
}
.klbtheme-type-color .klbtheme-term:first-child {
margin-left: 0;
}
.klbtheme-type-color span.klbtheme-term.klbtheme-selected {
box-shadow: 0 0 0 2px var(--color-text-description);
border: 2px solid #fff;
}
.klbtheme-type-image .klbtheme-term {
height: 42px;
width: 42px;
}
.klbtheme-type-image .klbtheme-term img {
width: 100%;
height: 100%;
display: block;
}
.klbtheme-type-color .klbtheme-term {
font-size: 0;
}
.klbtheme-type-button .klbtheme-term {
font-size: 12px;
}
.klbtheme-type-button span.klbtheme-term {
width: calc(40% - 20px * 4 / 5);
border-radius: 0;
border: 1px solid #d9dde3;
padding: 15px 14px;
height: auto;
line-height: 1;
margin: 4px 8px 4px 0;
font-size: 15px;
}
.klbtheme-type-button span.klbtheme-term.klbtheme-selected {
background: var(--color-primary);
color: #fff;
border-color: var(--color-primary);
}
table.variations span.selected-value img {
display: none;
}
.klbtheme-type-image span.klbtheme-term.klbtheme-selected {
border: 1px solid var(--color-primary);
}
.single-product table.variations tr {
display: block !important;
}
@media screen and (min-width: 992px) {
.single-product-wrapper .product-detail form.cart table.variations .value {
padding-left: 0 !important; 
margin-top:10px;
}
}
.single-product-wrapper .product-detail form.cart table.variations .label span.selected-value {
color: var(--color-text-primary);
font-weight: bolder;
}.scrollToTop{
position:fixed;
right: 20px;
bottom: 20px;
width: 50px;
height: 50px;
border-radius: 50%;
background-color: rgba(264,255,255, 0.9);
color: #333;
box-shadow: 0 0 5px rgb(0 0 0 / 17%);
text-align: center;
line-height: 50px;
opacity: 0;
z-index: 350;
}
.scrollToTop.button-show {
opacity: 1;
}
.scrollToTop:hover{
color:#777;
}
.scrollToTop:after {
display: inline-block;
font-size: 20px;
content: "\e871";
font-family: "klbtheme";
}
@media (max-width: 1024px){
.scrollToTop{
bottom:70px;
right: 12px;
width: 40px;
height: 40px;
line-height: 40px;
background-color:#fff;
}
}.klb-search-results {
position: absolute;
left: 0;
top: 100%;
background-color: #ffffff;
padding: 0;
margin: 0;
box-sizing: border-box;
border: 1px solid #d9dde3;
border-radius: 12px;
width: 100%;
z-index: 9999999;
}
.search-holder-form .klb-search-results {
max-height: 190px;
overflow-y: scroll;
}
.klb-search-results::-webkit-scrollbar {
width: 3px;
}
.klb-search-results::-webkit-scrollbar-track {
background-color: #f6f4f0;
border-radius: 9px;
}
.klb-search-results::-webkit-scrollbar-thumb {
background-color: #c1c1c1;
border-radius: 9px;
}
.klb-search-results ul {
padding: 0;
margin:0;
}
.klb-search-results ul li {
display: flex;
flex-direction: row;
padding: 8px;
align-items: center;
}
.klb-search-results ul li.search-more {
justify-content: center;
}
.klb-search-results ul li.search-more a {
color: var(--color-main-text);
}
.klb-search-results .search-img img {
background: #fff;
border: 1px solid #e8e8e8;
border-radius: 3px;
max-width: 42px;
margin-right: 10px;
}
.klb-search-results .search-content {
display: flex;
justify-content: space-between;
width: 100%;
align-items: center;
}
.klb-search-results h1.product-title {
font-size: .875rem;
font-weight: 500;
line-height: 1.4;
margin-bottom: 0;
margin-right: 10px;
}
.klb-search-results h1.product-title a {
color: var(--color-main-text);
}
.klb-search-results span.price {
text-align: right;
font-size: 15px;
flex-direction: column;
gap: inherit;
}
.klb-search-results span.price > * {
display: block;
margin: 0;
}
.search-loading button i{
opacity:0;
}
form.search-form .loader-image{
left: 0;
right: 0;
width: 20px;
color: #212529;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { 
display: none; 
}.product-badges {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;	
}
.product-badges .badge {
background: #868E96;
}
.badge.style-2{
border-radius: 1.5rem;
}
.badge.style-3 {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font-size: .875rem;
width: 2.875rem;
height: 2.875rem;
max-height: none;
padding: 0;
border-radius: 50%;
}
.badge + .badge {
margin-top: 3px;
}.single-product-wrapper .klb-people-added {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 0.625rem;
line-height: 1;
width: 100%;
border-radius: calc(var(--theme-radius-base) / 2);
padding: 0.75rem 0.9375rem;
margin-bottom: 0.9375rem;
}
.single-product-wrapper .klb-people-added {
color: #f36507 !important;
background-color: #fff1e6 !important;
}
.single-product-wrapper .klb-people-added i {
font-size: 1.125rem;
}
.single-product-wrapper .klb-people-added p {
font-size: 0.8125rem;
margin-bottom: 0;
}
.single-product-wrapper .klb-people-added strong {
margin-right: 5px;
}.klb-flexslider-thumbnail .flex-control-thumbs {
padding: 0;
}
.klb-flexslider-thumbnail .flex-control-thumbs:before,
.klb-flexslider-thumbnail .flex-control-thumbs:after {
content: '';
display: table;
clear: both;
}
.klb-flexslider-thumbnail .flex-control-thumbs li img {
padding: .25rem;
cursor: pointer;
border-radius: 3px;
border: 1px solid;
border-color: #DFE2E6;
}
.klb-flexslider-thumbnail .flex-control-thumbs li img.flex-active {
border-color: #000;
}
.klb-flexslider-thumbnail .flex-control-nav,
.klb-flexslider-thumbnail .flex-direction-nav {
padding: 0;
list-style: none;
margin: 0;
}
.klb-flexslider-thumbnail.vertical li,
.klb-flexslider-thumbnail.vertical li img {
width: 80px;
height: auto;
}
.klb-flexslider-thumbnail.horizontal .flex-control-nav{
margin-top: 15px;
}
.klb-flexslider-thumbnail.horizontal ul.flex-direction-nav button {
background: 0;
padding: 0;
height: 100%;
}
.klb-flexslider-thumbnail.horizontal ul.flex-direction-nav .flex-nav-prev, 
.klb-flexslider-thumbnail.horizontal ul.flex-direction-nav .flex-nav-next {
position: absolute;
top: 7.5px;
height: 100%;
width: auto;	
}
.klb-flexslider-thumbnail.horizontal ul.flex-direction-nav .flex-nav-prev {
left: 0;
}
.klb-flexslider-thumbnail.horizontal ul.flex-direction-nav .flex-nav-next {
right: 0;
}
.klb-flexslider-thumbnail.horizontal {
position: relative;
}
.klb-flexslider-thumbnail.horizontal ul.flex-direction-nav button svg {
width: 24px;
}
.klb-flexslider-thumbnail.horizontal .flex-direction-nav .flex-disabled {
opacity: 0 !important;
filter: alpha(opacity = 0);
cursor: default;
z-index: -1;
}
.klb-flexslider-thumbnail.vertical .flex-viewport {
height: 480px !important;
}
.klb-flexslider-thumbnail.vertical {
position: absolute;
left: 0;
top: 0;
width: 80px;
}
.klb-flexslider-thumbnail.vertical li {
margin-bottom: 5px;
}
.klb-flexslider-thumbnail.vertical ul.flex-direction-nav svg {
width: 20px;
transform: rotate(90deg);
}
.klb-flexslider-thumbnail.vertical ul.flex-direction-nav {
padding: 0;
list-style: none;
display: flex;
flex-direction: row;
justify-content: space-between;	
}
.klb-flexslider-thumbnail.vertical ul.flex-direction-nav li {
width: 100%;
padding: 0.25rem;
}
.klb-flexslider-thumbnail.vertical ul.flex-direction-nav button {
width: 100%;
padding: 0;
height: 30px;
}
.klb-flexslider-thumbnail.vertical ul.flex-direction-nav .disabled {
opacity: 0.5;
}
.klb-flexslider-thumbnail.vertical ul.flex-direction-nav .disabled a {
pointer-events: none;
}
.klb-flexslider-thumbnail.vertical ul.flex-direction-nav a.flex-disabled {
opacity: 0.5;
pointer-events: none;
}
@media screen and (min-width: 576px) {
.single-product-wrapper .vertical .woocommerce-product-gallery {
padding-left: 6.5rem;
}
}
@media screen and (min-width: 992px) {
.single-gallery-1column > * .product-detail {
position: sticky;
top: 5rem;
}
}
.single-gallery-carousel2columns .woocommerce-product-gallery__image {
background: #f3f3f3;
}
.single-gallery-carousel2columns svg {
width: 20px;
color: #4F575E;
}
.single-gallery-carousel2columns ul.flex-direction-nav {
list-style: none;
padding: 0;
display: flex;
justify-content: space-between;
gap: 5px;
margin-top: 20px;
}
.single-gallery-carousel2columns .product-checklist {
display: none;
}
.single-gallery-carousel2columns .woocommerce-product-details__short-description {
display: none;
}
.single-gallery-carousel2columns .flex-direction-nav button {
height: 42px;
}
.single-gallery-1column .woocommerce-product-gallery__image {
background: #f3f3f3;
}
.single-gallery-1column .woocommerce-product-gallery__image + .woocommerce-product-gallery__image{
margin-top: 5px;
}
.single-gallery-2columns {
padding-left: 0 !important;!i;!;
}
.single-gallery-2columns .woocommerce-product-gallery__wrapper {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 5px;
}
.single-gallery-2columns .woocommerce-product-gallery__image {
background: #f3f3f3;
border: 1px solid #f3f3f3;
}
@media screen and (max-width: 600px) {
.single-gallery-1column .woocommerce-product-gallery__wrapper,
.single-gallery-2columns .woocommerce-product-gallery__wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
white-space: nowrap;
width: 100%;
overflow-x: auto;
}
.single-gallery-1column .woocommerce-product-gallery__wrapper > *,
.single-gallery-2columns .woocommerce-product-gallery__wrapper > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.single-gallery-1column .woocommerce-product-gallery__wrapper::-webkit-scrollbar,
.single-gallery-2columns .woocommerce-product-gallery__wrapper::-webkit-scrollbar {
width: 3px;
height: 4px;
}
.single-gallery-1column .woocommerce-product-gallery__wrapper::-webkit-scrollbar-track,
.single-gallery-2columns .woocommerce-product-gallery__wrapper::-webkit-scrollbar-track {
background-color: #f6f4f0;
border-radius: 9px;
}
.single-gallery-1column .woocommerce-product-gallery__wrapper::-webkit-scrollbar-thumb,
.single-gallery-2columns .woocommerce-product-gallery__wrapper::-webkit-scrollbar-thumb {
background-color: #c1c1c1;
border-radius: 9px;
}
}@keyframes klbcp-rotate {
100% {
transform: rotate(360deg); } 
}
a.klbcp-adding:after {
position: absolute;
top: 50%;
left: 0;
margin-top: -9px;
transition: opacity .2s ease;
content: "";
display: inline-block;
width: 18px;
height: 18px;
border: 1px solid rgb(161 161 161 / 40%);
border-left-color: #000;
border-radius: 50%;
vertical-align: middle;
opacity: 1;
animation: klbcp-rotate 450ms infinite linear;
left: 50%;
margin-left: -9px;
}
.klbcp-adding:before {
opacity: 0;
}
.klbcp-message {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 99999989;
background: rgba(0, 0, 0, 0.7);
opacity: 0;
font-size: 14px;
visibility: hidden;
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
box-sizing: border-box;
}
.klbcp-message.klbcp-show {
opacity: 1;
visibility: visible;
}
.klbcp-message-inner {
width: 100%;
max-width: 360px;
height: auto;
max-height: 100%;
position: absolute;
top: 50%;
left: 50%;
transform: translate3d(-50%, -50%, 0);
-webkit-transform: translate3d(-50%, -50%, 0);
display: flex;
flex-direction: column;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
overflow: hidden;
padding: 40px;
background-color: #fff;
text-align: center;
}
.klbcp-message a.btn {
justify-content: center;
margin-top: 10px;
}
.woocommerce-MyAccount-navigation-link--compare a:before {
font-family: "klbtheme";
font-style: normal;
font-weight: normal;
speak: never;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: 0.2em;
text-align: center;
font-variant: normal;
text-transform: none;
line-height: 1em;
margin-left: 0.2em;
font-size: 120%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: '\ea58';
text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3);
font-size: 1rem;
}
a.klbcp-btn:before {
font-family: "klbtheme";
font-style: normal;
font-weight: normal;
speak: never;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: 0.2em;
text-align: center;
font-variant: normal;
text-transform: none;
line-height: 1em;
margin-left: 0.2em;
font-size: 120%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: '\ea58';
text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3);
font-size: 1rem;
}
a.klbcp-btn.klbcp-btn-added:before {
content: '\e99f';
}
span.klbcp-remove {
cursor: pointer;
}
.klbcp_table td:first-child {
border-left: 0;
}
.klbcp_table tr:first-child td {
border-top: none;
}
.klbcp_table .product-rating {
display: table-row;
}
.klbcp_table td:last-child {
border-right: 0;
}
.klbcp_table .product-add_to_cart p {
margin: 0;
}
.klbcp_table .product-add_to_cart a.button {
font-size: 0.875rem;
line-height: 2.1875rem;
height: 2.1875rem;
color: #FFF !important;
background-color: var(--color-primary);
}
.klbcp_table .product-add_to_cart a.button:hover {
opacity: 0.9;
}
.klbcp-list .cart-empty-page .empty-icon {
font-size: 7rem;
margin-bottom: 0;
}
table.klbcp_table {
table-layout: fixed;
display: table;
width: 100%;
}
.klbcp-list.compare-page {
overflow-x: auto;
-ms-scroll-snap-type: x mandatory;
scroll-snap-type: x mandatory;
}
.klbcp_table td.td-label {
width: 120px;
}
.klbcp_table td:not(.td-label) {
width: 14.375rem;
}
.klbcp_table td {
padding: 0.75rem;
}
.product-buttons a.klbcp-btn {
font-size: 0;
}
.klbcp-list.compare-page .shop_table .product-stock {
display: contents;
font-size: inherit;
}
.klbcp-list a.added_to_cart {
font-size: 0;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
align-items: center;
margin-left: 5px;
width: 35px;
height: 35px;
padding: 0;
color: #fff;
background-color: var(--color-primary);
border-radius: 5px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
text-decoration: none;
border-radius: 62.4375rem;
}
.klbcp-list a.added_to_cart:before {
content: '\e99f';
font-family: "klbtheme";
font-style: normal;
font-weight: normal;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: 0.2em;
text-align: center;
font-variant: normal;
text-transform: none;
line-height: 1em;
margin-left: 0.2em;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 17px;
color: #fff !important;	
}
@media (max-width: 480px) {
.klbcp-list a.added_to_cart {
width: 30px;
height: 30px;
}
}
.product-buttons > *.klbcp-btn{
opacity: 0;
-webkit-transform: translateX(0.625rem);
transform: translateX(0.625rem);
}.wishlist-button {
position:relative;
}
a.klbwl-btn:before{
font-family: "klbtheme";
font-size: 20px;
content: "\eb5c";
}
.product .wishlist-button a {
font-size: 0 !important;
color: currentColor;
}
.products a.klbwl-btn:before {
margin-right: 0;
}
a.klbwl-btn.klbwl-product-in-list:before{
content: '\eb5d' !important;
}
@keyframes klb-wishlist-rotate {
100% {
transform: rotate(360deg); } 
}
a.klbwl-btn.klbwl-adding:after,
span.klbwl-removing i:before {
position: absolute;
top: 50%;
margin-top: -9px;
transition: opacity .2s ease;
content: "";
display: inline-block;
width: 18px;
height: 18px;
border: 1px solid rgb(161 161 161 / 40%);
border-left-color: #000;
border-radius: 50%;
vertical-align: middle;
opacity: 1;
animation: klb-wishlist-rotate 450ms infinite linear;
}
.products a.klbwl-btn.klbwl-adding:after {
left: 50%;
margin-left: -9px;
}
.wishlist-button .klbwl-btn.klbwl-adding:before {
opacity: 0;
}
.klbwl-popup {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 99999989;
background: rgba(0, 0, 0, 0.7);
opacity: 0;
font-size: 14px;
visibility: hidden;
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
box-sizing: border-box;
}
.klbwl-popup .klbwl-popup-inner {
display: block;
width: 100%;
height: 100%;
position: relative;
}
.klbwl-popup .klbwl-popup-inner .klbwl-popup-content {
width: 100%;
max-width: 360px;
height: auto;
max-height: 100%;
position: absolute;
top: 40%;
left: 50%;
transform: translate3d(-50%, -50%, 0);
-webkit-transform: translate3d(-50%, -50%, 0);
display: flex;
flex-direction: column;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
overflow: hidden;
padding: 40px;
background-color: #fff;
text-align: center;
}
.klbwl-popup.klbwl-show {
opacity: 1;
visibility: visible;
}
.klbwl-popup.klbwl-show .klbwl-popup-inner .klbwl-popup-content {
top: 50%;
}
.klbwl-popup-content a.btn {
width: 100%;
justify-content: center;
}
.klbwl-popup-content a.btn + a.btn {
margin-top: 10px;
}
.klbwl-popup-content .klbwl-notice {
margin-bottom: 10px;
}
td.klbwl-item--remove span {
position: relative;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font-size: 0.75rem;
font-weight: 700;
text-decoration: none;
text-shadow: 0 0 0 currentColor;
color: currentColor;
width: 1.125rem;
height: 1.125rem;
border: 1px solid var(--color-gray-300);
border-radius: var(--theme-site-border-radius);
-webkit-transition: all 0.35s var(--theme-transition);
transition: all 0.35s var(--theme-transition);
cursor: pointer;
padding: 9px;
}
td.klbwl-item--remove span:hover {
background-color: var(--color-gray-100);
}
td.klbwl-item--remove span.klbwl-removing {
background: none;
border: none;
}
span.klbwl-removing i:before {
margin-left: 0;
margin-top: 0;
top: 0;
}
td.klbwl-item--image img {
max-width: 65px;
}
td.klbwl-item--addtocart p {
margin-bottom: 0;
white-space: nowrap;
}
td.klbwl-item--addtocart a i {
display: none;
}
td.klbwl-item--name a {
color: currentColor;
font-weight: 500;
}
.klbwl-no-result .cart-empty-page .empty-icon {
font-size: 7rem;
margin-bottom: 0;
}
.klbwl-no-result + .klbwl-actions {
display: none;
}
@media(max-width: 480px){
.klbwl-list td.klbwl-item--stock,
.klbwl-list th.product-date,
.klbwl-list th.product-price,
.klbwl-list th.product-subtotal,
.klbwl-list td.klbwl-item--date,
.klbwl-list td.klbwl-item--price {
display: none;
}
.klbwl-list td.klbwl-item--addtocart a.button {
padding: 5px;
height: auto;
font-size: 12px;
}
.klbwl-list.woocommerce-cart-form table th.product-remove {
display: table-cell !important;
}
}
.footer-social .span {
font-size: 14px;
font-weight: 500;
margin-bottom: 0.4375rem;
}
.klbwl-actions .site-social ul li a.facebook {
color: #fff;
background-color: #1877f2;
}
.klbwl-actions .site-social ul li a.twitter{
color: #fff;
background-color: #1da1f2;
}
.klbwl-actions .site-social ul li a.instagram{
color: #fff;
background-color: #fd1d1d;
}
.klbwl-actions .site-social ul li a.linkedin{
color: #fff;
background-color: #0077b5;
}
.klbwl-popup-content a.btn {
background-color: var(--color-primary);
color: #fff;
text-decoration: none;
}
.klbwl-popup-content a.btn {
opacity:0.9;
}
.klbwl-popup-inner .klbwl-popup-content i:before {
margin-right: 5px;
}
.single-product-wrapper .product-detail .product-wishlist a {
font-size: 0 !important;
}
.single-product-wrapper .product-detail .product-wishlist  span,
.product .wishlist-button span {
font-size: 0;
}
.product-buttons .wishlist-button:hover {
color: #F03E3E;
border-color: #ecd8d8;
background-color: #FFF5F5;
}
.klbwl-actions span {
font-size: .75rem;
margin-bottom: .625rem !important;
margin-top: 1.875rem !important;
display: block !important;
}
.klbwl-actions .site-social ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 0.25rem;
margin: 0;
padding: 0;
list-style: none;
}
.klbwl-actions .site-social ul {
gap: 0.25rem;
}
.klbwl-actions .site-social ul a {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font-size: 1rem;
width: 2.25rem;
height: 2.25rem;
color: currentColor;
}
.klbwl-actions .site-social ul li a {
font-size: 0.9375rem;
width: 2.25rem;
height: 2.25rem;
border-radius: 6px;
}
.klbwl-list a.added_to_cart {
font-size: 0;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
align-items: center;
margin-left: 5px;
width: 2.25rem;
height: 2.25rem;
padding: 0;
color: #fff;
background-color: var(--color-primary);
border-radius: 5px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
text-decoration: none;
border-radius: 62.4375rem;
}
.klbwl-list a.added_to_cart:before {
content: '\e99f';
font-family: "klbtheme";
font-style: normal;
font-weight: normal;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: 0.2em;
text-align: center;
font-variant: normal;
text-transform: none;
line-height: 1em;
margin-left: 0.2em;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 1.5rem;
}
@media (max-width: 480px) {
.klbwl-list a.added_to_cart {
width: 30px;
height: 25px;
}
}
.woocommerce-cart-form .klbwl-item--addtocart a.added_to_cart, .klbwl-list .klbwl-item--addtocart a.added_to_cart {
margin-left: 5px;
}@font-face {
font-family: 'Woo-Side-Cart';
src:  url(//soussiaccessoiresmoto.com/wp-content/plugins/side-cart-woocommerce/assets/css/fonts/Woo-Side-Cart.eot?qq7fgp);
src:  url(//soussiaccessoiresmoto.com/wp-content/plugins/side-cart-woocommerce/assets/css/fonts/Woo-Side-Cart.eot?qq7fgp#iefix) format('embedded-opentype'),
url(//soussiaccessoiresmoto.com/wp-content/plugins/side-cart-woocommerce/assets/css/fonts/Woo-Side-Cart.ttf?qq7fgp) format('truetype'),
url(//soussiaccessoiresmoto.com/wp-content/plugins/side-cart-woocommerce/assets/css/fonts/Woo-Side-Cart.woff?qq7fgp) format('woff'),
url(//soussiaccessoiresmoto.com/wp-content/plugins/side-cart-woocommerce/assets/css/fonts/Woo-Side-Cart.svg?qq7fgp#Woo-Side-Cart) format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="xoo-wsc-icon-"], [class*=" xoo-wsc-icon-"] { font-family: 'Woo-Side-Cart' !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.xoo-wsc-icon-heart1:before {
content: "\e92d";
}
.xoo-wsc-icon-cart-plus:before {
content: "\e92e";
}
.xoo-wsc-icon-bookmark-o:before {
content: "\e929";
}
.xoo-wsc-icon-bookmark1:before {
content: "\e92a";
}
.xoo-wsc-icon-arrow-long-right:before {
content: "\e900";
}
.xoo-wsc-icon-basket5:before {
content: "\e901";
}
.xoo-wsc-icon-basket4:before {
content: "\e902";
}
.xoo-wsc-icon-basket6:before {
content: "\e903";
}
.xoo-wsc-icon-basket1:before {
content: "\e904";
}
.xoo-wsc-icon-basket2:before {
content: "\e905";
}
.xoo-wsc-icon-basket3:before {
content: "\e906";
}
.xoo-wsc-icon-trash1:before {
content: "\e907";
}
.xoo-wsc-icon-trash:before {
content: "\e908";
}
.xoo-wsc-icon-cross:before {
content: "\e909";
}
.xoo-wsc-icon-check_circle:before {
content: "\e90a";
}
.xoo-wsc-icon-pencil:before {
content: "\e90b";
}
.xoo-wsc-icon-bag1:before {
content: "\e90c";
}
.xoo-wsc-icon-arrow-thin-right:before {
content: "\e90d";
}
.xoo-wsc-icon-shopping-bag1:before {
content: "\e90e";
}
.xoo-wsc-icon-shopping-cart:before {
content: "\e90f";
}
.xoo-wsc-icon-bag2:before {
content: "\e910";
}
.xoo-wsc-icon-cart1:before {
content: "\e911";
}
.xoo-wsc-icon-cart2:before {
content: "\e912";
}
.xoo-wsc-icon-del4:before {
content: "\e913";
}
.xoo-wsc-icon-trash3:before {
content: "\e914";
}
.xoo-wsc-icon-del1:before {
content: "\e915";
}
.xoo-wsc-icon-del2:before {
content: "\e916";
}
.xoo-wsc-icon-del3:before {
content: "\e917";
}
.xoo-wsc-icon-shopping-bag:before {
content: "\e918";
}
.xoo-wsc-icon-chevron-thin-left:before {
content: "\e919";
}
.xoo-wsc-icon-chevron-left:before {
content: "\e91a";
}
.xoo-wsc-icon-arrow-thin-left:before {
content: "\e91b";
}
.xoo-wsc-icon-arrow-left:before {
content: "\e91c";
}
.xoo-wsc-icon-coupon-1:before {
content: "\e91d";
}
.xoo-wsc-icon-coupon-2:before {
content: "\e91e";
}
.xoo-wsc-icon-coupon-3:before {
content: "\e91f";
}
.xoo-wsc-icon-coupon-5:before {
content: "\e920";
}
.xoo-wsc-icon-coupon-6:before {
content: "\e921";
}
.xoo-wsc-icon-coupon:before {
content: "\e922";
}
.xoo-wsc-icon-coupon-4:before {
content: "\e923";
}
.xoo-wsc-icon-discout:before {
content: "\e924";
}
.xoo-wsc-icon-coupon-7:before {
content: "\e925";
}
.xoo-wsc-icon-coupon-8:before {
content: "\e926";
}
.xoo-wsc-icon-coupon-9:before {
content: "\e927";
}
.xoo-wsc-icon-external-link:before {
content: "\e928";
}
.xoo-wsc-icon-chevron-right:before {
content: "\e92b";
}
.xoo-wsc-icon-chevron-left1:before {
content: "\e92c";
}
.xoo-wsc-icon-cart:before {
content: "\e93a";
}
.xoo-wsc-icon-spinner:before {
content: "\e97a";
}
.xoo-wsc-icon-spinner2:before {
content: "\e97b";
}
.xoo-wsc-icon-spinner4:before {
content: "\e97d";
}
.xoo-wsc-icon-spinner8:before {
content: "\e981";
}
.xoo-wsc-icon-spinner11:before {
content: "\e984";
}
.xoo-wsc-icon-trash2:before {
content: "\e9ad";
}
.xoo-wsc-icon-checkmark:before {
content: "\ea10";
}
.xoo-wsc-icon-cloud-download:before {
content: "\e9c2";
}
.xoo-wsc-icon-download3:before {
content: "\e9c7";
}
.xoo-wsc-icon-heart:before {
content: "\e9da";
}.xoo-wsc-markup *::-webkit-scrollbar {
width: 8px;
}
.xoo-wsc-markup *::-webkit-scrollbar-track {
border-radius: 10px;
background: #f0f0f0;
}
.xoo-wsc-markup *::-webkit-scrollbar-thumb {
border-radius: 50px;
background: #d1d1d1
}
.xoo-wsc-container, .xoo-wsc-slider {
position: fixed;
background-color: #fff;
z-index: 999999;
display: flex;
flex-direction: column;
width: 95%;
transition: 0.5s ease-out;
}
.xoo-wsc-modal * {
box-sizing: border-box;
}
.xoo-wsc-markup a{
text-decoration: none;
}
.xoo-wsc-opac {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #000;
z-index: 999996;
opacity: 0;
height: 0;
transition: height 0s 0.4s, opacity 0.4s 0s;
}
.xoo-wsc-cart-active .xoo-wsc-opac {
opacity: 0.8;
height: 100%;
transition: height 0s 0s, opacity 0.4s;
}
.xoo-wsc-body {
flex-grow: 1;
overflow-y: auto;
overflow-x: hidden;
}
.xoo-wsc-loading .xoo-wsc-loader{
display: block;
}
span.xoo-wsc-loader {
display: none;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
opacity: 0.5;
background-color: #eee;
opacity: 0.7;
z-index: 10;
}
.xoo-wsc-loader-icon{
display: none;
}
.xoo-wsc-loading .xoo-wsc-loader-icon {
position: absolute;
transform: translate(-50%,-50%);
top: 47%;
left: 49%;
z-index: 11;
font-size: 24px;
animation: xoo-wsc-spin 2s linear infinite;
display: block;
}
@keyframes xoo-wsc-spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
body.xoo-wsc-cart-active, html.xoo-wsc-cart-active{
overflow: hidden!important;
}
.xoo-wsc-basket {
margin: 10px;
z-index: 9999997;
cursor: pointer;
position: fixed;
transition: 0.5s ease-out;
align-items: center;
justify-content: center;
width: 60px;
height: 60px;
}
.xoo-wsc-basket[style*='block'] {
display: flex!important;
}
.xoo-wsc-items-count{
border-radius: 50%;
position: absolute;
font-size: 13px;
width: 28px;
height: 28px;
line-height: 28px;
text-align: center;
overflow: hidden;
}
.xoo-wsc-fly-animating{
opacity: 1;
position: absolute!important;
height: 150px;
width: 150px;
z-index: 100;
}
.xoo-wsc-sc-bkcont {
position: relative;
}
.xoo-wsc-sc-cont .xoo-wsc-cart-trigger {
display: flex;
position: relative;
cursor: pointer;
align-items: center;
justify-content: center;
}
span.xoo-wsc-sc-count, span.xoo-wsch-items-count{
border-radius: 50%;
height: 18px;
line-height: 18px;
width: 18px;
display: inline-block;
text-align: center;
font-size: 13px;
right: -7px;
position: absolute;
top: -4px;
}
.xoo-wsc-sc-cont .xoo-wsc-cart-trigger > * {
margin-right: 3px;
} .xoo-wsc-notice-container {
z-index: 2;
position: absolute;
top: 0;
left: 0;
right: 0;
display: none;
}
ul.xoo-wsc-notices {
margin: 0;
list-style-type: none;
padding: 0;
}
.xoo-wsc-notice-success {
background-color: #DFF0D8;
color: #3C763D;
}
.xoo-wsc-notice-error {
color: #a94442;
background-color: #f2dede;
}
ul.xoo-wsc-notices li {
padding: 15px 20px;
list-style-type: none;
}
ul.xoo-wsc-notices li span {
margin-right: 6px;
}
span.xoo-wsc-undo-item {
float: right;
text-decoration: underline;
cursor: pointer;
}
.xoo-wsc-notices a.button.wc-forward {
display: none;
} .xoo-wscb-icon {
font-size: 37px;
}
.xoo-wscb-count {
position: absolute;
z-index: 1;
background-color: transparent;
font-size: 15px;
height: 45px;
line-height: 45px;
text-align: center;
left: 0;
right: 0;
} .xoo-wsc-header {
padding: 15px;
color: #000;
}
span.xoo-wsch-close {
position: absolute;
cursor: pointer;
}
span.xoo-wsch-text {
margin-left: 8px;
}
.xoo-wsch-top .xoo-wsch-basket {
display: table;
position: relative;
}
.xoo-wsch-top {
display: flex;
margin: 0 auto;
align-items: center;
}  .xoo-wsc-product {
display: flex;
border-bottom: 1px solid #eee;
}
.xoo-wsc-img-col {
align-self: center;
}
.xoo-wsc-sum-col {
flex-grow: 1;
padding-left: 15px;
display: flex;
flex-direction: column;
}
.xoo-wsc-img-col img {
width: 100%;
height: auto;
}
.xoo-wsc-sm-left {
flex-grow: 1;
display: flex;
justify-content: space-between;
flex-direction: column;
min-width: 0;
row-gap: 4px;
}
.xoo-wsc-sm-right {
align-items: flex-end;
display: flex;
flex-direction: column;
justify-content: center;
row-gap: 4px;
}
span.xoo-wsc-smr-del+.xoo-wsc-smr-ptotal {
margin-top: auto;
}
span.xoo-wsc-pname, span.xoo-wsc-pname a {
font-weight: 600;
}
span.xoo-wsc-smr-del {
cursor: pointer;
margin: 5px 0;
}
.xoo-wsc-img-col span.xoo-wsc-smr-del {
margin: 5px auto;
display: table;
}
.xoo-wsc-sm-info {
display: flex;
min-width: 0;
gap: 10px;
}
.xoo-wsc-sm-left > *:not(:last-child) {
} .xoo-wsc-qty-price span {
display: inline-block;
} .xoo-wsc-product dl.variation dd, .xoo-wsc-product dl.variation dt {
margin: 0 4px 0 0;
display: inline-block;
float: left;
font-style: italic;
}
.xoo-wsc-product dl.variation dt {
clear: left;
}
.xoo-wsc-product dl.variation, .xoo-wsc-product dl.variation p {
margin: 0;
font-size: 13px;
} .xoo-wsc-ft-buttons-cont {
display: grid;
text-align: center;
grid-column-gap: 5px;
grid-row-gap: 5px;
}
a.xoo-wsc-ft-btn, .xoo-wsc-container .xoo-wsc-btn {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
}
a.xoo-wsc-ft-btn, a.xoo-wsc-ft-btn:hover, .xoo-wsc-container .xoo-wsc-btn, .xoo-wsc-container .xoo-wsc-btn:hover{
text-decoration: none;
}
.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn:only-child {
grid-column: 1/-1;
} .xoo-wsc-ft-totals {
width: 100%;
padding: 5px 0 10px 0;
}
.xoo-wsc-ft-amt {
padding: 3px;
display: flex;
justify-content: space-between;
}
.xoo-wsc-ft-amt-value .xoo-wsc-toggle-slider {
cursor: pointer;
margin-left: 5px;
}
span.xoo-wsc-ft-amt-label {
font-weight: 600;
}
.xoo-wsc-toggle-slider {
cursor: pointer;
}
.xoo-wsc-ft-amt-shipping .xoo-wsc-toggle-slider span {
margin-left: 5px;
}
.xoo-wsc-ft-amt-label {
flex-grow: 1;
padding-right: 10px;
}
.xoo-wsc-ft-amt-value {
text-align: right;
}
.xoo-wsc-ft-amt.xoo-wsc-less, .xoo-wsc-psavings, .xoo-wsc-psavings * {
color: #4CAF50;
}
.xoo-wsc-ft-amt-total {
border-top: 1px dashed #9E9E9E;
margin-top: 5px;
padding-top: 5px;
} .xoo-wsc-product.xoo-wsc-is-parent {
border-bottom: 0;
padding-bottom: 0;
}
.xoo-wsc-product.xoo-wsc-is-child img {
max-width: 50px;
margin-left: auto;
float: right;
}
.xoo-wsc-product.xoo-wsc-is-child {
padding-top: 5px;
}
.xoo-wsc-empty-cart {
padding: 30px;
display: flex;
flex-direction: column;
align-items: center;
}
.xoo-wsc-empty-cart > * {
margin-bottom: 20px;
} span.xoo-wsc-ft-amt-label:after {
content: ":";
}
.xoo-wsc-ft-amt-savings + .xoo-wsc-ft-amt-subtotal {
display: flex;
}
.xoo-wsc-ft-amt-subtotal {
display: table;
margin: 0 auto;
font-weight: 600;
}
span.xoo-wsc-ft-amt-label {
padding-right: 5px;
}
span.xoo-wsc-footer-txt {
text-align: center;
margin: -8px auto 10px;
display: block;
font-size: 90%;
}
span.xoo-wsc-del-txt {
text-align: center;
display: block;
font-size: 11px;
text-transform: uppercase;
}
a.xoo-wsc-ft-btn-checkout .amount {
font-style: italic;
}
a.xoo-wsc-ft-btn-checkout .amount:before {
content: "-";
margin: 0 8px;
font-weight: bold;
} .xoo-wsc-is-child:has( +.xoo-wsc-is-child ), .xoo-wsc-is-parent + .xoo-wsc-is-child{
padding-bottom: 5px;
padding-top: 10px;
margin-top: 0;
border-radius: 0;
margin-bottom: 0;
box-shadow: 0 0;
border-bottom: 0;
}
.xoo-wsc-product.xoo-wsc-is-parent{
margin-bottom: 0;
padding-bottom: 0;
} .xoo-wsc-product.xoo-wsc-is-child:not(:has( + *)), .xoo-wsc-is-child:has( + .xoo-wsc-product:not(.xoo-wsc-is-child) ){
margin-top: 0;
padding-top: 5px;
}
.xoo-wsc-product dl.variation {
flex-wrap: wrap;
}
.xoo-wsc-product del {
opacity: 0.5;
text-decoration: line-through;
display: inline-flex;
}
.xoo-wsc-product del+ins {
font-weight: 600;
}
.xoo-wsc-product del .amount {
font-size: 95%;
}
.xoo-wsc-pattern-row .xoo-wsc-qty-box {
margin-top: 4px;
}
.xoo-wsc-priceBox {
display: flex;
flex-wrap: wrap;
row-gap: 4px;
column-gap: 9px;
}
span.xoo-wsc-psavlabel {
text-transform: uppercase;
}
.xoo-wsc-psavings {
padding: 2px 6px;
border: 1px solid #4CAF50;
font-weight: 600;
display: flex;
align-items: center;
gap: 5px;
width: max-content;
margin-top: auto;
}
.xoo-wsc-psavings {
font-size: 80%;
}
.xoo-wsc-body .xoo-wsc-products .xoo-wsc-psavings span.amount {
font-size: inherit;
}
.xoo-wsc-sm-right-tools {
display: flex;
gap: 5px;
}
.xoo-wsc-xoo_wsc_gift .xoo-wsc-sm-left {
justify-content: center;
}
.xoo-wsc-ft-amt-savings .xoo-wsc-ft-amt-label {
font-weight: normal;
}
.xoo-wsc-ft-amt-savings {
font-size: 95%;
}
.xoo-wsc-footer .xoo-wsc-ft-amt-savings .amount {
font-size: inherit;
}
body.rtl .xoo-wsc-sum-col {
padding-right: 15px;
padding-left: 0;
}
body.rtl span.xoo-wsch-text {
margin-right: 8px;
margin-left: 0;
}
body.rtl span.xoo-wsc-ft-amt-label {
padding-left: 5px;
padding-right: 0;
}
body.rtl .xoo-wsc-product dl.variation dd, body.rtl .xoo-wsc-product dl.variation dt {
float: right;
}
body.rtl xoo-wsc-qty-price > span{
margin-left: 4px;
margin-right: 0;
}
.xoo-wsc-markup-notices {
top: 20%;
right: -100%;
left: auto;
position: fixed;
box-shadow: 2px 2px 9px 3px #eee;
transition: all 0.5s;
z-index: 999997;
width: 0;
max-width: 400px;
}
.xoo-wsc-markup-notices ul.xoo-wsc-notices li {
padding: 25px;
}
.xoo-wsc-markup-notices.xoo-wsc-active {
right: 0;
width: 100%;
}
.xoo-wsc-markup-notices .xoo-wsc-notice-container {
position: relative;
display: block;
}
.xoo-wsc-qty-price > span {
display: inline-block;
margin-right: 4px;
}
.xoo-wsc-sml-qty span {
display: inline-block;
}
.xoo-wsc-markup[data-wpr-lazyrender] {
content-visibility: visible!important;
}
.xoo-wsc-qty-price {
display: flex;
width: 100%;
align-items: center;
flex-wrap: wrap;
justify-content: flex-start;
} .xoo-wsc-pattern-card {
margin: 10px 20px;
padding: 0;
}
.xoo-wsc-pattern-card .xoo-wsc-psavings {
margin-top: 2px;
}
.xoo-wsc-pattern-card .xoo-wsc-product dl.variation {
display: flex;
}
.xoo-wsc-pattern-card .xoo-wsc-product {
flex-direction: column;
position: relative;
border-bottom: 0;
padding: 0;
height: 100%;
margin: 0;
}
.xoo-wsc-pattern-card span.xoo-wsc-smr-del {
position: absolute;
top: 0;
right: 0;
z-index: 5;
padding: 10px;
margin-top: 0;
}
.xoo-wsc-pattern-card .variation {
justify-content: center;
}
.xoo-wsc-sm-back, .xoo-wsc-sm-front {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
gap: 4px;
}
.xoo-wsc-sm-back-cont {
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
overflow: auto;
}
.xoo-wsc-pattern-card .xoo-wsc-img-col.xoo-wsc-caniming {
z-index: 10;
}
.xoo-wsc-sm-front {
z-index: 1;
height: 100%;
}
.xoo-wsc-sm-front:has(.xoo-wsc-sm-emp+*) {
padding: 7px 10px;
}
.xoo-wsc-card-cont {
position: relative;
}
.xoo-wsc-sm-back {
padding: 10px;
min-height: 100%;
}
a.xoo-wsc-smr-link i {
margin-right: 3px;
}
a.xoo-wsc-smr-link {
opacity: 0.7;
font-size: 14px;
}
.xoo-wsc-sm-front:has(.xoo-wsc-sm-emp+*) .xoo-wsc-sm-emp {
display: none;
}
.xoo-wsc-pattern-card .xoo-wsc-qty-price {
justify-content: center;
padding: 0;
}
.xoo-wsc-qty-price:has(.xoo-wsc-card-ptotal) {
justify-content: space-between;
}
.xoo-wsc-pattern-card .xoo-wsc-img-col {
align-self: center;
z-index: 2;
position: relative;
margin: -1px -1px 0 -1px;
}
.xoo-wsc-pattern-card .xoo-wsc-img-col img{
display: table;
margin: 0 auto;
}
.xoo-wsc-qty-box-cont {
width: 100%;
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: center;
row-gap: 4px;
column-gap: 10px;
} .xoo-wsch-new .xoo-wsch-basket, .xoo-wsch-new .xoo-wsch-close, .xoo-wsch-new .xoo-wsch-text {
position: relative;
margin: 0 4px;
}
.xoo-wsch-new .xoo-wsch-basket {
margin: 0 8px;
}
.xoo-wsch-new .xoo-wsch-close{
cursor: pointer;
}
.xoo-wsch-new .xoo-wsch-section{
display: flex;
align-items: center;
}
.xoo-wsch-new.xoo-wsch-top {
display: grid;
grid-template-columns: 1fr auto 1fr;
}
.xoo-wsch-new .xoo-wsch-sec-right {
grid-column: 3; justify-self: end;
}
.xoo-wsch-new .xoo-wsch-sec-left {
grid-column: 1;
justify-self: start;
}
.xoo-wsch-new .xoo-wsch-sec-center {
grid-column: 2; justify-self: center;
}