.products_slider_3_right {
    display: flex;
    flex-wrap: wrap;
}

.product-name a {
    color: #000;
}

.breadcrumbs a,
.catalog a,
.sorting a,
.dropdown a,
section.sidebar .filters a.clean,
.pagination a,
section.product .shops .row a,
.additional_menu .menu a,
nav a {
    color: #000;
}

.breadcrumbs a:hover,
.product-name a:hover,
.catalog a:hover,
.dropdown a:hover,
.sorting a:hover,
section.sidebar .filters a.clean:hover,
section.product .shops .row a:hover,
.additional_menu .menu a:hover,
nav a:hover {
    text-decoration: none;
    color: #ba2b31;
}

.catalog .parent {
    color: #000;
}


.btn {
    color: white;
}

.noUi-connect {
    background-color: #ba2b31;
}

.noUi-tooltip {
    color: white;
    background-color: #ba2b31;
    border-radius: 12px;
    border: none;
}

/* section.sidebar .filters p {
    margin-bottom: 50px;
} */

.pagination a:hover {
    text-decoration: none;
}

.fa-info-circle,
.fa-eye,
.fa-heart,
.fa-shopping-bag {
    color: #000;
}


a:hover {
    text-decoration: none;
}



header nav .nav_pushup .menu .parent {
    display: block;
}

header nav .nav_pushup .menu {
    display: flex;
    width: 20%;
}

header nav .nav_pushup {
    background-color: #eee;
}

.product:hover {
    overflow: visible!important;
    z-index: 2;
}

.products_slider_3_right .product:hover .shops,
.products_static_4_full .product:hover .shops {
    display: block;
    position: absolute;
    top: 100%;
    margin-top: 0;
    height: 300x;
    box-shadow: 0 10px 15px 0 rgb(0 0 0 / 20%);
}

footer {
    z-index: 5;
}

header nav .nav_pushup .menu a.parent.all {

}

.row form,
.addToCartForm {
    display: flex;
}
.row form .btn,
.addToCartForm .btn {
    margin-left: 3px;
}

.row form input[name=phone] {
    width: 200px;
}

footer form .btn {
    margin-right: 15px;
}

.additional_info {
    position: relative;
}

.credit{
    background-color: #f5f5f5;
    max-width: 360px;
    width: 32%;
    white-space: nowrap;
    font-size: 16px;
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-weight: 300;
    margin-left: 3%;
}

.credit h3 {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 600;
}

.credit img {
    width: 67px;
    height: 40px;
    border-radius: 5px;
    margin-right: 15px;
}

.credit-card {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

section.product .info .social {
    margin-top: 25px;
}

.modal-order {
    position: fixed;
    height: 430px;
    width: 700px;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999999;
    background-color: white;
    display: none;
    box-shadow: 1px 0px 1000px 10px rgba(0, 0, 255, .2);
}

.modal-order .heading1 {
    position: relative;
    background-color: #ba2b31;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: white;
    font-weight: 400;
}

.modal-order .heading1 span {
    border: none;
}

.close-order {
    position: absolute;
    right: 3%;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    opacity: 0.3;

}
.close-order:hover {
    opacity: 1;
    cursor: pointer;
}
.close-order:before, .close-order:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: white;
}
.close-order:before {
    transform: rotate(45deg);
}
.close-order:after {
    transform: rotate(-45deg);
}

.modal-order h5 {
    font-size: 18px;
    font-weight: 400;
    text-align: right;
    padding-right: 20px;
}

.order-form {
    display: flex;
    flex-direction: column;
}

.content-order {
    display: flex;
    justify-content: space-between;
    padding: 15px 25px;
    flex-direction: column-reverse;
}
.content-order .order-form input,
.content-order .order-form textarea,
.content-order .order-form button {
    width: auto;
}
.content-order img {
    width: 270px;
    height: 245px;
}

.order-form input {
    width: 354px;
    height: 50px;
    background-color: #f3f3f3;
    border: none;
    margin-top: 10px;
}

.order-form textarea {
    width: 354px;
    height: 60px;
    background-color: #f3f3f3;
    border: none;
    padding-left: 12px;
    margin-top: 10px;
}

.content-order .desc {
    padding-left: 15px;
}
.order-form textarea:active,
.order-form textarea:focus {
    outline: none;
    border: none;
}

.btn.order {
    width: 354px;
    height: 50px;
    margin-top: 10px;
}

.show-modal {
    color: white;
    border-radius: 5px;
    margin-left: 5px;
    padding: 5px 10px;
    background-color: #ba2b31;
}

.show-modal:hover {
    color: white;
    cursor: pointer;
    background-color: #a5262c;
}

.shadow-order {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(173, 175, 170, 0.5);
    display: none;
    opacity: 0.7;
    z-index: 99999;
}

.shadow-popup {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    background-color: rgba(173, 175, 170, 0.5);
    display: none;
    opacity: 0.7;
    z-index: 6;
}

.popup {
    height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    z-index: 6;
    background-color: white;
    transform: translateX(100%);
    transition: 0.6s;
}
.basket {
    width: 55px;
    height: 55px;
    cursor: pointer;
    position: fixed;
    right: 5px;
    border-radius: 10px;
    bottom: 120px;
    box-shadow: 0 1px 4px 0;
    transition: 0.6s;
    display: flex;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: white;
    z-index: 6;
}

.basket span {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 10px;
    background-color: #ba2b31;
    position: absolute;
    top: -13px;
    left: -10px;
    color: white;
    text-align: center;
}

.shown {
    display: block;
}

.basket-active {
    right: 300px;
    transition: 0.6s;
}

.popup-active {
    transform: scale(1);
    transition: 0.6s;
}

.popup-heading {
    position: relative;
    height: 50px;
    border-bottom: 2px solid #ba2b31;
    display: flex;
    align-items: center;
    padding-left: 20px;
}

.popup-close {
    position: absolute;
    right: 3%;
    top: 70%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    opacity: 0.3;

}
.popup-close:hover {
    opacity: 1;
    cursor: pointer;
}
.popup-close:before, .popup-close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 15px;
    width: 2px;
    background-color: black;
}
.popup-close:before {
    transform: rotate(45deg);
}
.popup-close:after {
    transform: rotate(-45deg);
}

.popup-footer {
    text-align: center;
    position: absolute;
    bottom: 150px;
    border-top: 2px solid #ba2b31;
    padding-top: 5px;
}

.popup-footer .btn {
    margin-top: 10px;
}

header.fixed {
    z-index: 5;
}

footer {
    z-index: 10;
}

.shopping-cart-list .product-price .qty {
    width: auto;
    margin-left: 5px;
}

