/* Fill me with your fixes */
.banner-list .banner {
    margin-bottom: 15px;
}

#PasswordRecovery .row {
    margin-bottom: 15px;
}

#FilterLoading {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background: rgba(90, 90, 90, 0.1);
    z-index: 999999999999;
}

#FilterSpinner {
    margin-top: 60px;
}

#order-form select.my-styled {
    border: 1px solid #cdcdcd;
    color: #999;
    height: 38px;
    max-width: unset;
    min-height: 38px;
    padding: 0 15px;
    width: 100%;
}

#order-form select.my-styled option:not([value="0"]), #order-form select.my-styled.with-value {
    color: #444;
}

.action-menu.cart-menu .loading {
    height: 75px;
}

#cart-loader {
    margin-top: 50px;
}

#discount-form .message,
#cart .code-wrap .message {
    font-size: 12px;
}

#code-loader {
    width: 25px;
    height: 25px;
}

#add-discount-form .input-wrap {
    margin-top: 0px;
    margin-bottom: 5px;
}

aside .category-menu {
    margin-bottom: 15px;
}

#discount-form span.remove,
.code-wrap span.remove {
    color: red;
    cursor: pointer;
}

#discount-form .message {
    margin-bottom: 10px;
}

.asterix-tooltip {
    font-size: 14px;
}

.highlighted-product-list .list-product h5 {
    max-height: 2.5rem;
    overflow: hidden;
}

.tag.free-pack-delivery {
    height: 60px;
    margin-left: 0;
    left: 15px;
    top: 135px;
    width: 60px;
}

.tags .tag.free-pack-delivery {
    top: 135px;
    pointer-events: all;
}

.product .tags .free-pack-delivery {
    left: 15px;
    top: 135px;
    -webkit-transition: all .16s linear 0s;
    transition: all .16s linear 0s;
}

.product.hovered .tags .free-pack-delivery {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
}

.list-view .tags .tag.free-pack-delivery {
    top: 75px;
    -webkit-transition: all .1s linear 0s;
    transition: all .1s linear 0s;
}

.list-view .hovered .tags .tag.free-pack-delivery {
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
    -webkit-transition: all .1s linear .1s;
    transition: all .1s linear .1s;
}

.header-contacts a[href*="tel:"] {
    font-size: 1.45em;
}

footer .contacts a[href*="tel:"] {
    font-size: 1.6em;
}

.table-row table {
    margin: 0 auto;
    margin-bottom: 30px;
}

iframe {
    margin-top: 30px;
    max-width: 100%;
}

.contacts .icon {
    padding-left: 30px;
}

.contacts .icon::before {
    margin-left: -30px;
}

.cb-block input:disabled ~ .wrapper {
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
}

.product h5 {
    overflow: hidden;
}

#mobile-contacts{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    padding-right: 100px;
    color: #ffffff;
    background-color: #2B2B2B;
    transition: opacity .1s ease-in-out 0s, visibility 0s linear 0s;
    z-index: 10;
}

#mobile-contacts a{
    color: inherit;
    margin-right: 15px;
    white-space: nowrap;
}

#mobile-contacts a span{
    margin-right: 10px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

#mobile-contacts.hidden{
    opacity: 0;
    visibility: hidden;
    transition: opacity .1s ease-in-out 0s, visibility 0s linear .1s;
}

@media screen and (max-width: 1200px) {
    .header-contacts {
        -webkit-box-flex: 0;
            -ms-flex: 0 200px;
                flex: 0 200px;
    }
}
