@font-face {
    font-family: MessinaSans;
    src: url('fonts/MessinaSans-Regular.ttf');
}
:root {
    --baseColor: #a26028;
    --swiper-navigation-size: 18px;
    --swiper-theme-color: black;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    scrollbar-width: none;
    user-select: none;
    font-family: MessinaSans;
}
.logo {
    position: absolute;
    top: 0;
    z-index: 2;
}

h1, h2, h3, h4, h5, h6, ul, ol, p {
    margin-bottom: 0;
}
.mainParent {
    height: 100dvh;
    width: 100vw;
    overflow: hidden;
}
.iframeBox {
    position: relative;
    display: flex;
    height: 100vh;
    width: 100vw;
}
#app {
    height: 100%;
    width: 100%;
}

.openCloseDoor img {
    width: 30px;
}

.sliderCardImgs{
    width: 75px;
}

.configBox {
    border-radius: 15px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 15px 10px;
    position: absolute;
    right: 70px;
    top: 20px;
    max-width: 450px;
    width: 100%;
    max-height: 95vh;
    height: 100%;
    background-color: white;
}

.iframeBtnBox {
    position: absolute;
    top: 140px;
    right: 530px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.iframeIcons {
    height: 48px;
    width: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    background-color: #ffffff;
}
.iframeIcons:hover {
    background-color: #eeeeee;
}
.iframeIcons.active {
    background-color: #000000;
}
.iframeIcons.active img {
    filter: invert(1);
}

.shareClose {
    position: absolute;
    right: 10px;
    top: 10px;
}
.shareInput {
    border: 1px solid lightgray;
    padding: 10px 20px;
}
.split {
    border: 1px solid lightgray;
    border-radius: 50px;
    padding: 10px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

/* Main Tabs */
#wrap {
  margin: 0 auto;
  margin-top: 10px;
}
.tabs {
    display: flex;
    position: relative;
}
.tabs * {
    z-index: 2;
}
input[type=radio] {
    display: none;
}
.glider {
    position: absolute;
    display: flex;
    height: 100%;
    width: 50%;
    background-color: white;
    border: 2px solid var(--baseColor);
    z-index: 1;
    border-radius: 80px;
    left: 0;
    transition: .2s ease-out;
}
input[id=mainTab2]:checked~.glider {
    transform: translateX(0);
}
input[id=mainTab2]:checked~.glider {
    transform: translateX(100%);
}
.mainTabCont {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #edf0f0;
    border-radius: 20px;
}
.mainTabBtn {
    background-color: transparent;
    color: black;
    text-align: center;
    height: 25px;
    width: 50%;
    cursor: pointer;
    transition: color 0.15s ease-in;
}
#wrapper {
    position: relative;
    height: 600px;
    width: 410px;
    overflow-y: auto;
    overflow-x: hidden;
}
.box {
    display: inline-block;
    white-space: nowrap;
    position: absolute;
    width: 410px;
    height: 100%;
    text-align: center;
    cursor: pointer;
    padding: 20px 10px;
}
#first {
    top: 0px;
    left: 0px;
}
#second {
    top: 0px;
    left: 410px;
}
#slide {
    transition: transform .2s ease-in-out 0s;
    -moz-transition: -moz-transform .2s ease-in-out 0s;
    -webkit-transition: -webkit-transform .2s ease-in-out 0s;
}
.move-to-first {
    transform: translateX(0px);
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);    
}
.move-to-second {
    transform: translateX(-400px);
    -moz-transform: translateX(-400px);
    -webkit-transform: translateX(-400px);
}

/* .fade {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.fade.active {
  opacity: 1;
} */

/* Main Tabs */
.wideRangeGap {
    gap: 30px;
}
#modalTabBtns3 {
    text-decoration: underline;
}
#modalTabBtns4 {
    text-decoration: underline;
}
.heightRangeGap {
    gap: 30px;
}
.deepModalContentCont {
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 10px;
    padding-top: 40px;
}
.deepContentBoxes {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}
.deepSmallerPara {
    font-size: 9px;
}
.deepModalImgBox {
    height: 170px;
    width: 250px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.deepModalImgBox img {
    height: 100%;
    width: 100%;
}

/* Range Slider Code */
/* #js-rangeslider-1 .rangeslider__handle {
    left: 0 !important;
} */
.rangeLable {
    font-weight: 500;
}
.rangeslider {
   background-color: #d3d3d3;
   height: 2px !important;
}
.rangeslider__handle:after {
   background: 0;
}
.rangeslider, .rangeslider__fill {
   -moz-box-shadow: unset;
   -webkit-box-shadow: unset;
   box-shadow: unset;
}
.rangeslider--horizontal {
   height: 10px;
}
.rangeslider--horizontal .rangeslider__handle {
   top: -17px;
}
#js-rangeslider-2  .rangeslider__handle {
    left: 0 !important;
}
.rangeslider__handle {
    line-height: 33px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 62px !important;
    height: 35px;
    width: 75px;
    color: var(--baseColor);
    border: 2px solid #cad0d0;
    border-radius: 22px;
    background: #fff !important;

    text-align: center;
    box-shadow: none !important;
}
.rangeslider__fill {
   background: var(--baseColor);
}
.rangeCont {
   display: flex;
   justify-content: space-between;
   align-items: center;
   margin: 0 auto;
   width: 100%;
}
.minus {
   margin-right: 10px;
}
.plus {
   margin-left: 10px;
}
.minus, .plus {
    background-color: white;
    border: 1px solid #d3d3d3;
    height: 23px;
    width: 26px;
    border-radius: 50%;
    font-size: 22px;
    font-weight: 500;
    padding: 0px 5px 5px 5px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    transition: all 0.5s linear;
}
.minus:hover, .plus:hover {
   border-color: var(--baseColor);
   color: var(--baseColor);
}
.rangeBotomTxt {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0;
    color: #484444;
    width: max-content;
    margin-left: auto;
}
.rangeBotomSpan {
    color: var(--baseColor);
}


.offcanvas {
    width: 760px !important;
}
.offcanvas-body {
    padding: 0 30px;
}

/* Range Slider Code */


.mainPrice {
    color: var(--baseColor);
    font-size: 24px;
    line-height: 33px;
    font-weight: 600;
}
.priceInfo {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0;
    color: #6f7173;
}
.priceUpperTxt{
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0;
    color: #6f7173;
}
.upPrice {
    color: var(--baseColor)
}
.linethrough {
    text-decoration: line-through;
    font-weight: 500;
}

/* Height Buttons */
.rangeMargin {
    margin: 20px 0;
}
#heightRangeBox {
    display: none;
    flex-direction: column;
    gap: 15px;
}
.heightOuterCont {
    display: flex;
    align-items: center;
    gap: 3px;
}
.heightBtns {
    display: flex;
    position: relative;
    border-radius: 50px;
    background-color: #F5F3F1;
    height: max-content;
    width: max-content;
    margin: 20px 0;
}
.heightBtns * {
    z-index: 2;
}
.heightBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 90px;
    border-radius: 50px;
    cursor: pointer;
    transition: color 0.15s ease-in;
    font-size: 13px;
    font-weight: 600;
}
.heightBtnToShow {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 90px;
    border-radius: 50px;
    cursor: pointer;
    transition: color 0.15s ease-in;
    font-size: 13px;
    font-weight: 600;
}
.heightglider {
    position: absolute;
    display: flex;
    height: 40px;
    width: 90px;
    background-color: white;
    z-index: 1;
    border: 2px solid var(--baseColor);
    border-radius: 80px;
    transition: 0.25s ease-out;
}
input[id=cm200]:checked~.heightglider {
    transform: translateX(0);
}
input[id=cm237]:checked~.heightglider {
    transform: translateX(100%);
}
#standardBtn {
    border: 2px solid lightgray;
    border-radius: 80px;
    background-color: white;
    padding: 5px 12px;
    font-size: 14px;
    font-weight: 600;
}
/* Height Buttons */

/* None Inside Buttons */
.noneInsideBtns, .handleBtns, .finishBtns {
    display: flex;
    position: relative;
    border-radius: 50px;
    background-color: #F5F3F1;
    width: max-content;
    font-weight: 500;
}
.noneInsideBtns * , .handleBtns *, .finishBtns *  {
    z-index: 2;
}
.noneInsideBtn, .handleBtn, .finishBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    width: 70px;
    border-radius: 50px;
    cursor: pointer;
    transition: color 0.15s ease-in;
    font-size: 13px;
    font-weight: 600;
    line-height: 12px;
}
.noneInsideglider, .handleglider, .colorglider  {
    position: absolute;
    display: flex;
    height: 35px;
    width: 70px;
    background-color: white;
    z-index: 1;
    border: 2px solid var(--baseColor);
    border-radius: 80px;
    transition: 0.25s ease-out;
}
input[id=none]:checked~.noneInsideglider {
    transform: translateX(0);
}
input[id=none]:checked~.noneInsideBtns {
    color: var(--baseColor);
}
input[id=inside]:checked~.noneInsideglider {
    transform: translateX(100%);
}


input[id=withHandles]:checked~ .handleglider {
    color: var(--baseColor);
}
input[id=withHandles]:checked~ .handleglider {
    transform: translateX(0);
}
input[id=withoutHandles]:checked~ .handleglider {
    transform: translateX(100%);
}
input[id=pushToOpen]:checked~ .handleglider {
    transform: translateX(200%);
}

input[id=color]:checked~ .finishBtns {
    color: var(--baseColor);
}
input[id=color]:checked~ .colorglider {
    transform: translateX(0);
}
input[id=plywood]:checked~ .colorglider {
    transform: translateX(100%);
}
input[id=woodEffect]:checked~ .colorglider {
    transform: translateX(200%);
}
input[id=dekore]:checked~ .colorglider {
    transform: translateX(300%);
}

/* SecWidth CSS */
.secWidthBtns, .doorBtns {
    display: flex;
    position: relative;
    border-radius: 50px;
    background-color: #F5F3F1;
    width: max-content;
    font-weight: 500;
}
.secWidthBtns * , .doorBtns * {
    z-index: 2;
}
.secWidthBtn, .doorBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    width: 70px;
    border-radius: 50px;
    cursor: pointer;
    transition: color 0.15s ease-in;
    font-size: 13px;
    font-weight: 600;
}
.secWidthBtn img {
    height: 24px;
    width: 24px;
}
.secWidthglider {
    position: absolute;
    display: flex;
    height: 35px;
    width: 70px;
    background-color: white;
    z-index: 1;
    border: 2px solid var(--baseColor);
    border-radius: 80px;
    transition: 0.25s ease-out;
}
.wardrobe-sections {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.wr-sec {
    padding: 5px 10px;
    font-weight: 700;
    display: inline-block;
    transition: 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    border-radius: 50px;
    background-color: #F5F3F1;
    width: max-content;
    border: 2px solid #ffffff00;
}
.wr-sec.active {
    border: 2px solid var(--baseColor);
    background-color: white;
}

.wr-sec::before {
    content: "section ";
    position: absolute;
    left: 0;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
    padding-left: 10px;
}

.wr-sec:hover::before {
    transform: translateX(0);
}

.wr-sec:hover {
    padding-left: 70px; 
    display: flex;
    align-items: center;
    width: auto;
}
.wr-sec.active {
    padding-left: 70px; 
    display: flex;
    align-items: center;
    width: auto;
}
.wr-sec.active::before {
    transform: translateX(0);
}
.instruction-tab {
    text-transform: uppercase;
    color: black;
    padding: 3px 8px;
    background: none;
    border: none;
    position: relative;
}
.instruction-tab.active {
    font-weight: 700 !important;
}
.instruction-tab::after {
    content: "";
    position: absolute;
    background-color: black;
    height: 2px;
    width: 0;
    bottom: 0;
    left: 0;
    transition: 0.2s width linear;
}
.instruction-tab:hover::after {
    width: 100%;
}

.nav-tabs {
    border-bottom: none !important;
    gap: 10px;
}
.tab-pane small {
    font-size: 10px;
}

input[id=equipSec1B1]:checked~.secWidthglider {
    transform: translateX(0);
}
input[id=equipSec1B2]:checked~.secWidthglider {
    transform: translateX(100%);
}
input[id=equipSec1B3]:checked~.secWidthglider {
    transform: translateX(200%);
}
input[id=equipSec1B4]:checked~.secWidthglider {
    transform: translateX(0);
}
input[id=equipSec1B5]:checked~.secWidthglider {
    transform: translateX(100%);
}

input[id=equipSec1B1Mobile]:checked~.secWidthglider {
    transform: translateX(0);
}
input[id=equipSec1B2Mobile]:checked~.secWidthglider {
    transform: translateX(100%);
}
input[id=equipSec1B3Mobile]:checked~.secWidthglider {
    transform: translateX(200%);
}
input[id=equipSec1B4Mobile]:checked~.secWidthglider {
    transform: translateX(0);
}
input[id=equipSec1B5Mobile]:checked~.secWidthglider {
    transform: translateX(100%);
}
/* input[id=equipSec1B6]:checked~.secWidthglider {
    transform: translateX();
} */
/* SecWidth CSS */
/* None Inside Buttons */


.lightingCont {
    display: flex;
    align-items: center;
    gap: 25px;
    margin: 20px 0;
}
.colorCont {
    display: flex;
    align-items: center;
    gap: 37px;
    margin: 20px 0;
}
.plywoodCont, .woodCont, .dekoreCont {
    display: flex;
    align-items: center;
    gap: 50px;
    margin: 20px 0;
}
.outsideColorCont {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
    align-items: center;
    gap: 6px;
}
.outsideColors {
    height: 25px;
    width: 25px;
    border: 2px solid #d8d8d8;
    border-radius: 50%;
    position: relative;
}
.outsideColors .tooltiptext {
  visibility: hidden;
  height: 150px;
  width: 150px;
  background-color: #edf0f0;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  z-index: 9;
  bottom: 125%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.outsideColors:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.insideColorCont {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
    align-items: center;
    gap: 6px;
}
.insideColors {
    height: 25px;
    width: 25px;

    border-radius: 50%;
    position: relative;
}
.insideColors .tooltiptext {
  visibility: hidden;
  height: 150px;
  width: 150px;
  background-color: #edf0f0;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  z-index: 9;
  bottom: 125%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.insideColors:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

#outsideCircle1 {
    background-image: url("img/colors/T03-sand.svg");
    background-size: cover;
}
#outsideCircle2 {
    background-image: url("img/colors/T03-olive-green.svg");
    background-size: cover;
}
#outsideCircle3{
    background-image: url("img/colors/T03-white-vert.svg");
    background-size: cover;
}
#outsideCircle4{
    background-image: url("img/colors/T02-beige-vert.svg");
    background-size: cover;
}
#outsideCircle5{
    background-image: url("img/colors/T03-clay-brown.svg");
    background-size: cover;
}
#outsideCircle6{
    background-image: url("img/colors/T02-sand-mustard-yellow-vert.svg");
    background-size: cover;
}
#outsideCircle7{
    background-image: url("img/colors/T03-black.svg");
    background-size: cover;
}
#outsideCircle8{
    background-image: url("img/colors/T03-grey-vert.svg");
    background-size: cover;
}
#outsideCircle9{
    background-image: url("img/colors/T02-grey-dark-grey-vert.svg");
    background-size: cover;
}
#outsideCircle1Tooltip {
    background-image: url("img/colors/T03-sand_2x.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#outsideCircle2Tooltip {
    background-image: url("img/colors/T03-olive-green_2x.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#outsideCircle3Tooltip {
    background-image: url("img/colors/T03-white-vert_2x.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#outsideCircle4Tooltip {
    background-image: url("img/colors/T02-beige-vert_2x.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#outsideCircle5Tooltip {
    background-image: url("img/colors/T03-clay-brown_2x.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#outsideCircle6Tooltip {
    background-image: url("img/colors/T02-sand-mustard-yellow-vert_2x.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#outsideCircle7Tooltip {
    background-image: url("img/colors/T03-black_2x.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#outsideCircle8Tooltip {
    background-image: url("img/colors/T03-grey-vert_2x.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#outsideCircle9Tooltip {
    background-image: url("img/colors/T02-grey-dark-grey-vert_2x.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}





#handles1 {
    background-image: url("asset/Handles/1.PNG");
    background-size: cover;
}
#handles2 {
    background-image: url("asset/Handles/2.PNG");
    background-size: cover;
}
#handles3 {
    background-image: url("asset/Handles/3.PNG");
    background-size: cover;
}
#handles4 {
    background-image: url("asset/Handles/4.PNG");
    background-size: cover;
}
#handles5 {
    background-image: url("asset/Handles/5.PNG");
    background-size: cover;
}
#handles6 {
    background-image: url("asset/Handles/6.PNG");
    background-size: cover;
}
#handles7 {
    background-image: url("asset/Handles/7.PNG");
    background-size: cover;
}
#handles8 {
    background-image: url("asset/Handles/8.PNG");
    background-size: cover;
}
#handles9 {
    background-image: url("asset/Handles/9.PNG");
    background-size: cover;
}
#handletooltip1 {
    background-image: url("asset/Handles/1.PNG");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#handletooltip2 {
    background-image: url("asset/Handles/2.PNG");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#handletooltip3 {
    background-image: url("asset/Handles/3.PNG");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#handletooltip4 {
    background-image: url("asset/Handles/4.PNG");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#handletooltip5 {
    background-image: url("asset/Handles/5.PNG");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#handletooltip6 {
    background-image: url("asset/Handles/6.PNG");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#handletooltip7 {
    background-image: url("asset/Handles/7.PNG");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#handletooltip8 {
    background-image: url("asset/Handles/8.PNG");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#handletooltip9 {
    background-image: url("asset/Handles/9.PNG");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.insideColors1 {
    background-image: url('img/colors/multiplexBoard/T01p-white-vert.svg');
    background-size: cover;
}
.insideColors2 {
    background-image: url('img/colors/multiplexBoard/T01p-grey-vert.svg');
    background-size: cover;
}
.insideColors3 {
    background-image: url('img/colors/multiplexBoard/T01p-black-vert.svg');
    background-size: cover;
} 
#insideColors1Tooltip {
    background-image: url("img/colors/multiplexBoard/T01p-white-vert_2x.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#insideColors2Tooltip {
    background-image: url("img/colors/multiplexBoard/T01p-grey-vert_2x.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#insideColors3Tooltip {
    background-image: url("img/colors/multiplexBoard/T01p-black-vert_2x.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.insideColorsPartTwo1 {
    background-image: url('asset/Textures/H1367 ST40.webp');
    background-size: cover;
}
.insideColorsPartTwo2 {
    background-image: url('asset/Textures/H1384 ST40.webp');
    background-size: cover;
}
.insideColorsPartTwo3 {
    background-image: url('asset/Textures/H1385 ST40.webp');
    background-size: cover;
}
.insideColorsPartTwo4 {
    background-image: url('asset/Textures/H1386 ST40.webp');
    background-size: cover;
}
#insideColorsPartTwoTooltip1 {
    background-image: url("asset/Textures/1.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#insideColorsPartTwoTooltip2 {
    background-image: url("asset/Textures/2.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#insideColorsPartTwoTooltip3 {
    background-image: url("asset/Textures/3.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#insideColorsPartTwoTooltip4 {
    background-image: url("asset/Textures/4.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#insideColorsPartTwoTooltip5 {
    background-image: url("asset/Textures/5.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#insideColorsPartTwoTooltip6 {
    background-image: url("asset/Textures/6.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#insideColorsPartTwoTooltip7 {
    background-image: url("asset/Textures/7.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#insideColorsPartTwoTooltip8 {
    background-image: url("asset/Textures/8.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#insideColorsPartTwoTooltip9 {
    background-image: url("asset/Textures/9.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#insideColorsPartTwoTooltip10 {
    background-image: url("asset/Textures/10.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.woodeffectstex1{
    background-image: url('asset/Textures/1.webp');
    background-size: cover;
}

.woodeffectstex2{
    background-image: url('asset/Textures/2.webp');
    background-size: cover;
}

.woodeffectstex3{
    background-image: url('asset/Textures/3.webp');
    background-size: cover;
}

.woodeffectstex4{
    background-image: url('asset/Textures/4.webp');
    background-size: cover;
}

.woodeffectstex5{
    background-image: url('asset/Textures/5.webp');
    background-size: cover;
}

.woodeffectstex6{
    background-image: url('asset/Textures/6.webp');
    background-size: cover;
}

.woodeffectstex7{
    background-image: url('asset/Textures/7.webp');
    background-size: cover;
}

.woodeffectstex8{
    background-image: url('asset/Textures/8.webp');
    background-size: cover;
}

.woodeffectstex9{
    background-image: url('asset/Textures/9.webp');
    background-size: cover;
}

.woodeffectstex10{
    background-image: url('asset/Textures/10.webp');
    background-size: cover;
}

.tooltipInnerContent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    border: 2px solid var(--baseColor);
    border-radius: 50%;
    overflow: hidden;
}
.tooltipColor {
    height: 70%;
    width: 150px;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
}
.tooltipTxt {
    height: 30%;
    font-size: 10px;
    padding-top: 5px;
    white-space: break-spaces;
}
.orderSampleA {
    color: black;
    text-decoration: none;
}
.orderSampleAnker {
    border-bottom: 1px solid black;
    font-weight: 700;
}


.modalTabContent {
    display: none;
}
.modalTabContent.active {
    display: block;
}
.paymentInfoModalImgCont {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
}
/* .paymentInfoModalImg {
    border: 1px solid lightgray;
    height: 40px;
    width: 80px;
} */


.equipNestedTabContent {
    display: none;
}
.equipNestedTabContent.active {
    display: none;
}
.secWidth {
    text-align: left;
}
.drawersCont {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 40px;
}
.inOutDrawers {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.inOutBtns {
    border: 2px solid lightgray;
    border-radius: 8px;
    background-color: #edf0f0;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    height: 70px;
    width: 100px;
}
.drawerQuestionMark {
    border: 1px solid lightgray;
    border-radius: 50%;
    padding: 2px 8px;
    font-size: 14px;
    position: relative;
}
.drawerQuestionMark .tooltiptext {
  visibility: hidden;
  height: 300px;
  width: 300px;
  background-color: #edf0f0;
  text-align: center;
  border-radius: 10px;
  position: absolute;
  z-index: 9999999999999999;
  top: 125%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.drawerQuestionMark:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.inOutDrawers svg {
    outline: none;
    width: 50px;
}
.lightingImgBox img {
    width: 100%;
    border-radius: 10px;
}

.sloppingBoxesContainer {
    display: none;
    justify-content: start;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.sloppingBoxesContainerMobile {
    display: none;
    justify-content: start;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.sloppingBoxes {
    height: 90px;
    width: 90px;
    background-color: #e6e6e6;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sloppingBoxes.active {
    background-color: var(--baseColor);
    color: white;
}
.switchOuterContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 25px;
}
.switch {
    position: relative;
    display: inline-block;
    height: 26px;
    width: 60px;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50px;
}
.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 5px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}
input:checked + .slider {
    background-color: var(--baseColor);
}
input:checked + .slider:before {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
}
.switch-label {
    margin-top: 10px;
    display: block;
}
.hidden {
    display: none;
}


.botomFooter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    /* position: absolute;
    bottom: 0;
    left: 0;
    right: 0; */
    border-top: 1px solid #edf0f0;
    padding: 20px 0;
}
.footerBtnCont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    width: 100%;
}
.footerBtns {
    width: 90%;
    border-radius: 80px;
    padding: 15px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    outline: none;
}
#shoppingCartBtn {
    background-color: var(--baseColor);
    color: white;
    border: 0;
}
#saveDesignBtn {
    background-color: white;
    color: black;
    border: 1px solid black;
}
.lastViewPaymentBtn {
    font-weight: 600;
    border-bottom: 1px solid;
    cursor: pointer;
}

/* Swiper Slider CSS */

.swiper-container {
    height: 200px;
    width: 100%;
    margin-bottom: 20px;
    overflow-x: hidden;
    position: relative;
}
.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.sliderCards {
    height: 130px;
    width: 90px;
    border: 2px solid lightgray;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sliderCards:hover {
    background-color: #ff3c001a;
    border-color: var(--baseColor);
}
.sliderNavBtns {
    background-color: white;
    padding: 15px;
    border-radius: 50%;
}
.swiper-button-next {
    right: var(--swiper-navigation-sides-offset,0px);
}
.swiper-button-prev {
    left: var(--swiper-navigation-sides-offset,0px);
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0 !important;
}
.mobileswiper-container {
    height: 150px;
    width: 100%;
    margin-bottom: 20px;
    overflow-x: hidden;
    position: relative;
}
/* Swiper Slider CSS */

/* .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0 !important;
} */

/* Mobile CSS */
#mobileTabCuntent6, #mobileTabCuntent7, #mobileTabCuntent8, #mobileTabCuntent9, #mobileTabCuntent10, #mobileTabCuntent11 {
    display: none;
}
.mobileTabBtnsCont {
    display: none;
    justify-content: start;
    align-items: center;
    gap: 10px;
    overflow-x: scroll;
    overflow-y: hidden;
    scrollbar-width: thin;
    max-width: 1000px;
    width: 100%;
    padding: 10px;
}
.mobileTabBtns {
    border: 2px solid transparent;
    border-radius: 20px;
    padding: 6px 20px;
    white-space: nowrap;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}
.mobileTabBtns:hover {
    color: var(--baseColor);
}
.mtbChilds.active { 
    background-color: #ff3c001a;
    color: var(--baseColor);
    border: 1px solid var(--baseColor);
}
.desktopHide {
    display: none;
}
.comeLittleClose {
    display: none;
}
/* Mobile CSS */

.children.active {
    border: 2px solid var(--baseColor);
}
.secBtns {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #edf0f0;
    border-radius: 20px;
}
.secBtns button {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 2px solid #d8d8d8;
    background-color: white;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;

}
.secBtns p {
    background-color: #edf0f0;
    padding: 0 15px;
}
#deepRange::after {
    content: '1';
    background-color: white;
    border: 1px solid #d3d3d3;
    height: 23px;
    width: 26px;
    border-radius: 50%;
    font-size: 22px;
    font-weight: 500;
    padding: 0px 5px 5px 5px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    transition: all 0.5s linear;
}
#deepRange::before {
    content: '1';
    background-color: white;
    border: 1px solid #d3d3d3;
    height: 23px;
    width: 26px;
    border-radius: 50%;
    font-size: 22px;
    font-weight: 500;
    padding: 0px 5px 5px 5px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    transition: all 0.5s linear;
}
.rangeslider__handle::before, .rangeslider__handle::after {
    content: '';
    position: absolute;
    background: white;
    border: 2px solid #cad0d0;
    padding: 15px;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s linear, visibility 0.2s linear;
}
.rangeslider__handle:hover::before,
.rangeslider__handle:hover::after {
    opacity: 1;
    visibility: visible;
}

.rangeslider__handle::before {
    content: '-';
    left: -37px; /* Adjust based on spacing needs */
    font-size: 20px;
}

.rangeslider__handle::after {
    content: '+';
    left: 73px;
    font-size: 20px;
}

.rangeslider__handle.hide-before::before {
    opacity: 0;
    pointer-events: none;
}

.rangeslider__handle.hide-after::after {
    opacity: 0;
    pointer-events: none;
}

.rangeslider--horizontal .rangeslider__fill {
    z-index: -1;
}
.oninput-rangeSlider {
    position: relative;
    top: -10px;
    background: var(--baseColor);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 3px solid #cad0d0;
    color: transparent;
}
.sectionDepthCont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
}
.sectionDepthBtns, .handleBtns {
    display: flex;
    position: relative;
    border-radius: 50px;
    background-color: #F5F3F1;
    width: max-content;
    font-weight: 500;
}
.sectionDepthBtns * , .handleBtns *  {
    z-index: 2;
}
.mobDepthP {
    display: none;
}
.priceMobileDiv {
    display: none;
}
.priceDesktopDiv {
    display: block;
}
/* .sectionDepthBtn, .handleBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    width: 70px;
    border-radius: 50px;
    cursor: pointer;
    transition: color 0.15s ease-in;
    font-size: 13px;
    font-weight: 600;
    line-height: 12px;
}
.sectionDepthglider, .handleglider  {
    position: absolute;
    display: flex;
    height: 35px;
    width: 70px;
    background-color: white;
    z-index: 1;
    border: 2px solid var(--baseColor);
    border-radius: 80px;
    transition: 0.25s ease-out;
} */
input[id=cm27].active~.sectionDepthglider {
    transform: translateX(0);
}
input[id=cm36].active~.sectionDepthglider {
    transform: translateX(100%);
}
input[id=cm45].active~.sectionDepthglider {
    transform: translateX(200%);
}
input[id=cm60].active~.sectionDepthglider {
    transform: translateX(300%);
}
input[id=cm27sectionDepth]:checked~.sectionDepthglider {
    transform: translateX(0);
}
input[id=cm36sectionDepth]:checked~.sectionDepthglider {
    transform: translateX(100%);
}
input[id=cm45sectionDepth]:checked~.sectionDepthglider {
    transform: translateX(200%);
}
input[id=cm60sectionDepth]:checked~.sectionDepthglider {
    transform: translateX(300%);
}


input[id=cm27sectionDepthMobile]:checked~.sectionDepthglider {
    transform: translateX(0);
}
input[id=cm36sectionDepthMobile]:checked~.sectionDepthglider {
    transform: translateX(100%);
}
input[id=cm45sectionDepthMobile]:checked~.sectionDepthglider {
    transform: translateX(200%);
}
input[id=cm60sectionDepthMobile]:checked~.sectionDepthglider {
    transform: translateX(300%);
}
.depthInput, #colorSearchInput {
    width: 100%;
    border-radius: 20px;
    border: 1px solid #d3d3d3;
    padding: 5px 10px;
}
#colorSearchInput {
    display: none;
}
#searchForMore {
    border: 1px solid #bdb2b2;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
.sectionDepthCont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
}
.sectionDepthBtns, .handleBtns {
    display: flex;
    position: relative;
    border-radius: 50px;
    background-color: #F5F3F1;
    width: max-content;
    font-weight: 500;
}
.sectionDepthBtns * , .handleBtns *  {
    z-index: 2;
}
.sectionDepthBtn, .handleBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    width: 70px;
    border-radius: 50px;
    cursor: pointer;
    transition: color 0.15s ease-in;
    font-size: 13px;
    font-weight: 600;
    line-height: 12px;
}
.sectionDepthglider, .handleglider  {
    position: absolute;
    display: flex;
    height: 35px;
    width: 70px;
    background-color: white;
    z-index: 1;
    border: 2px solid var(--baseColor);
    border-radius: 80px;
    transition: 0.25s ease-out;
}
/* input[id=cm27]:checked~.sectionDepthglider {
    transform: translateX(0);
}
input[id=cm36]:checked~.sectionDepthglider {
    transform: translateX(100%);
}
input[id=cm45]:checked~.sectionDepthglider {
    transform: translateX(200%);
}
input[id=cm60]:checked~.sectionDepthglider {
    transform: translateX(300%);
} */

.card {
    border: none !important;
}

/* .mobileTabContent {
    padding: 0 20px;
} */
.mobileTabContent h2 {
    font-size: 2.6rem;
}

.facadeCont {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
}
.facadeBoxesCont {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.facadeBoxes {
    border-radius: 8px;
    background-color: #edf0f0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 75px;
    width: 75px;
    font-size: 13px;
    padding: 10px 3px;
}
.facadeBoxes p {
    white-space: break-spaces;
    line-height: 11px;
    padding-top: 5px;
    font-size: 11px;
}
.facadeBoxes.active {
    background-color: white;
    border: 2px solid var(--baseColor);
}

.wood-texture-container {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
}
.wood-texture-item {
    --size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: var(--size);
    height: var(--size);
    border-radius: var(--size);
    border: 2px solid transparent;
    cursor: pointer;
}

.wood-texture-item > .texture {
    width: var(--size);
    height: var(--size);
    border-radius: var(--size);
} 
.wood-texture-item > .texture > img {
    width: var(--size);
    height: var(--size);
    border: 2px solid #ecebeb9e;
    border-radius: 50%;
    padding: 2px;
} 
.wood-texture-item > .texture > img.active {
    border: 2px solid black;
    border-radius: 50%;
    padding: 2px;
}
.payment-popup img {
    width: 100px;
}

.saveDesignBtn {
    background-color: var(--baseColor);
    color: white;
    display: block;
    margin: auto;
    border-radius: 20px;
    padding: 8px 20px;
}
.saveDesignEmail {
    border: 2px solid var(--baseColor);
    border-radius: 20px;
    padding: 5px 15px;
    width: 100%;
}
.image-height {
    height: 100%;
}
.modal-padding {
    padding: 0;
}
.modal-width {
    max-width: 800px;
}
/* Add to cart CSS */
.product-items img {
    width: 150px;
}
.product-items {
    display: flex;
    justify-content: space-between;
    overflow-y: auto;
}
.product-information {
    display: flex;
    flex-direction: column;
}
.discount-price {
    border: 2px solid var(--baseColor);
    padding: 2px 5px;
    border-radius: 10px;
    color: var(--baseColor);
}
.previous-price {
    text-decoration: line-through;
    font-size: 15px;
    color: #6f7173;
}
.after-discount-price {
    font-weight: bolder;
    font-size: 20px;
}
.bill-section {
    position: absolute;
    bottom: 0;
    background-color: white;
    width: 100%;
}
.bill-calculations {
    padding: 15px 40px;
    border-bottom: 1px solid rgb(163, 163, 163);
}
.promocode {
    padding: 5px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid rgb(156, 156, 156);
}
.apply-promocode {
    border-radius: 10px;
    padding: 10px;
    border: 1px solid rgb(51, 51, 51);
    background-color: white;
}
.checkout-button {
    display: block;
    margin: auto;
    color: white;
    background-color: var(--baseColor);
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 20px;
    border: none;
    width: 50%;
}

.agree {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .agree input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
  }
  
  .agree:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  .agree input:checked ~ .checkmark {
    background-color: var(--baseColor)
  }
  
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  .agree input:checked ~ .checkmark:after {
    display: block;
  }
  
  .agree .checkmark:after {
    left: 10px;
    top: 6px;
    width: 5px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .custom-padding {
    padding: 0 50px;
  }
  .custom-padding2 {
    padding: 0 20px;
  }
  .shareDesignInput {
    border: 1px solid rgb(219, 209, 209);
    padding: 5px 10px;
    border-radius: 5px;
    width: 100%;
  }

  .social-media-buttons {
    border: 1px solid rgb(219, 209, 209);
    border-radius: 20px;
    padding: 5px 20px;
    background-color: white;
  }
  .social-media-buttons:hover {
    background-color: #f0ecec;
  }
  .copy {
    border: none;
  }

  .copy-popup {
    display: none;
    position: absolute;
    top: 135px;
    right: 20px;
    background-color: #1f2220;
    color: white;
    padding: 4px 15px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    z-index: 1000;
    animation: fadeout 2s forwards;
  }
  .copy-popup::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: 15px;
    border-width: 5px;
    border-style: solid;
    border-color: black black transparent transparent;
  }
  
  /* @keyframes fadeout {
    0% { opacity: 1; }
    90% { opacity: 1; }
    100% { opacity: 0; }
  }  */

  .disabled {
    pointer-events: none;
    opacity: 0.5;
    transition: 1s;
  }