:root {
    --theme-color-1: #ca1421;
    --theme-color-2: #000000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
}
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 6px;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    padding-left: 5px;
    background-color: #989595;
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}
.text-danger{
    color: var(--bs-danger) !important;
}
.text-success{
    color: var(--bs-success) !important;
}
.text-warning{
    color: var(--bs-warning) !important;
}
.text-info{
    color: var(--bs-info) !important;
}
.text-primary{
    color: var(--bs-primary) !important;
}
.text-dark{
    color: var(--bs-dark) !important;
}
.text-light{
    /*color: var(--bs-light) !important;*/
}
.bg-theme-color-1{
    background: var(--theme-color-1) !important;
}
.bg-theme-color-2{
    background: var(--theme-color-2) !important;
}
.text-color-1{
    color: var(--theme-color-1) !important;
}
.text-color-2{
    color: var(--theme-color-2) !important;
}
.view_all_btn{
    color: var(--theme-color-1) !important;
    text-transform: uppercase !important;
    border: 1px solid var(--theme-color-2);
    border-radius: 5px;
}
.view_all_btn:hover{
    background: var(--theme-color-1);
    color: #ffffff !important;
}
.section{
    padding: 40px 0;
}
.btn-primary,.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    color: #fff;
    border-color: var(--theme-color-1);
    background-color: var(--theme-color-1);
}
.sale-btn,.sale-btn:hover,.sale-btn:focus{
    background: var(--theme-color-1);
    color: #ffffff;
    padding: 10px !important;
    border-radius: 5px;
    font-weight: 500 !important;
    border: 1px solid var(--theme-color-1);
}
.container {
    max-width: 1400px;
}
.header-search input.form-control,
.header-search.hs-expanded .select-box{
    border-color: #eee;
}
.header-search .btn-search,
.header-search .btn-search:hover, .header-search .btn-search:active, .header-search .btn-search:focus{
    background: var(--theme-color-2);
    color: #fff;
    border-color: var(--theme-color-2);
}
.header_find_store{
    font-size: 16px;
    font-weight: 600;
}
.header_find_store i{
    font-weight: 600;
}
header .header-call{
    margin-left: 15px;
    margin-right: 15px;
}
header .header-call::after{
    display: none;
}
header .header-call a{
    font-weight: 600 !important;
    font-size: 16px !important;
}
.header-right a:not(.btn){
    font-weight: 600 !important;
    font-size: 16px !important;
}
header .login_menu{
    margin: 0 15px;
}
header .cart-dropdown > a i{
    font-size: 16px;
}
header .cart-dropdown .cart-count{
    background: var(--theme-color-1);
    right: -10px;
    top: -15px;
}
header .category-dropdown > a{
    min-width: 10rem;
    background: transparent;
    font-weight: 500;
}
header .header-bottom{
    background-color: var(--theme-color-2);
    color: #ffffff;
}
header .menu > li.active > a:not(.menu-title){
    color: #ffffff;
}
header .active-underline > li > a::before{
    top: 30px;
}
header .header-bottom:not(.fixed) .category-dropdown>a{
    background: transparent;
    font-weight: 500;
}
header .menu a{
    font-weight: 500;
}
header .header-middle{
    padding-top: 1rem;
    padding-bottom: 1rem;
}
header .category-dropdown:hover > a, header .category-dropdown.show > a{
    background: var(--theme-color-1);
}
.header .main-nav a:not(.btn):hover{
    /*color: #ffffff !important;*/
}
.shipping_section .icon-box .icon-box-title{
    color: var(--theme-color-1);
    font-size: 18px;
}
.shipping_section .icon-box-side .icon-box-content p{
    font-size: 14px;
    color: #000000;
}
.title-link-wrapper .title{
    font-size: 2.5rem;
    font-weight: 600;
}
.title-link-wrapper .title .sub-title{
    width: 100%;
    text-align: left;
    color: var(--theme-color-1);
    font-size: 1.7rem;
    margin-bottom: 10px;
}
.title-link-wrapper .title .sub-title i{
    margin-right: 10px;
}
.title-link-wrapper::after{
    display: none;
}
/****   Product Listing Style 1  **/
.product_listing_style_1 .product{
    border: 1px solid #eee;
    border-radius: 5px;
    height: 100%;
}
.product_listing_style_1 .product-details{
    background: var(--theme-color-2);
    color: #ffffff;
    padding: 20px 10px 10px 10px;
    text-align: left;
}
.product_listing_style_1 .product-details a:not(.btn){
    color: #ffffff;
}
.product_listing_style_1 .category-name{
    margin: 0;
    font-size: 1.2rem;
    font-weight: 500;
}
.product_listing_style_1 .product-name{
    font-size: 1.6rem;
}
.product_listing_style_1 .product-info{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product_listing_style_1 .product-price{
    line-height: 20px;
}
.product_listing_style_1 .product-price:not(:last-child) {
    margin-bottom: 0;
}
.product_listing_style_1 .new-price{
    color: var(--theme-color-1);
    display: block;
}
.product_listing_style_1 .old-price{
    font-size: 14px;
    color: #ffffff;
}
.product_listing_style_1 .buy_now_btn{
    background: var(--theme-color-1);
    color: #ffffff;
    border-color: var(--theme-color-1);
    border-radius: 5px;
    padding: 10px 10px;
}
.product-label.label-discount{
    background: var(--theme-color-1);
}
.product_listing_style_1.grid-view .product .product-desc{
    display: none;
}

.product_listing_style_1.list-view .product{
    padding: 0px;
}
.product_listing_style_1.list-view .product .product-desc{
    display: block;
    color: #fff;
    margin: 10px 0 20px 0;
    height: 183px;
    overflow-y: scroll;
}
.product_listing_style_1.list-view .product .product-desc .title{
    color: #ffffff;
}
.product_listing_style_1.list-view .product-info{
    display: block;
}
.product_listing_style_1.list-view .product-price{
    float: left;
    display: inline-block;
}
.product_listing_style_1.list-view .product-label.label-discount{
    float: right;
}
.product_listing_style_1.list-view .product-buy{
    clear: both;
    text-align: center;
}
.product_listing_style_1 .product-media{
    height: 335px;
}
.product_listing_style_1.list-view .product-media{
    /*flex: 1;*/
}
.product_listing_style_1.list-view .product-details{
    /*flex: 1;*/
    max-width: calc(100% - 28rem);
    height: 100%;
}
/****   End Product Listing Style 1  **/

/****   Product Listing Style 2  **/
.product_listing_style_2 .product-media img{
    border-radius: 5px;
}
.product_listing_style_2 .product-details{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    padding-top: 10px;
}
.product_listing_style_2 .product-details .category-name{
    margin: 0;
    width: 80%;
    background: #000;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.5rem;
}
.product_listing_style_2 .buy_now_btn{
    background: var(--theme-color-1);
    color: #ffffff;
    border-color: var(--theme-color-1);
    border-radius: 5px;
    padding: 10px 10px;
}
/****   End Product Listing Style 2  **/
.heading_title_main .heading_title{
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2;
}
.heading_title_main .heading_title .prod-count{
    font-size: 1.3rem;
    font-weight: 500;
    margin-left: 10px;
}
.empty_cart_box{
    text-align: center;
    padding: 20px 0;
}
.empty_cart_box svg{
    width: 40px;
}
.empty_cart_box .empty_cart_text{
    font-weight: 600;
    color: #333;
    margin: 10px 0 0px 0;
}
#product-tab-specification{
    text-align: left;
}
#cart_page .empty_cart_text{
    font-size: 2rem;
}
.cart-subtotal{
    line-height: 20px;
    font-weight: normal;
}
.cart-dropdown .product-price{
    color: var(--theme-color-1);
}
.cart-dropdown .product-price .new-price{
    color: var(--theme-color-1);
}
.cart-dropdown .product-price .new-price:not(:last-child){
    margin-right: 3px;
}
.breadcrumb.shop-breadcrumb li.active{
    color: var(--theme-color-1);
}
.custom_loading {
    position: fixed;
    /* z-index: 2000; */
    z-index: 99999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: table;
    background-color: rgba(0, 0, 0, .7);
}
.custom_loading .spinner {
    position: absolute;
    top: 40%;
    left: 48%;
    color: #fff;
    margin-left: -25px;
}
.custom_loading .spinner > i {
    font-size: 50px;
}
.address-box{
    border: 1px solid;
    border-radius: 10px;
    /* padding: 20px; */
    min-height: 275px;
    max-height: 275px;
}
.address-box-bottom{
    position: absolute;
    bottom: 31px;
    padding-left: 20px;
}
.address-box-body{
    height: 200px;
    overflow: auto;
    padding: 20px;
}
.address-box-header{
    border-bottom: 1px solid;
    padding: 6px 20px;
    color: #333;
    font-weight: 600;
}
.address-box .address_type{
    /* position: absolute;
    right: 30px; */
    float: right;
    background: var(--theme-color-1);
    padding: 2px 5px;
    border-radius: 3px;
    color: #fff;
}
.order_total_table td{
    padding: 5px 0;
}
.order_total_table tr{
    border-bottom: none;
}
.btn[disabled] {
    background-color: var(--bs-gray);
    border-color: transparent;
    cursor: not-allowed;
}
.cart-dropdown.cart-offcanvas .products{
    max-height: none;
}
.address-lists{
    border: 1px solid #eee;
    border-radius: 3px;
    margin-bottom: 15px;
}
.address-lists .address-list-box{
    display: flex;
    align-items: start;
    gap: 20px;
    /*margin-bottom: 15px;*/
    padding: 15px;
    border-radius: 3px;
}
.address-list-box:hover, .address-list-box.active{
    background: #f4f8ff;
}
.address-lists .address-list-box:last-child{
    margin-bottom: 0px;
}
.address-lists .address-list-box .form-check-input{
    margin-top: 4px;
}
.address-list-box .form-check-label{
    cursor: pointer;
    position: relative;
    width: 100%;
}
.address-lists .address-list-box .name{
    display: block;
    font-weight: 600;
    color: #333;
    font-size: 16px;
}
.address-lists .address-list-box .address_type{
    background: #336699;
    color: #fff;
    padding: 3px 6px;
    font-size: 12px;
    border-radius: 3px;
    position: absolute;
    top: 0;
    right: 0;
}
.aiz-megabox{
    position: relative;
    cursor: pointer;
}
.aiz-megabox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.aiz-megabox .aiz-megabox-elem {
    border: 1px solid #dfdfe6;
    border-radius: 0.25rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 0.25rem;
}
.img-fit {
    max-height: 100%;
    width: 100%;
    object-fit: cover;
}
.img-fit-contain{
    max-height: 100%;
    width: 100%;
    object-fit: contain;
}
.p-3 {
    padding: 1rem !important;
}
.h-40px, .size-40px {
    height: 40px;
}
.fw-400 {
    font-weight: 400 !important;
}
.aiz-megabox > input:checked ~ .aiz-megabox-elem, .aiz-megabox > input:checked ~ .aiz-megabox-elem {
    border-color: var(--theme-color-1);
}
.icon-main{
    flex: 0 0 80px;
    text-align: right;
}
.icon-main img{
    width: auto;
}
.fw-700 {
     font-weight: 700 !important;
}
.fw-600 {
    font-weight: 600 !important;
}
.category-menu-active ul li{
    margin-right: 2rem;
}
#header-search-div{
    display: none;
    position: absolute;
    width: 100%;
    top: 100%;
    background: #fff;
    box-shadow: 0 2px 35px rgba(0, 0, 0, 0.1);
    padding: 10px;
    z-index: 10000;
}
#header-search-div ul li{
    list-style: none;
}
.header-search.hs-expanded input.form-control{
    border-left: 2px solid #eee;
}
.header-search-box .hsp-main{
    padding-left: 0px;
}
.header-search-box .hsp-item{
    margin-bottom: 15px;
    padding: 5px;
    transition: .3s;
}
.header-search-box .hsp-item:last-child{
    margin-bottom: 0px;
}
.header-search-box .hsp-item-img{
    width: 82%;
    max-height: 90px;
    border: 1px solid #eee;
}
.header-search-box .hsp-item .price{
    font-weight: 600;
}
.header-search-box .hsp-item:hover{
    background: #f1f1f1;
}
.widget-cat-list{
    max-height: 400px;
    overflow: auto;
    min-height: 50px;

}
.filter-items a{
    padding: 0.6rem 0 0.6rem 0.2rem;
}