* {
    margin: 0;
    padding: 0;
    word-break: break-word;
}

body {
    font-family: 'Trade Gothic LT Com';
    font-weight: 500;
    font-style: normal;
    background: #f0eeef url(../images/background_bg_img.jpg);
    background-size: cover;
}

.html-home-page body,
.html-product-details-page body {
    background: #fff !important;
}

a {
    transition: all 0.3s;
}

    a:hover {
        text-decoration: none;
    }

img {
    max-width: 100%;
}

ul {
    margin-bottom: 0;
}

button,
input,
optgroup,
select,
textarea {
    font-size: 1rem;
}

.form-control:focus {
    box-shadow: none;
}

select {
    color: #8e95a0;
    min-width: 100px;
    border: solid 1px #ced4da;
    -webkit-appearance: none;
    background: url(../images/select-arrow-dark.svg) #fff;
    background-size: 15px;
    background-position: 96%;
    background-repeat: no-repeat;
}

.order-summary-content select,
.date-of-birth select,
#Address_CountryId,
#Address_StateProvinceId,
.enter-address select {
    border-bottom: solid 1px #ced4da !important;
    border: none;
}

.language-selector select,
.currency-selector select {
    border-radius: 0 !important;
    border: none;
    border-bottom: solid 1px #eee;
}

.order-summary-content .text-info,
.order-summary-content .text-danger {
    color: #002550 !important;
}

.order-summary-content .custom-container-fluid {
    padding: 0 !important;
}

/*========== Global style======= */
.nav-item.first-lebel-nav a.nav-link {
    text-transform: none !important;
}
.nav-link.d-block:hover * {
    color: #f5df4d !important;
}
li.dropdown.nav-item.dropdown-menu-list .dropdown-menu.dropdown-menu-right::before {
    content: "";
    display: block;
    height: 26px;
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
}

.free-delivery-text {
    color: #333;
    text-align: center;
    font-size: 15px;
    line-height: 34px;
}

.list label {
    display: block;
    max-width: 100%;
    /* white-space: nowrap; */
    /* overflow: hidden; */
    text-overflow: ellipsis;
    padding: 3px 0 0 0px;
    margin-bottom: 0;
    color: #333;
    position: relative;
    padding-left: 25px;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}

.specCheck {
    width: 18px;
    height: 18px;
    border: 1px solid #c8cad4;
    margin-right: 10px;
    /* vertical-align: middle; */
    float: left;
    /*display:  table-cellblock;*/
    top: 0;
    position: absolute;
    left: 0;
    top: 7px;
}

.categories-container .checkbox-item.active .specCheck::after/*,
.ajaxfilter-section ul li input:checked + label .specCheck::after*/ {
    content: '\f00d';
    color: #ff7373;
    font-size: 12px;
    padding-left: 1px;
    text-align: center;
    font-family: fontawesome;
    display: block;
    margin-top: -1px;
}

.custom-container-fluid {
    padding-left: 55px !important;
    padding-right: 55px !important;
    margin-right: auto;
    margin-left: auto;
    max-width: 1380px;
}

.home-page-carousel-container .custom-container-fluid,
.footer-container .custom-container-fluid,
.our-brand-container .custom-container-fluid {
    max-width: 1600px;
}

.blog-news-area .text-ellipsis {
    white-space: normal !important;
}

.text-ellipsis {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -5px !important;
}

.ajaxfilter-section ul li label::before {
    display: none !important;
}

.cubic {
    width: 400px;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    text-align: left;
    color: #624042;
}

/******Global Header******/
.dropdown-menu-list:hover .dropdown-menu-right {
    display: block;
}

.main-logo a img {
    max-height: 52px;
    padding: 3px;
}

.main-logo {
    padding: 8px 30px 8px 50px;
    background-color: #1d1d1d;
    margin: 0 !important;
}

.navbar-nav {
    margin: auto;
    padding: 5px 0;
}

.top-nav-container {
    background: #1d1d1d;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    padding: 0;
}

.global-header {
    background-color: #1d1d1d;
    z-index: 999;
    border-bottom: 1px solid #1d1d1d;
}

    .global-header .header-top {
        background: #eee;
        position: relative;
        z-index: 30;
    }

    .global-header .header-selectors {
        float: right;
        display: flex;
    }

    .global-header .admin-links {
        float: left;
        display: flex;
    }

    .global-header .header-selectors [class*="selector"] {
        margin: 5px 0 5px 10px;
        min-width: 100px;
    }

    .global-header .header-selectors select {
        height: auto;
        padding: 0 5px;
        border-radius: 0;
        min-width: 90px;
        border: none;
        -webkit-appearance: none;
        background: url(../images/select-arrow-dark.svg) #fff;
        background-size: 15px;
        background-position: 96%;
        background-repeat: no-repeat;
        font-size: 14px;
        color: #46282a;
    }

    .global-header .second-dropdown > .row,
    .second-dropdown ul.row.px-3.text-center {
        justify-content: center;
    }

    .global-header .header-menu .second-dropdown > ul > li > a {
        position: relative;
        border-bottom: 1px solid #002550;
        margin-bottom: 10px;
    }

    .global-header .header-menu .second-dropdown > ul > li > a {
        border: 0;
        display: flex;
    }

    .global-header .all-manufacture {
        padding: 10px 0;
        background: #f5df4d;
        margin: 40px auto 15px auto;
        max-width: 230px;
        border-radius: 50px 0;
        text-transform:uppercase;
    }
.global-header .top-nav-container,
.global-header .top-nav-container a .category-name::after,
.global-header .top-nav-container .dropdown-menu-list .dropdown-toggle::after {
    box-shadow: none;
}

@media (min-width: 1001px) {
    .mm-navbar .nav-menu > li > .sublist.list-view {
        top: 101% !important;
    }
}

.all-manufacture a {
    color: #333 !important;
}

.top-nav-container .navbar {
    padding: 0;
}

    .top-nav-container .navbar ul li a.nav-link {
        color: #fff;
        text-transform: uppercase;
        cursor: pointer;
        font-size: 20px;
        font-weight: 900;
        text-align: left;
    }

.user-login-box .nav-link {
    font-size: 18px !important;
}

.header-menu {
    font-weight: 600 !important;
    font-family: 'Trade Gothic LT Com';
    background-color: #1d1d1d;
    padding: 0.5px 0;
    font-style: italic;
}

.top-nav-container .navbar > ul li .nav-link {
    padding: 19px 10px;
    font-size: 17px;
    border-bottom: 4px solid #fff;
}

.top-nav-container .navbar ul li .nav-link:not(.login-button):hover,
.top-nav-container .navbar ul li.active a:not(.login-button),
.top-nav-container .navbar .dropdown-menu a:not(.login-button):hover {
    color: #d31039;
}

.navbar .icon-nav {
    color: #333;
    font-size: 35px;
}

.header-links ul {
    font-size: 1rem;
    position: relative;
    z-index: 100;
}

.mfp-close-btn-in .mfp-close {
    border-radius: 0 !important;
}

.top-nav-container .navbar .dropdown-menu {
    position: absolute !important;
    margin-top: 0;
    left: 0;
    width: 420px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.20);
    border-radius: 0;
    text-transform: capitalize;
    color: #787878;
    line-height: 18px;
    padding: 0;
    border: unset;
}

.top-nav-container .header-links .navbar-nav .dropdown-login .user-login-box {
    width: 420px;
    border-radius: 0;
}

.top-nav-container .navbar .dropdown-cart .dropdown-menu {
    width: 420px;
    margin: auto;
}

.top-nav-container .navbar .dropdown-menu.user-login-box {
    width: auto;
    right: 0;
    left: auto;
    padding: 15px;
}

.top-nav-container .navbar .dropdown-menu.store-search-box .search-box-text {
    height: 48px;
    width: 90.1%;
    max-width: 100vw;
    vertical-align: top;
}

.top-nav-container .navbar .dropdown-menu.store-search-box {
    width: 10vw;
    position: absolute !important;
    top: calc(100% + 0px) !important;
    right: -17px;
    padding: 10px 10px;
}

.dropdown-menu.store-search-box .icon-search::before {
    content: "\e905";
    display: block;
}

.form-control.search-box-text {
    border-bottom: solid 1px #fff !important;
}

.search-box .search-box-button {
    height: 48px;
}

.top-nav-container .navbar .dropdown-menu a:hover {
    color: #d31039;
    border-bottom: 0;
    text-decoration: none;
}

.categories-container-right .text-ellipsis * {
    color: #cd192d !important;
    font-size: 22px !important;
    padding-bottom: 6px;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.categories-container-right .sublist .text-ellipsis {
    color: #000 !important;
}

.top-nav-container .navbar .dropdown-menu ul li a {
    position: relative;
    display: block;
    padding: 2px 0 0;
    margin: 0 10px;
    width: 180px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-family: 'Trade Gothic LT Com';
    letter-spacing: 0px;
}

.search-box-dropdown .dropdown-menu ul li a {
    width: 100% !important;
}

.search-box-dropdown .ui-widget.ui-widget-content {
    max-width: 100% !important;
    background: #fff;
    width: 100% !important;
}

.search-box-dropdown:hover .store-search-box {
    display: block !important;
}

.search-box ul li {
    border-top: solid 1px #ddd !important;
}

.search-box-dropdown .dropdown-menu ul li a {
    padding: 7px !important;
}

.top-nav-container .navbar .dropdown-menu ul li a:hover {
    color: #f5df4d !important;
}

.search-box ul li {
    width: 100% !important;
    margin: 0 !important;
}

.search-box form {
    width: 95%;
}

.top-nav-container .navbar .dropdown-menu .sublist.first-level .nav-item {
    margin: 0;
    width: 100%;
    text-align: left;
    padding: 0;
    transition: all 0.3s;
}

/*  .top-nav-container .navbar .dropdown-menu .sublist.first-level .nav-item:hover {
    background: #FFED00;
    padding: 5px 10px;
    border-bottom: solid 1px #FFED00;
  }*/

.top-nav-container .navbar .dropdown-menu ul li .fa-angle-right {
    background: #e4e6ec;
    padding: 3px 7px;
    margin-right: 5px;
}

.top-nav-container .navbar .dropdown-menu ul li:hover .fa-angle-right {
    background: #d31039;
    color: #fff;
}

.cart th.product {
    font-size: 0 !important;
}

.top-nav-container .navbar .user-login-box {
    width: 300px;
    padding: 15px;
}

.top-nav-container .header-links .navbar-nav .search-box-dropdown,
.top-nav-container .header-links .navbar-nav .dropdown-login {
    position: relative;
}

    .top-nav-container .header-links .navbar-nav .search-box-dropdown .search-box-button {
        background: #d31039;
        border-radius: 0;
        border: 0;
        padding: 15px;
        color: #212121;
    }

.top-nav-container .navbar .user-login-box:before {
    position: absolute;
    right: 5px;
    top: -12px;
    width: 0;
    height: 0;
    content: "";
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #ffffff;
}

.nav-dropdown-container a {
    line-height: 25px;
}

.top-nav-container .navbar .dropdown-menu a {
    padding: 0;
    font-size: 16px !important;
}

.dropdown-menu .login-nav-box a:hover {
    color: #fff !important;
}

.login-button {
    background: #002550;
    border: 1px solid transparent;
    color: #fff;
    border-radius: 0;
}

ul.sublist.first-level::after {
    content: "";
    display: block;
    clear: both;
}

.top-nav-container .navbar .sublist li .nav-link {
    display: inline-block;
}

    .top-nav-container .navbar .sublist li .nav-link:hover {
        border-color: #d31039;
    }

.top-nav-container .navbar ul.sublist li .nav-link:hover {
    color: #fff;
}

.icon-search,
.icon-user,
.icon-cart,
.icon-love {
    font-size: 18px;
    vertical-align: middle;
}

strong.icon-user.d-none-.d-md-block {
    line-height: 35px;
}

.fa-eye {
    font-size: 23px;
}

.search-box,
.cart-dropdown-box {
    left: auto !important;
}

    .search-box .lime.lighten-2,
    .my-cart-box .lime.lighten-2 {
        background: #f05f5c;
        border-radius: 0;
        border: 0;
        padding: 15px;
        color: #fff;
    }

.header-menu .navbar-nav > .dropdown > a {
    padding-top: 0;
    padding-bottom: 0;
}

.header-menu .first-lebel-nav a,
.header-menu .dropdown-menu-list a.dropdown-toggle {
    padding: 10px 18px !important;
}

.header-menu .navbar-nav > .dropdown > a::after {
    content: "\e900";
    border: unset;
    vertical-align: middle;
    font-family: 'icomoon' !important;
    box-shadow: 0px 1px 1px #002550;
    font-size: 7px;
    width: auto;
    height: auto;
    display: inline-block;
}

.header-menu .nav-item a {
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
}

.header-menu .second-dropdown li a {
    color: #333 !important;
    text-align: left;
}

.header-menu .first-lebel-nav > a {
    line-height: 0;
    vertical-align: baseline;
    text-decoration: none;
}

li.nav-item.nav-products {
    width: auto;
    position: static;
}

.search-box .form-control,
.my-cart-box .form-control {
    border-radius: 0;
}

.my-cart-box .form-control {
    padding: 26px 15px;
}

.go-to-cart-button,
.scrollup,
.estimate-shipping-button {
    background: #d31039;
    padding: 0 15px;
    transition: all 0.3s;
    outline: 0;
    box-shadow: none !important;
    border-radius: 0;
    font-family: 'Trade Gothic LT Com Cn';
}

.scrollup, .estimate-shipping-button {
    min-height: 41px;
}

.overview .go-to-cart-button {
    min-height: 45px;
    box-shadow: 0 2px 5px #eee !important;
    font-size: 20px;
    font-weight: 600;
}

.overview .go-to-cart-button:hover,
.overview .go-to-cart-button:active {
    background: #333 !important;
    color: #f5df4d !important;
}
.overview .go-to-cart-button .icon-cart {
    font-size: 22px;
}

.go-to-cart-button:hover {
    background: #46282a;
    cursor: pointer;
}
.html-change-password-page .field-validation-error,
.html-change-password-page .fieldset {
    text-align: left;
}
.login-nav-box {
    background: #d31039;
}

.login-nav-box-2 {
    background: #d31039;
}

    .login-nav-box-2:hover {
        background: #000;
    }

    .login-nav-box a,
    .login-nav-box-2 a {
        color: #fff;
        font-size: 18px;
    }

        .login-nav-box a:hover,
        .login-nav-box-2 a:hover {
            color: #fff !important;
        }

.register-block .text {
    display: none;
}

.close-icon-box {
    background: #d31039;
    color: #fff !important;
}

.cart-quantity {
    font-size: 15px;
}

.nav-item .fa-chevron-right {
    font-size: 13px;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: unset;
}

.nav-dropdown-container .products-nav-icon li a img {
    height: 50px;
    fill: #f00;
    transition: all 0.3s;
}

.manufacturer-container .products-nav-icon li a img {
    height: 70px;
}

.nav-dropdown-container .products-nav-icon li {
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
}

    .nav-dropdown-container .products-nav-icon li a:hover,
    .nav-dropdown-container .products-nav-icon li:hover {
        background: #d31039;
        color: #fff !important;
    }

.manufacturer-container .products-nav-icon li a:hover,
.manufacturer-container .products-nav-icon li:hover {
    background: none;
    color: #d31039 !important;
}

.nav-dropdown-container .products-nav-icon li:hover img {
    filter: contrast(220%);
    -webkit-filter: contrast(220%);
}

.manufacturer-container .products-nav-icon li:hover img {
    filter: none;
}

.btn-close-menu {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #cd192d;
    z-index: 5;
    float: right;
    right: 0;
    text-align: center !important;
    border: 0;
    color: #fff;
}

.search-text-box, .login-text-box {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 600;
}

.search-box-dropdown .icon-search-name,
.header-links .icon-user-icon {
    margin: 7px 0;
    display: inline-block;
}

.header-links-wrapper .cart-label {
    margin: 4px 0 0;
    display: inline-block;
}

.top-link-subtotal {
    font-size: 12px;
    display: block;
    font-style: italic;
    color: #f5df4d;
}

.wishlist-label {
    margin: 2px 0;
    display: block;
}

.wishlist-qty {
    font-size: 13px;
    font-style: italic;
}

.icon-cart {
    line-height: 25px !important;
}

.cart-label,
.cart-quantity {
    color: #f5df4d;
}

/******Global Header******/
/******Start Main Slider*/
.home-page-welcome-text .topic-block-title {
    display: none;
}

.home-page-welcome-text h1 {
    font-size: 72px;
    text-transform: uppercase;
    color: #fff;
    font-style: normal;
    font-weight: bold;
}
/*topic-image-box*/
.c-benefits__image {
    position: static;
    transform: translateX(0);
    width: 100%;
}

.c-benefits__heading {
    position: absolute;
    top: 0;
    left: 5.5%;
    z-index: 2;
    font-size: 40px;
    line-height: 70px;
}

.c-benefits__heading {
    top: 10%;
    left: 10%;
    font-size: 80px;
    line-height: 85px;
    text-transform: uppercase;
    font-weight: 900;
    font-style: italic;
}

.c-benefits__first-feature-heading {
    margin-bottom: 20px;
    font-size: 46px;
    line-height: 55px;
    font-style: italic;
    font-weight: 900;
    text-transform: uppercase;
    margin-right: auto;
}

.c-benefits__section-name {
    font-family: 'Trade Gothic LT Com';
    font-weight: 700;
    display: block;
    margin-bottom: 18px;
    font-size: 16px;
    font-style: italic;
    text-transform: uppercase;
    line-height: 20px;
}

.gasgas_sparepartsfinder .d-flex,
.home-page-welcome-text .d-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
}
/*topic-image-box*/
.view-all-products-button button {
    font-weight: bold;
}

.home-page-seo-text {
    background: #fff;
}

    .home-page-seo-text p {
        color: #555;
        text-transform: capitalize !important;
        font-size: 18px !important;
        padding-bottom: 15px;
    }

.trust-marks {
    background: #fff;
}

    .trust-marks img {
        width: auto;
        max-height: 80px;
    }

    .trust-marks p,
    .trust-marks .custom-container-fluid {
        text-align: center;
        color: #A6A6A6;
    }

    .trust-marks p {
        padding: 10px 0;
        color: #002550;
        font-weight: 900;
    }

.home-page-welcome-text p {
    margin: 0;
    font-size: 18px;
    font-family: 'Trade Gothic LT Com';
    font-weight: 500;
}

.home-page-slider-1 .owl-nav.disabled {
    display: none !important;
}

.owl-nav .disabled {
    display: none !important;
}

.home-page-slider-1 .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 49%;
}

.home-page-slider-1 button.owl-dot,
.OCarousel-category-slider button.owl-dot,
.OCarousel-container button.owl-dot,
.thumb-list-slider .owl-carousel button.owl-dot {
    width: 25px;
    height: 10px;
    background-color: #f0eeef !important;
    opacity: 1 !important;
    margin-right: 3px;
    border: solid 1px #f0eeef;
}

    .home-page-slider-1 button.owl-dot.active {
        margin: 0 5px;
    }

.home-page-slider-1 .home-page-slider-item {
    position: relative;
}

.home-page-slider-1 .slider-caption {
    position: absolute;
    top: 40%;
    left: 12%;
    z-index: 2;
    width: 100%;
    font-weight: 900;
    text-align: left;
    bottom: 50%;
}

.home-page-slider-1 .slider-title,
.body-bottom-topics-content h2 {
    font-size: 75px;
    color: #fff;
    text-transform: uppercase;
    text-align:;
    letter-spacing: -1px;
    line-height: .94em;
    font-style: normal;
    font-weight: bold;
}

.home-page-slider-1 .slider-subtitle {
    font-size: 60px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
}

.home-page-slider-1 .slider-btn {
    font-size: 16px;
    color: white;
    padding: 10px 20px;
    background: #e5ad39;
    display: inline-block !important;
    transition: all 0.5s;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 3px;
}

.slider-caption .slider-btn {
    display: none !important;
}

.home-page-slider-1 .slider-btn:hover {
    background: #46282a;
    cursor: pointer;
}

/*.home-page-slider-1 .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    color: #fff;
}*/

.home-page-slider-1 .owl-nav > .owl-prev, .home-page-slider-1 .owl-nav > .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.home-page-slider-1 .owl-nav > .owl-prev {
    left: 40px;
}

.home-page-slider-1 .owl-nav > .owl-next {
    right: 40px;
}

.home-page-slider-1 .owl-nav > button:focus {
    outline: 0;
    text-shadow: 0 0 10px #f5df4d;
}

.home-page-slider-1 .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev,
.home-page-slider-1 .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-next {
    font-size: 30px;
    background: #edb948;
    width: 35px;
    height: 35px;
    border-radius: 0;
    transition: all 0.2s;
}

    .home-page-slider-1 .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev:hover,
    .home-page-slider-1 .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-next:hover {
        opacity: 1;
    }

.home-page-slider-container .owl-carousel .owl-nav {
    top: auto;
}

    .home-page-slider-container .owl-carousel .owl-nav .owl-prev {
        margin-right: 5px;
    }
/******end home page main Slider*/
.grosse-old-price {
    text-decoration: line-through;
}
/*advanced-products-tab*/

.bestseller-label .offer-box.new-products {
    font-size: 14px !important;
}
.advanced-products-tab .price.old-price,
.advanced-products-tab .price.actual-price {
    display: block !important;
    width: 100%;
}

.advanced-products-tab .products-box-sku,
.products-box .products-box-sku {
    display: none;
}

.advanced-products-tab .details .prices {
    margin: 10px 0 0 0 !important;
}

.advanced-products-box-link {
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.advanced-products-box {
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
    cursor: auto;
}

.products-tab-ads {
    height: calc(100% - 0px);
    background-size: cover;
    background-position: center center;
}

.even .products-tab-container > .custom-container-fluid > .row {
    flex-direction: row-reverse !important;
}

.even .products-tab-container .advanced-products-titel::before {
    left: initial !important;
    width: 100%;
    right: -18px;
}

.even .products-tab-container .advanced-products-titel h2 {
    padding-left: 50px;
    text-align: left;
}

.products-tab-container .custom-container-fluid {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
}

.products-tab-container .row.no-gutters {
    max-width: 100%;
}

.products-tab-container .products-box-icon a {
    border-right: 0 !important;
}

.owl-carousel button.owl-dot.active {
    background: #f5df4d !important;
    width: 35px;
}

.owl-carousel .owl-dots button {
    height: 9px;
    border-radius: 15px 0;
}

.advanced-products-titel {
    color: #f5df4d;
    padding: 10px;
    text-align: center;
    z-index: 555;
    position: absolute;
    bottom: 11%;
    width: 80%;
    cursor:default;
}

.even .advanced-products-titel {
    right: 0;
}

.advanced-products-titel::before {
    content: '';
    position: absolute;
    top: 0;
    left: -18px;
    right: 18px;
    bottom: 0;
    background: #1d1d1d;
    opacity: 0.7;
    -o-transform: skewX(30deg);
    -webkit-transform: skewX(30deg);
    -moz-transform: skewX(30deg);
    -ms-transform: skewX(30deg);
    transform: skewX(30deg);
    -webkit-transition: all .2s ease-in-out;
    z-index: -1;
}
.even .advanced-products-titel::before {
    -o-transform: skewX(-30deg);
    -webkit-transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    transform: skewX(-30deg);
}
    .advanced-products-titel h2 {
        font-weight: bold;
        font-style: italic;
        text-align: right;
        padding-right: 50px;
    }

.advanced-products-titel-box {
    display: none;
}

.products-tab-container .OCarousel-item .product-item {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 20px;
    margin-right: 20px;
    box-shadow: 0 0 8px #eee;
}

.products-tab-container .picture {
    width: 40%;
    margin-right: auto;
    position: relative;
}

.products-tab-container .details {
    width: 50%;
    margin-left: auto;
    text-align: left;
}

.products-tab-container .products-box-icon {
    text-align: center;
    margin-top: 0;
}

.products-tab-container .add-info {
    border-top: 0 !important;
}

.advanced-products-tab .products-box:hover .products-box-icon {
    transform: translateY(0);
}

.advanced-products-tab .products-box-icon i {
    background: #e8e8e8;
    padding: 0 2px;
    margin-right: 0 !important;
}

.advanced-products-tab .products-box .product-title,
.advanced-products-tab .products-box .prices,
.advanced-products-tab .products-box-sku {
    text-align: left !important;
}

.advanced-products-tab .products-box-icon i a {
    margin: 2px 0 !important;
    width: 35px !important;
    height: 37px;
    justify-content: center;
}

.advanced-products-tab .products-box-new-icon-set {
    background: #fff;
    box-shadow: none !important;
}

.advanced-products-tab .add-to-cart-button {
    width: calc(100% - 41px);
}

    .advanced-products-tab .add-to-cart-button button {
        margin-right: 0;
    }

.advanced-products-tab .tab-header-box,
.advanced-products-tab .nav-tabs {
    border-bottom: none;
}

.advanced-products-tab .products-description .nav-tabs .nav-link {
    border: 0 !important;
}

.advanced-products-tab .nav-tabs .nav-link {
    border: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-weight: bold;
    color: #bbbcc0;
}

.advanced-products-tab .owl-carousel .owl-nav {
    position: absolute !important;
    top: -46px !important;
    right: 0px !important;
    width: auto;
}

    .advanced-products-tab .owl-carousel .owl-nav .owl-next {
        margin-right: 10px;
        margin-left: 5px;
    }

    .advanced-products-tab .owl-carousel .owl-nav button.owl-prev,
    .advanced-products-tab .owl-carousel .owl-nav button.owl-next {
        background: #fff;
        color: #212121;
    }

    .advanced-products-tab .owl-carousel .owl-nav button i {
        font-size: 18px;
    }

.advanced-products-tab .owl-carousel .owl-dots {
    margin: 0px 0 18px 0 !important;
}

.advanced-products-tab {
    border-top: solid 1px #e0e0e0;
    border-bottom: solid 1px #e0e0e0;
    margin: 0 40px !important;
    padding: 0 !important;
}

    .advanced-products-tab .nav-item a {
        padding: 20px 20px 10px 0;
        font-style: italic;
        font-size: 28px;
        letter-spacing: 0;
        color: #212121;
    }

.share-icon-list ul li {
    display: inline-block;
    padding-right: 20px;
    color: #b9bcbf;
}

    .share-icon-list ul li a {
        color: #b9bcbf;
    }

        .share-icon-list ul li a:hover {
            color: #002550;
        }

.overview .availability .stock,
.overview .additional-details div {
    margin: 0 0 5px !important;
}

    .overview .availability .stock .label {
        font-weight: bold;
    }

.overview .sku .label,
.overview .stock .label {
    width: 230px;
    display: inline-block;
    font-size: 18px;
}

.manufacturer-logo {
    margin: 25px 0 30px;
}

    .manufacturer-logo img {
        max-width: 120px;
    }

.overview .stock .value {
    color: #41B541;
}

.product-details-page .overview .button-2 {
    font-size: 22px;
    padding: 4px 15px;
    line-height: 35px;
}

.product-details-page .option-list li input {
    display: none;
}

.product-details-page {
    margin-top: -20px;
}
/*advanced-products-tab*/
/* quick view */
.quick-view-product-details-modal .modal-dialog {
    max-width: 100%;
    margin: 0;
}

.quick-view-product-details-modal .overview {
    margin: 0;
}

.quick-view-product-details-modal .share-item {
    display: flex;
    align-items: center;
}

    .quick-view-product-details-modal .share-item .share-item-label {
        margin-right: 8px;
    }

.quick-view-product-details-modal .modal-content {
    border: unset;
}

#quick-view-product-details-modal .product-price span {
    font-size: 32px !important;
    font-weight: normal !important;
}

#quick-view-product-details-modal .tabs-product-details p {
    font-size: 16px !important;
}

.add-to-cart-wrapper .add-to-cart-button-quick-view {
    background: #cd192d;
    padding: 8px 20px;
    transition: all 0.3s;
    outline: 0;
    box-shadow: none !important;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    border: none;
    color: #fff !important;
}

.add-to-cart-wrapper .btn-quick-view:hover {
    background: #46282a;
}

.add-to-cart-wrapper .btn-quick-view.wishlist-icon {
    border: solid 1px #ddd;
    background: #fff !important;
    color: #666 !important;
}

    .add-to-cart-wrapper .btn-quick-view.wishlist-icon:hover {
        background: #eee;
    }

.quick-view-product-details-modal .btn-email-friend,
.quick-view-product-details-modal .btn-compare-product,
.wishlist-icon {
    padding: 8px 20px;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    width: 100%;
    border: 1px solid #ddd;
    color: #666 !important;
    background: white;
}

    .quick-view-product-details-modal .btn-email-friend:hover,
    .quick-view-product-details-modal .btn-compare-product:hover {
        background: #eee;
    }

.mfp-close-btn-in .mfp-close {
    width: 45px !important;
    height: 45px !important;
    background: #d31039;
    color: white !important;
}

.c-white {
    color: #ffffff;
}

/*********Boby-css********/

.manufactures-area h2 {
    text-align: left !important;
}

.owl-carousel a.category-list-img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translateZ(0) scale(1,1);
    margin: 0;
}

.owl-carousel a.category-list-img::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.owl-carousel a.category-list-img {
    position: relative;
    display: block;
}

.category-add-text, .featured-box-text, .category-list-img div {
    position: relative;
    font-size: 20px;
    width: 100%;
    color: #fff;
    background: #d31039;
    font-weight: 600;
    letter-spacing: 0;
    text-align: center;
    padding: 8px;
    text-transform: uppercase;
}

.category-add a {
    color: #fff;
}

    .category-add a:hover {
        box-shadow: none;
        border-radius: 0;
    }

        .category-add a:hover .category-add-text {
            background: #FFED00 !important;
        }

.OCarousel-category-slider .OCarousel-item {
    overflow: hidden;
    box-shadow: 0 0 10px #ddd;
    border-radius: 0;
}

.category-add a:hover .category-add-text {
    color: #dee1e7;
    transition: all 0.7s;
}

.OCarousel-category-slider a:hover .category-add-text,
.category-list-img:hover div {
    background: #d31039 !important;
    transition: all 0.7s;
    color: #fff;
}

.OCarousel-category-slider a img,
.category-add a img,
.featured-products-box img {
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.OCarousel-category-slider a:hover img,
.category-add a:hover img,
.featured-products-box:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.category-add a,
.featured-products-box {
    overflow: hidden;
    position: relative;
}

.featured-box-text h2 {
    font-size: 22px;
    background: rgba(255, 255, 255, 1);
    padding: 10px 15px;
    color: #333;
}

.featured-box-text {
    background: none;
    bottom: 25%;
    font-family: 'barlowregular';
}

    .featured-box-text button {
        margin-bottom: 25px;
    }

.featured-products-box img {
    height: 100%;
}

.category-add-text i {
    font-size: 12px;
}

.category-add .owl-carousel .owl-dots.disabled,
.category-add .owl-carousel .owl-nav.disabled {
    text-align: center !important;
}
/*featured-products-container*/
.owl-theme .owl-nav {
    text-align: left !important;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.related-products-grid .owl-carousel .owl-nav button.owl-next {
    background: #fff;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px !important;
    border-radius: 0;
    border: solid 1px #fff;
    color: #212121;
}

.home-page-slider-container .owl-carousel .owl-nav button.owl-prev,
.home-page-slider-container .owl-carousel .owl-nav button.owl-next {
    border: 0;
}

.featured-products-container {
    padding: 0 2rem;
}

    .featured-products-container .owl-nav {
        position: relative;
    }

.related-products .owl-carousel .owl-nav.disabled {
    display: inherit !important;
}

.title-container {
    padding: 40px 0 0;
    text-transform: uppercase;
    width: 100%;
    font-size: 30px;
    color: #fff;
}

    .title-container h2,
    .blog-news-area h2 {
        font-size: 40px;
        color: #fff;
        font-family: 'Trade Gothic LT Com';
        font-weight: 900;
        letter-spacing: -1px;
        text-align: center;
    }

.owl-nav .owl-next [aria-label="Next"],
.owl-nav .owl-prev [aria-label="Previous"] {
    font-size: 0;
}

    .owl-nav .owl-next [aria-label="Next"]::before,
    .owl-nav .owl-prev [aria-label="Previous"]::before,
    .icon-right-arrow3,
    .icon-right-arrow31 {
        font-size: 25px;
        font-family: 'icomoon' !important;
        speak: none;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
    }

.home-page-slider-container .owl-nav .owl-next [aria-label="Next"]::before,
.home-page-slider-container .owl-nav .owl-prev [aria-label="Previous"]::before,
.home-page-slider-container .owl-carousel .owl-nav button.owl-prev,
.home-page-slider-container .owl-carousel .owl-nav button.owl-next {
    font-size: 60px;
    background: none !important;
}

.home-page-slider-container .owl-carousel .owl-nav {
    bottom: 43%;
    padding: 0 40px;
}

.owl-nav .owl-next [aria-label="Next"]::before {
    content: "\e904";
}

.owl-nav .owl-prev [aria-label="Previous"]::before {
    content: "\e902";
}

.home-page-bottom-slider-img .owl-nav,
.home-page-bottom-slider-img .owl-dots {
    display: none;
}

.home-page-bottom-slider-img .home-page-slider-2 {
    padding: 0;
}

.home-page-bottom-slider-container {
    position: relative;
}

    .home-page-bottom-slider-container .home-page-slider-2 .single-slide-content,
    .home-page-bottom-slider-box .home-page-slider-container {
        width: 100%;
    }

.home-page-bottom-slider-box .home-page-slider-container {
    margin: 0 30px !important;
}

.home-page-bottom-slider-box .home-page-bottom-slider-container {
    margin-left: -10px;
    margin-right: -10px;
    padding: 40px 50px;
}

/*products-quick-box*/
.mfp-content #quick-view-modal {
    padding: 0 !important;
}

.products-quick-box .modal-dialog {
    max-width: 75%;
    margin: 30px auto;
}

.products-quick-box .modal-content {
    border: 0;
    border-radius: 0;
}

.products-quick-box .owl-dots {
    display: none;
}

.products-quick-box .owl-nav {
    bottom: 0 !important;
}

.products-quick-box .close {
    right: 0;
    position: absolute;
    top: 0;
    background: #d31039;
    opacity: 1;
    padding: 15px 15px;
    color: #fff;
    font-size: 12px;
    z-index: 5;
}

    .products-quick-box .close:hover {
        background: #333;
        color: #fff !important;
        opacity: 1;
    }

/*products-quick-box*/

/*products-box*/
.product-item .picture img {
    padding: 15px;
}

.featured-products-box {
    overflow: hidden;
    height: 100%;
    background: url(../images/featured-products-ads.jpg);
}

.product-item .details {
    padding: 0 !important;
}

.details .border-bottom {
    border-bottom: 0 !important;
}

.add-info {
    border-top: solid 1px #f5df4d !important;
}

.products-box a p {
    font-size: 20px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0;
    display: inline-block;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.html-search-page .products-box a p {
    font-weight: 100;
}

.home-page-carousel-container .products-box a p {
    padding: 0 15px;
}

.advanced-products-tab .products-box a p {
    white-space: normal;
    max-height: 50px;
}

.OCarousel-item .products-box a p {
    font-size: 18px;
}

.advanced-products-tab .OCarousel-item .products-box a p,
.advanced-products-tab .products-box .prices {
    font-size: 20px;
    padding-right: 20px;
}

.search-results .products-box a p {
    font-size: 17px !important;
    letter-spacing: 0 !important;
    padding: 0 15px !important;
}

.search-results .product-list .products-box a p {
    padding: 20px 0 0 !important;
}

.search-results .product-list .product-title {
    width: 100%;
}

.search-results .products-box .prices {
    font-size: 14px;
    line-height: 14px;
}

.search-results .products-box-sku {
    font-size: 14px;
    letter-spacing: 0;
    padding-top: 3px;
}

.search-results .products-box .prices,
.search-results .item-box .product-title {
    margin: 0 !important;
    min-height: 15px;
    font-size: 15px;
    margin-bottom: 8px !important;
}

.search-results .item-box .prices {
    min-height: 32px;
}

.products-box .picture a::before {
    content: "";
    display: block;
    padding-top: 100%;
}
/*.products-box .picture a img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translateZ(0) scale(1,1);
}*/
.products-box .picture a img {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    width: auto !important;
    max-height: 100%;
    margin: auto;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translateY(-25%) scale(1,1);
}

.products-tab-container .products-box .picture a img {
    bottom: auto !important;
    left: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translateY(-50%) scale(1,1);
}

.home-page-carousel-container .products-box .picture a img {
    max-width: 85%;
}

.products-box .picture a {
    display: block;
    position: relative;
}

.products-box-new-icon-set {
    display: inline-flex;
    margin: 17px 15px 20px 15px;
    text-align: center;
    background: #e8e8e8;
    height: 41px;
    width: auto;
    border-radius: 0;
    box-shadow: 3px 5px 10px #eee !important;
}

.products-tab-container .products-box-new-icon-set {
    margin: 17px 15px 0 0;
}

.product-list .products-box-new-icon-set {
    margin: 17px 15px 20px 0;
}

.products-box-new-icon-set .icon-shopping-cart-icon {
    font-size: 18px;
    vertical-align: text-top;
    line-height: 9px;
}

.products-box-new-icon-set .add-to-cart-button button {
    width: 100%;
    max-height: 41px;
    min-width: 120px;
}

.advanced-products-tab .products-box-new-icon-set .add-to-cart-button button {
    min-width: 175px;
}

.item-grid .item-box .products-box-new-icon-set .add-to-cart-button button {
    width: 100%;
    max-height: 41px;
    min-width: 110px;
}

.search-page .item-grid .item-box .products-box-new-icon-set .add-to-cart-button button {
    min-width: 150px;
}

.item-grid .item-box .add-to-cart-button button {
    font-size: 13px;
}

.search-page .item-grid .item-box .add-to-cart-button button {
    font-size: 15px;
}

.item-grid .item-box .go-to-cart-button strong.text-uppercase {
    line-height: 44px;
}

.item-grid .item-box .go-to-cart-button {
    padding: 0 2px;
}

.go-to-cart-button strong.text-uppercase {
    vertical-align: super;
    line-height: 41px;
    font-family: 'Trade Gothic LT Com Cn';
    /*  display: inline-block;*/
}

.go-to-cart-button span.icon-cart {
    line-height: 0 !important;
}

.products-box-icon {
    /*position: absolute;
    bottom: 110px;
    right:0;
    left:0;*/
    /*transform: translateX(245px);*/
    /*padding: 5px 5px 0 5px;*/
    transition: all 0.3s;
    opacity: 1;
    text-align: right;
    margin-top: -5px;
}

    .products-box-icon .button-2 .text-white {
        border-right: 1px solid #fff;
    }

.product-list .products-box-icon {
    opacity: 1;
    position: static;
    display: inline-block;
}

.product-list .add-to-cart-button {
    position: static;
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 5px;
}

.product-list .products-box-icon {
    bottom: initial;
    top: 40px;
}

.products-box:hover .products-box-icon {
    transform: translateX(0);
    opacity: 1;
}

.products-box-icon i {
    display: inline-block;
    color: #fff;
    vertical-align: top;
    font-size: 20px;
    margin: 0 5px 0 4px;
}

.advanced-products-tab .products-box-icon i {
    margin-left: 0px !important;
    padding-left: 2px !important;
    padding-right: 2px !important;
}

.products-box-icon .icon-quick-view {
    font-size: 30px;
}

.products-box-icon > i:nth-child(2) {
    border-left: solid 1px #fff;
}
/*.products-box-icon > i:nth-child(4) {
  margin-left: 4px;
}*/
.products-box-icon i a {
    background: none !important;
    color: #fff;
    margin: 7px 0;
    display: block;
    transition: all 0.3s;
    width: 32px;
    height: 38px;
    display: flex;
    align-items: center;
    border-radius: 0;
    color: white;
    /*  justify-content: center;*/
}

.products-box, .manufacturers-bg .picture {
    position: relative;
    background: #fff;
    /*  border: solid 1px #dde2e5 !important;
  box-shadow: 0 0 3px #e8e6ed;*/
    margin-bottom: 4px;
    text-align: center;
}

.html-home-page .products-box,
.html-home-page .manufacturers-bg .picture {
    border: 0 !important;
}

.owl-carousel .products-box {
    margin-bottom: 13px;
    border: solid 1px #eee !important;
}

    .owl-carousel .products-box:hover {
        box-shadow: 0 0 13px #ced4da;
        transition: all 0.3s;
    }

    .owl-carousel .products-box:hover {
        box-shadow: 0 0 11px #ced4da;
        transition: all 0.3s;
        border: solid 1px #dee2e6 !important;
    }

.product-list .products-box .prices {
    position: inherit !important;
    text-align: left !important;
}

.products-box .prices {
    font-weight: bold;
    margin-bottom: 10px;
    bottom: 15px;
    text-align: center;
    font-size: 17px;
    color: #363111;
    line-height: 20px;
    margin-top: 6px;
    font-style: italic;
    text-transform: uppercase;
}

.OCarousel-item .products-box .prices {
    margin: 4px 0 15px 0;
}

.product-list .prices,
.product-list .product-title {
    float: none;
}

.product-list .products-box .add-info {
    opacity: 1;
}

.product-list .details {
    padding: 15px !important;
}

.details .sku-box-new {
    clear: both;
    padding-left: 0 !important;
}

.search-page .details .sku-box-new {
    clear: none;
}

.products-box .add-info {
    opacity: 1;
    transition: all 0.7s;
}

.products-box:hover .add-info {
    opacity: 1;
}

.product-list .products-box .add-info {
    position: inherit !important;
    width: 100%;
}

.products-box .add-info {
    background: #fff;
    /*  position: absolute;*/
    z-index: 500;
    top: 100%;
    width: 100%;
    transition: all 0.7s !important;
}

.quick-view-plugin-btn {
    width: 42px !important;
}

.products-box .description {
    display: none;
}

.products-box-icon i a:hover {
    background: #46282a;
}

.new-product-label {
    background: #d31039;
    text-align: center;
}

.product-item .new-product-label {
    margin: 5px;
}

.offer-box {
    margin: 0px 2px 0px 2px;
}

.advanced-products-tab .offer-box {
    margin: 0px 3px 0px 2px;
}

.offer-content > .new-product-label {
    background: #f5df4d;
    font-weight: bold;
    font-style: italic;
}

.offer-content > .discount-info-label {
    background: #cd192d !important;
    color: #fff;
}

.offer-content .offer-box {
    color: #212121 !important;
}

.offer-content > .discount-info-label {
    background: #d01c28 !important;
}

.bestseller-label .offer-box.new-products {
    background: orange !important;
    font-weight: bold;
    font-style: italic;
}

.products-box .discount-type {
    display: none;
}

.bestseller-label {
    margin-top: 5px;
    margin-right: 5px;
}

.product-essential .bestseller-label,
.product-essential .discount-info-label,
.product-essential .new-product-label {
    margin-left: 10px;
}

.modal-body .bestseller-label {
    margin-left: 0 !important;
}

.old-price {
    color: #363111;
}

    .old-price + .actual-price {
        color: #E30613;
    }

    .old-price.strikethrough {
        text-decoration: line-through;
    }

.offer-content {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10001;
    left: auto !important;
}

.advanced-products-tab .offer-content {
    /* left: 0 !important; */
    right: 0 !important;
    top: 5px;
}

.offer-box {
    background: #f42121;
    padding: 7px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
}

.new-products {
    background: #46282a;
}

.add-to-cart-button button:hover,
.add-to-cart-button button:active {
    background: #333 !important;
    color: #f5df4d !important;
}

.add-to-cart-button button {
    background: #f5df4d;
    color: #363111;
    margin-right: 1px;
    font-size: 15px;
}

.advanced-products-tab .add-to-cart-button button {
    font-size: 16px;
}

.advanced-products-tab .products-box-new-icon-set .icon-shopping-cart-icon {
    vertical-align: text-top;
    line-height: 6px;
}

.add-to-cart-button button span,
.slider-btn span,
.go-to-cart-button span,
.add-to-cart-button-quick-view span,
.icon-cart {
    line-height: 0;
    vertical-align: sub;
}
.product-details-page .icon-cart {
    vertical-align: text-bottom;
    line-height: 27px !important;
}

.search-page .icon-cart {
    vertical-align: text-bottom;
    padding-right: 4px;
}

.products-box-sku {
    font-size: 14px;
    color: #000;
    letter-spacing: 0;
    clear: both;
    padding-left: 0 !important;
    display: block;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    -webkit-transition: all .3s;
    text-align: left !important;
    text-align: center !important;
}

.html-home-page .products-box-sku,
.category-page .products-box-sku {
    padding: 0 0 15px 0;
}

/******************products-box*/
.new-product-container {
    padding: 25px 0;
}

    .featured-product .title-container,
    .new-product-container .title-container,
    .OCarousel-category-slider .title-container {
        margin: 20px 0;
        text-align: center;
    }

.home-page-carousel-container {
    background-image: url(../images/products-slider-bg-home.jpg);
    background-size: cover;
}

.new-product-container .title-container {
    color: #fff;
}

.new-arrivals-container,
.ads-slider-container {
    margin-top: 80px;
}

.ads-slider-container {
    background-image: url(../images/adsslidebg.jpg);
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .ads-slider-container .owl-carousel button.owl-dot.active {
        background: #d31039;
        padding: 8px 8px !important;
        opacity: 1;
    }

    .ads-slider-container .owl-dots {
        text-align: center;
    }

    .ads-slider-container .owl-carousel button.owl-dot {
        padding: 5px 5px !important;
        border: 0;
        border-radius: 50px;
        background: #d31039;
        opacity: 0.4;
        margin: 35px 5px 5px 5px;
    }

    .ads-slider-container .owl-stage-outer {
        box-shadow: 0 0 10px #594c4c;
    }

    .ads-slider-container .owl-nav,
    .products-gallery .owl-nav {
        position: absolute;
        bottom: 64px;
    }

.offer-box-content {
    padding: 20px 0;
}


    .offer-box-content h2 {
        font-size: 45px;
        color: #d31039;
    }

/*blogs-container*/
.read-mre-box::before {
    width: 25px;
    border-bottom: solid 2px #d31039;
    margin-right: 10px;
}

.products-gallery h2 span,
.blogs-container h2 span,
.read-mre-box a,
.related-products h2 span {
    vertical-align: middle;
    color: #002550;
    font-weight: bold;
}

.products-gallery .owl-nav {
    bottom: 24px;
}

/*blogs-container*/

.products-list-breadcrumb-body .delimiter::after {
    content: "/";
    font-size: 17px;
    margin-left: 8px;
    color: #fff;
    margin-right: 5px;
}

.delimiter {
    font-size: 15px;
    font-weight: bold;
}

.html-search-page .delimiter {
    font-size: 0;
}

.shipping-types-wrapper {
    margin-bottom: 70px;
}

.shipping-types {
    text-align: center;
}

.shipping-type {
    padding: 30px 15px;
    text-align: left;
    min-height: 125px;
    margin-bottom: 5px;
}

.shipping-type--icon {
    margin-right: 15px;
    text-align: center;
}

.shipping-type img {
    max-width: 75px;
}

.shipping-type--title,
.shipping-type--desc {
    margin: 0;
}

.shipping-type--title {
    font-size: 16px;
    color: #cd192d;
    font-weight: 600;
    line-height: 100%;
}

.shipping-type--desc {
    padding-top: 5px;
    font-size: 16px;
    line-height: 20px;
}

.offer-content .offer-box {
    padding: 2px 8px 3px 10px !important;
}

.offer-content div.discount-info-label {
    background: #f00 !important;
    border-bottom: none !important;
    position: relative;
    color: #fff !important;
    font-weight: bold;
    font-style: italic;
    min-height: 26px;
    font-size: 13px !important;
    /*    width: 90%;*/
}
/*.advanced-products-tab .offer-content div.discount-info-label {
    right: -22px !important;
}*/
.discount-type {
    display: none;
}
.search-page .discount-info-label.offer-box {
    margin-top: 12px;
}
.search-page .offer-box {
    margin-left: 0;
}
.offer-content .new-product-label,
.bestseller-label {
    position: relative;
}

    .discount-info-label.offer-box::before,
    .new-product-label::before,
    .bestseller-label::before {
        content: '';
        position: absolute;
        top: 0;
        right: 100%;
        bottom: 0;
        /* width: 50px; */
        background: transparent;
        z-index: 1;
        -o-transform: skewX(30deg);
        -webkit-transform: skewX(30deg);
        -moz-transform: skewX(30deg);
        -ms-transform: skewX(30deg);
        transform: skewX(0deg);
        /* border: solid 1px #fff; */
        /* height: 100%; */
        border: solid 13px #f00;
        border-top-color: transparent;
        border-left-color: transparent;
        border-right-width: 5px;
        border-bottom-width: 13px;
        border-left-width: 5px;
    }

.new-product-label::before {
    border: solid 13px #f5df4d;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-width: 5px;
    border-bottom-width: 13px;
    border-left-width: 5px;
}

.bestseller-label::before {
    border: solid 13px #ffa500;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-width: 5px;
    border-bottom-width: 13px;
    border-left-width: 5px;
}
/*********Footer********/
.mobile-footer-service h5 strong, .mobile-footer-information h5 strong {
    color: #cd192d !important;
    font-size: 25px;
    font-style: italic;
}

.manufacturers-search,
.manufacturer-list-page .manufacturers-search {
    border: 0;
    padding: 11px;
    background: #fff;
    color: #666;
}

.manufacturer-list-page .manufacturers-search {
    height: 39px;
    line-height: 15px;
}

.manufacturers-search-box,
.manufacturer-list-page .manufacturers-search-box {
    height: 40px !important;
    padding: 0 10px !important;
    font-style: italic;
    text-transform: uppercase;
    color: #000;
}

.home-page-bottom-slider-box {
    background: url(../images/our-brands-bg.png);
    background-size: cover;
    padding-bottom: 20px;
    overflow: hidden;
}

    .home-page-bottom-slider-box .home-page-bottom-slider-container .owl-dots.disabled {
        display: none;
    }

.our-brand-container .manufacturers-bg .text-center.m-auto.py-2 {
    padding: 40px !important;
}

.our-brand-container .manufacturers-bg .title-container h2 {
    font-size: 40px;
    color: #212121;
    text-align: center !important;
}

.our-brand-container .manufacturers-bg .owl-nav,
.our-brand-container .manufacturers-bg .owl-dots {
    display: none !important;
}

.our-brand-container .manufacturers-bg .OCarousel-item {
    position: relative;
    padding-bottom: 15px;
}

.manufacturers-bg .manufacturer-name,
.manufacturer-logo-name {
    font-size: 20px;
    width: 80%;
    margin-top: 10px;
    background: #f5df4d;
    border-radius: 0 50px;
    color: #FFFFFF;
    position: absolute;
    padding: 8px 10px;
    text-transform: uppercase;
    left: 50%;
    transform: translate(-50%, 50%);
    z-index: 50000;
    bottom: 5%;
}

    .manufacturers-bg .manufacturer-name a {
        display: block;
        text-align: center;
        font-style: italic;
        font-weight: bold;
        color: #212121;
    }

.manufacturers-bg .picture img,
.dropdown-menu-right li a img {
    filter: gray;
    -webkit-filter: grayscale(1);
    -webkit-transition: all .5s ease-in-out;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 80%;
    max-height: 80%;
    margin: auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    background: #fff;
}

.dropdown-menu-right .nav-item img {
    filter: gray;
    -webkit-filter: grayscale(1);
    -webkit-transition: all .1s ease-in-out;
}

.dropdown-menu-right li a img {
    bottom: 15%;
}

.manufacturers-bg .picture a::before,
.dropdown-menu-right li a::before {
    content: "";
    display: block;
    padding-top: 100%;
    background: #fff;
}
.global-header .top-nav-container .navbar ul li a:focus {
    box-shadow: none;
}
.manufacturers-bg .picture a::before {
	padding-top: 100%;
}

.manufacturers-bg .owl-carousel .owl-item img {
	width: auto;
}

.manufacturers-bg .picture a,
.dropdown-menu-right li a {
    display: block;
    position: relative;
}

.manufacturer-list-page .item-box .picture a img {
    filter: gray;
    -webkit-filter: grayscale(1);
    -webkit-transition: all .1s ease-in-out;
}

    .manufacturers-bg .picture img:hover,
    .manufacturer-list-page .item-box .picture a img:hover,
    .dropdown-menu-right li a img,
    .dropdown-menu-right .nav-item:hover img {
        filter: none;
        -webkit-filter: grayscale(0);
        -webkit-transform: scale(1.01);
    }

.our-brand-container .manufacturers-bg .manufactures-sub-title,
.our-brand-container .manufacturers-bg .manufactures-view-all {
    font-size: 22px;
    font-weight: bold;
    color: #212121;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.our-brand-container .manufacturers-bg .manufactures-sub-title {
    text-transform: none;
}

.our-brand-container .manufacturers-bg .manufactures-view-all {
    font-style: italic;
    text-transform: uppercase;
    border-radius: 0 50px;
    margin: 30px auto;
    padding: 5px 35px;
}

.our-brand-container .manufacturers-bg .picture,
.manufacturer-item {
    background: #fff;
    box-shadow: 0 2px 7px #ccc;
}

.advantages-box {
    background: #f3f4f9;
    padding: 5rem !important;
}

    .advantages-box .border-right {
        border-right: solid 1px #66646a !important;
    }

.all-manufacture {
    padding: 8px 0;
    background: #ecf0f1;
}

.footer-nav-header h5 {
    color: #fff;
    font-size: 25px;
    text-align: left;
    font-style: italic;
    margin-bottom: 20px;
}

.bike-search-wrapper .footer-nav-header h5 {
    color: #8d8f8f;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 20px;
    font-family: 'Trade Gothic LT Com Cn';
    text-align: center;
}

.footer-nav-header {
    font-size: 18px;
    color: #fff;
    padding: 0 8px;
}

    .footer-nav a,
    .footer-nav-header a,
    .footer-nav-header h5,
    .copyright-container a {
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    .footer-nav a,
    .footer-nav-header a,
    .copyright-container a {
        color: #fff !important;
        font-size: 18px;
    }

        .copyright-container a:hover,
        .footer-nav-header a:hover,
        .social a:hover {
            color: #f5df4d;
            text-decoration: none;
        }

            .footer-nav-header a:hover i {
                color: #d31039;
            }

    .footer-nav-header ul li {
        text-align: left;
    }

.footer-nav {
    margin-right: 15px;
    text-align: left;
}

    .footer-nav .fa-map-marker,
    .footer-nav .fa-envelope,
    .footer-nav .fa-phone {
        color: #f5df4d;
        padding-right: 5px;
    }

.newsletter-content,
.newsletter-content input {
    background: none;
    border: solid 1px #424246;
    color: #424246;
    border-radius: 0;
}

    .newsletter-content .input-group-text {
        background: #18171d !important;
        border: solid 1px #424246;
        border-radius: 0;
    }

input.newsletter-subscribe-text {
    padding: 8px 56px 8px 5px;
}

.newsletter-email {
    position: relative;
    width: 100%;
}

    .newsletter-email input[type="email"] {
        width: 100%;
        background: transparent;
    }

        .newsletter-email input[type="email"]:focus {
            background: rgba(255, 255, 255, 1);
        }

    .newsletter-email .newsletter-subscribe-button {
        position: absolute;
        right: 0;
        top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #212121;
        border-color: #cd192d;
        border-width: 0;
        transition: all 0.3s;
        border-left: none;
        background: #f5df4d;
    }

.social a {
    color: #cd192d;
    font-weight: bold;
    font-size: 20px;
}

.newsletter-email .newsletter-subscribe-button:hover {
    background: #66646a;
    color: #fff;
}

.newsletter h5 {
    color: #333 !important;
}

.copyright-container {
    color: #fff;
}

    .copyright-container i, .social-media-icon i {
        padding: 5px 8px;
        font-size: 35px;
        background: #212222;
        margin: 5px;
        border: dotted 2px #999;
    }

.payment-icon {
    color: #66646a;
}

.social-media-icon {
    text-align: right;
}

.link-rss {
    display: none;
}

.footer-nav-content {
    bottom: 0;
    min-height: 200px;
}

.footer-container {
    background: url(../images/footer-bg-img.png);
    background-size: cover;
    position: relative;
}

.theme-selector select {
    color: #8e95a0;
    min-width: 100px;
    border: solid 1px #ced4da;
    -webkit-appearance: none;
    background: url(../images/select-arrow-dark.svg) #fff;
    background-size: 15px;
    background-position: 96%;
    background-repeat: no-repeat;
    border-radius: 0;
}

select.color-price-desc {
    margin: 0 0 15px;
    padding: 6px 24px 6px 6px;
}

.footer-powered-by a {
    color: #1088dd !important;
    text-shadow: none;
}

.footer-disclaimer, .copyright-text p {
    line-height: 35px;
    color: #fff;
}

.footer-stor-logo {
    background: #002550;
}

.footer-nav-content input[type="email"] {
    border: 1px solid #444 !important;
}

.newsletter-title {
    display: none;
}

.all_payment_cards ul li {
    display: inline-block;
    margin-bottom: 5px;
    max-width: 90px;
}

.newsletter-box {
    box-shadow: 0 3px 10px #666;
}

/*UI-Update*/

.follow-us {
    margin: 0 auto;
    text-align: center;
    width: 250px !important;
}

.footer-follow-us {
    width: 100%;
    margin: 40px auto 20px;
}

    .footer-follow-us::before {
        content: "";
        border-bottom: 1px dashed #545454;
        display: block;
    }


.follow-us .title {
    margin: 0 0 10px;
    background: none;
    color: #444;
    cursor: auto;
    display: none;
}

.follow-us .social ul {
    margin: -20px 0 0;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.follow-us .social li:hover {
    background: #000;
}

.follow-us .social li {
    display: inline-block;
    border: 1px dashed #545454;
    padding: 8px;
    background-color: #1D1D1D;
}

.follow-us .social a {
    display: block;
    width: 22px;
    height: 22px;
    /*background: url('../images/social-sprite.png') no-repeat;*/
    font-size: 0;
}

.follow-us .social .facebook a {
    /*background-position: 0 0;*/
    background: url(../images/facebookicon.png) center center no-repeat;
}

.follow-us .social .twitter a {
    background: url(../images/twitter.png) center center no-repeat;
}

.follow-us .social .rss a {
    background: url(../images/rssicon.png) center center no-repeat;
}

.follow-us .social .youtube a {
    background: url(../images/youtube.png) center center no-repeat;
}

.follow-us .social .instagram a {
    background: url(../images/instagram.png) center center no-repeat;
}

.social .networks li:last-child.instagram {
    display: none;
}

.follow-us .social .google-plus a {
    background-position: -152px 0;
}

/*********Footer********/

/*********Products-list-page********/
.products-list-header h1,
.products-list-header-body ul li.active a {
    color: #fff;
    font-weight: 900;
}

.products-list-header h1 {
    font-size: 50px;
    padding-top: 0 !important;
    margin: 0;
}

.products-list-header {
    /* background: #cd192d url(/Themes/Gasgas/Content/images/header-titel-bg.png) right no-repeat; */
    background: #2c2c2c;
    min-height: 158px;
    position: relative;
    overflow: hidden;
}
/*.products-list-header.text-uppercase::after {
content: '';
position: absolute;
min-width: calc(100% - 82.2%);
min-height: 158px;
background: #fff;
left: 81%;
top: 0;
-ms-transform: skew(16deg);
transform: skew(16deg);
border-bottom: solid 2px #cd192d;
}
.products-list-header.text-uppercase::before {
content: '';
position: absolute;
right: 0;
min-height: 158px;
background: #fff;
width: 12%;
top: 0;
border-bottom: solid 2px #cd192d;
}*/

/*.products-body-content.custom-container-fluid h1::before {
  content: '';
  position: absolute;
  background: #fff;
  width: calc(100% - 81%);
  height: 156px;
  transform: skew(16deg);
  z-index: 50000;
  right: 0;
  top: 0;
}*/
.container-fluid ul.m-0.text-uppercase {
    padding-top: 0 !important;
}

.products-list-header ul li,
.products-list-header-body ul li,
.products-description-container ul li {
    display: inline-block;
    padding: 0 5px 0 0;
}

    .products-list-header ul li a, .products-list-header ul li, .products-list-header-body ul li a, .products-description-container ul li a {
        color: #fff;
        text-decoration: none;
        font-weight: 600;
        font-size: 20px;
        text-transform: none !important;
    }
.products-list-header-body ul li strong {
    color: #fff;
    font-style: italic;
}
.qq-upload-button {
    background: #f5df4d !important;
    color: #111 !important;
    font-style: italic;
    font-weight: bold;
}
.return-request-page .button-1:hover {
    background: #2c2c2c;
    color:#f5df4d !important;
}
.qq-upload-button-hover {
    color:#2c2c2c !important;
}
.products-list-container-body,
.products-body-content {
    padding: 0 4rem;
}

.products-list-container-body,
.products-body-content {
    width: 100%;
    max-width: 1380px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.product-details-page .products-body-content .card .card-header h5 {
    min-width: 560px;
}

.html-payment-info-page .products-body-content.custom-container-fluid {
    padding: 0 !important;
}

.shipping-method-page .products-body-content {
    padding: 0 !important;
}

.products-list-header-body ul li strong.active,
.products-list-header-body ul li strong {
    color: #d31039;
}

.products-list-header-body select,
.products-description-container select,
.manufacturers-container select,
.checkout-box select,
.product-selectors select,
.attributes select {
    color: #8e95a0;
    border: solid 1px #e4e7eb;
    -webkit-appearance: none;
    background: url(../images/select-arrow-dark.svg) #fff;
    background-size: 15px;
    background-position: 95%;
    background-repeat: no-repeat;
    font-weight: 600;
}

select option {
    font-family: 'Trade Gothic LT Com';
    font-weight:300;
}

.product-selectors select, .product-list-wishlist {
    border: solid 1px #ddd;
    border-radius: 0;
    margin: 0;
    color: #000;
    font-size: 14px;
}

.product-list-wishlist {
    padding: 6px 10px;
}

.attributes select, .attributes dd {
    width: 100%;
    max-width: 329px;
}

.attributes select,
.date-of-birth select {
    background: url(../images/select-arrow-dark.svg) no-repeat #fff;
    background-size: 15px;
    background-position: 97%;
}

    .attributes select:disabled {
        background: none;
    }

.attributes dd {
    margin-right: 7px;
}

    .attributes dd:last-of-type {
        margin-right: 0;
    }

.products-list-header-body .icon-products-view-1,
.products-list-header-body .icon-products-view {
    font-size: 28px;
    vertical-align: -6px;
    color: #bac1cc;
}

.products-list-header-body a span:hover,
.products-list-header-body a span.active,
.cart-container .fa-trash-o:hover {
    color: #666;
    transition: all .3s linear;
}

.products-body-content .products-box {
    transition: all .3s linear;
}

    .products-body-content .products-box:hover {
        box-shadow: 0 0 15px #ddd;
    }

/*categories*/
.ajax-filter-section input[type="checkbox"]:checked ~ label .specCheck {
    border: 5px solid #cd192d !important;
}

.filters-box, .block-category-navigation, .block-recently-viewed-products, .block-popular-tags {
    border: solid 1px #d3d3d3;
    background: #fff;
    text-transform: uppercase;
}

    .filters-box .filters-box-header h5,
    .block-category-navigation h5,
    .block-recently-viewed-products h5,
    .block-popular-tags h5 {
        font-weight: bold;
        color: #cd192d;
        overflow: hidden;
        font-size: 22px;
        cursor: pointer;
        text-transform: uppercase;
        padding: 13px 15px;
        max-height: 43px;
    }

        .filters-box .filters-box-header h5 i,
        .block-category-navigation h5 i,
        .block-recently-viewed-products h5 i,
        .block-popular-tags h5 i {
            font-size: 18px;
        }
    /*********************filter*********************/
    .filters-box .accordion h5 {
        color: #000;
        font-size: 16px;
        cursor: pointer;
    }

    .filters-box .filters-box-header h5 .rotate-icon {
        color: #002550;
        font-size: 18px;
    }

/*.card-header h5 i.fa-angle-down {
  opacity: 0;
}*/

.categories-container .card-header h5,
.categories-container #collapse-specification-Preis {
    padding: 10px 20px;
}

.categories-container .card-body h5 {
    padding: 10px;
    border-bottom: solid 1px #ccc;
    margin-bottom: 10px !important;
    font-style: italic;
}

.categories-container .card-body .ajaxfilter-price-section {
    margin-bottom: 20px;
}

.categories-container input[type="text"] {
    border: 1px solid #dde1e7 !important;
}

.level1.active, .level2.active, .level3.active, .level4.active {
    background: #f1f1f1;
}


.categories-list li {
    padding: 5px 20px;
}

    .categories-list li:hover a {
        color: #f5df4d !important;
        transition: all .3s linear;
        display: block;
    }

    .categories-list li span {
        color: #999;
        font-size: 13px;
        font-weight: 600;
        position: absolute;
        right: 0;
    }
/*.level1 {
  padding-left: 25px !important;
}

.level2 {
  padding-left: 35px !important;
}

.level3 {
  padding-left: 45px !important;
}*/

.listbox.ff-filter-group {
    padding-bottom: 10px;
}
/*********************filter*********************/
.accordion-info-nav .card-header h5 .rotate-icon,
.accordion-service-nav .card-header h5 .rotate-icon,
.accordion-my-account .card-header h5 .rotate-icon {
    color: #cd192d;
}

.card, .card-header {
    background: none !important;
    border: 0 !important;
}

.ui-slider .ui-slider-range {
    border: 0 !important;
}

.ui-widget-content .ui-state-default {
    border-radius: 50% !important;
    background: #002550 !important;
}

.ui-slider .ui-state-default {
    border: solid 2px #fff !important;
}

.accordion-info-nav .card-header,
.accordion-service-nav .card-header,
.accordion-my-account .card-header {
    outline: none;
    cursor: pointer;
}

.categories-container .card-body ul li {
    display: inherit;
}

    .categories-container .card-body ul li a {
        font-size: 18px;
        font-family: 'Trade Gothic LT Com';
        font-weight: 500;
        color: #333;
        display: flex;
        position: relative;
        padding-right: 48px;
        font-style: normal;
        text-transform: capitalize;
    }

    .categories-container .card-body ul li.level1.inactive a {
        padding-left: 15px;
    }

    .categories-container .card-body ul li.active a {
        color: #cd192d !important;
    }

.categories-container .card-body .list > li {
    display: block;
    align-items: center;
}

.categories-list .active .sublist {
    margin: 0 15px;
}

.sublist .active a {
    border-left: solid 2px #d31039;
    padding: 0 10px;
    color: #cd192d !important;
    background: #eee !important;
}

.active .sublist .active a:hover {
    border-left: solid 2px #d31039;
}

/*.accordion .card-header h5:not(.collapsed) .rotate-icon {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.accordion .card .card-header a:not(.collapsed) .rotate-icon {
    -webkit-transform: rotate(180deg) !important;
    -ms-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
}*/
.accordion h5.collapsed[aria-expanded="false"] .fa-angle-down {
    transform: rotate(0deg);
    transition: 0.5s;
}

.accordion h5[aria-expanded="true"] .fa-angle-down {
    transform: rotate(180deg);
    transition: 0.5s;
}

/*categories*/

/*colour*/
.color-one {
    background: #d6cebf;
}

.color-two {
    background: #f1c7bf;
}

.color-three {
    background: #dc9c7a;
}

.color-four {
    background: #c5d4cd;
}

.color-five {
    background: #dac4ce;
}

.color-six {
    background: #b1badd;
}

.color-seven {
    background: #f1adcc;
}

.color-eight {
    background: #fab591;
}

.color-nine {
    background: #eed7a9;
}

.color-ten {
    background: #beaaa6;
}

.color-box-container ul li {
    display: inline-block !important;
    margin-right: 5px;
}

/*colour*/
.pagination-box button:hover,
.owl-nav button:hover {
    background: #f5df4d !important;
    color: #212121 !important;
    transition: all 0.2s;
    border-radius: 0;
}

.home-page-slider-container .owl-nav button:hover {
    color: #f5df4d !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: none;
    background: #d31039;
    border-radius: 50%;
    cursor: e-resize;
}

.ui-widget-header {
    border: 1px solid #eff1f5;
    background: #eff1f5;
}

.ui-widget.ui-widget-content {
    border: unset !important;
}

.seo-left h2,
.seo-left h3,
.seo-bottom h2,
.seo-bottom h3 {
    font-weight: 900;
    font-size: 20px;
    color: #363111;
    text-transform: uppercase;
    text-align: left;
}

.seo-left,
.seo-bottom {
    text-align: justify;
    padding: 30px 0;
}

.left-side-ads-content {
    padding: 0 15px 30px 15px;
    background: #002550;
}

    .left-side-ads-content p {
        color: #FFED00;
        text-transform: uppercase;
        padding-bottom: 15px;
    }

.left-side-ads {
    position: relative;
}

.left-side-ads-content a {
    border: 0;
    background: #FFED00;
    padding: 10px 15px;
    border-radius: 0;
    text-decoration: none;
    color: #002550;
}

.left-side-ads {
    background: none;
}
/*********Products-list-page********/

/*********products-description*********/

.attributes-content-custom {
    margin-right: 20px;
    position:relative;
}
.attributes-content-custom a:hover {
	color: #f5df4d;
}
#collapse-specification-color-price {
    position: absolute;
    right: 0;
    min-width: 564px;
    margin-right: 23px;
    z-index: 5000;
}
#collapse-specification-color-price ul li:last-child {
    padding-bottom: 0 !important;
}
    .attributes-content-custom .text-prompt {
        font-weight: bold;
        color: #444;
        font-size: 18px;
    }

.attributes-content-custom strong.float-right {
    float: right !important;
    border: solid 1px #e4e7eb;
    min-width: 329px;
    display: block;
    padding: 8px;
    text-align: left;
}
    .attributes-content-custom .fa.fa-angle-down.rotate-icon {
        text-align: right;
        float: right;
        font-size: 24px;
        font-weight: bold;
        color: #9fa1a2;
    }
    .attributes-content-custom .size-option.pr-2 {
        color: #9fa1a2;
        font-size: 1rem;
        text-transform: none;
    }
    .attributes-content-custom a {
        color: #9fa1a2;
    }
.attributes-content-custom .card-body {
    max-width: 329px;
    margin-left: 234px;
    background: #fff;
    box-shadow: 0 2px 3px #eee;
}

.product-essential .gallery .new-product-label {
    margin-right: 2px !important;
}

.html-product-details-page .availability {
    width: 100%;
}

.html-product-details-page .product-essential .bestseller-label {
    margin-right: 0;
}

.drop-text {
    color: #8e95a0;
    font-size: 1rem;
    text-transform: none;
}

.html-product-details-page .manufacturers-bg,
.our-brand-container .home-page-carousel-container {
    display: none;
}

.html-product-details-page .home-page-carousel-container {
    background: none;
}

    .html-product-details-page .home-page-carousel-container .custom-container-fluid {
        max-width: 1380px;
    }

.html-product-details-page .product-details-page .home-page-carousel-container .title {
    padding: 0;
}

    .html-product-details-page .product-details-page .home-page-carousel-container .title.title-container h2 {
        text-align: center;
        font-style: italic;
        color: #212121;
        font-size: 30px;
        margin-bottom: 35px;
        display: block;
    }

.product-minified-img {
    object-fit: contain;
    max-height: 110px;
}

.html-product-details-page .product-details-page .home-page-carousel-container .OCarousel-item {
    box-shadow: 0 1px 5px #ddd;
}


/*product picture gallery popup start*/
.html-product-details-page #lcl_window {
    background: #fff;
    border: solid 3px #f5df4d;
}

.html-product-details-page #lcl_contents_wrap {
    bottom: 125px;
    top: 55px;
}

.html-product-details-page #lcl_elem_wrap {
    background-size: contain !important;
}

.html-product-details-page .lcl_prev,
.html-product-details-page .lcl_next {
    position: absolute !important;
    top: calc(50% - 50px);
    z-index: 100;
}

.html-product-details-page .lcl_prev {
    left: 10px;
}

.html-product-details-page .lcl_next {
    right: 10px;
}

.html-product-details-page #lcl_nav_cmd {
    position: static;
}

.html-product-details-page .lcl_play,
.html-product-details-page .lcl_thumbs_toggle,
.html-product-details-page .lcl_txt_toggle,
.html-product-details-page #lcl_txt {
    display: none !important;
}

.html-product-details-page .lcl_fullscreen_mode.lcl_outer_cmd:not(.lcl_on_mobile):not([lcl-type=iframe]):not([lcl-type=html]) #lcl_nav_cmd .lcl_icon,
.html-product-details-page .lcl_inner_cmd:not(.lcl_on_mobile) #lcl_nav_cmd .lcl_icon {
    opacity: 1;
    transform: scale(1);
}
/*product picture gallery popup end*/

.product-details-page .product-essential.row {
    margin-right: 0;
    margin-left: 0;
    align-items: center;
}

.overview.col-md-6 {
    align-self: self-start;
}

.related-products-grid.product-grid .container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.related-products-grid .product-item {
    border: solid 1px #fff !important;
}

    .related-products-grid .product-item:hover {
        border: solid 1px #dee2e6 !important;
    }

.product-essential,
.cart-container-main-box,
.registration-page .register-container,
.wishlist-content .table-wrapper {
    /*    box-shadow: 3px 5px 7px #ddd;*/
    padding: 0;
    background: #fff;
}

    .wishlist-content .table-wrapper > table {
        table-layout: fixed;
    }

    .wishlist-content .table-wrapper img, .wishlist-content .table-wrapper td {
        overflow: hidden;
    }

.product-essential {
    padding: 25px 0;
}

#lcl_window {
    width: 44vw !important;
    height: 80vh !important;
}

.picture-thumbs .owl-stage {
    margin: 0 auto;
}

.image-squares .owl-nav button.owl-prev,
.image-squares .owl-nav button.owl-next {
    opacity: 0;
}

.image-squares:hover .owl-nav button.owl-prev,
.image-squares:hover .owl-nav button.owl-next {
    opacity: 1;
}

/*.product-details-page-container {
    box-shadow: 0 10px 10px #eee;
}*/

.mfp-content .product-essential {
    box-shadow: none;
    padding: 0;
}

.cart-container-main-box {
    padding-bottom: 20px !important;
    padding-top: 0 !important;
    margin: 0 !important;
}

.attributes-content-box {
    overflow: hidden;
}

    .attributes-content-box dt,
    .availability-attributes-wrapper dt{
        width: 230px;
        float: left;
        margin-bottom: 5px;
        padding: 10px 0;
    }

    .attributes-content-box dd,
    .availability-attributes-wrapper dd{
        float: left;
        width: 65%;
    }

.qtyminus, .qtyplus {
    position: absolute;
    background: #eee !important;
    color: #fff;
    margin-right: 15px;
    border: 1px solid #dde1e7;
    line-height: 0;
    font-size: 25px;
    font-weight: 600 !important;
}

.qtyplus {
    font-size: 20px;
}

.qtyminus {
    margin: 0px;
    bottom: 0;
    right: 0;
    height: 24px;
    padding: 6px 7.5px;
    height: 50%;
}

    .qtyminus.valid {
        font-size: 35px !important;
        padding: 6px 5.8px;
    }

.qtyplus {
    right: 0 !important;
    left: auto !important;
    height: 50%;
    padding: 5px 4.2px;
    min-width: 24px;
}

.add-to-cart-panel input[type="text"] {
    height: 45px !important;
    text-align: center;
    border: solid 1px #dde1e7;
    padding: 0 10px;
    width: 100%;
}

.qtyplus {
    right: 0 !important;
    margin: 0;
}

.related-products .owl-nav button {
    margin-top: 0 !important;
}

.stock .text-warning {
    color: #28b332 !important;
}

.products-description .nav-tabs li a.active {
    color: #d31039;
}

.products-description .nav-tabs li a {
    color: #afadb5;
    font-weight: bold;
    letter-spacing: 1px;
}

.products-description .nav-tabs {
    border-bottom: 0;
    max-width: 500px;
    margin: 0;
}

.tab-header-box {
    border-bottom: 1px solid #cd192d;
    margin: 0 0 20px 0;
}

.nav-tabs .nav-link.active,
.products-description .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link:hover {
    /*border-color: #dddbe4 #dddbe4 #fff;*/
    border: none;
    color: #d31039;
}

.advanced-products-tab .nav-tabs .nav-item.show .nav-link,
.advanced-products-tab .nav-tabs .nav-link.active {
    color: #212121 !important;
    cursor: context-menu;
}

.products-description ul li strong {
    padding: .5rem 0;
    display: block;
    font-size: 25px;
    font-weight: normal;
    color: #cd192d;
}

.products-description .nav-tabs .nav-link {
    border: 0 !important;
}

.products-description .nav-tabs .nav-item {
    margin: 0;
}

.products-description .nav-tabs li a.active {
    color: #fff !important;
    background: #cd192d;
    border-radius: 0;
}

.products-description .nav-tabs li {
    margin: 0 15px;
    font-size: 20px;
    letter-spacing: 0;
}

.products-description .nav-tabs .nav-item a:hover {
    margin-bottom: 0 !important;
    border: 0 !important;
}

.products-description .tab-content .fade {
    text-align: justify;
    color: #626262;
}

.products-description-container h3 {
    font-weight: bold;
    font-size: 24px;
}

.products-description-container h2 span {
    font-size: 24px;
    text-decoration: line-through;
}

.products-description-container input {
    border-radius: 0;
}

.products-description-container .wishlist-icon {
    padding: .375rem .75rem;
    border: 1px #ced4da solid !important;
    background: #fff;
    color: #495057;
}

.products-description-container button {
    padding: .375rem .75rem;
}

.attributes label {
    margin-right: 5px !important;
    font-size: 16px;
}

.product-tags-list li {
    padding: 8px 15px;
    background: #eff1f5;
    margin: 5px;
}

.newsletter-subscribe-button {
    padding: 0 20px !important;
}


.overview .product-name h2 {
    font-size: 30px;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
}

.manufacturers span.label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.trust-marks-box {
    margin: 25px 0 0;
    background: #FFFFFF;
    padding: 30px 20px;
    box-shadow: 0 3px 8px #e0e1e1;
}

.overview .button-2,
.variant-overview .button-2 {
    padding: 10px 15px;
}

.overview .product-name {
    margin: 0;
    border-bottom: 0;
    padding: 0;
}

.at-icon-wrapper {
    height: 20px !important;
}

.overview .product-price {
    font-size: 40px;
}

.product-details-page .picture img {
    padding-left: 10px;
    display: inline-block;
    /* margin-bottom: 10px; */
    vertical-align: top;
    max-width: 100%;
    width: unset;
    max-height: 100%;
}

.product-details-page .picture div {
    border: 0 !important;
}

.owl-carousel .owl-nav {
    opacity: 0;
    transition: all 0.3s;
}

.owl-carousel:hover .owl-nav {
    opacity: 1;
}

/*********products-description*********/

/***********Register**********/
.forgot-password {
    float: right;
}

    .forgot-password a {
        color: #2c2c2c;
        text-transform: initial;
    }

.remember-text {
    color: #333;
    position: absolute;
    padding: 5px 5px;
}

.checkout-box .card-header {
    background: #fafbfc;
}

.register-container .page-body .search-input {
    padding-left: 24px;
    padding-right: 24px;
}

.search-results .item-grid {
    margin-left: -10px;
    margin-right: -10px;
}

.search-results .item {
    box-shadow: 0 3px 5px #ccc;
}

.register-container h5 {
    font-weight: bold;
    border-bottom: solid 1px #002550;
}
.html-email-a-friend-page .register-container input.personal-message {
    min-height: 100px;
}
.register-container input[type="text"],
.register-container input[type="date"],
.register-container input[type="email"],
.register-container input[type="password"],
.checkout-box select,
.register-container textarea {
    border-radius: 0;
    padding: 8px 15px;
    height: auto;
    font-size: 1rem;
}

    .register-container input[type="text"]:focus,
    .register-container input[type="date"]:focus,
    .register-container input[type="password"]:focus,
    .register-container input[type="email"]:focus,
    .register-container textarea:focus {
        box-shadow: 0 0 10px #e4e7ee;
    }

.register-box {
    background: #efeff6;
    color: #666;
}

#Newsletter + label {
    width: auto;
}

.date-of-birth select + select {
    width: calc(33.33% - 11px);
}

div.inputs {
    position: relative;
}

.inputs .required {
    position: absolute;
    right: 15px;
    top: 10px;
}

.inputs input:focus ~ .required {
    display: none;
}

.registration-page .inputs .required {
    position: static;
    right: 15px;
    top: 0px;
    vertical-align: middle;
    font-size: 20px;
    line-height: 18px;
}

.registration-page .fieldset .title {
    margin: 0 0 15px;
}
/***********Register**********/
/*** may account pages ***/

.account-navigation-container .card-body .list > li {
    display: block;
    align-items: center;
    background-color: #F0EEEF;
    margin-bottom: 10px;
    padding: 8px 0 8px 20px;
}

.account-navigation-container .card-body ul li.active {
    background-color: #F5DF4D;
}

.account-navigation-container .card-body ul li a {
    color: #818181 !important;
    font-style: italic;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    font-family: 'Trade Gothic LT Com';
}

.block .list a:hover, .block-account-navigation ul li a.active,
.block-account-navigation ul li:hover::before, .block-account-navigation ul li.active::before,
.block-account-navigation ul li:hover a {
    color: #2C2C2C !important;
}

.html-account-page li.customer-addresses a::before {
    content: "\f02d";
    font-family: 'FontAwesome';
    font-style: normal;
    font-size: 20px;
    padding-right: 10px;
}

.html-account-page li.change-password a::before {
    content: "\f044";
    font-family: 'FontAwesome';
    font-style: normal;
    font-size: 20px;
    padding-right: 10px;
}

.html-account-page li.customer-reviews a::before {
    content: "\f005";
    font-family: 'FontAwesome';
    font-style: normal;
    font-size: 20px;
    padding-right: 10px;
}

.html-account-page li.customer-info a::before {
    content: "\f007";
    font-family: 'FontAwesome';
    font-style: normal;
    font-size: 20px;
    padding-right: 10px;
}

.html-account-page li.customer-orders a::before {
    content: "\f016";
    font-family: 'FontAwesome';
    font-style: normal;
    font-size: 20px;
    padding-right: 10px;
}

.html-account-page li.downloadable-products a::before {
    content: "\f019";
    font-family: 'FontAwesome';
    font-style: normal;
    font-size: 20px;
    padding-right: 10px;
}

.html-account-page li.customer-gdpr a::before {
    content: "\f013";
    font-family: 'FontAwesome';
    font-style: normal;
    font-size: 20px;
    padding-right: 10px;
}

.block-popular-tags li.return-requests a::before {
    content: "\f01e";
    font-family: 'FontAwesome';
    font-style: normal;
    font-size: 20px;
    padding-right: 10px;
}

.html-account-page .side-2 {
    border-right: 2px solid #F5DF4D;
    padding-right: 0 !important;
    padding-left: 0 !important;
    background: #fff;
}

.html-account-page .center-2.col-md-8.col-lg-9 {
    padding: 0;
    background: #fff;
}

.html-account-page .block.block-popular-tags {
    box-shadow: none;
    padding: 0;
}

.html-account-page .categories-container .card-body ul li a {
    font-size: 17px;
    line-height: normal;
    color: #818181;
}

    .html-account-page .categories-container .card-body ul li a.active {
        background: #f5df4d;
    }

.html-account-page .categories-container .card-body ul li a {
    padding: 10px 15px;
    background: #eee;
}

.block-account-navigation {
    padding: 30px 0 10px 20px;
    border: none;
    background: #fff;
    text-transform: uppercase;
}

    .block-account-navigation h5 {
        font-weight: bold;
        color: #F5DF4D;
        font-style: italic;
        font-weight: bold;
        font-size: 28px;
        line-height: 26px;
        max-height: initial;
        padding: 20px 15px;
    }

.register-container-title h1,
.myaccount-title h1 {
    font-weight: bold;
    color: #2C2C2C;
    font-style: italic;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    max-height: initial;
    padding: 10px 0;
    text-transform: uppercase;
}

.register-container-title::after,
.myaccount-title::after,
.return-request-list-page .page-title::after {
    content: "";
    background: url('../images/account-title-border.png') left top no-repeat;
    display: block;
    background-size: cover;
    height: 3px;
    width: 100%;
}
.return-request-list-page .page-title {
    font-family: 'Trade Gothic LT Com' !important;
    font-style: italic;
    font-weight: 900;
}
.return-request-list-page .section .title {
    margin: 10px;
}
.return-request-list-page a,
.return-request-page h1 a {
    color: #f5df4d !important;
    font-weight: bold;
}
.register-container-title,
.myaccount-title {
    margin-bottom: 25px;
}

.register-container input[type="password"] {
    border: 1px solid #AEB4B9;
}

.register-container .inputs label {
    display: block;
    margin-bottom: 10px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #2C2C2C;
    text-align: left;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
}

.required-text {
    margin: 20px 0;
}

    .required-text strong {
        letter-spacing: 0.03em;
        color: #E30613;
        font-style: normal;
        font-weight: bold;
        font-size: 15px;
        line-height: 18px;
    }

.required-rules {
    margin-top: 15px;
}


.required-text .required-rules strong {
    letter-spacing: 0.03em;
    text-decoration-line: none;
    text-transform: uppercase;
    color: #2C2C2C;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
}

.required-text .required-rules {
    text-transform: uppercase;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
}
/*.section.address-item .phone {
    display:none;
}*/
.section.address-item .info .email label {
    margin: 0;
}

.address-item {
    background: #FFFFFF;
    /*    border: 1px solid #AEB4B9;*/
    box-sizing: border-box;
    /*    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);*/
}

    .address-item .title {
        padding: 0 15px;
    }


.section.address-item .title, .section.address-item .title strong {
    font-style: italic;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-transform: capitalize;
    color: #2C2C2C;
}

.address-list-page .info {
    border: none;
    padding: 15px;
    min-height:200px;
}

.address-list-page .address-item .buttons {
    position: relative;
    bottom: 20px;
    right: 0;
    left: 0;
    top: initial;
    display: flex;
    justify-content: center;
    padding: 5px 15px;
}

.button-2.item-address-button {
    background-color: #F5DF4D;
    padding: 6px 20px;
    margin: 0 2px;
    width: 49%;
    outline: none;
    text-transform: capitalize;
    color: #2C2C2C;
    font-style: italic;
    font-weight: bold;
    font-size: 13px;
    line-height: 17px;
}

.delete-address-button,
.edit-address-button {
    background: none;
}

.address-list-page .button-2:hover {
    color: #000000;
}

.address-list-page .add-button,
.account-page .buttons {
    text-align: left;
}


.edit-address .form-labels label {
    display: inline-block;
    text-align: left;
    width: auto;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #2C2C2C;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 0;
}

.edit-address .inputs input[type="text"],
.edit-address .inputs input[type="email"],
.edit-address .inputs input[type="tel"],
.edit-address .inputs input[type="password"],
.edit-address .inputs select {
    background: #FFFFFF;
    border: 1px solid #ddd !important;
    margin-bottom: 5px;
}

.account-activation-page {
    max-width: 1140px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}

.account-activation-page .page-title {
    padding-left: 0;
}

.inputs .form-labels .required {
    position: relative;
    right: initial;
    top: initial;
    display: inline-block;
    vertical-align: top;
    line-height: 16px;
    font-weight: bold;
    font-size: 13px;
}


.form-labels {
    margin-bottom: 10px;
}

.edit-address .inputs {
    margin-bottom: 0;
}


.motomader-border-bottom {
    margin-bottom: 20px;
}

    .motomader-border-bottom::after {
        content: "";
        background: url(../images/title-border-middle.png) left top no-repeat;
        display: block;
        background-size: cover;
        height: 3px;
        width: 100%;
        margin-top: 2.8rem;
    }

.address-name-content {
    margin-bottom: 35px;
}

.register-container input[type="radio"]:checked + label::before {
    color: #F5DF4D !important;
}

.register-container input[type="radio"] + label::before {
    border: solid 1px #939597;
    height: 20px;
    width: 20px;
    font-size: 15px;
    line-height: 17px;
    padding-left: 1px;
}

span.required-text {
    text-transform: capitalize;
    color: #E30613;
    font-style: italic;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
}

.motorcycle-form-title h1,
.motorcycle-overview-title h1 {
    color: #2C2C2C;
    font-style: italic;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    max-height: initial;
    padding: 10px 0;
    text-transform: uppercase;
}

.motocycle-overview-item {
    background: #FFFFFF;
    border: 1px solid #D6D9DC;
    padding: 10px !important;
    text-align: left;
    margin: 5px;
    min-height: 230px;
}
.customer-info-page .motocycle-overview-item-text ul {
    min-height: 150px;
}
.motocycle-overview-item-text ul li:last-child {
    min-height: 50px;
}

.motocycle-overview-item-title strong {
    text-transform: capitalize;
    color: #2C2C2C;
    font-style: italic;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
}

.motocycle-overview-item-title {
    margin-bottom: 10px;
}

.save-motocycle-info-button {
    letter-spacing: 0.03em;
    text-transform: uppercase;
    font-style: italic;
    font-size: 16px;
    line-height: 20px;
    background: #f5df4d;
    color: #363111;
    height: inherit;
    border: none;
    width:100%;
}
/*.remove-buttons-two {
    background:#eee !important;
}*/
.account-page .owl-nav {
    margin-top: 10px;
}

.motocycle-overview-item-button {
    margin: 10px 0 0;
    height: 40px;
    width: 100%;
}

.motorcycle-overview-nav-button button.nav-button span {
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    width: 0;
}

.motorcycle-overview-nav-button {
    text-align: center;
    margin: 15px auto;
}

    .motorcycle-overview-nav-button button.nav-button {
        width: 20px;
        height: 5px;
        margin-right: 10px;
        border-radius: 0px 1000px;
        background: #F0EEEF !important;
        outline: none;
        border: none;
    }

        .motorcycle-overview-nav-button button.nav-button.active {
            background: #F5DF4D !important;
            width: 30px;
        }

.motorcycle-overview-body.owl-carousel button.owl-dot.active {
    width: 30px;
}

.motorcycle-overview-body.owl-carousel button.owl-dot {
    width: 20px;
    outline: none;
}
/*** may account pages ***/

/*checkbox-design*/
.categories-container input[type="checkbox"],
.register-container input[type="radio"],
.register-container input[type="checkbox"],
.cart-container input[type="checkbox"],
.custom-checkbox,
.wishlist-content input[type="checkbox"],
.ship-to-same-address input[type="checkbox"] {
    display: none;
}

    /*.categories-container input[type="checkbox"] + label::before,*/
    .register-container input[type="radio"] + label::before,
    .register-container input[type="checkbox"] + label::before,
    .cart-container input[type="checkbox"] + label::before,
    .custom-checkbox + label::before,
    .wishlist-content input[type="checkbox"] + label::before {
        content: "\f111";
        font: normal normal normal 14px/1 FontAwesome;
        display: inline-block;
        height: 25px;
        width: 25px;
        color: transparent;
        transition: all 0.2s;
        font-size: 15px;
        line-height: 23px;
        text-align: center;
        cursor: pointer;
    }

    /*.categories-container input[type="checkbox"] + label::before,*/
    .register-container input[type="checkbox"] + label::before,
    .cart-container input[type="checkbox"] + label::before,
    .custom-checkbox + label::before,
    .wishlist-content input[type="checkbox"] + label::before,
    .ship-to-same-address input[type="checkbox"] + label::before {
        content: "\f00c" !important;
    }

    .categories-container input[type="checkbox"]:checked + label::before,
    .custom-checkbox:checked + label::before {
        color: #fff;
    }

    .register-container input[type="radio"] + label::before,
    .register-container input[type="checkbox"] + label::before,
    .custom-checkbox + label::before,
    .wishlist-content input[type="checkbox"] + label::before {
        border-radius: 50px;
        background: #fff;
        border: solid 1px #cbcfd7;
        margin-right: 7px;
        display: none;
    }

    .register-container input[type="radio"]:checked + label::before,
    .register-container input[type="checkbox"]:checked + label::before,
    .total-price-box input[type="checkbox"]:checked + label::before,
    .cart-container input[type="checkbox"]:checked + label::before,
    .custom-checkbox:checked + label::before,
    .wishlist-content input[type="checkbox"]:checked + label::before,
    .ship-to-same-address input[type="checkbox"]:checked + label::before {
        color: #002550 !important;
    }

    .register-container input[type="checkbox"] + label::before,
    .custom-checkbox + label::before,
    .wishlist-content input[type="checkbox"] + label::before {
        border-radius: 0;
    }

/*checkbox-design*/

/****************my-cart*************/
.manufacturers-container input[type="text"] {
    padding: 7px 70px 7px 20px;
    border: solid 1px #ced4da;
}

.total-price-box {
    background: #f2f2f8;
    font-size: 20px;
    line-height: 20px;
}

.cart-header {
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 0;
    border-bottom: 1px #ced4da solid;
    border-top: 1px #ced4da solid;
    margin-bottom: 20px;
}

.cart-container .fa-trash-o {
    font-size: 25px;
    color: #babac6;
}

.my-cart-container-box {
    border-bottom: 1px #ced4da solid;
}

.checkout-page .button-1 {
    background-color: #d31039;
}

.order-total, .cart-total-right {
    color: #212121 !important;
    font-weight: bold;
    font-family: 'Trade Gothic LT Com Cn';
}

td.quantity label.td-title,
.unit-price label.td-title {
    display: none;
}

.unit-price label.td-title,
.sku label.td-title,
td.product .attributes {
    font-weight: bold;
}

td.product .product-name {
    font-size: 16px;
    display: block;
    white-space: nowrap;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: left;
}
.wishlist-page .cart .product a:hover {
    color: #f5df4d;
}
.wishlist-page .table-wrapper .product-picture img {
    cursor:pointer;
}
.wishlist-page .share-info {
    display: none;
}
.unit-price .td-title,
.sku label.td-title {
    margin-bottom: 2px;
}

.product-subtotal {
    /*    padding-top: 13px;*/
    display: block;
}

.order-details-page .product-subtotal {
    padding-top: 0;
}

.wishlist-page .product-subtotal {
    padding-top: 0;
}
/****************my-cart*************/
/***************checkout************/
.checkout-box {
    border-bottom: none;
    padding-bottom: 0;
}

    .checkout-box select {
        background-position: 98%;
    }

    .checkout-box .fa-cc-visa,
    .checkout-box .fa-cc-amex,
    .checkout-box .fa-cc-mastercard {
        font-size: 45px;
        vertical-align: bottom;
        color: #11278a;
    }

    .checkout-box ul li {
        padding: 0 !important;
    }
.orderdetails-back-button {
    position: absolute;
    bottom: 2.7%;
    background: #f5df4d;
    color: #333;
    padding: 10px 30px !important;
    margin-left: 10px;
}
/***************checkout************/

/*******customer-info-box**********/
.customer-info-box ul li a.active,
.addresses-edit-box li a:hover {
    color: #d31039;
}

.addresses-edit-box li a {
    color: #bbb9c5;
}

.order-item .info {
    padding: 10px 0 !important;
}

.order-list .section .title {
    margin: 0 0 10px;
    font-size: 18px;
    color: #444;
}

.block-account-navigation .list li a {
    text-transform: uppercase;
}


/*******customer-info-box**********/
.manufacturer-logo-name {
    /* position: absolute; */
    bottom: 0;
    /* z-index: 5; */
    /* padding: 8px; */
    /* text-align: center; */
    /* width: 100%; */
    /* background: #f5df4d; */
    /* display: block; */
    color: #212121;
    text-transform: uppercase;
    font-weight: bold;
    font-style: italic;
    z-index: 1;
}

/**************blog***************/
.blogs-box ul li a {
    color: #b8b7be;
}

.blogs-box h5 a {
    color: #47474e;
}

.popular-tags-box li a {
    /* background: #f3f4f9; */
    padding: 2px 10px 5px 0px;
    /* margin: 0px 5px 5px 0px; */
    display: inline-block;
}

.product-review-item .review-item-head {
    border-top: none;
    background: #eff1f5;
}

.product-review-item {
    margin: 0 0 20px;
    border: 1px solid #e2e6ea;
}

    .product-review-item .review-content {
        padding: 20px 20px;
    }

    .product-review-item .review-item-head {
        padding: 10px 20px;
    }

.blogpost-page .post-body img {
    width: 100%;
    height: auto;
}

/**************blog***************/
@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

/*scrollup*/
.scrollup {
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 10px;
    right: 20px;
    z-index: 100;
    padding: 0 !important;
}

a.scrollup i {
    color: #212121;
    font-size: 25px;
    margin-top: 7px;
}

a.scrollup {
    text-align: center;
}

/*scrollup*/

.OCarousel-container .OCarousel-picture-wrapper {
    overflow: hidden;
}

    .OCarousel-container .OCarousel-picture-wrapper .title {
        position: absolute;
        bottom: 50px;
        right: 0;
        left: 0;
        background: rgba(255, 255, 255);
        z-index: 1;
        padding: 10px 30px;
        font-size: 22px;
        font-weight: bold;
        margin: 0 15px 0px 30px;
        text-align: center;
    }

        .OCarousel-container .OCarousel-picture-wrapper .title strong {
            text-transform: uppercase;
        }

    .OCarousel-container .OCarousel-picture-wrapper a {
        height: 100%;
    }

    .OCarousel-container .OCarousel-picture-wrapper img {
        position: absolute;
        height: inherit;
        width: 97%;
    }

.login-nav-box, .login-nav-box-2 {
    width: 49% !important;
    float: left;
    border-radius: 0;
}

.login-nav-box-2 {
    float: right;
}

    .login-nav-box-2 a,
    .login-nav-box button,
    .login-nav-box a {
        font-size: 16px;
        padding: 10px !important;
    }

.login-nav-box a {
    color: #fff !important;
}

    .login-nav-box button .icon-user,
    .login-nav-box a .icon-user {
        font-size: 16px;
    }

.top-nav-container .navbar ul li .login-nav-box:hover {
    background: #000 !important;
}

.user-login-box {
    padding: 35px 20px !important;
}

.store-search-box button.search-box-button {
    background: #f5df4d !important;
    color: #fff;
    padding: 0 12px !important;
}

.store-search-box .login-nav-box-2 a.nav-link {
    color: #2c2c2c !important;
    text-transform: uppercase !important;
    letter-spacing: 0 !important;
    font-style: italic;
}

.top-nav-container .navbar .header-upper .header-links .nav-link {
    padding: 10px 20px;
    letter-spacing: 1px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    text-align: center;
}

.top-nav-container .header-links .motorcycle a::after {
    margin-left: 15px !important;
}

.nav-item.dropdown.search-box-dropdown::after,
.nav-item.user-header-items.dropdown.dropdown-login::after {
    top: 8px !important;
}

.top-nav-container .motorcycle i {
    font-size: 35px !important;
    line-height: 55px;
}

.top-nav-container .header-links .nav-link.ico-cart::after {
    margin-left: 18px !important;
}

.top-nav-container .navbar ul li .nav-link:not(.login-button):hover {
    color: #f5df4d !important;
}

.user-login-box--login div:hover button.login-button {
    background-color: #000 !important;
    color: #f5df4d !important;
}

.login-nav-box .login-button {
    color: #fff !important;
}

.top-nav-container .navbar .header-upper .header-links .nav-link:hover {
}

.top-nav-container .navbar .header-upper .login-nav-box .nav-link:hover {
    color: #fff;
}

.menu-toggle-btn {
    display: none;
}

li#topcartlink:hover .flyout-cart {
    display: block;
}

.mini-shopping-cart .count {
    padding: 5px 0 15px;
    color: #444;
    font-size: 16px;
}

    .mini-shopping-cart .count a {
        margin: 0 2px;
        font-weight: bold;
        color: #444;
    }

.mini-shopping-cart .items {
    /*border-bottom: 1px solid #ddd;*/
    margin: 0 0 20px;
}

.mini-shopping-cart .picture {
    float: left;
    width: 70px;
    text-align: center;
}

    .mini-shopping-cart .picture img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        max-width: 100%;
    }

    .mini-shopping-cart .picture + .product {
        margin: 0 0 0 80px;
    }

.mini-shopping-cart .name {
    margin: 0 0 10px;
    font-size: 14px;
}

    .mini-shopping-cart .name a {
        color: #4ab2f1;
    }

        .mini-shopping-cart .name a:hover {
            color: #248ece;
        }

.mini-shopping-cart .attributes {
    margin: 5px 0;
    color: #444;
}

.mini-shopping-cart .totals {
    margin: 0 0 12px;
    font-size: 14px;
}

    .mini-shopping-cart .totals strong {
        font-size: 16px;
        color: #444;
        display: block;
    }

.mini-shopping-cart .buttons {
    margin: 0 0 5px;
}

.mini-shopping-cart input[type="button"] {
    display: inline-block;
    border: none;
    background-color: #cd192d;
    padding: 7px 20px;
    font-size: 15px;
    color: #212121;
    text-transform: uppercase;
    border-radius: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    font-style: italic;
}

    .mini-shopping-cart input[type="button"]:hover {
        background-color: #000;
        color: #f5df4d;
    }

.mini-shopping-cart {
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 12px;
    text-align: left;
    font-size: 12px;
}

    .mini-shopping-cart .item {
        overflow: hidden;
        padding: 10px 0;
    }

    .mini-shopping-cart a {
        color: #444;
        white-space: pre-wrap;
        word-wrap: break-word;
        word-break: break-all;
        font-weight: bold;
    }

    .mini-shopping-cart .picture a {
        display: block;
        position: relative;
        overflow: hidden;
        min-height: 55px;
    }

    .mini-shopping-cart .close {
        background: #d4d6de;
        width: 20px;
        height: 20px;
        color: white;
        text-shadow: none;
    }

.flyout-cart {
    max-width: 100vw;
    position: absolute;
    top: 86px;
    right: 5px;
    z-index: 100;
    min-width: 400px;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.20);
    background-color: #fff;
}

    .flyout-cart::before {
        position: absolute;
        right: 50px;
        top: -12px;
        width: 0;
        height: 0;
        content: "";
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-bottom: 12px solid #ffffff;
    }

    .flyout-cart.active {
        display: block;
    }

.dropdown .sublist {
    text-align: left;
    margin: 0;
}

.dropdown-menu-right ul li a:hover span {
    color: #f5df4d;
}

.dropdown-menu-right ul li a span {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    text-transform: uppercase;
    border-bottom: solid 1px #939597;
    display: block;
    text-align: left;
    color: #ffffff;
}

.mm-ddown.btn.btn-link.dropdown-toggle::after {
    content: "\e900";
    border: unset;
    vertical-align: middle;
    font-family: 'icomoon' !important;
    box-shadow: 0px 1px 1px #002550;
    font-size: 7px;
    width: auto;
    height: auto;
    display: inline-block;
    font-style: initial;
    padding-left: 10px;
}

.dropdown-menu-right ul li a span::before {
    content: '';
    position: absolute;
    width: 80px;
    height: 2px;
    background: #f5df4d;
    bottom: 0px;
}

.dropdown-menu-right ul li ul a span {
    padding: 0;
    display: block;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 600;
    font-family: 'Trade Gothic LT Com';
    text-align: left;
    letter-spacing: 1px;
}

.top-nav-container .navbar ul.sublist li .nav-link {
    color: #888888;
}

.top-nav-container .categories-container-box {
    width: 23%;
    display: flex;
    margin: 10px;
    border-bottom: solid 1px #eee;
    padding-bottom: 5px;
}

.categories-container-left {
    width: 40%;
    margin-right: 10px;
}

.categories-container-right {
    width: 60%;
}

/*=================== home page bottom slider=============== */
.home-page-slider-2 {
    padding: 50px 0;
    margin: 50px 0;
}

    .home-page-slider-2.owl-carousel .owl-nav {
        margin: 0 10px;
        text-align: center;
    }


    .home-page-slider-2 .slider-caption h3 {
        font-family: barlowregular;
        font-weight: 400;
        text-transform: uppercase;
        text-align: center;
    }

    .home-page-slider-2 .slider-caption .slider-btn {
        background: #d31039;
        padding: 10px 20px;
        transition: all 0.3s;
        box-shadow: none !important;
        color: #ffffff;
        border-radius: 0;
    }

        .home-page-slider-2 .slider-caption .slider-btn:hover {
            background: #46282a;
        }


/*============== blog news area================ */
.latest-blog-container {
    background: url(../images/escheresque.png) repeat;
}

.blog-news-area {
    background: url(../images/latest-news-bg.jpg) no-repeat;
    background-size: cover;
    padding: 50px 0;
}

    .blog-news-area .blog-news-header {
        font-size: 32px;
        font-weight: bold;
        text-transform: uppercase;
        color: #d31039;
        margin-bottom: 20px;
    }

.news-box-inner {
    margin-bottom: 15px;
}

.blog-news-area .single-blog img,
.blog-news-area .single-news img {
    width: 100%;
    object-fit: cover;
    margin-bottom: 30px;
}

.blog-news-area .single-news img {
    max-height: 650px;
    box-shadow: 3px 5px 5px #ccc;
}

.blog-news-area .single-blog h4 a,
.blog-news-area .single-news h4 a {
    font-size: 25px;
    text-transform: capitalize;
    font-weight: bold;
    margin-bottom: 0;
    color: #002550;
    line-height: normal;
}

.blog-news-area .blog-link {
    border: solid 2px #002550;
    border-radius: 0;
    padding: 10px 15px;
    text-transform: uppercase;
    color: #002550 !important;
}

    .blog-news-area .blog-link:hover {
        background: #002550;
        color: #fff !important;
    }

.blog-news-area .single-blog .date-time span,
.blog-news-area .single-news .date-time span {
    color: rgba(0, 0, 0, .5);
}

.blog-news-area .single-blog p,
.blog-news-area .single-news p {
    display: block;
    max-width: 100%;
    height: 65px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
    text-align: left;
}

.blog-news-area .single-blog .blog-news-social li, .blog-news-area .single-news .blog-news-social li {
    display: inline-block !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 6px;
    font-size: 14px;
}

.blog-news-area .single-blog ul li a,
.blog-news-area .single-news ul li a {
    color: #b8b7be;
    transition: all 0.3s;
}

    .blog-news-area .single-blog ul li a:hover,
    .blog-news-area .single-news ul li a:hover {
        color: #d31039;
    }


.ajaxfilter-section {
    border: unset !important;
    margin: 0;
    padding-bottom: 1px;
}

#slider-range {
    margin: 10px 23px 20px 30px !important;
}

.ajaxfilter-price-section {
    margin: 0 10px;
}

.ui-widget.ui-widget-content {
    overflow-y: unset !important;
}
/* Category slider */
.OCarousel-container .owl-carousel .owl-nav > button[class^='owl-'],
.thumb-list-slider .owl-carousel .owl-nav > button[class^='owl-'] {
    position: absolute;
    bottom: 50%; 
    transform: translateY(-50%);
}

.OCarousel-container .owl-carousel .owl-nav > .owl-prev,
.thumb-list-slider .owl-carousel .owl-nav > .owl-prev {
    left: 0;
}
.OCarousel-container .owl-carousel .owl-nav > .owl-next,
.thumb-list-slider .owl-carousel .owl-nav > .owl-next {
    right: 0;
}

.block-blog-archive .card-header {
    background: none;
}

/*product details */
.product-details-page .picture-gallery {
    width: 100%;
    float: none;
}

.product-details-page .offer-content {
    left: auto;
    z-index: 998;
    right: 0 !important;
}

.product-details-page .title h2 {
    font-size: 40px;
    text-align: left;
}

.product-details-page .giftcard input,
.product-details-page .giftcard textarea {
    width: 100%;
}

.home-page-slider-container {
    overflow: hidden;
}

/*topic block*/
.register-container input[type="radio"] ~ label::before,
.register-container input[type="checkbox"] ~ label::before,
.custom-checkbox ~ label::before,
.ship-to-same-address input[type="checkbox"] ~ label::before {
    background: #fff;
    border: solid 1px #cbcfd7;
    margin-right: 7px;
}

.register-container input[type="radio"] ~ label::before,
.register-container input[type="checkbox"] ~ label::before,
.cart-container input[type="checkbox"] ~ label::before,
.custom-checkbox ~ label::before,
.ship-to-same-address input[type="checkbox"] ~ label::before {
    content: "\f111";
    font: normal normal normal 14px/1 FontAwesome;
    display: inline-block;
    height: 25px;
    width: 25px;
    color: transparent;
    transition: all 0.2s;
    font-size: 15px;
    line-height: 23px;
    text-align: center;
    cursor: pointer;
}

.not-found-page {
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 15px;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999;
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/status.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}

.product-sorting select {
    min-width: 165px;
}

/*.ui-dialog-titlebar-close {
  display: none !important;
}*/

.ui-dialog-content{
    width: 100% !important;
}

.ui-dialog-content .products-list-header {
    margin: 0 !important;
}

.ui-dialog .ui-dialog-titlebar-close {
    display: block !important;
}

    .ui-dialog .ui-dialog-titlebar-close:focus {
        outline: none;
    }

.ts-close-wrapper {
    text-align: center;
    margin-bottom: 0;
}

.ts-close {
    padding: 7px 12px;
    color: #212121 !important;
    font-weight: bold;
    text-transform: uppercase;
}
/****Payment information****/
.payment-info .box {
    position: relative;
    display: block;
    max-width: 600px;
    padding: 14px 20px;
    margin: auto;
    border: 0;
    border-radius: 0;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
    text-align: left;
    font-size: 17px;
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
}

    .payment-info .box[style="background-color: rgb(74, 178, 241);"] {
        background: #002550 !important;
        color: #fff;
    }
/****Payment information****/

/****Husqvarna Spare Parts Finder****/
.HusqvarnaSparePartsFinder-img {
    border: solid 1px #eee;
    margin-bottom: 15px;
}

    .HusqvarnaSparePartsFinder-img img {
        padding: 10px;
    }

    .HusqvarnaSparePartsFinder-img:hover {
        box-shadow: 0 0 5px #ddd;
    }

    .HusqvarnaSparePartsFinder-img span {
        font-size: 15px;
        width: 100%;
        color: #d31039;
        background: #f2f2f2;
        display: block;
        padding: 5px 10px;
    }

    .HusqvarnaSparePartsFinder-img:hover span {
        background: #d31039;
        color: #fff;
        transition: all 0.3s;
    }

.SparePartsheader-three {
    background: #f2f2f2;
    padding: 10px 25px;
    text-align: center;
    margin: 0;
}

.HusqvarnaSparePartsFinder-list ul li {
    display: inline-block;
}

.HusqvarnaSparePartsFinder-list ul {
    border-bottom: 1px solid #ced4da;
    padding: 10px 0;
    margin-bottom: 15px !important;
}

    .HusqvarnaSparePartsFinder-list ul li a {
        color: #cd192d;
        text-transform: uppercase;
        font-size: 16px;
    }

.PartsFinder-container .container {
    box-shadow: 0 0 10px #ddd;
    padding: 10px 30px;
    margin: 30px auto;
}

.PartsFinder-container .product-box-add-to-cart-button {
    border: 0;
}

    .PartsFinder-container .product-box-add-to-cart-button:hover {
        background: #000;
    }

.PartsFinder-container .table {
    font-size: 13px !important;
    border: solid 1px #dee2e6;
}

    .PartsFinder-container .table td {
        vertical-align: middle;
        padding: 1px 0 !important;
    }

    .PartsFinder-container .table qty {
        height: 35px !important;
    }

.PartsFinder-container .table-striped tbody tr:nth-of-type(2n+1) {
    background-color: #f9f9f9;
}

.PartsFinder-container .table-striped tbody tr:hover {
    background: #f9f9f9;
}

.PartsFinder-container .table th {
    border-width: 1px 1px 0;
    border-style: solid;
    border-color: #ddd;
    background-color: #000;
    padding: 5px 10px;
    font-weight: normal;
    color: #fff;
}

.PartsFinder-Toggle-Btn {
    font-family: 'Blender Pro';
    max-width: 100%;
    border: 0;
    padding: 7px 40px;
    float: right;
    background: #ff6600;
    color: white !important;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 23px;
    font-style: italic;
}

    .PartsFinder-Toggle-Btn:hover {
        font-family: 'Blender Pro';
        background: transparent;
        color: #ff6600 !important;
        border: solid 1px #ff6600;
    }

.spf-seo h3 {
    font-family: 'Blender Pro';
}

.spf-seo p {
    font-family: 'Trade Gothic LT Com';
}


/***********Bike-Search**********/
.bike-search-contener {
    position: absolute;
    background: #fff;
    min-width: 1100px;
    z-index: 999;
    right: 260px;
    min-height: 460px;
    box-shadow: 1px 3px 8px #DCD7D7;
    top: 71px;
    overflow: hidden;
    display: none;
}

    .bike-search-contener::before {
        content: '';
        position: absolute;
        width: 75px;
        min-height: 270px;
        background: #cd192d;
        right: -39px;
        transform: skewX(16deg);
    }

    .bike-search-contener::after {
        content: '';
        position: absolute;
        width: 75px;
        min-height: 200px;
        background: #cd192d;
        left: -47px;
        transform: skewX(16deg);
        bottom: 0;
    }

.bike-search-banner {
    text-align: center;
    padding-right: 60px;
    padding-top: 20px;
}

.bike-search-contener h3 {
    font-weight: bold;
    font-size: 36px;
    color: #333;
    text-transform: uppercase;
}

.bike-search-contener .bike-search-results {
    font-family: 'Blender Pro';
    width: 100% !important;
    font-weight: 600;
    color: #333;
    border: solid 1px #B3B9BE !important;
    height: 38px;
}

.bike-search-contener input,
.bike-search-contener select {
    border: 0 !important;
}

.bike-search-contener .bike-search-results {
    font-family: 'Blender Pro';
    padding: 5px 10px;
    margin-bottom: 13px;
}

.bike-search-contener .bike-search-title {
    font-family: 'Blender Pro';
    font-weight: 900;
    font-size: 20px;
}

.search-results-close-button {
    position: absolute;
    z-index: 5;
    right: -22px;
    bottom: 15px;
}

    .search-results-close-button i.fa-times,
    .search-results-close-button i.fa-plus {
        font-size: 16px !important;
        color: #717176;
    }

    .search-results-close-button a {
        color: #717176;
    }

.top-nav-container .header-links .motorcycle .search-results-close-button a::after,
.top-nav-container .header-links .motorcycle a.search-results-cler-button::after {
    background: none !important;
}

.top-nav-container .header-links .motorcycle a.search-results-cler-button {
    color: #fff;
    padding: 5px 23px;
}

.border-0.search-results-save-button {
    padding: 3px 23px;
    background: #cd192d;
    color: #ffff;
    font-weight: 600;
    text-transform: uppercase;
}

.search-results-save-button.search-results-cler-button {
    background: #ACB1B5;
}

    .search-results-save-button.search-results-cler-button:hover,
    .border-0.search-results-save-button:hover {
        background: #222 !important;
    }
/*.top-nav-container .header-links .motorcycle .bike-search-contener {
    display:none;
}
.top-nav-container .header-links .motorcycle:hover .bike-search-contener {
    display: block;
}*/

/***********Bike-Search**********/


/****Start-MultiStep-Checkout-page****/
div.order-progress {
    margin: 0;
    background: #fff;
}

.order-progress a::before {
    display: none;
}

.order-progress li {
    width: 18.5%;
    background: #fff;
    border-radius: 0;
    border: solid 1px #E5E5E5;
}

    .order-progress li a {
        text-align: left;
        font-style: italic;
        padding: 10px;
    }

    .order-progress li.active-step {
        background: #f5df4d;
        color: #212121;
        font-size: 18px;
        box-shadow: 0 5px 8px #eee;
    }

        .order-progress li.active-step a,
        .order-progress li.active-step i {
            color: #212121 !important;
            font-weight: bold;
        }

        .order-progress li.active-step a {
            font-size: 16px;
        }

    .order-progress li i {
        font-size: 35px;
        padding: 15px 15px 25px 15px;
        display: block;
        color: #ACB1B5;
    }

        .order-progress li i.icon-Shipping-method {
            font-size: 45px;
            padding: 15px 15px 15px 15px;
        }

    .order-progress li a span::before {
        content: "\f101";
        display: inline-block;
        font-family: 'fontawesome' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        font-size: 20px !important;
    }

.inactive-step a {
    color: #ACB1B5 !important;
    opacity: 1 !important;
    font-weight: bold;
    font-size: 16px;
}

.billing-address-page .checkout-data,
.html-payment-method-page .checkout-data,
.html-payment-info-page .checkout-data,
.html-order-confirm-page .checkout-data{
    padding: 0 20px;
    background: #fff;
    margin-top: -16px;
    margin-bottom: 40px !important;
    box-shadow: 0 5px 5px #CDCDCD;
}

.html-billing-address-page .cart-footer .totals,
.html-payment-method-page .cart-footer .totals,
.html-payment-info-page .cart-footer .totals,
.html-order-confirm-page .cart-footer .totals {
    margin-bottom: 20px;
}
/*.select-button {
  margin-bottom: 15px;
}*/
.html-billing-address-page .table-wrapper,
.html-payment-method-page .table-wrapper,
.html-payment-info-page .table-wrapper,
.html-order-confirm-page .table-wrapper {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.order-summary-content .cart.table {
    border: 1px solid #dee2e6;
    margin-bottom: 0px !important;
}

.cart-container-main-box {
    border: 0 !important;
}

.html-billing-address-page .cart-options,
.html-payment-method-page .cart-options,
.html-payment-info-page .cart-options,
.html-order-confirm-page .cart-options {
    display: none;
}
.html-order-confirm-page .terms-of-service label,
.html-order-confirm-page .custom-checkbox + label::before {
    cursor: default;
}
.add-new-button-content .button-1 {
    background: #cd192d;
}

    .add-new-button-content .button-1:hover {
        color: #fff !important;
    }

.html-billing-address-page div.checkout-page .button-1:hover {
    color: #fff;
}

.html-billing-address-page .order-summary .title,
.html-payment-method-page .order-summary .title,
.html-payment-info-page .order-summary .title,
.checkout-data .title {
    background: #f5df4d;
    padding: 5px;
    text-align: left;
}
.checkout-page.shipping-address-page {
    background: #fff;
    padding: 5px 20px;
    margin-bottom: 40px;
    box-shadow: 0 5px 5px #CDCDCD;
    margin-top:-8px;
}
.html-billing-address-page .title,
.html-payment-method-page .title,
.html-order-completed-page .title,
.html-shipping-method-page .title,
.html-shipping-method-page .buttons,
.html-payment-info-page .title {
    text-align: center !important;
}
.html-shipping-address-page .order-progress {
    margin-top: 0 !important;
}
.order-completed .title {
    background: none;
    color: #17AB13;
    font-weight: bold;
}

.successfully-form-titel {
    font-size: 18px;
    font-weight: bold;
}

.successfully-form-sub-titel {
    font-size: 15px;
}

.successfully-form-container .text-red {
    color: #f00;
}

.tab-section .title {
    background: #f5df4d;
}

.order-review-data .shipping-info .title,
.order-review-data .billing-info .title {
    text-align: left;
    padding: 5px 20px;
    background: #fff;
}

.order-review-data .shipping-method-info .title,
.order-review-data .payment-method-info .title {
    padding: 5px 20px;
}

.html-billing-address-page div.cart-container-main-box,
.html-payment-method-page div.cart-container-main-box,
.html-payment-info-page div.cart-container-main-box,
.html-order-confirm-page div.cart-container-main-box {
    box-shadow: none;
    padding: 0 !important;
}

.html-order-confirm-page .info-list {
    text-align: left;
    padding: 0 20px;
    min-height: 250px;
}
.payment-method-info .info-list,
.shipping-method-info .info-list {
    min-height: auto !important;
}

.html-order-confirm-page .checkout-page .section.order-summary {
    margin: 50px 0 30px;
}

.html-order-confirm-page .order-review-data > div {
    background-color: #fff;
    border: solid 1px #ddd;
}

.cart-footer .totals {
    min-width: 350px;
}

div.cart-footer .totals {
    min-height: auto;
}

.checkout-page .address-item ul {
    margin: 0;
    text-align: left;
    min-height:200px;
}
.select-shipping-address .address-box .custom-attributes-view {
    display: none;
}
@font-face {
    font-family: 'icomoon';
    src: url('../fonts/cart-fonts/icomoon.eot?f1qjxe');
    src: url('../fonts/cart-fonts/icomoon.eot?f1qjxe#iefix') format('embedded-opentype'), url('../fonts/cart-fonts/icomoon.ttf?f1qjxe') format('truetype'), url('../fonts/cart-fonts/icomoon.woff?f1qjxe') format('woff'), url('../fonts/cart-fonts/icomoon.svg?f1qjxe#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-Billing-address:before {
    content: "\e9dd";
}

.icon-Confirm-order:before {
    content: "\e90d";
}

.icon-Payment-method:before {
    content: "\e9ff";
}

.icon-Shipping-address:before {
    content: "\e9f0";
}

.icon-Shipping-method:before {
    content: "\e9d9";
}

.checkout-page .select-billing-address-button,
.checkout-page .select-shipping-address-button {
    max-width: 300px;
    min-width: 100%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 8px 15px;
}
.shipping-address-page .page-title {
    display: none;
}
.shipping-address-page .select-shipping-address .title,
.shipping-address-page .new-shipping-address .title,
.shipping-address-page .order-summary .title,
.shipping-address-page .buttons {
    margin: 25px 0;
    text-align: center;
}

.newsletter-box .footer-stor-logo {
    background: #002550;
    text-align: center;
}

/* @media (min-width: 1001px) {
    .top-nav-container .navbar {
        margin-top: 16px;
        margin-bottom: 16px;
    }
}

@media (min-width: 1001px) {
    .top-nav-container .navbar {
        margin-top: 10px;
        margin-bottom: 10px;
    }
} */

@media (min-width: 320px) and (max-width: 1400px) {
    .checkout-page .select-billing-address-button {
        max-width: 300px;
    }

    .order-summary-content .custom-container-fluid {
        padding: 0 !important;
    }
}

@media (min-width: 320px) and (max-width: 991px) {
    .order-progress li {
        width: auto;
    }
    .top-nav-container .navbar .dropdown-menu {
        box-shadow:none;
        border-top:solid 1px #ddd;
    }
    .mobile-mm-navbar .manufacturers-search {
        background: #eee;
    }
    /*.manufacturers-bg .picture a::before,*/ 
    .dropdown-menu-right li a::before {
        padding-top: 0;
    }
    .dropdown-menu-right li a img {
        position:static;
    }
    .second-dropdown .nav-item span {
        display: block;
    }
    .mobile-mm-navbar .dropdown-menu-right li a img {
        width: auto;
        max-height: 70px;
    }

    .html-billing-address-page .cart .product a,
    .html-payment-method-page .cart .product a,
    .html-payment-info-page .cart .product a,
    .html-order-confirm-page .cart .product a {
        text-align: left;
    }

    .cart-footer .totals {
        min-width: 100%;
    }

    .checkout-page .product-picture a,
    .checkout-page .product a,
    .checkout-page .sku-number,
    .checkout-page .sku {
        max-width: 150px;
        display: inline-block !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: center;
    }

        .checkout-page .sku label {
            display: block !important;
        }

    .checkout-page .sku {
        max-width: 100%;
        width: 100%;
    }
}

@media (min-width: 320px) and (max-width: 1300px) {
    .html-billing-address-page .table-wrapper,
    .html-payment-method-page .table-wrapper,
    .html-payment-info-page .table-wrapper,
    .html-order-confirm-page .table-wrapper {
        width: 100% !important;
        float: none;
    }

    .checkout-page .select-billing-address-button {
        max-width: 210px;
    }
}

@media (min-width: 320px) and (max-width: 414px) {
    .related-products-grid.product-grid.thumb-list-slider {
        padding-left: 0;
    }
    .product-details-page .related-products-grid .product-item .details {
        width: calc(100% - 109px);
    }

    .checkout-page .product a {
        max-width: 100% !important;
    }

    .overview .go-to-cart-button {
        font-size: 15px;
    }

    .product-details-page .overview {
        padding: 0;
    }
}
/****Start-MultiStep-Checkout-page****/
.certificate-checkbox-cart .remember-text {
    padding: 0px 10px;
}

.order-summary-content .totals {
    background: #fff;
    padding: 0;
    color: #212121;
    font-weight: 600;
    border: solid 2px #f5df4d;
}

.totals h4 {
    font-size: 18px;
    font-weight: 600;
    background: #f5df4d;
    color: #212121;
    padding: 5px 20px;
    text-transform: uppercase;
    font-style: italic;
}

.cart-total td {
    padding: 0 20px;
}

.cart-total .cart-total-left label {
    margin: 0;
}

.cart-total tr td {
    padding-bottom: 7px;
}

td.cart-total-left a {
    text-decoration: underline;
    color: black;
}

.checkout-buttons {
    border-top: solid 1px #f5df4d;
    padding: 10px 20px 20px;
}

.shopping-cart-page .custom-container-fluid {
    margin-top: 0 !important;
}

.shopping-cart-page .order-summary-content,
.shipping-method-page,
.wishlist-body .no-data {
    background: #fff;
    padding: 20px 22px;
    margin-bottom: 40px !important;
    box-shadow: 0 5px 5px #CDCDCD;
}
.wishlist-body{
    margin-top:30px;
}
.shopping-cart-page .common-buttons {
    background: none;
    padding: 15px 20px 0 0;
    font-size: 0;
    text-align: left;
}

.shopping-cart-page .remove-button {
    background: none;
    padding-left: 0;
}

.shopping-cart-page .common-buttons button .icon-wish-list-icon {
    display: inline-block;
    margin-right: 4px;
    vertical-align: middle;
    line-height: 1.2;
}
.shopping-cart-page {
    margin-top:30px;
}
.quantity-control {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 8px;
}

    .quantity-control span {
        display: inline-block;
        border: 1px solid #ddd;
        font-size: 18px;
        line-height: 33px;
        height: 36px;
        position: absolute;
        cursor: pointer;
        font-weight: bold;
    }

.cart td.quantity input {
    min-width: 90px;
    text-align: center;
    border: 1px solid #dde1e7;
    box-shadow: none;
    padding: 0 15px;
}

span.qty-button.decrease {
    left: 0;
    padding: 0 8px;
}

span.qty-button.increase {
    right: 0;
    padding: 0 5px;
}

.html-shopping-cart-page .totals .go-to-cart-button {
    background: #f5df4d;
    padding: 5px;
    font-weight: bold;
    color: #212121;
    font-family: 'Trade Gothic LT Com Cn';
}

.totals .btn-info.go-to-cart-button:hover,
.totals .btn-info.go-to-cart-button:active {
    background: #333 !important;
    color: #f5df4d !important;
}

.remove-button.btn.btn-default.cart-item-remove {
    font-size: 20px;
    color: #888;
    padding: 0;
    margin: 5px 0;
}

.html-wishlist-page .sku .td-title {
    display: none;
}

.html-wishlist-page .sku .sku-number {
    font-weight: bold;
}

.product-unit-price {
    color: #444;
    font-size: 16px;
    font-weight: bold;
}

.html-wishlist-page .product-unit-price {
    color: #444;
}

.html-wishlist-page .subtotal .td-title {
    display: none;
}

.table-bordered .sku .sr-only {
    position: initial;
    height: auto;
    width: auto;
    margin: 0;
    overflow: inherit;
    font-weight: bold;
}

.payment-cards {
    background: #f1f2f8;
    padding: 10px;
}

.product-picture.text-md-center {
    text-align: left !important;
}

/****Start-MultiStep-Checkout-page****/
.motorcycle-selection-page .form-fields h2,
.motorcycle-selection-page .form-fields h3 {
    font-family: 'Blender Pro';
}

.motorcycle-selection-page .inputs label {
    font-family: 'Blender Pro';
    width: 100px;
    text-align: left;
    font-weight: 600;
    font-size: 17px;
    color: #fff;
}

.motorcycle-selection-page .inputs {
    font-family: 'Blender Pro';
    font-size: 17px;
    color: #fff;
}

.motorcycle-selection-page-container {
    font-family: 'Blender Pro';
    background: #222;
    padding: 30px 0;
}

.motorcycle-selection-page .go-to-cart-button {
    font-family: 'Blender Pro';
    background: #ff6600;
    color: white;
    padding: 7px;
    width: 400px;
    max-width: 100%;
    text-transform: uppercase;
}

    .motorcycle-selection-page .go-to-cart-button:hover {
        font-family: 'Blender Pro';
        background: transparent;
        color: #ff6600 !important;
        border: solid 1px #ff6600;
    }

.motorcycle-selection-page .radio-label-w-40 {
    width: 110px;
}

.motorcycle-selection-page input[type="radio"] {
    color: #fff;
}

.motorcycle-selection-page input[type="radio"] {
    display: none;
}

.motorcycle-selection-page .products-list-breadcrumb-header {
    font-family: 'Blender Pro';
    font-size: 35px;
    line-height: 42px;
    padding-top: 0 !important;
    margin: 0;
    color: #ff6600;
}

.motorcycle-selection-page .products-list-breadcrumb-body {
    font-family: 'Blender Pro';
    color: #ff6600;
}

.ktm {
    color: #f60 !important;
}

.motorcycle-selection-page input[type="radio"] + label::before,
.motorcycle-selection-page input[type="checkbox"] + label::before,
.custom-checkbox + label::before {
    background: #fff;
    border: solid 1px #939597;
    margin-right: 0;
}

    .motorcycle-selection-page input[type="radio"] + label::before {
        margin-right: 10px;
    }

    .motorcycle-selection-page input[type="radio"] + label::before,
    .motorcycle-selection-page input[type="checkbox"] + label::before,
    .motorcycle-selection-page input[type="checkbox"] + label::before,
    .custom-checkbox + label::before {
        content: "\f111";
        font: normal normal normal 14px/1 FontAwesome;
        display: inline-block;
        height: 20px;
        width: 20px;
        color: transparent;
        transition: all 0.2s;
        font-size: 14px;
        line-height: 19px;
        text-align: center;
        cursor: pointer;
        border-radius: 50px;
        border: solid 1px #888;
        background: none;
    }

    .motorcycle-selection-page input[type="radio"]:checked + label::before {
        color: #ff6600;
    }

.TriumphSparePartsFinder-list {
    background: #2c2c2c;
}

.PartsFinder-titel {
    padding: 10px;
    color: #2c2c2c;
    font-size: 20px;
    font-weight: 900;
}

.horizontal a {
    color: #2c2c2c;
}

.PartsFinder-container .box {
    padding: 10px;
    text-align: center;
    color: #333;
    font-weight: bold;
    border: solid 1px #eee;
    box-shadow: 1px 2px 4px #ccc !important;
    width: 15% !important;
    flex: 0 0 170px !important;
    background: #f5f5f5;
}

    .PartsFinder-container .box {
        cursor: pointer;
    }

    .PartsFinder-container .box:hover {
        background: #f5df4d;
    }

.PartsFinder-container .centered {
    padding-top: 10px;
}

.horizontal li:last-child a {
    color: #fff;
}

@media(max-width: 991px) {
    .product-details-page .products-box-new-icon-set .add-to-cart-button {
        width: auto;
    }
        .product-details-page .products-box-new-icon-set .add-to-cart-button button {
            padding: 8px 10px;
        }
    .product-details-page .related-products-grid .item-box .product-title {
        min-width: 240px;
        padding-left: 0;
    }
    .product-details-page .related-products-grid .products-box .prices {
        padding-left: 0;
    }
    .related-products-grid .product-item {
        align-items: normal !important;
        min-height: 130px;
    }
    .product-details-page .related-products-grid .title {
        margin: 0 5px !important;
    }
    .products-box-new-icon-set .icon-shopping-cart-icon {
        line-height: 4px;
    }
    .cart td.product-picture {
        padding-left: 30px;
        position: relative;
    }
    .left-side-popup .homepage-filter-bottom {
        padding: 0 !important;
    }
    .homepage-filter-search.mt-2 .homepage-filter-search-button.border-0 {
        min-width: 100%;
    }
    .homepage-filter-title br {
        display: none;
    }
    .cart .product a {
        max-width: 100%;
        white-space: pre-wrap;
    }

    .jsmartable-collapse {
        position: absolute;
        left: 5px;
    }

    .wishlist-content .jsmartable-collapse {
        position: inherit;
    }

    .wishlist-content .table-wrapper {
        padding: 0 !important;
        border: 0 !important;
    }
    .mobile-mm-navbar .mobile-menu-head {
        height: 51px !important;
    }
    .mobile-menu-head .go-back::before {
        content: "\e902";
        position: absolute;
        background: #fff;
        padding: 0px 15px;
        font-size: 15px;
        font-family: 'icomoon' !important;
        font-style: normal;
    }
    .cart td.quantity input, .jsmartable-subcol input[type="text"] {
        width: 80px;
        text-align: center;
        border: 1px solid #dde1e7;
        box-shadow: 0 0 5px #dde1e7;
    }
    .advanced-products-titel-box {
        position:relative !important;
    }
    .advanced-products-titel {
        position: absolute !important;
    }
    .top-nav-container .navbar .navbar-nav {
        padding-right: 10px !important;
    }
    .advanced-products-tab {
        border-top: none;
    }
    .products-tab-container {
        margin-top:20px;
    }
}

/*** homepage custom block 1 and 2***/

.custom-block-1,
.custom-block-2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 60px 0px;
    justify-content: space-between;
}

    .custom-block-1 .block-text-title,
    .custom-block-2 .block-text-title {
        font-size: 19px;
        font-weight: 900;
        margin-bottom: 0;
    }

    .custom-block-1 .block-text-description, .custom-block-2 .block-text-description {
        text-align: justify;
        font-size: 17px;
        color: black;
        line-height: 27px;
        font-weight: 100;
        margin: 12px 0;
        letter-spacing: 0;
        font-weight: 400;
    }

        .custom-block-1 .block-text-description a,
        .custom-block-2 .block-text-description a {
            color: #0065b3;
        }

    .custom-block-1 .block-text-top,
    .custom-block-2 .block-text-top {
        margin-bottom: 30px;
    }

    .custom-block-1 .block-image-container img,
    .custom-block-2 .block-image-container img {
        width: 100%;
        height: auto;
    }
    /*** homepage custom block 1***/

    .custom-block-1 .block-text-container {
        width: 47%;
        padding: 0 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .custom-block-1 .block-image-container {
        width: 53%;
    }

.motomader-homepage-welcome-box {
    background: #e5e5e5;
}
/*** homepage custom block 2***/
.custom-block-2 {
    background-color: white;
}

    .custom-block-2 .block-text-container {
        width: 58%;
        padding-right: 50px;
        display: table;
        justify-content: center;
        justify-content: center;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .custom-block-2 .block-image-container {
        width: 42%;
    }

/*** homepage filter top ***/
.left-side-popup .custom-filter {
    padding: 30px;
    background: #2c2c2c;
    text-align: center;
    position: fixed;
    top: 50vh;
    left: 50%;
    transform: translate(-50%,-50%);
    bottom: initial;
    box-shadow: 0 0 15px #555;
    min-width: 1200px !important;
}

.left-side-popup .homepage-filter-input .inputs {
    width: 100%;
}

.left-side-popup .custom-container.custom-filter::before {
    content: '';
    position: fixed;
    background: rgba(0,0,0,0.5);
    top: 50%;
    left: 50%;
    height: 200vh;
    width: 100vw;
    transform: translate(-50%,-50%);
    z-index: 50;
}

.left-side-popup .custom-container.custom-filter > div {
    position: relative;
    z-index: 100;
}

.bike-search-wrapper .left-side-popup .button-close {
    z-index: 100;
}

.custom-filter {
    padding: 30px;
    background: #1d1d1d;
    text-align: center;
}

.homepage-filter-title {
    color: #939597;
    font-weight: 700;
    font-style: italic;
    font-size: 17px;
    line-height: 20px;
    width: 15% !important;
}

.homepage-filter-top,
.homepage-filter-bottom {
    display: flex;
    justify-content: center;
    max-width: 1200px;
    margin: 15px auto;
    text-align: left;
    flex-wrap: wrap;
}

.homepage-filter-bottom {
    margin-left: 0;
}

.homepage-filter-top .select2-container--default .select2-selection--single {
    height: 42px;
    line-height: 42px;
    padding-top: 10px;
}

    .homepage-filter-top .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 7px;
    }

/*.homepage-filter-top > div,
#bike-filter-container-registered .homepage-filter-top .homepage-filter-title {
    width: 14% !important;
}*/
.custom-container-fluid .homepage-filter-top .homepage-filter-title {
    width: 12% !important;
}

.homepage-filter-top > div.homepage-filter-search {
    width: 22% !important;
    margin-top: 0 !important;
}

.homepage-filter-search.mt-2 .homepage-filter-search-button.border-0 {
    max-width: 230px !important;
}

.homepage-filter-top > div,
.homepage-filter-bottom > div {
    width: 20%;
    margin-right: 10px;
}

button.homepage-filter-search-button {
    height: 42px;
    padding: 8px 25px;
    outline: none;
    background-color: #F5DF4D;
    color: #363111;
    font-style: italic;
    font-weight: 700;
    font-size: 18px;
    white-space: nowrap;
    width: 100%;
}

#headeruserbikes .motocycle-overview-item {
    display: flex;
    flex-direction: column;
}

#headeruserbikes .bike-search-button {
    margin-top: auto;
}

.wishlist-content .table .wishlist-add-to-cart-button,
.wishlist-content .table .wishlist-add-to-cart-button:hover {
    background: none !important;
    color: #2c2c2c !important;
}

.wishlist-content .update-wishlist-button,
.wishlist-content .button-2 {
    background: #f5df4d !important;
}

    button.homepage-filter-search-button:hover,
    .manufacturers-bg .manufacturer-name:hover,
    .manufacturer-logo-name:hover,
    .our-brand-container .manufacturers-bg .manufactures-view-all:hover,
    .account-page .button-1:hover,
    .wishlist-content .button-2:hover,
    .wishlist-content .button-2:hover,
    .coupon-box .apply-discount-coupon-code-button:hover,
    .apply-gift-card-coupon-code-button:hover,
    .select-billing-address-button:hover,
    .add-new-button-content .button-1:hover,
    .new-address-next-step-button:hover,
    .order-completed-continue-button:hover,
    .confirm-order-next-step-button:hover,
    .coupon-code input[type="submit"]:hover {
        background: #000 !important;
        color: #f5df4d !important;
    }

.coupon-code .btn-success.w-100,
.coupon-code.border.invalid-code-box .btn-invalid,
.valid-coupon-code .btn-valid {
    padding: 6px 10px;
    color: #fff;
}

.coupon-code.border.invalid-code-box {
    border: solid 1px #f22121 !important;
}

.coupon-code.border.invalid-code-box .btn-invalid {
    background: #f22121;
}

.valid-coupon-code .btn-valid {
    background: #41B541;
}

.valid-coupon-code .col-md-6 {
    padding-left: 10px;
}

.manufacturer-name:hover a {
    color: #f5df4d;
}

select.homepage-filter-selector-item,
.select2-container--default .select2-selection--single {
    height: 42px;
    padding: 8px 8px 8px 8px;
    background-color: #010101;
    border: none;
    color: #939597;
    font-style: italic;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.05em;
    border: none;
    border-radius: 0;
    overflow: visible !important;
    width: 100%;
}

.select2-container {
    width: 100% !important;
}

    .select2-container .select2-selection--single .select2-selection__rendered {
        color: #939597;
    }

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 7px;
    right: 10px;
    width: 20px;
    background: url(../images/select-arrow-dark.svg);
    background-size: 14px;
    background-position: 96%;
    background-repeat: no-repeat;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        display: none;
    }

.select2-search--dropdown {
    display: block;
}

.homepage-filter-selector-item option {
    background: #2c2c2c !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f9f9f9 !important;
    color: #010101 !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ffffff !important;
}

.homepage-filter-input input[type="text"] {
    height: 42px;
    padding: 8px 15px;
    background-color: #010101;
    border: none;
    color: #939597;
    font-style: italic;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    width: 100%;
}

.homepage-filter-input .checkbox-text {
    color: #939597;
    font-style: italic;
    font-weight: bold;
    font-size: 17px;
    line-height: 20px;
}

.homepage-filter-input input[type="checkbox"] {
    display: none;
}

.homepage-filter-input .inputs {
    width: 90%;
}

    .homepage-filter-input .inputs label {
        text-align: left;
    }

.homepage-filter-input input[type="checkbox"]:checked + label::before {
    color: #fff;
}

.homepage-filter-input input[type="checkbox"] + label::before {
    background: transparent;
    border: solid 1px #939597;
    margin-right: 7px;
    font-family: 'FontAwesome';
    display: inline-block;
    height: 20px;
    width: 20px;
    color: transparent;
    transition: all 0.2s;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    cursor: pointer;
    content: "\f00c";
}

.homepage-filter-input input[type="text"]::placeholder {
    color: #939597;
    opacity: 1; /* Firefox */
}

.homepage-filter-input input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #939597;
}

.homepage-filter-input input[type="text"]::-ms-input-placeholder { /* Microsoft Edge */
    color: #939597;
}

/*product details ui changes*/

.products-list-header-body ul li a {
    color: #2C2C2C;
    font-size: 16px;
    font-style: italic;
}

.product-essential {
    border: none;
    box-shadow: none;
}

.overview .product-name h2 {
    font-size: 30px;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 30px;
}

.overview .product-price small,
.overview .old-product-price small,
.variant-overview .old-product-price small,
.overview .non-discounted-price small,
.variant-overview .non-discounted-price small {
    font-size: 24px;
    line-height: 26px;
    text-decoration: none;
    vertical-align: bottom;
    font-weight: 600;
    color: #2c2c2c;
    letter-spacing: 0px !important;
}

.attribute-squares li {
    margin: 0 10px 0 0;
}

.attributes-content-box dt,
.attributes-content-box dd {
    margin-bottom: 0;
}

.image-squares .owl-dots.disabled {
    display: none;
}

.attributes-content-box {
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.image-squares li {
    display: block;
    margin: 0;
}

.image-squares .attribute-square-container {
    display: block;
    position: relative;
    z-index: 0;
    padding: 1px;
    border: 1px solid #eee;
    transform: rotateZ(0);
    margin-bottom: 1px;
}

.attributes .image-squares label {
    perspective: 300px;
    margin: 0 !important;
}

.image-squares .selected-value .attribute-square-container {
    border: 3px solid #f5df4d;
}

.image-squares .attribute-square-container::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.attribute-squares li:hover .tooltip-container {
    display: none;
}

.gallery .picture-thumbs {
    text-align: center;
}

    .gallery .picture-thumbs .thumb-item {
        border: 1px solid #eee;
        padding: 10px;
        background: #fff;
    }

.overview .sku .value {
    padding: 0 !important;
}

.overview .stock .value {
    background: #41B541;
    color: #fff;
    display: inline-block;
    padding: 0 10px;
}

.overview .value.Out.of.stock,
.overview .value.Nicht.auf.Lager,
.overview .out-stock {
    background: #e30613 !important;
}

.image-squares .attribute-square {
    height: 70px;
    width: 70px !important;
    display: block;
    background-size: contain !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.picture-thumbs.owl-carousel .owl-nav,
.image-squares.owl-carousel .owl-nav {
    opacity: 0;
}

.gallery .picture-thumbs .thumb-item {
    height: auto;
    width: 100%;
    position: relative;
}

    .gallery .picture-thumbs .thumb-item::before {
        content: "";
        display: block;
        padding-top: 100%;
    }

    .gallery .picture-thumbs .thumb-item img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        max-width: 100%;
    }

.picture-thumbs.owl-carousel {
    position: relative;
    margin-bottom: 20px;
}
.attributes-content-box {
    margin-bottom: 10px;
}

.overview .additional-details {
    margin-bottom: 0 !important;
}

.picture-thumbs.owl-carousel .owl-nav button,
.image-squares.owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.picture-thumbs.owl-carousel .owl-nav .owl-prev,
.image-squares.owl-carousel .owl-nav .owl-prev {
    left: 0;
}

.picture-thumbs.owl-carousel .owl-nav .owl-next,
.image-squares.owl-carousel .owl-nav .owl-next {
    right: 0;
}

.picture-thumbs.owl-carousel .owl-nav button,
.image-squares.owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border:solid 1px #F0EEEF;
    font-size: 16px !important;
    height: 20px;
    width: 20px;
}

    .picture-thumbs.owl-carousel .owl-nav button span::before,
    .image-squares.owl-carousel .owl-nav button span::before {
        font-size: 10px;
    }

.overview .prices {
    padding-right: 35px;
    margin-bottom: 50px !important;
}

.qtyminus, .qtyplus {
    width: 25px;
    color: #fff;
}

.overview .product-price,
.overview .old-product-price,
.variant-overview .old-product-price,
.overview .non-discounted-price,
.variant-overview .non-discounted-price {
    font-style: italic;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: -1px;
}

    .overview .product-price span span,
    .overview .old-product-price span span,
    .variant-overview .old-product-price span span,
    .overview .non-discounted-price span span,
    .variant-overview .non-discounted-price span span {
        font-size: 35px;
        vertical-align: bottom;
        line-height: 35px;
    }

/*.overview .prices > div > span, .variant-overview .prices > div > span {
    color: #000;
}*/

.overview .prices .product-price span {
    line-height: 35px;
}

.old-product-price + .product-price span {
    color: #E30613 !important;
    vertical-align: bottom;
}

.overview .prices .product-price small, .variant-overview .prices .product-price small,
.variant-overview .prices .product-price span, .variant-overview .product-price {
    color: #E30613;
    vertical-align: bottom;
    letter-spacing: -1px;
}

.qtyminus, .qtyplus {
    background: #939597 !important;
    border: 1px solid #939597;
}

.add-to-cart-panel input[type="text"] {
    border: solid 1px #939597;
}

.overview .product-price small,
.overview .old-product-price small,
.variant-overview .old-product-price small,
.overview .non-discounted-price small,
.variant-overview .non-discounted-price small {
    font-size: 24px;
    line-height: 26px;
    text-decoration: none;
    vertical-align: bottom;
}

.overview .go-to-cart-button {
    color: #363111;
}

.go-to-cart-button span {
    vertical-align: middle;
}

.overview .go-to-cart-button:hover {
    color: #fff;
}

.details-tab-wrapper {
    background: url(../images/details_bg_pattern.png);
    padding-top: 20px;
    background-size: cover;
    overflow: hidden;
    box-shadow: inset 0 0 10px #ddd;
}

    .details-tab-wrapper .ui-widget.ui-widget-content {
        max-width: 100%;
        overflow-y: initial;
        max-height: none;
        background: transparent;
        font-size: inherit;
    }
small.vat-included {
    display: block;
    line-height: 22px;
}

.attributes select {
    width: 100%;
    margin-bottom: 10px;
}

.details-tab-wrapper .ui-widget-header,
.details-tab-wrapper .ui-state-default, .details-tab-wrapper .ui-widget-content .ui-state-default,
.details-tab-wrapper .ui-state-default a, .ui-state-default a:link {
    background: none !important;
    border: none;
    border-radius: 0;
    color: #888;
    font-weight: 600;
    text-transform: uppercase;
    font-style: italic;
    margin: 0 !important;
    font-size: 18px;
    font-family: 'Trade Gothic LT Com';
}
.details-tab-wrapper .ui-state-default a, .ui-state-default a:link {
    background: #f5df4d !important;
    color: #363111;
}
.return-request-page .return-request-file,
.return-request-page .inputs label {
    text-align: left !important;
}
.html-return-request-page .return-request-page .form-fields {
    margin: 0 150px;
}
.html-return-request-page .return-request-page .fieldset .title {
    text-align: center !important;
    margin-bottom: 20px;
}
.details-tab-wrapper .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    background: #2c2c2c !important;
    color: #f5df4d;
    padding: 10px 15px;
}

.prices {
    display: block;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}

.description-text {
    overflow: hidden;
    min-height: 62px;
}

.product-details-page .description-text ul li {
    margin-left: 15px
}

    .description-text.show-all {
        overflow: visible;
        height: auto !important;
    }

.read-less::before {
    content: attr(data-less);
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    font-style: italic;
}

.read-less {
    font-size: 0;
}

.overview .add-to-cart {
    margin: 0;
}

.related-products-grid {
    width: calc(442px + 30px);
    max-width: 100%;
    order: 1;
}

.read-more {
    color: #2C2C2C;
    display: inline-block;
    font-weight: bold;
    font-style: italic;
    text-transform: capitalize;
    margin-top: 10px;
    cursor: pointer;
}

.full-description {
    margin: 0;
}

    .full-description p {
        font-size: 14px;
        line-height: 20.5px;
        font-weight: 400;
        color: #2c2c2c;
    }

.product-details-page .related-products-grid .picture {
    width: 200px;
}

    .product-details-page .related-products-grid .picture img {
        max-width: 150px;
        object-fit: scale-down;
    }

.also-purchased-products-grid .title h2 {
    text-align: center;
    color: #000;
    font-size: 30px;
    margin-bottom: 40px;
}

.also-purchased-products-grid .prices {
    justify-content: center;
    align-items: center;
}

.also-purchased-products-grid .item-box .product-title {
    padding: 0 15px;
}

.details-tab-wrapper .products-list-container-body {
    display: flex;
    flex-direction: row;
}
    .details-tab-wrapper .products-list-container-body .ui-widget.ui-widget-content {
        width:100% !important;
        
    }
.details-tab-wrapper .ui-tabs {
    width: calc(100% - 442px - 30px)
}

#related-product {
    overflow: hidden;
    display: block !important;
}

.product-details-page .related-products-grid .product-item .details {
    max-width: calc(100% - 200px);
}

.product-details-page .related-products-grid .products-box .picture a::before {
    padding-top: 70%;
}

.related-products-grid .product-item {
    display: flex;
    align-items: center;
    margin-bottom: 11px;
    box-shadow: 0 2px 8px #ddd;
}

.related-products-grid .products-box .products-box-sku {
    display: none;
}

.related-products-grid .products-box .prices {
    text-align: left;
    margin-top: 0;
}

.related-products-grid .item-box .product-title {
    margin: 0;
    min-width:260px;
}

    .related-products-grid .item-box .product-title a p {
        display: block;
        white-space: nowrap;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        text-decoration: none;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        margin-right: 5px !important;
    }

.details-tab-wrapper .related-products-grid {
    padding-left: 30px;
    padding-top: 0;
    background-position: top 40px center;
    position: relative;
    z-index: 12;
}

.details-tab-wrapper .ui-widget-content[role="tabpanel"] {
    background: #fff;
    padding: 28px 20px !important;
    box-shadow: 0 2px 8px #ddd;
    border-radius: 0;
    margin-bottom: 40px;
    padding-bottom: 8px !important;
}

.related-products-grid .products-box a p {
    font-size: 16px;
    white-space: normal;
    text-align: left;
    display: block;
    padding-right: 10px;
}

.related-products-grid .products-box .add-info {
    text-align: left;
    border: none !important;
}

.related-products-grid .title {
    padding: 12px 10px;
    background: #F5DF4D;
}

.related-products-grid .title,
.related-products-grid .products-box .add-info .products-box-new-icon-set {
    margin: 0 !important;
}

.product-details-page .related-products-grid .title h2 {
    padding: 0;
    color: #363111;
    font-size: 18px;
    font-style: italic;
    margin: 0;
    padding-left: 15px;
}

.product-details-page .product-grid .item-box {
    margin: 0;
}

.overview .product-price, .overview .old-product-price {
    font-size: 35px;
}

.old-product-price > span {
    display: block;
}
/*group product starts*/

.product-variant-list .old-product-price {
    font-style: italic;
    max-width: 170px;
}

.variant-picture + .variant-overview {
    margin-left: 0;
}

.product-variant-line {
    justify-content: flex-start;
}

    .product-variant-line .product-price {
        display: block;
        font-size: 18px;
        text-align: center;
        max-width: 150px;
        font-style: italic;
        font-weight: bold;
        color: #E30613;
        padding: 15px 0;
    }

        .product-variant-line .product-price small {
            font-size: 12px;
        }

.product-variant-list input[type="text"] {
    height: 46px !important;
}

.product-variant-list .prices {
    margin-bottom: 5px !important;
}

.product-variant-line .add-to-cart {
    max-width: 100% !important;
    padding: 0;
}

.product-variant-line .qtyminus, .product-variant-line .qtyplus {
    width: 25px;
}

.product-variant-line .go-to-cart-button {
    height: 46px;
    box-shadow: 0 2px 5px #eee !important;
    color: #363111;
    font-size: 20px;
    font-weight: 600;
}

.product-variant-line .prices {
    margin-bottom: 0 !important;
}

.product-variant-line .add-to-cart-panel.d-flex.row {
    padding: 0;
    margin: 0 -5px 5px !important;
}

    .product-variant-line .add-to-cart-panel.d-flex.row > div {
        padding: 0 5px !important;
    }

.product-variant-line .add-to-wishlist button {
    border: none;
    padding: 6px;
    margin-bottom: 10px;
}
/*group product end*/
/*registration page*/
.registration-page .title h5 {
    color: #F5DF4D;
    font-size: 20px;
    line-height: 24px;
    border: none;
    padding: 0 !important;
}

.registration-page .gender {
    display: flex;
    justify-content: flex-start;
}

.registration-page .inputs label {
    width: auto;
    font-weight: 600;
    display: block;
    text-align: left;
}

.register-container input[type="text"],
.register-container input[type="date"],
.register-container input[type="email"],
.register-container input[type="password"],
.registration-page select,
.register-container textarea {
    border-radius: 0;
    padding: 8px 15px;
    height: auto;
    font-size: 1rem;
    border: 1px solid #AEB4B9;
}


.registration-page .button-1 {
    display: block;
    width: 100%;
    font-style: normal;
}

.html-registration-page .register-container {
    max-width: 485px;
    margin: 45px auto !important;
    box-shadow: 0px 3px 8px rgba(214, 218, 222, 0.55);
    border: none !important;
    padding: 30px !important;
}

.registration-result-page .title h3 {
    color: #F5DF4D;
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    background-size: 100%;
    padding-bottom: 30px;
    position: relative;
}

    .registration-result-page .title h3::after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        height: 3px;
        width: 100%;
        background-color: #ddd;
        background-image: url(../images/border-registration.png);
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: 100%;
    }

.registration-result-page .result {
    margin: 0 0 30px;
    padding: 30px 0;
    text-align: center;
    font-size: 16px;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
}

.registration-result-page .button-1 {
    font-size: 15px;
}

.register-container,
.registration-page .register-container {
    background: #fff;
}

.page.registration-result-page .container,
.page.registration-page .container {
    overflow: hidden;
}

.register-container input[type="radio"]:checked + label::before {
    color: #f5df4d !important;
}

.inputs label {
    color: #000;
    font-size: 16px;
    font-weight: 700;
}

.inputs.accept-consent {
    display: flex;
    align-items: center;
}

.remember-text {
    position: static;
}

.inputs.accept-consent label {
    margin-left: 0;
}
/**** End-product details ui changes****/

/*registration page*/
.register-container input[type="radio"]:checked + label::before {
    color: #f5df4d !important;
}

.inputs label {
    color: #000;
    font-size: 16px;
    font-weight: 700;
}

.inputs.accept-consent {
    display: flex;
    align-items: center;
}

.remember-text {
    position: static;
}

.inputs.accept-consent label {
    margin-left: 0;
}

.registration-page .title h5 {
    color: #F5DF4D;
    font-size: 20px;
    line-height: 24px;
    border: none;
    padding: 0 !important;
}

.registration-page .gender {
    display: flex;
    justify-content: flex-start;
}

.registration-page .inputs label {
    width: auto;
    font-weight: 600;
    display: block;
    text-align: left;
    text-transform: uppercase;
}

.register-container input[type="text"],
.register-container input[type="date"],
.register-container input[type="email"],
.register-container input[type="password"],
.registration-page select,
.register-container textarea {
    border-radius: 0;
    padding: 8px 15px;
    height: auto;
    font-size: 1rem;
    border: 1px solid #AEB4B9;
}

/*.registration-page .inputs .required {
    position: absolute;
    right: 15px;
    top: 0px;
}*/
.gender .required {
    left: 57px;
    right: inherit !important;
}

.registration-page .button-1 {
    display: block;
    width: 100%;
    font-style: normal;
}

    .registration-page .button-1:hover {
        background: #2c2c2c !important;
        color: #f5df4d;
    }

.html-registration-page .register-container {
    max-width: 485px;
    margin: 45px auto !important;
    box-shadow: 0px 3px 8px rgba(214, 218, 222, 0.55);
    border: none !important;
    padding: 30px !important;
    background: #fff;
}

.registration-result-page .title h3 {
    color: #F5DF4D;
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    background-size: 100%;
    padding-bottom: 30px;
    position: relative;
    font-family: 'Trade Gothic LT Com';
    font-weight: bold;
    font-style: italic;
}

    .registration-result-page .title h3::after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        height: 3px;
        width: 100%;
        background-color: #ddd;
        background-image: url(../images/border-registration.png);
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: 100%;
    }

.registration-result-page .result {
    margin: 0 0 30px;
    padding: 30px 0;
    text-align: center;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
}

.registration-result-page .button-1 {
    font-size: 15px;
}

/*** product-list breadcrumb ***/
.products-list-breadcrumb-wrapper {
    padding: 0;
    width: 100%;
    margin-left: 0;
    margin-right: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.products-list-header.text-uppercase.products-list-breadcrumb {
    padding: 0;
    border-bottom: 25px solid #2c2c2c;
    /*    background: url(../images/breadcrumb-imgae.png) no-repeat;*/
    font-style: italic;
    background-size: cover;
    background-position: center;
    position: relative;
}

    .products-list-header.text-uppercase.products-list-breadcrumb img {
        width: 100%;
        margin-bottom: 0 !important;
        object-fit: cover;
    }

.products-list-breadcrumb-wrapper .products-list-breadcrumb-header, .products-list-breadcrumb-wrapper .products-list-breadcrumb-body {
    position: relative;
    z-index: 50;
    padding-right: 40px;
}

.products-list-breadcrumb-wrapper::before,
.products-list-breadcrumb-wrapper::before {
    content: "";
    background-color: #2c2c2c;
    display: block;
    width: 30%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.breadcrumb-content {
    display: inline-block;
    position: relative;
    padding: 20px 0 0px;
}

    .breadcrumb-content::before {
        content: "";
        display: block;
        background: #2c2c2c;
        position: absolute;
        top: 50%;
        width: 100%;
        transform: translateY(-50%);
        height: 100%;
    }

    .breadcrumb-content::after {
        content: "";
        display: block;
        position: absolute;
        left: 100%;
        top: 0px;
        width: 216px;
        height: calc(100% + 15px);
        background: url(../images/breadcrumb-shape.png) no-repeat;
        background-size: 100% 100%;
        background-position: left -6px top 0px;
    }


.delimiter::before {
    display: none;
}

.html-product-details-page .delimiter {
    padding: 0 2px 0 12px;
}

.products-list-breadcrumb-header h1 {
    font-style: italic;
    font-weight: bold;
    font-size: 35px;
    line-height: 42px;
    padding-top: 0 !important;
    margin: 0;
    color: #F5DF4D;
}
.products-list-breadcrumb-header h1 a {
    color:#f5df4d;
}

.filters-box .filters-box-header h5, .block-category-navigation h5,
.block-recently-viewed-products h5, .block-popular-tags h5 {
    font-weight: bold;
    color: #F5DF4D;
    font-style: italic;
    font-weight: bold;
    font-size: 30px;
    line-height: 26px;
    max-height: initial;
    padding: 10px 15px 20px;
}

    .filters-box .filters-box-header h5 i, .block-category-navigation h5 i,
    .block-recently-viewed-products h5 i, .block-popular-tags h5 i {
        display: none;
    }

.categories-container .card-body ul li a {
    color: #777;
    font-style: italic;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
}

.categories-container .card-body ul li.active a {
    color: #2C2C2C !important;
}

.categories-list li {
    padding: 12px 10px;
    position: relative;
    border-top: 1px solid #BFC1C3;
}

    .categories-list li::before,
    .categories-container .card-body h5::before {
        content: "";
        display: block;
        width: 40px;
        height: 2px;
        background-color: #F5DF4D;
        border-radius: 0 50px;
        position: absolute;
        left: 0;
        bottom: 100%;
        transform: translateY(50%);
    }

.categories-container .card-body h5::before {
    top: 38px;
}

.categories-list .active .sublist {
    margin: 0;
}

    .categories-list .active .sublist li {
        padding: 15px 10px 10px 40px;
    }

.sublist .active a {
    border-left: none;
    padding: 0;
    color: inherit !important;
    background: none !important;
}

.categories-list .active .sublist {
    margin: 15px 0 -15px -10px;
}


.filters-box,
.block-category-navigation,
.block-recently-viewed-products,
.block-popular-tags {
    padding: 10px;
}


.categories-container .card-body ul li.active a::before,
.categories-container .card-body ul li.level1.inactive a::before {
    content: "\e904";
    padding-right: 5px;
    font-style: normal;
    font-family: 'icomoon' !important;
    font-size: 12px;
}

.categories-container .card-body ul li.level1.inactive a::before {
    position: absolute;
    right: 0;
    font-size: 10px;
}

.categories-container .card-body ul li.active ul.sublist a::before,
.categories-container .card-body ul li.level1.inactive a span {
    display: none;
}

.categories-container .card-body ul li.active ul.sublist a::after {
    content: "\f054";
    font-style: normal;
    font-family: 'FontAwesome';
    font-size: 12px;
    position: absolute;
    right: 0;
}

.filters-box,
.block-category-navigation,
.block-recently-viewed-products,
.block-popular-tags {
    border: none;
    background: #fff;
    text-transform: uppercase;
    box-shadow: 2px 2px 4px rgb(0, 0,0, 0.1);
}

.active .sublist .active a:hover {
    border-left: none;
}

.product-selectors .product-viewmode {
    display: inline-block !important;
    float: left;
    margin-right: 0;
    width: 20%;
    justify-content: start;
    padding: 0;
    margin-top: 8px;
}

.category-page .product-selectors,
.search-page .product-selectors,
.search-page .filters-container-box {
    background: #FFFFFF;
    box-shadow: 2px 2px 4px rgb(0 0 0 / 10%);
    padding: 10px;
    position: relative;
}
.search-page .filters-container-box {
	text-align: left;
}

    .search-page .filters-container-box ul {
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
        flex-grow: 1;
    }

.search-page .product-sorting {
    margin-right: 6px;
}

.search-page .filters-container-box ul li {
    border: solid 1px #333;
    padding: 3px 15px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: bold;
    position: relative;
}

    .search-page .filters-container-box ul li span {
        position: absolute;
        top: -5px;
        right: -3px;
        font-size: 8px;
        color: #f5df4d;
        background: #212121;
        width: 13px;
        height: 13px;
        text-align: center;
        border-radius: 50px;
        line-height: 12px;
        cursor: pointer;
    }

.search-page .filters-container-box .clear-filter-button {
		display: inline-block;
    background: none;
    border: 0;
    cursor: pointer;
    text-decoration: underline;
    font-style: italic;
    font-weight: 700;
    color: black;
    margin-top: 12px;
}

.search-page .banner-image {
    display: none;
}

.product-selectors .product-viewmode a {
    display: inline-block;
    margin: 0 5px;
    opacity: 0.3;
    color: #666;
}

    /*    .product-selectors .product-viewmode a.icon-grid-view::before {
        content: "";
        background: url('../images/grid-mode.png') center no-repeat;
        display: block;
        width: 24px;
        height: 24px;
    }

    .product-selectors .product-viewmode a.icon-list-view::before {
        content: "";
        background: url('../images/list-mode.png') center no-repeat;
        display: block;
        width: 36px;
        height: 24px;
    }*/

    .product-selectors .product-viewmode a.selected,
    .product-selectors .product-viewmode a:hover {
        opacity: 1;
        color: #212121;
    }

.product-selectors > div {
    margin-left: 0;
}

.product-selectors select {
    border: none;
    border-bottom: 1px solid #BCBCBC;
}

.product-page-size {
    margin-right: 15px;
}

.product-selectors select::before {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background-color: #F5DF4D;
    border-radius: 0 50px;
    position: absolute;
    left: 0;
    bottom: 100%;
    transform: translateY(50%);
}

.product-page-size span::after,
.product-sorting span::after {
    content: "";
    display: block;
    width: 22px;
    position: absolute;
    left: 0;
    transform: translateY(-100%);
    border-bottom: 2px solid #F5DF4D;
    bottom: -15px;
}

.product-selectors select::after {
    content: "\f054";
    font-family: 'FontAwesome';
    width: 20px;
    display: block;
    font-size: 15px;
}

.filtered-items .item {
    color: #2C2C2C;
    font-style: italic;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    padding: 6px;
    border: 1px solid #939597;
    position: relative;
}

    .filtered-items .item::before {
        content: "";
        display: block;
        width: 12px;
        height: 12px;
        border-radius: 100%;
        background-color: #000;
        position: absolute;
        top: 1px;
        right: 0px;
        transform: translate(50%,-50%);
    }

    .filtered-items .item::after {
        content: "\f00d";
        font-size: 9px;
        color: #F5DF4D;
        font-family: 'FontAwesome';
        font-style: normal;
        position: absolute;
        top: 1px;
        right: 0.5px;
        transform: translate(55%,-50%);
    }

.remove-filter a {
    display: inline-block;
    background-color: #fff;
    padding: 10px 20px;
    color: #000000;
    font-style: italic;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.03em;
    text-decoration-line: underline;
    text-transform: capitalize;
}


    .remove-filter a:hover {
        background-color: #fff;
    }


.product-filter .filter-content {
    padding: 10px;
    color: #444;
    background-color: #fff;
    box-shadow: 2px 2px 4px rgb(0 0 0 / 10%);@
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-filter .product-spec-group,
.product-filter .group li a {
    margin-bottom: 0;
}

.product-selectors span {
    position: relative;
}

/*.product-page-size::after {
    content: "";
    display: block;
    width: 22px;
    position: absolute;
    left: 0;
    transform: translateY(-100%);
    border-bottom: 2px solid #F5DF4D;
    bottom: -15px;
}*/

.pager {
    margin: 0 auto 20px;
    text-align: center;
    width: 100%;
}

    .pager ul {
        text-align: center;
        font-size: 0;
        z-index: 5;
        position: relative;
    }

    .pager li a, .pager li span {
        display: block;
        min-width: 35px;
        border: none;
        background: none !important;
        padding: 8px 10px;
        text-align: center;
        font-size: 18px;
        cursor: pointer;
        color: #2C2C2C;
        font-style: italic;
        font-weight: bold;
    }

    .pager::before {
        content: '';
        position: absolute;
        width: 215px;
        background: #f5df4d;
        height: 3px;
        left: 0;
        bottom: 105px;
        margin-left: 15px;
        text-align: center;
    }

    .pager::after {
        content: '';
        position: absolute;
        width: 215px;
        background: #f5df4d;
        height: 3px;
        right: 0;
        bottom: 105px;
        margin-right: 15px;
        text-align: center;
    }

    .pager li a span,
    .pager li span.currentPage {
        color: #f5df4d;
    }

    .pager li.next-page a::after {
        content: "\f054";
        display: block;
        font-size: 15px;
        font-family: 'FontAwesome';
        color: #F4C714;
        font-style: normal;
    }

    .pager li a span.icon-two-right-arrow-icon,
    .pager li a span.icon-two-left-arrow-icon {
        font-size: 13px;
        padding: 8px !important;
        margin-bottom: -2px;
    }

    .pager li.previous-page a::after {
        content: "\f053";
        display: block;
        font-size: 15px;
        font-family: 'FontAwesome';
        color: #F4C714;
        font-style: normal;
    }

    .pager li.last-page a::after {
        content: "";
        display: block;
        background: url(../images/last-page.png) left center no-repeat;
        width: 20px;
        height: 20px;
        background-size: contain;
    }

    .pager li.first-page a::after {
        content: "";
        display: block;
        background: url(../images/first-page.png) left center no-repeat;
        width: 20px;
        height: 20px;
        background-size: contain;
    }

.product-list .product-item.products-box.border,
.product-list .item-box .picture + .details,
.product-list .products-box-sku,
.product-list .product-title {
    text-align: left !important;
    width: calc(100% - 220px);
}

.product-list .product-item.products-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

/*.currPage a{
    color: #f5df4d;
}*/

@media(max-width: 1200px) {
    .homepage-filter-top > div, .homepage-filter-bottom > div {
        margin-bottom: 10px;
        text-align: center;
    }

    .body-container .custom-container-fluid .homepage-filter-title,
    .body-container .custom-container-fluid .homepage-filter-top > div,
    .body-container .custom-container-fluid .homepage-filter-top > div.homepage-filter-search {
        width: 100% !important;
        display: block;
    }


    select.homepage-filter-selector-item,
    .select2-container--default .select2-selection--single {
        height: 42px;
        padding: 8px 50px 8px 8px;
        width: 100%
    }

    .homepage-filter-input input[type="text"] {
        padding: 8px 12px;
    }

    .homepage-filter-bottom .homepage-filter-search,
    .homepage-filter-input {
        width: 30% !important;
    }

    .homepage-filter-top .homepage-filter-search,
    .homepage-filter-selector {
        width: 23% !important;
    }
}


@media(max-width: 1000px) {
    .homepage-filter-selector {
        width: 30% !important;
    }

    .homepage-filter-top .homepage-filter-search {
        width: auto !important;
    }

    .custom-block-1 .block-image-container {
        width: 100%;
        padding: 0 50px;
    }

    .custom-block-1 .block-text-container,
    .custom-block-2 .block-image-container {
        width: 100%;
    }

    .custom-block-2 .block-text-container {
        width: 100%;
        padding: 50px;
    }
}

@media(max-width: 768px) {

    .homepage-filter-top .homepage-filter-search,
    .homepage-filter-bottom .homepage-filter-search,
    .homepage-filter-selector,
    .homepage-filter-input {
        width: 100% !important;
    }

    .homepage-filter-input .inputs label,
    .homepage-filter-input input[type="text"] {
        text-align: center;
    }

    .details-tab-wrapper .ui-widget-content[role="tabpanel"] {
        padding: 20px !important;
    }
}

/*** homepage filter top ***/

/*** homepage Trast Mark custom topic block ***/

.bottom-trast-mark-box {
    background: #e5e5e5;
    padding: 40px 0;
}

.product-details-page .bottom-trast-mark-box .custom-container-fluid {
    padding: 0 !important;
}

    .product-details-page .bottom-trast-mark-box .custom-container-fluid .description-box-item {
        border: 0;
        /*  box-shadow: none;*/
        padding: 0 42px;
    }

.products-details-page-info-box {
    background: #e5e5e5;
}

.description-box {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.description-box-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px;
    background: #FFFFFF;
    border: 1px solid #F0EEEF;
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.1);
    padding: 30px 20px;
    width: 33.33%;
    min-height: 155px;
}

    .description-box-item .item-text {
        width: 80%;
        text-align: left;
    }

    .description-box-item .item-picture {
        width: 15%;
    }

    .description-box-item .item-text .item-text-title strong {
        color: #f5df4d !important;
        font-size: 22px;
    }

.user-registration-box--content .description-box-item .item-text .item-text-title strong {
    font-size: 20px;
}

.user-login-box-wrapper .item-text-title strong,
.user-login-box-wrapper .item-text .item-text-body {
    font-size: 15px !important;
}

.user-login-box-wrapper .description-box-item .item-picture {
    margin: 0 20px 0 0;
}

/*.bottom-trast-mark-box .topic-block {
    margin-bottom: 0;
}*/

.description-box-item .item-text .item-text-body {
    color: #000000;
    font-size: 20px;
}

@media (max-width: 1367px) {
    .description-box-item {
        min-height: 153px;
    }
}

@media (max-width: 991px) {
    .description-box-item {
        min-height: 174px;
    }
}

@media (max-width: 769px) {
    .description-box-item {
        width: 100%;
        flex-wrap: wrap;
    }

    .description-box {
        flex-wrap: wrap;
    }

    .footer-block.information .list li,
    .footer-block.information .list li:last-of-type img,
    .footer-block.information .list li:last-of-type {
        width: auto;
    }

    .overview .product-name h2 {
        font-size: 24px;
        font-weight: bold;
    }

    .col-md-8.pr-0 {
        padding-right: 15px !important;
    }

    .related-products-grid.product-grid.thumb-list-slider {
        float: none;
        width: 100%;
        margin-left: 0 !important;
    }

    .details-tab-wrapper {
        display: flex;
        flex-direction: column-reverse;
    }
}

/*** homepage Trast Mark custom topic block ***/

/*** login box ***/
.login-nav-box .login-button {
    color: #2C2C2C !important;
    background-color: #f5df4d;
}

.login-nav-box-2 {
    background: #F5DF4D;
    color: #2C2C2C;
}

.top-nav-container .header-links .navbar-nav .dropdown-login .user-login-box {
    width: 900px;
    border-radius: 0;
    background-color: #2C2C2C;
    border: none;
    padding: 20px !important;
}

.user-login-box--login {
    width: 49%;
    background-color: #F0EEEF;
    position: relative;
}

.user-login-box--registration {
    width: 49%;
    background-color: #F0EEEF;
    position: relative;
    margin-left: auto;
}

.user-login-box-wrapper form {
    width: 95%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.login-nav-box, .login-nav-box-2 {
    width: 100% !important;
    float: none;
    border-radius: 0;
    border-top: 3px solid #2C2C2C;
}


.login-nav-box {
    bottom: 0;
    position: absolute;
    left: 0;
}

.login-nav-box-2 {
    float: none;
}

.user-login-box-wrapper .user-login-box--login .login-nav-box button.login-button.nav-link,
.user-login-box-wrapper .user-login-box--registration .login-nav-box-2 a.nav-link.registration-button {
    font-style: normal;
    font-weight: bold !important;
    font-size: 24px !important;
    line-height: 29px !important;
    color: #2C2C2C;
    text-transform: uppercase !important;
    letter-spacing: 0;
    font-family: 'Trade Gothic LT Com Cn';
}


.user-login-box--login .custom-checkbox + label::before {
    border-radius: 0;
    border: solid 1px #C4C4C4;
}

.user-login-box--login .remember-text {
    color: #767677;
    position: absolute;
    padding: 0 8px;
    font-size: 16px;
    text-transform: initial;
}

div.forgot-password a {
    font-size: 14px !important;
}

.user-registration-box--content .description-box {
    flex-wrap: wrap;
}

.user-login-box--registration .item-text-body p {
    text-transform: none;
}

.user-registration-box--content .description-box-item {
    width: 100%;
    margin: 10px 0;
    padding: 10px 20px;
    min-height: 75px;
}

.user-registration-box--title strong,
.user-login-box--title strong {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #2C2C2C;
    text-transform: uppercase;
}

.user-registration-box--title,
.user-login-box--title {
    padding: 10px 30px;
    position: relative;
    margin-bottom: 20px;
    font-family: 'Trade Gothic LT Com Cn';
}

    .user-login-box--title::after,
    .user-registration-box--title::after {
        content: "";
        background: url('../images/logintitle-border.png') center no-repeat;
        display: block;
        background-size: cover;
        background-image: url(../images/logintitle-border.png);
        background-repeat: no-repeat;
        width: 100%;
        height: 2px;
        position: absolute;
        bottom: 0;
        left: 0;
        background-position: left -2px center;
    }

.user-login-box--form {
    padding: 25px 30px;
}

.user-login-box--text,
.user-registration-box--text {
    padding: 0 30px;
    width: 80%;
    text-transform: none;
}

    .user-login-box--text p,
    .user-registration-box--text p {
        white-space: normal;
        font-style: normal;
        font-weight: bold;
        font-size: 22px;
        line-height: 26px;
        color: #2C2C2C;
    }

.user-registration-box--content {
    padding: 0 30px;
}

.user-login-box--form .inputs {
    margin-bottom: 20px;
}

.user-login-box--registration .custom-container {
    margin: 0 0 15px;
}

.top-nav-container .navbar .user-login-box:before {
    content: none;
}

.user-login-box .button-close,
.bike-search-wrapper .button-close {
    position: absolute;
    top: 7px;
    right: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 200;
    cursor: pointer;
}

    .user-login-box .button-close:hover,
    .bike-search-wrapper .button-close:hover {
        color: #f5df4d;
    }

.bike-search-wrapper .button-close {
    background: none;
    border: 0;
}

    .bike-search-wrapper .button-close i {
        font-size: 20px !important;
        line-height: 0;
        display: block;
        padding: 10px 3px;
    }

.top-nav-container .navbar .user-login-box .user-login-box-wrapper {
    max-width: 900px;
    background: #2C2C2C;
    padding: 30px;
    position: relative;
    box-shadow: 3px 5px 15px #222;
}

.top-nav-container .header-links .navbar-nav .dropdown-login .user-login-box {
    border-radius: 0;
    background-color: rgba(0,0,0,0.5);
    border: none;
}

.top-nav-container .navbar .user-login-box.show {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    transform: translate(0) !important;
    right: initial !important;
    height: 100vh;
    width: 100vw !important;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: auto;
}

@media (max-width: 769px) {
    .user-login-box--login,
    .user-login-box--registration {
        width: 100%;
    }

    .user-login-box--login {
        margin-bottom: 10px;
        padding-bottom: 25px;
    }
}

@media (max-width: 360px) {
    .user-login-box--registration .description-box-item .item-picture {
        width: 30%;
    }
}

/********************LOGIN-BOX*******************/

/*** homepage Login-custom topic block ***/
.description-box {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.description-box-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px;
    background: #FFFFFF;
    border: 1px solid #F0EEEF;
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.1);
    padding: 30px 20px 20px 50px;
    width: 33.33%;
    min-height: 155px;
}

    .description-box-item .item-text {
        width: 80%;
        text-align: left;
    }

    .description-box-item .item-picture {
        width: 20%;
        margin-right: 15px;
    }

    .description-box-item .item-text .item-text-title {
        color: #F5DF4D;
        font-size: 18px;
        white-space: normal;
        text-transform: none;
    }

    .description-box-item .item-text .item-text-body {
        color: #000000;
        font-size: 20px;
        white-space: normal;
        line-height: 22px;
    }

@media (max-width: 1367px) {
    .description-box-item {
        min-height: 153px;
    }
}

@media (max-width: 991px) {
    .description-box-item {
        min-height: 174px;
    }
    .offer-content div.discount-info-label {
        width: 100%;
    }
    .bestseller-label .offer-box.new-products {
        display: block;
    }
    .bestseller-label::before {
        border-right-width: 5px;
        border-bottom-width: 10px;
        border-left-width: 4px;
    }
    .product-details-page .bottom-trast-mark-box .custom-container-fluid .description-box-item {
        padding: 0 24px;
    }
}

@media (max-width: 769px) {
    .description-box-item {
        width: 100%;
        flex-wrap: wrap;
    }

    .description-box {
        flex-wrap: wrap;
    }

    .footer-block.information .list li,
    .footer-block.information .list li:last-of-type img,
    .footer-block.information .list li:last-of-type {
        width: auto;
    }
}
@media (max-width: 576px) {
    .table-wrapper .product-picture img {
        min-width: 100% !important;
        max-height: none !important;
    }
}
/*** homepage Login-custom topic block ***/
/*** login box logged ***/
.user-login-box-wrapper.logged {
    display: flex;
    flex-wrap: wrap;
}

    .user-login-box-wrapper.logged .login-nav-box {
        bottom: initial;
        position: relative;
        left: initial;
        height: 42px;
    }

    .user-login-box-wrapper.logged .user-login-box--text a span {
        font-style: italic;
        font-weight: bold;
        font-size: 20px;
        line-height: 24px;
        text-decoration: underline;
        text-transform: uppercase;
        color: #2C2C2C !important;
    }

    .user-login-box-wrapper.logged .user-login-box--login .login-nav-box-2.logout {
        max-height: 42px;
        position: absolute;
        bottom: 0;
    }

        .user-login-box-wrapper.logged .user-login-box--login .login-nav-box-2.logout a.nav-link {
            font-size: 20px !important;
            line-height: 24px !important;
            color: #2C2C2C;
            text-transform: uppercase;
            font-weight: bold;
            padding: 8px !important;
            letter-spacing: 0;
            font-family: 'Trade Gothic LT Com Cn';
        }

    .user-login-box-wrapper.logged .login-nav-box-2 .nav-link strong {
        color: #2C2C2C !important;
    }


.user-login-box--picture {
    padding: 20px;
}

    .user-login-box--picture .login-picture {
        width: 60%;
        margin: 35% auto;
    }

/*********** bike filter pop-up*************/
.bike-search-contener {
    right: 70% !important;
    min-height: auto;
    background: #2c2c2c;
    max-width: 1220px;
    min-width: 1200px;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.5);
    margin-top: 15px;
}

.bike-search-wrapper .homepage-filter-search-button {
    max-width: 100%;
    margin: auto;
    text-align: center;
    display: block;
    text-transform: uppercase;
}

.bike-search-wrapper {
    margin: 0 auto;
    position: relative;
}

.bike-search-contener::before,
.bike-search-contener::after {
    content: none;
}


.bike-search-wrapper .custom-container.custom-filter {
    margin-top: 0;
    margin-bottom: 0;
}

.bike-search-contener .homepage-filter-top, .bike-search-contener .homepage-filter-bottom {
    justify-content: space-between;
}


.bike-search-contener .homepage-filter-title {
    width: 15% !important;
    white-space: normal;
}

.bike-search-contener .homepage-filter-selector {
    white-space: normal;
}

.bike-search-contener .homepage-filter-search {
    width: 24% !important;
    margin-right: 0 !important;
}

.bike-search-contener .homepage-filter-input {
    width: 24% !important;
}
.left-side-popup .homepage-filter-bottom {
    padding: 0 90px;
}
.left-side-popup .homepage-filter-search {
    width: 26% !important;
    margin-right: 0 !important;
}
.left-side-popup .homepage-filter-search {
    width: 25.8% !important;
}
.left-side-popup .homepage-filter-input {
    width: 25.8% !important;
}
.left-side-popup .homepage-filter-selector * {
    margin-right: 0 !important;
}
.left-side-popup .homepage-filter-top > div {
    width: 22% !important;
}
.left-side-popup .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 25px;
}
.left-side-popup .homepage-filter-top .homepage-filter-title {
    width: 10% !important;
}
.left-side-popup .homepage-filter-input .type-select {
    width: 105%;
}

.bike-search-contener .custom-container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.bike-search-contener select.homepage-filter-selector-item,
.bike-search-contener .select2-container--default .select2-selection--single {
    padding: 8px;
}

.bike-search-contener .homepage-filter-top, .bike-search-contener .homepage-filter-bottom {
    flex-wrap: nowrap;
}

.homepage-filter-result {
    width: 22%;
    margin: 15px auto;
    background-color: #fff;
    text-align: left;
}

.bike-filter-results {
    padding: 10px 15px;
}

    .bike-filter-results p {
        font-weight: 700;
        margin-bottom: 6px;
    }

.bike-filter-title {
    padding: 10px 15px;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    font-style: italic;
    border-bottom: 2px solid #F5DF4D;
}

.bike-search-button button.homepage-filter-search-button {
    border: none;
    border-top: 2px solid #000000;
}

.bike-search-contener .homepage-filter-search-button i {
    font-size: 20px !important;
    line-height: normal;
}

.bike-search-contener .homepage-filter-search-button {
    padding: 8px 10px !important;
}
/*********** bike filter pop-up*************/


.banner-image {
    max-height: 250px;
    width: 100%;
    margin-bottom: 2%;
}

.product-total-found {
    height: 34px;
    margin: 6px;
    border: none;
    margin-left: 6px !important;
    border-bottom: 1px solid #BCBCBC;
}

    .product-total-found span {
        color: #000000;
        font-size: 14px;
        font-weight: bold;
    }

        .product-total-found span::after {
            content: "";
            display: block;
            width: 22px;
            position: absolute;
            left: 0;
            transform: translateY(-100%);
            border-bottom: 2px solid #F5DF4D;
            bottom: -15px;
            font-style: italic;
        }

.manufacturer-list-page .product-total-found span::after {
    border-bottom: none;
}

.filter-bt {
    font-size: 16px;
    margin-top: 10px;
    background: #f5df4d;
    border-radius: 0 50px;
    color: #FFFFFF;
    padding: 5px 10px;
    text-transform: uppercase;
    left: 50%;
    z-index: 50000;
    bottom: 5%;
    cursor: pointer;
}

    .filter-bt strong {
        color: #363111;
        font-style: italic;
    }

.pager::before, .pager::after {
    bottom: 110px;
}

.pager li {
    width: 50px;
    height: 50px;
    border: 1px solid #ccc;
    margin: 5px;
}

    .pager li a {
        font-size: 13px !important;
        font-style: normal !important;
        padding: 15px 0 !important;
    }

        .pager li a.arrow-icon {
            padding: 18px 0 !important;
        }

        .pager li a.currentPage {
            color: #f5df4d;
        }


.product-price-red {
    color: #E30613 !important;
}

.product-price-red {
    font-weight: bold;
}



.needs-register {
    margin-top: 20px;
    font-style: italic;
    color: #939597;
    text-align: center !important;
}

    .needs-register a {
        margin-top: 20px;
        font-style: italic;
        color: #F5DF4D !important;
    }

.subtotal-bold.product-subtotal.subtotal-new-price {
    color: #d31039 !important;
}

.subtotal-bold {
    color: #212121 !important;
    font-weight: 500;
}

.password-recovery-page .go-to-cart-button {
    color: #2c2c2c;
}

    .password-recovery-page .go-to-cart-button:hover,
    .password-recovery-page .btn-info:not(:disabled):not(.disabled):active {
        background: #2c2c2c;
        color: #f5df4d;
    }

.empty-result {
    padding: 1rem 2rem;
    font-size: 16px;
    background-color: #fff;
    box-shadow: 2px 2px 4px rgb(0 0 0 / 10%);
    margin-top: -10px;
    text-align: center;
    font-weight: 600;
}

.product-review-product-info {
    display: flex;
}

.review-image {
    width: 120px;
    height: 120px;
    padding: 10px 15px 10px 0;
}

    .review-image img {
        width: 100%;
        height: 100%;
        overflow: hidden;
        object-fit: contain;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

.product-info {
    width: calc(100% - 120px);
    padding: 15px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-style: italic;
    font-size: 18px;
    font-weight: 700;
}

    .product-title, .product-info strong {
        overflow: hidden;
        color: #000;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block;
    }

.product-review-title {
    font-style: italic;
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px;
    display: block;
}

.product-info strong {
    font-size: 16px;
}

.review-info {
    display: inline-block;
    padding: 5px 10px;
    background-color: #f3cd2e;
    margin-top: 10px !important;
    color: #fff;
    font-weight: 700;
    font-style: italic;
    border: 0;
    transition: 0.3s;
}

button.review-info:hover {
    box-shadow: 2px 2px 5px #ccc;
}

.review-not-rated {
    display: inline-block;
    padding: 5px 10px;
    background-color: #d01c28;
    color: #fff;
    font-weight: 700;
    font-style: italic;
    border: 0;
    margin-top: 10px;
}

.custom-rating-options ul {
    display: flex;
    line-height: 0;
}

    .custom-rating-options ul input {
        visibility: hidden;
    }

    .custom-rating-options ul li {
        width: 20px;
        height: 20px;
        margin: 0 !important;
        cursor: pointer;
        transition: 0.2s;
    }

    .custom-rating-options ul input + label {
        background: url(../images/rating1.png) no-repeat;
        width: 100%;
        height: 100%;
        margin: 0;
        margin-top: -15px;
    }

    .custom-rating-options ul li:hover input + label {
        filter: drop-shadow(0 0 1px #000);
    }

    .custom-rating-options ul input:checked + label, .custom-rating-options ul li.active > label {
        background: url(../images/rating2.png) no-repeat;
    }

.product-review-body {
    display: flex;
    flex-direction: column;
}

.product-review-input {
    resize: none;
    flex-grow: 1;
    border: 1px solid #ccc;
    margin-bottom: 8px;
    padding: 5px 10px;
    min-height: 0;
}

#moto-type-approval {
    position: relative;
}

    #moto-type-approval ul {
        position: absolute;
        width: 100% !important;
        overflow-y: scroll !important;
        top: calc(100% - 10px) !important;
        min-width: 660px !important;
        left: 0 !important;
        margin-top: -5px !important;
    }

.shipping-method-page .order-summary-content .cart.table .message-error {
    text-align: left;
}

@media only screen and (min-width: 640px) and (max-width: 1200px) {
    .html-product-details-page .overview-buttons span.overview-buttons > .row.mb-5 {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
    }

    .html-product-details-page .overview-buttons span.overview-buttons .share-icon-list ul li {
        padding-right: 10px;
    }

    .html-product-details-page .overview-buttons span.overview-buttons > .row.mb-5 .col-md-7.add-to-cart {
        max-width: 60% !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
    .html-product-details-page .col-md-6.sigle-product-image1 {
        max-width: 100%;
        flex: unset;
    }

    .html-product-details-page .col-md-6.sigle-product-content-grid {
        width: 100% !important;
        flex: unset;
        max-width: 100%;
        margin-top: 30px;
    }

    .html-product-details-page .product-details-page .sigle-product-image1 .picture img {
        padding-left: 0;
    }
    .product-details-page .related-products-grid .item-box .product-title {
        min-width: 200px;
    }
}

@media (max-width:639px) {
    .html-product-details-page .overview-buttons span.overview-buttons > .row.mb-5 .share-icon-list.align-self-center.ml-3 {
        width: 100%;
        padding-left: 0;
    }

    .html-product-details-page .overview-buttons span.overview-buttons > .row.mb-5 .col-md-7.add-to-cart {
        max-width: 78% !important;
    }

    .html-product-details-page .overview.col-md-6.sigle-product-content-grid .add-to-wishlist {
        margin: 0;
    }
}

.wishlist-form [id^='jsmartable-row-'] .td-title {
    display: none;
}
.OCarousel-container .owl-carousel .owl-nav.disabled, .thumb-list-slider .owl-carousel .owl-nav.disabled {
    display: none!important;
}
.product-essential .gallery .owl-nav {
    opacity: 1;
}
.product-essential .gallery .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.product-essential .gallery .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
ul.color-price-desc-choice > li > a {
    justify-content: space-between;
    align-items: center;
}

.ui-menu .ui-menu-item-wrapper {
    font-size: 16px;
}

.field-validation-error + .field-validation-error {
    display: none;
}

.custom-attributes .option-list input[type="radio"]:checked + label {
    color: #999!important;
}

.select-arrow {
    font-size: 24px;
    font-weight: bold;
    color: #9fa1a2;
    position: relative;
    top: 5px;
    right: 25px;
    pointer-events: none
}

    .select-arrow + .required {
        display: none
}

.country_id {
    font-weight: 700;
}


.option-list .radio-lable {
    color: #999 !important;
}

.option-list .radio-lable .required {
    position: relative;
    right: 0;
    top: 0;
}

.old-price {
    text-decoration: line-through!important;
}

.cart-total .old-price {
    text-decoration: none!important;
}

/*cookie banner*/

.cc_container {
    background: #1d1d1d !important;
}

.cc_message {
    color: #fff;
}

.cc_container a {
    color: #fff !important
}

    .cc_container a:hover, .cc_container a:active {
        color: #f5df4d !important;
    }

.cc_container .cc_btn, .cc_container .cc_btn:visited {
    background: #F5DF4D !important;
    color: #363111 !important;
}

    .cc_container .cc_btn:hover, .cc_container .cc_btn:active {
        background: #000 !important;
        color: #f5df4d !important;
    }

ul.error-list {
    list-style-type: disc;
    padding-left: 25px;
}
    ul.error-list .warning-message {
        color: #ff9001
    }
    ul.error-list .error-message {
        color: #e4434b
    }
ul.error-list {
    list-style-type: disc;
    padding-left: 25px;
}
.cart-warning-dialog .ui-dialog-title {
    white-space: inherit !important;
}

.geschenkverpackung .col-text-prompt {
    display: none
}

.geschenkverpackung .checkout_attribute_input {
    margin: 0;
}

.geschenkverpackung .option-list li {
    border: 0;
    padding: 0;
}

.geschenkverpackung .option-list label {
    border: 0;
    padding: 0;
    margin: 0;
}

.geschenkverpackung .remember-text {
    padding: 0px 10px;
    font-size: 16px;
}

.topic-holiday .topic-block {
    margin-top: 20px;
    padding-left: 12px;
    padding-right: 12px;
}

.shipping-method .shipping-group {
    display: flex;
    margin: 0 auto;
    width: 75%;
}

.shipping-method .shipping-group.others-method {
    margin-bottom: 30px;
}

    .shipping-method .shipping-group .method-list {
    }

        .shipping-method .shipping-group .method-list li {
            margin-left: 32px !important;
            width: 95%;
        }

            .shipping-method .shipping-group .method-list li.shpping-br {
                margin-bottom: 0 !important;
                border-bottom: solid 2px #000;
            }


    .shipping-method .shipping-group .shipping-icon {
        width: 90px;
        margin: auto 0;
        min-height: 48px;
        min-width: 90px;
    }

.farbe-options .picture a {
    border: 1px solid #e4e7eb;
    padding: 5px;
    display: inline-block;
}

.farbe-options .picture img {
    padding-left: 0;
}

.farbe-options .OCarousel-container .owl-carousel .owl-nav > button[class^='owl-'] span {
    transform: scale(0.75);
}

.farbe-options .OCarousel-container .owl-carousel .owl-nav > button[class^='owl-'] {
    width: 25px;
    height: 25px;
    font-size: 12px;
    top: 50%;
}
.farbe-options .card strong.float-right {
    border: none;
}
.farbe-options .OCarousel-container {
    width: min(60%, 330px);
    display: block;
    margin-left: auto;
    float: right;
}

@media (max-width: 1000px) {
    .farbe-options .OCarousel-container {
        margin-left: 5px;
    }
}

.farbe-options ~ .attributes .attributes-content-box[data-attr-name='Color'] {
    display: none;
}
.farbe-options .owl-carousel .owl-nav {
    opacity: 1;
}

    .farbe-options .owl-carousel .owl-nav button {
        border: 1px solid #333;
    }
    .farbe-options .owl-carousel .owl-nav button.owl-prev {
        left: -20px;
    }
    .farbe-options .owl-carousel .owl-nav button.owl-next {
        right: -20px;
    }
    .farbe-options .owl-carousel {
        position: relative;
    }
        .farbe-options .owl-carousel .owl-nav {
            position: unset!important;
        }