body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-family: "Nunito", sans-serif;
    color: #282828;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.2;
}

body .site-main {
    flex-grow: 1;
}

html {
    scroll-behavior: auto !important;
}

.container {
    max-width: 1782px;
    padding: 0 15px;
}

@media (min-width: 576px) {
    .container {
        padding: 0 25px;
    }
}

a {
    transition: color 0.3s;
    color:#212529;
}

main {
    flex-grow: 1;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

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

@font-face {
    font-family: urbanwheel;
    src: url("../fonts/icons/urbanwheel.eot");
    src: url("../fonts/icons/urbanwheel.eot#iefix") format("embedded-opentype"), url("../fonts/icons/urbanwheel.woff") format("woff"), url("../fonts/icons/urbanwheel.ttf") format("truetype"), url("../fonts/icons/urbanwheel.svg#glyphs") format("svg");
    font-weight: normal;
    font-style: normal;
}

[data-icon]::before {
    font-family: urbanwheel;
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class*=urb-icon-] {
    font-family: urbanwheel;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

[class*=urb-icon-]::before {
    font-family: urbanwheel;
}

.urb-icon-arrow-down::before {
    content: "\e900";
}

.urb-icon-arrow-left::before {
    content: "\e901";
}

.urb-icon-arrow-right::before {
    content: "\e902";
}

.urb-icon-basket::before {
    content: "\e903";
}

.urb-icon-burger-menu::before {
    content: "\e904";
}

.urb-icon-car::before {
    content: "\e905";
}

.urb-icon-close::before {
    content: "\e906";
}

.urb-icon-copy::before {
    content: "\e907";
}

.urb-icon-discount::before {
    content: "\e908";
}

.urb-icon-facebook::before {
    content: "\e909";
}

.urb-icon-cart::before {
    content: "\e90a";
}

.urb-icon-heart::before {
    content: "\e90b";
}

.urb-icon-heart2::before {
    content: "\e90c";
}

.urb-icon-wheel::before {
    content: "\e90d";
}

.urb-icon-repair::before {
    content: "\e90e";
}

.urb-icon-info::before {
    content: "\e90f";
}

.urb-icon-instagram::before {
    content: "\e910";
}

.urb-icon-products-without-options::before {
    content: "\e911";
}

.urb-icon-products-multicolumns::before {
    content: "\e912";
}

.urb-icon-minus::before {
    content: "\e913";
}

.urb-icon-odnoklassniki::before {
    content: "\e914";
}

.urb-icon-phone::before {
    content: "\e915";
}

.urb-icon-plus::before {
    content: "\e916";
}

.urb-icon-question::before {
    content: "\e917";
}

.urb-icon-share::before {
    content: "\e918";
}

.urb-icon-telegram-blue::before {
    content: "\e919";
}

.urb-icon-telegram::before {
    content: "\e91a";
}

.urb-icon-twitter-blue::before {
    content: "\e91b";
}

.urb-icon-twitter::before {
    content: "\e91c";
}

.urb-icon-vk-blue::before {
    content: "\e91d";
}

.urb-icon-vk::before {
    content: "\e91e";
}

.urb-icon-wrench::before {
    content: "\e91f";
}

.urb-icon-youtube::before {
    content: "\e920";
}

.urb-icon-tooltip::before {
    content: "\e921";
}

.urb-icon-navigation::before {
    content: "\e922";
}

.urb-icon-clock::before {
    content: "\e923";
}

.urb-icon-map-pin::before {
    content: "\e924";
}

.urb-icon-magnifying-glass::before {
    content: "\e925";
}

.urb-icon-trash::before {
    content: "\e926";
}

.h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 0;
    padding: 0;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
}

.h1 {
    font-weight: 700;
}

.h1 {
    font-size: 28px;
}

@media screen and (min-width: 320px) {
    .h1 {
        font-size: calc(28px + 8 * ((100vw - 320px) / 1220));
    }
}

@media screen and (min-width: 1540px) {
    .h1 {
        font-size: 36px;
    }
}

.h3 {
    font-size: 28px;
}

table {
    width: 100%;
    border: 1px solid #ecf0f1;
}

@media (max-width: 767.98px) {
    table.mobile thead {
        display: none;
    }

    table.mobile, table.mobile th, table.mobile td, table.mobile td, table.mobile tbody, table.mobile tr {
        display: block;
    }

    table.mobile tr {
        padding: 20px;
        border: none;
    }

    table.mobile td {
        border: none;
        padding: 0;
    }

    table.mobile td:not(:last-child) {
        margin-bottom: 10px;
    }

    table.mobile tr:not(:last-child) {
        border-bottom: 1px solid #ecf0f1;
    }
}

table td, table th {
    padding: 15px;
    border: 1px solid #ecf0f1;
}


.placeholder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.6);
}

.placeholder.none {
    display: none;
}

/* Phone */
.gy-30 {
    margin-bottom: -30px;
}

.gy-30 > div {
    padding-bottom: 30px;
}

.pt-0 {
    padding-top: 0;
}

.col-20 {
    flex: 0 0 20%;
    max-width: 20%;
}

.none {
    display: none;
}

.locations {
    font-size: 18px;
}

.locations a, .locations span {
    display: block;
}

.locations a:not(:last-child), .locations span:not(:last-child) {
    margin-bottom: 15px;
}

.locations span {
    color: #ffc107;
}

.locations a {
    color: #757575;
    text-decoration: none;
}

.locations a:hover {
    color: #fbba00;
}

.text {
    font-size: 18px;
    line-height: 1.4;
}

.text b{
    font-weight:700;
}

.text p{
    padding-top:20px;
}

.text ul{
    list-style-type: none;
}

.text ul li:before{
    background-color: #ffc107;
    border-radius: 50%;
    color: #000;
    content: ' ';
    display: inline-flex;
    justify-content: center;
    height: 10px;
    width: 10px;
    margin-right: 10px;
}

.text h2, .text h3, .text h4, .text h5, .text h6 {
    margin: 25px 0 15px;
    font-weight: bold;
}

.text li:not(:last-child) {
    margin-bottom: 10px;
}

.link-default {
    color: #212529;
    text-decoration: none;
}

.link-default:hover {
    color: #fbba00;
}

.home-slider {
    overflow: hidden;
}

.home-slider img {
    margin-bottom: -10px;
    border-radius: 0 !important;
}

.m-center {
    margin: 0 auto;
}

.gy-20 {
    margin-bottom: -20px;
}

.gy-20 > div {
    padding-bottom: 20px;
}

.header {
    background-color: #3b3b3b;
    top: 0;
    left: 0;
    right: 0;
}

@media (max-width: 575.98px) {
    .header .phone {
        font-size: 14px;
    }
}

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

.header__left i {
    display: block;
    color: white;
    font-size: 25px;
}

.header__menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 767.98px) {
    .header__menu {
        justify-content: space-between;
    }
}

.header__menu > li {
    position: relative;
    flex-grow: 1;
}

.header__menu > li > a, .header__menu > li > button {
    padding: 20px 0;
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: center;
    background: transparent;
    border: none;
    white-space: nowrap;
    font-size: 18px;
    text-decoration: none;
    transition: color 0.2s;
}

@media (max-width: 991.98px) {
    .header__menu > li > a, .header__menu > li > button {
        font-size: 14px;
    }
}

.header__menu > li > a.show i, .header__menu > li > button.show i {
    transform: rotate(-180deg);
}

.header__menu > li > a:hover, .header__menu > li > button:hover {
    color: #fbba00;
}

.header__menu > li > a i, .header__menu > li > button i {
    margin-left: 8px;
    color: #fbba00;
    transition: transform 0.2s;
}

.header__menu > li .dropdown-menu.show {
    border: none;
    display: block;
    left: 0 !important;
    margin-top: -2px !important;
    background: #3b3b3b;
    box-shadow: 0 16px 24px rgba(40, 40, 40, 0.24);
    border-radius: 0;
}

.header__menu > li .dropdown-menu.show a {
    color: white;
    background: none !important;
}

.header__menu > li .dropdown-menu.show a:hover {
    color: #fbba00;
}

@media (max-width: 1199.98px) {
    .header__logo img {
        max-width: 130px;
        height: auto;
    }

    .products-count {
        margin-bottom: 25px;
    }
}

@media (max-width: 767.98px) {
    .header__logo img {
        max-width: 130px;
    }
}

.header__top {
    padding: 20px 0;
    position: relative;
}

@media (max-width: 1199.98px) {
    .header__top {
        padding: 15px 0;
    }
}

.header__top-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -20px;
}

@media (max-width: 1399.98px) {
    .header__top-row {
        margin: 0 -10px;
    }
}

.header__top-row > * {
    margin: 0 20px;
}

@media (max-width: 1399.98px) {
    .header__top-row > * {
        margin: 0 10px;
    }
}

.header__actions {
    display: flex;
}

.header__actions > *:not(:last-child) {
    margin-right: 20px;
}

@media (max-width: 575.98px) {
    .header__actions > *:not(:last-child) {
        margin-right: 10px;
    }
}

.header__burger {
    margin-right: 10px;
    background-color: transparent;
    border: none;
    padding: 0;
    font-size: 20px;
}

@media (min-width: 992px) {
    .header__burger {
        display: none;
    }
}

.header__action {
    position: relative;
    color: white;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background-color: transparent;
    border: none;
    padding: 0;
}

.header__action-icon {
    display: inline-block;
    position: relative;
    margin: 0 auto;
}

.header__action-count {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    font-size: 9px !important;
    font-weight: 700 !important;
    line-height: 1;
    letter-spacing: -0.5px;
    text-indent: -1px;
    text-align: center;
    color: #282828;
    background: #fff;
    box-shadow: 0 0 0 3px #3b3b3b;
}

@media (max-width: 991.98px) {
    .header__action-count {
        top: -5px;
        right: -5px;
    }

    .header__menu {
        display: block;
    }

    .header__menu > li:before {
        display: none!important;
    }

    .header__menu > li > a {
        border-top: 1px solid #4f4f4f;
    }

    .header__menu .dropdown-menu.show {
        position: static!important;
        transform: none!important;
    }

    .header__menu > li > a,
    .header__menu > li > button {
        justify-content: flex-start!important;
    }

    .header__menu {
        border-top: 1px solid #4f4f4f;
    }

    .header__bottom-burger {
        font-size: 32px;
        color: white;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 1199.98px) {
    .header__action > span:last-child {
        display: none;
    }
}

.header__action span:last-child {
    font-size: 12px;
}

.header__action i {
    font-size: 40px;
    color: #fbba00;
    display: block;
}

@media (max-width: 991.98px) {
    .header__action i {
        font-size: 30px;
    }
}

.header__search {
    flex-grow: 1;
    height: 56px;
    position: relative;
    border-radius: 0 5px 5px 0;
    overflow: hidden;
    display: flex;
}

@media (max-width: 1199.98px) {
    .header__search {
        height: 40px;
    }
}

@media (max-width: 767.98px) {
    .header__search {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .header__search.active {
        position: absolute;
        left: 0;
        display: block;
        top: 100%;
        z-index: 90;
        margin-top: 11px;
        right: 0;
    }
}

.header__search button {
    display: inline-flex;
    align-items: center;
    border: none;
    padding: 0 32px;
    background-color: #282828;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    transition: 0.2s;
    z-index: 34;
}

@media (max-width: 1199.98px) {
    .header__search button {
        font-size: 14px;
        padding: 0 15px;
    }
}

.header__search button:hover {
    background-color: #fbba00;
    color: #282828;
}

.header__search input {
    background-color: #4f4f4f;
    border-radius: 5px 0 0 5px;
    width: 100%;
    padding: 0 24px;
    height: 100%;
    border: none;
    font-size: 18px;
    font-weight: 600;
    transition: 0.2s box-shadow, 0.2s border;
    color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 1199.98px) {
    .header__search input {
        font-size: 14px;
        padding-left: 15px;
    }
}

.header__search input:focus {
    outline: none;
    box-shadow: inset 0 0 0 2px #fbba00;
    border-color: #fbba00;
}

.header__catalog, .btn-urb {
    display: flex;
    align-items: center;
    height: 56px;
    padding: 0 24px;
    background: #fbba00;
    color: #282828;
    border: none;
    box-sizing: border-box;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
    font-size: 20px;
    font-weight: 700;
}

@media (max-width: 1199.98px) {

    .header__catalog, .btn-urb {
        height: 40px;
        font-size: 14px;
        padding: 0 10px;
    }
}

.header__catalog:hover, .btn-urb:hover {
    background: #282828;
    color: #fbba00;
}

.header__catalog i, .btn-urb i {
    font-size: 32px;
    margin-right: 15px;
}

@media (max-width: 1199.98px) {
    .header__catalog i, .btn-urb i {
        font-size: 20px;
        margin-right: 5px;
    }
}

@media (max-width: 991.98px) {
    .header__catalog {
        display: none;
    }
}

.header__bottom {
    background-color: #282828;
}

.footer {
    color:#fff;
    padding: 50px 0;
    background-color: #282828;
}
.footer ul.yellow-circle{
    list-style-type:none;
}
.footer ul.yellow-circle li:before {
    align-items: center;
    background-color: #ffc107;
    border-radius: 50%;
    color: #000;
    content: '»';
    display: inline-flex;
    font-size:18px;
    font-weight: 300;
    height: 20px;
    width: 20px;
    justify-content: center;
    margin-right: 10px;
}

@media (max-width: 767.98px) {
    .footer {
        padding: 25px 0;
    }
}

@media (min-width: 992px) {
    .footer__row {
        display: flex;
    }
}

.footer__menus a {
    color: #c4c4c4;
    text-decoration: none;
}

.footer__menus a:hover {
    color: #fbba00;
}

.footer__menus li:not(:last-child) {
    margin-bottom: 15px;
}

.footer__menus ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.footer__callback {
    margin: 15px 0 25px;
}

.footer__socials {
    display: flex;
    justify-content: space-between;
}

.footer__socials a {
    width: 32px;
    height: 32px;
    border: 1px solid white;
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border-radius: 5px;
    color: white;
    transition: color 0.3s, border 0.3s;
}

.footer__socials a:hover {
    border-color: #fbba00;
    color: #fbba00;
}

@media (max-width: 991.98px) {
    .footer__col-start {
        text-align: center;
    }
}

.footer__col-middle {
    flex-grow: 1;
}

@media (max-width: 991.98px) {
    .footer__col-middle {
        padding: 25px 0;
        border-top: 1px solid #3b3b3b;
        border-bottom: 1px solid #3b3b3b;
        margin: 25px 0;
    }
}

@media (min-width: 992px) {
    .footer__col-middle {
        padding: 0 40px;
    }
}

.footer__col-end {
    flex: 0 0 290px;
    max-width: 290px;
}

@media (max-width: 991.98px) {
    .footer__col-end {
        margin: 0 auto;
        text-align: center;
    }

    .footer__col-end .phone {
        justify-content: center;
    }
}

.filter {
    position: relative;
}

.filter-header {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-weight: 600;
}

@media (min-width: 992px) {
    .filter-header {
        display: none;
    }
}

.filter-header button {
    position: absolute;
    right: -8px;
    background-color: transparent;
    border: none;
}

.filter-result {
    position: absolute;
    left: 100%;
    font-size: 12px;
    margin-left: 17px;
    white-space: nowrap;
    z-index: 99;
    margin-top: -5px;
}

@media (max-width: 991.98px) {
    .filter-result {
        display: none !important;
    }
}

.filter-result button {
    max-width: 200px;
    z-index: 10000;
    padding: 9px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-align: left;
    font-weight: normal;
    border: none;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.filter-result button span:first-child {
    position: absolute;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    top: 50%;
    margin-top: -5px;
    right: 100%;
    border-width: 5px 5px 5px 0;
    border-color: transparent rgba(0, 0, 0, 0.8) transparent transparent;
}

.filter-preloader {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 90;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.5);
}

.filter-content {
    margin-top: 15px;
}

.filter-select label {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}

.filter-select:not(:first-child) {
    margin-top: 12px;
}

.filter-select select {
    height: 40px;
    width: 100%;
}

.filter-item ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.filter-item li:not(:last-child) {
    margin-bottom: 12px;
}
.filter-item li:not(.js-filter-not-empty) .js-filter-count {
    display: none;
}

.filter-item > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    color: #282828;
    font-size: 16px;
    text-decoration: none;
}

.filter-item > a i {
    transition: 0.3s transform;
    color: #bababa;
}

.filter-item > a:not(.collapsed) i {
    transform: rotate(-180deg);
}

.filter-item:not(:last-child) {
    margin-bottom: 30px;
}

.filter-footer {
    margin-top: 25px;
}

.filter-footer .btn {
    height: 42px;
}

.filter-footer .btn:not(:first-child) {
    margin-top: 15px;
}

.filter-range__box {
    position: relative;
    background: #bababa;
    margin-right: 15px;
    height: 2px;
}

.filter-range__box .ui-slider-range {
    height: 2px;
    background: #fbba00;
    position: absolute;
}

.filter-range__box .ui-slider-handle {
    width: 16px;
    height: 16px;
    background: #fbba00;
    box-shadow: 0 0 0 2px #fff;
    display: block;
    cursor: col-resize;
    position: absolute;
    border-radius: 50%;
    top: -7px;
    outline: none !important;
}

.filter-range__box .ui-slider-handle:last-child {
    margin-right: 15px;
}

.filter-range__top {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.filter-range__input {
    position: relative;
}

.filter-range__input:first-child {
    margin-right: 5px;
}

.filter-range__input:last-child {
    margin-left: 5px;
}

.filter-range__input input {
    text-align: right;
    background-color: white !important;
}

.filter-range__input span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 10px;
    text-transform: lowercase;
    font-size: 14px;
}

.page {
    padding: 50px 0;
}

@media (max-width: 767.98px) {
    .page {
        padding-top: 25px;
    }
}

.page__title {
    margin-bottom: 35px;
}

.page .container {
    position: relative;
}

.section {
    padding: 50px 0;
}

@media (max-width: 991.98px) {
    .section {
        padding: 35px 0;
    }
}

.section--theme-bg-grey {
    background-color: #f3f3f3;
}

.section__head-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #757575;
    transition: color 0.3s;
}

@media (min-width: 992px) {
    .section__head-link {
        font-size: 22px;
    }
}

.section__head-link:hover {
    color: #fbba00;
}

.section__head-link i {
    margin-left: 25px;
    font-size: 12px;
}

.section__head {
    display: flex;
    align-items: center;
    padding-bottom: 32px;
    justify-content: space-between;
}

.section__head span {
    background: rgba(40, 40, 40, 0.08);
    flex-grow: 1;
    display: block;
    height: 1px;
    margin: 0 25px;
}

.about__wrapper {
    position: relative;
    padding: 30px 20px;
    color: #fff;
}

@media (min-width: 992px) {
    .about__wrapper {
        padding: 45px 60px 60px 60px;
        border-radius: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .about__wrapper {
        padding: 50px;
    }
}

.about__content {
    line-height: 150%;
    margin-top: 15px;
}

@media (max-width: 991.98px) {
    .about-section {
        padding: 0;
    }

    .about-section .container {
        padding: 0;
    }
}

@media (min-width: 1200px) {
    .about {
        margin-top: 50px;
    }
}

.about__image {
    position: absolute;
    bottom: 0;
    right: 30px;
}

@media (max-width: 1199.98px) {
    .about__image {
        display: none;
    }
}

.super-menu {
    background-color: white;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 100;
    top: 100%;
    padding: 50px 0;
    box-shadow: 0 16px 24px rgba(40, 40, 40, 0.08);
    display: none;
}

.super-menu .container {
    position: relative;
}

.super-menu .container:before {
    content: "";
    display: block;
    height: 20px;
    width: 40px;
    clip-path: polygon(0% 100%, 50% 0%, 100% 100%);
    background: #fff;
    top: -65px;
    position: absolute;
    left: 320px;
}

@media (max-width: 1199.98px) {
    .super-menu .container:before {
        top: -60px;
        left: 210px;
    }
}

@media (max-width: 991.98px) {
    .super-menu .container:before {
        top: -60px;
        left: 20px;
    }
}

@media (max-width: 767.98px) {
    .super-menu .container:before {
        top: -35px;
    }
}

@media (max-width: 575.98px) {
    .super-menu .container:before {
        left: 10px;
    }
}

@media (max-width: 767.98px) {
    .super-menu {
        padding: 25px 0;
    }
}

.super-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.super-menu__list {
    display: flex;
    margin: 0 -15px -30px -15px !important;
}

@media (max-width: 991.98px) {
    .super-menu__list {
        flex-wrap: wrap;
    }
}

@media (min-width: 992px) {
    .super-menu__list {
        justify-content: space-between;
    }
}

.super-menu__list a {
    text-decoration: none;
    display: flex;
    align-items: center;
}

.super-menu__list a:hover {
    color: #fbba00;
}

.super-menu__list a i {
    margin-right: 15px;
    display: block;
}

.super-menu__list > li {
    padding: 0 15px 30px 15px;
}

@media (max-width: 991.98px) {
    .super-menu__list > li {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}

@media (max-width: 767.98px) {
    .super-menu__list > li {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 575.98px) {
    .super-menu__list > li {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.super-menu__list > li > a {
    font-weight: 700;
    color: #282828;
    padding-bottom: 15px;
    position: relative;
    font-size: 24px;
}

@media (max-width: 767.98px) {
    .super-menu__list > li > a {
        font-size: 18px;
    }
}

.super-menu__list > li > a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 6em;
    height: 1px;
    background: #fbba00;
}

.super-menu__list > li ul {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .super-menu__list > li ul {
        font-size: 20px;
    }
}

.super-menu__list > li ul li:not(:last-child) {
    margin-bottom: 15px;
}

.super-menu__list > li ul a {
    color: #757575;
}

.btn-action {
    width: 35px;
    height: 35px;
    font-size: 22px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}

.btn-action svg {
    width: 20px;
    height: 20px;
}

.btn-action.btn-light {
    background-color: #f3f3f3;
}

.btn-action.btn-light.active {
    background-color: #282828;
    color: #feba0f;
}

.btn-action.btn-light:hover:not(.active) {
    background: #ebebeb;
}

.btn-warning.active {
    background-color: #282828;
    color: #feba0f;
    border-color: #282828;
}

.partner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 100;
    border-radius: 5px;
    height: 75px;
    background-color: #fff;
    transition: color 0.3s, box-shadow 0.3s, color 0.3s;
    padding: 0 20px;
}

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

.partner:hover {
    box-shadow: 0 16px 24px rgba(40, 40, 40, 0.08);
}

.partner-slider .slick-list {
    margin: -30px -15px;
}

@media (max-width: 767.98px) {
    .partner-slider .slick-list {
        margin-left: -5px;
        margin-right: -5px;
    }
}

.partner-slider .slick-slide {
    padding: 30px 15px;
}

@media (max-width: 767.98px) {
    .partner-slider .slick-slide {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.pagination {
    padding-top: 30px;
    display: flex;
    align-items: center;
}

.pagination a {
    text-decoration: none;
}

.pagination > a {
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #757575;
}

.pagination ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.pagination ul a {
    height: 50px;
    width: 50px;
    color: #757575;
    border: 1px solid transparent;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination ul a:hover {
    color: #fbba00;
}

.pagination ul a.selected {
    border-color: #fbba00;
}

.breadcrumb {
    display: flex;
    align-items: center;
    padding-bottom: 25px;
    margin-bottom: 0;
}

.breadcrumb a {
    color: #757575;
    text-decoration: none;
}

@media (max-width: 767.98px) {
    .breadcrumb a {
        display: none;
    }

    .breadcrumb a:first-child {
        display: block;
    }
}

.breadcrumb i {
    font-size: 12px;
    margin: 0 10px;
}

.modal-header {
    border: none;
    padding: 30px 30px 30px 30px;
    display: block;
}

.modal-header p {
    color: #757575;
    margin-bottom: 0;
    line-height: 140%;
    margin-top: 15px;
}

.modal-header button {
    position: absolute;
    top: 25px;
    right: 25px;
}

.modal-body {
    padding: 0 30px 30px 30px;
    position: static;
}

.modal-title {
    font-size: 28px;
    font-weight: 600;
}

.quantity {
    display: flex;
}

.quantity__input {
    border: none;
    height: 40px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    text-align: center;
    padding: 0;
    outline: none;
}

@media (min-width: 768px) {
    .quantity__input {
        font-size: 18px;
    }
}

.quantity__button {
    width: 40px;
    height: 40px;
    color: #282828;
    background: #f3f3f3;
    border: none;
    font-size: 20px;
    font-weight: 600;
}

.quantity__button:disabled {
    opacity: 0.5;
    cursor: no-drop;
}

.phone {
    border: none;
    padding: 0;
    background-color: transparent;
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
    color: white;
    transition: color 0.3s;
    white-space: nowrap;
}

@media (max-width: 1199.98px) {
    .phone {
        font-size: 18px;
    }
}

.phone:hover {
    color: #fbba00;
}

.phone i {
    margin-right: 16px;
    color: #fbba00;
    font-size: 40px;
}

@media (max-width: 991.98px) {
    .phone i {
        font-size: 30px;
        margin-right: 0;
    }
}

.ubuntu-slider:not(.slick-initialized) {
    display: flex;
}

.ubuntu-slider .slick-list {
    margin: -15px;
}

@media (max-width: 575.98px) {
    .ubuntu-slider .slick-list {
        margin: -5px;
    }
}

.ubuntu-slider .slick-slide {
    padding: 15px;
}

@media (max-width: 575.98px) {
    .ubuntu-slider .slick-slide {
        padding: 5px;
    }
}

.slider--center-arrows .slick-arrow {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid #eee;
    border-radius: 50%;
    box-sizing: border-box;
    background-color: #f3f3f3;
    opacity: 0.7;
    transition: opacity 0.3s;
    z-index: 2;
}

.slider--center-arrows .slick-arrow.slick-next {
    right: 15px;
}

.slider--center-arrows .slick-arrow.slick-prev {
    left: 15px;
}

.slider--center-arrows .slick-arrow:hover {
    opacity: 1;
}

.slider-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    margin-top: 35px;
}

.slider-controls__arrow {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #eee;
    box-sizing: border-box;
    background: #f3f3f3;
    cursor: pointer;
    transition: background 0.2s;
}

.slider-controls__arrow:hover {
    background: #fff;
}

.slider-controls__dots {
    margin: 0 20px;
}

.slider-controls__dots ul {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
    align-items: center;
    font-size: 0;
}

.slider-controls__dots .slick-active button {
    background: #282828;
}

.slider-controls__dots li {
    padding: 0;
    margin: 0;
}

.slider-controls__dots button {
    width: 8px;
    height: 8px;
    margin: 0 4px;
    padding: 0;
    display: block;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid rgba(40, 40, 40, 0.24);
}

.nav-tabs {
    border-bottom: 1px solid rgba(40, 40, 40, 0.08);
    margin-bottom: 30px;
}

@media (max-width: 767.98px) {
    .nav-tabs {
        flex-wrap: nowrap;
        overflow-y: hidden;
        white-space: nowrap;
        overflow-x: scroll;
        margin-left: -20px;
        margin-right: -20px;
        padding: 0 20px 1px 20px;
    }
}

.nav-tabs button.nav-link {
    color: #757575;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    border: none;
    padding: 0 30px;
    position: relative;
}

.nav-tabs button.nav-link:not(.active):hover {
    color: #feba0f;
}

.nav-tabs button.nav-link.active:after {
    visibility: visible;
    opacity: 1;
}

.nav-tabs button.nav-link:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    right: 0;
    height: 1px;
    background-color: #feba0f;
}

.form-control:focus {
    border-color: #fbba00;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(251, 186, 0, 0.25);
}

.form-checkbox {
    display: flex;
    align-items: center;
    color: #757575;
}

.form-checkbox a {
    color: #282828;
    text-decoration: none;
}

.form-checkbox a:hover {
    color: #fbba00;
}

.form-checkbox input {
    margin-right: 15px;
}

.form-checkbox input:disabled + label {
    color: #bababa;
}

.form-checkbox input:disabled + label:before {
    background-color: #bababa;
    border: #bababa;
}

.form-checkbox input:checked + label:before {
    background-color: #fbba00;
    border-color: #fbba00;
}

.form-checkbox label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}

.form-checkbox label:before {
    content: "";
    width: 16px;
    height: 16px;
    top: 50%;
    margin-top: -8px;
    border: 1px solid #bababa;
    border-radius: 2px;
    position: absolute;
    left: 0;
    transition: background-color 0.3s, border 0.3s;
}

.form-checkbox label span {
    color: #bababa;
    margin-left: 4px;
}

.js-module-main .product-grid__footer {
    display: block !important;
    position: static;
    padding: 0;
    box-shadow: none;
    border: none;
    margin-top: 15px;
}

.product-grid {
    padding: 20px;
    position: relative;
    border: 1px solid #e9ecef;
    margin-left: -1px;
    transition: box-shadow 0.3s;
    border-radius: 5px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.product-grid__actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.product-grid:hover .product-grid__footer {
    display: block;
}

@media (max-width: 575.98px) {
    .product-grid {
        padding: 15px;
    }
}

.product-grid.active {
    border-radius: 5px 5px 0 0;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}

.product-grid__save {
    margin-left: 10px;
}

@media (max-width: 575.98px) {
    .product-grid__save {
        position: absolute;
        top: 15px;
        right: 15px;
    }
}

.product-grid__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.4em;
    height: 2.8em;
    color: #282828;
    text-decoration: none;
    margin: 15px 0;
}

.product-grid__title:hover {
    color: #fbba00;
}

.product-grid__image {
    height: auto;
    max-width: 100%;
}

.product-grid__image--empty {
    display: block;
    padding-top: 100%;
}

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

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

.product-grid__prop:not(:last-child) {
    margin-bottom: 10px;
}

.product-grid__prop span:first-child {
    color: #757575;
}

.product-grid__footer {
    background-color: white;
    z-index: 90;
}

@media (max-width: 767.98px) {
    .product-grid__footer {
        display: block !important;
        position: static !important;
        margin-top: 15px;
    }
}

@media (min-width: 768px) {
    .product-grid__footer {
        border: 1px solid #ececec;
        position: absolute;
        left: -1px;
        right: -1px;
        top: 99%;
        border-top: none;
        display: none;
        padding: 15px 20px 10px 20px;
        box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.15);
        border-radius: 0 0 5px 5px;
    }
}

.product-variant {
    margin: 0 -5px;
}

.product-variant:not(:last-child) {
    margin-bottom: 10px;
}

.product-variant td, .product-variant th, .product-variant table {
    padding: 0;
    border: none;
}

.product-inline:hover{
    cursor:pointer;
}

@media (max-width: 575.98px) {
    .product-variant td, .product-variant th, .product-variant table {
        font-size: 12px;
    }
}

.product-variant td {
    font-size: 13px;
    cursor: pointer;
}

.product-variant tr:hover td, .product-variant tr.active td {
    background-color: rgba(255, 199, 32, 0.4);
}

.product-variant th {
    color: #757575;
    font-weight: 400;
    padding-top: 0;
    padding-bottom: 5px;
    font-size: 12px;
}

.product-variant th:first-child {
    padding-left: 5px;
}

.product-variant th:last-child {
    padding-right: 5px;
}

@media (max-width: 575.98px) {
    .product-variant td:nth-child(2), .product-variant th:nth-child(2) {
        display: none;
    }
}

.product-variant td {
    padding: 7px 0;
    transition: background-color 0.3s;
}

.product-variant td:first-child {
    padding-left: 5px;
    border-radius: 3px 0 0 3px;
}

.product-variant td:last-child {
    padding-right: 5px;
    border-radius: 0 3px 3px 0;
}

.product-variant__title {
    opacity: 0.4;
    font-size: 14px;
    margin-bottom: 5px;
}

.product-variant__label {
    padding: 3px 5px;
    border: 1px solid #ececec;
    font-size: 14px;
    border-radius: 3px;
    transition: background-color 0.3s, color 0.3s, border 0.3s;
    cursor: pointer;
}

.product-variant__input {
    display: none;
}

.product-variant__input:checked + label {
    background-color: #fbba00;
    color: white;
    border-color: #fbba00;
}

.category {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    height: 310px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    font-size: 24px;
    font-weight: 600;
    color: #282828;
    text-align: center;
    transition: color 0.3s, box-shadow 0.3s, color 0.3s;
    text-decoration: none;
}

.category:hover {
    color: #fbba00;
    box-shadow: 0 16px 24px rgba(40, 40, 40, 0.08);
}

.category {
    font-size: 16px;
}

@media screen and (min-width: 320px) {
    .category {
        font-size: calc(16px + 8 * ((100vw - 320px) / 1220));
    }
}

@media screen and (min-width: 1540px) {
    .category {
        font-size: 24px;
    }
}

@media (max-width: 991.98px) {
    .category {
        height: 150px;
    }
}

@media (max-width: 991.98px) {
    .category__img {
        width: 80px;
        height: auto;
    }
}

@media (max-width: 767.98px) {
    .category__img {
        width: 35px;
    }
}

.category__title {
    margin-top: 15px;
}

.product-inline-table {
    border: none;
}

.product-inline-table th {
    border: none;
    padding-top: 0;
    opacity: 0.5;
    font-weight: 400;
}

@media (max-width: 767.98px) {
    .product-inline-table thead {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .product-inline-table td, .product-inline-table tr, .product-inline-table, .product-inline-table tbody {
        display: block;
    }

    .product-inline-table tr {
        display: flex;
        flex-wrap: wrap;
        border: 1px solid #fbba00;
        border-radius: 5px;
        align-items: center;
    }

    .product-inline-table .btn {
        width: initial;
    }

    .product-inline-table td {
        order: 3;
        padding: 5px 0;
    }

    .product-inline-table td:first-child, .product-inline-table td:last-child {
        order: 1;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .product-inline-table td:last-child {
        order: 2;
    }

    .product-inline-table td:not(:first-child):not(:last-child) {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 767.98px) and (min-width: 576px) {
    .product-inline-table td:not(:first-child):not(:last-child) {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.product-inline {
    position: relative;
    transition: outline 0.3s;
    outline: 1px solid transparent;
}

.product-inline:hover, .product-inline.active {
    outline: 1px solid #ffc107;
    z-index: 20;
}

.product-inline img {
    height: auto;
}

.product-inline td {
    padding: 15px;
    border: none;
}

@media (min-width: 1400px) {
    .product-inline {
        font-size: 18px;
    }
}

.product-inline:not(:last-child) {
    margin-bottom: 5px;
}

.product-inline .btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-inline .btn i {
    font-size: 24px;
    margin-right: 5px;
}

.product-inline__row {
    align-items: center;
}

.error-page {
    text-align: center;
    padding: 50px 0;
}

.error-page h1 {
    font-size: 25px;
}

.error-page__text {
    margin: 15px 0 40px;
}

.error-page__value {
    margin-bottom: 25px;
}

.error-page__value span {
    color: #e74c3c;
    display: block;
}

.error-page__value span:first-child {
    font-weight: bold;
    font-size: 86px;
}

.error-page__value span:last-child {
    font-size: 26px;
}

.products-row {
    display: flex;
}

@media (min-width: 1400px) {
    .products-list > div {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 992px) {
    .products-aside {
        flex: 0 0 270px;
        max-width: 270px;
        position: relative;
        z-index: 90;
    }

    .products-aside > * {
        position: sticky !important;
        top: 25px;
    }
}

@media (max-width: 991.98px) {
    .products-aside {
        position: fixed;
        display: none;
        top: 0;
        z-index: 90000;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: white;
        overflow: hidden;
        overflow-y: scroll;
        padding: 15px 15px 20px;
    }
}

.products-seo {
    margin-top: 35px;
}

.products-main {
    flex-grow: 1;
}

@media (min-width: 992px) {
    .products-main {
        padding-left: 30px;
    }
}

.products-title {
    font-size: 36px;
    font-weight: 600;
    margin-top: -5px;
    margin-bottom: 25px;
}

.products-title {
    font-size: 25px;
}

@media screen and (min-width: 320px) {
    .products-title {
        font-size: calc(25px + 11 * ((100vw - 320px) / 1220));
    }
}

@media screen and (min-width: 1540px) {
    .products-title {
        font-size: 36px;
    }
}

@media (min-width: 578px) {
    .products-sorting {
        display: flex;
        align-items: center;
    }
}

.products-sorting .filter-open {
    background-color: transparent;
    border: none;
    margin-left: 15px;
}

@media (min-width: 992px) {
    .products-sorting .filter-open {
        display: none;
    }
}

.products-sorting span {
    margin-right: 15px;
}

@media (max-width: 991.98px) {
    .products-sorting span {
        display: none;
    }
}

@media (min-width: 1199px) {
    .products-sorting {
        margin-left: 40px;
    }
}

@media (max-width: 991.98px) {
    .products-sorting {
        margin-top: 15px;
    }
}

.products-actions {
    color: #757575;
    align-items: center;
    margin-bottom: 25px;
}

@media (min-width: 1199px) {
    .products-actions {
        display: flex;
    }
}

.products-actions b {
    color: #282828;
    font-weight: 600;
}

.products-actions .dropdown button {
    border: 1px solid #dee2e6;
    height: 40px;
    background-color: transparent;
    color: #282828;
    font-weight: 400;
    border-radius: 5px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    min-width: 230px;
    justify-content: space-between;
}

.products-actions .dropdown button.show {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.products-actions .dropdown-menu {
    margin-top: -3px !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: none;
    min-width: 230px;
    border-color: #dee2e6;
    padding-top: 0;
}

.products-actions .dropdown-menu a {
    color: #757575;
}

.products-actions .dropdown-menu a:active {
    background-color: #fbba00;
    color: white;
}

@media (max-width: 1199.98px) {
    .product-page {
        flex-direction: column-reverse;
        align-items: center;
    }

    .product-page > div:last-child {
        margin-bottom: 40px;
    }
}

@media (max-width: 1199.98px) {
    .product-page__title {
        padding-right: 80px;
    }
}

.product-page__actions {
    display: flex;
    align-items: center;
}

@media (max-width: 1199.98px) {
    .product-page__actions {
        position: absolute;
        top: 40px;
        right: 30px;
    }
}

.product-page__actions > *:first-child {
    margin-right: 15px;
}

.product-page__section {
    margin-top: 30px;
}

.product-page__section-title {
    margin-bottom: 20px;
}

.product-page__props {
    font-size: 18px;
}

.product-page__props > div:not(:last-child) {
    margin-bottom: 10px;
}

.product-page__props > div:first-child {
    color: rgba(40, 40, 40, 0.64);
    font-size: 14px;
}

.product-page__pictures {
    position: relative;
}

.product-page__pictures > div {
    position: sticky;
    top: 40px;
}

.product-page__thumb {
    background: #f3f3f3;
    border-radius: 10px;
    padding: 30px;
}

@media (max-width: 767.98px) {
    .product-page__thumb {
        padding: 5px;
    }
}

.product-page__thumb img {
    border-radius: 10px;
}

.product-page__thumb-nav {
    margin-top: 20px;
}

.product-page__thumb-nav .item {
    padding: 10px;
    background: #f3f3f3;
    border-radius: 10px;
    cursor: pointer;
}

@media (max-width: 767.98px) {
    .product-page__thumb-nav .item {
        padding: 5px;
    }
}

.product-page__thumb-nav .slick-list {
    margin: 0 -5px;
}

.product-page__thumb-nav .slick-slide {
    padding: 0 5px;
}

.order-product {
    display: flex;
    align-items: center;
}

.order-product a {
    color: #282828;
    text-decoration: none;
}

.order-product a:hover {
    color: #fbba00;
}

.order-product__details {
    margin-top: 5px;
}

.order-product > *:first-child {
    margin-right: 20px;
}

.order-section ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.order-section ul li:not(:last-child) {
    margin-bottom: 8px;
}

.order-section .total {
    font-size: 18px;
}

.order-section__title {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 18px;
}

.order-section:not(:last-child) {
    padding-bottom: 30px;
}

.brand-title {
    font-size: 28px;
    font-weight: 600;
}

.brand-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 18px;
    margin-top: 15px;
}

.brand-list li:not(:last-child) {
    margin-bottom: 10px;
}

.brand-list a {
    color: #757575;
    text-decoration: none;
}

.brand-list a:hover {
    color: #fbba00;
}

@media (max-width: 1199.98px) {
    .checkout {
        padding-bottom: 0;
    }
}

.checkout .check-item:not(:last-child) {
    margin-bottom: 20px;
}

.checkout-aside {
    position: relative;
}

@media (min-width: 1200px) {
    .checkout-wrapper {
        display: flex;
    }
}

.checkout-main {
    flex-grow: 1;
}

@media (min-width: 1200px) {
    .checkout-main {
        padding-right: 30px;
    }
}

@media (min-width: 1200px) {
    .checkout-aside {
        flex: 0 0 400px;
        max-width: 400px;
    }
}

@media (max-width: 1199.98px) {
    .checkout-aside {
        margin: 0 -25px;
    }

    .header__menu > li {
        flex-grow: 1;
        padding: 0!important;
        margin: 0!important;
    }

    .header__menu > li > a, .header__menu > li > button {
        justify-content: center;
    }

    .header__menu {
        justify-content: space-between;
    }
}

@media (max-width: 575.98px) {
    .checkout-aside {
        margin: 0 -20px;
    }
}

.checkout-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.checkout-price:not(:last-child) {
    margin-bottom: 8px;
}

.checkout-price .total {
    font-size: 24px;
    font-weight: 600;
}

.checkout-price span:first-child {
    font-size: 18px;
    color: rgba(40, 40, 40, 0.64);
}

.checkout-result {
    position: sticky;
    top: 25px;
    background: #f3f3f3;
    padding: 25px;
    border-radius: 5px;
}

.checkout-result .btn {
    margin: 25px 0 15px;
}

.checkout .js-checkout-widget > * {
    margin-bottom: 20px;
    width: 100%;
}

.checkout .filter-checkbox + div {
    margin-top: 10px;
}

.checkout .filter-checkbox .btn {
    margin-top: 5px;
}

@media (min-width: 768px) {
    .checkout .filter-checkbox label {
        font-size: 18px;
    }
}

.checkout .card {
    box-sizing: border-box;
    border: 1px solid #f3f3f3;
    position: relative;
}

@media (max-width: 1199.98px) {
    .checkout .card {
        margin-bottom: 25px;
    }
}

.checkout .card .preloader {
    position: absolute;
    left: 0;
    z-index: 90;
    right: 0;
    bottom: 0;
    display: none;
    top: 0;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.5);
}

.checkout .card:not(:last-child) {
    margin-bottom: 25px;
}

.checkout .card label .req {
    color: red;
}

.checkout .card-title {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 18px;
}

.checkout .card-body {
    padding: 25px 40px;
}

@media (max-width: 767.98px) {
    .checkout .card-body {
        padding: 20px;
    }
}

.cart-head {
    display: flex;
    align-items: center;
}

.cart-head h1 {
    margin-bottom: 0;
    margin-right: 25px;
}

.cart-head span {
    color: #757575;
}

.cart-main {
    margin-top: 35px;
}

@media (min-width: 992px) {
    .cart-main {
        display: flex;
    }
}

.cart-items {
    flex-grow: 1;
}

@media (min-width: 992px) {
    .cart-items {
        padding-right: 30px;
    }
}

.cart-item {
    border: 1px solid #f3f3f3;
    padding: 20px;
    border-radius: 5px;
    position: relative;
}

@media (max-width: 575.98px) {
    .cart-item {
        padding: 15px;
    }
}

.cart-item .row {
    align-items: center;
}

.cart-item__price {
    color: #282828;
    font-weight: 600;
}

@media (min-width: 768px) {
    .cart-item__price {
        font-size: 24px;
    }
}

.cart-item__right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 767.98px) {
    .cart-item__right {
        margin-top: 25px;
    }
}

@media (min-width: 1200px) {
    .cart-item__right {
        padding-right: 50px;
    }
}

.cart-item > a {
    position: absolute;
    top: 15px;
    right: 15px;
    text-decoration: none;
    color: rgba(40, 40, 40, 0.64);
}

.cart-item > a:hover {
    color: rgb(40, 40, 40);
}

.cart-item__prop span {
    color: rgba(40, 40, 40, 0.64);
}

.cart-item__prop:first-child {
    margin-top: 10px;
}

.cart-item__prop:not(:first-child) {
    margin-top: 5px;
}

.cart-item__left {
    display: flex;
    align-items: center;
}

.cart-item__left > a {
    margin-right: 15px;
}

@media (min-width: 768px) {
    .cart-item__left > a {
        margin-right: 40px;
    }
}

.cart-item__available {
    margin-top: 8px;
    color: rgba(40, 40, 40, 0.64);
    text-align: center;
}

@media (max-width: 767.98px) {
    .cart-item__available {
        font-size: 14px;
        margin-top: 4px;
    }
}

.cart-item__title {
    font-size: 24px;
    font-weight: 600;
    color: #282828;
    text-decoration: none;
}

.cart-item__title {
    font-size: 16px;
}

@media screen and (min-width: 320px) {
    .cart-item__title {
        font-size: calc(16px + 8 * ((100vw - 320px) / 1220));
    }
}

@media screen and (min-width: 1540px) {
    .cart-item__title {
        font-size: 24px;
    }
}

.cart-item__title:hover {
    color: #fbba00;
}

.cart-item:not(:last-child) {
    margin-bottom: 20px;
}

.cart-aside {
    position: relative;
}

@media (max-width: 991.98px) {
    .cart-aside {
        margin-top: 30px;
    }
}

@media (min-width: 992px) {
    .cart-aside {
        flex: 0 0 430px;
        max-width: 430px;
    }

    .header__bottom .collapse {
        display: block!important;
    }
}

@media (min-width: 992px) and (max-width: 1399.98px) {
    .cart-aside {
        flex: 0 0 320px;
        max-width: 320px;
    }
}

.cart-check {
    background: #f3f3f3;
    padding: 32px;
    border-radius: 5px;
    position: sticky;
    top: 25px;
}

@media (max-width: 1399.98px) {
    .cart-check {
        padding: 20px;
    }
}

.cart-check .btn {
    padding-left: 0;
    padding-right: 0;
    margin: 20px 0;
}

.cart-check > div:first-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart-check > div:first-child > span:first-child {
    font-size: 18px;
    color: rgba(40, 40, 40, 0.64);
}

.cart-check > div:first-child > span:last-child {
    font-size: 24px;
    font-weight: 600;
}

.cart-check p {
    margin: 0;
}

.form-control-lg {
    font-size: 1.00rem !important;
}

.filter-content {
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-bottom: 10px;
    overflow: -moz-scrollbars-none;
}

.filter-content::-webkit-scrollbar {
    width: 10px;
}
.filter-content::-webkit-scrollbar-track {
    background: white;
}
.filter-content::-webkit-scrollbar-thumb {
    background: #dee2e6;
}

@media (max-width: 576px) {
    .pagination {
        justify-content: center;
    }

    .pagination ul a, .pagination a {
        width: 35px;
        height: 35px;
    }
}
.alert-warning{
    color: #282828;
    background-color: #fbba00;
}
.accordion-button{
    --bs-accordion-active-bg: #ffc107;
}
.accordion-button:focus{
    border-color: none;
    outline: 0;
    box-shadow: none;
}
a.active{
    color: #282828;
}
a.active:hover{
    color: #ffc107;
}
.btn:focus, .btn-close:focus{
    box-shadow: none !important;
}
.form-select{
    font-size: 18px !important;
}
.form-checkbox input{
    display: none;
}
@media (max-width: 768px) {
    .form-select, .table, .text p, .text .alert{
        font-size: 14px !important;
    }
}
