:root {
    --primary-color: #BF2424;
    --sub-cl: #F2D091;
}

/*transition svg*/
[itemprop="name"], cite, circle, svg, rect, path, g, img, a, input, textarea, h1, h2, h3, h4, h5, h6, .box_img, span.icon, span.text, .swiper-pagination-bullet, ::before, ::after
{
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

/*link item hover*/
.wrap-link {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    z-index: 20;
    opacity: 0 !important;
}

header form.is-search-form.processing .is-loader-image {
    display: block !important;
}

.is-search-submit {
    position: absolute;
}
#main-menu.mobile-sidebar.mfp-hide {
    display: none !important;
}

/*promotion box*/
body.promotion-add footer {
    padding-bottom: 8rem;
}
.promo-box {
    position: fixed;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 100%);
    max-width: 50%;
    width: 37.917rem;
    height: 4.6875rem;
    background: #fff;
    border-radius: 4px 4px 0 0;
    box-shadow: 0 -10px 30px rgba(0,0,0,.2);
    transition: transform .6s linear;
    z-index: 9999;
}
.promo-box .inner {
    position: relative;
    border-top: 2px solid #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,.15);
    transition: .4s all;
}
.promo-box .inner:hover {
    border-color: #BF2424;
}
.promo-box.is-visible {
    transform: translate(-50%, 0);
}
.promo-box.collapsed {
    transform: translate(-50%, calc(100% - 2px));
}
.promo-box img {
    width: 100%;
    height: 100%;
}
.arrow-toggle {
    position: absolute;
    bottom: calc(100% + 2px);
    left: 50%;
    transform: translateX(-50%);
    width: 3.4rem;
    height: 1.7rem;
    border: none;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.arrow {
    width: 0.521rem;
    height: 0.521rem;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(225deg);
    transition: transform .3s ease;
}
.promo-box:not(.collapsed) .arrow {
    transform: rotate(45deg);
}
.swal2-toast h2:where(.swal2-title) {
    font-size: 14px !important;
}


@media (min-width: 1280px) {
    /*body, html {*/
    /*    font-size: 1vw;*/
    /*}*/
}
@media only screen and (max-width: 1199px) {
    .load_home_page svg {
        width: 320px;
    }

    /*promotion box*/
    .promo-box {
        max-width: 70%;
        width: 38rem;
        height: 4.9rem;
    }
}
@media only screen and (max-width: 991px) {
    .load_home_page svg {
        width: 320px;
    }
    .search-tabs .search-grid{
        grid-template-columns: 1fr 1fr 1fr;
    }

    /*promotion box*/
    .promo-box {
        max-width: 90%;
    }
}
@media only screen and (max-width: 767px) {
    .grid-container{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .load_home_page svg {
        width: 240px;
    }
    #search-lightbox{
        margin-left: -20px;
        margin-right: -20px;
        max-width: calc(100%  + 40px);
    }
    #search-lightbox .search-lightbox-title{
        margin-bottom: 20px;
        font-size: 20px;
    }
    #search-lightbox .search-keywords{
        margin-top: 20px;
    }
    #search-lightbox .search-keywords > a{
        font-size: 14px;
    }
    .search-tabs .search-grid{
        grid-template-columns: 1fr 1fr;
        grid-gap: 1.5rem 1rem
    }
    .search-page{
        padding: 3rem 0;
    }
    .search-page h1{
        margin-bottom: 2rem;
    }
    .search-tabs .search-tabs-title .search-tab-title{
        font-size: 0.75rem;
        padding: 0.5rem 1rem;
    }

    /*promotion box*/
    body.promotion-add footer {
        padding-bottom: 6rem;
    }
    .promo-box {
        max-width: 95%;
        width: 100%;
        height: 3.3rem;
    }
}