:root {
  /* ===== Colors ===== */
  --body-color: #e4e9f7;
  --sidebar-color: #fff;
  --border-color: #a24b2b;
  --primary-color: transparent;
  --primary-color-light: #f6f5ff;
  --toggle-color: #ddd;
  --text-color: #707070;
  /* ====== Transition ====== */
  --tran-03: all 0.2s ease;
  --tran-03: all 0.3s ease;
  --tran-04: all 0.3s ease;
  --tran-05: all 0.3s ease;
}

::selection {
  background-color: #808080;
  color: #000;
}

/* ===== Sidebar ===== */


.sidebar {
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: 0;
  display: flex;
  align-items: center;
  margin-top: auto;
  height: fit-content;
  margin-bottom: auto;
  padding: 8px 0px;
  background: var(--sidebar-color);
  transition: var(--tran-05);
  border-radius: 50px;
  z-index: 121;
  flex-direction: column;
  justify-content: center;
}

/* =========================== */

.glenn {
  position: relative;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}

.bomListOption {
  position: relative;
  padding: 8px 10px 10px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}

#start_threed {
  position: relative;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}

.glenn img {
  width: 30px;
  height: 30px;
}

.bomListOption img {
  width: 30px;
  height: 30px;
}

.start_threed img {
  width: 30px;
  height: 30px;
}

#door-selector:hover .img .changeFill,
#door-selector.active .img .changeFill {
  stop-color: #a24c2a !important;
}

#worktop-selector:hover .img g,
#worktop-selector.active .img g,
#backsplash-selector:hover .img g,
#backsplash-selector.active .img g {
  stroke: #a24c2a;
}

#floor-selector.active,
#wallcolor-selector.active,
#backsplash-selector.active,
#door-selector.active,
#handle-selector.active,
#worktop-selector.active,
#showBomList.active,
#start_threed.active {
  box-shadow: 0 0 5px #fff;
  -moz-box-shadow: 0 0 5px #fff;
  -webkit-box-shadow: 0 0 5px #fff;
  border-right: 4px solid #a24b2b;
  border-left: 4px solid #a24b2b;
  margin: 0px -4px;
}

.option-details {
  position: absolute;
  color: #fff;
  background: #dc8461c6;
  top: 10%;
  bottom: 10%;
  padding: 10px 35px 20px 38px;
  left: 30px;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 0px 40px 40px 0px;
  width: 285px;
  height: 400px;
  z-index: 111;
  /* height: 320px; */
  display: none;
  transition: var(--tran-05);
}

.glenn:hover {
  box-shadow: 0 0 5px #fff;
  -moz-box-shadow: 0 0 5px #fff;
  -webkit-box-shadow: 0 0 5px #fff;
  border-right: 4px solid #a24b2b;
  border-left: 4px solid #a24b2b;
  margin: 0px -4px;
}

.door-option-content {
  display: none;
}

.optionsList {
  display: grid;
  padding: 0px;
  list-style: none;
  gap: 5px 10px;
  grid-template-columns: 1fr 1fr 2fr;
  float: left;
}

.optionsList img {
  width: 60px !important;
  height: 60px !important;
}

.optionsList li a {
  position: relative;
  text-decoration: none;
}

.optionsList li a.active:before {
  content: url(../kitchen3d/img/checklist.png);
  position: absolute;
}

.option-details hr {
  float: left;
  align-items: start;
  margin: 0px !important;
  color: #fff;
  border: 0.5px solid #fff;
  height: 0px;
}

.option-details p {
  margin: 10px 0px;
}

.optionsList li {
  border: 5px solid #fff;
  background: #fff;
}

.optionsList li a p {
  margin: 0px;
  font-size: 6px;
  color: #000;
  padding: 0px;
  font-weight: 600;
  line-height: 7px;
  text-align: center;
  font-family: var(--bs-body-font-family);
}

.optionList li a {
  text-decoration: none;
}


header,
footer,
.qodef-page-title {
  display: none !important;
}

div#qodef-page-inner {
  padding: 0px !important;
  width: 100%;
}

div#showBomList.active {
  box-shadow: 0 0 5px #fff;
  -moz-box-shadow: 0 0 5px #fff;
  -webkit-box-shadow: 0 0 5px #fff;
  border-right: 4px solid #a24b2b;
  border-left: 4px solid #a24b2b;
  margin: 0px -4px;
}

div#start_threed.active {
  box-shadow: 0 0 5px #fff;
  -moz-box-shadow: 0 0 5px #fff;
  -webkit-box-shadow: 0 0 5px #fff;
  border-right: 4px solid #a24b2b;
  border-left: 4px solid #a24b2b;
  margin: 0px -4px;
}

#showBomList {
  cursor: pointer;
}

#start_threed {
  cursor: pointer;
}

/*==========S3 codes==================== */

canvas {
  background-color: #fff;
}

#loading-screen {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 1;
  transition: 1s opacity;
}

#loading-screen.fade-out {
  /* opacity: 0; */
  display: none;
}

#bom_head td {
  padding: 8px;
  text-align: center;
  border-right: 2px dotted #fff;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #a24c29;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #cb714e;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #eb865d;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/***** Slide Right *****/
.slide-right {
  animation: 1s slide-right;
}

@keyframes slide-right {
  from {
    margin-left: -100%;
  }

  to {
    margin-left: 0%;
  }
}

/***** Slide Left *****/
.slide-left {
  animation: 5s slide-left;
}

@keyframes slide-left {
  from {
    margin-left: 0%;
  }

  to {
    margin-left: -100%;
  }
}

#CanvasDiv canvas {
  width: 100% !important;
}

.logoDiv {
  margin-left: auto;
  margin-top: 20%;
  margin-bottom: 5px;
  margin-right: auto;
  display: flex;
  justify-content: center;
}

.sidebar::before {
  content: url(../kitchen3d/img/curve.png);
  position: absolute;
  top: -29px;
  left: 0px;
}

.sidebar::after {
  content: url(../kitchen3d/img/curve.png);
  position: absolute;
  bottom: -19px;
  left: 0px;
}

.price_row .table>tbody>tr>td {
  font-size: 12px;
}

.price_row {
  padding-top: 0px;
  position: relative;
}

.bom_style1 .table thead {
  background: #EAEBEB;
}

.bom_style1 .table .odd {
  background: #FCFCFC;
}

.limg {
  width: 19%;
  float: left;
  text-align: center;
}

.rdesc {
  float: right;
  width: 80%;
  padding-left: 10px;
}

.table {
  border: 1px solid #ddd;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

#left_col {
  position: relative;
}

#bom_head {
  background: #a24b2b;
}


.table>thead>tr>th {
  border-bottom: none;
}

.bom_div {
  padding: 20px 0;
  background-color: #fff;
}

.CabinetCountTitle {
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#downloadPDFDiv{
cursor: pointer;
padding:8px;
}

#downloadPDFDiv:hover{
  box-shadow: 0 0 5px #fff;
  -moz-box-shadow: 0 0 5px #fff;
  -webkit-box-shadow: 0 0 5px #fff;
  border-right: 4px solid #a24b2b;
  border-left: 4px solid #a24b2b;
  margin: 0px -4px;
}

.headTitle {
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.mt-10 {
  margin: 10px 0px 0px 0px !important;
}

.md-none {
  display: none;
}

.rightSideBlock {
  position: absolute;
  right: 0px;
  padding: 10px 0px;
  bottom: 0px;
  color: #707070;
  background: #ffffffe0;
  z-index: 1111;
}

.rightSideBlock a {
  color: #707070;
  text-decoration: none;
}

.rightSideBlock i {
  font-size: 25px;
}

.rightSideBlock i:hover {
  color: #a24b2b;
}

.download_pdf {
  text-decoration: none;
  border: 1px solid #a24b2b;
  color: #a24b2b;
  font-size: 14px;
  padding: 8px;
  margin-bottom: 20px;
}

.download_pdf:hover {
  background-color: #a24b2b;
  color: #fff;
}