.sc-megamenu-list::-webkit-scrollbar, .sc-megamenu-list ul::-webkit-scrollbar {
    width: 2px;
}

.breadcrumb::-webkit-scrollbar {
    height: 2px;
}

.alert-dismissable .close, .alert-dismissible .close {
    right: -10px;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    box-sizing: border-box;
}

*::before, *::after {
    box-sizing: border-box;
}
.wrapper {
    padding-top: 130px;
    width: 100vw;
    max-width: 1920px;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-weight: inherit;
    font-size: inherit;
    margin: 0;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 27px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10.2px;
}

ul, table, fieldset, hr {
    margin: 0;
}

hr {
    border-color: #f2f2f2;
}

address {
    margin-bottom: 0;
}

ul li {
    list-style: none;
}

ul {
    padding-left: 0;
}

.navbar {
    border: 0;
}

.navbar-nav > li {
    float: none;
}

button {
    user-select: none;
    cursor: pointer;
}



a:focus {
    color: inherit;
    outline: none;
    outline-offset: 0;
}

.phone {
    white-space: nowrap;
}

.phone-number {
    white-space: nowrap;
}

.hidden {
    display: none;
}

.text-center {
    text-align: center;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

.right {
    margin-left: auto;
}

small {
    font-size: 70%;
}

.form-control:focus {
    border-color: #000;
    outline: 0;
    box-shadow: none;
}

label {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

textarea {
    resize: vertical;
}

input, button {
    border: none;
}

.tab-content > .active, .vertical-tab-container .active {
    animation: fadeIn 0.7s;
}
button.disabled {
    opacity: 0.7;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.flex, .d-flex {
    display: flex !important;
}

.flex-column {
    flex-direction: column !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.product-thumb .image img {
    width: 100%;
}

legend {
    font-size: 18px;
    padding: 7px 0px;
}

label {
    font-size: 12px;
    font-weight: normal;
}

.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
    font-size: 12px;
}

.input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
}

span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
    display: inline;
}

.nav-tabs {
    margin-bottom: 15px;
}

div.required .control-label:before {
    content: '* ';
    color: #f00;
    font-weight: bold;
}

.btn-language-menu ul a.activeLanguage {
    pointer-events: none;
}

.btn-language-menu ul a.activeLanguage span {
    color: #ccc;
}

#top {
    background-color: #eeeeee;
    border-bottom: 1px solid #e2e2e2;
    padding: 4px 0px 3px 0;
    margin: 0 0 20px 0;
    min-height: 40px;
}

#top .container {
    padding: 0 20px;
}

#top #form-currency .currency-select, #top #form-language .language-select {
    text-align: left;
}

#top #form-currency .currency-select:hover, #top #form-language .language-select:hover {
    text-shadow: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

#top .btn-link, #top-links li, #top-links a {
    color: #888;
    text-shadow: 0 1px 0 #fff;
    text-decoration: none;
}

#top .btn-link:hover, #top-links a:hover {
    color: #444;
}

#top-links .dropdown-menu a {
    text-shadow: none;
}

#top-links .dropdown-menu a:hover {
    color: #fff;
}

#top .btn-link strong {
    font-size: 14px;
    line-height: 14px;
}

#top-links {
    padding-top: 6px;
}

#top-links a + a {
    margin-left: 15px;
}

.nav-tabs {
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 15px;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.nav > li > a {
    position: relative;
    padding: 10px 12px;
    border-bottom: 1px solid transparent;
    color: #1e1e1e;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav > li > a svg {
    flex-shrink: 0;
}

li.active a {
    border-bottom: 1px solid #bcbcbc;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

#search .input-lg {
    height: 40px;
    line-height: 20px;
    padding: 0 10px;
}

#search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 10px 35px;
    text-shadow: 0 1px 0 #fff;
}

#cart {
    cursor: pointer;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 9999;
    animation: slide-down 0.5s;
}

header.fixed {
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    animation: slide-down 1s;
}

@keyframes slide-down {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}

#content {
    min-height: 600px;
}

.alert {
    padding: 8px 14px 8px 14px;
}

.alert.alert-danger {
    margin-top: 30px;
    color: #222b45;
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.4;
    border-radius: 0;
    border-color: #f57c27;
    background-color: #fffaf6;
    display: flex;
    align-items: center;
}

.alert.alert-danger b {
    font-weight: 700 !important;
}

.alert.alert-danger svg {
    margin-left: 24px;
    margin-right: 22px;
    flex-shrink: 0;
}

.buttons {
    margin: 1em 0;
}

.btn {
    padding: 15px 34px;
    color: #1e1e1e;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    border: 1px solid #000;
    border-radius: 0;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.btn:hover {
    color: #fff;
    background-color: #1e1e1e;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0;
    outline-offset: 0;
}

.btn:active {
    box-shadow: none;
}

.btn-xs {
    font-size: 9px;
}

.btn-sm {
    font-size: 10.2px;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 15px;
}

.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    font-size: 12px;
}

.btn-group > .btn-xs {
    font-size: 9px;
}

.btn-group > .btn-sm {
    font-size: 10.2px;
}

.btn-group > .btn-lg {
    font-size: 15px;
}

.btn-default {
    color: #777;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #e7e7e7;
    background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
    background-repeat: repeat-x;
    border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}

.btn-primary {
    color: #1e1e1e;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    text-shadow: none;
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
    border-color: unset;
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #1e1e1e;
    border-color: #1e1e1e;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #1e1e1e;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #1e1e1e;
    border-color: #1e1e1e;
}

.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
}

.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
}

.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #df5c39;
    background-image: linear-gradient(to bottom, #e06342, #dc512c);
    background-repeat: repeat-x;
    border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #23a1d1;
    border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}

.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
}

.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    background-color: #222222;
    background-image: linear-gradient(to bottom, #333333, #111111);
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
    outline-offset: 0;
}

.button-group-buy button {
    color: #222b45;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    display: flex;
    align-items: center;
    padding: 0;
}

.button-group-buy button svg {
    margin-right: 6px;
}

.btn-none {
    border: none !important;
    background: none !important;
}

.section-wishlist .hover, .section-wishlist:hover .normal, .section-wishlist.add-wishlist .normal {
    display: none;
}

.section-wishlist:hover .hover, .section-wishlist .normal, .section-wishlist.add-wishlist .hover {
    display: block;
}

.product-item {
    position: relative;
}

.item-product-image img {
    margin: 0 auto;
}

.section-wishlist {
    position: absolute;
    right: 6px;
    top: 6px;
}

.section-wishlist button, .section-wishlist > div {
    border-radius: 14px;
    border: 1px solid #e6e6e6;
    background: #e6e6e6;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-product-information h4 a {
    color: #000;
    font-size: 14px;
    font-style: normal;
    line-height: 20px;
}

.item-product-information .price {
    color: #1a151b;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    white-space: nowrap;
}

.stickers_image {
    display: flex;
    flex-wrap: wrap;
    margin-top: 8px;
    padding: 0px;
}

.stickers_image.stickers_image_product {
    height: max-content;
}

.stickers_image li {
    margin-right: 10px;
    display: flex;
    height: max-content;
}

.stickers_image_product.stickers_image img {
    height: 25px;
}

.stickers_image.stickers_image_product {
    height: max-content;
}

.alert.alert-success {
    position: fixed;
    z-index: 9;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 350px;
    top: 50%;
    transform: translateY(-50%);
    padding: 20px;
    padding-top: 30px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border-radius: 10px;
}

.alert.alert-success svg {
    width: 100%;
    margin-bottom: 10px;
}

.alert_buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
}

.alert_buttons button {
    color: #344054;
    width: 100%;
    max-width: 170px;
    display: flex;
    padding: 10px 15px;
    justify-content: center;
    align-items: center;
    border: 1px solid #d0d5dd;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    background-color: transparent;
    border-radius: 8px;
}

.alert_buttons a {
    color: #fff !important;
    margin-left: 10px;
    width: 100%;
    max-width: 170px;
    display: flex;
    padding: 10px 15px;
    justify-content: center;
    align-items: center;
    border: 1px solid #ed1c24;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    background-color: #ed1c24;
    border-radius: 8px;
    user-select: none;
}

.alert-success {
    padding: 24px;
    border-radius: 0;
    color: #101828;
    background-color: #fff;
    border-color: transparent;
    text-align: left;
    line-height: 2;
    box-shadow: 0px 8px 8px -4px rgba(16, 24, 40, 0.03), 0px 20px 24px -4px rgba(16, 24, 40, 0.08);
}

.alert.alert-success a {
    color: #ed1c24;
}

.alert.alert-success.alert__product__added {
    z-index: 1090;
}

.alert.alert-success.alert__product__added > svg {
    width: auto;
    margin-bottom: 20px;
    margin-left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.alert__heading {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 5px;
}

.alert.alert-success.alert__product__added .alert__product > a {
    color: #667085;
    line-height: 20px;
}

.alert__buttons > a {
    font-size: 14px;
    line-height: 1;
    background-color: #ff4961 !important;
    border: 1px solid #ff4961;
    height: 44px;
    color: #fff !important;
    display: flex;
    font-weight: 500;
    align-items: center;
    justify-content: center;
    width: calc(50% - 5px);
    border-radius: 10px;
}

.alert__buttons > button {
    position: unset !important;
    opacity: 1 !important;
    font-size: 14px;
    position: unset;
    line-height: 1;
    background-color: #fff !important;
    border: 1px solid #d0d5dd;
    height: 44px;
    color: #000 !important;
    display: flex;
    font-weight: 500;
    align-items: center;
    justify-content: center;
    width: calc(50% - 5px);
    border-radius: 10px;
}

.alert__buttons * {
    float: none;
}

.alert__buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.list-group a {
    border: 1px solid #dddddd;
    color: #888888;
    padding: 8px 12px;
}

.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    color: #444444;
    background: #eeeeee;
    border: 1px solid #dddddd;
    text-shadow: 0 1px 0 #fff;
}

.carousel-caption {
    color: #ffffff;
    text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}

.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}

.product-thumb {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    overflow: auto;
}

.product-thumb .image {
    text-align: center;
}

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

.product-thumb .image a:hover {
    opacity: 0.8;
}

.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
}

.product-grid .product-thumb .image {
    float: none;
}

@media (min-width: 768px) {
    .product-list .product-thumb .image {
        float: left;
        padding: 0 15px;
    }
}

.product-thumb h4 {
    font-weight: bold;
}

.product-thumb .caption {
    padding: 0 20px;
    min-height: 180px;
}

.product-thumb .caption > h4 + p {
    height: 70px;
    overflow: hidden;
}

.product-list .product-thumb .caption {
    margin-left: 230px;
}

@media (max-width: 1199.98px) {
    .product-grid .product-thumb .caption {
        min-height: 210px;
        padding: 0 10px;
    }
}

@media (max-width: 767.98px) {
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
        padding: 0 10px;
    }

    .product-grid .product-thumb .caption {
        min-height: 0;
    }
}

.product-thumb .rating {
    padding-bottom: 10px;
}

.rating .fa-stack {
    font-size: 8px;
}

.rating .fa-star-o {
    color: #999;
    font-size: 15px;
}

.rating .fa-star {
    color: #fc0;
    font-size: 15px;
}

.rating .fa-star + .fa-star-o {
    color: #e69500;
}

h2.price {
    margin: 0;
    white-space: nowrap;
}

.product-thumb .price {
    color: #444;
    white-space: nowrap;
}

.product-thumb .price-new {
    font-weight: 600;
    white-space: nowrap;
}

.product-thumb .price-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 10px;
    white-space: nowrap;
}

.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
    white-space: nowrap;
}

.product-thumb .button-group {
    border-top: 1px solid #ddd;
    background-color: #eee;
    overflow: auto;
}

.product-list .product-thumb .button-group {
    border-left: 1px solid #ddd;
}

@media (max-width: 767.98px) {
    .product-list .product-thumb .button-group {
        border-left: none;
    }
}

.product-thumb .button-group button {
    width: 60%;
    border: none;
    display: inline-block;
    float: left;
    background-color: #eee;
    color: #888;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.product-thumb .button-group button + button {
    width: 20%;
    border-left: 1px solid #ddd;
}

.product-thumb .button-group button:hover {
    color: #444;
    background-color: #ddd;
    text-decoration: none;
    cursor: pointer;
}

@media (max-width: 1199.98px) {
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 33.33%;
    }
}

@media (max-width: 767.98px) {
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 33.33%;
    }
}

.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}

.thumbnails > li {
    margin-left: 20px;
}

.thumbnails {
    margin-left: -20px;
}

.thumbnails > img {
    width: 100%;
}

.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 1px solid #ddd;
}

.image-additional {
    max-width: 78px;
}

.thumbnails .image-additional {
    float: left;
    margin-left: 20px;
}

h3.title-section {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 49px;
}

@media (min-width: 1200px) {
    #content .col-lg-2:nth-child(6n + 1), #content .col-lg-3:nth-child(4n + 1), #content .col-lg-4:nth-child(3n + 1), #content .col-lg-6:nth-child(2n + 1) {
        clear: left;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #content .col-md-2:nth-child(6n + 1), #content .col-md-3:nth-child(4n + 1), #content .col-md-4:nth-child(3n + 1), #content .col-md-6:nth-child(2n + 1) {
        clear: left;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #content .col-sm-2:nth-child(6n + 1), #content .col-sm-3:nth-child(4n + 1), #content .col-sm-4:nth-child(3n + 1), #content .col-sm-6:nth-child(2n + 1) {
        clear: left;
    }
}

@media (min-width: 768px) {
    #column-left .product-layout .col-md-3 {
        width: 100%;
    }

    #column-left + #content .product-layout .col-md-3 {
        width: 50%;
    }

    #column-left + #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }
}

#column-left .product-layout, #column-right .product-layout {
    width: 100%;
}

.input-group .form-control[name^='quantity'] {
    min-width: 50px;
}

.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.modal {
    display: none;
    opacity: 0;
    transform: translateY(-100px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.modal-open .modal.in {
    opacity: 1;
    transform: translateY(0);
}

.modal_login {
    text-decoration: none !important;
}

.modal-header {
    padding: 0;
    min-height: auto !important;
}

.modal-body {
    padding: 0;
}

.modal-header .close {
    position: relative;
    z-index: 99999;
    opacity: 1;
    height: 20px;
    width: 20px;
}

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

.modal-dialog {
    max-width: 282px;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
}

.modal-content {
    border-radius: 0;
    box-shadow: none;
    border: 0;
}

.register__log {
    text-decoration: underline !important;
    font-size: 14px;
}

.register__wrapper {
    width: 100%;
    padding: 20px 15px 20px 15px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.07);
}

.register__clouse-svg {
    fill: #000;
    height: 20px;
    width: 20px;
}

.simpleregister-have-account {
    margin: 0 !important;
}

.register .simpleregister-have-account {
    margin-top: 14px;
}

.form-horizontal .form-group {
    margin-top: 0px;
    padding: 0;
}

.register .form-horizontal .form-group {
    margin-bottom: 0 !important;
}

.login .form-horizontal .form-group {
    margin-bottom: 0 !important;
}

.forgotten-link {
    display: block;
    text-align: right;
}

.view_pass {
    position: absolute;
    background: transparent;
    z-index: 10;
    right: 14px;
    top: 12px;
}

.register .form-group {
    margin-top: 14px;
}

.simpleregister-button {
    margin-top: 24px;
}

.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    width: 100%;
}

.login .title-page {
    padding-top: 24px;
}

.form-control {
    border-color: #b6b6b6;
}

.register .modal-dialog {
    width: 320px;
}

#simpleregister .form-group > div {
    width: 100%;
}

#simpleregister fieldset {
    padding: 0;
}

.lock body {
    overflow: hidden;
    touch-action: none;
    overscroll-behavior: none;
}

#overlay.active {
    background: rgba(0, 0, 0, 0.4);
    z-index: 49;
    visibility: visible;
}

#overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    z-index: 1;
    visibility: hidden;
    -webkit-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
}

.sc-megamenu > nav {
    height: calc(100% - 56px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.sc-megamenu-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sc-megamenu-list-item.active, .sc-megamenu-list-item:hover {
    background: #f4f4f4;
}

.sc-megamenu-list-item > svg path {
    flex-shrink: 0;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.sc-megamenu-list-item.active > svg path, .sc-megamenu-list-item:hover > svg path {
    stroke: #000;
}

.sc-megamenu-child {
    position: absolute;
    top: 0;
    left: 0;
}

.sc-megamenu-child-narrow {
    right: auto;
    bottom: 0;
}

.sc-megamenu-child-narrow ul {
    overflow-y: auto;
}

.sc-megamenu-child-narrow li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sc-megamenu-child-narrow li a {
    flex-grow: 1;
}

.menu-title-mobile {
    margin: 98px 45px 27px 84px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-title-mobile .language {
    margin-left: 20px;
}

.menu-title-mobile .language ul {
    display: flex;
    align-items: center;
}

.menu-title-mobile .language ul li {
    margin-right: 10px;
}

.menu-title-mobile .language-link.activeLanguage {
    font-weight: 600;
    pointer-events: none;
}

.menu-title {
    color: #000;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.5;
    text-transform: uppercase;
}
.catalog__list > ul {
    height: 100%;
    overflow: auto;
}
.prev-catalog {
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    color: #1e1e1e;
    width: 100%;
    padding: 10px 25px;
}
.close__catalog__toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    color: #1e1e1e;
    padding: 10px 25px;
}
.close__catalog__toggle {
    display: none;
}

.title-mini-cart {
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    color: #222b45;
    margin-bottom: 30px;
    padding: 0 15px;
}
.image-product-cart {
    margin-right: 10px;
    min-width: 80px;
    width: 80px;
}
.image-product-cart img {
    border-radius: 10px;
}
.top-product-cart .name-product > a {
    font-size: 16px;
}
.top-product-cart .name-product {
    padding-right: 10px;
}
.list-product-cart {
    overflow: auto;
    max-height: 240px;
}
.item-product-cart {
    display: flex;
    border-bottom: 1px solid #edf1f7;
    margin-bottom: 14px;
    padding: 0 15px 15px 15px;
}
.cart-totals {
    padding: 0 15px;
}
.image-product-cart {
    margin-right: 10px;
    min-width: 80px;
    width: 80px;
}
.information-product-cart {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.top-product-cart {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.top-product-cart .name-product {
    padding-right: 10px;
    margin-bottom: 10px;
}
.name-product a {
    color: #313131;
    font-weight: 400;
    font-size: 20px;
    line-height: normal;
    letter-spacing: -0.8px;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.delete-product {
    margin-left: auto;
}
.delete-product button {
    background-color: transparent;
}
.bottom-product-cart {
    display: flex;
    margin-top: auto;
    justify-content: space-between;
    align-items: center;
}
.bottom-product-cart .total-product {
    font-weight: 400;
    font-size: 15px;
    line-height: 133%;
    color: #222b45;
    font-family: "Manrope";
}
.qty-spinedit {
    display: flex;
}
.qty-spinedit button {
    width: 30px;
    height: 30px;
    background-color: transparent;
    outline: none;
    border: 1px solid #edf1f7 !important;
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.quantity-product .quantity {
    border: none;
    text-align: center;
    background: #fff;
    font-family: "Manrope";
    font-weight: 700;
    text-align: center;
    color: #c5cee0;
    font-size: 16px;
    line-height: 1;
}
.item-totals.total {
    display: flex;
    justify-content: space-between;
    margin-bottom: 41px;
    margin-top: 5px;
}
.group-cart-button {
    display: flex;
    flex-direction: column;
    padding: 0 15px;
}
a.btn-checkout {
    border-radius: 10px;
    background: #ff4961;
    color: #fff;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 22px;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
}
a.btn-checkout:hover {
    background: #ff4961;
    color: #fff;
}
button.btn-exit {
    color: #222b45;
    font-size: 16px;
    font-weight: 400;
    background: #fff;
    border: 0;
    text-decoration: none;
}
.main-title-category {
    user-select: none;
    pointer-events: none;
}
.prev-catalog svg:first-child {
    display: none;
}
.prev-catalog img {
    width: 30px !important;
    height: 30px !important;
    margin: 0 !important;
}
.prev-catalog svg:last-child {
    display: none;
    margin-left: auto;
}
.header__mobmenu--list {
    min-width: 320px;
    padding: 30px;
}
.footer__list li > a:hover {
    text-decoration: underline;
}

.advantages {
    background: #f7f3fa;
    padding: 100px 0;
}
.advantages__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
}
.advantages__item {
    display: flex;
    align-items: center;
    gap: 39px;
    max-width: 350px;
}
.advantages__item--image {
    flex-shrink: 0;
    max-width: 112px;
}
.advantages__item--title {
    font-weight: 600;
    font-size: 18px;
    color: #000;
    margin-bottom: 6px;
}
.advantages__item--text {
    font-weight: 400;
    font-size: 14px;
    color: #000;
}

.ico-advantage img {
    width: 80px;
    height: auto;
}
.ico-advantage {
    margin-bottom: 15px;
}
.item-advantage {
    margin-bottom: 20px;
}
.accordeon__item--list .title-advantage {
    font-weight: 600;
    font-size: 18px;
    color: #000;
    margin-bottom: 5px;
}
.product__item--buttons > button {
    width: 24px;
    height: 24px;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.product__carousel--title {
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #1e1e1e;
}
a.product__carousel--link {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    text-transform: lowercase;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #1e1e1e;
}
a.product__carousel--link:link {
    text-decoration: underline;
}

.swiper__nav {
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;

}

.swiper__nav svg {
    flex-shrink: 0;

}


.category__wall--body {
    position: relative;
}

.category__wall--body .swiper__nav {
    position: absolute;
    top: 35%;
    z-index: 30;
}

.category__wall--body .swiper__nav.product__carousel--prev {
    left: -30px;
}

.category__wall--body .swiper__nav.product__carousel--next {
    right: 15px;
}

.category__wall--body .product__carousel--pagination  {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}


.category__wall--body .product__carousel--pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #d9d9d9;
}

.category__wall--body .product__carousel--pagination .swiper-pagination-bullet-active {
    background-color: #34302b;
}
.--buttons {
    display: flex;
    align-items: center;
    gap: 40px;
}
.--nav {
    display: flex;
    align-items: center;
    gap: 55px;
}
.product__carousel .product__carousel--pagination {
    width: max-content;
}
.product__carousel--navigation {
    display: flex;
    align-items: center;
    gap: 30px;
}
.product__carousel--heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
@media (min-width: 768px) {
    .sc-megamenu-container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .sc-megamenu-container {
        width: 970px;
    }
}

@media (min-width: 1024px) {
    #close-mobile-menu, .menu-title-mobile, ul.nav.navbar-nav li a svg, .sc-megamenu hr {
        display: none;
    }

    .categories_lvl1 {
        max-width: 417px;
        width: 100%;
    }

    .categories_lvl2 {
        left: 100%;
        margin-left: -1px;
        padding: 40px 0;
        max-width: 430px;
        width: 100%;
    }

    .categories_lvl3 {
        left: 100%;
        margin-left: -1px;
        padding: 40px 0;
        max-width: 430px;
        width: 100%;
    }

    .categories_lvl4 {
        left: 100%;
        margin-left: -1px;
        padding: 40px 0;
        max-width: 430px;
        width: 100%;
    }

    .sc-megamenu-list-item.active > .sc-megamenu-child, .sc-megamenu-list-item:hover > .sc-megamenu-child {
        opacity: 1;
        visibility: visible;
        transform: translateX(0%);
        pointer-events: all;
    }

    .sc-megamenu-child-narrow li:not(.sc-menu-list-landings) .sc-megamenu-child {
        top: 0;
    }

    .sc-megamenu-child-narrow li:not(.sc-menu-list-landings):hover > .sc-megamenu-child {
        opacity: 1;
        visibility: visible;
    }

    .sc-megamenu-list-item > .sc-megamenu-child .sc-megamenu-list-item {
        border-bottom: none;
    }

    .sc-megamenu-list-item > .sc-megamenu-child .sc-megamenu-list-item > a {
        font-size: 14px;
        line-height: 150%;
        text-transform: uppercase;
        color: #000;
        text-transform: none;
        border-bottom: 0;
    }

    .sc-megamenu-container {
        position: relative;
        width: 1170px;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .sc-megamenu {
        position: absolute;
        top: 100%;
        right: calc(100% - 417px);
        left: 15px;
        transform: translateX(-100%);
        width: fit-content;
        border-top: 1px solid #ebebeb;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 0.3s ease-out, transform 0.3s ease-out;
        -o-transition: opacity 0.3s ease-out, transform 0.3s ease-out;
        transition: opacity 0.3s ease-out, transform 0.3s ease-out;
    }

    .sc-megamenu.active {
        opacity: 1;
        visibility: visible;
        transform: translateX(0%);
    }

    .sc-megamenu > nav {
        width: 417px;
    }

    .sc-megamenu-list {
        background: #fff;
    }

    .sc-megamenu.active .sc-megamenu-list {
        height: 630px;
        overflow: auto;
    }

    .sc-megamenu-list-item {
        padding: 10px 55px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
    }

    .sc-megamenu-list-item > a {
        display: flex;
        flex-grow: 1;
        align-items: center;
        font-size: 14px;
        font-weight: 400;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        text-transform: uppercase;
        line-height: 150%;
        color: #000;
    }

    .sc-megamenu-list-item > a img {
        margin-right: 20px;
        width: 25px;
    }

    .sc-megamenu-child {
        height: 100%;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        border-radius: 0;
        box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.1), 17px 14px 23px 0 rgba(0, 0, 0, 0.09), 39px 32px 31px 0 rgba(0, 0, 0, 0.05), 70px 57px 36px 0 rgba(0, 0, 0, 0.01), 109px 90px 40px 0 rgba(0, 0, 0, 0);
        pointer-events: none;
        -webkit-transition: opacity 0.3s ease-out 0.05s, visibility 0.3s ease-out 0.05s, transform 0.2s ease-out 0.05s;
        -o-transition: opacity 0.3s ease-out 0.05s, visibility 0.3s ease-out 0.05s, transform 0.2s ease-out 0.05s;
        transition: opacity 0.3s ease-out 0.05s, visibility 0.3s ease-out 0.05s, transform 0.2s ease-out 0.05s;
        transition: opacity 0.3s ease-out 0.05s, visibility 0.3s ease-out 0.05s, transform 0.2s ease-out 0.05s;
        transform: translateX(100%);
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }

    .sc-megamenu-child-narrow ul {
        max-height: 100%;
    }

    .sc-megamenu-child-narrow li:not(.sc-menu-list-landings) {
        padding: 10px 40px;
    }
}

@media (min-width: 1400px) {
    .sc-megamenu-container {
        width: 1396px;
    }
}

@media (max-width: 1199.98px) {
    .sc-megamenu {
        position: fixed;
        width: 100%;
        top: 90px;
        bottom: 0;
        left: -100%;
        padding-bottom: 90px;
        background-color: #fff;
        transition: 1s;
        overflow: hidden;
        z-index: 50;
    }
    .sc-megamenu.active {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        height: calc(100% - 75px);
        overflow: hidden;
    }
    .sc-megamenu.active.lock {
        left: 0;
        z-index: 99;
    }
    .sc-megamenu > nav {
        height: 100%;
    }
    .sc-megamenu-list {
        padding-top: 82px;
        height: 100%;
        overflow: auto;
    }
    .sc-megamenu-list hr {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .sc-megamenu-child hr {
        margin-top: 25px;
    }
    .sc-megamenu-list-item a {
        margin-right: auto;
        width: 100%;
        display: flex;
        align-items: center;
        color: #000;
        font-size: 12px;
        line-height: 1.5;
        text-transform: uppercase;
    }
    .sc-megamenu-child .sc-megamenu-list-item a {
        margin-right: auto;
        display: flex;
        align-items: center;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        color: #000;
        text-transform: none;
    }
    .categories_lvl1 .sc-megamenu-list-item.link-hard:first-child a {
        color: #f1223d;
    }
    .sc-megamenu-child-narrow ul {
        height: 100%;
    }
    .sc-megamenu-list-item img {
        margin-right: 22px;
        width: 50px;
    }
    .sidebar-header-bottom {
        margin-bottom: 20px;
    }
    .sc-megamenu-child {
        right: 0;
        bottom: 0;
        padding: 50px 0;
        width: 100%;
        min-height: 100%;
        background-color: #fff;
        z-index: 50;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: -webkit-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
        -o-transition: transform 0.3s ease-out;
        transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    }
    .sc-megamenu-child.active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    button.btn.btn-buy.no-product {
        margin-right: 0;
        margin-bottom: 9px;
        width: 100%;
        color: #000;
        background-color: #fff;
        pointer-events: none;
        cursor: default;
    }
    .text-danger {
        font-size: 12px;
        line-height: 1.3;
    }
    #menu {
        position: fixed;
        top: 90px;
        width: 100%;
        height: calc(100% - 90px);
        background: #fff;
        left: -102%;
        border-radius: 0;
        transition: 1s;
        z-index: 12;
    }
    nav#menu.in {
        left: 0;
        padding-bottom: 90px;
        transition: 1s;
    }
    .navbar-ex1-collapse {
        height: 100%;
        overflow: auto;
    }
    .mobile__bottom--line {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 75px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        background: #1e1e1e;
        box-shadow: 0px -131px 37px 0px rgba(0, 0, 0, 0), 0px -84px 34px 0px rgba(0, 0, 0, 0.01), 0px -47px 28px 0px rgba(0, 0, 0, 0.05), 0px -21px 21px 0px rgba(0, 0, 0, 0.09), 0px -5px 12px 0px rgba(0, 0, 0, 0.1);
        z-index: 233;
    }
    .navbar-nav {
        margin: 15px 45px 15px 72px;
    }
    .mobile__bottom--left .header__icon {
        margin-right: 0 !important;
    }
    .header__icon {
        width: 56px;
    }
    .header__icon button, .button__menu {
        padding: 0;
        width: 56px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        background-color: transparent;
    }
    .mobile__catalog--button::before, .mobile__catalog--button::after {
        position: absolute;
        content: '';
        top: 22px;
        width: 13px;
        height: 13px;
        border-bottom: 4px solid #fff;
        z-index: 2;
    }
    .mobile__catalog--button::after {
        right: -3px;
        border-bottom-left-radius: 100%;
    }
    .mobile__catalog--button::before {
        left: -3px;
        border-bottom-right-radius: 100%;
    }
    .mobile__catalog--button {
        position: absolute;
        bottom: 0;
        left: calc(50% - 50px);
        width: 100px;
        height: 111px;
        padding-bottom: 16px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        border-radius: 50% 50% 0 0;
        background-color: #fff;
    }
    .mobile__bottom--right .header__icon {
        margin-left: 0 !important;
    }
    .header__cart, .header__icon button {
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        background-color: transparent;
    }
    .container-cart {
        width: 100%;
    }
    .container-cart.in {
        position: fixed !important;
        top: 70px !important;
        max-width: calc(100% - 30px) !important;
        width: 100%;
        margin: 50px 15px;
    }
    .header__icon span, .mobile__catalog--button span {
        margin-top: 7px;
        color: #8b8b8b;
        font-weight: 400;
        font-size: 10px;
        line-height: normal;
    }
    .mobile__catalog--button svg {
        margin-bottom: 15px;
    }
    .btn-close-content, .btn-close {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    div#close-mobile-menu, div.close-mobile-menu {
        padding: 10px;
    }
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    z-index: 11111;
}
.account__block {
    display: flex;
}
.account__block--elem {
    padding: 0 15px;
    width: calc(100% / 3);
    flex-shrink: 0;
}
.btn-green {
    color: rgb(255, 255, 255);
    background: #40ab35;
    width: 150px;
    height: 35px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    border-radius: 5px;
}
.breadcrumb {
    margin: 15px 0 20px 0;
    padding: 8px 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    overflow: auto;
}
.breadcrumb > li {
    list-style-type: none;
    position: relative;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}
.breadcrumb > li span {
    display: flex;
    align-items: center;
    padding-left: 4px;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    color: #928d8a;
}
.breadcrumb > li:last-child span {
    display: none;
}
.breadcrumb > li + li::before {
    content: '';
    display: none;
}
.breadcrumb > li::after {
    content: '';
    display: none;
}
.breadcrumb > li a {
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    color: #928d8a;
    display: flex;
    align-items: center;
    white-space: nowrap;
}
@media (max-width: 991.98px) {
    .breadcrumb {
        margin: 10px 0 10px 0;
    }
}
.pagination {
    margin: 0;
}
.pagination__dots {
    pointer-events: none;
}
.pagination_wrapper {
    margin-top: 80px;
    margin-bottom: 80px;
    display: flex;
    flex-direction: column-reverse;
    align-items: end;
}
ul.theme-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 13.33px;
    width: 100%;
    justify-content: flex-end;
}
.pagination_block {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 140px;
}
li.next-pag {
    margin-left: 110px;
}
li.prev-pag {
    margin-right: 110px;
}
ul.theme-pagination li a, ul.theme-pagination li span {
    padding: 10px;
    min-width: 54px;
    border-radius: 50%;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #141414;
    background-color: #f4f4f4;
    font-family: 'Gotham Pro', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: normal;
    letter-spacing: -0.933px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
ul.theme-pagination li:hover a, ul.theme-pagination li:hover span {
    color: #f4f4f4;
    background-color: #141414;
}
ul.theme-pagination li.active span {
    color: #fff;
    background-color: #1e1e1e;
}
@media (max-width: 1023px) {
    ul.theme-pagination li a, ul.theme-pagination li span {
        min-width: 30px;
        height: 30px;
        font-size: 14px;
        padding: 5px;
    }

    .theme-pagination svg {
        width: 15px;
    }

    li.prev-pag {
        margin-right: 15px;
    }

    li.next-pag {
        margin-left: 15px;
    }

    ul.theme-pagination {
        justify-content: center;
    }

    .pagination_block {
        margin-top: 100px;
    }
}
.information-product-cart .total-product {
    display: flex;
    flex-direction: column;
}
.bottom-product-cart .price-old, .simplecheckout-product-content-bottom .price-old {
    text-decoration: line-through;
    color: #c4c1c1;
}
.simple-price-total {
    display: flex;
    align-items: center;
}
div#total_shipping > span > b, #total_total > span > b {
    line-height: 1;
}
.header__telephones--list a {
    font-weight: 500;
    color: #000;
    padding: 5px 0;
    display: block;
    font-size: 16px;
}
@media (max-width: 768px) {
    .footer__logo img {
        width: 155px;
        height: 57px;
    }
}