#makeComboBtn:disabled {
    background-color: #275A22 !important;
    pointer-events: none;
}
button#makeComboBtn{
    color: #000;
}
.make-combo{
    margin-top: 30px;
}
.make-combo .col-3{
    width: 23%;
    border: 1px solid #275A22;
    padding: 5px 10px;
    margin: 5px;
    border-radius: 5px;
}
.make-combo h4{
    color: var(--heading-color);
    font-size: var(--f26);
}
section.product-detail-sec .container-fluid{
    padding-left: 0;
}
section.product-detail-sec{
    background: #EFF5EE;
}
section.product-detail-sec .breadcrumb{
    display: flex;
}
section.product-detail-sec .img-sec img{
    border-radius: 10px;
}
section.product-detail-sec .breadcrumb li{
    color: var(--heading-color);
    font-size: var(--f16);
}
section.product-detail-sec .breadcrumb li a{
    color: var(--black-color);
    font-size: var(--f16);
}
section.product-detail-sec .breadcrumb-item+.breadcrumb-item::before{
    color: var(--black-color);
    font-family: "Font Awesome 5 Free";
   content: "\f054";
   display: inline-block;
   padding-right: 10px;
   vertical-align: middle;
   font-weight: 900;
   font-size: var(--f9);
   float: none;
}
section.product-detail-sec .col-4{
    position: relative;
}
section.product-detail-sec .product-cont{
    position: sticky;
    top: 20px;
}
section.product-detail-sec .product-cont h2{
    color: var(--heading-color);
    font-size: var(--f27);
}
section.product-detail-sec .product-cont hr{
    background: var(--heading-color);
}
section.product-detail-sec .product-cont .reviews{
    display: flex;
    gap: 5px;
    align-items: center;
    flex-wrap: wrap;
}
section.product-detail-sec .product-cont .reviews i{
    color: var(--heading-color);
}
section.product-detail-sec .product-cont .reviews p{
    color: var(--heading-color);
    margin-bottom: 0;
    font-size: var(--f14);
}
section.product-detail-sec .product-cont .price{
    color: var(--black-color);
    margin-top: var(--m20);
    font-size: var(--f23);
    opacity: .9;
    font-family: math;
}
section.product-detail-sec .product-cont span{
    color: var(--heading-color);
    opacity: .8;
    font-size: var(--f16);
    font-family: var(--primary-font);
}
section.product-detail-sec .product-cont .btns{
    justify-content: space-between;
    margin-top: var(--m20);
    margin-bottom: var(--m20);
}
section.product-detail-sec .product-cont .btns .c-w-btn{
    padding: 12px 30px;
    /* background-image: var(--main-bg); */
    color: var(--white-color);
    width: 48%;
    text-align: center;
    box-shadow: 0 0 2px #fff;
    font-family: math;
    display: inline-block;
}
section.product-detail-sec .product-cont .btns .c-w-btn:nth-child(1){
    background: #2c9500;
}
section.product-detail-sec .product-cont .btns .c-w-btn:nth-child(2){
    background: #FF5200;
}
section.product-detail-sec  .specification{
    width: 95%;
    padding-left: 20px;
}
.country p{
    color: var(--white-color);
    font-size: var(--f18);
    opacity: .7;
}
section.product-detail-sec .specification h2{
    font-size: var(--f18); 
    font-family: var(--primary-font);
}
section.product-detail-sec .specification .product-descp li{
    color: var(--white-color);
    list-style: disc;
    font-family: 'Roboto';
    font-weight: 400;
    margin-bottom: var(--m10);
    list-style-position: inside;
    font-size: var(--f16);
    font-family: var(--primary-font);
    letter-spacing: 1px;
    opacity: .7;
}
section.product-detail-sec .specification td, th {
    color: var(--heading-color);
    letter-spacing: 1px;
    font-size: var(--f16);
}

section.product-detail-sec .specification #shipping p{
    color: var(--white-color);
    opacity: .8;
}
section.product-detail-sec .specification #reviews p{
    color: var(--white-color);
    opacity: .7;
    font-size: var(--f16);
    letter-spacing: 1px;
    margin-top: var(--m20); 
}
section.product-detail-sec .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
    color: var(--heading-color);
    background-color: transparent;
    border-bottom: 2px solid var(--btn-color);
}
section.product-detail-sec .nav-tabs .nav-link{
    font-size: var(--f21);
    border: none;
}
section.product-detail-sec .nav-link{
    color: #fff;
}
section.product-detail-sec .specification .product-descp h3{
    font-size: var(--f26);
    font-family: var(--primary-font);
    color: #ffc8a0;
}
section.product-detail-sec .chakra h5{
    cursor: pointer;
}
section.product-detail-sec .chakra p{
    color: #391300;
    font-size: var(--f16);
}
section.product-detail-sec .chakra-modal{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    z-index: 9;
    background: #000000c7;
    display: none;
    justify-content: center;
    align-items: center;
} 
section.product-detail-sec .chakra-img{
    position: relative;
}

section.product-detail-sec .chakra-img img{
    max-height: 600px;
}
section.product-detail-sec .chakra-modal i{
    width: 40px;
    height: 40px;
    border-radius: 0 0 0 50%;
    background-image: var(--main-bg);
    color: var(--white-color);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 2;
    cursor: pointer;
}
section.product-detail-sec .charge img{
    border-radius: 10px;
}


section.video-banner {
    padding: 0;
}

video.video-background {
    width: 100%;
    height: auto;
}


/* product card section */

 
/* product section */
section.product-sec{
    background-image: var(--main-bg);  
    
}
.buy img{
    width: 33px;
}
.product-btn {
    margin-top: 80px;
    text-align: center;
}
.product-card{
    border: 1px solid #ffffff22;
  /* background-color: #282c34;
  background: linear-gradient(0deg, rgba(40,44,52,1) 0%, rgba(17,0,32,.5) 100%);
  box-shadow: 0 7px 20px 5px #00000088; */
  border-radius: .7rem;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  overflow: hidden;
  transition: .5s ease-in-out;
  background-image: var(--main-bg);
}
.product-des {
padding: var(--p14);
}
.product-des h4{
    color: var(--white-color);
    margin-bottom: 0;
    max-height: 68px;
    font-size: var(--f18);
}
.product-des p{
    color: var(--white-color);
}
section.product-sec .img-sec{
    /* padding: var(--p14); */
    position: relative;
    transition: .5s ease-in-out;
}
section.product-sec .img-sec img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    transform: scale(.9);
    transition: .5s ease-in-out;
    border-radius: 10px;
}
.product-card:hover .img-sec img{
    padding: 0;
    transform: scale(1);
    border-radius: 0;
}
.price-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: var(--p10);
    border-radius: 10px;
    background-image: radial-gradient(#000000, #180b04);
    box-shadow: -2px -2px 2px 0px rgba(80, 80, 80, 0.1), 2px 2px 3px 0px rgba(12, 12, 12, 0.3), inset 0px 0px 0px 2px rgba(80, 80, 80, 0.2);
}
.price-sec span{
    color: var(--white-color);
    font-size: var(--f20);
}
a.buy {
    display: flex;
    align-items: center;
    gap: 10px;
}
a.buy img{
    width: 32px !important;
}
a.buy span{
    font-size: var(--f16);
}
.product-card:hover{
    box-shadow: 1px 6px 17px 0 rgb(222 172 130);
}
.product-card .dash{
    background: var(--white-color);
    width: 51px;
    height: 1px;
    margin: 8px 0;
    transition: .5s ease-in-out;
}
.product-card:hover .dash{
    width: 100%;
}
section.product-sec a.add-to-cart img{
    width: 24px;
    height: 24px;
    /* background-image: linear-gradient(120deg, #343A4F, #0F1620);
    padding: 5px; */
    /* border-radius: 50%; */ 
    transform: scale(1) !important;
}
a.add-to-cart {
    position: absolute;
    top: 10px;
    right: -55px;
    transition: .5s ease-in-out;
    width: 45px;
    height: 45px;
    background-image: var(--main-bg);
    padding: 5px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 2px white;
}
.product-card:hover a.add-to-cart {
    right: 10px;
}
a.wishlist {
    position: absolute;
    top: 10px;
    left: -55px;
    transition: .5s ease-in-out;
    width: 45px;
    height: 45px;
    background-image: var(--main-bg);
    padding: 5px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 2px white;
}
a.wishlist i{
    color: var(--white-color);
    font-size: 22px;
}
.product-card:hover a.wishlist {
    left: 10px;
}
section.product-sec .head h2 {
    text-align: center;
    font-size: var(--f35);
    font-weight: 500;
    /* top: 40px; */
    position: relative;
    margin-bottom: 20px;
}
section.product-sec .row{
    gap: 40px 0;
    justify-content: space-between;
}
section.product-sec .col-4{
    width: 25%;
}
section.product-sec .head p {
    text-align: center;
    font-size: 80px;
    font-weight: 500;
    position: relative;
    color: #fff;
    bottom: 60px;
    left: 257px;
    opacity: 0.2;
}
section.product-sec .head{
    margin-bottom: var(--m40);
    text-align: center;
}


section.product-detail-sec .made .stones-img-sec{
    display: flex;
    gap: 20px;
}

section.product-detail-sec .made img{
    width: 120px;   
}

section.product-detail-sec .made p{
    color: var(--white-color);
    text-align: center;
    opacity: .7;
}
section.product-detail-sec .imp-spec h5{
    font-size: var(--f26);
    position: relative;
    color: #391300;
    text-decoration: underline;
}

section.product-detail-sec .imp-spec .intentions p{
    color: var(--white-color);
    font-size: var(--f18);
    opacity: .7;
}

section.product-detail-sec .made h5{
    margin-bottom: var(--m20);
    margin-top: var(--m30);
    color: #ffc8a0;
    text-decoration: none;
    position: relative;
}

section.product-detail-sec .made h5::before{
    position: absolute;
    content: '';
    bottom: 0;
    left: -10px;
    height: 90%;
    width: 3px;
    background: #ffc8a0;
    display: none;
}

/* about order  */
section.about-order{
    background-image: radial-gradient(#c08a54, #ffffff);
}
section.about-order .abt-delivery{
    display: flex;
    align-items: center;
    gap: 17px;
}
section.about-order .abt-delivery .del-img{
    padding: 10px;
    position: relative;
}
section.about-order .abt-delivery .del-img::before{
    content: '';
    position: absolute;
    width: 0px;
    top: 0;
    height: 100%;
    background: rgb(25 9 1 / 19%);
    transition: .5s ease-in-out;
}
section.about-order .abt-delivery:hover .del-img::before{
    width: 50%;
}
section.about-order .abt-delivery .del-img img{
    width: 62px;
}
section.about-order .abt-delivery .del-cont h6{
    font-size: 18px;
    font-family: var(--primary-font);
    color: #000;
    margin-bottom: 5px;
}
section.about-order .abt-delivery .del-cont p{
    margin-bottom: 0;

}



/* customer reviews section css */

section.customer-reviews p{
    color: var(--heading-color);
    margin-bottom: 4px;
}
section.customer-reviews hr{
    background: var(--heading-color);
    width: 90%;
}
section.customer-reviews i{
    color: var(--heading-color);
}
section.customer-reviews .col-6 button.btn.btn-primary{
    background: var(--btn-color);
    border-color: 1px solid var(--btn-color);
}

section.customer-reviews .modal-content{
    background-image: radial-gradient(#c08a54, #ffffff);
    /* background-image: var(--main-bg); */
}

section.customer-reviews .modal-content .modal-title{
    color: #391300;

}
section.customer-reviews .modal-content .modal-header{
    border-bottom: 1px solid #391300;
}
section.customer-reviews .filed input{
    background: transparent;
    width: 100%;
    border: none;
    border-bottom: 1px solid #c08a54;
    padding: 10px;
    margin-bottom: 10px;
    color: #391300;
}
section.customer-reviews .filed textarea{
    background: transparent;
    width: 100%;
    border: none;
    border-bottom: 1px solid #c08a54;
    padding: 10px;
    margin-bottom: 10px;
    color: #391300;
}
section.customer-reviews .img-name{
    display: flex;
    gap: 20px;
}
section.customer-reviews form button{
    background-image: var(--main-bg);
    padding: 10px;
    width: 100%;
    border: none;
    color: var(--white-color);
}
section.customer-reviews .image{
    border-bottom: none !important;
}
section.customer-reviews select{
background: transparent;
    width: 100%;
    border: none;
    border-bottom: 1px solid #c08a54;
    padding: 10px;
    margin-bottom: 10px;
    color: #391300;
}
section.customer-reviews .filed textarea::placeholder{
    color: #391300;
}
section.customer-reviews .filed input::placeholder{
    color: #391300;
}
section.customer-reviews .img-name img{
    width: 50px;
    height: 50px;
    border-radius: 50%; 
}
section.customer-reviews .user-reviews h6{
    color: var(--heading-color);
    margin-bottom: var(--m5);
    font-size: var(--f17);
    margin-top: var(--m8);
    opacity: .8;
}
section.customer-reviews .user-reviews .name h5{
    font-size: var(--f20);
    margin-bottom: var(--m10);
}
section.customer-reviews .user-reviews span{
    color:  var(--btn-color)
}
section.customer-reviews .user-reviews{
    margin-top: var(--m25);
}
.product-img{
    width: 200px;
    height: 200px;
    border-radius: 10px;
}
section.common-banner{
    height: 100%;
    background-size: cover;
    padding: 0;
}
section.common-banner img{
    width: 100%;
    height: 600px;
    object-fit: cover;
}

section.product-detail-sec .product-cont .accordion-button{
    background: transparent;
    color: var(--heading-color);
    font-size: var(--f17);
}
section.product-detail-sec .product-cont .accordion-button:focus{
    box-shadow: none;
    border-color: transparent;
}
section.product-detail-sec .product-cont .accordion-button:not(.collapsed){
    color: var(--heading-color);
}
section.product-detail-sec .product-cont .accordion-collapse{
    background: transparent;
}
div#accordionExample{
    margin-top: var(--m30);
}
section.product-detail-sec .product-cont .accordion-item{
    border-top: 1px solid var(--heading-color);
    background: transparent;
    border-radius: 0;
}
section.product-detail-sec .product-cont .accordion-item:last-child{
    border-bottom: 1px solid var(--heading-color);
}
section.product-detail-sec .product-cont ul.product-descp li{
color: #cfc1b5;
line-height: 27px;
letter-spacing: 1px;
font-size: 16px;
margin-bottom: var(--m10);
list-style: disc;
}
section.product-detail-sec .product-cont ul.product-descp li strong{
    color: var(--heading-color);
}
section.product-detail-sec .product-cont ul.product-descp{
    margin-top: 0 !important;
}
table.product-table{
    margin-top: 0 !important;
}
table.product-table td{
    color: #cfc1b5;
}
.charge h6{
    color: #fff;
    font-size: var(--f16);
    letter-spacing: 1px;
    font-family: var(--primary-font);
    font-weight: 500;
    opacity: .8;
}
ul.charging li{
    color: #fff;
    line-height: 27px;
    letter-spacing: 1px;
    font-size: 16px;
    opacity: .9;
}
ul.charging li strong{
    color: var(--heading-color);
}
.sec-line .sec-line1 {
    width: 2%;
    height: 6px;
    background: var(--heading-color);
    border-radius: 30px;
    display: inline-block;
    margin-right: var(--m5);
}
.sec-line .sec-line2 {
    width: 8%;
    height: 6px;
    background: var(--heading-color);
    border-radius: 30px;
    display: inline-block;
}
.sec-line {
    position: relative;
    margin-bottom: var(--m15);
    line-height: 0;
}
 
section.product-detail-sec .imp-spec .accordion-body p{
    color: #000;
    font-weight: 500;
    font-size: var(--f15);
    opacity: .9;
}
.btn-check:focus+.btn-primary, .btn-primary:focus{
    box-shadow: none;
}


section.product-detail-sec .product-cont .highlight .heading h2{
    padding: 18px 24px;
    font-size: 20px;
    line-height: 1.33;
    text-align: center;
    background: #E9D6C3;
    margin: 0;
    text-align: center;
    color: #391300;
    border-bottom: 1px solid #391300;
}
section.product-detail-sec .product-cont .highlight .heading p{
    padding: 18px 24px;
    font-size: 16px;
    line-height: 1.33;
    background: #E9D6C3;
    margin: 0;
    text-align: center;
    color: #391300;
    border-bottom: 1px solid #391300;
}
#chakra{
    border-bottom: 1px solid #391300;
    padding-bottom: 1px;
    cursor: pointer;
}
.accordion-button::after {
    /* background: transparent !important; */
}
.accordion-button:not(.collapsed)::after {
}


.location{
    font-size: 17px;
    font-family: Math;
    color: #fff;
    font-weight: 700;
    opacity: .8;
    border-bottom: 1px dashed #9b7c5b8c;
    padding: 20px 0;
}
ul#tabs-nav {
    list-style: none;
    margin: 0;
    padding: 5px;
    overflow: auto;
    padding-bottom: 20px;
    display: flex;
    gap: 20px;
  }
  ul#tabs-nav li {
    font-weight: bold;
    margin-right: 2px;
    padding: 10px 20px;
    border-radius: 5px 5px 5px 5px;
    /*border: 1px solid #d5d5de;
    border-bottom: none;*/
    cursor: pointer;
    font-family: var(--secondary-font);
  }
  ul#tabs-nav li:hover,
  ul#tabs-nav li.active {
    background-color: var(--btn-color);
  }
  #tabs-nav li a {
    text-decoration: none;
    color: #FFF;
    font-family: var(--secondary-font);
    font-weight: 100;
  }






/* product rating */



.rating {
	direction: rtl;
	unicode-bidi: bidi-override;
	color: #ddd; /* Personal choice */
    font-size: 12px;
    text-align: left;
}
form#productRatingForm i.fas.fa-3x.fa-star{
    color: #ddd;
}
.rating input {
	display: none;
}
.rating label:hover,
.rating label:hover ~ label,
.rating input:checked + label,
.rating input:checked + label ~ label {
	color: #ffc107 !important; /* Personal color choice. Lifted from Bootstrap 4 */
    font-size: 8px;
}
.rating label:hover{
    color: #ffc107 !important;   
}

.rating input:checked + label{
    color: #ffc107 !important;
}

.front-stars, .back-stars, .star-rating {
    display: flex !important;
  }
  
  .star-rating {
    align-items: left;
    font-size: 1.5em;
    justify-content: left;
    margin-left: -5px;
  }
  
  .back-stars {
    color: #CCC;
    position: relative;
  }
  
  .front-stars {
    color: #FFBC0B;
    overflow: hidden;
    position: absolute;
    top: 0;
    transition: all 0.5s;
  }

  
  .percent {
    color: #bb5252;
    font-size: 1.5em;
  }


  .invalid-feedback{
    color: red !important;
  }


    /* main design */
section.course-detail-sec{
    background: var(--main-bg);
    color: #fff;
    padding-top: 160px;
    background: url(../images/poster.jpg);
    background-position: center;
    position: relative;
    background-attachment: fixed;
}
section.course-detail-sec::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000a1;
}
section.course-detail-sec .container{
    position: relative;
}
/* course detail section */

section.course-detail-sec .course-detail {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

section.course-detail-sec .course-head-1{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

section.course-detail-sec .course-head-1 h5{
    color: #fff;
}

section.course-detail-sec .course-head-2{
    font-size:13px ;
}
section.course-detail-sec .course-head-2 .star span{
  
    color:#dfb020;
    font-weight: 700;
    
}
section.course-detail-sec .course-head-2 span i{
    font-size: 13px;
}

section.course-detail-sec .course-head-2 .update {
    display: flex;
    flex-direction: column;
}
section.course-detail-sec .course-head-2 .update span{
    font-family: var(--primary-font);
    font-size: 16px;
    margin-bottom: 15px;
}
section.course-detail-sec .course-head-2 .update span i{
    margin-right: 10px;
}


/* similar products */


/* courses section */

section.courses{
    background: #EFF5EE;
    padding: 60px 0;
}

section.courses .card-img-top {
    height: 200px;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}

section.courses .course-price {
    font-size: var(--f16);
    font-weight: bold;
    color: #fff;
    opacity: .7;
}

section.courses .bestseller-badge {
    background-color: #e6f5d0;
    padding: 5px 10px;
    border-radius: 5px;
    color: green;
    font-size: 0.9rem;
    font-weight: bold;
    display: inline-block;
}

section.courses .course-rating {
    color: #ffc107;
}

section.courses .card-title {
    font-size: 1rem;
    min-height: 42px;
}

section.courses .card p{
    color: var(--white-color);
    margin-bottom: 0;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

section.courses .card {
    border: none;
}
section.courses .owl-nav{
    display: none;
    position: absolute;
    width: 100%;
    justify-content: space-between;
    top: 43%;
}
section.courses .owl-nav button{
    color: #00010B;
    background: var(--white-color);
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

section.courses .card-body {
    text-align: left;
    border: 1px solid #ffffff33;
    background: var(--main-bg);
    border-radius: 0 0 8px 8px;
    border-top: none;
}
section.courses .container-fluid{
    padding: 0;
}

.main-blog .desc{
    display: block;
    max-height: 60px !important;
    overflow: hidden;
}
.main-blog span p{
    font-size: 14px;
    line-height: 27px;
    color: #000;
}
.rating i{
    color: rgb(220, 140, 0);
}
.main-blog {
    padding: 20px;
    border: 1px solid var(--heading-color);
}
.blog-cont span{
    color: var(--heading-color);
    margin-top: 10px;
    margin-bottom: 10px;
}
.blog-cont h4{
    color: var(--white-color);
    font-family: var(--secondary-font);
    font-size: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
    letter-spacing: 1px;
}
.blog-cont p{
    color: #000;
    opacity: 1;
    font-size: 18px;
    margin-bottom: 5px;
}
.blog-cont h6{
    color: var(--heading-color);
}
.head{
    text-align: center;
    margin-bottom: 40px;
}
.blog-cont{
    padding: 10px;
}
.main-blog img{
    height: 290px;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}

/* cta section */

section.cta-sec{
    background: var(--white-color);
}

section.cta-sec .cta-bg{
    background: radial-gradient(at center left, #51A390 3%, #276153 81%);
    padding: 20px;
    padding-bottom: 0;
    border-radius: 30px;
}
section.cta-sec .cta-bg img{
    position: relative;
    top: -60px;
}
section.cta-sec .cta-bg h2{
    font-size: 48px;
    font-weight: 700;
    line-height: 74px;
    letter-spacing: -2.048px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.24);
    color: #D4FFFF;
    /* margin-top: 60px; */
}
section.cta-sec .cta-bg h2 span{
    background: url('../images/text-bg.webp');
    background-position: right;
}
section.cta-sec .cont{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
section.cta-sec .cont p{
    color: #D4FFFF;
}
section.cta-sec .cont a{
    background: #fff;
    color: var(--heading-color);
    padding: 10px 20px;
    border-radius: 20px;
    display: inline-block;
    text-align: center;
    max-width: 200px;
}