/*
 * Custom CSS NEM Motors Technology SL Theme
 * Copyright © 2022 NEM Motors Technology SL powered by Alice Vega
 */

#product-images-thumbs.swiper-container-vertical .img-fluid {
	height: auto;
	width: auto;
}

/*BACK TO TOP*/
#back-to-top {
    border: solid 2px;
    border-radius: 50%;
    font-size: 1.6rem;
}

/*HEADER*/

/*LOGO SIZE*/
.logo {
		max-height: 60px;
		width: auto;
	}

@media (max-width:576px) {
	.logo {
		max-height: 40px;
		width: auto;
	}
}

#mobile-header .m-nav-btn>i {
	font-size: 1.8rem;
}

@media (max-width: 576px) {
	#mobile-header .m-nav-btn>i {
    	font-size: 1.4rem;
	}
}

/*CUSTOM NEM HEADER ICONS*/
.fa-user:before {
	font-family: haul !important;
    content: "\0043" !important;
}
.fa-heart-o:before {
	font-family: haul !important;
    content: "\0042" !important;
}
.fa-shopping-bag:before {
	font-family: haul !important;
	content: "\0044" !important;
}
.fa-search:before {
	font-family: haul !important;
    content: "\0041" !important;
}

/*FOOTER*/

/*SOCIAL LINKS FOOTER*/
.social-links>li {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: solid 2px;
	border-color: #777777;
	border-radius: 50%;
	height: 46px;
	width: 46px;
	padding: 0;
	margin-right: 10px;
}

/*FOOTER NEWSLETTER TEXT*/
#footer-container-main.footer-style-1 .ps-emailsubscription-block .gdpr_module, #footer-container-main.footer-style-1 .ps-emailsubscription-block .ps-emailsubscription-conditions {
	max-width: 480px;
}

/*FOOTER PAYMENTS BLOCK*/
#iqithtmlandbanners-block-3 {
	padding-right: 0px !important;
	padding-left: 0px !important;
}



/*CATEGORY PAGE*/
.products-selection {
    border-top: none;
    border-bottom: solid 1px rgba(160,160,160,0.25);
}
.products-selection .view-switcher {
    display: none;
}

/*PRODUCT PAGE ACCORDION REMOVE SHADOW*/
.iqit-accordion .card {
    box-shadow: none;
}