/*
 Theme Name:   TEAM99
 Theme URI:    http://qwery.ancorathemes.com
 Description:  Team99 Child Theme
 Author:       AncoraThemes
 Author URI:   http://ancorathemes.com
 Template:     qwery
 Version:      1.2
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready, team99
 Text Domain:  qwery
*/


/* =Theme customization starts here
------------------------------------------------------------ */
.trx_addons_scroll_to_top {
	right: 6em!important;
}

#trp-floater-ls {
	border-radius: 5px 5px 0 0;
	left: 100px;
}

/*HOME*/
html[lang="it-IT"] .video_en {
    display:none!important;
}

html[lang="en-GB"] .video_ita {
    display:none!important;
}

.single-product .related, .single-product .upsells {
	border-top: none!important;
}

/* OVERLAY INTERNO IMG */
@media screen and (max-width: 1279px) {
	.menu_mobile .menu_mobile_inner.with_widgets .menu_mobile_content_wrap_inner {
		margin-right: none;
	}
}
@media screen and (max-width: 1024px) {
	.menu_mobile .menu_mobile_inner.with_widgets .menu_mobile_content_wrap_inner::after {
		display: none;
	}
}
/* BUTTON RADIUS */
#post-5002 a {
	border-radius: 50px;
}

.frm_form_field .form-field  .frm_top_container .frm12 .frm_first {
	width: 100%;
}
.elementor-menu-cart__footer-buttons .elementor-button--view-cart {
	background-color: #71a600;
}
.sc_layouts_cart:not(.modern) .sc_layouts_cart_widget {
	padding: 50px 20px!important;
}

/* CHECKOUT */
table.woocommerce-table.shop_table.order_details th {
    background-color: transparent!important;
    color: #000;
    font-weight: 500;
}

/* MENU MOBILE */ 
@media only screen and (max-width: 600px) {
	.menu_mobile .menu_mobile_nav_area ul {
		margin-left: 0px!important;
	}
}

/* MOBILE SHOP */

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

	.summary > .product_title {
		text-align: center;
	}

	.summary > .price{
		text-align: center;
	}
	
	.woocommerce div.product .woocommerce-product-details__short-description {
		text-align: center;		
	}

	.cart {
		display: block;
		justify-content: space-between;
	}
		
	.cart .single_add_to_cart_button {
		width: 70%;
	}
	
	.woocommerce div.product form.cart .single_add_to_cart_button {
		padding: 10px 0!important;
		justify-content: center;
	}
}

@media screen and (min-width: 1281px) and (max-width: 1439px) {
	.menu_mobile .menu_mobile_inner.with_widgets .menu_mobile_content_wrap_inner {
		margin-right: 18%!important;
	}
}

@media screen and (min-width: 1026px) and (max-width: 1100px) {
	.menu_mobile .menu_mobile_inner.with_widgets .menu_mobile_content_wrap_inner {
		margin-right: 23%!important;
	}
}


/* ICONA WHATSAPP */

#wa_sc .sc_layouts_item_icon {
    background-color: #71a600;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    color: white;
    font-size: 14pt;
    transition: all .8s;
}

#wa_sc .sc_layouts_item_icon:hover {
    background-color: orange;
}


/* MINI CARRELLO  */
.sc_layouts_cart:not(.modern) .sc_layouts_cart_widget {
	  left: 50% !important;
    transform: translateX(-60%);
}

#trp-floater-ls {
	width: fit-content;
}