 
.reset_variations {
	display: none  !important;
}

.woocommerce-Price-amount  {
	color: black;

}
div.product p.price {
	 margin-top: 8px !important;
}
 
.elementor-menu-cart__product-remove {
	border: 1px solid var(--remove-item-button-color,#999da2);
}


.woocommerce ul.products li.product .woocommerce-loop-product__link img, .woocommerce-page ul.products li.product .woocommerce-loop-product__link img {
	transition: filter .25s,transform .25s !important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	transition: all .1s ease-in-out !important;
}

.toplogo {
  transition: transform 0.3s ease-in-out;  
}
 
.toplogo:active {
 
}

.topcart a:hover {
	 
	color: black !important;
}
.topcart a {
  transition: transform 0.3s ease-in-out;  
}

.woocommerce-js div.product form.cart .variations th {
	margin-bottom: 0 !important;
}

 

.woocommerce-js div.product form.cart .variations label {
	font-weight: 500;
}
.woocommerce-variation-price {
	display: none;
}
.single_variation_wrap {
	padding-bottom:12px;
}

.woocommerce-js div.product form.cart .variations {
	border: none;
}
.woocommerce-js div.product form.cart .single_variation_wrap .single_variation {
	margin-bottom: 0 !important;
}

.woocommerce-variation-add-to-cart {
	margin-top:16px;
}

.vi-wpvs-variation-wrap .vi-wpvs-option-wrap {
    margin: 5px 9px 8px 0 !important;
}

.woocommerce-message {
	 display: flex;
    justify-content: space-between; /* Pushes items apart */
    align-items: center;             /* Vertically aligns content */
    width: 100%;  
	
	 border: 1px solid black !important; 
	color: #2a2a2a !important;
	background-color: rgb(245, 241, 230) !important;
	padding: 1em 2em 1em 2em;
	
	
}
.woocommerce-message a {
	flex-shrink: 1 !important;      /* Allows shrinking */
    flex-grow: 0 !important;    
	 margin-left: auto !important;
    display: inline-block;
    padding: 12px 24px;      /* Adjust padding for better size */
    background-color: black !important; ;  /* Dark background for visibility */
     border: 1px solid black !important; 
    text-decoration: none;   /* Remove underline */
       color: white !important; 
    border-radius: 0 !important; ;      /* Smooth corners */
              /* Remove borders */
    transition: background-color 0.3s ease; /* Smooth hover effect */
}
.woocommerce-message a:hover {
    background-color: white !important; 
    color: black !important; 
	 
}
 
 

.woocommerce-message::before {
    content: none !important;  
}
@media (max-width: 768px) {
 .elementor-button-icon-qty {
    
    top: 33% !important; 
    left: 19% !important; 
    
 
}

 
    .woocommerce-message {
        flex-direction: column;      /* Stack text and button vertically */
        justify-content: center;     /* Center vertically */
        align-items: center;         /* Center horizontally */
        text-align: center;          /* Center text alignment */
        padding: 1em;                /* Adjust padding */
    }

    .woocommerce-message a {
        margin-left: 0 !important;   /* Remove auto margin */
        margin-top: 10px;            /* Add space above button */
        width: 100%;                 /* Full-width button */
        text-align: center;
        padding: 10px 0;             /* Adjust padding */
    }
}
.sizeButton {
   background-color: rgb(245, 241, 230);
border-radius: 2px;
color: rgb(45, 104, 209);
padding: 5px 9px;
}
.sizeButton::before {
    content: '📏 '; /* Replace with any icon or emoji */
    font-size: 15px;
    margin-right: 5px;
}
 

 .swiper-container {
            width: 100%;
            max-width: 500px;
            text-align: center;
            overflow: hidden; /* ✅ Hides overflow slides */
        }
        .swiper-wrapper {
            display: flex; /* ✅ Ensures proper slide alignment */
        }
        .swiper-slide {
            flex-shrink: 0;
            width: 100% !important; /* ✅ Make sure each slide takes full width */
            text-align: center;
            opacity: 0;
            transition: opacity 0.3s ease-in-out;
        }
        .swiper-slide-active {
            opacity: 1;
        }
        .swiper-slide img {
            width: 100%;
            height: auto;
			margin: 0 0 0.2em  !important; 
            object-fit: contain;
			border-radius:3px;
        }
        .swiper-button-prev, .swiper-button-next {
            color: #000;
            z-index: 10;
        }
        .swiper-lazy-preloader {
            width: 50px;
            height: 50px;
            border: 5px solid rgba(0, 0, 0, 0.2);
            border-top: 5px solid #000;
            border-radius: 50%;
            animation: spin 1s linear infinite;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
        }
        @keyframes spin {
            0% { transform: translate(-50%, -50%) rotate(0deg); }
            100% { transform: translate(-50%, -50%) rotate(360deg); }
        }


/* Move Add to Cart button to the next line */
.woocommerce-js div.product form.cart .button.single_add_to_cart_button {
    display: block; /* Makes the button occupy its own line */
    
    padding: 12px 24px; /* Adjust padding */
   
	border-radius:0;
    background-color: black; /* Transparent background */
    color: white; /* Text color */
    font-size: 14px; /* Font size */
	font-weight:500;
    text-transform: uppercase; /* Optional: make text uppercase */
    cursor: pointer; /* Pointer on hover */
	border-radius:2px;
}

/* Hover effect for Add to Cart button */
.woocommerce-js div.product form.cart .button.single_add_to_cart_button:hover {
    background-color: #1f1f1f; /* Background changes on hover */
    
	 
}

/* Center the button horizontally */
.woocommerce-js div.product form.cart .button.single_add_to_cart_button {
    text-align: center; /* Center the text */
	width:100%;
    
}



.swiper-button-next,  .swiper-button-prev {
		top: var(--swiper-navigation-top-offset,45%) !important; 
}
.swiper-button-next::after, .swiper-button-prev::after {

    font-size: 22px !important; 
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.woocommerce-LoopProduct-link:hover .swiper-button-prev::after, 
.woocommerce-LoopProduct-link:hover .swiper-button-next::after {
    opacity: 1;
}

.ride-hard .elementor-heading-title{
	
}

.woocommerce .elementor-642 .flex-control-thumbs {
	margin-right: 16px !important;
	
}

.elementor-element-95e9748 .elementor-button-icon svg {
	width: 48px;
}
.elementor-button-icon-qty {
    position: absolute;
    top:-6%; /* Fine-tune this value for best placement */
    left: 18%; /* Adjust to align with truck bed */
    transform: translate(-50%, -50%); /* Keeps it centered */

    font-size: 11px; /* Keeps text readable */
    width: 1.5em; /* Ensure perfect rectangle */
    height: 1.5em; /* Matching height */
    line-height: 1.5em; /* Ensures text is centered */
    border-radius: 12%; /* Softens the edges while keeping a rectangle */
    
    background-color: rgb(218, 87, 94);
    color: white;
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

 

.woocommerce-loop-category__title {
    margin: 0 !important;
    padding: 0 !important;
    display: inline-block;
    font-size: 17px; /* Adjust size if needed */
    text-align: left;
}

.woocommerce ul.products li.product-category {
    margin-bottom: 5px !important; /* Reduce gap between categories */
    padding: 5px 10px; /* Adjust padding to tighten spacing */
}


.vi-wpvs-variation-style .label {
	background: white !important;
}

.wc-block-checkout {
	padding: 0 14px;
}
.custom-quantity-wrapper {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 2px;
    overflow: hidden;
    background: #f5f5f5;
	height:100%;
	max-width: 106px;
}

@media (max-width: 767px) {
  .woocommerce-cart .custom-quantity-wrapper {
    margin-left: auto;
    margin-right: 0;
    justify-content: flex-end;
  }

  .woocommerce-cart td.product-quantity {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}

.qty-minus,
.qty-plus {
    color: black;
    border: none;
    font-size: 20px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    transition: 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
	margin: 0 !important;
}

.qty-minus:hover,
.qty-plus:hover {
 background: #f5f5f5;
	 color: #ccc;
}
.woocommerce .quantity .qty {
	width: 34px;
	padding:5px !important;
}
.custom-quantity-wrapper input.qty {
    text-align: center;
    border: none;
    background: none;
    font-size: 15px;
    outline: none;
	    -moz-appearance: textfield;
}
/* Hide arrows in quantity input for Chrome, Safari, Edge, and Opera */
.custom-quantity-wrapper input.qty::-webkit-outer-spin-button,
.custom-quantity-wrapper input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

 .woocommerce div.product form.cart label {
    display: block; /* Ensure it takes full width */
    text-align: left; /* Align text to the left */
    font-weight: 600; /* Make it stand out (optional) */
    margin-bottom: 5px; /* Add spacing below */
}
.woocommerce div.product form.cart table.variations th.label {
    padding: 0 !important; /* Remove padding */
    text-align: left; /* Ensure alignment */
    font-weight: 600; /* Optional: Make text stand out */
}

.woocommerce div.product form.cart table.variations td.value {
    padding: 0 !important; /* Remove padding */
   
}
.woocommerce div.product div.images img {
	border-radius: 2px;
	  
}

 

.woocommerce div.product div.images .flex-control-thumbs li {
        list-style: none;
          padding-top: 5px !important;
         padding-right: 5px !important;
    }

@media (min-width: 767px) {
	
.woocommerce div.product div.images .flex-control-thumbs li {
       padding-top: 0 !important;
         padding-right: 0 !important;
    }
	
    .woocommerce div.product div.images {
        display: flex;
        flex-direction: row-reverse; /* Moves thumbnails to the left */
        align-items: flex-start; /* Aligns thumbnails with main image */
    }

    .woocommerce div.product div.images .flex-control-thumbs {
        display: flex;
        flex-direction: column; /* Stack thumbnails vertically */
        width: 350px; /* Adjust width for thumbnails */
        margin-right: 15px; /* Add spacing between main image */
    }

    .woocommerce div.product div.images .flex-control-thumbs li {
        list-style: none;
        margin-bottom: 8px; /* Space between thumbnails */
        width: 100%; /* Ensure full width */
    }

    .woocommerce div.product div.images .flex-control-thumbs img {
        width: 100%;
        height: auto;
        cursor: pointer;
        border-radius: 2px !important;
        transition: opacity 0.3s ease-in-out;
    }

    .woocommerce div.product div.images .flex-control-thumbs img:hover {
        opacity: 0.7; /* Adds hover effect */
    }

    .woocommerce div.product div.images .woocommerce-product-gallery__image {
        flex-grow: 1;
    }

    .woocommerce div.product div.images .woocommerce-product-gallery__image:first-child {
        display: block !important;
    }
}

/* Responsive Adjustments */
@media (max-width: 1200px) {
	.woocommerce ul.products {
		justify-content: center !important;
	}
}

@media (max-width: 768px) {
	.woocommerce ul.products li.product {
		width: 100% !important;
	}
}

.woocommerce-Price-currencySymbol {
	padding-right:3px;
}


.ride-hard {
    display: flex;
    justify-content: center; /* Center text */
    align-items: center;
    width: 100%;
    max-width: 100%;
    overflow: visible;
}

.ride-hard .elementor-heading-title {
    font-size: clamp(40px, 6vw, 80px); /* Ensures responsive scaling */
    text-align: center;
    white-space: nowrap; /* Prevents breaking into multiple lines */
    width: fit-content;
    max-width: 100%;
    padding: 10px 5vw;
    box-sizing: border-box;
    line-height: 1; /* Tight line spacing to keep it compact */
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .ride-hard .elementor-heading-title {
        font-size: 7vw; /* Adjusts for mobile readability */
        white-space: normal; /* Allows wrapping on smaller screens */
        line-height: 1.2;
    }
}

.elementor-menu-toggle {
	padding-left:10px;
}

.elementor-menu-cart__toggle .elementor-button {
	padding-right:12px;
}

/* Remove list bullets */
ul.product-categories {
    list-style: none;
    padding-left: 0;
	 font-size: 0.93em; 
}
ul.product-categories li {
    margin-bottom: 8px; /* Adjust this value as needed */
}
/* Highlight the current category */
ul.product-categories li.current-cat a{
    font-weight: 500; /* Make it stand out */
   color: #1E62FC;
 
}


@media (max-width: 768px) {
    ul.product-categories {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        white-space: nowrap;
        padding-bottom: 10px;
        scrollbar-width: thin; /* For Firefox */
        -ms-overflow-style: none; /* For IE and Edge */
    }

    ul.product-categories::-webkit-scrollbar {
        display: none; /* Hides scrollbar in WebKit browsers */
    }

    ul.product-categories li {
        flex: 0 0 auto;
        margin-right: 15px; /* Space between categories */
        padding: 8px 12px;
        background: #f7f7f7;
        border-radius: 5px;
    }
}

.footer__payment {
    text-align: center; /* Centers the icons */
    padding: 10px 0;
}

.list-payment {
    display: flex;
    justify-content: center; /* Centers the icons */
    align-items: center;
    gap: 10px; /* Adjust spacing between icons */
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-payment__item {
    display: flex;
    align-items: center;
}

.list-payment__item svg {
    width: 38px; /* Adjust icon size */
    height: 24px;
}

.visually-hidden {
	position: absolute!important;
overflow: hidden;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
border: 0;
clip: rect(0 0 0 0);
word-wrap: normal!important;
}

.elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__container {
	display: none !important;
}

.swiper-pagination {
    position: absolute;
    bottom: 56px !important;
    left: 50% !important;
    transform: translateX(-50%);
    z-index: 10;
}

 
	
@media (max-width: 768px) {

 
	
    .swiper-button-next, 
    .swiper-button-prev {
        display: none !important;
    }
}


.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
    display: none !important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image a {
	cursor: default;
}

/* Style pagination bullets as rectangles */
.swiper-pagination-bullet {
    width: 9px !important;  /* Make it wider */
    height: 4px !important;  /* Make it short */
    border-radius: 2px !important;  /* Slightly rounded corners */
    background: #ccc !important;  /* White color */
    opacity: 0.5 !important;  /* Lower opacity for inactive bullets */
    transition: opacity 0.3s ease;
}

/* Style active pagination bullet */
.swiper-pagination-bullet-active {
    background: black !important;
    opacity: 1 !important;
    width: 14px !important;  /* Make active one longer */
}

.elementor-widget-woocommerce-cart .woocommerce .input-text.qty {
	border: 0;
	text-align: center;
	
}
.wc-stripe-express-checkout-element {
	display: none !important;
}
}

.elementor-menu-cart__toggle_button {
  cursor: pointer !important;
}

.elementor-kit-32 a:hover {
fill: #047ABB;
}

.elementor-button-icon .e-font-icon-svg {
height: 0.7em;
	padding-top:1px;
}

.vi-wpvs-variation-style label {
	 text-transform: capitalize; /* Makes first letter of each word uppercase */
  font-weight: 400 !important;
}
.woocommerce-variation-description {
	display:none !important;
}

.elementor-widget-woocommerce-product-content {
	.elementor-widget-container ul {
  padding-left: 0;
  margin-left: 0;
  list-style-position: inside;
}

.elementor-widget-container ul {
  list-style: none;
  padding-left: 0;
}

.elementor-widget-container ul li::before {
  content: "•";
  font-size: 14px;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  width: 1em;
	padding-bottom: 2px;
  margin-right: 1px;
  color: #333;
}
}

