/*
Theme Name: IVTheme
Author: Alberto Lautero
Template: infovision
Version:        1.0.0
*/
/* This file was modified 2024-01-22 by WP Zone to customize metadata in header comment */
 
 
/* =Theme customization starts here
------------------------------------------------------- */


.newsletter {
	display: none!important;
}


a {
	text-decoration: none!important;
}

.headsite {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.headsite .et_pb_menu__wrap {
	justify-content: flex-end;
}
.headsite .et_pb_menu__wrap .et_pb_menu__menu {
	display: none;
}

.cartmenu span {
	background-color: white;
    border-radius: 100%;
    width: 15px;
    height: 15px;
    display: inline-flex;
    color: black;
    font-size: 10pt;
    line-height: unset;
    justify-content: center;
    align-items: center;
    font-weight: 900;
    position: absolute;
    margin-left: 5px;
}

.wp-block-divi-layout {
	margin-bottom: 0;
}
.qodef-m-image img {
	max-width: 150px;
}


.headphone a {
	display: flex;
}
.headphone a .waicon {
	max-width: 30px;
	margin-right: 10px;
}

/*--------------------------------------*/
/* Slider */

.et_pb_slider .et_pb_slides .et_pb_slide_description {
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
.et_pb_slider .et_pb_slides .et_pb_slide_description .et_pb_slide_title {
	order: 2;
}
.et_pb_slider .et_pb_slides .et_pb_slide_description .et_pb_slide_content {
	order: 1;
}
.et_pb_slider .et_pb_slides .et_pb_slide_description .et_pb_button_wrapper {
	order: 3;
}

/* END Slider */
/*--------------------------------------*/


/*--------------------------------------*/
/* Services HOME */
body .servicehome .qodef-gutenberg-row {
	gap: 5px; 
}
body .servicehome .qodef-gutenberg-row .wp-block-qi-blocks-column .qi-block-author-info .qodef-m-wrapper {
	padding: 0;
}
body .servicehome .qodef-gutenberg-row .wp-block-qi-blocks-column .qi-block-author-info .qodef-m-title {
	font-size: calc(14px + 0.390625vw);
    line-height: 1.3em;
}

@media only screen and (max-width: 980px) {
	body .servicehome .qodef-gutenberg-row .wp-block-qi-blocks-column .qi-block-author-info .qodef-m-wrapper .qodef-m-image img {
		max-width: 100px;
	}
}
/* END Services HOME */
/*--------------------------------------*/


/*--------------------------------------*/
/* Product Category HOME */
#prodcategory .et_pb_row_bodycommerce li.product {
	margin: 0;
}

#prodcategory .et_pb_module_inner .products .et_portfolio_image {
	background-color: #f5f5f5;
    border-radius: 100%;
	overflow: hidden;
}
#prodcategory .et_pb_module_inner .products .et_portfolio_image img {
	padding: 0;
	margin: 0!important;
}
#prodcategory .et_pb_module_inner .products .et_portfolio_image .et_overlay {
    border-radius: 100%;
	opacity: 0.5;
}
#prodcategory .et_pb_module_inner .products .et_portfolio_image .et_overlay:before {
    display: none;
}

/* END Product Category HOME */
/*--------------------------------------*/


/*--------------------------------------*/
/* Offerte del momento HOME */
@media only screen and (max-width: 980px) {
	body .et_pb_row.offerhome {
		justify-content: center;
	}
	body .et_pb_row.offerhome .et_pb_column {
		display: flex;
		width: 50%!important;
	}
}
/* END Offerte del momento HOME */
/*--------------------------------------*/



#trending {
	display: flex;
    align-items: center;
	flex-wrap: wrap;
}

/*--------------------------------------*/
/* Newsletter HOME */

.newsbox .qodef-gutenberg-column-inner {
	justify-content: center;
}
.newsbox .qodef-gutenberg-column-inner form .nl4wp-form-fields input[type=email] {
	padding: 2vmin 10vmin;
	padding-left: 15px;
	font-size: 2vmin;
	margin-right: 2vmin;
}
.newsbox .qodef-gutenberg-column-inner form .nl4wp-form-fields input[type=submit] {
	padding: 2vmin 6vmin;
	background-color: #222222;
	color: white;
	font-size: 2vmin;
	border: 0;
}

/* END Newsletter HOME */
/*--------------------------------------*/

/* Product Page */
/*--------------------------------------*/

.prodslide .images.slick-slider .slick-list {
	-webkit-box-shadow: 0px 7px 10px -4px rgba(0,0,0,0.80);
	-moz-box-shadow: 0px 7px 10px -4px rgba(0,0,0,0.80);
	box-shadow: 0px 7px 10px -4px rgba(0,0,0,0.80);
}
/* END Product Page */
/*--------------------------------------*/


/* Account Page */
/*--------------------------------------*/

.accountbox {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
}
.accountbox .et_pb_column {
	display: flex;
    justify-content: center;
}
.accountbox .et_pb_column .et_pb_module {
	flex: 1;
	display: flex;
    align-items: center;
}

.woocommerce-MyAccount-navigation {
    display: none;
}
.woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
}
/* END Account Page */
/*--------------------------------------*/