/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;700&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');*/
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?b77wjk');
  src:  url('../fonts/icomoon.eot?b77wjk#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?b77wjk') format('truetype'),
    url('../fonts/icomoon.woff?b77wjk') format('woff'),
    url('../fonts/icomoon.svg?b77wjk#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}


@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBoldItalic.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Arial';
    src: url('../fonts/Arial-LgtItl.woff2') format('woff2'),
        url('../fonts/Arial-LgtItl.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Arial';
    src: url('../fonts/Arial-Lgt.woff2') format('woff2'),
        url('../fonts/Arial-Lgt.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


h1,h2,h3,h4,h5,h6 {
  font-family: "Poppins", sans-serif !important;
  font-weight: 600 !important;
  font-style: normal;
}

p, a, input::placeholder, span{
  font-family: 'Arial', sans-serif !important;
  font-weight: 300 !important;;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-restore:before {
  content: "\e906";
  color: #0FC3FF;
}
.icon-wish:before {
  content: "\e900";
  color: #4e4e4e;
}
.icon-user:before {
  content: "\e901";
  color: #fff;
}
.icon-truck:before {
  content: "\e902";
  color: #fff;
}
.icon-time:before {
  content: "\e903";
  color: #0FC3FF;
}
.icon-email:before {
  content: "\e904";
  color: #fff;
}
.icon-cart:before {
  content: "\e905";
  color: #fff;
}

.icon-cart:hover:before, .icon-user:hover:before, .icon-email:hover:before {
    color: #764397;
}

/*.icon-user:hover:before {
	color: #764397;
}*/

body {
	font-family:'Open Sans';
}
.mb100 {
	margin-bottom:100px;
}
#index #wrapper {
  padding-top: 0;
}
.banner_superior p,
#header .header-nav #_desktop_contact_link #contact-link {
	margin: 0.45rem 0;
	text-align: right;
}
.banner_superior p {
	color:#EFA842;
}
#wrapper {
  background: #f9f9f9;
}
#content-wrapper-bottom {
	width: 1200px;
	margin: auto;
	padding-bottom: 50px;
}
.card {
	background:transparent;
}
h1, .h1 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}
#_desktop_top_menu {
	width:100%;
	background:#EFA842;
}
.top-menu[data-depth="0"] {
  text-align: center;
  max-width:1200px;
  margin:auto;
}
.top-menu a[data-depth="0"] {
	color:#fff !important;
	font-family:'Open Sans';
	padding: .625rem 1.2rem;
}
#header .menu > ul > li {
  border-right:1px solid #fff;
}
#header .menu > ul > li:last-child {
  border-right:none;
}
#_desktop_cart {
    float: right;
    padding: 0;
    margin-top: -5px;
}
#_desktop_user_info {
	float:right;
	padding:10px;
}
#_desktop_cart i {
	font-size:32px;
	cursor: pointer;
	padding-right: 35px;
}
#_desktop_user_info i {
  font-size: 24px;
  line-height:32px;
}
.cart-products-count {
	background: #0FC3FF;
	color: #fff;
	width: 22px;
	text-align: center;
	border-radius: 50px;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
#search_widget form input {
	background-color: #fff;
	border: 1px solid #1663ad;
}
#search_widget form i {
  right: 0;
  top: 0;
  background: #1663ad;
  color: #fff;
  width: 50px;
  height: 100%;
  border-radius: 5px;
  text-align: center;
  line-height: 33px;
}
.header-top #search_widget input {
  padding-left: 1rem;
  padding-right:40px;
}
#products .products-section-title, .featured-products .products-section-title, .product-accessories .products-section-title {
  text-align: left;
  font-family: 'Open Sans';
  text-transform: none !important;
  font-size: 40px;
  padding-bottom:20px;
  border-bottom:2px solid #ccc;
  position:relative;
}
.franja {
	position: absolute;
	width: 10%;
	border: 3px solid #00c4ff;
	bottom: -20px;
}
.product-miniature .thumbnail-container {
	border-radius: 10px;
	border: 1px solid #d8d8d8;
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
}
.product-miniature .product-title {
	text-align:center;
	min-height:40px;
}
.product-miniature .product-title a {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 700;
	color: #000;
}
.product-miniature .product-price-and-shipping {
	text-align:center;
}
.product-miniature .product-price-and-shipping .price {
	color:#ad6fc4;
}
.product-flags li.product-flag.discount-percentage, .product-flags li.product-flag.discount-amount, .product-flags li.product-flag.discount {
  background-color: #ff0000;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-top: 0;
}
 /* custom text module */
#custom-text {
 	background:transparent;
	padding-left:0;
	padding-right:0;
 }
#custom-text .products-section-title {
	text-align: left;
	font-family: 'Open Sans';
	text-transform: none !important;
	font-size: 40px;
	padding-bottom: 20px;
	border-bottom: 2px solid #ccc;
	position: relative;
	font-weight: 500;
 }
#custom-text .row {
 	margin-top:30px;
}
#custom-text p {
	margin:0;
}
#custom-text img {
	filter: brightness(60%);
	border-radius: 10px;
}
#custom-text .titulo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'Open Sans';
	font-size:20px;
	margin: 0;
}
#custom-text .titulo a {
	color:#fff;
}
 /*htmlhome*/
.devoluciones {
	margin: 90px 0;
	background: #fff;
}
.devoluciones .row {
	padding:0 15px;
}
.devoluciones > div > div {
 	padding:48px;
	border-right:1px solid #c4c4c4;
}
.devoluciones > div > div:last-child {
	border-right:none;
}
.devoluciones p {
	margin-bottom:0;
	font-family: 'Open Sans';
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	color: #000;
	min-height:80px;
}

.devoluciones i:before {
	font-size: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1rem;
	color:	#00c4ff;
}

/* category */
#subcategories {
  margin-bottom: 0;
  border-top: none;
  width: 1200px;
  margin: auto;
}
#subcategories ul li {
	position:relative;
	width: calc(100% / 3 - 20px);
	background:rgba(0,0,0,.6);
	height:180px;
	max-height:180px;
	overflow:hidden;
	border-radius:10px;
}
#subcategories ul li .subcategory-image {
  padding: 0;
}
#subcategories ul li .subcategory-image a {
	padding:0;
	border:0;
}
#subcategories ul li .subcategory-image a img {
    filter: brightness(60%);
    border-radius: 10px;
    width: 100%;
    height: 180px;
    object-fit: cover;
    padding: 10px;
}
#subcategories ul li h5 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#subcategories ul li h5 a {
	color:#fff;
}
.subcategory-name:hover a {
	color:#fff;
}

#subcategories ul li .subcategory-name:hover {
    color: #fff;
}

#subcategories ul li:hover .subcategory-image a {
	padding:0;
	border:none;
}
.block-category {
	min-height:auto;
}
.block-category.card-block {
	padding:0 15px;
	margin-top:50px;
}
.block-category h1 {
	text-transform:none;
	font-weight:500;
	font-family:'Open Sans';
	padding-bottom: 20px;
	border-bottom: 2px solid #ccc;
	position: relative;
}
.category-cover {
	background-color:#AD6FC4;
	min-height:190px;
	width: 99.4vw;
	position: relative;
	margin-left: -50vw;
	margin-top: -1.563rem;
	left: 50%;
}
.category-cover .breadcrumb {
	width: 1200px;
	margin: auto;
	padding: 0 15px;
	line-height: 190px;
}
.category-cover .breadcrumb li a {
  color: #ad6fc4  !important;
}
#wrapper .breadcrumb li:last-child,
#wrapper .breadcrumb li::after {
	color:#000;
}

#search_filters, #search_filters_brands, #search_filters_suppliers {
	background:transparent;
}
.products-sort-order .select-title, .brands-sort .select-title, .suppliers-sort .select-title {
	border-radius:50px;
}

/* product page */
#product #main {
	background: #fff;
	padding: 20px;
	margin-bottom: 100px;
}
.product-comments-additional-info,
.product-comments-additional-info .comments-note {
	margin-bottom:0;
}
.btn-primary {
	background-color:#AD6FC4;
	border-radius:50px;
}
.btn-primary:hover {
	background-color:#000;
}
.product-price,
.current-price .current-price-value {
  color: #0FC3FF;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}
.tabs .nav-tabs {
	border:none;
	background:#efefef;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.tabs .nav-tabs .nav-link {
	padding:16px 32px;
}
.tabs .nav-tabs .nav-link.active,
.tabs .nav-tabs .nav-link:hover {
  color: #fff;
  border: none;
  border-bottom: none;
  background: #AD6FC4;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
.tabs .nav-tabs .nav-item {
	margin-bottom:0;
}
.product-prices .discount {
	display: block;
	color: red;
	padding: 10px 0;
	font-weight: 600;
	font-size:14px;
	line-height:18px;
}
.current-price .current-price-value,
.current-price .product-discount {
	float:left;
}
.current-price .product-discount {
  font-size: 14px;
  line-height: 18px;
  vertical-align: bottom;
  margin:18px 0 0 5px;
}
.envios {
	color: #0FC3FF;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}
.images-container .product-images > li.thumb-container > .thumb {
  border: 1px solid #898989;
  border-radius: 5px;
  margin-right:10px;
}
.product-images > li.thumb-container > .thumb.selected, .product-images > li.thumb-container > .thumb:hover {
  border: #764397 1px solid;
  border-radius:5px;
}

/*footer*/
.copy-container {
	background: #002140;
	position: relative;
	line-height:50px;
}
.copy-container p {
	margin-bottom:0;
	color:#fff;
}
.copy-container img {
	margin-left:10px;
}
.block-categories {
  padding: 0 1.25rem;
  margin-bottom: 0;
  background: transparent;
}

/* cms */
.cms-cover {
	background-size:cover;
	min-height:190px;
	width: 99.4vw;
	position: relative;
	margin-left: -50vw;
	margin-top: -1.563rem;
	left: 50%;
}
.cms-cover .breadcrumb {
	width: 1200px;
	margin: auto;
	padding: 0 15px;
	line-height: 190px;
}
.cms-cover .breadcrumb li a {
  color: #fff !important;
}
.cms-cover h1,
.category-cover h1 {
  color: #ad6fc4 ;
  max-width: 1200px;
  margin: auto;
  margin-top: -80px;
}
.page-content.page-cms {
	background:transparent;
}
.cms-title {
	text-align: left;
	font-family: 'Open Sans';
	text-transform: none !important;
	font-size: 40px;
	padding-bottom: 20px;
	border-bottom: 2px solid #ccc;
	position: relative;
	margin: 2.5rem 0;
}
.jmc .col-md-4 {
	padding-right:58px;
}
.jmc h3 {
	padding:16px 0;
	margin:0;
	font-size:32px;
	line-height:40px;
}

/* specials */
#homespecial_list .bx-prev::before,
#homespecial_list .bx-next::before {
  font-family: 'Material Icons';
  color: #fff !important;
  font-size: 28px;
  background: #EFA842;
  border-radius: 50px;
 }
#homespecial_list .bx-prev::before {
  content: '\E5CB' !important;
 }
#homespecial_list .bx-next::before {
  content: '\E5CC' !important;
}

/* imagenes en el menu */
.top-menu li {
	text-align:center;
}
.img-menu {
	max-width:120px;
	display:block;
    margin:auto;
}


.modal-backdrop.fade,
.modal-backdrop {
    display: none !important;
}

.carousel .carousel-inner {
    height: 400px;
}

.carousel .carousel-item figure {
    width: 100%;
}

.imgShadow {
    background: #999999;
    border-radius: 10px;
}

body {
    overflow-x: hidden;
}

/* .header-top div#search_widget {
    display: none;
} */

#header .header-top .position-static {
    position: relative;
    padding-left: 0;
    width: 86%;
    background: transparent;
    padding-top: 5px;
}

#header .header-top a[data-depth="0"] {
    text-transform: none;
	color: #000 !important;
}

#header .top-menu a[data-depth="0"]:hover {
    color: #0fc3ff !important;
    text-decoration: none;
}

#header {
    background-color: #ad6fc4;
}
#header .header-top {
	background-color: #f7efe6;
}

#header .menu > ul > li {
    border-right: 0;
}



.buscador i:hover {
    color: #0fc3ff;
}

.buscador i {
    font-size: 30px;
    padding-top: 10px;
    color: #000;
}




.buscador {
    float: right;
}

.modal .btn-close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	z-index: 1050; /* Asegura que esté encima del contenido del modal */
	width: 1.5rem;
	height: 1.5rem;
	padding: 0;
	background-color: transparent;
	border: 0;
	cursor: pointer;
}

.modal .btn-close::after {
	content: '×';
	font-size: 1.25rem;
}

.modal #search_widget {
    float: none;
}



#header #_desktop_contact_link a:hover,
#header #_desktop_contact_link span:hover {
    color: #764397;
    text-decoration: none;
}
#header #_desktop_contact_link a,
#header #_desktop_contact_link span {
    color: #fff;
}


/**/
.header-top div#search_widget {
    float: inline-start;
    text-align: center;
    /* margin: 0 auto; */
    width: 100%;
    /* margin-bottom: 15px; */
    max-width: 100%;
}

#search_widget form input {
	border: 1px solid #ad6fc4;
}

#search_widget form i {
  background: #ad6fc4;
}

.copy-container {
  background: #ad6fc4;
}

#header .header-top .position-static {
	width: 90%;
}

#header .top-menu a[data-depth="0"]:hover {
	color: #ad6fc4 !important;
}

.top-menu a[data-depth="0"] {
	padding: 10px 7px;
}
.top-menu .sub-menu ul[data-depth="1"]>li {
	width: 27%;
}

.top-menu a[data-depth="1"], .top-menu a[data-depth="2"] {
	font-size: 10px;
}

#header .top-menu a:hover.dropdown-submenu {
	color: #ad6fc4;
}

.cart-products-count {
	background: #000;
	bottom: 5px;
	right: 51px;
}

.carousel-control {
	width: 5%;
}


.carousel .carousel-item .caption {
	bottom: auto;
	max-width: 30%;
	top: 10%;
	left: 10%;
}


.carousel .carousel-item .caption .display-1 {
    font-size: 45px;
    font-weight: 700;
    text-transform: none !important;
    color: #fff;
    margin-bottom: 25px;
}

.carousel .carousel-item .caption .caption-description h3 {
	font-size: 125px;
	font-weight: 600;
	color: #000;
	display: block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 50px;
}

.carousel .carousel-item .caption .caption-description h3 span.numero {
	font-size: 45px;
	color: #fff;
	margin-bottom: -70px;
	display: block;
	margin-left: -50px;
	text-decoration: line-through;
}

.carousel .carousel-item .caption .caption-description h3 span.simbolo {
	font-size: 35px;
	display: block;
	margin-left: 155px;
	margin-top: -115px;
	margin-bottom: 125px;
}


.contenidoSlider button.btn.btnSlider {
	width: 50%;
	background: #000;
	color: #fff;
	border-radius: 20px;
	border: 2px solid #000;
}

.contenidoSlider button.btn.btnSlider:hover {
	background: #00000080;
	color: #fff;
}
/**/


.product-flags li.product-flag {
    background: #ad6fc4;
}

.html-footer img {
    width: 170px;
    height: auto;
}

#header .header-top>.container {
    position: relative;
    width: 95%;
}



.product-miniature .highlighted-informations .quick-view:hover {
    color: #ad6fc4;
}

#search_filters .ui-widget-header.ui-slider-range {
    background: #ad6fc4;
}

.wishlist-button-add i {
    color: #ad6fc4 !important;
}

.block-contact a {
    color: #ad6fc4;
}

.block-contact a:hover {
    color: #ad6fc4;
    text-decoration: underline;
}

.footer-container li a:hover {
    color: #ad6fc4;
}

.footer-container li a {
    font-weight: 700;
}

a.legalesFooter:hover {
    text-decoration: underline;
}
a.legalesFooter {
    color: #fff;
    padding: 0 10px;
    border-right: 1px solid #fff;
}

#header .header-nav #_desktop_contact_link {
    padding-left: 40px;
	padding-top: 7px;
}


#header .header-nav .user-info {
    margin-top: 0;
}


#header .header-nav .blockcart {
    margin-left: 0;
    background: transparent;
}

#_desktop_cart,
#_desktop_user_info {
    display: none;
}

#footer .container {
    width: 95%;
}

@media (max-width: 1199px){

	.carousel .carousel-inner {
		height: auto;
	}

	.carousel-control {
		top: -35px;
	}

}



@media only screen and (max-width: 992px) {
	#search_widget {
	  min-width: 60%;
	  margin: 0 10%;
	}


	#subcategories.pageCat {
		width: 100%;
	}

	#subcategories ul li {
		width: calc(100% / 2 - 20px);
	}

	#_mobile_logo img {
		filter: brightness(0) invert(1) grayscale(100%);
	}

	#header .header-nav #menu-icon {
		color: #fff;
	}

	.header-top div#search_widget {
		width: 65%;
	}

}
@media only screen and (max-width: 768px) {
	#search_widget {
	  float: left;
	}
}

@media only screen and (max-width: 767px) {
	#header .header-top a[data-depth="0"] {
		color: #000 !important;
	}

	#subcategories ul li {
		width: calc(100% / 2 - 20px);
	}

	#content-wrapper-bottom {
		width: 100%;
	}

	.cart-products-count {
        bottom: 80px;
        right: 5px;
        width: 12px;
        height: 12px;
        font-size: 8px;
        line-height: normal;
    }

	#header .header-top {
		padding: 5px 0;
	}
	#header .header-top .position-static {
		display: none;
	}

	.header-top div#search_widget {
		max-width: 90%;
		margin-top: 10px;
		width: 90%;
	}

	.devoluciones p {
		margin-top: 15px;
	}

	.devoluciones {
		text-align: center;
	}

	.devoluciones p {
		font-size: 35px;
		line-height: normal;
		margin-top: 15px;
	}

	.devoluciones i:before {
		font-size: 80px;
	}

	.copy-container .text-sm-right {
		text-align: center !important;
		line-height: 30px;
	}

	.copy-container .text-sm-left  {
		text-align: center !important;
		line-height: 30px;
		margin-bottom: 15px;
	}

	.copy-container {
		padding: 35px 0;
	}



	section#categoriasHome {
		padding-top: 30px;
	}

	#header .header-nav .user-info {
		margin-top: 0.9375rem;
	}
	#header .header-nav .blockcart {
		margin-left: 0.9375rem;
		background: #f6f6f6;
	}

	.icon-cart:before {
		content: "\e905";
		color: #000;
	}
}

@media only screen and (max-width: 600px) {


	#subcategories ul li {
		height: 125px;
		min-width: unset;
	}

	#subcategories ul li h5 {
		font-size: 14px;
		line-height: normal;
	}

	.cart-products-count {
		bottom: 80px;
		right: 5px;
	}


	#subcategories ul li .subcategory-image a img {
		height: 125px;
	}


	.devoluciones p {
		font-size: 20px;
	}

	.devoluciones i:before {
		font-size: 50px;
	}

	.copy-container {
		padding: 35px 0;
	}



}
