@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@400;500;600&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    white-space: nowrap;
    scroll-behavior: smooth;
    font-family: 'Hind Siliguri', sans-serif;
}

.choose_horse {
    background-color: transparent !important;
    padding: 0;
    margin: 0;
}
.horseColorDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.horseColorsImg {
    width: 120px;
}
.horseColorTitle {
    font-size: 20px;
    font-weight: normal;
}
.horseColors {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 200px;
    border: 4px solid #0D57F2;
    margin-right: 10px;
    padding: 10px;
    text-decoration: none;
    vertical-align: top;
}
.horseColors.active {
    background-color: #0d57f2;
}
.horseColorCompleteBtn {
    background-color: red;
    width: max-content;
    margin: 30px auto 0 auto;
    padding: 10px 40px;
    border-radius: 6px;
    font-size: 20px;
}

body {
    font-family: 'Hind Siliguri', sans-serif;
    overflow: hidden;
}
.horse-modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.horse-modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

.horse-close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.horse-close:hover,
.horse-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}


.mainBox {
    height: 100vh;
    /* width: 100vw;
    border: 5px solid red; */
    position: relative;
    overflow: hidden;
}
.bottom-mainbox {
    width: 100%;
    height: calc(100% - 107px);
    position: relative;
}
.iframesection{
    width: 100%;
    height:100%
}
.iframesection img{
    width: 100%;
    height: 100%;
}
.navbar
{
    /* position: absolute; */
    top: 0;
    width: 100%;
    background-color: #000000;
    padding: 1rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 107px;
}
.left-nav
{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0px 5px;
}
.img1
{
    width: 64px;
    height: 64px;
    
}
.img1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img2
{
    height: 32px;
    width: 32px;
}
.img2 img
{
    width: 100%;
    height: 110%;
    object-fit: cover;
}
.circle
{
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #FFFFFF;
    opacity: 0.4;
    position: relative;
    text-align: center;
    margin: auto;
}
.circle::after
{
    content: "";
    height: 10px;
    width: 10px;
    position: absolute;
    opacity: 0.4;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    background-color: #FFFFFF;
    transform: translate(-50%,-50%);
}
.inner-centernav
{
    text-align: center;
}
.inner-centernav.active .circle{
    background: #D00000;
    border: 1px solid #D00000;
    opacity: 1;
}
.inner-centernav p{
    color: #fff;
    padding-top: 10px;
    font-size: 18px;
    text-transform: capitalize;
    display: block;
    white-space: nowrap;
}
.center-nav
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0px 20px;
}
.right-nav a
{
    border: 1px solid #FFFFFF;
    padding: 10px 15px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    border-radius: 5px;
    font-weight: 800;
}
.rightbox {
    width: 290px;
    border-radius: 5px;
    z-index: 1;
    position: absolute;
    right: 20px;
    top: 2%;
    height: auto;
    
    padding: 0 15px 1.5em 15px;
    display: flex;
    flex-direction: column;
    max-height: 90%;
}
.toprightbox
{
    text-align: center;
}
.toprightbox h3
{
    font-size: 24px;
    font-weight: bold;
    padding: 24px 0px;
    font-size: 24px;
    color: #fff;
}
.toprightbox img{
    border-radius: 50%;
    background-color: #fff;
    height: 40px;
    width: 40px;
}
.toprightbox p{
    display: flex;
    align-items: center;
    justify-content: space-around;
    /* gap: 0px 10px; */
    padding-bottom: 24px;
}
.toprightbox p span
{
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}
.bottomrightbox
{
    text-align: center;
}
.bottomrightbox h6
{
    font-size: 1em;
    color: #FFFFFF;
    font-weight: 300;
}
.bottomrightbox p
{
    font-size: 2.6em;
    font-weight: 400;
    color: #FFFFFF;
}

.rightInnerBox {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #151D2F;
}


.openCloseMenu {
    display: flex;
    justify-content: space-evenly;
    color: white;
    margin-bottom: 20px;
}



.centerrightbox
{
    background-color: #111726;
    margin: 0 -15px;
    padding: 20px 30px;
    height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}
.rightCenterBox {
    display: flex;
    background-color: #111726;
    /* margin: 0 -15px; */
    padding: 20px 30px;
    height: 250px;
    /*height: 200px;*/
    overflow-y: auto;
    overflow-x: hidden;
}
.rightImgBox img,.rightTitleBox p{
    cursor: pointer;
}
.rightImgBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}
.rightImgBox img {
    border-radius: 50%;
    background-color: #fff;
    height: 40px;
    width: 40px;
}
.rightTitleBox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    color: white;
    margin-left: 10px;
}
.rightTitle {
    margin: 0;
    padding: 0;
}

::selection {
    background: #fff;
    color: #fff;
    text-shadow: none;
}

.centerrightbox::-webkit-scrollbar {
    width: 5px;
    background-color: #fff;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: none;
}

.centerrightbox::-webkit-scrollbar-track-piece {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

.centerrightbox::-webkit-scrollbar-thumb:vertical {
    border-radius: 10px;
    background-color: #fff;
}
.centerrightbox img{
    height: 40px;
    width: 40px;
    background-color: #fff;
    border-radius: 50%;
}
.centerrightbox  p{
    display: flex;
    align-items: center;
    padding: 10px 0px;
    gap: 10px 0px;
}
.centerrightbox  p span
{
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    padding-left: 20px;
}


/* GHAZALI CSS */

.leftBox {
    /* max-height: 90%; */
    overflow-y: scroll;
    overflow-x: hidden;
    /*max-height: 800px;*/
    height: 75vh;
    /*height: max-content;*/
    width: 290px;
    border-radius: 5px;
    z-index: 1;
    position: absolute;
    left: 20px;
    top: 120px;
    background-color: #151D2F;
    color: white;
    padding: 0 15px 1.5em 15px;
}
.leftBox::-webkit-scrollbar {
  width: 6px;
}
.leftBox::-webkit-scrollbar-track {
  background: #151D2F;
  /* border-top-right-radius: 10px;
  border-bottom-right-radius: 10px; */
}
.leftBox::-webkit-scrollbar-thumb {
  background: #979797;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.leftBox::-webkit-scrollbar-thumb:hover {
  background: #979797;
}
.arrowsDiv {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
}
.left, .right {
    cursor: pointer;
}
.fingerPrintImgBox {
    position: absolute;
    bottom: 1%;
    left: 1%;
    background-color: red;
    padding: 10px;
    /* border: 4px solid orangered; */
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999999;
}
#firstSelect,#upperMaterialSelect,#velcroSelect,#correctSelect,#spineSelect {
    border: 0!important;
    border-radius: 4px;
    background: #0D57F2;
    padding: 1em 0.9em !important;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-size: 1em;
    width: 100%;
    margin-bottom: 1rem;
}


.modalOpenBtn {
    background-color: #0D57F2 !important;
    width: 100% !important;
    padding: 0.8em 0.5em !important;
    display: flex !important;
    justify-content: center;
    margin-bottom: 1rem !important;
}
.modal-container {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    background-color: #151D2F;
    color: white;
    padding: 15px 50px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: none;
    position: relative;
    max-height: 95%;
    overflow: auto;
    z-index: 99999999;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    display: none;
    z-index: 99999999;
}
.modal-content {
    max-width: 400px;
}
.modal-button {
    margin-top: 10px;
    padding: 8px 16px;
    cursor: pointer;
    background-color: red;
    color: #fff;
    border: none;
    border-radius: 4px;
    width: max-content;
}
.modalCompeletBtn {
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal-close {
    align-self: flex-end;
    cursor: pointer;
    font-size: 20px;
    font-weight: 900;
    position: absolute;
    right: 20px;
    top: 10px;
    background-color: white;
    color: black;
    border-radius: 50px;
    padding: 0 11px;
}
input[type="checkbox"] {
    display: none;
}
input[type="checkbox"]:checked + .modal {
    display: flex;
}
input[type="checkbox"]:checked + .modal .modal-container {
    display: flex;
}
.modelContentBox {
    display: flex;
    justify-content: center;
    align-items: center;
}
.modelInnerBox {
    /* position: relative; */
    /* display: inline-block; */
    /* width: 200px;
    height: 200px; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid #0D57F2;
    margin-right: 10px;
    padding: 10px;
    text-decoration: none;
    vertical-align: top;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.modelInnerBox.active,.lambskinTop.active,.lambskinTop2.active,.lambskinUnder.active,.lambskinUnder2.active{
    background-color: #0D57F2;
}
.modelInnerBoxImg {
    width: 100%;
}
.modalHdng {
    text-align: left;
}



.modal-container2 {
    max-width: 70%;
    max-height: 80%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}
.sizeTableModalBtn {
    background-color: transparent !important;
    color: white !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
}
.sizeImgsBox {
    display: flex;
    justify-content: center;
}
.sizeImgBoxes {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.sizeTableImg {
    width: 40px;
}
.sizeImg {
    width: 100%;
}

table {
  border-collapse: collapse;
  width: 100%;
}
.filled {
    background-color: white;
    color: #151D2F;
    text-align: center;
}
td, th {
  border: 1px solid #dddddd;
  padding: 8px;
}
.graph-index {
    text-align: center;
    font-size: 50px;
    font-weight: 600;
}
.sizing-info {
    text-align: center;
    color: white;
    text-decoration: none;
}

.upperMaterialColorsShow {
    display: none;
}
.upperMaterialColorShowBox {
    background-color: #f5f5f5;
    display: inline-block;
    font-size: 1.2em;
    font-weight: 600;
    color: #FFFFFF;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
    width: 100%;
    text-align: center;
    margin: 1rem 0;
    padding: 1rem;
    display: flex;
    justify-content: center;
}
.lambskinColorShowBox {
    background-color: #f5f5f5;
    display: inline-block;
    font-size: 1.2em;
    font-weight: 600;
    color: #FFFFFF;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
    width: 100%;
    text-align: center;
    margin: 1rem 0;
    padding: 1rem;
    display: flex;
    justify-content: center;
}
.topTapeColorShowBox {
    background-color: #f5f5f5;
    display: inline-block;
    font-size: 1.2em;
    font-weight: 600;
    color: #FFFFFF;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
    width: 100%;
    text-align: center;
    margin: 1rem 0;
    padding: 1rem;
    display: flex;
    justify-content: center;
}
.bindingColorShowBox {
    background-color: #f5f5f5;
    display: inline-block;
    font-size: 1.2em;
    font-weight: 600;
    color: #FFFFFF;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
    width: 100%;
    text-align: center;
    margin: 1rem 0;
    padding: 1rem;
    display: flex;
    justify-content: center;
}
.velcroColorShowBox {
    background-color: #f5f5f5;
    display: inline-block;
    font-size: 1.2em;
    font-weight: 600;
    color: #FFFFFF;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
    width: 100%;
    text-align: center;
    margin: 1rem 0;
    padding: 1rem;
    display: flex;
    justify-content: center;
}
.embroideryColorShowBox {
    background-color: #f5f5f5;
    display: inline-block;
    font-size: 1.2em;
    font-weight: 600;
    color: #FFFFFF;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
    width: 100%;
    text-align: center;
    margin: 1rem 0;
    padding: 1rem;
    display: flex;
    justify-content: center;
}




.colorsUl {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}
.color {
    background-color: #f5f5f5;
    height: 50px;
    width: 45px;
    cursor: pointer;
}



.colorsOuterDiv {
    position: relative;
}
.colorsUlPiping {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 0 10px 0;
    padding: 0;
}
.colorsUlInner {
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}
.pipingColor {
    background-color: #f5f5f5 ;
    height: 50px !important;
    /* width: 9px !important; */
    cursor: pointer;
}
.pipingColor2 {
    background-color: #f5f5f5 ;
    height: 50px !important;
    /* width: 9px !important; */
    cursor: pointer;
}
.pipingColor3 {
    background-color: #f5f5f5 ;
    height: 50px !important;
    /* width: 9px !important; */
    cursor: pointer;
}

.topLambskinContentBox {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    gap: 10px;
    margin-bottom: 1rem;
}
.topLambskinBox {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border: 4px solid #0D57F2;
    height: 100% !important;
}
.topLambskinBox.active {
    background: #0D57F2;
}


/* Styles for toggle switch */
.switch {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 38px;
  margin-right: 20px;
}
.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}
.toggle-container p{
    font-weight: bolder;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #151D2F;
  border: 3px solid #aaaaaa;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 34px;
}
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}
input:checked + .slider {
  background-color: #0D57F2;
  border-color: lightgray;
}
input:focus + .slider {
  box-shadow: 0 0 1px #0D57F2;
}
input:checked + .slider:before {
  -webkit-transform: translateX(32px);
  -ms-transform: translateX(32px);
  transform: translateX(32px);
}
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
.toggle-container {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}



.tab-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.tab-links li {
  display: flex;
}
.tab-links li a {
  text-decoration: none;
  border: 3px solid grey;
  border-radius: 50px;
  padding: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.6;
}
.tab-links li.active a {
  background: transparent;
  opacity: 1;
  border-color: white;
}
/* Tab content */
.tab-content .tab {
  display: none;
  padding: 10px 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.tab-content .active {
  display: block;
  opacity: 1;
}
.pipingTabImg {
    width: 50px;
}
.pipingColorShowBox {
    background-color: #f5f5f5;
    display: inline-block;
    font-size: 1.2em;
    font-weight: 600;
    color: #FFFFFF;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
    width: 100%;
    text-align: center;
    margin: 1rem 0;
    padding: 1rem;
}



.custom-select {
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
}
#tab-select {
    width: 100%;
    border: 0 !important;
    border-radius: 4px;
    background: #0D57F2;
    padding: 1em 0.9em !important;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-size: 1em;
    width: 100%;
    margin-bottom: 1rem;
}
.tab-content p {
    margin: 0;
    padding: 10px;
}  
.tab-content.active {
    display: block;
}
.embOptions:hover {
    background: none;
    background-color: transparent;
    cursor: pointer;
}



[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: white;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid white;
    border-radius: 100%;
    background: transparent;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: white;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.embroidryRadioDiv {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
#embroid-font {
    border: 0;
    border-radius: 50px;
    background-color: white;
    color: black;
    padding: 10px;
}
.embTextDiv {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#embroidFontText {
    background: transparent;
    border: 0;
    border-bottom: 2px solid white;
    color: white;
    outline: 0;
    text-align: center;
    padding: 10px 2px;
    margin-bottom: 20px;
    font-size: 20px;
    width: 100%;
}

  






.cartBtnBox {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    width: 290px;
    border-radius: 5px;
    z-index: 9999999999;
    background-color: red;
    margin: 0 -30px;
    padding: 10px 20px;
}
.cartBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    color: white;
    background: transparent;
    border: 0;
    outline: 0;
}
.cartBtnImg {
    width: 50px;
}
.cartBtnTitle {
    font-size: 20px;
}
.cartListDiv {
    display: flex;
    justify-content: center;
    align-items: center;
}
.cartListDivBoxes {
    width: 50%;
}
.modal-container5 {
    max-width: 40%;
    width: 100%;
    max-height: 90%;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: auto;
}
.conLabels {
    margin-bottom: 15px;
    font-size: 18px;
}
.conNames {
    margin-bottom: 15px;
    font-size: 18px;
}
.cartBotomDivs {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 20px 0;
}
.cartModalInnerBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.modalCompeletBtnText {
    font-size: 20px;
}
.modalCompeletBtnAnker {
    color: white;
    text-decoration: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}





@media only screen and (min-device-width: 300px) and (max-device-width: 750px) {
    .upperMaterialColors {
        width: 8px !important;
    }
    .topTapeColorsUl {
        top: -90px !important;
    }
    .bindingColorsUl {
        top: -150px !important;
    }
    .bindingColors {
        width: 5px;
    }
    .lambSkinColors {
        width: 8px !important;
    }
    .bindingColorShowBox {
        margin-top: 150px !important;
    }
    .topTapeColorShowBox {
        margin-top: 100px !important;
    }
    .colorsUlPiping {
        top: 150px !important;
    }
    .pipingColorShowBox {
        margin-top: 120px !important;
    }
}

@media only screen and (min-device-width: 300px) and (max-device-width: 1100px) {
    .upperMaterialColors {
        width: 8px !important;
    }
    .topTapeColorsUl {
        top: -90px !important;
    }
    .bindingColorsUl {
        top: -150px !important;
    }
    .bindingColors {
        width: 5px;
    }
    .lambSkinColors {
        width: 8px !important;
    }
    .bindingColorShowBox {
        margin-top: 150px !important;
    }
    .topTapeColorShowBox {
        margin-top: 100px !important;
    }






    .rightbox {
        z-index: 1;
        background-color: #ffffff;
        border-radius: 20px;
    }
    
    .iframesection {
        width: 100%;
        height: 60%;
    }
    .bottom-mainbox {
        background-color: #151D2F;
    }
    .cartBtnBox {
        display: none;
    }
    .leftBox {
        top: unset;
        bottom: 30px;
        left: 0;
        right: 0;
        height: 350px;
        /* height: max-content; */
        width: 100%;
        border-radius: 0px;
        /* display: none !important; */
    }
    .arrowsDiv {
        position: sticky;
        top: 0;
        left: 0;
        right: 0;
        background-color: #151D2F;
    }
    .center-nav {
        position: absolute;
        bottom: 10px;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 99999999;
        background: #0f1421;
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: 10px 0;
        border-radius: 50px;
    }
    .inner-centernav p {
        display: none;
    }
    .circle {
        border-color: lightgray;
    }
    .circle.active {
        background-color: #0D57F2;
    }
    .right-nav {
        display: none;
    }
    .bottomrightbox {
        position: absolute;
        top: -90px;
        right: 0;
        font-size: 10px;
    }
    .bottomrightbox h6 {
        display: none;
    }
    .toprightbox p span {
        display: none;
    }
    .toprightbox h3 {
        display: none;
    }
    .centerrightbox p {
        flex-direction: row-reverse;
        gap: 20px;
    }

    .colorsUl {
        padding: 20px 0;
        position: absolute;
        top: -100px;
        left: 0;
        right: 0;
        background: black;
    }
    .color {
        width: 10px;
    }
    .topTapeColors {
        width: 40px;
    }


    .rightbox {
        background: transparent;
    }
    .rightCenterBox {
        flex-direction: row-reverse;
        gap: 24px;
        background: #00000087;
        margin: 0 56px;
        padding: 0 14px;
        display: none;
        border-radius: 20px;
        height: max-content;
        width: max-content;
    }
    .rightTitleBox {
        justify-content: flex-start;
        align-items: end;
    }
    .rightTitle {
        padding-top: 15px;
    }
    .rightImgBox {
        gap: 0px;
        background-color: azure;
        padding: 10px 0;
        border-radius: 50px;
        justify-content: flex-start;
        height: max-content;
        width: max-content;
        float: right;
        margin-left: 20px;
    }
    .openCloseMenu {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: row-reverse;
        gap: 24px;
    }
    .openCloseMenu span{
        color: white;
        display: none;
    }
    .modal-container2 {
        max-width: 90%;
        overflow: scroll;
    }
    .sizeImgsBox {
        flex-direction: column;
    }
    .modal-container {
        max-width: 90%;
        width: 100%;
        padding: 15px;
    }
    .modelContentBox {
        flex-direction: column;
    }
    .modelInnerBox {
        height: 100px;
        width: 100%;
        display: flex;
        flex-direction: row;
        padding-left: 20px;
        margin: 0 0 10px 0;
        justify-content: space-between;
    }
    .modelInnerBox {
        font-weight: normal;
        font-size: 12px;
    }
    .modelInnerBoxImg {
        width: 100px;
    }

    .topLambskinContentBox {
        flex-direction: column;
        height: 300px;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .topLambskinBox {
        height: 100px;
        width: 100%;
        display: flex;
        flex-direction: row;
        padding-left: 20px;
        margin: 0 0 10px 0;
        justify-content: space-between;
    }
    .topLambskinImg {
        width: 100px;
    }
    .modal-container3 {
        max-height: 90%;
        height: 100%;
        max-width: 90%;
        width: 100%;
        overflow-y: scroll;
    }
    .modal-container4 {
        max-height: 90%;
        height: 100%;
        max-width: 90%;
        width: 100%;
        overflow-y: scroll;
    }
    .fingerPrintImgBox {
        bottom: unset;
        top: -10%;
        transform: translateY(10%);
        z-index: 99999999;
    }
}


/* GHAZALI CSS */