: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: #000000;
}

.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;
}

.products-details-desc .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 */
}

/*====================================*/

.slick-list,
.slick-slider,
.slick-track {
    position: relative;
    display: block;
}
.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0) !important;
}
.slick-track {
    top: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:after,
.slick-track:before {
    display: table;
    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.products-details-desc .like-icon {
    padding-top: 20px;
    border-top: 1px solid #ebebeb;
}

.products-details-desc .like-icon a {
    color: #fff;
    text-align: center;
    display: inline-block;
    font-size: 14spx;
    line-height: 22px;
    padding: 6px 14px;
    margin: 3px;
    border-radius: 0;
    text-transform: capitalize;
}

@media only screen and (max-width: 479.98px) {
    .products-details-desc .like-icon a {
        margin-right: 0;
    }
}

.products-details-desc .like-icon a i {
    padding-right: 5px;
}

.products-details-desc .like-icon a.facebook {
    background-color: #3b5999;
}

.products-details-desc .like-icon a.linkedin {
    background-color: #0a66c2;
}

.products-details-desc .like-icon a.twitter {
    background-color: #1da1f2;
}

.products-details-desc .like-icon a.pinterest {
    background-color: #cb2028;
}

.products-details-desc .like-icon a.google {
    background-color: #fe6d4c;
}

.products-details-desc .like-icon a:hover.facebook {
    background-color: #2d4474;
}

.products-details-desc .like-icon a:hover.twitter {
    background-color: #0c85d0;
}

.products-details-desc .like-icon a:hover.linkedin {
    background-color: #0b5fb3;
}

.products-details-desc .like-icon a:hover.pinterest {
    background-color: #9f191f;
}

.products-details-desc .like-icon a:hover.google {
    background-color: #fe4419;
}

.products-details-desc .share-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.products-details-desc .share-icon h5 {
    color: #111;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    margin-right: 10px;
    text-transform: uppercase;
}

.products-details-desc .share-icon a {
    color: #555;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    padding: 0 8px;
    margin-right: 5px;
}

@media only screen and (max-width: 479.98px) {
    .products-details-desc .share-icon a {
        padding: 0 5px;
    }
}

.products-details-desc .share-icon a:hover {
    color: var(--theme-color);
}

.whatsapp {
    background-color: #25d366;
}

@media only screen and (min-width: 768px) and (max-width: 992px)  {
    .page-title-content h2{
        width: 215px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px)  {
    .page-title-content h2{
        width: 400px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px)  {
    .page-title-content h2{
        width: 550px;
    }
}

@media only screen and (min-width: 1400px) {
    .page-title-content h2{
        width: 670px;
    }
}

.sidebar-dark-warning .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-warning .nav-sidebar>.nav-item>.nav-link.active{
        background-color: #000000;
        color: #c2c7d0;
}


.text-maroon{
    color:#8c1415 !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #8c1415 !important;
}

p{
    color: #8c1415;
}

.footer-heading{
    color: #c61516 !important;
}

@media only screen and (max-width: 992px) {
    .mob-mt-5{
        margin-top: 3rem !important;
    }
}

@media only screen and (min-width: 767px) {
    .page-title-content ul li{
    max-width: 245px;
    }
}