body {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #1d1e1e;
    cursor: default;
    font-weight: 400;
    overflow-y: scroll !important;
}

body.modal-open,
.modal-open .modal {
    padding-right: 0px !important;
}

/*Reset*/
p {
    margin-bottom: 0;
}

textarea,
input {
    font-family: 'Roboto', Arial, sans-serif;
}

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

button,
a {
    outline: none !important;
}

a {
    color: #1d1e1e;
    transition: all .2s ease;
}

a:hover {
    color: #1d1e1e;
}

::selection {
    background: #1d1e1e; /* Safari */
    color: #fff;
}

::-moz-selection {
    background: #1d1e1e; /* Firefox */
    color: #fff;
}

iframe {
    max-width: 100%;
}

/*h*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    font-weight: 400;
    margin-bottom: 0.5em;
    margin-top: 1em;
}

h1, .h1 {
    font-size: 30px;
}

h2, .h2 {
    font-size: 28px;
}

h3, .h3 {
    font-size: 26px;
}

h4, .h4 {
    font-size: 24px;
}

.main-title {
    font-size: 32px;
    margin-bottom: 20px;
    margin-top: 0px;
}

.order-6 {
    order: 6;
}

h1.main-title {
    margin-top: 0px;
}

article p {
    margin-bottom: 1rem;
}

article > h1:first-child,
article > h2:first-child,
article > h3:first-child,
article > h4:first-child {
    margin-top: 0 !important
}

article img {
    margin: 1.5em 0;
}

article img[align="center"] {
    display: block;
    margin: 1.5em auto;
}

article img[align="left"] {
    float: left;
    margin: 0.3em 1em 0.5em 0;
    max-width: 40%;
}

article img[align="right"] {
    float: right;
    margin: 0.3em 0 0.5em 1em;
    max-width: 40%;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/*Skroll_Top*/
.skroll_top {
    position: fixed;
    bottom: -30px;
    left: 30px;
    background: #1d1e1e;
    border-radius: 3px;
    overflow: hidden;
    opacity: 0;
    z-index: 999;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.skroll_top.fix {
    bottom: 30px;
    opacity: 0.5;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.skroll_top.fix:hover {
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.skroll_top a {
    color: #fff;
    font-size: 1.4em;
    display: flex;
    padding: 0;
    line-height: 0;
    width: 45px;
    height: 45px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

/*END_Skroll_Top*/


/*Owl_Carousel*/
.owl-carousel .owl-nav > button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-carousel .owl-nav .owl-prev {
    left: 0px;
}

.owl-carousel .owl-nav .owl-next {
    right: 0px;
}

.owl-carousel .owl-nav > button i {
    font-size: 30px;
    opacity: 0.5;
    color: #1d1e1e;
    transition: all .2s ease;
}

.owl-carousel .owl-nav > button:hover i {
    opacity: 1;
    transition: all .2s ease;
}

.owl-dots {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 99;
}

.owl-dots button {
    margin: 0px 5px;
}

.owl-dots button span {
    width: 14px;
    height: 14px;
    background: #ccc;
    display: block;
    border-radius: 50%;
    transition: all .2s ease;
}

.owl-dots button:hover span {
    background: #1d1e1e;
}

.owl-dots button.active span {
    box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.3);
    background: #1d1e1e;
}

/*END_Owl_Carousel*/

/*Modal*/
.form-control {
    color: #231f1f;
    font-size: 15px;
    padding: 0.8em 1em;
    height: initial;
    line-height: 1;
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
}

.modal .modal-header .heading {
    font-size: 24px;
    font-weight: 600;
    padding: 0.7em;
}

.modal .modal-header {
    position: relative;
    padding: 0;
}

.modal .modal-header .close {
    position: absolute;
    right: 5px;
    top: 5px;
    background: #c30000;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    color: #fff;
    border-radius: 50%;
    opacity: 1;
}

.modal .modal-header .close img {
    width: 14px;
}

.modal .modal-body .not-poblish {
    font-size: 12px;
    line-height: 1.2;
    padding-top: 0.6em;
}

.form-builder .btn-builder {
    width: 100%;
    font-size: 18px;
    padding: 0.8em 1em;
    text-transform: uppercase;
}

/*END_Modal*/

/*Bootstrap and Basic styles*/
.btn {
    border-radius: 3px;
    padding: 0.8em 1.4em;
    line-height: 1;
}

.btn.focus, .btn:focus {
    box-shadow: none;
}

.form-control:focus {
    box-shadow: none;
}

.btn-primary {
    border-radius: 0px;
    color: #fff;
    background-color: #1d1e1e;
    border-color: #1d1e1e;
}

.btn-primary:focus-visible,
.btn-primary:hover {
    color: #1d1e1e;
    background-color: transparent;
    border-color: #1d1e1e;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #1d1e1e;
    border-color: #1d1e1e;
}

.btn-primary:focus-visible,
.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    box-shadow: none;
    background-color: #1d1e1e;
    border-color: #1d1e1e;
}

/*Background_Color*/
.bg-grey {
    background: #f0f0f0;
}

.bg-orange {
    background: #ec6611;
}

/*END_Background_Color*/

/*Font_Text*/
.text-300 {
    font-weight: 300;
}

.text-400 {
    font-weight: 400;
}

.text-500 {
    font-weight: 500;
}

.text-700 {
    font-weight: 700;
}

/*END_Font_Text*/

/*Color_Text*/
.text-black {
    color: #221f1f;
}

.text-grey {
    color: #616161;
}

.text-orange {
    color: #ec6611;
}

.text-secondary {
    color: #079555 !important;
}

/*END_Color_Text*/

/*Color_Link*/
.text-black a,
a.text-black {
    color: #221f1f;
}

.text-grey a,
a.text-grey {
    color: #616161;
}

.text-orange a,
a.text-orange {
    color: #ec6611;
}

.text-white a,
a.text-white {
    color: #fff;
}

.text-black a:hover,
a.text-black:hover,
.text-grey a:hover,
a.text-grey:hover,
.text-orange a:hover,
a.text-orange:hover {
    color: #ec6611;
}

/*END_Color_Link*/

.border,
.border-top,
.border-right,
.border-bottom,
.border-left {
    border-color: #dfdfdf !important;
}

hr {
    border-top: 1px solid #dfdfdf;
}

/*Dropdown_Menu*/
.dropdown .dropdown-menu {
    display: block;
    left: -9999px;
    opacity: 0;
    margin: 0;
    padding: 0;
    transition: opacity 0.2s ease;
}

.dropdown:hover > .dropdown-menu {
    left: 0;
    opacity: 1;
}

/*END_Dropdown_Menu*/

/*Section_Content*/
/*END_Section_Content*/

/*Breadcrumbs*/
.breadcrumb li:not(:last-child):after {
    content: "-";
    position: relative;
    padding: 0 5px;
    font-size: 14px;
    color: #737373;
}

.breadcrumb {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin: 10px 0px 15px 0px;
}

.breadcrumb::-webkit-scrollbar {
    display: none;
}

.breadcrumb li > a {
    font-size: 14px;
    color: #737373;
    text-decoration: none;
    white-space: nowrap;
}

/*END_Breadcrumbs*/

/* Cart */
#cart .main-cart {
    position: fixed;
    width: 500px;
    top: 0px;
    right: -100%;
    bottom: 0px;
    background: #e9e9e9;
    z-index: 999;
    padding: 20px 10px 20px 20px;
    display: flex;
    transition: all 0.3s ease;
}

#cart .main-cart.active {
    right: 0px;
    transition: all 0.3s ease-out;
}

#cart .cart-data {
    width: 100%;
    overflow: auto;
    padding-right: 5px;
}

#cart .cart-data::-webkit-scrollbar-thumb {
    background: #1d1e1e;
    border-radius: 5px;
}

#cart .cart-data::-webkit-scrollbar-track {
    background: #dfdfdf;
    color: #fff;
}

#cart .cart-data::selection {
    background: #1d1e1e;
    color: #fff;
}

#cart .cart-data::-webkit-scrollbar {
    width: 4px;
}

#cart .cart-data-top {
    background: #fff;
    padding: 10px 15px;
    border-radius: 4px;
    border: 1px solid #cdcdcd;
}

#cart #cart-close {
    background: #1d1e1e;
    border-radius: 50%;
    border: none;
    min-width: 41px;
    min-height: 41px;
    width: 41px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    transition: all 0.2s ease;
}

#cart #cart-close:hover {
    opacity: 0.7;
}

#cart #cart-close img {
    width: 15px;
}

#cart .cart-title {
    font-size: 26px;
    line-height: 1.2;
}

#cart .cart-product-block {
    background: #fff;
    border-radius: 4px;
    padding: 15px;
    border: 1px solid #cdcdcd;
}

#cart .cart-product-image {
    margin-right: 15px;
}

#cart .cart-product-image a img {
    width: 80px;
    min-width: 80px;
    height: 80px;
    min-height: 80px;
    border-radius: 4px;
    border: 1px solid #e9e9e9;
}

#cart .cart-product-name {
    font-size: 15px;
    line-height: 1.3;
    color: #1d1e1e;
    text-decoration: none;
    margin-bottom: 15px;
    display: block;
}

#cart .cart-product-name:hover {
    text-decoration: none;
    color: #007bff;
}

#cart .input-number {
    display: inline-block !important;
    max-width: 75px;
    height: 28px;
    text-align: center;
    padding: 0px;
    border: none;
    background: #e9e9e9;
    margin: 0px 0px 0px 15px !important;
    z-index: 0;
}

#cart .input-number-button {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #1d1e1e;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    border: none;
    font-size: 16px;
    position: absolute;
    cursor: pointer;
    z-index: 1;
    transition: all 0.2s ease;
}

#cart .input-number-button:hover {
    background: #505050;
}

#cart .input-product-delete {
    position: absolute;
    left: -10px;
    top: -10px;
    cursor: pointer;
    background: #1d1e1e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    transition: all 0.2s ease;
}

#cart .input-product-delete img {
    width: 12px !important;
}

#cart .input-product-delete:hover {
    background: #505050;
}

#cart .input-number-decrement {
    left: 0px;
    top: 0px;
}

#cart .input-number-increment {
    right: -20px;
    top: 0px;
}

#cart .input-group {
    max-width: 85px !important;
}

#cart .total {
    font-size: 20px;
    font-weight: 500;
}

#cart .totals {
    background: #fff;
    padding: 15px;
    border-radius: 4px;
    border: 1px solid #cdcdcd;
}

#cart .totals .title {
    font-size: 16px;
    line-height: 1.6;
    margin-right: 5px;
}

#cart .totals .price {
    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
}

#cart .btn-primary {
    font-size: 20px;
    line-height: 1.2;
    text-decoration: none;
    width: 100%;
    padding: 15px 15px;
    border-radius: 4px;
    margin-top: 1em;
}

#cart .cart-no-items {
    font-size: 20px;
    line-height: 1.2;
}

.filter-mask,
.mask {
    opacity: 0;
    position: fixed;
    left: -9999px;
    top: 0px;
    background: rgba(35, 31, 31, 0.6);
    z-index: 11;
    transition: opacity 0.2s ease;
    cursor: pointer;
}

.filter-mask.active,
.mask.active {
    opacity: 1;
    left: 0;
    right: 0;
    bottom: 0;
}

/* End Cart*/

.top-line {
    border-bottom: 1px solid #E5E5E5;
    padding: 9px 0px 9px;
}

.top-line-menu {
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.top-line-menu li {
    display: flex;
    align-items: center;
    list-style: none;
    /*margin-left: 2.5em;*/
}

.top-line-menu li:nth-child(n+2) {
    margin-left: 1em;
}

.top-line-menu li:before {
    content: "";
    background: #A7A7A7;
    width: 7px;
    height: 7px;
    margin-right: 6px;
}

.top-line-menu li a {
    color: #737373;
    text-decoration: none;
    font-size: 14px;
}

.top-line-menu li a:hover {
    color: #EBB5A2;
}

.languages .btn-group {
    display: flex;
}

.languages .language-btn {
    padding: 0;
    border: none;
    font-size: 15px;
    color: rgba(115, 115, 115, 0.5);
    line-height: 1.5;
}

.languages .language-btn:nth-child(2) {
    margin-left: 1em !important;
}

.languages button.language-btn:hover {
    color: #737373;
}

.languages span.language-btn {
    color: #737373;
}

.header__phone {
    font-size: 15px;
    color: #737373;
    text-decoration: none;
}

.header__phone svg {
    margin-right: 0.5em;
}

.header__phone:hover {
    color: #EBB5A2;
}

.header__socials {
    margin-right: 1.8rem;
}

.header__socials a {
    margin-left: 1rem;
}

.header__socials a:first-child {
    margin-left: 0;
}


#logo img {
    max-width: 140px;
}

header {
    padding: 1rem 0px 1rem;
}


.header-line {
    background: rgba(235, 181, 162, 0.5);
    padding: 0.8rem 0px;
}

.header-line__plash {
    font-size: 18px;
    color: #1D1E1E;
}

.header__list {
    list-style: none;
    padding-left: 0px;
    margin: 0px 0px 0px 50px;
    display: flex;
    align-items: center;
}

.header__list li {
    margin-right: 50px;
}

.header__list li:last-child {
    margin-right: 0px;
}

.header__list li a {
    font-size: 16px;
    color: #1D1E1E;
    text-decoration: none;
    position: relative;
}

.header__list li a:hover {
    color: #EBB5A2;
}

.header__list li a > span {
    position: absolute;
    font-size: 14px;
    color: #CF0000;
    top: -14px;
    right: -10px;
}

.header__list li a.specials {
    color: #CF0000;
}

.menu__catalog {
    cursor: pointer;
    background: transparent;
    padding: 0px;
    border: 0px;
    transition: all 0.2s ease;
}

.menu__catalog:hover {
    color: #F5DAD1;
}

.menu__catalog svg path {
    transition: all 0.2s ease;
}

.menu__catalog:hover svg path {
    fill: #F5DAD1;
}

.menu__catalog svg {
    margin-right: 0.5rem;
}

.header__menu {
    position: fixed;
    left: -100%;
    top: 0px;
    bottom: 0px;
    background: #fff;
    z-index: 99;
    width: 400px;
    transition: all 0.2s ease;
}

.header__menu-scroll {
    height: calc(100vh - 66px);
    overflow-y: auto;
    padding-bottom: 100px;
}

.header__menu.active {
    left: 0px;
}

.header__menu-close {
    background: transparent;
    border: none;
    padding: 0px;
}

.header__menu-top {
    padding: 15px 15px;
}

.header__logo {
    width: 140px;
}

.header__menu-top-list {
    background: #F5DAD1;
    padding: 0px 15px;
    list-style: none;
    margin-bottom: 0px;
}

.header__info-menu li a,
.header__menu-top-list li a {
    padding: 20px 0px;
    font-size: 18px;
    text-transform: uppercase;
    color: #1D1E1E;
    display: block;
    line-height: 1;
    text-decoration: none;
    border-bottom: 1px solid #fff;
}

.header__menu-top-list li a.specials {
    color: #CF0000;
}

.header__info-menu li:last-child a,
.header__menu-top-list li:last-child a {
    border-bottom: none;
}

.header__info-menu,
.header__main-menu {
    list-style: none;
    padding: 0px 15px;
    list-style: none;
    margin-bottom: 0px;
}

.header__info-menu {
    background: #EEEEEE;
}

.header__main-menu li a {
    padding: 20px 0px;
    font-size: 18px;
    text-transform: uppercase;
    color: #1D1E1E;
    display: block;
    line-height: 1;
    text-decoration: none;
    border-bottom: 1px solid #EEEEEE;
}


#search input {
    width: 400px;
    margin-bottom: 0px;
    border: none;
    border-bottom: 1px solid #737373;
    border-radius: 0px;
}

#search .input-group-btn {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    z-index: 99;
}

#search .input-group-btn button {
    padding: 0px;
    border: none;
    background: transparent;
}

#cart .cart-body {
    position: fixed;
    right: -100%;
    top: 0px;
    bottom: 0px;
    background: #fff;
    width: 560px;
    z-index: 999;
    padding: 40px;
    transition: all 0.2s ease;
}

#cart .cart-body.active {
    right: 0px;
}

#cart .cart-body__top-title {
    font-size: 32px;
    font-weight: 300;
    line-height: 40px;
    color: #1D1E1E;
    text-transform: uppercase;
    margin-left: 32px;
}

#cart .cart__total {
    width: 24px;
    height: 24px;
    border: 2px solid #fff;
    background: #EBB5A2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    position: absolute;
    right: -10px;
    top: -3px;
}

#cart .cart-body__top {
    margin-bottom: 40px;
}

#cart .cart-body__product {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #737373;
}

#cart .cart-body__product-remove {
    background: transparent;
    border: none;
    padding: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#cart .cart-body__product-remove svg path {
    transition: all 0.2s ease;
}

#cart .cart-body__product-remove:hover svg path {
    fill: #EBB5A2;
}

#cart .cart-body__product-image {
    margin-right: 20px;
}

#cart .cart-body__product-model {
    font-size: 14px;
    font-weight: 300;
    color: #737373;
    margin-bottom: 10px;
}

#cart .cart-body__product-name {
    font-size: 16px;
    line-height: 1.2;
    color: #1D1E1E;
    margin-bottom: 20px;
    text-decoration: none;
}

#cart .cart-body__product-name:hover {
    color: #EBB5A2;
}

#cart .cart-body__product-price {
    font-size: 18px;
    font-weight: 700;
    color: #1D1E1E;
}

#cart .cart__update-quantity {
    max-width: 35px;
    max-height: 35px;
    min-width: 35px;
    min-height: 35px;
    background: #F6E4DB;
    font-size: 13px;
    display: flex;
    align-items: center;
    padding: 0px;
    justify-content: center;
    border: none;
    transition: all 0.2s ease;
}

#cart .cart__update-quantity:hover {
    background: #EBB5A2;
}

#cart .cart__quantity-text {
    font-size: 14px;
    color: #1D1E1E;
    width: 34px;
    text-align: center;
}

#cart .cart-body__product-quantity {
    margin-right: 35px;
}

#cart .cart__totals {
    background: #F5F5F5;
    border-radius: 0px;
    padding: 15px 20px;
    margin-top: 40px;
}

#cart .cart-body__total-title {
    font-size: 14px;
    color: #1D1E1E;
}

#cart .cart-body__total-text {
    font-size: 14px;
    color: #1D1E1E;
}

#cart .cart-body__total-title.is__total {
    font-size: 20px;
    font-weight: 700;
    color: #1D1E1E;
}

#cart .cart-body__total-item {
    margin-top: 10px;
}

#cart .cart-body__total-item:first-child {
    margin-top: 0px;
}

#cart .cart-body__btn-checkout {
    margin-top: 24px;
    background: #1D1E1E;
    border: 1px solid #1D1E1E;
    padding: 14px;
    color: #fff;
    border-radius: 0px;
    text-decoration: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

#cart .cart-body__btn-checkout span {
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

#cart .cart-body__btn-checkout span:after {
    content: '';
    width: 1px;
    height: 22px;
    background: #fff;
    display: flex;
    margin: 0px 22px;
}

#cart .cart-body__btn-checkout:hover {
    background: #EBB5A2;
    border-color: #EBB5A2;
    color: #1D1E1E;
}

#cart .cart-body__total-text.is__total {
    font-size: 20px;
    font-weight: 700;
    color: #1D1E1E;
}

#cart > button {
    background: transparent;
    border: none;
    padding: 0px;
    transition: all 0.2s ease;
    margin-left: 40px;
}

#cart button #cart-total {
    font-size: 14px;
    margin-right: 0.5rem;
    line-height: 1.2;
    transition: all 0.2s ease;
}

#cart button #cart-total .cart_name {
    font-weight: 500;
}

#cart button #cart-total .cart_count {
    font-size: 12px;
    display: flex;
}

#cart button #cart-total .cart_count > span {
    margin-right: 4px;
}

#cart button svg path {
    transition: all 0.2s ease;
}

#cart > button:hover svg path {
    fill: #EBB5A2;
}

#cart > button:hover #cart-total {
    color: #EBB5A2;
}

.cart-body__top-close {
    border: none;
    background: transparent;
    padding: 0px;
}

.cart-body__top-close svg path {
    transition: all 0.2s ease;
}

.cart-body__top-close:hover svg path {
    fill: #EBB5A2;
}

#cart .cart-body__product-color {
    margin-bottom: 9px;
    color: #1D1E1E;
    font-size: 16px;
    font-weight: 400;
    line-height: 17px;
}

#cart .cart-body__product-color-circle {
    min-width: 17px;
    min-height: 17px;
    max-width: 17px;
    max-height: 17px;
    border-radius: 50%;
    margin: 0px 8px 0px 10px;
}

#cart .cart-body__product-option {
    color: #1D1E1E;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 15px;
}

.cart__no-products svg {
    margin-bottom: 50px;
}

/*.cart-body__products-wrapper.product_present{*/
/*    max-height: 376px;*/
/*}*/
/* End Cart*/

.btn__black {
    background: #1D1E1E;
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: none;
    padding: 15px 15px;
    transition: all 0.2s ease;
}

.btn__black:hover {
    background: #EBB5A2;
    color: #1D1E1E;
}

.home__categories {
    padding: 1.3rem 0px;
}

.home__categories img {
    border-radius: 50%;
    margin-bottom: 12px;
}

.home__categories a {
    max-width: 70px;
    min-width: 70px;
    margin: 0px 10px;
    font-size: 15px;
    line-height: 1.2;
    text-align: center;
    color: #1D1E1E;
    text-decoration: none;
    transition: all 0.2s ease;
}

.home__categories a:first-child {
    margin: 0px 10px 0px 0px;
}

.home__categories a:last-child {
    margin: 0px 0px 0px 10px;
}

.home__categories a:hover {
    color: #EBB5A2;
}


/* MAIN BANNER */
#main-banner {
    margin-bottom: 50px;
}
.product-owl{
    position: sticky!important;
    top: 10px;
}
.product-owl .owl-dots {
    position: relative;
    left: 0px;
    bottom: 0px;
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

#main-banner .owl-dots {
    left: 50%;
    transform: translateX(-50%);
}

.product-owl .owl-dots button span,
#main-banner .owl-dots button span {
    width: 10px;
    height: 10px;
    background: rgba(167, 167, 167, 0.5);
}

.product-owl .owl-dots button.active span,
#main-banner .owl-dots button.active span {
    box-shadow: none;
    width: 25px;
    height: 10px;
    border-radius: 3rem;
    background: #A7A7A7;
}

.banner-sale__title {
    font-size: 32px;
    margin-bottom: 35px;
}

.banner-sale__text {
    font-size: 20px;
    margin-bottom: 50px;
}

.banner-sale__btn {
    font-size: 18px;
    color: #1D1E1E;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: all 0.2s ease;
}

.banner-sale__btn svg {
    margin-left: 15px;
}

.banner-sale__btn:hover {
    color: #EBB5A2;
}

.banner-sale__btn svg path {
    transition: all 0.2s ease;
}

.banner-sale__btn:hover svg path {
    fill: #EBB5A2;
}

/* MAIN BANNER */

/* HOME */
.related-products .owl-stage,
.feature-products .owl-stage {
    display: flex;
    flex-wrap: wrap;
}

.product-thumb .caption {
    padding: 10px 0px 20px;
}

.product-thumb__name {
    font-size: 15px;
    line-height: 1.2;
    color: #1D1E1E;
    text-decoration: none;
    margin-bottom: 10px;
    display: inline-block;
}

.product-thumb__name:hover {
    color: #EBB5A2;
}

.product-thumb .price {
    margin-top: 10px;
}

.product-thumb .price-new {
    font-weight: 700;
    font-size: 18px;
}

.product-thumb .specials {
    color: #CF0000;
}

.product-thumb .price-old {
    font-size: 15px;
    text-decoration: line-through;
    color: rgba(115, 115, 115, 0.5);
    margin-left: 6px;
}

.product-thumb .product__sizes {
    margin-left: 20px;
    font-size: 15px;
    color: #737373;
}

.product-thumb .product__sizes span {
    color: rgba(115, 115, 115, 0.5);
    margin: 0px 5px;
}

.product-thumb .image > a.product-img-hover:hover .img-main,
.product-thumb .image > a.product-img-hover .img-hover {
    display: none;
}

.product-thumb .image > a.product-img-hover:hover .img-hover {
    display: block;
}

.product-cat {
    margin-bottom: 26px;
}

.product-owl .owl-nav button,
.products-slider .owl-nav button {
    width: 30px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffff !important;
}

.products-slider.owl-carousel .owl-nav > button {
    top: 42%;
}

.descriptions {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #1D1E1E;
}

.descriptions p {
    margin-bottom: 1rem;
}

.description__scroll {
    max-height: 440px;
    overflow-y: auto;
    padding-right: 20px;
}

.description__scroll::selection {
    background: #1D1E1E;
    border-radius: 8px;
    color: #fff
}

.description__scroll::-webkit-scrollbar-track {
    color: #E8E8E8;
    border-radius: 8px;
    background: #E8E8E8;
}

.description__scroll::-webkit-scrollbar-thumb {
    background: #1D1E1E;
    border-radius: 8px;
}

.description__scroll::-webkit-scrollbar {
    width: 4px
}

/* HOME */


/* CATEGORY */

.btn__filter {
    font-size: 16px;
    text-align: center;
    padding: 5px 20px;
    background: #fff;
    color: #1D1E1E;
    border: 1px solid #1D1E1E;
    transition: all 0.2s ease;
}

.btn__filter svg {
    margin-right: 12px;
}

.btn__filter:hover {
    background: #EBB5A2;
    border-color: #EBB5A2;
    color: #fff;
}

.btn__filter svg path {
    transition: all 0.2s ease;
}

.btn__filter:hover svg path {
    fill: #fff;
}

.category__sorts {
    display: flex;
    align-items: center;
}

.category__limit label,
.category__sorts label {
    font-weight: 400;
    font-size: 15px;
    color: #737373;
    margin-right: 24px;
}

.category__limit label {
    margin-right: 12px;
}

.category__sorts a {
    font-size: 15px;
    color: #1D1E1E;
    text-decoration: 1px underline dashed;
    display: block;
    margin: 0px 25px 0px 0px;
}

.category__sorts a:hover,
.category__sorts a.active {
    color: #C99380;
}

#input-sort,
#input-limit {
    max-width: 50px;
    border-radius: 4px;
    border: 1px solid #737373;
    margin-bottom: 0px;
    padding: 7px 9px;
    font-size: 15px;
    color: #1D1E1E;
    cursor: pointer;
}

#input-sort {
    max-width: initial;
}

.category__limit-select:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='5' viewBox='0 0 6 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.55715 4.421L5.83875 1.08823C5.94419 0.934319 6 0.77924 6 0.65034C6 0.401135 5.8 0.246979 5.46521 0.246979L0.53401 0.246979C0.199616 0.246979 -6.72989e-09 0.40094 -1.75975e-08 0.649562C-2.32404e-08 0.778657 0.0558538 0.931259 0.161588 1.08551L2.44314 4.41983C2.59011 4.63426 2.78788 4.75301 3.00027 4.75301C3.21251 4.75306 3.41023 4.63567 3.55715 4.421Z' fill='%23737373'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 6px;
    width: 6px;
    height: 5px;
    display: block;
    position: absolute;
    right: 9px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.pagination {
    display: flex;
    justify-content: center;
}

.pagination > li {
    margin: 0px 6px;
}

.pagination > li > span,
.pagination > li > a {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(33, 39, 33, 0.06);
    border-radius: 4px;
    color: #212721;
    text-decoration: none;
    font-size: 16px;
    text-align: center;
}

.pagination > li > span,
.pagination > li > a:hover {
    background: #1D1E1E;
    color: #fff;
}

.category__description {
    margin-top: 35px;
    margin-bottom: 60px;
}

/* CATEGORY */


/* PRODUCT */
.stock-status {
    font-size: 16px;

}

.stock-status svg {
    margin-right: 7px;
}

.stock-status span {
    margin-top: 2px;
    display: block;
}

.stock-status.in_stock {
    color: #079555;
}

.stock-status.out_stock {
    color: #CF0000;
}

.product-model {
    font-size: 15px;
    color: #737373;
    line-height: 1.3;
}

.product__name {
    font-weight: 500;
    font-size: 24px;
    color: #1D1E1E;
    margin: 20px 0px 40px;
}

.product-attribute {
    margin-bottom: 10px;
}

.product-attribute__name {
    font-size: 16px;
    color: #1D1E1E;
}

.product-attribute__text {
    font-size: 16px;
    color: #1D1E1E;
    font-weight: 500;
    margin-left: 7px;
}

.product-prices {
    margin-top: 20px;
    margin-bottom: 20px;
}

.product-prices .new-price {
    font-weight: 500;
    font-size: 30px;
    color: #1D1E1E;
    line-height: 1;
}

.product-prices .old-price {
    font-size: 18px;
    text-decoration: line-through;
    color: rgba(115, 115, 115, 0.6);
    margin-left: 12px;
}

.product-prices .new-price.special {
    color: #CF0000;
}

.product-options .radio input {
    opacity: 0;
    width: 0px;
    height: 0px;
    position: absolute;
}

.product-options .radio label span {
    width: 50px;
    height: 40px;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    color: #212721;
    background: rgba(33, 39, 33, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.product-options .radio label input:checked ~ span,
.product-options .radio label span:hover {
    background: #1D1E1E;
    color: #fff;
}

#button-cart {
    width: 100%;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    background: #1D1E1E;
    padding: 9px;
    transition: all 0.2s ease;
    border: none;
    border-radius: 0px;
}

#button-cart:hover {
    color: #1D1E1E;
    background: #EBB5A2;
}

#button-cart svg {
    margin-right: 15px;
}

#button-cart svg path {
    transition: all 0.2s ease;
}

#button-cart:hover svg path {
    fill: #1d1e1e;
}

.product-description {
    font-size: 15px;
    color: #1D1E1E;
}

.btn-product__size {
    background: transparent;
    padding: 0px;
    border: none;
    margin-bottom: 20px;
    font-size: 16px;
    color: #1D1E1E;
    white-space: nowrap;
    transition: all 0.2s ease;
}

.btn-product__size:hover {
    color: #EBB5A2;
}

.btn-product__size svg {
    margin-right: 6px;
}

.btn-product__size svg path {
    transition: all 0.2s ease;
}

.btn-product__size:hover svg path {
    fill: #EBB5A2;
}

#product_sizes_modal .modal-content {
    border: 2px solid #EBB5A2;
    border-radius: 0px;
}

#product_sizes_modal .modal-body {
    padding: 45px;
    display: flex;
    flex-direction: column;
}

#product_sizes_modal .modal-dialog {
    max-width: max-content;
}

.table-product-sizes table {
    border-color: #737373;
}

.table-product-sizes tr.tr_bg {
    background: #F3F3F3;
}

.table-product-sizes tr.tr_bg td {
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    text-align: center;
    color: #1D1E1E;
    padding: 10px 20px;
}

.table-product-sizes tr td {
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #1D1E1E;
    padding: 10px 15px;
    white-space: nowrap;
}

.table-product-sizes tr td.td_weight {
    font-weight: 700;
}

.table-product-sizes td, .table-product-sizes tr {
    border-width: 1px;
}

.table-product-sizes {
    display: flex;
    justify-content: center;
}

.product_sizes_modal-close {
    background: transparent;
    border: none;
    display: flex;
    position: absolute;
    padding: 0px;
    top: 35px;
    right: 35px;
}

.table-sizes__title {
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    color: #1D1E1E;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.table-sizes__title svg {
    margin-right: 10px;
}

.table-sizes__call-manager {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #212121;
    margin-bottom: 16px;
}

.table-sizes__call-manager a {
    text-decoration: underline;
    color: #212121;
}

.table-sizes__sub-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    text-align: center;
    color: #212121;
    margin-top: 23px;
}

#accordionProduct{
    margin-top: 30px;
}
#accordionProduct .accordion-item{
    border-radius: 0px;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-top: 1px solid #737373;
}
#accordionProduct .accordion-item:last-child{
    border-bottom: 1px solid #737373;
}
#accordionProduct .accordion-button{
    box-shadow: none!important;
    border-radius: 0px;
    background: transparent;
    color: #1D1E1E;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
}
#accordionProduct .descriptions{
    font-size: 16px;
}
#accordionProduct h2,
#accordionProduct h3{
    font-size: 18px;
    margin-top: 0px;
}
#accordionProduct .accordion-body{
    padding-top: 0px;
}

.products_colors--title{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}
.products_colors--title > span{
    margin-left: 5px;
}
.products_colors{
    margin-bottom: 15px;
}
/* PRODUCT */


/* ACCOUNT */
.btn__account {
    margin-left: 20px;
}

.btn__account svg path {
    transition: all 0.2s ease;
}

.btn__account:hover svg path {
    fill: #EBB5A2;
}

#account-login form label {
    font-size: 14px;
    display: none;
}

#account-login form .form-control {
    border: none;
    border-bottom: 1px solid #1D1E1E;
    border-radius: 0px;
}

.text-forgotten {
    font-size: 14px;
    color: #1d1e1e;
    text-decoration: none;
    transition: all 0.2s ease;
}

.text-forgotten:hover {
    color: #1d1e1e;
    text-decoration: underline;
}

#account-order,
#account-forgotten,
#account-address,
#account-password,
#common-success {
    padding-bottom: 60px;
}

.account-block svg {
    font-size: 50px;
    fill: #444;
}

.account-rewards,
.account-block a {
    padding: 30px 10px;
    font-size: 16px;
    line-height: 1.2;
    border-radius: 0px;
    background: rgba(33, 39, 33, 0.06);
    color: #1D1E1E;
    text-decoration: none;
}

.table-order-list tr td {
    vertical-align: middle;
}

.account-rewards span,
.account-block a span {
    padding: 20px 0px 0px;
}

.account-block a:hover {
    color: #1D1E1E;
    background: rgba(235, 181, 162, 0.5);
}

.account-block-item {
    margin-bottom: 24px;
}

.form-edit-password .form-group input {
    border: none;
    border-bottom: 1px solid #1d1e1e;
    border-radius: 0px;
}

/* ACCOUNT */

/* FOOTER */
footer {
    background: #1D1E1E;
    padding: 40px 0px 12px;
}

.footer__logo {
    filter: brightness(0) invert(1);
    width: 140px;
}

.footer__title {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
}

.footer__list {
    margin-bottom: 0px;
}

.footer__list li {
    position: relative;
    padding-left: 11px;
    margin-bottom: 10px;
}

.footer__list li:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #EBB5A2;
    display: block;
    position: absolute;
    left: 0px;
    top: 9px;
}

.footer__list li a {
    font-size: 15px;
    color: #FFFFFF;
    text-decoration: none;
}

.footer__list li a:hover {
    color: #EBB5A2;
}

.footer__text {
    font-size: 15px;
    color: #fff;
    margin-left: 10px;
}

.footer__address svg {
    margin-top: 2px;
}

.footer__social-link {
    margin: 0px 8px;
}

.footer__social-link > img {
    width: 30px;
    height: 30px;
}

.footer__phone-block:nth-child(n+2) {
    margin-left: 50px;
}

.footer__phone-block a {
    font-size: 18px;
    color: #FFFFFF;
    text-decoration: none;
}

.footer__phone-block a:hover {
    color: #EBB5A2;
}

.footer__phone-block svg {
    margin-right: 10px;
}

.hr_top hr {
    margin-bottom: 20px;
}

.hr_bottom hr {
    margin-top: 20px;
}

.copyright {
    font-weight: 300;
    font-size: 14px;
    color: #FFFFFF;
}

.footer__dev {
    font-size: 14px;
    color: #EBB5A2;
    text-decoration: none;
}

.footer__dev:hover {
    color: #fff;
}

/* FOOTER */


/* CONTACT */
.row-cont {
    margin-bottom: 1.5rem;
}

.contact__title {
    color: #282626;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.contact__link {
    text-decoration: none;
    font-size: 18px;
    line-height: 1.2;
    color: #282626;
}

.contact__link-wrapper {
    margin-bottom: 10px;
}

.contact__link-wrapper svg {
    margin-right: 15px;
}

.contact__link:hover {
    color: #EBB5A2;
}

.contact__socials-item {
    margin-right: 15px;
}

.contact__socials-item:last-child {
    margin-right: 0px;
}

#information-contact {
    padding-bottom: 60px;
}

/* END CONTACT */


/*............................................Media_Style...................................................*/

@media (min-width: 1400px) {
    .container-fluid {
        max-width: 1600px;
    }

    .container-main-banner {
        max-width: 1774px;
    }
}

/*....FullHD....*/
@media (max-width: 1399px) {
    h1, .h1 {
        font-size: 26px;
    }

    h2, .h2 {
        font-size: 24px;
    }

    h3, .h3 {
        font-size: 22px;
    }

    h4, .h4 {
        font-size: 22px;
    }

    #cart .main-cart {
        width: 420px;
    }

    .header__list {
        margin: 0px 0px 0px 25px;
    }

    .header__list li {
        margin-right: 25px;
    }
}

/*....Netbooks....*/
@media (max-width: 1199px) {


    #cart > button {
        margin-left: 20px;
    }

    .btn__account {
        margin-left: 0px;
    }

    #search input {
        width: 265px;
    }

    .header-line__plash {
        font-size: 16px;
    }

    .header-line {
        padding: 0.5rem 0px;
    }

    .home__categories a:first-child {
        margin: 0px 5px 0px 0px;
    }

    .home__categories a {
        margin: 0px 5px;
        font-size: 13px;
    }

    .home__categories a:last-child {
        margin: 0px 0px 0px 5px;
    }

    .footer__phone-block a {
        font-size: 16px;
    }

    .footer__phone-block:nth-child(n+2) {
        margin-left: 30px;
    }

    .stock-status {
        font-size: 14px;
    }

    .product-model {
        font-size: 14px;
    }

    .product__name {
        font-size: 20px;
        margin: 15px 0px 20px;
    }

    .product-attribute__text,
    .product-attribute__name {
        font-size: 14px;
    }

    .product-attribute {
        margin-bottom: 5px;
    }

    .product-prices .new-price {
        font-size: 26px;
    }

    .product-prices .old-price {
        font-size: 16px;
        margin-left: 12px;
    }

    .product-options .radio label span {
        width: 40px;
        height: 35px;
        font-size: 14px;
        margin-right: 8px;
    }
    #accordionProduct .accordion-button {
        font-size: 16px;
        padding: 10px 15px;
    }
    #accordionProduct .accordion-body {
        padding: 0px 15px 10px;
    }
    #accordionProduct .product-compound,
    #accordionProduct .product-delivery,
    #accordionProduct .descriptions {
        font-size: 14px;
    }
    #accordionProduct h2, #accordionProduct h3 {
        margin-bottom: 15px;
    }
}


/*....Tablets....*/
@media (max-width: 991px) {
    #main-banner {
        margin-bottom: 30px;
    }

    .main-title {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .banner-sale__title {
        font-size: 22px;
        line-height: 1.2;
        margin-bottom: 20px;
    }

    .banner-sale__text {
        font-size: 16px;
        margin-bottom: 35px;
    }

    .banner-sale__btn {
        font-size: 14px;
    }

    .product-thumb .caption {
        padding: 10px 0px 10px;
    }

    .footer__logo {
        width: 120px;
        margin-bottom: 30px;
    }

    .footer__title {
        font-size: 17px;
        margin-bottom: 15px;
    }

    .footer__list li a {
        color: #FFFFFF;
        text-decoration: none;
    }

    .footer__text {
        font-size: 14px;
    }

    .footer__phone-block:nth-child(n+2) {
        margin-left: 0px;
        margin-top: 7px;
    }

    .description__scroll {
        max-height: 330px;
    }

    .header-line__plash {
        font-size: 14px;
    }

    .home__categories {
        overflow-x: scroll;
        overflow-y: hidden;
        padding: 0px;
        margin: 0px -5px 30px;
    }

    .home__categories::-webkit-scrollbar {
        display: none;
    }

    .home__categories a {
        margin: 0px 10px !important;
    }

    .category__limit label, .category__sorts label {
        margin-right: 12px;
    }
    .btn-product__size {
        margin-bottom: 15px;
        font-size: 14px;
    }
    #product_sizes_modal .modal-body {
        padding: 15px;
    }
    .product_sizes_modal-close {
        top: 10px;
        right: 10px;
    }
    .table-sizes__title {
        font-size: 20px;
    }
    .table-product-sizes {
        display: flex;
        justify-content: flex-start;
        overflow: auto;
    }
}

/*....Smartphones_Landscape_orientation....*/
@media (max-width: 767px) {
    .skroll_top {
        left: 15px;
    }

    .skroll_top.fix {
        bottom: 15px;
    }

    .skroll_top a {
        font-size: 18px;
        width: 34px;
        height: 30px;
    }

    .banner-sale__content {
        position: absolute;
        background: #fff;
        width: 350px;
        padding: 30px;
        box-shadow: 0px 10px 20px -18px rgba(0, 0, 0, 1);
        left: 50%;
        transform: translateX(-50%);
        bottom: -70px;
        z-index: 8;
    }

    .banner-sale__row {
        margin-bottom: 30px;
    }

    .footer__title {
        text-align: center;
    }

    .footer__list li {
        text-align: center;
        padding-left: 0px;
        margin-bottom: 5px;
    }

    .footer__title {
        font-size: 20px;
    }

    .footer__list li:before {
        display: none;
    }

    .footer__text {
        font-size: 15px;
    }

    .banner-sale__title {
        font-size: 18px;
    }

    .banner-sale__text {
        font-size: 15px;
        margin-bottom: 15px;
    }

    .banner-sale__btn {
        font-size: 13px;
    }

    #search {
        position: fixed !important;
        left: 0px;
        right: 0px;
        bottom: 0px;
        top: 0px;
        background: #fff;
        z-index: 999;
        padding: 20px;
        display: none;
    }

    #search.active {
        display: block;
    }

    #search input {
        width: 100%;
    }

    .search__show {
        background: transparent;
        padding: 0px;
        border: none;
        margin-right: 0px;
    }

    #cart .cart-body {
        right: -100%;
        width: 100%;
        padding: 20px;
    }

    #cart .cart-body__top-title {
        font-size: 26px;
        line-height: 1.1;
        margin-left: 20px;
    }

    #cart .main-cart {
        width: 100%;
        padding: 15px 5px 15px 15px;
    }

    #cart .cart-data-top {
        padding: 10px 10px;
    }

    #cart .cart-title {
        font-size: 22px;
    }

    #cart .cart-product-block {
        padding: 10px;
    }

    #cart .cart-product-image a img {
        width: 60px;
        min-width: 60px;
        height: 60px;
        min-height: 60px;
    }

    #cart .cart-product-image {
        margin-right: 10px;
    }

    #cart .input-number-button {
        width: 24px;
        height: 24px;
        font-size: 14px;
    }

    #cart .input-number {
        max-width: 65px;
        height: 24px;
        margin: 0px 0px 0px 12px !important;
    }

    #cart .input-group {
        max-width: 65px !important;
    }

    #cart .input-number-increment {
        right: -23px;
    }

    #cart .cart-product-name {
        font-size: 15px;
        margin-bottom: 10px;
    }

    #cart .input-product-delete img {
        width: 10px !important;
    }

    #cart .input-product-delete {
        left: -5px;
        top: -5px;
        width: 26px;
        height: 26px;
    }

    #cart button #cart-total .cart_count {
        position: absolute;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #F5DAD1;
        text-align: center;
        border: 1px solid #fff;
        line-height: 1;
        right: -8px;
        top: -5px;
        color: #1D1E1E;
    }

    #cart button:hover #cart-total .cart_count {
        color: #1D1E1E;
    }

    .btn__account {
        margin-left: 10px;
    }

    #cart > button {
        margin-left: 10px;
    }
}

/*....Smartphones_Portrait_orientation....*/
@media (max-width: 575px) {

    .header__menu {
        left: -100%;
        width: 100%;
    }

    .header__socials a {
        margin-left: 0.5rem;
    }

    #logo img {
        max-width: 110px;
    }

    .header__phone svg {
        margin-right: 0em;
    }

    article img {
        float: none !important;
        max-width: 100% !important;
        margin: 1em auto !important;
        display: block !important;
    }

    .banner-sale__content {
        position: relative;
        width: initial;
        margin-top: 10px;
        padding: 0px 12px;
        box-shadow: none;
        left: initial;
        transform: none;
        bottom: initial;
        z-index: 8;
    }

    .banner-sale__row {
        margin-bottom: 30px;
    }

    #cart > button > svg {
        width: 22px;
        height: auto;
    }

    .menu__catalog > svg {
        width: 22px;
        height: auto;
    }

    .category__limit label, .category__sorts label {
        font-size: 14px;
    }

    #input-sort, #input-limit {
        font-size: 14px;
        width: 100%;
        max-width: initial;
    }

    .category__sorts {
        align-items: flex-start;
    }

    .product-cat {
        margin-bottom: 12px;
    }

    .category__description {
        margin-top: 20px;
    }

    .pagination > li > span, .pagination > li > a {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }

    .product-description {
        font-size: 14px;
    }

    .contact__title {
        font-size: 18px;
    }

    .contact__link {
        font-size: 16px;
    }

    .contact__link-wrapper svg {
        margin-right: 10px;
    }

    .products_colors--title {
        font-size: 16px;
    }

    .products_colors{
        margin-bottom: 5px;
    }

}