.nav_images [data-bs-target]{
    height: 100px;
    width: 100px;

}
.nav_images{
    position: relative;
    margin-right: 0;
    margin-left: 0;
    justify-content: start;
}
.nav_images img{
    height: 100px;
    width: 100px;
}
#product_des li button{
    font-size: 20px;
    color: black;
    position: relative;
    transition: 0.4s;

}

#product_des li.nav-item button::after{
    content: "";
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    background-color: orange;
    transition: 0.4s;
}
#product_des li.nav-item button.active::after{
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    background-color: orange;
    
}
#product_des li.nav-item button:hover:after{
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    background-color: orange;
}

.custom_zoom {
    position: relative;
    overflow: hidden;
}

.zoomed-image-container {
    position: absolute;
    top: 0;
    left: 100%;
    width: 200%;
    height: 200%;
    overflow: hidden;
    display: none;
}

.zoomed-image {
    position: absolute;
    width: 100%;
    height: 100%;
}

.visible {
    display: block;
}

.quantity_box{
    display: inline-flex;
    vertical-align: top;
    white-space: nowrap;
    font-size: 0;
    margin-bottom: 10px;
    width: 100%;
}
div.quantity_box button[type="button"] {
    padding: 0 5px;
    min-width: 25px;
    min-height: unset;
    height: 42px;
    border: 2px solid rgb(211, 211, 211);
    background: white;
    box-shadow: none;
    color: black;
    border-radius: 0;
}
div.quantity_box button[type="button"]:hover {
    color: #fff;
    background-color: orange;
    border-color: orange;
}
div.quantity_box input[type="text"] {
    width: 40px;
    color: black;
    border-radius: 0;
    border: 2px solid rgb(211, 211, 211);
    border-right: none;
    border-left: none;
}
div.quantity_box button[type="button"].minus {
    border-radius: 10px 0 0 10px;
}
div.quantity_box button[type="button"].plus {
    border-radius: 0 10px 10px 0;
}

.burmanRadio {
    margin-bottom: 10px;
  }
  .burmanRadio__input {
    display: none;
  }
  .burmanRadio__input:checked ~ .burmanRadio__label::after {
    opacity: 1;
    transform: scale(1);
  }
  .burmanRadio__label {
    cursor: pointer;
    line-height: 30px;
    position: relative;
    margin-left: 35px;
  }
  .burmanRadio__label::before, .burmanRadio__label::after {
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: -30px;
    transition: all 0.3s ease-out;
    z-index: 2;
  }
  .burmanRadio__label::before {
    content: "";
    border: 1.5px solid #9d9d9d;
    width: 20px;
    height: 20px;
  }
  .burmanRadio__label::after {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f00c";
    background: #ffc107;
    border: 1.5px solid #ffc107;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    width: 20px;
    height: 20px;
    transform: scale(0);
  }
  .burmanRadio__label:hover::before {
    border-color: #7BC4CA;
  }
 .main-wrapper{
     background: #f8f9fa;
 }
       
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    box-shadow: 0px 0px 7px 0px gray;
    border-radius: 10px;
}     
.nav_images{
    margin-top: 10px;
}
.nav_images [data-bs-target] {
    height: 70px;
    width: 70px;
    box-shadow: 0px 0px 3px 0px gray;
    padding: 5px;
}

.nav_images .active {
    height: 70px;
    width: 70px;
}
.carousel-indicators [data-bs-target]{
    border: 0;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
   .btn_submit {
       display: inline !important;
   }
}

.call_now button {
   width: 100%;
}

.call_now {
   margin-top: 10px;
}
