﻿.main-navigation .mainmenu__link {
    font-weight: normal !important;
}



/*social-panel*/


    .social-panel a[aria-label="YouTube"]:hover {
        background: #ff0000 !important;
    }

    .social-panel a[aria-label="Facebook"]:hover {
        background: #3b5a9a !important;
    }

    .social-panel a[aria-label="LinkedIn"]:hover {
        background: #0073b2 !important
    }

    .social-panel a[aria-label="Instagram"]:hover {
        background: #7c4a3a !important
    }

    .social-panel a {
        width: 48px;
        height: 48px;
        background: #111;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: transform .2s, background .2s;
    }

        .social-panel a:hover {
            transform: scale(1.1);
            background: #000;
        }

    .social-panel svg {
        width: 22px;
        height: 22px;
        fill: #fff;
    }

/* Mobile */

@media (max-width: 480px) {
    .social-panel {
        position: fixed;
        bottom: 10px;
        right: 15px;
        display: flex;
        flex-direction: row;
        gap: 10px;
        z-index: 9999;
    }
    footer {
        padding-bottom: 50px;
    }
}

@media (min-width: 481px) {
    .social-panel {
        position: fixed;
        top: 40%;
        left: 20px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        z-index: 9999;
    }
}










.font-15 {
    font-size: 15px !important;
}
.font-12 {
    font-size: 12px !important;
}
.font-20 {
    font-size: 20px !important;
}
.related-post__info {
    padding-left: 10px !important;
    padding-top: 10px !important;
}

.hand {
    cursor: pointer;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.page-title-area:after {
    background-color: transparent !important;
}
.page-title-area-dark:after {
    background-color: rgba(0, 0, 0, 0.4) !important;
    z-index: 1;
}
.best-sale-product__heading--main {
    line-height: 0.9 !important;
    font-size: 90px !important;
}
.variation-form .product-color-variations .product-color-variation-btn:after {
    left: auto !important;
    text-indent: 0px !important;
}
.variation-form .product-color-variations .product-color-variation-btn {
    text-indent: 0px !important;
}

.product-color-variation-btn img{
    margin-top: -6px;
}

.hidden {
    display: none !important;
}


@media (min-width: 62em) {
    .main-navigation .mainmenu__link {
        font-size: 19px !important;
    }
}
@media (min-width: 75em) {
    .main-navigation .mainmenu__item > a {
        padding-right: 25px !important;
        padding-left: 25px !important;
    }
}

@media (min-width: 62em) {
    .main-navigation .mainmenu__item > a {
        padding-right: 25px !important;
        padding-left: 25px !important;
    }
}









@media (min-width: 768px) {
    .variation-label {
        min-width: 40% !important;
    }
}
.page-title-area.bg-color:after {
    background-color: rgba(244, 248, 250 ) !important;
    z-index: 1;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.plr--30 {
    padding-left: 30px;
    padding-right: 30px;
}
.plr--40 {
    padding-left: 40px;
    padding-right: 40px;
}
.ptb--60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
@media (min-width: 768px) {
    .homepage-slider .single-slide {
        height: 675px !important;
        margin-bottom: 25px !important;
    }
}

.slick-right-bottom .slick-btn {
    bottom: 60px !important;
}

.slick-gutter-30 .slick-list {
    margin-bottom: 25px !important;
}
.feature-product__inner {
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-top: 20px !important;
}
.best-sale-product__desc {
    max-width: 80% !important;
}
.checkout-title h2 {
    margin-bottom: 25px;
}



.blog__media {
    max-height: 220px;
}
.related-post__media {
    max-height: 110px;
    overflow:hidden;
}
.blog__title {
    line-height: 1.3 !important;
}
.read-more-btn {
    float: inline-end;
    text-underline-offset: 5px;
}


.checkout-title h2.articolo {
    font-size: 35px;   
}
.img-35 {
    width: 35% !important;
    float: inline-end;
    padding-left: 25px;
    padding-bottom: 25px;
}



.item .image:hover .item-overlay {
    height: 100%;
    width: 100%;
    visibility: visible;
    opacity: 0;
}

.form__label {
    font-size: 17px !important;
}

.footer-widget .footer-menu li:not(:last-child) {
    margin-bottom: 10px !important;
}

.breadcrumb li.text-dark:not(:last-child):after
 {
    color: #000 !important;
}
