/*!
Theme Name: BROWMASTER
Author: ytcolor
Author URI: https://ytcolor.ru/
Description: wow :) 2020
Version: 1.0.0
Text Domain: BROWMASTER
Tags: bootstrap 4.5, slick-slider
*/

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-Regular.ttf");
}

@font-face {
    font-family: "Gilroy-UltraLight";
    src: url("../fonts/Gilroy-UltraLight.ttf");
}

@font-face {
    font-family: "Gilroy-Light";
    src: url("../fonts/Gilroy-Light.ttf");
}

@font-face {
    font-family: "Gilroy-SemiBold";
    src: url("../fonts/Gilroy-SemiBold.ttf");
}

body {
    font-family: Gilroy, sans-serif;
    background: #fff;
    line-height: 1.2;
}

img {
    max-width: 100%;
    height: auto;
}

pre {
    overflow: auto;
    white-space: pre-wrap;
    margin-top: 15px;
    font-family: Gilroy, sans-serif;
    font-size: 14px;
}

img.logo {
    /*max-width: 130px;*/
}

h2 {
    font-size: 42px;
}

.modal-body .btn {
    font-size: 22px;
}

.modal-body .title {
    font-size: 36px;
}

.modal-body a {
    color: #000;
    text-decoration: underline;
}

.modal-header {
    border-bottom: 0 !important;
}

.green {
    color: #000 !important;
    text-decoration: underline !important
}

.h280 {
    height: 280px;
}

i.enter {
    background: url(../img/enter.svg) center no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    display: block;
}

i.favorite {
    background: url(../img/heart.svg) center no-repeat;
    background-size: contain;
    width: 22px;
    height: 22px;
    display: block;
}

.like i.favorite {
    background: url(../img/heart-nonactive.svg) center no-repeat;
    background-size: contain;
    width: 22px;
    height: 22px;
    display: block;
}

.like i.favorite.liked, .like i.favorite:hover {
    background: url(../img/heart.svg) center no-repeat;
    background-size: contain;
    width: 22px;
    height: 22px;
    display: block;
}

i.cart {
    background: url(../img/cart.svg) center no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    display: block;
}

.add-cart:hover i.cart {
    background: url(../img/cart-white.svg) center no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: block;
}

.btn i.cart, .card-list .btn.btn-primary:hover i.cart {
    background: url(../img/cart-white.svg) center no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: block;
}

.card-prod i.cart, .card-list .btn.btn-primary i.cart {
    background: url(../img/cart-btn.svg) center no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: block;
}

.slide-related .slick-slide {
    opacity: 1 !important;
    margin: 0 !important
}

.slide-related .slick-list {
    border-right: 1px solid #ddd;
}

.card-prod.card-list i.cart {
    background: url(../img/cart-white.svg) center no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: block;
}

i.arrow-top {
    background: url(../img/arrow.png) center no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
    display: inline-block;
    transform: rotate(-90deg);
    filter: brightness(0) invert(1);
    margin-left: 5px;
}

i.arrow-bottom {
    background: url(../img/arrow.png) center no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
    display: inline-block;
    transform: rotate(90deg);
    filter: brightness(0) invert(1);
    margin-left: 5px;
}

i.insta {
    background: url(../img/insta.svg) center no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: block;
}

i.search {
    background: url(../img/search.svg) center no-repeat;
    background-size: contain;
    width: 26px;
    height: 26px;
    display: block;
}

i.searchwhite {
    background: url(../img/searchwhite.svg) center no-repeat;
    background-size: contain;
    width: 26px;
    height: 26px;
    display: block;
}

i.instagram {
    background: url(../img/insta.svg) center no-repeat;
    background-size: 18px;
    width: 40px;
    height: 40px;
    display: block;
    padding: 10px;
    margin: 10px;
    border: 1px solid #000;
    border-radius: 50%;
}

i.instawhite {
    background: url(../img/instawhite.svg) center no-repeat;
    background-size: 18px;
    width: 40px;
    height: 40px;
    display: block;
    padding: 10px;
    margin: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
}

.catalog {
    display: block;
    position: relative;
    padding-right: 40px;
    margin-left: 80px;
}

.catalog:before {
    content: "";
    position: absolute;
    top: 1px;
    width: 30px;
    height: 1px;
    background: black;
    box-shadow: 0 18px 0 0 black, 0 0.5em 0 0 black;
    right: 0;
}

.catalogwhite {
    display: block;
    position: relative;
    padding-right: 40px;
    margin-left: 80px;
}

.catalogwhite:before {
    content: "";
    position: absolute;
    top: 1px;
    width: 30px;
    height: 1px;
    background: white !important;
    box-shadow: 0 18px 0 0 white, 0 0.5em 0 0 white !important;
    right: 0;
}

.slogan {
    padding-top: 32px;
}

.cart {
    display: block;
    position: relative;
}

.cart span {
    position: absolute;
    top: 0;
    left: 100%;
    color: #eb80ac;
}

header a {
    color: #000;
    text-decoration: none;
}

header a:hover {
    color: #000;
    text-decoration: none;
    font-weight: 600;
}

.headerInner a, .headerInner a:hover {
    color: #fff !important;
}

.headerInner .menu a {
    color: #000 !important;
}

nav ul li {
    display: inline-block;
}

nav ul {
    margin: 0;
    padding: 0;
}

nav {
    font-size: 18px;
}

nav ul li a {
    display: block;
    padding: 10px 20px;
}

nav ul li {
    position: relative;
}

nav ul li.active a:before, nav ul li:hover a:before {
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    /* height: 1px; */
    width: calc(100% - 40px);
    /* background: #000; */
    left: 0;
    right: 0;
    margin: auto;
}

.uppercase {
    text-transform: uppercase;
}

hr {
    margin: 0;
}

.phone {
    font-size: 22px;
}

#searchopen .form-control {
    height: auto;
}

.bg-grey {
    background: #f5f3f4;
}

.delivery-text {
    font-size: 42px;
}

.delivery-text p {
    font-size: 22px;
}

footer .logo img {
    max-width: 130px;
    position: relative;
}

footer .logo {
    position: relative;
}

footer .logo:before {
    /* content: "";
     position: absolute;
     width: 100%;
     height: 0.5px;
     background: #ddd;
     top: 50%;*/
}

footer ul li {
    display: inline-block;
}

footer ul {
    margin: 0;
    padding: 0;
}

footer ul li a {
    padding: 10px;
    display: block;
}

footer a {
    color: #000;
}

.copyright {
    font-size: 14px;
}

.top {
    background: url(../img/top.svg) center no-repeat;
    background-size: contain;
    display: block;
    width: 15px;
    height: 12px;
}

.lang {
    position: relative;
}

.lang .form-control {
    border: 0;
}

.lang:hover {
    text-decoration: none;
}

.border-line {
    position: relative;
}

.border-line:hover {
    box-shadow: 0 0 6px 0px rgb(0 0 0 / 12%);
}

.border-line:after {
    /* border: 1px solid #ddd;*/
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    top: -1px;
    z-index: -1;
    height: 100%;
}

.products h3 {
    font-size: 18px;
}

.products a {
    display: block;
    color: #000;
}

.small, small {
    font-size: 12px;
}

.rounded {
    border-radius: 20px !important;
}

.text-info {
    color: #5c3fff !important;
}

.btn.btn-primary, .card-list .btn.btn-primary:hover {
    background: #eb80ac;
    border: none;
    padding: 10px 38px;
    position: relative;
    border-radius: 0;
    color: #fff;
}

.nav-link {
    margin: .5rem 1rem;
    padding: 0;
}

a.nav-link {
    color: #898f97;
    padding-bottom: 5px;
}

a.nav-link.active, a.nav-link:hover {
    color: #5c3fff;
    position: relative;
}

a.nav-link.active:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #5c3fff;
    left: 0;
}

input[type="text"]::placeholder, input[type="tel"]::placeholder {
    color: #898989;
}

input[type="text"], input[type="tel"], input[type="password"], input[type="email"], textarea {
    width: 100%;
    border: 1px solid #ddd;
    padding: 12px 20px;
    outline: none;
    margin: 10px 0;
    font-size: 24px;
}

.number input[type="number"] {
    width: 100%;
    max-width: 50px;
    color: #000;
    border: none;
    text-align: center;
    height: 100%;
    padding: 10px;
    font-size: 24px;
    vertical-align: middle;
}

button.btn.minus, button.btn.plus {
    color: transparent;
    position: relative;
    width: 40px;
    height: 40px;
    padding: 0;
}

button.btn.minus:before {
    content: "";
    width: 20px;
    height: 2px;
    background: #000;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    margin: auto;
}

button.btn.minus, button.btn.plus {
    border: 1px solid #000;
    border-radius: 50%;
}

button.btn.plus:before, button.btn.plus:after {
    content: "";
    width: 20px;
    height: 2px;
    background: #000;
    display: block;
    position: absolute;
    left: 0;
    top: 49%;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
}

button.btn.plus:after {
    width: 2px;
    height: 20px;
    top: 50%;
    bottom: 0;
    transform: translateY(-50%);
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.bg-slider {
    background: #000;
    color: #fff;
    font-family: Gilroy-UltraLight, sans-serif;
}

.bg-slider p {
    font-size: 22px;
}

.bg-slider .btn {
    font-size: 24px;
}

.bg-slider .row > div {
    padding-top: 120px;
    padding-bottom: 120px;
}

.bg-main {
    background: url(../img/bg-main.png) 52% top;
    background-repeat: repeat-y;
    padding: 50px 0 60px;
}

.bg-card {
    background: url(../img/bg-card.png) 52% top;
    background-repeat: repeat-y;
    padding: 50px 0 60px;
}

.bg-slider .h1 {
    font-size: 72px;
    line-height: 1;
    z-index: 1;
    position: relative;
}

.breadcrumbs a, .breadcrumbs span {
    color: #fff;
    font-size: 13px;
}

.breadcrumbs a {
    text-decoration: underline;
}

.bg-header {
    height: 240px;
    position: relative;
    z-index: 1;
}

.bg-header:before {
    content: "";
    position: absolute;
    background: rgba(1, 35, 106, 0.50);
    top: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
}

ul.prod-list li {
    position: relative;
}

ul.prod-list li img {
    width: auto;
    max-height: 70px
}

ul.prod-list li:after {
    content: "";
    height: 1px;
    width: 200%;
    display: block;
    background: #ddd;
    position: absolute;
    bottom: 0;
    left: -50%;
}

.modal-body {
    overflow: hidden;
}


.row.fluid {
    margin-right: 0;
    margin-left: 0;
}

div#register, div#enter, div#lostpass {
    height: 100vh;
    overflow: auto;
}

.bread, .bread a {
    font-size: 14px;
    color: #000;
    position: relative;
    display: inline-block;
}

.bread a {
    padding-right: 30px;
}

.bread span {
    color: #7c7c7c;
}

.bread a:before {
    content: "\203A";
    position: absolute;
    right: 10px;
}

.bg-white {
    background: #fff
}

.nav-menu {
    box-shadow: 0 9px 8px 0px rgb(221 221 221 / 18%);
}

.black {
    background: #000 !important
}

.relative {
    position: relative;
}

.like {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 100;
}

.old-price s {
    color: #7c7c7c;
    font-size: 28px;
    display: block;
}

.price span {
    font-size: 40px;
    display: block;
    font-family: Gilroy-SemiBold, sans-serif;
}

.card-prod h3, .card-prod h2 {
    font-size: 14px;

}

.card-prod h3 {
    display: block;
    height: 63px;
    overflow: hidden;
}

.card-prod h3 a {
    color: #000;
}

.card-prod .price {
    font-family: Gilroy-SemiBold, sans-serif;
    font-size: 22px;
}

.card-prod p {
    color: #7c7c7c;
    font-size: 14px;
    margin: 6px 0;
}

.card-prod {
    height: 100%;
}

.add-cart {
    border: 1px solid #eb80ac;
    display: block;
    border-radius: 50%;
    padding: 10px;
}

.add-cart:hover {
    background: #eb80ac;
}

.info-card {
    font-size: 18px;
    color: #7c7c7c;
}

.info-card span {
    color: #000;
}

.in-stock {
    color: #27bf8b;
}

.in-stock:before {
    content: "✔";
    padding-right: 4px;
}

/*.label {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    margin: 0 4px;
}*/

.label.sale {
    background: #fdf3f4 url(../img/sale.svg) center 46% no-repeat;
    background-size: 16px;
    border: 1px solid #f84862;
}

.label.gift {
    background: #fbf6fa url(../img/gift.svg) center no-repeat;
    background-size: 22px;
    border: 1px solid #b251a2;
}

.new {
    background: #187e00;   
    color: #fff;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    padding: 4px 8px;
    border-radius: 3px;
}

.not-available {
    color: #df1622;
}

.not-available-btn a {
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    display: block;
    color: #000;
    text-decoration: none;
}

.not-available-btn .btn.btn-primary {
    background: #ddd;
    cursor: not-allowed;
}

.absolute {
    position: absolute;
}

.card-prod .old-price s {
    color: #7c7c7c;
    font-size: 14px;
    font-family: Gilroy-SemiBold, sans-serif;
}

.label-saving {
    background: #ffcc00;
    padding: 4px 8px;
    display: inline-block;
    font-size: 14px;
}

.sort-pag a {
    color: #7c7c7c;
    padding: 6px;
}

.sort-pag a.active {
    color: #000;
    text-decoration: underline;
}

#loadmore {
    cursor: pointer;
}

.pagination a {
    min-width: 30px;
    color: #000;
    border: 1px solid #ddd;
    margin-right: 4px;
    text-align: center;
    padding: 4px 12px;
    display: block;
}

.pagination .next:before, .pagination .prev:before {
    content: "";
    background: url(../img/arrow.png) center no-repeat;
    background-size: contain;
    display: block;
    width: auto;
    height: 100%;
}

.pagination .prev:before {
    transform: scale(-1, -1);
}

.pagination .next:hover:before, .pagination .prev:hover:before {
    filter: brightness(0) invert(1);
}

.pagination .active, .pagination a:hover {
    min-width: 30px;
    color: #fff;
    background: #000;
    border: 1px solid #000;
    margin-right: 4px;
    text-align: center;
    padding: 4px 12px;
    text-decoration: none;
}

.sort a {
    display: block;
    color: #000;
    margin: 10px;
    padding: 4px 10px;
    position: relative;
}

.sort a.active, .sort a:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}

.sort a.active {
    font-family: Gilroy-Light, sans-serif;
}


.sort_overlay {
    display: none;
    position: absolute;
    z-index: 150;
    top: 25px;
    left: 0px;
    width: 200px;
    background: #fff;
    padding: 10px 5px 0 5px;
    color: #000 !important;

    -webkit-box-shadow: 2px 2px 5px 0px rgba(230, 230, 230, 1);
    -moz-box-shadow: 2px 2px 5px 0px rgba(230, 230, 230, 1);
    box-shadow: 2px 2px 5px 0px rgba(230, 230, 230, 1);
}

.sort_overlay a {
    color: #000 !important
}

.sort_overlay .list-group-item {
    padding: .20rem 1.25rem;
    border-bottom: 0
}

.list-group-item a {
    color: #000
}

.leftCategories .list-group-item.active {
    background: #000;
    border-color: #000
}

.leftCategories .list-group-item.active a {
    color: #fff
}


.brandFilter:hover .sort_overlay {
    display: block;
}

.s-list label > div:before {
    content: "";
    display: block;
    top: 1px;
    width: 20px;
    height: 3px;
    background: #aeaeae;
    box-shadow: 0 16px 0 0 #aeaeae, 0 0.5em 0 0 #aeaeae;
}

.s-grid label.square div {
    width: 8px;
    height: 8px;
    float: left;
    margin: 2px;
    background: #aeaeae;
}

label.square {
    cursor: pointer;
}

label.square > div:nth-child(3) {
    clear: both;
}

input#s-list:checked ~ label > div:before {
    background: #000;
    box-shadow: 0 16px 0 0 #000, 0 0.5em 0 0 #000;
}

input#s-grid:checked ~ label div {
    background: #000;
}

.radio-group label > div {
    height: 19px;
    cursor: pointer;
}

.radio-group label {
    margin: 0;
}

.radio-group {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.radio-group input[type=radio] {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.card-list .btn.btn-primary {
    box-shadow: 0 0 0 1px #eb80ac;
    background: transparent;
    color: #eb80ac
}

.total-price, .all-total-price span {
    font-size: 24px;
    font-family: Gilroy-SemiBold, sans-serif;
    color: #000;
}

.delivery_plus_total {
    font-size: 24px;
    font-family: Gilroy-SemiBold, sans-serif;
}

.all-total-price {
    color: #7c7c7c;
    font-size: 20px;
}

.remove {
    width: 36px;
    height: 36px;
    border: 1px solid #afafaf;
    border-radius: 50%;
    font-size: 36px;
    color: #afafaf;
    text-align: center;
    line-height: 36px;
    margin: auto;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.img-card img {
    height: 130px;
}

.label-sale {
    position: absolute;
    right: 15px;
    top: 15px;
    background: red;
    color: #fff;
    display: inline-block;
    padding: 2px 6px;
    font-size: 15px;
}

.delivery-info {
    font-size: 24px;
    color: #27bf8b;
    margin-bottom: 0;
}

.border-b {
    border-bottom: 1px solid #000;
}

.border-b:hover {
    text-decoration: none;
}

label.checkstyle input {
    visibility: hidden;
}

label.checkstyle {
    position: relative;
    padding-left: 33px;
}

label.checkstyle input:checked ~ .checkmark {
    background-color: #fff;
    border: 1px solid #26be8a;
}

label.checkstyle > div {
    margin: 3px 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #000;
}

label.checkstyle input:checked ~ .checkmark:after {
    display: block;
}

h1 {
    font-size: 2rem
}

.checkmark:after {
    left: 8px;
    top: 4px;
    width: 7px;
    height: 13px;
    border: solid #26be8a;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.form-text {
    font-size: 24px;
    color: #7c7c7c;
}

.post_russia, .sdek_sklad_door, .sdek_sklad_sklad {
    padding-left: 25px;
}

.form-check-post:checked,
.form-check-post:not(:checked) {
    position: absolute;
    left: -9999px;
}

.form-check-post:checked + label,
.form-check-post:not(:checked) + label {
    position: relative;

    cursor: pointer;
    line-height: 20px;

    color: #666;
}

.form-check-post:checked + label:before,
.form-check-post:not(:checked) + label:before {
    display: block;


    width: 100px;
    height: 100px;
    background: #a88b2b;
}

.form-check-label-post {
    display: block !important
}

.form-check-post:checked + label:after,
.form-check-post:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #F87DA9;
    position: absolute;
    top: 60px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.form-check-post:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.form-check-post:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

a.tabs.active, a.tabs:hover {
    background: #eb80ac;
    color: #fff;
    text-decoration: none;
}

a.tabs {
    padding: 20px;
    font-size: 24px;
    color: #000;
}

a#v-pills-profile-tab, a#v-pills-order-tab, a#v-pills-favorite-tab, a.tabs.icon-exit {
    background-size: 24px;
    background-position: right 20px center;
    background-repeat: no-repeat;
}

a.tabs.icon-profile {
    background-image: url(../img/profile-dark.svg);
}

a.tabs.icon-profile.active, a.tabs.icon-profile:hover {
    background-image: url(../img/profile.svg);
}

a.tabs.icon-order {
    background-image: url(../img/cart.svg);
}

a.tabs.icon-order.active, a.tabs.icon-order:hover {
    background-image: url(../img/cart-white.svg);
}

a.tabs.icon-fav {
    background-image: url(../img/like-dark.svg);
}

a.tabs.icon-fav.active, a.tabs.icon-fav:hover {
    background-image: url(../img/like.svg);
}

a.tabs.icon-exit {
    background-image: url(../img/exit-dark.png);
}

a.tabs.icon-exit.active, a.tabs.icon-exit:hover {
    background-image: url(../img/exit.png);
}

/*.card-page a {color:#27bf8b}*/

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {

    border: 0 !important;
    border-color: #fff !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:hover {
    border: 0 !important;
    border-color: #fff !important;
    color: #898f97;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:before {
    background: #eb80ac !important;
}

table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    border: 1px solid #ddd;
    padding: 10px;
}

table span {
    color: #7c7c7c;
}

table a {
    color: #eb80ac;
}

table small {
    display: block;
    color: #7c7c7c;
}

table.order td {
    width: 20%;
}

.in_progress {
    color: #f28d4f;
}

.completed {
    color: #27bf8b;
}

.canceled {
    color: #df1622;
}


.products img {
    height: 150px;
    width: 100%;
    object-fit: contain;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
    }
}

@media (max-width: 1200px) {
    .bg-slider .h1 {
        font-size: 60px;
    }
}

@media (max-width: 992px) {
    .bg-slider .h1 {
        font-size: 50px;
    }

    .btn.btn-primary {
        padding: 10px 16px;
    }

    .card-page .number {
        width: 100%;
        text-align: center;
    }

    .btn-remove {
        width: 100%;
    }

    input[type="text"], input[type="tel"], input[type="password"], input[type="email"], textarea, .form-text, .number input[type="number"] {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .bg-slider .h1 {
        font-size: 32px;
    }

    table.order {
        display: block;
        overflow-x: auto;
    }

    .bg-slider .row > div {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .total-price {
        font-size: 26px;
    }

    h1 {
        font-size: 24px;
    }

    .bg-header {
        height: 100%;
    }

    .modal-body .btn {
        font-size: 16px;
    }

    .modal-body .title {
        font-size: 22px;
    }

    .sort a {
        margin: 4px;
    }

    .label-sale {
        right: inherit;
        left: 15px;
        top: 15px;
    }


}

@media (max-width: 576px) {

    .card-prod .price {
        font-size: 15px;
    }

    .bg-slider .h1 {
        font-size: 32px;
    }

    .bg-slider .row > div {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .bg-slide {
        background-position: center center !important;
        min-height: 200px;
    }

    .bg-card {
        padding: 20px 0 30px;
    }

    .info a {
        display: block;
    }

    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 22px;
    }

    .phone {
        font-size: 18px;
    }

    .price span {
        font-size: 32px;
    }

}

nav.menu {
    padding: 15px 0;
}

nav.menu ul li:hover {
    text-decoration: none;
}

nav.menu ul li a:hover, nav.menu ul li.active a {
    color: #eb80ac;
    text-decoration: none;
}

nav.menu ul li {
    border-bottom: 1px solid #ddd;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
}

body.menu--open header nav.menu, body.menu--open-f footer nav.menu {
    display: block;
}

nav.menu {
    display: none;
    position: absolute;
    z-index: 1;
    background: #fff;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0px 10px 7px -9px rgba(189, 189, 189, 1);
    -moz-box-shadow: 0px 10px 7px -9px rgba(189, 189, 189, 1);
    box-shadow: 0px 10px 7px -9px rgba(189, 189, 189, 1);
}

nav.menu ul li {
    width: 24%;
    margin: 0 1% 0 0;
}

nav.menu ul li a {
    font-size: 16px;
}

.slider-nav {
    padding: 20px 20px;
}

.slider-nav-img img {
    margin: auto;
}


.contacts-socials {
    margin-bottom: 1rem;
}

.contacts-socials a {
    margin-right: 10px;
}

.maps {
    margin-bottom: 1rem;
}

.map-container {
    display: none;
}

.map-container.active {
    display: block;
}

a.map-toggle {
    color: #007bff;
    cursor: pointer;
}

.topslide {
    max-height: 506px;
}

@media (max-width: 992px) {

}

@media (max-width: 992px) {
    nav.menu ul li {
        width: 30%;
        margin: 0 1%;
    }


    .slogan {
        padding-top: 10px;
    }
}

@media (max-width: 768px) {

    nav.menu ul li {
        width: 48%;
        margin: 0 1%;
    }

    ul.nav li a {
        padding: 5px 20px;
    }
}

@media (max-width: 576px) {

    nav.menu ul li {
        width: 100%;
        margin: 0;
    }

    a.tabs {
        padding: 30px;
    }

}


.slide-related .slick-slide {
    margin: 0px 20px;
}

.slide-related .slick-slide img {
    width: 100%;
}

.slide-related .slick-prev:before,
.slide-related .slick-next:before {
    color: black;
}


.slide-related .slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}

.slide-related .slick-active {
    opacity: .5;
}

.slide-related .slick-current {
    opacity: 1;
}

.slide-related .slick-slide img {
    width: auto !important;
}


nav.menu {
    z-index: 5 !important;
}

.saled {
    background-color: red;
    color: #fff;
    width: auto;     
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
	padding:4px 8px; border-radius:3px;
}


.continue_order:hover {
    background-color: #656565 !important;
}

.basket-bottom__wrapper-done {
    display: flex;
    flex-direction: column; /* элементы идут сверху вниз */
    align-items: flex-start; /* при необходимости выравнивание */
    gap: 10px; /* промежуток между span и кнопкой */
}
.basket-bottom__wrapper-done span {
    font-size: 20px;
}
