@charset "UTF-8";
/*
    Created on : 5.1.2020
    Author     : MICHAL ŠIROKÝ, ŠÁRKA BĚLÍKOVÁ
*/
.c-white {
    color: #fff !important;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #32343a;
    background: url('../img/bg_category.jpg') no-repeat center 100px;
    background-size: 100%;
    min-width: 360px;
}

body.hp {
    background: url('../img/bg.jpg') no-repeat center 100px;
    background-size: 100%;
}

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .conta iner-sm,
    .container-xl {
        max-width: 1180px;
    }
}

.clear {
    clear: both;
}

.size12 {
    font-size: 12px !important;
}

.size13 {
    font-size: 13px !important;
}

.size14 {
    font-size: 14px !important;
}

.size15 {
    font-size: 15px !important;
}

.size16 {
    font-size: 16px !important;
}

.size17 {
    font-size: 17px !important;
}

.size18 {
    font-size: 18px !important;
}

.size19 {
    font-size: 19px !important;
}

.size20 {
    font-size: 20px !important;
}

.size21 {
    font-size: 21px !important;
}

.size22 {
    font-size: 22px !important;
}

@media (min-width: 992px) {
    header .reservation {
        margin-right: 20px;
    }
}

@media (min-width: 1220px) {
    header .reservation {
        margin-right: 80px;
    }
}

@media (max-width: 991px) {
    body {
        background-position: 0 0;
    }

    .search-autocomplete {
        display: none !important;
    }
}

.header {
    height: 100px;
    box-sizing: border-box;
    padding: 28px 15px;
    background: #fff;
    background-size: 100%;
    filter: drop-shadow(0 0 24.5px rgba(0, 0, 0, 0.1));
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.header .logo {
    float: left;
}

.header .logo img {
    margin-top: -5px;
    max-width: 100%;
    max-height: 50px;
}

.header .contact {
    top: 0px;
    padding: 2px 0px;
    font-size: 0.8rem;
}

.header .contact a {
    color: #151617;
    text-decoration: none;
    margin-left: 1.5rem;
}

.header .contact a span {
    margin-left: 5px;
}

.header .contact a .icon {
    width: auto;
    fill: #151617;
}

.header .contact.phone .icon {
    height: 25px;
}

.header .contact.email .icon {
    height: 27px;
}

.header .login-popup {
    background: none;
}

.header .languages {
    display: inline-block;
}

.header .languages a {
    color: #151617;
}

.header .languages a:hover,
.header .languages a.active {
    color: #8ab748;
    text-decoration: none;
}

.header .user {
    width: 20px;
}

.header .number_item {
    background-color: #8ab748;
    width: 18px;
    height: 18px;
    text-align: center;
    border-radius: 9px;
    position: absolute;
    top: -4.5px;
    right: 3px;
    color: #FFFFFF;
    font-size: 12px;
    display: block;
}

.header .number_item:hover {
    text-decoration: none;
}

.header .cart_text {
    font-size: 12px;
    color: #151617;
    display: inline-block;
    font-weight: 400;
    line-height: 15px;
    vertical-align: middle;
    padding-left: 3px;
}

.header .cart_text a {
    color: #151617;
}

.header .cart_text a:hover {
    text-decoration: none;
}

.header .cart_text a .cart_price {
    color: #8ab748;
    display: block;
    font-weight: 700;
    letter-spacing: 1px;
}

.header .dropdown .dropdown-menu {
    width: 291px;
    padding: 14px;
    border: 0;
    filter: drop-shadow(0 0 6.5px rgba(0, 0, 0, 0.13));
    position: absolute;
    top: 45px !important;
    left: auto !important;
    right: -15px !important;
    transform: none !important;
}

.header .dropdown .dropdown-menu:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #fff;
    position: absolute;
    right: 28px;
    top: -12px;
    display: block;
    margin: 0 auto;
}

.header .dropdown .dropdown-menu a {
    color: #8ab748;
    text-decoration: none;
    font-size: 12px;
    display: block;
}

.header .dropdown .dropdown-menu a:hover {
    color: #303238;
}

.header .dropdown .dropdown-menu .btn {
    text-align: center;
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
}

.header .dropdown .dropdown-menu .form-control:focus,
.header .dropdown .dropdown-menu .form-control:active {
    box-shadow: 0 0 0 0;
    border: 1px solid #ced4da;
}

.header-menu .navbar-dark {
    background: #32343a;
    padding-left: 0px;
    height: 50px;
    z-index: 999;
}

.header-menu .navbar-dark .navbar-collapse {
    background: #32343a;
}

.header-menu .navbar-dark .navbar-toggler {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    border: 0;
    height: 50px;
    width: 50px;
    border-radius: 0;
}

.header-menu .navbar-dark .navbar-toggler:hover {
    background: #8ab748;
}

.header-menu .navbar-dark .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.header-menu .navbar-dark .nav-item {
    height: 50px;
    display: none;
}

.header-menu .navbar-dark .nav-item:hover,
.header-menu .navbar-dark .nav-item.active {
    background: #8ab748;
}

.header-menu .navbar-dark .nav-item .nav-link {
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    padding: 15px 20px;
}

.header-menu .navbar-dark .nav-item:nth-child(1),
.header-menu .navbar-dark .nav-item:nth-child(2),
.header-menu .navbar-dark .nav-item:nth-child(3),
.header-menu .navbar-dark .nav-item:nth-child(4),
.header-menu .navbar-dark .nav-item:nth-child(5),
.header-menu .navbar-dark .nav-item:nth-child(6),
.header-menu .navbar-dark .nav-item:nth-child(7) {
    display: inline;
}

.header-menu .navbar-dark .nav-item ul {
    display: none;
}

.header-menu .navbar-dark .nav-item:hover ul {
    display: block;
    background: #fff;
    width: 300px;
    list-style: none;
    padding: 0;
    text-align: left;
    position: absolute;
}

.header-menu .navbar-dark .nav-item:hover ul li a {
    display: block;
    padding: 13px 20px;
    border-bottom: 1px solid #ebeef1;
    color: #32343a;
}

.header-menu .navbar-dark .nav-item:hover ul li a:hover {
    color: #8ab748;
    text-decoration: none;
}

.header-menu .navbar-dark .nav-expanded .nav-item {
    display: inline;
}

.header-menu .navbar-dark .navbar-brand {
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    text-align: center;
    margin: 0;
}

.header-menu .navbar-dark .navbar-brand:hover,
.header-menu .navbar-dark .navbar-brand.active {
    background: #8ab748;
}

.header-search .input-group {
    border: 2px solid #8ab748;
    border-radius: 3px;
    height: 50px;
    background: #fff;
    padding: 3.5px !important;
    margin-top: 16px;
}

.header-search .input-group .form-control {
    border: 0px;
    font-size: 14px;
    color: #32343a;
    font-style: italic;
    height: 40px;
}

.header-search .input-group .form-control:focus,
.header-search .input-group .form-control:active {
    box-shadow: 0 0 0 0;
}

.header-search .input-group .input-group-append .input-group-text {
    width: 139px;
    height: 38px;
    border: 0px;
    border-radius: 5px;
    background-color: #8ab748;
    font-size: 14px;
    color: #fff;
    text-align: center;
    display: block;
    padding: 0;
    line-height: 40px;
    cursor: pointer;
}

.header-search .input-group .input-group-append .input-group-text:hover {
    background-color: #303238;
}

.fake-header {
    height: 100px;
    width: 100%;
}

.navbar-nav .reservation {
    display: none;
}

.navbar-nav .language {
    display: none;
}

@media (max-width: 991px) {

    body {
        background-position-y: 85px;
    }

    body.hp {
        background-position-y: 85px;
    }

    .header {
        position: relative;
        height: auto;
        padding: 20px 15px;
    }

    .header .contact a span {
        display: none;
    }

    .header .cart_text {
        display: none;
    }

    .fake-header {
        display: none;
    }

    .header-search .input-group {
        margin: 0px;
        position: absolute;
        top: -40px;
        z-index: 999;
        left: 70px;
        height: 30px;
        border-radius: 0;
        border: 1px solid #8ab748;
        width: 55%;
        background: transparent;
        padding: 0 !important;
    }

    .header-search .input-group .form-control {
        color: #fff;
        height: 28px;
        background: transparent;
    }

    .header-search .input-group .input-group-append .input-group-text {
        height: 28px;
        line-height: 28px;
        width: 30px;
        background: transparent;
        color: #fff;
    }

    .header-search .input-group .input-group-append .input-group-text span {
        display: none;
    }

    .header-menu .navbar-dark .navbar-collapse {
        position: absolute;
        top: 50px;
        width: 100%;
    }

    .header-menu .navbar-dark .nav-item {
        display: inline;
    }
}

@media (max-width: 1199px) {
    .header .contact strong {
        display: none;
    }

    .header-menu .navbar-dark .nav-item {
        height: auto;
    }

    .header-menu .navbar-dark .nav-item:hover ul {
        width: 100%;
        position: static;
        text-align: center;
    }

    .header-menu .navbar-dark .nav-item ul {
        display: block;
        background: #fff;
        width: 100%;
        list-style: none;
        padding: 0;
        text-align: center;
        position: static;
    }

    .header-menu .navbar-dark .nav-item ul li a {
        display: block;
        padding: 13px 20px;
        border-bottom: 1px solid #ebeef1;
        color: #32343a;
    }

    .header-menu .navbar-dark .nav-item ul li a:hover {
        color: #8ab748;
        text-decoration: none;
    }
}

@media (max-width: 767px) {
    .header .contact a span {
        display: none;
    }

    .header .reservation {
        display: none;
    }

    .navbar-nav .reservation {
        display: inline-block;
        border-radius: 0;
        border-top: 1px solid #32343a;
        border-bottom: 1px solid #32343a;
    }

    .navbar-nav .reservation:hover {
        background: #6c757d !important;
        border-top: 1px solid #6c757d;
        border-bottom: 1px solid #6c757d;
    }

    .header .languages {
        display: none;
    }

    .navbar-nav .language {
        display: inline-block;
        padding: 0 40px;
        border-radius: 0;
        border-top: 1px solid #545b62;
        text-transform: uppercase;
    }

    .navbar-nav .language:hover {
        background: #545b62 !important;
    }
}

.main h1 {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 35px;
}

.main h1.hp {
    font-size: 32px;
    padding-top: 50px;
}

.main h1.not-uppercase {
    text-transform: none;
}

.main h2 {
    font-size: 22px;
    font-weight: 400;
    display: block;
    padding-top: 35px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.main h2.hp {
    text-transform: none;
    padding-top: 0;
}

.main h2.not-uppercase {
    text-transform: none;
}

.main h3 {
    font-size: 18px;
    font-weight: 400;
    display: block;
    padding-top: 35px;
    text-transform: uppercase;
}

.main h3.not-uppercase {
    text-transform: none;
}

.main h4 {
    font-size: 16px;
    font-weight: 400;
    display: block;
    padding-top: 35px;
    text-transform: uppercase;
}

.main ol,
.main ul {
    margin-top: 20px;
    padding-left: 15px;
}

.main ol {
    list-style-position: inside;
    padding-left: 0;
}

.main table {
    width: 100%;
}

.main .table {
    background-color: #f3f2f3;
    overflow: hidden;
    border-radius: 5px;
}

.main .table .thead-org th {
    background-color: #8ab748;
    border: 0;
    color: #fff;
    font-weight: 400;
}

.main .table .thead-org th:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.main .table .thead-org th:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.main .homepage-icons {
    margin-bottom: -40px;
}

.main .homepage-icons .icon-img {
    height: 110px;
    position: relative;
}

.main .homepage-icons .icon-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.main .configurator {
    max-width: 460px;
    margin: auto;
    color: #fff;
}

.main .configurator.configurator-category {
    max-width: unset;
}

.main .configurator.switcher .btn {
    border-radius: 0;
}

.main .configurator.switcher .btn.inactive {
    background: #343a40;
}

.main .configurator.switcher .btn:hover {
    background: #46484d;
}

.main .configurator label,
.main .configurator select {
    cursor: pointer;
}

.main .configurator label svg {
    display: inline-block;
    vertical-align: middle;
}

.main .configurator input[type="radio"] {
    display: none;
}

.main .configurator input[type="radio"] + label {
    position: relative;
}

.main .configurator input[type="radio"] + label:before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    background: #fff;
    border-radius: 50%;
    position: relative;
    vertical-align: middle;
    margin-right: 10px;
}

.main .configurator input[type="radio"]:checked + label:after {
    content: '';
    width: 16px;
    height: 16px;
    background: #8ab748;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 17px;
    left: 3px;
}

.main .configurator .vehicle-selector input:checked + label svg {
    fill: #8ab748;
}

.main .configurator .vehicle-selector label svg {
    fill: #fff;
}

.main .configurator .tyre-selector {
    padding: 15px;
}

.main .configurator .tyre-selector .tyre-dimension-text {
    font-size: 18px;
}

.main .configurator .tyre-selector input[type="radio"]:checked + label:after {
    top: 12px;
}

.main .configurator .tyre-selector .smalltext {
    font-size: 10px;
    color: #8ab748;
    padding-top: 8px;
}

.main .configurator .tyre-selector .tyre-dimension-span small {
    font-size: 16px;
    color: #6c757d;
    float: right;
    margin-top: 9px;
    margin-right: 1rem;
}

.main .configurator .configuration-background {
    background-color: #46484d;
    padding: 10px;
    margin-top: 10px;
}

.main .configurator .configuration-background:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #46484d;
    position: absolute;
    top: -9px;
    left: 90px;
}

.main .configurator .configuration-background .col-6 {
    padding: 3px;
}

.main .configurator .configuration-background .configuration-width .width {
    background-color: #8ab748;
    height: 36px;
    line-height: 36px;
    padding-left: 15px;
}

.main .configurator .configuration-background .configuration-width label {
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
}

.main .configurator .configuration-background .width-select {
    padding-left: 3px;
}

.main .configurator .configuration-background .width-select select {
    height: 36px;
    line-height: 36px;
    padding-left: 15px;
    width: 100%;
    background-color: #fff;
    border: 0;
    appearance: none;
    background: #fff url("../img/icons/angle-arrow-down.svg") no-repeat 93% center;
    background-size: 4%;
}

.main .anchor a {
    background-color: #8ab748;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    color: #fff;
    display: inline-block;
    line-height: 48px;
}

.main .anchor.scrollup {
    position: fixed;
    top: 130px;
    right: 30px;
    z-index: 1000;
    background-color: #8ab748;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    color: #fff;
    display: none;
    line-height: 48px;
    text-align: center;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    cursor: pointer;
}

@media (max-width: 991px) {
    .main .anchor.scrollup {
        top: 30px;
    }
}

.main .card .card-header {
    padding: 25px;
}

.main .card .card-header h3 {
    font-size: 22px;
    font-weight: 400;
    color: #32343a;
    margin: 0px;
    padding: 0px;
}

.main .card .card-body {
    padding: 25px;
}

.main .card .card-body h4 {
    font-size: 18px;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 10px;
}

.main .card .card-body hr {
    width: calc(100% + 50px);
    margin-left: -25px;
    position: relative;
}

.main .card .card-body hr:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #e3e5e9;
    position: asbolute;
    left: 0;
    right: 0;
    top: 0;
    display: block;
    margin: 0 auto;
}

.main .card .card-body hr:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: -2px;
    display: block;
    margin: 0 auto;
}

.main .item {
    padding: 15px;
    margin: 15px 0 0 0;
}

.main .item .item_addcart .input-counter .input-group-append:hover .input-group-text {
    background: #303238;
}

.main .item:hover,
.main .item.active {
    border-radius: 5px;
    filter: drop-shadow(0px 1px 27px rgba(209, 212, 219, 0.5));
    background-color: #ffffff;
    z-index: 10000;
    position: relative;
}

.main .item:hover .item_addcart .input-counter .input-group-append .input-group-text,
.main .item.active .item_addcart .input-counter .input-group-append .input-group-text {
    background: #303238;
}

.main .item:hover {
    border-radius: 5px;
    filter: drop-shadow(0px 1px 27px rgba(209, 212, 219, 0.5));
    background-color: #ffffff;
    z-index: 10000;
    position: relative;
}

.main .item .item_img {
    height: 110px;
    position: relative;
}

.main .item .item_img img {
    object-fit: contain;
    width: 100%;
    height: 110px;
}

.main .item .item_img .item_tag {
    position: absolute;
    top: 0;
    left: 0;
    background: #fd4253;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    color: #fff;
    font-size: 13px;
}

.main .item .item_img .img_view {
    max-width: 500px;
    max-height: 500px;
    width: auto;
    height: auto;
    display: none;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2147483647;
    border: 1px solid #e3e5e9;
    border-radius: 3px;
}

@media (max-width: 991px) {
    .main .item .item_img .img_view {
        max-width: 350px;
        max-height: 350px;
    }
}

.main .item .item_img:hover .img_view {
    display: block;
}

.main .item .item_title {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 18px;
    color: #313339;
    text-align: center;
    overflow: hidden;
}
.main .item .item_title_col {
    height: 36px;
}

.main .item .item_title a {
    color: #313339;
}

.main .item .item_title a:hover {
    text-decoration: none;
}

.main .item .tyre-dimensions {
    font-size: 13px;
    color: #8ab748;
}

.main .item .tyre-dimensions span {
    color: #313339;
}

.main .item .tyre-parameters {
    zoom: 0.8;
}
.main .item .tyre-dot {
    zoom: 0.8;
    color: #8ab748;
}
.main .item .tyre-dot strong {
    color: #32343a;
    font-weight: 600;
}
.main .item .item_price {
    font-weight: 700;
    font-size: 25px;
    letter-spacing: 1px;
    line-height: 18px;
    color: #8ab748;
}

.main .item .status_wrapper {
    height: 30px;
    margin-top: 10px;
}

.main .item .status_wrapper .status {
    border-radius: 0px;
    background-color: #dcf3e1;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 12px;
    color: #0061a4;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    padding: 0 10px;
}

.main .item_addcart {
    padding: 20px 10px;
    padding-bottom: 0px;
    max-width: 280px;
    margin: 0 auto;
}

.main .item_addcart.max220 {
    max-width: 220px;
}

.main .item_addcart .form-group {
    margin-bottom: 0;
}

.main .item_addcart .input-counter .input-group-btn .btn.minus {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.main .item_addcart .input-counter .input-group-append {
    margin-left: -3px;
}

.main .item_addcart .input-counter .input-group-append .input-group-text {
    border: 0;
    height: 38px;
    background-color: #8ab748;
    color: #fff;
    font-size: 15px;
    padding: 0 20px;
    z-index: 9;
    border-radius: 0;
}

.main .item_addcart .input-counter .input-group-append .input-group-text:hover {
    background-color: #303238;
}

.main .paging .btn {
    height: auto;
    min-width: 35px;
    font-size: 1rem;
    line-height: 1rem;
    padding: 9px 15px !important;
}

.main .paging .btn-primary.active {
    background: #8ab748;
}

.main .product-image {
    margin-top: 35px;
    text-align: center;
    background: #fff;
}

.main .product-image img {
    width: auto;
    max-width: 100%;
}

.main .error-page .error {
    width: 138px;
    font-size: 119px;
    border-radius: 69px;
    background-color: #8ab748;
    letter-spacing: 0px;
    line-height: 141px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    margin: 0 auto;
    margin-top: 50px;
}

.main .error-page span {
    font-size: 28px;
    letter-spacing: 1px;
    line-height: 33px;
    color: #32343a;
    font-weight: 700;
    display: block;
}

.main .success-page .success .checkmark {
    width: 138px;
    height: 138px;
    font-size: 119px;
    border-radius: 69px;
    background-color: #8ab748;
    letter-spacing: 6px;
    line-height: 141px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: 50px;
    position: relative;
}

.main .success-page .success .checkmark:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 30px;
    width: 40px;
    height: 60px;
    display: block;
    border: solid white;
    border-width: 0 10px 10px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 0;
    margin: auto;
}

.main .success-page .order_number {
    margin-top: 20px;
    margin-bottom: 20px;
}

.main .success-page .order_number .orange {
    color: #8ab748;
    font-weight: 400;
    display: inline-block;
}

.main .success-page .payed_order {
    font-size: 20px;
    color: #0061a4;
    border-radius: 5px;
    background-color: #dcf3e1;
    width: 365px;
    height: 51px;
    line-height: 51px;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.main .success-page span {
    font-size: 28px;
    letter-spacing: 1px;
    line-height: 33px;
    color: #32343a;
    font-weight: 700;
    display: block;
}

.main .item_tag_detail {
    background: #fd4253;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    color: #fff;
    font-size: 13px;
    display: inline-block;
}

.main .status_detail {
    border-radius: 5px;
    background-color: #dcf3e1;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 12px;
    color: #0061a4;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    padding: 0 10px;
}

.main .green_text {
    display: inline-block;
    color: #0061a4;
    font-size: 12px;
}

.main .item_product_price {
    font-weight: 700;
    font-size: 45px;
    letter-spacing: 1px;
    line-height: 18px;
    color: #313339;
}

.main .item_product_price_small {
    font-size: 18px;
    display: block;
}

.main .item_product_store_price {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 18px;
    color: #313339;
}

.main .item .item_product_store_price {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 15px;
    color: #313339;
}

.main .item .item_availability {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 11px;
    color: #52C26A;
    display: inline-block;
}

.main .item_product_store_price_small {
    font-size: 13px;
    display: block;
}

.main .print {
    color: #bebfc0;
    font-size: 15px;
    display: block;
    padding-left: 0px;
}

.main .print a, .main .data-sheet a {
    color: #000;
    text-decoration: none;
}

.main .print a:hover, .main .data-sheet a:hover {
    color: #8ab748;
    text-decoration: none;
}

.main .print a:hover svg, .main .data-sheet a:hover svg {
    fill: #8ab748;
}

.main .print svg {
    position: relative;
    top: -1px;
    margin-left: 3px;
    margin-right: 5px;
    width: 25px;
    height: 30px;
}

.main .data-sheet svg {
    position: relative;
    top: -2px;
    margin-right: 3px;
    width: 30px;
    height: 35px;
}

.main .step {
    display: inline-block;
    margin-right: 20px;
}

.main .step:last-child {
    margin: 0;
}

.main .step .step_number {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    background-color: #e3e5e9;
    display: inline-block;
    color: #fff;
    text-align: center;
    margin-right: 10px;
}

.main .step .step_number.active {
    background-color: #8ab748;
}

.main .step .step_text {
    font-size: 14px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

.main .step .step_text a {
    color: #32343a;
}

.main .step .step_text a:hover {
    text-decoration: none;
}

.main .basket-items {
    width: 100%;
}

.main .basket-items .basket-item-warning {
    display: none;
}

.main .basket-items .basket-item:last-child td {
    border-bottom: 0px;
}

.main .basket-items .basket-item td {
    border-bottom: 1px solid #e3e5e9;
    padding: 20px 0;
}

.main .basket-items .basket-item .basket-item-img {
    width: 120px;
}

.main .basket-items .basket-item .basket-item-img img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin-right: 20px;
}

.main .basket-items .basket-item .basket-item-name {
    padding-right: 15px;
}

.main .basket-items .basket-item .basket-item-name a {
    color: #313339;
}

.main .basket-items .basket-item .basket-item-num {
    padding-right: 15px;
}

.main .basket-items .basket-item .basket-item-num .form-group {
    width: 90px;
}

.main .basket-items .basket-item.basket-set-item {
    zoom: 0.9;
    opacity: 0.9;
}

.main .basket-items .basket-item.basket-set-item img {
    max-width: 90px;
    max-height: 90px;
}

.main .basket-items .basket-item.basket-set-item .basket-item-num {
    padding-left: 5px;
}

.main .basket-items .basket-item.basket-set-item td {
    border-bottom: 1px solid #f0f0f0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.main .basket-items .basket-item.basket-set-item.basket-set-item-last td {
    border-bottom: 1px solid #e3e5e9;
}

.main .basket-items .basket-item.basket-set-item.basket-set-item-last:last-child td {
    border-bottom: none;
}

.main .basket-items .basket-item.basket-set td {

    border-bottom: 1px solid #f0f0f0;
}

.main .table-option .option-item:last-child td {
    border: 0;
}

.main .table-option .option-item td {
    border-bottom: 1px solid #e3e5e9;
    padding: 10px 0;
}

.main .table-option .option-item td label {
    margin: 0px;
}

.main .legend {
    font-size: 13px;
    color: #313339;
    margin-bottom: 10px;
}

.main .legend span {
    display: inline-block;
    width: 19px;
    height: 19px;
    border-radius: 10px;
    background-color: #afeec3;
    margin-right: 5px;
    vertical-align: top;
}

.main .legend.green span {
    background-color: #afeec3;
}

.main .legend.red span {
    background-color: #f6bdbd;
}

.main .legend.grey span {
    background-color: #e3e3e3;
}

.main .margin7 {
    margin: 0 -7px;
}

.main .collapse-filter:after {
    content: '+';
    display: block;
    height: 20px;
    width: 20px;
    background: #e8e8e8;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    right: 15px;
    line-height: 20px;
    text-decoration: none;
}

.main .collapse-filter[aria-expanded="true"]:after {
    content: '-';
}

.main .collapse-filter[aria-controls="collapse-_do"]:after {
    display: none;
}

.main .switchform {
    position: relative;
    width: 40px;
    height: 10px;
    border-radius: 5px;
    background: #fff;
    margin: 9px 0;
}

.main .switchform div {
    width: 28px;
    height: 28px;
    position: absolute;
    top: -9px;
    background: #8ab748;
    border-radius: 50%;
}

.main .switchform div.activeleft {
    left: 0px;
}

.main .switchform div.activeright {
    right: 0px;
}

.main .cursor-pointer {
    cursor: pointer;
}

.modal-body .modal-cart-incomplete {
    color: #721c24;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    display: block;
    padding: 0.75rem 1.25rem;
    border-radius: 0.25rem;
}

.modal-body .modal-cart-complete {
    color: #155724;
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    display: block;
    padding: 0.75rem 1.25rem;
    border-radius: 0.25rem;
}


@media (max-width: 767px) {
    .main .step {
        display: block;
        margin-bottom: 15px;
    }

    .main .item .item_img:hover .img_view {
        display: none !important;
    }
}

@media (max-width: 540px) {
    .main .basket-items .basket-item .status_detail {
        display: none;
    }

    .main .basket-items .basket-item .basket-item-img {
        display: none;
    }

    .main .basket-items .basket-item .input-group-btn {
        display: none;
    }

    .main .basket-items .basket-item .basket-item-num .form-group {
        width: 40px;
        margin: 0 20px !important;
    }

    .main .configurator input[type="radio"] + label::before {
        margin-right: 0px;
    }

    .main .configurator .tyre-selector input[type="radio"] + label::after {
        top: 7px !important;
    }

    .main .configurator .tyre-selector svg {
        width: 30px;
        height: 30px;
    }
}

.main .sticky-filter {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
}

.main .sticky-filter .form-group {
    margin-bottom: 0.75rem;
}

.main .sticky-filter .form-group select.form-control {
    height: 30px;
    font-size: 12px;
}

button,
input,
optgroup,
select,
textarea,
.form-control {
    font-family: Poppins, sans-serif;
}

button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus,
.form-control:focus {
    outline: 0;
    box-shadow: 0 0 0 0;
}

.form-control {
    font-size: 15px;
}

label {
    text-transform: uppercase;
}

label.not-uppercase {
    text-transform: none;
}

label.first-upper:first-letter {
    text-transform: uppercase;
}

.switch {
    position: relative;
    display: inline-block;
    width: 156px;
    height: 36px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch input:focus + .slider {
    box-shadow: 0 0 0;
}

.switch input:checked + .slider:before {
    -webkit-transform: translateX(70px);
    -ms-transform: translateX(70px);
    transform: translateX(70px);
}

.switch input:checked + .slider:after {
    -webkit-transform: translateX(70px);
    -ms-transform: translateX(70px);
    transform: translateX(70px);
}

.switch input:checked ~ .label1 {
    color: #98999c;
}

.switch input:checked ~ .label2 {
    color: #8ab748;
}

.switch .label1,
.switch .label2 {
    height: 36px;
    display: inline-block;
    line-height: 36px;
    width: 100px;
    position: absolute;
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: 700;
    color: #98999c;
}

.switch .label1 {
    left: -100px;
    color: #8ab748;
}

.switch .label2 {
    right: -100px;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e3e5e9;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 18px;
}

.slider:before {
    position: absolute;
    content: "";
    left: 6px;
    bottom: 6px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 73px;
    height: 25px;
    border-radius: 13px;
    background-color: #8ab748;
}

.slider:after {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 8px;
    background-color: #e34500;
    position: absolute;
    bottom: 11px;
    left: 13px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.form-group select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    height: 40px;
    background: url("../img/icons/angle-arrow-down.svg") no-repeat calc(100% - 15px) center;
    background-size: 10px;
    background-color: #ffffff;
    cursor: pointer;
    border: 1px solid #e3e5e9;
    border-radius: 5px;
    font-size: 14px;
    color: #32343a;
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.form-group select.form-control:focus {
    box-shadow: 0 0 0 0;
}

.form-group label {
    color: #32343a;
    font-size: 12px;
}

.input-counter .input-group-btn {
    height: 38px;
}

.input-counter .input-group-btn .btn {
    height: 38px;
    line-height: 28px;
    border: 1px solid #e3e5e9;
    color: #313338;
    padding: 0px;
    min-width: 28px;
}

.input-counter .input-group-btn .btn:focus,
.input-counter .input-group-btn .btn:active {
    box-shadow: 0 0 0 0;
}

.input-counter .input-group-btn .btn.plus {
    border-radius: 0px;
}

.input-counter .input-group-btn .btn.minus {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.input-counter .form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: center;
    margin: 0 -1px;
    border: 1px solid #e3e5e9;
    color: #313338;
    padding: 0px;
    height: 38px;
}

.btn {
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    border: 0;
}

.btn.w100pct {
    width: 100%;
    text-align: center;
    max-width: 320px;
    margin: 0 auto;
    display: block;
}

.btn.btn-primary,
.btn.btn-primary:not(:disabled) {
    padding: 0 40px;
    background-color: #8ab748;
}

.btn.btn-primary:hover,
.btn.btn-primary:not(:disabled):hover {
    background-color: #303238;
}

.btn.btn-primary:focus,
.btn.btn-primary:not(:disabled):focus,
.btn.btn-primary:active,
.btn.btn-primary:not(:disabled):active {
    box-shadow: 0 0 0 0;
    background: #8ab748;
}

.btn.btn-primary.btn-sm,
.btn.btn-primary:not(:disabled).btn-sm {
    padding: 0 30px;
    height: 44px;
    line-height: 46px;
}

.btn.btn-outline-primary {
    height: 40px;
    line-height: 36px;
    border-radius: 5px;
    background-color: #ffffff;
    border: 2px solid #e3e5e9;
    color: #32343a;
    padding: 0 20px;
    min-width: 200px;
    text-align: center;
    margin-right: 20px;
    margin-bottom: 20px;
}

.btn.btn-outline-primary:hover,
.btn.btn-outline-primary.active {
    background-color: #ffffff !important;
    border: 2px solid #8ab748 !important;
    color: #32343a !important;
}

.checkmark:after {
    display: none;
}

.container-checkbox {
    display: inline-block;
    position: relative;
    padding: 0;
    margin: 7px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container-checkbox .label {
    display: inline-block;
    height: 40px;
    line-height: 36px;
    border-radius: 5px;
    background-color: #ffffff;
    border: 2px solid #e3e5e9;
    color: #6f7175;
    padding: 0 19px;
    min-width: 77px;
    text-align: center;
}

.container-checkbox .label:hover {
    border: 2px solid #8ab748;
    color: #32343a;
}

.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.container-checkbox input:checked ~ .checkmark {
    background-color: #8ab748;
    display: block;
}

.container-checkbox input:checked ~ .checkmark:after {
    display: block;
}

.container-checkbox input:checked ~ .label {
    border: 2px solid #8ab748;
    color: #32343a;
}

.container-checkbox input:disabled ~ .label {
    background: #f6bdbd;
    border: 2px solid #f6bdbd;
    cursor: no-drop;
}

.container-checkbox input:disabled ~ .label:hover {
    color: #6f7175;
    cursor: no-drop;
}

.container-checkbox .checkmark {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 25px;
    height: 25px;
    border-radius: 12px;
    background-color: #8ab748;
    display: none;
}

.container-checkbox .checkmark:after {
    content: "";
    position: absolute;
    left: 9px;
    top: 5px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkbox-wrapper,
.chceckbox-wrapper {
    position: relative;
}

.checkbox-wrapper input[type="checkbox"],
.chceckbox-wrapper input[type="checkbox"] {
    display: none;
}

.checkbox-wrapper input[type="checkbox"] + label,
.chceckbox-wrapper input[type="checkbox"] + label {
    cursor: pointer;
}

.checkbox-wrapper input[type="checkbox"] + label:before,
.chceckbox-wrapper input[type="checkbox"] + label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    background-color: #ffffff;
    border: 1px solid #dce1e7;
    margin: -2px 10px 0 0;
    vertical-align: middle;
    cursor: pointer;
}

.checkbox-wrapper input[type="checkbox"] + label:hover:before,
.chceckbox-wrapper input[type="checkbox"] + label:hover:before {
    border: 1px solid #8ab748;
}

.checkbox-wrapper input[type="checkbox"]:checked + label:after,
.chceckbox-wrapper input[type="checkbox"]:checked + label:after {
    content: "";
    width: 14px;
    height: 14px;
    background-color: #8ab748;
    position: absolute;
    left: 3px;
    top: 4px;
}

.radio-wrapper {
    position: relative;
}

.radio-wrapper input[type="radio"] {
    display: none;
}

.radio-wrapper input[type="radio"]:disabled + label {
    color: #dce1e7;
    cursor: no-drop;
}

.radio-wrapper input[type="radio"]:disabled + label:hover:before {
    border: 1px solid #dce1e7;
}

.radio-wrapper input[type="radio"] + label {
    cursor: pointer;
}

.radio-wrapper input[type="radio"] + label:before {
    content: "";
    width: 22px;
    height: 22px;
    border-radius: 11px;
    background-color: #ffffff;
    border: 1px solid #dce1e7;
    display: inline-block;
    margin: -2px 10px 0 0;
    vertical-align: middle;
    cursor: pointer;
}

.radio-wrapper input[type="radio"] + label:hover:before {
    border: 1px solid #8ab748;
}

.radio-wrapper input[type="radio"]:checked + label:after {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 7px;
    background-color: #8ab748;
    position: absolute;
    left: 4px;
    top: 3px;
}

.ui-datepicker-inline.ui-widget.ui-widget-content {
    padding: 0px;
    border: 0px;
    width: 100%;
    max-width: 310px;
    margin-bottom: 30px;
}

.ui-datepicker-calendar .ui-state-default {
    border: 0px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    padding: 0;
    background: #fff;
}

.ui-datepicker td {
    width: 44px;
    height: 44px;
    background-color: #ffffff;
    border: 1px solid #dce1e7;
    padding: 0px;
}

.ui-datepicker td a {
    color: #32343a;
}

.ui-datepicker td.ui-datepicker-other-month a {
    color: #8d909a;
}

.ui-datepicker td.ui-datepicker-today a.ui-state-default {
    background: #e3e3e3;
    color: #32343a;
}

.ui-datepicker td.ui-datepicker-unselectable .ui-state-default {
    background-color: #f6bdbd;
    color: #32343a;
}

.ui-datepicker td.ui-datepicker-unselectable.ui-datepicker-other-month .ui-state-default {
    background-color: #faeaea;
    color: #8d909a;
}

.ui-datepicker td.ui-datepicker-unselectable {
    opacity: 1 !important;
}

.ui-datepicker td.ui-datepicker-current-day .ui-state-default {
    background-color: #4dd97b !important;
    color: #32343a;
    font-weight: 700;
}

.ui-datepicker-calendar thead {
    display: none;
}

.ui-datepicker .ui-datepicker-header {
    background: transparent;
    border: 0;
    font-size: 18px;
    color: #313339;
    font-weight: 400;
    font-family: "Poppins";
}

.ui-datepicker .ui-datepicker-title {
    margin: 0;
    text-align: left;
}

.ui-datepicker .ui-datepicker-prev {
    right: 30px;
    left: auto;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev span {
    background: url('../img/icons/angle-arrow-down.svg');
    background-position: center center;
    background-size: 70%;
    background-repeat: no-repeat;
    transform: rotate(90deg);
}

.ui-datepicker .ui-datepicker-next span {
    background: url('../img/icons/angle-arrow-down.svg');
    background-position: center center;
    background-size: 70%;
    background-repeat: no-repeat;
    transform: rotate(-90deg);
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover {
    background: transparent;
    border: 0;
}

.loader {
    position: fixed;
    top: 45%;
    left: 0;
    right: 0;
    width: 60px;
    height: 60px;
    margin: auto;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    display: none;
    padding: 9px;
    border: 1px solid #14171a;
}

.loader.show {
    display: block;
}

.loader .spinner-border {
    width: 40px;
    height: 40px;
}

.footer {
    background: url('../img/bg_black.webp') no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding-top: 78px;
    margin-top: 40px;
    color: #fff;
}

.footer h3 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
}

.footer .logo img {
    width: 100%;
    max-width: 186px;
}

.footer ul {
    list-style: none;
    padding: 0px;
}

.footer ul li {
    padding-bottom: 7px;
}

.footer a {
    color: #fff;
    font-size: 15px;
}

.footer a:hover {
    color: #8ab748;
}

.footer .contact span {
    font-size: 10px;
    position: relative;
    top: -4px;
}

.footer .social-media a {
    margin-right: 5px;
}

.copyright {
    background: #14171a;
    padding: 66px 20px;
    display: block;
    color: #fff;
    text-align: center;
}

.copyright a {
    color: #8ab748;
}

.copyright a:hover {
    text-decoration: none;
}

.loader {
    position: fixed;
    top: 45%;
    left: 0;
    right: 0;
    width: 60px;
    height: 60px;
    margin: auto;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    display: none;
    padding: 9px;
    border: 1px solid #14171a;
}

.loader.show {
    display: block;
}

.loader .spinner-border {
    width: 40px;
    height: 40px;
}

.energetic-label {
    float: right;
    max-width: 30%;
    margin-top: 15px;
}

@media (max-width: 540px) {
    .energetic-label {
        max-width: 25%;
    }
}

.search-autocomplete {
    position: absolute;
    z-index: 999;
    top: 48px;
    background: #FFFFFF;
    width: calc(100% - 5px);
    display: none;
    border: 1px solid #8ab748;
    border-top: none;
    border-radius: 0px 0px 5px 5px;
    overflow: hidden;
}

.search-autocomplete a {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 3px;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    text-decoration: none !important;
}

.search-autocomplete a:first-child {
    border-top: none;
}

.search-autocomplete a:hover {
    background: #f8f8f8;
}

.search-autocomplete a img {
    width: 50px;
    height: 60px;
    object-fit: cover;
}

.search-autocomplete a > span {
    padding-left: 10px;
    color: #34363d;
    line-height: 17px;
    flex-grow: 1;
}

.search-autocomplete span strong {
    font-weight: normal;
}

.search-autocomplete span small {
    color: #8ab748;
}


.search-autocomplete span small span {
    padding-left: 0px;
    color: #34363d;
}

.search-autocomplete a:hover span strong {
    text-decoration: underline;
}

.search-autocomplete a > strong {
    padding-right: 10px;
    text-align: right;
    color: #34363d;
}

.vab {
    vertical-align: bottom;
}

form .text-danger {
    font-size: 12px;
    font-weight: 500;
}

#frm-reservationForm-date_message {
    position: relative;
    top: -33px;
}

.frm-reservationForm-time {
    display: none;
}

.languages .btn.btn-sm {
    padding: 0px 5px !important;
    height: 21px !important;
    line-height: 23px !important;
    font-size: 0.65rem;
    text-transform: uppercase;
}

.delivery-link {
    color: #8ab748 !important;
}

.invoice-link {
    font-style: italic;
    color: #8ab748 !important;
}

.icon {
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    border: 0;
    background-color: transparent;
}

.icon.icon-small {
    width: 20px;
    height: 20px;
}

.icon.icon-big {
    width: 40px;
    height: 40px;
}

.icon.ico-user {
    fill: #151617;
}

.icon.ico-home {
    fill: #fff;
}

.icon.ico-search {
    fill: #fff;
    width: 16px;
    height: 16px;
}

.icon.ico-cart {
    fill: #151617;
}

.icon.ico-angle_arrow_down {
    fill: #fff;
    width: 13px;
    height: 13px;
}

.icon.ico-addcart {
    fill: #fff;
}

.icon.ico-cancel {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #e3e5e9;
    text-align: center;
    margin-left: 20px;
}

.icon.ico-cancel svg {
    width: 10px;
    height: 10px;
    fill: #797a7c;
}

.err main .main .container {
    padding-top: 100px;
    padding-bottom: 130px;
}

@media (max-width: 767px) {
    .err main .main .container {
        padding-top: 10px;
        padding-bottom: 60px;
    }
}

@media (min-height: 865px) {
    .err footer {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
    }
}

.storeSelect {
    position: relative;
    margin-top: -79px;
}
@media (max-width: 1199px) {
    .storeSelect {
        margin-top: -50px;
    }
}
@media (max-width: 767px) {
    .storeSelect {
        margin-top: 0px;
    }
}


a {
    color: #8ab748;
}

.chassis {
    float: left;
    width: 210px;
    height: 82px;
    padding: 0px 5px;
    margin-left: 12px;
    position: relative;
}
@media (max-width: 1199px) {
    .chassis {
        zoom: 0.8;
        -ms-zoom: 0.8;
        -webkit-zoom: 0.8;
        -moz-transform: scale(0.8, 0.8);
        -moz-transform-origin: left center;
    }
}
@media (max-width: 991px) {
    .chassis {
        zoom: 0.975;
        -ms-zoom: 0.975;
        -webkit-zoom: 0.975;
        -moz-transform: scale(0.975,0.975);
        -moz-transform-origin: left center;
    }
    .chassis.chassis-4 {
        margin-top: 30px;
    }
    .chassis.chassis-5 {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .chassis {
        zoom: 1;
        -ms-zoom: 1;
        -webkit-zoom: 1;
        -moz-transform: scale(1,1);
        -moz-transform-origin: left center;
    }
    .chassis:nth-child(2n - 1) {
        margin-left: 0;
    }
    .chassis:nth-child(2n) {
        margin-left: calc(100% - 420px);
    }
    .chassis.chassis-1 {
        margin-top: 0px;
    }
    .chassis.chassis-2 {
        margin-top: 0px;
    }
    .chassis.chassis-3 {
        margin-top: 30px;
    }
    .chassis.chassis-4 {
        margin-top: 30px;
    }
    .chassis.chassis-5 {
        margin-top: 30px;
    }
}
@media (max-width: 500px) {
    .chassis {
        float: unset;
        margin-top: 30px;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .chassis:first-child {
        margin-top: 0px;
    }
}
.chassis.chassis-1 {
    margin-left: 0;
    background: url('../img/chassis-1.png') no-repeat center center;
}
.chassis.chassis-2 {
    background: url('../img/chassis-2.png') no-repeat center center;
}
.chassis.chassis-3 {
    background: url('../img/chassis-3.png') no-repeat center center;
}
.chassis.chassis-4 {
    background: url('../img/chassis-4.png') no-repeat center center;
}
.chassis.chassis-5 {
    background: url('../img/chassis-5.png') no-repeat center center;
}
.chassis .wheel-position {
    position: absolute;
    width: 40px;
    height: 15px;
    background: #FFF;
    border: 2px solid #000;
    cursor: pointer;
    font-size: 9px;
    text-align: center;
}
.chassis.chassis-4 .wheel-position {
    height: 23px;
    padding-top: 4px;
}
.chassis .wheel-position.active {
    background: #8ab748;
}
.chassis .wheel-position:hover {
    background: #E0E0E0;
}
.chassis.chassis-1 [data-position="1"] {
    bottom: 0px;
    left: 26px;
}
.chassis.chassis-1 [data-position="2"] {
    top: 2px;
    left: 26px;
}
.chassis.chassis-1 [data-position="3"] {
    bottom: 0px;
    left: 163px;
}
.chassis.chassis-1 [data-position="4"] {
    top: 2px;
    left: 163px;
}
.chassis.chassis-2 [data-position="1"] {
    bottom: 0px;
    left: 26px;
}
.chassis.chassis-2 [data-position="2"] {
    top: 2px;
    left: 26px;
}
.chassis.chassis-2 [data-position="3"] {
    bottom: 0px;
    left: 163px;
}
.chassis.chassis-2 [data-position="4"] {
    bottom: 16px;
    left: 163px;
}
.chassis.chassis-2 [data-position="5"] {
    top: 18px;
    left: 163px;
}
.chassis.chassis-2 [data-position="6"] {
    top: 2px;
    left: 163px;
}
.chassis.chassis-3 [data-position="1"] {
    bottom: 0px;
    left: 26px;
}
.chassis.chassis-3 [data-position="2"] {
    top: 2px;
    left: 26px;
}
.chassis.chassis-3 [data-position="3"] {
    bottom: 0px;
    left: 121px;
}
.chassis.chassis-3 [data-position="4"] {
    bottom: 16px;
    left: 121px;
}
.chassis.chassis-3 [data-position="5"] {
    top: 18px;
    left: 121px;
}
.chassis.chassis-3 [data-position="6"] {
    top: 2px;
    left: 121px;
}
.chassis.chassis-3 [data-position="7"] {
    bottom: 0px;
    left: 163px;
}
.chassis.chassis-3 [data-position="8"] {
    bottom: 16px;
    left: 163px;
}
.chassis.chassis-3 [data-position="9"] {
    top: 18px;
    left: 163px;
}
.chassis.chassis-3 [data-position="10"] {
    top: 2px;
    left: 163px;
}
.chassis.chassis-4 [data-position="1"] {
    bottom: 0px;
    left: 67px;
}
.chassis.chassis-4 [data-position="2"] {
    top: 2px;
    left: 67px;
}
.chassis.chassis-4 [data-position="3"] {
    bottom: 0px;
    left: 116px;
}
.chassis.chassis-4 [data-position="4"] {
    top: 2px;
    left: 116px;
}
.chassis.chassis-4 [data-position="5"] {
    bottom: 0px;
    left: 163px;
}
.chassis.chassis-4 [data-position="6"] {
    top: 2px;
    left: 163px;
}
.chassis.chassis-5 [data-position="1"] {
    bottom: 6px;
    left: 68px;
}
.chassis.chassis-5 [data-position="2"] {
    top: 8px;
    left: 68px;
}
.chassis.chassis-5 [data-position="3"] {
    bottom: 0px;
    left: 129px;
    width: 80px;
    height: 23px;
    padding-top: 4px;
}
.chassis.chassis-5 [data-position="4"] {
    top: 2px;
    left: 129px;
    width: 80px;
    height: 23px;
    padding-top: 4px;
}
#frm-complaintForm-wheelPosition_message {
    display: none;
}

.flash-messages>div:last-child, .main .item_addcart .form-group {
    margin-bottom: 0;
}

.wysiwyg-user-content h1,
.wysiwyg-user-content h2,
.wysiwyg-user-content h3,
.wysiwyg-user-content h4,
.wysiwyg-user-content h5,
.wysiwyg-user-content h6 {
    padding-top: 0px;
}

.custom-control.custom-checkbox {
    zoom: 1.4;
}
.custom-control-input:checked~.custom-control-label::before {
    border-color: #8ab748;
    background-color: #8ab748;
}
.custom-control.custom-checkbox.text-right .custom-control-input,
.custom-control.custom-checkbox.text-right .custom-control-label::before,
.custom-control.custom-checkbox.text-right .custom-control-label::after {
    left: unset;
    right: 0;
}
.custom-control.custom-checkbox .custom-control-input:focus {
    border-color: #8ab748;
    box-shadow: none;
}
/*# sourceMappingURL=style.css.map */