@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
--theme-header-height: 153px;
    --theme-sticky-header-height: 153px;
    --titleFontsize: 24px;
    --titleheadersize: 30px;
    --titleAlign: left;
    --titlePadding: 10px;
    --titleBackgroundcolor: #6a7359;
    --titleBordercolor: #6a7359;
    --titleTextcolor: #ffffff;
    --titleFontweight: boldpx;
    --containerBackgroundcolor: #ffffff;
    --containerSeparatorcolor: #8b8b8b;
    --containerBordercolor: #8b8b8b;
    --containerBoxpadding: 10px;
    --containerGap: 10px;
    --containerTipcolor: #000000;
    --containerTooltipright: auto;
    --optdispWidth: auto;
    --containerFieldheight: 35px;
    --optdispAlignment: left;
    --optdispFontsize: 14px;
    --optdispTextcolor: #000000;
    --optdispFontweight: bold;
    --optdispPlacementdisplay: grid;
    --optdispPlacementpadding: 0px;
    --optvalsFontsize: 12px;
    --optvalsIconsize: 10px;
    --optvalsTextcolor: #000000;
    --optvalsFieldwidth: 250px;
    --optvalsLeftPadding: 0px;
    --optvalsFontweight: normal;
    --optvalsImagewidth: 50px;
    --optvalsImageheight: 50px;
    --swatchWidth: 300px;
    --swatchHeight: 75px;
    --swatchUnselectedcolor: #d1d1d1;
    --swatchSelectedcolor: #000000;
    --buttonUnselectedtext: #ffffff;
    --buttonUnselectedborder: #6a7359;
    --buttonUnselectedbackground: #6a7359;
    --buttonSelectedtext: #ffffff;
    --buttonSelectedborder: #000000;
    --buttonSelectedbackground: #000000;
    --buttonBorderradius: 5px;
    --buttonPadding: 10px;
    --buttonSpacing: 5px;
    --radioScale: 1.7;
    --radioRightmargin: 10px;
    --radioLeftmargin: 15px;
    --radioTopbottom: 15px;
    --radioColumnwidth: 100px;
    --lookupNumberwidthOne: 50px;
    --lookupDropwidthOne: 200px;
    --lookupNumberwidthTwo: 50px;
    --lookupDropwidthTwo: 200px;
    --totalBackgroundcolor: #6a7359;
    --totalBordercolor: #8b8b8b;
    --totalTextfontsize: 16px;
    --totalTextcolor: #ffffff;
    --totalTextfontweight: bold;
    --totalAmountfontsize: 18px;
    --totalAmountcolor: #ffffff;
    --totalAmountfontweight: bold;
    --totalSufixfontsize: 16px;
    --totalSufixcolor: #ffffff;
    --totalSufixfontweight: normal;
    --totalDiscountfontsize: 30px;
    --totalDiscountfontweight: bold;
    --totalDiscountRegularPricecolor: #000000;
    --totalDiscountPricecolor: #ffffff;
    --totalDiscountSavingscolor: #19fda9;
    --totalDiscountOptsetDiscountcolor: #fff80f;
    --quantityButtonsmargin: undefinedpx;
    --quantityNoborder: undefinedpx;
    --quantityHide: initial;
    --quantityTextcolor: undefined;
    --quantityButtoncolor: undefined;
    --quantityBorderwidth: undefinedpx;
    --quantityBordercolor: undefined;
    --quantityBorderradius: undefinedpx;
    --quantityHovercolor: undefined;
    --quantityHovertextcolor: undefined;
    --quantitytHoverbordercolor: undefined;
    --addtocartFontfamily: inherit;
    --addtocartFontsize: 24px;
    --addtocartFontweight: bold;
    --addtocartTextcolor: #ffffff;
    --addtocartButtoncolor: Black;
    --addtocartShadow: 2px 3px 8px 0.02rem #888888;
    --addtocartBorderwidth: 1px;
    --addtocartBordercolor: #Black;
    --addtocartBorderradius: 25px;
    --addtocartButtonheight: 30px;
    --addtocartHovercolor: #5b5b5b;
    --addtocartHovertextcolor: #000000;
    --addtocartHoverbordercolor: #ff4949;
    --saveTextcolor: #ffffff;
    --saveBackgroundcolor: #4682de;
    --saveBordercolor: #4682de;
    --saveBorderwidth: 1px;
    --cancelTextcolor: #000000;
    --cancelBackgroundcolor: #dedede;
    --cancelBordercolor: #dedede;
    --cancelBorderwidth: 1px;
    --discountRegularPricecolor: #4a4a4a;
    --discountSavingscolor: #7ed321;
    --discountPricecolor: #d0021b;
    --discountInlinesavings: true;
}

*,
::after,
::before {
margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
box-sizing: border-box;
}

body {
font-family: Archivo, serif;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    padding: 0;
}

a {
text-decoration: none;
}

/*product-detail css start here */
.title-detail {
display: flex;
    justify-content: flex-start;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    width: 90%;
}

.customizer .spaced-row {
padding: 20px 50px;
}

.customizer .detail-product-right {
border-radius: 6px;
    background-color: var(--containerBackgroundcolor);
    box-shadow: 2px 4px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 30px;
    padding-right: 10px;
    height: 95%;
}

.customizer .title-header {
color: var(--optvalsTextcolor);
    font-family: Archivo, serif;
    font-size: var(--titleheadersize);
    font-style: normal;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 0px;
    font-size: 24px;
}

.customizer .search-box {
position: relative;
    max-width: 100%;
    width: 283px;
    margin-top: 25px;
}

.customizer .search-box i.fa-solid.fa-magnifying-glass {
position: absolute;
    left: 6%;
    top: 30%;
    color: var(--containerTipcolor);
}

#container3D {
position: relative;
    width: 100%;
    height: 100%;
    display: block;
    min-height: 30vh;
    background-color: #ffffff;
}

.customizer .search-box input#search-text {
border: 0;
    padding: 10px 57px;
    border-radius: 12px;
    font-size: 16px;
    max-width: 100%;
    outline: none;
    border-radius: 12px;
    border: 1px solid var(--containerTipcolor);
    color: var(--containerTipcolor);
    font-family: Archivo;
    font-style: normal;
    font-weight: 400;
    line-height: 16.8px;
    cursor: pointer;
}

.customizer .search-box button {
background-color: var(--titleBackgroundcolor);
    border: none;
    color: var(--containerTipcolor);
    text-transform: uppercase;
    font-weight: 700;
    position: absolute;
    top: 1px;
    right: 1px;
    padding: 9.5px;
    border-radius: 0px 12px 12px 0px;
    /* margin: 20px; */
    cursor: pointer;
    outline: none;
    line-height: 16.8px;
}

.customizer .search-box button:hover {
background: #6d7175;
    color: var(--containerBackgroundcolor);
    transition: all 0.4s;
}

.customizer .search-box i.fa-solid.fa-arrow-right {
color: var(--containerBackgroundcolor);
}

.customizer .search-box ::placeholder {
color: #000;
    font-family: Archivo;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.8px;
    /* 112% */
    /* Firefox */
}

.search-box :-ms-input-placeholder {
/* Internet Explorer 10-11 */
    color: #000;
    font-family: Archivo;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.8px;
    /* 112% */
}

.search-box ::-ms-input-placeholder {
/* Microsoft Edge */
    color: #000;
    font-family: Archivo;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.8px;
    /* 112% */
}

.cabinet-menu-section {
margin: 15px 0px;
}

.cabinet-title {
color: #000;
    font-family: Archivo;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.8px;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.cabinet-menu ul {
list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: flex;
    gap: 44px;
    align-items: center;
}

.cabinet-menu ul li {
list-style-type: none;
}

.cabinet-menu ul li.disabled {
opacity: 0.5;
    pointer-events: none;
}

.cabinet-menu li {
float: left;
}

.cabinet-menu {
margin-top: 24px;
}

.cabinet-menu li a {
display: block;
    text-align: center;
    padding: 5px 7px;
    text-decoration: none;
    color: #000;
    font-family: Archivo;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.8px;
}

.cabinet-menu .active {
background-color: var(--titleBackgroundcolor);
    color: var(--buttonUnselectedtext) !important;
    border-radius: 4px;
}

.cabinet-menu .active a {
color: var(--buttonUnselectedtext);
}

.container--no-max {
max-width: none !important;
}

.cabinet-header {
display: flex;
    align-items: center;
    gap: 15px;
}

.width-menu ul,
.height-menu ul {
list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    border: 1px solid #000;
    justify-content: space-between;
    border-radius: 4px;
    /* gap: 5px; */
}

.width-menu ul,
.height-menu ul {
width: max-content;
}

.width-menu ul li,
.height-menu ul li {
list-style-type: none;
}

.width-menu li,
.height-menu li {
float: left;
}

.width-menu,
.height-menu {
margin-top: 18px;
    margin-bottom: 10px;
}

.width-menu li a,
.height-menu li a {
display: block;
    text-align: center;
    padding: 5px 7px;
    text-decoration: none;
    color: #000;
    font-family: Archivo;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.8px;
}

.width-menu .active,
.height-menu .active {
background-color: var(--titleBackgroundcolor);
    color: var(--buttonUnselectedtext) !important;
}

.height-menu #list_item_h li a.disabled {
opacity: 0.5;
    display: none;
}

.height-menu #list_item_h li a.active.disabled {
opacity: 0.5;
    background-color: transparent;
    color: #000000 !important;
}

#list_item_h li a.disabled {
pointer-events: none;
    /* Disable click events on disabled items */
    color: #ccc;
    /* Change color of disabled items */
}

.width-menu .active a,
.height-menu .active a {
color: var(--buttonUnselectedtext);
}

.configuration-section {
margin: 20px 0px;
}

.cabinet-image-section {
margin-top: 20px;
}

.sec3mainbox {
display: grid;
    grid-gap: 10px;
    grid-column-gap: 10px;
    grid-template-columns: repeat(6, 1fr);
    width: 100%;
}

.sec3mainbox .sec3maininnerbox.collectionstore-box {
cursor: pointer;
}

.sec3mainbox .sec3maininnerbox.collectionstore-box.current {
border-bottom: 2px solid black;
    padding-bottom: 5px;
}

.sec3mainbox .sec3maininnerbox.collectionstore-box.active {
border-bottom: 2px solid black;
    padding-bottom: 5px;
}

.sec3mainbox .sec3maininnerbox.collectionstore-box.current-corner {
border-bottom: 2px solid black;
    padding-bottom: 5px;
}

.sec3mainbox .sec3maininnerbox.collectionstore-box.current-panel {
border-bottom: 2px solid black;
    padding-bottom: 5px;
}

.sec3mainbox .sec3maininnerbox.collectionstore-box.active-panel {
border-bottom: 2px solid black;
    padding-bottom: 5px;
}
/* .sec3mainbox .sec3maininnerbox.collectionstore-box.p-current {
    border-bottom: 2px solid black;
    padding-bottom: 5px;
} */

.sec3mainbox .primary img {
max-width: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: contain;
    object-position: center;
}

.collection-name_box .box_left {
text-align: center;
    text-transform: capitalize;
}

.cabinet-custmizer-details {
/* min-height: 400px; */
    /* max-height: 515px; */
    max-height: calc(100% - 65px);
    overflow-y: auto;
    scrollbar-gutter: stable;
    margin-top: 10px;
    padding-right: 10px;
    overflow-x: hidden;
}

.customizer-product-details-left {
align-items: center;
    display: flex;
    justify-content: center;
    height: 92%;
    position: relative !important;
}

.product-details-right {
height: calc(100% - 20px);
}

img#display-image {
height: 500px;
}

#display-image-checkout,
#display-image-checkout-panel,
#display-image-checkout-corner,
#displayImageDoorType,
#doorStyleImage {
height: 80px;
}

div#corner_cabinet_title {
align-items: center;
    gap: 50px;
}

/* #cabinetName,
#doorStyleName{
  font-size: 12px;
  line-height: 16px;
} */
/* #heightAndWidth {
    width: 90px;
} */

.cabinet-custmizer-details::-webkit-scrollbar {
width: 6px;
    background-color: #d9d9d9;
    border-radius: 100px;
}

.cabinet-custmizer-details::-webkit-scrollbar-thumb {
background-color: var(--titleBackgroundcolor);
    border-radius: 100px;
    height: 60px;
}

.cabinet-custmizer-details::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #d9d9d9;
    border-radius: 100px;
}

/*product-detail css end here */
.addtoCard-cabinet.container-fluid {
padding: 0px 50px;
    position: fixed;
    bottom: 0;
}

button.btn-buy {
gap: 10px;
    display: flex;
    /* width: 217px; */
    width: auto;
    height: 50px;
    padding: 8px 38.5px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 5px;
    background: #000;
    color: #ffffff;
}

/* button.btn-buy:hover,
button.btn-cart:hover {
    transform: scale(0.9);
} */

button.btn-buy span {
display: flex;
    align-items: center;
    gap: 4px;
}

/* Hide loader by default */
button.btn-buy span .loader {
display: none;
}

button.btn-buy span p {
margin: 0;
}

button.btn-cart {
gap: 10px;
    display: flex;
    /* width: 217px; */
    width: auto;
    height: 50px;
    padding: 8px 38.5px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 5px;
    background: var(--totalBackgroundcolor);
    color: #ffffff;
    border: none;
}

button.btn-cart span {
display: flex;
    align-items: center;
    gap: 4px;
}

button.btn-cart span p {
margin: 0;
}

/* Hide loader by default */
button.btn-cart span .loader {
display: none;
}

.btn-group {
display: flex;
    gap: 20px;
    align-items: center;
}

.addtoCard-cabinet.container-fluid {
background: var(--addtocartTextcolor);
    box-shadow:
        0px -3px 15px 0px rgba(0, 0, 0, 0.1),
        0px 4px 14px 0px rgba(0, 0, 0, 0.1);
    padding: 20px 50px;
}

.addToCard-data {
display: flex;
    /* justify-content: end; */
    gap: 20px;
    align-items: center;
    background-color: var(--addtocartTextcolor);
}

.price-section {
display: flex;
    gap: 10px;
    align-items: center;
}

span.equal-icon {
color: #000;
    font-family: Archivo;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.3px;
}

span.price-data {
color: #000;
    font-family: Archivo;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 16.8px;
}

#doorCabinet {
width: 40%;
}
#corner_cabinet_title .panel-text-inner {
transition: opacity 0.5s ease-in-out 0.5s;
}
#panelCabinet {
width: 50%;
}
#panelCabinet .panel-text-inner {
flex-basis: 70%;
}
#panelCabinet .panel-cabinet-imgbox {
flex-basis: 30%;
}
.TypeCabinet {
display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--titleBackgroundcolor);
    /* background: #ffffff; */
    /* padding: 28px 40px 28px 39px; */
    /* padding: 10px;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
    height: 155px; */
width: 180px;
    flex-direction: row;
    text-align: center;
}

.TypeCabinet.mainTypeCabinet {
display: flex;
    text-align: center;
    align-items: center;
    /* justify-content: center; */
    justify-content: space-around;
    flex-direction: row;
}

.TypeCabinet.mainTypeCabinet .cabinet-inner {
display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-basis: 60%;
}
.TypeCabinet.mainTypeCabinet .cabinet-image-box {
flex-basis: 40%;
}

.BaseTitle {
margin: 0px;
    font-family: Archivo;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.3px;
}

.selection-data span.plus-icon {
color: var(--titleBackgroundcolor);
    font-size: 20px;
    line-height: 30px;
    font-family: Archivo;
    font-weight: 400;
}

.selection-data {
display: flex;
    align-items: center;
    gap: 5px;
}

.Toolbar-main-box ul {
list-style: none;
    margin: 0;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--addtocartTextcolor);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 5px;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 24px 0px;
}

.Toolbar-main-box ul li {
list-style: none;
}

/* .Toolbar-main-box li:nth-child(6) {
    margin-top: 5rem;
    padding-top: 1.25rem;
    border-top: 1px solid #363664;
} */

.Toolbar-main-box li+li {
    /* margin-top: 32px; */
    margin-top: 16px;
}

.Toolbar-main-box a {
color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    position: relative;
}

.Toolbar-main-box a:hover {
background-color: #fff;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
    outline: 0;
}

/* .Toolbar-main-box a:hover svg{
   fill:var(--titleBackgroundcolor)
} */

.Toolbar-main-box a:hover span,
a:focus span,
a.active span {
transform: scale(1);
    opacity: 1;
}

.Toolbar-main-box a i {
font-size: 1.375rem;
}

.Toolbar-main-box a span {
position: absolute;
    background-color: var(--addtocartTextcolor);
    white-space: nowrap;
    /* padding: 1rem; */
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    left: calc(100% + 0rem);
    transform-origin: center left;
    transform: scale(0);
    opacity: 0;
    transition: 0.15s ease;
    top: 0px;
    text-align: center;
    padding: 12px;
    color: var(--titleBackgroundcolor);
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
    font-family: Archivo;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

/* .Toolbar-main-box a span:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    background-color: #30305a;
    left: -5px;
    top: 50%;
    transform: translatey(-50%) rotate(45deg);
    border-radius: 3px;
  } */

.Toolbar-main-box {
width: 52px;
    height: 392px;
    position: absolute;
    top: calc(50% - 70px);
    left: 50px;
    transform: translateY(-50%);
    z-index: 998;
}

.Toolbar-main-box svg {
vertical-align: middle;
    transition: fill 0.1s;
    width: 30px;
    height: 30px;
}

.Toolbar-main-box a:hover::after {
content: "";
    background-color: #fff;
    position: absolute;
    right: 0px;
    width: 10px;
    height: 100%;
}

.Toolbar-main-box .door-swing.disabled {
opacity: 0.2;
    pointer-events: none;
}

/* SWITCH STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.switch-wrapper {
width: 8rem;
    position: relative;
    display: flex;
    padding: 0;
    position: relative;
    background: var(--buttonSelectedtext);
    line-height: 3rem;
    border-radius: 3rem;
    margin-left: auto;
    margin-right: auto;
    border-radius: 45px;
    border: 1px solid var(--addtocartHovertextcolor);
    margin-top: 6px;
}

.switch-wrapper [type="radio"] {
position: absolute;
    left: -9999px;
}

.switch-wrapper [type="radio"]:checked#handleValueYes~label[for="handleValueYes"],
.switch-wrapper [type="radio"]:checked#handleValueNo~label[for="handleValueNo"] {
    color: var(--addtocartTextcolor);
}

.switch-wrapper [type="radio"]:checked#handleValueYes~label[for="handleValueYes"]:hover,
.switch-wrapper [type="radio"]:checked#handleValueNo~label[for="handleValueNo"]:hover {
    background: transparent;
}

.switch-wrapper [type="radio"]:checked#handleValueYes+label[for="handleValueNo"]~.highlighter {
    transform: none;
}

.switch-wrapper [type="radio"]:checked#handleValueNo+label[for="handleValueYes"]~.highlighter {
    transform: translateX(100%);
}

.switch-wrapper [type="radio"]:checked#startPaning~label[for="startPaning"],
.switch-wrapper [type="radio"]:checked#stopPaning~label[for="stopPaning"] {
    color: var(--addtocartTextcolor);
}

.switch-wrapper [type="radio"]:checked#startPaning~label[for="startPaning"]:hover,
.switch-wrapper [type="radio"]:checked#stopPaning~label[for="stopPaning"]:hover {
    background: transparent;
}

.switch-wrapper [type="radio"]:checked#startPaning+label[for="stopPaning"]~.highlighter {
    transform: none;
}

.switch-wrapper [type="radio"]:checked#stopPaning+label[for="startPaning"]~.highlighter {
    transform: translateX(100%);
}

.switch-wrapper [type="radio"]:checked#startRotating~label[for="startRotating"],
.switch-wrapper [type="radio"]:checked#stopRotating~label[for="stopRotating"] {
    color: var(--addtocartTextcolor);
}

.switch-wrapper [type="radio"]:checked#startRotating~label[for="startRotating"]:hover,
.switch-wrapper [type="radio"]:checked#stopRotating~label[for="stopRotating"]:hover {
    background: transparent;
}

.switch-wrapper [type="radio"]:checked#startRotating+label[for="stopRotating"]~.highlighter {
    transform: none;
}

.switch-wrapper [type="radio"]:checked#stopRotating+label[for="startRotating"]~.highlighter {
    transform: translateX(100%);
}

.switch-wrapper label {
font-size: 16px;
    isolation: isolate;
    z-index: 1;
    min-width: 65px;
    line-height: 40px;
    cursor: pointer;
    border-radius: 30px;
    transition: color 0.25s ease-in-out;
    color: var(--addtocartHovertextcolor);
}

.switch-wrapper label:hover {
background: var(--lightgray);
}

.switch-wrapper .highlighter {
position: absolute;
    top: 0px;
    left: 0px;
    width: calc(50% - 0px);
    height: calc(100% - 4px);
    border-radius: 30px;
    background-color: var(--titleBackgroundcolor);
    padding: 0px;
    transition: transform 0.25s ease-in-out;
    height: 40px;
    box-shadow: none;
}

.switch-wrapper [type="radio"]:checked#Left~label[for="Left"],
.switch-wrapper [type="radio"]:checked#Right~label[for="Right"] {
    color: var(--addtocartTextcolor);
    isolation: isolate;
    z-index: 9;
}

.switch-wrapper [type="radio"]:checked#Left~label[for="Left"]:hover,
.switch-wrapper [type="radio"]:checked#Right~label[for="Right"]:hover {
    background: transparent;
}

.switch-wrapper [type="radio"]:checked#Left+label[for="Right"]~.highlighter {
    transform: none;
}

.switch-wrapper [type="radio"]:checked#Right+label[for="Left"]~.highlighter {
    transform: translateX(100%);
}

.switch-wrapper [type="radio"]:checked#Show~label[for="Show"],
.switch-wrapper [type="radio"]:checked#Hide~label[for="Hide"] {
    color: var(--addtocartTextcolor);
    isolation: isolate;
    z-index: 9;
}

.switch-wrapper [type="radio"]:checked#Show~label[for="Show"]:hover,
.switch-wrapper [type="radio"]:checked#Hide~label[for="Hide"]:hover {
    background: transparent;
}

.switch-wrapper [type="radio"]:checked#Show+label[for="Hide"]~.highlighter {
    transform: none;
}

.switch-wrapper [type="radio"]:checked#Hide+label[for="Show"]~.highlighter {
    transform: translateX(100%);
}

.switch-wrapper [type="radio"]:checked#Hide1~label[for="Hide1"],
.switch-wrapper [type="radio"]:checked#Show1~label[for="Show1"] {
    color: var(--addtocartTextcolor);
    isolation: isolate;
    z-index: 9;
}

.switch-wrapper [type="radio"]:checked#Hide1~label[for="Hide1"]:hover,
.switch-wrapper [type="radio"]:checked#Show1~label[for="Show1"]:hover {
    background: transparent;
}

.switch-wrapper [type="radio"]:checked#Hide1+label[for="Show1"]~.highlighter {
    transform: none;
}

.switch-wrapper [type="radio"]:checked#Show1+label[for="Hide1"]~.highlighter {
    transform: translateX(100%);
}

/* .switch-wrapper [type="radio"]#Hide1+label[for="Show1"]~.highlighter {
    transform: translateX(100%);
} */

.bGButton div {
width: 20px;
    height: 20px;
    padding: 0px;
}

.bGButton {
display: flex;
    gap: 5px;
    flex-wrap: wrap;
    width: 270px;
    margin-top: 6px;
}

.bGButton div:hover {
transform: scale(1.25);
}

/* .red {
    background-color: #A05E2A;
}

.orange {
    background-color: #3B271E;
}

.yellow {
    background-color: #CE8B54;
}

.green {
    background-color: #D2A56C;
}

.blue {
    background-color: #EFB285;
}

.purple {
    background-color: #FCC493;
}

.grey {
    background-color: #3E1213;
}

.white {
    background-color: #68251D;
}

.red1 {
    background-color: #C79049;
}

.orange1 {
    background-color: #AE7349;
}

.yellow1 {
    background-color: #5D4038;
}

.green1 {
    background-color: #BD7E49;
}

.blue1 {
    background-color: #BA7D60;
}

.purple1 {
    background-color: #CB8F6B;
}

.grey1 {
    background-color: #CE8B54;
}

.white1 {
    background-color: #D2A56C;
}

.red2 {
    background-color: #A05E2A;
}

.orange2 {
    background-color: #3B271E;
}

.yellow2 {
    background-color: #CE8B54;
}

.green2 {
    background-color: #D2A56C;
}

.blue2 {
    background-color: #EFB285;
}

.purple2 {
    background-color: #FCC493;
}

.grey2 {
    background-color: #3E1213;
}

.white2 {
    background-color: #68251D;
} */
.accordion-item {
margin-bottom: 25px;
}

button.accordion-button {
border-top: 1px solid #000;
    border-radius: 5px;
}

.accordion-item:first-of-type {
border-top-left-radius: none;
    border-top-right-radius: none;
}

.accordion-item {
background-color: #fff;
    border: none;
    border-radius: 0px;
}

.accordion-item:first-of-type .accordion-button {
border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: none;
}

.accordion-item:last-of-type .accordion-button.collapsed {
border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.accordion-button:not(.collapsed) {
color: #000000;
    background-color: #ffffff;
    box-shadow: none;
    border-top: 1px solid #000;
}

.accordion-item {
border: 1px solid #000;
    border-radius: 5px;
}

.accordion-header button:hover {
background: #fff;
    color: #000;
}

.accordion-button::after {
flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("./assets/image/plusicon.png");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
background-image: url("./assets/image/minusicon.png");
}

.accordion-button {
position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 8px 9px;
    font-size: 15px;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition:
        color 0.15s ease-in-out,
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out,
        border-radius 0.15s ease;
}

.accordion-body {
padding: 10px 10px;
}

.accordion-body .cabinet-menu {
margin-top: 18px;
    margin-bottom: 10px;
}

.primary .overlay {
position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: 0.5s ease;
    background-color: #c0cebce3;
}

.primary:active .overlay {
opacity: 1;
}

.primary .text {
color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.primary {
position: relative;
    width: 100%;
    height: 140px;
    padding-top: 140%;
}

.text img {
width: 30px !important;
    height: 30px !important;
}

.customizer {
height: 100vh;
    width: 100%;
}

img#doorStyleShowImage {
height: 80px;
}

/* span#doorStyleShowName {
    font-size: 12px;
    line-height: 16px;
} */

.sec3mainbox .sec3maininnerbox.collectionstore-box#active {
border-bottom: 2px solid black;
}

/* #door-styles {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 50px;
    grid-gap: 50px;
}

#door-styles-panel {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 50px;
    grid-gap: 50px;
} */

#cabinet-config p,
#cabinet-config-panel p,
#no-cabinets-message,
#no-cabinets-message-search {
color: red;
}

.customizer-product-detail-outer.row {
height: calc(100vh - 120px);
}

/* Material Choices */
/* .material-choices .sec3mainbox {
    grid-template-columns: repeat(2, 1fr);
}

.material-choices .switch-wrapper {
    width: 14.5rem;
    border: none;
}

.material-choices .primary {
    max-height: 70px;
    padding-top: 0;
}

.material-choices .sec3mainbox .primary img {
    position: relative;
    object-fit: cover;
}

.material-choices .col-12.box_left {
    margin-top: 5px;
    font-size: 14px;
    line-height: normal;
} */

#material-choices .sec3maininnerbox.m-active {
border-bottom: 2px solid black;
    padding-bottom: 5px;
}

div#material-choices .sec3maininnerbox.collectionstore-box.active {
border-bottom: none;
    padding-bottom: 0px;
}

#material-choices-panel .sec3maininnerbox.m-active {
border-bottom: 2px solid black;
    padding-bottom: 5px;
}

div#material-choices-panel .sec3maininnerbox.collectionstore-box.active {
border-bottom: none;
    padding-bottom: 0px;
}

#material-choices-panel .collection-name_box .box_left,
#material-choices .collection-name_box .box_left {
display: flex;
    justify-content: center;
    font-size: 15px;
}

#material-choices-panel .collection-name_box .box_left .info-icon,
#material-choices .collection-name_box .box_left .info-icon {
line-height: 10px;
    padding-left: 5px;
    margin-top: 4px;
}

#material-choices-panel .collection-name_box .box_left .info-icon svg,
#material-choices .collection-name_box .box_left .info-icon svg {
width: 12px;
    height: 12px;
}

#loadingDiv2 {
position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255);
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}
#loadingDiv {
position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255);
    z-index: 998;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*  */
.toggle-type {
display: flex;
    align-items: center;
    gap: 10px;
    /* margin-top: 25px; */
}

.toggle-type .checkbox.toggle {
display: none;
}

.toggle-type .switch {
cursor: pointer;
    position: relative;
    user-select: none;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

/* .checkbox.toggle:not(:checked)~.switch {
    background-color: #EFEFEF;
} */

.toggle-type .switch__circle {
display: flex;
    align-items: center;
    padding: 5px;
    border-radius: 30px;
    background: lightgray;
}

/* .toggle-type .checkbox.toggle:checked~.switch .switch__circle {
    right: 0;
    left: calc(100% - 23px);
}

.toggle-type .checkbox.toggle:not(:checked)~.switch .switch__circle {
    right: calc(100% - 20px);
    left: 0;
} */

.toggle-type .switch__circle-inner {
background-color: var(--totalBackgroundcolor);
    border-radius: 50%;
    display: block;
    height: 16px;
    width: 16px;
    filter: drop-shadow(2px 1px 6px rgba(0, 0, 0, 0.25));
}

.toggle-type .switch-label {
font-family: Archivo;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.switch-label.button {
gap: 10px;
    display: flex;
    /* height: 50px; */
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border: none;
    transition: color 0.25s ease-in-out;
    border-radius: 30px;
}

.toggle-button-left {
background: #d3d4d6;
    color: #000000;
    border-radius: 5px 0 0 5px;
    transition: color 0.25s ease-in-out;
}

.toggle-button-right {
background: #d3d4d6;
    color: #000000;
    border-radius: 0 5px 5px 0;
    transition: color 0.25s ease-in-out;
}

.toggle-button-left:hover,
.toggle-button-right:hover {
background: transparent;
}

.toggle-button-left.active {
background: var(--totalBackgroundcolor);
    color: #ffffff;
}

.toggle-button-right.active {
background: var(--totalBackgroundcolor);
    color: #ffffff;
}

.legacy-mode-checkbox,
.retrofit-option-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.retrofit-options {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.retrofit-option-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    min-width: 220px;
    padding: 12px 16px;
    border: 1px solid #d3d4d6;
    border-radius: 8px;
    background: #f5f5f5;
    color: #202124;
    cursor: pointer;
    font-family: Archivo;
    font-size: 14px;
    line-height: 18px;
    transition:
        border-color 0.2s ease,
        background-color 0.2s ease;
}

.retrofit-option-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    border: 1px solid #777;
    border-radius: 4px;
    color: transparent;
    background: #fff;
    font-size: 13px;
    font-weight: 700;
}

.retrofit-option-input:checked+.retrofit-option-label {
    border-color: var(--totalBackgroundcolor);
    background: #e8e8e8;
}

.retrofit-option-input:checked+.retrofit-option-label .retrofit-option-check {
    border-color: var(--totalBackgroundcolor);
    background: var(--totalBackgroundcolor);
    color: #fff;
}

.retrofit-option-input:focus-visible+.retrofit-option-label {
    outline: 2px solid var(--totalBackgroundcolor);
    outline-offset: 2px;
}
/* .checkbox.toggle:checked ~ .switch {
    background-color: blue;
  }
   */
/* .zoom-container {
    position: relative;
    overflow: hidden;
    display: inline-block;
  }

  .zoom-image {
    transition: transform 0.2s ease-in;
  } */

.zoom-container .primary {
cursor: pointer;
    overflow: hidden;
}

.zoom-image {
height: 100%;
    transition: transform 0.2s ease-in-out;
    width: 100%;
}

.MenuDisable {
pointer-events: none;
    opacity: 0.3;
}

.zoom-container {
position: relative;
}

.zoom-container .primary {
overflow: hidden;
}

.zoom-container.zoom-active {
z-index: 99;
}

.zoom-container .primary {
transition: grid-template-columns 0.3s ease-in-out;
    grid-template-columns: auto auto 200px;
}

.zoom-container .primary.zoom-active {
grid-template-columns: auto auto 300px;
}

/* .pan_btn.active{
    background-color: #888f7a;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
    outline: 0;
} */
/* .Toolbar-main-box .pan_btn.active{
    
} */
.Toolbar-main-box .pan_btn.active {
background-color: #a6ab9b;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
    outline: 0;
}

.Toolbar-main-box .pan_btn.active::after {
content: "";
    background-color: #a6ab9b;
    position: absolute;
    right: 0px;
    width: 10px;
    height: 100%;
}

/* Modal Popup */
#myImg {
border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {
opacity: 0.7;
}

/* The Modal (background) */
.modal {
display: none;
    position: fixed;
    z-index: 1;
    right: 0;
    left: auto;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #ffffff;
    z-index: 99999;
}

/* Modal Content (image) */
.modal-content,
.modal-content-2 {
margin: auto;
    display: block;
    width: 100%;
    /* Set the width to 100% */
    max-width: 300px;
    border: none;
}

.modal .modal-content-imgbox {
position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Caption of Modal Image */
#caption,
#captionProfile {
margin: auto;
    display: block;
    width: 100%;
    text-align: center;
    color: #000;
    padding: 10px 0;
    font-size: 20px;
    text-align: center;
    text-transform: capitalize;
}

/* Add Animation */
.modal-content,
.modal-content-2,
#caption,
#captionProfile {
-webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

/* The Close Button */
.close {
position: absolute;
    top: 15px;
    right: 35px;
    color: #000;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
color: var(--titleBackgroundcolor);
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
.modal-content {
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
.modal {
        display: none !important;
    }
}

/* loader */
.loader {
border: 2px solid #8b8a8a;
    border-radius: 50%;
    border-top: 2px solid #fff;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
0% {
        -webkit-transform: rotate(0deg);
    }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
0% {
        transform: rotate(0deg);
    }

  100% {
    transform: rotate(360deg);
  }
}

/* Zoom Container */
.dropdown.bootstrap-select.show-tick.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
    margin-top: 20px;
}

.dropdown.bootstrap-select>.dropdown-toggle.bs-placeholder {
    color: black;
    background: transparent;
    border: 1px solid #ced4da;
}

.bootstrap-select>.dropdown-toggle {
    background: transparent;
    border: 1px solid #ced4da;
}

.bootstrap-select .dropdown-toggle:focus {
outline: none;
    box-shadow: none;
    outline-offset: -2px;
    background: transparent;
    border: 1px solid #ced4da;
}

.marginRight {
margin-right: 10px;
}

.progress-container {
display: flex;
    align-items: center;
}

.slider {
margin: 0 2px;
    flex-grow: 1;
    cursor: pointer;
}

.progress-container {
/* position: fixed;
    right: 0%;
    top: 50%; */
/* right: 0%; */
    /* top: 50%; */
    /* position: static;
    transform: translateY(-50%)rotate(270deg);
    width: 231px;
    padding: 0;
    margin: 0;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: white;
    border-radius: 8px;
    border: 1px solid #efefef;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    z-index: 99;
    margin-right: 80px; */

position: absolute;
    right: -13%;
    top: 9rem;
    transform: translateY(0%) rotate(270deg);
    /* width: 270px; */
    width: 10rem;
    padding: 0;
    margin: 0;
    justify-content: center;
    align-items: center;
    gap: 0px;
    background: white;
    border-radius: 8px;
    border: 1px solid #efefef;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    z-index: 998;
    margin-right: 80px;
}

.progress-container img {
transform: rotate(90deg);
    width: 30px;
    margin-top: 5px;
}

.fa-magnifying-glass-minus:before,
.fa-search-minus:before {
content: "\f010";
    font-size: 28px;
}

/* WebKit (Chrome, Safari) */
input[type="range"]::-webkit-slider-thumb {
background-color: #6a7359;
    border-radius: 10px;
    height: 10px;
    width: 10px;
    margin-top: -5px;
    margin-bottom: -5px;
    cursor: pointer;
}

input[type="range"]::-webkit-slider-runnable-track {
background-color: #6a7359;
}

/* Mozilla Firefox */
input[type="range"]::-moz-range-thumb {
background-color: #6a7359;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    cursor: pointer;
}

input[type="range"]::-moz-range-track {
background-color: #6a7359;
}

/* General styling */
input[type="range"] {
width: 100%;
    height: 0px;
}

#door-styles .svg-container,
#door-styles-panel .svg-container {
font-size: 20px;
    color: #fff;
    cursor: pointer;
    text-align: right;
    height: 30px;
    width: 30px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    float: right;
}

.Toolbar-main-box ul li img.front-back {
width: 35px;
}
/* .modal-content-imgbox {
    position: relative;
*/ .prev-btn,
    .next-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-size: 20px;
        cursor: pointer;
        background: none;
        border: none;
        color: white;
    }

.prev-btn {
    left: 10px;
}

.next-btn {
    right: 10px;
}
/*-----------------------------------------------------
   Intro Css
  ----------------------------------------*/
.customTooltip .introjs-tooltip-header {
padding-top: 10px;
}
.customTooltip .introjs-tooltip-header {
display: block;
}

.customTooltip .introjs-tooltiptext {
padding: 20px;
}

.customTooltip .introjs-disabled {
visibility: hidden;
}

.introjs-tooltip-title {
font-size: 22px;
    line-height: 1.6;
}

.introjs-skipbutton {
font-size: 40px;
    opacity: 0.7;
}

.introjs-skipbutton:focus,
.introjs-skipbutton:hover {
color: var(--totalBackgroundcolor);
    opacity: 1;
}

.introjs-tooltiptext {
padding: 10px 20px 20px;
}
.introjs-tooltip {
border-radius: 10px;
}
.introjs-tooltiptext {
padding-bottom: 0;
}
.customTooltip {
width: 500px;
    max-width: 500px;
}

.introjs-tooltipReferenceLayer * {
font-family: Archivo, serif !important;
    text-shadow: none;
}

.introjs-tooltipbuttons {
border-top: 1px solid #e0e0e0;
    padding: 15px;
    display: grid;
    grid-gap: 0px;
    grid-column-gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    text-align: center;
    text-shadow: none;
}

.introjs-nextbutton {
width: auto;
    flex-shrink: 0;
    border-radius: 5px;
    background: #000000 !important;
    color: #ffffff !important;
    box-shadow: none !important;
}

.introjs-button:hover {
outline: 0;
    text-decoration: none;
    border-color: #000000;
    background: transparent !important;
    color: #000 !important;
}

/* .introjs-nextbutton:hover {
    background: #000000; 
} */

.introjs-bullets ul li a.active {
background: var(--totalBackgroundcolor);
}
.introjs-button:focus {
box-shadow: 0 0 0 0.2rem rgb(106 115 89 / 50%);
    border: 1px solid #6a7359;
}
.step-3 .Toolbar-main-box .third-step span {
transform: scale(1);
    opacity: 1;
}
.step-4 .Toolbar-main-box .fourth-step span {
transform: scale(1);
    opacity: 1;
}
.step-5 .Toolbar-main-box .five-step span {
transform: scale(1);
    opacity: 1;
}
.step-6 .Toolbar-main-box .six-step span {
transform: scale(1);
    opacity: 1;
}
.step-7 .Toolbar-main-box .seven-step span {
transform: scale(1);
    opacity: 1;
}

.step-8 .Toolbar-main-box .pan_btn.active {
background-color: #a6ab9b;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
    outline: 0;
}

.introjs-bullets a {
pointer-events: none;
}

.step-2 .introjs-helperLayer {
box-sizing: content-box;
    position: absolute;
    height: 72% !important;
}

.detail-product-right {
position: relative;
}

.icon_help {
position: absolute;
    right: 15px;
    top: 15px;
    text-align: center;
    cursor: pointer;
    transition: all 0.4s;
    width: 60px;
    height: 60px;
    /* line-height: 50px; */
    background: #f1f1f1;
    padding: 5px;
    border-radius: 50%;
    background: transparent;
}

.icon_help:hover {
background: #f1f1f1;
}

.icon_help span {
display: block;
    color: #000;
    font-family: Archivo;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.8px;
    text-transform: capitalize;
    margin-top: 5px;
    margin-bottom: 0px;
    transition: all 0.4s;
}
body .second-step {
height: 20% !important;
}
.configuration-tabs {
position: sticky;
    top: 0;
    z-index: 5;
    min-width: 80%;
    max-width: 100%;
    display: flex;
overflow-x: auto;
    overflow-y: hidden;
gap: 28px;
    margin: 0 0 24px;
    padding: 0 8px;
background: #ffffff;
    border-bottom: 1px solid #dce1d5;
isolation: isolate;
}

.configuration-tab {
position: relative;
    min-height: 44px;
flex: 0 0 auto;
    min-width: max-content;
    white-space: nowrap;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #555a4c;
    cursor: pointer;
    font-family: Archivo, serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    transition: color 0.2s ease;
}

.configuration-tab:hover {
color: var(--titleBackgroundcolor);
}

.configuration-tab.is-active {
color: #22251e;
}

.configuration-tab.is-active::after {
position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 3px;
    background: var(--titleBackgroundcolor);
    content: "";
}

.configuration-tab:focus-visible {
outline: 3px solid #b8c98b;
    outline-offset: 2px;
}

.configuration-tab-panel[hidden] {
display: none;
}

.configuration-tab-panel.is-visible {
animation: configuration-panel-in 0.22s ease-out;
}

@keyframes configuration-panel-in {
from {
        opacity: 0;
        transform: translateY(4px);
    }

  to {
      opacity: 1;
      transform: translateY(0);
  }
}

.configuration-tab-panel .cabinet-image-section {
margin-top: 16px;
}

.configuration-tab-panel .sec3mainbox {
align-items: start;
}

.icon_help svg {
width: 20px;
}
.icon_help:hover svg path {
fill: var(--totalBackgroundcolor);
}

.icon_help:hover span {
color: var(--totalBackgroundcolor);
}

/* .introjs-tooltipReferenceLayer{
    overflow-y: hidden;
 } */
/* .step-1 .cabinet-custmizer-details{
    overflow-y: hidden;
  }
 .step-2 .cabinet-custmizer-details{
   overflow-y: visible;
 } */

.introjs-tooltip {
transform: translate3d(0, 0, 0);
}

.addToCartBtnBox {
position: relative;
}
.btn-cart-message {
background: transparent;
    border: none;
    text-align: center;
    font-family: Archivo;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    padding: 8px 0 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
