.variation-Configuration > div span.choice-thumb { }
.choice-thumb img {
max-width: 20px;
max-height: 40px;
display: inline-block;
vertical-align: middle;
}
.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(//lumenqi.de/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;
}
.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;
}:root {
--toolbar_width: 400px;
--mkl_pc_color-light-gray: #b5c2bd;
--mkl_pc_color-primary: #00d5d1;
--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-active_bg: #f9f9f9; }
@-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; }
.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 1.0s infinite ease-in-out;
animation: sk-scaleout 1.0s 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; }
.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: 280px; } }
@media (max-width: 660px) {
.mkl_pc .mkl_pc_container .mkl_pc_viewer {
right: 0;
top: 0;
bottom: 50%; } }
.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: .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 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: .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: 2em;
bottom: 2em;
opacity: 0;
transition: all .2s;
border-radius: 50%;
-webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
animation: sk-scaleout 1.0s 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; }
.mkl_pc .mkl_pc_container .mkl_pc_toolbar > header {
position: absolute;
right: 100%;
width: 100%; }
.mkl_pc .mkl_pc_container .mkl_pc_toolbar > header h3 {
text-align: right;
text-transform: uppercase;
font-size: 1em;
margin: 0;
padding: 0.5em;
font-weight: 500;
padding-top: 2em;
padding-right: 2em; }
.mkl_pc .mkl_pc_container .mkl_pc_toolbar > header h3::after {
content: '';
display: block;
height: 60px;
width: 2px;
background: #000;
position: absolute;
right: 0em;
top: 0; }
.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: 2.1em;
left: 30px; }
.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-width: 760px) {
.mkl_pc .mkl_pc_container .mkl_pc_toolbar > header {
left: 280px;
width: calc( 100% - 280px); } }
@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;
left: auto; }
.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 {
position: relative;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
padding: 2em; }
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices + .form {
position: relative;
padding-top: 2em; }
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices + .form::before {
content: '';
display: block;
position: absolute;
top: 0;
right: 0;
width: 60px;
background: #000;
height: 2px; }
.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: 2;
position: relative;
background: #FFF;
margin-bottom: 1em;
border: none;
box-shadow: 0 15px 30px rgba(63, 67, 74, 0.1);
border-radius: 8px;
-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 button {
border: none;
display: block;
width: 100%;
text-align: left;
padding: 20px;
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 > ul > li button:hover, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul > li 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 > ul > li button {
padding: 1em;
font-size: 1.2em; } }
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul > li 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: .8em;
text-transform: uppercase;
line-height: 1; }
.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 .2s ease-out;
animation: slide-in-top .2s ease-out; }
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul > li ul li.active button.choice-item {
background: var(--mkl_pc_color-active_bg); }
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers button {
padding-left: 60px; }
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers button.layer-item {
transition: .2s all; }
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers button.layer-item i {
position: absolute;
display: block;
width: 40px;
left: 10px;
top: 50%;
transform: translateY(-50%);
transition: .2s all;
opacity: 0.5;
text-align: center; }
@media (max-width: 660px) {
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers button.layer-item i {
width: 30px; } }
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers button.layer-item i img {
max-width: 100%; }
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers button.layer-item i.selected-choice-image img ~ img {
display: none; }
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers button.layer-item i.selected-choice-image:not(:empty) + i {
display: none; }
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers button.layer-item .description {
display: block;
font-size: .8em;
color: var(--mkl_pc_color-light-gray);
text-transform: uppercase; }
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers button.layer-item span.selected-choice {
display: block;
font-size: 0.6rem;
text-transform: uppercase;
opacity: 0.5; }
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers button.layer-item::after {
transition: .2s all;
content: ' ';
display: block;
width: 12px;
height: 12px;
position: absolute;
right: 1.6em;
top: 50%;
transform: translateY(-50%) rotate(-45deg);
border-right: 1px solid #36383a;
border-bottom: 1px solid #36383a; }
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers button.layer-item::before {
content: ' ';
background: #36383a1f;
display: block;
width: 0;
height: 1px;
opacity: 0;
position: absolute;
top: 100%;
left: 50%;
transition: .2s all; }
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers button.layer-item:focus, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers button.layer-item:hover {
padding-left: 70px; }
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers button.layer-item:focus i, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers button.layer-item:hover i {
transform: translateY(-50%) translateX(10px); }
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers button.layer-item:focus::after, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers button.layer-item:hover::after {
border-color: var(--mkl_pc_color-primary); }
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers i.close {
display: none; }
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers button:hover i {
opacity: 1; }
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers li.layers-list-item.active > button::before {
width: calc( 100% - 1em);
opacity: 1;
left: .5em; }
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers li.layers-list-item.active > button::after {
transform: translateY(-75%) rotate(45deg); }
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers 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: .6em;
padding-top: 1em;
margin: 0; }
.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: .3em;
width: calc(33% - .6em); }
@media (max-screen: 660px) {
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list li {
width: calc(50% - .6em); } }
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list li span.text.choice-name {
display: block;
font-size: .8em;
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: 58px;
width: 58px;
border: none;
display: block;
border-radius: 0;
background: transparent;
box-shadow: none;
transition: all 0.2s;
margin: 0 auto; }
.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: .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: 5px;
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: .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 {
display: flex;
align-items: center;
padding-left: 3px; }
.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: .6; }
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list li.is-group + .is-group {
margin-top: 1em; }
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list li.choices-list {
padding: 3px;
box-sizing: border-box;
margin: 0; }
.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; }
.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.group > li.choices-list {
padding: 0; }
.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 li.display-mode-dropdown {
padding: 10px; }
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices li.display-mode-dropdown > button.layer-item {
padding-top: 10px;
padding-bottom: 10px;
border: 1px solid #EEE; }
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.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 li.display-mode-dropdown .layer_choices {
position: absolute;
top: calc(100% - 11px);
width: calc(100% - 20px);
z-index: 2;
background: #FFF;
max-height: 250px;
overflow: auto;
border: 1px solid #EEE;
box-shadow: 0 20px 20px -10px rgba(0, 0, 0, 0.29); }
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices li.display-mode-dropdown .layer_choices .choices-list {
padding: 7px; }
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices li.display-mode-dropdown .layer_choices .choices-list li {
width: 100%;
margin: 0;
border-radius: 0;
box-shadow: none; }
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices li.display-mode-dropdown .layer_choices .choices-list li li.is-group .choice-group-label {
font-size: .8em;
opacity: .6; }
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices li.display-mode-dropdown .layer_choices .choices-list li button.choice-item {
display: flex;
flex-direction: row;
border-radius: 0;
align-items: center; }
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices li.display-mode-dropdown .layer_choices .choices-list li button.choice-item i.mkl-pc-thumbnail {
height: 50px;
width: 50px;
margin-top: -0.5em;
margin-bottom: -0.5em;
margin-right: 5px; }
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices li.display-mode-dropdown .layer_choices .choices-list li button.choice-item .choice-text {
width: 100%; }
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices li.display-mode-dropdown .layer_choices .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 li.display-mode-dropdown .layer_choices .choices-list li button.choice-item:hover, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices li.display-mode-dropdown .layer_choices .choices-list li button.choice-item:focus {
background: var(--mkl_pc_color-light-gray); }
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices li.display-mode-dropdown .layer_choices .choices-list li.active > button.choice-item {
background: var(--mkl_pc_color-primary); }
@media (max-width: 660px) {
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100%;
box-shadow: 0 -10px 11px -6px rgba(0, 0, 0, 0.2);
padding: 1em; } }
@media (max-width: 760px) {
.mkl_pc .mkl_pc_container .mkl_pc_toolbar {
width: 280px; } }
@media (max-width: 660px) {
.mkl_pc .mkl_pc_container .mkl_pc_toolbar {
width: 100%;
top: 50%;
bottom: 4em; }
.mkl_pc .mkl_pc_container .mkl_pc_toolbar .form.form-cart {
display: none; } }
.mkl_pc .mkl_pc_container .single_add_to_cart_button {
visibility: visible; }
.mkl_pc .mkl_pc_container .form.form-cart {
padding: 1em 2em;
padding-bottom: 2em;
text-align: right; }
.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: .5em;
text-align: right;
width: 100%; }
.mkl_pc .mkl_pc_container .form.form-cart .pc-total-price {
width: 100%;
text-align: right; }
.mkl_pc .mkl_pc_container .form.form-cart span[class*="-label"] {
text-transform: uppercase;
font-size: .7em;
color: var(--mkl_pc_color-light-gray); }
@media (max-width: 660px) {
.mkl_pc_toolbar .mkl_pc .mkl_pc_container .form.form-cart {
display: none; } }
.mkl_pc .mkl_pc_container form {
display: inline-block; }
.mkl_pc .mkl_pc_container .quantity {
display: inline-block; }
.mkl_pc .mkl_pc_container .quantity input.qty {
background: #fff; }
@media (max-width: 660px) {
.mkl_pc .mkl_pc_container .quantity input.qty {
border: 2px solid #36383a; } }
.mkl_pc .mkl_pc_container form.cart {
margin: 0; }
.mkl_pc .mkl_pc_container .extra-cost {
visibility: hidden;
position: fixed;
margin-bottom: 0; }
.mkl_pc .mkl_pc_container .extra-cost.show {
visibility: visible;
position: relative;
padding: 0;
margin: 0;
margin-bottom: .5em;
height: auto;
display: block !important; }
.mkl_pc .mkl_pc_container span.pc-total-price {
font-weight: bold;
display: block;
font-size: 1.6em;
line-height: 1;
margin-bottom: .5em; }
.mkl_pc .mkl_pc_container button.configurator-add-to-cart svg {
display: none; }
.mkl_pc .mkl_pc_container .mkl-pc-show-form {
display: none;
background: transparent;
font-size: 12px;
border: 2px solid var(--mkl_pc_color-primary);
padding: 6px 10px;
margin-right: 5px;
color: var(--mkl_pc_color-primary);
border-radius: 8px; }
.mkl_pc .mkl_pc_container .mkl-pc-show-form svg {
vertical-align: middle;
width: 16px;
margin-right: 5px; }
.mkl_pc .mkl_pc_container .mkl-pc-show-form svg path {
fill: var(--mkl_pc_color-primary); }
.mkl_pc .mkl_pc_container .mkl-pc-show-form span {
vertical-align: middle; }
@media (max-width: 660px) {
.mkl_pc .mkl_pc_container .mkl-pc-show-form {
display: inline-block; }
.mkl_pc .mkl_pc_container .mkl-pc-show-form::before {
content: '';
width: 100vw;
height: 100vh;
position: fixed;
background: #dcdcdc;
top: 0;
left: 0;
z-index: 2;
opacity: 0;
visibility: hidden;
transition: .2s all; }
.mkl_pc .mkl_pc_container footer .form.form-cart {
position: fixed;
bottom: -100%;
transition: 0.3s all cubic-bezier(0.22, 0.61, 0.36, 1);
width: calc(100% - 2em);
left: 1em;
background: #FFF;
padding: 2em;
box-sizing: border-box;
border-radius: 1em;
box-shadow: 0 10px 50px #33333373;
display: flex;
align-items: center;
flex-direction: column;
justify-content: flex-end;
z-index: 3; }
.mkl_pc .mkl_pc_container footer .form.form-cart .pc_configurator_form {
display: flex;
align-items: center;
flex-direction: column;
width: 100%; }
.mkl_pc .mkl_pc_container footer .form.form-cart .pc_configurator_form .quantity,
.mkl_pc .mkl_pc_container footer .form.form-cart .pc_configurator_form .quantity input[type="number"],
.mkl_pc .mkl_pc_container footer .form.form-cart .pc_configurator_form .quantity input[type="text"] {
width: 100%; }
.mkl_pc .mkl_pc_container footer .form.form-cart .pc_configurator_form button {
border-radius: 6px;
margin-top: 1em;
width: 100%;
font-size: 1.2em; } }
.mkl_pc .mkl_pc_container footer {
position: absolute;
bottom: 0;
left: 0;
right: 350px;
right: var(--toolbar_width);
height: 5em;
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; } }
.mkl_pc .mkl_pc_container footer button.reset-configuration {
margin: 0;
padding: 0;
background: transparent;
color: inherit;
appearance: none;
box-shadow: none;
border: none; }
.mkl_pc .mkl_pc_container footer button.reset-configuration:hover, .mkl_pc .mkl_pc_container footer button.reset-configuration:focus {
opacity: .5; }
@media (max-width: 660px) {
.mkl_pc .mkl_pc_container footer button.reset-configuration {
font-size: 12px; } }
.mkl_pc .mkl_pc_container footer h3.product-name {
line-height: 1;
margin: 0; }
@media (max-width: 660px) {
.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; }
.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;
height: 4em; } }
@media (max-width: 660px) {
.mkl_pc .mkl_pc_container footer {
border-top: 1px solid rgba(0, 0, 0, 0.2);
padding: 0;
right: 0; } }
@media (min-width: 660px) {
.mkl_pc .mkl_pc_container footer .form.form-cart {
display: none; } }
.mkl_pc.mobile-show-form footer {
background: #FFF; }
.mkl_pc.mobile-show-form footer .form.form-cart {
bottom: 1em; }
.mkl_pc.mobile-show-form .mkl-pc-show-form::before {
opacity: 0.8;
visibility: visible; }
.mkl_pc.mobile-show-form .mkl_pc_toolbar, .mkl_pc.mobile-show-form .mkl_pc_viewer {
filter: blur(0.3em); }
.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: 65px; } }
@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; }
.mkl_pc .mkl_pc_container .mkl_pc_bg.default-bg ~ .mkl_pc_toolbar section.choices + .form::after {
content: '';
transition: .2s all;
display: block;
height: 0;
width: 100%;
position: absolute;
z-index: 4;
bottom: 100%;
left: 0;
background: linear-gradient(to top, #ededed, #ededed00); }
.mkl_pc .mkl_pc_container .mkl_pc_bg.default-bg ~ .mkl_pc_toolbar section.choices.scrolled + .form::after {
height: 60px; }
.keyboard-navigation .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers button.layer-item:focus {
box-shadow: 0 0 0 2px #00000026; }
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 .angles-select {
left: 2em; }
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 section.choices {
top: 0;
height: 100%; }
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,
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.display-mode-colors .choices-list li {
box-shadow: none;
width: auto; }
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.color-only .choices-list li button.choice-item,
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.display-mode-colors .choices-list li 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 button.choice-item:hover, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.color-only .choices-list li button.choice-item:focus,
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.display-mode-colors .choices-list li button.choice-item:hover,
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.display-mode-colors .choices-list li button.choice-item:focus {
box-shadow: none; }
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.color-only .choices-list li 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 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 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 button.choice-item i.mkl-pc-thumbnail {
margin-left: 0;
margin-bottom: 0.5em;
width: var(--mkl_pc_color_thumnail_size, 30px);
height: var(--mkl_pc_color_thumnail_size, 30px); }
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.color-only .choices-list li 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 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 button:hover span img, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.color-only .choices-list li button:focus span img,
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.display-mode-colors .choices-list li button:hover span img,
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.display-mode-colors .choices-list li 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.active, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.color-only .choices-list li.active:hover, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.color-only .choices-list li.active:focus,
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.display-mode-colors .choices-list li.active,
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.display-mode-colors .choices-list li.active:hover,
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.display-mode-colors .choices-list li.active:focus {
box-shadow: none; }
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.color-only .choices-list li.active button:hover, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.color-only .choices-list li.active button:focus, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.color-only .choices-list li.active:hover button:hover, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.color-only .choices-list li.active:hover button:focus, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.color-only .choices-list li.active:focus button:hover, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.color-only .choices-list li.active:focus button:focus,
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.display-mode-colors .choices-list li.active button:hover,
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.display-mode-colors .choices-list li.active button:focus,
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.display-mode-colors .choices-list li.active:hover button:hover,
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.display-mode-colors .choices-list li.active:hover button:focus,
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.display-mode-colors .choices-list li.active:focus button:hover,
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.display-mode-colors .choices-list li.active:focus button:focus {
box-shadow: none; }
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.color-only .choices-list li.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.active i.mkl-pc-thumbnail span img {
box-shadow: 0 6px 15px -4px #00000091; }
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.color-only .choices-list li.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.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 #0000004a; }
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.color-only .choices-list li.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.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.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.active button:focus i.mkl-pc-thumbnail span::before {
box-shadow: 0 3px 8px #0000004a, 0 0 0 2px #FFF, 0 0 0 4px #9E9E9E; }
.mkl_pc:not(.no-tooltip) .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li > button span.description,
.mkl_pc:not(.no-tooltip) .mkl_pc_container .mkl_pc_toolbar section.choices .layers li.display-mode-colors .layer_choices li > button span.text.choice-name,
.mkl_pc:not(.no-tooltip) .mkl_pc_container .mkl_pc_toolbar section.choices .layers li.display-mode-colors .layer_choices li > span.out-of-stock {
display: none; }
.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: .8em;
opacity: .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: .4; } .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list li.form-item {
padding-left: 0;
padding-right: 0; } .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 1.0s infinite ease-in-out;
animation: configurator-load 1.0s infinite ease-in-out; }
a.save-your-design svg {
transform: translateY(-3px);
fill: var(--mkl_pc_color-primary); }
a.save-your-design svg path,
.mkl_pc .mkl_pc_container .mkl-pc-show-form svg path {
fill: var(--mkl_pc_color-primary); } .et_divi_theme:not(.configurator_is_inline) .mkl_pc {
z-index: 100000; }