.header__catalog-item {flex-wrap: wrap;}.header__catalog-item:hover .dropdown-list {transform: translate(0);opacity: 1;visibility: visible;}.header__catalog-item.open-drop .mobile-btn-arrow {transform: rotate(90deg);}.header__catalog-item.open-drop .catalog-sub-list {max-height: 1000px;}@media all and (max-width: 991px) {.header__catalog-item {display: flex;align-items: center;}}.header__catalog-item .mobile-btn-arrow {position: relative;order: 2;z-index: 50;display: none;width: 24px;height: 24px;transition: all 0.3s;}@media all and (max-width: 991px) {.header__catalog-item .mobile-btn-arrow {margin-right: 20px;margin-left: auto;display: flex;align-items: center;justify-content: center;}}@media all and (max-width: 991px) {.header__catalog-link {flex: 1;order: 1;}}.dropdown-list {position: absolute;z-index: 10;top: 100%;width: 100%;background: #ffffff;transform: translateY(-0.5em);opacity: 0;visibility: hidden;box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);display: flex;align-items: flex-start;/*transition: all 0.3s;*/}.dropdown-list .wrapper {padding: 20px 0;display: flex;flex-direction: column;align-items: center;flex: 0 0 20%;}.dropdown-list .link-all {text-align: center;max-width: 130px;margin: 0 auto;white-space: nowrap;max-height: 35px;padding: 5px 18px;display: block;text-decoration: none;font-size: 12px;line-height: 23px;font-weight: 700;text-transform: uppercase;letter-spacing: .2em;color: #fff;border: 1px solid #ff5a00;border-radius: 30px;background-color: #ff5a00;transition: all 0.3s;}.dropdown-list .link-all:hover {background: #ffffff;border: 1px solid #ff5a00;color: #ff5a00;}@media all and (max-width: 991px) {.dropdown-list .link-all {display: none;}}@media all and (max-width: 991px) {.dropdown-list {order: 3;position: static;opacity: 1;visibility: visible;transform: translateY(0);box-shadow: none;}.dropdown-list .wrapper {padding: 0;display: none;}}.dropdown-list-catalog {padding: 0px 0 20px 0px;width: 100%;}.dropdown-list-catalog .item {padding: 12px 20px;list-style-type: none;transition: all 0.3s;display: flex;align-items: center;justify-content: space-between;}.dropdown-list-catalog .item:hover {background: #ececec;}.dropdown-list-catalog .item:hover .custom-arrow {transform: translateX(-10px) rotate(-45deg);}.dropdown-list-catalog .link {text-decoration: none;font-weight: 500;font-size: 12px;line-height: 12px;color: #000000;}@media all and (max-width: 991px) {.dropdown-list-catalog {padding: 0;}}.catalog-sub-list {display: none;flex-wrap: wrap;margin: 0 -10px;padding-left: 20px;}.catalog-sub-list.visible {display: flex;}.catalog-sub-list .item-wrap {margin-bottom: 10px;flex: 0 0 calc(100% / 6);max-width: calc(100% / 6);}@media all and (max-width: 991px) {.catalog-sub-list {padding-left: 0;max-height: 0;overflow: hidden;transition: all 0.3s;}.catalog-sub-list .item-wrap {padding: 10px 0;flex: 0 0 100%;max-width: 100%;}}.catalog-sub-item {display: block;padding: 0 10px;text-decoration: none;}.catalog-sub-item .img {margin-bottom: 10px;text-align: center;transition: all 0.3s;}.catalog-sub-item .text {text-align: center;text-decoration: none;font-weight: 500;font-size: 12px;line-height: 12px;color: #000000;transition: all 0.3s;}.catalog-sub-item:hover .img {opacity: 0.8;}.catalog-sub-item:hover .text {color: #ff5a00;}@media all and (max-width: 991px) {.catalog-sub-item .img {display: none;}.catalog-sub-item .text {text-align: left;}}.custom-arrow {border: solid black;border-width: 0 1px 1px 0;display: inline-block;padding: 3px;transition: all 0.3s;}.custom-arrow_right {transform: rotate(-45deg);-webkit-transform: rotate(-45deg);}.product__characteristics-wrap table {border-spacing: 0;flex: 0 0 45%;max-width: 45%;margin-right: 50px;}@media all and (max-width: 991px) {.product__characteristics-wrap table {margin-bottom: 30px;margin-right: 0;flex: 0 0 100%;max-width: 100%;}}.product__characteristics-wrap table tr {font-size: 14px;line-height: 36px;color: #000;}@media all and (max-width: 374px) {.product__characteristics-wrap table tr {line-height: 30px;}}.product__characteristics-wrap table tr:nth-child(2n) {background-color: #ececec;}.product__characteristics-wrap table tr td {width: 50%;font-family: Geometria, sans-serif;font-weight: 500;}.product__characteristics-wrap table tr td:first-child {padding-left: 14px;border-top-left-radius: 30px;border-bottom-left-radius: 30px;}.product__characteristics-wrap table tr td:last-child {padding-right: 14px;border-top-right-radius: 30px;border-bottom-right-radius: 30px;}

.well {
    padding: 15px;
    display: inline-block;
    width: 100%;
}

.well-styled {
    background: #fff5f0;
    border: 1px solid #ff5a00;
    border-radius: 25px;
}

.form-group {
    margin-bottom: 15px;
}

.form-group .control-label {
    display: block;
    font-size: 14px;
    font-weight: 900;
}

.form-group input:not([type=radio]), .form-group select {
    display: block;
    width: 100%;
    padding: 5px;
    min-height: 40px;
}
label.radio-inline {
    display: inline-block;
    margin-right: 15px;
}

.button-secondary {
    padding: 5px 15px;
    border-radius: 25px;
    background: #000;
    color: #fff;
    font-weight: 700;
}

.full-width {
    width: 100%;
}

.uppercase {
    text-transform: uppercase;
}

.nowrap {
    white-space: nowrap;
}

.w-full {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.information-description {
    padding-bottom: 40px;
}

.language-switcher {
    font-family: Geometria, sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    color: #000;
    margin-left: 34px;
}

.language-switcher a {
    text-decoration: none;
    color: #736f6f;
    margin-right: 10px;
}

.language-switcher a.active {
    color: #000;
    text-decoration: underline;
}

.d-block {
    display: block;
}
.mt-15px {
    margin-top: 15px !important;
}

.mt-30px {
    margin-top: 30px !important;
}

.mt-45px {
    margin-top: 45px !important;
}

.mt-60px {
    margin-top: 60px !important;
}
.mb-15px {
    margin-bottom: 15px !important;
}

.mb-30px {
    margin-bottom: 30px !important;
}

.mb-45px {
    margin-bottom: 45px !important;
}

.mb-60px {
    margin-bottom: 60px !important;
}


.pb-15px {
    padding-bottom: 15px !important;
}

.pb-30px {
    padding-bottom: 30px !important;
}

.pb-45px {
    padding-bottom: 45px !important;
}

.pb-60px {
    padding-bottom: 60px !important;
}

.important-link {
    font-weight: 700;
    letter-spacing: 1px;
    color: #ff5a00;
}
.not-important-link {
    color: #ff7e7e;
    font-weight: 500;
}



.text-sm {
    font-size: 13px;
}

.alert {
    margin: 0 15px 20px;
    padding: 10px;
    text-align: center;
    font-weight: 600;
    border-radius: 25px;
}

.alert .close {
    display: none;
}

.alert a {
    color: #ff5a00;
}

.alert-danger {
    background: red;
    color: #fff;
}

.alert-success {
    background: #d3f3d3;
}

.text-danger {
    font-size: 12px;
    color: red;
    font-weight: 700;
}

a.list-group-item {
    display: block;
    border-bottom: 1px solid #eee;
    padding: 5px 0px;
    font-size: 16px;
    font-weight: 500;
    color: #ff5a00;
}

a.list-group-item:last-child {
    border: none;
}

.account .list-unstyled {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fill, 24%);
}

.account .list-unstyled li {
    list-style-type: none;
    padding: 20px;
    text-align: center;
    background: #eee;
    display: flex;
    border-radius: 25px;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pagination li {
    margin-right: 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style-type: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #f0f0f0;
}

.pagination li a, .pagination li span {
    text-decoration: none;
    font-family: Geometria, sans-serif;
    font-size: 11px;
    line-height: 40px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
}

.pagination li.active {
    background-color: #ff5a00;
}

.pagination li.active span {
    color: #fff;
}

.five-per-pc-row .catalog__content {
    max-width: 100%;
    flex: 1;
}

.product-row.five-per-pc-row .card {
    max-width: 20%;
}

.supersvet-cart {

}
.supersvet-cart .table {
    width: 100%;
}
.supersvet-cart .table thead {
    background: #ececec;
    font-size: 14px;
    font-weight: bold;
    border-radius: 15px;
}
.supersvet-cart .table  td {
    padding: 15px 5px;
}
.supersvet-cart .table tr {
    border-bottom: 1px solid #eee;
}
.supersvet-cart .input-group input {
    padding: 5px 10px;
    font-size: 14px;
}
.button-update-cart {
    background: #ff5a00;
    border-radius: 6px;
    color: #fff;
    padding: 3px 6px;
}
.button-remove-product {
    padding: 0 9px;
    color: #fff;
    border-radius: 50px;
}
.table {
    width: 100%;
}
.compare table,
.compare th,
.compare td,
.wishlist table,
.wishlist th,
.wishlist td,
.table-bordered table,
.table-bordered th,
.table-bordered td{
     padding: 10px;
     border: 1px solid #efefef;
     border-collapse: collapse;
 }
.compare td:first-child {
    font-weight: 900;
    color: #707070;
    letter-spacing: 1px;
}
.table-hover tr:hover {
    background: #f6f6f6;
}

.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.d-inline-block {
    display: inline-block;
}


.catalog-category-block {
    display: block;
}
.catalog-category-block .heading {
    font-size: 20px;
    font-weight: 900;
}
.catalog-category-block .categories {
    display: grid;
    width: 100%;
    gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    margin-bottom: 30px;
    margin-top: 10px;
}
.catalog-category-block .categories .category {
    color: #444;
    background: #ececec;
    padding: 10px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0px;
    border-radius: 30px;
    font-size: 14px;
}
.catalog-category-block .categories .category:hover {
    color: #ff5a00;
}

@media all and (max-width: 467px) {
    .catalog-category-block .categories {
        grid-template-columns: 1fr 1fr;
    }
}

@media all and (max-width: 967px) {
    .catalog-category-block .categories {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media all and (max-width: 1199px) {
    .catalog-category-block .categories {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}


@media all and (max-width: 1199px) {
    .product-row.five-per-pc-row .card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 3);
        flex: 0 0 calc(100% / 3);
        max-width: calc(100% / 3)
    }
}

@media all and (max-width: 767px) {
    .product-row.five-per-pc-row .card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 2);
        flex: 0 0 calc(100% / 2);
        max-width: calc(100% / 2)
    }
}


.catalog-sub-item img {
    max-width: 50%;
}