@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');

h1, h2, h3, h4, h5, p, li, a, input, textarea {
    font-family: 'Roboto', sans-serif;
}
a:focus {
    outline: none;
}
input:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="reset"]:focus,
input[type="search"]:focus,
textarea:focus,
.wp-block-search__input:focus,
[data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal:focus,
.ast-mobile-popup-drawer.active .menu-toggle-close:focus,
.woocommerce-ordering select.orderby:focus,
#ast-scroll-top:focus,
.woocommerce a.add_to_cart_button:focus,
.woocommerce .button.single_add_to_cart_button:focus {
    border-style: none;
}

.list-unstyled {
    margin-left: 0;
}

/* START Header */
header.main-header {
    background-color: #000;
    padding: 15px 0;
}
header.main-header .navbar-brand {
    padding-right: 120px;
}
header.main-header .navbar-brand img {
    width: 180px;
}
header.main-header .navbar-icon ul {
    margin-bottom: 0;
}
header.main-header .navbar-icon ul li {
    width: 45px;
    height: 45px;
    background-color: #fff;
    border-radius: 100%;
    text-align: center;
    display: inline-block;
}
header.main-header .navbar-icon ul li a svg {
    fill: #000;
    width: 18px;
}
header.main-header .navbar-icon ul li.account {
    margin-left: 15px;
}
header.main-header .navbar-nav .nav-item:not(:last-child) {
    margin-right: 25px;
}
header.main-header .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block;
}
header.main-header .navbar-nav .nav-item.dropdown .dropdown-menu {
    margin-top: 0;
    border: 0;
    background-color: transparent;
}
header.main-header .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-menu-container {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    border: 0;
    border-radius: 0;
    background-color: #fff;
    margin-top: 10px;
    position: relative;
    padding: 10px 0;
}
header.main-header .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-menu-container::before {
    position: absolute;
    content: '';
    height: 20px;
    width: 20px;
    background-color: #fff;
    left: 24px;
    top: -9px;
    transform: rotate(45deg);
    z-index: -1;
}
header.main-header .navbar-nav .nav-item .nav-link {
    color: #fff;
    font-weight: 500;
}
header.main-header .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    font-weight: 500;
}
header.main-header .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    color: #d9121f;
}
.header-top-bar {
    background-color: #333;
    padding: 8px 0;
    border-bottom: 1px solid #fff;
}
.menu-toggler {
    position: relative;
    height: 28px;
    width: 26px;
    z-index: 2;
    flex-direction: column;
    justify-content: space-around;
    display: flex;
}
.menu-toggler span {
    background-color: #fff;
    width: 100%;
    height: 3px;
    position: relative;
    display: inline-block;
}
.menu-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 100%;
    height: 100vh;
    z-index: 99;
    overflow-y: scroll;
    -webkit-transition: transform .5s ease;
    -moz-transition: transform .5s ease;
    -ms-transition: transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    padding: 0 15px;
    background-color: #fff;
}
.menu-wrapper.open {
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translate(100%);
}
.wrapper-overlay.open {
    display: block;
}
.wrapper-overlay {
    position: fixed;
    background-color: #232323cc;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
    display: none;
    z-index: 10;
}
.header-top-icons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 0;
    height: 100%;
}
.header-top-icons li:not(:first-child) {
    margin-left: 20px;
}
.header-top-icons li a {
    display: flex;
    align-items: center;
}
.header-top-icons li a svg {
    width: 20px;
    fill: #fff;
}
.mobile-nav__item {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}
.mobile-nav__item p {
    margin-bottom: 0;
}
.mobile-nav__item .mobile-nav-icon {
    background: none;
    border: none;
    outline: none;
    position: relative;
    padding: 0;
    display: inline-block;
    width: 14px;
    height: 10px;
    color: inherit;
    margin-right: 5px;
    vertical-align: middle;
    top: 4px;
}
.mobile-nav__item .mobile-nav-icon span {
    position: absolute;
    width: 100%;
    left: 0;
}
.mobile-nav__item .mobile-nav-icon span::before,
.mobile-nav__item .mobile-nav-icon span::after {
    content: "";
    transition: transform .4s,width .4s;
    position: absolute;
    width: 100%;
}
.mobile-nav__item .mobile-nav-icon span::before {
    transform: translate(0) translateY(5px) rotate(45deg);
    bottom: 4px;
    border-bottom: 2px solid;
}
.mobile-nav__item .mobile-nav-icon span::after {
    transform: translate(0) translateY(-7px) rotate(-45deg);
    top: 6px;
    border-top: 2px solid;
}
.mobile-menu-link {
    display: block;
    position: relative;
    font-weight: 600;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
}
.mobile-menu-link > a {
    padding: 15px 0;
    color: #000;
    display: block;
}
.mobile-menu-link.mobile-menu-has-item a {
    position: relative;
}
.mobile-menu-link.mobile-menu-has-item a span {
    float: right;
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    width: 54px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.mobile-menu-has-item.open .mobile-menu-dropdown {
    display: block;
}
.mobile-menu-dropdown {
    display: none;
}
.mobile-dropdown-menu {
    padding-left: 20px;
}
.mobile-dropdown-menu li a {
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
}
.mobile-dropdown-menu li:first-child a {
    padding-top: 0;
}
.mobile-dropdown-menu li:not(:last-child) a {
    border-bottom: 1px solid #ddd;
}
.mobile-dropdown-menu li a {
    font-weight: 300;
    color: #000;
}
/* END Header */


/* Header Modal */
.searchModal .modal-content {
    border-radius: 0;
}
.searchModal .modal-content .modal-header {
    padding: 0;
    border: 0;
    justify-content: end;
}
.searchModal .modal-content .modal-header button {
    width: 30px;
    height: 30px;
    padding: 4px;
}
.searchModal .modal-content .modal-header button svg {
    height: 100%;
    width: 100%;
}
/* End Header Modal */


/* START Footer */
footer.main-footer {
    background-color: #1f1f1f;
    padding: 50px 0 10px;
}
.footer-block h5 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 25px;
}
.footer-block .footer-menu li {
    height: 24px;
    display: block;
}
.footer-block .footer-menu li a {
    color: gray;
    font-size: 14px;
    line-height: normal;
}
.footer-block .footer-menu li:not(:last-child) {
    margin-bottom: 10px;
}
.footer-block .footer-menu li a:hover {
    text-decoration: none;
    color: #fff;
}
.form-newsletter p {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
}
.form-newsletter form {
    background-color: #fff;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    display: flex;
    align-items: center;
}
.form-newsletter .form-input-email {
    height: 50px;
    border-radius: 50px !important;
    border-style: none;
    padding: 0 16px;
    font-size: 14px;
    width: 67%;
}
.form-newsletter .form-input-email:focus,
.form-newsletter .form-input-email:active {
    outline: 0;
}
.form-newsletter .form-input-button {
    background-color: #ccc;
    border-style: none;
    border-radius: 50px;
    height: 44px;
    font-size: 14px;
    padding: 0px 15px;
    font-weight: 500;
    width: 32%;
    transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    letter-spacing: 1px;
}
.form-newsletter .form-input-button:hover {
    background-color: #000;
    color: #fff;
    cursor: pointer;
}
.footer-block .footer-social {
    margin-top: 20px;
}
.footer-block .footer-social li {
    display: inline-block;
}
.footer-block .footer-social li:not(:last-child) {
    margin-right: 10px;
}
.accordion-template .panel {
    padding-bottom: 20px;
}
.accordion-template .panel .panel-heading h4 {
    position: relative;
}
.accordion-template .panel .panel-heading a > h4 {
    color: #fff;
    font-size: 18px;
}
.accordion-template .panel .panel-heading a:hover {
    text-decoration: none;
}
.accordion-template .panel .panel-heading h4::after {
    position: absolute;
    top: 0;
    right: 0;
}
.accordion-template .panel .panel-heading a[aria-expanded="false"] h4::after {
    content: "+";
}
.accordion-template .panel .panel-heading a[aria-expanded="true"] h4::after {
    content: "-";
}
.text-copyright {
    color: gray;
    font-size: 14px;
}
/* END Footer */


/* START HOME */
.banner-items .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: transparent;
    cursor: pointer;
    font-size: 0;
    border-style: none;
}
.banner-items .slick-arrow:hover {
    opacity: 0.5;
}
.banner-items .slick-arrow:focus {
    outline: 0;
}
.banner-items .slick-arrow.slick-prev {
    left: 20px;
    transform: translate(0, -50%);
}
.banner-items .slick-arrow::after {
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.banner-items .slick-arrow.slick-prev::after {
    background-image: url('../../images/arrow-left.png');
}
.banner-items .slick-arrow.slick-next {
    right: 20px;
    transform: translate(0, -50%);
}
.banner-items .slick-arrow.slick-next::after {
    background-image: url('../../images/arrow-right.png');
}
.bg-image-text {
    position: absolute;
    top: 50%;
    left: 90px;
    transform: translate(0, -50%);
}
.bg-image-text h2,
.bg-image-text p {
    color: #fff;
}
.bg-image-text h2 {
    letter-spacing: 3px;
}
.bg-image-text p {
    letter-spacing: 2px;
}
.bg-image-text a {
    letter-spacing: 1px;
    font-size: 14px;
    display: inline-block;
    color: #fff;
    margin-left: 30px;
    text-decoration: none;
    transform: scale(1);
    will-change: transform;
    transition: all .18s ease-in;
}
.bg-image-text a:hover {
    transform: scale(1.1);
    text-decoration: none;
    color: #fff;
}
.image-block {
    position: relative;
    padding-top: 45%;
}
.image-block img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
}
.image-block-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.image-block-text h4,
.image-block-text p {
    color: #fff;
}
.btn-image-block {
    display: inline-block;
    color: #fff;
    background-color: #808080;
    font-size: 12px;
    padding: 8px 18px;
    border-radius: 100px;
    transform: scale(1);
    will-change: transform;
    transition: all .18s ease-in;
}
.btn-image-block:hover {
    transform: scale(1.1);
    text-decoration: none;
    color: #fff;
}
/* END HOME */


/* START INNER */
.inner-breadcrumb {
    padding: 60px 0;
}
.page-breadcrumb {
    text-align: center;
}
.page-breadcrumb h1 {
    border-bottom: 2px solid #000;
    width: max-content;
    margin: 0 auto 10px;
    padding-bottom: 10px;
    font-size: 2rem;
}
.list-breadcrumb {
    margin-bottom: 0;
}
.list-breadcrumb li {
    position: relative;
    display: inline-block;
    padding: 0 10px;
}
.list-breadcrumb li a {
    color: #333;
    font-size: 14px;
}
.list-breadcrumb li:not(:last-child)::after {
    content: '>';
    position: absolute;
    top: 0;
    right: -8px;
}
.inner-page h2 {
    font-size: 1.4rem;
}
.table-block {
    margin-bottom: 1rem;
}
.table-block .label-icon {
    position: relative;
    display: flex;
    align-items: center;
}
.table-block .label-icon::before {
    content: "";
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 15px;
    display: inline-block;
}
.table-block .label-icon.driver::before {
    background-image: url('../../images/wrench_50x50.webp');
}
.table-block .label-icon.manual::before {
    background-image: url('../../images/manual.webp');
}
.table-responsive .table {
    margin-top: 1rem;
    border: 1px solid #ebebeb;
    -moz-box-shadow: 0 1px 3px #ebebeb;
    -webkit-box-shadow: 0 1px 3px #ebebeb;
    box-shadow: 0 1px 3px #ebebeb;
}
.table-responsive .table thead th {
    font-weight: 700;
    background: #f0f0f0;
    text-align: left;
}
.table-responsive .table tr td:nth-child(1),
.table-responsive .table tr th:nth-child(1) {
    width: 20%;
}
.table-responsive .table tr td {
    vertical-align: middle;
}
.table-responsive .table tr th,
.table-responsive .table tr td {
    padding: 7px 15px;
}
.table-responsive .table tr td:nth-child(2),
.table-responsive .table tr th:nth-child(2) {
    width: 60%;
}
.table-responsive .table tr td:nth-child(3),
.table-responsive .table tr th:nth-child(3) {
    width: 10%;
}
.table-responsive .table tbody a.button {
    padding: 10px 26px;
    width: 135px;
    display: inline-block;
    text-align: center;
    background: #68a31b;
    background: -webkit-gradient(linear,left top,left bottom,from(#a4c876),to(#68a31b));
    background: -moz-linear-gradient(top,#a4c876,#68a31b);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a4c876",endColorstr="#68a31b");
    border: 1px solid #68a31b;
    text-shadow: 0 1px 1px rgb(0 0 0 / 60%);
    -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 40%);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
    box-shadow: 0 1px 3px #0006;
    border-radius: 100px;
    color: #fff;
    font-size: 14px;
}
.table-responsive .table thead th {
    border-bottom: 0;
}
.table-responsive .table td {
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    padding: 20px 30px 16px;
    text-align: left;
    vertical-align: top;
}
/* END INNER */


/* START CONTACT US */
.form-contact-us label > span {
    color: red;
}
.form-contact-us input.form-control {
    height: 45px;
    border-radius: 100px;
}
.form-contact-us textarea.form-control {
    border-radius: 25px;
}
.form-contact-us .form-control {
    background-color: #f5f5f5;
    color: gray;
    border: 1px solid #000000;
}
.form-contact-us .form-control:focus,
.form-contact-us .form-control:active {
    outline: 0;
    box-shadow: none;
}
.form-btn {
    height: 45px;
    border-radius: 100px !important;
    background-color: #000 !important;
    color: #fff !important;
    border-style: none !important;
    border: 1px solid #000 !important;
    padding: 0 30px !important;
}
.form-btn:hover {
    background-color: #f5f5f5 !important;
    color: #000 !important;
    cursor: pointer;
}
/* END CONTACT US */


/* START PRODUCT PAGE */
.flex-control-thumbs .slick-arrow {
    position: absolute;
    transform: translate(0, -50%);
    top: 50%;
    z-index: 1;
    width: 50px;
    height: 50px;
    border-style: none;
    font-size: 0;
    background-color: transparent;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    padding: 0;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.flex-control-thumbs .slick-arrow.slick-disabled {
    opacity: .4;
}
.flex-control-thumbs .slick-arrow:hover {
    cursor: pointer;
}
.flex-control-thumbs .slick-arrow::before {
    font-size: 24px;
    color: #000;
}
.flex-control-thumbs .slick-arrow:focus {
    outline: 0;
}
.flex-control-thumbs .slick-arrow.slick-prev {
    left: -15px;
}
.flex-control-thumbs .slick-arrow.slick-prev::before {
    content: "\f053";
}
.flex-control-thumbs .slick-arrow.slick-next {
    right: -15px;
}
.flex-control-thumbs .slick-arrow.slick-next::before {
    content: "\f054";
}
.flex-control-thumbs .slick-slide li {
    padding: 5px;
}
.flex-control-thumbs .slick-slide li img {
    border: 1px solid #ebebeb;
}
.shopLinks-wrapper {
    margin-top: 0.8em;
    padding-top: 0.8em;
    border-top: 1px solid #e2e8f0;
}
.shopLinks-wrapper h4 {
    font-weight: 400;
}
.list-shopLinks {
    display: flex;
}
.list-shopLinks li {
    margin-right: 10px;
    padding: 5px;
    -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 40%);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
    box-shadow: 0 1px 3px #0006;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list-shopLinks li a {
    display: block;
}
.list-shopLinks li a img {
    width: 120px;
}
/* END PRODUCT PAGE */


/* START CATALOG */
.ast-shop-product-out-of-stock {
    display: none;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
    display: -webkit-box!important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.2;
    color: #000;
}
.woocommerce div.product .out-of-stock,
.woocommerce-variation-add-to-cart,
.woocommerce div.product form.cart .single_variation_wrap .single_variation {
    display: none;
}
.woocommerce div.product form.cart .variations {
    border-bottom: 0;
    margin-bottom: 0;
}
.img-load-more {
    text-align: center;
}
.img-load-more > div {
    position: relative;
    padding-top: 50%;
}
.img-load-more.active > div {
    padding-top: initial;
}
.img-load-more > div > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.img-load-more.active > div > img {
    position: relative;
}
.img-load-more .btn-img-load {
    padding: 10px 20px;
    display: inline-block;
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    text-decoration: none !important;
    margin: 15px 0 0;
    font-weight: 500;
}
.img-load-more .btn-img-load:hover {
    background-color: #fff;
    color: #000;
}
/* END CATALOG */


/* START MY-ACCOUNT */
.woocommerce-MyAccount-navigation>ul {
    padding-left: 0;
}
/* END MY-ACCOUNT */


@media screen and (min-width: 300px) {
    .menu-wrapper {
        width: 320px;
    }
}

@media screen and (min-width: 768px) {
    .mobile-banner-items {
        display: none;
    }
    .footer-accordion {
        display: none;
    }
}

@media screen and (min-width: 922px) {
    .site-content .ast-container {
        display: block;
    }
}

@media screen and (min-width: 992px) {
    .header-top-bar {
        display: none;
    }
}

@media screen and (min-width: 1600px) {
    .container {
        max-width: 1360px;
    }
}

@media screen and (max-width: 991px) {
    header.main-header {
        padding: 5px 0;
    }
    header.main-header .navbar-brand {
        padding-right: 0;
        margin: auto;
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 768px) {
    .inner-breadcrumb {
        padding: 30px 0;
    }
    .page-breadcrumb h1 {
        font-size: 1.7rem;
    }
    .table-responsive .table tbody a.button {
        background-image: url(../../images/download.png);
        background-size: cover;
        padding: 0;
        background-color: transparent;
        border: 0;
        width: 20px;
        height: 20px;
        font-size: 0;
        display: block;
        box-shadow: none;
        border-radius: 0;
        margin: auto;
    }
    .table-block .label-icon {
        font-size: 0;
    }
    .table-responsive .table tr th:nth-child(1) {
        font-size: 0;
    }
    .table-responsive .table tr td:nth-child(1),
    .table-responsive .table tr th:nth-child(1) {
        width: 5%;
    }
    .table-responsive .table tr td:nth-child(3),
    .table-responsive .table tr th:nth-child(3) {
        width: 5%;
    }
    .table-block .label-icon::before {
        width: 30px;
        height: 30px;
        margin: auto;
    }
    .table-responsive .table tr td:nth-child(2),
    .table-responsive .table tr th:nth-child(2) {
        width: 90%;
    }
    .table-responsive .table tr td:nth-child(2) {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .banner-items {
        display: none;
    }
    .bg-image-text {
        left: 0;
        text-align: center;
        width: 100%;
    }
    .bg-image-text a {
        margin-left: 0;
    }
    .image-block {
        border: 0 !important;
    }
    .footer-links {
        display: none;
    }
    .footer-block {
        padding-top: 10px;
    }
    .text-copyright {
        font-size: 13px;
        text-align: center;
    }
}

@media screen and (max-width: 425px) {
    header.main-header .navbar-brand img {
        width: 150px;
    }
    .bg-image-text h2 {
        font-size: 28px;
    }
    .accordion-template .panel .panel-heading a > h4 {
        font-size: 16px;
    }
}

@media screen and (max-width: 375px) {
    .bg-image-text h2 {
        font-size: 26px;
    }
}