@import url('https://fonts.googleapis.com/css?family=Dancing+Script:700|Noto+Sans');

*{
font-family: 'Noto Sans', sans-serif;
}

h1{font-family: 'Dancing Script', cursive;}
h2{font-family: 'Dancing Script', cursive;}
h3{font-family: 'Dancing Script', cursive;}
h4{font-family: 'Dancing Script', cursive;}
h5{font-family: 'Dancing Script', cursive;}

/*   
Theme Name: PSM Woo    
Theme URL: http://primisuimotori.it/    
Description: Tema PSM per Wordpress + Woocommerce + Genesis basato su Bootstrap    
Author: Primi Sui Motori    
Author URI: http://primisuimotori.it/    
Version: 0.1.0    
Template: genesis

*/
.site-header {
	min-height: 130px;
}
.widget-area.header-widget-area {
	float: right;
}
.site-container {
	width: 100%;
	overflow: hidden;
}
body:not(.home) .site-inner {
	padding: 40px;
}
.snippet {
	clear: both;
}
/* CUSTOM */

.widget {
	border: none;
}
.top-head-info {
	/*max-width: 1170px;
	margin: 0 auto;
	padding-left: 24px;*/
    max-width: 100%;
    margin: 0 auto;
    padding-left: 24px;
    background: #a67e92;
}
.top-head-info section.widget {
	display: inline-block;
	width: 49.5%;
	margin-bottom: 0;
	padding: 20px 0 5px;
    color: #fff;
}
.top-head-info #menu-top-menu {
	text-align: right;
}
.top-head-info #menu-top-menu li {
	display: inline-block;
	padding: 0 !important;
	margin: 0 !important;
}
.top-head-info #menu-top-menu li:after {
	content: '|';
	margin-left: 4px;
}
.top-head-info #menu-top-menu li:last-child:after {
	content: '' !important;
	margin-left: 0;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	padding: 0 31px;
}
/* search */
.yith-ajaxsearchform-container {
	/*border: 1px solid #eee;
	border-radius: 30px;
	padding: 5px;
	background-color: #eee;
	margin: 30px auto;
	max-width: 400px;*/

    border: 1px solid #333;
    border-radius: 30px;
    padding: 5px;
    margin: 30px auto;
    max-width: 400px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    background: #eac2d7;
}
.yith-ajaxsearchform-container label {
	display: none;
}
.yith-ajaxsearchform-container input[type="search"] {
	/*border: none;
	-webkit-appearance: none;
	line-height: 30px;
	background-color: #eee;
	width: 80%;*/

    border: none;
    -webkit-appearance: none;
    line-height: 30px;
    background-color: #eac2d7;
    width: 80%;
    border-radius: 10px;
}
.yith-ajaxsearchform-container input[type="search"]:focus {
	outline: none;
	padding-left: 15px;
	margin-left: 10px;
	/*background-color: #fff;
	border: 1px solid #999;
*/
}
/* ho modificato il bottone della ricerca del plugin trasformandolo in button */
#yith-searchsubmit {
	position: relative;
	background-color: transparent;
	border: none;
	float: right;
}
#yith-ajaxsearchform div {
	position: relative;
}
#yith-ajaxsearchform div:after {
	content: "\f002";
	font-family: FontAwesome !important;
	font-style: normal !important;
	font-weight: normal !important;
	text-decoration: inherit !important;
	color: #666 !important;
	font-size: 22px !important;
	position: absolute;
	right: 10px;
}
/* cart top right */
.head-cart {
	float: right;
	margin: 10px 0;
}
.head-login a {
	color: #666;
	text-decoration: none;
}
.head-login a:hover {
	color: #ccc;
}
.login {
	margin-right: 10px;
}
.mini-cart {
	/*border: 1px solid #ccc;
	padding: 4px;
	margin-top: 6px;*/
border: 1px solid #333;
    padding: 4px;
    margin-top: 6px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    background: #eac2d7;
	display: none; /*nascosot momentaneamente perchè il cliente non ha inserito prodotti*/
}
.mini-cart div {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}
.mini-cart .fa-shopping-cart {
	font-size: 30px;
}
.cart-count, .woocommerce-Price-amount {
	font-weight: bold;
}
.cart-count a{
color: #333;
}
/* MAIN MENU */
.navbar-default {
	background-color: transparent;
	border-color: transparent;
}
.container-fluid {
	padding: 0;
}
.navbar {
	position: relative;
	min-height: auto;
	margin-bottom: 0;
	background: #3e3139;
	border: none;
    border-top: solid 2px #98ad48;
}
#mega-menu-wrap-primary {
	max-width: 1170px;
	margin: auto;
}
/* SLIDER */
.site-inner .container {
	padding: 0 !important;
}
.site-inner .container .widget {
	padding: 0 !important;
}
/* AREA BANNER */
.wt-chi-siamo .container {
	/*display: flex;
	justify-content: space-between;
*/
}
/*.wt-chi-siamo .container section {
	flex-graw: 1;
	flex-basis: 33%;
}
*/
.wt-chi-siamo .container section .widget-wrap {
	text-align: center;
}
.wt-chi-siamo .container section .widget-wrap article {
	position: relative;
}
.wt-chi-siamo .container section .widget-wrap article img {
	border: 1px solid;
}
.wt-chi-siamo .container section .widget-wrap article header {
	position: absolute;
	top: 0px;
	width: 100%;
}
.wt-chi-siamo .container section .widget-wrap article header h2 {
	background-color: rgba(255, 255, 255, 0.7);
	line-height: 200px;
	margin-bottom: 0 !important;
	margin-top: 0 !important;
	margin: auto;
	width: 300px;
}
.wt-chi-siamo .container section .widget-wrap article header h2 a {
	font-size: 20px;
	color: #333;
	text-decoration: none;
}
.wt-chi-siamo .container section .widget-wrap article header h2 a:hover {
	color: #3e3139;
}
.wt-chi-siamo .container section .widget-wrap article .entry-content {
	position: absolute;
	width: 100%;
	top: 55%;
}
.wt-chi-siamo .container section .widget-wrap article .entry-content:before {
	border-top: 3px solid #3e3139;
	width: 60px;
	text-align: center;
	display: inline-table;
}
.wt-vetrina {
	margin-top: 30px;
}
.wt-vetrina h4, .wt-blog h4 {
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
h4.widget-title, h1.page-title {
	position: relative;
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
h4.widget-title:after, h1.page-title:after {
	content: ' ';
	position: absolute;
	width: 150px;
	border-bottom: 4px solid #3e3139;
	top: 32px;
	left: 0;
}
.footer-info h4.widget-title:after {
	display: none !important
}
.wt-vetrina h4.product_name:hover a {
	color: #3e3139 !important;
}
.wt-vetrina ul.products li {
	border: 1px solid #eee;
	padding: 8px !important;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
	font-weight: bold;
	font-size: 18px;
	text-align: left;
}
.wt-vetrina ul.products li .price del, .wt-vetrina ul.products li .price ins {
	display: inline-block !important;
	margin-right: 10px;
	font-size: 18px;
	font-weight: bold;
}
.wt-vetrina ul.products li .price ins {
	color: #3e3139;
	text-decoration: none;
}
.ajax_add_to_cart {
	color: #ffffff !important;
	background-color: #BBBBBB !important;
	border-color: #BBBBBB !important;
	font-size: 14px !important;
	display: block !important;
	text-align: center !important;
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 40px;
}
.wpcsp_product_carousel_slider .owl-item .item .themeA_product_container {
	transition: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.caption {
	margin-top: 40px;
}
.caption h4 {
	border-bottom: none;
}
.price ins {
	color: #3e3139 !important;
	font-size: 26px;
	text-decoration: none;
}
.price ins, .price del {
	margin: 8px;
}
.wpcsp_product_carousel_slider .price del .amount {
	color: #999 !important;
}
/* AREA BLOG */
.wt-blog {
	background-color: #fff;
	padding-top: 30px;
}
.wt-blog article {
	display: inline-block;
	width: 23%;
	margin: 5px 10px;
	border-bottom: 3px solid #3e3139 !important;
	background-color: #faffdf;
box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.4);
}
.wt-blog .entry-content, .wt-blog .entry-header {
	padding: 10px;
}
.wt-blog .entry-header h2 a {
	font-size: 16px !important;
	color: #333 !important;
	text-decoration: none !important;
	font-weight: 700;
}
.wt-blog .entry-header h2 a:hover {
	color: #3e3139 !important;
}
.wt-blog .entry-title {
	margin-bottom: 0;
}
/* CAROUSEL BRANDS */
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	width: 90%;
}
.slick-slide {
	margin: 0 18px;
}
.brand {
	background-color: #eee;
	padding: 20px 0;
}
.wpsisac-slick-carousal.design-6 .slick-arrow {
	top: 30% !important;
}
.wpsisac-slick-carousal {
	padding: 0 !important;
}

/* FOOTER */
.footer-info {
	max-width: 1170px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.footer-info section {
	flex-grow: 1;
	flex-basis: 25%;
}
.footer-info section h4 {
	font-size: 16px;
	font-weight: 700;
	color: #333;
	text-transform: uppercase;
}
.footer-info section a {
	color: #666;
}
.footer-info section a:hover {
	color: #3e3139;
}
.footer-credits {
	background-color: #eee;
	color: #ccc;
	padding: 15px 10px;
}
.footer-credits-content {
	max-width: 1170px;
	margin: 0 auto;
}
.credit {
	display: inline-block;
	width: 50%;
}
.footer-social {
	display: inline-block;
	width: 49%;
}
/*----- FORM CONTATTI -------*/

.privacy {
    overflow: auto;
    max-height: 150px;
    margin-bottom: 20px;
    background-color: #F9F9F9;
    padding: 20px;
}

.privacy p{
    font-size:12px;
}
/*----- END FORM CONTATTI -------*/
/* PAGINA CARRELLO */
body:not(.home) .site-inner {
	max-width: 1170px;
	margin: 0 auto;
	padding: 20px;
}
h1.entry-title {
	font-size: 24px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
	color: #333;
}
.woocommerce table.shop_table {
	border: none;
	margin: 30px 0 24px 0;
	text-align: left;
	width: 100%;
	border-collapse: separate;
}
#checkout_timeline {
	margin-bottom: 30px;
}
#checkout_timeline.text li .timeline-wrapper .timeline-step {
}
#checkout_timeline.horizontal.text li {
	position: relative;
	color: #ccc;
}
#checkout_timeline.horizontal.text li.active {
	color: #3e3139;
}
#checkout_timeline.horizontal.text li:before {
	top: -40px;
	font-size: 40px;
	content: "\2022";
}
#checkout_timeline.horizontal.text li:not(:last-child) .timeline-wrapper:after {
	display: none !important;
}
.timeline-label {
	font-size: 16px;
}
#checkout_timeline.horizontal.text li.active .timeline-label {
	color: #333;
}
.snippet {
	clear: both;
	/*background: #eee;
	border-top: 4px #3e3139 solid;
*/
	margin-bottom: 20px;
}
.snippet p {
	line-height: 40px;
	margin: 0;
	padding: 0 10px;
	color: #333;
}
.button {
	color: #ffffff !important;
	background-color: #BBBBBB !important;
	border-color: #BBBBBB !important;
	font-size: 14px !important;
	text-align: center !important;
	text-transform: uppercase;
}
.button:hover {
	background-color: #3e3139 !important;
	border-color: #3e3139 !important;
}
.single_add_to_cart_button.button {
	background-color: #3e3139 !important;
	border-color: #3e3139 !important;
}
.single_add_to_cart_button.button:hover {
	background-color: #3e3139 !important;
	border-color: #3e3139 !important;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	float: right;
	width: 100%;
	line-height: 30px;
	background-color: #3e3139 !important;
}
.wc-proceed-to-checkout a.checkout-button {
	background-color: #3e3139 !important;
	line-height: 30px;
}
.woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover, .wc-proceed-to-checkout a.checkout-button:hover {
	background-color: #BBBBBB !important;
}
.table-bordered>thead>tr>th, .entry table>thead>tr>th, .table-bordered>thead>tr>td, .entry table>thead>tr>td, .table-bordered>tbody>tr>th, .entry table>tbody>tr>th, .table-bordered>tbody>tr>td, .entry table>tbody>tr>td, .table-bordered>tfoot>tr>th, .entry table>tfoot>tr>th, .table-bordered>tfoot>tr>td, .entry table>tfoot>tr>td {
	border: none;
}
.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {
	border-color: #3e3139;
}
.woocommerce form .form-row.woocommerce-invalid label {
	color: #3e3139;
}
.woocommerce form .form-row .input-checkbox {
	margin: 0;
	vertical-align: top;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: transparent;
	border-radius: 0;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
	margin-left: 0;
}
/* PAGINA CATEGORIA */
h1.page-title {
	font-size: 24px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
	color: #333;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	margin: 0 2% 20px 0;
	padding: 0;
	position: relative;
	border: 1px solid #eee;
	padding: 10px;
}
@media only screen and (max-width: 1060px) {
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	width: 45%;
}
}
@media only screen and (max-width: 600px) {
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	width: 100%;
}
}
.woocommerce ul.products li.product .price ins {
	color: #3e3139 !important;
	font-size: 18px;
	text-decoration: none;
	display: inline;
}
.woocommerce ul.products li.product .price ins, .woocommerce ul.products li.product .price del {
	margin: 8px;
}
.woocommerce ul.products li.product .price del {
	display: inline;
}
.woocommerce ul.products li.product .price {
	text-align: left;
}
.products .woocommerce-Price-amount {
	color: #3e3139 !important;
	font-size: 18px;
	font-weight: bold;
}
.products del .woocommerce-Price-amount {
	color: #999 !important;
	font-size: 14px;
}
h2.woocommerce-loop-product__title {
	font-size: 16px !important;
	text-align: center;
	font-weight: 600;
}
.woocommerce-result-count {
	margin-bottom: 30px;
}
.sidebar-primary h4 {
	margin-top: 15px;
	font-weight: bold;
}
.widget_product_categories .product-categories a {
	text-decoration: none;
	color: #333;
	border-bottom: 1px dotted;
	display: block;
}
.widget_product_categories .product-categories .children li {
	padding-bottom: 0;
}
.widget_product_categories .product-categories .children a {
	border: none !important;
	font-size: 14px;
	font-style: italic;
	color: #bbb;
}
.widget_product_categories .product-categories .children a:before {
	content: none;
}
.widget_product_categories .product-categories a:hover {
	color: #3e3139;
}
.widget_product_categories .product-categories a:before {
	content: '>';
	margin-right: 5px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	background-color: #3e3139;
}
/* DETTAGLIO PRODOTTO */
.thumbnails a img {
	display: inline-block !important;
	max-width: 120px;
}
.thumbnails a {
	max-width: 120px !important;
}
.summary .snippet {
	margin-top: 20px;
}
.woocommerce div.product form.cart .button {
	float: none !important;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: #999 !important;
}
/* ============== RESPONSIVE ================================================================ */
/*Responsive header*/
@media (max-width: 991px) {
.head-cart {
	margin: 0px;
}
}
@media (max-width: 767px) {
.head-search {
	position: absolute;
	right: 0;
}
.site-header .container .row {
	position: relative;
}
.yith-ajaxsearchform-container {
	display: table;
}
.head-cart {
	float: none;
	margin: 130px 0 20px;
	text-align: center;
}
.head-login {
	display: table;
	text-align: center;
	margin: 0 auto;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	width: 49%;
}
.single-product .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	width: 30%;
	display: inline-block;
	float: none;
}
.single-product .woocommerce ul.products li.product:nth-child(2n), .woocommerce-page ul.products li.product:nth-child(2n), .woocommerce-page[class*=columns-] ul.products li.product:nth-child(2n), .woocommerce[class*=columns-] ul.products li.product:nth-child(2n) {
	float: none;
}
}
@media (max-width: 537px) {
.top-head-info {
	padding-left: 0;
}
.yith-ajaxsearchform-container {
	display: block;
	max-width: 400px;
	margin: 0 auto;
}
.head-search {
	position: initial;
	margin-bottom: 0;
	margin-top: 0px;
	text-align: center;
}
.head-logo p {
	display: table;
	text-align: center;
	margin: 0 auto;
}
.head-logo p img {
	margin: 10px auto!important;
}
.head-cart {
	margin: 10px 0 20px;
}
#nav_menu-2 {
	display: none;
}
.top-head-info #text-4 {
	width: 100%;
	text-align: center;
	padding-bottom: 8px;
}
.yith-ajaxsearchform-container {
	padding: 4px 10px;
}
}
/*Responsive homepage*/
@media (max-width: 1200px) {
.wt-blog article {
	width: 22%;
}
}
@media (max-width: 991px) {
.wt-chi-siamo .container {
	max-width: 900px!important;
	text-align: center;
}
/*.wt-chi-siamo .container section {
	display: inline-block;
	max-width: 290px;
	margin: 10px;
}
*/
.wt-chi-siamo .container section .widget-wrap article header {
	top: -38px;
}
.wt-chi-siamo .container section .widget-wrap article .entry-content {
	width: 100%;
}
.wt-chi-siamo .container section .widget-wrap article .entry-content:before {
	position: relative;
	top: -16px;
}
.wt-chi-siamo .container section .widget-wrap article header h2 {
	width: 100%;
}
}
@media (max-width: 768px) {
.wt-blog article {
	display: inline-block;
	width: 300px;
	margin: 10px!important;
	text-align: center;
}
#featured-post-2 .widget-wrap {
	text-align: center;
}
.wt-blog .entry-content, .wt-blog .entry-header {
	padding: 10px;
	text-align: left;
	margin: 0 auto;
	display: table;
}
}
@media (max-width: 725px) {
.wt-chi-siamo .container section .widget-wrap article header {
	top: -38px;
}
.wt-chi-siamo .container section .widget-wrap article header h2 a {
	font-size: 16px;
}
.wt-chi-siamo .container section .widget-wrap article .entry-content:before {
	display: none;
}
.wt-chi-siamo .container section .widget-wrap article .entry-content {
	top: 67%;
}
}
@media (max-width: 641px) {
.slick-image-slide {
	height: 100%!important;
}
}
@media (max-width: 555px) {
/*.wt-chi-siamo .container {
	display: inline-block;
}
*/
.wt-chi-siamo .container section .widget-wrap article header {
	top: 0;
}
.wt-chi-siamo .container section .widget-wrap article .entry-content:before {
	display: inline-table;
}
}
@media (max-width: 479px) {
.wt-blog .container {
	padding: 10px!important;
}
.wt-blog article {
	width: 100%;
	margin: 10px 0!important;
}
.wt-vetrina h4, .wt-blog h4 {
	text-align: center;
}
.site-footer {
	display: block;
	margin: 0 auto;
}
.footer-info {
	display: table!important;
	width: 310px;
	margin: 0 auto;
}
.footer-info section {
	display: inline-block!important;
	max-width: 95px!important;
	vertical-align: top!important;
	margin: 10px 30px!important;
	padding: 0!important;
}
.footer-info section h4 {
	font-size: 12px;
}
}
@media (max-width: 340px) {
.wt-blog article {
	margin: 10px auto!important;
}
}
/*Mobile Checkout*/
@media (max-width: 493px) {
#checkout_timeline.text li .timeline-wrapper .timeline-label {
	font-size: 12px;
}
#checkout_timeline li {
	padding: 0px;
}
}
@media (max-width: 407px) {
.footer-credits-content {
	display: table;
	margin: 0 auto;
	text-align: center;
}
.credit {
	width: 100%;
}
.footer-social {
	display: table;
	margin: 0 auto;
	text-align: center;
}
#custom_icon_id {
	text-align: center!important;
}
}
@media (max-width: 401px) {
#checkout_timeline.text li .timeline-wrapper .timeline-label {
	font-size: 9px;
}
}
@media (max-width: 364px) {
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	padding: 6px;
}
}
@media (max-width: 331px) {
#checkout_timeline li {
	padding-right: 4px!important;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	padding: 4px;
}
}
@media (max-width: 412px) {
.single-product .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	width: 100%;
	display: inline-block;
	float: none;
}
}
@media (max-width: 450px) {
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	padding: 0 7px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	font-size: 10px;
}
}
.wpcsp_product_carousel_slider .owl-item .item .cart {
	display: none;
}
.wpcsp_product_carousel_slider .caption {
	text-align: left!important;
}
.fa-shopping-cart:before {
	color: #333
}
.mini-cart .woocommerce-Price-amount {
	color: black;
}
/*.linea {
	width: 100%;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}*/
.top-head-info #menu-top-menu li a {
	color: black;
	padding: 0 6px;
	text-transform: uppercase;
	font-weight: 200;
}
.top-head-info a {
	color: #fff!important;
	padding: 0 5px;
}
.wt-slider {
	background: #faffdf;
	margin-bottom: -27px;
}
.wt-chi-siamo {
	background: #faffdf;
}
/*3-Box-home*/
#text-8 {
	width: 100%;
	margin: 0 auto 25px;
}
#text-8 .widget-wrap {
	width: 100%;
	margin: 0 auto;
}
.riga-box:before {
	display: table;
	content: " ";
}
.riga-box:after {
	clear: both;
}
.box-home {
	height: 180px;
	width: 100%;
	vertical-align: top;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 7px;
	display: table;
}
.colonna-box {
	float: left;
	width: 33.3%;
}
.colonna-box2 {
	padding: 0 18px;
}
.box1 {
	background-image:url(https: //www.ecommerce.psmtest.com/wp-content/uploads/2017/06/box1.jpg);
}
.box2 {
	background-image:url(https: //www.ecommerce.psmtest.com/wp-content/uploads/2017/06/box2.jpg);
}
.box3 {
	background-image:url(https: //www.ecommerce.psmtest.com/wp-content/uploads/2017/06/box3.jpg);
}
.box-home-testo {
	height: 100%;
	width: 100%;
	border: 1px solid #3e3139;
	background-color: rgba(255,255,255,0.6);
	display: table-cell;
	vertical-align: middle;
}
.titolo-box {
	font-size: 21px;
	font-weight: 500;
}
.linea-box {
	width: 60px;
	height: 5px;
	background-color: #3e3139;
	margin: 10px auto;
	text-align: center;
}
.categoria-box {
	color: #555;
}
@media (max-width: 640px) {
.colonna-box {
	float: none;
	width: 70%;
	margin: 10px auto;
}
.colonna-box2 {
	padding: 0px;
}
}
/*----- FORM CONTATTI -------*/

.privacy {
    overflow: auto;
    max-height: 150px;
    margin-bottom: 20px;
    background-color: #F9F9F9;
    padding: 20px;
}

.privacy p{
    font-size:12px;
}
/*----- END FORM CONTATTI -------*/
/*fine box-home*/
.checkbox input[type="checkbox"] {
	position: relative !important
}
.woocommerce-shipping-fields label {
	font-weight: normal !important;
}
/* CHECKOUT */
#customer_details h3 {
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
#customer_details h3:after {
	content: ' ';
	position: absolute;
	width: 150px;
	border-bottom: 2px solid #3e3139;
	top: 30px;
}
.order-total {
	background-color: #eee;
}
.order-total th {
	text-transform: uppercase;
}
.woocommerce table.shop_table {
	margin-top: 20px !important;
}
.woocommerce table.shop_table thead th {
	border-bottom: 1px solid #eee !important;
}
.woocommerce table.shop_table td {
	border: 0 !important;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
	border: 0  !important;
}
.woocommerce form .form-row .input-checkbox {
	vertical-align: middle;
}
.woocommerce-checkout-payment {
	margin-top: 30px;
	display: table;
}
/* CHECKOUT */
#customer_details h3 {
	position: relative;
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
#customer_details h3:after {
	content: ' ';
	position: absolute;
	width: 150px;
	border-bottom: 4px solid #3e3139;
	top: 32px;
	left: 0;
}
.order-total {
	background-color: #eee;
}
.order-total th {
	text-transform: uppercase;
}
.woocommerce table.shop_table {
	margin-top: 20px !important;
}
.woocommerce table.shop_table thead th {
	border-bottom: 1px solid #eee !important;
}
.woocommerce table.shop_table td {
	border: 0 !important;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
	border: 0  !important;
}
.woocommerce form .form-row .input-checkbox {
	vertical-align: middle;
}
.woocommerce-checkout-payment {
	margin-top: 20px;
}
#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
	padding: 1em 0 !important;
}
.woocommerce form .form-row {
	width: 100% !important;
}
.woocommerce form .form-row:after {
}
.woocommerce form .form-row:before {
}
.woocommerce form .form-row label {
	float: left;
	width: 30% !important;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row.woocommerce-validated select {
	float: left;
	width: 70% !important;
}
/*MOBILE MENU*/
@media (max-width: 1199px) {
#mega-menu-wrap-primary {
	max-width: 970px!important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	padding: 0px 18px 0px 18px!important;
}
}
@media (max-width: 991px) {
#mega-menu-wrap-primary {
	max-width: 750px!important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	padding: 0px 9px 0px 9px!important;
	Font-size: 12px!important;
}
}
@media (max-width: 729px) {
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	padding: 0px 7px 0px 7px!important;
	Font-size: 10px!important;
}
}
/*BOX PRODOTTI HOME*/
.wpcsp_product_carousel_slider .owl-item .item .themeA_product_container {
	padding-bottom: 50px!important;
    box-shadow: inset 0 0 7px 0 rgba(0,0,0,0.03)!important;
    background: #faffdf;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2)!important;
    margin: 10px 0!important;
}
.home .price {
	text-align: left;
	position: absolute;
	left: 7px;
	bottom: 5px;
}
.home .caption del {
	float: right;
	margin-bottom: 10px;
}
.home .caption ins {
	float: right;
}
.wpcsp_product_carousel_slider .price del .amount {
	font-weight: 100;
}
@media (max-width: 479px) {
.home .caption del {
	float: none;
}
.home .caption ins {
	float: none;
}
.home .price {
	text-align: center;
	position: initial;
}
.wpcsp_product_carousel_slider .owl-item .item .themeA_product_container {
	padding-bottom: 0px!important;
}
}
/*CATEGORIA PRODOTTO*/
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
	float: left;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	width: 31.33333333%;
}
.woocommerce-result-count {
	display: none;
}
.woocommerce ul.products li.product .star-rating {
	display: none!important;
}
.woocommerce form .form-row.woocommerce-validated .select2-container {
	width: 70% !important;
}
.woocommerce form .form-row.woocommerce-invalid .select2-container {
	width: 70% !important;
}
#billing_address_2 {
	float: right !important;
}
.form-row input {
	padding: 10px !important;
}
.woocommerce ul.products li.product .button {
	background-color: #3e3139 !important;
}
.woocommerce ul.products li.product .button:hover {
	background-color: #3e3139 !important;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
	background-color: #3e3139 !important;
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover {
	background-color: #3e3139 !important;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: #ccc !important;
}
/* CHECKOUT BULLETPOINT */
#checkout-step {
	margin-bottom: 40px;
	color: #ccc;
}
.steps-box {
	text-align: center;
	width: 700px;
	margin: auto;
	background-image: url(/wp-content/themes/genesis/images/bulletpoint-bg.png);
	background-position: center -3px;
	background-repeat: no-repeat;
}
.step .fa {
	margin-bottom: 15px;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #fff;
	display: block;
}
.step.active .fa {
	color: #3e3139 !important;
}
.step.active {
	font-weight: bold !important;
	color: #333 !important;
}
.woocommerce-checkout #payment {
	width: 100% !important;
}
@media (max-width: 479px) {
.steps-box {
	text-align: left !important;
	width: auto;
	background-image: none;
}
.step .fa {
	margin-left: 15px;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #fff;
	display: inline-block;
}
}
@media (max-width: 1058px) {
.archive h4.widget-title {
	font-size: 16px;
	padding-bottom:  15px;
}
.archive .sidebar h4.widget-title:after, h1.page-title:after {
	top: 28px;
}
.single-product h4.widget-title {
	font-size: 16px;
	padding-bottom:  15px;
}
.single-product .sidebar h4.widget-title:after, h1.page-title:after {
	top: 28px;
}
.archive .page-title h4.widget-title:after, h1.page-title:after {
	top: 32px;
}
}
@media (max-width: 949px) {
.archive  .woocommerce input.button {
	padding:  .618em 4px;
}
.woocommerce .widget_price_filter .price_slider_amount {
	font-size: 9px;
}
}
@media (max-width: 839px) {
.archive .h4.widget-title {
	font-size: 16px;
	padding-bottom: 10px;
}
h4.widget-title:after {
	width: 70px;
	top: 24px;
	display: none;
}
}
@media (max-width: 768px) {
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	width: 47.3333%;
}
}
@media (max-width: 330px) {
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	width: 100%;
}
}
@media (max-width: 991px) {
.steps-box {
	background: none!important;
	width: 100%;
}
}
td.actions .coupon .input-text {
	width: 180px!important;
}
@media (max-width: 429px) {
.woocommerce-cart table.cart td.actions .coupon .input-text {
	width: 100%!important;
	text-align: center!important;
	margin: 0 4px 10px 0!important;
}
input[name="apply_coupon"] {
	float: none!important;
	width: 100%!important;
}
}
.woocommerce-account .button {
	background-color: #3e3139 !important;
	border-color: #3e3139 !important;
}
.text_contatti {
	width: 400px !important;
}
.radio label, .checkbox label {
	padding: 0 !important;
}




/*CUSTOM CSS PERSONALIZZAZIONE/
/*SLIDER*/
#main-content-container .wt-slider.widget-area .container {
    width: 100%;
}
.brand {
    display: none;
}

/*MENU TOP RESPONSIVE*/
@media (max-width: 537px){
#nav_menu-2 {
    display: block;
    margin: 0 auto;
}
.top-head-info section.widget {
    width: 100%;
    text-align: center;
}
.top-head-info #menu-top-menu {
    text-align: center;
    font-size: 14px;
}
}

@media only screen and (max-width: 636px) {
width: 100%;
}
#menu-top-menu{
font-size: 14px;
}
@media only screen and (max-width: 903px) {
#menu-top-menu{
font-size:11px!important;
}
}

@media only screen and (max-width: 372px) {
#menu-top-menu{
font-size:11px!important;
}
}

/*MENU PRINCIPALE*/
#mega-menu-wrap-primary #mega-menu-primary {
    background: #3e3139;
}

.site-header {
	background-color: #a67e92!important;
}

.site-header .container{
    width: 100%;
}

/*HOME*/
.banner-home-1{
    text-align:  center;
}
.titolo-home{
    font-family: 'Dancing Script', cursive;
    font-size:  32px;
    margin: 10px auto 30px;
color: #98ad48;
}

/*prodotti home*/
.fa-angle-right {
    background: #98ad48!important;
}
.fa-angle-left {
    background: #98ad48!important;
}
/*META BANNER WIDGET*/
.wt-vetrina.widget-area .container{
    width: 100%;
}

#text-3 {
    max-width: 1170px;
    margin: 0 auto;
}
#text-5 {
    max-width: 1170px;
    margin: 0 auto;
}


/*contatti*/
.PSM-contatti{
    padding: 20px;
    text-align: center;
    margin: 0 auto;
    border: solid 2px #666;
    border-radius: 4px;
}

.PSM-mappa{
    width: 100%;
    margin: 0 auto;
}
.page-header{
    text-align: center;
    text-transform: capitalize;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #9E9E9E;
    border-color: #9E9E9E;
}

.btn-primary {
    color: #fff;
    background-color: #3e3139;
    border-color: #3e3139;
}
.btn-primary:hover {
    color: #fff;
    background-color: #a67e92;
    border-color: #a67e92;
}

/*footer*/
.credit a{
    color: #3e3139;
}