.product-big-img {
  background-color: #fff;
  border: 1px solid rgba(203, 203, 203, 0.3);
  margin-bottom: 20px;
  text-align: center;
  border-radius: 20px;
}
.product-big-img img {
      width: 100%;
    object-position: center;
    height: 400px;
    object-fit: contain;
}

.product-thumb-slide {
  margin-bottom: 22px;
}
.product-thumb-slide.row {
  --bs-gutter-x: 20px;
}
.product-thumb-slide .thumb {
  background-color: #f1f1f1;
  overflow: hidden;
  transition: all ease 0.4s;
  border: 1px solid rgba(203, 203, 203, 0.3);
  cursor: pointer;
  border-radius: 14px;
}
.product-thumb-slide .thumb img {
transition: all ease 0.4s;
    width: 100%;
    height: 100px;
    object-fit: contain;
}
.product-thumb-slide .thumb:hover {
  border-color: var(--theme-color);
}
.product-thumb-slide .slick-current .thumb {
  border-color: var(--theme-color);
}
.product-thumb-slide .slick-current .thumb img {
  transform: scale(1.15);
}

.product-about {
  margin-bottom: 25px;
}
.product-about .product-rating {
  display: flex;
  align-items: center;
  font-weight: 500;
  margin: 0 0 17px 0;
}
.product-about .product-rating .star-rating {
  margin-right: 10px;
  font-size: 16px;
  width: 104px;
}
.product-about .product-title {
    font-size: 29px;
    margin-bottom: 6px;
    color: #000;
    font-weight: 500;
}
.p-code{
      font-size: 20px;
    /* font-style: italic; */
    color: #ad9a00;
    font-weight: 500;
}
.product-about .quantity {
  width: 100%;
}
p { 
    font-size: 18px;
}
.product-about .product-price {
  font-size: 38px;
    font-weight: 500;
    color: #000000;
    line-height: 1;
    margin: 18px 0;
    font-family: var(--title-font);
        display: flex
;
/*    justify-content: space-between;*/
    align-items: center;
}
.prod-det-li strong{ color: #bfaa00 !important;
    font-weight: 500;}
.product-about .product-price del {
  font-size: 0.6em;
  color: #777777;
}
.product-about .product-text {
  margin-bottom: 24px;
      line-height: 25px;
}
#respond .form-control, .form-select, input {
    height: 55px !important;
       border-radius: 0;
       margin-bottom: 10px;
}.search-input{
  margin-bottom: 0px !important;
}
#respond  .form-group {
  margin-bottom: 5px;
}
 #mycomment .form-control, .form-select, input {
    height: 40px !important;

}

#mycomment .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
    padding: 5px 30px 20px;
}
#mycomment .col-md-6 {
  padding: 5px !important;
}
#mycomment .col-md-12 {
  padding: 5px !important;
}
.product-about .actions {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
  margin-bottom: 20px;
}
.product-about .actions .vs-btn {
/*  flex: 1;*/
  padding-top: 0;
  padding-bottom: 0;
  height: 43px;
  line-height: 43px;
  background-color: #ffc107;
    cursor: pointer;
}
.product-about .actions .vs-btn::after, .product-about .actions .vs-btn::before {
  background-color: var(--theme-color);
}
.product-about .actions .icon-btn {
  --icon-size: 40px;
  background-color: var(--white-color);
  color: var(--body-color);
  border: 2px solid var(--border-color);
  font-size: 14px;
}
.product-about .actions .icon-btn::before {
  background-color: var(--theme-color);
  --border-size: 0;
}
.product-about .actions .icon-btn:hover {
  border-color: transparent;
  color: #000;
}
.product-about .product-getway {
  border-bottom: 1px solid var(--border-color);
  padding: 0 0 30px 0;
  margin-bottom: 22px;
}
.product-about .getway-title {
  font-size: 14px;
  color: var(--body-color);
  font-weight: 700;
  margin: -0.15em 0 15px 0;
  line-height: 1;
  font-family: var(--body-font);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: block;
}

.product_meta {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
.product_meta > span {
 display: block;
    margin-bottom: 3px;
    color: #19248f;
    font-weight: 500;
}
.product_meta > span:last-child {
  margin-bottom: 0;
}
.product_meta > span a {
  color: inherit;
}
.product_meta > span a:hover {
  color: var(--theme-color);
}
.product_meta > span > a,
.product_meta > span > span {
  position: relative;
  margin-left: 3px;
  color: var(--title-color);
  text-transform: capitalize;
  font-weight: 400;
}
.product_meta > span > a:first-child,
.product_meta > span > span:first-child {
  margin-left: 5px;
}
.product_meta > span > a:not(:last-child)::after,
.product_meta > span > span:not(:last-child)::after {
  content: ",";
  margin-right: 3px;
}

.vs-product-wrapper .vs-pagination {
  justify-content: center;
  display: flex;
  margin-top: 30px;
}

.product-description {
  margin-top: 26px;
}

.description {
  margin-bottom: 40px;
}

.product-style1 {
/*  border: 3px solid var(--theme-color2);*/
  margin-bottom: var(--bs-gutter-x, 30px);
  border-radius: 6px;
  transition: all ease 0.4s;
}
.product-style1:hover {
  border-color: var(--theme-color);
}
.product-style1 .product-img img {
  width: 100%;
}
.moretext {
    display: none;
    font-size: 18px;
}

.product-style1 .product-content {
  padding: 20px 30px 20px 30px;
}
.product-style1 .product-price {
font-size: 22px;
    font-weight: 500;
    color: #000;
    font-family: var(--title-font);
    margin-bottom: 12px;
    display: block;
    line-height: 1;
}
.product-style1 .product-price del {
  font-size: 14px;
  color: #777777;
}
.product-style1 .product-title {
  font-size: 18px;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.product-style1 .star-rating {
  margin-bottom: 18px;
}
.product-style1 .vs-btn i {
  margin-right: 10px;
}
.product-style1 .actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}
.product-style1 .icon-btn {
  background-color: transparent;
  color: var(--body-color);
  border: 2px solid #D0D0D0;
  font-size: 16px;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.product-style1 .icon-btn:before {
  background-color: var(--vs-secondary-color);
  --border-size: 1px;
}
.product-style1 .icon-btn:hover {
  background-color: var(--theme-color);
  border-color: transparent;
  color: var(--white-color);
}
.product-style1 .vs-btn {
  background-color: var(--theme-color);
  padding: 17px 26px;
}
.product-style1 .vs-btn:after, .product-style1 .vs-btn:before {
  background-color: var(--theme-color);
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .product-style1 .product-content {
    padding: 20px 20px 20px 20px;
  }
  .product-style1 .vs-btn {
    padding: 17px 19px;
  }
}
/* Large devices */
/* Medium devices */
@media (max-width: 991px) {
  .product-big-img img {
     
    height: auto;
    object-fit: contain;
}

  .product-thumb-slide {
    margin-bottom: 30px;
  }
  .product-about .product-title {
    font-size: 34px;
    margin-bottom: 6px;
  }
  .product-about .product-price {
    font-size: 26px;
    margin: 0 0 11px 0;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .product-about .product-title {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
.quantity {
  position: relative;
  width: max-content;
  display: flex;
  align-items: center;
    margin-top: 15px;
}
.quantity > label {
  font-size: 14px;
  color: var(--body-color);
  font-weight: 700;
  margin: 0 20px 0 0;
  font-family: var(--body-font);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.quantity input {
    padding: 0 10px 0 10px;
    width: 35px;
    height: 35px !important;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    --body-color: var(--title-color);
    border: 1px solid var(--smoke-color);
    border-left: none;
    border-right: none;
    border-radius: 0;
    margin-bottom: 0;
}
.quantity .qty-btn {
  border: 1px solid var(--smoke-color);
     background-color: #e4e2e3;
    color: #000;
  padding: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  border-radius: 9999px 0 0 9999px;
}
.quantity .qty-btn:hover {
  background-color: var(--theme-color);
  color: #000;
}
.quantity .quantity-plus {
  bottom: 30px;
  border-radius: 0 9999px 9999px 0;
}

.rating-select {
  margin-top: -0.4em;
}
.rating-select label {
  margin: 0 10px 0 0;
  display: inline-block;
}
.rating-select p.stars {
  margin-bottom: 0;
  line-height: 1;
  display: inline-block;
}
.rating-select p.stars a {
  position: relative;
  height: 14px;
  width: 18px;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
}
.rating-select p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 14px;
  line-height: 1;
  font-family: var(--icon-font);
  content: "\f005";
  font-weight: 400;
  text-indent: 0;
  color: var(--yellow-color);
}
.rating-select p.stars a:hover ~ a::before {
  content: "\f005";
  font-weight: 400;
}
.rating-select p.stars:hover a::before {
  content: "\f005";
  font-weight: 700;
}
.rating-select p.stars.selected a.active::before {
  content: "\f005";
  font-weight: 700;
}
.rating-select p.stars.selected a.active ~ a::before {
  content: "\f005";
  font-weight: 400;
}
.rating-select p.stars.selected a:not(.active)::before {
  content: "\f005";
  font-weight: 700;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
   background-color: #ffc107 !important;
/*    border-top: 2px solid #FFC107;*/

}
.nav-pills .nav-link1 {
     border-bottom-left-radius: 0 !important;
      border-bottom-right-radius: 0 !important;
}
.nav-pills .nav-link {
    border-radius: 5px;
    background: none;
    color: #000;
    background-color: #ececec !important;
        margin-right: 20px;
         border-radius: 10px 0 10px !important;
}
.nav-pills {

    justify-content: center;
}
.tab-content{
  background: var(--sunpv-white, #fff);
  position: relative;
  padding: 30px;
  z-index: 1;
  overflow: hidden;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px;
}
.tab-content1{
    box-shadow: rgb(149 157 165 / 13%) 0px 8px 24px 24px !important
/*    box-shadow: none !important;*/
}
.product-details__form  h2{
     font-size: 32px !important;
    border-bottom: 1px solid #ececec;
    padding-bottom: 10px;
    /* text-align: center; */
    font-weight: 500;
    padding: 14px 0;
}
.mag {
width:400px;
margin: 0 auto;
float: none;
}
.mag img {
max-width: 100%;
}
.magnify {
position: relative;
cursor: none
}
.magnify-large {
position: absolute;
display: none;
width: 275px;
height: 275px;
/*-webkit-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);*/
-webkit-border-radius: 0%;
-moz-border-radius: 0%;
border-radius: 0%;
border:1px solid #000;
}


.bulk-enquiry{
/*  float: right;*/
      background: #ffe666 !important;
    display: inline-block;
    /*position: fixed;
    right: -53px !important;
    top: 50%;
    transform: rotate(90deg);*/
}
.modal-title {
     font-weight: 500;
    font-size: 19px !important;
    line-height: 24px;
    color: #212121;
}
.modal button.close {
        width: 35px;
    height: 35px;
    text-align: center;
    opacity: 1;
    display: inline-block;
    z-index: 100000;
    position: absolute;
    top: -13px;
    right: -13px;
    color: #000;
    border-radius: 50%;
    background-image: linear-gradient(#FFEB3B, #FFD5FD);
    /* left: 50%; */
    border: none;
    font-size: 19px;
    line-height: 21px;
}


.profil_form {
    padding: 11px;
    /*border-radius: 4px;
    border: 1px solid #b2c310;*/
}
.save_button {
    color: #000;
    background-image: linear-gradient(#FFD5FD, #FFEB3B);
    border: 0;
    padding: 5px 20px;
    font-size: 14px;
    /* height: 44px; */
    border-radius: 4px;
    /* font-weight: bold; */
    display: inline-block;
    float: right;
}



.size-filter.list-filter a {
  border-radius: 5px;
  padding: 0 9px;
  background: #fff;
}
.size-filter.list-filter li a {
  color: #000;
    border-color: #000;
    border: 1px solid;
    height: auto;
    line-height: 21px;
    min-width: 105px;
    padding: 6px 10px;
    text-align: left;
    margin-top: 3px;
}

.size-filter.list-filter li a:hover,
.size-filter.list-filter li.active a {
 color: #000000;
    background-color: #ffea3d;
    border-color: #6a4d4d66;
}
.text-brand{font-family: var(--body-font); padding-top:30px;}
/*.brand-n-people{ padding-top:20px; }*/
ul.list-filter {
  display: flex;
  column-gap: 10px;
  flex-wrap: wrap;
}

.list-filter {
    margin: 0;
    padding: 0;
    list-style: none;
}

.disc-detail {
   position: absolute;
    /* bottom: -23px; */
    color: #fff !important;
    background: #f6a91b;
    padding: 2px 9px;
    border-radius: 50px;
    margin-top: -45px;
        font-size: 12px;
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
    margin-left: 13px;
   
}
.alert-info {
    
    margin-top: 20px;
}
.cust-bulk{
     position: absolute;
/*    right: 23px;*/
    background: #ecececbd;
       padding: 10px 15px;
    /* border-radius: 10px; */
    border: 1px solid #c9c3c3;
}
@media(max-width:991px){
  .mag {
    width:auto !important;
   
}
 .cust-bulk{
  position: relative;
  margin: 10px 0;
    right: auto;
    height: auto;
} 
    .bulk-enq {
        height: auto !important;
    }
}
 p{
   margin-bottom: 0 !important;
}
.add-details{
 padding: 17px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
    margin-bottom: 10px;
}
.slideshow-items {
  width: 100%;
}
.slideshow-thumbnails {
width: 100px;
    height: 90px !important;
    object-fit: contain;
    border: 1px solid #c9c3c3 !important;
}
#slideshow-items-container { display: inline-block; position: relative; }

#lens { background-color: rgba( 233, 233, 233, 0.4 ) }
#lens, #result { position: absolute; display: none; z-index: 99;    border: 1px solid #c9c3c3 !important; }
.slideshow-items { display: none;border: 1px solid #c9c3c3 !important; }
.slideshow-items.active { display: block; }
.slideshow-thumbnails { opacity: 0.5; }
.slideshow-thumbnails.active { opacity: 1; }
#lens, .slideshow-items, .slideshow-thumbnails, #result { border: solid var(--light-grey-2) 1px; }
