/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/
/* Examples (uncomment to use):*/
/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */
/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }
/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

.logo_reon {
    width: 205px;
    height: 23px;
    position: relative;
}

.logo_reon img {
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity .3s ease, visibility .3s ease;
}

.logo_reon:hover img {
    opacity: 0;
    visibility: hidden;
}

.logo_reon:hover img._hover {
    opacity: 1;
    visibility: visible;
}

.logo_reon ._hover {
    opacity: 0;
    visibility: hidden;
}

#mobileheader {
    height: 90px !important;
}
#mobileheader *[class^="mobileheader-"] {
    height: 78% !important;
}
#mobilemenu .logo_reon{
    padding: 19px 20px 40px 19px;
}
#mobilemenu .logo_reon img{
    max-width: 200px;
}
body .ajax_load.block .catalog_item:hover .footer_button{
    margin-top: 5px;
}
.currency-text {padding-top:10px;font-weight:700;margin-bottom: 0;color:#000;}
@media (max-width:991.98px) {
    .currency-text br {
        display:none !important;
    }
    .currency-text {font-size:10px;padding-top:0;}
}

.delivery-block {
    display: flex;
    gap: 32px;
}
@media ( max-width: 767px ) {
    .delivery-block {
        flex-direction: column;
    }
}

.delivery-block > div:first-child {
    flex-grow: 1;
}

.delivery-block__calc {
    flex: 0 0 332px;
}

.delivery-block__calc iframe {
    margin: unset;
}

.delivery-block h3 {
    margin-top: 0;
}