.has-error {
    border: 1px solid red !important;
}

.catalog-filter .check-block label [type=checkbox]:checked+span.check-box:before {
    font-size: 15px;
    top: -5px;
    left: 1px;
}

.catalog-products .top-select-product .block-select .select2 {
    min-width: 45px !important;
}

/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(171, 171, 171, 0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(141,198,55,.85) 1.5em 0 0 0, rgba(141,198,55,.85) 1.1em 1.1em 0 0, rgba(141,198,55,.85) 0 1.5em 0 0, rgba(141,198,55,.85) -1.1em 1.1em 0 0, rgba(141,198,55,.85) -1.5em 0 0 0, rgba(141,198,55,.85) -1.1em -1.1em 0 0, rgba(141,198,55,.85) 0 -1.5em 0 0, rgba(141,198,55,.85) 1.1em -1.1em 0 0;
    box-shadow: rgba(141,198,55,.85) 1.5em 0 0 0, rgba(141,198,55,.85) 1.1em 1.1em 0 0, rgba(141,198,55,.85) 0 1.5em 0 0, rgba(141,198,55,.85) -1.1em 1.1em 0 0, rgba(141,198,55,.85) -1.5em 0 0 0, rgba(141,198,55,.85) -1.1em -1.1em 0 0, rgba(141,198,55,.85) 0 -1.5em 0 0, rgba(141,198,55,.85) 1.1em -1.1em 0 0;
}

.pagination-products ul li {
    margin-left: 1px;
}

.type-delivery-block{
    display: none;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.type-delivery-block.active{
    display: flex;
}

.user-info a {
    color: #000;
}

.context-box .afisa_res .boxs-infos .text-res p {
    font-size: 12px;
}

.shop-button .dropdown-content ul .shop-content {
    width: calc(100% - 40px);
}

.d-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.coupon-block {
    margin-bottom: 20px;
}

.input-group .icon-form {
    -webkit-text-size-adjust: 100%;
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1;
    --swiper-theme-color: #007aff;
    --swiper-navigation-size: 44px;
    color: #222;
    margin-bottom: 15px;
    position: relative;
    width: calc(100% - 54px);
}

.totalContainer .gray-bg .input-group input {
    width: 100%;
    height: 35px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    padding: 0 10px;
    box-sizing: border-box;
}

.totalContainer label {
    margin-bottom: 15px;
    display: block;
}

.input-group input {
    padding: 0 30px;
    height: 40px;
    font-size: 14px;
    color: #222;
    border: 2px solid #8dc637;
}

.totalContainer .gray-bg .btn-square {
    width: 100%;
    height: 35px;
    padding: 0;
    text-align: center;
    background-color: #8dc637;
    display: flex;
    justify-content: center;
    align-items: center;
}

.totalContainer .btn-orange {
    width: 100%;
    max-width: 100%;
    line-height: 40px;
    text-transform: initial;
    margin-bottom: 0;
    border: 0;
}

.border-3 {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.mb-4 {
    margin-bottom: 4%;
}

.input-group.icon-form {
    flex: 0 0 73%;
}

.coupon-block .button {
    flex: 0 0 25%;
}

.home-slider h1, .home-slider .content-slider span, .home-slider .content-slider p {
    text-shadow: 0px 0px 2px #000000;
}

.home-slider .home-slider__link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.home-slider .home-slider__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.home-slider .item {
    position: relative;
}

.home-slider__img-desktop {
    display: block !important;
}

.home-slider__img-mobile {
    display: none !important;
}

@media (max-width: 767.98px) {
    .home-slider__img-desktop {
        display: none !important;
    }

    .home-slider__img-mobile {
        display: block !important;
    }
}

.slider-main .item>.wrapper {
    pointer-events: none;
}