@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');


@font-face {
    font-family: 'CustomFont';
    src: url('/rootminerals/fonts/CRC55.woff') format('opentype');
    font-weight: normal;
    font-style: normal;
}


body {
    font-family: 'CustomFont', sans-serif;
}

.star-icon {
    color: #FF8F17;
}

.swatch {
    width: 30px;
    height: 30px;
    border: 2px solid transparent;
    cursor: pointer;
  }

  input[type="radio"]:checked + .swatch {
    border-color: #8d1b1b;
  }
  .swatch-container {
    display: flex;
    flex-wrap: wrap;
  }

  @media (min-width: 1024px) {
    .swatch-container {
      display: grid;
      grid-template-columns: repeat(9, 1fr);
      grid-gap: 8px;
    }
  
    .swatch {
      width: 100%;
      height: 25px;
    }
  }

.review-card{
    border-radius: 8px;
    border: none;
    -webkit-box-shadow: 1px 9px 9px 6px rgba(209,201,209,1);
    -moz-box-shadow: 1px 9px 9px 6px rgba(209,201,209,1);
    box-shadow: 1px 9px 9px 6px rgba(209,201,209,1);
}


.nav-tabs .nav-item .nav-link.active {
    background: #fff !important;
    color: #000 !important;
    border: 1px solid #ddd !important;
    border-bottom: none !important;
    border-radius: 4px 4px 0 0 !important;
    font-weight: 600;
}

.nav-tabs .nav-item .nav-link {
    background: linear-gradient(45deg, #f0f0f0, #dcdcdc);
    color: #000;
    border: none;
    padding: 10px 15px;
    border-radius: 4px;
    margin-right: 5px;
    transition: background-color 0.3s ease, color 0.3s ease;

}

.tab-content {
    border: 1px solid #ddd;
    padding: 20px;
    background-color: #fff;
    border-radius: 0 0 4px 4px;

}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    background-color: #eaeaea;
    color: #000;
    border-radius: 4px;
}

.nav-tabs .nav-item{
    font-size: 12px;

}

.panel-heading{
    font-size: 18px;
    line-height: 24px;
}

.tab-content .tab-pane p{
    font-size: 14px;
    color: #666;
}
.tab-content .tab-pane p strong{
    font-size: 14px;
    color: #000;
}

.tab-content .tab-pane ul li{
    font-size: 14px;
    color: #666;
    list-style:disc;
    margin-bottom: 10px;
}


.gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.gallery img {
    width: 150px;
    height: 150px;
    max-width: 150px;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.gallery img:hover {
    transform: scale(1.05);
}

.main-image {
    width: 100%;
    overflow: hidden; 
    display: flex;
    justify-content: left;
    align-items: left;
}

.main-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.image-gallery {
    margin-left: 0;
    margin-right: 0;
}

.image-gallery .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin-left: -5px;
    margin-right: -5px;
}

.image-gallery .col-2 {
    padding-left: 5px;
    padding-right: 5px;
}

.gallery-image {
    width: 100%;
    height: 100%;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border-color 0.3s ease;
}

.gallery-image.selected {
    border-color: black;
}


.product-name{
    font-size: 30px;
    font-weight: 500;
}

.product-weight{
    font-size: 16px;
    line-height: 20px;
    color: #666;
}



.price{
    font-size: 30px;
}

.rating span{
    color: #666;
    font-size: 14px;
}

.heading-review{
    font-size: 14px;
    color: #666;
}

.heading-review-button{
    font-size: 14px;
    color: #666;
    text-decoration: none;
}

.heading-review-button:hover{
    cursor: pointer;
    text-decoration: none;
    color: #000;
}

.color-name{
    font-size: 14px;
    color: #666;
}

.color-option{
    font-size: 14px;
    color: #000;
}

.color-button{
    font-size: 12px;
    color: #B68581;
}

.color-button:hover{
    font-size: 14px;
    color: #B68581;
    text-decoration: none;
}

.card-title{
    font-size: 16px;
    color: #666;
    font-weight: 600;
    margin-bottom: 0px !important;
}

.small-input {
    max-width: 50px;
    float: right;
}


.cart-button{
    background-color: #000;
    color: #B68581;
    font-size: 16px;
    font-weight: 500;
    border-radius: 8px;
    padding: 10px 0px;
}

.card-text{
    color: #663431;
    font-size: 12px;
    line-height: 1px;
}

.card-text:hover{
    color: #663431;
    font-size: 12px;
    text-decoration: none;
}


.description-para{
    color: #666;
    font-size: 12px;
    line-height: 18px;
}


.review-snapshot{
    font-size: 20px;
    color: #666;
    line-height: 22px;
}


.rating-number{
    font-size: 36px;
}


.review-number{
    font-size: 12px;
    color: #666;
}

.progress-star{
    color: #666;
    font-size: 14px;
}

.progress-number{
    color: #666;
    font-size: 14px;
}


.banner-button{
    background-color: #620078;
    color: #fff;
    border: none;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 10px;
    border-radius: 8px;
}

.banner-button:hover{
    border: 1px solid #fff;
}

.rating-percentage{
    font-size: 36px;
    color: #fff;
    background: #620078;
    padding: 10px 30px;

}

.percentage-text{
    font-size: 10px;
}

.progress-bar{
   background: #620078;
}


/*Footer*/

.custom-footer {
    background-color: #fff; /* Same background color as the navbar */
    color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.footer-logo-container {
    text-align: center; /* Center the logo */
    padding: 20px 0;
}

.footer-logo {
    height: 60px;
    width: auto;
}

/* Social Media Section */
.social-media-section {
    background-color: #fff;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.social-icon {
    color: #620078;
    font-size: 24px;
    margin: 0 10px;
    text-decoration: none;
}

.social-icon:hover {
    color: #620078; 
}


.footer-line{
    background-color: #666;
    width: 60%;
}

.purchase-card{
    display: flex !important;
}


@media only screen and (max-width: 600px) {
    .purchase-card{
    display: block !important;
}
    .product-name {
        font-size: 22px;
        font-weight: 500;
    }
    .price {
        font-size: 20px;
    }
    .rating {
        margin-bottom: 10px;
    }
    .panel-heading {
        font-size: 16px;
        line-height: 22px;
    }
    .tab-content .tab-pane p {
        font-size: 12px;
        color: #666;
    }
    .tab-content .tab-pane ul li {
        font-size: 12px;
        color: #666;
        list-style: disc;
        margin-bottom: 8px;
    }
    .tab-content .tab-pane p strong {
        font-size: 12px;
        color: #000;
    }
    .gallery {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }
    .review-snapshot-container{
        justify-content: center;
    }
    .img-fluid-container{
        justify-content: center !important;
    }
    .review-container{
        margin-bottom: 30px;
    }
    .rating-percentage-container{
        margin-bottom: 30px;
    }
    .bar-number-stars{
        width: 20%;
    }
    .bar-number-progress{
        width: 70%;
    }
    .progress-number{
        width: 10%;
    }
    .main-image {
        width: 100%;
        height: 300px;
        overflow: hidden;
        display: flex;
        justify-content: left;
        align-items: left;
    }
    .toggler-tabs{
        display: none;
    }
    .color-image-container {
        width: 30%;
        display: flex;
        align-items: center;
    }
    .color-swatch-container{
        width: 70%;
    }
    .color-image{
        height: 70% !important;
    }
    .swatch {
        width: 20px;
        height: 20px;
        border: 2px solid transparent;
        cursor: pointer;
    }
    .rating-percentage {
        font-size: 24px;
        color: #fff;
        background: #620078;
        padding: 10px 30px;
    }
    .card-title-container{
        width: 50%;
    }
    .card-body{
        padding: 14px;
    }
    .card-title{
        font-size: 14px;
    }
    button.cart-button.btn-block {
    font-size: 14px;
}
    .description-para{
        font-size: 10px;
    }
.accordion-body p {
    font-size: 10px !important;
    line-height: 2 !important;
}
.accordion-body ul li {
    font-size: 10px !important;
    line-height: 2 !important;
    list-style: disc;
}
    .progress-star {
    color: #666;
    font-size: 12px;
}
.progress-number {
    color: #666;
    font-size: 12px;
}
  }

  @media (min-width: 768px) {
    .accordion {
        display: none;
    }
}

.accordion-button {
    width: 100%;
    text-align: left;
    font-size: 14px;
    border: 1px solid #666;
    padding: 10px 5px;
}


.accordion-body{
    padding: 10px;
    border: 1px solid #666;
}

.accordion-body p{
    font-size: 12px;
    line-height: 2;
}

.accordion-body ul li{
    font-size: 12px;
    line-height: 2;
    list-style: disc;
}


.accordion-header {
    margin: 0;
    padding: 0;
}


.accordion-button {
    margin: 0;
    border-radius: 0; 
}


.accordion-body {
    margin: 0;
}


.accordion-item {
    border: 0;
}

.accordion-item {
    margin-bottom: -8px; 
    border: 0; 
    border-radius: 0; 
}

.mobile-image {
    display: none;
}


@media (max-width: 600px) {
    .desktop-image {
        display: none;
    }
    .mobile-image {
        display: block;
    }
    .image-gallery{
        display: none;
    }
    .zoomWindow {
    display: none;
}
}

.sale-timer{
    background-color: #fff;
}

.sale-timer h6{
    color: #620078;
    font-size: 18px;
}

.sale-timer h6 strong{
    color: #620078;
    font-size: 20px;
}

.timer-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.timer-box {
    background-color: #620078;
    color: #000;
    border-radius: 5px;
    margin: 5px 5px;
    font-size: 18px;
    text-align: center;
}
.timer-label {
    display: block;
    font-size: 12px;
}

.timer-box span{ 
    color:#fff ;
    font-size: 16px;
    font-weight: 600;
}

.timer-label{
    font-size: 12px;
    font-weight: 600;
}


@media (max-width: 600px) {
    .sale-timer {
        flex-direction: column; /* Stack the elements vertically */
        padding: 10px 0;
    }

    .sale-timer h6 {
        font-size: 16px;
        margin: 5px 0;
    }

    .timer-container {
        margin: 10px 0;
    }

    .timer-box {
        font-size: 16px;
        padding: 5px;
    }
}

.mascara-page{
    display: none;
}


/* Navbar Style */
.custom-navbar {
    background-color: #ffffff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.logo-img {
    max-width: 150px; /* Adjust to fit nicely */
}

/* Navbar Links */
.navbar-nav .nav-link {
    font-size: 16px;
    padding: 10px 20px;
    color: #333;
    text-transform: uppercase;
    transition: color 0.3s ease-in-out;
}

.navbar-nav .nav-link:hover {
    color: #6c757d; /* Hover effect */
}

/* Dropdown Menu Style */
.dropdown-menu {
    background-color: #fff;
    border-radius: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.dropdown-item {
    padding: 10px 20px;
    color: #333;
}

.dropdown-item:hover {
    background-color: #f8f9fa;
    color: #333;
}

/* Mobile and Tablet */
@media (max-width: 991px) {
    .navbar-brand {
        margin-left: 10px;
    }
    .navbar-toggler {
        margin-right: 10px;
    }

    /* Center the nav links vertically */
    .navbar-nav {
        flex-direction: column;
    }
}

.logo-container{
    margin-left: auto;
    margin-right: auto;
}
.collapse:not(.show) {
    display: block  !important;
}


@media (max-width: 768px) {
    /* Adjust Tab Links Style for Tablets */
    .nav-tabs .nav-item .nav-link {
        padding: 8px 10px; /* Decrease padding for smaller screens */
        font-size: 14px; /* Adjust font size */
        margin-right: 3px; /* Adjust spacing between tabs */
        border-radius: 3px; /* Slightly smaller corner radius */
    }

    /* Active Tab Style for Tablets */
    .nav-tabs .nav-item .nav-link.active {
        background: linear-gradient(45deg, #c0c0c0, #a9a9a9); /* Softer gradient for active */
        color: #fff; /* White text for active tab */
    }
    .product-name {
    font-size: 20px !important;
    font-weight: 500;
}
.col-md-12.Product-info {
    margin-top: 14px;
}
}



@media (max-width: 991px) {
    .review-bar {
        margin-bottom: 10px;
    }
    
    .progress-star {
        font-size: 12px;
        white-space: nowrap;
    }
    
    .progress {
        height: 15px;
    }
    
    .progress-number {
        font-size: 12px;
        text-align: right;
        padding-left: 5px;
    }
    
    .bar-number-stars, .bar-number-progress, .progress-number {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (min-width: 992px) {
    .review-bar {
        margin-bottom: 15px;
    }
}

@media screen and (width: 1024px) {
    .review-bar {
        margin-bottom: 12px;
    }

    .progress-star {
        font-size: 13px;
        white-space: nowrap;
    }

    .progress {
        height: 18px;
    }

    .progress-number {
        font-size: 13px;
        text-align: right;
        padding-left: 3px;
    }

    .bar-number-stars, .bar-number-progress, .progress-number {
        padding-left: 3px;
        padding-right: 3px;
    }
}

.card.review-card {
    width: 75% !important;
}

@media (max-width: 600px){
    .card.review-card{
        width: 100% !important; 
    }
}


button#increase-btn {
    display: flex;
    justify-content: center;
    align-items: center;
        background-color: #000;
    color: #B68581;
}

button#decrease-btn{
    display: flex;
    justify-content: center;
    align-items: center;
        background-color: #000;
    color: #B68581;
}

input#quantity-input{
    display: flex;
    justify-content: center;
    align-items: center;
}


/* Target tablets */
@media (max-width: 1024px) and (min-width: 600px) {
    .card.review-card {
        width: 100% !important; /* Adjust the width as needed */
    }
}



    .quantity-input {
        display: flex;
        align-items: center;
    }
    .quantity-btn {
        width: 40px;
        height: 40px;
        font-size: 1.5rem;
        border-radius: 5px;
    }
    .small-input {
        text-align: center;
        width: 60px;
        margin: 0 5px;
    }
    .quantity-input button:hover {
        background-color: #e7e7e7;
    }
    @media (max-width: 1024px) {
        .quantity-input {
            width: 100%;
        }
        .small-input {
            width: 50px; /* Adjusted for mobile */
        }
        .quantity-btn {
            width: 35px;
            height: 35px;
        }
    }


    input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
