/*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;  }*/
.cart_phone {text-align:center; padding-bottom:50px;}
.new-props.properties_absolute {
    position: relative;
    top: -14px;
    padding-right: 35px;
    padding-top: 2px;
    right: 100%;
    bottom: 0;
    width: calc(100% - 0px);
    left: 0;
    opacity: 1;
    text-align: left;
    transition: right .2s ease-in-out;
    -moz-transition: right .2s ease-in-out;
    -ms-transition: right .2s ease-in-out;
    -o-transition: right .2s ease-in-out;
    -webkit-transition: right .2s ease-in-out;
}
@media (max-width: 600px) {
    .compact-catalog .ajax_load .like_icons {
        left: auto;
        bottom: auto;
        top: 10px;
        text-align: left;
    }
    .compact-catalog .ajax_load .like_icons&gt;div {
        display: block !important;
    }
    .fast_view_services_frame {
        width: 100% !important;
    }

}

.stickers.custom-font{display:block!important;} 

.mega-menu .menu-item-1 {

}

.fastLinksBlock {
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
}
.fastLinksBlock a {
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    height: 28px;
    line-height: 28px;
    display: inline-block;
    background: #f5f5f5;
    text-decoration: none;
    color: #666;
    margin-right: 14px;
    margin-bottom: 14px;
}
.fastLinksBlock a:hover {
    background: #ff6635;
    color: #fff;
}

.topic__heading #pagetitle {
    text-transform: uppercase;
}
@media (max-width: 600px) {
    .fastLinksBlock {
        margin-bottom: 0px;
        display: flex;
        flex-wrap: unset;
        width: 100%;
        overflow: hidden;
        height: 40px;
        flex-direction: row;
        overflow-x: scroll;
    }
    .fastLinksBlock a {
        background: #fff;
        border: 1px solid #5555dc;
        color: #5555dc;
        line-height: 26px;
    }
}

.formRow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px;
}
.formRow .btn {
    width: 150px;
}
.formRow .form-control {
    width: calc(100% - 150px);
    margin: 0;
}