@media (min-width: 576px) {
    .page-container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .page-container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .page-container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .page-container {
        max-width: 1140px;
    }
}

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

body {
    background-image: none;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    margin-bottom: 1rem;
}

.page-container {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.header {
    padding: 2.8rem 0 0 0;
    margin-bottom: 0;
}

.header-top {
    padding: 0 2rem 0 2rem;
    margin-bottom: 2.4rem;
}

.header-logo {
    margin-right: 2.4rem;
}

.header-text {
    margin-right: 4rem;
}

.header-search {
    width: auto;
    flex-grow: 1;
    padding: 0 2rem;
    margin-right: 4rem;
}

.header-contact {
    padding: 0;
    margin-right: 4rem;
}

.header-icon-item i {
    font-size: 2.8rem;
}

.header-menu {
    box-shadow: none;
}

.header-menu-main-link {
    padding: 0 2rem;
}

.main-menu > li > a {
    padding: 0 2rem;
}

section {
    padding: 0 2rem;
}

.swiper-slide-img img {
    width: 100%;
}

.swiper-slide-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding: 4%;
}

.primary-box-col {
    margin-bottom: 1.6rem!important;
}

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

.btn-primary:hover {
    background-color: #c61419;
    box-shadow: none;
    transform: none;
}

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

.btn-white:hover {
    background-color: #e8e8e8;
    box-shadow: none;
    transform: none;
}

.swiper-brand {
    box-shadow: none;
    padding: 0;
}

.swiper-brand-item {
    padding: 0.8rem 2.4rem;
    margin-right: 0.8rem;
    border: 1px solid #eeeeee;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-item {
    border: 1px solid #eeeeee;
    box-shadow: none;
    transition: all 200ms;
}

.product-item:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.07);
}

.product-item-price {
    border-top: 1px solid #eeeeee;
}

.product-sidebar {
    width: 32rem;
    background: #fafafa;
}

.product-sidebar .sidebar-menu > li {
    padding-right: 0;
    border-bottom: 1px solid #eeeeee;
}

.product-sidebar .sidebar-menu > li > ul {
    display: none;
}

.product-sidebar .sidebar-menu > li > ul a {
    color: #666666;
}

.product-sidebar .sidebar-menu > li.active > ul {
    display: block;
}

.product-sidebar .sidebar-menu > li > ul > li > ul {
    display: none;
}

.product-sidebar .sidebar-menu > li > ul > li.active > ul {
    display: block;
}

.product-sidebar .sidebar-menu > li > ul li.active > a {
    color: #e32126;
}

.product-sidebar .sidebar-menu > li.active .sidebar-item:after {
    content: none;
}

.product-list-top p {
    text-align: left!important;
    color: #666666;
}

.sidebar-item-inner {
    border: none;
}

.product-sidebar .sidebar-menu > li > ul > li {
    padding-left: 2.4rem;
}

.product-sidebar .sidebar-menu > li > ul > li:last-child {
    border: none;
}

.product-item-img img {
    max-width: 100%;
    height: auto;
    max-height: none;
}

.breadcrumb-section {
    padding: 1rem 0;
    border-bottom: 1px solid #eeeeee;
}

.breadcrumb {
    margin-bottom: 0;
    padding: 0 2rem;
    font-size: 15px;
    background: none;
}

.breadcrumb-item a {
    color: #666666;
}

.product-list-filter {
    box-shadow: none;
    border: 1px solid #eeeeee;
    margin-bottom: 1rem;
    padding: 1rem 1.5rem 0 1.5rem;
    background: #fafafa;
}

.product-list-filter-line-item {
    margin-right: 2rem;
}

.product-list-filter-line-item.end {
    margin-right: 0;
}

.product-list {
    padding: 0;
}

@media (max-width: 991px) {
    .breadcrumb-item:first-of-type, .breadcrumb-item:not(:nth-last-of-type(2)) {
        display: none;
    }

    .breadcrumb-item + .breadcrumb-item::before {
        transform: rotate(-180deg);
        margin-left: 0;
    }
}

.mb-05 {
    margin-bottom: 4px;
}

.price-slider-filter .price-slider-input {
    width: 80px;
}

.price-slider-filter .price-slider-input input {
    width: 80px;
}

.price-slider-wrapper {
    padding-left: 100px;
    padding-right: 100px;
    min-height: 8px;
}

.product-list-section {
    padding: 0 2rem 2rem;
}

.product-list-filter-line {
    border-top: 1px solid #f1f1f1;
    padding-top: 1rem;
}

.product-list-filter-line-first {
    border-top: none!important;
    padding-top: 0!important;
}

.side-tabs .tab-content .check-styled input[type=checkbox] + label {
    margin-bottom: 4px;
}

.side-tabs .nav-tabs {
    border-bottom: 0;
    margin-bottom: 0;
}

.side-tabs .tab-content {
    min-height: 100px;
    border: 1px solid #e8e8e8;
}

.color-box {
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.product-item-img {
    padding-bottom: 30px;
}

.product-item-color-list {
    flex-wrap: wrap;
    padding: 0 40px;
    display: flex;
    opacity: 1;
    transition: opacity 200ms;
}

.product-color-box {
    float: none;
    display: inline-block;
    width: 10px;
    height: 10px;
    overflow: hidden;
    margin: 0 2px 2px 0;
    position: relative;
    text-align: center;
    box-shadow: 0 1px 1px rgba(1, 1, 1, 0.2);
}

.product-color-box .product-color {
    display: block;
    width: 100%;
    height: 100%;
}

.product-color-box .product-color-second {
    position: absolute;
    top: 0;
    left: 5px;
    height: 16px;
    transform: rotate(45deg);
}

.product-list-content {
    width: calc(100% - 32rem);
    padding: 2rem 0 2rem 2rem;
}

.product-detail-content {
    width: calc(100% - 32rem);
    padding: 2rem 0 2rem 2rem;
}

.product-detail-top .h1 small {
    color: #939393;
    font-size: 2rem;
    font-weight: 500;
}

.badge {
    padding: 0.4rem 0.8rem;
}

.product-detail-tag-list .badge {
    font-size: 1.4rem;
    margin: 0 0.2rem 0.2rem 0;
}

.product-detail-tag-list .badge-default {
    background-color: #222222;
    color: #ffffff;
}

.product-detail-top p {
    font-size: 1.6rem;
    margin-bottom: 2.4rem;
}

.product-detail-main-left {
    width: 60%;
}

.product-detail-main-right {
    width: 40%;
}

.product-detail-main-left .swiper-wrapper {
    padding-bottom: 4rem;
}

.product-detail-main-left .swiper-pagination-bullet {
    width: 2.4rem;
    height: 0.8rem;
    border: none;
    background-color: #eeeeee;
}

.product-detail-main-left .swiper-pagination-bullet-active {
    background-color: #e32126;
}

.product-detail-variant h3 {
    text-transform: none;
}

.product-detail-variant-unavailable {
    opacity: 0.5;
}

.product-detail-variant-list {
    margin-left: -0.2rem;
    margin-right: -0.2rem;
}

.product-detail-variant-item {
    border: 1px solid #eeeeee;
    box-shadow: none;
    width: 10.6rem;
    height: 10.6rem;
    margin: 0.2rem;
    transition: all 200ms;
}

.product-detail-variant-item:hover {
    border: 1px solid #aaaaaa;
}

.product-detail-line {
    padding: 0.2rem 0;
}

.product-detail-main-right table th,
.product-detail-main-right table td {
    font-size: 15px;
    padding: 0.4rem 0.8rem;
    border-bottom: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
    vertical-align: top;
}

.product-detail-main-right table th {
    width: 45%;
}

.product-detail-main-right table td {
    width: 55%;
}

table tr:nth-child(odd) {
    background: none;
}

.product-detail-top-headline {
    display: flex;
    justify-content: space-between;
}

.product-detail-brand {
    padding-top: 4px;
    height: 40px;
}

.product-detail-brand img {
    max-height: 100%;
}

.product-detail-note-text p {
    font-size: 14px;
}

.product-detail-price-list {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
}

.product-detail-price-item {
    margin: 0.4rem;
    width: calc(33.33% - 0.8rem);
}

.product-detail-order {
    margin: 0.4rem 0 2rem 0;
}

.product-detail-price-item span:nth-child(2) {
    transition: 0.2s;
    font-weight: 500;
}

.product-detail-price-item {
    background: #eeeeee;
}

.product-detail-price-item span {
    text-shadow: none;
    font-size: 14px;
}

.product-detail-price-item span:nth-child(2) {
    text-shadow: none;
    font-size: 16px;
    background: #666666;
}

.product-detail-price-list-sale .product-detail-price-item:not(:last-of-type) span:nth-child(2) {
    text-decoration: line-through;
}

.product-detail-price-list-sale .product-detail-price-item:last-of-type span:nth-child(2) {
    background: #e32126;
}

.table th.text-right,
.table td.text-right {
    text-align: right;
}

.table th {
    width: 100%;
}

.table th.w-60 {
    width: 60px;
    min-width: 60px;
    max-width: 60px;
}

.table th.w-80 {
    width: 80px;
    min-width: 80px;
    max-width: 80px;
}

.table th.w-100 {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
}

.table th.w-120 {
    width: 120px;
    min-width: 120px;
    max-width: 120px;
}

.table th.w-140 {
    width: 140px;
    min-width: 140px;
    max-width: 140px;
}

.table th.w-160 {
    width: 160px;
    min-width: 160px;
    max-width: 160px;
}

.table th.wm-150 {
    min-width: 150px;
}

@media (min-width: 768px) {
    .modal-md {
        --bs-modal-width: 700px;
        --bs-modal-padding: 20px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        --bs-modal-width: 1100px;
        --bs-modal-padding: 20px;
    }
}

@media (min-width: 1400px) {
    .modal-xxl {
        --bs-modal-width: 1300px;
        --bs-modal-padding: 20px;
    }
}

.table-compact th,
.table-compact td {
    font-size: 14px;
}

.table-colored th {
    background-color: #e32126;
    color: #ffffff;
    border-color: #e32126;
    font-weight: 500;
}

.table-colored td {
    border-color: #eeeeee;
}

.table-hovered td:hover {
    background: #eeeeee;
}

.table-colored .tr-active td {
    background-color: #eeeeee;
    color: #000000;
}

.table-colored .td-disabled {
    color: #dddddd;
}

.table-colored .td-gray {
    color: #aaaaaa;
}

.modal .btn-close {
    color: #666666;
    font-size: 2.4rem;
}

.tooltip-inner {
    max-width: 300px;
}

*:active,
*:focus {
    outline: none;
}

.hidden {
    display: none;
}

.btn-submit {
    display: none;
}

.form-control {
    background-color: #ffffff;
    box-shadow: none!important;
    border: 1px solid #dddddd;
    transition: border 200ms;
    padding: 12px;
    line-height: 1.4;
    font-size: 16px;
}

.form-control:focus {
    border-color: #aaaaaa;
}

.form-group.has-error .form-control {
    border-color: #e32126;
}

.form-group {
    position: relative;
    margin-bottom: 1.6rem;
}

.help-block {
    font-size: 12px;
    line-height: 1;
    position: absolute;
    bottom: 42px;
    right: 0;
    padding: 4px 8px 3px;
    background-color: #e32126;
    color: #ffffff!important;
}

.btn {
    font-weight: 500;
    font-size: 16px;
}

.modal h2 small {
    color: #939393;
    font-size: 1.6rem;
    font-weight: 500;
}

.alertify-logs {
    padding: 0;
}

.alertify-logs a {
    color: #ffffff;
}

.alert-default {
    background-color: #fafafa;
    border: 1px solid #eeeeee;
}

.alert p:last-of-type {
    margin-bottom: 0;
}

.product-list-demand-form {
    margin-top: 24px;
    max-width: 500px;
}

.form-control.text-right {
    text-align: right;
}

.table-order-item-form {
    margin-bottom: 0;
}

.table-order-item-form th,
.table-order-item-form td {
    padding: 4px 8px;
}

.table-order-item-form td {
    vertical-align: middle;
    border: 1px solid #eeeeee;
}

.table-order-item-form td.td-gray {
    background-color: #fafafa;
    color: #1c1c1f;
}

.table-order-item-form td.td-gray small {
    color: #999999;
}

.table-order-item-form img {
    width: 60px;
    margin-right: 8px;
}

.table-order-item-form .form-control {
    padding: 4px;
    height: 32px;
    margin-bottom: 4px;
}

.table-order-item-form .form-select {
    height: 32px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}

.table-order-item-form .form-control::placeholder {
    color: #aaaaaa;
}

.order-item-form-add-variants {
    margin-bottom: 24px;
}

.order-item-form-add-variants-top {
    background-color: #999999;
    padding: 4px 8px;
    font-size: 14px;
    border: 1px solid #999999;
    color: #ffffff;
    margin-bottom: 2px;
}

.order-item-form-add-variants-top a {
    color: #ffffff;
    text-decoration: none;
}

.order-item-form-add-variants-list {
    display: none;
}

.order-item-form-add-variants-list-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    margin-left: -2px;
    margin-right: -2px;
}

.order-item-form-add-variants-item {
    flex-basis: calc(10% - 4px);
    margin: 2px;
    padding: 4px;
    border: 1px solid #eeeeee;
    text-align: center;
    text-decoration: none;
    transition: all 200ms;
}

.order-item-form-add-variants-item:hover,
.order-item-form-add-variants-item.active {
    border: 1px solid #aaaaaa;
}

.order-item-form-add-variants-item img {
    width: 100%;
}

.order-item-form-add-variants-item p {
    color: #1c1c1f;
    font-size: 12px;
    margin-bottom: 0;
}

.order-item-form-total {
    text-align: right;
    font-size: 20px;
    margin-bottom: 24px;
}

.order-item-form-buttons {
    text-align: right;
}

.text-gray {
    color: #aaaaaa;
}

.tr-hidden {
    display: none;
}

.order-item-form-print {
    display: none;
}

.order-item-form-print.active {
    display: table-row;
}

.header-icon-item .cart-num {
    text-transform: none;
    top: -2rem;
}

.cart-table-count input {
    width: 80px;
}

.cart-table tbody .cart-table-product-variant-code {
    width: 12rem;
}

.cart-box {
    box-shadow: none;
    padding: 20px 0;
}

.cart-table-product-toggle-variant.open:after {
    content: none;
}

.cart-table th {
    font-weight: normal;
    color: #666666;
    font-size: 14px;
}

.cart-table tbody td:nth-child(1) {
    padding-left: 2rem;
}

.cart-table thead th:nth-child(1) {
    padding-left: 2rem;
}

.cart-table-product-tr td {
    background-color: #fafafa;
    color: #1c1c1f;
}

.cart-table tbody td .cart-table-product {
    padding-top: 8px;
    padding-bottom: 8px;
}

.cart-table tbody td .cart-table-product-name {
    color: #1c1c1f;
    text-decoration: none;
    margin-bottom: 4px;
    display: inline-block;
}

.cart-table tbody td .cart-table-product p {
    color: #1c1c1f;
    line-height: 1.5;
}

.cart-table tbody td {
    border-color: #eeeeee;
    min-height: 44px;
}

.cart-table .td-gray {
    background-color: #fafafa;
    color: #1c1c1f;
}

.cart-table tbody .cart-table-product-variant-tr td {
    font-size: 14px;
    line-height: 1.5;
}

.cart-table tbody .cart-table-product-variant {
    align-items: center;
}

.cart-table tbody .cart-table-product-variant-img {
    width: 40px;
    height: 40px;
    margin-top: -10px;
    margin-bottom: -10px;
}

.cart-table strong {
    color: #1c1c1f;
}

.check-styled input[type=checkbox] + label {
    padding-left: 28px;
}

.cart-table-price-select label {
    min-width: 17rem;
}

.cart-table-price-select .form-select {
    width: 40rem;
}

.form-select {
    background-color: #ffffff;
    border: 1px solid #dddddd;
}

.form-select:focus {
    border-color: #aaaaaa;
}

.check-styled input[type=checkbox] + label:before {
    background-color: #ffffff;
}

.cart-table-print-note {
    width: 50%;
}

.cart-table-print .cart-table-count input {
    width: 100%;
}

.cart-checkout-part {
    max-width: 900px;
    width: 900px;
    background-color: #fafafa;
    padding: 32px 24px 16px;
    margin: 0 auto 16px;
}

.form-group label {
    color: #6c6c6c;
    font-size: 14px;
}

.form-group-info {
    margin-top: 24px;
    color: #6c6c6c;
    font-size: 14px;
    min-height: 42px;
    display: flex;
    align-items: center;
}

.form-group-info p {
    margin-bottom: 0;
}

.h2-with-checkbox {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.h2-with-checkbox h2 {
    margin-bottom: 0;
    margin-right: 20px;
}

.btn-lg {
    font-size: 18px;
    padding: 1.2rem 3rem;
}

.info-note {
    color: #6c6c6c;
    font-size: 14px;
}

.info-note a {
    color: #6c6c6c;
}

.cart-thanks {
    background-color: transparent;
    margin-bottom: 0;
}

.cart-thanks h1 {
    margin-bottom: 40px;
}

.cart-thanks p {
    margin-bottom: 32px;
    color: #666666;
}

.cart-thanks p strong {
    color: #1c1c1f;
}

.cart-thanks .perex p {
    font-size: 20px;
    font-weight: normal;
    color: #1c1c1f;
}