.elementor-kit-5{--e-global-color-primary:#0E2C4C;--e-global-color-secondary:#FFCD3D;--e-global-color-text:#0E2C4C;--e-global-color-accent:#FFCD3D;--e-global-color-4aa4b4b:#0B4884;--e-global-color-f4cb6bd:#243E59;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Love Coffee";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;font-family:"Poppins", Sans-serif;font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 p{margin-bottom:5px;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{border-radius:0px 0px 0px 0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.elementor-widget:not(:last-child){margin-block-end:10px;}.elementor-element{--widgets-spacing:10px 10px;--widgets-spacing-row:10px;--widgets-spacing-column:10px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */:root{
    --accent-color:#0E2C4C!important;
}

body {
	font-family: "Poppins", sans-serif !important;
}

a:focus{
    outline:none!important;
}

input[type="checkbox"]:checked{
    background-color:var(--e-global-color-4aa4b4b)!important;
}

.elementor-widget-container p{
    margin-top:0; 
}

.elementor-element.elementor-widget-heading .elementor-heading-title {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.text-justify{
    hyphens:auto;
}

.c-breadcrumbs__item:not(.c-breadcrumbs__item--last) > a {
	color: #fff!important;
}

.c-vehicle-details__features-wrap .c-vehicle-details__features-parent {
	flex: 0 0 50%;
	margin-top: 40px;
	padding-right: 20px;
}

.c-vehicle-book__price {
	background-color: var( --e-global-color-primary ) !important;
}

.custom-bar-cart{
    /* Lista de productos en el carrito */
    .woocommerce-mini-cart.cart_list {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    
    /* Elementos de la lista del carrito */
    .woocommerce-mini-cart-item {
        display: flex;
        flex-wrap: wrap; /* Permite que los elementos se ajusten */
        align-items: start;
        justify-content: space-between;
        padding: 10px 0;
        border-bottom: 1px solid #eaeaea;
    }
    
    /* Imagen del producto en el carrito */
    .woocommerce-mini-cart-item img {
        border-radius: 4px;
        margin-right: 10px;
        flex-shrink: 0; /* Evita que la imagen se reduzca */
    }
    
    /* Detalles del producto */
    .woocommerce-mini-cart-item a {
        text-decoration: none;
        color: #333;
    }
    
    .woocommerce-mini-cart-item a:hover {
        color: #007cba;
    }
    
    /* Detalles de la variación del producto (atributos) */
    .c-cart__shop-td--product-var-list {
        margin: 0;
        padding: 0;
        list-style: none;
        font-size: 14px;
        color: #555;
        /*flex-grow: 1; Ocupa el espacio disponible */
    }
    
    .c-cart__shop-td--product-var-list{
        margin-top:0px!important;
        .c-cart__shop-td--product-var-item:first-child{
            margin-top:0px!important;
        }
    }
    
    .c-cart__shop-td--product-var-title.c-cart__shop-td--product-var-title--value {
    	overflow-x: hidden;
    	white-space: nowrap;
    	text-overflow: ellipsis;
    	margin-right:0px;
    }
    
    .c-cart__shop-td--product-var-item {
        display: flex;
        justify-content: space-between;
        margin: 5px 0;
    }
    
    .c-cart__shop-td--product-var-title {
        font-weight: bold;
        margin-right: 10px;
        white-space: nowrap; /* Evita que los títulos se corten */
    }
    
    /* Cantidad y precio */
    .quantity {
        font-weight: bold;
        color: #333;
        white-space: nowrap; /* Evita que el precio se superponga */
        margin-left: 10px;
        display:block;
        width:100%;
        text-align: right;
    }
    
    .woocommerce-Price-amount {
        color: #007cba;
    }
    
    /* Subtotal */
    .woocommerce-mini-cart__total {
        font-weight: bold;
        font-size: 16px;
        margin: 10px 0;
        text-align: right;
    }
    
    /* Botones de acción (Ver carrito y Finalizar compra) */
    .woocommerce-mini-cart__buttons {
        display: flex;
        justify-content: space-between;
        margin-top:15px
    }
    
    .woocommerce-mini-cart__buttons .button {
        background-color: #007cba;
        color: #fff;
        padding: 10px 20px;
        border-radius: 0px;
        text-decoration: none;
        font-weight: bold;
        text-align: center;
        transition: background-color 0.3s ease;
    }
    
    .woocommerce-mini-cart__buttons .button:hover {
        background-color: #005a8c;
    }
}

@media (max-width: 1169px) {
    .c-breadcrumbs__item {
    	display:none!important;
    }
    .single-catalog .l-section--with-sidebar .l-section__content--with-sidebar{
            order:2;
    }
    .single-catalog .l-section--with-sidebar .l-section__sidebar--right{
            order:1;
            margin-top:0;
    }
    .c-vehicle-details__sidebar {
    	max-width: 100% !important;
    	margin: 0 auto;
    }
    .c-vehicle-details__features-wrap{
        flex-direction:column;
    }
    .c-vehicle-details__features-parent {
        flex:0 0 100%!important;
    	margin-top:15px!important;
    	padding-left: 10px!important;
    	padding-right: 10px!important;
    	width:100% !important;
    }
    .c-vehicle-details__features-title {
    	font-size: 16px!important;
    }
    .c-vehicle-details__features-list{
        columns:3;
    }
    .c-vehicle-details__features-item {
        font-size:13px!important;
        line-height:18px!important;
    	margin-top: 5px!important;
    }
}
@media (max-width: 768px) {
    .woocommerce-mini-cart-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .woocommerce-mini-cart__buttons {
        flex-direction: column;
    }

    .woocommerce-mini-cart__buttons .button {
        width: 100%;
        margin-bottom: 10px;
    }
    .c-vehicle-details__features-list{
        columns:2;
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Love Coffee';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://volcamper.com/wp-content/uploads/2024/10/LoveCoffeeRegular.eot');
	src: url('https://volcamper.com/wp-content/uploads/2024/10/LoveCoffeeRegular.eot?#iefix') format('embedded-opentype'),
		url('https://volcamper.com/wp-content/uploads/2024/10/LoveCoffeeRegular.woff2') format('woff2'),
		url('https://volcamper.com/wp-content/uploads/2024/10/LoveCoffeeRegular.woff') format('woff'),
		url('https://volcamper.com/wp-content/uploads/2024/10/LoveCoffeeRegular.ttf') format('truetype'),
		url('https://volcamper.com/wp-content/uploads/2024/10/LoveCoffeeRegular.svg#LoveCoffee') format('svg');
}
/* End Custom Fonts CSS */