/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

@font-face {
  font-family: 'poppins-medium';
  src: url('https://www.bubblegummers.cl/fonts/Poppins-Medium.otf');
}

@font-face {
  font-family: 'poppins-bold';
  src: url('https://www.bubblegummers.cl/fonts/Poppins-Bold.otf');
}

@font-face {
  font-family: 'poppins-semi-bold';
  src: url('https://www.bubblegummers.cl/fonts/Poppins-SemiBold.otf');
}

body#index #wrapper{
	padding-top: 0;
}
.positionInherit{
	position: inherit;
}
.btn-danger{
	background: #E7001E;
	text-transform: uppercase;
	border: 1px solid #E7001E;
}
.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary:disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled:hover{
	background-color: #e30613;
	border-color: transparent;
	color: #FFF;
}
.btn-fb{
	background-color: #365BAB !important;
	background-image: url(../css/082a71677e756fb75817e8f262a07cb4.svg) !important;
	background-position: 20px center !important;
	background-repeat: no-repeat !important;
	border: 1px solid #365BAB !important;
}
.verticalAlignM{
	float: none;
	display: table-cell !important;
	vertical-align: middle;
}
.verticalAlignT{
	float: none;
	display: table-cell !important;
	vertical-align: top;
}
.btn-primary{
	background: #FF2C31;
	text-transform: uppercase;
	border: 1px solid #FF2C31;
}
	.btn-primary:hover, .btn-primary:focus{
		background: #ff1919;
	}
	.custom-radio {
		width: 14px;
		height: 14px;
	}
		.custom-radio input[type=radio]:checked+span{
			width: 6px;
			height: 6px;
		}

a{
	color: #FF2C31;
	text-decoration: none;
}
a.simple-link {
	color: #323232!important;
	text-decoration: none;
	cursor: pointer;
}
.ui-tooltip.ui-widget-content {
	color: #FFF;
	box-shadow: 0px 0px 0px;
	border: 0px solid #CCC;
	background: #000;
	border-width: 0px !important;
	font-size: 12px;
}
	.ui-widget-content:before {	
		position: absolute;
		width: 0;
		height: 0;
		border-color: transparent;
		border-style: solid;
		bottom: 36px;
		border-top-color: #868686;
		top: -5px;
		left: 50%;
		margin-left: -5px;
		content: "";
		border-width: 0 5px 5px;
		border-bottom-color: #868686;
		display: none;
	}
.img-center{
	margin: 0 auto !important;
	display: block;
}
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
.openModal{
	cursor: pointer;
}
.custom-slide{
	/*min-height: 400px;*/
	overflow: hidden;
	padding-left: 0px;
	padding-right: 0px;
}
.displayBlock{
	display: block;
}
.marginTop20{
	margin-top: 20px;
}
.marginTop30{
	margin-top: 30px;
}
.marginTop40{
	margin-top: 40px;
}
.margiBottom20{
	margin-bottom: 20px;
}
.margiBottom30{
	margin-bottom: 30px;
}
	.custom-slide div#carousel{
		/*margin-left: -15px;
		margin-right: -15px;*/
		margin-bottom: 0;
	}
	.carousel .carousel-control .icon-next:hover i, .carousel .carousel-control .icon-prev:hover i{
		color: #00A267;
	}
		.carousel .carousel-inner{
			margin-bottom: 0;
			/*height: 470px;*/
			height:auto;
		}
			.carousel .carousel-item{
				/*height: 470px;*/
				height:auto;
				background-size: cover;
			}

			.carousel li.carousel-item a {
			    position: static !important;
			    right: 0;
			    left: 0;
			    bottom: 0;
			    top: 0;
			    background-size: cover;
			    background-repeat: no-repeat;
			    background-position: center;
			}

		@media (max-width: 768px){

			.carousel .carousel-inner{
				margin-bottom: 0;
				/*height: 470px;*/
				height:auto;
			}
				.carousel .carousel-item{
					/*height: 470px;*/
					height:auto;
				}

				.carousel .carousel-item img {
				    width: 100% !important;
				    height: auto;
				}
				
		}
				.carousel li.carousel-item a{
					position: absolute;
					right: 0;
					left: 0;
					bottom: 0;
					top: 0;
					background-size: cover;
					background-repeat: no-repeat;
					background-position: center;
				}
				@media (min-width: 767px){
					li.carousel-item.active {
						/*margin-top: -15px;*/
					}
				}
				.carousel .carousel-item .caption {
					position: absolute;
					color: #fff;
					max-width: 768px;
					width: 100%;
					display: none !important;
				}
				.carousel .carousel-item .caption h1,
				.carousel .carousel-item .caption h2,
				.carousel .carousel-item .caption h3,
				.carousel .carousel-item .caption a,
				.carousel .carousel-item .caption p{
					text-shadow: 1px 1px 12px #333;
				}
				@media (min-width: 767px){
					.carousel .carousel-item .caption {
						bottom: 28px;
						left: 50%;
						margin-left: -384px;
						bottom: inherit !important;
						top: 50%;
						margin-top: -20px;
						text-align: center;
					}
				}
				@media (max-width: 767px){
					.carousel .carousel-item .caption h1,
					.carousel .carousel-item .caption h2,
					.carousel .carousel-item .caption h3{
						font-size: 30px;
					}
					.carousel .carousel-item .caption {
						max-width: 100%;
						width: 100%;
						left: inherit;
						top: 20%;
						text-align: center;
					}
				}
.hidden{
	display: none;
}
.cursor-pointer, .cursorPointer{
	cursor: pointer;
}
.form-control:focus, .input-group.focus{
	outline: 2px solid #e2001a;
}
.marginLR0{
	margin-left: 0px;
	margin-right: 0px;

}
.padding30{
	padding: 30px;
}
.paddingLR10{
	padding-left: 10px;
	padding-right: 10px;
}
.paddingMDBottom9{
	padding-bottom: 9px;
}
.paddingMDBottom15{
	padding-bottom: 15px;
}
.paddingBottom0{
	padding-bottom: 0 !important;
}
.paddingTop0{
	padding-top: 0 !important;
}
@media (min-width: 768px){
	.paddingMDL0{
		padding-left: 0;
	}
	.paddingMDR0{
		padding-right: 0;
	}
	.marginLR15{
		margin-left: 15px;
		margin-right: 15px;
	}
	.paddingLMD5{
		padding-left: 5px;
	}
	.paddingMDR5{
		padding-right: 5px;
	}
}
@media (min-width: 767px){
}
@media (max-width: 767px){
	.paddingXS0{
		padding: 0 !important;
	}
}
.ico-messenger {
	position: fixed;
	width: 70px;
	height: 70px;
	z-index: 900;
	background-image: url(../img/onlineExp_chat_icon_min.png);
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 20px;
	right: 20px;
}
.ico-messenger  a{
	width: 70px;
	height: 70px;
	display: block;
}
/*SEARCH*/
.ui-menu .ui-menu-item a {
	font-size: 11px;
	padding-top: 7px;
	padding-bottom: 7px;
}
	.ui-menu .ui-menu-item a:hover span {
		color:#E20514;
	}
.ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a.ui-state-active {
	background: inherit;
	border: 0px;
}
ul#ui-id-1 {
	border-radius: 7px;
	margin-top: 5px;
	display: none;
	border: 0px;
	box-shadow: 0px 0px 21px -6px #000;
}
	ul#ui-id-1 li{
		border-bottom: 1px solid #eaeaea;
	}
		ul#ui-id-1 li:last-child{
			border-bottom: 0px;
		}
	ul#ui-id-1 li a{
	}
		ul#ui-id-1 li a span.separator{
			font-weight: bold;
		}
		ul#ui-id-1 li a span.category{
			text-transform: uppercase;
		}
		ul#ui-id-1 li a span.product{
			font-weight: bold;
		}
.search-widget{
	float: none;
}
.search-widget form input[type=text]:focus{
	outline: 0px;
}
.search-widget form input[type=text]:focus+button .search{
	color: #e2001a;
}
.header-top .search-widget form input[type=text]{
	border-radius: 50px;
	font-size: 14px;
	padding-left: 20px;
}
	.search-widget form button[type=submit]{
		bottom: .4125rem;
	}
	@media (max-width: 767px){
		.header-top .search-widget {
			padding-top:15px;
			padding-bottom: 15px;
		}
	}
.search-widget form button[type=submit] .search:hover{
	color: #FF2C31;
}
body#search #main h2.h2 strong{
	color: #00a369;
}
/*END SEARCH*/
/*HEADER*/
#header .header-nav {
    /*border-bottom: 2px solid #f1f1f1;*/
    border-bottom: 0px;
    max-height: inherit; 
    margin-bottom: 0px;
}
.info-top-customersignin{
	margin-left: -15px;
	margin-right: -15px;
	text-align: center;
	display: block;
	line-height: 16px !important;
	height: 20px;
}
@media (max-width: 767px){
	#header .header-nav {
		margin-bottom: 0px !important;
		padding-bottom: 7px;
	}
}
#header .header-nav .cart-preview.active {
    background: #FFF;
	position: relative;
}
span.cart-products-count {
	background: #00A267;
	color: #FFF;
	width: 16px;
	height: 16px;
	line-height: 14px;
	font-size: 12px;
	position: absolute;
	text-align: center;
	border-radius: 50%;
	top: -3px;
	right: 13px;
	border: 1px solid #00A267;
	right: 20px;
	display: block !important;
}
@media (max-width: 767px){
	#header .header-nav .cart-preview.active {
	}
	span.cart-products-count{
		right: 2px;
		top: 1px;
	}
	#header .header-nav .user-info .logged{
		color: #333;
	}
}
.info-top-menu {
	text-transform: uppercase;
	font-size: 10px;
	line-height: 10px;
}
	.info-top-menu.firstname{
		float: left;
		text-align: center;
		width: 100%;
		display: block;
		margin-top: 5px;
	}
#header .header-nav .wishtlist_top{
	margin-top: .9375rem;
}
#header a:hover,
a:hover{
	color: #E20514;
}
#header a:hover{
	color: #00a369;
}
header{}
#main header.page-header,
.order-message-form.box header{
	border-top: 0px;
	color: #000;
	position: relative;
	padding-bottom: 0.5rem;
	text-align: center;
	margin-bottom: 1.5rem;
	font-size: 1.375rem;
	text-transform: uppercase;
}
	#main header.page-header:before,
	.order-message-form.box header:before{
		content: " ";
		position: absolute;
		bottom: 0px;
		height: 1px;
		width: 54px;
		background: #00a369;
		left: 50%;
		margin-left: -27px;
	}
#header .header-top {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 4px solid #00A369
}
.containerTop2{
	text-align: center;
	padding-top: 6px;
}
	.containerTop2 span{
		display: none;
	}
	.containerTop2 span.digi-custom-icon{
		display: block;
	}
		span.digi-custom-icon img {
			max-width: 30px;
		}
	.containerTop2 i {
		font-size: 30px;
	}
/*.container-search {
	display: block !important;
	position: absolute;
	left: -160px;
	right: 0px;
	bottom: -45px;
	z-index: 1000;
}*/
.digi-custom-icon.open-search{
	cursor: pointer;
	background: #FFF !important;
	padding: 0px 7px;
}
	.digi-custom-icon.open-search:hover,
	.digi-custom-icon.open-search:active,
	.digi-custom-icon.open-search:focus{
		background: #FFF !important;
		border: 0;
	}
.container-search.show-line button[type="submit"] img{
	max-width: 27px;
}
.container-search.show-line input[type="text"]{
	border: 0;
	padding: 5px;
	border-bottom: 2px solid #00a369;
	padding-top: 0px;
	font-size: 11px;
	width: 130px;
}
	.container-search.show-line input[type="text"]:focus{
		outline: none;
	}
/*.container-search.show-line{
	position: absolute;
	right: 15px;
	left: 15px;
	background: rgba(0,0,0,0.5);
	z-index: 100;
	top: 54px;
	padding-top: 30px;
	padding-bottom: 30px;
	display: block;
}
	.container-search.show-line input[type="text"]{
		background: rgba(0,0,0,0);
		border: 2px solid #e7251b;
		color: #FFF;
		padding: 6px 16px 6px 16px;
		min-width: 300px;
		font-size: 15px;
	}
	.container-search.show-line input[type="text"]::placeholder{
		color: #FFF;
	}
	.container-search.show-line button[type="submit"]{
		padding: 5px 10px;
		margin-top: -4px;
		padding: 5px 10px;
		margin-top: -4px;
		background: #FFF;
		border: 1px solid #FFF;
		color: #333;
	}*/
	.container-search.show-line button[type="submit"]:hover,
	.container-search.show-line button[type="submit"]:active,
	.container-search.show-line button[type="submit"]:focus{
		/*background: #FF2C31;*/
		border: 1px solid #FFF;
		color: #FFF;
	}
		.container-search.show-line button[type="submit"] i{
			font-size: 24px;
			margin: 0;
		}
	.container-search.show-line.active{
	}
.col-md-3.containerTop2 i {
	display: block;
	text-align: center;
	margin: 0 auto;
}
body > .col-md-6.links{
	width: 100%;
	background: #E5E5E5;
	padding-top: 3px;
	padding-bottom: 3px;
}
	@media (max-width: 768px) {
		body > .col-md-6.links{
			display:none;
		}
	}
	body > .col-md-6.links .col-md-6.wrapper{
		width: 100%;
		text-align: center;
	}
	body > .col-md-6.links h3.hidden-sm-down,
	body > .col-md-6.links .title {
	    display: none !important;
	}
		body > .col-md-6.links ul.collapse{
			display: block;
			margin-bottom: 0;
			display: inline-block;
			width: 100%;
			text-align: left;
		}
			body > .col-md-6.links ul.collapse li{
				display: inline-block;
				margin-left: 10px;
			}
				body > .col-md-6.links ul.collapse li a{
					color: #000;
					font-size: 12px;
				}
					body > .col-md-6.links ul.collapse li a:hover{
						text-decoration: underline;
						color: #000;
					}
			body > .col-md-6.links ul.collapse li:first-child{
				border-right: 1px solid #FFF;
			}
				body > .col-md-6.links ul.collapse li:first-child a{
					font-weight: bold;
					padding-right: 10px;
				}
			body > .col-md-6.links ul.collapse li:last-child{
				float: right;
				margin-left: 0;
			}
/*END HEADER*/
/*MENU*/
ul#top-menu {
    margin-top: 0;
    /*overflow: hidden;*/
    margin-bottom: 0;
    text-align: center;
}
ul.top-menu[data-depth="1"]>li>a{
    /*border-bottom: 1px solid #000;*/
	font-weight: 600;
}
ul.top-menu[data-depth="2"] {
    padding-left: 15px;
}
.top-menu .sub-menu.collapse {
	border-top: 4px solid #ffe601;
	background: rgba(255,255,255,0.9);
	border-left-color: rgba(255,255,255,0);
	z-index: 5000000 !important;
}
.top-menu .sub-menu.collapse {
	margin-left: -50px;
	width: auto;
}
	.top-menu .sub-menu.collapse:before{}
#header .header-top .menu{
	margin-bottom: 0px;
	/*padding-bottom: 5px;*/
	/*border-top: 1px solid #ccc;*/
	/*margin-top: 20px;*/
}
	#header .header-top a{
		font-family: 'Open Sans', sans-serif;
	}
	#header .header-top a[data-depth="0"] {
		color: #333;
		font-size: 13px;
		font-weight: normal;
		padding: 15px 15px;
		text-transform: capitalize;
		position: relative;
	}
		#header .top-menu a[data-depth="0"]:hover,
		#header .menu>ul>li:hover>a[data-depth="0"]{
			color: #00a369;
		}
	.top-menu .sub-menu{
		/*display: none !important;*/
	}
	.top-menu .sub-menu ul[data-depth="1"]>li{
		/*width: 21%;*/
	}
	@media (max-width: 767px){
		.top-menu .sub-menu ul[data-depth="1"]>li{
			width: 100%;
		}
		.containerTop2{
			background: #FFF;
			text-align: center !important;
			margin-bottom: 0px;
		}
		.containerTop2 #search_widget{
			text-align: center;
		}
	}
	#header .header-top .menu>ul>li{
		display: inline-block;
		position: relative;
		/*float: none;*/
	}
		#header .header-top .menu>ul>li a{
			text-transform: inherit;
		}
		#header .header-top .menu>ul>li>a:after{
			content: " ";
			border-width: 8px;
			border-color: transparent transparent #ffe601 transparent;
			border-style: inset inset solid inset;
			bottom: -1px;
			display: none;
			height: 16px;
			left: 50%;
			margin-left: -8px;
			position: absolute;
			width: 16px;
			display: none;
		}
		#header .header-top .menu>ul>li:hover a:after{
			display: block;
		}
	#header .header-top .menu.f-nav>ul>li{
		float: none;
	}
	div.menu.js-top-menu.f-nav {
		position: fixed !important;
		top: 0;
		z-index: 10000;
		background: #FFF;
		margin-top: 0px !important;
		border-top: 0px !important;
		border-bottom: 1px solid #CCC;
		left: 0;
		right: 0;
	}
	div#_desktop_logo {}
		div#_desktop_logo > a {
			overflow: hidden;
			display: block;
			z-index: 1000;
			position: relative;
			max-width: 99px;
		}

	#header .header-top .menu>ul>li.hidden-md-down.logo-nav {
	    display: none;
	}
	#header .header-top .menu>ul>li.hidden-md-down.logo-nav .img-responsive{
		max-width: 100px;
		padding: 10px;
	}
	#header .header-top .menu.f-nav>ul>li.hidden-md-down.logo-nav {
	    position: absolute;
	    left: 14px;
	    display: block;
	}
		#header .header-top .menu.f-nav>ul>li.hidden-md-down.logo-nav a{
			padding: 0;
		}
	#header .header-top .menu>ul>li.hidden-md-down.account-nav,
	#header .header-top .menu>ul>li.hidden-md-down.lista-nav,
	#header .header-top .menu>ul>li.hidden-md-down.carro-nav{
		display: none;
	}
	#header .header-top .menu.f-nav>ul>li.hidden-md-down.account-nav,
	#header .header-top .menu.f-nav>ul>li.hidden-md-down.lista-nav,
	#header .header-top .menu.f-nav>ul>li.hidden-md-down.carro-nav{
		display: block;
		color: #333;
		bottom: 0px;
		top: 0px;
		padding-top: 13px;
		width: 50px;
		position: absolute;
	}
		#header .header-top .menu.f-nav>ul>li.hidden-md-down.account-nav{
			right: 50px;
		}
		#header .header-top .menu.f-nav>ul>li.hidden-md-down.lista-nav{
			right: 50px;
		}
		#header .header-top .menu.f-nav>ul>li.hidden-md-down.carro-nav{
			right: 0px;
		}
		#header .header-top .menu.f-nav>ul>li span.container-info{
			background: #00A267;
			border-radius: 50%;
			width: 17px;
			height: 17px;
			color: #FFF;
			display: block;
			top: 5px;
			right: 5px;
			position: absolute;
			font-size: 11px;
			line-height: 15px;
		}
		#header .header-top .menu.f-nav>ul>li.hidden-md-down.account-nav a,
		#header .header-top .menu.f-nav>ul>li.hidden-md-down.lista-nav a,
		#header .header-top .menu.f-nav>ul>li.hidden-md-down.carro-nav a{
			padding: 0;
		}
		@media (max-width: 767px){
			#header .header-nav .user-info {
			    text-align: center;
			    margin-left: 0;
			    padding-right: 10px;
			}
			.wishtlist_top .cart-wishlist-number{
				right: -8px;
				top: -13px;
			}
		}
/*END MENU*/
/*HOME*/
.container-slider-fluid{	
	margin-top: 30px;
	margin-bottom: 30px;
}
	.slider-fluid{
	}
		.slider-fluid > div{
			background-size: cover;
			background-position: center;
			background-repeat: no-repeat;
		}
			.slider-fluid > div h3{
				line-height: 200px;
				text-align: center;
				color: #FFF;
				text-shadow: 1px 0px 6px #000;
				position: relative;
				z-index: 100;
				cursor: pointer;
				margin: 0;
			}
		.slider-fluid > div:hover .mask{
			opacity: 1;
		}
			.slider-fluid .mask{
				position: absolute;
				top: 0;
				bottom: 0;
				left: 0;
				right: 0;
				background: rgba(226,6,18,0.5);
				opacity: 0;
				transition: all 0.3s ease;
			}
		.carousel .carousel-control .icon-next i, .carousel .carousel-control .icon-prev i {
			font-size: 3.125rem;
			color: #333;
			border-radius: 50%;
			background: #FFF;
			text-shadow: 0px 0px 0px;
		}
		.carousel .carousel-control .icon-prev {
		    left: 2rem;
		}
		.carousel .carousel-control .icon-next {
		    right: 3rem;
		}
	.digi-video-container{}
		.digi-video-container h3{
			color: #2E2E2E;
			font-size: 30px;
		}
		.digi-video-container span.description{
			color: #878787;
			font-size: 17px;
			line-height: 22px;
		}
	/*additional icon information*/
	.icons-information{
		text-align: center;
		margin-top: 25px;
	}
		.icons-information i{
			display: block;
			font-size: 45px;
			margin-bottom: 5px;
			margin: 0 auto;
		}
		.icons-information span{}
	/*end additional icon information*/
	.banner-fullwidth{
		background-repeat: repeat;
		background-position: center;
	}
		.banner-fullwidth .banner{
			margin: 0 !important;
		}
			.banner-fullwidth .description-text{
				margin-top: 60px;
			}
			.banner-fullwidth .description-banner{
				color: #FFF;
				font-size: 40px;
				line-height: 52px;
			}
			@media (max-width: 767px){
				.banner-fullwidth .description-text{
					margin-bottom: 20px;
					text-align: center;
				}
			}
#pscl_cmsinfo_block{
	/*background: url("../img/bg-oscuro.jpg");*/
	/*background-repeat: no-repeat;*/
	/*background-size: cover;*/
	/*background-position: bottom center;*/
	/*background-attachment: fixed;*/
	margin-left: -15px;
    margin-right: -15px;
}
.sectionHome2{
	margin-top:-20px !important;
	padding: 0px 10px 0px 15px !important;
}
	.sectionHome2 > div{
		margin-bottom: 12px !important;
		/*height: 354px;*/
		overflow: hidden;
	}

	.sectionHome2 > .col-md-12 {
    	padding-right:7px;
	}
		.sectionHome2 > div a.digi-link-hover{
			overflow: hidden;
			position: relative;
			display: block;
		}
		.sectionHome2 > div a.digi-link-hover:before{
			content: "";
			position: absolute;
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			transition: box-shadow 0.3s ease-in-out;
		}
		.sectionHome2 > div a.digi-link-hover:hover:before{
			/*box-shadow: inset 0 0 8px rgba(0,0,0,.6);
			-moz-box-shadow: inset 0 0 8px rgba(0,0,0,.6);
			-webkit-box-shadow: inset 0 0 28px 7px rgba(0,0,0,.6);*/
		}
		.sectionHome2 > div:hover > a > div.background{
			transform: scale(1.2);
		}
		.sectionHome2 > div > a{
			position: absolute;
			left: 15px;
			right: 15px;
			bottom: 0;
			top: 0;
		}
		.sectionHome2 > div span{
			z-index: 30;
			padding: 20px;
			position: absolute;
			right: 0px;
			left: 0px;
			bottom: 0;
			text-align: center;
			top: 0px;
			color: #FFF;
			font-weight: normal;
			text-shadow: 1px 1px 1px #000;
			margin: auto;
			height: 110px;
			font-size: 30px;
		}
		.sectionHome2 > div > a > div.background{
			background-repeat: no-repeat;
			background-size: cover;
			position: absolute;
			right: 0;
			top: 0;
			bottom: 0;
			left: 0;
			transition: all .5s;
		}
		@media (max-width: 767px){
			.digi-video-container .verticalAlignM,
			.digi-video-container .verticalAlignT{
				display: inline-block !important;
			}
				.digi-video-container .verticalAlignT{
					margin-top: 30px;
				}
			.sectionHome2{
				padding-top: 30px !important;
			}
			.sectionHome2 > div {
				margin-bottom: 15px;
				/*height: 110px;*/
				overflow: hidden;
			}
				.sectionHome2 > div.col-md-12 .row .col-md-4{
					margin-bottom: 15px;
					overflow: hidden;
				}
				.sectionHome2 > div > a > div{
					background-position: 50% 80%;
				}
				.sectionHome2 > div > a > span{
					background: rgba(21, 20, 20, 0.7);
					line-height: 32px;
					height: 70px;
				}
				.sectionHome2 > div:nth-child(1){

				}
					.sectionHome2 > div:nth-child(1) > a > span{
						right: initial;
					}
				.sectionHome2 > div:nth-child(2){

				}
					.sectionHome2 > div:nth-child(2) > a > span{
						left: initial;
					}
				.sectionHome2 > div:nth-child(3){

				}
					.sectionHome2 > div:nth-child(3) > a > span{
						right: initial;
					}
				.sectionHome2 > div:nth-child(4){

				}
					.sectionHome2 > div:nth-child(4) > a > span{
						left: initial;
					}
		}
/*END HOME*/
/*SLIDE PRODUCT*/
body#index section.featured-products.clearfix {
    margin-top: 20px;
}
.products-section-title-custom, #products .products-section-title, .featured-products .products-section-title, .product-accessories .products-section-title, .product-miniature .products-section-title
,.section-title{
	color: #000;
	position: relative;
	padding-bottom: 0.5rem;
	text-align: center;
	margin-bottom: 1.5rem;
	font-size: 1.375rem;
	text-transform: uppercase;
	font-weight: normal;
}
	.products-section-title-custom:before, #products .products-section-title:before, .featured-products .products-section-title:before, .product-accessories .products-section-title:before, .product-miniature .products-section-title:before
	,.section-title:before{
		/*content: " ";
		position: absolute;
		bottom: 0px;
		height: 1px;
		width: 54px;
		background: #FF2C31;
		left: 50%;
		margin-left: -27px;*/
	}
.slick-list.draggable {
	padding-top: 5px;
}
button.slick-arrow {
	display: block;
	width: 0px;
	padding: 0;
	border: 0;
	font-size: 0px;
	cursor: pointer;
}
	button.slick-prev.slick-arrow {
		position: absolute;
		margin-top: -20px;
		top: 50%;
		z-index: 300;
		left: -10px;
	}
		button.slick-prev.slick-arrow:before {
			font-family: "Material Icons";
			content: "\E314";
			position: absolute;
			left: 0px;
			font-size: 60px;
			color: #00A267;
		}
	button.slick-next.slick-arrow {
		position: absolute;
		margin-top: -20px;
		top: 50%;
		right: -10px;
		z-index: 300;
	}
		button.slick-next.slick-arrow:before {
			font-family: "Material Icons";
			content: "\E315";
			position: absolute;
			left: -60px;
			font-size: 60px;
			color: #00A267;
		}
	button.slick-arrow:focus{
		outline: none;
	}
/*SLIDE PRODUCT*/

/*PRODUCT LIST*/
.products-sort-order .select-list.current {
    background: #2fb5d2;
    color: #fff;
    text-decoration: none;
}
#products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-miniature .thumbnail-container{
	width: 100%;
	height: inherit;
	box-shadow: 0px 0px 0px 0 rgb(0,0,0);
	border: 0px;
}
	#products .thumbnail-container:hover, .featured-products .thumbnail-container:hover, .product-accessories .thumbnail-container:hover, .product-miniature .thumbnail-container:hover{
		border: 0px;
		box-shadow: 0px 0px 0px 1px rgb(0, 162, 103);
	}
	.digi-discount{
		position: absolute;
		right: 10px;
		top: 10px;
		width: 50px;
		height: 50px;
		border-radius: 50%;
		background: #00a369;
		color: #FFF;
		z-index: 900;
	}
	body#product .digi-discount{
		width: 70px;
		height: 70px;
	}
		.digi-discount .numberDiscount{
			width: 50px;
			height: 50px;
			display: block;
			line-height: 45px;
			text-align: center;
			font-weight: bold;
			font-size: 23px;
		}
		body#product .digi-discount .numberDiscount{
			width: 70px;
			height: 70px;
			line-height: 60px;
			font-size: 35px;
		}
		.digi-discount .textDiscount{
			position: absolute;
			bottom: 0;
			text-transform: uppercase;
			font-size: 8px;
			text-align: center;
			width: 100%;
		}
		.digi-discount .icoPercentage{
			position: absolute;
			top: 0px;
			right: -6px;
			width: 21px;
			height: 21px;
			background: #FFF;
			border-radius: 50%;
			text-align: center;
			font-weight: bold;
			line-height: 17px;
			font-size: 12px;
			border: 2px solid #00a369;
			color: #00a369;
		}
		body#product .digi-discount .icoPercentage{
			right: 0px;
		}
#products .product-description, .featured-products .product-description, .product-accessories .product-description, .product-miniature .product-description{
	width: inherit;
	position: inherit;
	height: inherit;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 15px;
}
#products .product-title, .featured-products .product-title, .product-accessories .product-title, .product-miniature .product-title{
	margin-top: 5px;
	padding-top: 1px;
	height: 42px;
	margin-bottom: 1px;
}
	#products .product-title a, .featured-products .product-title a, .product-accessories .product-title a, .product-miniature .product-title a{
		font-size: 12px !important;
		text-transform: uppercase;
		font-weight: bold;
		color: #4d4d4d;
	}
	@media (max-width: 767px){
		#products .product-title a, .featured-products .product-title a, .product-accessories .product-title a, .product-miniature .product-title a{
			font-size: 12px !important;
		}
	}
#products .short-description, .featured-products .short-description, .product-accessories .short-description, .product-miniature .short-description{
	height: 0px;
}
#products .product-miniature, .featured-products .product-miniature, .product-accessories .product-miniature, .product-miniature .product-miniature{
	margin: initial;
	outline: none;
	margin-bottom: 30px;
}
#products .product-miniature:hover, .featured-products .product-miniature:hover, .product-accessories .product-miniature:hover, .product-miniature .product-miniature:hover{
	/*box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 1);*/
}
#products .highlighted-informations, .featured-products .highlighted-informations, .product-accessories .highlighted-informations, .product-miniature .highlighted-informations{
	width: 100%;
	position: inherit;
	bottom: inherit;
	height: inherit;
}
#products img, .featured-products img, .product-accessories img, .product-miniature img{
	margin: 0;
}
#products .thumbnail-container:focus .product-description:after, #products .thumbnail-container:hover .product-description:after, .featured-products .thumbnail-container:focus .product-description:after, .featured-products .thumbnail-container:hover .product-description:after, .product-accessories .thumbnail-container:focus .product-description:after, .product-accessories .thumbnail-container:hover .product-description:after, .product-miniature .thumbnail-container:focus .product-description:after, .product-miniature .thumbnail-container:hover .product-description:after{
	border-top: 0px;
}
#products .product-price-and-shipping, .featured-products .product-price-and-shipping, .product-accessories .product-price-and-shipping, .product-miniature .product-price-and-shipping {
    color: #4d4d4d;
    font-size: 20px;
}
	#products .product-price-and-shipping a,
	.featured-products .product-price-and-shipping a,
	.product-accessories .product-price-and-shipping a,
	.product-miniature .product-price-and-shipping a{
		color: #4d4d4d; 
	}
#products .regular-price, .featured-products .regular-price, .product-accessories .regular-price, .product-miniature .regular-price,
#products .false-price, .featured-products .false-price, .product-accessories .false-price, .product-miniature .false-price {
	color: #7a7a7a;
	text-decoration: line-through;
	font-size: .875rem;
	display: block;
	height: 24px;
	padding-top: 5px;
	font-weight: normal;
	margin-bottom: 0px;
}
	@media (max-width: 767px){
		#products .regular-price, .featured-products .regular-price, .product-accessories .regular-price, .product-miniature .regular-price,
		#products .false-price, .featured-products .false-price, .product-accessories .false-price, .product-miniature .false-price {
			margin-bottom: 5px;
		}
	}
.product-miniature button.add_to_cart {
	color: #FFF;
	background: #FF2C31;
	border: 0px;
	border-radius: 0px;
	padding: 5px;
	font-weight: normal;
	box-shadow: inherit;
	border-radius: 3px;
	font-size: 12px;
	line-height: 18px;
}
	.product-miniature button.add_to_cart:hover {
		background: #E30613;
		color : #FFF;
	}
	a.manufacturer-product-list {
		position: absolute;
		right: 5px;
		top: 5px;
		max-width: 50px;
		z-index: 700;
	}
		a.manufacturer-product-list img{
			width: 100%;
		}
	li.product-flag.online-only{
		display: none !important;
	}
	.product-flags{
		width: initial !important;
		top: -10px;
		z-index: 100;
	}
	.product-flags li.product-flag{
		font-size: 11px !important;
		width: 100% !important;
		min-height: 25px !important;
		height: 25px;
		line-height: 15px !important;
		min-width: 70px !important;
	}
		body#product .product-flags li.product-flag {
			line-height: 25px !important;
			text-transform: uppercase;
			font-weight: bold;
			padding-left: 10px;
			padding-right: 9px;
		}
		body#product article .product-flags li.product-flag {
			line-height: 15px !important;
		}
		a.link-size-chart{
			margin-bottom: 20px;
			display: inline-block;
		}
	.product-flags li.product-flag.on-sale{
		position: relative !important;
		width: 100% !important;
		margin-top: 10px !important;
	}
	.product-flags li.product-flag.new {
	    height: 25px !important;
	    margin-top: 10px !important;
	    left: 0px !important;
	    background: #de001c !important;
	    top: 0 !important;
	}
	#products .product-miniature .discount-percentage.on-sale, #products .product-miniature .on-sale.on-sale, #products .product-miniature .online-only.on-sale, #products .product-miniature .pack.on-sale, #products .product-miniature .product-flags .new.on-sale, .featured-products .product-miniature .discount-percentage.on-sale, .featured-products .product-miniature .on-sale.on-sale, .featured-products .product-miniature .online-only.on-sale, .featured-products .product-miniature .pack.on-sale, .featured-products .product-miniature .product-flags .new.on-sale, .product-accessories .product-miniature .discount-percentage.on-sale, .product-accessories .product-miniature .on-sale.on-sale, .product-accessories .product-miniature .online-only.on-sale, .product-accessories .product-miniature .pack.on-sale, .product-accessories .product-miniature .product-flags .new.on-sale, .product-miniature .product-miniature .discount-percentage.on-sale, .product-miniature .product-miniature .on-sale.on-sale, .product-miniature .product-miniature .online-only.on-sale, .product-miniature .product-miniature .pack.on-sale, .product-miniature .product-miniature .product-flags .new.on-sale{
		background: #de001c;
	}
		li.product-flag.on-sale{
			background: #de001c;
			color: #FFF;
		}
		.product-flags li.product-flag.new {
			background: #0E20FA !important;
			opacity: 0.7;
		}
		.product-flags li.product-flag.on-sale {
			opacity: 0.7;
		}
		.product-flags li.product-flag.on-sale.recommended {
			background: #000 !important;
			opacity: 0.7;
		}
		.product-flags li.product-flag.on-sale.last-product {
			background: yellow !important;
			color: #000 !important;
			opacity: 0.7;
		}
	.digi-tag-additional-info{
		display: block;
		clear: both;
		width: 100%;
		overflow: hidden;
		height: 30px;
		line-height: 30px;
		margin-top: -30px;
		text-transform: uppercase;
		text-align: center;
		letter-spacing: 0.6px;
		font-size: 12px;
		color: #000;
	}
		.digi-tag-additional-info .digi-tag-new{
			background: url(../img/bg-vineta-gris.png);
			border-right: 1px solid #FFF;
		}
		.digi-tag-additional-info .digi-tag-last{
			background: url(../img/bg-vineta-red.png);
			line-height: 13px;
			height: 30px;
			padding-top: 2px;
			font-size: 10px;
		}
	select.change-size-list.form-control {
		background: #FFF;
		padding-top: 4px;
		padding-bottom: 4px;
		font-size: 13px;
		font-weight: normal;
		height: 28px !important;
		margin-bottom: 10px;
	}
	.pagination .current a {
		color: #00894f;
		text-decoration: none;
		font-size: 1.25rem;
	}
	#digitag-thumbnail{
		position: relative;
	}
	.product-miniature span.add_to_cart{
		background: #FFF;
		color: #00A267;
		box-shadow: 0px 0px 0px;
		border: 2px solid #00A267;
		padding: 3px 30px;
		font-size: 12px;
		margin-top: 8px;	
	}
		.product-miniature span.add_to_cart:hover{
			background: #00A267;
			color: #FFF;
		}
	#digitag-thumbnail .wishlist.product-item-wishlist {
		left: inherit;
		position: absolute;
		opacity: 1;
		margin-left: -12px;
		z-index: 800;
		left: 20px;
		top: 10px;
	}
	@media (max-width: 767px){
		.active_filters .active-filter-title{
			display: block;
			margin-bottom: 20px;
			margin-top: 10px;
		}
		.active_filters .filter-block {
			font-size: 12px;
			padding: 6px;
		}
	}
	.star_content.no_stars{
		visibility: hidden;
	}
/*END PRODUCT LIST*/
/*CATEGORY*/
.block-categories a {
	color: #8c8b8b;
	font-size: 14px;
}
	.block-categories .category-sub-menu li[data-depth="0"]>a {
		font-weight: normal;
		border-bottom: 0px;
		width: 100%;
		display: inline-block;
		margin: .3125rem 0 0;
		padding-bottom: .1875rem;
	}
		.block-categories .category-sub-menu li[data-depth="0"]>a:hover{
			font-weight: bold;
		}
span.magnitude {
	display: none;
}
.block-category {
	min-height: inherit; 
}
.image-category{}
.block-categories{
	box-shadow: inherit;
	border: 0px;
	padding-top: 0px;
}
	.block-categories > ul > li:first-child{
		background: #FFF;
	}
		.block-categories > ul > li:first-child a{
			color: #000;
			display: block;
			padding-top: 8px;
			padding-bottom: 8px;
			text-align: left;
		}
@media (min-width: 768px){
	.block-categories{
		margin-bottom: 0;
		border-bottom: 0px;
	}
	#search_filters, #search_filters_brands, #search_filters_suppliers{
		box-shadow: 0px 0px 0px 0px;
		/*border: 1px solid #000;*/
		padding: 20px;
	}
	#search_filters .facet .facet-title, #search_filters_brands .facet .facet-title, #search_filters_suppliers .facet .facet-title{
		background: #333 !important;
		color: #FFF !important;
		text-align: center;
		text-transform: uppercase;
		padding-top: 8px;
		padding-bottom: 8px;
		width: 100%;
	}
	#search_filters .facet .facet-label, #search_filters_brands .facet .facet-label, #search_filters_suppliers .facet .facet-label{
		text-align: left !important;
	}
	#search_filters .facet .facet-label a, #search_filters_brands .facet .facet-label a, #search_filters_suppliers .facet .facet-label a {
	    margin-top: .4375rem;
	    color: #232323;
	    display: inline-block;
	    font-size: 14px;
	}
	#category #left-column #search_filters .facet .collapse{
/*		display: none;*/
	}
}

	#search_filters .custom-checkbox input[type=checkbox]+span.color{
		/*border-radius: 50%;*/
		box-shadow: 0px 0px 0px;
	}
.products .comments_note .star_content span,
article .comments_note span{
	display: none;
}
/*END CATEGORY*/
/*FACETS RANGE PRICE*/
p.label-range-price {
    font-size: 12px;
    color: #333;
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

a.ui-slider-handle.ui-state-default.ui-corner-all {
	width: 22px !important;
	height: 22px !important;
	border-radius: 50%;
	margin-left: -11px !important;
	top: -8px !important;
}

#search_filters .ui-widget-header {
    background: #CCC !important;
}

#search_filters .ui-slider-horizontal {
    height: 8px;
}

ul.faceted-container-price {
    margin-bottom: 30px !important;
    margin-top: 10px;
    margin-left: 10px !important;
    margin-right: 10px !important;
}
@media (max-width: 768px){
	ul.faceted-container-price {
	    margin-left: 40px !important;
	    margin-right: 40px !important;
	}
}
/*END FACETS RANGE PRICE*/
/*MANUFACTURER*/
div#digi-block {
	margin-top: 20px;
	margin-bottom: 40px;
	overflow: hidden;
}
	#digi-block .slick-slide img {
		padding: 14px;
	}
/*END MANUFACTURER*/
/*NEWSLETTER*/
.digi-block-ico{
	border-top: 1px solid #CCC;
}
	.digi-block-ico > .row > div{
		padding: 40px 0px;
	}
		.digi-block-ico > .row > div img{
			max-width: 60px;
		}
		.digi-block-ico > .row > div span{
			text-align: center;
			display: block;
			margin: 0 auto;
			max-width: 150px;
			margin-top: 10px;
			text-transform: uppercase;
			font-size: 13px;
		}
		@media (max-width: 767px){
			.digi-block-ico{
				border-top: 0px;
			}
			.digi-block-ico > .row > div{
				border-top: 1px solid #CCC;
				padding: 20px 0px;
			}
		}
.block_newsletter{
	background: #FF3D2E;
	padding: 30px;
	border-top: 0px;
	margin-bottom: 0px;
	margin-left: -15px;
	margin-right: -15px;
	padding-top: 93px;
	/*background-image: url(../img/bg-footer.png);*/
	background-image: url(../img/bg-footer-v2.jpeg);
	background-repeat: repeat-x;
	background-position: center top;
}
	.block_newsletter form {
		margin-top: 30px;
	}
	.block_newsletter p#block-newsletter-label{
		font-size: 22px;
		line-height: 30px;
		text-align: center;
		color: #FFF;
		padding-top: 0px;
	}
	.block_newsletter form input[type=submit]{
		background: #E20514;
	}
	.block_newsletter form input[type=text]:focus {
		/*border: 3px solid #181a1b;	*/
	}
	.block_newsletter form input[type=text]{
		border: 1px solid #FFF;
	}
	/*.block_payment_method{
		padding: 30px;
		border-top: 5px solid #E20514;
	}*/
/*END NEWSLETTER*/
/*PRODUCT*/
body#product{}

	/* zona retiro-envio */
	.bubble-delivery-option-title{
		padding-left:0px !important;
		font-size:14px;
		font-style: italic;
	}

	.bubble-delivery-option-wrapper{
		padding-left:0px !important;
	}
	/* zona retiro-envio */

	body#product .product-cover img{

	}
	.containerStores{
		margin-top: 30px
	}
	.containerStores > div > div{
		margin-left: 0px;
		margin-right: 0px;
	}
	.containerStores > div > div > div{
		background: #F9F9F9;
		border-radius: 4px;
		border: 1px solid #ececec;
		padding: 15px;
		font-size: 13px;
		color: #333;
		margin-bottom: 15px;
		cursor: inherit;
		overflow: hidden;
	}

	.containerStores > div > div > div > div:first-child {
	font-weight: bold;
	}
	#modalStores button.close {
	position: absolute;
	right: 10px;
	top: 10px;
	}
	.containerOptionsDelivery{
		color: #333;
	}
		.containerOptionsDelivery span{
			cursor: help;
			font-style: italic;
		}
		.containerOptionsDelivery span.parentesis {
			text-decoration: underline;
		}
	.icoOptionDelivery{
		max-width: 30px;
		width: 100%;
		float: left;
		margin-right:15px;
	}
	.attributeNoAvailable{
	}
		.attributeNoAvailable img{
			-webkit-filter: grayscale(100%);
			-moz-filter: grayscale(100%);
			-ms-filter: grayscale(100%);
			-o-filter: grayscale(100%);
			filter: grayscale(100%);
		}
		.attributeNoAvailable:after {
			position: absolute;
			content: " ";
			height: 43px;
			width: 2px;
			background: #343434;
			transform: rotate(30deg);
			left: 30px;
			top: 15px;
		}
	.product-actions .add-to-cart {
		height: 2.25rem;
		line-height: inherit;
		border-radius: 3px;
	}
	.product-actions .add-to-cart.disabled{
		background: /*#E7001E*/ #00A267;
		color: #FFF;
		border: 1px solid /*#E7001E*/ #00A267 !important;
	}
	.img-brand{
		position: absolute;
		right: 25px;
		top: 0px;
	}
		.img-brand img{
			max-width: 100px;
		}
	#product-modal .modal-content .modal-body .product-images img{
		border: 3px solid #FFF;
	}
		#product-modal .modal-content .modal-body .product-images img:hover{
			border: 3px solid #00A267;
		}
		.product-images>li.thumb-container>.thumb.selected, .product-images>li.thumb-container>.thumb:hover{
			border: 3px solid #00A267 !important;
		}
		#product-modal .modal-content .modal-body .image-caption{
			background: inherit;
			border: 0;
		}
	.js-product-images-modal.in .modal-body {
		/*background: #FFF;*/
	}
	.js-product-images-modal.in .modal-body > figure {
		text-align: center;
		/*background: #FFF*/
	}
		.js-product-images-modal.in .modal-body > figure > img{
			margin: 0 auto;
		}
	#product #content{
		max-width: 100%;
	}
		body#product #content .digi-tag-additional-info {
			position: absolute;
			top: 20px;
			left: 0px;
			margin-top: 0px;
			z-index: 300;
			width: inherit;
		}
		body#product #content .digi-tag-additional-info .digi-tag-new,
		body#product #content .digi-tag-additional-info .digi-tag-last{
			padding-left: 15px;
			padding-right: 15px;
			margin-right: 10px;
		}
	#product #content .product-cover{
		border: 1px solid #FAFAFA;
	}
		#product #content .product-cover img{
			box-shadow: 0px 0px 0px;
		}
		.product-images>li.thumb-container>.thumb.selected, .product-images>li.thumb-container>.thumb:hover{
			border: 3px solid #FF2C31;
		}
	.tabs{
		box-shadow: inherit;
		margin-bottom: 25px;
		margin-top: 25px;
		padding-top: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}
		.tabs .nav-tabs{
			border-bottom: 0px;	
		}
			.tabs .nav-tabs .nav-item{
				margin-left: -1px;
			}
			.tabs .nav-tabs .nav-link {
				background: #FFF;
				border: 1px solid #e2e0e0;
				color: #949494;
				font-weight: normal;
				margin-bottom: 1px;
			}
			.tabs .nav-tabs .nav-item .nav-link{
				color: #333;
				text-transform: uppercase;
				font-size: 12px;
			}
			.tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:hover{
				border: 1px solid #e2e0e0;
				border-bottom: 1px solid #00A267;
				background: #F6F6F6;
			}
		.tabs div#tab-content {
			padding: 20px 20px;
			border: 1px solid #e2e0e0;
		}
		@media (max-width: 768px) {
			.tabs .nav-tabs{
				width: 100%;
			}
			.nav-tabs .nav-item+.nav-item{
				margin-left: 0rem;
			}
			.tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:hover{
				color: #e20611;
			}
		}
		.tabs .tab-pane,
		.tabs .tab-pane p{
			font-size: 13px;
		}
		.tabs .tab-pane .h6, .tabs .tab-pane h6{
			text-transform: uppercase;
			font-size: 13px;
		}
		.product-discounts{}
		.product-sizes table.table-sizes{
			width: 100%;
			font-size: 12px;
		}
			.product-sizes table.table-sizes tbody{}
				.product-sizes table.table-sizes thead tr th,
				.product-sizes table.table-sizes tbody tr td{
					padding-top: 5px;
					padding-bottom: 5px;
					text-align: center;
				}
				.product-sizes table.table-sizes tbody tr:nth-child(even),
				.product-sizes table.table-sizes thead tr{
					background: #fafafa;
				}
				.product-sizes table.table-sizes tbody tr:nth-child(odd){

				}
		span.qty-actual {
			display: block;
			font-size: 12px;
			margin-top: 3px;
		}
		.oa-features h3 {
			text-transform: uppercase;
			font-size: 15px;
			margin-top: 10px;
			margin-bottom: 20px;
		}
		.oa-features .col-xs-6{
			margin-bottom: 15px;
		}
		.oa-features img {
			margin-right: 10px;
		}
		.basic-info{
			display: block;
			clear: both;
			margin-bottom: 10px;
		}
		.basic-info span{
			color: #7a7a7a;
			text-transform: uppercase;
			font-size: 13px;
		}
		span.control-label{
			margin-bottom: 10px;
			display: block;
			text-transform: uppercase;
			font-size: 12px;
		}
		span.size {
			color: #333;
			padding: 10px 15px;
			display: inline-block;
			border: 1px solid #7d7d7d;
			cursor: pointer;
			margin-bottom: 4px;
			font-size: 13px;
			margin-right: 5px;
		}
		span.size:hover, span.size.active, span.size:focus {
			/*background: #E7001E;*/
			background:#00A267;
			color: #FFF;
			border: 1px solid;
		}
		.product-description .size-available{
			position: absolute;
			text-align: center;
			top: -40px;
			right: 0px;
			left: 0px;
			display: none;
		}
		.product-description span.size {
		    padding: 3px !important;
		    width: 28px;
		    text-align: center;
		    font-size: 11px;
		    display: inline-block;
		}
		.product-description span.size:hover, .product-description span.size.active, .product-description span.size:focus {
			background: #FFF;
			border: 1px solid #7d7d7d;
			color: #333;
		}
		.product-miniature span.size{
			background: #FFF;
		}
		.product-miniature:hover .size-available{
			display: block !important;
		}
		span.size.disabled{
			background: #CCC;
			color: #333;
			cursor: default;
			opacity: 0.3;
		}
		.product-prices{
			margin-top: 0px;
		}
		.container-qty .input-group{
			border: 1px solid #7d7d7d;
			max-width: 106px;
		}
		@media (max-width: 480px) {
		.container-qty {
		        display:none;
		    }
		}
		
		button.btn.btn-secondary{
			color: #333 !important;
			background: inherit;
		}
		.input-qty-product{
			text-align: center;
			width: 30px !important;
			padding: 9px 0px;
			border: 0px !important;
		}
			.modify-qty{}
				.modify-qty:hover{
					background: #FF2C31;
					color: #FFF;
				}
		.row.combination-size{
			margin-bottom: 15px;
		}
		body#product .has-discount.product-price, body#product .has-discount p{
			font-weight: normal;
			color: #FF2C31;
			font-size: 45px;
			margin-bottom: 0;
			margin-top: 50px;
		}
		body#product .product-price {
			font-weight: normal;
			color: #000;
			font-size: 28px;
			font-weight: bold;
		}
		.product-discount.has-discount{
			/*margin-top: 50px;*/
		}
		.product-discount .regular-price{
			font-size: 15px;
		}
		.border-product{
			border: 0px solid #CCC;
			padding: 15px;
			position: relative;
		}
		.product-description-short{
			border-bottom: 0px;
			margin-bottom: 10px;
		}
		#product-availability{
			font-weight: normal;
		}
		.container-payment-method{
			padding-top: 15px;
			padding-bottom: 15px;
		}
		.container-shipping-modal{
			/*border-top: 1px solid #CCC;*/
			padding-top: 30px;
			margin-top: 10px;
		}
		.container-payment-method{
			border-top: 1px solid #e4e4e4;
			padding-top: 10px;
			margin-top: 10px;
		}
		span.price-mercadopago {
			font-size: 13px;
			line-height: 17px;
			display: block;
			color: #333;
			margin-top: 0px;
		}
		@media (max-width: 768px){
			body#product .product-actions .product-add-to-cart{
				text-align: center;
			}
			body#product .product-actions .add-to-cart{
				width: 100%;
			}
		}
		div.whatsapp{
			margin: 0% 7%;
		}
			div.whatsapp .btn-whatsapp{
				background-color: #0d9f16;
				color: #FFF;
				font-weight: normal;
				background-image: url(../img/logo-whatsapp.png);
				background-position-x: 10px;
				background-position-y: center;
				background-repeat: no-repeat;
				background-size: contain;
			}
			.social-sharing{
				margin-left: 15px;
				margin-right: 15px;
			}
				.social-sharing > span{
					display: none;
				}
			@media (max-width: 768px) {
				.social-sharing{
					margin: 1.5rem 7%;
					text-align: center;
					display: block;
					width: inherit;
				}
					.social-sharing > span{
						font-weight: bold;
						margin-right: 10px;
						display: inline-block;
					}
					.social-sharing ul{
						display: inline-block;
					}
			}
	body#category #products .comments_note span{
		display: none;
	}



/*END PRODUCT*/
/*ZOOM*/
.maskZoom{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 100;
}
#product #content .product-cover img.zoomImg {
	background: #FFF;
}
/*END ZOOM*/
/*SOCIAL SHARE*/
	.social-sharing ul{
		display: block;
		width: 100%;
		text-align: left;
	}
	.social-sharing li{
		box-shadow: inherit;
		height: 33px;
		width: 33px;
		border-radius: 50%;
		background-size: 18px;
		margin-left: 2px;
	}
		.social-sharing li.icon-gray{
			background-size: 25px;
			background-color: #9A9A9A !important;
		}
		.social-sharing li.facebook:hover{
			background-color: #3A5999 !important;
		}
			.social-sharing li.facebook:before{
				fill: #FFF;
			}
		.social-sharing li.twitter:hover{
			background-color: #1AA1F2 !important;
		}
		.social-sharing li.googleplus:hover{
			background-color: #DD4E40 !important
		}
		.social-sharing li.pinterest:hover{
			background-color: #BD081B !important;
		}
		.facebook.icon-gray:hover{
			background-image: url(../css/082a71677e756fb75817e8f262a07cb4.svg);
		}
		.twitter.icon-gray:hover{
			background-image: url(../css/e049aeb07a2ae1627933e8e58d3886d2.svg);
		}
		.googleplus.icon-gray:hover {
		    background-image: url(../css/3a2aeeba930cc29e4d31ebfa1b7cdaa2.svg);
		}
		.pinterest.icon-gray:hover {
		    background-image: url(../css/99db8adec61e4fcf5586e1afa549b432.svg);
		}
/*END SOCIAL SHARE*/
/*CART*/
body#cart .has-discount.product-price, body#cart .has-discount p{
	font-weight: normal;
	color: #FF2C31;
}
body#cart .product-price {
	font-weight: normal;
	color: #FF2C31;
}
body#cart .product-discount .regular-price {
	font-size: 15px;
}
body#cart .has-discount .discount{
	background: #FF2C31;
}
body#cart .product-line-info.wishlist-cart{
	margin-top: 10px;
}
	body#cart .product-line-info.wishlist-cart a{
		color: #000;
		font-size: 12px;
	}
		body#cart .product-line-info.wishlist-cart a:hover,
		body#cart .product-line-info.wishlist-cart a:hover i{
			color: #FF2C31;
		}
		body#cart .product-line-info.wishlist-cart a i{
			font-size: 15px;	
		}
#header .header-nav .blockcartMobile {
	color: #000;
	height: 3rem;
	padding: .75rem;
	margin-left: .9375rem;
	text-align: center;
	white-space: nowrap;
}
#blockcart-modal .modal-header{
	background: #000;
}
	#blockcart-modal .modal-header .close{
		color: #FFF;
		opacity: 1;
		font-size:32px;
	}
	#blockcart-modal .product-name{
		color: #00A267;
	}
	select.select-size-cart{
		background: #FFF;
		color: #000;
	}
	body#cart a.minimal-qty {
		font-size: 12px;
		color: #FF2C31 !important;
	}
/*END CART*/
/*AUTHENTICATION*/
body#authentication .no-account {
	margin-top: 20px;
}
/*END AUTHENTICATION*/
/*CHECKOUT*/
/*body#checkout #header .header-nav{
	padding: 1.5rem 0 1.6rem;
	background-color: #000;
	background-image: url(../img/bg-oscuro.jpg);
	background-position: bottom right;
	background-size: cover;
	background-attachment: fixed;
}
body#checkout section.checkout-step .address-item.selected {
	background: #fff;
	border: 1px solid #CCC;
	border-top: 0px;
}*/
body#checkout > .col-md-6.links {
	/*display: none;*/
}
body#checkout .help-block {
	/*display: none;*/
}
body#checkout .field_dpto .form-control-comment{
	display: none;
}
.custom-radio input[type=radio]:checked+span{
	background-color: #FF2C31;
}
div#_desktop_contact_link {
    display: none;
}
body#checkout #header .header-nav .logo{
	/*max-height: inherit;*/
}
body#checkout .header-nav{
	padding: 0px !important;
	border-bottom: 2px solid #00A369 !important;
}
body#checkout .header-nav .container{
	padding: 10px !important;
	/*
	background-image: url(../img/bg-top-checkout.png);
	background-repeat: no-repeat;
	background-position: 100% center;
	*/
	display: block;
	clear: both;
}
	body#checkout div#_desktop_logo {
	    /*margin-bottom: -27px;*/
	    /*margin-top: 15px;*/
	}
	body#checkout div#_desktop_logo > a{
		/*margin-top: inherit;
		margin-bottom: inherit;
		margin-bottom: -55px;*/
	}
	@media (max-width: 767px) {
		body#checkout #header .header-nav{
			height: 80px;
		}
	}
.PSCLOPEN{
	display: block;
}
.content.PSCLOPEN {
    display: block !important;
    padding: 15px !important;
}
body#checkout section.checkout-step{
	box-shadow: inherit;
	background-color: #fff;
	border: 0px;
	padding: .9375rem;
	padding-top: 0;
}
	body#checkout section.checkout-step.-current.-reachable.-complete .done, body#checkout section.checkout-step.-current.-reachable.-complete .step-edit{
		display: none !important;
	}
	body#checkout section.checkout-step.-reachable.-complete h1 .done{
		display: none !important;
	}
	body#checkout section.checkout-step.-reachable.-complete h1 .step-number{
		display: inline-block !important;
	}
	body#checkout section.checkout-step.-reachable.-complete h1 .step-edit{
		display: none !important;
	}
	body#checkout section.checkout-step .step-title{
		background: #333;
		color: #FFF;
		text-align: center;
		font-size: 14px;
		padding-top: 10px;
		padding-bottom: 10px;
		border-top: 3px solid #0EA16A;
	}
	body#checkout section.checkout-step > div{
		border: 0px solid #000;
		background: #f9f9f9;
	}
	body#checkout section.checkout-step .address-alias {
		display: inline-block;
		font-weight: 600;
		margin-bottom: .625rem;
		font-size: 13px;
		font-weight: normal;
	}
	body#checkout section.checkout-step .address{
		margin: 0;
	}
	body#checkout section.checkout-step .address-item{
		flex: inherit;
		width: 100%;
	}
	body#checkout section.checkout-step .radio-block{
		margin-bottom: 0px;
		padding-bottom: 10px;
	}
	body#checkout section.checkout-step .address-item.selected{
		border: 0;
	}

	body#checkout section.checkout-step .address-item.selected {
	  background: #fff;
	  border: 3px solid #2fb5d2;
	  background-image:url("/themes/bubble/assets/img/ico-check-payment.svg") !important;
	  background-repeat:no-repeat !important;
	  background-position: 95% !important;
	  background-size:30px !important;
	}

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

	  body#checkout section.checkout-step .address-item.selected {
	      background-position: 95% 5%!important;
	      background-size:25px !important;
	  }

	}
	body#checkout .form-control {
		padding: 3px;
		background: #FFF;
		border: 1px solid #333;
	}
		body#checkout .input-group-btn>.btn[data-action=show-password] {
		    padding: .48rem 1rem;
		    outline: none;
		}
	body#checkout .form-control.form-control-select, body#checkout select.form-control {
		height: inherit;
	}
		body#checkout .form-control.form-control-select{
			background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=") no-repeat scroll right .5rem center/1.25rem 1.25rem;
		}
	body#checkout section.checkout-step .delivery-option{
		background: inherit;
	}
	body#checkout section.checkout-step .form-footer{
		margin-top: 20px;
	}
	body#checkout section.checkout-step .step-number {
		display: inline-block;
		padding: 0;
		padding-right: 4px;
	}
		body#checkout section.checkout-step .step-number:after {
			content: " - ";
			margin-left: 4px;
		}
	body#checkout .product-quantity{
		display: inline-block;
		margin-left: 10px;
	}
	body#checkout .product-price {
		color: #e2001a;
		display: inline-block;
	}
	body#checkout #cart-summary-product-list .media-body{
		font-size: 13px;
	}
	/*CHECKOUT-LOGIN*/
		body#checkout .form-control-comment{
			font-size: 12px;
			padding: 0;
			display: block;
			width: 100%;
			text-align: right;
			padding-right: 15px;
		}
		body#checkout #checkout-addresses-step .form-group,
		body#checkout #checkout-addresses-step .form-group {
			margin-bottom: 5px;
		}
			body#checkout section.checkout-step #login-form .form-group div.col-md-6,
			body#checkout #checkout-guest-form .form-group div.col-md-6,
			body#checkout #checkout-addresses-step .form-group div.col-md-6{
				width: 100%;
			}
			body#checkout section.checkout-step #login-form .form-control-label,
			body#checkout #checkout-guest-form .form-group .form-control-label,
			body#checkout #checkout-addresses-step .form-group .form-control-label {
			    display: block;
			    width: 100%;
				padding-top: 0;
				margin-bottom: 2px;
			}
		body#checkout section.checkout-step .forgot-password{
			margin-left: 0;
			display: block;
			width: 100%;
			text-align: center;
		}
		body#checkout section.checkout-step .js-visible-password .input-group-btn{
			display: none !important;
		}
		body#checkout section.checkout-step .payment-options label{
			text-align: left;
			display: block;
			width: 100%;
		}
		body#checkout section.checkout-step .payment-options img{
			display: block;
			margin: 0 auto;
			max-width: 100%;
		}
		body#checkout div.fblogin {
		}
		body#checkout .nav-inline .nav-item{
			display: block;
			width: 100%;
			margin-bottom: 2px;
		}
			body#checkout .nav-inline .nav-item a,
			.viewOtherLogin{
				font-weight: normal;
				color: #FF2C31 !important;
				display: block;
				text-align: center;
				padding-top: 4px;
				padding-bottom: 4px;
				cursor: pointer;
			}
				body#checkout .nav-inline .nav-item a:hover,
				.viewOtherLogin{
					text-decoration: underline;
				}
	/*END CHECKOUT-LOGIN*/
	/*CHECKOUT-ADDRESS*/
		input[name="saveAddress"]+div {
			display: none !important;
		}
		#checkout .form-group.row.field_number,
		#checkout .form-group.row.field_dpto {
		    width: 50%;
		    display: inline-block;
		    margin: -2px;
		}
			#checkout .form-group.row.field_number > div,
			#checkout .form-group.row.field_number > label{
				padding-left: 2px;
			}
			#checkout .form-group.row.field_dpto > div,
			#checkout .form-group.row.field_dpto > label{
				padding-right: 0;
			}
	/*END CHECKOUT-ADDRESS*/
	body#checkout .cart-voucher{}
		body#checkout .cart-voucher p{
			margin-bottom: 10px;
			border-top: 1px solid #CCC;
			padding-top: 10px;
		}
			body#checkout .cart-voucher p a{
				margin-bottom: 0px;
				color: #000;
			}
		body#checkout .cart-voucher .promo-code{
			background: #FFF;
			padding-top: 10px;
			padding-bottom: 20px;
			display: block !important;
		}
		.cart-summary-line.cart-summary-subtotals .label, .cart-summary-line.cart-summary-subtotals .value{
			font-size: 13px;
		}
		.cart-summary-line{
			padding-bottom: 3px;
			margin-bottom: 3px;
			/*border-bottom: 1px solid #CCC;*/
		}
		form#conditions-to-approve {
			display: none;
		}
		body#checkout .btn-facebook {
			display: block;
			width: 100%;
		}
			.btn-facebook {
				background: #5576AC;
				border-color: #5576AC;
				text-transform: uppercase;
				background-image: url(../css/082a71677e756fb75817e8f262a07cb4white.svg);
				background-repeat: no-repeat;
				background-position: 10px center;
				background-size: 30px;
				padding-left: 50px;
			}
				.btn-facebook:hover{
					background: #4b648d;
					border-color: #4b648d;
					background-image: url(../css/082a71677e756fb75817e8f262a07cb4white.svg);
					background-repeat: no-repeat;
					background-position: 10px center;
					background-size: 30px;
				}
			.btn-register {
				background: #FFF !important;
				color: #FFAB00 !important;
			}
			.btn-register:hover {
				background: #FFAB00 !important;
				color: #FFF !important;
			}
		.btn-express{
			background: #666666;
			border-color: #666666; 
			text-transform: uppercase;
		}
		.btn-express:hover{
			background: #333;
			border-color: #333; 
		}
		.btn-register {
			background: #FFF;
			color: #FF2C31;
		}
		.btn-register:hover {
			background: #FF2C31;
			color: #FFF;
		}
/*END CHECKOUT*/
/*CUPON*/
.block-promo .cart-summary-line .label, .block-promo .promo-name{
	color: #FF2C31;
	font-weight: normal;
}
	.cart-voucher a i.material-icons{
		font-size: 19px;
	}
/*END CUPON*/
/* TOTAL CHECKOUT */
.cart-summary-line.cart-total .label{
	font-size: 30px;
}
.cart-summary-line.cart-total .value{
	color: #e20611;
	font-size: 30px;
}
/* END TOTAL CHECKOUT */
/*ACCOUNT*/
.page-my-account #content .links a:hover i{
	color: #f9c800;
}
button.show-password-form{
	padding: .785rem 1rem;
	outline: none;
}
.input-group .input-group-btn>.btn{
	padding: .785rem 1rem;
}
/*END ACCOUNT*/
/*FOOTER*/
body#index footer#footer {
	padding-top: 0px;
}
.footer-container {
    border-top: 4px solid #00A267;
    background-color: #00894F;
    padding-top: 50px;
    box-shadow: 0px 0px 0px;
    margin-top: 0px;
}
	.footer-container li a,
	.footer-container .block-contact a,
	.footer-container .block-contact p{
		color: #FFF;
		font-size: 14px;
	}
		.footer-container li a:hover{
			color: #ea3130;
			text-decoration: underline;
		}
	.footer-container .h1, .footer-container  .h2, .footer-container  .h3, .footer-container h4.block-contact-title{
		color: #FFF;
		border-bottom: 1px solid #FFF;
		display: inline-block;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.footer-container .block-contact {
		color: #FFF;
		font-size: 12px;
	    padding: 0px 15px;
	    border: 0;
	}
			.footer-container .block-contact a{
				text-decoration: underline;
			}
			@media (max-width: 767px) {
				.footer-container .links .h3 {
					border-bottom: 0px;
					margin-bottom: 0px;
				}
				.footer-container .links .title{
					border-bottom: 0px;
				}
				.footer-container .links .title:last-child{
					border-bottom: 0px;
				}
				.marginTop20XS{
					margin-top: 20px;
				}
				.marginTop30XS{
					margin-top: 30px;
				}
				.marginBottom20XS{
					margin-bottom: 20px;
				}
				.marginBottom30XS{
					margin-bottom: 30px;
				}
				.footer-container .links .navbar-toggler{
					color: #FFF;
				}
				.footer-container .img-responsive{
					padding-top: 10px;
					width: 140px;
				}
			}
	.footer-container .block-contact .block-contact-title, .footer-container .linklist .blockcms-title a,
	#block_myaccount_infos .myaccount-title a{
		color: #FFF;
	}
	.sub-footer{
		border-top: 1px solid #c7c7c7;
		padding-top: 15px;
		padding-bottom: 25px;
	}
		.sub-footer p{
			margin-bottom: 1px;
			color: #FFF;
			text-align: center;
			font-size: 12px;
		}
	.sub-footer-ico{
		color: #FFF;
		padding-bottom: 60px;
		margin-top: 30px;
	}
		.sub-footer-ico img.logo {
			max-width: 120px;
		}
	.footer-container li {
		margin-bottom: 0px;
	}
	.ico-share{
		display: inline-block;
		overflow: hidden;
		height: inherit;
		width: initial;
	}
	.ico-share.fb{
	}
	.ico-share.ist{
	}	
		.ico-share:before{
			content: "";
			width: 80px;
			height: 70px;
			color: #FFF;
			display: block;
			background-size: contain;
			padding: 5px;
			background-position: center;
		}
		.ico-share.fb:before{
			background-image: url(../css/082a71677e756fb75817e8f262a07cb4.svg);
		}
		.ico-share.ist:before{
			content: "";
			background-image: url(../css/0266b05265f317a7409560b751cd61e8.svg);
		}
	.subsharing{}
	@media (max-width: 767px) {
		.subsharing {
			margin-top: 10px;
			padding-bottom: 10px;
		}
		.ico-share:before {
			content: "";
			width: 40px;
			height: 40px;
		}
	}
/*END FOOTER*/

/*SLICK*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/*MODULE BANNER TOP SITE AUTHENTICATION*/
.custom-banner-top-site{
	height: 300px;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
	a.linkPosition {
		position: absolute;
		bottom: 0;
		top: 0;
		left: 0;
		right: 0;
	}
	.custom-banner-top-site .row{}
		.custom-banner-top-site .row .col-xs-12{
			margin-top: 120px;
			text-align: center;
		}
/*END MODULE BANNER TOP SITE AUTHENTICATION*/
/*WISHLIST*/
	#div_wishlist:hover #wishlistProducts{
		display: block;
	}
	#wishlistProducts{
		display: none;
		position: absolute;
		z-index: 20000;
		background: #FFF;
		min-width: 200px;
		left: -82px;
		border-radius: 3px;
		border: 1px solid #e4e4e4;
	}
		#wishlistProducts a{
			padding-left: 0;
			padding-right: 0;
		}
		#wishlistProducts .image-wishlist-top{
			padding-left: 2px;
			padding-right: 0px;
		}
		#wishlistProducts .info-wishlist-top{
			padding-left: 5px;
			padding-right: 5px;
			padding-top: 10px;
		}
			#wishlistProducts .info-wishlist-top strong{
				font-size: 12px;
				text-transform: uppercase;
			}
			#wishlistProducts .info-wishlist-top span{
				font-size: 14px;
			}

/*END WISLIST*/

/*STORES*/
body#stores section#main address {
	height: 100px;
}
body#stores section#main h3.h3 {
	height: 30px;
}
body#stores span.phone-store {
	display: block;
	height: 30px;
}
body#stores a.active {
	color: #FF2C31;
}
body#stores span.hours-store,
body#stores span.phone-store,
body#stores span.waze-store,
body#stores span.googlemaps-store{
	height: 30px;
	font-size: 14px;
	display: block;
}
	body#stores span.hours-store i,
	body#stores span.phone-store i,
	body#stores span.waze-store i,
	body#stores span.googlemaps-store i{
		margin-right: 10px;
	}
/*END STORES*/
/*PASSWORD*/
body#password #main .page-content header {
	border-top: 0px;
}
/*END PASSWORD*/
/* FIX MENU CENTER */
#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"]>li a{
    text-transform: uppercase;
    text-align: center;
}
/* END FIX MENU CENTER */
/*404*/
body#pagenotfound{}
	body#pagenotfound section#wrapper{
		background: url(../img/bg-404.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		padding-bottom: 40px;
	}
	body#pagenotfound h1{
		color: #FFF;
		text-shadow: 0px 0px 2px #000;
	}
	body#pagenotfound #footer{
		padding-top: 0px;
	}
		body#pagenotfound #footer .footer-container{
			margin-top: 0px;
		}
		#pagenotfound .page-not-found, #products .page-not-found{
			padding-bottom: 50px;
		}
/*END 404*/
/*MODAL*/
.modal-backdrop{
	background: #FFF;
}
.modal-backdrop.in {
    opacity: .7;
}
#blockcart-modal{
	z-index: 1000000000;
}
#blockcart-modal .modal-dialog{
	max-width: 500px;
}
#blockcart-modal .divide-right{
	border: 0px !important;
}
#blockcart-modal .modal-dialog.message{
	max-width: 500px;

}
	#blockcart-modal .modal-dialog .modal-header{
		background: #00A267;
	}
	#blockcart-modal .modal-dialog.message .modal-body{
		text-align: center;
	}

	#blockcart-modal .modal-dialog .modal-body{
		background: #FFF;
		padding: 20px;
	}
	#blockcart-modal .modal-body .divide-right span,
	#blockcart-modal .modal-body .divide-right p{
		font-size: 12px;
		color: #333;
		display: block;
		margin-bottom: 0px;
	}
		#blockcart-modal .modal-body .divide-right span strong,
		#blockcart-modal .modal-body .divide-right p strong{
			font-weight: normal;
		}
		#blockcart-modal .modal-body .btn{
			font-size: 12px;
			font-size: 12px;
		    height: 40px;
		}
		#blockcart-modal .product-image {
		    max-width: 55%;
		    display: inline-block;
		}
			#blockcart-modal .modal-body .btn.btn-primary,
			#blockcart-modal .modal-body .btn.btn-primary:focus,
			#blockcart-modal .modal-body .btn.btn-primary:active{
				background: #FFAB00;
				border-color: #FFAB00;
			}
				#blockcart-modal .modal-body .btn.btn-primary:hover{
					background: #D79100;
					border-color: #D79100;
				}
			#blockcart-modal .modal-body .btn.btn-secondary{
				border: 3px solid #FFC44B;
			}
			#blockcart-modal .modal-body .modalContainerButton{
				margin-top: 30px;
			}
		#blockcart-modal .modal-body .modalPrice{
			font-size: 15px !important;
			font-weight: bold;
			color: #00A267 !important;
			margin-top: 10px;
		}
		#blockcart-modal .cartSubtotal{
			font-size: 17px !important;
			padding-top: 25px;
			margin-top: 15px;
			border-top: 2px solid #FECE85;
		}
			#blockcart-modal .cartSubtotalPrice{
				font-weight: bold;
			}
		#blockcart-modal .modal-title {
			font-weight: 600 !important;
			color: #fff !important;
			font-size: 15px !important;
			text-transform: uppercase !important;
		}
		@media (max-width: 991px){
			#blockcart-modal .product-image{
				width: 100%;
				display: block;
				max-width: 100px;
			}
		}
		@media (max-width: 767px) {
			#blockcart-modal .modal-body .btn.btn-primary{
				margin-top: 15px;
			}
		}
		body#checkout .btn.btn-primary,
		body#checkout .btn.btn-primary:focus,
		body#checkout .btn.btn-primary:active{
			background: #FFAB00;
			border-color: #FFAB00;
		}
			body#checkout .btn.btn-primary:hover{
				background: #D79100;
				border-color: #D79100;
			}
/*END MODAL*/
/*GLOBAL*/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {}
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
@media (max-width: 768px) {
	.pagination .previous {
		padding-right: 10px;
	}
	#products .thumbnail-container .product-description, .featured-products .thumbnail-container .product-description, .product-accessories .thumbnail-container .product-description{
		box-shadow: none;
	}
	.bootstrap-touchspin input.form-control, .bootstrap-touchspin input.input-group{
		width: 2rem;
	}
	span.condition-aux.col-md-12 {
	    padding: 10px;
	    width: 100%;
	    float: left;
	}
}
@media (max-width: 767px){
	#header .header-top{
		padding-top: 0px;
		border-bottom: 0px;
	}
	#header .header-nav .top-logo a img {
		max-width: 80px;
		width: 100%;
		max-height: inherit;
		margin: 0 auto;
		display: block;
		margin-bottom: -50px;
		position: relative;
		z-index: 1000;
		padding-top: 10px;
	}
	.tabs .nav-tabs .nav-item{
		width: 100%;
	}
	.login-form button.btn.btn-primary{
		width: 100%;
	}
	div.fblogin p{
		width: 100%;
	}
	div.fblogin p span{
		font-size:16px;
	}
	div.fblogin p:after{
		background: none;
	}
	.cart-grid a.btn.btn-primary, .page-footer .btn-primary{
		width: 100%;
		float: left;
		text-align: center;
	}
	#customer-form button.btn.btn-primary.form-control-submit.float-xs-right {
		width: 100%;
	}
	.img-brand{
	    right: 5px;
	    top: -420px;
	}
	.product-actions .add-to-cart{
		width:80%;
	}
	.filtromobile{
		display:block !important;
	}
	.forgotten-password .form-fields label.required {
		width: 100%;
		float: left;
		text-align: left;
	}
	.product-flags{
		top:-20px;
	}
	.product-flags li.product-flag {
	    height: 22px;
	    font-size: 8px;
	}
}
#mobile_top_menu_wrapper{
	margin-top: 0px;
	padding-top: 20px;
}
#mobile_top_menu_wrapper .top-menu .collapse{
	border-left: inherit;
}
@media (min-width: 550px){
	.img-brand {
		top:0px;
		right: 25px;
	    
	}
}
/* IPAD IN LANDSCAPE */
@media only screen and (min-device-width : 768px)  and (max-device-width : 1024px)  and (orientation : landscape) {
	#products .product-price-and-shipping, .featured-products .product-price-and-shipping, .product-accessories .product-price-and-shipping, .product-miniature .product-price-and-shipping { 
		font-size:16px;
	}
	.product-miniature button.add_to_cart{
		margin-left: -20px;
	}

}
/* IPAD IN LANDSCAPE */
/* IPAD IN PORTRAIT */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	#pscl_cmsinfo_block .col-md-3 {
		width: 50%;
	}
	.container-fluid.banner-fullwidth{
		display:none;
	}
	ul.slick-dots {
	    display: none !important;
	}
	#products .product-price-and-shipping, .featured-products .product-price-and-shipping, .product-accessories .product-price-and-shipping, .product-miniature .product-price-and-shipping{
		font-size:18px;
	}
	body#product .product-actions .add-to-cart {
	    width: 100%;
	}
	.wishlist_button_extra_product i{
		margin-top:10px;
	}
	.cart-summary-line.cart-total .value, .cart-summary-line.cart-total .label{
		font-size: 26px;
	}
	div.fblogin p span{
		font-size:10px;
		padding: 2px 10px;
		font-weight: bold;
	}
	body#checkout section.checkout-step .step-title{
		font-size:13px;
	}
	.block-promo .promo-input, .block-promo .promo-input+button{
		width:100%;
	}
}
/* IPAD IN LANDSCAPE */
/*MASK LAYER*/
.container-100h{
	height: 100%;
	display: flex;
}
.mask-layer{
	position: fixed;
	z-index: 10000000;
	/*background: #c31b22;*/
	background: #F9F9F9;
	background-image: url(../img/bg-layer-mask.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 20px;
}
	.mask-layer .circle{
		background: #FFF;
		width: 100%;
		height: 100%;
		border-radius: 50%;
		margin: auto;
		max-width: 370px;
		max-height: 370px;
		position: relative;
		padding: 30px;
		padding-top: 60px !important;
	}
	.mask-layer .circle .barra{
		position: absolute;
		bottom: 40px;
		left: 0;
		right: 0;
	}
		.mask-layer .circle .barra .row{
			margin-left: -40px;
			margin-right: -40px;
		}
			.mask-layer .circle .barra .row > div:nth-child(1){
				padding-left: 0;
				padding-right: 2px;
			}
			.mask-layer .circle .barra .row > div:nth-child(2){
				padding-right: 0;
				padding-left: 2px;
			}
				.mask-layer .circle .barra .row > div span{
					padding-top: 12px;
					padding-bottom: 12px;
					font-weight: bold;
				}
	.mask-layer .circle .title-mask{
		color: #c31b22;
		text-transform: uppercase;
		font-size: 20px;
		margin-top: 20px;
		margin-bottom: 20px;
		font-weight: 600;
	}
	.mask-layer .circle .content-mask{
		font-size: 17px;
		color: #000;
		text-transform: uppercase;
		line-height: 24px;
		margin-top: 10px;
	}
	.mask-layer .button-close-layer {
		position: absolute;
		right: 20px;
		top: 20px;
		width: 40px;
		height: 40px;
		text-align: center;
		line-height: 40px;
		background: #ED1B24;
		font-weight: bold;
		color: #FFF;
		cursor: pointer;
	}
	@media (max-width: 768px){
		.mask-layer .circle{
			border: 0px;
			padding: 30px;
			padding-top: 70px !important;
		}
		.mask-layer .circle .barra{
			bottom: 40px;
		}
			.mask-layer .circle .barra .row > div:nth-child(1){
				padding-right: 15px;
				padding-left: 15px;
				margin-bottom: 4px;
			}
			.mask-layer .circle .barra .row > div:nth-child(2){
				padding-left: 15px;
				padding-right: 15px;
			}
	}
	@media (max-width: 570px){
		.mask-layer .circle{
			max-width: 300px;
			max-height: 300px;
			padding: 30px;
			padding-top: 40px !important;
		}
		.mask-layer .circle .barra{
			bottom: -50px;
		}
	}
	@media (max-width: 768px) and (orientation : landscape){
		.mask-layer .circle{
			min-height: 350px;
			min-width: 350px;
		}
	}
	@media (max-width: 570px) and (orientation : landscape)	{
		.mask-layer .circle{
			min-height: 350px;
			min-width: 350px;
		}
	}
/*END MASK LAYER*/
/*SALESFORCE*/
.container-captcha{
text-align:center; }
.container-captcha  > div.g-recaptcha{
	display: inline-block;
}
/*END SALESFORCE*/
/*BLOCKCMSINFOAUX*/
.pscl_cmsinfo_block > div > div > div{
    padding-left: 10px !important;
    padding-right: 10px !important;
}
/*END BLOCKCMSINFOAUX*/
/*FACETS CUSTOM*/
.facet ul.Talla {}

#search_filters .facet ul.Talla li label a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    top: 0;
    text-align: center;
    line-height: 40px;
    margin: 0;
}

.facet ul.Talla li {
    display: inline-block;
    width: 40px;
    height: 40px;
    overflow: hidden;
}

#search_filters .facet ul.Talla li label {
    position: relative;
    display: block;
}

#search_filters .facet ul.Talla li label span span {
	width: 40px;height: 40px;border: 1px solid #000;
}

#search_filters .facet ul.Talla li label.active .custom-checkbox input[type=checkbox]:checked+span .checkbox-checked {
    display: none;
}

#search_filters .facet ul.Talla li label.active span span,
#search_filters .facet ul.Talla li:hover label span span
{
	border-color: #000;
	background: #4ba46a;
}

#search_filters .facet ul.Talla li label.active a,
#search_filters .facet ul.Talla li:hover label a {
    color: #FFF;
}
#search_filters .facet ul.Talla li label a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    top: 0;
    text-align: center;
    line-height: 40px;
    margin: 0;
    width: inherit;
}

.facet ul.Talla li {
    display: inline-block;
    width: 40px;
    height: 40px;
    overflow: hidden;
}

#search_filters .facet ul.Talla li label {
    position: relative;
    display: block;
}

#search_filters .facet ul.Talla li label span span {
	width: 40px;height: 40px;border: 1px solid #000;
}
.facet ul.Color {}

#search_filters .facet ul.Color li label a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    top: 0;
    text-align: center;
    line-height: 40px;
    margin: 0;
    display: none;
}
/*FIX SIZES*/
#search_filters .facet ul.Talla li label a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    top: 0;
    text-align: center;
    line-height: 40px;
    margin: 0;
    width: inherit;
}

.facet ul.Talla li {
    display: inline-block;
    width: 40px;
    height: 40px;
    overflow: hidden;
}

#search_filters .facet ul.Talla li label {
    position: relative;
    display: block;
}

#search_filters .facet ul.Talla li label span span {
	width: 40px;height: 40px;border: 1px solid #000;
}

#search_filters .facet ul.Talla li label.active .custom-checkbox input[type=checkbox]:checked+span .checkbox-checked {
    display: none;
}

#search_filters .facet ul.Talla li label.active span span,
#search_filters .facet ul.Talla li:hover label span span
{
	border-color: #ed473f;
	background: #ed473f;
}

#search_filters .facet ul.Talla li label.active a,
#search_filters .facet ul.Talla li:hover label a {
    color: #FFF;
}
#search_filters .facet .Talla .facet-label .custom-checkbox,
#search_filters .facet .Color .facet-label .custom-checkbox {
	top: 0px;
}
/*END FIX SIZES*/
.facet ul.Color li {
    display: inline-block;
    width: 40px;
    height: 40px;
    overflow: hidden;
}

#search_filters .facet ul.Color li label {
    position: relative;
    display: block;
}

#search_filters .facet ul.Color li label span span {
	width: 40px;height: 40px;border: 0px;margin: 0;
	border-color: #CCC !important;
	border: 1px solid;
}

#search_filters .facet ul.Color li label.active .custom-checkbox input[type=checkbox]:checked+span .checkbox-checked {
    display: none;
}

#search_filters .facet ul.Color li label.active span span {
    border-color: #ed473f;
    background: #ed473f;
    border: 2px solid #ed473f;
    padding: 0px;
    margin: 0;
}

#search_filters .facet ul.Color li label.active a {
    color: #FFF;
}
section.facet ul.collapse.Color, section.facet ul.collapse.Talla {
    text-align: center;
}
/*END FACETS CUSTOM*/
span.color-box{
   width: 30px;
   height: 30px;
   color: #333;
   display: inline-block;
   border: 2px solid #dcdcdc;
   cursor: pointer;
   margin-bottom: 4px;
   font-size: 13px;
   margin-right: 5px;
   border-radius: 100%;
}

span.color-box.active{
	box-shadow: 0px 0px 6px 0px #fd0000;
	width: 30px;
	height: 30px;
}

span.color-box.noactive:hover{
	box-shadow: 0px 0px 6px 0px #000;
}

.col-xs-12.colSizes {
		display: table-cell;
}

.col-xs-12.colSizes > a {
	vertical-align: middle;
}

/* filtros colapsables categoria : inicio */
.panel-heading.category-top-menu {
	padding-right:15px;
}

.block-categories .panel-title a{
	color:#000;
}

.collapse-icons-category-tree .add{
	display:inline-block;
}
.collapse-icons-category-tree .remove{
	display:none;
}

.text-uppercase[aria-expanded="true"] .collapse-icons-category-tree .add{
	display:none;
}

.text-uppercase[aria-expanded="true"] .collapse-icons-category-tree .remove{
	display:inline-block;
}

.facet-title:hover .collapse-icons{
	color:red;
}

.collapse-icons .add{
	display:inline-block;
}
.collapse-icons .remove{
	display:none;
}

.title[aria-expanded="true"] .collapse-icons .add{
	display:none;
}

.title[aria-expanded="true"] .collapse-icons .remove{
	display:inline-block;
}

.title{
	cursor:pointer;
}

.title:hover .navbar-toggler.collapse-icons{
	color:red;
}

#search_filters h4 {
    border-bottom: 2px solid #000;
    padding-bottom: 17px;
}
    

/* filtros colapsables categoria : fin */

@media (min-width: 1200px){

	.container {
	    width: 100%;
	    max-width: 1440px !important;
	}

}

/* Ficha Producto Carrusel */
img.thumb.js-thumb {
    border: 2px solid #FFF !important;
}
img.thumb.js-thumb.selected, img.thumb.js-thumb:hover {
    border: 2px solid #00A267 !important;
}
.product-carousel-img.slick-slide:focus {
   outline: none;
}

@media screen and (min-width: 769px){

	#product #content .product-cover {
	    margin-left: 100px;
	}

	img.thumb.js-thumb{
		margin: 0 auto;
	}

	.product-carousel-container{
		 width: 105px !important;
		 position: absolute !important;
		 top: 0px !important;
		 z-index: 101 !important;
		 bottom: 30px;
		 overflow: hidden;
	}

	.product-carousel {
    	margin-top: 30px !important;
    	padding-top: 30px !important;
    	padding-bottom: 15px !important;
	}

	.product-carousel-container button.slick-prev.slick-arrow {
	    position: absolute !important;
	    top: -10px !important;
	    z-index: 300 !important;
	    transform: rotate(90deg) !important;
	    left: 50% !important; 
	}

	.product-carousel-container button.slick-next.slick-arrow {
	    position: absolute !important;
	    top: initial !important;
	    right: 50% !important;
	    z-index: 300 !important;
	    bottom: -50px !important;
	    transform: rotate(90deg) !important;
	}

}

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

	.product-carousel .product-carousel-img{
	    display: inline-block;
	    float: left;
	    width: 33%;
	}

	.product-carousel-container button.slick-prev.slick-arrow {
	    position: absolute;
	    top: 70%;
	    z-index: 300;
	    left: -30px;
	}

	.product-carousel-container button.slick-next.slick-arrow {
	    position: absolute;
	    margin-top: -20px;
	    top: 70%;
	    right: -30px;
	    z-index: 300;
	}

}
/* Ficha Producto Carrusel */

/* Category - Sticky Filter menu */
@media screen and (min-width: 769px){

	body#category #left-column{
		position:sticky;
		top:100px;
	}

}
/* Category - Sticky Filter menu */

/* Search Top */
#search_block_top{
	margin-top:8px;
}

#search_block_top input[type="text"] {
    border: 0;
    padding: 5px;
    border-bottom: 2px solid #00a369;
    padding-top: 0;
    font-size: 12px;
    background: #fff;
}

#search_block_top input[type="text"]::-webkit-input-placeholder{
	color: #D6CFC7 !important;
}

#search_block_top input[type="text"]:-ms-input-placeholder{
	color: #D6CFC7 !important;
}

#search_block_top input[type="text"]::placeholder 
{
  	color: #D6CFC7 !important;
}

#search_block_top input[type="text"]:focus {
    outline: none;
}

#search_block_top .button-search{
	background:none;
	position:relative;
}

#search_block_top button {
    margin: 0;
    padding: 0;
    background: #FFF;
    border: 0px;
}

#search_block_top button[type="submit"] img {
    max-width: 27px;
}

#custom-search-button{
	background:none !important;
}

/* Search Top */
#header .header-nav .blockcartMobile {
	color: #000;
	height: 3rem;
	padding: .75rem;
	margin-left: .9375rem;
	text-align: center;
	white-space: nowrap;
}
#header .header-nav .blockcart,
#header .header-nav .blockcartMobile {
	color: #000;
	height: 3rem;
	padding: .75rem;
	margin-left: .9375rem;
	text-align: center;
	white-space: nowrap;
}
#header .header-nav .blockcartMobile{
	position: relative;
}
@media screen and (max-width: 767px){
	.container-search.show-line input[type="text"]{
		width: 80%;
		margin-bottom: 10px;
	}
}
#header .header-top{
	padding-bottom: 0;
}
#mobile_top_menu_wrapper{
	display: none !important;
}
.ets_mm_megamenu.layout_layout1 {
    z-index: 1000000000;
}

/*Ajustes generales*/

	/* Ajustes para filtros */
	#search_filters .title.hidden-sm-down {
	    margin-bottom: 10px !important;
	}
	/* Ajustes para filtros */
	
/*Ajustes generales*/
/*Manifiesto*/
#module-prestaclhook-cchmanifest{
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif; 
	padding-top:40px;
	padding-bottom:40px;
}

#module-prestaclhook-cchmanifest .manifest-info {
    margin-bottom: 1.5rem!important;
    border: solid #000 2px;
    padding:20px;
}

#module-prestaclhook-cchmanifest .manifest-info .manifest-info--titulos{
    font-weight:bold;
}

#module-prestaclhook-cchmanifest .table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border: solid #000 2px !important;
}

#module-prestaclhook-cchmanifest .table th {
    background-color:#f6f6f6;
}

#module-prestaclhook-cchmanifest .manifest-sub-tables{
	padding-bottom:40px !important;
}

#module-prestaclhook-cchmanifest .manifest-sub-tables table{
	margin-top:0px;
    margin-bottom:0px !important
}

#module-prestaclhook-cchmanifest .manifest-sub-tables table:first-child td{
	border-top:;
	border-left:;
	border-bottom:;
	border-right:;
}

#module-prestaclhook-cchmanifest .manifest-sub-tables table:first-child th{
	border-top:solid 2px #000 !important;
	border-left:solid 2px #000 !important;
	border-bottom:solid 1px #000 !important;
	border-right:solid 2px #000 !important;
}

#module-prestaclhook-cchmanifest .manifest-sub-tables table:nth-child(even) td{
	border-top:solid 1px #000 !important;
	border-left:solid 2px #000 !important;
	border-bottom:solid 2px #000 !important;
	border-right:solid 2px #000 !important;
}

#module-prestaclhook-cchmanifest .manifest-sub-tables table:nth-child(even) th{
	border-top:solid 1px #000 !important;
	border-left:solid 2px #000 !important;
	border-bottom:solid 2px #000 !important;
	border-right:solid 2px #000 !important;
}

#module-prestaclhook-cchmanifest .manifest-sub-tables table:nth-child(odd) td{
	border-top:solid 2px #000 !important;
	border-left:solid 2px #000 !important;
	border-bottom:solid 1px #000 !important;
	border-right:solid 2px #000 !important;
}

#module-prestaclhook-cchmanifest .manifest-sub-tables table:nth-child(odd) th{
	border-top:solid 2px #000 !important;
	border-left:solid 2px #000 !important;
	border-bottom:solid 1px #000 !important;
	border-right:solid 2px #000 !important;
}

#module-prestaclhook-cchmanifest .manifest-sub-tables table:last-child td{
	border-top:solid 1px #000 !important;
	border-left:solid 2px #000 !important;
	border-bottom:solid 2px #000 !important;
	border-right:solid 2px #000 !important;
}

#module-prestaclhook-cchmanifest .manifest-sub-tables table:last-child th{
	border-top:solid 1px #000 !important;
	border-left:solid 2px #000 !important;
	border-bottom:solid 2px #000 !important;
	border-right:solid 2px #000 !important;
}

#module-prestaclhook-cchmanifest .tri-table th{
    background-color:#f6f6f6;
}

#module-prestaclhook-cchmanifest .tri-table th{
	width:33.3333%;
}

#module-prestaclhook-cchmanifest .tri-table td{
	font-size:12px;
}

#module-prestaclhook-cchmanifest .manifest-box{
    padding-left:0px !important;
    padding-right:0px !important;
}

#module-prestaclhook-cchmanifest .manifest-box h2 {
    background-color: #f6f6f6;
    padding: 10px;
    font-weight: normal;
    border: solid #000 2px;
    margin-bottom:0px !important;
}

#module-prestaclhook-cchmanifest .manifest-box p {
    min-height: 100px;
    border-bottom:solid #000 2px; 
    border-left:solid #000 2px;
    border-right: solid #000 2px;
}

@media print and (max-width: 1000px) {
  	#module-prestaclhook-cchmanifest {
	    font-size: 12px !important;
	}
}
/*Manifiesto*/

/*Ocultar menu y otros elementos en checkout*/
body#checkout .ets_mm_megamenu,
body#checkout > .col-md-6.links {
	display:none !important;
}
/*Ocultar menu y otros elementos en checkout*/

/* Pestaña comprar fija */
	body#product .add-to-cart-fixed-tab{
		display:none;
	}

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

		body#product .add-to-cart-fixed-tab {
			display:block !important;
		    position: fixed;
		    bottom: 0;
		    left:15px;
		    background: #fff;
		    width: 100%;
		    border: solid #00A267 1px;
		    z-index: 9999;
		    padding: 20px 20px;
		}

		body#product .add-to-cart-fixed-tab select{
			width:100%;
		}

		body#product .add-to-cart-fixed-tab .button-wraper .product-add-to-cart{
			margin-top:22px;
		}

		body#product .add-to-cart-fixed-tab h4{
			font-size:14px;
		}

		body#product .add-to-cart-fixed-tab .btn-danger {
		    background: #00A267 !important;
		    text-transform: uppercase;
		    border: 1px solid #00A267 !important;
		}

		body#product .add-to-cart-fixed-tab .add-to-cart{
			text-align: center;
			font-size:10px;
		}
	}
	/* Pestaña comprar fija */

	/*modal home boton cerrar*/
	.modal__close:focus{
		outline:none !important;
	}

/* menu header sticky */
@media screen and (min-width: 1000px){

	#header{
	    position: sticky !important;
	    top: 0px;
	    z-index: 1040;
	}

}
/* menu header sticky */

/* Mobile : ocultar botones compra / compra rapida + seleccion tallas*/ 
@media screen and (max-width: 768px){

	body#product .product-actions .add-to-cart,
	body#product .product-actions .quick-add-to-cart,
	body#product .bata-fixed-options{
    	display:none;
	}

	body#product .add-to-cart-fixed-tab .add-to-cart{
		display:block !important;
	}

	/*note : modify following tpl -> modules/prestaclhook/views/templates/front/pscl_productcolors.tpl*/

}
/* Mobile : ocultar botones compra / compra rapida + seleccion tallas*/ 

/* Ajuste colores nuestras tiendas */
body#module-prestaclhook-mapstores .list-stores-menu .btn-default:hover, 
body#module-prestaclhook-mapstores .list-stores-menu .btn-default.active {
	border:solid 1px #00A267;
    background-color: #00A267;
    color: #FFF;
}

body#module-prestaclhook-mapstores .list-stores-menu .btn-default {
    border-color: #00A267;
    color: #000;
}

body#module-prestaclhook-mapstores .viewMap {
    text-decoration: underline;
    color: #00A267;
}

/* Ajuste colores nuestras tiendas */

/* Ajuste contador banner - mobile*/
@media screen and (max-width: 768px){

	#content-wrapper  #module-time-limit {
	    margin-top: 0px !important;
	}

	#content-wrapper #module-time-limit .counter {
	    bottom: 32% !important;
	    display: block !important;
	    left: 0% !important;
	}

	#content-wrapper #module-time-limit .counter > div{
	    height: auto !important;
	    padding-top: 5px !important;
	    padding-bottom: 5px !important;
	}

	#content-wrapper  #module-time-limit .counter .counter-number,
	#content-wrapper  #module-time-limit .counter .counter-tag{
	    padding-top: 0px !important;
	    padding-bottom: 0px !important;
	    font-size: 12px !important;
	}

}
/* Ajuste contador banner - mobile*/

/*Sello BlackFriday*/
	@media screen and (max-width: 768px){

		article.product-miniature div.thumbnail-container .selloBF{
			width: 50px !important;
		}

	}
/*Sello BlackFriday*/

/*Ajuste link tallas*/
.size-available-link-wrapper,
.product-miniature .size-available .size, 
.product-miniature .size-available .size:hover{
	cursor: pointer;
}
/*Ajuste link tallas*/

/*Ajuste ficha producto - zona ficha tecnica*/
.product-features>dl.data-sheet dd.value, .product-features>dl.data-sheet dt.name {
    margin-right:0px;
    margin-bottom: 0px;
}
/*Ajuste ficha producto - zona ficha tecnica*/

/*Ajuste logo header - logo sobre menu*/
@media screen and (min-width: 769px){

	#header .header-nav {
    	height: 0px;
	}

	#header .logo {
    	max-width: 10%;
	}

	#header div#_desktop_logo>a {
    	max-width: none;
	}

	#header .mm_menus_ul {
	    display: flex;
	    margin: auto !important;
	    justify-content: flex-end;
	}
}
/*Ajuste logo header - logo sobre menu*/

/*Ajuste posicion categorias menu*/
@media (min-width: 768px){

	.layout_layout1.ets_mm_megamenu .mm_columns_ul, .layout_layout1.ybc_vertical_menu .mm_menus_ul {
	    display: flex;
	    justify-content: flex-start;
	}

}
/*Ajuste posicion categorias menu*/

/*Ocultar opciones de tabla de atributos en ficha producto*/
.feature_name_Colección,
.feature_value_Colección{
	display: none;
}
/*Ocultar opciones de tabla de atributos en ficha producto*/

/*Landing cyber 2022*/

/*ajustes de visibilidad y ancho*/
body#cms #wrapper {
    padding-top: 0px;
}

body#cms #wrapper .breadcrumb {
    display: none;
}

body#cms #main header.page-header, 
body#cms .order-message-form.box header {
    display: none;
}

body#cms .elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1920px;
}

body#cms .page-content.page-cms {
    padding: 0px;
}
/*ajustes de visibilidad y ancho*/

body#cms .elementor .cyber-slider-desk {
    margin-top: -27px;
}

body#cms .elementor .cyber-subtitle{
	text-align: center !important;
	font-family: 'poppins-medium';
	color: #91cfcd;
}

body#cms .elementor .cyber-subtitle strong{
	/*color: #91cfcd;*/
    /*text-transform: uppercase;*/
    /*font-size: 22px;*/
}

body#cms .elementor .carousel .carousel-control .icon-next i, 
body#cms .elementor .carousel .carousel-control .icon-prev i {
    font-size: 3.125rem;
    color: #00A267 !important;
    border-radius: 50%;
    background: #fff !important;
    text-shadow: 0px 0px 0px;
}

body#cms .elementor .elementor-slick-slider .slick-arrows-inside .slick-prev {
    left: -45px !important;
}

body#cms .elementor .elementor-slick-slider .slick-arrows-inside .slick-next {
    right: -70px !important;
}

body#cms .elementor .digi-custom-slider .carousel.slide h2{
	display: none !important;
}

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

	body#cms .elementor .carousel .carousel-control .icon-prev {
    	left: 3px !important;
	}

	body#cms .elementor .carousel .carousel-control .icon-next {
	    right: 20px !important;
	}

	body#cms .elementor .carousel .carousel-control .icon-next i, 
	body#cms .elementor .carousel .carousel-control .icon-prev i {
    	font-size: 30px !important;
	}

	body#cms .elementor .carousel .carousel-control .icon-prev {
    	left: 15px !important;
	}

	body#cms .elementor .carousel .carousel-control .icon-next {
    	right: 25px !important;
	}

}

/*Landing cyber 2022*/

/*Ajustes efecto hover en banners home*/
@media (min-width: 1200px){

	.sectionHome2 > div a:hover {
	    transform: translateY(0px) !important;
	    transition: unset !important;
	}

}
/*Ajustes efecto hover en banners home*/

/*Ajuste icono buscador en menu nav*/
#search_widget .container-search.show-line button[type="submit"] img {
    height: 30px;
}
/*Ajuste icono buscador en menu nav*/

/*Ajustes filtro tallas*/
.facet ul.Talla li {
    display: block;
    width: 70px;
    height: 25px;
    overflow: unset;
    margin-bottom: 0px;
    position: relative;
}

#search_filters .facet ul.Talla li label {
    position: relative;
    display: block;
    width: 60px;
}

#search_filters .facet ul.Talla li label span span {
    width: 15px;
    height: 15px;
    border: 1px solid #000;
    border-radius: 100px;
}

#search_filters .facet ul.Talla li label a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0px;
    top: 0;
    text-align: center;
    line-height: 26px;
    margin: 0;
    width: inherit;
    z-index: 1000;
    color: #000 !important;
}
/*Ajustes filtro tallas*/

/*Ajuste header mobile*/
@media screen and (max-width: 768px){

	span.digi-custom-icon img {
	    max-width: 30px;
	    height: 30px;
	}

}
/*Ajuste header mobile*/

/*Ajuste scroll horizontal*/
body {
    overflow-x: hidden;
}
/*Ajuste scroll horizontal*/

/*Ajustes tipografias sitio*/
body,
#header .header-top a,
#module-prestaclhook-cchmanifest{
   font-family: 'poppins-medium', sans-serif !important; 
}
/*Ajustes tipografias sitio*/
/*boton compra rapida - ajustes*/
.product-miniature span.add_to_cart {
    min-width: 80%;
}
span.size.quickSelectSize.active {
	background: #333;
	color: #FFF;
	border-color: #333;
}

@media screen and (min-width: 1000px){

	.product-miniature span.add_to_cart {
		-moz-opacity: 0;
  		-khtml-opacity: 0;
  		opacity: 0;
	}

	.product-miniature:hover span.add_to_cart{
		-moz-opacity: 1;
  		-khtml-opacity: 1;
  		opacity: 1;
	}

	.product-miniature:hover .quick-add-to-cart.disabled {
		opacity: 0.4 !important;
	}

	

}
/*boton compra rapida - ajustes*/

/*
.selloBF{
	display: none !important;
}
*/


/*Flechas Slider cyber landing*/

/*
@media screen and (min-width: 1500px){

	.digi-custom-slider .carousel .carousel-control .icon-prev {
    	left: -3rem;
	}

	.digi-custom-slider .carousel .carousel-control .icon-next {
    	right: -2rem;
	}

}
*/

body .carousel .carousel-control .icon-next i, 
body .carousel .carousel-control .icon-prev i {
    background: transparent !important;
}

body .carousel .carousel-control .icon-next:hover i, 
body .carousel .carousel-control .icon-prev:hover i {
    background: rgba(0, 0, 0, 0.5) !important;
}

body#cms .elementor .carousel .carousel-control .icon-next i, 
body#cms .elementor .carousel .carousel-control .icon-prev i {
    background: transparent !important;
}

body#cms .elementor .carousel .carousel-control .icon-next:hover i, 
body#cms .elementor .carousel .carousel-control .icon-prev:hover i {
    background: rgba(0, 0, 0, 0.5) !important;
}
/*Flechas Slider cyber landing*/


/*ORDER ATTRIBUTES*/
section.facet ul.ATTRIBUTE_Talla.in {
	display: flex !important;
  	flex-direction: column;
}

section.facet ul.ATTRIBUTE_Talla li.ATTRIBUTE_1{ order: 1}
section.facet ul.ATTRIBUTE_Talla li.ATTRIBUTE_2{ order: 2}
section.facet ul.ATTRIBUTE_Talla li.ATTRIBUTE_3{ order: 3}
section.facet ul.ATTRIBUTE_Talla li.ATTRIBUTE_4{ order: 4}
section.facet ul.ATTRIBUTE_Talla li.ATTRIBUTE_5{ order: 5}
section.facet ul.ATTRIBUTE_Talla li.ATTRIBUTE_6{ order: 6}
section.facet ul.ATTRIBUTE_Talla li.ATTRIBUTE_7{ order: 7}
section.facet ul.ATTRIBUTE_Talla li.ATTRIBUTE_8{ order: 8}
section.facet ul.ATTRIBUTE_Talla li.ATTRIBUTE_9{ order: 9}
section.facet ul.ATTRIBUTE_Talla li.ATTRIBUTE_10{ order: 10}
section.facet ul.ATTRIBUTE_Talla li.ATTRIBUTE_11{ order: 11}
section.facet ul.ATTRIBUTE_Talla li.ATTRIBUTE_12{ order: 12}
section.facet ul.ATTRIBUTE_Talla li.ATTRIBUTE_14{ order: 13}
section.facet ul.ATTRIBUTE_Talla li.ATTRIBUTE_15{ order: 14}
section.facet ul.ATTRIBUTE_Talla li.ATTRIBUTE_16{ order: 15}
section.facet ul.ATTRIBUTE_Talla li.ATTRIBUTE_17{ order: 16}
section.facet ul.ATTRIBUTE_Talla li.ATTRIBUTE_18{ order: 17}
section.facet ul.ATTRIBUTE_Talla li.ATTRIBUTE_19{ order: 18}
section.facet ul.ATTRIBUTE_Talla li.ATTRIBUTE_20{ order: 19}
section.facet ul.ATTRIBUTE_Talla li.ATTRIBUTE_21{ order: 20}
section.facet ul.ATTRIBUTE_Talla li.ATTRIBUTE_22{ order: 21}
section.facet ul.ATTRIBUTE_Talla li.ATTRIBUTE_23{ order: 22}
section.facet ul.ATTRIBUTE_Talla li.ATTRIBUTE_24{ order: 23}
section.facet ul.ATTRIBUTE_Talla li.ATTRIBUTE_25{ order: 24}
section.facet ul.ATTRIBUTE_Talla li.ATTRIBUTE_26{ order: 25}
section.facet ul.ATTRIBUTE_Talla li.ATTRIBUTE_27{ order: 26}
section.facet ul.ATTRIBUTE_Talla li.ATTRIBUTE_28{ order: 27}
section.facet ul.ATTRIBUTE_Talla li.ATTRIBUTE_29{ order: 28}
section.facet ul.ATTRIBUTE_Talla li.ATTRIBUTE_30{ order: 29}
section.facet ul.ATTRIBUTE_Talla li.ATTRIBUTE_31{ order: 30}
section.facet ul.ATTRIBUTE_Talla li.ATTRIBUTE_32{ order: 31}
section.facet ul.ATTRIBUTE_Talla li.ATTRIBUTE_33{ order: 32}
section.facet ul.ATTRIBUTE_Talla li.ATTRIBUTE_34{ order: 33}
section.facet ul.ATTRIBUTE_Talla li.ATTRIBUTE_35{ order: 34}
section.facet ul.ATTRIBUTE_Talla li.ATTRIBUTE_36{ order: 35}
section.facet ul.ATTRIBUTE_Talla li.ATTRIBUTE_37{ order: 36}
section.facet ul.ATTRIBUTE_Talla li.ATTRIBUTE_38{ order: 37}
section.facet ul.ATTRIBUTE_Talla li.ATTRIBUTE_1012{ order: 38}
section.facet ul.ATTRIBUTE_Talla li.ATTRIBUTE_44593{ order: 39}
section.facet ul.ATTRIBUTE_Talla li.ATTRIBUTE_44593{ order: 40}
section.facet ul.ATTRIBUTE_Talla li.ATTRIBUTE_44654{ order: 41}
section.facet ul.ATTRIBUTE_Talla li.ATTRIBUTE_44654{ order: 42}
section.facet ul.ATTRIBUTE_Talla li.ATTRIBUTE_44717{ order: 43}
section.facet ul.ATTRIBUTE_Talla li.ATTRIBUTE_44779{ order: 44}
section.facet ul.ATTRIBUTE_Talla li.ATTRIBUTE_44780{ order: 45}
section.facet ul.ATTRIBUTE_Talla li.ATTRIBUTE_44843{ order: 46}
section.facet ul.ATTRIBUTE_Talla li.ATTRIBUTE_44906{ order: 47}
section.facet ul.ATTRIBUTE_Talla li.ATTRIBUTE_0M{ order: 48}
section.facet ul.ATTRIBUTE_Talla li.ATTRIBUTE_11-13{ order: 49}
section.facet ul.ATTRIBUTE_Talla li.ATTRIBUTE_12M{ order: 50}
section.facet ul.ATTRIBUTE_Talla li.ATTRIBUTE_18M{ order: 51}
section.facet ul.ATTRIBUTE_Talla li.ATTRIBUTE_24M{ order: 52}
section.facet ul.ATTRIBUTE_Talla li.ATTRIBUTE_36M{ order: 53}
section.facet ul.ATTRIBUTE_Talla li.ATTRIBUTE_3M{ order: 54}
section.facet ul.ATTRIBUTE_Talla li.ATTRIBUTE_3XL{ order: 55}
section.facet ul.ATTRIBUTE_Talla li.ATTRIBUTE_48M{ order: 56}
section.facet ul.ATTRIBUTE_Talla li.ATTRIBUTE_6M{ order: 57}
section.facet ul.ATTRIBUTE_Talla li.ATTRIBUTE_9M{ order: 58}
section.facet ul.ATTRIBUTE_Talla li.ATTRIBUTE_L{ order: 59}
section.facet ul.ATTRIBUTE_Talla li.ATTRIBUTE_M{ order: 60}
section.facet ul.ATTRIBUTE_Talla li.ATTRIBUTE_S{ order: 61}
section.facet ul.ATTRIBUTE_Talla li.ATTRIBUTE_XL{ order: 62}
section.facet ul.ATTRIBUTE_Talla li.ATTRIBUTE_XS{ order: 63}
section.facet ul.ATTRIBUTE_Talla li.ATTRIBUTE_XXL{ order: 64}
section.facet ul.ATTRIBUTE_Talla li.ATTRIBUTE_XXS{ order: 65}



body#checkout .block-promo:nth-child(2) {
    display: none !important;
}

/*ajustes menu nav mobile*/
@media (max-width:768px){

	#header {
	    background: #fff;
	}

	#header .header-top {
    	background: #fff;
	}

	body#cms .digi-custom-slider{
		padding: 0px 0px !important;
	}

}
/*ajustes menu nav mobile*/

/*ocultar boton whatsapp*/
@media (max-width:768px){

	div.whatsapp {
	    display: none;
	}

}
/*ocultar boton whatsapp*/

/*ajustes ficha mobile*/
@media (max-width:768px){

	body#product .tabs .nav-item .nav-link{
		position: relative;
	}

	body#product .tabs .nav-item .nav-link::after{
		content: "+";
		position: absolute;
		right: 5px;
		top: 5px;
		width: 20px;
		height: 20px;
		font-size: 18px;
	}

	body#product .tabs .nav-item .nav-link.active::after{
		content: "+";
		position: absolute;
		right: 5px;
		top: 5px;
		width: 20px;
		height: 20px;
		font-size: 18px;
	}

}
/*ajustes ficha mobile*/

/*ajuste PLP & cart & checkout*/
#search_filters .facet .facet-title, 
#search_filters_brands .facet .facet-title, 
#search_filters_suppliers .facet .facet-title {
    font-size: 10px;
}

#search_filters .facet .title .collapse-icons {
    top: -5px;
}

.product-miniature span.add_to_cart {
    min-width: 100%;
    max-width: 100%;
    padding: 3px 8px;
}

.product-description span.size {
    padding: 0px !important;
    width: 18px !important;
    font-size: 8px !important;
}

.digi-discount {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #00a369;
    color: #FFF;
    z-index: 900;
}

.digi-discount .numberDiscount {
    width: 40px;
    height: 40px;
    display: block;
    line-height: 35px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

body#checkout .btn.btn-primary, 
body#checkout .btn.btn-primary:focus, 
body#checkout .btn.btn-primary:active {
    font-size: 8px !important;
}

body#checkout .btn-express {
    font-size: 12px !important;
}

body#checkout .block-promo .promo-input+button {
    background: #000;
    border: 1px solid #000;
    PADDING: 12px 23px;
    font-size: 12px !important;
}

@media (min-width: 576px) {

	.product-miniature span.add_to_cart {
    	font-size: 8px;
	}

	body#checkout .btn.btn-primary, 
	body#checkout .btn.btn-primary:focus, 
	body#checkout .btn.btn-primary:active {
    	font-size: 14px !important;
	}

}


@media (min-width: 768px) {

	.product-miniature span.add_to_cart {
    	font-size: 8px;
	}

	.products .product-title, 
	.featured-products .product-title, 
	.product-accessories .product-title, 
	.product-miniature .product-title {
    	height: 70px !important;
	}

	#products .product-title a, 
	.featured-products .product-title a, 
	.product-accessories .product-title a, 
	.product-miniature .product-title a {
	    font-size: 11px !important;
	}

	body#checkout .btn.btn-primary, 
	body#checkout .btn.btn-primary:focus, 
	body#checkout .btn.btn-primary:active {
    	font-size: 14px !important;
	}

	body#checkout .btn-express {
    	font-size: 7px !important;
	}

}

@media (min-width: 992px) {

	.product-miniature span.add_to_cart {
    	font-size: 8px;
	}

	.products .product-title, 
	.featured-products .product-title, 
	.product-accessories .product-title, 
	.product-miniature .product-title {
    	height: 70px !important;
	}

	#products .product-title a, 
	.featured-products .product-title a, 
	.product-accessories .product-title a, 
	.product-miniature .product-title a {
	    font-size: 11px !important;
	}

	body#checkout .btn-express {
    	font-size: 7px !important;
	}

}

@media (min-width: 1200px) {

	.product-miniature span.add_to_cart {
    	font-size: 14px;
	}

	#search_filters .facet .facet-title, 
	#search_filters_brands .facet .facet-title, 
	#search_filters_suppliers .facet .facet-title {
    	font-size: 16px;
	}

	#search_filters .facet .title .collapse-icons {
    	top: 0px;
	}

	.products .product-title, 
	.featured-products .product-title, 
	.product-accessories .product-title, 
	.product-miniature .product-title {
    	height: 45px !important;
	}

	.product-description span.size {
	    padding: 2px !important;
	    width: 25px !important;
	    font-size: 12px !important;
	}

	.digi-discount {
	    position: absolute;
	    right: 10px;
	    top: 10px;
	    width: 50px;
	    height: 50px;
	    border-radius: 50%;
	    background: #00a369;
	    color: #FFF;
	    z-index: 900;
	}

	.digi-discount .numberDiscount {
	    width: 50px;
	    height: 50px;
	    display: block;
	    line-height: 45px;
	    text-align: center;
	    font-weight: bold;
	    font-size: 23px;
	}

	#products .product-title a, 
	.featured-products .product-title a, 
	.product-accessories .product-title a, 
	.product-miniature .product-title a {
	    font-size: 12px !important;
	}

	body#checkout .btn.btn-primary, 
	body#checkout .btn.btn-primary:focus, 
	body#checkout .btn.btn-primary:active {
    	font-size: 16px !important;
	}

	body#checkout .btn-express {
    	font-size: 12px !important;
	}

}

@media (min-width: 1400px) {

	.product-miniature span.add_to_cart {
    	font-size: 14px;
	}

	#search_filters .facet .facet-title, 
	#search_filters_brands .facet .facet-title, 
	#search_filters_suppliers .facet .facet-title {
    	font-size: 16px;
	}

	#search_filters .facet .title .collapse-icons {
    	top: 0px;
	}

	.products .product-title, 
	.featured-products .product-title, 
	.product-accessories .product-title, 
	.product-miniature .product-title {
    	height: 45px !important;
	}

	.product-description span.size {
	    padding: 2px !important;
	    width: 25px !important;
	    font-size: 12px !important;
	}

	.digi-discount {
	    position: absolute;
	    right: 10px;
	    top: 10px;
	    width: 50px;
	    height: 50px;
	    border-radius: 50%;
	    background: #00a369;
	    color: #FFF;
	    z-index: 900;
	}

	.digi-discount .numberDiscount {
	    width: 50px;
	    height: 50px;
	    display: block;
	    line-height: 45px;
	    text-align: center;
	    font-weight: bold;
	    font-size: 23px;
	}

	#products .product-title a, 
	.featured-products .product-title a, 
	.product-accessories .product-title a, 
	.product-miniature .product-title a {
	    font-size: 12px !important;
	}

	body#checkout .btn.btn-primary, 
	body#checkout .btn.btn-primary:focus, 
	body#checkout .btn.btn-primary:active {
    	font-size: 16px !important;
	}

	body#checkout .btn-express {
    	font-size: 12px !important;
	}

}

/*ajuste PLP*/

/*nuevo diseno footer*/
.footer-container {
	position: relative;
	border-top: 4px solid #CE0A32;
	background-color: #CE0A32;
}

.digi-block-ico > .row > div {
    border-top: 1px solid #CCC;
    padding: 20px 0px 0px 0px;
}

.block_newsletter {
	    background: #fff;
	    padding: 1px 30px 205px 30px;
	    border-top: 0px;
	    margin-bottom: 0px;
	    margin-left: -15px;
	    margin-right: -15px;
	    background-image: url(https://bubblegummers.cl/img/bg-footer-cat-desk.png);
	    background-repeat: no-repeat;
	    background-position: center bottom;
	    min-height: 200px;
	    background-size: 196px;
}

.block_newsletter p#block-newsletter-label {
	    font-size: 20px;
	    line-height: 30px;
	    text-align: center;
	    color: #000;
	    padding-top: 0;
	    text-transform: none;
	    font-family: 'Fredoka', sans-serif;
	    font-weight: normal;
	}

.block_newsletter form .input-wrapper {
	overflow: hidden;
	display: flex;
	justify-content: center;
	width: 100%;
}

.block_newsletter form input[type=text] {
	padding: 11px;
	width: 70%;
	min-width: 70%;
	float: none;
	border: 1px solid #7a7a7a;
	box-shadow: none;
	font-size: 11px;
	text-align: center;
}

.block_newsletter form input[type=submit] {
 	background: #E20514;
	border: 1px solid #FF2C31;
	width: 30%;
	font-size: 10px;
	padding: 10px 10px;
}

@media (min-width: 576px) {

	.block_newsletter p#block-newsletter-label {
    	font-size: 18px;
	}


}

@media (min-width: 768px) {

	.block_newsletter p#block-newsletter-label {
    	font-size: 14px;
	}

}

@media (min-width: 992px) {

	.digi-block-ico{
		padding: 0px 10%;
	}

	.digi-block-ico > .row > div span{
		font-family: 'Poppins', sans-serif;
		color: #666666;
		text-transform: none;

	}

	.block_newsletter {
	    background: #fff;
	    padding: 30px 30px 0px 30px;
	    border-top: 0px;
	    margin-bottom: 0px;
	    margin-left: -15px;
	    margin-right: -15px;
	    background-image: url(https://bubblegummers.cl/img/bg-footer-cat-desk.png);
	    background-repeat: no-repeat;
	    background-position: center bottom;
	    min-height: 200px;
	    background-size: 180px;
	}

	.block_newsletter p#block-newsletter-label {
	    font-size: 16px;
	    line-height: 30px;
	    text-align: left;
	    color: #000;
	    padding-top: 0;
	    padding-left: 32%;
	    text-transform: none;
	    font-family: 'Fredoka', sans-serif;
	    font-weight: normal;
	}

	.block_newsletter form .input-wrapper {
	    overflow: hidden;
	    display: flex;
	    justify-content: flex-start;
	    padding-left: 36%;
	}

	.block_newsletter form input {
	    height: 42px;
	    box-shadow: none;
	}

	.block_newsletter form input[type=text] {
	    padding: 11px;
	    min-width: 40%;
	    width: 40%;
	    float: right;
	    border: 1px solid #7a7a7a;
	    box-shadow: none;
	}

	.block_newsletter form input[type=submit] {
		width: 20%;
	    background: #E20514;
	    border: 1px solid #FF2C31;
	    font-size: 10px;
	}

	.block_newsletter form input {
	    height: 42px;
	    box-shadow: none;
	}

}

@media (min-width: 1200px) {

	.digi-block-ico{
		padding: 0px 10%;
	}

	.digi-block-ico > .row > div span{
		font-family: 'Poppins', sans-serif;
		color: #666666;
		text-transform: none;

	}

	.block_newsletter {
	    background: #fff;
	    padding: 30px 30px 0px 30px;
	    border-top: 0px;
	    margin-bottom: 0px;
	    margin-left: -15px;
	    margin-right: -15px;
	    background-image: url(https://bubblegummers.cl/img/bg-footer-cat-desk.png);
	    background-repeat: no-repeat;
	    background-position: center bottom;
	    min-height: 200px;
	    background-size: 180px;
	}

	.block_newsletter p#block-newsletter-label {
	    font-size: 16px;
	    line-height: 30px;
	    text-align: left;
	    color: #000;
	    padding-top: 0;
	    padding-left: 38%;
	    text-transform: none;
	    font-family: 'Fredoka', sans-serif;
	    font-weight: normal;
	}

	.block_newsletter form .input-wrapper {
	    overflow: hidden;
	    display: flex;
	    justify-content: flex-start;
	    padding-left: 30%;
	}

	.block_newsletter form input {
	    height: 42px;
	    box-shadow: none;
	}

	.block_newsletter form input[type=text] {
	    padding: 11px;
	    min-width: 40%;
	    width: 40%;
	    float: right;
	    border: 1px solid #7a7a7a;
	    box-shadow: none;
	}

	.block_newsletter form input[type=submit] {
		width: 20%;
	    background: #E20514;
	    border: 1px solid #FF2C31;
	    font-size: 12px;
	}

	.block_newsletter form input {
	    height: 42px;
	    box-shadow: none;
	}

}

@media (min-width: 1400px) {

	.digi-block-ico{
		padding: 0px 10%;
	}

	.digi-block-ico > .row > div span{
		font-family: 'Poppins', sans-serif;
		color: #666666;
		text-transform: none;

	}

	.block_newsletter {
	    background: #fff;
	    padding: 30px 30px 0px 30px;
	    border-top: 0px;
	    margin-bottom: 0px;
	    margin-left: -15px;
	    margin-right: -15px;
	    background-image: url(https://bubblegummers.cl/img/bg-footer-cat-desk.png);
	    background-repeat: no-repeat;
	    background-position: center bottom;
	    min-height: 200px;
	    background-size: 180px;
	}

	.block_newsletter p#block-newsletter-label {
	    font-size: 20px;
	    line-height: 30px;
	    text-align: left;
	    color: #000;
	    padding-top: 0;
	    padding-left: 38%;
	    text-transform: none;
	    font-family: 'Fredoka', sans-serif;
	    font-weight: normal;
	}

	.block_newsletter form .input-wrapper {
	    overflow: hidden;
	    display: flex;
	    justify-content: flex-start;
	    padding-left: 30%;
	}

	.block_newsletter form input {
	    height: 42px;
	    box-shadow: none;
	}

	.block_newsletter form input[type=text] {
	    padding: 11px;
	    min-width: 40%;
	    width: 40%;
	    float: right;
	    border: 1px solid #7a7a7a;
	    box-shadow: none;
	}

	.block_newsletter form input[type=submit] {
		width: 20%;
	    background: #E20514;
	    border: 1px solid #FF2C31;
	    font-size: 14px;
	}

	.block_newsletter form input {
	    height: 42px;
	    box-shadow: none;
	}

}
/*nuevo diseno footer*/

/*Ajuste overflow horizontal*/
#content-wrapper{
    overflow-x: hidden !important;
}
/*Ajuste overflow horizontal*/

/*slider home ancho total*/
body#cms .content-main{
    padding: 0px 0px;
    max-width: 3000px !important;
}

body#cms .elementor-column-gap-default .elementor-element-populated {
    padding: 0px;
}

body#cms .page-cms > .container{
    padding-left: 0px;
    padding-right: 0px;
    max-width: 3000px !important;
}

body#cms .digi-custom-slider{
    padding: 0px 0px;
    margin-top: 0px !important;
    max-width:3000px !important;
}

body#cms .digi-custom-main-banner{
	margin:-15px 20px 15px 20px
}

body#cms .digi-custom-banner{
	margin:15px 15px
}
/*slider home ancho total*/

/*nuevo diseno header | 09-2023*/
#header .header-top {
    background: #fff;
    padding-bottom: 0;
}

@media screen and (min-width: 769px){

	#header .bg-nav-options{
		height: 85px;
	}

	#header .mm_menus_ul {
	    display: flex;
	    margin: auto !important;
	    justify-content: start;
	}

	#header .logo {
		width: 170px;
    	max-width: 100%;
	}

	#header .header-top .bg-nav-options .position-static {
    	height: 100%;
	}

	#header .bg-nav-options #search_widget{
		height: 100%;
    	display: flex;
    	justify-content: center;
    	flex-direction: column
	}

	#header .bg-nav-options .container-search.show-line input[type="text"] {
	    border: 0;
	    padding: 5px;
	    border-bottom: 2px solid #00a369;
	    padding-top: 0px;
	    font-size: 12px;
	    width: 90%;
	}

	#header .header-top .bg-nav-options #_desktop_user_info{
		height: 100%;
    	display: flex;
    	justify-content: flex-end;
    	align-items: center;
	}

	#header .header-top .bg-nav-options #_desktop_cart{
		height: 100%;
    	display: flex;
    	justify-content: flex-start;
    	align-items: center;
	}

#header .header-nav .blockcartMobile {
	color: #000;
	height: 3rem;
	padding: .75rem;
	margin-left: .9375rem;
	text-align: center;
	white-space: nowrap;
}
	#header .header-top .bg-nav-options #_desktop_cart .blockcart .header{
		position: relative;
	}

	#header .header-top .bg-nav-options #_desktop_cart span.cart-products-count {
	    top: 0px;
	    right: -5px;
	}

	#header .header-top .bg-nav-options span.digi-custom-icon img {
    	height: 40px;
	}

	#header .header-top .bg-nav-options .info-top-menu {
    	display: none;
	}

	#header .header-top .bg-nav-options span.digi-custom-icon img {
    	height: 30px;
	}

	#header .header-top .bg-nav-options #_desktop_cart span.cart-products-count {
    	top: -6px;
    	right: -5px;
    	background: #000;
	}

	#header .ets_mm_megamenu {
	    margin-top: 0px;
	}

}
/*nuevo diseno header | 09-2023*/

/* buscador mobile*/
@media screen and (max-width:768px){

	#header #_desktop_cart,
	#header .header-top #search_widget{
		display: none;
	}

	#header #_mobile_display_search{
		margin-left: 5px;
	}

	#header #_mobile_display_search img{
		max-width: 28px;
		height: 28px;
	}

	#search_widget .container-search.show-line button[type="submit"] img {
    	height: 20px;
	}

}
/* buscador mobile*/


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

	body#cart #menu-icon,
	body#cart #_mobile_user_info,
	body#cart #_mobile_cart,
	body#cart #bt-mobile-cart,
	body#checkout #menu-icon,
	body#checkout #_mobile_user_info,
	body#checkout #_mobile_cart,
	body#checkout  #bt-mobile-cart,{
		display: none;
	}

	body#cart #header .header-nav .top-logo,
	body#checkout #header .header-nav .top-logo {
	    line-height: 50px;
	    vertical-align: middle;
	    width: 200px;
	    margin: 0 auto;
	    text-align: center;
	    display: flex !important;
	    justify-content: center !important;
	}

}

/* fix nav mobile (structure and space)*/

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

	#header .header-nav .top-logo {
        line-height: 50px;
        vertical-align: middle;
        width: 275px;
        margin: 0 auto;
    }

	#header .header-nav .blockcart, #header .header-nav .blockcartMobile {
	    margin-left: 10px;
	    margin-right: 20px;
	}

}



