.slider-h{
    height: auto;
    width: 100%;
}


.category_ga .row>*{
    align-items: stretch;
}
.category_ga{
    margin-bottom: 30px;
}
.category_ga a{
    margin-bottom: 20px;
    display: block;
    width: 100%;
}
.image_cat_ga{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.title_cat_ga{
    font-size: 20px;
    text-align: center;
    width: 100%;
    display: block;
    /* text-transform: lowercase; */
    font-weight: 700;
    margin: 5px 0;
}
.category_ga a:hover img{
    opacity: 0.8;
}
.category_ga a:hover .title_cat_ga{
    opacity: 0.8;
    color: #000;
}
.logo-2-th{

}
.logo-2-th img{
    width: 30px !important;
    display: block;
    object-fit: cover;
}
.logo-footer-ga{
    max-width: 40px;
}
.logo-footer-ga img{
    width: 100%;
    filter: invert(1);
}
.header_top{
    padding: 20px 0;
}
.icon_nav_ga{
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 24px;
    font-size: 25px;
}
.icon_nav_ga i{
    color: #000;
}
.register_account_cart> #cart_click{
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 24px;
    position: relative;
}
.register_account_cart> #cart_click i{
    color: #000;
}
.register_account_cart{
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
}
.register_account_cart>button{
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 25px;
}
footer{
    background: #000 !important;
    color: #fff !important;
}
footer .m_item a{
    color: #fff;
}
footer .social_ic a{
    color: #fff;
    border: 1px solid #F0F0F0;
}
footer .paypal p{
    color: #fff;
}
footer .footer_bottom{
    border-top: 1px solid #fff;
    color: #fff;
}
footer .footer_bottom a{
    color: #fff;
}
.m_item a:hover{
    color: #ccc;
}
.social_ic a:hover{
    color: #ccc;
}
.footer_bottom a:hover{
    color: #ccc;
}
.social_ic a i{
    color: #fff;
}
.search-ga{
    position: absolute;
    width: 100%;
    z-index: 9999;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.search-ga.active{
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
}
.search{
    margin-top: 20px;
}
.search button:hover{
    color: #ccc;
}

.search_ga{
    width: 100%;
}
#close_cart{
    position: absolute;
    background: none;
    border: 0;
    font-weight: 400;
    right: 10px;
    top: 10px;
}
.cart_mini_item {
    padding: 30px !important;
}
.qty_c{
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    background-color: #0ae700;
    font-size: 9px;
    padding: 3px 5px;
    border-radius: 20px;
    line-height: 1;
}
.slider_ga {
    margin-bottom: 30px;
}
.slider_home{
    border-radius: 0 !important;
}
.title_slideshow{
    font-size: 50px;
    color: #000;
    font-weight: 400;
    top: 25%;
    left: 10%;
}
@media (max-width:480px){
    .icon_nav_ga{
        margin-left: 10px;
    }
    .nav_items{
        justify-content: space-between !important;
    }
    .title_slideshow{
        font-size: 25px;
        line-height: 1.01;
    }
    .row_ftrs .social_ic{
        justify-content: center;
    }
    .paypal{
        width: 100%;
    }
    .row_ft{
        margin-bottom: 10px;
    }
    .buttons_f>*{
        font-size: 13px;
        text-transform: initial;
        line-height: 1.01;
        padding: 10px 15px !important;
    }
  

}
.img_cart_ga{
    display: block;
    height: 100%;
    height: 100%;
}
.img_cart_ga img{
    width: 100%;
    object-fit: cover;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: 0;
}
#collapse-voucher{
    display: none !important;
}
.qty_p .button_brown{
    color: #fff;
}
.qty_p .button_brown:hover{
    color: #ccc;
}