﻿#remainproducts {
}

#remainproducts-content-preloader {
    position: absolute;
    background-image: url("/media/img/big_preloader.gif");
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 99999999;
}

#remainproducts-content {
    padding: 15px 15px 15px 15px;
}

#remainproducts .remainproducts-title {
    font-size: 19px;
    padding: 10px 0;
    font-weight: bold;
    float: left;
}

.active-availability, #show_list:hover, #show_map:hover {
    background-color: rgba(209, 209, 209, 1);
    transition: 1s;
}

.availability-view {
    display: flex;
    justify-content: flex-end;
}

.remainproducts-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

#show_list, #show_map {
    margin: 10px 5px;
    padding: 2px 15px;
    cursor: pointer;
    transition: 1s;
    background-color: rgba(229, 229, 229, 1);
    border-radius: 7px;
}

#remainproducts .remainproducts-item {
    font-size: 14px;
    list-style: none;
    padding-top: 7px;
    padding-bottom: 5px;
    box-shadow: 0px 1px 10px 0px #0000001A;
    border-radius: 10px;
    margin: 4px 0px;
}

.remainproducts-item-name {
    font-weight: 700;
    color: #0072bc;
    /*background-image: url(/media/img/favicon.ico);*/
    background-repeat: no-repeat;
    background-size: 21px;
    background-position: left;
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.remainproducts-item-region {
    color: #0072bc;
    display: flex;
    align-items: center;
}

.remainproducts-item-phone {
    align-self: center;
}

    .remainproducts-item-phone a {
        color: #0072bc;
        cursor: pointer;
    }

        .remainproducts-item-phone a:hover {
            color: #0f902e;
        }

    .remainproducts-item-phone .icon-phone {
        font-size: 16px;
        color: #4abde6;
        padding-right: 5px;
    }

.remainproducts-item-address {
    color: #0072bc;
}

    .remainproducts-item-address .icon-map-marker {
        font-size: 18px;
        color: #4abde6;
        padding-right: 5px;
    }

#remainproducts .remainproducts-item-caption {
    background-color: #aaa;
    color: #FFFFFF;
    border-right: inherit;
}

#remainproducts .remainproducts-item-value {
    text-align: left;
    font-weight: bold;
    padding-left: 10px;
}

div#read-more-remain-btn {
    width: 100%;
    cursor: pointer;
    color: #000;
    background-color: #e9e9e9;
    border-width: 0;
    margin-top: 10px;
    padding: 10px 20px;
    transition: background-color 0.3s ease;
}

    div#read-more-remain-btn:hover {
        background-color: #ccc;
        color: #0072bc;
    }

div#roll-up-btn {
    width: 100%;
    cursor: pointer;
    border-width: 0;
    margin-top: 10px;
    padding: 10px 20px;
    transition: background-color 0.3s ease;
}

.map-block {
    /*position: absolute;
    top: 55px;
    left: 15px;
    right: 15px;*/
}

#shop-map {
    height: 400px;
    width: 100%;
    background-color: #aaa;
}

/************ÐŸÐ¾ÑˆÑƒÐº***********/
#search-availability {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: center;
}

#search-city, #search-region {
    border: 1px solid #7c7c7b;
    border-right: none;
    box-sizing: border-box;
    color: #7c7c7b;
    font-size: 14px;
    font-style: normal;
    letter-spacing: .05em;
    padding-left: 10px;
    height: 25px;
}

#btn-search-city, #btn-search-region {
    background: url(/images/icons/icon-search.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
    box-sizing: border-box;
    cursor: pointer;
    width: 39px;
    height: 25px;
    border: 1px solid #7c7c7b;
    border-left: none;
}

/****************************/

@media (max-width: 1366px) {
    #remainproducts .caption-xxl {
        display: none;
    }
}

@media (max-width: 1199px) {
    #remainproducts .caption-xl {
        display: none;
    }
}

@media (max-width: 991px) {
    #remainproducts .caption-lg {
        display: none;
    }
}

@media (max-width: 767px) {
    #remainproducts .caption-md {
        display: none;
    }
}

@media (max-width: 575px) {
    .remainproducts-item {
        padding-left: 15px;
    }

    .remainproducts-item-name {
        padding-left: 0;
    }
}
