body {
    background: #23232f !important;
}

.container {
    padding-right: var(--bs-gutter-x, 1rem) !important;
    padding-left: var(--bs-gutter-x, 1rem) !important;
}

.container-pad {
    padding-right: var(--bs-gutter-x, 1.25rem) !important;
    padding-left: var(--bs-gutter-x, 1.25rem) !important;
}

.bg-white {
    background: white !important;
    border-bottom-left-radius: .2rem !important;
    border-bottom-left-radius: .2rem !important;
}

.text-white a {
    color: white !important;
}

.form-check-input:checked {
    background-color: #e21e31 !important;
    border-color: #e21e31 !important;
}

.rd-navbar-fullwidth .navbar-cart-remove:hover,
.link-inherit:hover {
    color: #e21e31 !important;
}

u {
    border-bottom: 2px solid rgba(226,30,49,0.4);
}

.btn-primary {
    color: #fff;
    border-color: #e21e31 !important;
    background-color: #e21e31 !important;
}

    .btn-primary:hover, .btn-primary.hover, .btn-primary:active, .btn-primary.active {
        color: #fff;
        border-color: #C21E31 !important;
        background-color: #C21E31 !important;
    }

    .btn-primary.btn-anis::before, .btn-primary.btn-anis::after {
        background-color: #C21E31 !important;
    }

.rd-navbar-fullwidth .navbar-navigation-root-item.active > .navbar-navigation-root-link::before,
.nav-classic .nav-link.active:before {
    width: 100% !important;
    background-color: #e21e31;
    color: white !important;
}

.nav-classic .nav-link {
    padding: 0px !important;
}

.search-label {
    text-align: center;
    font-weight: 500;
    width: 100%;
}

.form-select {
    cursor: pointer;
}

    .form-select:focus {
        color: #171724 !important;
        background-color: #fff !important;
        border-color: #e8e8e9 !important;
        outline: 0;
        box-shadow: 0 0 0 1px #e8e8e9 !important;
    }


* + .divider, .divider + * {
    margin-top: 1rem !important;
}

.height-20 {
    height: 20px !important;
}

.badge-info {
    background-color: #e21e31 !important;
}

.article-image {
    max-height: 150px;
    max-width: 70px;
    vertical-align: top;
    margin-top: 0px;
    border-radius: 3px;
}

.article {
    position: relative;
    padding: 5px !important;
    width: 100%;
    background: whitesmoke;
    cursor: pointer;
    border-radius: 4px;
}


.article-description-container {
    display: inline-block;
    vertical-align: top;
    line-height: 20px;
    white-space: nowrap;
    overflow-x: hidden;
    width: calc(100% - 90px);
}

.article-description {
    line-height: 20px;
    font-size: 18px;
    font-weight: 500;
}

.article-manufacturer {
    font-weight: bold;
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
}

.article-tread {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
}

.history-description-container .article-manufacturer {
    margin-right: 0px;
}

.article-ean {
    font-size: 12px;
    font-weight: 400;
    margin-top: 4px !important;
}



.article-info-icons {
    white-space: nowrap !important;
    position: absolute;
    left: 87px;
    bottom: 60px;
}

    .article-info-icons img {
        margin: 0px !important;
        display: inline-block !important;
        vertical-align: middle !important;
        margin-right: 1px !important;
        height: 18px;
    }

.article-tags {
    line-height: 20px;
    position: absolute;
    bottom: 35px;
    left: 87px;
}

    .article-tags .badge {
        margin-right: 4px;
        border-radius: 3px;
        padding: 4px 6px !important;
    }

.right {
    float: right;
}

.half-width {
    width: 48% !important;
    display: inline-block !important;
}

.article-price {
    position: absolute;
    right: 6px;
    bottom: 4px;
    font-weight: bold;
    line-height: 21px;
    color: black;
}

.article-guarantee {
    position: absolute;
    right: 6px;
    top: 45px;
}

.article-vehicle-type {
    font-size: 12px !important;
    padding: 4px 6px !important;
}

.pointer {
    cursor: pointer !important;
}

/*
.article:hover {
    border-color: #e21e31 !important;
    box-shadow: #e21e31 0px 0px 7px 0px !important;
}

.article.selected {
    border-color: #EE7B87 !important;
    background: #EE7B87 !important;
    color: white !important;
    box-shadow: #e21e31 0px 0px 7px 0px !important;
}*/

.order-row:nth-child(2n) {
    background: #eaeaea;
    border-radius: 4px;
}

.green {
    color: green !important;
}

.red {
    color: red !important;
}

.orange {
    color: orange !important;
}

.article-cart-info {
    position: absolute;
    top: 45px;
    right: 10px;
    color: #e21e31;
    line-height: 24px;
}

    .article-cart-info .badge {
        position: absolute;
        right: -10px;
        top: -15px;
        color: #e21e31;
        background: none !important;
    }



.article:hover .cart-link {
    transform: translate3d(-50%, -50%, 0);
    opacity: 1;
    z-index: 10000;
}

.cart-link {
    position: absolute;
    top: -18%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0) scale(0.5);
    opacity: 0;
    transition: .3s;
    cursor: pointer;
}

.article-stock {
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    left: 87px;
    bottom: 2px;
}

    .article-stock span {
        font-weight: 500;
        color: black;
        font-size: 16px;
    }

.badge-cart-quantity {
    position: absolute;
    top: -15px;
    right: -5px;
    padding: 4px 6px 2px 6px !important;
    height: 20px;
    background: #e21e31 !important;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle:hover::before,
.rd-navbar-fixed .navbar-navigation-back-btn,
.rd-navbar-fixed .navbar-switch:hover, .rd-navbar-fixed .navbar-switch.active {
    color: #e21e31 !important;
}

.user-name {
    color: white;
    font-weight: bold;
    cursor: pointer;
}

.navbar-cart:focus-visible,
.badge-cart-quantity:empty {
    display: none;
}



.demo-badge {
    font-size: 16px;
    padding: 4px 8px;
    display: inline-block;
}

.popover,
.tooltip {
    z-index: 1000;
}

.popover,
.white-tooltip .tooltip-inner {
    background: white;
    box-shadow: #cacaca 0px 0px 15px;
    border: 1px solid #e8e8e9;
    border-radius: 5px;
}

.tooltip-inner .preview-image {
    max-height: 300px;
    border-radius: 5px;
}

.validation-error {
    font-size: 13px;
    color: red;
    font-weight: 500;
    text-align: right;
    float: right;
}

    .validation-error:empty {
        display: none;
    }

.row-8 {
    margin-bottom: -39px;
}

    .row-8 > * {
        margin-bottom: 8px;
    }

.row-15 {
    margin-bottom: -45px;
}

    .row-15 > * {
        margin-bottom: 15px;
    }

@media screen and (min-width:1200px) {
    .navbar-logo-link {
        margin: 0px 0 0 -10px !important;
    }
}

.tooltip-text-container {
    font-size: 14px;
    padding: 6px 8px;
}

.popover-header {
    display: none;
}

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-ripple div {
        position: absolute;
        border: 4px solid #e21e31;
        opacity: 1;
        border-radius: 50%;
        animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .lds-ripple div:nth-child(2) {
            animation-delay: -0.5s;
        }

@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}

.text-left {
    text-align: left;
}

.new-label {
    width: 337px;
    height: 494px
}

.old-label {
    width: 275px;
    height: 494px
}

.no-items-label {
    font-size: 16px;
    font-weight: 400;
}

.modal-footer {
    padding: 0.6rem !important;
}

.modal-body {
    font-size: 16px !important;
}

.modal-header {
    font-size: 21px !important;
}

.modal-body,
.modal-header {
    padding: 0.2rem 0.6rem !important;
    margin-bottom: 1rem !important;
}

.view-switcher {
    float: right;
}

.switch-icon {
    cursor: pointer;
    display: inline-block;
    color: #e8e8e9;
}

    .switch-icon.active {
        color: #171724;
    }

.article-image-container {
    width: 70px;
    display: inline-block;
    text-align: center;
    height: 150px;
    background: white;
    margin: 4px 8px 4px 4px;
    border-radius: 3px;
}

/* LIST VIEW */

.list {
    width: 100%;
}

    .list .article-tags,
    .list .article-info-icons {
        position: static;
    }


    .list .article-image-container {
        width: 30px;
        text-align: center;
        display: inline-block
    }

    .list .article-image {
        max-height: 70px;
        max-width: 30px;
        vertical-align: middle;
        margin-top: 0px;
    }

    .list.article {
        position: relative;
        border: 1px solid #e8e8e9;
        border-radius: 4px;
        padding: 6px;
        height: 85px;
        margin-top: 4px;
        margin-left: 0px;
    }

.low-stock {
    width: 20px;
    height: 20px;
    background: red;
    border-top-right-radius: 4px;
    -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
    clip-path: polygon(0 0, 100% 100%, 100% 0);
    position: absolute;
    top: 0;
    right: 0;
}

.warning-stock {
    width: 20px;
    height: 20px;
    background: orange;
    border-top-right-radius: 4px;
    -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
    clip-path: polygon(0 0, 100% 100%, 100% 0);
    position: absolute;
    top: 0;
    right: 0;
}

.on-stock {
    width: 20px;
    height: 20px;
    background: green;
    border-top-right-radius: 4px;
    -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
    clip-path: polygon(0 0, 100% 100%, 100% 0);
    position: absolute;
    top: 0;
    right: 0;
}

.reseponse-text {
    font-size: 18px;
    font-weight: 500;
}

.list .article-description-container {
    display: inline-block;
    vertical-align: top;
    line-height: 20px;
    position: relative;
    margin-left: 8px;
}

.list .article-description {
    line-height: 18px;
    font-size: 18px;
}

.list .article-manufacturer {
    font-weight: bold;
    display: inline-block;
    font-size: 18px;
    line-height: 20px;
}

.list .article-tread {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.list .article-eulabel {
    margin-left: 0px;
}


.list .article-cart-info {
    top: 12px !important;
    left: 0 !important;
    right: auto !important;
    bottom: auto !important;
}


.list .article-info-icons {
    white-space: nowrap !important;
    position: static !important;
    display: inline-block;
    width: 130px;
}

    .list .article-info-icons img {
        margin: 0px !important;
        display: inline-block !important;
        vertical-align: middle !important;
        margin-right: 4px !important;
    }

.list .article-tags {
    line-height: 20px;
    position: static;
    margin-top: 2px;
}

    .list .article-tags .badge {
        margin-right: 4px;
    }

.list .season-image {
    margin-top: 0px;
    height: 40px;
}

.right {
    float: right;
}

.half-width {
    width: 48% !important;
    display: inline-block !important;
}

.list .article-price {
    position: static;
    right: 200px;
    bottom: 6px;
    font-weight: bold;
    line-height: 21px;
}

.list .article-guarantee {
    position: absolute;
    right: 350px;
    top: 20px;
}

.list .article-vehicle-type {
    font-size: 12px !important;
    padding: 4px 6px !important;
}

.list .article-description-container:hover .cart-link {
    transform: translate3d(-50%, -50%, 0);
    opacity: 1;
    z-index: 10000;
}

.list .article-stock {
    font-size: 13px;
    font-weight: 400;
    position: static;
}

.cart-btn {
    float: right !important;
    width: 2.5rem !important;
    height: 2.5rem !important;
}

@media screen and (min-width:768px) and (max-width:991px) {
    .list .article-price,
    .list .article-stock {
        right: 80px !important;
    }

    .list .article-guarantee,
    .list .article-ean {
        right: 160px !important;
    }
}

.form-select:disabled {
    opacity: 0.5;
}

.form-select-sm {
    padding-right: 2.75rem !important;
}

.rd-navbar-wrap {
    height: 80px !important;
}

.navbar-cart-item-body {
    position: relative;
}

.article-quantity {
    position: absolute;
    bottom: 0px;
    font-weight: 300;
    font-size: 16px;
}

.rd-navbar-fullwidth .navbar-cart-item-qty {
    text-align: left !important;
}

.rd-navbar-fullwidth * + .navbar-cart-line {
    margin-top: 0.5rem !important;
}

.rd-navbar-fullwidth .navbar-cart-item {
    padding-bottom: 1.2rem !important;
}

.single-price {
    position: absolute;
    bottom: 18px;
    font-size: 12px;
    right: 0px;
    font-weight: 400;
}

.thumbnail-small img {
    max-width: 70px;
    max-height: 150px;
}

.rd-navbar-fullwidth .navbar-cart-item-body {
    padding: 0 8px !important;
}

.guarantee-checkbox {
    margin-left: 10px;
    margin-top: 6px !important;
    display: inline-block;
}

.login-error {
    color: red;
    text-align: center !important;
    font-weight: 500;
    font-size: 15px;
}

    .login-error:empty {
        display: none;
    }

.navbar-dark .login-error {
    color: white;
}

.navbar-dark .invalid-feedback {
    color: white;
}

.rd-navbar-fullwidth.navbar-dark .navbar-cart-item, .rd-navbar-fullwidth .navbar-dark .navbar-cart-item,
.navbar-dark .article-price {
    color: white !important;
}

.form-validation {
    right: 4px !important;
    top: 1px !important;
    font-size: 12px !important;
}

.invalid-feedback {
    text-align: right !important;
}

.model-title {
    line-height: 1.2 !important;
    padding-top: 4px !important;
}

.cart-tire-info {
    display: inline-block;
    vertical-align: middle;
}

.cart-article-manufacturer {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    margin-right: 4px;
}

.cart-article-tread {
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    margin-right: 4px;
}

.cart-article-description {
    font-size: 18px;
    display: inline-block;
    margin-right: 3px;
    text-align: right;
    vertical-align: middle;
    float: right;
}

#cart_description2:empty {
    display: none;
}

.cart-form-label {
    width: 25%;
    display: inline-block;
    font-weight: 400;
    font-size: 15px;
    text-align: right;
    padding-right: 16px;
}

.cart-form-field {
    display: inline-block;
    width: 72%;
}

.demo-badge {
    font-size: 14px;
}

.cart-spinner {
    display: inline-block;
    width: 3rem !important;
    height: 1.875rem !important;
    padding: 0.3125rem 0.9375rem 0.3125rem 0.625rem !important;
    font-size: .8125rem !important;
    text-align: left !important;
}

.cart-form-field .ui-spinner-up {
    top: 0 !important;
}

.cart-form-field .ui-spinner-button {
    right: 0 !important;
    width: 0.9375rem !important;
    height: 0.9375rem !important;
    bottom: 0px !important;
}

.label {
    font-weight: 500;
    font-size: 15px;
}

.navbar-button:hover,
.context-dark .rights-link:hover,
.list-link:hover,
.rd-navbar-fullwidth.navbar-dark .navbar-navigation-root-link:hover, .rd-navbar-fullwidth.navbar-dark .navbar-navigation-dropdown-link:hover, .rd-navbar-fullwidth.navbar-dark .navbar-navigation-megamenu-link:hover, .rd-navbar-fullwidth .navbar-dark .navbar-navigation-root-link:hover, .rd-navbar-fullwidth .navbar-dark .navbar-navigation-dropdown-link:hover, .rd-navbar-fullwidth .navbar-dark .navbar-navigation-megamenu-link:hover {
    color: #e21e31 !important;
}

.to-top,
.rd-navbar-fullwidth.navbar-dark .navbar-navigation-root-link::before, .rd-navbar-fullwidth .navbar-dark .navbar-navigation-root-link::before {
    background: #e21e31 !important;
}

.footer {
    padding-top: 3rem !important;
    background-image: url(/images/bg-footer-common.png);
    background-size: contain;
    background: #23232f !important;
    padding-bottom: 1rem !important;
}

    .footer .container {
        background: #23232f !important;
    }

.rd-navbar-fullwidth .navbar-navigation-root-item.active > .navbar-navigation-root-link {
    color: #b3b3b3 !important;
}

.pr-1 {
    padding-right: 0.25rem !important;
}

.pr-2 {
    padding-right: 0.5rem !important;
}

.pr-3 {
    padding-right: 0.75rem !important;
}

.pr-4 {
    padding-right: 1rem !important;
}

.pl-1 {
    padding-left: 0.25rem !important;
}

.pl-2 {
    padding-left: 0.5rem !important;
}

.pl-3 {
    padding-left: 0.75rem !important;
}

.pl-4 {
    padding-left: 1rem !important;
}

.invalid-feedback {
    font-size: 12px !important;
    font-weight: 400 !important;
}

.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .form-control:valid, .form-control.is-valid {
    background-image: none !important;
    padding-right: 0.5rem !important;
    background-position: right calc(0.40625rem) center !important;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: inherit !important;
}

.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
    box-shadow: none !important;
}

.was-validated .form-check-input:valid, .form-check-input.is-valid,
.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .form-select:valid {
    border-color: #e8e8e9 !important;
}


    .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"],
    .was-validated .form-select:invalid,
    .was-validated .form-select:valid:not([multiple]):not([size]) {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2323232f' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
        background-repeat: no-repeat !important;
        background-position: right 1.25rem center !important;
    }

.disabled {
    opacity: 0.5 !important;
    pointer-events: none !important;
}

    .disabled input,
    .disabled select {
        border-color: #e8e8e9 !important;
    }

.article-comment {
    font-size: 13px;
    font-style: italic;
    white-space: nowrap;
    overflow: hidden;
    color: #e21e31;
    width: 100%;
    border: 1px solid #e21e31;
    padding-left: 4px;
    padding-right: 4px;
    border-radius: 4px;
}

.rd-navbar-fullwidth.navbar-dark .navbar-cart-item-qty, .rd-navbar-fullwidth .navbar-dark .navbar-cart-item-qty {
    border-color: #e21e31 !important;
}

.navbar-cart-item .divider {
    border-color: #393944 !important;
}

.cart-item {
    position: relative;
    margin-bottom: 20px;
    height: 215px;
}

    .cart-item .article-info-icons {
        position: static !important;
    }

.cart-item-qty {
    display: inline-block;
    width: 150px;
    text-align: right;
}

.cart-item-button {
    display: inline-block;
    width: 50px;
    text-align: right;
}

.cart-item-left {
    display: inline-block;
    vertical-align: top;
}

.cart-item-body {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 310px);
}

.cart-item .article-comment {
    background: white;
}

.cart-item-body .article-price {
    right: 6px;
    top: 110px !important;
    bottom: inherit !important;
}

.cart-item-qty .article-quantity {
    position: relative !important;
}

.cart-qty.form-control {
    display: inline-block;
    width: 4rem;
    height: 2.5rem;
    padding: 0.3125rem 0.9375rem 0.3125rem 0.625rem !important;
    font-size: 18px;
    text-align: left;
}

.cart-total-label {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

.cart-total-value {
    text-align: right;
    font-size: 28px;
    font-weight: 500;
    color: black;
    line-height: 30px;
}

@media screen and (max-width:991px) {
    .view-switcher {
        display: none;
    }
}


@media screen and (max-width:767px) {
    .cart-item {
        height: 190px !important;
    }
}

@media screen and (min-width:768px) and (max-width:1199px) {
    .cart-item {
        height: 195px !important;
    }
}

@media screen and (min-width:768px) {
    .checkout-separator {
        border-left: 1px solid #e8e8e9;
    }
}

@media screen and (max-width:1199px) {
    .rd-navbar-wrap {
        height: 60px !important;
    }

    .article-car {
        bottom: 10px !important;
    }

    .price-right-margin {
        right: 13px !important;
    }
}

.hide {
    display: none !important;
}

.rd-navbar-fixed .navbar-cart-spinner .ui-spinner-up {
    top: 1px !important;
}

.rd-navbar-fixed .navbar-cart-spinner .ui-spinner-down {
    bottom: 1px !important;
}

.cart-item .ui-spinner-button.ui-spinner-up {
    top: 2px !important;
}

.cart-item .ui-spinner-button.ui-spinner-down {
    bottom: 2px !important;
}

.navbar-cart-item .ui-spinner-button.ui-spinner-up {
    top: 1px !important;
}

.navbar-cart-item .ui-spinner-button.ui-spinner-down {
    bottom: 1px !important;
}

.cart-item .article-tags {
    position: static !important;
    margin-top: 2px;
    margin-bottom: 3px;
}

.rd-navbar-fixed .navbar-cart-item-qty {
    text-align: left !important;
}

.address-name {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 10px;
}

.address-location {
    font-weight: 400;
    font-size: 18px;
}

.address-contact {
    font-size: 16px;
    margin-top: 6px;
}

.address-edit {
    vertical-align: middle;
    margin-top: 0px;
    margin-left: 20px;
    color: #e21e31 !important;
}

textarea.form-control {
    min-height: 3rem !important;
}

.fa-btn {
    font-size: 1.25rem !important;
}

#emailModal .modal-dialog {
    width: 760px !important;
    max-width: 800px !important;
}

#emailModal .modal-header {
    margin-bottom: 0px !important;
}

#emailModal .modal-body {
    padding: 0px !important;
}

.small-image {
    height: 20px;
}

.rd-navbar-fixed .navbar-navigation-back-btn,
.rd-navbar-fixed .navbar-navigation-root-link, .rd-navbar-fixed .navbar-navigation-megamenu-link, .rd-navbar-fixed .navbar-navigation-dropdown-link {
    padding: 10px 20px !important;
}

.rd-navbar-fixed .navbar-switch {
    width: 40px !important;
}

.rd-navbar-fixed .navbar-navigation-back-btn,
.rd-navbar-fixed .navbar-navigation {
    font-size: 1.1rem !important;
}

.rd-navbar-fixed .navbar-logo {
    top: 24px !important;
}

.row {
    --bs-gutter-x: 2rem !important;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #e21e31 !important;
    color: #fff;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
}

.label-value {
    font-size: 15px;
}

.label-shipment {
    font-weight: bold;
    color: black;
    font-size: 15px;
}

.label-total {
    font-size: 18px;
    font-weight: bold;
    color: #e21e31;
}

.text-right {
    text-align: right;
}

.order-singleprice {
    font-size: 14px;
    text-align: right;
}

.order-totalprice {
    font-size: 18px;
    text-align: right;
    font-weight: 500;
    line-height: 20px;
}

.order-item {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 1.25rem;
    margin-top: 0.75rem !important;
}

    .order-item:last-child {
        border-bottom: none;
        padding-bottom: 0.7rem !important;
    }


.history-description-container {
    display: inline-block;
    vertical-align: middle;
}

.history-quantity {
    display: inline-block;
    vertical-align: middle;
}

.history-img {
    height: 18px;
}

.response-text {
    font-size: 17px;
    font-weight: 400;
}

.thumbnail-josip-btn {
    margin: 0 auto 8px !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.comment-icon {
    font-size: 28px !important;
    line-height: 60px !important;
}

.thumbnail-josip {
    max-width: 100% !important;
}

.small-label {
    font-weight: 400;
    line-height: 12px;
    font-size: 12px;
}

.btn {
    font-weight: 500 !important;
}

.sigWrapper {
    border-radius: 3px;
    border-color: #ccc !important;
    margin-bottom: 4px;
}

    .sigWrapper canvas {
        border-radius: 3px;
    }

.sigpad-error {
    text-align: right !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #e72660 !important;
    background: none !important;
    position: absolute;
    right: 105px;
    bottom: 30px;
    display: none;
}

.error-pad .sigWrapper {
    border-color: #e72660 !important;
}

.error-pad .sigpad-error {
    display: block;
}

.rd-navbar-fullwidth .navbar-cart-item-qty {
    font-size: 1rem !important;
}

.ui.dropdown {
    padding: 4px 10px !important;
    min-width: 0px !important;
    min-height: 36px !important;
    line-height: normal !important;
}

.dropdown.icon {
    padding: 8px !important;
}

.ui.selection.dropdown .menu > .item {
    padding: 10px !important;
}

.ui.selection.dropdown {
    background: #fafafa !important;
}

.accordion-classic .accordion-header {
    padding-top: 10px !important;
    padding-bottom: 6px !important;
}

.accordion-classic .accordion-body {
    padding: 0 0 10px !important;
}

.accordion-classic .accordion-item .accordion-header:before {
    top: 9px !important;
}

.max-popover {
    max-width: 80% !important;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle {
    height: 37px !important;
}


ol {
    counter-reset: foo;
    display: table;
}

    ol > li {
        counter-increment: foo;
        display: table-row;
    }

        ol > li::before {
            content: counter(foo) ".";
            display: table-cell; /* aha! */
            text-align: right;
            padding-right: 6px;
        }

.cookie-heading {
    font-weight: 500;
}

.cookie-toggle {
    float: right;
    margin-top: 5px;
}

.deadline {
    font-size: 16px;
    font-weight: 500;
    color: #e21e31;
}

.thumbnail-tamaz-btn {
    margin: 0 auto 8px !important;
}

.thumbnail-tamaz {
    max-width: 100% !important;
}

    .thumbnail-tamaz:hover:before {
        top: -10px !important;
        right: -10px !important;
        bottom: -70px !important;
        left: -10px !important;
    }

.article:hover .low-stock,
.article:hover .warning-stock,
.article:hover .on-stock {
    display: none;
}

.thumbnail-tamaz-content {
    overflow: visible !important;
}

.thumbnail-tamaz-caption {
    padding-top: 10px !important;
}


.k-listview-content {
    overflow: hidden;
}

#orderHistory .k-listview-content {
    overflow: visible;
}


::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-button {
    background: #ccc
}

::-webkit-scrollbar-track-piece {
    background: #888
}

::-webkit-scrollbar-thumb {
    background: #eee
}

.k-animation-container, .k-animation-container *, .k-animation-container :after, .k-block .k-header, .k-list-container, .k-widget, .k-widget *, .k-widget :before {
    box-sizing: border-box !important;
}

.article-color {
    font-style: italic;
    font-size: 16px;
    display: inline-block;
}

.article-axle:empty {
    display: none;
}

.article-axle {
    display: inline-block;
    font-weight: normal;
    font-size: 14px;
    vertical-align: middle;
    text-align: center;
    width: 100%;
}

.article-assembly {
    font-weight: normal;
    font-size: 14px;
    font-weight: 400;
}

.article-car {
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}

.description-block {
    width: 140px;
    display: inline-block;
    vertical-align: middle;
}

.rimcart-qty {
    font-size: 22px;
    color: #e21e31;
    font-weight: 400;
    display: inline-block;
    margin-right: 4px;
}

.price-block {
    display: inline-block;
    margin-top: 20px;
    position: relative;
    right: auto;
    bottom: auto;
    float: right;
}

.price-right-margin {
    right: 0px;
}

.navbar-cart-active .badge-cart-quantity {
    display: none;
}

.shopcart-article-manufacturer {
    font-weight: bold;
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    margin-right: 4px;
}

.shopcart-article-tread {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    margin-right: 4px;
}

.shopcart-article-description {
    line-height: 20px;
    font-size: 18px;
    font-weight: 500;
}

.shopcart-article-ean {
    font-size: 12px;
    font-weight: 400;
}

.shopcart-article-info-icons img {
    margin: 0px !important;
    display: inline-block !important;
    vertical-align: middle !important;
    margin-right: 1px !important;
    height: 18px;
}

.shopcart-article-tags {
    position: static !important;
    margin-top: 2px;
    margin-bottom: 3px;
    line-height: 20px;
}

.shopcart-article-quantity {
    font-weight: 300;
    font-size: 16px;
}

.shopcart-article-price {
    font-weight: bold;
    line-height: 21px;
    color: black;
}

.shopcart-single-price {
    font-size: 12px;
    font-weight: 400;
}

.shopcart-article-color {
    font-style: italic;
    font-size: 16px;
    display: inline-block;
}

#articleList .k-listview-content {
    display: flex !important;
    flex-wrap: wrap !important;
}

.rabate-item .divider,
.rabate-item .article-ean,
.rabate-item .article-comment,
.rabate-item .article-image-container {
    display: none;
}

.rabate-item .article-price,
.rabate-item div {
    color: #e21e31 !important;
}

.rabate-item .article-description {
    font-weight: 300;
}

.scart-item .article-price,
.scart-item .article-quantity,
.scart-item .single-price {
    position: static !important;
}
