.header_bigsale2 {
    padding-left: 30px;
}

.header_bigsale2 a {
    background: rgba(179, 15, 19, 0.88);
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 500;
    height: 54px;
    line-height: 54px;
    padding: 0 10px;
    text-align: center;
    white-space: nowrap;
    width: 50%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    float: left;
}

.header_bigsale2 a:hover {
    background: #c40316;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_bigsale2 a {
        height: 45px;
        line-height: 45px;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .header_bigsale2 a {
        height: 40px;
        line-height: 40px;
        font-size: 13px;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .header_bigsale2 {
        margin-top: 24px;
        padding-left: 0px;
    }
}

.header_four {
    /*background: #bc986a !important;*/
    background: #6c584c;
}

.header_bigsale2 a {
    background-color: #adc178 !important;
    color: black !important;
}

.header_wishlist a span.wishlist_count {
    background-color: #adc178 !important;
    color: black !important;
}

.search_box button {
    background-color: #adc178 !important;

}

.header_configure_four .header_wishlist a:hover {
    color: #adc178 !important;
}

.categories_four .categories_title {
    background-color: #adc178 !important;
    color: black !important;


}

.categories_title h2 {
    color: black !important;

}

.single_product {
    /*border-radius: 5px;*/
    background: #ffffff;
    border-top: 1px solid #adc178;
    border-bottom: 1px solid #adc178;
    border-right: 1px solid #adc178;
    border-left: 1px solid #adc178;
    width: 100%;
    min-height: 1px;
    flex-grow: 1;
    margin-top: 10px;
    padding-bottom: 10px;
}

.product_carousel .owl-stage .owl-item {
    padding-left: 5px;
    right: 5px;
}

.mini_cart_wrapper > a span.cart_count {
    background-color: #adc178 !important;
    color: black !important;
}

.header_configure_four .mini_cart_wrapper > a:hover {
    color: #adc178 !important;
}

.categories_menu_toggle {
    border: 2px solid #adc178 !important;
}

#scrollUp {
    background: #adc178 none repeat scroll 100% 0;
}

.product_carousel .owl-nav div:hover {
    color: black;
    background: #adc178;
    border-color: #adc178;
}

.add_to_cart a:hover {
    background: #adc178;
    border-color: #adc178;
    color: black;
}
.searchmobile input{
   background-color: #fffbe3 !important;
}
@media only screen and (max-width: 767px) {
    .header_bottom .column3 {
        display: none !important;
    }
    .searchmobile{
        display: block !important;
    }
}

.btnform {
    background: #adc178;
    border: 0;
    color: black;
    display: inline-block;
    font-size: 13px;
    font-weight: bolder;
    height: 38px;
    line-height: 18px;
    padding: 10px 15px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 3px;
}

.dashboard_tab_button ul li a.active {
    background: #adc178;
    color: black;
}

.dashboard_tab_button ul li a:hover {
    background: #adc178;
    color: #ffffff;
}

.table_desc .cart_page table tbody tr td.product_name {
    min-width: 100px;
}

.table_desc .cart_page table tbody tr td.del{
    min-width: 70px !important;
}

/*progress::-moz-progress-bar { background: green; }*/
progress::-webkit-progress-value {
    background: green;
}

progress {
    color: green;
}

.shop_toolbar_wrapper {
    background-color: #adc178 !important;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #ffffff;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 0px);
    left: calc(50% - 30px);
    border: 6px solid #ffffff;
    border-top-color: var(--bs-dark);
    border-bottom-color: var(--bs-dark);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.login_page_bg {
    padding-top: 5px !important;
}

.add-rating {
    direction: rtl;
}

.add-rating input {
    display: none;
}

.add-rating input:checked ~ label::before,
.add-rating input:checked ~ label ~ label::before {
    color: #ffeb3b;
}

.add-rating input:not(:checked) ~ label:hover,
.add-rating input:not(:checked) ~ label:hover ~ label::before {
    color: #ffeb3b;
}

.add-rating label {
    margin-bottom: 0;
}

.add-rating label:before {
    /*content: "\f3ae";*/

    font-size: 26px;
    color: #979797;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}

.categories_title::before {
    color: black !important;
}

.footer_top {
    padding: 55px 0 56px;
    border-bottom: 1px solid #478c20;
    background-color: #adc178 !important;
}

.footer_bottom {
    border-top: 1px solid #478c20;
    padding: 10px 0;
}

.banner_thumb a img {
    height: 187px !important;
    width: 252px !important;
}

.single_banner {
    border: 2px solid #adc178 !important;
}

.imgbrand {
    width: 100% !important;
    height: 150px !important;
    margin-bottom: 5px;
    /*border-radius: 50%;*/
}

.btnfilter {
    display: none;
}

@media only screen and (max-width: 767px) {
    .btnfilter {
        display: block;
    }

    #divfilter {
        display: none;
    }
}


.mobile-menu2 {
    position: fixed;
    bottom: 0;
    padding-right: 10px;
    padding-left: 10px;
    width: 100%;
    z-index: 3;
    background: var(--white);
    box-shadow: 0 -5px 15px 0 rgba(0, 0, 0, .1);
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
    display: none;
    border-radius: 20px 20px 0 0
}

.mobile-menu2 a, .mobile-menu2 button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 80px;
    padding: 10px 0;
    border-radius: 8px;
    position: relative
}

.mobile-menu2 a:hover, .mobile-menu2 button:hover {
    background: var(--chalk)
}

.mobile-menu2 a:hover i, .mobile-menu2 button:hover i {
    color: var(--primary)
}

.mobile-menu2 a:hover span, .mobile-menu2 button:hover span {
    color: var(--primary)
}

.mobile-menu2 a i, .mobile-menu2 button i {
    font-size: 15px;
    margin-bottom: 5px;
    color: var(--text);
    text-shadow: -2px 3px 8px rgba(0, 0, 0, .1)
}

.mobile-menu2 a span, .mobile-menu2 button span {
    font-size: 10px;
    line-height: 12px;
    color: var(--text);
    text-transform: uppercase
}

.mobile-menu2 a sup, .mobile-menu2 button sup {
    position: absolute;
    top: -5px;
    right: 75%;
    width: auto;
    height: auto;
    min-height: 24px;
    min-width: 24px;
    font-size: 12px;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;
    transform: translateX(50%);
    color: var(--white);
    background: var(--primary);
    border: 2px solid var(--green-chalk);
    text-shadow: var(--primary-tshadow);
    padding: 3px
}

.mobile-menu2 a .icofont-shopping-cart, .mobile-menu2 button .icofont-shopping-cart {
    font-size: 18px
}

@media (max-width: 991px) {
    .mobile-menu2 {
        display: flex
    }
}

.header_middle {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.categorylist {
    /*border: 1px solid rgba(84, 147, 28, 0.88) !important;*/
    border-radius: 10px !important;
    margin: 3px;
}
.categorylist1 {
    border: 1px solid rgba(84, 147, 28, 0.88) !important;
    border-radius: 10px !important;
    /*box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;*/
    /*box-shadow: 10px 10px 10px 20px #0a58ca;*/
    margin: 3px;
}
.h6class{
    /*line-height: 0 !important;*/
    padding-top: 7px;
    text-align: center;
    color: blue;
    font-size: 16px !important;
}
.single_categories_product {
    width: 13%;
}

@media only screen and (max-width: 767px) {
    .single_categories_product {
        width: 48%;
    }
}
.product_carousel .product_thumb a img{
    height: 150px !important;
}
.add_to_cart button{
    border: 1px solid rgba(84, 147, 28, 0.88) !important;
}
.add_to_cart button:hover{
    background: rgba(84, 147, 28, 0.88);
}
.account_dashboard h3{
    font-weight: 500 !important;
}
