@charset "utf-8";
td.wishlist-empty{
text-align: center!important;
padding: 50px;
font-size: 2em;
}
.wishlist_table .add_to_cart{
line-height: 1.3;
padding: 7px 10px;
} #yith-wcwl-popup-message{
background: #fff;
border: 1px solid #dddddd;
padding: 15px 0;
font-size: 120%;
position: fixed;
text-align: center;
top: 50%;
left: 50%;
transform: translateX(50%);
width: 300px;
z-index: 10000; }
.wishlist-icon{
position: relative;
}
.wishlist-popup {
opacity: 0;
max-height: 0;
position: absolute;
overflow: hidden;
padding: 5px;
margin-top: -10px;
border-radius: 5px;
line-height: 1.3;
text-align: center;
font-size: .9em;
top:100%;
background-color: rgba(0,0,0,.8);
right:0;
color:#FFF;
transition: opacity .3s, max-height .3s;
transition-delay: .3s;
}
.wishlist-popup:after {
bottom: 100%;
right: 10px;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(136, 183, 213, 0);
border-bottom-color: rgba(0,0,0,.8);
border-width: 10px;
margin-left: -10px;
}
.wishlist-icon:hover .wishlist-popup{
opacity: 1;
max-height: 200px;
overflow-y: auto;
}
.wishlist-popup a{
color:#ccc;
display: block;
}
.wishlist-popup a:hover{
color:#FFF;
}
.wishlist-icon.added:after{
background-color:red;
transform: translateY(-3px);
}
.wishlist-popup .ajax-loading,
.wishlist-popup .feedback{
display: none!important;
}
.wishlist-title {
margin-bottom: 20px;
}
#yith-wcwl-form .hidden-title-form,
#yith-wcwl-form .hide-title-form i,
.wishlist-title .button {
display: none;
} @media screen and (max-width: 768px) {
.wishlist-title,
.wishlist-empty,
.yith_wcwl_wishlist_footer {
text-align: center;
}
.share-icons-title {
display: none;
}
}
.wishlist_table.mobile {
list-style: none;
}
.wishlist_table.mobile li .product-checkbox {
display: inline-block;
width: 20px;
vertical-align: top;
}
.wishlist_table.mobile li .item-wrapper {
display: inline-block;
width: calc(100% - 25px);
vertical-align: top;
}
.wishlist_table.wishlist_manage_table.mobile li .item-wrapper {
width: 100%;
}
.wishlist_table.mobile li .item-wrapper .product-thumbnail {
display: inline-block;
max-width: 60px;
margin-right: 10px;
}
.rtl .wishlist_table.mobile li .item-wrapper .product-thumbnail {
margin-right: 0;
margin-left: 10px;
}
.wishlist_table.mobile li .item-wrapper .item-details {
display: inline-block;
width: calc(100% - 74px);
vertical-align: top;
}
.wishlist_table.mobile.with-checkbox li .additional-info-wrapper {
padding-left: 20px;
}
.rtl .wishlist_table.mobile.with-checkbox li .additional-info-wrapper {
padding-left: 0;
padding-right: 20px;
}
.wishlist_table.mobile li .additional-info-wrapper {
border-bottom: 1px solid #ececec;
width: calc(100% - 25px);
}
.wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart,
.wishlist_table.mobile li .additional-info-wrapper .move-to-another-wishlist {
text-align: center;
margin-bottom: 20px;
}
.wishlist_table.mobile .button.add_to_cart_button {
margin: 0;
}
.wishlist_table.mobile td {
border-bottom: none;
padding: 3px 0;
}
.wishlist_table.mobile li[id^="yith-wcwl-row-"] {
position: relative;
margin-top: 20px;
}
.wishlist_table.mobile .product-remove {
position: absolute;
top: 5px;
left: -12px;
width: 24px;
height: 24px;
line-height: 18px;
font-size: 18px;
border-radius: 100%;
color: #ccc;
font-weight: bold;
text-align: center;
border: 2px solid currentColor;
}
.rtl .wishlist_table.mobile .product-remove {
left: unset;
right: -12px;
}
.wishlist_table.mobile .product-remove a {
position: unset;
}
.wishlist_table.mobile .product-remove a i {
display: none;
}
.wishlist_table.mobile .product-remove a:after {
content: '×';
color: #ccc;
} .wishlist-popup .yith-wcwl-icon-svg {
display: none;
}
.wishlist-popup .yith-wcwl-add-to-wishlist {
margin-block-start: 0;
}
.yith-wcwl-add-button:not(.wishlist-popup .yith-wcwl-add-button) {
display: block;
margin-block-end: 1em;
}
.yith-wcwl-wishlistaddedbrowse:not(.wishlist-popup .yith-wcwl-wishlistaddedbrowse) {
display: block;
margin-block-end: 1em;
.feedback {
display: block;
justify-content: flex-start;
}
}div.tnp-subscription,
form.tnp-subscription, form.tnp-profile {
display: block;
margin: 1em auto;
max-width: 500px;
width: 100%;
}
div.tnp-profile {
display: block;
margin: 1em 0;
max-width: 500px; } .tnp-subscription div.tnp-field,
.tnp-profile div.tnp-field
{
margin-bottom: .7em;
border: 0;
padding: 0;
}
.tnp-subscription label,
.tnp-profile label
{
display: block;
color: inherit;
font-weight: normal;
line-height: normal;
padding: 0;
margin: 0;
margin-bottom: .25em;
font-size: .9em;
}
.tnp-subscription .tnp-field-checkbox label,
.tnp-profile .tnp-field-checkbox label
{
display: inline-block;
}
.tnp-subscription input[type=text],
.tnp-subscription input[type=email],
.tnp-subscription input[type=submit],
.tnp-subscription select,
.tnp-subscription textarea,
.tnp-profile input[type=text],
.tnp-profile input[type=email],
.tnp-profile input[type=submit],
.tnp-profile select,
.tnp-profile textarea
{
width: 100%;
padding: .7em;
display: block;
border: 1px;
color: #444;
border-color: #ddd;
background-color: #f4f4f4;
background-image: none;
text-shadow: none;
font-size: 1em;
margin: 0;
line-height: normal;
box-sizing: border-box;
}
.tnp-subscription input[type=checkbox],
.tnp-widget input[type=radio],
.tnp-profile input[type=checkbox]
{ max-width: 1em;
display: inline-block;
margin-right: .5em;
} .tnp-subscription select option,
.tnp-profile select option
{
margin-right: .75em;
}
.tnp-subscription input.tnp-submit,
.tnp-profile input.tnp-submit,
.tnp-unsubscribe button.tnp-submit,
.tnp-reactivate button.tnp-submit
{
background-color: #444;
color: #fff;
width: auto;
height: auto;
margin: 0;
display: inline-block;
}
@media all and (max-width: 480px) {
.tnp-subscription input[type=submit],
.tnp-profile input[type=submit] {
width: 100%;
}
}
.tnp-widget {
width: 100%;
display: block;
box-sizing: border-box;
}
.tnp-widget .tnp-field {
margin-bottom: 10px;
border: 0;
padding: 0;
}
.tnp-widget label {
display: block;
color: inherit;
font-size: 14px;
}
.tnp-widget input[type=text], .tnp-widget input[type=email], .tnp-widget input[type=submit], .tnp-widget select {
width: 100%;
padding: 10px;
display: block;
border: 1px solid #ddd ;
border-color: #ddd;
background-color: #f4f4f4;
background-image: none;
text-shadow: none;
color: #444;
font-size: 14px;
line-height: normal;
box-sizing: border-box;
height: auto;
}
.tnp-widget input[type=checkbox], .tnp-widget input[type=radio] {
width: auto;
display: inline-block;
} .tnp-widget select option {
margin-right: 10px;
}
.tnp-widget input.tnp-submit {
background-color: #444;
background-image: none;
text-shadow: none;
color: #fff;
margin: 0;
}
.tnp-field input[type="submit"] {
position: inherit;
}
.tnp-field label {
} .tnp-widget-minimal {
width: 100%;
}
.tnp-widget-minimal form {
margin: 0;
padding: 0;
border: 0;
}
.tnp-widget-minimal input.tnp-email {
width: 100%;
box-sizing: border-box;
padding: 10px;
display: inline-block;
border: 1px solid #ddd;
background-color: #f4f4f4;
color: #444;
font-size: 14px;
}
.tnp-widget-minimal input.tnp-submit {
width: 100%;
box-sizing: border-box;
padding: 10px;
display: inline-block;
border: 1px;
border-color: #ddd;
background-color: #444;
background-image: none;
text-shadow: none;
color: #fff;
font-size: 14px;
line-height: normal;
border-radius: 0px;
height: auto;
margin: 0;
} .tnp-subscription-minimal {
width: 100%;
box-sizing: border-box;
margin: 10px 0;
}
.tnp-subscription-minimal form {
width: auto;
margin: 0;
padding: 0;
border: 0;
white-space: nowrap;
}
.tnp-subscription-minimal input.tnp-email,
.tnp-subscription-minimal input.tnp-name
{
width: 70%;
max-width: 300px;
box-sizing: border-box;
padding: 10px;
display: inline-block;
border: 1px solid #ddd;
background-color: #f4f4f4;
color: #444;
font-size: 14px;
line-height: 20px;
border-radius: 0px;
margin-right: 10px;
}
.tnp-subscription-minimal.with-name input.tnp-email,
.tnp-subscription-minimal.with-name input.tnp-name
{
width: 31%;
}
.tnp-subscription-minimal .tnp-privacy-field {
margin-top: 10px;
} .tnp-subscription-minimal input.tnp-submit {
width: 29%;
box-sizing: border-box;
display: inline-block;
padding: 10px;
border: 1px;
border-color: #ddd;
background-color: #444;
background-image: none;
text-shadow: none;
color: #fff;
font-size: 14px;
line-height: 20px;
border-radius: 0px;
margin: 0;
}
.tnp-subscription-posts {
margin-top: 2em;
margin-bottom: 2em;
padding: 2rem;
}
.tnp-subscription-posts .tnp-subscription {
max-width: auto;
margin: 0;
}
@media all and (max-width: 525px) {
.tnp-subscription-minimal.with-name input.tnp-email,
.tnp-subscription-minimal.with-name input.tnp-name,
.tnp-subscription-minimal input.tnp-submit
{
width: 100%;
max-width: 100%;
margin: 0;
display: block;
margin-bottom: .5rem;
}
} .tnp-button-form button.tnp-submit {
box-sizing: border-box;
padding: 10px;
display: inline-block;
border: 1px;
border-color: #ddd;
background-color: #444;
background-image: none;
text-shadow: none;
color: #fff;
font-size: 14px;
line-height: normal;
border-radius: 0px;
height: auto;
margin: 0;
} .tnp-comments {
clear: both;
margin-top: 15px;
margin-bottom: 15px;
}
.tnp-comments label {
display: block;
}
.tnp-comments input[type=checkbox] {
display: inline-block;
width: auto!important;
} .tnp-lock {
clear: both;
display: block;
box-sizing: border-box;
box-shadow: none;
margin: 20px;
padding: 15px;
background-color: #fff;
border: 1px solid #ddd;
}
.tnp-nl-checkout {
margin-bottom: 1em;
}@font-face{font-family:'FontAwesomeCP';src:url(//indiabijoux.com/wp-content/plugins/woocommerce-composite-products/assets/fonts/fa-cp-84.eot);src:url(//indiabijoux.com/wp-content/plugins/woocommerce-composite-products/assets/fonts/fa-cp-84.eot?#iefix) format("embedded-opentype"),url(//indiabijoux.com/wp-content/plugins/woocommerce-composite-products/assets/fonts/fa-cp-84.woff2) format("woff2"),url(//indiabijoux.com/wp-content/plugins/woocommerce-composite-products/assets/fonts/fa-cp-84.woff) format("woff"),url(//indiabijoux.com/wp-content/plugins/woocommerce-composite-products/assets/fonts/fa-cp-84.ttf) format("truetype"),url(//indiabijoux.com/wp-content/plugins/woocommerce-composite-products/assets/fonts/fa-cp-84.svg#fontawesomecp) format("svg");font-weight:normal;font-style:normal}table.wc-block-cart-items .wc-block-cart-items__row.is-composite__hidden,.wc-block-components-order-summary-item.is-composite__hidden{display:none !important}table.wc-block-cart-items .wc-block-cart-items__row.is-composite__price_hidden .wc-block-cart-item__prices,table.wc-block-cart-items .wc-block-cart-items__row.is-composite__price_hidden .wc-block-components-product-badge,.wc-block-components-order-summary-item.is-composite__price_hidden .wc-block-cart-item__prices,.wc-block-components-order-summary-item.is-composite__price_hidden .wc-block-components-product-badge{display:none}table.wc-block-cart-items .wc-block-cart-items__row.is-composite__subtotal_hidden .wc-block-cart-item__total-price-and-sale-badge-wrapper,.wc-block-components-order-summary-item.is-composite__subtotal_hidden .wc-block-cart-item__total-price-and-sale-badge-wrapper{display:none}table.wc-block-cart-items .wc-block-cart-items__row.is-composite__meta_hidden .wc-block-components-product-details,.wc-block-components-order-summary-item.is-composite__meta_hidden .wc-block-components-product-details{display:none}table.wc-block-cart-items .wc-block-cart-items__row.is-composite .wc-block-cart-item__edit,.wc-block-components-order-summary-item.is-composite .wc-block-cart-item__edit{margin:0.75em 0}table.wc-block-cart-items .wc-block-cart-items__row.is-composite .wc-block-cart-item__edit a,.wc-block-components-order-summary-item.is-composite .wc-block-cart-item__edit a{text-decoration:underline;color:inherit}table.wc-block-cart-items .wc-block-cart-items__row.is-composited:not(.is-composited__removable) .wc-block-cart-item__remove-link,.wc-block-components-order-summary-item.is-composited:not(.is-composited__removable) .wc-block-cart-item__remove-link{display:none}table.wc-block-cart-items .wc-block-cart-items__row.is-composited__hidden,.wc-block-components-order-summary-item.is-composited__hidden{display:none !important}table.wc-block-cart-items .wc-block-cart-items__row.is-composited__description_hidden .wc-block-components-product-metadata__description,.wc-block-components-order-summary-item.is-composited__description_hidden .wc-block-components-product-metadata__description{display:none}table.wc-block-cart-items .wc-block-cart-items__row.is-composited__meta_hidden .wc-block-components-product-details .wc-block-components-product-details__part-of,.wc-block-components-order-summary-item.is-composited__meta_hidden .wc-block-components-product-details .wc-block-components-product-details__part-of{display:none}table.wc-block-cart-items .wc-block-cart-items__row.is-composited__indented.is-composited__subtotal_aggregated .wc-block-components-product-badge,.wc-block-components-order-summary-item.is-composited__indented.is-composited__subtotal_aggregated .wc-block-components-product-badge{display:none}table.wc-block-cart-items .wc-block-cart-items__row.is-composited__indented.is-composited__subtotal_aggregated .wc-block-cart-item__total,.wc-block-components-order-summary-item.is-composited__indented.is-composited__subtotal_aggregated .wc-block-cart-item__total{font-size:.875em}table.wc-block-cart-items .wc-block-cart-items__row.is-composited__indented .wc-block-cart-item__wrap,.wc-block-components-order-summary-item.is-composited__indented .wc-block-cart-item__wrap{padding-top:66px;font-size:.875em}table.wc-block-cart-items .wc-block-cart-items__row.is-composited__indented .wc-block-cart-item__wrap .wc-block-components-product-metadata,table.wc-block-cart-items .wc-block-cart-items__row.is-composited__indented .wc-block-cart-item__wrap .wc-block-cart-item__remove-link,.wc-block-components-order-summary-item.is-composited__indented .wc-block-cart-item__wrap .wc-block-components-product-metadata,.wc-block-components-order-summary-item.is-composited__indented .wc-block-cart-item__wrap .wc-block-cart-item__remove-link{font-size:0.8572em}table.wc-block-cart-items .wc-block-cart-items__row.is-composited__indented td.wc-block-cart-item__image,.wc-block-components-order-summary-item.is-composited__indented td.wc-block-cart-item__image{position:relative;z-index:1}table.wc-block-cart-items .wc-block-cart-items__row.is-composited__indented td.wc-block-cart-item__image a,.wc-block-components-order-summary-item.is-composited__indented td.wc-block-cart-item__image a{height:50px;display:block;width:0px}table.wc-block-cart-items .wc-block-cart-items__row.is-composited__indented td.wc-block-cart-item__image img,.wc-block-components-order-summary-item.is-composited__indented td.wc-block-cart-item__image img{position:absolute;left:100%;width:50px}table.wc-block-cart-items .wc-block-cart-items__row.is-composited__indented td.wc-block-cart-item__image:after,.wc-block-components-order-summary-item.is-composited__indented td.wc-block-cart-item__image:after{margin-left:100%}table.wc-block-cart-items .wc-block-cart-items__row.is-composited__subtotal_aggregated .wc-block-cart-item__total .wc-block-components-product-badge,.wc-block-components-order-summary-item.is-composited__subtotal_aggregated .wc-block-cart-item__total .wc-block-components-product-badge{display:none}table.wc-block-cart-items .wc-block-cart-items__row.is-composited__subtotal_aggregated .wc-block-cart-item__total .wc-block-components-product-price,.wc-block-components-order-summary-item.is-composited__subtotal_aggregated .wc-block-cart-item__total .wc-block-components-product-price{white-space:nowrap}table.wc-block-cart-items .wc-block-cart-items__row.is-composited__subtotal_aggregated .wc-block-cart-item__total .wc-block-components-product-price :after,.wc-block-components-order-summary-item.is-composited__subtotal_aggregated .wc-block-cart-item__total .wc-block-components-product-price :after{font-family:'FontAwesomeCP';display:inline-block;font-smoothing:antialiased;-webkit-transform:rotate(90deg) ;-ms-transform:rotate(90deg) ;transform:rotate(90deg) ;content:"" ;margin:0 3px 0 12px;opacity:.25}table.wc-block-cart-items .wc-block-cart-items__row.is-composited__price_hidden .wc-block-cart-item__prices,table.wc-block-cart-items .wc-block-cart-items__row.is-composited__price_hidden .wc-block-components-product-badge,.wc-block-components-order-summary-item.is-composited__price_hidden .wc-block-cart-item__prices,.wc-block-components-order-summary-item.is-composited__price_hidden .wc-block-components-product-badge{display:none}table.wc-block-cart-items .wc-block-cart-items__row.is-composited__subtotal_hidden .wc-block-cart-item__total-price-and-sale-badge-wrapper,.wc-block-components-order-summary-item.is-composited__subtotal_hidden .wc-block-cart-item__total-price-and-sale-badge-wrapper{display:none}.is-medium table.wc-block-cart-items .wc-block-cart-items__row.is-composited__indented .wc-block-cart-item__wrap,.is-small table.wc-block-cart-items .wc-block-cart-items__row.is-composited__indented .wc-block-cart-item__wrap{padding-top:0;padding-left:66px}.is-large table.wc-block-cart-items .wc-block-cart-items__row.is-composited__indented .wc-block-cart-item__wrap{padding-top:0;padding-left:66px}.is-large table.wc-block-cart-items .wc-block-cart-items__row.is-composited__indented td.wc-block-cart-item__image img{margin-left:16px}.is-medium table.wc-block-cart-items .wc-block-cart-items__row.is-composite:after,.is-medium table.wc-block-cart-items .wc-block-cart-items__row.is-composited__indented:not(.is-composited__last):after,.is-small table.wc-block-cart-items .wc-block-cart-items__row.is-composite:after,.is-small table.wc-block-cart-items .wc-block-cart-items__row.is-composited__indented:not(.is-composited__last):after,.is-mobile table.wc-block-cart-items .wc-block-cart-items__row.is-composite:after,.is-mobile table.wc-block-cart-items .wc-block-cart-items__row.is-composited__indented:not(.is-composited__last):after{margin-left:80px}
.ux-swatch{align-items:center;box-shadow:0 0 0 1px #d5d5d5;cursor:pointer;display:flex;justify-content:center;position:relative;white-space:nowrap}.ux-swatch:hover:not(.selected):not(.disabled){box-shadow:0 0 0 1px #999}.ux-swatch.disabled{opacity:.5}.ux-swatch__color{height:100%;width:100%}.ux-swatch__color--single-color{background:var(--swatch-color)}.ux-swatch__color--dual-color{background:linear-gradient(135deg,var(--swatch-color) 50%,var(--swatch-color-secondary) 50%)}.ux-swatch--color,.ux-swatch--image{height:var(--swatch-size-medium);padding:2px;width:var(--swatch-size-medium)}.ux-swatch--label{font-size:14px;min-height:var(--swatch-size-medium);min-width:var(--swatch-size-medium);padding:0 8px}.ux-swatch--color.disabled:before,.ux-swatch--image.disabled:before{background:#000!important;border:0;bottom:0;content:"";height:1px;left:0;margin:0!important;min-width:auto;padding:0!important;position:absolute;right:0;top:50%;transform:rotate(-45deg);width:100%}.ux-swatch--label.disabled{background:linear-gradient(to top left,transparent calc(50% - .031rem),#000,transparent calc(50% + .031rem))}.dark .ux-swatch--color.disabled:before,.dark .ux-swatch--image.disabled:before{background:#fff!important}.dark .ux-swatch--label.disabled{background:linear-gradient(to top left,transparent calc(50% - .031rem),#fff,transparent calc(50% + .031rem))}.ux-swatch--color .ux-swatch__text,.ux-swatch--image .ux-swatch__text{display:none}.ux-swatches{--swatch-size-x-small:15px;--swatch-size-small:20px;--swatch-size-medium:30px;--swatch-size-large:45px;--swatch-size-x-large:70px;align-items:center;display:flex;flex-wrap:wrap;gap:10px;margin:5px 0}.ux-swatches--rounded *{border-radius:2px}.ux-swatches--circle *{border-radius:50%}.ux-swatches--circle .ux-swatch--label,.ux-swatches--circle .ux-swatches__limiter{border-radius:100px}.ux-swatches--circle .ux-swatch__color--dual-color{background:linear-gradient(180deg,var(--swatch-color) 50%,var(--swatch-color-secondary) 50%)}.ux-swatches--x-small .ux-swatch--color,.ux-swatches--x-small .ux-swatch--image{height:var(--swatch-size-x-small);width:var(--swatch-size-x-small)}.ux-swatches--small .ux-swatch--color,.ux-swatches--small .ux-swatch--image{height:var(--swatch-size-small);width:var(--swatch-size-small)}.ux-swatches--large .ux-swatch--color,.ux-swatches--large .ux-swatch--image{height:var(--swatch-size-large);width:var(--swatch-size-large)}.ux-swatches--x-large .ux-swatch--color,.ux-swatches--x-large .ux-swatch--image{height:var(--swatch-size-x-large);width:var(--swatch-size-x-large)}.ux-swatches--x-small .ux-swatch--label{min-height:var(--swatch-size-x-small);min-width:var(--swatch-size-x-small);padding:2px 8px}.ux-swatches--small .ux-swatch--label{min-height:var(--swatch-size-small);min-width:var(--swatch-size-small);padding:2px 8px}.ux-swatches--large .ux-swatch--label{min-height:var(--swatch-size-large);min-width:var(--swatch-size-large);padding:0 10px}.ux-swatches--x-large .ux-swatch--label{min-height:var(--swatch-size-x-large);min-width:var(--swatch-size-x-large);padding:0 15px}.ux-swatches__limiter{font-size:.8rem;line-height:unset;margin:0;min-height:unset;padding:2px}.ux-swatches.ux-swatches-in-loop{gap:8px;margin-bottom:.7em;width:100%}.ux-swatch-active .box-image .back-image{display:none!important}.has-hover .ux-swatch-active [class*=image-] img,.has-hover:hover .ux-swatch-active [class*=image-] img{filter:none;opacity:1;transform:none}.text-center .ux-swatches,.text-center .variations .label{justify-content:center}.text-right .ux-swatches,.text-right .variations .label{justify-content:flex-end}.text-center .ux-swatch+.ux-swatches__limiter,.text-center .ux-swatches-in-loop .ux-swatch,.text-right .ux-swatch+.ux-swatches__limiter,.text-right .ux-swatches-in-loop .ux-swatch{margin-left:0;margin-right:0}.ux-swatch-widget-layered-nav-list__graphic{display:flex;height:20px;margin-right:10px;padding:0;position:relative;width:20px}.chosen .ux-swatch-widget-layered-nav-list__graphic:before,.woocommerce-widget-layered-nav-list__item:hover .ux-swatch-widget-layered-nav-list__graphic:before{align-items:center;bottom:0;color:#fff;content:"";display:flex;font-family:fl-icons;font-size:10px;justify-content:center;left:0;position:absolute;right:0;top:2px}.variation-Configuration > div span.choice-thumb { }
.choice-thumb img {
max-width: 20px;
max-height: 40px;
display: inline-block;
vertical-align: middle;
}
td.product-name dl.variation dd div strong:empty + .semicol {
display: none;
}
.woocommerce td.product-name dl.variation dt.variation-Configuration {
display: block;
float: none;
}
.woocommerce td.product-name dl.variation dd.variation-Configuration {
font-size: .8em;
}
.woocommerce td.product-name dl.variation dd.variation-Configuration div {
padding-bottom: .2em;
}
.woocommerce td.product-name dl.variation dd.variation-Configuration div strong,
.wc-item-meta .order-configuration-details strong {
display: inline-block;
}
.woocommerce td.product-name dl.variation dd.variation-Configuration div strong:empty + span.semicol,
.wc-item-meta .order-configuration-details strong:empty + span.semicol {
opacity: 0;
}
.woocommerce td.product-name dl.variation dd.variation-Configuration span.sku,
.order-configuration-details span.sku {
font-size: .8em;
text-transform: uppercase;
display: inline-block;
background: #00000014;
margin-left: 5px;
padding: 3px;
line-height: 1;
}
.wc-item-meta .order-configuration-details div {
font-size: .8em;
}
button.configure-product + .woocommerce-product-details__short-description {
margin-top: 1.5em;
}
.shop_table tbody tr td.product-thumbnail a img.generating-image {
background: url(//indiabijoux.com/wp-content/plugins/product-configurator-for-woocommerce/assets/images/spinner.gif) no-repeat 50% 50%;
width: 100%;
height: 100%;
min-width: 20px;    
}
table span.choice-thumb.color {
display: inline-block;
width: 20px;
height: 20px;
vertical-align: middle;
margin-right: 4px;
border-radius: 3px;
} .shop_table.woocommerce-checkout-review-order-table tbody tr td img.configuration-image {
width: 100px;
border-radius: 8px;
vertical-align: middle;
margin-right: 10px;
max-width: 100%;
}
.configurator-error.error {
padding: 10px;
background: #fff7f8;
border: 1px solid red;
border-radius: 3px;
color: red;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list li.out-of-stock--no-more-choice {
width: 100%;
text-align: center;
}
.is_configurable :not(.enable-add-to-cart):not(.configurator_is_inline) .summary .yith-ywraq-add-button.show {
display: none !important;
} tr.wc-block-cart-items__row.configurator-hidden,
.wc-block-components-order-summary-item.configurator-hidden {
display: none !important;
} tr.wc-block-cart-items__row.configurator-linked-product .wc-block-components-product-badge.wc-block-components-sale-badge {
display: none;
}button.variations_button.disabled,
.variations_button.disabled button.single_add_to_cart_button {
display: none;
}
.is_configurable div.product form.cart .variations_button:not(.disabled) .quantity, .is_configurable div.product form.cart .variations_button:not(.disabled) .single_add_to_cart_button,
.is_configurable:not(.enable-add-to-cart):not(.configurator_is_inline) div.product form.cart .variations_button:not(.disabled) .quantity,
.is_configurable:not(.enable-add-to-cart):not(.configurator_is_inline) div.product form.cart .variations_button:not(.disabled) .single_add_to_cart_button {
display: block !important;
}
.is_configurable.current-variation-is-configurable:not(.enable-add-to-cart):not(.configurator_is_inline) div.product form.cart .variations_button.disabled .quantity {
display: none !important;
}
.mkl-pc-choice-qty--container {
display: none;
width: auto;
max-width: 120px;
border: 1px solid #CCC;
background: #FFF;
justify-content: space-between;
margin: 13px;
border-radius: 4px;
}
.mkl-pc-choice-qty--container > * {
flex-grow: 1;
}
.mkl-pc-choice-qty--container:focus-within {
border-color: var(--mkl_pc_color-primary, #777);
}
.mkl-pc-choice-qty--container input.mkl-pc-choice-qty,
.mkl-pc-choice-qty--container input.mkl-pc-choice-qty:focus {
border: none;
color: #000;
background: transparent;
box-shadow: none;
padding: 0;
margin: 0;
width: auto;
max-width: 2ch;
text-align: center;
-moz-appearance: textfield;
}
.mkl-pc-choice-qty--container input.mkl-pc-choice-qty::-webkit-outer-spin-button,
.mkl-pc-choice-qty--container input.mkl-pc-choice-qty::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.active > .mkl-pc-choice-qty--container,
.mkl_pc .mkl_pc_container .mkl_pc_toolbar ul.layer_choices li.active > .text-field .mkl-pc-choice-qty--container,
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.active > .mkl_quantity .mkl-pc-choice-qty--container {
display: flex;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul > li .mkl-pc-choice-qty--btn {
padding: 4px;
margin: 0;
display: block;
border: none;
text-align: center;
font-size: 15px;
font-family: sans-serif;
color: #000;
line-height: 1;
cursor: pointer;
user-select: none;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul > li .mkl-pc-choice-qty--btn svg {
vertical-align: middle;
width: 15px;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul > li .mkl-pc-choice-qty--btn svg use {
fill: #000;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul > li .mkl-pc-choice-qty--btn:hover svg use, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul > li .mkl-pc-choice-qty--btn:focus svg use {
fill: var(--mkl_pc_color-primary);
}
.footer__section-center {
display: inline-flex;
align-items: center;
}
.mkl-footer--action-button {
display: flex;
align-items: center;
margin: 0;
padding: 6px 12px;
line-height: 1.2;
text-transform: none;
font-size: 12px;
font-weight: 400;
background: transparent;
appearance: none;
box-shadow: none;
border: none;
color: inherit;
text-decoration: none;
}
.mkl-footer--action-button svg {
fill: currentColor;
height: 24px;
width: 24px;
margin-right: 8px;
vertical-align: middle;
}
@media (max-width: 720px) {
.mkl-footer--action-button svg {
margin-right: 3;
}
}
.mkl-footer--action-button span {
vertical-align: middle;
}
@media (max-width: 720px) {
.mkl-footer--action-button span {
display: none;
}
}
@media (max-width: 720px) {
.mkl-footer--action-button {
display: block;
height: 100%;
width: 60px;
}
}
.adding-to-cart--modal {
display: none;
}
body.show-add-to-cart-modal .adding-to-cart--modal {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 100000;
background: rgba(255, 255, 255, 0.9);
}
body.show-add-to-cart-modal.configurator_is_inline .adding-to-cart--modal {
position: fixed;
}
.adding-to-cart--modal .has-box {
display: block;
padding: 50px;
background: #FFF;
border-radius: 11px;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.0588235294);
}
.adding-to-cart--modal .has-box .header {
text-align: center;
font-size: 30px;
font-weight: 500;
padding-bottom: 30px;
}
.adding-to-cart--modal .messages:not(:empty) {
padding-bottom: 28px;
}
.adding-to-cart--adding-cta {
text-align: center;
}
.adding-to-cart--adding-cta .or {
display: inline-block;
padding-left: 10px;
padding-right: 10px;
}
.adding-to-cart--adding-cta button.button,
.adding-to-cart--adding-cta a.button {
font-size: 100%;
margin: 0;
line-height: 1;
cursor: pointer;
position: relative;
text-decoration: none;
overflow: visible;
padding: 0.818em 1.2em;
font-weight: 700;
border-radius: 6px;
left: auto;
color: #ffffff;
background-color: #2a2a2a;
border: 0;
display: inline-block;
background-image: none;
box-shadow: none;
text-shadow: none;
}
@keyframes loading-spinner {
0% {
width: 0;
margin-left: 0;
}
50% {
width: 100%;
margin-left: 0;
}
100% {
width: 0;
margin-left: 100%;
}
}
@keyframes anim-circle {
0% {
stroke-dashoffset: -170;
}
100% {
stroke-dashoffset: 0;
}
}
@keyframes anim-tick {
0% {
stroke-dashoffset: 52;
}
25% {
stroke-dashoffset: 52;
}
75% {
stroke-dashoffset: 0;
}
100% {
stroke-dashoffset: 0;
}
}
.adding-to-cart--modal .spinner {
height: 4px;
background: red;
width: 0;
margin-top: 10px;
transition: 0.2s all;
animation: loading-spinner;
animation-duration: 1s;
animation-iteration-count: infinite;
}
.adding-to-cart--modal svg {
max-width: 70px;
}
.adding-to-cart--modal svg * {
vector-effect: non-scaling-stroke;
stroke-linecap: round;
fill: none;
stroke: #63c800;
stroke-miterlimit: 10;
stroke-width: 2px;
}
.adding-to-cart--modal svg circle {
stroke-dasharray: 170;
animation: anim-circle 0.5s;
animation-timeline: auto;
animation-direction: normal;
}
.adding-to-cart--modal svg polyline {
stroke-dasharray: 52;
animation: anim-tick 0.75s;
}.mkl_pc .mkl_pc_container .mkl_pc_toolbar .layer_choices li.choices-list li.form-item,
.mkl_pc .mkl_pc_container .mkl_pc_toolbar .layer_choices li.choices-list li:not(.is-group).form-item {
width: 100%;
box-shadow: none;
padding-left: 1em;
padding-right: 1em;
box-sizing: border-box; }
.mkl_pc .mkl_pc_container .mkl_pc_toolbar .layer_choices li.choices-list li.form-item label,
.mkl_pc .mkl_pc_container .mkl_pc_toolbar .layer_choices li.choices-list li:not(.is-group).form-item label {
display: block;
margin-bottom: 5px; }
.mkl_pc .mkl_pc_container .mkl_pc_toolbar .layer_choices li.choices-list li.form-item input,
.mkl_pc .mkl_pc_container .mkl_pc_toolbar .layer_choices li.choices-list li.form-item textarea,
.mkl_pc .mkl_pc_container .mkl_pc_toolbar .layer_choices li.choices-list li.form-item select,
.mkl_pc .mkl_pc_container .mkl_pc_toolbar .layer_choices li.choices-list li:not(.is-group).form-item input,
.mkl_pc .mkl_pc_container .mkl_pc_toolbar .layer_choices li.choices-list li:not(.is-group).form-item textarea,
.mkl_pc .mkl_pc_container .mkl_pc_toolbar .layer_choices li.choices-list li:not(.is-group).form-item select {
width: 100%; }
.mkl_pc .mkl_pc_container .mkl_pc_toolbar .layer_choices li.choices-list li.form-item input[type="radio"],
.mkl_pc .mkl_pc_container .mkl_pc_toolbar .layer_choices li.choices-list li.form-item input[type="checkbox"],
.mkl_pc .mkl_pc_container .mkl_pc_toolbar .layer_choices li.choices-list li:not(.is-group).form-item input[type="radio"],
.mkl_pc .mkl_pc_container .mkl_pc_toolbar .layer_choices li.choices-list li:not(.is-group).form-item input[type="checkbox"] {
width: auto; }
.mkl_pc .mkl_pc_container .mkl_pc_toolbar .layer_choices li.choices-list li.form-item input[type="checkbox"],
.mkl_pc .mkl_pc_container .mkl_pc_toolbar .layer_choices li.choices-list li:not(.is-group).form-item input[type="checkbox"] {
margin-right: 6px; }
.mkl_pc .mkl_pc_container .mkl_pc_toolbar .layer_choices li.choices-list li.form-item .number-field-container,
.mkl_pc .mkl_pc_container .mkl_pc_toolbar .layer_choices li.choices-list li:not(.is-group).form-item .number-field-container {
position: relative; }
.mkl_pc .mkl_pc_container .mkl_pc_toolbar .layer_choices li.choices-list li.form-item .number-field-container.has-suffix,
.mkl_pc .mkl_pc_container .mkl_pc_toolbar .layer_choices li.choices-list li:not(.is-group).form-item .number-field-container.has-suffix {
display: flex;
flex-wrap: nowrap;
align-items: center; }
.mkl_pc .mkl_pc_container .mkl_pc_toolbar .layer_choices li.choices-list li.form-item .number-field-container.has-suffix input[type="number"],
.mkl_pc .mkl_pc_container .mkl_pc_toolbar .layer_choices li.choices-list li:not(.is-group).form-item .number-field-container.has-suffix input[type="number"] {
width: 100%;
flex: 1; }
.mkl_pc .mkl_pc_container .mkl_pc_toolbar .layer_choices li.choices-list li.form-item .number-field-container span.number-field-suffix,
.mkl_pc .mkl_pc_container .mkl_pc_toolbar .layer_choices li.choices-list li:not(.is-group).form-item .number-field-container span.number-field-suffix {
display: inline-block;
padding-left: 6px; }
.mkl_pc .mkl_pc_container .mkl_pc_toolbar .layer_choices li.choices-list li.form-item .max-chars--container,
.mkl_pc .mkl_pc_container .mkl_pc_toolbar .layer_choices li.choices-list li:not(.is-group).form-item .max-chars--container {
float: right; }
.mkl_pc .mkl_pc_container .mkl_pc_toolbar .layer_choices li.choices-list li.form-item .max-chars--container .max-chars--prefix,
.mkl_pc .mkl_pc_container .mkl_pc_toolbar .layer_choices li.choices-list li:not(.is-group).form-item .max-chars--container .max-chars--prefix {
display: inline-block;
margin-right: 4px; }
.mkl_pc .mkl_pc_container .mkl_pc_toolbar .layer_choices li.choices-list li.form-item .max-chars--container .max-chars--suffix,
.mkl_pc .mkl_pc_container .mkl_pc_toolbar .layer_choices li.choices-list li:not(.is-group).form-item .max-chars--container .max-chars--suffix {
display: inline-block;
left: 4px; }
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.has-text-field .text-field {
display: none;
padding: 1em; }
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.has-text-field.active .text-field {
display: block; }
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.has-text-field label {
display: block; }
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.has-text-field input[type="text"],
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.has-text-field input[type="number"] {
width: 100%;
padding: 4px;
margin: 0; }
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.has-text-field input[type="radio"],
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.has-text-field input[type="checkbox"] {
width: auto; }
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.has-text-field input[type="checkbox"] {
margin-right: 6px; }
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.has-text-field textarea {
min-height: 70px; }
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.has-text-field .text-field.mkl_quantity .mkl-pc-choice-qty--container {
margin: 0; }
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.has-text-field .text-field.mkl_quantity input[type="number"] {
text-align: center;
border: none;
box-shadow: none;
max-width: 3ch; }
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.has-text-field .text-field.mkl_quantity input[type="number"],
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.has-text-field .text-field.mkl_quantity input[type="number"]:focus,
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.has-text-field .text-field.mkl_quantity input[type="number"]:hover {
appearance: none;
-moz-appearance: textfield; }
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.has-text-field .text-field.mkl_quantity input[type="number"]::-webkit-outer-spin-button,
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.has-text-field .text-field.mkl_quantity input[type="number"]::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0; }
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.has-text-field.active .text-field.mkl_quantity .mkl-pc-field-label {
display: none; }
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.has-text-field.active .text-field.mkl_quantity::before {
display: none !important; }
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.has-text-field.active .text-field.mkl_quantity span.mkl-pc-choice-qty--btn {
display: block; }
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.has-text-field.active .text-field.mkl_quantity span.mkl-pc-choice-qty--btn svg {
height: 100%; }
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .error-message {
display: none;
color: red;
font-size: .9em;
line-height: 1.2;
padding-top: 3px; }
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .has_error input[type="text"],
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .has_error input[type="number"],
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .has_error input[type="date"],
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .has_error input[type="checkbox"],
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .has_error textarea,
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .has_error select {
outline: 4px solid rgba(255, 0, 0, 0.27);
outline-offset: 0px; }
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .has_error .error-message {
display: block; }
.mkl_pc.wsb .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list li.has-text-field,
.mkl_pc.h .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list li.has-text-field {
width: 100%; }
.mkl_pc.wsb .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list li.has-text-field.active > button,
.mkl_pc.h .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list li.has-text-field.active > button {
height: auto;
padding-bottom: 0; }
.mkl_pc.wsb .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list li.form-item,
.mkl_pc.h .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list li.form-item {
padding: 0; }
.mkl_pc.float .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list li.active.has-text-field > button {
height: auto;
padding-bottom: 0; }
.mkl_pc.float .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list li.active.has-text-field .text-field {
padding: .5em; }
.mkl_pc.h .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list li.has-text-field {
width: var(--choice-item-width, 220px); }
.mkl_pc.h .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices.form li.choices-list > ul {
flex-direction: column; }
.mkl_pc.h .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices.form li.choices-list > ul .form-item {
max-width: 500px;
margin-bottom: 10px; }
.mkl_pc .upload-field {
padding: 10px;
text-align: center;
background: #2030370f;
border-radius: 4px;
border: 2px dashed #00000017;
overflow: hidden;
transition: .2s all; }
.mkl_pc .upload-field input[type="file"] {
position: absolute !important;
height: 1px;
width: 1px !important;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px); }
.mkl_pc .upload-field > label {
background: #212729;
border-radius: 4px;
padding: 0.7em 1.5em;
display: inline-block !important;
width: auto;
color: #FFF;
cursor: pointer;
transition: .2s all; }
.mkl_pc .upload-field > label:focus-within {
outline: 2px solid #212729;
outline-offset: 2px; }
.mkl_pc .upload-field .or {
font-size: 13px;
text-transform: uppercase;
line-height: 1;
padding-top: 12px;
padding-bottom: 15px;
color: #CCC;
transition: .2s all; }
.mkl_pc .upload-field .or::before, .mkl_pc .upload-field .or::after {
content: '';
display: inline-block;
background: #CCC;
height: 1px;
width: 50px;
margin: 3px; }
.mkl_pc .upload-field .upload-field--disabled {
display: none; }
.mkl_pc .upload-field .upload-field--drop-zone {
transition: .2s all; }
body.is-mobile .mkl_pc .upload-field .upload-field--drop-zone,
body.is-mobile .mkl_pc .upload-field .or {
display: none; }
.mkl_pc .form-item.upload.cdisabled .upload-field {
border: 1px solid #00000017; }
.mkl_pc .form-item.upload.cdisabled .upload-field .upload-field--disabled {
display: block; }
.mkl_pc .form-item.upload.cdisabled .upload-field .upload-field--drop-zone, .mkl_pc .form-item.upload.cdisabled .upload-field .or, .mkl_pc .form-item.upload.cdisabled .upload-field label {
display: none !important; }
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list .uploads-list {
margin: 0;
padding: 0; }
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list .uploads-list li.uploads-list--item {
width: 100%;
box-shadow: none;
border-bottom: 1px solid #00000017;
font-size: .9em;
line-height: 1;
padding: 3px;
display: flex;
flex-wrap: nowrap;
flex-direction: row;
align-items: center; }
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list .uploads-list li.uploads-list--item span.pc-file-name {
word-break: break-all;
padding: 3px;
padding-right: 6px;
font-size: .8rem;
border-right: 1px dotted #d8d8d8; }
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list .uploads-list li.uploads-list--item span.pc-file-separator {
display: none; }
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list .uploads-list li.uploads-list--item .delete-upload {
border: none;
appearance: none;
background: transparent;
box-shadow: none; }
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list .uploads-list li.uploads-list--item .delete-upload span {
display: none; }
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list .uploads-list li.uploads-list--item .delete-upload::before {
content: 'x';
display: block;
padding: 6px; }
.dragging.form-item.upload .upload-field {
border-color: #212729; }
.dragging .upload-field .or {
opacity: 0; }
.dragging.form-item.upload .upload-field > label {
transform: translateY(60px);
opacity: 0; }
.dragging .upload-field--drop-zone {
transform: translateY(40px); }
.mkl-pc-upload-field {
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px); }.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list li.has-qty.active > .choice-item {
height: auto;
}:root {
--toolbar_width: 400px;
--mkl_pc-wsb-spacing: 26px;
--mkl_pc_color-light-gray: #b5c2bd;
--mkl_pc_color-primary: rgb(0, 213, 209);
--mkl_pc_color-primary_rgb: 0, 213, 209;
--mkl_pc_color-primary_hover: #00626d;
--mkl_pc_color-layers_button_text_color: #000000;
--mkl_pc_color-choices_button_text_color: #000000;
--mkl_pc_color-overlay_bg: #000000;
--mkl_pc_color-toolbar_bg: #FFF;
--mkl_pc_color-active_bg: #FFF;
}
@-webkit-keyframes sk-scaleout {
0% {
-webkit-transform: scale(0);
}
100% {
-webkit-transform: scale(1);
opacity: 0;
}
}
@keyframes sk-scaleout {
0% {
-webkit-transform: scale(0);
transform: scale(0);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0;
}
}
@-webkit-keyframes slide-in-top {
0% {
-webkit-transform: translateY(10px);
opacity: 0;
}
100% {
-webkit-transform: translateY(0);
opacity: 1;
}
}
@keyframes slide-in-top {
0% {
-webkit-transform: translateY(10px);
transform: translateY(10px);
opacity: 0;
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
}
@keyframes configurator-load {
0% {
opacity: 0;
}
50% {
opacity: 1;
}
100% {
opacity: 0;
}
} .configurator_is_opened:not(.configurator_is_inline) {
overflow: hidden;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul > li.type-step:not(.active) {
display: none !important;
}
nav.mkl-pc--steps {
display: flex;
flex-direction: row;
align-items: center;
}
nav.mkl-pc--steps button.step-next, nav.mkl-pc--steps button.step-next span, nav.mkl-pc--steps button.step-next svg,
nav.mkl-pc--steps button.step-previous, nav.mkl-pc--steps button.step-previous span, nav.mkl-pc--steps button.step-previous svg {
vertical-align: middle;
}
.mkl_pc.has-steps:not(.last-step) .mkl_pc_container .form .pc_configurator_form {
display: none;
}
.mkl_pc.has-steps.last-step nav.mkl-pc--steps .step-next {
display: none;
}
.mkl_pc_toolbar .steps-progress--container {
padding: 0 var(--mkl_pc-wsb-spacing);
width: 100%;
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-height: 500px) and (orientation: landscape) {
.mkl_pc_toolbar .steps-progress--container {
display: none;
}
}
@media (max-height: 800px) and (orientation: portrait) {
.mkl_pc_toolbar .steps-progress--container {
display: none;
}
}
.mkl_pc_toolbar .steps-progress--container ol.steps-progress {
display: grid;
grid-auto-flow: column;
grid-gap: var(--mkl_pc-steps-gap, 20px);
justify-items: start;
justify-content: start;
overflow: hidden;
overflow-x: auto;
width: 100%;
padding: var(--mkl_pc-wsb-spacing) 0;
margin: 0;
position: relative;
counter-reset: steps-progress;
-ms-overflow-style: none;
scrollbar-width: none;
}
.mkl_pc_toolbar .steps-progress--container ol.steps-progress::-webkit-scrollbar {
display: none;
}
.mkl_pc_toolbar .steps-progress--container ol.steps-progress > li.steps-progress--item {
counter-increment: steps-progress;
display: block;
padding: 0;
white-space: nowrap;
font-size: 16px;
}
.mkl_pc_toolbar .steps-progress--container ol.steps-progress > li.steps-progress--item a {
font-weight: bold;
white-space: nowrap;
}
.mkl_pc_toolbar .steps-progress--container ol.steps-progress > li.steps-progress--item a::before {
content: counter(steps-progress) ". ";
}
.mkl_pc_toolbar .steps-progress--container ol.steps-progress > li.steps-progress--item.active ~ li.steps-progress--item a {
color: #B7B7B7;
font-weight: normal;
}
.mkl_pc_toolbar .steps-progress--container ol.steps-progress > li.steps-progress--item.hidden {
display: none;
}
.mkl_pc_toolbar .steps-progress--container ol.steps-progress > li.steps-progress--active-marker {
position: absolute;
bottom: 0;
height: 0;
width: var(--mkl_pc-steps-marker-width, 0);
left: var(--mkl_pc-steps-marker-pos, 0);
border-bottom: 2px solid var(--mkl_pc_color-primary);
transition: 0.5s all ease-out;
}
.mkl_pc .mkl_pc_container nav.mkl-pc--steps button.step-previous {
padding: 6px 0;
padding-left: var(--mkl_pc-wsb-spacing);
width: 60px;
}
.mkl_pc_summary {
-webkit-font-smoothing: subpixel-antialiased;
}
.mkl_pc_summary .mkl_pc_summary_item_group h5 {
margin: 0;
font-size: 1em;
font-weight: 500;
color: var(--mkl_pc_color-ll2);
display: inline-block;
-webkit-font-smoothing: subpixel-antialiased;
}
.mkl_pc_summary > .mkl_pc_summary_item_group.group > h5 {
color: var(--mkl_pc_color-ll1);
text-decoration: underline;
font-size: larger;
display: block;
padding: 10px 0 3px 0;
}
.mkl_pc_summary .mkl_pc_summary_item_group:not(.group) {
display: flex;
align-items: baseline;
flex-wrap: wrap;
margin-bottom: 10px;
}
.mkl_pc_summary .mkl_pc_summary_item_group:not(.group) h5 {
margin-right: 5px;
width: 100%;
}
.mkl_pc_summary .mkl_pc_summary_item_group:not(.group) h5::after {
content: ":";
}
.mkl_pc_summary .mkl_pc_summary_item_group.group + .group {
border-top: 1px solid rgba(255, 255, 255, 0.1058823529);
margin-top: 10px;
padding-top: 10px;
}
.mkl_pc_summary .mkl_pc_summary_item {
font-weight: 300;
display: flex;
justify-content: space-between;
line-height: 1.2;
flex: auto;
width: 100%;
}
.mkl_pc_summary .mkl_pc_summary_item.has-form-field .summary-item--name {
font-weight: 500;
}
.mkl_pc_summary .mkl_pc_summary_item.has-form-field .summary-item--name .form-field--value {
font-weight: 300;
}
.mkl_pc_summary .mkl_pc_summary_item.has-form-field .summary-item--name .form-field--value::before {
content: ":";
display: inline-block;
margin-right: 5px;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul.layers > .mkl_pc_summary {
padding: 20px;
padding-left: 60px;
}
.mkl_pc_summary {
width: 100%;
}
.is_configurable div.product form.cart {
border: none;
}
.is_configurable:not(.enable-add-to-cart):not(.configurator_is_inline) div.product form.cart .quantity, .is_configurable:not(.enable-add-to-cart):not(.configurator_is_inline) div.product form.cart .single_add_to_cart_button {
display: none;
}
@media (max-width: 660px) {
.is_configurable button.configure-product {
font-size: 1.4em;
display: block;
width: 100%;
}
} .mkl_pc {
position: fixed;
top: 0;
left: 0;
bottom: 0;
width: 100%;
z-index: 10000;
}
.mkl_pc .loader {
display: none;
position: absolute;
top: 50%;
left: 50%;
text-align: center;
transform: translate(-50%, -50%);
}
.mkl_pc .loader .header {
font-size: 1.5em;
font-weight: bold;
color: #FFF;
text-shadow: 0 2px 14px rgba(0, 0, 0, 0.62);
}
.mkl_pc .loader .spinner {
width: 40px;
height: 40px;
margin: 30px auto;
background-color: #FFF;
border-radius: 100%;
-webkit-animation: sk-scaleout 1s infinite ease-in-out;
animation: sk-scaleout 1s infinite ease-in-out;
}
.mkl_pc.loading .loader {
display: block;
}
.mkl_pc.loading .mkl_pc_container {
transform: translateY(-30px);
opacity: 0;
}
.mkl_pc .mkl_pc_container {
position: absolute;
width: auto;
height: auto;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #fff;
visibility: hidden;
opacity: 0;
transform: translateY(-30px);
transition: all 0.5s;
}
@media (max-width: 760px) {
.mkl_pc .mkl_pc_container {
top: 0;
left: 0;
right: 0;
bottom: 0;
}
}
.mkl_pc .mkl_pc_container .mkl_pc_bg {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
background-position: 50%;
background-size: cover;
}
@media (max-width: 660px) {
.mkl_pc .mkl_pc_container .mkl_pc_bg {
bottom: 50%;
}
}
.mkl_pc .mkl_pc_container .mkl_pc_viewer {
position: absolute;
z-index: 1;
left: 0;
top: 0;
right: 350px;
right: var(--toolbar_width);
bottom: 0;
}
@media (max-width: 760px) {
.mkl_pc .mkl_pc_container .mkl_pc_viewer {
right: 50%;
}
}
@media (max-width: 660px) {
.mkl_pc .mkl_pc_container .mkl_pc_viewer {
right: 0;
top: 0;
bottom: 60%;
}
}
.mkl_pc .mkl_pc_container .mkl_pc_viewer .angles-select {
position: absolute;
left: 4em;
top: 2em;
z-index: 2;
}
.mkl_pc .mkl_pc_container .mkl_pc_viewer .angles-select > a {
display: none;
}
.mkl_pc .mkl_pc_container .mkl_pc_viewer .angles-select ul {
padding: 0;
margin: 0;
list-style-type: none;
}
.mkl_pc .mkl_pc_container .mkl_pc_viewer .angles-select li {
display: inline-block;
margin-right: 0.5em;
}
.mkl_pc .mkl_pc_container .mkl_pc_viewer .angles-select li a {
display: block;
padding: 0;
padding-bottom: 6px;
text-align: center;
color: black;
text-decoration: none;
text-transform: uppercase;
font-size: 0.9em;
}
.mkl_pc .mkl_pc_container .mkl_pc_viewer .angles-select li a span.angle-image {
width: 25px;
height: 25px;
display: inline-block;
vertical-align: middle;
transform: translateY(-2px);
}
.mkl_pc .mkl_pc_container .mkl_pc_viewer .angles-select li a span.angle-image img {
width: auto;
max-width: 100%;
height: auto;
display: block;
}
.mkl_pc .mkl_pc_container .mkl_pc_viewer .angles-select li.active a {
border-bottom: 2px solid;
}
@media (max-width: 660px) {
.mkl_pc .mkl_pc_container .mkl_pc_viewer .angles-select {
left: 1.5em;
top: 1.5em;
}
.mkl_pc .mkl_pc_container .mkl_pc_viewer .angles-select > a span {
display: none;
}
.mkl_pc .mkl_pc_container .mkl_pc_viewer .angles-select > a::before {
margin-right: 0;
}
.mkl_pc .mkl_pc_container .mkl_pc_viewer .angles-select > a::before {
margin-right: 0;
}
.mkl_pc .mkl_pc_container .mkl_pc_viewer .angles-select:hover > a span, .mkl_pc .mkl_pc_container .mkl_pc_viewer .angles-select:focus-within > a span, .mkl_pc .mkl_pc_container .mkl_pc_viewer .angles-select > a:focus span {
display: inline-block;
margin-left: 1em;
}
}
.mkl_pc .mkl_pc_container .mkl_pc_viewer .mkl_pc_layers {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
text-align: center;
user-select: none;
}
.mkl_pc .mkl_pc_container .mkl_pc_viewer .mkl_pc_layers img {
transition: 0.2s all;
position: absolute;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
max-height: 100%;
-webkit-user-drag: none;
}
.mkl_pc .mkl_pc_container .mkl_pc_viewer .mkl_pc_layers img:not(.active), .mkl_pc .mkl_pc_container .mkl_pc_viewer .mkl_pc_layers img.loading {
opacity: 0;
}
.mkl_pc .mkl_pc_container .mkl_pc_viewer .mkl_pc_layers svg {
transition: 0.2s all;
position: absolute;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
max-height: 100%;
}
.mkl_pc .mkl_pc_container .mkl_pc_viewer .mkl_pc_layers .custom-html {
position: absolute;
width: 100%;
top: 0;
left: 0;
height: 100%;
}
.mkl_pc .mkl_pc_container .mkl_pc_viewer .mkl_pc_layers .custom-html:not(.active) {
display: none;
}
.mkl_pc .mkl_pc_container .mkl_pc_viewer .mkl_pc_layers .images-loading {
display: none;
width: 30px;
height: 30px;
background: var(--mkl_pc_color-primary);
position: absolute;
left: 35px;
bottom: 70px;
opacity: 0;
transition: all 0.2s;
border-radius: 50%;
-webkit-animation: sk-scaleout 1s infinite ease-in-out;
animation: sk-scaleout 1s infinite ease-in-out;
}
.mkl_pc .mkl_pc_container .mkl_pc_viewer .mkl_pc_layers img.loading ~ .images-loading {
display: block;
opacity: 1;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar {
position: absolute;
z-index: 2;
width: 350px;
width: var(--toolbar_width);
right: 0;
top: 0;
bottom: 0;
display: flex;
flex-direction: column;
background: var(--mkl_pc_color-toolbar_bg);
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar > header h3 {
text-transform: uppercase;
font-size: 1.2em;
line-height: 1.3;
font-weight: 500;
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
margin: 0;
padding: var(--mkl_pc-wsb-spacing);
}
@media (max-width: 760px) {
.mkl_pc .mkl_pc_container .mkl_pc_toolbar > header h3 {
padding-top: 10px;
padding-bottom: 10px;
font-size: 1rem;
}
}
@media (max-height: 500px) and (orientation: landscape) {
.mkl_pc .mkl_pc_container .mkl_pc_toolbar > header h3 {
padding-top: 10px;
padding-bottom: 10px;
font-size: 1rem;
}
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar > header > .cancel {
position: fixed;
background: transparent;
border: none;
box-shadow: none;
width: 20px;
height: 20px;
padding: 0;
top: var(--mkl_pc-wsb-spacing);
right: var(--mkl_pc-wsb-spacing);
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar > header > .cancel span {
display: none;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar > header > .cancel::before, .mkl_pc .mkl_pc_container .mkl_pc_toolbar > header > .cancel::after {
content: " ";
width: 20px;
height: 2px;
background: #000;
position: absolute;
top: 50%;
left: 0;
transform-origin: 50%;
transform: rotate(45deg);
transition: all 0.2s;
border-radius: 1px;
display: block;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar > header > .cancel::after {
transform: rotate(-45deg);
}
@media (max-height: 500px) and (orientation: landscape) {
.mkl_pc .mkl_pc_container .mkl_pc_toolbar > header > .cancel {
top: 5px;
right: 5px;
width: 30px;
height: 30px;
}
}
@media (max-width: 660px) {
.mkl_pc .mkl_pc_container .mkl_pc_toolbar > header {
width: 100%;
height: 40px;
background: #36383a;
padding-top: 8px;
color: #FFF;
font-size: 1rem;
box-sizing: border-box;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar > header h3 {
display: block;
color: #FFF;
font-size: 1rem;
margin: 0;
padding: 0;
text-align: center;
margin-right: 40px;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar > header .cancel {
position: absolute;
top: 10px;
right: 10px;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar > header .cancel::after, .mkl_pc .mkl_pc_container .mkl_pc_toolbar > header .cancel::before {
background: #FFF;
}
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers li.display-mode-dropdown, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers .layer_choices li.display-mode-dropdown {
padding: 10px;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers li.display-mode-dropdown > button.layer-item, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers .layer_choices li.display-mode-dropdown > button.layer-item {
padding-top: var(--mkl_pc-dropdown-padding, 10px);
padding-bottom: var(--mkl_pc-dropdown-padding, 10px);
padding-left: var(--mkl_pc-dropdown-padding, 10px);
border: 1px solid var(--mkl_pc-dropdown-border-color, #EEE);
border-radius: var(--mkl_pc-dropdown-border-radius, 5px);
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers li.display-mode-dropdown > button.layer-item::after, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers .layer_choices li.display-mode-dropdown > button.layer-item::after {
width: 8px;
height: 8px;
transform: translateY(-50%) rotate(45deg);
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers li.display-mode-dropdown > button.layer-item:focus, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers li.display-mode-dropdown > button.layer-item:hover, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers .layer_choices li.display-mode-dropdown > button.layer-item:focus, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers .layer_choices li.display-mode-dropdown > button.layer-item:hover {
padding-left: var(--mkl_pc-dropdown-padding, 10px);
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers li.display-mode-dropdown > button.layer-item:focus::after, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers li.display-mode-dropdown > button.layer-item:hover::after, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers .layer_choices li.display-mode-dropdown > button.layer-item:focus::after, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers .layer_choices li.display-mode-dropdown > button.layer-item:hover::after {
transform: translateY(-50%) rotate(225deg);
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers li.display-mode-dropdown.has-thumbnail > button.layer-item, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers .layer_choices li.display-mode-dropdown.has-thumbnail > button.layer-item {
padding-left: 60px;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers li.display-mode-dropdown.has-thumbnail > button.layer-item:focus, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers li.display-mode-dropdown.has-thumbnail > button.layer-item:hover, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers .layer_choices li.display-mode-dropdown.has-thumbnail > button.layer-item:focus, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers .layer_choices li.display-mode-dropdown.has-thumbnail > button.layer-item:hover {
padding-left: 60px;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers li.display-mode-dropdown.has-thumbnail > button.layer-item:focus i, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers li.display-mode-dropdown.has-thumbnail > button.layer-item:hover i, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers .layer_choices li.display-mode-dropdown.has-thumbnail > button.layer-item:focus i, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers .layer_choices li.display-mode-dropdown.has-thumbnail > button.layer-item:hover i {
transform: translateY(-50%);
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers li.display-mode-dropdown.dropdown-move-label-outside > button.layer-item span.selected-choice, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers .layer_choices li.display-mode-dropdown.dropdown-move-label-outside > button.layer-item span.selected-choice {
font-size: 1rem;
text-transform: inherit;
opacity: 1;
padding-top: 10px;
padding-bottom: 10px;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers li.display-mode-dropdown .layer_choices.display-mode-dropdown, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers .layer_choices li.display-mode-dropdown .layer_choices.display-mode-dropdown {
position: absolute;
top: calc(100% - 11px);
width: calc(100% - 20px);
z-index: 20;
background: #FFF;
max-height: 250px;
overflow: auto;
border: 1px solid var(--mkl_pc-dropdown-border-color, #EEE);
box-shadow: 0 20px 20px -10px rgba(0, 0, 0, 0.29);
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers li.display-mode-dropdown .layer_choices.display-mode-dropdown > .choices-list, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers .layer_choices li.display-mode-dropdown .layer_choices.display-mode-dropdown > .choices-list {
padding: 6px;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers li.display-mode-dropdown .layer_choices.display-mode-dropdown > .choices-list li, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers .layer_choices li.display-mode-dropdown .layer_choices.display-mode-dropdown > .choices-list li {
width: 100%;
margin: 0;
border-radius: 0;
box-shadow: none;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers li.display-mode-dropdown .layer_choices.display-mode-dropdown > .choices-list li li.is-group .choice-group-label, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers .layer_choices li.display-mode-dropdown .layer_choices.display-mode-dropdown > .choices-list li li.is-group .choice-group-label {
font-size: 0.8em;
opacity: 0.6;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers li.display-mode-dropdown .layer_choices.display-mode-dropdown > .choices-list li button.choice-item, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers .layer_choices li.display-mode-dropdown .layer_choices.display-mode-dropdown > .choices-list li button.choice-item {
border-radius: 5px;
padding: 8px;
padding-left: 22px;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers li.display-mode-dropdown .layer_choices.display-mode-dropdown > .choices-list li button.choice-item .choice-text--container, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers .layer_choices li.display-mode-dropdown .layer_choices.display-mode-dropdown > .choices-list li button.choice-item .choice-text--container {
display: flex;
flex-direction: row;
align-items: center;
width: 100%;
flex-wrap: wrap;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers li.display-mode-dropdown .layer_choices.display-mode-dropdown > .choices-list li button.choice-item .choice-text--container span.description, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers .layer_choices li.display-mode-dropdown .layer_choices.display-mode-dropdown > .choices-list li button.choice-item .choice-text--container span.description {
order: 2;
width: 100%;
margin-top: 6px;
text-transform: none;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers li.display-mode-dropdown .layer_choices.display-mode-dropdown > .choices-list li button.choice-item i.mkl-pc-thumbnail, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers .layer_choices li.display-mode-dropdown .layer_choices.display-mode-dropdown > .choices-list li button.choice-item i.mkl-pc-thumbnail {
height: 35px;
width: 35px;
margin-top: -0.5em;
margin-bottom: -0.5em;
margin-right: 5px;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers li.display-mode-dropdown .layer_choices.display-mode-dropdown > .choices-list li button.choice-item .choice-text, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers .layer_choices li.display-mode-dropdown .layer_choices.display-mode-dropdown > .choices-list li button.choice-item .choice-text {
flex: 1;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers li.display-mode-dropdown .layer_choices.display-mode-dropdown > .choices-list li button.choice-item span.text.choice-name, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers .layer_choices li.display-mode-dropdown .layer_choices.display-mode-dropdown > .choices-list li button.choice-item span.text.choice-name {
position: relative;
display: flex;
text-align: left;
justify-content: space-between;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers li.display-mode-dropdown .layer_choices.display-mode-dropdown > .choices-list li button.choice-item span.choice-price, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers .layer_choices li.display-mode-dropdown .layer_choices.display-mode-dropdown > .choices-list li button.choice-item span.choice-price {
text-align: right;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers li.display-mode-dropdown .layer_choices.display-mode-dropdown > .choices-list li.has-thumbnail button.choice-item, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers .layer_choices li.display-mode-dropdown .layer_choices.display-mode-dropdown > .choices-list li.has-thumbnail button.choice-item {
min-height: 40px;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers li.display-mode-dropdown .layer_choices.display-mode-dropdown > .choices-list li.has-advanced-description button.choice-item, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers .layer_choices li.display-mode-dropdown .layer_choices.display-mode-dropdown > .choices-list li.has-advanced-description button.choice-item {
padding-right: 22px;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers li.display-mode-dropdown .layer_choices.display-mode-dropdown > .choices-list li.has-advanced-description:hover a.mkl-pc-show-description svg use, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers li.display-mode-dropdown .layer_choices.display-mode-dropdown > .choices-list li.has-advanced-description:hover a.mkl-pc-show-description svg path, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers li.display-mode-dropdown .layer_choices.display-mode-dropdown > .choices-list li.has-advanced-description:focus-within a.mkl-pc-show-description svg use, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers li.display-mode-dropdown .layer_choices.display-mode-dropdown > .choices-list li.has-advanced-description:focus-within a.mkl-pc-show-description svg path, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers .layer_choices li.display-mode-dropdown .layer_choices.display-mode-dropdown > .choices-list li.has-advanced-description:hover a.mkl-pc-show-description svg use, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers .layer_choices li.display-mode-dropdown .layer_choices.display-mode-dropdown > .choices-list li.has-advanced-description:hover a.mkl-pc-show-description svg path, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers .layer_choices li.display-mode-dropdown .layer_choices.display-mode-dropdown > .choices-list li.has-advanced-description:focus-within a.mkl-pc-show-description svg use, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers .layer_choices li.display-mode-dropdown .layer_choices.display-mode-dropdown > .choices-list li.has-advanced-description:focus-within a.mkl-pc-show-description svg path {
fill: #FFF;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers li.display-mode-dropdown .layer_choices.display-mode-dropdown > .choices-list li.active > button.choice-item, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers .layer_choices li.display-mode-dropdown .layer_choices.display-mode-dropdown > .choices-list li.active > button.choice-item {
color: var(--mkl_pc_color-primary);
background: transparent;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers li.display-mode-dropdown .layer_choices.display-mode-dropdown > .choices-list li.active > button.choice-item::before, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers .layer_choices li.display-mode-dropdown .layer_choices.display-mode-dropdown > .choices-list li.active > button.choice-item::before {
content: "";
display: block;
position: absolute;
left: 6px;
top: 50%;
width: 8px;
height: 5px;
border-left: 2px solid #000;
border-bottom: 2px solid #000;
transform: translateY(-50%) rotate(-45deg);
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers li.display-mode-dropdown .layer_choices.display-mode-dropdown > .choices-list li.active > button.choice-item:hover::before, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers li.display-mode-dropdown .layer_choices.display-mode-dropdown > .choices-list li.active > button.choice-item:focus::before, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers .layer_choices li.display-mode-dropdown .layer_choices.display-mode-dropdown > .choices-list li.active > button.choice-item:hover::before, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers .layer_choices li.display-mode-dropdown .layer_choices.display-mode-dropdown > .choices-list li.active > button.choice-item:focus::before {
border-color: #FFF;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers li.display-mode-dropdown .layer_choices.display-mode-dropdown > .choices-list li button.choice-item:hover, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers li.display-mode-dropdown .layer_choices.display-mode-dropdown > .choices-list li button.choice-item:focus, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers .layer_choices li.display-mode-dropdown .layer_choices.display-mode-dropdown > .choices-list li button.choice-item:hover, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers .layer_choices li.display-mode-dropdown .layer_choices.display-mode-dropdown > .choices-list li button.choice-item:focus {
background: var(--mkl_pc-dropdown-choice-hover-bg-color, var(--mkl_pc_color-primary));
color: var(--mkl_pc-dropdown-choice-hover-color, #FFF);
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers li.display-mode-dropdown .layer_choices.display-mode-dropdown > .choices-list li button.choice-item:hover span.description, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers li.display-mode-dropdown .layer_choices.display-mode-dropdown > .choices-list li button.choice-item:hover span.choice-price, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers li.display-mode-dropdown .layer_choices.display-mode-dropdown > .choices-list li button.choice-item:focus span.description, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers li.display-mode-dropdown .layer_choices.display-mode-dropdown > .choices-list li button.choice-item:focus span.choice-price, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers .layer_choices li.display-mode-dropdown .layer_choices.display-mode-dropdown > .choices-list li button.choice-item:hover span.description, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers .layer_choices li.display-mode-dropdown .layer_choices.display-mode-dropdown > .choices-list li button.choice-item:hover span.choice-price, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers .layer_choices li.display-mode-dropdown .layer_choices.display-mode-dropdown > .choices-list li button.choice-item:focus span.description, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers .layer_choices li.display-mode-dropdown .layer_choices.display-mode-dropdown > .choices-list li button.choice-item:focus span.choice-price {
color: var(--mkl_pc-dropdown-choice-hover-color, #FFF);
opacity: 0.75;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar li.display-mode-dropdown.has-thumbnail > button.layer-item, .mkl_pc .mkl_pc_container .mkl_pc_toolbar .layer_choices li.display-mode-dropdown.has-thumbnail > button.layer-item {
padding-left: 10px;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar li.display-mode-dropdown.has-thumbnail > button.layer-item:focus, .mkl_pc .mkl_pc_container .mkl_pc_toolbar li.display-mode-dropdown.has-thumbnail > button.layer-item:hover, .mkl_pc .mkl_pc_container .mkl_pc_toolbar .layer_choices li.display-mode-dropdown.has-thumbnail > button.layer-item:focus, .mkl_pc .mkl_pc_container .mkl_pc_toolbar .layer_choices li.display-mode-dropdown.has-thumbnail > button.layer-item:hover {
padding-left: 10px;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices {
position: relative;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
padding: 0;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices * {
box-sizing: border-box;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices + .form {
position: relative;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices button {
border: none;
display: block;
width: 100%;
text-align: left;
padding: 8px;
border: none;
background-color: transparent;
position: relative;
line-height: 1.3;
font-weight: normal;
color: var(--mkl_pc_color-layers_button_text_color);
word-break: break-word;
white-space: normal;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices button .layer-name {
text-transform: uppercase;
color: var(--mkl_pc_color-layers_button_text_color);
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices button:hover, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices button:focus {
outline: none;
color: var(--mkl_pc_color-primary_hover);
}
@media (max-width: 660px) {
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices button {
padding: 1em;
font-size: 14px;
line-height: 1.2;
}
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices span.out-of-stock {
display: block;
position: absolute;
top: 10px;
right: 10px;
padding: 0.5em;
background: rgba(0, 0, 0, 0.85);
color: #fff;
font-size: 0.8em;
text-transform: uppercase;
line-height: 1;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul {
list-style-type: none;
display: block;
margin: 0;
padding: 0;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li {
display: block;
margin: 0;
padding: 0;
line-height: 1.3;
position: relative;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul > li {
margin-bottom: 4px;
border: none;
-webkit-animation: slide-in-top 0.2s ease-out;
animation: slide-in-top 0.2s ease-out; }
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul > li > span.layer-item {
margin-left: var(--mkl_pc-wsb-spacing);
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul > li.active button .layer-name {
color: #000;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul > li ul {
list-style-type: none;
display: flex;
flex-wrap: wrap;
margin: 0;
padding: 0;
position: relative;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul > li ul > li {
display: block;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul > li ul > li:not(.layers-list-item) > button {
padding: 0;
border-radius: 6px;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul > li ul > li:not(.layers-list-item) > button:hover, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul > li ul > li:not(.layers-list-item) > button:focus {
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul > li ul.active li {
-webkit-animation: slide-in-top 0.2s ease-out;
animation: slide-in-top 0.2s ease-out;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul > li ul li.active button {
background: var(--mkl_pc_color-active_bg);
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul > li.type-step > span.layer-item {
display: block;
padding: var(--mkl_pc-wsb-spacing);
line-height: 1.3;
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
margin-left: 0;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul > li.type-step > span.layer-item .layer-name {
display: block;
font-size: 20px;
text-transform: uppercase;
font-weight: bold;
color: #222324;
line-height: 1.2;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul > li.type-step > .layer_choices > .choices-list {
padding: var(--mkl_pc-wsb-spacing);
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul > li.type-step > .layer_choices > .choices-list > ul > li.layers-list-item {
margin: 0;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul > li.type-step > .layer_choices > .choices-list > ul > li.layers-list-item + li.layers-list-item {
margin-top: 30px;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul > li.type-step > .layer_choices > .choices-list > ul > li.layers-list-item + li.layers-list-item:not(.display-mode-dropdown) .choices-list {
padding: 0;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul > li.type-step.has-thumbnail > .layer-item {
padding-left: 60px;
position: relative;
min-height: 70px;
display: flex;
flex-direction: column;
justify-content: center;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul > li.type-step.has-thumbnail > .layer-item i {
position: absolute;
height: 40px;
width: 40px;
left: 8px;
top: 50%;
transform: translateY(-50%);
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul > li.type-step li.layers-list-item.display-mode-dropdown {
padding: 0;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul > li.type-step li.layers-list-item.display-mode-dropdown .layer_choices.display-mode-dropdown {
width: 100%;
top: calc(100% - 1px);
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul .layer-item {
display: block;
position: relative;
line-height: 1.3;
padding: 15px 0;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul .layer-item .description {
display: block;
font-size: 0.9em;
color: var(--mkl_pc_color-light-gray);
text-transform: none;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul .layer-item span.selected-choice {
display: block;
font-size: 0.8em;
text-transform: uppercase;
opacity: 0.5;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul .layer-item i {
position: absolute;
display: block;
width: 30px;
height: 30px;
left: 0px;
top: 50%;
transform: translateY(-50%);
transition: 0.2s all;
opacity: 1;
text-align: center;
}
@media (max-width: 660px) {
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul .layer-item i {
width: 30px;
}
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul .layer-item i img {
width: auto;
max-width: 100%;
height: auto;
display: block;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul .layer-item i.selected-choice-image:not(:empty) + i {
display: none;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul .layer-item i.selected-choice-image img ~ img {
display: none;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul .has-thumbnail > .layer-item {
padding-left: 60px;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul span.layer-item {
font-size: 1.2em;
font-weight: bold;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul .has-thumbnail > span.layer-item {
padding-left: 45px;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul button.layer-item {
padding-left: 60px;
padding-right: 50px;
transition: 0.2s all;
height: auto;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul button.layer-item::after {
transition: 0.2s all;
content: " ";
display: block;
width: 8px;
height: 8px;
position: absolute;
right: 2em;
top: 50%;
transform: translateY(-50%) rotate(-45deg);
border-right: 1px solid rgba(54, 56, 58, 0.3333333333);
border-bottom: 1px solid rgba(54, 56, 58, 0.3333333333);
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul button.layer-item i {
left: 17px;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul button.layer-item:focus .text, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul button.layer-item:hover .text {
color: #000;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul button.layer-item:focus::after, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul button.layer-item:hover::after {
border-color: var(--mkl_pc_color-primary);
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul i.close {
display: none;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul button:hover i {
opacity: 1;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.layers-list-item.active > button::after {
transform: translateY(-75%) rotate(45deg);
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.layers-list-item.active > button i {
opacity: 1;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices {
display: none;
position: relative;
transition: all 0.3s cubic-bezier(0.02, 0.5, 0.14, 1.01);
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list {
padding: 1.5em;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list li {
box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
border-radius: 6px;
position: relative;
margin: 0.3em;
width: calc(33% - 0.6em);
}
@media (max-width: 660px) {
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list li {
width: calc(50% - 0.6em);
}
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list li span.text.choice-name {
display: block;
text-transform: uppercase;
text-align: center;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list li span.choice-price {
display: block;
color: #777;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list li i.mkl-pc-thumbnail {
position: relative;
left: auto;
top: auto;
transform: none;
height: 48px;
width: 48px;
border: none;
display: block;
border-radius: 0;
background: transparent;
box-shadow: none;
transition: all 0.2s;
margin: 0 auto;
}
@media (max-width: 660px) {
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list li i.mkl-pc-thumbnail {
height: 30px;
width: 30px;
}
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list li i.mkl-pc-thumbnail span {
display: block;
overflow: hidden;
position: absolute;
top: 3px;
left: 3px;
right: 3px;
bottom: 3px;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list li i.mkl-pc-thumbnail img {
position: absolute;
max-width: 100%;
width: auto;
height: auto;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list li span.description {
display: block;
font-size: 0.8em;
color: var(--mkl_pc_color-light-gray);
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list li > button.choice-item {
padding: 0.5em;
margin: 0;
background: transparent;
transition: 0.2s all;
height: 100%;
color: var(--mkl_pc_color-choices_button_text_color);
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list li > button.choice-item:disabled {
opacity: 0.2 !important;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list li.active {
box-shadow: 0 6px 12px rgba(var(--mkl_pc_color-primary_rgb), 0.2), 0 0 0 2px rgba(var(--mkl_pc_color-primary_rgb), 0.858);
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list li.is-group {
width: 100%;
padding: 0;
margin: 0;
box-shadow: none;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list li.is-group .choice-group-label {
padding-left: 3px;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list li.is-group .choice-group-label .choice-text--container {
display: flex;
flex-direction: row;
align-items: center;
width: 100%;
flex-wrap: wrap;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list li.is-group .choice-group-label .choice-text--container span.description {
order: 2;
width: 100%;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list li.is-group .choice-group-label i.mkl-pc-thumbnail {
height: 38px;
margin: 0;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list li.is-group .choice-group-label span.choice-price {
display: none;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list li.is-group .choice-group-label .choice-text {
opacity: 0.6;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list li.is-group button.choice-group-label {
border-radius: 0;
box-shadow: none;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list li.is-group button.choice-group-label::after, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list li.is-group button.choice-group-label::before {
content: "";
width: 15px;
display: block;
height: 1px;
background: rgba(54, 56, 58, 0.3333333333);
position: absolute;
right: 30px;
top: 50%;
transition: 0.2s all;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list li.is-group button.choice-group-label:hover::after, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list li.is-group button.choice-group-label:hover::before, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list li.is-group button.choice-group-label:focus::after, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list li.is-group button.choice-group-label:focus::before {
background: var(--mkl_pc_color-primary);
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list li.is-group:not(.show-group-content) button.choice-group-label::before {
right: 30px;
transform: rotate(90deg);
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list li.is-group:not(.show-group-content) button.choice-group-label ~ ul.choices-list--children {
display: none;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list li + .is-group {
margin-top: 0.2em;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list ul li.layers-list-item {
width: 100%;
box-shadow: none;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list ul li.layers-list-item .layer_choices > li {
width: 100%;
padding: 10px;
box-sizing: border-box;
box-shadow: none;
margin: 0;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices.group > li.choices-list {
padding: 10px;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices.active li.active {
border-color: #CCC;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices.active li.active i.mkl-pc-thumbnail {
opacity: 1;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.layer-choices-title {
display: none;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices.columns-1 > li.choices-list > ul li.choice:not(.is-group) {
width: calc(100% - 0.6em);
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices.columns-1 > li.choices-list > ul li.choice:not(.is-group) > button.choice-item {
padding: 10px;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices.columns-1 > li.choices-list > ul li.choice:not(.is-group) > button.choice-item span.choice-text--container {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
align-items: center;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices.columns-1 > li.choices-list > ul li.choice:not(.is-group) > button.choice-item span.choice-text--container span.choice-text {
flex: 1;
text-align: left;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices.columns-1 > li.choices-list > ul li.choice:not(.is-group) > button.choice-item span.choice-text--container span.text.choice-name {
text-align: left;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices.columns-1 > li.choices-list > ul li.choice:not(.is-group) > button.choice-item span.choice-text--container span.description {
text-align: left;
width: 100%;
text-transform: none;
font-size: 1em;
padding: 10px 5px 0 5px;
order: 6;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices.columns-2 > li.choices-list > ul li.choice:not(.is-group) {
width: calc(50% - 0.6em);
}
@media (max-width: 660px) {
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices.columns-2 > li.choices-list > ul li.choice:not(.is-group) {
width: calc(100% - 0.6em);
}
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices.columns-4 > li.choices-list > ul li.choice:not(.is-group) {
width: calc(25% - 0.6em);
}
@media (max-width: 660px) {
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices.columns-4 > li.choices-list > ul li.choice:not(.is-group) {
width: calc(50% - 0.6em);
}
}
@media (max-width: 660px) {
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices {
height: 100%;
box-shadow: 0 -10px 11px -6px rgba(0, 0, 0, 0.2);
}
}
@media (max-width: 760px) {
.mkl_pc .mkl_pc_container .mkl_pc_toolbar {
width: 50%;
}
}
@media (max-width: 660px) {
.mkl_pc .mkl_pc_container .mkl_pc_toolbar {
width: 100%;
top: 40%;
bottom: var(--mkl_pc-footer-height);
}
}
.mkl_pc .mkl_pc_container .single_add_to_cart_button {
visibility: visible;
}
.mkl_pc .mkl_pc_container .form.form-cart {
position: relative;
padding: 1em var(--mkl_pc-wsb-spacing);
text-align: right;
}
@media (max-width: 660px) {
.mkl_pc .mkl_pc_container .form.form-cart {
box-shadow: 0px -6px 12px -5px rgba(0, 0, 0, 0.0705882353);
}
.mkl_pc .mkl_pc_container .form.form-cart::before {
display: none;
}
}
.mkl_pc .mkl_pc_container .form.form-cart .pc_configurator_form > * {
vertical-align: middle;
}
.mkl_pc .mkl_pc_container .form.form-cart .pc_configurator_form form.cart {
margin: 0;
}
.mkl_pc .mkl_pc_container .form.form-cart p {
margin-bottom: 0.5em;
text-align: right;
width: 100%;
}
.mkl_pc .mkl_pc_container .form.form-cart span[class*=-label] {
text-transform: uppercase;
font-size: 0.7em;
color: var(--mkl_pc_color-light-gray);
}
.mkl_pc .mkl_pc_container .form.form-cart form {
display: inline-block;
}
.mkl_pc .mkl_pc_container .form.form-cart form.cart {
margin: 0;
}
.mkl_pc .mkl_pc_container .form.form-cart .quantity {
display: inline-flex;
align-items: center;
}
.mkl_pc .mkl_pc_container .form.form-cart .quantity input.qty {
background: #fff;
}
.mkl_pc .mkl_pc_container .form.form-cart .extra-cost {
visibility: hidden;
position: fixed;
margin-bottom: 0;
}
.mkl_pc .mkl_pc_container .form.form-cart .extra-cost.show {
visibility: visible;
position: relative;
padding: 0;
margin: 0;
margin-bottom: 0.5em;
height: auto;
display: block !important;
}
.mkl_pc .mkl_pc_container .form.form-cart .pc-total-price--container {
width: 100%;
padding: var(--mkl_pc-wsb-spacing);
padding-bottom: 0;
}
.mkl_pc .mkl_pc_container .form.form-cart span.pc-total-price {
width: 100%;
text-align: right;
font-weight: bold;
display: block;
font-size: 1.6em;
line-height: 1;
margin-bottom: 0.5em;
}
@media (max-width: 660px) {
.mkl_pc .mkl_pc_container .form.form-cart span.pc-total-price {
margin-bottom: 0;
font-size: 16px;
}
}
@media (max-height: 500px) and (orientation: landscape) {
.mkl_pc .mkl_pc_container .form.form-cart span.pc-total-price {
font-size: 16px;
}
}
.mkl_pc .mkl_pc_container .form.form-cart del.pc-total--regular-price + span.pc-total-price {
display: inline-block;
width: auto;
}
.mkl_pc .mkl_pc_container .form.form-cart button.configurator-add-to-cart svg {
display: none;
}
@media (max-width: 660px) {
.mkl_pc .mkl_pc_container .footer__section-right {
width: 100%;
}
.mkl_pc .mkl_pc_container .form.form-cart {
--mkl_pc-wsb-spacing: 5px;
position: relative;
background: #FFF;
padding: var(--mkl_pc-wsb-spacing);
box-sizing: border-box;
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: flex-end;
}
.mkl_pc .mkl_pc_container .form.form-cart .extra-cost.show {
display: none !important;
}
.mkl_pc .mkl_pc_container .form.form-cart .pc_configurator_form {
display: flex;
align-items: center;
width: 100%;
justify-content: end;
}
.mkl_pc .mkl_pc_container .form.form-cart .pc_configurator_form button {
border-radius: 6px;
font-size: 12px;
}
}
@media (max-height: 500px) and (orientation: landscape) {
.mkl_pc .mkl_pc_container .form.form-cart {
--mkl_pc-wsb-spacing: 5px;
}
}
.mkl_pc.has-steps .mkl_pc_container .form.form-cart .pc_configurator_form {
display: inline-flex;
width: calc(100% - 60px);
padding: 8px var(--mkl_pc-wsb-spacing) var(--mkl_pc-wsb-spacing) 0;
justify-content: end;
}
@media (min-width: 660px) {
.mkl_pc.has-steps .mkl_pc_container section.choices + .form.form-cart {
display: flex;
flex-wrap: wrap;
padding: 0;
justify-content: space-between;
align-items: center;
}
}
.mkl_pc .mkl_pc_container nav.mkl-pc--steps {
width: auto;
padding: 8px 0 var(--mkl_pc-wsb-spacing) 0;
display: inline-flex;
justify-content: space-between;
}
.mkl_pc .mkl_pc_container nav.mkl-pc--steps button.step-previous {
background: transparent;
appearance: none;
box-shadow: none;
border: none;
}
.mkl_pc .mkl_pc_container nav.mkl-pc--steps button.step-previous span {
display: none;
}
.mkl_pc .mkl_pc_container nav.mkl-pc--steps button.step-previous svg {
width: 32px;
height: 32px;
}
.mkl_pc .mkl_pc_container nav.mkl-pc--steps button.step-previous:disabled svg {
opacity: 0.2;
}
@media (max-width: 660px) {
.mkl_pc .mkl_pc_container nav.mkl-pc--steps button.step-previous {
padding: 0 10px;
}
}
.mkl_pc .mkl_pc_container nav.mkl-pc--steps button.step-next svg {
margin-left: 10px;
width: 20px;
height: 20px;
fill: currentColor;
}
.mkl_pc.has-steps:not(.last-step) .mkl_pc_container .form.form-cart .pc_configurator_form {
display: none;
}
.mkl_pc.has-steps:not(.last-step) .mkl_pc_container nav.mkl-pc--steps {
width: 100%;
padding: 8px var(--mkl_pc-wsb-spacing) var(--mkl_pc-wsb-spacing) 0;
}
.mkl_pc .mkl_pc_container footer {
position: absolute;
bottom: 0;
left: 0;
right: 350px;
right: var(--toolbar_width);
height: var(--mkl_pc-footer-height);
z-index: 2;
padding: 1em;
background: transparent;
z-index: 2;
display: flex;
justify-content: space-between;
align-items: center;
box-sizing: border-box;
}
@media (min-width: 660px) {
.mkl_pc .mkl_pc_container footer {
justify-content: left;
}
}
@media (max-width: 660px) {
.mkl_pc .mkl_pc_container footer .mkl-footer--action-button {
width: 40px;
}
.mkl_pc .mkl_pc_container footer .mkl-footer--action-button svg {
transform: none;
}
}
.mkl_pc .mkl_pc_container footer h3.product-name {
line-height: 1;
margin: 0;
}
@media (max-width: 760px) {
.mkl_pc .mkl_pc_container footer h3.product-name {
display: none;
}
}
@media (max-height: 500px) and (orientation: landscape) {
.mkl_pc .mkl_pc_container footer h3.product-name {
display: none;
}
}
.mkl_pc .mkl_pc_container footer .footer__section-left:empty {
display: none;
}
.mkl_pc .mkl_pc_container footer .footer__section-center {
flex: 1;
display: flex;
align-items: center;
}
@media (max-width: 660px) {
.mkl_pc .mkl_pc_container footer .footer__section-center {
width: 100%;
flex: auto;
}
}
@media (max-width: 760px) {
.mkl_pc .mkl_pc_container footer .mkl-pc-syd-modal {
left: 0;
}
.mkl_pc .mkl_pc_container footer .mkl-pc-syd-modal::after {
left: 40px;
}
}
@media (max-width: 760px) {
.mkl_pc .mkl_pc_container footer {
text-align: center;
}
}
@media (max-width: 660px) {
.mkl_pc .mkl_pc_container footer {
border-top: 1px solid rgba(0, 0, 0, 0.2);
padding: 0;
right: 0;
flex-wrap: wrap;
}
}
@media (min-width: 660px) {
.mkl_pc .mkl_pc_container footer .form.form-cart {
display: none;
}
}
.mkl_pc.opened {
visibility: visible;
}
.mkl_pc.opened .overlay {
visibility: visible;
opacity: 1;
}
.mkl_pc.opened .mkl_pc_container {
visibility: visible;
opacity: 1;
transform: none;
}
body.admin-bar:not(.configurator_is_inline) .mkl_pc {
top: 45px;
}
@media (min-width: 600px) and (max-width: 660px) {
body.admin-bar:not(.configurator_is_inline) .mkl_pc .mkl_pc_toolbar > header {
position: fixed;
left: 0;
top: 45px;
}
}
@media (max-width: 600px) {
body.admin-bar:not(.configurator_is_inline) .mkl_pc .mkl_pc_toolbar > header {
position: fixed;
left: 0;
top: 0;
}
}
@media (min-width: 660px) {
body.admin-bar:not(.configurator_is_inline) .mkl_pc .mkl_pc_toolbar > header > .cancel {
top: 62px;
}
}
@media (max-width: 600px) {
body.admin-bar:not(.configurator_is_inline) .mkl_pc {
top: 0;
z-index: 100000;
}
}
@media (min-width: 660px) {
body.admin-bar:not(.configurator_is_inline) .mkl_pc {
top: 32px;
}
}
@media (max-width: 660px) {
body:not(.configurator_is_inline) .mkl_pc .mkl_pc_toolbar > header {
position: fixed;
left: 0;
top: 0;
}
}
@media (max-width: 660px) {
body:not(.configurator_is_inline) .mkl_pc .mkl_pc_viewer {
top: 40px;
}
}
.mkl_pc form.save-my-design__login_form {
padding: 1em;
}
.mkl_pc form.save-my-design__login_form > .message {
margin-top: -1em;
margin-left: -1em;
margin-right: -1em;
}
.keyboard-navigation .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers button.layer-item:focus {
box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1490196078);
}
body.configurator_is_inline .mkl_pc {
position: relative;
height: 95vh;
min-height: 500px;
z-index: 1;
}
body.configurator_is_inline .mkl_pc .overlay {
display: none;
}
body.configurator_is_inline .mkl_pc .mkl_pc_container {
box-shadow: none;
}
body.configurator_is_inline .mkl_pc .mkl_pc_container header .cancel {
display: none;
}
body.configurator_is_inline .mkl_pc .mkl_pc_container .mkl_pc_toolbar > header {
display: none;
}
@media (max-width: 660px) {
body.configurator_is_inline .mkl_pc .mkl_pc_container .mkl_pc_toolbar .mkl-pc-show-form::before {
height: 100vh;
}
} .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.color-only .choices-list li.choice,
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.display-mode-colors .choices-list li.choice {
box-shadow: none;
width: auto;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.color-only .choices-list li.choice.is-group,
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.display-mode-colors .choices-list li.choice.is-group {
width: 100%;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.color-only .choices-list li.choice button.choice-item,
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.display-mode-colors .choices-list li.choice button.choice-item {
padding: 0;
text-align: left;
height: auto;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.color-only .choices-list li.choice button.choice-item:hover, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.color-only .choices-list li.choice button.choice-item:focus,
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.display-mode-colors .choices-list li.choice button.choice-item:hover,
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.display-mode-colors .choices-list li.choice button.choice-item:focus {
box-shadow: none;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.color-only .choices-list li.choice button.choice-item span.text.choice-name,
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.display-mode-colors .choices-list li.choice button.choice-item span.text.choice-name {
padding: 0;
text-align: left;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.color-only .choices-list li.choice button.choice-item i.mkl-pc-thumbnail,
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.display-mode-colors .choices-list li.choice button.choice-item i.mkl-pc-thumbnail {
margin-left: 0;
margin-bottom: 0;
width: var(--mkl_pc_color_thumnail_size, 32px);
height: var(--mkl_pc_color_thumnail_size, 32px);
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.color-only .choices-list li.choice button.choice-item i.mkl-pc-thumbnail span,
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.display-mode-colors .choices-list li.choice button.choice-item i.mkl-pc-thumbnail span {
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: visible;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.color-only .choices-list li.choice button:hover span img, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.color-only .choices-list li.choice button:focus span img,
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.display-mode-colors .choices-list li.choice button:hover span img,
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.display-mode-colors .choices-list li.choice button:focus span img {
box-shadow: 0 0 0 2px #FFF, 0 0 0 4px #9E9E9E;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.color-only .choices-list li.choice.active, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.color-only .choices-list li.choice.active:hover, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.color-only .choices-list li.choice.active:focus,
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.display-mode-colors .choices-list li.choice.active,
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.display-mode-colors .choices-list li.choice.active:hover,
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.display-mode-colors .choices-list li.choice.active:focus {
box-shadow: none;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.color-only .choices-list li.choice.active button:hover, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.color-only .choices-list li.choice.active button:focus, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.color-only .choices-list li.choice.active:hover button:hover, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.color-only .choices-list li.choice.active:hover button:focus, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.color-only .choices-list li.choice.active:focus button:hover, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.color-only .choices-list li.choice.active:focus button:focus,
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.display-mode-colors .choices-list li.choice.active button:hover,
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.display-mode-colors .choices-list li.choice.active button:focus,
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.display-mode-colors .choices-list li.choice.active:hover button:hover,
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.display-mode-colors .choices-list li.choice.active:hover button:focus,
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.display-mode-colors .choices-list li.choice.active:focus button:hover,
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.display-mode-colors .choices-list li.choice.active:focus button:focus {
box-shadow: none;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.color-only .choices-list li.choice.active i.mkl-pc-thumbnail span img,
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.display-mode-colors .choices-list li.choice.active i.mkl-pc-thumbnail span img {
box-shadow: 0 6px 15px -4px rgba(0, 0, 0, 0.568627451);
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.color-only .choices-list li.choice.active i.mkl-pc-thumbnail span::before,
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.display-mode-colors .choices-list li.choice.active i.mkl-pc-thumbnail span::before {
content: " ";
display: block;
width: 20px;
height: 20px;
background: #FFF;
position: absolute;
top: -5px;
right: -5px;
z-index: 1;
border-radius: 3px;
box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2901960784);
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.color-only .choices-list li.choice.active i.mkl-pc-thumbnail span::after,
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.display-mode-colors .choices-list li.choice.active i.mkl-pc-thumbnail span::after {
content: " "; position: absolute;
top: 0;
right: -1px;
display: block;
width: 10px;
height: 4px;
border-bottom: 2px solid #179608;
border-left: 2px solid #179608;
transform: rotate(-45deg);
z-index: 2;
box-sizing: content-box;
}
body.keyboard-navigation .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.color-only .choices-list li.choice.active button:focus i.mkl-pc-thumbnail span::before,
body.keyboard-navigation .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.display-mode-colors .choices-list li.choice.active button:focus i.mkl-pc-thumbnail span::before {
box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2901960784), 0 0 0 2px #FFF, 0 0 0 4px #9E9E9E;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.color-only .layer_choices.swatches-size--medium,
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.display-mode-colors .layer_choices.swatches-size--medium {
--mkl_pc_color_thumnail_size: 43px;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.color-only .layer_choices.swatches-size--large,
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.display-mode-colors .layer_choices.swatches-size--large {
--mkl_pc_color_thumnail_size: 69px;
}
.mkl_pc:not(.no-tooltip) .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choice > button span.description,
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers li.display-mode-colors .layer_choices li > button.choice-item span.text.choice-name,
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers li.display-mode-colors .layer_choices li > span.out-of-stock {
display: none;
}
.mkl_pc.no-toggle .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices:not(.display-mode-dropdown) {
display: block;
}
.mkl_pc:not(.no-tooltip) .mkl_pc_container .mkl_pc_toolbar section.choices .layers li.display-mode-colors .layer_choices li.out-of-stock i.mkl-pc-thumbnail svg {
display: block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
.mkl_pc:not(.no-tooltip) .mkl_pc_container .mkl_pc_toolbar section.choices .layers li.display-mode-colors .layer_choices li.out-of-stock i.mkl-pc-thumbnail svg line.cls-1 {
stroke: #FFF;
stroke-width: 4px;
}
.tippy-content span.text, .tippy-content span.description, .tippy-content span.choice-price {
display: block;
}
.tippy-content span.choice-price {
font-size: 0.8em;
opacity: 0.6;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul > li.choices-fullwidth .choices-list li {
width: 100%;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul > li.choices-fullwidth .choices-list li button {
display: flex;
flex-direction: row;
align-items: center;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul > li.choices-fullwidth .choices-list li button i.mkl-pc-thumbnail {
margin: 0;
margin-right: 10px;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul > li.choices-fullwidth .choices-list li button .choice-price {
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%);
} .woocommerce div.product.elementor .mkl_pc .mkl_pc_container .pc_configurator_form form.cart {
display: inline-flex;
} .mkl_pc.opened.adding-to-cart::after {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 3;
background: rgba(255, 255, 255, 0.79);
}
#yith-wacp-popup .yith-wacp-overlay {
z-index: 10001;
}
.configurator_is_inline .mkl_pc.opened.adding-to-cart .mkl_pc_container {
opacity: 0.4;
}  .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul > li.hide_in_configurator.layers-list-item,
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.hide_in_configurator.layers-list-item {
display: none !important;
} .mkl-configurator-inline.is-shortcode.configure-product:empty {
height: 60vh;
}
.mkl-configurator-inline.is-shortcode.configure-product:empty::after {
content: attr(data-loading);
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-transform: uppercase;
letter-spacing: 2px;
-webkit-animation: configurator-load 1s infinite ease-in-out;
animation: configurator-load 1s infinite ease-in-out;
}
a.save-your-design svg, a.save-your-design--pdf svg {
transform: translateY(0);
fill: var(--mkl_pc_color-primary);
}
@media (max-width: 760px) {
a.save-your-design, a.save-your-design--pdf {
width: 40px;
}
a.save-your-design span, a.save-your-design--pdf span {
display: none;
}
}
@media (max-height: 500px) and (orientation: landscape) {
a.save-your-design, a.save-your-design--pdf {
width: 40px;
}
a.save-your-design span, a.save-your-design--pdf span {
display: none;
}
}
a.save-your-design svg path,
.mkl_pc .mkl_pc_container .mkl-pc-show-form svg path,
.save-your-design--pdf svg path,
.mkl-footer--action-button svg path {
fill: var(--mkl_pc_color-primary);
} .et_divi_theme:not(.configurator_is_inline) .mkl_pc {
z-index: 100000;
}
@media (max-width: 660px) {
.mkl_pc {
--mkl_pc-footer-height: 35px;
}
.mkl_pc.no-sticky-footer .mkl_pc_container .form.form-cart {
box-shadow: none;
}
.mkl_pc.no-sticky-footer .mkl_pc_container .mkl_pc_toolbar {
overflow: auto;
overflow-x: hidden;
}
.mkl_pc.no-sticky-footer .mkl_pc_container .mkl_pc_toolbar section.choices {
height: auto;
overflow: unset;
}
}