/* general */

@font-face {
  font-family: 'Brandon';
  /*font-display: swap;*/
  font-style: normal;
  font-weight: 500;
  src: url("/wp-content/themes/olalla-storefront/fonts/brandon-regular.otf") format("opentype");
}

*, h1, h2, h3, h4, h5, h6, p, a {
  font-family: 'Brandon', Arial, Helvetica, sans-serif;
}

a:focus,
.focus a { outline: none !important; }

.hide-me { display: none !important; }

body img { border-radius: 0px; } /* override parent style.css */

body .site-content p {
	font-size: 1.1em;
}

.lined-title h3 {
	width:100%;
	text-align:center;
	border-bottom: 1px solid #ccc;
	line-height:0.1em;
}

.lined-title span {
	background:#fff;
	padding: 0 20px;
}

blockquote {
	margin: 0 !important;
    border-left: none;
}

blockquote:before {
  font-family: FontAwesome;
  content: "\f10d";
  font-size: 2em;
  font-style: normal;
}

.col-full {
	/*max-width: 67.141em;*/
	padding: 0 0;
}

.site-content .content-area,
.site-content .widget-area {
	margin-bottom: 0;
}

.olalla-colored {
	color: #6e9ba0;
}

.fc-handwritten {
	font-family: 'SonoraPro',Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 60px;
	color: #6e9ba0;
}

.handwritten {
	font-family: 'SonoraPro',Arial, Helvetica, sans-serif;
	font-weight: 500;
}

.dotted-line {
	background: none;
	margin: 3px 0 0 0;
	border-top: 3px dotted #003b49;
}

.home .entry-header,
.page .entry-header {
	display: none;
}

.fl-builder .woocommerce-breadcrumb {
	display: none;
}

.img-100 .fl-photo-content,
.img-100 .fl-photo-img {
	width: 100% !important;
}

body input-text,
body input[type=text],
body input[type=email],
body input[type=url],
body input[type=password],
body input[type=search],
body textarea {
    padding: .618em;
    background-color: #fff;
	border: 1px solid #ccc;
    box-shadow: none;
}

body .input-text:focus,
body input[type=text]:focus,
body input[type=email]:focus,
body input[type=url]:focus,
body input[type=password]:focus,
body input[type=search]:focus,
body .textarea:focus {
    background-color: #f9f9f9;
}

select {
  vertical-align: top;
  z-index: 2;
  outline: 0;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: .01px;
  text-overflow: '';
  appearance: none;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 8px 30px 8px 15px;
  line-height: 150%;
  margin: 0 0 5px;
  background-image: url('../images/down-arrow@2x.png');
  background-repeat: no-repeat;
  background-position: 90% center;
  background-position: calc(100% - 12px) center;
  background-size: 9px 6px;
  border: 1px solid #ccc;
}

/* customily */
.customily-edit-button {
	display: block;
	margin-top: 6px;
	text-align: center;
	background-color: #7bdcb5;
	color: #fff;
	padding: 4px 10px;
	border-radius: 3px;
}

.customily-remove-button {
	display: block;
	margin-top: 6px;
	text-align: center;
	background-color: #808080;
	color: #fff;
	padding: 4px 10px;
	border-radius: 3px;
}

/* placeholders */
::-webkit-input-placeholder {
  color: #b9b9b9;
	font-size: 0.8em;
}
:-moz-placeholder {
  color: #b9b9b9;
  opacity:  1;
	font-size: 0.8em;
}
::-moz-placeholder {
  color: #b9b9b9;
  opacity:  1;
	font-size: 0.8em;
}
:-ms-input-placeholder {
  color: #b9b9b9;
	font-size: 0.8em;
}
::-ms-input-placeholder {
  color: #b9b9b9;
	font-size: 0.8em;
}

::placeholder {
	color: #b9b9b9;
	font-size: 0.8em;
}

[placeholder]:focus::-webkit-input-placeholder {
  transition: none;
}

.widget_archive ul li:before, .widget_categories ul li:before, .widget_links ul li:before,
.widget_nav_menu ul li:before, .widget_pages ul li:before, .widget_recent_comments ul li:before,
.widget_recent_entries ul li:before {
    display: none;
}

.widget_categories ul li.cat-item {
	border-bottom: 1px solid #ccc;
}

.widget_categories ul li.cat-item a {
	text-decoration: none!important;
	text-transform: uppercase;
	color: #333;
}

.error404 .content-area {
    width: 100%!important;
}

.page.fl-builder .boxed-menu {
	background-color: #f7f7f7;
	border: 3px solid #fff;
	padding: 15px 8px;
	overflow: hidden;
	margin-bottom: 15px;
}

.page.fl-builder .lineheight-1 {
	line-height: 1;
	font-size: 300;
}

.page.fl-builder .lightfont p {
	font-weight: 300;
}

.padding-0-5 {
	padding: 0 5px;
}

/* GForm 17 */
#gform_wrapper_17 .gform_required_legend {
	display: none;
}

body #gform_wrapper_17 .gform_body input[type=text] {
	border-radius: 20px;
}

body #gform_wrapper_17 .gform_footer input[type=submit] {
	width: 100%;
	background-color: #e47665;
	border-radius: 20px;
}

/* fibosearch */
.fibosearch-desktop-header {
	position: relative;
	float: right;
	max-width: 550px;
	margin-top: 20px;
}

@media screen and (min-width: 768px) {
	.fibosearch-mobile {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.fibosearch-desktop-header {
		display: none;
	}
}

/* BEGIN New Checkout */
.wp-block-woocommerce-checkout-order-summary-block {
    margin-bottom: 20px;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__image {
    width: 100% !important;
    padding: 2%!important;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__image > img {
  max-width: 100% !important;
  width: 100% !important;
}

.wc-block-components-order-summary-item__description {
    font-size: 1.1em;
}

/* Stack order summary items vertically */
.wc-block-components-order-summary .wc-block-components-order-summary-item {
  display: flex;
  flex-direction: column;
}

.wc-block-components-totals-footer-item-tax,
.wc-block-components-product-metadata__description {
  display: none !important;
}

@media (max-width: 767px) {
  .wc-block-components-sidebar {
    display: none !important;
  }
}

.wc-block-components-address-form__thwcfe-block-olalla_invoice_business_name,
.wc-block-components-address-form__thwcfe-block-olalla_invoice_business_type,
.wc-block-components-address-form__thwcfe-block-olalla_invoice_vat,
.wc-block-components-address-form__thwcfe-block-olalla_invoice_cf,
.wc-block-components-address-form__thwcfe-block-olalla_invoice_address,
.wc-block-components-address-form__thwcfe-block-olalla_invoice_city,
.wc-block-components-address-form__thwcfe-block-olalla_invoice_cap,
.wc-block-components-address-form__thwcfe-block-olalla_invoice_state,
.wc-block-components-address-form__thwcfe-block-olalla_invoice_phone,
.wc-block-components-address-form__thwcfe-block-olalla_invoice_email,
.wc-block-components-address-form__thwcfe-block-olalla_invoice_pec,
.wc-block-components-address-form__thwcfe-block-olalla_invoice_receiver_code {
  display: none;
}
/* END New Checkout */
	
/* landing 2017 */
.page-template-template-landing-2017 .site-content {
	background-color: #efefef;
}

.page-template-template-landing-2017.fl-builder .woocommerce-breadcrumb {
	display: block;
	background-color: #efefef;
	margin-bottom: 0;
}

.page-template-template-landing-2017 .content-area {
	width: 100%;
	padding: 0!important;
}

.page-template-template-landing-2017 .fl-row-content-wrap {
	margin: 0;
}

.page-template-template-landing-2017 .products .product .protuct-customizable {
	display: none;
}

.page-template-template-landing-2017 .products .product .star-rating {
	float: right;
}

.page-template-template-landing-2017 .fl-module-content .fl-rich-text a {
	color: #4d7376!important;
}

/* button shortcode linking to product */
.olalla-link-prodotto {
	text-transform: uppercase;
	letter-spacing: 1px;
}

.olalla-link-prodotto a {
	padding: 8px 28px 4px;
}

.olalla-link-prodotto a:before {
	content: ' ';
	background-image: url('/wp-content/themes/olalla-storefront/images/carrello-icona.png');
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	width: 35px;
	height: 30px;
	float: left;
	margin-top: -4px
}

.olalla-link-prodotto a:after {
	content: ' ';
	background-image: url('/wp-content/themes/olalla-storefront/images/freccia-icona.png');
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	width: 30px;
	height: 30px;
	float: right;
}

/* header */
.large-header-banner {
	padding: 10px 0 2px;
}

.large-header-banner img {
	display: block;
	margin: 0 auto;
  width: 100%;
	max-width: 1075px;
}

.logo-tagline {
  width: 200px;
  margin: 62px 0 0 -35px;
  display: inline;
}

.mobile-header-banner img {
	display: block;
	margin: 0 auto 6px;
}

/* mobile menu */
.mobile-menu-button {
	float: left;
	text-align: center;
	margin-top: 0px;
	padding: 6px 6px;
	color: #6e9ba0;
	font-size: 1.5em;
}

.olalla-mobile-header-cart,
.olalla-mobile-header-account {
	float: right;
	display: inline;
	margin-top: 4px;
	padding: 6px 4px;
}

.olalla-mobile-header-cart .bag-icon-custom,
.olalla-mobile-header-account .account-icon-custom {
	display: inline;
	max-width: 41px;
	margin-top: -4px;
}

.menu-icon-custom {
	max-width: 37px;
	margin-top: 4px;
}

.olalla-mobile-header-cart span {
  position: absolute;
  top: 5px;
	margin-left: -12px;
	font-size: 0.5em;
	border-radius: 50px;
	background-color: #003b49;
	color: #fff;
	padding: 1px 5px;
}

#olalla-mobile-menu ul li {
	padding-top: 6px;
	padding-bottom: 6px;
}

#olalla-mobile-menu a {
	background: none;
	text-transform: capitalize;
	font-weight: 300;
	font-size: 1.2em;
	color: #000;
}

#olalla-mobile-menu a:hover {
	background: none;
}

#olalla-mobile-menu .mm-next:before {
    border-left-width: 0px;
    border-left-style: none;
}

.mobile-header-search {
	background-color: #e5e5e5;
	padding: 3%;
	margin-bottom: 0;
	overflow: auto;
}

.mobile-header-search .search-field {
	width: 75%;
	float: left;
	border-radius: 2px 0 0 2px;
	padding: 6px 12px;
	height: 35px;
}

.mobile-header-search input[type="submit"] {
	height: 35px;
	width: 25%;
	font-size: 0.8em;
	background-color: #1bb3b1;
  color: #f2f4f7;
	float: right;
	border-radius: 0 2px 2px 0;
}

/* home */
.home .site-main,
.home .site-main .page {
	margin-bottom: 0;
}

.home .storefront-primary-navigation {}

.home .fl-post-grid-post {
	border: none;
	background: none;
}

.home .fl-post-grid-text {
	padding-left: 0;
	padding-right: 0;
}

.home .fl-post-grid-image {
	outline: 2px dashed #ffffff;
    outline-offset: -10px;
}

/* hide social icons, not nice on grey bg */
.home .fl-node-58172a539c493 {
	display: none;
}

/* blog */
.archive .hentry.type-post .entry-meta,
.blog .hentry.type-post .entry-meta {
	width: 0%;
	float: none;
	display: none;
}

.single-post .hentry.type-post .entry-meta {
	display: none;
}

.single-post .hentry.type-post .entry-subtitle {
	color: #333;
	font-style: italic;
}

.single-post .hentry.type-post .entry-content img {
	width: 100%;
}

/* shop reviews */
.olalla-shop-reviews .review {
	background-color: #f7f7f7;
	padding: 20px;
	margin-bottom: 20px;
}

.olalla-shop-reviews .review img.wp-post-image {
	float: right;
	max-width: 80px;
}

/* woocommerce */
.archive.woocommerce.right-sidebar .content-area,
.single-product.right-sidebar .content-area {
	float: none;
	margin-right: 0;
	width: 99.9%;
}

.star-rating span:before {
	font-family: Font Awesome\ 5 Free;
	color: #F7CA18;
}

.page.woocommerce-account .wc_pip_view_invoice {
    display: none!important;
}

/* archive product */
.woocommerce .products .product img {
	margin-bottom: 2px !important;
}

.page .products .product h2,
.woocommerce .products .product h2 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.woocommerce .products .product h3 {
	text-align: left;
}

.woocommerce .products .product .star-rating {
	margin: 0;
}

.woocommerce .products .product .price .amount {
	font-weight: 700;
	font-size: 1.2em;
	color: #5c7c7f;
}

.woocommerce .products .product .price del .amount {
	font-weight: 500;
	color: #ccc;
	text-decoration: line-through;
	margin-right: 5px;
}

.woocommerce .products .product .protuct-customizable,
.woocommerce .products .product.protuct-made-to-order {
	/*font-family: 'SonoraPro', Helvetica, sans-serif;*/
	font-size: 1.4em;
	float: right;
	color: #999;
	margin-top: -10px;
}

.woocommerce .products .product .starting-from {
	position: relative;
	float: left;
	margin-right: 4px;
}

.archive.woocommerce .woocommerce-products-header h5,
.archive.woocommerce .term-description h5 {
	font-weight: 300;
}

/* single product */
.single-product .zoomImg {
	display: none!important;
}

.single-product .summary .product_title {
  font-weight: 500;
  margin-top: 30px;
  font-size: 2.2em;
  color: #5c7c7f;
}

.single-product .summary .price .amount {
	font-weight: 700;
	font-size: 1.6em;
	color: #5c7c7f;
}

.single-product div.product .woocommerce-product-rating {
    margin-bottom: 0;
}

.single-product div.product .single-chat-button {
	float: right;
	color: #555;
	padding: 4px 12px;
	border: 1px solid #555;
	border-radius: 2px;
	margin-top: -4px;
}

.single-product .summary .product-addon {
	margin-top: 0;
	margin-bottom: 0;
}

.single-product .summary .addon-name,
.single-product .summary .stock.in-stock {
	display: none !important;
}

.single-product .summary .compra-con-noi {
	padding: 30px 0 5px;
	display: block;
	clear: both;
	max-width: 332px;
}

.single-product .summary .compra-con-noi img {
	max-width: 80px;
	float: left;
	margin-right: 10px;
}

.single-product .summary .compra-con-noi a p {
	/*font-family: 'SonoraPro', Helvetica, sans-serif;*/
	font-size: 22px;
	font-weight: 400;
	line-height: 30px;
	padding-top: 12px;
	color: #000;
}

.single-product .summary textarea {
    padding: .618em;
    background-color: #fff;
	border: 1px solid #ccc;
    box-shadow: none;
}

.single-product .summary textarea:focus {
    background-color: #f9f9f9;
}

.olalla-product-delivery-time {
	border-top: 2px solid #333333;
	padding-top: 8px;
	padding-bottom: 10px;
}

.olalla-product-delivery-time img {
	width: 90px;
	height: 90px;
	float: left;
	margin-right: 12px;
}

.olalla-product-delivery-time p {
	font-size: 12px;
	line-height: 1.4em;
	margin-bottom: 0;
}

.olalla-product-delivery-time .green {
	font-weight: bold;
	color: #86A676;
}

.olalla-product-delivery-mode img {
	width: 100%;
	margin: 15px 0 5px;
}

.single-product div.addon-description p {
    font-style: normal;
	font-weight: bold;
}

.single-product .addon-custom-textarea {
	max-height: 90px;
}

.single-product #product-addons-total .amount {
	font-weight: 700;
	font-size: 1.1em;
	color: #5c7c7f;
}

.single-product #product-addons-total dd:nth-of-type(2) .amount {
	font-size: 1.3em;
	border: 1px solid #f2f2f2;
	border-radius: 6px;
	background-color: #f2f2f2;
	padding: 4px 8px;
}

.single-product #comments .comment .avatar {
    display: none;
}

.single-product .product-delivery-days img {
	width: 70px;
	float: left;
	margin-top: 0px;
}

.single-product .product-delivery-days p {
	font-size: 1em!important;
	margin-top: 10px;
	color: #4d7376;
}

.single-product .product-delivery-days p span {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 1.2em;
}

.single-product .product-delivery-days {
	display: block;
	clear: both;
	padding-top: 10px;
}

/* product custom quote */
.product-custom-quote {
	padding-top: 20px;
	border-top: 1px solid #5c7c7f;
}

.product-custom-quote span {
	text-transform: uppercase;
	color: #d10000;
}


.product-custom-quote h3 {
	text-transform: uppercase;
	color: #5c7c7f;
}

.product-custom-quote p {
	font-size: 0.95em!important;
	font-weight: bold;
	margin-top: -15px;
	color: #333;
}

.product-custom-quote a {
	color: #333;
}

/* cart */
.woocommerce-cart .woocommerce-message .button {
	display: none;
}

.woocommerce-cart .woocommerce-message {
	background: none;
	border: none;
	color: #333;
}

table.cart .product-thumbnail img {
	max-width: 150px;
}

/* checkout */
.woocommerce-checkout .cl-custom-thumbnail {
	width: 130px;
	height: 130px;
}

.woocommerce-checkout .woocommerce-checkout-review-order .summary-image {
    width: 100px;
    float: left;
    margin-right: 10px;
}

.woocommerce-checkout .woocommerce-billing-fields h3 span {
    display: block ;
    clear: both ;
    font-size: 0.7em;
    color: #999;
}

.woocommerce-checkout .woocommerce-billing-fields #olalla_contact_info_field  {
    line-height: 28px;
}

.woocommerce-checkout .woocommerce-billing-fields #olalla_contact_info_field span {
	font-size: 0.7em;
    color: #999;
}

.woocommerce-checkout .footer-widgets .gform_widget {
	display: none;
}

.woocommerce-checkout #payment .payment_box.payment_method_braintree_credit_card .braintree-hosted-fields-invalid {
	background-color: rgba(255,0,0,.3);
}

.woocommerce-checkout .form-row.notes {
	width: 100%;
}

.woocommerce-checkout .form-row.notes label {
	text-transform:uppercase;
	color: #4d7376;
	font-size: 1.3em;
}

.woocommerce-checkout #olalla_intercom_name_field {
	display: none;
}

.woocommerce-checkout img[alt="Amex"] {
  display: none;
}

.woocommerce-checkout #ss_wc_mailchimp_opt_in {
	margin-right: 6px;
}

.woocommerce-order-received .woocommerce-order-overview,
.woocommerce-order-received .woocommerce-order-details,
.woocommerce-order-received .woocommerce-customer-details,
.woocommerce-order-received .woocommerce-notice {
  display: none;
}

/* vendors pages */
.fc-vendor-home h1,
.fc-vendor-products h1,
.fc-vendor-reviews h1,
.fc-vendor-shipping h1 {
	font-family:'Brandon',Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #6e9ba0;
	font-size: 42px;
	margin: 5px 0 0 0;
}

.fc-vendor-home h2,
.fc-vendor-products h2,
.fc-vendor-reviews h2,
.fc-vendor-shipping h2 {
	/*font-family:'SonoraPro',Arial, Helvetica, sans-serif;*/
	font-weight: 300;
	font-size: 32px;
	color: #333333;
	margin: 0 0 10px 0;
}

.fc-vendor-home h4,
.fc-vendor-products h4,
.fc-vendor-reviews h4,
.fc-vendor-shipping h4 {
	color: #6e9ba0;
}

.fc-vendor-home img,
.fc-vendor-products img,
.fc-vendor-reviews img,
.fc-vendor-shipping img {
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.vendor-sidemenu {
	background-color: #faf6ed;
}

.vendor-sidemenu ul {
	margin: 0 12px;
	line-height: 2.2em;
	list-style-type: none;
}

.vendor-sidemenu a {
	color: #333;
	font-weight: 300;
	font-size: 1.2em;
}

/* footer */
.site-footer {
	border-top: 3px dotted #6e9ba0;
	padding-bottom: 0;
}

.site-footer .footer-widgets {
	padding-top: 12px;
}

.site-footer .footer-widgets .widget-title {
	color: #333333;
	/*font-family: 'SonoraPro', Arial, Helvetica, sans-serif;*/
	font-weight: 500;
	padding-bottom: 4px;
	font-size: 26px;
}

.site-footer #text-3 img {
	display: inline;
}

.social-icon-footer {
	margin-right: 12px;
	width: 42px;
	display: inline;
}

.widget_nav_menu ul li:before {
	content: none;
}

.olalla-footer {
	padding: 12px;
	background-color: #5c7c7f;
	color: #fff;
	text-align: center;
}

.olalla-footer a {
	color: #fff;
}

/* mobile footer */
.olalla-mobile-footer {
	text-align: center;
}

.olalla-mobile-footer h3 {
	text-transform: uppercase;
	font-weight: 600;
	color: #6e9ba0;
}

.olalla-mobile-footer img {
	display: block;
	clear: both;
	margin: 8px auto;
}

.olalla-mobile-footer .star-rating {
	margin: 0 auto;
}

.mobile-footer-review .quote-open,
.mobile-footer-review .quote-close {
	font-size: 4em;
	color: #f998c8;
}

.mobile-footer-review h3 {
	color: #777;
	font-size: 1em;
}

.mobile-footer-review p {
	line-height: 20px;
	position: relative;
}

.mobile-footer-review .review-text {
	padding: 20px 0;
}

.mobile-footer-review .quote-open {
	top: 0px;
	left: 10px;
	position: absolute;
}

.mobile-footer-review .quote-close {
	bottom: -15px;
	right: 10px;
	position: absolute;
}

.mobile-footer-review .button {
	margin: 10px auto 40px;
	padding: 4px 18px;
	display: block;
	clear: both;
	width: 180px;
	text-transform: uppercase;
}

.mobile-footer-newsletter img {
	width: 120px;
	margin: 0 auto 20px;
}

.mobile-footer-newsletter h3,
.mobile-footer-newsletter p {
	margin-bottom: -10px;
}

.mobile-footer-newsletter p,
.mobile-footer-social p{
	/*font-family: 'SonoraPro',Arial, Helvetica, sans-serif;*/
	font-weight: 300;
	color: #6e9ba0;
	font-size: 1.5em!important;
}

.mobile-footer-newsletter #gform_wrapper_4 {
	padding: 0 20px;
}

.mobile-footer-newsletter #gform_wrapper_4 .gfield_label {
	display: none;
}

.mobile-footer-newsletter #gform_wrapper_4 .gform_button {
	max-width: 180px;
	text-transform: uppercase;
	padding: 0px 4px;
}

.mobile-footer-newsletter #gform_wrapper_4 .gform_footer {
	margin-top: 0px;
	text-align: center;
}

.mobile-footer-newsletter #gform_wrapper_4 img.gform_ajax_spinner {
 display: none !important;
}

.mobile-footer-info {
	background-color: #6e9ba0;
	color: #fff;
	padding: 12px 8px;
	margin-bottom: 15px;
}

.mobile-footer-info h3 {
	color: #fff;
}

.mobile-footer-info ul {
	list-style: none;
	margin: 0 5px 10px;
}

.mobile-footer-info ul li {
	display: inline;
	padding: 0;
}

.mobile-footer-info ul li a {
	font-weight: 500;
}

.mobile-footer-info ul li:after {
	content: ' -';
}

.mobile-footer-info ul li:last-child:after {
	content: '';
}

.mobile-footer-contacts,
.mobile-footer-payments {
	background-color: #f2f2f2;
	margin-bottom: 0;
}

.mobile-footer-contacts h3 {
	margin-bottom: 0;
	padding-top: 10px;
}

.mobile-footer-contacts p {
	margin-bottom: 0;
}

.mobile-footer-contacts-1 {
	padding: 0 12px;
	width: 50%;
	float: left;
}

.mobile-footer-contacts-2 {
	padding: 0 12px;
	width: 50%;
	float: right;
}

.mobile-footer-contacts-1 p,
.mobile-footer-contacts-2 p {
	color: #6e9ba0;
	font-weight: bold;
	margin-bottom: -10px;
}

.mobile-footer-contacts-1 span,
.mobile-footer-contacts-2 span {
	color: #6e9ba0;
	font-size: 0.8em;
}

.mobile-footer-payments h3 {
	max-width: 95%;
	padding-top: 12px;
	margin: 0 auto;
	border-bottom: 1px solid #ccc;
}

.mobile-footer-payments img {
	padding-bottom: 15px;
}

.mobile-footer-social h3 {
	margin-bottom: -6px;
}

.mobile-footer-social p {
	margin-bottom: 4px;
}

.mobile-footer-social img {
	width: 120px;
	margin: 20px auto;
}

.mobile-footer-social .social-icons {
	background-color: #6e9ba0;
	text-align: center;
	margin-bottom: 0;
}

.mobile-footer-social .social-icons img {
	display: inline-block;
	width: 30px;
	margin: 12px 10px 0;
}

.mobile-footer-social .social-icons a {
	margin: 0;
}

/* responsive styles */
@media screen and (min-width: 630px) {
	.olalla-mobile-footer {
		display: none;
	}
}

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

	.site-footer {
		display: none;
	}

	.olalla-copyright {
		font-size: 0.7em;
	}

}

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

	.home .site-content,
	.home .large-header-banner {
		background-color: #f2f2f2;
	}

	/* fix a Beaver Builder layout bug */
	.home.page .fl-builder-content {
		padding-top: 0px;
	}

	.page .fl-builder-content {
		padding-top: 10px;
	}

	.woocommerce-cart .site-content,
	.woocommerce-checkout .site-content {
		background-color: #fff;
	}

	/* header */
	.mobile-menu-button,
	.mobile-menu-close,
	#olalla-mobile-menu,
	.mobile-header-search,
	.olalla-mobile-header-cart,
  .olalla-mobile-header-account {
		display: none;
	}

	.olalla-top-bar {
		background-color: #003b49;
		width: 100%;
		overflow: auto;
		font-size: 0.8em;
		text-transform: uppercase;
	}

	.olalla-top-bar ul {
		float: right;
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

	.olalla-top-bar ul li {
		text-align: center;
		padding: 2px 20px;
		float: left;
	}

	.olalla-top-bar .logout-link {
		float: right;
		margin-top: 2px;
		margin-left: 20px;
	}

	.logged-in .olalla-top-bar .login-link {
		display: none;
	}

	.olalla-top-bar a {
		color: #fff !important;
	}

	/* desktop sticky menu */
	body.desktop-sticky-active {
		padding-top: 168px;
	}

	#masthead.desktop-sticky {
		position: fixed;
		top: -110px;
		width: 100%;
	}

	.site-header .woocommerce-product-search {
		position: relative;
		float: right;
		margin-top: 35px;
		margin-right: -60px;
		z-index: 999999;
	}

	.site-header .woocommerce-product-search input[type=submit] {
		background-color: #1bb3b1;
    color: #f2f4f7;
    text-transform: uppercase;
    font-family: 'Brandon', sans-serif;
	}

	.site-header .site-header-cart {
		text-align: right;
	}

	.site-header .site-header-cart img {
		margin-top: 23px;
		margin-left: 15px;
    float: right;
	}

	.site-header .site-header-cart .count-items {
    display: block;
    width: 20px;
    height: 20px;
		background-color: #003b49;
		color: #fff;
		font-size: 0.7em;
		border-radius: 50%;
    text-align: center;
    position: absolute;
    right: -2px;
    top: 18px;
	}

	.site-header-cart .mini_cart_item a,
	.site-header-cart .mini_cart_item a:hover {
		color: #000;
	}

	.mobile-header-banner {
		display: none;
	}

	/* created only because col-full not working (look further) */
	.olalla-top-menu-container {
		max-width: 1090px;
		width: 100%;
		margin: 0 auto;
	}

	.site-header {
		padding-top: 0.418em;
		margin-bottom: 0 !important;
		-webkit-box-shadow: 0px 8px 15px 5px rgba(0,0,0,0.1);
		-moz-box-shadow: 0px 8px 15px 5px rgba(0,0,0,0.1);
		box-shadow: 0px 8px 15px 5px rgba(0,0,0,0.1);
	}

	.site-header .site-branding {
    margin-bottom: 0;
  }

  .site-header .site-branding img {
    margin-top: 15px;
		/*max-width: 180px;*/
  }

	.storefront-primary-navigation {
    background: rgba(255, 255, 255, .0);
  }

	.woocommerce-active .site-header .main-navigation {
		width: 100%;
		margin-right: 0;
		background-color: #fff;
	}

	.woocommerce-active .site-header .main-navigation a {
		color: #222;
	}

	.main-navigation ul.menu > li:first-child,
	.main-navigation ul.nav-menu > li:first-child {
        margin-left: 0;
    }

	.woocommerce-active .site-header .main-navigation li,
	.woocommerce-active .site-header .main-navigation .sub-menu li {
		background-color: #fff;
	}

	.main-navigation ul.menu > li.menu-item-has-children:hover {
		background-color: #fff;
	}

	.main-navigation ul.menu > li.menu-item-has-children:hover a,
	.main-navigation ul.menu > li.current-menu-item > a {
		color: #5c7c7f;
	}

	.main-navigation ul.menu > li > a,
	.main-navigation ul.nav-menu > li > a {
    padding: 0.518em 0.4em;
		font-size: 0.95em;
  }

	.main-navigation ul.menu > li.menu-item-has-children > a:after, .main-navigation ul.menu > li.page_item_has_children > a:after,
    .main-navigation ul.nav-menu > li.menu-item-has-children > a:after,
    .main-navigation ul.nav-menu > li.page_item_has_children > a:after {
        display: none !important;
    }

	/* mega menu */
	.main-navigation ul li.smm-active .smm-mega-menu {
		background: #faf6ee;
		border: 1px solid #e6ddca;
		padding: 20px 30px;
	}

	.main-navigation ul li.smm-active .smm-mega-menu li,
	.main-navigation ul li.smm-active .smm-mega-menu ul {
		background: none !important;
	}

	.main-navigation ul li.smm-active .smm-mega-menu .widget h3.widget-title {
		font-size: 1.2em;
		color: #444 !important;
		margin-bottom: 10px;
		text-transform: uppercase;
	}

	.main-navigation ul li.smm-active .smm-mega-menu .menu .menu-item-has-children {
		font-size: 1.3em;
		line-height: 0.5em;
	}

	.main-navigation ul li.smm-active .smm-mega-menu .menu .menu-item-has-children a {
		color: #444 !important;
	}

	.main-navigation ul li.smm-active .smm-mega-menu .menu .menu-item-has-children .sub-menu a {
		color: #5c7c7f !important;
	}

	.main-navigation ul li.smm-active .smm-mega-menu .menu .menu-item-has-children .sub-menu {
		font-size: 0.8em;
		line-height: 1.2em;
		padding-left: 8px;
		border-left: 1px solid #e6ddca;
		margin-bottom: 16px;
	}

	.main-navigation ul li.smm-active .smm-mega-menu .smm-row a {
		color: #5c7c7f !important;
	}

  /* shop reviews */
	.olalla-shop-reviews {
    column-count: 2;
    column-gap: 1em;
  }

  .olalla-shop-reviews .review {
    background-color: #eee;
    display: inline-block;
    margin: 0 0 1em;
    width: 100%;
  }

	.page.fl-builder ul.products li.product {
		width: 23.8%;
		margin-right: 1.6%;
	}

	/* woocommerce */
	.woocommerce-breadcrumb {
		margin-bottom: 1.2em;
	}

	/* grid space override */
	.woocommerce .col-full .content-area ul.products li.product {
		width: 23.7%;
		margin-right: 1.3%;
		margin-bottom: 1%;
	}

	.woocommerce ul.products li.product h3 {
        line-height: 1.5em;
	}

	/* single product */
	.single-product .related ul.products.olalla-related li.product {
		width: 31%;
		margin-right: 2%!important;
        clear: none !important;
		min-height: 400px; /* fix alignment for some screen resolutions*/
	}

  .single-product .related .star-rating {
    display: none;
  }

	.single-product #reviews {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.single-product #reviews .commentlist,
	.single-product .woocommerce-noreviews {
		width: 55%;
		float: left;
	}

	.single-product #reviews .commentlist {
		width: 55%;
		float: left;
	}

	.single-product #reviews #review_form_wrapper {
		width: 40%;
		float: right;
	}

	/* cart */
	.before-cart-button {
		float: right;
		margin-bottom: 30px;
	}

	.before-cart-button .checkout-button {
		padding: 14px 68px;
	}

	/* manual products pages */
	.products-main-section .olalla-section-header a:nth-child(1) {
		clear: none;
		float: left;
		width: 66%;
	}

	.products-main-section .olalla-section-header a:nth-child(2) {
		margin-bottom: 19px;
	}

	.products-main-section .olalla-section-header a:nth-child(2),
	.products-main-section .olalla-section-header a:nth-child(3) {
		clear: none;
		float: right;
		width: 32%;
	}

	.products-main-section .olalla-grid-3 a:nth-child(1) {
		width: 32%;
		margin-right: 1.90%;
		float: left;
	}

	.products-main-section .olalla-grid-3 a:nth-child(2) {
		width: 32%;
		float: left;
	}

	.products-main-section .olalla-grid-3 a:nth-child(3) {
		width: 32%;
		float: right;
	}

	.products-main-section .olalla-grid-2 a:nth-child(1) {
		width: 49%;
		float: left;
	}

	.products-main-section .olalla-grid-2 a:nth-child(2) {
		width: 49%;
		float: right;
	}

	.products-main-section .section-head-cta .fl-module-content {
		border-bottom: 1px solid #ccc;
	}

	.products-main-section .section-head-cta.no-button .fl-cta-button {
		display: none;
	}

	.products-main-section .section-head-cta .fl-cta-title,
	.products-side-banner-right h3 {
		/*font-family: 'SonoraPro', Arial, Helvetica, sans-serif;*/
		color: #6e9ba0;
		font-size: 2.2em;
		font-weight: 400;
	}

	.products-main-section .woocommerce .products,
	.products-main-section .woocommerce  .product {
		margin-bottom: 2px;
	}

	.products-main-section .products-side-banner-right .woocommerce.columns-2 {
		width: 65%;
		float: left;
		clear: none;
	}

	.products-main-section .no-sub-menu .fl-menu .menu-item {
		font-size: 1.2em;
		padding: 20px 0;
		border-bottom: 1px solid #f2f2f2;
	}

	.products-main-section .fl-menu .fl-has-submenu-container {
		font-size: 1.6em;
	}

	.products-main-section .fl-menu .sub-menu a {
		font-weight: 300;
	}

	/* blog */
	.archive .hentry.type-post,
	.blog .hentry.type-post {
        width: 48%;
        float: left;
		margin-bottom: 2%;
    }

	.archive .hentry.type-post:nth-child(odd),
	.blog .hentry.type-post:nth-child(odd) {
		margin-right: 4%
    }

	.category .hentry.type-post:nth-child(odd) {
		margin-right: 0% !important;
    }

	.category .hentry.type-post:nth-child(even) {
		margin-right: 4% !important;
    }

	.archive .hentry.type-post .entry-title,
	.blog .hentry.type-post .entry-title {
		color: #222 !important;
		font-size: 1.6em;
    }

	.archive .blog-thumb-container,
	.blog .blog-thumb-container {
		max-height: 250px;
		overflow: hidden;
		margin-bottom: 20px;
	}

	.archive .hentry.type-post .entry-title a,
	.blog .hentry.type-post .entry-title a {
		color: #222;
    }

    .archive .hentry.type-post .entry-content,
	.blog .hentry.type-post .entry-content {
        width: 100%;
        float: none;
		font-size: 1em;
    }

	.archive .hentry.type-post .entry-content img,
	.blog .hentry.type-post .entry-content img {
		width: 100%;
	}

	#secondary.widget-area .widget_categories ul li {
		padding-top: 6px;
		padding-bottom: 10px;
	}

	.single-post .hentry.type-post .entry-header {
		margin-bottom: 10px;
	}

	.single-post .hentry.type-post .entry-header .entry-title {
		color: #6e9ba0;
	}

	.single-post .hentry.type-post .entry-subtitle {
		width: 68%;
		float: left;
		margin-right: 2%;
		margin-bottom: 30px;
	}

	.single-post .hentry.type-post .sharedaddy {
		display: inline;
	}

	.single-post .hentry.type-post .sharedaddy h3.sd-title:before {
		display: none;
	}

	.single-post .hentry.type-post .entry-content .wp-post-image {
		outline: 2px dashed #ffffff;
    	outline-offset: -10px;
	}

	.single-post .hentry.type-post .entry-content {
        width: 100%;
        float: none;
        margin-right: 0;
    }

	.single-post .entry-meta .author img {
		border-radius: 50%;
	}

	/* footer */
	.site-footer .footer-widgets .footer-widget-1 {
		width: 50% !important;
		margin-right: 4% !important;
	}

	.site-footer .footer-widgets .footer-widget-2,
	.site-footer .footer-widgets .footer-widget-3 {
		width: 21% !important;
		margin-right: 2% !important;
	}

	body #gform_wrapper_4 .gform_body .gform_fields .gfield input[type=text] {
		min-height: 46px !important;
		min-width: 320px !important;
	}

}

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

	/* general */
	.col-full {
    margin-left: 0.617924em;
    margin-right: 0.617924em;
  }

  .olalla-link-prodotto a {
		display: block;
		text-align: center;
  }

	/* header */
	.menu-toggle,
	.dotted-line,
	.olalla-top-bar,
	.main-navigation .menu-toggle,
	.site-header .site-header-cart,
	.site-header .woocommerce-product-search {
		display: none;
	}

	.site-header {
		margin-bottom: 0px !important;
		padding-top: 8px;
		padding-bottom: 0;
	}

  .site-header .site-branding,
  .site-header .site-branding a {
    float: none;
  }

	.site-header .site-branding img {
    max-width: 120px;
    padding: 6px 0 0 8px;
  }

	.large-header-banner {
		display: none;
	}

	.site-header .main-navigation a,
	.site-header .main-navigation a:hover {
		color: #333 !important;
	}

	.site-header .main-navigation a:before {
		display: none;
	}

	.main-navigation.toggled .handheld-navigation, .main-navigation.toggled .menu > ul:not(.nav-menu),
	.main-navigation.toggled ul[aria-expanded=true] {
		max-height: 9999px
	}

  .mm-menu.mm-offcanvas.mm-bottom,
  .mm-menu.mm-offcanvas.mm-top {
    height: 88%;
  }

  /* home */
	.home .fl-row-content-wrap .fl-module-photo .fl-module-content {
		margin: 0 !important;
	}

	.home .fl-module-photo .fl-photo-content {
		margin-bottom: 10px;
	}

  /* home buttons turnaround */
	.home-mobile-button > .fl-module-content {
    margin-top: -10px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
	}

	.home-mobile-button > .fl-module-content a {
		font-size: 0.7em!important;
	}

	/* sticky menu */
	body {
        padding-top: 70px;
    }

	#masthead {
		border-top: 3px solid #052d36;
		position: fixed;
		top: 0;
		width: 100%;
		height: 70px;
		-webkit-box-shadow: 0px 8px 15px 5px rgba(0,0,0,0.1);
		-moz-box-shadow: 0px 8px 15px 5px rgba(0,0,0,0.1);
		box-shadow: 0px 8px 15px 5px rgba(0,0,0,0.1);
	}

	/* archive products */
  .archive.woocommerce .woocommerce-products-header__title {
		color: #55787B;
		text-transform: uppercase;
		text-align: center;
		font-size: 2em;
	}

	.woocommerce-breadcrumb {
		text-align: center;
		margin-bottom: 0px;
    display: none;
	}

	.storefront-sorting .woocommerce-result-count {
  	display: none;
  }

	.storefront-sorting,
	.woocommerce-ordering {
		margin-bottom: 2px;
	}

  .storefront-sorting .woocommerce-ordering:before {
  	content: 'Ordina per';
  	display: block;
  	font-weight: 300;
  	font-size: 0.8em;
  }

  .storefront-sorting .woocommerce-ordering .orderby {
  	background: none!important;
  	border: none!important;
  	padding: 0!important;
  	text-transform: uppercase;
  	color: #6e9ba0;
  }

	.products-main-section .olalla-section-header img {
		margin-bottom: 16px;
	}

	.archive.woocommerce .page-title {
		font-size: 1.8em;
	}

	.woocommerce ul.products li.product {
		width: 48%;
		float: left;
		clear: both;
		margin-bottom: 2%;
	}

	.woocommerce ul.products li.product:nth-child(2n) {
		float: right;
		clear: none;
	}

	.woocommerce ul.products li.product h3 {
		font-size: 0.9em;
	}

	.woocommerce ul.products li.product .protuct-customizable {
		float: left;
		margin-top: 2px;
	}

	/* single product */
	.single-product-slider #lightSlider.lightSlider {
		min-height: 360px;
	}

	.single-product .summary .product_title {
		font-size: 1.6em;
	}

  .single-product .product-delivery-days img {
	  width: 50px;
		margin-top: -5px;
		margin-bottom: 25px;
	}

	.single-product .product-delivery-days p {
	  font-size: 0.8em!important;
	}

	.single-product .product-delivery-days p span {
	  font-size: 1.2em;
  }

  /* single product */
	.single-product .woocommerce-product-gallery ol.flex-control-nav {
		text-align: center;
		list-style: inside;
	}

	.single-product .woocommerce-product-gallery ol.flex-control-nav li {
		display: inline-block!important;
		width: 10px!important;
		height: 10px!important;
		margin: 2px!important;
		border-radius: 10px!important;
		float: none!important;
	}

	.single-product .woocommerce-product-gallery ol.flex-control-nav li img {
		border: 5px solid #999;
		border-radius: 10px;
	}

	.single-product .woocommerce-product-gallery ol.flex-control-nav li img.flex-active {
		border: 5px solid #6e9ba0;
	}

	.single-product .product-addon .form-row {
		margin-bottom: 8px;
	}

	.single-product .product-addon label,
	.single-product .product-addon .addon-description {
		font-size: 0.7em;

	}

	.single-product .product-addon .input-text.addon,
	.single-product .product-addon .addon-select {
		padding: 4px;
		font-weight: 300;
	}

	/* cart */
	.before-cart-button {
		float: none;
	}

	.before-cart-button .checkout-button {
		text-align: center;
		width: 100%;
	}

	table.cart .product-thumbnail img {
		max-width: 100%;
	}

}

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

  .logo-tagline,
  .site-header .woocommerce-product-search {
		display: none;
	}

}
