.btn-primary {
    background-color: #FC5D01 !important;
    color: white;
    border-radius: 8px;
    font-family: "Urbanist", sans-serif !important;
}

.btn-primary:hover,
.btn-primary:active {
    background-color: #FC5D01 !important;
    color: white;
    border-radius: 8px;
    font-family: "Urbanist", sans-serif !important;
}

.btn-primary-outline {
    border: 1px solid #FC5D01 !important;
    color: #FC5D01;
    background-color: #ffff;
    border-radius: 8px;
    font-family: "Urbanist", sans-serif !important;
}

.btn-primary-outline:hover,
.btn-primary-outline:active {
    background-color: #FC5D01;
    color: #fff;
}

.btn-whatsapp {
    color: #25D366;
    border: 2px solid #25D366;
    border-radius: 10px;
    font-family: "Urbanist", sans-serif !important;
}

.btn-whatsapp:hover {
    background-color: #25D366;
    color: #fff;
}

.btn-whatsapp:active {
    color: #fff;
}

.btn-light-pink {
    background-color: #FFDCBA;
    color: #000;
    border-radius: 8px;
    font-family: "Urbanist", sans-serif !important;
}

.text-primary {
    color: #FC5D01 !important;
}

.text-dark-black {
    color: #000 !important;
}

.font-urbanist {
    font-family: "Urbanist", sans-serif !important;
}

.font-bebas-neue {
    font-family: "Bebas Neue", sans-serif !important;
}

::selection {
    background-color: #FC5D01;
    color: #fff;
}

.product-ratings .ratings::before {
    color: #FF9A1E;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-item .nav-link.active {
    border: 0px;
    color: #FC5D01;
}

.nav-tabs .nav-item .nav-link.active {
    border-bottom-color: #e7e7e7;
}

li a:hover {
    color: #FC5D01;
}

.menu .megamenu {
    border-top: 0px solid #FC8229;
}


.menu .show>.megamenu {
    border-radius: 10px;
}

.menu .megamenu {
    width: 800px;
}

.add-cart-box {
    border-top: 4px solid #FC8229;
}

.heading-spacer {
    width: 15px;
    border-top: 3px solid;
    border-color: #FC8229 !important;
}

.badge-circle {
    background: #FC8229;
}

.contact-info i {
    background-color: #FC8229;
}

.contact-info p:first-of-type {
    padding-top: 0.6rem;
}

label {
    font-family: "Urbanist", sans-serif !important;
}

a {
    color: #000;

}

a:hover {
    color: #FC8229;
}

.toolbox .sort-select-custom:after {
    /* left: 110px !important; */
    left: auto;
    right: auto;
}

.user-image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.toolbox-pagination {
    float: right;
    border: none;
}

/* For laptop screens (min-width: 1220px and max-width: 1440px) */
@media (min-width: 1220px) and (max-width: 1440px) {
    .container {
        max-width: 1300px !important;
        margin: 0 auto;
    }
}

/* For desktop screens (min-width: 1441px and max-width: 1920px) */
@media (min-width: 1441px) and (max-width: 1920px) {
    .container {
        max-width: 1400px !important;
        margin: 0 auto;
    }
}

/* For larger screens (min-width: 1921px) */
@media (min-width: 1921px) {
    .container {
        max-width: 1500px !important;
        margin: 0 auto;
    }
}

.space-left {
    margin-left: 5px;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover {
    background-color: #FC5D01;
    color: #fff;
}

.user-initials {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    background-color: #FC8229;
    text-align: center;
    align-content: center;
    font-size: large;
    font-weight: 700;
}

/* --------------------------------------------------------- */

.header-middle {
    position: relative;
    width: 100%;
    height: 100%;
}

.banner-top {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.banner-image {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.banner-top-text {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    color: white;
    text-align: left;
    padding: 20px;
    max-width: 40%;
    z-index: 2;
}

.banner-top-text h1 {
    font-size: 48px;
    color: white;
    margin-bottom: 24px;
    font-family: "Bebas Neue", sans-serif !important;
}

.banner-top-text p {
    font-size: 22px;
    margin-bottom: 36px;
    line-height: 34px;
    font-family: "Urbanist", sans-serif !important;
}

/* .banner-top-text a {
    background-color: #FC5D01;
    color: #fff;
    border: 2px solid #fff;
    padding: 12px 24px;
    border-radius: 4px;
    font-size: 20px;
    cursor: pointer;
} */
.discover-button-container {
    position: relative;
    display: inline-block;
}

.discover-button-container a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #fff;
    color: #f4511e;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    position: relative;
    z-index: 1;
}

.discover-button-container a:hover {
    background-color: #f4511e;
    color: #ffff;
}

.discover-button-container::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 3px;
    right: -7px;
    bottom: -7px;
    border: 2px solid #fff;
    border-radius: 7px;
    z-index: 0;
}

@media (max-width: 992px) {
    .banner-top::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 1;
    }

    .banner-top-text {
        transform: translateY(-80%);
        text-align: center;
        max-width: none;
    }

    .banner-top-text h1 {
        font-size: 36px;
    }

    .banner-top-text p {
        font-size: 18px;
        line-height: 28px;
    }

    .banner-top-text a {
        font-size: 18px;
        padding: 10px 20px;
    }

    .banner-image {
        height: 100%;
    }
}



/*
.header-middle {
    position: relative;
    width: 100%;
    height: 100%;
}

.banner-top {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.banner-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.banner-top-text {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    color: white;
    text-align: left;
    padding: 20px;
    max-width: 40%;
    z-index: 2;
}

.banner-top-text h1 {
    font-size: 48px;
    color: white;
    margin-bottom: 24px;
    font-family: "Bebas Neue", sans-serif !important;
}

.banner-top-text p {
    font-size: 22px;
    margin-bottom: 36px;
    line-height: 34px;
    font-family: "Urbanist", sans-serif !important;
}

.banner-top-text button {
    background-color: #FC5D01;
    color: #fff;
    border: 2px solid #fff;
    padding: 12px 24px;
    border-radius: 4px;
    font-size: 20px;
    cursor: pointer;
}

.desktop-view {
    display: block;
}

.mobile-view {
    display: none;
}

@media (max-width: 768px) {
    .desktop-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }

    .banner-top {
        height: 100vh;
        position: relative;
    }

    .banner-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
    }

    .banner-top-text {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 90%;
        text-align: center;
        padding: 10px;
        position: absolute;
        z-index: 1;
    }

    .banner-top-text h1 {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .banner-top-text p {
        font-size: 16px;
        margin-bottom: 20px;
        line-height: 24px;
    }

    .banner-top-text button {
        font-size: 16px;
        padding: 10px 20px;
    }
} */



/* --------------------------------------------------------- */
.banner-info-text {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 2px;
    font-family: 'Urbanist' !important;
}

.info-image-dashed {
    position: absolute;
    top: 18%;
    left: 15%;
    width: 60%;
    height: 100%;
    border: 2px dashed #FC5D01;
    z-index: 0;
    border-radius: 10px;
}

.image-container-main {
    position: relative;
    z-index: 1;
    border-radius: 10px;
}

.image-container-secondary {
    width: 55%;
    position: absolute;
    top: 70%;
    left: 35%;
    z-index: 1;
    border-radius: 10px;
}

.margin-bottom-custom {
    margin-bottom: 5rem;
}

@media (max-width: 767px) {
    .info-images-none {
        display: none;
    }

    .col-md-6 {
        text-align: center;
    }

    .banner-info-text {
        font-size: 16px;
        line-height: 20.7px;
    }

    .info-image-dashed,
    .image-container-main,
    .image-container-secondary {
        display: none;
    }

    .info-banner-btn {
        align-items: center;
    }

    .company-info-icon-image img {
        display: none;
    }

    .banner-info-text a {
        margin-top: 10px;
    }

    .margin-bottom-custom {
        margin-bottom: 0px;
    }
}

.company-info-icon-image {
    position: relative;
}

.company-info-icon-image img {
    width: auto;
    height: 134px;
    position: absolute;
    top: -90px;
    right: -60px;
}

/* --------------------------------------------------------- */
.search-form-inline {
    display: flex;
    align-items: center;
}

.search-form-inline .form-control {
    font-size: 18px;
    flex: 1;
    background: #fff2e5 !important;
    border-radius: 5px 0px 0px 5px !important;
}

.search-form-inline .select-custom {
    font-size: 30px;
    margin-top: 10px;
    width: 140px;
    padding-bottom: 3px;
}

.select-custom select {
    border: 0;
    color: inherit;
    font-size: 1.5rem !important;
    height: 100%;
    box-shadow: none;
}

.search-form-inline .btn {
    background-color: #fff2e5;
    padding: 0px 15px 0px 0px;
    font-size: 22px;
    border-radius: 0 5px 5px 0 !important;
}

/* --------------------------------------------------------- */
.card-rounded {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-rounded .card-body .product-details a span {
    font-family: "Bebas Neue", sans-serif;
    font-size: 24px !important;
    color: #000;
}

.card-rounded .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-image {
    margin-left: auto;
    margin-right: auto;
    height: 245px !important;
}

.product-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
}

.pricing {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
}

.product-details h3 {
    margin: 0;
}

.btn-icon-wish {
    display: flex;
    align-items: center;
}

.card-rounded {
    border-radius: 8px;
    border: 2px solid transparent;
    min-height: 468px;
    margin-bottom: 10px;
    background: #FFF;
    box-shadow: 0px 0px 5px 5px rgb(211 211 211 / 25%);
    transition: border 0.3s ease-in-out;
}

.card-rounded:hover {
    border: 2px solid #FC5D01;
    box-shadow: unset;
}

@media (max-width: 768px) {
    .card-rounded .card-body .product-details a span {
        line-height: 28px;
    }
}

/* --------------------------------------------------------- */

.ask-menu>li>a {
    padding: 5px !important;
    font-size: 22px;
}

.ask-menu li>a:hover,
.ask-menu li>a:focus {
    color: #FC5D01;
}

.ask-menu li.show {
    color: #FC5D01 !important;
}

/* --------------------------------------------------------- */
.cat-navbar {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.cat-navbar .nav-item .nav-link.active {
    color: #FFFF;
    background: #FC5D01;
    border-radius: 10px;
    margin: 0px;
    width: 130%;
}

@media (max-width: 768px) {
    .cat-navbar .nav-link .category-name {
        display: none;
    }

    .cat-navbar .nav-icon {
        margin-bottom: 0;
        width: auto;
        height: auto;
        margin-right: auto;
        margin-left: auto;
    }

    .category-icon-image img {
        display: none;
    }

    .category-icon-image-2 {
        display: none;
    }
}

.cat-navbar .nav-item {
    text-align: center;
    line-height: 43px;
    position: relative;
    height: 43px;
    padding: 2px;
}

.cat-navbar .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 0;
}

.cat-navbar .nav-link.cat-navbar-active {
    background-color: #eee;
}

.cat-navbar .nav-item .submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px 0;
    list-style: none;
    width: 180px;
    height: fit-content;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

.cat-navbar .nav-item:hover .submenu {
    display: block;
}

.cat-navbar .nav-item .submenu li {
    padding: 0;
}

.cat-navbar .nav-item .submenu li a {
    text-decoration: none;
    color: #555;
    display: block;
    padding: 10px 15px;
    background-color: #fff;
    border-radius: 5px;
    margin: 2px 10px;
}

.cat-navbar .nav-item .submenu li a:hover,
.cat-navbar .nav-item .submenu li a.active {
    background-color: #FC5D01;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
}

.cat-navbar span {
    font-weight: 600;
}

.category-icon-image {
    position: relative;
}

.category-icon-image img {
    width: auto;
    height: 100px;
    position: absolute;
    top: -18px;
    left: 10px;
}

.category-icon-image-2 {
    position: relative;
}

.category-icon-image-2 img {
    width: auto;
    height: 80px;
    position: absolute;
    top: -12px;
    left: -30px;
}

/* --------------------------------------------------------- */

.nav-link {
    color: #555;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-decoration: none;
}

.nav-link.active {
    color: #FFFF;
    background: #FC5D01;
    border-radius: 10px;
    /* margin: 5px; */
}

.nav-link:hover {
    color: #FC5D01;
}

.nav-link.active:hover {
    color: #FFFF;
}

.nav-icon {
    margin-right: 15px;
}

@media (max-width: 768px) {
    .nav-link {
        font-size: 12px;
    }

    .nav-icon {
        width: 20px;
        height: 20px;
    }
}


/* --------------------------------------------------------- */
.slider {
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.slider .slide-track {
    display: flex;
    animation: scroll 20s linear infinite;
}

.slider .slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    flex-shrink: 0;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.slide img {
    height: 80px;
}

/* --------------------------------------------------------- */

.footer-bg {
    background-color: #4e2a14;
}

footer {
    font-family: "Urbanist", sans-serif !important;
    color: #c3b6ae;
}

.footer-end-text {
    color: #c69449;
}

@media (max-width: 991px) {
    .main-header {
        display: none;
    }
}

@media (max-width: 991px) {
    .footer-image-bottom img {
        display: none;
    }

    .footer-image img {
        display: none;
    }
}

footer .social-icon:not(:hover):not(:active):not(:focus) {
    background-color: #603f2b;
}

footer .social-icon:hover {
    background-color: #603f2b;
}

.footer .social-icons .social-icon {
    border-radius: 5px;
    border: 0px;
}

.footer .widget-newsletter .form-control {
    border-radius: 10px;
}

.footer .widget-newsletter .btn {
    border-radius: 0 10px 10px 0;
}

.footer-image {
    position: relative;
}

.footer-image img {
    width: auto;
    height: 134px;
    position: absolute;
    top: -125px;
    left: -10px;
}

.footer-image-bottom {
    position: relative;
}

.footer-image-bottom img {
    width: auto;
    height: 134px;
    position: absolute;
    bottom: -40px;
    right: -35px;
}

/* --------------------------------------------------------- */

.work-card {
    border: none;
    border-radius: 10px;
    text-align: center;
    padding: 2rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    min-height: 90%;
}

.icon {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 2rem;
}

.work-card-title {
    font-weight: bold;
    margin-bottom: 1rem;
    font-family: "Urbanist", sans-serif !important;
}

.work-card-text {
    color: #7f8c8d;
    font-size: 14px;
    line-height: 21px;
    font-family: "Urbanist", sans-serif !important;
}

/* --------------------------------------------------------- */

.testimonial-card {
    border: none;
    border-radius: 10px;
    text-align: center;
    padding: 2rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    min-height: 90%;
}

.testimonial-card img {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

/* --------------------------------------------------------- */

/* .center-banner {
    background-color: #A3A92B;
    display: flex;
    align-items: stretch;
    height: auto;
}

.center-heading {
    color: #F4FF19;
    font-size: 64px;
    margin-bottom: 32px;
    padding-left: 100px;
}

.center-text {
    color: #fff;
    font-size: 20px;
    line-height: 27px;
    padding: 100px;
    padding-top: 0;
}

.center-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */

/* .center-banner {
    background-color: #A3A92B;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    position: relative;
    padding: 20px;
    overflow: hidden;
}

.center-heading {
    color: #F4FF19;
    font-size: 64px;
    margin-bottom: 32px;
    padding-left: 100px;
}

.center-text {
    color: #fff;
    font-size: 20px;
    line-height: 27px;
    padding: 100px;
    padding-top: 0;
}

.center-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
    .center-banner {
        flex-direction: column;
        align-items: center;
        padding: 0;
    }

    .center-heading {
        font-size: 32px;
        padding-left: 0;
        margin-bottom: 16px;
    }

    .center-text {
        font-size: 16px;
        line-height: 22px;
        padding: 20px;
        text-align: center;
    }

    .center-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.5;
    }

    .center-banner .p-3 {
        position: relative;
        z-index: 1;
        padding: 20px;
        text-align: center;
        background: transparent;
    }
} */

/* General Styles for Desktop View */
.center-banner {
    background-color: #A3A92B;
    display: flex;
    align-items: stretch;
    height: auto;
}

.center-heading {
    color: #F4FF19;
    font-size: 64px;
    margin-bottom: 32px;
    padding-left: 100px;
}

.center-text {
    color: #fff;
    font-size: 20px;
    line-height: 27px;
    padding: 100px;
    padding-top: 0;
}

.center-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.desktop-view {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-view {
    display: none;
}

/* Mobile Styles */
@media (max-width: 768px) {
    .desktop-view {
        display: none;
    }

    .mobile-view {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        position: relative;
    }

    .center-heading {
        font-size: 24px;
        margin-bottom: 8px;
        padding-left: 0;
    }

    .center-text {
        font-size: 14px;
        line-height: 20px;
        padding: 10px;
        text-align: center;
    }

    .center-image {
        opacity: 0.5;
    }

    .text-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1;
        padding: 10px;
    }

    .banner-center-icon-image img {
        display: none;
    }
}

.banner-center-icon-image {
    position: relative;
}

.banner-center-icon-image img {
    width: auto;
    height: 134px;
    position: absolute;
    top: -30px;
    left: 0px;
}

/* --------------------------------------------------------- */

.accordian-div {
    font-family: "Urbanist", sans-serif !important;
    padding: 20px;
}

.accordion {
    max-width: 100%;
    margin: 0 auto;
}

.accordion-item {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    overflow: hidden;
}

.accordion-header {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    background-color: #fff;
}

.accordion-header h3 {
    margin: 0;
    font-size: 20px;
    font-weight: normal;
}

.accordion-toggle {
    font-size: 24px;
    font-weight: bold;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}

.accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.accordion-toggle {
    transition: transform 0.3s ease;
}

.accordion-body p,
.accordion-body ul {
    margin-left: 15px;
    font-size: 18px;
    color: #333;
}

.accordion-body ul {
    padding-left: 20px;
    list-style-type: disc;
}

@media (max-width: 768px) {
    .accordion-header {
        align-items: flex-start;
    }

    .accordion-header h3 {
        flex: 1;
    }

    .accordion-toggle {
        color: #000;
        align-self: flex-start;
        margin-top: 0px;
    }
}

/* --------------------------------------------------------- */
.ask-map {
    padding: 0px;
    border-radius: 20px;
}

.ask-map iframe {
    border-radius: 20px;
    width: 650px;
    width: -webkit-fill-available;
}

@media (max-width: 991px) {
    .ask-map iframe {
        max-width: 380px;
    }
}

.map-heading {
    font-size: 44px;
    line-height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.map-text {
    font-size: 18px;
    line-height: 30px;
    font-family: "Urbanist", sans-serif !important;
}

.map-icon-size {
    font-size: 1.2rem !important;
}

.map-location-dropdown {
    width: 110px;
    height: 30px;
    font-size: 16px;
    margin: 5px;
    padding: 5px;
    font-family: "Urbanist", sans-serif !important;
}

.map-location-dropdown:hover,
.map-location-dropdown:active,
.map-location-dropdown:focus {
    background-color: #FC5D01;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    margin: 5px;
}

/* --------------------------------------------------------- */

/* General Styles for Desktop View */
.banner-top-2 {
    position: relative;
    /* width: 100%;
    height: 71%; */
}

.background-image {
    /* width: 100%;
    height: 80%; */
    object-fit: cover;
    border-radius: 20px;
}


.banner-top-2-text {
    position: absolute;
    top: 50%;
    left: 35%;
    transform: translate(-50%, -50%);
    color: white;
    width: 80%;
    max-width: 600px;
}

.banner-top-2-text h1 {
    font-size: 40px;
    color: #fff;
}

/* Mobile Styles */
@media (max-width: 768px) {
    .banner-top-2 {
        /* height: 71%; */
        color: white;
    }

    .background-image {
        /* height: 80%; */
        color: white;
    }

    .banner-top-2-text {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        padding: 0px;
        text-align: center;
    }

    .banner-top-2-text h1 {
        font-size: 24px;
        margin-bottom: 0px;
    }

    .breadcrumb {
        font-size: 14px;
        text-align: center;
    }

    .breadcrumb-item a {
        font-size: 14px;
    }
}


/* --------------------------------------------------------- */

.product-details-card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.5rem;
}

/*
.ratings-container .product-ratings:after {
    content: "";
    color: #FF9A1E !important;
} */

/* .product-title{
    font-size: 38PX;
} */

/* --------------------------------------------------------- */

.reviews-section {
    margin-top: 20px;
}

.review {
    margin-bottom: 20px;
}

.rating {
    color: #FFD700;
}

.star {
    font-size: 20px;
}

.filled {
    color: #FFD700;
}

.new-review-form {
    margin-top: 20px;
}

.new-review-form textarea {
    width: 100%;
    height: 100px;
}

@media (max-width: 768px) {
    .review-heading {
        text-align: center;
    }
}

/* --------------------------------------------------------- */

.rate {
    float: left;
    height: 46px;
    padding: 0 10px;
}

.rate:not(:checked)>input {
    position: absolute;
    display: none;
}

.rate:not(:checked)>label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ccc;
}

.rated:not(:checked)>label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ccc;
}

.rate:not(:checked)>label:before {
    content: '★ ';
}

.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;
}

.star-rating-complete {
    color: #c59b08;
}

.rating-container .form-control:hover,
.rating-container .form-control:focus {
    background: #fff;
    border: 1px solid #ced4da;
}

.rating-container textarea:focus,
.rating-container input:focus {
    color: #000;
}

.rated {
    float: left;
    height: 46px;
    padding: 0 10px;
}

.rated:not(:checked)>input {
    position: absolute;
    display: none;
}

.rated:not(:checked)>label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ffc700;
}

.rated:not(:checked)>label:before {
    content: '★ ';
}

.rated>input:checked~label {
    color: #ffc700;
}

.rated:not(:checked)>label:hover,
.rated:not(:checked)>label:hover~label {
    color: #deb217;
}

.rated>input:checked+label:hover,
.rated>input:checked+label:hover~label,
.rated>input:checked~label:hover,
.rated>input:checked~label:hover~label,
.rated>label:hover~input:checked~label {
    color: #c59b08;
}



.mobile-menu-container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 250px;
    transform: translateX(-100%);
    transition: all .25s;
    background-color: #FC5D01;
    font-size: 1.5rem;
    line-height: 1.5;
    box-shadow: 0.1rem 0 0.6rem 0 rgba(50, 50, 50, 0.65);
    visibility: hidden;
    z-index: 1001;
    overflow-y: auto;
}

.mobile-menu li {
    display: block;
    position: relative;
    border-bottom: 1px solid #fff;
}

/* --------------------------------------------------------- */

.whatsapp-button {
    position: fixed;
    bottom: 6%;
    right: 3%;
    color: #25D366;
    text-decoration: none;
    font-size: 5rem;
}

.whatsapp-button:hover,
.whatsapp-button:focus,
.whatsapp-button:active {
    color: #25D366;
}


.rating-item {
    margin-bottom: 10px;
}

.stars {
    color: #FF9A1E;
}

.checked {
    color: #FF9A1E;
}

.rating-item {
    margin-bottom: 10px;
}

.progress {
    height: 10px;
    border-radius: 10px;
}

.progress-bar {
    background-color: #482814;
    border-radius: 10px;
}

.star-count,
.percentage {
    text-align: center;
}

.average-rating {
    color: #482814;
    font-family: "Bebas Neue", sans-serif !important;
}

/* --------------------------------------------------------- */

@media (max-width: 767px) {
    .table-cart {
        width: 100%;
        display: block;
        overflow: hidden;
    }

    .table-cart thead {
        display: none;
    }

    .table-cart tbody,
    .table-cart tr,
    .table-cart td {
        display: block;
        width: 100%;
    }

    .table-cart tr {
        margin-bottom: 15px;
    }

    .table-cart td {
        text-align: right;
        padding-left: 50%;
        position: relative;
    }

    .table-cart td:before {
        content: attr(data-label);
        position: absolute;
        left: 15px;
        width: calc(50% - 15px);
        text-align: left;
        font-weight: bold;
    }

    .table-cart .product-col {
        display: flex;
        align-items: center;
    }

    .table-cart .product-col img {
        margin-right: 10px;
    }

    .table-cart .product-title a {
        white-space: normal;
    }

    .table-cart .btn-remove {
        text-align: center;
        display: block;
        width: 100%;
        margin-top: 10px;
    }

    .table.table-cart tfoot .float-left {
        display: block;
    }

    .table.table-cart tfoot tr td {
        display: flex;
        flex-direction: row;
    }
}

.thankyou-message-container {
    opacity: 9;
    line-height: 26px;
    width: 40%;
}

.green-tick {
    width: 150px;
    height: 150px;
    display: inline;
}

@media (max-width: 767px) {

    .thankyou-message-container {
        opacity: 9;
        line-height: 22px;
        width: 100%;
    }

    .green-tick {
        width: 100px;
        height: 100px;
        display: inline;
    }
}
