.logo img {
    width: 100px;
}

.footer_logo img {
    width: 100px;
}

.single_product_list2 {
    display: flex;
    flex-wrap: wrap;
}

.hide {
    display: none;
}

.categories_menu_toggle ul li ul.categories_mega_menu > li:first-child {
    padding-left: 15px !important;
}

.main_menu nav > ul > li .mega_menu {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.product_desc {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.active > .page-link, .page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: #80D4D7;
    border-color: #80D4D7;
}

.link_follow ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_bottom_container .categories_title {
    display: flex;
    align-items: center;
}

.lan-change {
    border: unset !important;
    width: 115px;
    float: inline-end;
}

.brand_container {
    padding: 34px 20px;
}

.single_brand > a {
    font-size: 20px;
    font-weight: bolder;
}

.single_product {
    min-height: 345px;
}

.shop_wrapper .single_product {
    min-height: 400px;
}

.product_thumb {
    height: 200px;
    text-align: center;
}

.product_thumb img {
    height: 100%;
}

.product_name {
    height: 64px;
    margin-bottom: 10px;
}

.label_product {
    top: -25px;
    right: 0;
    left: unset;
}
.primary_img img{
    object-fit: contain;
}
.gallery_thumb{
    height: 200px;
}
.gallery_thumb>img{
    height: 100%;
    width: 100%;
    object-fit: contain;
    max-width:unset;
}
@media only screen and (max-width: 767px) {
    .categories_menu_toggle ul li ul.categories_mega_menu > li:first-child {
        padding-left: 0px !important;
    }
}