/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
body{
	font-family: 'Gotham';
	font-weight: 400;
}
.header-custom-top{
	padding: 10px 0;
	line-height: 1;
}
.header-top{
	padding-top: 10px;
	padding-bottom: 10px;
}
#desktop_logo{
	position: relative;
}
#desktop_logo .logo{
	display: block;
    max-width: 35%;
    height: auto;
	margin: 0 auto;
}
#header .header-btn-w .header-btn .info-wrapper{
	display: inline-block;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 10px;
    position: absolute;
    margin-top: 7px;
    left: 52%;
}
.header-custom-top .left-nav{
	text-align: left;
}
.header-custom-top .left-nav .custom-link-direct{
	display: inline-block;
	margin-bottom: 0;
	line-height: 1;
}
.header-custom-top .left-nav .custom-link-direct{
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	display: inline-block;
	line-height: 1;
}
.header-custom-top .left-nav .custom-link-direct > li{
	display: inline-block;
	line-height: 1;
}
.header-custom-top .left-nav .custom-link-direct > li > a{
	display: inline-block;
	margin: 0 15px;
	text-transform: uppercase;
	font-size: 0.7em;
	color: #FFF;
	font-weight: 400;
	line-height: 1;
}
.header-custom-top .left-nav .custom-link-direct > li > a > img{
	max-width: 25px;
	height: auto;
	position: relative;
	margin-top: -5px;
	margin-left: 5px;
	margin-right: 5px;
}
.sticky-desktop-wrapper #desktop-header.stuck-header, .stuck-menu{
	background-color: transparent;
}
.header-top #header-search-btn{
	border-bottom: 1px solid #005fb4;
	display: inline-block;
	width: 100%;
	max-width: 100%;
	position: relative;
	text-align: left;
}
.header-top #header-search-btn > a{
	color: #005fb4;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: 500;
	display: inline-block!important;
	width: 100%;
}
.header-top .header-btn-w .header-btn#header-search-btn-drop .title{
	display: inline-block!important;
	font-weight: 500;
}
.header-top .header-btn-w .header-btn#header-search-btn-drop > img{
	float: right;
}
.best-seller .nav-tabs{
	justify-content: flex-end!important;
}
.best-seller .nav-tabs li{
	margin-right: 0;
}
.best-seller .nav-tabs li > a{
	padding: 10px 30px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 600;
	border:none!important;
	background: #008fbe;
    opacity: 1;
}
.best-seller .nav-tabs li > a.active{
	color: #FFF;
	background: #f38b00;
}
.best-seller .nav-tabs{
	border-bottom-color: #005CB9;
}
.best-seller .nav-tabs li:first-child > a{
	background-color: #008fbe;
}

.best-seller .nav-tabs li:last-child > a{
	background-color: #008FBE;
}
.best-seller .nav-tabs li:first-child > a.active {
    background-color: #f38b00;
}
.best-seller .nav-tabs li:last-child > a.active {
    background: #f38b00;
}
.custom-link-rounded{
	text-align: center;
}
.custom-link-rounded > ul{
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	display: inline-block;
	width: 100%;
}
.custom-link-rounded > ul > li{
	float: left;
	width: calc(100% / 7 - 10px);
	height: 170px;
	border-radius: 100%;
	overflow: hidden;
	position: relative;
	margin: 0 5px;
	border:1px solid #FFF;
	transition: all linear 0.3s;
}
.custom-link-rounded > ul > li > a{
	background-color: #000;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	padding-top: calc(100% - 100px);
	transition: all linear 0.3s;
}
.custom-link-rounded > ul > li:hover > a{
	background-color: #FFF;
	transition: all linear 0.3s;
}
.custom-link-rounded > ul > li > a > span{
	color: #FFF;
	font-size: 2em;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.custom-link-rounded > ul > li > a > span.down{
	font-size: 1em;
	margin-bottom: 0;
	font-weight: 500;
}
.custom-link-rounded > ul > li:nth-child(1),
.custom-link-rounded > ul > li:nth-child(5),
.custom-link-rounded > ul > li:nth-child(3),
.custom-link-rounded > ul > li:nth-child(7){
	margin-top: 0px;
}
.custom-link-rounded > ul > li:nth-child(1) > a,
.custom-link-rounded > ul > li:nth-child(5) > a{
	background-color: #005CB9;
}
.custom-link-rounded > ul > li:nth-child(1):hover,
.custom-link-rounded > ul > li:nth-child(5):hover{
	border-color: #005CB9;
}
.custom-link-rounded > ul > li:nth-child(2) > a,
.custom-link-rounded > ul > li:nth-child(6) > a{
	background-color: #95D600;
}
.custom-link-rounded > ul > li:nth-child(2):hover,
.custom-link-rounded > ul > li:nth-child(6):hover{
	border-color: #95D600;
}
.custom-link-rounded > ul > li:nth-child(3) > a,
.custom-link-rounded > ul > li:nth-child(7) > a{
	background-color: #B51783;
}
.custom-link-rounded > ul > li:nth-child(3):hover,
.custom-link-rounded > ul > li:nth-child(7):hover{
	border-color: #B51783;
}
.custom-link-rounded > ul > li:nth-child(4) > a{
	background-color: #F38B00;
}
.custom-link-rounded > ul > li:nth-child(4):hover{
	border-color: #F38B00;
}
.destacados .nav-tabs{
	justify-content: flex-end!important;
}
.destacados .nav-tabs li{
	margin-right: 0;
}
.destacados .nav-tabs li > a{
	padding: 10px 30px;
	color: #FFF!important;
	text-transform: uppercase;
	font-weight: 600;
	border:none!important;
}
.destacados .nav-tabs li > a.active{
	color: #FFF;
}
.destacados .nav-tabs{
	border-bottom-color: #005CB9;
}
.destacados .nav-tabs li:nth-child(1) > a{
	background-color: #C1272D;
}
.destacados .nav-tabs li:nth-child(2) > a{
	background-color: #005fb4;
}
.destacados .nav-tabs li:nth-child(3) > a{
	background-color: #008FBE;
}
.block-newsletter h5{
	float: left;
	max-width: 240px;
	text-transform: uppercase!important;
	font-size: 1.2em!important;
}
.block-newsletter .ps-emailsubscription-block{
	float: left;
}
#footer_logo{
	text-align: center;
}
#footer-copyrights{
	padding-top: 10px;
	padding-bottom: 0;
	text-align: center;
}
#footer-copyrights p{
	color: rgba(255,255,255,0.7);
	margin-bottom: 5px;
}
body#index #footer{
	min-height: 400px;
	/*background-color: rgba(0,143,190,0.22);*/
}
#footer .ps-emailsubscription-block .newsletter-input-group .btn-subscribe{
	background-color: #95D600;
	border-color: #95D600;
	border-radius: 0px 50px 50px 0px;
	padding-right: 20px;
}
#footer .ps-emailsubscription-block .newsletter-input-group .input-subscription{
	max-width: 350px;
	width: 350px;
}
#footer .ps-emailsubscription-block .newsletter-input-group{
	border-radius: 50px;
}
#footer-container-first{
	padding-top: 100px;
}
#footer-container-first .container{
	max-width: 100%;
}
#footer-container-main{
	margin-top: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #FFF;
	margin-bottom: 10px;
}
.copyright-text p a{
	color: #FFF!important;
}
#footer .social-links._footer{
	text-align: left;
}
.social-links>li{
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 100%;
	background-color: #FFF;
	text-align: center;
}
#footer-container-first h5{
	text-transform: uppercase;
}
body#category #wrapper{
	padding-top: 0;
}
.category-image{
	margin-bottom: 0;
}
.category-image img{
	width: 100%;
}
.category-image .page-title{
	position: absolute;
	left: 100px;
	top: 110px;
	color: #FFF;
	font-weight: 600;
	font-size: 3em;
	margin:0;
}
#wrapper .breadcrumb{
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
}
#wrapper .breadcrumb li:last-child > a{
	color: #F38B00;
}
#wrapper .breadcrumb a{
	text-transform: uppercase;
}
.block-links ul>li a:before{
	display: none;
}
#footer-container-main a{
	padding-left: 0;
}
#footer .block-title{
	text-transform: uppercase!important;
}
.products-grid .product-miniature-layout-1 .product-description{
	position: relative;
	padding-bottom: 40px;
}
.products-grid .product-add-cart{
	position: absolute;
	bottom: -1px;
	left: -1px;
	width: calc(100% + 2px);
	max-width: calc(100% + 2px);
	margin:0;
	opacity: 0;
	-webkit-transition:all .3s ease;
	transition: all .3s ease;
}
.products-grid .product-add-cart .btn-product-list{
	width: 100%;
	height: auto;
	text-transform: uppercase;
}
.product-miniature:hover .product-description .product-add-cart{
	opacity: 1;
	-webkit-transition:all .3s ease;
	transition: all .3s ease;
}
.product-miniature-grid .product-title{
	color: #005CB9;
	font-weight: 500;
	text-transform: uppercase;
}
.product-miniature-grid .product-title a{
	color: #005CB9!important;
}
.products-grid .product-miniature-default .product-category-name{
	color: #005CB9!important;
	font-weight: 500;
	text-transform: uppercase;
	display: none;
}
#header .header-nav .d-inline-block > a{
	text-transform: uppercase;
	font-weight: 400;
	font-size: 0.8em;
}
#header .header-nav .d-inline-block > a.header-user-btn > img{
	position: relative;
	margin-top: -10px;
}
#header .header-nav .d-inline-block > a > img{
	position: relative;
	margin-top: -5px;
}
#header .header-nav .left-nav>div:after, #header .header-nav .right-nav>div:after{
	display: none;
}
#header .header-nav .d-inline-block a#cart-toogle > img{
	position: relative;
	margin-top: -5px;
}
#header .header-nav .right-nav > div{
	margin:0 10px;
}
#blockcart-content{
	padding: 0;
}
#blockcart-content ul.cart-products{
	padding: 10px;
}
#blockcart-content .cart-subtotals{
	padding: 10px;
	border-top: 1px solid #005CB9;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 500;
}
#blockcart-content .cart-buttons > a{
	color: #FFF!important;
	margin-bottom: 0!important;
	text-transform: uppercase;
	margin-top: 0!important;
	padding: 14px 21px;
	width: 50%;
    float: left;
    font-size: 14px;
}
.blockcart-content a{
	color: #005CB9!important;
}
.blockcart-content p,
.blockcart-content span{
	color: #777!important;
}
.product-miniature-default li.product-flag{
	text-transform: uppercase;
	font-size: 1em;
	padding: .6rem 1rem;
}
.products-selection .products-sort-nb-dropdown .dropdown-menu{
	right: initial;
	left: 0;
}
.products-selection{
	border-top: 0;
	border-bottom: 0;
}
.products-selection .products-sort-nb-dropdown.products-nb-per-page,
.products-selection .showing{
	float: right;
}
.products-selection .form-control{
	border:1px solid #005CB9;
	color: #005CB9;
}
.products-selection .form-control span,
.products-selection .showing{
	color: #005CB9;
}
.cbp-horizontal .cbp-tab-title{
	font-weight: 600;
}
body#product #wrapper{
	padding-top: 0;
}
#main #main-product-wrapper{
	padding-top: 50px;
}
.images-container-left .product-images .thumb-container{
	border:1px solid rgba(0,92,185,0.5);
}
.slick-vertical .slick-slide{
	margin-top: 8px;
}
.images-container-left .product-images .slick-arrow{
	width: 2rem;
	border-radius: 100%;
	text-align: center;
}
.images-container-left .product-images .slick-next{
	bottom: -40px;
}
.images-container-left .product-images .slick-arrow:before{
	font-size: 1rem;
	line-height: 1rem;
}
.images-container-left .product-images .slick-prev:before{
	right: 0;
}
.images-container-left .product-images .slick-next:before{
	left: 0;
}
#content-wrapper .product_header_container .page-title{
	font-size: 2.5em;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 600;
	color: #005CB9!important;
	margin-bottom: 0;
}
#content-wrapper .product_header_container .product-prices .product-reference{
	margin-bottom:20px;
}
#content-wrapper .product_header_container .product-prices .product-reference label,
#content-wrapper .product_header_container .product-prices .product-reference span{
	color: #808080;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 0.8em;
	margin-bottom: 0;
}
.product_header_container .product-price{
	font-size: 2em;
	font-weight: 600;
	text-transform: uppercase;
	color: #005CB9;
}
.product_header_container{
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 10px;
}
.product-flags .product-flag{
	text-transform: uppercase;
	font-size: 1em;
	padding: .6rem 1rem;
}
.product-additional-info{
	border-top: 0;
	padding-top: 0;
	text-align: right;
}
.product-information #product-description-short-21{
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #005CB9;
	border-bottom: 1px solid #005CB9;
}
.product-quantity .qty .input-group,
.bootstrap-touchspin .btn-touchspin{
	border-color: #005CB9;
	color: #005CB9;
}
.product-add-to-cart .add{
	max-width: 100%;
	width: 100%;
}
.product-add-to-cart .add .add-to-cart{
	background-color: #005CB9;
	border-color:#005CB9;
	max-width: 100%;
	width: 100%;
	font-weight: 600;
	text-transform: uppercase;
}
.btn-iqitwishlist-add{
	background-color: transparent;
	border:0;
	text-transform: uppercase;
	padding: 0;
	font-size: 0.8em;
	font-weight: 600;
	color: #005CB9;
}
.social-sharing{
	display: inline-block;
}
.social-sharing span{
	display: inline-block;
	color: #005CB9;
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: 600;
}
.social-sharing ul{
	display: inline-block;
}
.social-sharing ul li a{
	color: #005CB9!important;
}
.label-quantity{
	display: inline-block;
	color: #005CB9;
	font-size: 0.9em;
	font-weight: 500;
}
.product-prices .option-payment p{
	color: #005CB9;
	font-size: 0.9em;
	font-weight: 500;
}
.product-prices .option-payment p a{
	color: #C1272D!important;
	text-decoration: underline;
}
.product-tabs{
	margin-top: 0;
	margin-bottom: 0;
	padding: 50px 0;
}
.product-tabs .nav-tabs{
	border-bottom-color: #FFF;
}
.product-tabs .nav-tabs .nav-item{
	margin-right: 0;
	border-right: 2px solid #005CB9;
	padding: 0 20px;
}
.product-tabs .nav-tabs .nav-item:last-child{
	border-right: 0;
}
.product-tabs .nav-tabs .nav-item .nav-link{
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.5em;
	color: #005CB9;
	border-bottom-color: #005CB9;
	padding: 10px 20px;
	text-align: center;
}
#content-wrapper .section-title{
	color: #005CB9;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 2em;
	border-bottom: 0;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 1;
}
#content-wrapper .section-sub-title{
	color: #005CB9;
	text-align: center;
	font-weight: 500;
	font-size: 1.5em;
	margin: 0 0 30px 0;
	padding: 0;
	line-height: 1;
}
.product-accessories{
	padding: 50px 0;
}
#cbp-hrmenu .cbp-hrsub{
	transform: translate(-120px, -10px);
	/*border-radius: 40px;*/
	border-radius: 0px;
	overflow: hidden;
}
.cbp-hrmenu .cbp-hrsub-inner, .cbp-hrmenu ul.cbp-hrsub-level2{
	padding-top: 70px;
}
#cbp-hrmenu .cbp-hropen .cbp-hrsub{
	transform: translate(-120px, 0);
}
.cbp-horizontal > ul > li.cbp-has-submeu > a:before{
	opacity: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin:auto;
	content: '';
	width: 0;
	height: 0;
	border-right: 10px solid transparent;
	border-top: 10px solid transparent;
	border-left: 10px solid transparent;
	border-bottom: 10px solid #FFF;
	transition: opacity 300ms ease-in-out;
}
.cbp-horizontal > ul > li.cbp-has-submeu.cbp-hropen > a:before{
	opacity: 0;
	transition: opacity 300ms ease-in-out;
}
#category #wrapper .breadcrumb{
	margin-bottom: 30px;
}
#facets_search_wrapper{
	border:1px solid rgba(0, 92, 185, 0.5);
	background-color: rgba(179, 179, 179, 0.08);
	padding: 10px;
}
#facets_search_wrapper #search_filters_wrapper .block-facets #search_filters .facet{
	border-bottom: 1px dashed rgba(0, 92, 185, 0.5);
}
#facets_search_wrapper #search_filters_wrapper .block-facets #search_filters .facet .block-title{
	border-bottom: 0;
	text-transform: uppercase;
	color: #005CB9;
	font-weight: 500;
}
#search_filters .facet .facet-label a, #search_filters_brands .facet .facet-label a, #search_filters_suppliers .facet .facet-label a{
	color: #005CB9;
	font-weight: 500;
}
#back-to-top{
	border-radius: 100%;
}
#blockcart-modal .modal-title{
	color: #005CB9;
	font-weight: 500;
}
#blockcart-modal .modal-body .cart-content p,
#blockcart-modal .modal-body .cart-content span{
	color: #005CB9;
	font-weight: 400;
}
#blockcart-modal .modal-body .product-name a{
	color: #005CB9;
	font-weight: 600;
}
#blockcart-modal .modal-body .col-info span{
	color: #005CB9;
	font-weight: 500;
}
#blockcart-modal .modal-header button.close{
	color: #005CB9;
}
#wrapper{
	padding-top: 50px;
}
@media screen and (max-width: 767px){
	#header .header-nav{
		display: none;
	}
	#mobile-header .col-mobile-logo{
		position: relative;
		min-height: 50px;
		z-index: 9990;
	}
	#mobile-header .mobile-main-bar{
		padding-bottom: 0;
		padding-top: 30px;
	}
	#mobile-header .col-mobile-logo img{
		position: absolute;
		left: 0;
		top: -25px;
		right: 0;
		margin:auto;
		max-width: 100px;
		height: auto;
	}
	.destacados .nav-tabs li > a,
	.best-seller .nav-tabs li > a{
		font-size: 0.9em;
		padding: 10px;
	}
	.custom-link-rounded > ul > li{
		width: 47%;
		max-width: 47%;
		height: 162px;
	}
	.custom-link-rounded > ul > li:nth-child(1), .custom-link-rounded > ul > li:nth-child(5), .custom-link-rounded > ul > li:nth-child(3), .custom-link-rounded > ul > li:nth-child(7){
		margin-top: 0;
	}
	.block-newsletter h5{
		max-width: 100%;
	}
	#footer .ps-emailsubscription-block .newsletter-input-group .input-subscription{
		width: 100%;
		max-width: 100%;
	}
	#footer-copyrights{
		margin-bottom: 20px;
	}
	.block-newsletter .ps-emailsubscription-block{
		width: 100%;
		max-width:100%;
	}
	.elementor-element.elementor-element-vzz5uq0 .elementor-heading-title{
		font-size: 1.5em!important;
	}
	.elementor-element.elementor-element-vzz5uq0 .elementor-heading-title img{
		max-width: 20px;
	}
	.elementor-element.elementor-element-bnav4dg .elementor-heading-title{
		font-size: 1.5em!important;
	}
	.product-tabs .nav-tabs .nav-item{
		padding: 0;
		border-right: 0;
	}
	.product-tabs .nav-tabs .nav-item .nav-link{
		font-size: 0.9em;
		padding: 5px;
	}
	#blockcart-modal .modal-title{
		font-size: 0.9em;
	}
	#wrapper .breadcrumb {
	    text-align: center;
	}
	#wrapper{
		padding-top: 20px !important;
	}
}

#payment-option-2-container label img {
    width: 500px;
}

#payment-option-2-container label span {
    display: none;
}

.slid-mobile img.slick-slide-image {
    display: none;
}
.img-fallido{width:70%;}
/*li#cbp-hrmenu-tab-3 .col-4.cbp-menu-column.cbp-menu-element.menu-element-id-3, li#cbp-hrmenu-tab-4 .col-4.cbp-menu-column.cbp-menu-element.menu-element-id-2 {
    border-left: 1px dotted gray;
    border-right: 1px dotted gray;
}*/
.datacue-rec-grid .datacue-rec-photo-wrapper{
	border:none!important;
}
section.datacue-rec-section ul.datacue-rec-grid a {
    color: #005cb9!important;
}
section.datacue-rec-section ul.datacue-rec-grid p.datacue-rec-prices span.mw-price {
    color: #f38b00;
}
section.datacue-rec-section ul.datacue-rec-grid p{
text-align: center;
}
section.datacue-rec-section h3.datacue-rec-title {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    color: #005cb9!important;
    margin-bottom: 35px;
}
@media screen and (max-width: 767px){
	.slid-mobile img.slick-slide-image {
    display: block;
	}
	.slid-pc .tp-bgimg {
    background-image: none !important;
	}
	.img-fallido{width:100%;}
}
.cbp-hrsub.col-11.cbp-show, .cbp-hrsub.col-7.cbp-show {
    margin-top: 1px;
}
@media screen and (max-width: 1170px){
	#fond_footer #fijo {font-size: 10px !important;}
}
@media screen and (max-width: 1009px){
	#fond_footer #fijo {font-size: 8px !important;}
}
@media screen and (max-width: 849px){
	#fond_footer #fijo img {width:10% !important;}
}
@media screen and (max-width: 768px){
		#fijo .espcompras{display:none;}
		#fijo .espdespachos{width:100% !important;}
	}
@media screen and (max-width: 575px){
	#fond_footer #fijo .despachos, #fond_footer #fijo .compras {text-align: center !important;}
}
li.cbp-has-submeu a span, .cbp-hrmenu-tab a span {
    font-size: 12.3px !important;
}
#iqitmegamenu-wrapper.stuck-menu .container-iqitmegamenu {
    padding-right: 0px;
    padding-left: 0px;
}
li.cbp-has-submeu a span, li.cbp-hrmenu-tab a span {
    color: #008fbe !important;
}
li.cbp-has-submeu a span {
    color: #008fbe !important;
}
li#cbp-hrmenu-tab-12 a span{
	color: #c1272d !important;
}
li#cbp-hrmenu-tab-12 a span{
	color: #c1272d !important;
}
li.cbp-hropen a span, li#cbp-hrmenu-tab-12.cbp-hropen a span {
    color: white !important;
}
li.cbp-hropen > div.cbp-hrsub a span {
    color: #008fbe !important;
}
#search_filters .facet .facet-label a {
    white-space: normal !important;
}
@media screen and (max-width: 767px){
	div#rev_slider_7_4_forcefullwidth, div#rev_slider_7_2_forcefullwidth {
	    display: block;
	}
	div#rev_slider_6_3_forcefullwidth, div#rev_slider_6_1_forcefullwidth {
	    display: none;
	}
}
@media screen and (min-width: 768px){
	div#rev_slider_7_4_forcefullwidth, div#rev_slider_7_2_forcefullwidth {
	    display: none;
	}
	div#rev_slider_6_3_forcefullwidth, div#rev_slider_6_1_forcefullwidth {
	    display: block;
	}
}
/*Nuevo head inicio*/
#header{
	background: #173a64;
	position: relative;
}

#header::before{
	content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 10px;
    background: rgb(0,69,139);
    background: linear-gradient(90deg, rgba(0,69,139,1) 0%, rgba(191,195,198,1) 25%, rgba(7,147,212,1) 50%, rgba(191,195,198,1) 75%, rgba(0,69,139,1) 100%);
}
.col-sm-3.deskt.col-auto.col-header-right {
    background: white;
}
#header .header-btn-w .header-btn .info-wrapper{
	position: relative !important;
	left: 0px !important;
}
/*Buscador inicio*/
div#desktop-header-container div#search_widget {
    width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
div#desktop-header-container div#search_widget .input-group input.form-control.form-search-control {
    background: #FFF;
    border-color: #EDEDED;
    border-radius: 30px 0 0 30px;
    padding: 7px 26px;
	border-right: 0;
}
.dropdown-menu, .autocomplete-suggestions {
    background: #fff;
}
.dropdown-menu .dropdown-item, .autocomplete-suggestions .dropdown-item span.name {
    font-size: 12px;
    line-height: 10px;
    color: #008fbe!important;
    font-weight: 500;
}
.dropdown-menu .dropdown-item, .autocomplete-suggestions .dropdown-item span.product-price {
    font-weight: 600;
}
/*Buscador fin*/
#mobile-header .mobile-main-bar {
    padding: 0px;
}
#mobile-header .mobile-main-bar .col.col-mobile-logo.text-center img.logo.img-fluid {
    width: 24%;
    position: relative;
    margin-top: -1%;
}
#mobile-header .m-nav-btn {
    color: #008FBE!important;
}
#cbp-hrmenu .cbp-hropen .cbp-hrsub {
    position: fixed;
    left: 122px;
}
.cbp-hrmenu .cbp-hrsub-inner, .cbp-hrmenu ul.cbp-hrsub-level2{
	background: #f2f2f2;
}
.cbp-hrmenu .cbp-hrsub-inner, .cbp-hrmenu .cbp-hrsub-inner a, .cbp-hrmenu .cbp-hrsub-inner a:link {
    color: #008fbe!important;
}
li#cbp-hrmenu-tab-4 .col-2.cbp-menu-column.cbp-menu-element.menu-element-id-3 {
    border-left: 1px dotted gray;
}
.cbp-hrmenu .cbp-hrsub-inner, .cbp-hrmenu .cbp-hrsub-inner a, .cbp-hrmenu .cbp-hrsub-inner a:link{
	font-weight: 600;
}
#mobile-header .m-nav-btn {
    background: white;
}
#iqitmegamenu-mobile {
    background: #f2f2f2;
    color: #008fbe;
}
#iqitmegamenu-mobile a, #iqitmegamenu-mobile a:link, #iqitmegamenu-mobile a:visited, #iqitmegamenu-mobile a:hover {
    color: #008fbe;
}
#iqitmegamenu-mobile li>ul {
    background: #f2f2f2;
}
#mobile-header a.m-nav-btn {
    margin-bottom: 20px;
}
#mobile-header a#mobile-cart-toogle.m-nav-btn {
    background: #008FBE;
    padding: 7px 20px;
    width: 72px;
    border-radius: 30px;
}
#mobile-header .col-mobile-menu-dropdown.show {
    background: #fff;
}
/*Nuevo head fin*/
.block-newsletter h5{
	margin-top: 14px;
    margin-right: 10px;
    max-width: inherit;
}
#footer .ps-emailsubscription-block .newsletter-input-group .input-subscription {
    max-width: 450px;
    width: 450px;
}
div#mobile-header .col.col-mobile-logo.text-center img.logo.img-fluid {
    width: 55% !important;
    top: 0px !important;
}
div#mobile-header .col.col-auto.col-mobile-btn.col-mobile-btn-account img.img-fluid {
    width: 22px !important;
}
div#mobile-header .col.col-auto.col-mobile-btn.col-mobile-btn-cart.ps-shoppingcart.dropdown a#mobile-cart-toogle {
    width: 60px !important;
}
div#mobile-header div#mobile-btn-search img.img-fluid {
    width: 20px !important;
}
#mobile-header a.m-nav-btn {
    margin-bottom: 2px !important;
}
footer#footer {
    background: rgba(0,46,86,1);
    background: -moz-linear-gradient(top, rgba(0,46,86,1) 0%, rgba(0,134,224,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,46,86,1)), color-stop(100%, rgba(0,134,224,1)));
    background: -webkit-linear-gradient(top, rgba(0,46,86,1) 0%, rgba(0,134,224,1) 100%);
    background: -o-linear-gradient(top, rgba(0,46,86,1) 0%, rgba(0,134,224,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,46,86,1) 0%, rgba(0,134,224,1) 100%);
    background: linear-gradient(to bottom, rgba(0,46,86,1) 0%, rgba(0,134,224,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002e56', endColorstr='#0086e0', GradientType=0 );
}
div#fond_footer{display: none;}
div#_mobile_iqitmegamenu-mobile ul#iqitmegamenu-mobile li.show ul{
	height: 20vh;
    overflow: auto;
}
.social-sharing span{
	text-transform: capitalize;
    font-size: 1em;
}
.social-sharing li.facebook i.fa.fa-facebook {
    background: #0074fc;
    color: white;
    padding: 5px 8px 0px 8px;
    border-radius: 100px;
    font-size: 21px;
    top: 4px;
    position: relative;
}
.iqitproducttags ul li a.tag {
    text-transform: capitalize;
    color: #005EB8 !important;
    border: 1px solid #005EB8;
    border-radius: 100px;
    padding: 5px 10px;
    width: auto;
    height: auto;
    margin: 5px 0px;
    display: block;
}
.product-additional-info{
	text-align: left;
}
.iqitproducttags {
    text-align: left;
}
label.facet-label i.material-icons {
    color: #ED8B00 !important;
}
button.btn.btn-tertiary.js-search-filters-clear-all i.material-icons {
    vertical-align: bottom;
    font-size: 20px;
}
section#products section#js-active-search-filters li.filter-block i.material-icons.close {
    font-size: 19px;
}
.my-account-side-links a span.link-item i.material-icons {
    font-size: 18px !important;
}
label.facet-label i.material-icons {
    font-size: 19px!important;
    top: -1.9px!important;
    left: -2.7px!important;
}
.product-miniature-default li.product-flag.new{
	background-color: transparent;
	padding: 0;
	margin: 0;
}
.product-miniature-default li.product-flag.new img{
	max-width: 50%;
}

.custom_flags{
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
	z-index: 9;
	max-width: 50%;
}
.custom_flags .promo{
	max-width: 100%;
	height: auto;
}
div#onepagecheckoutps div#onepagecheckoutps_header #div_onepagecheckoutps_info h1{
	color: #005FB4!important;
	font-weight:bold!important;
}
div#onepagecheckoutps #onepagecheckoutps_step_one div.form-group{
	margin-bottom: 10px!important;
	margin-top: 5px!important;
}
#customer_container,
div#onepagecheckoutps #panel_addresses_customer .card .card-body{
	padding-top: 10px!important;
	padding-bottom: 10px!important;
}
#panel_addresses_customer > label {
	padding:0 20px!important;
}
div#onepagecheckoutps #onepagecheckoutps_step_one .fields_required{
	padding: 0 20px;
}
/*Ajustes header mobile*/
#mobile-header .dropdown-mobile{
	background-color: #F2F2F2;
	border: 0;
	padding: 20px;
}
#mobile-header .dropdown-mobile.search-widget .form-search-control{
	border: 0;
	border-radius: 30px;
	margin-right: 10px;
	background-image: url(/img/iconos-2021/SVG/Buscador.svg);
	background-position: 10px center;
	background-size: 20px;
	background-repeat: no-repeat;
}
.search-widget .search-btn{
	border-width: 1px 1px 1px 0;
	border-color: #EDEDED;
	border-style: solid;
	position: relative;
	background-color: #FFF;
	padding: 9px 20px;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
	font-size: 1rem;
	line-height: 1.25;
	font-weight: bold;
	border-radius: 0 30px 30px 0;
}
#iqitmegamenu-mobile{
	padding: 10px;
}
#iqitmegamenu-mobile > li{
	border-bottom: 1px solid #E6E7E8;
}
#iqitmegamenu-mobile > li > span,
#iqitmegamenu-mobile > li > a{
	color: #008FBE;
	font-weight: bold;
	text-transform: uppercase;
}
#iqitmegamenu-mobile .mm-expand+.mm-expand{
	position: relative!important;
	left: 10px;
}
#iqitmegamenu-mobile > li > ul > li > a{
	color: #008FBE;
	font-weight: 500;
	text-transform: uppercase;
}
body.cms-id-7 #wrapper .breadcrumb,
body.cms-id-7 #wrapper .page-header{
	display: none;
}
body.cms-id-7 #wrapper{
	background-color: #000!important;
}
body.cms-id-7 #header,
body.cms-id-7 .col-header-left,
body.cms-id-7 .col-header-menu,
body.cms-id-7 .col-header-right,
body.cms-id-7 .col-header-right .row > .col-sm-6,
body.cms-id-7 #iqitmegamenu-wrapper.stuck-menu{
	background-color: #0a0a0a!important;
	background: #0a0a0a!important;
}
body.cms-id-7 .cbp-hrmenu .cbp-hrsub-inner, 
body.cms-id-7 .cbp-hrmenu ul.cbp-hrsub-level2{
	background-color: #000;
}
body.cms-id-7 #iqitmegamenu-horizontal .cbp-hrsub-inner .iqitmegamenu-submenu-container .menu-element-id-3 .cbp-menu-column-inner > p{
	background-color: #333!important;
}
body.cms-id-7 .cbp-hrmenu > ul{
	display: none;
}
@media screen and (max-width:991px){
	body.cms-id-7 #mobile-header .m-nav-btn{
		background-color: transparent;
	}
	body.cms-id-7 #iqitmegamenu-mobile,
	body.cms-id-7 #iqitmegamenu-mobile li>ul,
	body.cms-id-7 #mobile-header .dropdown-mobile{
		background-color: #0a0a0a;
	}
	body.cms-id-7 .header-banner > img{
		max-width: 100%;
		height: auto;
	}
	body.cms-id-7 #mobile-header .dropdown-mobile.search-widget .form-search-control{
		padding-right: 0;
	}
}
body.cms-id-7 .header-banner > img{
	max-width: 100%;
	height: auto;
}
body.cms-id-7 .header-banner .mobile{
	display: none;
}
@media screen and (max-width:767px){
	body.cms-id-7 .header-banner .desktop{
		display: none;
	}
	body.cms-id-7 .header-banner .mobile{
		display: block;
	}
}
div#div_leave_message{
	display: none;
}
.header-banner > img{
	max-width: 100%;
	height: auto;
}
#content-wrapper .section-title{
	text-align: left;
	font-size: 1.5em;
}
.slick-default-carousel-mini.products-grid .product-add-cart .btn-product-list{
	font-size: 0;
}
.slick-default-carousel-mini.products-grid .product-add-cart .btn-product-list > i.fa{
	font-size: initial;
}
#wrapper{
	margin-top: -10px;
}
.cbp-horizontal > ul > li > a, .cbp-horizontal > ul > li > a:not([href]):not([tabindex]), .cbp-horizontal > ul > li > .cbp-main-link{
	font-family: 'Gotham';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
	color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
}
li.cbp-has-submeu a span, li.cbp-hrmenu-tab a span{
	color: #FFF!important;
}
#cbp-hrmenu-tab-8 .nav-link > span{
	color: #FF9900!important;
}
.cbp-horizontal > ul > li.cbp-hropen > a, .cbp-horizontal > ul > li.cbp-hropen > a:not([href]):not([tabindex]), .cbp-horizontal > ul > li.cbp-hropen > a:hover{
	background-color: transparent!important;
}
@media screen and (max-width:767px){
	#header{
		background-color: #FFF;
	}
	#header::before,
	#header::after{
		display: none;
	}
	.category-image>img.img-fluid{
		display: block !important;
	}
	#wrapper {
        margin-top: -20px!important;
	}
}