/*
 Theme Name:     Fortuna Child
 Description:    Fortuna Child Theme
 Author:         BlueOwlCreative
 Version:        1.10
 Template:       fortuna

*/
/* Theme customization starts here */

.lc_onsale_prods .lc_single_sale_product, 
.lc_featured_prods .lc_single_sale_product {
	border: 1px solid #e6e6e6;
	display: flex !important;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
}
.lc_onsale_prods .lc_single_sale_product .title, 
.lc_featured_prods .lc_single_sale_product .title {
	font-size: 17px;
	font-weight: bold;
	color: #333 !important;
	margin-bottom: 0;
	min-height: 35px;
	line-height: 1;
	text-align: center;
}
.lc_onsale_prods .lc_single_sale_product .price-container, 
.lc_featured_prods .lc_single_sale_product .price-container {
	display: flex !important;
	align-items: center;
	justify-content: center;
	flex-direction: row;
}
.lc_onsale_prods .lc_single_sale_product .price-container .regular-price, 
.lc_featured_prods .lc_single_sale_product .price-container .regular-price {
	color: #444444;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	text-decoration: line-through;
	margin: 1px 2px 0 0;
}
.lc_onsale_prods .lc_single_sale_product .price-container .sale-price, 
.lc_featured_prods .lc_single_sale_product .price-container .sale-price {
	color: #86222D;
	font-size: 19px;
	font-family: 'Lato', sans-serif;
	margin: 3px 1px;
}
.lc_onsale_prods .lc_single_sale_product .buttons, 
.lc_featured_prods .lc_single_sale_product .buttons {
	border-top: 1px solid #e6e6e6;
	font-size: 14px;
	font-weight: bold;
	margin-top: 15px;
	width: 90%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.lc_onsale_prods .lc_single_sale_product .buttons a, 
.lc_featured_prods .lc_single_sale_product .buttons a {
	width: 50%;
	text-align: center;
}
.lc_onsale_prods .lc_single_sale_product .buttons .btn-add-to-cart,
.lc_onsale_prods .lc_single_sale_product .buttons .btn-details, 
.lc_featured_prods .lc_single_sale_product .buttons .btn-add-to-cart,
.lc_featured_prods .lc_single_sale_product .buttons .btn-details {
	padding: 7px;
	text-transform: uppercase;
}
.lc_onsale_prods .lc_single_sale_product .buttons .btn-add-to-cart, 
.lc_featured_prods .lc_single_sale_product .buttons .btn-add-to-cart {
	background-color: #86222d;
	color: #fff;
}
.lc_onsale_prods .lc_single_sale_product .buttons .btn-details, 
.lc_featured_prods .lc_single_sale_product .buttons .btn-details {
	color: #565657 !important;
}
.lc_onsale_prods .lc_single_sale_product .discount, 
.lc_featured_prods .lc_single_sale_product .discount {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 9;
	width: 60px;
	height: 60px;
	line-height: 60px;
	background-color: #e5ca7b;
	text-align: center;
	color: #86222d;
	font-family: 'Dancing Script', 'Lato', sans-serif;
	font-size: 20px;
	font-weight: bold;
	border-radius: 50%;
}
.lc_onsale_prods li.product .dark_links .pic, 
.lc_featured_prods li.product .dark_links .pic {
	width: 250px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	height: 280px;
}
.lc_onsale_prods li.product h2.woocommerce-loop-product__title, 
.lc_featured_prods li.product h2.woocommerce-loop-product__title {
	font-family: 'Lato',Montserrat,Arial,Helvetica,sans-serif;
	font-weight: 700;
	font-size: 15px !important;
	margin-top: 13px !important;
	padding: 0 !important;
}
.lc_onsale_prods li.product a.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-position-after, 
.lc_featured_prods li.product a.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-position-after {
	margin-top: 0 !important;
}
.lc_onsale_prods li.product .woocommerce ul.products li.product, .lc_onsale_prods li.product .woocommerce-page ul.products li.product, 
.lc_featured_prods li.product .woocommerce ul.products li.product, .lc_featured_prods li.product .woocommerce-page ul.products li.product {
	width: 25% !important;
	margin-right: 0 !important;
}
.lc_onsale_prods li.product a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart, 
.lc_featured_prods li.product a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
	background: #86222d !important;
	height: 35px;
	border-radius: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70%;
	font-size: 14px !important;
}

#sale_products, 
#featured_products {
	position: relative;
}
#sale_products button.slick-next.slick-arrow,
#sale_products button.slick-prev.slick-arrow, 
#featured_products button.slick-next.slick-arrow,
#featured_products button.slick-prev.slick-arrow {
	position: absolute;
	top: 45%;
  	transform: translateY(-50%);  
}

#sale_products button.slick-next.slick-arrow, 
#featured_products button.slick-next.slick-arrow {
	background-image: url(./images/arrow-next.png);
	height: 50px;
	width: 50px;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: transparent;
	right: -10%;
}
#sale_products button.slick-prev.slick-arrow, 
#featured_products button.slick-prev.slick-arrow {
	background-image: url(./images/arrow-prev.png);
	height: 50px;
	width: 50px;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: transparent;
	left: -10%;
}

.title-home-promozioni span {
	font-family: 'Great Vibes', 'Lato', sans-serif;
	font-size: 60px;
	color: #6e091e;
	font-weight: 400;
}

.lecelizie-shop .button {
    display: table;
    margin: 0 auto;
}

.partners-row .pic {
    border: 1px solid #e4e4e4;
}
.partners-row .pic:hover {
    border: 10px solid #f7d163;
}
.product-content span, 
.product-content div {
	font-weight: 400;
}

th.product-stock {
	display: none;
}
td.product-stock {
	display: none;
}
p.stock.in-stock {
	display: none;
}
.woocommerce-page div.product p.price ins {
	color: #86222d !important;
}
/*
.outofstock .tinv-wraper.woocommerce.tinv-wishlist.tinvwl-after-add-to-cart {
	display: none;
} */


/* disable add to cart */
/* a.btn.btn-add-to-cart,
.page-id-305 .product-action,
.page-id-305 .tinvwl-to-right.look_in {
	display: none !important;
} */

/* Search widget for archive product and single product */
.shop_search {
    margin-bottom: 30px;
}
.shop_search p {
	display: inline-block;
	top: 0;
	width: 100%;
	font-size: 20px;
}
.shop_search input[type="text"] {
    width: 80%;
	margin: 0 -3px 0 0;
	display: inline-block;
	height: 43px;
    top: 0;
	border-radius: inherit;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
	vertical-align: middle;
}
#s:focus {
	border: 1px solid #86222d	 !important;
}
#searchform {
	display: inline-block;
    top: 0;
    width: 100%;
    margin: 0;
}
#searchform #searchsubmit {
    display: none;
    display: inline-block;
    top: 0;
    margin: 0;
	border-radius: inherit;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
	background: #86222d;
	width: 20%;
    height: 43px;
    text-align: center;
    padding: inherit;
	
}
/* END Search widget for archive product and single product */

/* background images for pages */
#full_header_bkg {
	background-image: url(images/background-header/le_celizie_011.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 50vh;
}
.page-id-43 #full_header_bkg {
	background-image: url(images/background-header/le_celizie_008.jpg);
}
.page-id-17 #full_header_bkg {
	background-image: url(images/background-header/le_celizie_009.jpg);
}
.page-id-19 #full_header_bkg {
	background-image: url(images/background-header/le_celizie_010.jpg);
}
.page-id-21 #full_header_bkg {
	background-image: url(images/background-header/le_celizie_011.jpg);
}
.page-id-23 #full_header_bkg {
	background-image: url(images/background-header/le_celizie_012.jpg);
}
/*.page-id-15 #full_header_bkg {
	background-image: url(images/background-header/le_celizie_015.jpg);
}*/
.term-biscotti-e-snack #full_header_bkg {
	background-image: url(images/background-header/le_celizie_014.jpg);
}

.term-cioccolato-e-creme #full_header_bkg {
	background-image: url(images/background-header/le_celizie_014.jpg);
}

.term-farine #full_header_bkg {
	background-image: url(images/background-header/le_celizie_014.jpg);
}

.term-ingredienti-per-dolci #full_header_bkg {
	background-image: url(images/background-header/le_celizie_014.jpg);
}

.term-pane-e-sostituti #full_header_bkg {
	background-image: url(images/background-header/le_celizie_014.jpg);
}

.term-pasta-e-gnocchi #full_header_bkg {
	background-image: url(images/background-header/le_celizie_014.jpg);
}

.term-riso #full_header_bkg {
	background-image: url(images/background-header/le_celizie_014.jpg);
}

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

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

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

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

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

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

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

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

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

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

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

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

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/***** Common ****/
.zb-slider .slick-arrow{
    position: absolute;
    top: calc(50% - 15px);
    height: 29px;
    width: 29px;
    text-indent: -99999px;
    background-color: transparent;
    z-index: 99;
    padding: 0;
}
.zb-slider .slick-arrow.slick-next{
	background: url(./images/arrow-next.png) no-repeat;
	right: -30px;
}
.zb-slider .slick-arrow.slick-prev{
	background: url(./images/arrow-prev.png) no-repeat;
	left: -30px;
}
.zb_categories_slider {
	text-align: center;
}
.zb_categories_slider .slick-list {
	padding-top: 60px !important;
	padding-bottom: 60px !important;
}
.zb_categories_slider .slick-current.slick-active{
	transform: scale(1.5);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.zb_categories_slider .cat .name h4{
	font-size: 11px;
	font-weight: 700;
	color: #86222d;
	display: none;
	text-transform: uppercase;
}
.zb_categories_slider .cat.slick-current.slick-active  .name h4{
	display: block;
}
p {
	color: #565657;
	line-height: 24px;
}

/* Partners Page */
.partners-row div#img_gallery_51603a0ba622ec6036bbd9ed4e2e1825 > div {
    height: 275px;
    width: 275px;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* END Partners Page */

@media screen and (max-width: 991px) {
	.zb_categories_slider {
		margin: 0 30px;
	}
}
/**************** Header ***********/
header#header {
    background-image: linear-gradient(#000, rgba(0,0,0,0.1)) !important;
}
/*header#header .block_header{
	margin-bottom: -15px;
}*/
header.transparent_header{
	position: absolute !important;
	background: rgba(255,255,255,0) !important;
}
header.transparent_header #logo .logo_img > a > img{
	opacity: 1 !important;
}


#header .rel_pos .container{
	width: 100%;
}
#subheader{
	opacity: 1;
}
#subheader a{
	float: right !important;
}
#subheader_menu{
	border-right: 0px;
}
#subheader_menu ul.sub-menu{
	display: none;
	position: absolute;
	top: 100%;
    background: #fff;
    width: auto;
    white-space: nowrap;
    z-index: 999;
}
/*#subheader_menu ul li.menu-item-has-children:hover ul.sub-menu{
	display: block;
}*/
#subheader_menu ul li {
	z-index: 999;
}
#subheader_menu li.menu_accedi:before {
    content: '|';
    position: absolute;
    left: 0;
    color: #e5ca7b;
}
#subheader_menu li.menu_accedi:after {
    content: '|';
    position: absolute;
    right: 0;
    color: #e5ca7b;
}

#subheader a.header_soc_icon {
    background: #fff;
    opacity: 1 !important;
    border-radius: 50%;
    padding: 5px;
    margin: 10px 8px;
}
#subheader a.header_soc_icon span.icon {
    color: #000;
    line-height: 15px;
}
#subheader #subheader_menu > ul > li{
	line-height: 40px;
}
#subheader #subheader_menu li.wpml-ls-item span.icon{
	position: absolute;
	right: 0;
	top: 50%;
	padding: 0 15px;
	cursor: pointer;
	color: #ddd;
}

#subheader #subheader_menu > ul >li > a{
	font-size: 16px;
	color: #e5ca7b !important;
	padding: 0 15px;
}
#subheader #subheader_menu > ul >li.wpml-ls-item{
	padding-right: 15px;
}
#subheader #subheader_menu > ul >li.wpml-ls-item > a{
	padding-right: 30px;
}
#subheader #subheader_menu .sub-menu a{
    padding: 10px;
	border-bottom: 1px solid #e5e5e5;
	color: #000 !important;
	float: none !important;
	display: block;
	text-transform: uppercase;
}
#subheader #subheader_menu li:not(.wpml-ls-item) .sub-menu a{
    padding: 10px 20px 10px 10px;
    margin: 0 10px;
}
#subheader #subheader_menu li:not(.wpml-ls-item) .sub-menu a:after {
    content: '\e684';
    font-family: 'icomoon';
    color: #6e091e;
    position: absolute;
    right: 5px;
}

#subheader #subheader_menu .sub-menu li.menu_privato a:before {
    content: '\f007';
    font-family: 'icomoon';
    color: #6e091e;
    margin-right: 10px;
    font-size: 18px;
}
#subheader #subheader_menu .sub-menu li.menu_gas a:before {
    content: '\f0c0';
    font-family: 'icomoon';
    color: #6e091e;
    margin-right: 10px;
    font-size: 18px;
}
#subheader #subheader_menu .sub-menu li.menu_negozio a:before {
    content: '\e811';
    font-family: 'icomoon';
    color: #6e091e;
    margin-right: 10px;
}
@media screen and (max-width: 768px) {
	body:not(.home) .forcefullwidth_wrapper_tp_banner,
	body:not(.home) .rev_slider_wrapper,
	body:not(.home) .rev_slider{
		height: 250px !important;
	}
}
/* END Search widget */

/********* Menu ***********/
#logo{
	margin-bottom: 25px;
}



#logo .logo_img{
	height: 130px;
	margin-top: 0px !important;
}
@media screen and (max-width: 1366px){
	#logo .logo_img{
		height: 92px;
	}
}
#menu{
	border-top: 1px solid #f7d163;
	border-bottom: 1px solid #f7d163;
}
#menu > ul > li > a{
	line-height: 70px;
}
#menu > ul > li > a:hover{
	color: #f7d163 !important;
}

#menu > ul > li.zb_wishlist_li a.icon{
	font-family: 'icomoon' !important;
}
#menu > ul > li.zb_cart_li .header_cart{
	opacity: 1;
	visibility: visible;
	position: relative;
    float: none;
    background: transparent;
    border: 0;
    padding: 0;
}
#menu > ul > li.zb_cart_li .header_cart a.icon{
	line-height: 74px;
	padding: 0 16px !important;
}
#menu > ul > li.boc_search_border a {
    padding-right: 0;
    padding-left: 0;
}
#menu > ul > li.only_mobile,
#menu > ul > li.boc_search_border.cart_is_empty{
	display: none;
}
li.zb-separator{
	border-left: 1px solid #f7d163;
}
li.zb-separator a{
	line-height: 74px !important;
	padding: 0 !important;
}
#menu > ul > li.boc_search_toggle_li a{
	font-size: 26px;
}
#menu > ul > li.boc_search_toggle_li a:before{
	content: "\e618";
}
#menu > ul > li:not(.zb-separator):not(.zb_wishlist_li):not(.boc_search_border):not(.boc_search_toggle_li):not(.zb_cart_li):not(.menu-item-38):after {
    content: '.';
    color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    line-height: 1px;
}
.zb_megamenu{
	position: absolute;
	width: 100%;
	left: 0;
	background-color: rgba(255,255,255,0.9);
	display: none;
}
.zb_megamenu .container{
	max-width: 1200px;
}
.zb_megamenu .cat {
    width: 25%;
    float: left;
    border-bottom: 11px solid #f5f5f5;
    background-color: #fff;
    text-align: center;
    position: relative;
}
.zb_megamenu .cat:hover {
    border-bottom: 11px solid #eec95f;
    /*opacity: 0.8;*/
    background-color: #f5f5f5;
}
.zb_megamenu .cat .image img {
    max-height: 150px;
}
.zb_megamenu .cat .text {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
}
.zb_megamenu .cat .text h4{
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	color: #565657;
	margin-bottom: 6px;
}
.zb_megamenu .cat:hover .text h4{
	color: #86222d;
}

/****** Mobile Menu*********/
#mobile_menu{
		top: 0;
}
.m_nav_ham{
	background: #d8bf75;
}
#subheader #subheader_menu > ul > li.zb-separator,
#subheader #subheader_menu > ul > li.zb_cart_li,
#subheader #subheader_menu > ul > li.boc_search_border,
#subheader #subheader_menu > ul > li.zb_wishlist_li,
#subheader #subheader_menu > ul > li.boc_search_toggle_li{
	display: none;
}
#mobile_menu > ul > li a {
    background: #fff;
    color: #4e4e4e !important;
    text-shadow: none !important;
    font-size: 15px !important;
    font-weight: bold;
    text-transform: uppercase;
}
#mobile_menu > ul > li:hover a{
	color: #fff !important;
}
/*#subheader #subheader_menu > ul > li.zb_cart_li .header_cart{
	display: none !important;
}*/
@media screen and (max-width: 1017px) {
	.block_header #logo{
		width: 100%;
	}
	#mobile_menu_toggler {
	    float: left;
	    margin-top: 8px;
	}
	#subheader_menu{
		display: block !important;
		border-right: 0px !important;
		padding-right: 0;
		margin-right: 0;
	}
	#subheader #subheader_menu > ul > li{
		display: none;
	}
	#subheader #subheader_menu > ul > li > a {
	    font-size: 20px;
	    color: #fff !important;
	}
	#header #subheader .header_cart{
		margin: 2px;
	}
	.zb_cart_li .header_cart .cart-wrap {
	    right: 0px;
	    top: 10px;
	}
	#subheader #subheader_menu > ul > li.wpml-ls-item,
	#subheader #subheader_menu > ul > li.zb_cart_li,
	#subheader #subheader_menu > ul > li.zb_wishlist_li,
	#subheader #subheader_menu > ul > li.boc_search_toggle_li{
		display: block;
	}
	#subheader #subheader_menu > ul > li.wpml-ls-item > a{
		line-height: 35px;
	}
	#subheader a{
		float: none !important;
	}
	#subheader a.header_soc_icon{
		display: none;
	}
	#mobile_menu ul li.zb-separator,
	#mobile_menu ul li.zb_wishlist_li,
	#mobile_menu ul li.zb_cart_li{
		display: none;
	}
}

@media screen and (max-width: 1017px) {
	.full_header {
	    display: block !important;
	}
	#subheader #subheader_menu > ul > li.zb_wishlist_li::before,
	#subheader #subheader_menu > ul > li.zb_wishlist_li::after {
    	content: '|';
	}
}

/*********Search *************/
#boc_searchform_in_header{
	top: 100%;
}
#boc_searchform_in_header .container{
	max-width: 1200px;
	padding-left: 15px;
	padding-right: 15px;
}
#boc_searchform_in_header input{
	color: #fff;
}
#header:not(.scrolled) .block_header #boc_searchform_close {
	margin-top: 0px;
}
.zoomContainer {
    z-index: 2 !important;
}
#boc_searchform_close{
	color: grey;
	top: 50%;
	transform: translateY(-50%);
}
@media screen and (max-width: 1017px) {
	#boc_searchform_in_header{
		top: 0;
	}
	#boc_searchform_in_header.activated #boc_searchform_close{
		margin-top: 0 !important;
	}
}
/******* header Shopping Cart **********/

.zb_cart_li .header_cart .cart-wrap{
	right: 8px;
}
.header_cart .cart-wrap:before{
	display: none;
}
.header_cart .widget_shopping_cart{
	top: 100% !important;
	min-width: 310px !important;
}

.header_cart .widget_shopping_cart:before,
.header_cart .widget_shopping_cart:after{
	display: none !important;
}
.header_cart ul.cart_list li a{
	color: #333 !important;
	padding: 0 !important;
	min-width: auto !important;
	white-space: normal !important;
}
.header_cart ul.cart_list li a:hover{
	background-color: rgba(255,255,255,0) !important;
}
.header_cart ul.cart_list li span.quantity span.amount{
    color: #c72a45;
    font-size: 14px;
    font-weight: 600;
}
.zb_cart_li .header_cart  .widget_shopping_cart .cart_list li a.remove{
	position: absolute !important;
    top: 2px !important;
    left: auto !important;
    right: 20px !important;
    display: inline-block !important;
    float: none !important;
    font-size: 22px !important;
    color: #333 !important;
    z-index: 999;
}
.zb_cart_li .header_cart .widget_shopping_cart .total {
    padding: 12px 0px!important;
    border-top: 1px solid #ddd !important;
    border-bottom: 1px solid #ddd !important;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 0;
}
.zb_cart_li .header_cart .widget_shopping_cart .buttons{
    padding: 12px 0px !important;
    margin: 0 20px;
}
.header_cart .widget_shopping_cart .buttons a.button {
    font-size: 12px !important;
    border-radius: 0px;
    padding: 10px !important;
    text-transform: uppercase;
    font-weight: 400 !important;
}
.header_cart .widget_shopping_cart .total span.woocommerce-Price-amount.amount{
	float: right;
    color: #c72a45;
    font-size: 14px;
    font-weight: 600;
}
p.woocommerce-mini-cart__empty-message{
    padding: 15px;
    margin-bottom: 0;
}

/******** Slider ***********/
@media screen and (max-width: 620px){
	body.home .rev_slider .tp-caption{
		display: none;
	}
}
/********** Breadcrumbs ********/
body.home .page_title_bgr .full_container_page_title{
	display: none;
}
.page_title_bgr .full_container_page_title {
    margin-bottom: 45px !important;
    background-color: #e6e6e6;
    padding: 10px 0 !important;
    min-height: auto;
}
.breadcrumb_right{
	float: none;
	margin: 0;
}
.breadcrumb_right a {
    font-size: 13px;
    color: #565657;
}
.breadcrumb_right a.last_bc{
	color: #86222d;
}
@media screen and (max-width: 768px){
	.breadcrumb_right{
		margin: 5px 0 !important;
	}
	#searchform #searchsubmit {
		display: none;
	}
	.shop_search input[type="text"] {
		width: 100%;
		border-radius: 5px;
	}
}
/*********Section 1 **********/
.hp_section1{
	padding-top: 20px;
	padding-bottom: 15px;
	/*border-bottom: 1px solid #e5e5e5;*/
}
.hp_section1 .image_featured_text.img_small > img{
	width: auto;
	height: auto;
}

.hp_section1 .image_featured_text.img_small .text{
	margin-left: 50px;
}

.hp_section1 .image_featured_text .text{
	color: #565657;
}
.hp_section1 .image_featured_text .text h3{
	color: #86222d;
	text-transform: none;
}

@media screen and (max-width: 768px) {
	.hp_section1{
		padding-top: 20px;
		padding-bottom: 0px;
	}
	.hp_section1 .image_featured_text.img_small .text{
		margin-left: 0px;
	}

	/* Header */
	.full_header {
		background-color: #000;
		border: none;
	}
	header#header {
		background: rgba(0,0,0);
	}
	#boc_searchform_in_header.activated input {
		font-size: 18px;
	}
}

/*********Section 2 **********/
.block_senza_glutine{
	padding-top: 40px;
	/*padding-bottom: 80px;*/
	border-top: 1px solid #e5e5e5;
}
.block_senza_glutine h2.greatvibes{
	font-family: 'Great Vibes', 'Lato', sans-serif;
	margin-bottom: 0px !important;
	font-weight: 400 !important;
}

.block_senza_glutine .wpb_content_element p{
	text-align: center;
	color: #565657;
	line-height: 24px;
}

@media screen and (max-width: 768px) {
	.block_senza_glutine h2{
		font-size: 25px !important;
	}
	.block_senza_glutine h2.greatvibes{
		font-size: 48px !important;
	}
	.block_senza_glutine .wpb_content_element{
		margin-bottom: 0;
	}
}
/*********Section 3 **********/
.hp_section3{
	padding-top: 0px !important;
	padding-bottom: 0px;
	background-size: auto 100%;
	background-position: center;
	overflow: visible !important;
}
.hp_section3 .vc_row{
	margin-bottom: 0;
	line-height: 1;
	overflow: visible;
}
.hp_section3 .column1{
	padding-top: 75px;
	padding-bottom: 85px;
}
.hp_section3 h2{
	font-family: 'Great Vibes', 'Lato', sans-serif;
	font-size: 60px;
	color: #fff;
	font-weight: 400;
	line-height: auto;
}
.hp_section3 h3{
	font-size: 28px;
	font-weight: 700;
	color: #fff;
	line-height: 28px;
}
.hp_section3 .wpb_content_element p{
	color: #fff;
	line-height: 24px;
}

.hp_section3 .column2{
    position: absolute;
    right: 0;
    top: -100px;
    height: calc(100% + 100px);
    overflow: visible;
    width: auto;
}
.hp_section3 .column2 div,
.hp_section3 .column2 figure{
	height: 100%;
}
.hp_section3 .column2 .wpb_single_image img{
	height: 100%;
	width: auto;
}
@media screen and (max-width: 1280px){
	.hp_section3 .column1 {
		width: 100%;
		text-align: center;
	}
	.hp_section3 .column2{
	    position: relative;
	    right: auto;
	    top: auto;
	    width: 100%;
	    height: auto;
	    overflow: hidden;
	}
	.hp_section3 h2,
	.hp_section3 h3{
		text-align: center;
	}
	.hp_section3 .column2 div,
	.hp_section3 .column2 figure,
	.hp_section3 .column2 .wpb_single_image img{
		width: 100%;
	}
}
@media screen and (max-width: 768px){
	.hp_section3 .column1{
		padding-bottom: 40px;
	}
	.hp_section3 h2{
		font-size: 50px;
	}
	.hp_section3 h3{
		font-size: 25px;
	}
}
/*********Section 4 (block_offerte) **********/
.block_offerte{
	padding-top: 45px;
	padding-bottom: 45px;
}
.block_offerte h2{
	font-family: 'Great Vibes', 'Lato', sans-serif;
	font-size: 60px;
	color: #6e091e;
	font-weight: 400;
	line-height: auto;
	margin-bottom: 0 !important;
}
.block_offerte .wpb_content_element p{
	color: #565657;
	text-align: center;
}
.block_offerte .vc_row{
	margin-bottom: 0;
}
.zb_products_slider.zb-slider{
	padding-bottom: 80px;
}
.zb_products_slider.zb-slider .slick-arrow{
	top: auto;
	bottom: 0;
}
.zb_products_slider.zb-slider .slick-arrow.slick-prev {
    left: calc(50% - 45px);
}
.zb_products_slider.zb-slider .slick-arrow.slick-next {
    right: calc(50% - 45px);
}
.zb_products_slider.zb-slider .product.slick-slide {
    border: 1px solid #e6e6e6;
    padding: 15px 15px 0 15px;
    text-align: center;
	min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}
.zb_products_slider.zb-slider .product.slick-slide .image {
    flex-grow: 1;
}
.zb_products_slider.zb-slider .product{
	position: relative;
}
.zb_products_slider.zb-slider .product img.novita{
	position: absolute;
	top: 0;
	left: 0;
}
.zb_products_slider.zb-slider .product h4.product-title{
	font-size: 17px;
	font-weight: bold;
	color: #333;
	margin-bottom: 0;
	min-height: 35px;
	line-height: 1;
}
.zb_products_slider.zb-slider .product .product-weight{
	font-size: 17px;
	font-style: italic;
	color: #333;
}
.zb_products_slider.zb-slider .product .product-price del{
	font-size: 15px;
	font-weight: bold;
	color: #868686;
}
.zb_products_slider.zb-slider .product .product-price ins{
	font-size: 19px;
	font-weight: bold;
	color: #86222d;
	text-decoration: none;
}
.zb_products_slider.zb-slider .product .buttons{
	border-top: 1px solid #e6e6e6;
	font-size: 14px;
	font-weight: bold;
	margin-top: 15px;
	width: 100%;
}
.zb_products_slider.zb-slider .product .buttons a.btn{
	display: inline-block;
	width: calc(50% - 2px);
	padding: 6px;
	text-align: center;
	text-transform: uppercase;
}
.zb_products_slider.zb-slider .product .buttons a.btn.btn-details{
	color: #565657;
}
.zb_products_slider.zb-slider .product .buttons a.btn.btn-add-to-cart{
	background-color: #86222d;
	color: #fff;
}

.zb_products_slider.zb-slider .product .discount{
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 9;
    width: 86px;
    height: 86px;
    line-height: 86px;
    background-color: #e5ca7b;
    text-align: center;
    color: #86222d;
    font-family: 'Dancing Script', 'Lato', sans-serif;
    font-size: 30px;
    font-weight: bold;
    border-radius: 50%;
}
.zb_products_slider.zb-slider .product .discount:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 40px;
    height: 40px;
    background: #e5ca7b;
}

@media screen and (max-width: 768px){
	.block_offerte h2{
		font-size: 48px;
	}
	.block_offerte .wpb_content_element{
		margin-bottom: 5px;
	}
}
/*********Section 5 (block_newsletter) **********/
.hp_section5{
	margin-bottom: 0;
}
.block_newsletter{
	text-align: center;
	color: #565657;
	background: url("./images/newsletter_new.jpg") no-repeat !important;
	/*background-size: 100% 100%;*/
	background-size: cover !important;
	background-position: center !important;
	margin-bottom: 0;
	padding-top: 40px;
	padding-bottom: 40px;
	border: 1px solid #e5e5e5;
}
.block_newsletter h2{
	font-family: 'Great Vibes', 'Lato', sans-serif;
	font-size: 60px;
	color: #6e091e !important;
	font-weight: 400;
	line-height: auto;
	margin-bottom: 0 !important;
}
.block_newsletter .wpb_text_column{
	margin-bottom: 20px;
}
.block_newsletter input[type="email"]{
	display: inline-block;
	color: #86222d;
	background-color: #fff;
	border: 1px solid #a7a7a7;
	height: 40px;
	max-width: 500px;
}
.block_newsletter .wpcf7-radio{
	margin-bottom: 10px;
    display: inline-block;
}
.block_newsletter input[type="submit"]{
	padding: 15px 62px;
	border-radius: 5px;
	font-weight: bold;
	background-color: #6e091e;
	margin-top: 20px;
}
@media screen and (max-width: 768px){
	.block_newsletter{
		background: url("./images/newsletter.jpg") no-repeat;
		background-size: cover;
	}
	.block_newsletter:after{
		content: '';
		position: absolute;
		width: 100%;
		height: 50%;
		bottom: 0;
		left: 0;
		 background-image: linear-gradient(rgba(255,255,255,0.4), #fff);
	}
	.block_newsletter .vc_column_container {
		z-index: 9;
	}
	.block_newsletter  h2{
		font-size: 48px;
	}
}
/*********Section 6  **********/

#hp_section6.hp_section6{
	padding-top: 0px !important;
	padding-bottom: 0px;
	background-size: auto 100%;
	/*border: 9px solid #fff;*/
	border-top: 9px solid #fff;
	border-bottom: 9px solid #fff;
	/*background-image: url(/wp-content/uploads/2018/08/leintolleranzi.jpg) !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;*/
	background: #000 linear-gradient(to right, rgba(255,255,255,0.5), black, black, black) !important;
}
.hp_section6 .vc_row{
	margin-bottom: 0;
	line-height: 1;
	background-image: url(images/paitto_le-celizie.png);
	background-size: 50% auto;
	background-repeat: no-repeat;
	background-position: left center;
}
.hp_section6 .column2{
	padding-top: 75px;
	padding-bottom: 75px;
}
.hp_section6 h2{
	font-family: 'Great Vibes', 'Lato', sans-serif;
	font-size: 60px;
	color: #e5ca7b;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 0 !important;
}
.hp_section6 h3{
	font-size: 40px;
	font-weight: 700;
	color: #fff;
}
.hp_section6 .wpb_content_element p{
	color: #fff;
	line-height: 24px;
}
.hp_section6 a.button{
	font-size: 15px;
	font-weight: bold;
	color: #86222d;
	background: #fff;
}
/*@media screen and (max-width: 1400px){
	#hp_section6.hp_section6{
		background-image: url(/wp-content/themes/fortuna-child/images/leintolleranzi2.jpg) !important;
		background-size: cover !important;
	}
}
@media screen and (max-width: 1200px){
	#hp_section6.hp_section6{
		background-image: url(/wp-content/uploads/2018/08/leintolleranzi.jpg) !important;
		background-size: cover !important;
	}
}*/
@media screen and (max-width: 768px){
	.hp_section6 .vc_row{
		background-image: none !important;
	}
	#hp_section6.hp_section6{
		text-align: center;
		background-image: url(./images/sec6mobbg.jpg) !important;
		background-size: cover !important;
	}
	.hp_section6 h2{
		font-size: 48px;
		text-align: center;
	}
	.hp_section6 h3{
		font-size: 25px;
		text-align: center;
	}
}

/*********Section 7 **********/

.hp_section7{
	padding-bottom: 50px;
	text-align: center;
	border-top: 1px solid #e5e5e5;
}
.hp_section7 h2{
	font-family: 'Great Vibes', 'Lato', sans-serif;
	font-size: 60px;
	color: #86222d;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 0 !important;
}
.hp_section7 .wpb_content_element p{
	color: #565657;
	line-height: 24px;
}

.zb_brands_slider img{
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.zb_brands_slider img:hover{
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

@media screen and (max-width: 768px){
	.hp_section7{
		padding-bottom: 0;
	}
	.hp_section7 h2{
		font-size: 48px;
	}
	.hp_section7 h3{
		font-size: 25px;
	}
	.hp_section7 .wpb_content_element{
		margin-bottom: 0;
	}
	.zb_brands_slider {
		margin: 0 30px;
	}
}

/******** Section 8 **********/
.hp_section8 > .vc_row{
	margin-bottom: 0;
}
.block_servizi{
	background-color: #f8f8f8;
	text-align: center;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 0;
	padding-top: 80px;
	padding-bottom: 80px;
}
.block_servizi h3{
	font-size: 19px;
	font-weight: bold;
	color: #86222d;
}
.block_servizi .wpb_single_image{
	display: inline-block;
	margin-bottom: 15px;
}
.block_servizi .wpb_content_element p{
	color: #565657;
}

@media screen and (max-width: 768px){
	.block_servizi .vc_col-sm-3{
		margin-bottom: 30px;
	}
}


/**************** Footer **************/
#footer {
    background-color: #fdfdfd;
}
#footer h2{
	font-size: 15px;
	font-weight: bold;
	color: #6e091e;
	padding-bottom: 20px !important;
	position: relative;
	text-transform: uppercase;
}
#footer .column1 h2{
	padding-bottom: 0 !important
}
#footer .wpb_column:not(.column1) h2:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 130px;
	background-color: #e6e6e6;
}

#footer .wpb_content_element p{
	color: #5e5a54;
	line-height: 24px;
}
#footer .wpb_content_element.social p{
	color: #4e4e4e;
	font-weight: bold;
	clear: both;											
}

#footer .wpb_content_element.social p span{
	float: left;
    float: left;
    margin-right: 20px;
}

#footer ul{
	margin-left: 0;
}
#footer ul#menu-prodotti{
	text-transform: uppercase;
}
#footer .column2 p{
	margin-bottom: 7px;
}
#footer ul li{
	line-height: 24px;
    margin-bottom: 7px;
}
#footer .column2 a,
#footer ul li a{
	color: #5e5a54;
}

#footer .copyright{
	margin-bottom: 0;
	padding-top: 20px;
    padding-bottom: 20px;
}
#footer .copyright .vc_column-inner {
	padding-top: 0;
}
#footer .copyright .wpb_content_element a,
#footer .copyright .wpb_content_element p{
	color: #fff;
	font-weight: bold;
}
#footer .copyright .wpb_content_element a:hover{
	color: #fff;
}
#footer .copyright .privacy-links a{
	margin-left: 15px;
}
#footer .pagamento{
	text-align: center;
}
#footer .pagamento h4{
	text-transform: uppercase;
	color: #6e091e;
	font-size: 14px;
	font-weight: bold;
}
#footer .pagamento .wpb_single_image{
	display: inline-block;
}

@media screen and (max-width: 991px) {
	#footer .wpb_column.vc_column_container {
		width: 50%;
	}
	#footer .copyright .wpb_column.vc_column_container {
		width: 100%;
	}
	#footer .copyright .wpb_column.vc_column_container.privacy-links p{
		text-align: left !important;
		margin-top: 20px;
	}
	#footer .copyright .wpb_column.vc_column_container.privacy-links p a{
		margin-left: 0px;
		margin-right: 5px;
		display: block;
	}
	#footer .wpb_column.vc_column_container.column2{
		min-height: 310px;
	}
	#footer .pagamento .wpb_column.vc_column_container.vc_col-sm-12{
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	#footer .wpb_column.vc_column_container {
		width: 100%;
	}
	#footer .wpb_column.vc_column_container.column2{
		min-height: auto;
	}
}
/***** Intern pages commun style *********/

.first-title{
	font-family: 'Great Vibes', 'Lato', sans-serif;
	font-size: 60px;
	color: #86222d;
	font-weight: 400;
	margin-bottom: 0 !important;
}
.second-title {
	font-size: 40px;
	font-weight: 700;
	color: #86222d;
}
blockquote {
    border-left: 7px solid #e5ca7b !important;
    background: #fff !important;
    padding: 5px 10px !important;
}
blockquote p{
	background: #fff;
    font-style: normal;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: #565657;
    font-weight: 400;
}

@media screen and (max-width: 768px) {
	.first-title {
		font-size: 48px;
	}
	.second-title {
		font-size: 25px;
	}
}

/***** Le Intolleranze Alimentari ***********/

.alimentari_section2 {
	text-align: center;
}
.alimentari_section2 .row1{
	margin-bottom: 65px;
}
.alimentari_section2 h3 {
	font-size: 17px;
	font-weight: 700;
	color: #86222d;
	margin-bottom: 0 !important;
	text-align: center;
	text-transform: uppercase;
}
.alimentari_section2 .wpb_text_column{
	margin-bottom: 20px !important;
	font-size: 14px;
}
.alimentari_section2 .wpb_single_image{
	margin-bottom: 5px !important;
}
.alimentari_section2 .wpb_single_image {
    height: 93px;
    width: auto;
}

.alimentari_section2 a.btn_medium {
	padding: 14px 35px;
	font-size: 12px;
}

@media screen and (max-width: 768px){
	.alimentari_section2 .row1{
		margin-bottom: 0;
	}
	.alimentari_section2 .wpb_column{
		margin-bottom: 35px;
	}
}

/*********** Catalogo Prodotti ***************/

.zb_categories_list .cat{
    width: calc(25% - 30px);
    margin: 0 15px 25px;
	float: left;
	text-align: center;
	border: 1px solid #e6e6e6;
}

.zb_categories_list .cat a{
	display: block;
	padding: 12px;
	position: relative;
}
.zb_categories_list .cat a:hover:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(230,230,230,0.5);
	z-index: 10;
	top: 0;
	left: 0;
}
.zb_categories_list .cat a:hover .cat_wrapper:after {
    border: 1px solid #fff;
    position: absolute;
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    content: '';
    left: 12px;
    top: 12px;
    z-index: 12;
}
.zb_categories_list .cat .text{
	margin-top: 25px;
}
.zb_categories_list .cat .text h4{
	font-family: 'Great Vibes', 'Lato', sans-serif;
	font-size: 32px;
	line-height: 1;
	color: #86222d;
	font-weight: 400;
	margin-bottom: 0;
	position: relative;
	z-index: 11;
}
.zb_categories_list .cat .text .count{
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	color: #565657;
	position: relative;
	z-index: 11;
}

@media screen and (max-width: 1200px){
	.zb_categories_list .cat{
	    width: calc(33.33% - 30px);
	}
}

@media screen and (max-width: 1018px){
	.zb_categories_list .cat{
	    width: calc(50% - 30px);
	}
}
@media screen and (max-width: 768px){
	.zb_categories_list .cat{
	    width: calc(100% - 30px);
	}
}

/*********** Brands ***************/

.zb_brands_list{
	margin-left: -15px;
	margin-right: -15px;
}

.zb_brands_list .brand{
    width: calc(25% - 30px);
    margin: 0 15px 25px;
	float: left;
	text-align: center;
	border: 1px solid #e6e6e6;
}

.zb_brands_list .brand a{
	display: block;
	position: relative;
	padding: 0px;
}
.zb_brands_list .brand a:hover:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 12px solid #e6e6e6;
}

.zb_brands_list .brand .count{
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	color: #565657;
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    bottom: 12px;
    padding: 12px;
}
@media screen and (max-width: 991px){
	.zb_brands_list .brand{
	    width: calc(33.33% - 30px);
	}
}
@media screen and (max-width: 768px){
	.zb_brands_list .brand{
	    width: calc(50% - 30px);
	}
}

/************** Page FAQ ***********/
.acc_holder.with_bgr .accordion {
    border: 1px solid #e4e4e4;
    background-color: #f2f2f2;
    color: #565657;
    padding: 15px;
    border-color: #e5e5e5;
    font-size: 15px;
    font-weight: 400;
}
.acc_control{
	float: right;
}
.acc_control, .active_acc .acc_control, 
.acc_holder.with_bgr .active_acc .acc_control,
.acc_holder.with_bgr .acc_control,
.accordion:hover .acc_control {
    background-color: rgba(255,255,255,0) !important;
    background-image: url(images/acc_bgr.png);
    color: #bababa !important;
}
.acc_holder.with_bgr .accordion.active_acc{
	color: #86222d;
}
/****** Archive *************/
body.woocommerce.archive #primary{
	width: 70%;
    float: left;
}
body.woocommerce.archive #sidebar{
	width: 30%;
    float: left;
    margin: 0;
}

.zb_products .product{
	border: 1px solid #e6e6e6;
	margin-bottom: 30px !important;
}

.zb_products .product .div_novita{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
}
.zb_products .product .discount{
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 9;
    width: 86px;
    height: 86px;
    line-height: 86px;
    background-color: #e5ca7b;
    text-align: center;
    color: #86222d;
    font-family: 'Dancing Script', 'Lato', sans-serif;
    font-size: 30px;
    font-weight: bold;
    border-radius: 50%;
}
.zb_products .product .discount:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 40px;
    height: 40px;
    background: #e5ca7b;
}

.zb_products .product .div_novita img.novita{
	width: auto;
}

/*.zb_products .product .image {
	position: relative;
}
.zb_products .product .image .icon-eye{
	position: absolute;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background-color: #86222d;
	opacity: 0.9;
	top: calc(50% - 36px);
	left: calc(50% - 36px);
	cursor: pointer;
    text-align: center;
    line-height: 72px;
    color: #fff;
    font-size: 25px;
    display: none;
}
.zb_products .product:hover .image .icon-eye{
	display: inline-block;
}*/
a .img_overlay .hover_icon.icon_plus{
	content: '\f06e';
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background-color: #86222d;
	opacity: 0.9;
	top: calc(50% - 36px);
	left: calc(50% - 36px);
	cursor: pointer;
    text-align: center;
    line-height: 72px;
    color: #fff;
    font-size: 25px;
    background-image: none;
    margin: 0;
}
a .img_overlay .hover_icon.icon_plus:after{
	content: '\f06e';
	font-family: 'icomoon';
}
.woocommerce .product a .img_overlay {
    background-color: rgba(255,255,255,0) !important;
}
.zb_products .product h4.product-title{
	font-size: 17px;
	font-weight: bold;
	color: #333;
	margin-bottom: 0;
	min-height: 25px;
	line-height: 1;
}
.zb_products .product .product-weight{
	font-size: 17px;
	font-style: italic;
	color: #333;
}
.zb_productst .product .product-price del{
	font-size: 15px;
	font-weight: bold;
	color: #868686;
}
.zb_products .product .product-price ins{
	font-size: 19px;
	font-weight: bold;
	color: #86222d;
	text-decoration: none;
}
.zb_products .product .product-description{
	color: #565657;
	font-size: 15px;
	line-height: 24px;
}
.zb_products .product .buttons{
	border-top: 1px solid #e6e6e6;
	font-size: 14px;
	font-weight: bold;
	margin-top: 15px;
}
.zb_products .product .buttons a.btn,
.zb_products .product .buttons .tinv-wraper.tinv-wishlist{
	display: inline-block;
	width: calc(50% - 2px);
	padding: 6px;
	text-align: center;
	text-transform: uppercase;
}
.zb_products .product .buttons .tinv-wraper.tinv-wishlist{
	color: #565657;
}
.zb_products .product .buttons .btn-add-to-cart{
	background-color: #86222d;
	color: #fff;
}
.zb_products .tinv-wishlist .tinvwl_add_to_wishlist-text{
	display: none;
}

.zb_products .tinv-wishlist  a.tinvwl_add_to_wishlist_button:before{
	content: '\e04a' !important;
	color: #cfcfcf;
	font-family: 'icomoon' !important;
	margin: 0;
}
/*product Grid */
.zb_products.zb_products_grid{
	margin-left: -15px;
	margin-right: -15px;
}

.zb_products.zb_products_grid{
	margin-left: -15px;
	margin-right: -15px;
}

.zb_products.zb_products_grid .product{
    width: calc(33.33% - 30px);
    margin: 0 15px 30px;
	float: left;
	text-align: center;
}
.zb_products.zb_products_grid .product .product-description{
	display: none;
}

/*product List */
.zb_products.zb_products_list .product:before,
.zb_products.zb_products_list .product:after{
	content: '';
	display: table;
	clear: both;
}
.zb_products.zb_products_list .product .image{
	float: left;
	width: 33.33%;
}
.zb_products.zb_products_list .product .product-content{
	float: left;
	padding: 20px;
	width: 66.66%;
}
.zb_products.zb_products_list .product .product-description{
	display: block;
}
.zb_products.zb_products_list .product .tinvwl-shortcode-add-to-cart{
	width: auto !important;
    margin-left: 20px;
    border: 1px solid #e5e5e5;
    background: #f8f8f8;
}
.zb_products.zb_products_list .product .buttons{
	border: 0px;
}
.zb_products.zb_products_list .product .buttons a.btn,
.zb_products.zb_products_list .product .buttons .tinv-wraper.tinv-wishlist{
	padding: 9px;
}
@media screen and (max-width: 1200px){
	.zb_products.zb_products_grid .product{
	    width: calc(50% - 30px);
	}
}
@media screen and (max-width: 991px){
	#sidebar ul.product-categories li a, #sidebar ul.product-categories li span.count {
		font-size: 14px;
	}
}
@media screen and (max-width: 768px){
	body.woocommerce.archive #primary{
		width: 100%;
	    float: none;
	}
	body.woocommerce.archive #sidebar{
		width: 100%;
	    float: none;
	}
	.zb_products.zb_products_list .product .image,
	.zb_products.zb_products_list .product .product-content {
	    float: none;
	    width: 100%;
	}
	.zb_products.zb_products_grid .product{
	    width: calc(100% - 30px);
	}
}
/************ Login Page ************/
.um.um-login{
	max-width: 900px !important;
	border: 1px solid #e5e5e5;
	padding-top: 72px;
	padding-bottom: 45px;
	position: relative;
}
.um.um-login:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 10px;
	border-bottom: 1px solid #e5e5e5;
	background-color: #f8f8f8;
}
.um.um-login .um-form{
    max-width: 600px;
    margin: 0 auto;
}
body .um .um-form input[type=text], 
body .um .um-form input[type=tel], 
body .um .um-form input[type=number], 
body .um .um-form input[type=password], 
body .um .um-form textarea, .select2-container .select2-choice, 
body .select2-container-multi .select2-choices {
    background-color: #f8f8f8 !important;
    border: 1px solid #e5e5e5 !important;
}
.um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i{
	color: #86222d !important;
}

.um.um-login .um-left.um-half{
	width: 100%;
	text-align: center;
}

.um.um-login .um-right{
	display: none;
}
.um input[type=submit].um-button{
    background-color: #86222d !important;
    text-transform: uppercase !important;
    width: auto;
    padding: 16px 80px !important;
}

.um .um-col-alt-b a{
	font-size: 14px;
	color: #86222d !important;
	text-decoration: underline !important;
}

/****** Regester **************/

.register_section1, .register_section2{
	max-width: 900px;
	margin: 0 auto 35px !important;
}
.register_section1{
	text-align: center;
}
.register_section2{
	margin-bottom: 80px !important;
}
.register_section2  .horizontal .resp-tabs-list {
    height: 50px;
}
.register_section2 .horizontal .resp-tabs-list li{
	width: 33.33%;
	line-height: 50px;
	background-color: #f8f8f8;
	font-size: 14px;
	text-transform: uppercase;
	color: #474649;
	border-top: 3px solid #f1f1f1;
}
.register_section2 .horizontal .resp-tabs-list li span.icon{
	color: #b6b6b6;
}
.register_section2 .horizontal .resp-tabs-list li.resp-tab-active{
	background-color: #fff;
	border-top: 3px solid #c29096;
}
.register_section2 .horizontal .resp-tabs-list li.resp-tab-active span.icon{
	color: #86222d;
}


/************* Shopping Cart*************/
.shop_table.cart th {
    font-weight: 700 !important;
    color: #565657;
    background: #f8f8f8;
    text-transform: uppercase;
    text-align: center;
}
.shop_table.cart td{
	text-align: center;
}
.shop_table.cart th:not(:last-child){
    border-right: 1px solid #e6e6e6;
}

.woocommerce-cart table.cart img{
    width: 180px;

}
.woocommerce-cart table.cart td.product-name a,
.woocommerce-cart table.cart td.product-price,
.woocommerce-cart table.cart td.product-subtotal{
	font-size: 17px;
	font-weight: bold;
	color: #333;
}
.woocommerce table.shop_table.cart a.remove{
	display: inline-block;
	color: #cfcfcf !important;
}
.woocommerce table.shop_table.cart a.remove:hover{
	background-color: #fff !important;
	color: #cfcfcf !important;
	border-radius: 0px !important;
}
.woocommerce-page .quantity .minus,
.woocommerce-page .quantity .plus{
	background-color: #fff !important;
	color: #6e091e !important;
	margin: 0;
}

.woocommerce .coupon #coupon_code {
    width: 200px !important;
	line-height: 35px;
}

.woocommerce .coupon button.button,
.woocommerce table.shop_table.cart button.button,
.woocommerce table.shop_table.cart button.button:hover,
.woocommerce table.shop_table.cart button.button:disabled[disabled],
.woocommerce table.shop_table.cart button.button:disabled[disabled]:hover{
	background-color: #f8f8f8 !important;
    font-family: 'Lato', sans-serif;
    color: #565657 !important;
    font-size: 14px !important;
    font-weight: bold !important;
    padding: 18px 40px !important;
    background-image: none !important;
    border-radius: 0px !important;
}
.woocommerce table.shop_table.cart button.button,
.woocommerce table.shop_table.cart button.button:hover{
	background-color: #6e091e !important;
	color: #fff !important;
}
.woocommerce table.shop_table.cart button.button:disabled[disabled],
.woocommerce table.shop_table.cart button.button:disabled[disabled]:hover{
	border: 1px solid #e5e5e5 !important;
}

.cart_totals h2{
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #565657;
    background: #f8f8f8;
    margin-bottom: 0;
    border: 1px solid #e5e5e5;
    padding: 20px;
}
.woocommerce .cart_totals table{
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.woocommerce  .cart_totals table tr th{
	background-color: #fff;
	font-size: 14px;
	color: #565657;
	border: 0px !important;
}
.woocommerce .cart_totals table td{
	border: 0px !important;
}
.cart_totals table tr.cart-subtotal td{
	text-align: right;
	font-size: 17px;
	font-weight: bold;
	color: #333;
}

.cart_totals table tr.order-total th{
	font-size: 20px;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
}
.cart_totals table tr.order-total td{
	text-align: right;
	font-size: 20px;
	font-weight: bold;
	color: #86222d;
}

.cart-collaterals .wc-proceed-to-checkout{
	border: 1px solid #e5e5e5;
	border-top: 0px;
	padding: 20px;
}
.cart-collaterals .wc-proceed-to-checkout a.button{
	background-color: #6e091e !important;
    font-family: 'Lato', sans-serif;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: bold !important;
    padding: 14px 42px !important;
    margin-bottom: 0 !important;
    display: inline-block
}


/************ Products List ************/
.woocommerce-breadcrumb{
	display: none;
}

.woocommerce.archive .woocommerce-result-count{
	font-size: 14px;
	font-weight: 400;
	color: #5e5a54;
}
.woocommerce.archive .woocommerce-ordering select.orderby,
.woocommerce.archive .woocommerce-ordering .zb-change-view{
	float: left;
}
.woocommerce.archive .woocommerce-ordering .zb-change-view{
	margin-left: 35px;
}
.woocommerce.archive .woocommerce-ordering .zb-change-view a{
	display: inline-block;
    background-color: #f8f8f8;
    border: 1px solid #e5e5e5;
    padding: 5px 10px;
    cursor: pointer;
}
.woocommerce.archive .woocommerce-ordering .zb-change-view a:hover{
	background-color: #6e091e;
}
.woocommerce.archive .woocommerce-ordering .zb-change-view a span.icon{
	color: #cfcfcf;
}
.woocommerce.archive .woocommerce-ordering .zb-change-view a:hover span.icon{
	color: #fff;
}

#sidebar #s{
	background-color: #f8f8f8;
	border: 1px solid #e5e5e5;
	font-size: 15px;
	color: #565657;
}
#sidebar h4.boc_heading{
	background-image: none;
	font-size: 20px;
	font-weight: bold;
	color: #86222d;
}
#sidebar ul li{
	border-bottom: 1px solid #e5e5e5;
    padding-top: 2px;
    padding-bottom: 2px;
}
#sidebar ul.product-categories li a,
#sidebar ul.product-categories li span.count{
	font-size: 15px;
	color: #5e5a54;
	text-transform: uppercase;
}
#sidebar ul.product-categories li:hover a,
#sidebar ul.product-categories li span.count{
	color: #86222d;
	background-color: rgba(255,255,255,0);
}
#sidebar ul.product-categories li a span.link_span:before{
	display: none;
}
#sidebar ul.product-categories li a .hover_span{
	background-color: #fff;
}
#sidebar ul.product-categories li span.count{
	float: right;
}

#sidebar ul#lct-widget-brand li{
	text-align: right;
	color: #86222d;
	font-size: 15px;
}
#sidebar ul#lct-widget-brand li a{
	float: left;
	font-size: 15px;
	color: #5e5a54;
}

#sidebar ul.product_list_widget li img{
	border: 0px;
}
#sidebar ul.product_list_widget li a{
	font-size: 13px;
	font-weight: bold;
	color: #5e5a54;
}
#sidebar .product_list_widget ins .amount{
	color: #86222d;
}

@media screen and (max-width: 768px){
	.woocommerce.archive .woocommerce-ordering .zb-change-view {
	    margin-left: 12px;
	}
}

/***** pagination ************/
.woocommerce.archive  nav.woocommerce-pagination ul.page-numbers{
	float: none;
}
.woocommerce.archive  nav.woocommerce-pagination ul li .page-numbers{
	background-color: #f4f4f4 !important;
	border: 1px solid #e5e5e5 !important;
	padding: 10px 15px !important;
	font-size: 14px !important;
	background-image: none !important;
}
.woocommerce.archive  nav.woocommerce-pagination ul li span.page-numbers{
	padding: 11px 15px !important;
}
.woocommerce.archive  nav.woocommerce-pagination ul li .page-numbers.prev,
.woocommerce.archive  nav.woocommerce-pagination ul li .page-numbers.next{
	padding: 10px 70px !important;
}
.woocommerce.archive  nav.woocommerce-pagination ul li .page-numbers.current{
	background-color: #fff !important;
}
.woocommerce.archive  nav.woocommerce-pagination ul li a.page-numbers:hover{
	color: #86222d !important;
}

/***** Single product *************/
.single-product h1.product_title{
	font-size: 40px;
	font-weight: bold;
	color: #86222d;
}
.single-product.woocommerce div.product div.images.woocommerce-product-gallery{
	width: 100% !important;
	border: 1px solid #e5e5e5;
}

.single-product.woocommerce .woocommerce-product-gallery .div_novita{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
}
.single-product.woocommerce .woocommerce-product-gallery .div_novita img{
	width: auto;
}
.single-product.woocommerce .woocommerce-product-gallery .discount{
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 9;
    width: 86px;
    height: 86px;
    line-height: 86px;
    background-color: #e5ca7b;
    text-align: center;
    color: #86222d;
    font-family: 'Dancing Script', 'Lato', sans-serif;
    font-size: 30px;
    font-weight: bold;
    border-radius: 50%;
}
.single-product.woocommerce .woocommerce-product-gallery .discount:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 40px;
    height: 40px;
    background: #e5ca7b;
}
.single-product.woocommerce span.onsale{
	/*background: #e5ca7b!important;
    left: auto;
    top: 10px;
    right: 10px;
    font-size: 16px;
    color: #86222d;
    text-shadow: none !important;
    line-height: 70px !important;
    padding: 5px;*/
    display: none;
}

.single-product .summary .product-weight{
	font-size: 17px;
	font-style: italic;
	color: #333;
}
.single-product .summary p.price{
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
	margin-top: 12px;
}
.single-product .summary p.price:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 1px;
	background-color: #e5e5e5;
}

.single-product .summary .product-share a.ssba-share-text{
	color: #666666;
	font-size: 13px;
}
.single-product .summary .product-share{
	margin-bottom: 15px;
}

.single-product.woocommerce div.product form.cart div.quantity{
	float: none;
    display: block;
    margin-bottom: 25px;
}
.single-product.woocommerce div.product form.cart div.quantity:after{
	content: '';
	clear: both;
	display: table;
}
.single-product.woocommerce div.product form.cart .button {
    display: block;
    clear: left;
    float: left;
    background-color: #86222d !important;
    background-image: none !important;
    border-radius: 0px;
    margin-left: 0;
    font-size: 17px !important;
    font-weight: bold !important;
    padding: 12px 20px !important;
}

.single-product.woocommerce .tinv-wishlist.tinvwl-after-add-to-cart{
	float: left;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding-bottom: 0;
    margin-left: 25px;
}
.single-product.woocommerce .tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button{
	margin: 0;
	padding: 5px 8px;
}
.single-product.woocommerce .tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button .tinvwl_add_to_wishlist-text{
	display: none;
}

.single-product.woocommerce .tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button:before{
	color: #cfcfcf;
	margin: 0;
	font-size: 30px;
}
.single-product.woocommerce .product_meta {
    border-top: 1px solid #e5e5e5;
    padding-top: 10px;
}
.single-product.woocommerce .product_meta .tax-name{
	font-size: 14px;
	font-weight: bold;
	color: #565657;
	text-transform: uppercase;
}
.single-product.woocommerce .product_meta a{
	font-size: 14px;
	font-weight: bold;
	color: #86222d;
}

.single-product .product-desctiption{
	clear: both;
    padding-bottom: 45px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 5px;
}
.single-product .product-desctiption .titledesc{
	width: 20%;
	float: left;
}
.single-product .product-desctiption .desc{
	width: 80%;
	float: left;
	padding-left: 15px;
}
.single-product .zb-related-products{
    border-top: 1px solid #e5e5e5;
    padding-top: 45px;
    padding-bottom: 45px;
    text-align: center;
}
.single-product .zb-related-products p {
    margin-bottom: 25px;
}

@media screen and (max-width: 1200px) {
	.single-product .titledesc .second-title{
		font-size: 30px;
	}
}
@media screen and (max-width: 768px) {
	.single-product .titledesc .second-title{
		font-size: 25px;
	}
	.single-product .product-desctiption .titledesc,
	.single-product .product-desctiption .desc {
	    width: 100%;
	    float: none;
	}
	.single-product .product-desctiption .desc{
		padding-left: 0;
	}
	.single-product.woocommerce .tinv-wishlist.tinvwl-after-add-to-cart {
	    margin-left: 12px;
	}
}

/******* Wishlist ***********/
body.tinvwl-theme-style .tinv-wishlist.woocommerce h2{
	text-align: center;
	font-family: 'Great Vibes', 'Lato', sans-serif;
	font-size: 60px;
	font-weight: 400;
	line-height: auto;
	color: #6e091e;
}

body.tinvwl-theme-style .tinv-wishlist tr{
	    border: 1px solid #e5e5e5;
}

body.tinvwl-theme-style table thead th {
    font-weight: 600 !important;
    background: #fafafa;
    text-transform: uppercase;
}
body.tinvwl-theme-style table tbody td{
	font-size: 17px;
	font-weight: bold;
}
body.tinvwl-theme-style table button[type=submit] {
    text-transform: uppercase;
    padding: 12px 25px !important;
    border-radius: 0px !important;
    font-size: 14px !important;
    font-weight: bold !important;
    background-image: none !important;
}
body.tinvwl-theme-style table td.product-remove button[type=submit]{
	padding: 0 !important;
}
.padding-top-75{
	padding-top:75px;
}
 @media only screen and (max-width: 992px) {
	 .padding-top-75{
		padding-top:50px;
	}
 }
@media only screen and (max-width: 768px) {
	 .padding-top-75{
		padding-top:35px;
	}
 }

.woocommerce-widget-layered-nav h4 {
    font-size: 18px!important;
    margin-top: -16px;
    margin-bottom: 5px;
}
.woocommerce-widget-layered-nav span.count {
    font-weight: 600;
    color: #86222d;
    font-size: 12px;
    float: right;
}
.woocommerce-widget-layered-nav li.wc-layered-nav-term {
    font-size: 13px;
    margin: 0;
}
a.lc_all_shop:before {
    content: '\e76f';
    font-family: 'icomoon';
    font-size: 10px;
    margin-right: 4px;
}
a.lc_all_shop {
    color: #86222d;
    font-weight: 600;
    margin-bottom: -25px;
    display: block;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
    color: #86222d;
}
#sidebar #woocommerce_layered_nav_filters-2 li.chosen {
    border: 1px solid #86222d;
    float: none;
    display: inline-block;
    padding: 5px 8px;
    margin-right: 4px;
    font-size: 12px;
    font-weight: 600;
}
a.lc_reset_filters_all {
    display: block;
    font-size: 13px;
    color: #86222d;
    font-weight: 600;
    margin-top: 10px;
}

.post.type-post .post_content .section .pic {
	float: left;
    max-width: 33%;
    margin: 0 22px 10px 0;
    border-radius: 7px;
}
.post.type-post .post_content .section .h20 {display: none;}
span.calendar_date {border: 0;}

.archive.category .post_item.section {
    display: flex;
    flex-wrap: nowrap;
	margin-bottom: 40px;
	border:0;
}
.archive.category .post_item.section .pic {
    flex-basis: 30%;
}
.archive.category .post_item.section .post_list_left {
    box-sizing: content-box;
    margin: 0 15px;
}
.archive.category .post_item.section .post_list_right {
    margin: 0;
    padding: 0;
    flex-basis: 70%;
}

@media all and (min-width:991px) {
	ul#menu-brands, ul#menu-brands-inglese {columns: 2;}
}
@media all and (max-width:991px) {
	.post.type-post .post_content .section .pic {max-width: 50%;}
}
@media all and (max-width:768px) {
	.post.type-post .post_content .section .pic {max-width: 100%;}
	.post.type-post .post_content .section .h20 {display: block;}

	.archive.category .post_item.section {flex-wrap: wrap;}
	.archive.category .post_item.section .post_list_left {margin: 0 15px 0 0;}
	.archive.category .post_item.section .post_list_right {flex-basis: calc(100% - 60px);}
	.archive.category .post_item.section .pic {
		flex-basis: 100%;
		margin-bottom: 20px;
	}
}

/*
#subheader_menu ul.sub-menu {
	background: transparent!important;
}
#subheader_menu {
    z-index: 999999!important;
}
#subheader #subheader_menu .sub-menu a {
    padding: 10px 10px 10px 15px!important;
    border-bottom: 0!important;
}
.sub-menu li span.icon {
    display: none;
}
*/


#subheader #subheader_menu > ul >li.wpml-ls-item > a {padding: 0px;}
#subheader #subheader_menu li.wpml-ls-item span.icon {display: none;}

.new_label {
    position: absolute;
    left: 0;
    top: 0;
}

div#popmake-12866 {
    height: 600px;
	background-image: url('/wp-content/uploads/2020/12/Le_Celizie_Pop_Up_Desktop.jpg');
	background-size: cover;
}
div#popmake-12878 {
	height: 600px;
	background-image: url('/wp-content/uploads/2020/12/Le_Celizie_Pop_Up_Desktop_en.jpg');
	background-size: cover;
}
@media all and (max-width:760px) {
	div#popmake-12866 {
		width: 80vw;
    	height: 106vw;
		background-image: url('/wp-content/uploads/2020/12/Le_Celizie_Pop_Up_Mobile.jpg');
		background-size: cover;
	}
}
@media all and (max-width:760px) {
	div#popmake-12878 {
		width: 80vw;
    	height: 106vw;
		background-image: url('/wp-content/uploads/2020/12/Le_Celizie_Pop_Up_Mobile_en.jpg');
		background-size: cover;
	}
}

.lc_single_sale_product .image {
    display: flex;
    align-items: center;
    min-height: 200px;
}

.btn_center {
    display: table!important;
    margin: auto;
}