.breadcrumb{
    background-color: #292929;
    padding: 50px;
    margin: 0px;
}
.breadcrumb-text ul{
    margin: 0px;
    padding: 0px;
}
.breadcrumb-text ul li{
    margin: 0px;
    padding: 0px;
    color: var(--bg-primary);
    font-family: var(--font-Roboto-Regular);
    display: inline-block;
}
.breadcrumb-text ul li a{
    color: var(--light-text-color);
}
.gallery-products-sec{
	padding:60px 0px;
 }
.gallery-products-sec-text h1{
    color: var(--bg-primary);
}
.price{
    font-size: 22px;
    margin-bottom: 15px;
}
.gallery-products-sec-text p{
    font-size: 22px;
    margin-bottom: 15px;
}
 .gallery-products-sec img {
    max-width: 100%;
    height: 700px;
    object-fit: cover;
}
.table>:not(caption)>*>* {
    border: none;
    vertical-align: middle;
}
.form-control, .form-select {
    font-size: 1rem !important;
    display: block;
    width: 100%;
    padding: .75rem .75rem;
    font-size: 0.85rem;
    font-weight: 400;
    line-height: 2;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #000000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.number input[type="text"] {
    width: 58px;
    text-align: center;
    border: 0px;
    color: var(--bg-primary);
    font-size: 20px;
    font-weight: bold;
    font-family: var(--para-font);
  }
  .number span {
    width: 35px;
    height: 35px;
    background: var(--bg-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    color: var(--default-theme);
    border: 2px solid var(--bg-primary);
    cursor: pointer;
    border-radius: 3px;
  }
  .number {
    display: inline-block;
    border: 1px solid var(--bg-primary);
    border-radius: 3px;
    padding: 5px;
  }

  .additional-info-sec{
    padding:0px 0px 60px 0px;
  }
  .nav-link {
    display: block;
    padding: 1rem 2rem;
    font-size: 20px;
    color: #000;
    text-decoration: none;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #f05a2a;
    border-color: #dee2e6 #dee2e6 #fff;
}
.nav-link:focus, .nav-link:hover {
    color: #f05a2a;
}
.tab-content>.active {
    display: block;
    padding: 10px 0px;
}
.border-right{
    border-right: 1px solid #dee2e6 !important;
}

input.star {
    display: none;
  }
  .all-star {
    display: table-cell;
}
  
  label.star {
    padding: 10px;
    font-size: 36px;
    color: #ff4d00;
    transition: all 0.2s;
    float: right;
  }
  
  input.star:checked ~ label.star:before {
    content: "\f005";
  
    color: #fd4;
  
    transition: all 0.25s;
  }
  
  input.star-5:checked ~ label.star:before {
    color: #fe7;
  
    text-shadow: 0 0 20px #952;
  }
  
  input.star-1:checked ~ label.star:before {
    color: #ff4d00;
  }
  
  label.star:hover {
    transform: rotate(-15deg) scale(1.3);
  }
  
  label.star:before {
    content: "\f006";
  
    font-family: FontAwesome;
  }
  .stars p {
    margin: 0px;
    font-size: 20px;
    font-family: var();
  }
  .review-show {
    background: #cce5de;
    padding: 20px 40px;
    margin: 20px 0px 30px 0px;
  }
  .review-start .ratings {
    margin-right: 20px;
  }
  .review-start .ratings i {
    color: #ffd22c;
    font-size: 24px;
}
.related-products-sec{
    padding:0px 0px 60px 0px;
}
.related-products img {
    max-width: 100%;
    height: 300px;
    object-fit: cover;
}
.related-products h3 {
    font-size: 26px;
    margin: 10px 0px;
}
.related-products h4 {
    font-size: 24px;
    color: var(--bg-primary);
}

@media (max-width: 1024px) {
  .number input[type="text"] {
    width: 30px;
}
}

@media (max-width: 992px) {
  .number input[type="text"] {
    width: 58px;
  }
}

@media (max-width: 576px) {
  .breadcrumb {
    padding: 50px 10px;
}
  .number {
    margin-bottom: 20px;
}
}

