/*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;  }*/
.normal_block{
    cursor: pointer;
}

.product_day{
    cursor: pointer;
}

.product_day .item_inner .wrap_tizer {
    position: absolute;
    z-index: 2;
    width: 100%;
    color: #fff;
    transition: all ease 0.5s;
    background: #ffffff66;
    top: 0px;
    padding-top: 12px;
}

.product_day .footer_button{
    display:none;
}

.product_day:hover .footer_button{
    display:block;
    height: auto;
    width: 100%;
    opacity: 1;
    visibility: visible;
    position: absolute;
    bottom: 30px;
    z-index: 2;
}

.light_link{
    font-size: 15px;
    color: #000000;
    font-weight: 400;
}

.TimerProduct{

}

.price_block{
    z-index: 2;
    position: absolute;
    bottom: 45px;
    color: black;
    right: 15px;
}

.Old_price{
    font-weight: 600;
    font-stretch: condensed;
    color: #00020a;
    font-size: 25px;
    display: flex;
    align-items: flex-end;
    height: 32px;
}

.Discount_value{
    height: 18px;
    border-radius: 2px;
    background-color: #76bc21;
    padding: 0 5px 0 4px;
    margin-left: 9px;
    font-size: 15px;
    font-weight: 600;
    font-stretch: condensed;
    -webkit-letter-spacing: 0.5px;
    -moz-letter-spacing: 0.5px;
    -ms-letter-spacing: 0.5px;
    letter-spacing: 0.5px;
    color: #ffffff;
    margin-top: 3px;
}

.New_price{
    font-weight: 600;
    font-stretch: condensed;
    color: #ff0707;
    font-size: 29px;
    width:100%;
    display: flex;
    justify-content: flex-end;
}

.logo-row .logo {
    max-width: 240px;
    overflow: hidden;
}

.logo-row .logo img,
.logo-row .logo svg {
    max-height: 140%;
    max-width: 120%;
    width: 140%;
    position: relative;
}

@media (max-width: 1280px) {
    .logo-row .logo img,
    .logo-row .logo svg {
        max-height: 120%;
        max-width: 120%;
        width: 120%;
    }
}

@media (max-width: 1090px) {
    .logo-row .logo img,
    .logo-row .logo svg {
        max-height: 110%;
        max-width: 110%;
        width: 110%;
    }
}

.menu-span-item {
    vertical-align: baseline;
}
.adv_list.small_banners .img_inner{
    position: relative;
}
.adv_list.small_banners .ban_img_span_text {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    /*background: #dbd9d9;*/
    /*background: radial-gradient(circle,rgba(219, 217, 217, 0.69) 0%, rgba(247, 247, 247, 0.31) 100%);*/
    background: rgba(0, 0, 0, 0.5);
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(90deg, rgba(0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -o-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}