:root {
    --blue-color: #121c45;
    --white-color: #ffffff;
    --black-color: #222222;
    --dark-text: #333333;
    --red-color: #e63619;
    --green-color: #64ca15;
    --gold-color: #ffd700;
    --orange-color: #ff5e14;
    --facebook-color: #4267b2;
    --google-color: #4285f4;
    --insta-color: #e1306c;
    --primary-color: #121c45;
    --secondary-color: #9b9b9b;
    --invert-text: #e4e6eb;
    --text: #666666;
    --quick-transition: all ease 0.5s;
    --smooth-transition: all ease 1s;
    --heading-color: #65676b;
    --bg-color: #fff;
    --svg-icon-color: #6c757d;
    --svg-icon-color-hover: #5a6268;
    --search-input-color: #f0f2f5;
    --highlight-bg-color: rgb(228, 230, 235);
    --highlight-play-btn-color: 228, 230, 235;
    --border-color: #dddddd;
    --surface-bg-color: #f8f8f8;
    --dark-toggle-color: #242526;
    --btn-bg-color: transparent;
    --blue-hover-color: rgba(45, 136, 255, 0.1);
    --grayscale-full: grayscale(100%);
    --grayscale-zero: grayscale(0%);
    --card-shadow: rgba(218, 218, 218, 1);
}

.d-grid {
    display: grid;
}

.cursor-pointer {
    cursor: pointer;
}

.break-all {
    word-break: break-all;
}

.break-word {
    word-break: break-word;
}

.invalid-feedback strong {
    color: inherit !important;
}

.display-none {
    display: none;
}

.min-w-80 {
    min-width: 80px;
}

.min-w-100 {
    min-width: 100px;
}

.object-fit-cover {
    object-fit: cover !important;
}

.object-fit-fill {
    object-fit: fill !important;
}

.object-fit-contain {
    object-fit: contain !important;
}

.uk-text-success {
    color: #61c00d !important;
    fill: #61c00d !important;
}

.uk-text-danger {
    color: var(--red-color) !important;
    fill: var(--red-color) !important;
}

.f-8 {
    font-size: 8px;
}

.f-10 {
    font-size: 10px;
}

.f-12 {
    font-size: 12px;
}

.f-14 {
    font-size: 14px;
}

.f-16 {
    font-size: 16px;
}

.f-18 {
    font-size: 18px;
}

.f-20 {
    font-size: 20px;
}

.f-22 {
    font-size: 22px;
}

.f-24 {
    font-size: 24px;
}

.f-26 {
    font-size: 26px;
}

.f-28 {
    font-size: 28px;
}

.f-30 {
    font-size: 30px;
}

.f-32 {
    font-size: 32px;
}

.f-34 {
    font-size: 34px;
}

.f-36 {
    font-size: 36px;
}

.f-58 {
    font-size: 58px;
}

.f-80 {
    font-size: 80px;
}

.fw-100 {
    font-weight: 100;
}

.fw-200 {
    font-weight: 200;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.txt-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.txt-overflow-1 {
    -webkit-line-clamp: 1;
}

.txt-overflow-2 {
    -webkit-line-clamp: 2;
}

.txt-overflow-3 {
    -webkit-line-clamp: 3;
}

.txt-overflow-4 {
    -webkit-line-clamp: 4;
}

.txt-overflow-5 {
    -webkit-line-clamp: 5;
}

.txt-overflow-6 {
    -webkit-line-clamp: 6;
}

.txt-overflow-7 {
    -webkit-line-clamp: 7;
}

.txt-overflow-8 {
    -webkit-line-clamp: 8;
}

.txt-overflow-9 {
    -webkit-line-clamp: 9;
}

.txt-overflow-10 {
    -webkit-line-clamp: 10;
}

.txt-line-through {
    text-decoration: line-through;
}

.m-1rem {
    margin: 1rem;
}

.mt-1rem {
    margin-top: 1rem;
}

.mb-1rem {
    margin-bottom: 1rem;
}

.ml-1rem {
    margin-left: 1rem;
}

.mr-1rem {
    margin-right: 1rem;
}

.m-2rem {
    margin: 2rem;
}

.mt-2rem {
    margin-top: 2rem;
}

.mb-2rem {
    margin-bottom: 2rem;
}

.ml-2rem {
    margin-left: 2rem;
}

.mr-2rem {
    margin-right: 2rem;
}

.m-3rem {
    margin: 3rem;
}

.mt-3rem {
    margin-top: 3rem;
}

.mb-3rem {
    margin-bottom: 3rem;
}

.ml-3rem {
    margin-left: 3rem;
}

.mr-3rem {
    margin-right: 3rem;
}

.m-4rem {
    margin: 4rem;
}

.mt-4rem {
    margin-top: 4rem;
}

.mb-4rem {
    margin-bottom: 4rem;
}

.ml-4rem {
    margin-left: 4rem;
}

.mr-4rem {
    margin-right: 4rem;
}

.p-15 {
    padding: 15px;
}

.py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.py-2rem-4rem {
    padding: 2rem 0 4rem 0;
}

.py-2rem {
    padding: 2rem 0;
}

.py-4rem {
    padding: 4rem 0;
}

.py-6rem {
    padding: 6rem 0;
}

.py-8rem {
    padding: 8rem 0;
}

.py-10rem {
    padding: 10rem 0;
}

.px-2rem {
    padding: 0 2rem;
}

.px-4rem {
    padding: 0 4rem;
}

.px-6rem {
    padding: 0 6rem;
}

.px-8rem {
    padding: 0 8rem;
}

.px-10rem {
    padding: 0 10rem;
}

.w-50-pre {
    width: 50%;
}

.w-60-pre {
    width: 60%;
}

.w-75-pre {
    width: 75%;
}

.w-10-px {
    width: 10px;
}

.w-20-px {
    width: 20px;
}

.w-25-px {
    width: 25px;
}

.w-32-px {
    width: 32px;
}

.w-36-px {
    width: 36px;
}

.w-40-px {
    width: 40px;
}

.w-50-px {
    width: 50px;
}

.w-60-px {
    width: 60px;
}

.w-65-px {
    width: 65px;
}

.w-70-px {
    width: 70px;
}

.w-80-px {
    width: 80px;
}

.w-100-px {
    width: 100px;
}

.w-120-px {
    width: 120px;
}

.w-150-px {
    width: 150px;
}

.w-160-px {
    width: 160px;
}

.w-170-px {
    width: 170px;
}

.w-200-px {
    width: 200px;
}

.w-250-px {
    width: 250px;
}

.w-270-px {
    width: 270px;
}

.min-w-10-px {
    min-width: 10px;
}

.min-w-20-px {
    min-width: 20px;
}

.min-w-25-px {
    min-width: 25px;
}

.min-w-32-px {
    min-width: 32px;
}

.min-w-36-px {
    min-width: 36px;
}

.min-w-40-px {
    min-width: 40px;
}

.min-w-50-px {
    min-width: 50px;
}

.min-w-60-px {
    min-width: 60px;
}

.min-w-70-px {
    min-width: 70px;
}

.min-w-80-px {
    min-width: 80px;
}

.min-w-100-px {
    min-width: 100px;
}

.min-w-120-px {
    min-width: 120px;
}

.min-w-150-px {
    min-width: 150px;
}

.min-w-160-px {
    min-width: 160px;
}

.min-w-170-px {
    min-width: 170px;
}

.min-w-200-px {
    min-width: 200px;
}

.min-w-250-px {
    min-width: 250px;
}

.min-w-270-px {
    min-width: 270px;
}

.w-100-calc-20 {
    width: calc(100% - 20px);
}

.w-100 {
    width: 100% !important;
}

.min-w-100 {
    min-width: 100px;
}

.min-w-100-pr {
    min-width: 100%;
}

.m-w-unset {
    min-width: unset !important;
}

.min-w-fit-content {
    min-width: fit-content;
}

.h-100 {
    height: 100% !important;
}

.h-fit {
    height: fit-content !important;
}

.h-400-overflow {
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
}

/* width */
.h-400-overflow::-webkit-scrollbar {
    width: 8px;
}

/* Track */
.h-400-overflow::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 8px;
}

/* Handle */
.h-400-overflow::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 8px;
}

/* Handle on hover */
.h-400-overflow::-webkit-scrollbar-thumb:hover {
    background: var(--primary-color);
}

.h-10px {
    height: 10px;
}

.h-20px {
    height: 20px;
}

.h-28px {
    height: 28px;
}

.h-30px {
    height: 30px;
}

.h-32px {
    height: 32px;
}

.h-34px {
    height: 34px;
}

.h-36px {
    height: 36px;
}

.h-38px {
    height: 38px;
}

.h-40px {
    height: 40px;
}

.h-44px {
    height: 44px;
}

.h-50px {
    height: 50px;
}

.h-56px {
    height: 56px;
}

.h-64px {
    height: 64px;
}

.h-70px {
    height: 70px;
}

.h-80px {
    height: 80px;
}

.h-100px {
    height: 100px;
}

.h-120px {
    height: 120px;
}

.h-150px {
    height: 150px;
}

.h-160px {
    height: 160px;
}

.h-170px {
    height: 170px;
}

.h-180px {
    height: 180px;
}

.h-200px {
    height: 200px;
}

.h-250px {
    height: 250px;
}

.h-270px {
    height: 270px;
}

.h-300px {
    height: 300px;
}

.h-350px {
    height: 350px;
}

.h-400px {
    height: 400px;
}

.h-500px {
    height: 500px;
}

.h-600px {
    height: 600px;
}

.m-h-28 {
    max-height: 28px;
}

.m-h-30 {
    max-height: 30px;
}

.m-h-32 {
    max-height: 32px;
}

.m-h-34 {
    max-height: 34px;
}

.m-h-36 {
    max-height: 36px;
}

.m-h-38 {
    max-height: 38px;
}

.m-h-44 {
    max-height: 44px;
}

.m-h-56 {
    max-height: 56px;
}

.m-h-64 {
    max-height: 64px;
}

.m-h-70 {
    max-height: 70px;
}

.m-h-80 {
    max-height: 80px;
}

.m-h-100 {
    max-height: 100px;
}

.m-h-120 {
    max-height: 120px;
}

.m-h-150 {
    max-height: 150px;
}

.m-h-160 {
    max-height: 160px;
}

.m-h-170 {
    max-height: 170px;
}

.m-h-180 {
    max-height: 180px;
}

.m-h-200 {
    max-height: 200px;
}

.m-h-250 {
    max-height: 250px;
}

.m-h-270 {
    max-height: 270px;
}

.min-h-unset {
    min-height: unset !important;
}

.min-h-28 {
    min-height: 28px;
}

.min-h-30 {
    min-height: 30px;
}

.min-h-32 {
    min-height: 32px;
}

.min-h-34 {
    min-height: 34px;
}

.min-h-36 {
    min-height: 36px;
}

.min-h-38 {
    min-height: 38px;
}

.min-h-44 {
    min-height: 44px;
}

.min-h-56 {
    min-height: 56px;
}

.min-h-64 {
    min-height: 64px;
}

.min-h-70 {
    min-height: 70px;
}

.min-h-80 {
    min-height: 80px;
}

.min-h-100 {
    min-height: 100px;
}

.min-h-120 {
    min-height: 120px;
}

.min-h-150 {
    min-height: 150px;
}

.min-h-160 {
    min-height: 160px;
}

.min-h-170 {
    min-height: 170px;
}

.min-h-180 {
    min-height: 180px;
}

.min-h-200 {
    min-height: 200px;
}

.min-h-250 {
    min-height: 250px;
}

.min-h-270 {
    min-height: 270px;
}

.line-height-1 {
    line-height: 1;
}

.line-height-1-1 {
    line-height: 1.1;
}

.line-height-1-2 {
    line-height: 1.2;
}

.line-height-1-3 {
    line-height: 1.3;
}

.line-height-1-4 {
    line-height: 1.4;
}

.line-height-1-5 {
    line-height: 1.5;
}

.line-height-1-6 {
    line-height: 1.6;
}

.line-height-1-7 {
    line-height: 1.7;
}

.line-height-1-8 {
    line-height: 1.8;
}

.line-height-1-9 {
    line-height: 1.9;
}

.line-height-2 {
    line-height: 2;
}

.text-sub {
    color: var(--text);
}

.red-text {
    color: var(--red-color) !important;
}

.b-t-1 {
    border-top: 1px solid var(--border-color);
}

.b-t-2 {
    border-top: 2px solid var(--border-color);
}

.b-l-1 {
    border-left: 1px solid var(--border-color);
}

.b-l-2 {
    border-left: 2px solid var(--border-color);
}

.b-r-1 {
    border-right: 1px solid var(--border-color);
}

.b-r-2 {
    border-right: 2px solid var(--border-color);
}

.b-b-1 {
    border-bottom: 1px solid var(--border-color);
}

.b-b-2 {
    border-bottom: 2px solid var(--border-color);
}

.outline-border-0 {
    border: unset;
    outline: unset;
}

.outline-border-0:active,
.outline-border-0:focus,
.outline-border-0:hover {
    outline: unset;
    border: unset;
    box-shadow: unset;
}

.border-2 {
    border-radius: 2px;
}

.border-3 {
    border-radius: 3px;
}

.border-4 {
    border-radius: 4px;
}

.border-top-left-4 {
    border-radius: 4px 0 0 0;
}

.border-top-right-4 {
    border-radius: 0 4px 0 0;
}

.border-bottom-left-4 {
    border-radius: 0 0 0 4px;
}

.border-bottom-right-4 {
    border-radius: 0 0 4px 0;
}

.border-8 {
    border-radius: 8px;
}

.border-top-left-8 {
    border-radius: 8px 0 0 0;
}

.border-top-right-8 {
    border-radius: 0 8px 0 0;
}

.border-bottom-left-8 {
    border-radius: 0 0 0 8px;
}

.border-bottom-right-8 {
    border-radius: 0 0 8px 0;
}

.border-12 {
    border-radius: 12px;
}

.border-top-left-12 {
    border-radius: 12px 0 0 0;
}

.border-top-right-12 {
    border-radius: 0 12px 0 0;
}

.border-bottom-left-12 {
    border-radius: 0 0 0 12px;
}

.border-bottom-right-12 {
    border-radius: 0 0 12px 0;
}

.border-circle {
    border-radius: 50%;
}

.border-1-solid {
    border: 1px solid var(--border-color);
}

.border-top-1-solid {
    border-top: 1px solid var(--border-color);
}

.border-bottom-1-solid {
    border-bottom: 1px solid var(--border-color);
}

.border-left-1-solid {
    border-left: 1px solid var(--border-color);
}

.border-right-1-solid {
    border-right: 1px solid var(--border-color);
}

.border-2-solid {
    border: 2px solid var(--border-color);
}

.border-top-2-solid {
    border-top: 2px solid var(--border-color);
}

.border-bottom-2-solid {
    border-bottom: 2px solid var(--border-color);
}

.border-left-2-solid {
    border-left: 2px solid var(--border-color);
}

.border-right-2-solid {
    border-right: 2px solid var(--border-color);
}

.border-4-solid {
    border: 4px solid var(--border-color);
}

.border-top-4-solid {
    border-top: 4px solid var(--border-color);
}

.border-bottom-4-solid {
    border-bottom: 4px solid var(--border-color);
}

.border-left-4-solid {
    border-left: 4px solid var(--border-color);
}

.border-right-4-solid {
    border-right: 4px solid var(--border-color);
}

.border-transparent-1-solid {
    border: 1px solid transparent;
}

.border-blue-1-solid {
    border: 1px solid var(--blue-color);
}

.border-blue-top-1-solid {
    border-top: 1px solid var(--blue-color);
}

.border-blue-bottom-1-solid {
    border-bottom: 1px solid var(--blue-color);
}

.border-blue-left-1-solid {
    border-left: 1px solid var(--blue-color);
}

.border-blue-right-1-solid {
    border-right: 1px solid var(--blue-color);
}

.border-red-1-solid {
    border: 1px solid var(--red-color);
}

.border-red-top-1-solid {
    border-top: 1px solid var(--red-color);
}

.border-red-bottom-1-solid {
    border-bottom: 1px solid var(--red-color);
}

.border-red-bottom-2-solid {
    border-bottom: 2px solid var(--red-color);
}

.border-red-bottom-3-solid {
    border-bottom: 3px solid var(--red-color);
}

.border-red-bottom-4-solid {
    border-bottom: 4px solid var(--red-color);
}

.border-red-left-1-solid {
    border-left: 1px solid var(--red-color);
}

.border-red-right-1-solid {
    border-right: 1px solid var(--red-color);
}

.border-green-1-solid {
    border: 1px solid var(--green-color);
}

.border-green-top-1-solid {
    border-top: 1px solid var(--green-color);
}

.border-green-bottom-1-solid {
    border-bottom: 1px solid var(--green-color);
}

.border-green-left-1-solid {
    border-left: 1px solid var(--green-color);
}

.border-green-right-1-solid {
    border-right: 1px solid var(--green-color);
}

.fade-in {
    animation: fadein 1s;
    -moz-animation: fadein 1s;
    -webkit-animation: fadein 1s;
    -o-animation: fadein 1s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fade-out {
    animation: fadeout 1s;
    -moz-animation: fadeout 1s;
    -webkit-animation: fadeout 1s;
    -o-animation: fadeout 1s;
}

@keyframes fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-moz-keyframes fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-webkit-keyframes fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-o-keyframes fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.surface-bg {
    background-color: var(--surface-bg-color);
}

.red-bg {
    background-color: var(--red-color);
}

.black-bg {
    background-color: var(--black-color);
}

.dark-bg {
    background-color: var(--dark-text);
}

.home-banner .uk-slideshow-items {
    min-height: calc(100vh - 50px) !important;
}

.border-circle {
    border-radius: 50%;
}

.gray-circle-btn {
    color: var(--text);
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    border-radius: 50%;
    background-color: var(--surface-bg-color);
}

.gray-circle-btn svg {
    fill: var(--text);
    width: 40px;
    height: 40px;
}

/*====== Theme Edit ======*/
.uk-form-label {
    font-size: 14px;
}

.uk-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: 100px;
    height: fit-content;
    min-height: 50px;
    line-height: 20px;
    padding: 6px 25px 6px 15px;
}

.uk-form-medium:not(textarea):not([multiple]):not([size]) {
    min-width: 70px;
    height: 40px;
    padding-left: 8px;
    padding-right: 8px;
}

/*====== Theme Edit ======*/

/*====== Header ======*/
.time-contact-section {
    position: absolute;
    width: 100%;
    z-index: 3;
    top: 0;
    left: 0;
    padding: 4px 10px;
    background-color: #121212f7;
}

.page-header.page-header-transparent {
    top: 32px;
    z-index: 4;
}

.page-header.fixed-navbar {
    position: fixed;
    background: #222222f7;
    -webkit-animation: translateHeader 0.8s;
    -moz-animation: translateHeader 0.8s;
    -ms-animation: translateHeader 0.8s;
    -o-animation: translateHeader 0.8s;
    animation: translateHeader 0.8s;
}

.page-nav .uk-navbar-nav > li > a,
.page-header .page-header__inner .page-header__right .login-register {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
}

.japan-time-section {
    width: 43.8px;
}

.japan-time-content,
.japan-time-content span {
    color: var(--white-color);
    font: normal 500 12px/2 Oswald;
}

.logo__icon {
    width: 172px;
}

.logo__link {
    padding-top: 4px;
}

.page-header__right .uk-navbar-toggle {
    width: 115px;
    height: 100px;
}

.page-header.page-header-transparent.sticky-navbar.fixed-navbar {
    top: 0;
}

.header-contact {
    cursor: pointer;
    color: var(--white-color) !important;
    font: normal 500 12px/2 Oswald;
}

.header-contact span {
    color: var(--red-color) !important;
}

.uk-navbar-dropdown {
    top: 69px !important;
}

/*====== Header ======*/

/*====== Home ======*/

.section-shop__bg {
    padding: 78px 0 40px;
}

.section-shop__bg {
    -webkit-clip-path: polygon(18% 0px, 100% 6%, 100% 100%, 0px 100%, 0px 10%);
    clip-path: polygon(18% 0px, 100% 6%, 100% 100%, 0px 100%, 0px 10%);
}

/*Vehicle Brands*/
.vehicle-brand {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    max-height: 45px;
}

.vehicle-brand .filter-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.vehicle-brand:nth-child(1),
.vehicle-brand:nth-child(2),
.vehicle-brand:nth-child(3) {
    margin-top: 0 !important;
}

.vehicle-brand.audi-brand img {
    filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.5));
}

/*Vehicle Brands*/

/*Vehicle Type*/
.vehicle-type {
    text-align: center;
}

.vehicle-type {
    margin-top: 16px;
}

.vehicle-type:nth-child(1),
.vehicle-type:nth-child(2),
.vehicle-type:nth-child(3),
.vehicle-type:nth-child(4) {
    margin-top: 0 !important;
}

.vehicle-type a {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    position: relative;
    color: var(--text);
    font-size: 36px;
    transition: 0.5s;
}

.vehicle-type a svg {
    fill: var(--text);
    width: 72px;
    height: 72px;
    transition: 0.5s;
}

.vehicle-type a svg:hover,
.vehicle-type a svg:focus,
.vehicle-type a svg:active {
    fill: var(--red-color);
}

.vehicle-type a.truck svg,
.vehicle-type a.car svg {
    transform: scale(0.7);
}

.vehicle-type a.motor svg {
    transform: scale(0.8);
}

.vehicle-type a.excavator svg {
    transform: scale(0.75);
}

.vehicle-type a.bike svg {
    transform: scale(0.68);
}

.vehicle-type a.jeep svg,
.vehicle-type a.jetski svg {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.vehicle-type a.garbage svg,
.vehicle-type a.crane svg,
.vehicle-type a.freezer svg,
.vehicle-type a.tractor svg {
    transform: scale(0.68);
}

.vehicle-type a.dump svg {
    -webkit-transform: scale(0.78) scaleX(-1);
    transform: scale(0.78) scaleX(-1);
}

.vehicle-type a.boat svg,
.vehicle-type a.flatbody svg,
.vehicle-type a.tank svg {
    transform: scale(0.78);
}

.vehicle-type a:hover,
.vehicle-type a:focus,
.vehicle-type a:active {
    color: var(--red-color);
}

.find-vehicle-content,
.vehicle-type-content {
    min-height: 370px;
    border-top: 0 !important;
    border: 1px solid var(--surface-bg-color);
}

.vehicle-make-card-content {
    min-height: 370px;
}

/*Vehicle Type*/
.product-item {
    /*background: var(--white-color);*/
}

.product-item__head {
    padding: 15px 30px;
}

.product-item .uk-overlay-cover {
    position: absolute;
    top: 0;
    left: 15px;
    width: calc(100% - 30px);
    height: 100%;
}

.product-item__info {
    padding: 15px 30px;
    border-bottom: none;
}

.section-info__content::before {
    display: none;
}

.product-item__media {
    /* height: 204px; */
    height: 161px;
}

@media (max-width: 990px) {
    .product-item__media {
        height: 185px;
    }
}

@media (max-width: 768px) {
    .product-item__media {
        height: 146px;
    }
}

@media (max-width: 570px) {
    .product-item__media {
        height: 252px;
    }
}

@media (max-width: 425px) {
    .product-item__media {
        height: 179px;
    }
}

.product-item__media img {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
}

.product-sold-overlay {
    position: absolute;
    display: flex;
    justify-items: center;
    align-items: center;
    top: 70px;
    width: 100%;
    height: 80px;
    text-align: center;
    background: rgba(200, 0, 0, 0.7);
}

/*====== Home ======*/

/*====== Custom Components ======*/
.custom-link,
.custom-link:hover,
.custom-link:active,
.custom-link:focus {
    color: inherit;
    text-decoration: none;
}

.custom-section-hero__bg {
    padding: 140px 0 20px;
}

.section-hero__breadcrumb {
    margin-top: 4px;
}

/*====== Custom Components ======*/

/*====== How To Buy ======*/
/*.how-to-buy-step-card-slider {*/
/*    transform: none !important;*/
/*}*/
/*====== How To Buy ======*/

/*====== Login ======*/

.login-card-title {
    /*color: var(--white-color);*/
    width: 100%;
    height: 100%;
    background-color: var(--surface-bg-color);
    /*background-color: rgba(0, 0, 0, 0.7);*/
}

.login-card:nth-child(2),
.login-card:nth-child(4) {
    padding: 0 0 0 15px;
}

.login-card:nth-child(3),
.login-card:nth-child(5) {
    padding: 0 15px 0 0;
}

.login-card .login-card-inner {
    display: flex;
    width: 100%;
    height: 100%;
}

.login-card .login-card-inner * {
    color: rgba(255, 255, 255, 0.7);
}

.login-card .login-card-inner a {
    display: flex;
    width: 100%;
    height: 100%;
    text-decoration: none;
    padding: 32px 0 32px 25%;
    background-color: rgba(0, 0, 0, 0.7);
    /*background-color: var(--black-color);*/
    transition: 0.1s ease-in-out;
}

.login-card .login-card-inner a:hover,
.login-card .login-card-inner a:active,
.login-card .login-card-inner a:focus {
    background-color: #e94a30;
}

.login-card .login-card-inner a:hover *,
.login-card .login-card-inner a:active *,
.login-card .login-card-inner a:focus * {
    color: var(--white-color);
}

/*====== Login ======*/

/*====== Stock List ======*/

#stockListFiltersCollapse {
    transition: all 1s;
}

.stock-card-img-container {
    height: 220px;
}

.product-item.product-item--list .product-item__head {
    padding: 15px;
}

.product-item__price {
    color: var(--text);
    font-size: 16px;
}

.product-item__price .stock-new-price {
    color: var(--red-color);
    font-size: 22px;
}

.filter-more {
    pointer-events: auto !important;
}

/*.all-make-sidebar {*/
/*    display: block;*/
/*}*/

#allMakeCollapseBtn {
    cursor: pointer;
}

.hideAllMakeIconPlus,
.hideAllMakeIconMinus,
.hideModelsIconPlus,
.hideModelsIconMinus {
    display: none !important;
}

.product-item__name {
    color: var(--red-color);
    font: normal 500 22px/1.1 Oswald;
}

.list-info-item__title {
    word-break: break-word;
}

.section-hero__title .uk-h1 {
    font-size: calc(0px + 34 * (100vw / 1920));
}

/*====== Stock List ======*/

/*====== Specifications ======*/
.product-specifications {
    margin: 72px 0 60px;
}

.product-specifications-item {
    width: 50%;
    padding: 5px 15px;
    margin-bottom: 15px;
    overflow: overlay;
}

.product-specifications-item__desc {
    padding-left: 0;
}

.product-specifications-item__value {
    font: normal 600 14px / normal Oxygen;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    color: var(--red-color);
    text-overflow: ellipsis;
    white-space: nowrap;
}

.spec-item-slider-thumbs {
    flex-wrap: wrap !important;
    transform: unset !important;
}

.spec-item-slider-thumbs li {
    margin-bottom: 15px;
}

.page-product__btns a.secondary {
    text-decoration: none;
}

.page-product__btns button.secondary,
.page-product__btns a.secondary,
.page-product__btns a.secondary:hover,
.page-product__btns a.secondary:active,
.page-product__btns a.secondary:focus {
    background: #222222;
    color: #ffffff;
}

.page-product__btns button,
.page-product__btns a {
    font: normal 400 16px/2.94 Oswald;
    background: #eeeeee;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    height: 47px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0 15px;
    border: 0;
    border-radius: 3px;
    outline: 0;
    color: #222222;
    text-transform: uppercase;
    cursor: pointer;
}

.page-product__btns button .fas,
.page-product__btns button svg,
.page-product__btns a .fas,
.page-product__btns a svg {
    margin: 0 6px;
}

/*====== Specifications ======*/

/*====== Footer ======*/
.page-footer__top {
    padding: 30px 0;
}

.page-footer__top .uk-h4 {
    margin-bottom: 15px;
}

.page-footer .uk-container {
    max-width: 1180px;
    /*padding-left: 15px;*/
    /*padding-right: 15px;*/
}

.page-footer__bottom {
    padding: 10px 0 10px;
}

.page-footer__column {
    margin-top: 0;
}

.list-decor > li + li {
    margin-top: 20px;
}

.footer-inquiry-btn {
    position: absolute;
    width: max-content;
    top: -28px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.footer-circle-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border-radius: 50%;
    background-color: var(--red-color);
}

.footer-circle-btns svg {
    fill: var(--white-color) !important;
    width: 25px;
    height: 25px;
}

/*====== Footer ======*/

/*====== Discounted Offers ======*/
.product-item__label {
    left: unset;
    right: 18px;
    font: normal 400 14px/2.5 Oswald;
    height: 35px;
    background: rgba(200, 0, 0, 0.7);
}

/*====== Discounted Offers ======*/

/*.auction-members {*/
/*    position: relative;*/
/*    display: inline-block;*/
/*    overflow: hidden;*/
/*    width: 100px;*/
/*    height: 50px;*/
/*    margin: 0 10px;*/
/*}*/

/*.auction-members img {*/
/*    position: absolute;*/
/*    width: 500px !important;*/
/*    height: 700px !important;*/
/*    max-width: unset;*/
/*}*/

/*.mem-mirive img {top: -650px;}*/
/*.mem-laa img {top: -650px;}*/

/*No Print Media*/
@media print {
    .noPrint {
        display: none;
    }
}

/*Tooltip*/
.tooltip-inner {
    color: #ffffff;
    background-color: #222222 !important;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #222222 !important;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #222222 !important;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #222222 !important;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #222222 !important;
}

/*Pre Loader*/
.preloader {
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    background-color: var(--white-color);
}

.preloader .spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6em;
    height: 6em;
    transform: translate(-50%, -50%);
    /*border: 0.375em dashed #E7DFE7;*/
    border-radius: 50%;
}

.preloader .spinner::before,
.preloader .spinner::after {
    content: "";
    position: absolute;
    top: -0.375em;
    left: -0.375em;
    display: block;
    width: 100%;
    height: 100%;
    border: 0.375em solid transparent;
    border-top-color: var(--red-color);
    border-radius: 50%;
    animation: spin 1.25s ease infinite;
}

.preloader .spinner::after {
    border-top-color: transparent;
    border-bottom-color: #222222f7;
}

@keyframes spin {
    100% {
        transform: rotate(1080deg);
    }
}

/*Pre Loader*/

/* Anuradha 2023 MAR 24 */
/* Header Menu anchors */
.page-nav .uk-navbar-nav > li > a {
    padding-right: 8px;
}

/*End Header Menu anchors */

/* start Product Page Tab Panal style */

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

.tabs label {
    transition: background 0.4s ease-in-out, height 0.2s linear;
    display: inline-block;
    cursor: pointer;
    color: #292929;
    width: 20%;
    height: 3em;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background: #fcfcfc;
    text-align: center;
    line-height: 3em;
}

.tabs label:last-of-type {
    border-bottom: none;
}

.tabs label:hover {
    background: #292929;
    color: #ffffff;
}

.pl-15 {
    padding-left: 15px !important;
}

.gap-3 {
    gap: 15px;
}

.search-filtration-selectors-size
    .uk-form-small:not(textarea):not([multiple]):not([size]) {
    padding-right: 17px;
}

@media screen and (max-width: 1600px) {
    .tabs label {
        width: 15%;
    }
}

@media screen and (max-width: 900px) {
    .tabs label {
        width: 20%;
    }
}

@media screen and (max-width: 600px) {
    .tabs label {
        width: 100%;
        display: block;
        border-bottom: 2px solid #c7c6c4;
        border-radius: 0;
    }
}

@media screen and (max-width: 600px) {
    .tabs {
        margin: 0;
    }
}

#tab1:checked + label,
#tab2:checked + label,
#tab3:checked + label,
#tab4:checked + label {
    background: #292929;
    color: #ffffff;
}

.tab-content {
    position: absolute;
    top: -9999px;
    padding: 10px;
}

.tab-content-wrapper {
    background: #fcfcfc;
    border-top: #292929 5px solid;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 3px;
}

#about-us-logo {
    background: #222222;
    padding: 2em;
}

@media screen and (max-width: 600px) {
    .tab-content-wrapper,
    .tab1-content-wrapper {
        border: none;
        border-radius: 0;
    }
}

#tab1:checked ~ .tab-content-wrapper #tab-content-1,
#tab2:checked ~ .tab-content-wrapper #tab-content-2,
#tab3:checked ~ .tab-content-wrapper #tab-content-3,
#tab4:checked ~ .tab-content-wrapper #tab-content-4 {
    position: relative;
    top: 0px;
}

/*End Product Page Tab Panal style */

.slideshow-item__title .uk-h2 {
    -webkit-text-stroke: 1px rgb(44, 44, 44);
}

@media screen and (max-width: 843px) {
    #mobile {
        display: flex;
    }

    #web {
        display: none;
    }
}

@media screen and (min-width: 843px) {
    #mobile {
        display: none;
    }

    #web {
        display: flex;
    }

    #web .product-card-content {
        justify-content: center;
    }
}
