/* Main Color #38588a;*/
/* Main Font carosbold_italic;*/
@font-face {
	font-family: 'carosbold_italic';
	src: url('/modules/beter/views/fonts/caros/cretypecarosbolditalic-webfont.woff2') format('woff2'),
		url('/modules/beter/views/fonts/caros/cretypecarosbolditalic-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

h1.catalog-title span:first-of-type
{
    font-family: "carosbold_italic" !important;

}

.btn-to-top:hover:after,
.show .select-title,
.pagination a:hover {
	border-color: var(--color-deportes) !important;
}

main.categ-deportes .grid .show_grid,
.grid .highlighted-informations a:hover, 
.grid .highlighted-informations .add-cart:hover {
	color: #fff !important;
}

.product-miniature .product-flags .new, .product-miniature .product-flags .online-only, .product-miniature .product-flags .on-sale, .product-miniature .product-flags .discount-percentage, .product-miniature .product-flags .pack, .product-miniature .product-flags .out_of_stock,
main.categ-deportes .ui-slider-handle,
.btn-to-top,
.btn-to-top:active,
.btn-to-top:hover,
.grid .highlighted-informations a:hover, 
.grid .highlighted-informations .add-cart:hover,
main.categ-deportes a.disabled.js-search-link,
ul.opciones img.deportes.active, ul.opciones img.deportes:hover {
	background-color: var(--color-deportes) !important;
}

li.product-flag.new,
.js-search-filters-clear-all,
main.categ-deportes .js-search-link:hover {
	background-color: var(--color-deportes) !important;
	color: #fff !important;
}

.list .show_list,
main.categ-deportes .breadcrumb li:last-child,
h1.page-heading,
main.categ-deportes .grid .show_grid,
main.categ-deportes .display-view .view-item:hover {
	color: var(--color-deportes) !important;
}

.list .add-cart:hover i,
.list .add-cart:hover:before,
.list .addToWishlist:hover i,
.list .quick-view:hover i,
.list .link-view:hover i {
	background: var(--color-deportes) !important;
	border-color: white ;
	color: white !important;
  
}

main.categ-deportes .dropdown-menu>a:hover,
.dropdown-menu li>a:hover {
  background: var(--color-deportes) !important;
  color: white !important;
}

main.categ-deportes .wishlist-button-product {
	border: 2px solid var(--color-deportes) !important;
	color: var(--color-deportes) !important;
	transition: all 0.3s ease-in-out;
}
  
main.categ-deportes .wishlist-button-product:hover {
	background-color: var(--color-deportes) !important;
	color: #FFFFFF !important;
	border-color: #FFFFFF !important;
}

.product-variants-item .input-radio:checked + span,
main.categ-deportes .product-variants-item .input-radio:checked+span {
	background-color: var(--color-deportes);
	color: #FFFFFF;
}

button.btn-primary {
	background-color: var(--color-deportes) !important;
	border-color: var(--color-deportes) !important;
}

button.btn-primary:hover {
	background-color: #FFFFFF !important;
	color: var(--color-deportes) !important;
	border-color: var(--color-deportes) !important;
}

/* MENU DEPORTES */
li.opciones.Deportes a {
	color: #FFF !important;
}

li.opciones.Deportes {
	background-color: var(--color-deportes);
}

.quickview .arrows i:hover {
    background-color: var(--color-deportes);
}
.quickview .arrows i:active {
    background-color: var(--color-deportes);
}

.modal .close:hover {
	background-color: var(--color-deportes);
}