
.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef3b;
    border: 1px solid #e9ecef3b;
}

.market-ad-sale-type-1 {
    background-image: url("/themes/default/images/frontend-icons/wholesale.png");
}
.market-ad-sale-type-2 {
    background-image: url("/themes/default/images/frontend-icons/retail.png");
}
.market-ad-sale-type-3 {
    background-image: url("/themes/default/images/frontend-icons/horeca.png");
}

.market-ad-sale-red-type-1 {
    background-image: url("/themes/default/images/frontend-icons/wholesale-r.png");
}
.market-ad-sale-red-type-2 {
    background-image: url("/themes/default/images/frontend-icons/retail-r.png");
}
.market-ad-sale-red-type-3 {
    background-image: url("/themes/default/images/frontend-icons/horeca-r.png");
}

.market-ad-icon-block {
    display: inline-block;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 23px;
}
.market-ad-sale-icon {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size:contain;
}



/* Group button in main menu  Catalog & Type Sale */
.btn-main-cs {
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
    height: 30px;
}

/* Catalog button  */
.btn-catalog {
    background-color: #eb1c24;
    color: #ffffff;
    padding: 0 30px;
    border-radius: 20px 0 0 20px;
    border: 1px solid #eb1c24;
    border-right: none;
    width: 150px;
    text-transform: uppercase;
}
.btn-catalog:focus {
    outline: none !important;
}
.btn-catalog:hover {
    background: #c1272d;
}

/* Select type sale button */
.btn-type-sale {
    background-color: #ffffff;
    color: #eb1c24;
    padding: 0 15px;
    border-radius: 0 20px 20px 0;
    border: 1px solid #eb1c24;
    border-left: none;
    min-width: 100px;
}
.btn-type-sale:focus {
    outline: none !important;
}

/* Dropdown list sale types */

.dropdown-item-sale-types {
    display: block;
    width: 100%;
    padding: 10px 1.5rem;
    clear: both;
    font-weight: 500;
    font-size: 12px;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item-sale-types:hover {
    background: #eb1c24;
    color: #ffffff;
}
.drop-menu-type-sale {
    padding: 0 !important;
    border: 0 !important;
}
