.product-details-content .slider-content .slider-pager .thumb-box li {
    height: unset !important;
}


.shop-details {
    padding: 130px 0px 0 0px !important;
}

.bx-viewport {
    min-height: 389px !important;
}


@media (max-width: 600px) {
    .slider-pager .thumb-box {
        display: flex;
    }

    .thumb-box img {
        height: 100%;
        object-fit: cover;
    }

    .bx-viewport {
        min-height: unset !important;
    }
}


.main-footer .widget-section .about-widget .social-links li {
    padding: 0 10px !important;
}


.lang_switcher {
    position: relative !important;
}

.main-menu .navigation > li.lang_switcher:hover > ul, .main-menu .navigation > li.dropdown:hover > .megamenu {
    top: 100px !important;
    left: -16px !important;
}

.main-menu .navigation > li.lang_switcher > ul > li {
    padding: 0 !important;
    display: flex;
    justify-content: center;
}

.main-menu .navigation > li.lang_switcher > ul, .main-menu .navigation > li > .megamenu {
    width: 60px !important;
}

.lang_switcher img {
    height: 25px;
}

.lang_switcher > a img {
    transition: 0.4s ease;
}

.lang_switcher:hover > a img {
    opacity: 0.6;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.lang_switcher ul {
    min-width: auto !important;
    background: rgba(0, 0, 0, 0.5) !important;
    overflow: hidden;
    border-radius: 50px;
    left: -12px !important;
}

.lang_switcher ul li img {
    transition: 0.4s ease;
}

.lang_switcher ul li a {
    padding: 12px;
}

.lang_switcher ul li:hover img {
    transform: scale(1.14);
}

.lang_switcher_mobile,
.theme_switcher.mobile {
    overflow: hidden;
    display: inline-flex;
}

.lang_switcher_mobile {
    flex-direction: column;
    margin-top: 20px;
}

.lang_switcher_mobile span,
.lang_switcher_mobile a,
.theme_switcher.mobile {
    margin: 0 3px;
    display: inline-flex;
    flex-direction: column;
}

.lang_switcher_mobile span,
.lang_switcher_mobile a {
    margin: 6px 0;
}

.lang_switcher_mobile img {
    height: 20px;
    width: 100%;
    object-fit: contain;
}

.lang_switcher_mobile span img {
    /* transform: scale(1.3); */
}

.lang_switcher_mobile span {
    background: rgba(53, 53, 53, 0.815);
    /* border-radius: 100px; */
    padding: 5px 0;
    border-right: 2px solid #22b573;
}


@media (min-width: 993px) {
    .lang_switcher_mobile {
        display: none;
    }
}


.owl-stage {
    display: flex;
    align-items: center;
}

.blog-sidebar .post-widget .post{
    padding-left: 0 !important;
}

.blog-sidebar .post-widget .post .post-thumb{
    position: unset !important;
    width: unset !important;
    height: unset !important;
}
