:root {
    --theme-color: #ffb700;
    --secondary-color: #009830;
    --third-color: #05455d;
    --hover-color: #230023;
}

.bg-theme {
    background-color: var(--theme-color);
}

.bg-theme2 {
    background-color: var(--secondary-color);
}

.text-theme {
    color: var(--theme-color);
}

.text-theme2 {
    color: var(--secondary-color) !important;
}

.logo img {
    max-height: 100px;
    padding: 10px 0;
}

.mobile-logo {
    padding: 10px;
}

.mobile-logo img {
    max-height: 60px;
}

.copyright-text p {
    text-align: center;
}

.footer-wrapper {
    background-color: #000000;
}

.footer-bottom-area {
    border-top: 1px solid #3e3e3e;
    background-color: #1f1f1f;
}

.header-top {
    background-color: var(--theme-color);
}

.footer-widget-title h5 {
    color: #fff;
}

.copyright-text p {
    color: #999;
}

.footer-widget-body li {
    color: #888;
}

.footer-widget-body li a {
    color: #888;
}

.header-top-settings ul li {
    color: #fff;
}

.welcome-message p {
    color: #fff;
}

.header-main-area.borderbox {
    /*box-shadow: 0px 5px 5px #ccc;*/
    border-top: 1px solid #ccc;
    border-bottom: 2px solid var(--secondary-color);
}

.hero-slider-content h1,
.hero-slider-content h2 {
    text-shadow: 0 0 8px #fff;
}

.hero-slider-content > span {
    text-shadow: 0 0 4px #fff;
}

.hero-slider-content h1 span {
    color: #111;
    font-size: 48px;
    font-weight: 500;
    line-height: 1.1;
    text-transform: capitalize;
    display: inline-block;
    text-shadow: 0 0 4px var(--theme-color);
}

.whatsapp-fixed {
    position: fixed;
    bottom: 4%;
    left: 2%;
    z-index: 111;
}

.btn-hero {
    border: 2px solid var(--theme-color);
}

.btn-hero:hover {
    border-color: #230023;
}

.btn-hero-2 {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 18px 36px;
    border-radius: 3px;
    display: inline-block;
    background-color: var(--secondary-color);
    text-transform: capitalize;
    border-radius: 0;
    margin-left: 15px;
    border: 2px solid var(--secondary-color);
}

.btn-hero-2:hover {
    color: var(--secondary-color);
    background-color: transparent;
}

.mobile-header {
    border-bottom: 2px solid var(--secondary-color);
}

.banner-content .text1 {
    text-shadow: 0 2px 3px #000000;
}
@media screen and (max-width: 575px) {
    .hero-slider-content > span {
        font-size: 16px;
    }

    .hero-slider-content h1,
    .hero-slider-content h2,
    .hero-slider-content h1 > span {
        font-size: 20px;
    }

    .btn-hero-2 {
        padding: 13px 25px;
    }

    .deals-area {
        display: none;
    }
}

.common-bg {
    background-image: url(../img/banner/bg-01.jpg);
    background-size: cover;
    background-position: 90%;
}

.breadcrumb-wrap h1,
.breadcrumb-wrap .breadcrumb .breadcrumb-item a,
.breadcrumb-wrap .breadcrumb .breadcrumb-item:before {
    color: #e3e3e3;
}

@media screen and (min-width: 1201px) {
    .main-menu ul li a {
        padding: 12px 12px !important;
    }
}

@media screen and (max-width: 1200px) {
    .main-menu ul li a {
        padding: 12px 10px !important;
        font-size: 11px !important;
    }
}

.mobile-navigation {
    max-height: 350px;
}

.whatsapp {
    background-color: #25d366;
}

.shop-product-wrap.row.list-view .col-md-4 {
    flex: 0 0 50% !important;
}

/* ----------------
css
----------------- */

.brround {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    border: 2px solid #111;
}

.profile-pic-img .pencile {
    opacity: 0.8;
    border: 1px solid var(--bs-dark);
    border-radius: 50%;
    outline-offset: -6px;
    margin: 75px -25px;
    position: absolute;
    color: #fafcff;
    background: var(--bs-dark);
    padding: 8px;
    cursor: pointer;
}
.user-profile-header {
    padding: 5px;
    text-align: center;
}
.user-profile-header img {
    border-radius: 50%;
    height: 140px;
    background: var(--white);
    width: 140px;
    margin-bottom: 15px;
    object-fit: scale-down;
}

.bg-me2 {
    background: linear-gradient(
        180deg,
        var(--theme-color) 0%,
        #000000 100%
    ) !important;
}

.user-profile-header h5 {
    color: var(--white);
}

.profile-pic-img:hover .pencile {
    opacity: 1;
}

.input-op0 {
    opacity: 0;
    position: absolute;
    width: 35px;
    margin: 75px -25px;
    height: 35px;
    border-radius: 50%;
}

a.add_cart:focus {
    color: #fff;
}

.empty-cart,
.cart-view-details {
    display: none;
}

.paginatoin-area .pagination-box li a:disabled,
.paginatoin-area .pagination-box li a:disabled:hover {
    background-color: #ccc;
    pointer-events: none;
}

.product-details-des .useful-links a.add_wishlist {
    padding: 2px 10px;
    border-radius: 25px;
}

.store-link {
    background-color: var(--theme-color);
    padding: 10px 20px;
}
.store-link:after {
    bottom: -1px;
}

.store-link:hover {
    color: #fff;
}

.banner-statistics .banner-item {
    border: 6px solid var(--primary-color);
    border-style: double;
}

.banner-content-right {
    right: 45px;
}

.product-item .product-thumb img {
    aspect-ratio: 4/4;
    object-fit: cover;
    object-position: center;
}

.rating-inputs input {
    display: none;
}

.ratings.rating-inputs {
    color: #ccc;
}

.form-rate {
    display: flex;
}

.form-rate .rating {
    margin-left: 10px;
    display: flex;
    flex-direction: row-reverse;
}

.form-rate .rating input {
    display: none;
}

.form-rate .rating label {
    cursor: pointer;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    color: #000;
    /* Default star color */
    transition: color 0.3s;
    /* Add a smooth color transition */
}

.form-rate .rating input:checked ~ label,
.form-rate .rating label:hover,
.form-rate .rating label:hover ~ label,
.form-rate .rating input:checked + label:hover {
    color: #ffc107;
    /* Yellow color for selected and hovered stars */
}
