/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/* TOP10 */

#top10 img {
	height: 500px;
	width: 380px;
	margin-left: 35%;
	border-radius: 20px;
	float: left;
	object-fit: cover;
}
#top10 span{
	font-size:30rem;
	-webkit-text-stroke-color:white!important;
}

.scroll-container {
    display: flex;
    width: 100%; /* Ajustar según el número de elementos */
    height: 100%;
    overflow-x: auto;
    overflow-y: hidden; /* Evita cualquier scroll vertical */
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap; /* Mantiene los elementos en línea */
    scrollbar-width: none; /* Oculta la barra de desplazamiento en Firefox */
}

.scroll-container::-webkit-scrollbar {
    display: none; /* Oculta la barra de desplazamiento en Chrome, Safari y Edge */
}

.scroll-item {
    flex: 0 0 30%!important; /* Cada elemento ocupa 33% */
    height: 100%;
    scroll-snap-align: start;
}

/* HOME CATEGORY SLIDE */

.expand {
    position: relative;
    transition: transform 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
}

.expand:hover {
    transform: scale(1.01);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}

.expand:hover::after {
    opacity: 1;
}


@media(max-width:767px){
	.scroll-container {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-content: flex-start;
		align-items: center;
	}
	.scroll-item {
		flex: 0 0 70%!important; /* Cada elemento ocupa 33% */
		height: 100%;
	}
	#top10 img {
        height: 265px;
        width: 180px;
        margin-left: 20%;
    }
	#top10 span{
		font-size:10rem;
	}
	
	
	.container-arrows-slider {
		gap: 0px!important;
		justify-content: flex-start!important;
		padding: 0!important;
	}
	.container-arrows-slider .arrow-button img {
		height: 20px !important;
		width: 35px !important;
		min-width: 30px !important;
	}
	
	.expand h2{
		font-size:1rem!important;
	}
}

/* SIDEBAR SELECCION DE ACCESORIOS FICHA DE PRODUCTO*/


div#yith-wapo-addon-7{
	background-color:#F7F9FA!important;
}
.yith-wapo-addon{
	background-color:#F7F9FA!important;
}
.label-container-display{
    border-radius:10px!important;
	border:1px solid #EDEDED!important;
	background-color:white!important;
}
.label-container-display:hover{
	background-color:#f9f9f9;
	box-shadow:5px 5px 5px rgba(255,255,255,.3)
}
.yith-wapo-block {
    padding: 0px !important;
}
.yith-wapo-addon {
    border-bottom:0px;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-label .yith-wapo-option p {
    margin: 5px 0;
    font-weight: 400;
    font-size: 0.8rem !important;
	color:#757575;
}
.label_price label{
	font-size:1rem!important;
	margin-bottom:5px!important;
}
.option-price{
	display: block;
	width:100%;
	font-family:'KlarheitGrotesk';
	font-weight:normal;
}

.yith-wapo-option img {
    max-width: 200px !important;
    object-fit: cover;
    margin-right: 15px;
	border-radius:5px!important;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-label .yith-wapo-option.selected div.label .label-container-display {
    border: 2px solid black!important;
}
@media(max-width:767px){
	.addon-header{
	}
	.yith-wapo-option img {
		max-width: 150px !important;
		margin-right: 10px;
	}
	.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-label .yith-wapo-option div.label .label-container-display{
		padding:10px;
	}
	.label_price label {
		font-size: 0.8rem !important;
	}
	.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-label .yith-wapo-option p {
		font-size: 0.6rem !important;
		line-height: 1.3em;
	}
	.yith-wapo-block .yith-wapo-addon .options.per-row-1 .yith-wapo-option .label_container .image img {
		max-height: 80px;
	}
    .yith-wapo-option img {
        max-width: 100px !important;
	}
	.product-features>dl.data-sheet dt.name{
		border-bottom:0px!important;
	}
	.product-features>dl.data-sheet dd.value, .product-features>dl.data-sheet dt.name{
		min-height:1rem!important;
		padding:0.3rem!important;
	}
}
.brackets{
    display: none;
}

.single_add_to_cart_button{
	width:100%
}
#wapo-total-price-table {
    margin-top: 20px;
}
#wapo-total-price-table table{
	width:100%;
}
#wapo-total-price-table td, #wapo-total-price-table th{
	border:0px!important;
	padding:10px!important;
	font-size:1rem!important;
}
table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th{
	background-color:hsla(0,0%,50.2%,0)
}

/* GRID REMOLQUES */

.datotecnico{
    font-size: 0.7rem;
    line-height: 1em;
    color: #979797;
    display: block;
}


/* ESPECIFICIONES TÉCNICAS  FICHA DE PRODUCTO*/
dt.name {
    font-weight: 700!important
}

.product-features>dl.data-sheet dd.value,.product-features>dl.data-sheet dt.name {
    width: 49%;
    float: left;
    font-weight: 400;
    background: #fff;
    border-bottom: 1px solid #ddd;
    padding: .625rem;
    margin-right: 1%;
    min-height: 3rem;
    word-break: break-word
}

dd {
    display: block;
    margin-inline-start:40px;margin-bottom: .5rem;
    margin-left: 0
}
.value{
    color:#B1B1B1;
}
@media (max-width: 480px){
	.product-features>dl.data-sheet dd.value,.product-features>dl.data-sheet dt.name {
    width: 100%;
}
}



