@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//yozmasports.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=7.3.2") format("woff2");
}

.wd-popup.wd-promo-popup{
	background-color:rgb(255,255,255);
	background-image: url(http://yozmasports.com/wp-content/uploads/2021/09/bikes-popup-bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}

.header-banner{
	background-color:rgb(232,58,58);
	background-image: none;
}

.page-title-default{
	background-color:#0a0a0a;
	background-image: none;
	background-size:cover;
	background-position:center center;
}

.footer-container{
	background-color:rgb(26,26,26);
	background-image: none;
	background-position:center center;
}

:root{
--wd-text-font:"Roboto", Arial, Helvetica, sans-serif;
--wd-text-font-weight:400;
--wd-text-color:#777777;
--wd-text-font-size:14px;
}
:root{
--wd-title-font:"Roboto", Arial, Helvetica, sans-serif;
--wd-title-font-weight:600;
--wd-title-color:#242424;
}
:root{
--wd-entities-title-font:"Roboto", Arial, Helvetica, sans-serif;
--wd-entities-title-font-weight:500;
--wd-entities-title-color:#333333;
--wd-entities-title-color-hover:rgb(51 51 51 / 65%);
}
:root{
--wd-alternative-font:"Lato", Arial, Helvetica, sans-serif;
}
:root{
--wd-widget-title-font:"Roboto", Arial, Helvetica, sans-serif;
--wd-widget-title-font-weight:600;
--wd-widget-title-transform:uppercase;
--wd-widget-title-color:#333;
--wd-widget-title-font-size:16px;
}
:root{
--wd-header-el-font:"Roboto", Arial, Helvetica, sans-serif;
--wd-header-el-font-weight:700;
--wd-header-el-transform:uppercase;
--wd-header-el-font-size:13px;
}
:root{
--wd-primary-color:rgb(232,58,58);
}
:root{
--wd-alternative-color:#fbbc34;
}
:root{
--wd-link-color:#333333;
--wd-link-color-hover:#242424;
}
:root{
--btn-default-bgcolor:#f7f7f7;
}
:root{
--btn-default-bgcolor-hover:#efefef;
}
:root{
--btn-accented-bgcolor:rgb(232,58,58);
}
:root{
--btn-accented-bgcolor-hover:rgb(210,51,57);
}
:root{
--notices-success-bg:#459647;
}
:root{
--notices-success-color:#fff;
}
:root{
--notices-warning-bg:#E0B252;
}
:root{
--notices-warning-color:#fff;
}

	:root{
					
			
							--wd-form-brd-radius: 0px;
					
					--wd-form-brd-width: 2px;
		
					--btn-default-color: #333;
		
					--btn-default-color-hover: #333;
		
					--btn-accented-color: #fff;
		
					--btn-accented-color-hover: #fff;
		
									--btn-default-brd-radius: 0px;
				--btn-default-box-shadow: none;
				--btn-default-box-shadow-hover: none;
				--btn-default-box-shadow-active: none;
				--btn-default-bottom: 0px;
			
			
			
					
									--btn-accented-brd-radius: 0px;
				--btn-accented-box-shadow: none;
				--btn-accented-box-shadow-hover: none;
				--btn-accented-box-shadow-active: none;
				--btn-accented-bottom: 0px;
			
			
			
					
							
					--wd-brd-radius: 0px;
		
			}

	
	
			:root{
			--wd-container-w: 1222px;
		}
	
			@media (min-width: 1239px) {
			.platform-Windows .wd-section-stretch > .elementor-container {
				margin-left: auto;
				margin-right: auto;
			}
		}
		@media (min-width: 1222px) {
			html:not(.platform-Windows) .wd-section-stretch > .elementor-container {
				margin-left: auto;
				margin-right: auto;
			}
		}
	
			div.wd-popup.popup-quick-view {
			max-width: 920px;
		}
	
	
	
	
			.woodmart-woocommerce-layered-nav .wd-scroll-content {
			max-height: 223px;
		}
	
	
/* Hide the default SVG slider arrows */
.flickity-prev-next-button .flickity-button-icon, .flickity-button.previous:after, .flickity-button.next:after {
    display: none !important;
}

.flickity-button.previous:after {display: none}

/* Base styles for both custom navigation buttons */
.flickity-prev-next-button {
    background-image: url('http://yozmasports.com/wp-content/uploads/2026/06/slide-button-icon.avif') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-color: transparent !important; /* Removes default gray circle background if any */
    width: 50px;  /* Adjust size as needed to fit your design */
    height: 50px; /* Adjust size as needed to fit your design */
	padding-left: 15px;
	padding-right: 15px;
}

/* Specific styling for the NEXT (Right) button */
.flickity-prev-next-button.next {
    /* Displays the image normally facing right */
}

/* Specific styling for the PREVIOUS (Left) button */
.flickity-prev-next-button.previous {
    /* Flips the right icon horizontally so it faces left */
    transform: translateY(-50%) scaleX(-1) !important; 
}

/* Container Wrapper Setup */
.yozma-custom-form-wrapper {
    background-color: #f5f5f5 !important; /* Soft light-gray background */
    padding: 40px !important;
    border-radius: 12px !important;
    box-sizing: border-box;
    width: 100%;
}

/* Flex Grid Layout for Columns */
.yozma-custom-form-wrapper .yozma-form-row {
    display: flex;
    gap: 20px; /* Space between Name and E-mail inputs */
    margin-bottom: 20px; /* Space between rows */
}

.yozma-custom-form-wrapper .yozma-form-column {
    flex: 1; /* Splits the space evenly 50/50 */
}

.yozma-custom-form-wrapper .yozma-form-column.full-width {
    flex: none;
    width: 100%;
}

/* Style the Inputs and Textarea */
.yozma-custom-form-wrapper input[type="text"],
.yozma-custom-form-wrapper input[type="email"],
.yozma-custom-form-wrapper textarea {
    width: 100% !important;
    background-color: #f5f5f5 !important; /* Matches wrapper background */
    border: 1px solid #dcdcdc !important; /* Muted light gray border */
    border-radius: 8px !important;
    padding: 16px 20px !important;
    font-size: 16px !important;
    color: #1c1c1c !important;
    box-shadow: none !important;
    box-sizing: border-box;
    transition: border-color 0.2s ease;
}

/* Focus State Styling */
.yozma-custom-form-wrapper input:focus,
.yozma-custom-form-wrapper textarea:focus {
    border-color: #999999 !important;
    outline: none !important;
}

/* Enforce Textarea Sizing */
.yozma-custom-form-wrapper textarea {
    height: 150px !important;
    resize: vertical;
}

/* Customize the Placeholder text color */
.yozma-custom-form-wrapper ::placeholder {
    color: #8e8e8e !important;
    opacity: 1;
}

/* Style the Pill-Shaped Submit Button */
.yozma-custom-form-wrapper .yozma-form-submit-row {
    margin-top: 25px;
    display: flex;
    justify-content: flex-start; /* Aligns left as per design */
}

.yozma-custom-form-wrapper input[type="submit"] {
    background-color: #1a1a1a !important; /* Matte dark color */
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    padding: 16px 40px !important;
    border: none !important;
    border-radius: 50px !important; /* Perfect pill-shape */
    cursor: pointer !important;
    transition: background-color 0.2s ease;
    width: auto !important;
}

.yozma-custom-form-wrapper input[type="submit"]:hover {
    background-color: #000000 !important;
}

/* Responsive adjustments for Mobile screens */
@media (max-width: 767px) {
    .yozma-custom-form-wrapper {
        padding: 20px !important;
    }
    .yozma-custom-form-wrapper .yozma-form-row {
        flex-direction: column; /* Stacks Name and E-mail on top of each other on mobile */
        gap: 20px;
    }
}


.elementor-widget-text-editor {
	    flex-direction: column;
}
.hidden-fields-container {
	display: none;
}@media (max-width: 576px) {
	/* 1. Prevent clipping and enable horizontal scrolling for tracking tables */
#wpcargo-result-wrapper {
    width: 100% !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    padding-bottom: 15px !important;
}

/* 2. Reset tracking tables back to standard layouts */
#wpcargo-result-wrapper table,
#wpcargo-result-wrapper .wpcargo-table {
    display: table !important;
    width: 100% !important;
    min-width: 600px !important; /* Forces enough width on mobile so data doesn't squish */
    border-collapse: collapse !important;
    height: auto !important; 
    position: relative !important;
    margin: 20px 0 !important;
    float: none !important;
}

/* 3. Re-align table structures */
#wpcargo-result-wrapper thead,
#wpcargo-result-wrapper .wpcargo-table thead {
    display: table-header-group !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    height: auto !important;
}

#wpcargo-result-wrapper tbody,
#wpcargo-result-wrapper .wpcargo-table tbody {
    display: table-row-group !important;
    height: auto !important;
    position: relative !important;
}

#wpcargo-result-wrapper tr,
#wpcargo-result-wrapper .wpcargo-table tr {
    display: table-row !important;
    height: auto !important;
    position: relative !important;
    float: none !important;
}

/* 4. Format cells and prevent vertical overlapping */
#wpcargo-result-wrapper th,
#wpcargo-result-wrapper td,
#wpcargo-result-wrapper .wpcargo-table th,
#wpcargo-result-wrapper .wpcargo-table td {
    display: table-cell !important;
    width: auto !important;
    height: auto !important;
    position: relative !important;
    float: none !important;
    padding: 12px 10px !important; /* Adds healthy breathing room */
    line-height: 1.5 !important; /* Ensures text never overlaps vertically */
    vertical-align: middle !important;
    white-space: normal !important; /* Allows text to wrap normally inside its cell */
    border: 1px solid #e0e0e0 !important; /* Soft, clean separation borders */
}

/* 5. Hide WP Cargo's broken mobile pseudo-labels */
#wpcargo-result-wrapper td::before,
#wpcargo-result-wrapper .wpcargo-table td::before {
    display: none !important;
}
}

