/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 
 
a{
	/*color: #2fb5d2;*/
	color: #1A73E8;
}


@media (min-width: 576px){
.container {

}
} 

@media (min-width: 768px){
.container {

}
}

@media (min-width: 992px){
.container {

}
}

@media (min-width: 1200px){
.container {

}
}

@media (min-width: 1370px){
.container {
    width: 1370px;
    max-width: 100%;
}
}

@media (min-width: 1570px){
.container {
    width: 1570px;
    max-width: 100%;
}
/*
#product .container {
    width: 1370px;
    max-width: 100%;
}
*/
}













body{
	font-family: Noto sans, "Open Sans", sans-serif;
} 
body p{
	color: #555;
	font-size: 1.2rem;
    line-height: 1.7rem;
}

.h1{
	font-family: "Open Sans", sans-serif;
	font-size: 1.5rem;
}





#header{
	/*
	background-image: url("/themes/smm_custom/img_web/head-mimar-home.png");
    background-size: cover;
    background-repeat: no-repeat;
	*/
	background-color: #FFF;
}
.header-nav{
	background-color: #333;
}
#header .header-nav a{
	color: #EEE;
}
#header .header-nav a:hover{
	color: #FF0;
}

#header .header-nav {
    margin-bottom: 0px;
}

#_desktop_top_menu{
	width: 100%;
	padding: 10px auto;
		
	background: -webkit-linear-gradient(#323232,#141414);
    background: -o-linear-gradient(#323232,#141414);
    background: -moz-linear-gradient(#323232,#141414);
    background: linear-gradient(#323232,#141414);
    border-bottom: 0px solid #e9e9e9;
    -webkit-box-shadow: 0 0 4px 0 rgb(0 0 0 / 50%);
    -moz-box-shadow: 0 0 4px 0 rgba(0,0,0,0.5);
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 50%);
	
}
#_desktop_top_menu ul{
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0 auto;
	max-width:1540px;
	position:relative;
}

#_desktop_top_menu #top-menu:first-child > li {
   	padding: 10px 14px;
	
	border-right: 1px solid #A48A9C;

    background: -webkit-linear-gradient(#6F2C3E,#51202E);
    background: -o-linear-gradient(#6F2C3E,#51202E);
    background: -moz-linear-gradient(#6F2C3E,#51202E);
    background: linear-gradient(#6F2C3E,#51202E);
}

#_desktop_top_menu #top-menu > li:hover {

    background: -webkit-linear-gradient(#907C4B,#000);
    background: -o-linear-gradient(#907C4B,#000);
    background: -moz-linear-gradient(#907C4B,#000);
    background: linear-gradient(#907C4B,#000);
    background-color: rgba(0, 0, 0, 0);
}


#_desktop_top_menu #top-menu > li > a {
	font-family: "Open Sans", arial, sans-serif;
    text-transform: uppercase;
    color: #EEE;
    display: block;
	font-size:0.9rem;
}

@media (min-width: 991px){
.top-menu .popover {
    top: 50px !important;
	padding: 30px 20px;
}

#header.header_omg_im_scrolled .top-menu .popover {
    top: 50px !important;
}
#header .top-menu .popover {
}

.top-menu .sub-menu.popover {
	margin-left: 0;
}

.top-menu .sub-menu ul[data-depth="1"]>li {
    background-image: url(/themes/smm_custom/img_web/mimar_home_marcador_cat1.png);
    background-repeat: no-repeat;
    background-position: top left;
    padding-left: 24px;
	width: 22%;
}
.top-menu a.dropdown-submenu{
	color: #666;
	font-weight: normal;
}

#category-6 .top-menu a.dropdown-submenu,
#category-8 .top-menu a.dropdown-submenu,
#category-95 .top-menu a.dropdown-submenu,
#category-141 .top-menu a.dropdown-submenu{
	text-transform:none;
}

.top-menu a[data-depth="1"] {
    font-size: 16px;
}
.top-menu .sub-menu ul[data-depth="2"]{
	padding-left: 6px;
}
.top-menu .sub-menu ul[data-depth="2"]>li {
    padding-left: 20px;
    line-height: 1.6;
    padding-top: 0;
    padding-bottom: 4px;
    background-image: url(/themes/smm_custom/img_web/mimar_home_marcador_cat2.png);
    background-repeat: no-repeat;
    background-position: top left;
    margin-left: -22px;
}
.top-menu a[data-depth="2"] {
    font-size: 14px;
}
.top-menu .sub-menu ul[data-depth="3"]>li {
	display: none;
}
}


@media (max-width: 991px){
	#mobile_top_menu_wrapper{
		padding: 0;
	}
	#mobile_top_menu_wrapper #top-menu {
		border-bottom: 2px solid #907C4B;	
	}
	#mobile_top_menu_wrapper #top-menu li a{
		padding: 20px;
	}
	
	#_desktop_top_menu #top-menu > li > a {
		font-size: 18px;
	}
	#mobile_top_menu_wrapper .top-menu a[data-depth="0"] {
		font-family: "Open Sans", arial, sans-serif;
    	font-size: 24px;
		border-top: 2px solid #907C4B;
		border-bottom: 0px solid #907C4B;
		background-color:  #eee;
	    /*background-color:  #6F2C3E #907C4B;*/
	}
	
	#header .top-menu a[data-depth="0"]:hover{
		color: #907C4B;
	}
	
	.top-menu a[data-depth="1"] {
    	font-size: 20px;
	}
	.top-menu a[data-depth="2"],
	.top-menu a[data-depth="3"]{
    	font-size: 18px;
	}
}

/*
#_desktop_top_menu .top-men > li > a:hover {
    background-color: black !important;
}

#_desktop_top_menu .top-menu > li:hover > a,
#_desktop_top_menu .top-menu > li > a:hover, .sf-menu > li.sfHoverForce > a {
    background: -webkit-linear-gradient(#907C4B,#000);
    background: -o-linear-gradient(#907C4B,#000);
    background: -moz-linear-gradient(#907C4B,#000);
    background: linear-gradient(#907C4B,#000);
    background-color: rgba(0, 0, 0, 0);
    
	border-bottom-color: #FAF8CB;
    color: white;
}
*/

#header .header-top {
    padding-bottom: 0;
	background-color: #8A7128;
	background: rgb(61,49,14);
	background: -moz-linear-gradient(135deg, rgba(61,49,14,1) 0%, rgba(138,113,40,1) 48%, rgba(214,189,114,1) 100%);
	background: -webkit-linear-gradient(135deg, rgba(61,49,14,1) 0%, rgba(138,113,40,1) 48%, rgba(214,189,114,1) 100%);
	background: linear-gradient(135deg, rgba(61,49,14,1) 0%, rgba(138,113,40,1) 48%, rgba(214,189,114,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3d310e",endColorstr="#d6bd72",GradientType=1);
	background-image:url('/themes/smm_custom/img_web/fdo_cabecera_mh.jpg');
}

.mh_logo{
	width: 80px;
}

.mh_logo img{
	
	box-shadow: #000000 0px 1px 2px;
	
	-webkit-box-shadow: 0px 1px 2px #000000;
	-moz-box-shadow: 0px 1px 2px #000000;
	filter: shadow(color=#000000, direction=0, strength=1);
}

@media (min-width: 992px){
	.mh_logo{
		width: 110px;
		margin: 12px 40px;
	}
}

/*BUSQUEDA*/
#_desktop_logo{
	margin: 0 auto;
}
#header .header-top .search-widget {
	padding-top: 18px;
    width: 360px;
    float: none;
	display: inherit;
	margin: 0 auto;	
	/*
	float: none;
	display: inherit;
    margin-bottom: 10px;
	margin-top: 30px;
	max-width: 500px;
	margin: 30px auto 10px auto;
	*/
}
#header .header-top #search_widget #search_popup {
	/*
    right: 0;
    top: 46px;
    width: 500px;
	*/
}

.header-top{

}
#header .search-widget {
	/*
	width: 340px;
    float: right;
    margin-top: -48px;
    margin-right: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	*/
}
#header #search_widget #search_popup {
    overflow-y: scroll;
}

@media (min-width: 991px){
#header #search_widget #search_popup {
	width: 450px;
	max-height: 500px;
}
}

#header #search_widget #search_popup #wrap_search_widget{
    width: 440px;
	height: 50px;
}

#header #search_widget .wrap_search_widget #search_popup .search_info .price {
	font-size: 1rem;
}


#header .search-widget form button[type=submit] {
    right: 14px;
	top: 4px;
}
#header .search-widget form button[type=submit] {
	min-width: 30px;
	margin-right: 0px;
}


#header .header-top #search_popup .product .search_img {
    width: 25%;
    max-height: 105px;
    min-height: 103px;
	overflow:hidden;
}
#header .header-top #search_widget #search_popup .product .search_img img {
   	width: 100%;
	height: auto;
	overflow:hidden;

}

#header .header-top #search_popup .search_info {
    width: 70%;
}

#header #contact-link{
	color: #fff;
}

.block-social ul::before{
	content: 'Síguenos:';
	color: #eee;
	height: 40px;
	font-size: 20px;
	margin-top: 18px;
}
#footer .block-newsletter-label p,
p#block-newsletter-label,
#footer .block_newsletter p
{
	padding-top:0px;
}
#block-newsletter-label::after{
	content: 'Siempre estarás informado sobre nuestras promociones, novedades y noticias';
	color: #eee;
	font-size: 16px;
	line-height: 18px;
	display: block;
	margin-top:6px;
}

.search-widget form input[type=text]:focus{
	outline: 2px solid #8A7128;
}


@media (max-width: 991px){
	#header .header-top #search_widget #search_popup {
 	    max-width: 80%;
		width: 80%;
	}
	#search_popup .search_info .product_name{
		font-size: 1.2rem;
	}
	#header .header-top #search_widget #search_popup .product .search_img img {
    	height: 70px;
	    padding-left: 0px;
		max-height: 70px;
	}
	#search_popup .product .search_img{
		width: 70px;
	}
	#header .header-nav a{
		color: #666;
	}
	#header .header-nav #search_widget .material-icons
	{
		font-size: 32px;
		padding-left: 14px;
	    padding-top: 6px;
	}
	.search-widget form input[type=text]:focus+button .search,
	.search-widget form button[type=submit] .search:hover{
		color:#8A7128;
	}
}

@media (max-width: 991px){
.header-top .block-social {
	display: none !important;
}
}
.header-top .block-social{
	width: 100% !important;
}

.header-top .block-social ul {
    float: right;
	margin-bottom: 10px;
}
.header-top .block-social ul li {
	background-color: #333;
}
.header-top .block-social ul li:hover {
	background-color: #7C1F21;
}

#header ,
#header .header-top{

	-webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
@media (min-width: 991px){
#header.header_omg_im_scrolled{
	height: 50px;
	-webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.75);
}
}
#header.header_omg_im_scrolled .header-top{
	display: none !important;
}



#wrapper{
	padding-bottom: 60px;
}
#footer{
	background-color: #333;
	padding-top: 0px;
}
#footer .page-content.page-cms ul,
#footer p{
	color: #ddd;
}
#footer .footer-container li a{
	color: #fff;
}
#footer .footer-container li a:hover{
	color: #ff0;
}

#footer .h3,
#footer .h3 a{
	color: #FFF;
}

#footer .block-contact,
#footer .dropdown{
	color: #ddd;
}

#footer a.dropdown,
#footer a{
	color: #FFF;
}

#footer a.dropdown:hover,
#footer a:hover{
	color: #FF0;
}


.mh_foot_before{
	background-color: #560001;
}


.mh_foot{
	background-color: #333;
	padding-bottom: 40px;
}

.foot_pago_seguro{
	margin-top:20px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	background-color: #222222;
}


.mh_pagos{
	padding: 20px 0;
}

.capa-img-pagos{
	padding: 0px;

}
.capa-img-pagos img{
	width: 14.66%;
	margin:1%;
	float: left;
}

.foot_mh_marca{
	padding-top: 30px;
	padding-bottom: 20px;
}
.foot_mh_marca p{
	padding: 0px;
}
.foot_smm_marca{
	border-top:1px solid #eee;
	padding-top: 20px;
	padding-bottom: 120px;
}

.block-contact-mh,
.block-contact-mh ul,
.block-contact-mh li,
.block-contact-mh div,
.block-contact-mh span{
	color: #ddd;
}

.pie_logo{
	margin-bottom:20px;
}
.pie_logo img{
	max-width: 200px;
}


.block-contact-mh p,
.foot_mh_marca p,
.foot_smm_marca p,
.foot_smm_marca a{
	font-size: 1rem;
	line-height: 1.4rem;
	margin-bottom: 0.6rem;
}

.block-contact-mh .block-contact-title{
	font-size: 1.125rem !important;
	margin-bottom: 10px;
}

.block-contact-mh ul li{
	float: left;
	width: 100%;
	margin-bottom: 8px;
}
.block-contact-mh ul li .pie_direccion{
	margin-left: 22px;
	line-height: 0.9;
}
.block-contact-mh i{
	float: left;
	margin-right: 10px;
}

.footer-container .block-contact-mh li a{
	color: #FFF;
	font-size: 1rem;
}
.footer-container .block-contact-mh li a:hover{
	color: #FF0;
}

.block-contact-mh .resoluciones{
	margin-top:10px;
	margin-bottom:4px;
	color: #fff;
}
.block-contact-mh .resoluciones_txt{
	font-size: 0.8rem;	
}
.footer-container .block-contact-mh li .resoluciones_txt a{
	font-size: 0.8rem;
}
.mh_foot_before{
	padding: 10px 0px 10px 0px;
}

.mh_foot_before .block_newsletter > div > div{
	margin-top:10px;
}

.mh_foot_before .block_newsletter > div > div.block-social {
	margin-top:10px;
}
.mh_foot_before .block_newsletter form input{
	height: 38px;
}
.mh_foot_before .block_newsletter{
	background-color:#560001;
	margin: 0;
}

.mh_foot_before #block-newsletter-label{
	font-size: 20px;
	margin: 0;
}
.mh_foot_before #block-newsletter-label p{ 
	margin-bottom: 0px;
}

#footer .mh_foot_before #gdpr_consent{
	margin-top:16px;
}
#footer .mh_foot_before .custom-checkbox label,
#footer .mh_foot_before .custom-checkbox input[type=checkbox]+span .checkbox-checked{
	color: #FFF;
}
#footer .mh_foot_before .custom-checkbox input[type=checkbox]+span{
	border-color: #fff;
}

#footer .mh_foot_before .btn-primary{
	background-color: #CDAA41;
}
#footer .mh_foot_before .btn-primary:hover{
	color: #333;
}


#footer .mh_foot_before .block-social ul li{
	background-color: #560001;
	border-radius:50px;
}
#footer .mh_foot_before .block-social ul li:hover{
	background-color: #CDAA41;
}

#footer .mh_foot_before .block-social ul li a{
	color: #CDAA41;
	/*

	*/
	/*
	background-color: #560001;
	*/
}
#footer .mh_foot_before .block-social ul li:hover{
	color: #FFF;

}

.page-home .elementor-product-miniature .elementor-content {
    padding: 10px 20px 30px 20px;
}
.page-home .elementor-image-carousel .elementor-title{
	height: 42px;
	overflow: hidden !important;
}
.page-home .elementor-image-carousel .elementor-description{
	height: 38px;
	margin-bottom: 20px;
	overflow: hidden !important;
}

.page-home .elementor-image-carousel .elementor-price-wrapper{
	padding-bottom: 40px;
}

.page-home .elementor-image-carousel .elementor-quick-view{

}

.page-home .elementor-product-miniature form{

}

.page-home .elementor-image-carousel .elementor-atc .elementor-button{

    border: 1px solid #BCAC86;
    padding: 10px 14px;
    display: block;
    background: linear-gradient(to bottom,#C26D0A 0,#886E24 100%) repeat scroll 0 0 transparent;
}

.page-home .elementor-image-carousel .elementor-atc .elementor-button:hover{
    filter: none;
    background: #8C7537;
}

.page-home .elementor-image-carousel .elementor-button span.elementor-button-text{
}



.product-aditional-info .tabs{
    position: relative;
    margin: 30px 0;
	padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.product-aditional-info .tabs .nav-tabs{
	float: left;
    margin: 0;
    width: 24%;
    border-top: 1px solid #ecf0f1;
}

.product-aditional-info .tabs .tab-content{
	float: left;
    margin: 0;
    width: 76%;
}

.product-aditional-info .tabs .tab-content .tab-pane.active{
	display: block;
	width: 96%;
	padding: 2%;
}

.product-aditional-info .tabs .nav-tabs .nav-item {
    margin: 0;
    float: none;
    width: 100%;
}

.product-aditional-info .tabs .nav-tabs .nav-link {
	position: relative;
	display: block;
	width: 100%;
    background: #f9fafb;
    color: #a1b1bc;
    font-size: 18px;
	font-weight:400;
    line-height: 50px;
    padding: 0 20px;
    text-transform: none;
    margin: 0;
    border: 1px solid #ecf0f1;
    border-top: none;
    border-radius: 0;
}
.product-aditional-info .tabs .nav-tabs .nav-link.active {
    color: #d88f0f;
    background: #fff;
    border-right-color: #fff;
    cursor: default;
}

.block-category.card-block{
	padding:0;
}

.block-category h1{
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.block-category #category-description{
	margin-left: 20px;
	margin-top: -10px;
	margin-bottom: 20px;
	margin-right: 20px;
}

.block-category .block-category-inner .category-cover {
    width: 100% !important;
	height: 200px;
	background-size: cover;
}
.block-category .block-category-inner .category-cover img {
    width: auto !important;
	height: 200px !important;
}

#subcategories {
    border-top: 1px solid #d6d4d4;
    padding: 15px 0 0 0;
}
#subcategories p.subcategory-heading {
    font-weight: bold;
    color: #333333;
    margin: 0 0 15px 33px;
}

#subcategories ul li {
    float: left;
    margin: 0 0 13px 33px;
    text-align: center;
    height: 202px;
}

#subcategories ul li .subcategory-image {
    padding: 0 0 8px 0;
	min-height: 145px;
}

#subcategories ul li .subcategory-image a {
    display: block;
    padding: 0px;
    border: 1px solid #d6d4d4;
	min-height: 145px;
}
#subcategories ul li:hover .subcategory-image a {
    border: 1px solid #560001;
    padding: 0px;
}

#subcategories ul li .subcategory-image a img {
    max-width: 100%;
    vertical-align: top;
	width: 100%;
	height: 145px;
}

#subcategories ul li .subcategory-name {
    font: 600 13px/13px "Open Sans",sans-serif;
    color: #6F2C3E;
    text-transform: uppercase;
}

#products .products-selection{
	background-color: #f6f6f6;
	margin: 20px 20px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	padding: 10px 0;
}

@media (max-width: 991px){
#products .products-selection{
	margin: 20px 4px;
}
}

.brands-sort .dropdown-menu,
.products-sort-order .dropdown-menu,
.suppliers-sort .dropdown-menu{
	background-color: #fff;
}

#products .products-selection .total-products>p{
	margin-bottom: 0;
}

#products .sort-by-row{
	padding-top: 0;
}
#products .products-sort-order .select-title {
    display: inline-block;
	line-height: 36px;
    height: 36px;
    color: #999;
	padding: 0;
    padding-left: 10px;
    padding-right: 20px;
    cursor: pointer;
    border: none;
    border-bottom: 1px solid #e6e6e6;
    color: #999;
    overflow: hidden;
    position: relative;
	box-shadow:none;
}

#products .products-sort-order .select-title i {
    position: absolute;
    bottom: 50%;
    right: 0;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
}

#products .products{
	padding-left: 30px;
	padding-top: 30px;
}



#product .product-container{
	padding-top:20px;
}
.product-aditional-info{
	padding: 0 80px;
}






#products .thumbnail-container .product-thumbnail, 
.featured-products .thumbnail-container .product-thumbnail, 
.product-accessories .thumbnail-container .product-thumbnail, 
.product-miniature .thumbnail-container .product-thumbnail {
    height: 248px;
}

.product-accessories .products{
	max-width: 1380px;
    margin: 0 auto;
}

.featured-products .products, 
.product-miniature .products{
    /*justify-content: center;*/
	max-width: 1380px;
    margin: 0 auto;
}



#product .featured-products > h2,
#product .product-accessories > .h5{
	color:#886e24;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #886e24;
}

#product .featured-products > h2,
#product .product-accessories > .h5{
	padding-bottom: 20px;
	max-width: 1370px;
    margin: 0 auto 30px auto;
	text-transform:none !important;
	font-size: 1.25rem;
}

#product .product-accessories > .h5{
	margin-top: 60px;
}

#products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-miniature .thumbnail-container {
     height: 378px;
}
#products .product-description, .featured-products .product-description, .product-accessories .product-description, .product-miniature .product-description {
     height: 155px;
}

#products .product-price-and-shipping .add-to-cart,
#product .product-price-and-shipping .add-to-cart{
	margin: 10px 0 20px 0;
}


.col-prod-info{
	border-left: 0px solid #ccc;
	padding-left: 0px;
}

.col-prod-img{
}

#products .thumbnail-container .product-thumbnail, 
.featured-products .thumbnail-container .product-thumbnail, 
.product-accessories .thumbnail-container .product-thumbnail, 
.product-miniature .thumbnail-container .product-thumbnail{
	overflow:hidden;
}

#products .thumbnail-container .product-thumbnail img, 
.featured-products .thumbnail-container .product-thumbnail img, 
.product-accessories .thumbnail-container .product-thumbnail img, 
.product-miniature .thumbnail-container .product-thumbnail img {
	-webkit-transition:all .9s ease; /* Safari y Chrome */
	-moz-transition:all .9s ease; /* Firefox */
	-o-transition:all .9s ease; /* IE 9 */
	-ms-transition:all .9s ease; /* Opera */
	width:100%;
}

#products .thumbnail-container .product-thumbnail:hover img, 
.featured-products .thumbnail-container .product-thumbnail:hover img, 
.product-accessories .thumbnail-container .product-thumbnail:hover img, 
.product-miniature .thumbnail-container .product-thumbnail:hover img {
	-webkit-transform:scale(1.25);
	-moz-transform:scale(1.25);
	-ms-transform:scale(1.25);
	-o-transform:scale(1.25);
	transform:scale(1.25);
}


.breadcrumb {
	margin-left: 50px;
	display: inline-block;
    border: 1px solid #d6d4d4;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    min-height: 6px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
	padding-left: 20px;
}

#cms .breadcrumb {
	margin-left: 0px;
}

#wrapper .breadcrumb ol {
    padding-right: 16px;
}

.breadcrumb li:first-child{
	padding-left: 26px;
	}

.breadcrumb a {
    display: inline-block;
    background: #fff;
    padding: 6px 15px 6px 22px;
    margin-left: -26px;

    position: relative;
    z-index: 2;
    color: #333;
}

#wrapper .breadcrumb li a:before {
    display: inline-block;
    content: ".";
    position: absolute;
    left: -26px;
    top: 3px;
    width: 30px;
    height: 30px;
    background: transparent;
    border-right: 1px solid #d6d4d4;
    border-top: 1px solid #d6d4d4;
    border-radius: 2px;
    text-indent: -5000px;
    z-index: -1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.breadcrumb a:after {
    display: inline-block;
    content: ".";
    position: absolute;
    right: -14px;
    top: 3px;
    width: 30px;
    height: 30px;
    background: #fff;
    border-right: 1px solid #d6d4d4;
    border-top: 1px solid #d6d4d4;
    border-radius: 2px;
    text-indent: -5000px;
    z-index: -1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


#wrapper .breadcrumb li:first-child a:before {
    display: inline-block;
    content: ".";
    position: absolute;
    left: -10px;
    top: 3px;
    width: 18px;
    height: 18px;
    background: transparent;
    border-right: 0px;
    border-top: 0px;
    border-radius: 2px;
    text-indent: -5000px;
    z-index: -1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;

}

.breadcrumb .navigation-pipe {
    width: 18px;
    display: inline-block;
    text-indent: -5000px;
}



.product-container .h1{
	font-size: 1.6rem;
	line-height: 2rem;
	font-weight:400;
	margin-bottom: 30px;
}

.product-container .current-price span{
	font-size: 2rem;
}


#product .product-information p{
    font-size: 1rem;
    line-height: 1.5rem;
    width: 100%;
    font-weight: 200;
}

@media (max-width: 991px){
#product .product-information p{
    font-size: 1.2rem;
    line-height: 1.5rem;
}

#product .blockreassurance_product{
	margin-top:0px;
}


}


#product .product-cover,
#product .layer,
#product .js-qv-product-cover{
	border-radius:4px;
}


#product .product-images>li.thumb-container>.thumb{
	width: 120px;
	transition: all 2s, height 4s;
	border-radius:4px;
}

#product .product-images>li.thumb-container>.thumb.selected, .product-images>li.thumb-container>.thumb:hover{
	border: 1px solid #560001;
	padding: 10px;
	background-color:#fff;
	border-radius:4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}


.product-actions .add-to-cart.btn-primary{
	background-color:#886E24;
}
.product-actions .add-to-cart.btn-primary:hover{
	background-color:#560001;
}


#product .product-manufacturer a{
	color: #6F2C3E;
}
#product .product-manufacturer a:hover{
	color: #1A73E8;
}

.btn-primary, 
.btn-secondary, 
.btn-tertiary{
	border-radius:4px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	padding: 0,625rem 0.5rem !important;
	text-transform: none;
	font-weight: 200;
}

/* btn ocre*/
.btn-primary {
    border: 1px solid #68551C;

    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#C26D0A),color-stop(100%,#886E24));
    background-image: -webkit-linear-gradient(#C26D0A,#886E24);
    background-image: -moz-linear-gradient(#C26D0A,#886E24);
    background-image: -o-linear-gradient(#C26D0A,#886E24);
    background-image: linear-gradient(#C26D0A,#886E24);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C26D0A',endColorstr='#886E24',GradientType=0 );
}

.btn-primary:hover {
    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#886E24),color-stop(100%,#C26D0A));
    background-image: -webkit-linear-gradient(#886E24,#C26D0A);
    background-image: -moz-linear-gradient(#886E24,#C26D0A);
    background-image: -o-linear-gradient(#886E24,#C26D0A);
    background-image: linear-gradient(#886E24,#C26D0A);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007ab7',endColorstr='#009ad0',GradientType=0 );
    background-position: 0 0;
}

/* btn granate*/
#send_aap_button{
    border-top: 1px solid #68551C;
    border-right: 1px solid #68551C;
    border-left: 1px solid #68551C;
    border-bottom: 1px solid #68551C;

    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#AD305F),color-stop(100%,#6F2C3E));
    background-image: -webkit-linear-gradient(#AD305F,#6F2C3E);
    background-image: -moz-linear-gradient(#AD305F,#6F2C3E);
    background-image: -o-linear-gradient(#AD305F,#6F2C3E);
    background-image: linear-gradient(#AD305F,#6F2C3E);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#AD305F',endColorstr='#6F2C3E',GradientType=0 );
	
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#send_aap_button:hover {
    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#6F2C3E),color-stop(100%,#AD305F));
    background-image: -webkit-linear-gradient(#6F2C3E,#AD305F);
    background-image: -moz-linear-gradient(#6F2C3E,#AD305F);
    background-image: -o-linear-gradient(#6F2C3E,#AD305F);
    background-image: linear-gradient(#6F2C3E,#AD305F);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#AD305F',endColorstr='#6F2C3E',GradientType=0 );
    background-position: 0 0;
}

/* btn azul*/
#send_aap_button{
	margin-top:30px;
	
    border-top: 1px solid #3498DB;
    border-right: 1px solid #3498DB;
    border-left: 1px solid #3498DB;
    border-bottom: 1px solid #3498DB;

    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#85C1E9),color-stop(100%,#3498DB));
    background-image: -webkit-linear-gradient(#85C1E9,#3498DB);
    background-image: -moz-linear-gradient(#85C1E9,#3498DB);
    background-image: -o-linear-gradient(#85C1E9,#3498DB);
    background-image: linear-gradient(#85C1E9,#3498DB);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#85C1E9',endColorstr='#3498DB',GradientType=0 );

	border-top: 1px solid #68551C;
    border-right: 1px solid #68551C;
    border-left: 1px solid #68551C;
    border-bottom: 1px solid #68551C;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;

	background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#AD305F),color-stop(100%,#6F2C3E));
    background-image: -webkit-linear-gradient(#AD305F,#6F2C3E);
    background-image: -moz-linear-gradient(#AD305F,#6F2C3E);
    background-image: -o-linear-gradient(#AD305F,#6F2C3E);
    background-image: linear-gradient(#AD305F,#6F2C3E);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#AD305F',endColorstr='#6F2C3E',GradientType=0 );

	
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	
	max-width: 100%;
	width: 100%;
	padding: 10px 20px;
	overflow:hidden;
}

#send_aap_button:hover {
    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#3498DB),color-stop(100%,#85C1E9));
    background-image: -webkit-linear-gradient(#3498DB,#85C1E9);
    background-image: -moz-linear-gradient(#3498DB,#85C1E9);
    background-image: -o-linear-gradient(#3498DB,#85C1E9);
    background-image: linear-gradient(#3498DB,#85C1E9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#85C1E9',endColorstr='#3498DB',GradientType=0 );
    background-position: 0 0;
	
	background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#6F2C3E),color-stop(100%,#AD305F));
    background-image: -webkit-linear-gradient(#6F2C3E,#AD305F);
    background-image: -moz-linear-gradient(#6F2C3E,#AD305F);
    background-image: -o-linear-gradient(#6F2C3E,#AD305F);
    background-image: linear-gradient(#6F2C3E,#AD305F);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#AD305F',endColorstr='#6F2C3E',GradientType=0 );
}
/*
#85C1E9
#3498DB
#21618C
*/

#product .product-actions{
	padding: 0px 20px 0px 20px;
}



@media (max-width: 991px){
#product .product-quantity .bootstrap-touchspin{
	margin-right: 10px;
    width: 57px;
}

#product .product-quantity .add{
	margin-left: 0px;
	overflow: hidden;
	width: 100%;
}

#product .product-quantity #quantity_wanted{
	width: 34px;
	font-size:1.2rem;
}
#product .bootstrap-touchspin .input-group-btn-vertical{
	width: auto;
}

#product .product-actions{
	padding: 0px 20px;
}
}


#cart .blockreassurance_product{
	margin-top:0px;
}

#cart .blockreassurance_product,
#product .blockreassurance_product{
	padding: 20px 20px;
	border-top: 1px solid #ccc;
	background-color: #fff;
}

.blockreassurance_product div{
	margin-bottom: 10px;
	margin-left: 10px;
}
.blockreassurance_product div.clearfix{
	margin-bottom: 0px;
}

.blockreassurance_product .item-product{
    display: inline-block;
    height: 35px;
    float: left;
    margin-right: 20px;
    padding-top: 0px;
    width: 35px;
}
.blockreassurance_product .item-product img, .blockreassurance_product .item-product svg{
	height: 35px;
	width: 35px;
}
.blockreassurance_product p.block-title{
	line-height: 35px;
	font-size: 1rem;
	margin:0;
}



#product .blockreassurance_product {
	margin-top:0px;
}


#cart .sm_pago_seguro{
	margin-bottom: 20px;
}

#product .blockreassurance_product .block-title:hover,
#cart .blockreassurance_product .block-title{
	color: #36F;
}
#product .blockreassurance_product .block-title:hover,
#cart .blockreassurance_product .block-title:hover{
	color: #039;
}






.total-products{
	padding-left: 30px;
}
.total-products p{
    font-size: 1rem;
    line-height: 1.5rem;
}

.product-description,
.product-description p,
.product-description strong,
.product-description em{
	font-family: Noto sans, "Open Sans", sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
}



#product .product-information .product-description{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-top: 20px;
	padding-bottom: 20px;
}


.product-description ul{
	list-style-type: disc;
    padding-left: 20px;
	
    font-size: 1rem;
	color: #555555;
}

@media (max-width: 991px){
.product-description ul{
    font-size: 1.2rem;
    line-height: 1.5rem;
}
}


.product-description ul li #text{
	margin-right: 30px;
}
.product-description ul li{
	margin-bottom: 8px;
}

.product-description ul li::marker{
	margin-right: 0;
}

#products .product-title, 
.featured-products .product-title, 
.product-accessories .product-title,
.product-miniature .product-title {
	height: 40px;
	overflow: hidden;
	color: #666;
	padding: 0 20px;
}

#products .product-title a, 
.featured-products .product-title a, 
.product-accessories .product-title a,
.product-miniature .product-title a {
	color: #333;
}

#product .product-features{
	margin-left: 0px;
}

#product .product-features>dl.data-sheet dt.name{
	border-bottom: 1px solid #ccc;
	margin-bottom: 0px;
	margin-right:0px;
}

#product .product-features>dl.data-sheet dd.value{
	background-color: #FFF;
	margin-right:0px;
}
#product .product-features>dl.data-sheet dd.value,
#product .product-features>dl.data-sheet dt.name{
	-webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
}

#product .product-features dd:empty{
	
}

#product .product-features .h6{
	font-size: 1rem;
	margin-bottom:10px;
}

@media (max-width: 991px){
#product .product-features .h6{
	font-size: 1.2rem;
}
}
/*comentarios producto*/
#myprestacommentsBlock .tabs {
    box-shadow: none;
}

#myprestacommentsBlock .pull-right {
    position: absolute;
    right: 0;
    top: -50px;
}

#myprestacommentsBlock  div.comment_author > span{
	display: none !important;
}

#myprestacommentsBlock .comments_note div.star_on, 
#myprestacommentsBlock div.star_hover, 
#myprestacommentsBlock div.star_on {
    background-size: cover !important;
}

#myprestacommentsBlock .comments_note div.star,
#myprestacommentsBlock div.star {
    width: 20px;
    height: 20px;
}

#myprestacommentsBlock #product_comments_block_tab div.comment {
	padding-bottom:20px;
}


#myprestacommentsBlock #product_comments_block_tab div.comment .star_content {
	margin-bottom: 10px;
}

#myprestacommentsBlock .comment_details,
#myprestacommentsBlock .comment_details p{
	font-size: 0.9rem;
}




#product .col-prod-price-inner{
	border: 1px solid #ccc;
	background-color: #FFF;
	padding: 0px;
	float: right;
}

#cart .card{
	box-shadow: none;
	margin-bottom: 0px;
	border: none;
}

#cart .cart-grid-right{
	border: 1px solid #ccc;
	background-color: #FFF;
	padding: 0px;
}


#product .block-product-price{
	padding: 10px 20px;
	-webkit-box-shadow: 0px 2px 5px #999;
	-moz-box-shadow: 0px 2px 5px #999;
	filter: shadow(color=#999999, direction=180, strength=2);
	border-radius: 2px;
	text-align: center;
	border-bottom:6px solid #6F2C3E;
}

#product .product-prices,
#product .product-prices .product-price,
#product .product-prices .tax-shipping-delivery-label{
	margin:0px;
}


#product .current-price{
	margin:10px 0px;
	font-family: "Open Sans", arial, sans-serif;
	font-size: 32px;
	
	color: #666;
	font-weight:normal;
	text-align: center;
}







#product .product-discount{
	text-align: center;
	font-size: 20px;
	font-family: Noto sans, "Open Sans", sans-serif;
}




#product .final-price{
	font-size: 36px;	
	color: #333;
	font-weight: bold;
}
#product .txt-tax{
	font-size: 24px;	
	color: #666;
}
#product .discount-percentage{
	text-align: center;
	font-family: Noto sans, "Open Sans", sans-serif;
	font-size: 24px;	
	color: #992024;
	background-color: #eee;
	border-top: 1px solid #992024;
	border-bottom: 1px solid #992024;
	font-weight: normal;
	margin-top:20px;
	padding:10px 20px;
	text-transform:none;
}

.has-discount .discount{
	background-color: #992024;
}

.has-discount .page-content.page-cms ul, 
.has-discount.product-price, 
.has-discount p, 
.page-content.page-cms 
.has-discount ul{
	color: #992024;
}

/*MENU CATEGORIAS*/
#module-prestablog-blog .block-categories,
#category .block-categories,
#prices-drop .block-categories,
#best-sales .block-categories,
#new-products .block-categories,
#pagenotfound .block-categories{
	padding: 0px;
}

#module-prestablog-blog .block-categories .category-sub-menu,
#prices-drop  .block-categories .category-sub-menu,
#category .block-categories .category-sub-menu,
#best-sales .block-categories .category-sub-menu,
#new-products .block-categories .category-sub-menu,
#pagenotfound .block-categories .category-sub-menu{
	margin:0;
	padding:0;
}


#module-prestablog-blog .block-categories .category-top-menu li,
#prices-drop .block-categories .category-top-menu li,
#category .block-categories .category-top-menu li,
#best-sales .block-categories .category-top-menu li,
#new-products .block-categories .category-top-menu li,
#pagenotfound .block-categories .category-top-menu li{
	overflow:hidden;
}

#module-prestablog-blog .block-categories .category-sub-menu li,
#prices-drop .block-categories .category-sub-menu li,
#category .block-categories .category-sub-menu li,
#best-sales .block-categories .category-sub-menu li,
#new-products .block-categories .category-sub-menu li,
#pagenotfound .block-categories .category-sub-menu li{
	margin:0;
	padding:0;
}

#module-prestablog-blog .title_categories,
#prices-drop .title_categories,
#category .title_categories,
#best-sales .title_categories,
#new-products .title_categories,
#pagenotfound .title_categories{
	padding:20px;
	padding-left: 20px;
	margin:0px;	
	background-color: #ff0;
	display: block;
	font-size: 1.2rem;
	line-height: 1.6em;
	background-color:#8B780A;
	color: #ffffff;
	margin-bottom:10px;
}

#module-prestablog-blog .block-categories .category-sub-menu li[data-depth="0"]>a,
#prices-drop .block-categories .category-sub-menu li[data-depth="0"]>a,
#category .block-categories .category-sub-menu li[data-depth="0"]>a,
#best-sales .block-categories .category-sub-menu li[data-depth="0"]>a,
#new-products .block-categories .category-sub-menu li[data-depth="0"]>a,
#pagenotfound .block-categories .category-sub-menu li[data-depth="0"]>a{
	padding:14px;
	padding-left: 20px;
	margin:0px;
	background-color: #eee;
	display: block;
	width: 100%;
	font-size: 1.15rem;
	
	/*
	background-color:#584818;
	color: #ffffff;
	*/
	
	background-color:#A7925F;
	color: #ffffff;
}

#module-prestablog-blog .block-categories .category-sub-menu li[data-depth="0"]>div>.material-icons,
#prices-drop .block-categories .category-sub-menu li[data-depth="0"]>div>.material-icons,
#category .block-categories .category-sub-menu li[data-depth="0"]>div>.material-icons,
#best-sales .block-categories .category-sub-menu li[data-depth="0"]>div>.material-icons,
#new-products .block-categories .category-sub-menu li[data-depth="0"]>div>.material-icons,
#pagenotfound .block-categories .category-sub-menu li[data-depth="0"]>div>.material-icons{
	color: #ffffff;
	font-size: 1.15rem;
}

#module-prestablog-blog .block-categories .category-sub-menu li[data-depth="0"]>div>.material-icons:hover,
#prices-drop .block-categories .category-sub-menu li[data-depth="0"]>div>.material-icons:hover,
#category .block-categories .category-sub-menu li[data-depth="0"]>div>.material-icons:hover,
#best-sales .block-categories .category-sub-menu li[data-depth="0"]>div>.material-icons:hover,
#new-products .block-categories .category-sub-menu li[data-depth="0"]>div>.material-icons:hover,
#pagenotfound .block-categories .category-sub-menu li[data-depth="0"]>div>.material-icons:hover{
	color: #ffff00;
}

#module-prestablog-blog .block-categories .category-sub-menu li[data-depth="0"]>a:hover,
#prices-drop .block-categories .category-sub-menu li[data-depth="0"]>a:hover,
#category .block-categories .category-sub-menu li[data-depth="0"]>a:hover,
#best-sales .block-categories .category-sub-menu li[data-depth="0"]>a:hover,
#new-products .block-categories .category-sub-menu li[data-depth="0"]>a:hover,
#pagenotfound .block-categories .category-sub-menu li[data-depth="0"]>a:hover{
	/*background-color:#3E3311;*/
	background-color:#6F5F39;
}

#module-prestablog-blog .block-categories .category-sub-menu li[data-depth="1"]>a.category-sub-link,
#prices-drop .block-categories .category-sub-menu li[data-depth="1"]>a.category-sub-link,
#category .block-categories .category-sub-menu li[data-depth="1"]>a.category-sub-link,
#best-sales .block-categories .category-sub-menu li[data-depth="1"]>a.category-sub-link,
#new-products .block-categories .category-sub-menu li[data-depth="1"]>a.category-sub-link,
#pagenotfound .block-categories .category-sub-menu li[data-depth="1"]>a.category-sub-link{
	padding:14px;
	padding-left: 20px;
	margin:0px;
	background-color: #ccc;
	display: block;
	width: 100%;
	font-size: 1.05rem;
	
	background-color:#E2E2E2;
	color: #555;
}

#module-prestablog-blog .block-categories .category-sub-menu li[data-depth="1"]>a.category-sub-link:hover,
#prices-drop .block-categories .category-sub-menu li[data-depth="1"]>a.category-sub-link:hover,
#category .block-categories .category-sub-menu li[data-depth="1"]>a.category-sub-link:hover,
#best-sales .block-categories .category-sub-menu li[data-depth="1"]>a.category-sub-link:hover,
#new-products .block-categories .category-sub-menu li[data-depth="1"]>a.category-sub-link:hover,
#pagenotfound .block-categories .category-sub-menu li[data-depth="1"]>a.category-sub-link:hover{
	background-color:#6F5F39;
	color: #fff;
}

#module-prestablog-blog .block-categories .category-sub-menu li[data-depth="1"]>span>.material-icons,
#prices-drop .block-categories .category-sub-menu li[data-depth="1"]>span>.material-icons,
#category .block-categories .category-sub-menu li[data-depth="1"]>span>.material-icons,
#best-sales .block-categories .category-sub-menu li[data-depth="1"]>span>.material-icons,
#new-products .block-categories .category-sub-menu li[data-depth="1"]>span>.material-icons,
#pagenotfound .block-categories .category-sub-menu li[data-depth="1"]>span>.material-icons{
	color: #555;
	font-size: 1.05rem;
}

#module-prestablog-blog .block-categories .category-sub-menu li[data-depth="1"]>a:hover + span>.material-icons,
#prices-drop .block-categories .category-sub-menu li[data-depth="1"]>a:hover + span>.material-icons,
#category .block-categories .category-sub-menu li[data-depth="1"]>a:hover + span>.material-icons,
#best-sales .block-categories .category-sub-menu li[data-depth="1"]>a:hover + span>.material-icons,
#new-products .block-categories .category-sub-menu li[data-depth="1"]>a:hover + span>.material-icons,
#pagenotfound .block-categories .category-sub-menu li[data-depth="1"]>a:hover + span>.material-icons{
	color: #fff;
}

#module-prestablog-blog .block-categories .category-sub-menu li[data-depth="1"]>span>.material-icons:hover,
#prices-drop .block-categories .category-sub-menu li[data-depth="1"]>span>.material-icons:hover,
#category .block-categories .category-sub-menu li[data-depth="1"]>span>.material-icons:hover,
#best-sales .block-categories .category-sub-menu li[data-depth="1"]>span>.material-icons:hover,
#new-products .block-categories .category-sub-menu li[data-depth="1"]>span>.material-icons:hover,
#pagenotfound .block-categories .category-sub-menu li[data-depth="1"]>span>.material-icons:hover{
	color: #333;
}

#module-prestablog-blog .block-categories .category-sub-menu li[data-depth="2"]>a.category-sub-link,
#prices-drop .block-categories .category-sub-menu li[data-depth="2"]>a.category-sub-link,
#category .block-categories .category-sub-menu li[data-depth="2"]>a.category-sub-link,
#best-sales .block-categories .category-sub-menu li[data-depth="2"]>a.category-sub-link,
#new-products .block-categories .category-sub-menu li[data-depth="2"]>a.category-sub-link,
#pagenotfound .block-categories .category-sub-menu li[data-depth="2"]>a.category-sub-link{
	padding:14px;
	padding-left: 40px;
	margin:0px;
	display: block;
	width: 100%;
	font-size: 1rem;
	
	background-color:#ffffff;
	color: #777777;
}

#module-prestablog-blog .block-categories .category-sub-menu li[data-depth="2"]>a.category-sub-link:hover,
#prices-drop .block-categories .category-sub-menu li[data-depth="2"]>a.category-sub-link:hover,
#category .block-categories .category-sub-menu li[data-depth="2"]>a.category-sub-link:hover,
#best-sales .block-categories .category-sub-menu li[data-depth="2"]>a.category-sub-link:hover,
#new-products .block-categories .category-sub-menu li[data-depth="2"]>a.category-sub-link:hover,
#pagenotfound .block-categories .category-sub-menu li[data-depth="2"]>a.category-sub-link:hover{
	background-color:#FEF9D8 !important;
	color: #333 !important;
}

#module-prestablog-blog .block-categories .category-sub-menu li[data-depth="3"]>a.category-sub-link,
#prices-drop .block-categories .category-sub-menu li[data-depth="3"]>a.category-sub-link,
#category .block-categories .category-sub-menu li[data-depth="3"]>a.category-sub-link,
#best-sales .block-categories .category-sub-menu li[data-depth="3"]>a.category-sub-link,
#new-products .block-categories .category-sub-menu li[data-depth="3"]>a.category-sub-link,
#pagenotfound .block-categories .category-sub-menu li[data-depth="3"]>a.category-sub-link{
	padding:14px;
	padding-left: 40px;
	margin:0px;
	display: block;
	width: 100%;
	font-size: 1rem;
	
	background-color:#eee;
	color: #777777;
}

#module-prestablog-blog .block-categories .category-sub-menu li[data-depth="3"]>a.category-sub-link:hover,
#prices-drop .block-categories .category-sub-menu li[data-depth="3"]>a.category-sub-link:hover,
#category .block-categories .category-sub-menu li[data-depth="3"]>a.category-sub-link:hover,
#best-sales .block-categories .category-sub-menu li[data-depth="3"]>a.category-sub-link:hover,
#new-products .block-categories .category-sub-menu li[data-depth="3"]>a.category-sub-link:hover,
#pagenotfound .block-categories .category-sub-menu li[data-depth="3"]>a.category-sub-link:hover{
	background-color:#ddd !important;
	color: #333 !important;
}



.block-categories .collapse-icons {
    position: absolute;
	width: 24px;
	text-align: center;
    right: 20px;
    top: 14px;
    padding: 0px;
	margin:0px;
    cursor: pointer;
	font-size: 1rem;
	line-height: 1.25em;
}

.block-categories .arrows .arrow-down, 
.block-categories .arrows .arrow-right,
#module-prestablog-blog .block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"]):before,
#module-prestablog-blog .block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"])::before,
#prices-drop .block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"]):before,
#category .block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"]):before,
#best-sales .block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"]):before,
#new-products .block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"]):before,
#pagenotfound .block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"]):before{
    position: absolute;
	width: 24px;
	text-align: center;
    right: 20px;
    top: 14px;
    padding: 0px;
	margin:0px;
    cursor: pointer;
	font-size: 1rem;
	line-height: 1.25em;
}


#module-prestablog-blog .block-categories .category-sub-menu li[data-depth='3'] > div > ul.category-sub-menu,
#module-prestablog-blog .block-categories .category-sub-menu li[data-depth='3'] > .arrows,
#category .block-categories .category-sub-menu li[data-depth='3'] > div > ul.category-sub-menu,
#category .block-categories .category-sub-menu li[data-depth='3'] > .arrows,
#prices-drop .block-categories .category-sub-menu li[data-depth='3'] > div > ul.category-sub-menu,
#prices-drop .block-categories .category-sub-menu li[data-depth='3'] > .arrows,
#best-sales .block-categories .category-sub-menu li[data-depth='3'] > div > ul.category-sub-menu,
#best-sales .block-categories .category-sub-menu li[data-depth='3'] > .arrows,
#new-products .block-categories .category-sub-menu li[data-depth='3'] > div > ul.category-sub-menu,
#new-products .block-categories .category-sub-menu li[data-depth='3'] > .arrows,
#pagenotfound .block-categories .category-sub-menu li[data-depth='3'] > div > ul.category-sub-menu,
#pagenotfound .block-categories .category-sub-menu li[data-depth='3'] > .arrows{
	display: none;
}

#module-prestablog-blog .block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"]):before,
#prices-drop .block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"]):before,
#category .block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"]):before,
#best-sales .block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"]):before,
#new-products .block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"]):before,
#pagenotfound .block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"]):before{
	display: none;
}

#module-prestablog-blog .block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"]):after,
#prices-drop .block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"]):after,
#category .block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"]):after,
#best-sales .block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"]):after,
#new-products .block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"]):after,
#pagenotfound .block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"]):after{
    content: "-";
    position: absolute;
	width: 24px;
	text-align: center;
    left: 14px;
    top: 14px;
    padding: 0px;
	margin:0px;
    cursor: pointer;
	font-size: 1rem;
	line-height: 1.25em;
}

#module-prestablog-blog .block-categories .current,
#module-prestablog-blog .block-categories .current:hover,
#prices-drop .block-categories .current,
#prices-drop .block-categories .current:hover,
#category .block-categories .current,
#category .block-categories .current:hover,
#best-sales .block-categories .current,
#best-sales .block-categories .current:hover,
#new-products .block-categories .current,
#new-products .block-categories .current:hover,
#pagenotfound .block-categories .current,
#pagenotfound .block-categories .current:hover{
	background-color: #6F2C3E !important;
	color: #FFF !important;
}

#module-prestablog-blog .block-categories .collapse .current + span .material-icons,
#prices-drop .block-categories .collapse .current + span .material-icons,
#category .block-categories .collapse .current + span .material-icons,
#best-sales .block-categories .collapse .current + span .material-icons,
#new-products .block-categories .collapse .current + span .material-icons,
#pagenotfound .block-categories .collapse .current + span .material-icons{
	color: #FFF !important;
}

#module-prestablog-blog .block-categories .collapse .current + span .material-icons:hover,
#prices-drop .block-categories .collapse .current + span .material-icons:hover,
#category .block-categories .collapse .current + span .material-icons:hover,
#best-sales .block-categories .collapse .current + span .material-icons:hover,
#new-products .block-categories .collapse .current + span .material-icons:hover,
#pagenotfound .block-categories .collapse .current + span .material-icons:hover{
	color: #FF0 !important;
}

#module-prestablog-blog .block-categories .collapse .current,
#prices-drop .block-categories .collapse .current,
#category .block-categories .collapse .current,
#best-sales .block-categories .collapse .current,
#new-products .block-categories .collapse .current,
#pagenotfound .block-categories .collapse .current{
    display:block !important;
}

#module-prestablog-blog .block-categories .current.collapse,
#prices-drop .block-categories .current.collapse,
#category .block-categories .current.collapse,
#best-sales .block-categories .current.collapse,
#new-products .block-categories .current.collapse,
#pagenotfound .block-categories .current.collapse{
    display: block;
}



/*FILTROS*/

#search_filters .ui-slider .ui-slider-handle {
	border: 1px solid #6F2C3E;
}

#search_filters .ui-widget-header {
    background: #8B780A;
}
/*
#category #search_filters_wrapper .facet-title{
	border-bottom: 1px solid #8B780A;
	background-color:#8B780A;
	padding: 10px 0;
}
*/

#search_filters .facet+.facet {
    border-top: 1px dashed #8B780A;
    margin-top: 20px;
    padding-top: 25px;
}

.custom-checkbox input[type=checkbox]+span {
    border: 1px solid #232323;
}


/*EITQUETAS OFERTAS*/
.product-flags li.product-flag {
	font-size: 1rem;
	padding: 4px 10px;
}
.product-flags li.product-flag.on-sale {
    background: #992024;
    background-color: #6F2C3E;
	font-size: 1rem;
}
.product-flags li.product-flag.discount, 
.product-flags li.product-flag.discount-amount, 
.product-flags li.product-flag.discount-percentage {
    background-color: #992024;
    background-color: #6F2C3E;
	font-size: 1rem;
}


/* ETIQUETA NUEVO */
.product-flags li.product-flag{
	background-color: #666;
}
ul.product-flags li.product-flag.new{
	box-shadow:none;
	font-size: 1rem;
	text-transform:none;

}

ul.product-flags li.product-flag.new:nth-child(3){
	float: right;
    position: absolute;
    right: 0;
    top: 30px;
}


/*Modal*/
.modal {
     padding-top: 40px;
}



/*COMMENTS modal*/
#fancybox-wrap { width: 785px }

#fancybox-content {
    width: 785px;
}

#new_comment_form {
    width: 785px;
}
#new_comment_form .product .product_desc {
	font-size: 1rem;
    color: #666;
}
#new_comment_form .product .product_desc .product_name,
#new_comment_form .product .product_desc p,
#new_comment_form .product .product_desc span{
		font-size: 1rem !important;
}
#new_comment_form #criterions_list label {
    margin: 3px 10px 0 0px;
    text-align: right;
    min-width: inherit;
}

#new_comment_form label,
#new_comment_form input {
    font-size: 1rem;
}
#new_comment_form label{
	color: #555;
	font-weight:normal;
	text-align: left;
}
#new_comment_form input {
    height: 32px;
}
#new_comment_form_footer .required{
	margin:-10px 30px 30px 30px;
	font-size: 0.9rem;
	color: #666;
	text-align: right;
}

#new_comment_form_footer,
#new_comment_form_footer p,
#new_comment_form_footer a,
#new_comment_form_footer input{
	font-size: 0.95rem;
}


#send_AAP_form img{
	width: 150px;
	height: auto;
}

#send_AAP_form p.product_name{
	font-size: 1.2rem;
	line-height:1.4rem;
	margin-bottom:10px;
}
#send_AAP_form .product_desc p,
#send_AAP_form .product_desc p span{
	font-size: 1rem !important;
}

#send_AAP_form .send_AAP_form_content_button,
#send_AAP_form .send_AAP_form_content_button p,
#send_AAP_form .send_AAP_form_content_button a,
#send_AAP_form .send_AAP_form_content_button input{
	font-size: 0.95rem;
}



/*CMS*/
.page-content.page-cms{
	background-color: inherit;
	padding: 0;
}

.page-content.page-cms ul,
.page-content.page-cms li,
.page-content.page-cms p,
.page-content.page-cms strong,
.page-content.page-cms em{

	font-size:1rem;
	line-height:1.5rem;
}
.page-content.page-cms ul{
	margin-left: 30px;
	margin-bottom: 20px;
}

.page-content.page-cms h2,
.page-content.page-cms h3,
.page-content.page-cms h4,
.page-content.page-cms h5,
.page-content.page-cms h6{
	margin-top: 20px;
}

/*REGISTROS*/
#authentication .page-header h1{
	text-align: center;
}

.page-authentication #content{
	max-width: 840px;
}

.page-authentication #content{
	padding-top: 30px;
}

.page-authentication #content .no-account{
	padding-top: 40px;
	padding-bottom: 40px;
}
.page-authentication .register-form > p{
	text-align: center;
	padding-bottom: 20px;
	margin-bottom:30px;
	border-bottom:1px solid #CCC;
}
.page-authentication .form-control{
	font-size: 0.8rem;
	margin-bottom: 8px;
}
.page-authentication .form-control-comment{
	font-size: 0.8rem;
}

.page-authentication .js-child-focus{
	margin-bottom: 0px;
}

.page-authentication .input-group-btn .btn{
	line-height: 0.8;
}
#header .header-nav .cart-preview.active {
    background: #8A7128;
}

#_desktop_top_menu .top-menu .category a{
	white-space: inherit;
}


/*MOVIL*/
@media (max-width: 991px){
	
#product .breadcrumb.hidden-sm-down{
	display: block !important;
	background-color: #f6f6f6;
    border: none;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.4rem;
    min-height: 6px;
    
    overflow: hidden;

    position: relative;
    z-index: 1;
    padding-left: 0px;
	margin-left: 0px;
	margin:0px;
    margin-bottom: 16px;

}


#product .breadcrumb li:first-child {
	padding-left: 0px;
}
	
#product .breadcrumb.hidden-sm-down li{
	margin-bottom: 10px;
	margin-right: 14px;
}
#product .breadcrumb.hidden-sm-down li a{
	padding: 4px 10px 4px 0px;
    background: none;
}	


#wrapper .breadcrumb a{
	margin-left: 0;
}

#wrapper .breadcrumb a:active,
#wrapper .breadcrumb a:hover
{
	color: #09F;
}

#wrapper .breadcrumb li a:before{

    left: 0px;
    top: 5px;
    width: 18px;
    height: 18px;
    background: transparent;
    background: none;
	display:none;
}

#wrapper .breadcrumb a:after {

    right: -8px;
    top: 5px;
    width: 18px;
    height: 18px;
    background: none;
}

#wrapper .breadcrumb li:after{
	display: none;
}


#header .header-nav .top-logo {
    padding-top: 0px;
    padding-bottom: 10px;
}

#header .header-nav .blockcart{
    margin-top: 0px;
	padding: 0.75rem 1.2rem;
}



#header .header-nav .user-info{
    margin-top: 14px;

}

#header .header-nav .user-info .material-icons{
	color: #6F2C3E;
	font-size: 32px;
}


#header .header-nav #mobile_logo_mh a img {
	margin-top:5px;

    max-height: 40px;
    max-width: 100%;
}

#header .header-nav .top-logo a img {
	max-height: 70px;
   /*
    max-height: 48px;
    max-width: 100%;
	*/
}
#header .header-top .search-widget{
/*
	margin-top:10px;
	margin-bottom:10px;
*/
}
#header #search_widget{
	width: 100%;
	padding: 0px 10%;
	border-top:1px solid #eee;
	margin-top:0px;
	padding-top:10px;
}
.search-widget form input[type=text]{
	max-width: 80%;
}
#header .search-widget form button[type=submit] {
    right: 0px;
}

#wrapper{
	padding-top:20px;
}

#index #wrapper{
	padding-top: 0px;
}

/*PIE MOVIL*/
.mh_foot_before{
	padding: 30px 10px;
}

.mh_foot_before #block-newsletter-label{
	margin-bottom: 8px;
	font-size: 20px;
}

.mh_foot_before .block-social ul{
	margin-top: 8px;
	margin-bottom: 0px;
	text-align:center;
	display: inline-block;
}

.mh_foot_before .block-social ul li {
		margin-bottom: 0px;
}

.mh_foot{
	padding: 20px;
}
.mh_foot .pie_logo img {
	margin-top:20px;
    max-width: 120px;
}

.mh_foot .material-icons {
	color: #fff;
}
.footer-container .links ul{
	background-color: #333;
}
.footer-container .links ul>li{
	border-bottom:1px solid #666;
}

.page-home .elementor-image-carousel .elementor-title{
	height: 54px;
}

#product #content{
	padding-top:20px;
}

#product .product-container{
	padding-top: 0px;
}

#product .col-prod-info{
	padding: 0px 30px;
}

#product .product-container .h1{
	line-height: 1.8rem;
}

#product .product-reference{
	font-size: 16px;
}

#product .social-sharing{
	margin-top: 20px;
	padding: 0 30px;
}

#product .col-prod-price-inner{
	float: none;
	margin: 20px;
}
#product .product-actions .add-to-cart{
	padding-left: 14px;
	padding-right: 20px;
	max-width: 100%;
}

#product .product-actions .add-to-cart .material-icons{
	margin-right: 10px;
}


#product .tabs{
	display: block;
}
#product .tabs .nav-item{
	width: auto;
}
#product .product-aditional-info{
	padding: 10px;
}

#product .product-aditional-info .tabs .nav-tabs{
	float: none;
	width:100%;
}
#product .product-aditional-info .tabs .tab-content{
	float: none;
	width:100%;
}

#product .product-aditional-info .tabs .tab-content .tab-pane{
	padding: 20px;
	line-height: 1.5rem;
	font-size: 1.2rem;
	color: #555;
}

#product .tab-content .product-reference,
#product .tab-content #product-details .label,
#product .tab-content #product-details span{
	font-size: 1.2rem;
	color: #555;
}

#product .product-aditional-info .product-description, 
#product .product-aditional-info .product-description p, 
#product .product-aditional-info .product-description strong, 
#product .product-aditional-info .product-description em{
	font-size: 1.2rem;
	color: #555;
}

#product .product-aditional-info .product-description ul{
	margin-left: 0px;
	margin-top:20px;
	margin-bottom: 30px;
}

#products .product-title, 
.featured-products .product-title, 
.product-accessories .product-title, 
.product-miniature .product-title{
	height: 48px;
}



#products .product-title a, 
.featured-products .product-title a, 
.product-accessories .product-title a, 
.product-miniature .product-title a{
	font-size: 22px;
	line-height: 1em;
}

#products .thumbnail-container .product-description,
.featured-products .thumbnail-container .product-description, 
.product-accessories .thumbnail-container .product-description{
	margin-bottom:10px;
}


#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: 32px;
}

#product #myprestacommentsBlock .tabs{
	margin:10px 0px;
}

#product #myprestacommentsBlock .pull-right{
	float: none;
	top:inherit;
	position:relative;
}

#myprestacommentsBlock #product_comments_block_tab div.comment{
	padding-bottom: 0px;
}


#product .featured-products > h2{
	font-size: 28px;
}

#products .thumbnail-container, 
.featured-products .thumbnail-container, 
.product-accessories .thumbnail-container, 
.product-miniature .thumbnail-container{
	max-width:70%;
	width: 400px;
	margin-left: 12%;
	height: 408px;
}

#products .product-description, 
.featured-products .product-description, 
.product-accessories .product-description, 
.product-miniature .product-description{
	width: 100%;
	height: 160px;
}


#products .products {
    padding-left: 40px;
    padding-top: 30px;
	max-width: 100%;
	overflow: hidden;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.featured-products .products{
	overflow: hidden;
    padding-left: 20px;
}



#subcategories ul li {
    float: left;
    margin: 0 0 43px 20px;
    text-align: center;
    height: 130px;
	max-width: 150px;
}

#subcategories ul li .subcategory-image {
    padding: 0 0 8px 0;
    min-height: 125px;
}

#subcategories ul li .subcategory-image a {
    display: block;
    padding: 0px;
    border: 1px solid #d6d4d4;
    min-height: 120px;
}

#subcategories ul li .subcategory-image a img {
    max-width: 100%;
    vertical-align: top;
    width: 121px;
    height: 121px;
}

#gdpr_consent{
	padding-left: 4px;
	margin-top:10px;

}

.block-social ul::before{
	width: 100%;
	display:block;
}


.smm_marca,
.mh_marca{
	text-align: center;
}
.smm_marca a{
	display: block;
}


#contact .contact-rich .block .data{
	font-size: 1rem;
}

#contact .contact-form h3{
	font-size: 1.3rem;
}

#contact .info_contact{
	font-size: 1.1rem;
}
#contact label{
	font-size: 1.1rem;
}

#menu-icon .material-icons{
	font-size: 32px;
}

#cart .cart-item {
    border-bottom: 1px solid #ddd;
}

#cart .cart-container .product-line-actions > .row{
	margin-top: 10px;
}
#cart .cart-container .product-line-actions > .row > .col-xs-4{
	display: none;
	
}

#cart .cart-container .product-line-actions > .row > .col-xs-6 {
    float: left;
    width: 75%;
}
#cart .cart-container .product-line-actions > .row > .price {

}



.product-line-grid-body > .product-line-info > .label{
	font-size: 1.2rem;
}

.product-line-grid-body .product-price{
	font-size: 1.4rem;
	margin-top:10px;
}

.product-line-grid-right .cart-line-product-actions, .product-line-grid-right .product-price{
	font-size: 1.4rem;
}


.product-line-grid-right .price, 
.product-line-grid-right .qty{
	width: auto;
}
.has-discount .discount{
	font-size: 1.4rem;
}

#blockcart-modal .modal-title{
	margin-left: 30px;
	font-size: 1.2rem;
}
#blockcart-modal .modal-title i.material-icons {
    margin-right: 10px;
	margin-left: -30px;
	position: absolute;
}

#blockcart-modal .cart-content .cart-content-btn{
	display: block;
}

#blockcart-modal .cart-content .cart-content-btn .btn{
	width: 100%;
}

#blockcart-modal .product-name{
	font-size: 1.4rem;
}
#blockcart-modal .product-price{
	font-size: 1.4rem;
}

#blockcart-modal .modal-body .divide-right span{
	font-size: 1.2rem;
}
#blockcart-modal .cart-content p,
#blockcart-modal .cart-content span{
	font-size: 1.2rem;
}

#blockcart-modal br{
	display: none;
}

#blockcart-modal .cart-content .cart-content-btn .material-icons{
	margin-left: -24px;
}
}


.fancybox-skin .breadcrumb.hidden-sm-down{
	display: none;
	
}



/*TABLET*/

@media (min-width: 768px){
#product .col-md-5 {
	width: 36.666%;
}
#product .col-md-3 {
	width: 30%;
}
#notifications ~ #wrapper .breadcrumb{
	/*display: none;*/
}

}


#products .thumbnail-container, 
.featured-products .thumbnail-container, 
.product-accessories .thumbnail-container, 
.product-miniature .thumbnail-container{
	max-width: 100%;
}

#products .product-description, 
.featured-products .product-description, 
.product-accessories .product-description, 
.product-miniature .product-description {
	max-width: 100%;
}

#products .highlighted-informations, 
.featured-products .highlighted-informations, 
.product-accessories .highlighted-informations, 
.product-miniature .highlighted-informations {
	max-width: 100%;
}

@media (max-width: 991px) {
.page-category .left-column #products .product-miniature{
	max-width: 100% !important;
}
}

@media (min-width: 768px) and (max-width: 1239px) {
#products .thumbnail-container, 
.featured-products .thumbnail-container, 
.product-accessories .thumbnail-container, 
.product-miniature .thumbnail-container{
	width: 240px !important;
}

#products .product-description, 
.featured-products .product-description, 
.product-accessories .product-description, 
.product-miniature .product-description {
	width: 240px !important;
}

#products .highlighted-informations, 
.featured-products .highlighted-informations, 
.product-accessories .highlighted-informations, 
.product-miniature .highlighted-informations {
	width: 240px !important;
    height: 8.125rem;
}
}

@media (min-width: 1060px) and (max-width: 1159px) {
#products .thumbnail-container, 
.featured-products .thumbnail-container, 
.product-accessories .thumbnail-container, 
.product-miniature .thumbnail-container{
	width: 240px !important;
}

#products .product-description, 
.featured-products .product-description, 
.product-accessories .product-description, 
.product-miniature .product-description {
	width: 240px !important;
}

#products .highlighted-informations, 
.featured-products .highlighted-informations, 
.product-accessories .highlighted-informations, 
.product-miniature .highlighted-informations {
	width: 240px !important;
    height: 8.125rem;
}
}


@media (min-width: 1160px) and (max-width: 1239px) {
#products .thumbnail-container, 
.featured-products .thumbnail-container, 
.product-accessories .thumbnail-container, 
.product-miniature .thumbnail-container{
	width: 240px !important;
}

#products .product-description, 
.featured-products .product-description, 
.product-accessories .product-description, 
.product-miniature .product-description {
	width: 240px !important;
}

#products .highlighted-informations, 
.featured-products .highlighted-informations, 
.product-accessories .highlighted-informations, 
.product-miniature .highlighted-informations {
	width: 240px !important;
    height: 8.125rem;
}
}

@media (min-width: 1240px) and (max-width: 1369px) {
	#products .thumbnail-container, 
.featured-products .thumbnail-container, 
.product-accessories .thumbnail-container, 
.product-miniature .thumbnail-container{
	width: 246px;
}

#products .product-description, 
.featured-products .product-description, 
.product-accessories .product-description, 
.product-miniature .product-description {
    width: 246px;
}

#products .highlighted-informations, 
.featured-products .highlighted-informations, 
.product-accessories .highlighted-informations, 
.product-miniature .highlighted-informations {
    width: 246px;
    height: 8.125rem;
}
}


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

#product .product-aditional-info {
	padding:0px;
}

.col-md-9 {
    float: left;
    width: 70%;
}
#products .products{
	padding-left: 0px;
}




#products .product-miniature, 
.featured-products .product-miniature, 
.product-accessories .product-miniature, 
.product-miniature .product-miniature {
    margin: 0 6px;
}

.col-lg-2{
	width: 20%;
}

#subcategories ul li {
    margin: 0px;
}
#subcategories ul li .subcategory-image a {
    min-height: 123px;
}
#subcategories ul li .subcategory-image a img {
    height: 123px;
}


.products-selection > div.col-md-6{
	width: 60%;
}

.products-selection > div.col-md-6.total-products{
	width: 40%;
	padding-top: 0.5rem;
}

.products-selection > div.col-md-6 > .sort-by-row > .col-md-3{
	width: 40%;
}
.products-selection > div.col-md-6 > .sort-by-row > .col-md-9{
	width: 60%;
}


.product-variants>.product-variants-item ul li {
    margin-right: .3rem;
}


.offset-md-3 > #gdpr_consent {
	padding-left: 5%;

}

#cms.cms-id-1 .breadcrumb,
#cms.cms-id-2 .breadcrumb,
#cms.cms-id-3 .breadcrumb{
	display: none;
}


}
@media (min-width: 1370px){
.container {

}
.col-md-5 {
	width: 41.666%;
}
.col-md-3 {
	width: 25%;
}

#subcategories ul li {
    margin: 0 0 13px 17px;
}

#subcategories ul li.col-lg-2 {
    width: 15%;
}

#products .highlighted-informations, 
.featured-products .highlighted-informations, 
.product-accessories .highlighted-informations, 
.product-miniature .highlighted-informations {
     height: 8.125rem;
}


}


/* CHECKOUT */
body#checkout #header .header-nav{
	padding: 0;
	border-bottom: 2px solid #f1f1f1;
	max-height: 50px;
}

body#checkout #footer {
	background-color: #333;
	box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
    padding: 0;
    color: #7a7a7a;
}

body#checkout #footer .mh_foot {
    background-color: #333;
    padding-bottom: 40px;
}

body#checkout #header .header-nav #_desktop_contact_link{
	padding-top: .9375rem;
}

body#checkout #wrapper{
	padding-top: 4rem;
}
@media (min-width:576px) {
	
body#checkout .modal {
    padding-top: 100px;
}
body#checkout .modal-dialog {
    max-width: 900px;
	width: 900px;
}

body#checkout .omg_im_fixed .modal-dialog {
    margin-top: 0px !important;
}

}


/*trusted*/

#ts_review_sticker{
	padding: 10px;
}

#ts_review_sticker .carousel .carousel-inner {
    height: auto !important;
}

#ts_review_sticker .ts-rating-light.testimonial .carousel .carousel .review,
#ts_review_sticker .ts-rating-light.testimonial .carousel .reviewer-name,
#ts_review_sticker .ts-rating-light.testimonial .carousel .ts-date-info,
#ts_review_sticker .ts-rating-light.testimonial .carousel .ratings-total{
	font-size: 16px;
}

#ts_review_sticker .ts-rating-light.testimonial .carousel .ratings-total{
	padding-bottom:20px;
}


/*PRESTABLOG*/


    
#module-prestablog-blog h1,
#module-prestablog-blog #prestablogfront h1,
#module-prestablog-blog #prestablogfront h2,
#module-prestablog-blog #prestablogfront h3,
#module-prestablog-blog #prestablogfront h4,
#module-prestablog-blog #prestablogfront h5,
.prestablog h2.title,
.prestablogtitle{
color: #560001 !important;
font-size: 24px;
font-family: "Open Sans", sans-serif;
font-weight: 600;
line-height: 1.2em;
text-align: center;
}

#module-prestablog-blog h1,
#module-prestablog-blog #prestablogfront h1{
font-size: 32px;
font-weight: normal;
}

.prestablog .block_cont h3 a,
#module-prestablog-blog .block_cont h3 a{
	color: #560001 !important;
}

#module-prestablog-blog .cat_desc_blog{
	margin-top: 20px;
	margin-bottom: 60px;
	padding: 0 40px; 
}


#pagenotfound .page-header{
	box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
	position: relative;
	display: block;
	margin-bottom: .75rem;
	background-color: #fff;
	border-radius: 0;
	border: 1px solid rgba(0,0,0,.125);
}

#pagenotfound .page-header h1,
#new-products #content-wrapper #product-list-header,
#best-sales #content-wrapper #product-list-header,
#prices-drop #content-wrapper #product-list-header{
	margin: 20px;
	text-transform: uppercase;
	color: #232323;
	text-align: left !important;
}

#new-products #content-wrapper #product-list-header,
#best-sales #content-wrapper #product-list-header,
#prices-drop #content-wrapper #product-list-header
{
	box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
	position: relative;
	display: block;
	padding: 20px;
	background-color: #fff;
	border-radius: 0;
	border: 1px solid rgba(0,0,0,.125);
}


#product .product-manufacturer{
	max-height: 90px;
	margin-bottom: 30px;
}
#product .product-manufacturer .img-thumbnail{
	max-height: 90px;
}

.page-product-box .blog-grid .prestablog_more,
.page-product-box .blog-grid .prestablog_more a.blog_link:hover{
	background-color:#886e24 !important;
}
.page-product-box .blog-grid:hover .prestablog_more{
	background-color:#560001 !important;
}


/* PASARELA DE PAGO */
body#checkout section.checkout-step .payment-options .payment-option {
    margin-bottom: .5rem;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 50px;
	margin-left: 10px;
}

body#checkout section.checkout-step .payment-options .custom-radio {
    margin-right: 1.25rem;
    margin-top: 2px;
}

body#checkout section.checkout-step .payment-options{
	padding-top: 20px;
}


/*BLOG*/
.prestablog #blog_list_1-7 .prestablog_more{
	background-color: #886e24 !important;
}

.prestablog #blog_list_1-7 .prestablog_more:hover{
	background-color: #560001 !important;
}

/*BUSCADOR CABECERA*/
#header .header-nav #search_popup .search_info a.product_name:hover{
	color:#2fb5d2;
}


/*PRODUCTOS*/
@media (max-width: 991px){
	.featured-products .products {
    	overflow: hidden;
	    padding-left: 10px;
	    padding-right: 10px;
}
#products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-miniature .thumbnail-container {
	max-width: 90%;
    width: 460 px;
    margin-left: 5%;
    height: 460px;
}

#products .product-title, .featured-products .product-title, .product-accessories .product-title, .product-miniature .product-title {
 	height: 78px;
	padding-bottom:20px;
	paddin-top:10px;
}


#products .thumbnail-container .product-description, .featured-products .thumbnail-container .product-description, .product-accessories .thumbnail-container .product-description {
    margin-bottom: 30px;
}


#products .product-price-and-shipping, .featured-products .product-price-and-shipping, .product-accessories .product-price-and-shipping, .product-miniature .product-price-and-shipping {
    padding-top: 0px;
}

}

/*COLUMNA DERECHA */
@media (max-width: 991px){
.ts-rating-light.testimonial .carousel {
	margin-left:0px;
	left: 10px;
	max-width:95% !important;
}
.testimonial .carousel {
	margin-left:0px;
	left: 10px;
	max-width:95% !important;
}

.page-category .left-column #subcategories ul.row{
	margin-left: 10px;
}

.page-category .left-column #subcategories ul li {
	margin-right: 0px;
	margin-left: 0px;
	height: 150px;
    max-width: 50%;
	padding-left: 0px;
    padding-right: 10px;
}

.page-category .left-column #subcategories ul li .subcategory-image a img {
    width: 151px;
    height: 151px;
}

.page-category .left-column #products .products {
    padding-left: 0px;
    margin-left: 3px;
}

.page-category .left-column #products .product-miniature {
    max-width: 80% !important;
	
}

.page-product .product-accessories .product-miniature{
	max-width: 100%;
	margin:0px;
}

.page-product .product-accessories .products > div:first-child {
  max-width: 100%;
}


}


/*BLOG*/
#blog_product_linked .productslinks{
	width: 16.5%;
}
@media (max-width: 991px){
#blog_product_linked .productslinks{
	width: 50%;
}
.prestablogExtra #blog_product_linked a .productslinks{
	padding-bottom: 100px;
}
.prestablogExtra #blog_product_linked a .wrap_blog div{
	min-height: 50%;
}

.prestablogExtra #blog_product_linked a .wrap_blog div .product_name_blog{
	display: block;
	padding: 6px;
	margin-top: 120px;
	opacity: 100;
	background-color:#560001 !important;
	height: 75%;
	
	}
	
.prestablogExtra #blog_product_linked a .wrap_blog .product_name_blog .titre_product_blog{
	line-height: 1.3rem;
    font-size: 14px;
}
}


/*VIDEOS EN PRODUCTOS*/
@media (max-width: 991px){
iframe{	
    max-width: 100% !important;
    height: auto;
}
}

/*BLOQUES PIE*/
@media (min-width: 768px){
 #product .mh_foot .col-md-3{	
    width: 25% !important;
}
}

/*Portatil*/
@media only screen and (max-width: 1570px) and (min-width: 960px){
.page-index .container{
	width:96% !important;
}

.page-index .elementor-widget-wrap,
.slider_mh,
.slider_mh .elementor-widget-container,
.slider_mh .carousel,
.carousel .carousel-inner,
.carousel .carousel-item,
.carousel .carousel-item figure,
.carousel .carousel-item img {
    height: 100% !important;
}

}
@media (min-width: 1200px){
.container{
	width:96% !important;
}
}
@media (min-width: 1370px){
.container{
	width:96% !important;
}
}
@media (min-width: 960px){
.container{
	width:96% !important;
}
}

@media (min-width: 1570px){
.container{
	width:1570px !important;
}
}

@media (max-width: 1370px){
.elementor-cta-content{
	height: 320px !important;

}
}

.elementor-product-link .elementor-content{
	background-color: #fff;
}
@media only screen and (max-width: 1570px) and (min-width: 960px){
.elementor-1020101 .elementor-element.elementor-element-tko0sdu > .elementor-element-populated,
.elementor-1020101 .elementor-element.elementor-element-02iej69 > .elementor-element-populated,
.elementor-1020101 .elementor-element.elementor-element-1t8s39s > .elementor-element-populated{
	margin: 10px !important;
}

.blog_desc{
	max-height: 140px !important;
}
#blog_list_1-7 .blog-grid .block_bas {
    width: 100%;
    padding: 20px 20px 30px 20px;
}

.block_bas h3{
	min-height: 70px !important;
}
}

@media only screen and (min-width: 1200px) and (max-width: 1570px){
	
	.elementor-1020101 .elementor-element.elementor-element-qbtvo3v .elementor-cta-content,
	.elementor-1020101 .elementor-element.elementor-element-9b6gxbt .elementor-cta-content,
	.elementor-1020101 .elementor-element.elementor-element-v9ntyng .elementor-cta-content,
	.elementor-1020101 .elementor-element.elementor-element-k27v7hp .elementor-cta-content 	{
	min-height: 450px !important;
	}
}



.product-flags .product-flag.discount,
.product-flags .product-flag.new{
     margin-left: 10px;
}




.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated{
	padding: 10px 0px !important;
}
.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated .elementor-widget-container{
	padding: 1px !important;
}

.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated .elementor-description {
    height: 60px;
	max-height: 60px;
}

@media (max-width: 991px){
	
#product .col-prod-price-inner{
	margin: 20px 0px !important;
	overflow:hidden;
}

.product-discounts>.table-product-discounts thead tr th,
.product-discounts>.table-product-discounts th{
	    font-size: 12px;
		padding:0 !important;
		width: 30% !important;
		max-width: 30% !important;

}




#product .product-actions .add-to-cart{
	padding-left: 10px !important;
	padding-right: 10px !important;
	font-size: 0.9rem;
}
#product .product-actions .add-to-cart .material-icons {
    margin-right: 0px;
}

.btn-primary .material-icons, 
.btn-secondary .material-icons,
.btn-tertiary .material-icons {
    margin-right: 0.25rem;
}

#send_aap_button{
	padding-left:10px;
	padding-right:10px;
	font-size: 0.8rem;
}

.blockreassurance_product div{
	margin-left: 0px;
}
.blockreassurance_product .item-product {
     margin-right:10px !important;
}

.alto_100 {
    min-height: 40px;
}

#mobile_top_menu_wrapper #top-menu li a {
    word-wrap: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
}

#products .thumbnail-container .product-thumbnail img, .featured-products .thumbnail-container .product-thumbnail img, .product-accessories .thumbnail-container .product-thumbnail img, .product-miniature .thumbnail-container .product-thumbnail img {
    width: 70%;
}

#products .thumbnail-container .product-thumbnail img, .featured-products .thumbnail-container .product-thumbnail img, .product-accessories .thumbnail-container .product-thumbnail img, .product-miniature .thumbnail-container .product-thumbnail img {
    top: 10%;
}

.product-flags .product-flag.discount,
.product-flags .product-flag.new{
     margin-left: 30px !important;
}


#_desktop_top_menu #top-menu:first-child > li{
	text-align: center;
}

}


@media (max-width: 1300px){

#_desktop_top_menu #top-menu:first-child > li {
	padding: 10px 4px;
}

#_desktop_top_menu ul{
	text-align: center;
}

}

@media (max-width: 1100px){
#_desktop_top_menu #top-menu:first-child > li {
	padding: 10px 0px;
}	
#_desktop_top_menu #top-menu > li > a {
    font-size: 0.8rem;
}
}

@media (min-width: 768px){

.container{
	width: 100%;
}
}
@media (min-width: 992px){

.container{
	width: 100%;
}
}

@media (min-width: 1200px){

.container{
	width: 100%;
}
}
@media (min-width: 1570px){

.container{
	max-width: 1570px;
}
}
@media (min-width: 1100px) and (max-width: 1200px){
.col-md-9{
	width: 75%;
}
}

@media (min-width: 1100px){
.col-md-9{
	width: 70%;
}
}
@media (min-width: 1200px) and (max-width: 1369px){

#products .thumbnail-container, 
.featured-products .thumbnail-container, 
.product-accessories .thumbnail-container, 
.product-miniature .thumbnail-container {
    width: 270px;
}
	#products .product-description, .featured-products .product-description, .product-accessories .product-description, .product-miniature .product-description{
		width: 270px;
	}
#products .highlighted-informations, .featured-products .highlighted-informations, .product-accessories .highlighted-informations, .product-miniature .highlighted-informations{
		width: 270px;	
}

}

@media (min-width: 1140px) and (max-width: 1200px){

#products .thumbnail-container, 
.featured-products .thumbnail-container, 
.product-accessories .thumbnail-container, 
.product-miniature .thumbnail-container {
    width: 246px;
}

}

@media (min-width: 1369px){
	#products .thumbnail-container, 
.featured-products .thumbnail-container, 
.product-accessories .thumbnail-container, 
.product-miniature .thumbnail-container {
    width: 234px;
}
#products .product-description, .featured-products .product-description, .product-accessories .product-description, .product-miniature .product-description{
		width: 234px;
	}
	
#products .highlighted-informations, .featured-products .highlighted-informations, .product-accessories .highlighted-informations, .product-miniature .highlighted-informations{
		width: 234px;	
}
}

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

#products .thumbnail-container, 
.featured-products .thumbnail-container, 
.product-accessories .thumbnail-container, 
.product-miniature .thumbnail-container {
    width: 220px;
}
	#products .product-description, .featured-products .product-description, .product-accessories .product-description, .product-miniature .product-description{
		width: 220px;
	}
#products .highlighted-informations, .featured-products .highlighted-informations, .product-accessories .highlighted-informations, .product-miniature .highlighted-informations{
		width: 220px;	
}
}

@media (min-width: 768px){
.col-md-3 {
    width: 30%;
}
.mh_foot .col-md-3{
	width: 25% !important;
}
}

@media (min-width: 1000x){
.mh_foot .col-md-3{
	width: 25% !important;
}
}

@media (min-width: 768px) and (max-width: 1000px){
.mh_foot .col-md-3{
	width: 50% !important;
}
.mh_foot .col-md-6{
	width: 100% !important;
}
.mh_foot .col-md-6 .col-md-6{
	width: 50% !important;
}
}




@media (min-width: 768px) and (max-width: 1000px){
#products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-miniature .thumbnail-container {
    width: 290px;
}

#products .product-description, .featured-products .product-description, .product-accessories .product-description, .product-miniature .product-description{
		width: 260px;
	}
#products .highlighted-informations, .featured-products .highlighted-informations, .product-accessories .highlighted-informations, .product-miniature .highlighted-informations{
		width: 260px;	
}
	
#products .thumbnail-container .product-thumbnail, .featured-products .thumbnail-container .product-thumbnail, .product-accessories .thumbnail-container .product-thumbnail, .product-miniature .thumbnail-container .product-thumbnail {
    height: 270px;
}

}


#category-8 > div{
display: none !important;
}

#prestablog_menu_cat nav ul {
    min-height: 38px;
}

#prestablog_menu_cat nav ul li a {
    padding: 10px 10px;
    font: 600 16px/24px "Open Sans",sans-serif;
}


.page-home .prestablog h2.title{
	font-family: "Open Sans",sans-serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2em;
	text-transform:none !important;	
}

#module-prestablog-blog h1{
	font-size: 28px;
	margin-top: 20px;
}

#blockEmailSubscription_displayFooterBefore .alert-success{
	padding-top: 10px !important;
	background-color: #560001;
}


#product .col-prod-price-inner {
     max-width: 100%;
}

.product-discounts{
	margin-top:20px;
}

.btn-primary.add-to-cart{
	padding: .5rem .8rem;
}

.btn-primary.add-to-cart .material-icons{
    margin-right: 0rem;
}

@media (max-width: 1300px){
#_desktop_top_menu ul {
    text-align: left !important;
}
}

@media (max-width: 992px){
#category #products .thumbnail-container{
	
}
#product .products .thumbnail-container,
.products .thumbnail-container{
	
}
}
@media (min-width: 992px){
#category #products .thumbnail-container{
	
#product .products .thumbnail-container,
.products .thumbnail-container{
	
}
}

.blockreassurance_product p{
	font-size: 1rem;
	margin-left: 45px;
	}
@media (min-width: 992px){
	.blockreassurance_product p{
	font-size: 1rem;
	margin-left: 55px;
	}
}
	
.elementor-heading-title{
	line-height: 1.1em !important;
	margin-bottom:10px;
}


#products .highlighted-informations .quick-view, .featured-products .highlighted-informations .quick-view, .product-accessories .highlighted-informations .quick-view, .product-miniature .highlighted-informations .quick-view {
  position: absolute;
  margin-top: -190px;
  margin-left: -60px;
}
.bloque_alertamail{
	box-shadow: none;
	border:1px solid #ddd;
	border-radius: 4px;
}
.bloque_alertamail h4{
	font-weight: 600;
	color: #560001;
}
.bloque_alertamail .txt_alertamail{
	padding-bottom:20px;
}



@media (max-width: 991px){
#product .product-quantity .add {
  margin-left: 0;
  overflow: hidden;
  width: 50%;
}
 }

.product-add-to-cart [data-paypal-bnpl-source-page="product"] {
	float: none !important;
}

.product-add-to-cart [data-paypal-source-page="product"] {
	float: none !important;
}



.checkout.cart-detailed-actions .btn-primary {
	font-size: 1.2rem;
	padding: 1rem 3rem;
}

.checkout [data-paypal-source-page="cart"]{
	margin-top:40px;
	}
	
#products .highlighted-informations .quick-view,
.product-miniature .highlighted-informations .quick-view{
margin-top:0;
}

#content-wrapper.left-column #products .highlighted-informations .quick-view,
.product-miniature .highlighted-informations .quick-view{
margin-top: -190px;
}






