/*
This file describes styles that are 1201px width and above
 */
@media  all and (min-width: 1201px) {
    header .arto-social img {
        margin-bottom: -4px
    }
    #header-mobile{
        display: none
    }
    .menu-item-has-children:hover >a:after{
        content: url("../img/icons/arrow-down-menu-orange.svg");
        transform: rotate(-180deg);
        transition: 0.3s;
        top: 0
    }
    .main-menu ul li.menu-item:hover >a{
        color: var(--accent-color);
        transition: 0.3s
    }
    .simple-blocks-with-texts__items{
        gap: 50px
    }
    .item-info-block span.price.old {
        font-size: 3rem;
        top: -15px;
    }

    .arto-social
    {
        margin-left: auto;
        padding-right: 10px;
    }
}
