.logo-style1{
    margin-top: unset;
}
.p-20{
    padding: 20px;
}
.th-product.list-view .product-img, .th-product.list-view:hover .product-img{
    background-color: white;
}
.text-right{
    text-align: right;
}

@media (max-width: 767px) {
    .menu-categories {
        font-size: 16px !important;
    }
}


/* Pagination */
.page-link{
    color: var(--theme-color);
}
.page-item.active .page-link{
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}


/* Google Translator */
.goog-te-combo{
    background: unset;
    width: 164px;
    height: 30px;
    padding: 0px 10px;
    margin-right: 15px !important;
}
.translate-container {
    display: flex;
    justify-content: flex-end;
}
body{
    top: 0 !important;
}
iframe.skiptranslate {
    display: none !important;
}
/* Google Translator */

