* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Abel", sans-serif;
    /* font-size: 10px; */
    scroll-behavior: smooth;
}

.wrapper {
    width: auto;
    height: 135vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 400, 0, 0.4)), url("");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    backdrop-filter: opacity(80%);
}

@media only screen and (max-width: 768px) {
    .wrapper {
        width: auto;
        height: 140vh;
        background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 400, 0, 0.4)), url("");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        backdrop-filter: opacity(80%);
    }
}

.Container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


.nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    border-bottom: 1px solid rgb(0, 0, 0);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 50px;
    flex-direction: row;
    flex-grow: 2%;
    margin-inline-end: initial;
    opacity: 1;
}


.logo {
    margin: -3.5%;
}

.menu {
    display: inline-block;
    line-height: 80px;
}

.menu ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.menu ul li {
    display: inline-block;
}

.menu ul li a {
    text-decoration: none;
    font-family: "Raleway", sans-serif;
    font-size: 14.5px;
    font-weight: 600;
    letter-spacing: 0.1rem;
    color: black;
    border: 1.5px solid transparent;
    border-radius: 4px;
    padding: 10px 15px;
    transition: 0.5s ease;

}

.menu ul li a:hover {
    border-color: black;
}

.header {
    text-align: center;
}



.header h1 {
    font-family: "Raleway", sans-serif;
    font-size: 4rem;
    font-weight: 600;
    letter-spacing: 1rem;
    color: black;
    padding: 45% 20px 8px;
}

.header p {
    font-family: "Raleway", sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.2rem;
    color: black;
    padding: 10px 15px;
}

button {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.1rem;
    color: black;
    background-color: rgba(0, 0, 0, 0.151);
    font-family: "Raleway", sans-serif;
    padding: 15px 20px;
    margin: 100px auto 0;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}


#chat-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: linear-gradient(45deg, #FE0944, #ff6d6d);
    color: white;
    border: none;
    border-radius: 20px;
    padding: 15px 25px;
    font-size: 22px;
    cursor: pointer;
    z-index: 9999;
    transition: transform 0.2s ease-out;
    font-family: 'Montserrat', sans-serif;
}

#chat-button:hover {
    transform: translateY(-5px);
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    #chat-button {
        position: fixed;
        bottom: 20px;
        right: 20px;
        background: linear-gradient(45deg, #FE0944, #ff6d6d);
        color: white;
        border: none;
        border-radius: 20px;
        padding: 5px 25px;
        font-size: 24px;
        cursor: pointer;
        z-index: 9999;
        transition: transform 0.2s ease-out;
        font-family: 'Montserrat', sans-serif;
    }

    #chat-button:hover {
        transform: translateY(-5px);
        cursor: pointer;
    }
}

/* TEXT */
a,
a:visited,
a:hover {
    text-decoration: none;
}

li {
    list-style: none;
}

h1,
h2,
h3 {
    font-family: 'Fraunces', serif;
}

p {
    font-weight: 500;
    line-height: 150%;
    font-size: 13px;
}

/* SPACING */
.container {
    max-width: 95%;
    margin: 0 auto;
}

@media (min-width: 1440px) {
    .container {
        max-width: 1440px;
    }
}

.containerTxt {
    max-width: 90%;
    margin: 0 auto;
}


/* FOOTER */
footer {
    background-color: rgba(34, 34, 34, 0.9);
    color: #fff;
    padding: 0px 0;
    position: absolute;
    bottom: -337px;
    width: 100%;
}

.wrapper1 {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;

}

.wrapper1 p {
    font-size: 12px;
    margin: 0;
    text-align: center;
    padding: 10px 0;
    flex: 0 0 100%;
}

.wrapper1 a {
    color: #fff;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    font-weight: bold;
    margin-left: 10px;
    font-size: 10px;
}

.wrapper1 a:hover {
    text-decoration: underline;
    transition: all 0.9s ease-in-out;
    color: rgb(75, 214, 63);
}

@media only screen and (max-width: 768px) {
    footer {
        background-color: rgba(34, 34, 34, 0.9);
        color: #fff;
        padding: 0px 0;
        position: absolute;
        bottom: -326px;
        width: 100%;
    }
}



.product-name {
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
}

.product-price {
    font-size: 18px;
    font-weight: 400;
    padding: 10px 0;
    clear: both;
}

/* .product-price-discount span.line-through { 
    text-decoration: line-through;
    margin-left: 10px;
    font-size: 14px;
    vertical-align: middle;
    color: #a5a5a5;
} */



.reviews-counter {
    font-size: 13px;
}

.reviews-counter span {
    vertical-align: -2px;
}

.rate {
    float: left;
    padding: 0 10px 0 0;
}

.rate:not(:checked)>input {
    position: absolute;
    top: -9999px;
}

.rate:not(:checked)>label {
    float: right;
    width: 15px;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 21px;
    color: #ccc;
    margin-bottom: 0;
    line-height: 21px;
}

.rate:not(:checked)>label:before {
    content: '\2605';
}

.rate>input:checked~label {
    color: #ffc700;
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
    color: #deb217;
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
    color: #c59b08;
}



.form-control:focus {
    outline: none;
    box-shadow: none;
}




.round-black-btn {
    border-radius: 4px;
    background: #212529;
    color: #fff;
    padding: 7px 45px;
    display: inline-block;
    margin-top: 20px;
    border: solid 2px #212529;
    transition: all 0.5s ease-in-out 0s;
}

.round-black-btn:hover,
.round-black-btn:focus {
    background: transparent;
    color: #212529;
    text-decoration: none;
}



.product-info-tabs .nav-tabs {
    width: 90%;
    border-bottom: 2px solid #d8d8d8;
    left: 50%;
    margin-top: 450px;
    transform: translateX(-50%);
}


.product-info-tabs .nav-tabs .nav-item {
    margin-bottom: 0;
}

.product-info-tabs .nav-tabs .nav-link {
    border: none;
    border-bottom: 2px solid transparent;
    color: #323232;
}

.product-info-tabs .nav-tabs .nav-item .nav-link:hover {
    border: none;
}

.product-info-tabs .nav-tabs .nav-item.show .nav-link,
.product-info-tabs .nav-tabs .nav-link.active,
.product-info-tabs .nav-tabs .nav-link.active:hover {
    border: none;
    border-bottom: 2px solid #d8d8d8;
    font-weight: bold;
}

.product-info-tabs .tab-content .tab-pane {
    padding: 30px 20px;
    font-size: 15px;
    line-height: 24px;
    color: #7a7a7a;
}

.review-form .form-group {
    clear: both;
}

.mb-20 {
    margin-bottom: 20px;
}

.review-form .rate {
    float: none;
    display: inline-block;
}

/* .review-heading {
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 6px;
    text-transform: uppercase;
    color: #000;
} */

.review-form .form-control {
    font-size: 14px;
}

.review-form input.form-control {
    height: 40px;
}

.review-form textarea.form-control {
    resize: none;
}

.review-form .round-black-btn {
    text-transform: uppercase;
    cursor: pointer;
}




.tab {
    border-radius: 15px;
}

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
    border-radius: 15px;
    margin-right: 5px;
}

.tab button:hover {
    background-color: #dddddda2;
    transition: 0.5s;
}

.tab button.active {
    background-color: #ffffff49;

}

.tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}









/* Reviews */
/* .contFrm {
    /* background-color: #f7f7f74f; */
    /* padding: 0px 5px 0px 5px; */
    /* margin: 15px 10px 15px 0px; */
    /* border-radius: 15px;
    margin-top: 10px;
    font-size: 15px;
}

.form-group {
    margin-bottom: 20px;
}
.col-sm-6 {
    margin-bottom: 20px;
}


.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-radius: 6px;
    margin-right: 10px;

} */

/* 
.form-control:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
} */

/* label {
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
} */

/* .reviews-counter {
    margin-top: 10px;
    display: flex;
    align-items: center;
} */

/* .rate {
    display: flex;
} */

/* .rate label {
    margin-right: 3px;
}

button.round-black-btn {
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 20px;
    padding: 10px 20px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
}

button.round-black-btn:hover {
    background-color: #ffffff3a;
    border: 2px solid black;
}  */


#reviews {
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 15px;
    background-color: #f7f7f7;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.contFrm {
    font-size: 16px;
}

.form-group {
    margin-bottom: 30px;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 12px);
    padding: 0.75rem 1rem; /* Adjusted padding */   
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 30px;
    overflow-y: hidden;
    transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

textarea.form-control {
    resize: none;
}

label {
    display: block;
    margin-top: 25px;
    /* margin-bottom: 1px; */
    font-weight: bold;
}

.reviews-counter {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.rate {
    display: inline-flex;
    align-items: center;
}

.rate input[type="radio"] {
    display: none;
}

.rate label {
    color: #aaa;
    margin-right: 8px;
    cursor: pointer;
    transition: color 0.3s ease-in-out;
}

.rate label:before {
    content: "★";
    margin-right: 2px;
    font-size: 20px;
    transition: color 0.3s ease-in-out;
}

.rate input[type="radio"]:checked ~ label {
    color: #ffcc00;
}

.round-black-btn {
    display: inline-block;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-color: #000;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}

.round-black-btn:hover {
    background-color: #222;
}

/* Additional Styling */

#reviews h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.row {
    margin: 0 -10px;
}

.col-sm-6 {
    padding: 0 10px;
}

.round-black-btn {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
}


/* new */
.tab {
    overflow: hidden;
}

.tab button {
    background-color: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 20px;
    font-size: 16px;
}

.tab button.active {
    background-color: #ccc;
}

.tab-content {
    padding: 20px;
}

.tabcontent {
    display: none;
    padding: 6px 12px;
}

.tabcontent.active {
    display: block;
}

.tab-content::-webkit-scrollbar {
    width: 6px;
}

.tab-content::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

.tab-content::-webkit-scrollbar-thumb {
    background-color: #888;
}

.tab-content::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}
