footer.page-footer,
.page-wrapper .page-header div.panel.wrapper,
.minicart-wrapper .action.showcart .counter.qty,
.page-wrapper .panel.header{
    background-color: rgb(0, 0, 0);
}
.panel.header ul.header.links {
    padding-top: 7px;
}
#google_translate_element {
    padding-top: 5px;
}
.page-wrapper .action.showcart {
    padding-top: 5px;
}
.minicart-wrapper .action.showcart:before,
.header.panel>.header.links>li>a:visited,
.header.panel .custom-header-link,
.header.panel>.header.links>li>a,
.minicart-wrapper .action.showcart:hover:before,
.minicart-wrapper .action.showcart.active:hover:before,
.minicart-wrapper .action.showcart.active:before{
    color: #fff;
}
strong.subtitle.empty {
  color: rgb(0, 0, 0);
}
.header.panel>.header.links>li>a:hover,
.header.panel a.custom-header-link:hover {
    text-decoration: none;
}
.header.panel .custom-header-link {
    float: right;
    font-size: 14px;
}
.page-header .header.panel > .header.links > li:first-child {
    margin-left: 0;
}
.header.panel a.latest-news-link{
    margin: 0 12px 0 15px;
}
.minicart-wrapper .action.showcart:before,
.minicart-wrapper .action.showcart.active:before  {
    font-size: 14px;
}

/* Button extra styling (color/hover handled by _theme.less) */
.product-item .tocart{
    border-radius: 3px;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
    display: inline-block;
}
.minicart-wrapper span.counter-label {
    display: contents;
}
.minicart-wrapper .action.showcart .counter.qty {
    margin: 0;
    line-height: 23px;
}
.cms-index-index .page-wrapper .page-header {
    position: absolute;
    right: 0;
    left: 0;
    top: 52px;
}
.page-wrapper .page-header {
    z-index: 100;
    border-bottom: none;
}
.scrolled .page-wrapper .page-header{
    background: white;
    position: sticky;
    top: -1px;
}
.header.links .greet.welcome,
.header.panel>.header.links>li {
    font-size: 14px;
}
.customer-welcome span.customer-name .action.switch:after {
    font-weight: bold;
}
.cms-index-index .home-page-cards{
    max-width: 1140px;
    margin: auto;
}
.cms-index-index .brand_slider.home-page-brand-slider {
    background: #f7f7f7;
    padding: 1px 0px;
    position: relative;
}
.cms-index-index .slick-slide {
    margin: 0px 20px;
}
#custom-brand-slider{
    width: 100%;
    margin: 20px auto !important;
}
#custom-brand-slider .slick-arrow{
    z-index: 1;
}
.slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color: black;
    background: black !important;
    left: -2px;
    clip-path: polygon(6% 0%, 100% 0%, 95% 100%, 0% 100%);
    top: -5px;
    width: 20px !important;
    height: 20px !important;
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    content: '•';
    text-align: center;
    -webkit-font-smoothing: antialiased;
}
.slick-dots {
    position: absolute;
    bottom: -60px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.brand_slider .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    border: 0;
    border: 1px solid black;
    border-radius: 0px;
}
.brand_slider .slick-slide img {
    width: 100%;
    height: auto;
    background: white;
}

/* Dropdown Styles */
.has-dropdown {
    position: relative;
}
.has-dropdown > a {
    display: flex;
    align-items: center;
    gap: 5px;
}
.has-dropdown .dropdown-arrow {
    font-size: 10px;
    transition: transform 0.3s ease;
}
.has-dropdown:hover .dropdown-arrow {
    transform: rotate(180deg);
}
.custom-header-link{
    list-style: none;
}
.panel.header .header.links .greet.welcome span{
    color: #fff;
}

/* Product Page Qty */
.catalog-product-view .field.qty .control {
    margin-left: 22px;
    display: flex;
}
.catalog-product-view .field.qty .control button.decrease-qty{
    border-radius: 10px 0 0 10px;
}
.catalog-product-view .field.qty .control button.increase-qty{
    border-radius: 0 10px 10px 0;
}
.catalog-product-view .field.qty {
    display: flex;
    align-items: center;
}
.minicart-wrapper .action.showcart:before,
.minicart-wrapper .action.showcart.active:before {
    line-height: 23px;
}
.header.panel>.header.links>.authorization-link:after {
    content: none !important;
}
.cms-index-index .home-page-cards .card {
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.12);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cms-index-index .home-page-cards .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.cms-index-index .home-mobile-banner {
    position: relative;
}
.cms-index-index .scroll-down-icon {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}
.cms-index-index .scroll-down-icon img {
    width: 24px;
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}
.cms-index-index .scroll-down-icon:hover img {
    transform: translateY(-8px);
}
.checkout-cart-index .cart.item .product-image-container {
    width: 80px;
}
.product-info-details-no-tabs {
    clear: both;
    margin-bottom: 30px;
}
.catalog-product-view .product-info-details-no-tabs,
.catalog-product-view .block.related,
.catalog-product-view .block.upsell {
    background-color: #e9ecef;
    border-radius: 4px;
    padding: 15px 25px;
}
.catalog-product-view .item.product.product-item {
    margin-right: 10px;
    height: auto;
    width: 100%;
    margin: 0 0;
    background: #fff;
    border-radius: 4px;
}
.catalog-product-view .block.related .product-item-info,
.catalog-product-view .block.upsell .item.product.product-item .product-item-info{
    margin: auto;
}
.catalog-product-view .block.related .block-title strong,
.catalog-product-view .block.upsell .block-title strong {
    font-size: 18px;
    color: #fff;
}
.catalog-product-view .block.related,
.catalog-product-view .block.upsell {
    position: relative;
}
.catalog-product-view .block.related .block-title,
.catalog-product-view .block.upsell .block-title{
    background: black;
    padding: 10px 25px;
    top: -35px;
    margin: 0 auto;
    clip-path: polygon(6% 0%, 100% 0%, 95% 100%, 0% 100%);
}
.catalog-product-view .product-info-details-no-tabs,
.catalog-product-view .block.related{
    margin-bottom: 60px;
}
.catalog-product-view .block.upsell{
    margin-bottom: 0px;
}
.catalog-product-view .block.related .block-title {
    width: 25%;
}
.catalog-product-view .block.upsell .block-title {
    width: 36%;
}

/* Product Page Container */
.catalog-product-view .product-info-main .page-title .base {
    font-size: 32px;
    font-weight: 700;
    color: #000;
}
.catalog-product-view .product-info-main .product.attribute.overview {
    color: #666;
}
.catalog-product-view .product-info-main .product-info-price .price {
    color: #d72b2f;
}
.catalog-product-view .product-info-main .product-info-price{
    width: 100% !important;
    margin: 0;
}
.catalog-product-view .product-info-main .product-info-price .product-info-stock-sku {
    padding: 0;
}
.catalog-product-view .product-info-main .stock.available {
    background: linear-gradient(135deg, #28a745, #20c997);
    color: #fff;
    padding: 8px 18px;
    border-radius: 20px;
    font-weight: 600;
    margin: 0;
}
.catalog-product-view .product-info-main .action.primary.tocart,
.catalog-product-view .product-info-main #product-addtocart-button {
    width: 100%;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(230, 57, 70, 0.3);
    margin-bottom: 0;
    transform: translateY(0);
}
.catalog-product-view .product-info-main .action.primary.tocart:hover,
.catalog-product-view .product-info-main #product-addtocart-button:hover {
    background-color: #b52225;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(230, 57, 70, 0.4);
}
.catalog-product-view .product-options-wrapper select,
.catalog-product-view select.product-custom-option,
.catalog-product-view .product-options-wrapper input[type="text"],
.catalog-product-view .product-custom-option[type="text"] {
    border-radius: 8px;
    transition: all 0.3s ease;
}
.opc-progress-bar-item._active:before,
.opc-progress-bar-item._active>span:before {
    background: #d72b2f;
    border-color: #d72b2f;
}
.opc-progress-bar-item._active>span:after,
.block-collapsible-nav .item.current a, .block-collapsible-nav .item.current>strong {
    border-color: #d72b2f;
}
.products-grid.wishlist .product-item-photo {
    text-align: center;
}

/* Product List Container */
.mr-bg-color {
    background-color: #d72b2f;
}
.mr-text-color,
.mr-role,
.mr-champion-box .mr-title,
.sidebar-subcategories .parent-link:hover,
.sidebar-subcategories .subcategory-link:hover {
    color: #d72b2f !important;
}
.subcategory-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.subcategory-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15) !important;
}
.subcategory-card:hover img {
    transform: scale(1.08);
}
.subcategory-img-wrapper img {
    transition: transform 0.3s ease;
}
.sidebar-subcategory-list .subcategory-link {
    padding: 10px 10px;
    font-size: 14px;
    border-left: 3px solid transparent;
    transition: all 0.2s ease;
}
.sidebar-subcategory-list .subcategory-link:hover, 
.sidebar-subcategory-list .subcategory-item.active .subcategory-link {
    background: #fff8f5;
    border-left-color: #d72b2f;
}
.sidebar-subcategories .block-title strong {
    font-size: 14px;
    letter-spacing: 0.5px;
}

/* CMS PAGES STYLES */
.mr-page-wrapper h1 {
    font-size: 32px;
}
.mr-page-wrapper p {
    color: #666;
    line-height: 1.8;
}

/* Highlight Box */
.mr-highlight-box {
    border-left: 4px solid #d72b2f;
}

/* Feature Items / Cards */
.mr-feature-item {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.mr-feature-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 25px rgba(0,0,0,0.15) !important;
}

/* Team Member Cards */
.mr-team-member {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.mr-team-member:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.12) !important;
}
.mr-team-icon {
    width: 80px;
    height: 80px;
    background: #d72b2f;
}

/* Champion Box (Dark Gradient) */
.mr-champion-box {
    background: linear-gradient(135deg, #1a1a1a 0%, #333 100%);
    position: relative;
}
.mr-champion-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: #d72b2f;
}
.mr-champion-box p {
    color: #ccc;
}

/* Terms & Conditions List */
.mr-terms-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.mr-terms-list li {
    padding: 10px 0 10px 20px;
    position: relative;
    border-bottom: 1px solid #eee;
    color: #555;
    line-height: 2.3;
    margin-bottom: 0;
}
.mr-terms-list li:last-child {
    border-bottom: none;
}
.mr-terms-list li:before {
    content: "\2022";
    position: absolute;
    left: 0;
    color: #d72b2f;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
}

/* Training List (Checkmarks) */
.mr-training-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.mr-training-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    color: #444;
}
.mr-training-list li:before {
    content: "\2713";
    position: absolute;
    left: 0;
    color: #d72b2f;
    font-weight: bold;
}

/* FAQ Accordion */
.mr-accordion .accordion-item {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}
.mr-accordion .accordion-trigger {
    font-weight: 600;
    font-size: 18px;
    color: #333;
    background: #fafafa;
    padding: 20px 50px 20px 25px;
    cursor: pointer;
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    border: none;
    transition: background 0.3s ease;
}
.mr-accordion .accordion-trigger:hover {
    background: #f0f0f0;
}
.mr-accordion .accordion-trigger.active {
    background: #f5f5f5;
    color: #d72b2f;
}
.mr-accordion .accordion-trigger:after {
    content: "+";
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    color: #d72b2f;
    font-weight: 300;
}
.mr-accordion .accordion-trigger.active:after {
    content: "-";
}
.mr-accordion .accordion-content {
    display: none;
    padding: 20px 25px;
    color: #555;
    line-height: 1.8;
    border-top: 1px solid #eee;
}
.mr-accordion .accordion-content p {
   margin-bottom: 0;
}
.mr-accordion .accordion-content ul {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}
.mr-accordion .accordion-content ul li {
    padding: 0 0 0 20px;
    position: relative;
    margin-bottom: 0;
}
.mr-accordion .accordion-content ul li:before {
    content: "\2022";
    position: absolute;
    left: 0;
    color: #d72b2f;
    font-weight: bold;
}

/* Contact Form */
.mr-form-control:focus {
    border-color: #d72b2f !important;
    box-shadow: 0 0 0 0.2rem rgba(215, 43, 47, 0.15) !important;
}
.mr-required:after {
    content: " *";
    color: #d72b2f;
}

/* Email Link */
.mr-email-link {
    color: #d72b2f;
    text-decoration: none;
    font-weight: 600;
}
.mr-email-link:hover {
    text-decoration: underline;
    color: #b71c1f;
}

/* Hidden categories */
.category-private-coaching #maincontent,
.category-supermoto-trackdays #maincontent,
.category-supermoto-courses #maincontent{
    display: none;
}

/* Checkout cart page */
.cart.table-wrapper td.col.qty .input-text.qty,
.minicart-items .item-qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.box-tocart.update .input-text.qty {
    width: 50px;
    border-radius: 8px;
}
.cart.table-wrapper td.col.qty .input-text.qty:focus {
    border-color: #d72b2f;
    box-shadow: 0 0 0 3px rgba(198, 40, 40, 0.1);
}
.cart.table-wrapper td.col.subtotal .price {
    font-size: 16px;
    color: #d72b2f;
}
.cart.table-wrapper .actions-toolbar .action-edit:hover {
    color: #555;
    background: #f5f5f5;
    border-radius: 8px;
}
.cart.table-wrapper .actions-toolbar .action-delete:hover {
    color: #d72b2f;
    background: #fff0f0;
    border-radius: 8px;
}
.cart-summary .grand.totals th {
    font-size: 16px;
    color: #333;
}
.cart-summary .grand.totals td .price {
    font-size: 22px;
    color: #d72b2f;
}
.fieldset.coupon button.action.apply.primary,
form#discount-form .action.action-apply  {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  box-shadow: none;
}

/* Input and select box focus styles */
.minicart-items .item-qty:focus,
.box-tocart .input-text.qty:focus,
.catalog-product-view .field.qty .control button.increase-qty:focus,
.catalog-product-view .field.qty .control button.decrease-qty:focus,
input:focus,
select:focus,
textarea:focus{
    border-color: #d72b2f !important;
    box-shadow: 0 0 0 3px rgba(198, 40, 40, 0.1) !important;
}
.box-tocart .input-text.qty:focus{
    z-index: 1;
}
.opc-wrapper .shipping-address-item.selected-item {
    border-color: #d72b2f;
}
.opc-wrapper .shipping-address-item.selected-item:after{
    background: #d72b2f;
}
.checkout-index-index .payment-method._active .checkout-agreement.field.choice.required {
    display: block;
}