/*
Theme Name: Total Child Theme
Template: Total
*/

.inline_flex {
	display: inline-flex !important;
}

.inline_block {
	display: inline-block !important;
}

.nascosto {
	display:none !important;
}

.single.single-product .thwvs_fields.thwvs_variation_pa_colore {
    display: none;
}
.single.single-product .custom-swatches {
    display: flex;
    gap: 5px;
}
.single.single-product .custom-swatches .custom-swatch {
    width: 25px;
    height: 25px;
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
	background-blend-mode: color;
}
.single.single-product .custom-swatches .custom-swatch:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border: 1px solid #000;
    border-radius: 50%;
    margin: -4px;
    transition: all 0.2s linear;
    opacity: 0;
}
.single.single-product .custom-swatches .custom-swatch {
    position: relative;
    margin: 0 4px;
}
.single.single-product .custom-swatches .custom-swatch:hover:after,
.single.single-product .custom-swatches .custom-swatch.active:after {
    opacity: 1;
}
.single.single-product .add_prodotto{
	display: flex;
    align-content: center;
    align-items: center;
    gap: 10px;
	width: 100%;
}
.single.single-product .add_prodotto .single_product_div{
	order: 2;
}
.is-variable-product .add_prodotto .single_product_div{
	position: relative;
	top: 19px;
}
.loop-color-swatches {
    display: flex;
    gap: 3px;
    align-items: center;
    align-content: center;	
}
.loop-color-swatches .loop-swatch {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ccc;
	position: relative;
    margin: 0 4px;
    cursor: pointer;
	position: relative;
}
.loop-color-swatches .loop-swatch::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border: 1px solid #A6A6A6;
    border-radius: 50%;
    margin: -4px;
    transition: all 0.2s linear;
    opacity: 0;
}
.loop-color-swatches .loop-swatch:hover:after,
.loop-color-swatches .loop-swatch.active:after {
    opacity: 1;
}

.sf-field-post-meta-i_set .toggle-switch {
    width: 35px;
    height: 20px;
    border: 1px solid #000;
    border-radius: 50px;
    position: relative;
    cursor: pointer;
}
.sf-field-post-meta-i_set .switch-circle {
    width: 12px;
    height: 12px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 3px;
    transition: all 0.3s ease;
}
.sf-field-post-meta-i_set .toggle-switch.active .switch-circle {
    left: 18px;
}

.filter-button {
    display: flex;
    background-color: #F3F3F3;
    max-width: 110px;
    padding: 6px 15px;
    line-height: 1;
    border-radius: 4px;
    cursor: pointer;
    justify-content: center;
}
.filter-button .wpex-flex-grow {
    flex-grow: unset;
}
.filter-button .vcex-icon-box-symbol {
    margin: 0 10px 0 0;
    line-height: 1.25;
}
.filter-button .vcex-icon-box-heading {
    margin: 0;
}
.filter-card {
    position: fixed;
    top: 0;
    left: 0;
    width: 376px;
    background-color: #fff;
    z-index: 99999;
    transition: all 0.2s linear;
    bottom: 0;
	margin: 0;
    box-shadow: 0px 2px 5px rgba(0,0,0,.1);
    padding: 25px 20px;
    transform: translateX(-100%);
}
.filter-card .close-icon {
    position: absolute;
    right: -5px;
    top: -5px;
    cursor: pointer;
}
.filter-open .filter-card {
    transform: translateX(0);
}
.search-filter-results .woocommerce-ordering {
    float: right;
    position: relative;
    top: -35px;
    margin-bottom: 0;
}
.search-filter-results .woocommerce-ordering .wpex-select-wrap {
    border: none;
    font-size: 16px;
    color: #171515;
    font-weight: 600;
}
.search-filter-results .woocommerce-result-count {
    display: none;
}
.filter-card .searchandfilter ul {
    margin: 0;
}
.searchandfilter ul li h4 {
    font-size: 18px;
    color: #171515;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-family: 'Nunito';
}
.searchandfilter ul li h4:after, 
.searchandfilter ul li h4:before {
    content: "";
    background: #000;
    height: 1px;
    width: 12px;
    position: absolute;
    right: 0;
    top: 16px;
}
.searchandfilter ul li h4:before {
    transform: rotate(90deg);
    opacity: 1;
}
.searchandfilter ul li h4.icon-minus:before {
    opacity: 0;
}
.searchandfilter > ul > li {
    padding-top: 0;
    border-bottom: 1px solid rgb(93 93 95 / 40%);
    margin-bottom: 15px;
}
.filter-card .searchandfilter label {
    text-transform: capitalize;
    font-family: 'Nunito Sans';
}
.filter-card .searchandfilter li[data-sf-field-input-type=checkbox] label,
.filter-card .searchandfilter li[data-sf-field-input-type=radio] label{
    padding-left: 10px;
    color: #000000;
}
.filter-card .searchandfilter .sf-input-checkbox {
    border: 1px solid #171515;
    width: 15px;
    height: 15px;
    border-radius: 1px;
    position: relative;
    top: 2px;
}
.searchandfilter .sf-field-taxonomy-pa_colore .sf-input-checkbox {
    opacity: 0;
    position: absolute;
}
.searchandfilter .sf-field-taxonomy-pa_colore span{
    padding: 0 !important;
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    border-radius: 50%;
	position: relative;
	background-blend-mode: color;
}
.searchandfilter .sf-field-taxonomy-pa_colore label.sf-label-checkbox {
    padding-left: 0 !important;
    display: flex;
    align-items: center;
    gap: 15px;
}
.searchandfilter .sf-field-taxonomy-pa_colore .sf-input-checkbox + .sf-label-checkbox span:after {
    opacity: 0;
    transition: all 0.2s linear;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    height: 26px;
    width: 26px;
    margin: -3px;
    border-radius: 50%;
    border: 1px solid #000;
}
.searchandfilter .sf-field-taxonomy-pa_colore .sf-input-checkbox:checked + .sf-label-checkbox span:after {
    opacity: 1;
}
.filter-card .searchandfilter .meta-slider {
    max-width: 100%;
    width: 100%;
    border: 1px solid #000;
    background: transparent;
    box-shadow: none;
}
.filter-card .searchandfilter .sf-input-range-number {
    border: none;
    max-width: 50px;
    padding: 0;
}
.filter-card .searchandfilter ul li.active .sf-meta-range-slider {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
}
.filter-card .meta-slider.noUi-target.noUi-ltr.noUi-horizontal {
    height: 1px;
    margin: 15px 0;
	padding: 0 15px 0 5px;
}
.filter-card .searchandfilter .noUi-horizontal .noUi-handle {
    border-color: #000000;
    background-color: #fff;
    top: -12px;
}
.filter-card .searchandfilter .noUi-horizontal .noUi-handle:after,.searchandfilter .noUi-horizontal .noUi-handle:before {
    display: none;
}
.filter-card .searchandfilter .meta-slider .noUi-connect {
    background-color: #000;
}
.filter-card .sf-range-values-seperator {
    display: none;
}
.filter-card .searchandfilter label ~ label input::placeholder {
  text-align: right;
}
.filter-card .searchandfilter label ~ label input {
  text-align: right;
}
body.filter-open {
	overflow: hidden;
}
body:after {
    content: "";
    position: fixed;
    background-color: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
	transition: all 0.2s linear;
}
body.filter-open:after {
    visibility: visible;
    opacity: 1;
}
.searchandfilter > ul > li.sf-field-reset,
.searchandfilter > ul > li.sf-field-submit {
    border: none;
    margin: 0;
    padding: 0;
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    position: fixed;
    bottom: 20px;
}
.searchandfilter > ul > li.sf-field-submit {
    text-align: right;
}
.searchandfilter > ul > li.sf-field-reset {
    left: 25px;
    bottom: 32px;
}
.searchandfilter > ul > li.sf-field-submit {
    right: 25px;
}
.searchandfilter > ul > li.sf-field-reset .search-filter-reset {
    max-width: 100%;
    padding: 11.5px 25px;
    transition: .15s all ease;
    background-color: transparent;
    border-radius: 8px;
    border-color: #fff;
    color: #171515;
    font-size: 16px;
    font-family: 'Nunito';
    line-height: 1.2;
    text-decoration: none;
    border: 1px solid #171515;
}
.searchandfilter > ul > li.sf-field-submit input[type="submit"] {
    padding: 10px 22px;
    min-height: 47px;
}
.searchandfilter > ul > li.sf-field-post-meta-i_set h4:before,
.searchandfilter > ul > li.sf-field-post-meta-i_set h4:after {
    display: none;
}
.searchandfilter > ul > li.sf-field-post-meta-i_set ul {
    display: none !important;
}
.searchandfilter > ul > li.sf-field-post-meta-occasions {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.filter-card .searchandfilter > ul {
    margin: 0;
    height: calc(100dvh - 200px);
    overflow-y: auto;
    padding: 0 5px;
}
.filter-card .vcex-heading {
    padding-left: 5px;
}
.filter-card .vc_column-inner {
    padding-right: 0;
    padding-left: 0;
}
.searchandfilter ul li.sf-field-post-meta-i_set h4 {
    font-size: 16px;
    font-weight: normal;
    font-family: 'Nunito Sans';
}

/* Start Cart Sidebar */
.wpex-mini-cart .wpex-icon svg {
    fill: #323235;
}
.wpex-mini-cart .wpex-off-canvas__header .wpex-off-canvas__title {
    font-size: 32px;
    color: #171515;
    font-family: 'Nunito';
    font-weight: 600;
}
.wpex-mini-cart .wpex-off-canvas__header-right {
    position: absolute;
    right: 15px;
    top: 15px;
}
.wpex-mini-cart .wpex-off-canvas__header {
    padding-top: 40px;
    border: none;
    padding-bottom: 0;
}
.wpex-off-canvas__content {
    padding-top: 15px;
}
.wpex-mini-cart .wpex-mini-cart-item__image {
    background-color: #f3f3f3;
    padding: 5px;
    border-radius: 8px;
    flex-shrink: unset;
    display: flex;
    align-items: center;
}
.wpex-mini-cart__items .wpex-mini-cart-item {
    gap: 15px;
}
#wpex-off-canvas-cart .wpex-mini-cart-item .wpex-mini-cart-item__image img {
    object-fit: contain;
}
.wpex-mini-cart  .wpex-mini-cart-item__info {
    width: calc(100% - 115px);
    align-self: flex-start;
}
.wpex-mini-cart .wpex-mini-cart-item__info .wpex-heading {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Nunito';
    margin-bottom: 10px;
}
.wpex-mini-cart .wpex-mini-cart-item__info .wpex-mini-cart-item__footer {
    display: flex;
    align-items: center;
    position: relative;
}
.wpex-mini-cart .wpex-mini-cart-item__info .wpex-mini-cart-item__footer .wpex-mini-cart-item__quantity {
    width: 77px;
    margin-right: 20px;
}
.wpex-mini-cart .wpex-mini-cart-item__info .wpex-mini-cart-item__footer .wpex-mini-cart-item__quantity .quantity {
    overflow: hidden;
    border-color: #171515;
}
.wpex-mini-cart .wpex-quantity-btns-wrap--vertical input {
    width: 100%;
    border: none;
    margin: 6px 0;
}
.wpex-mini-cart .wpex-mini-cart-item__info .wpex-mini-cart-item__footer .wpex-mini-cart-item__actions {
    margin: 0 0 0 5px;
}
.wpex-mini-cart .wpex-mini-cart-item__info .wpex-mini-cart-item__footer .wpex-mini-cart-item__actions a {
    text-decoration: none;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: 'Nunito Sans';
    color: #171515;
}
.wpex-mini-cart .wpex-mini-cart-item__info .wpex-mini-cart-item__footer .wpex-mini-cart-item__actions a svg {
    margin-right: 5px;
}
.wpex-mini-cart .wpex-mini-cart-item__info .wpex-mini-cart-item__footer .wt-icon {
    position: absolute;
    right: 0;
    top: 10px;
}
.wpex-mini-cart .wpex-mini-cart-item__info .wpex-mini-cart-item__footer .wpex-mini-cart-item__actions,
.wpex-mini-cart .wpex-mini-cart-item__info .wpex-mini-cart-item__footer .wt-icon .wt-wishlist-button {
    margin: 0;
}
.wpex-mini-cart .wpex-mini-cart-item__info .wpex-mini-cart-item__footer .wpex-mini-cart-item__quantity .quantity input {
    color: #171515;
    font-weight: 600;
    width: calc(100% - 20px);
	border: none;
}
.wpex-mini-cart .wpex-off-canvas__footer {
    border-top: none;
}
.wpex-mini-cart .wpex-off-canvas__footer .wpex-mini-cart__footer-total {
    display: flex;
    font-weight: 700;
    font-size: 20px;
    color: #171515;
    justify-content: space-between;
}
.wpex-mini-cart .wpex-icon svg {
    fill: #171515;
}
.wpex-mini-cart .wpex-quantity-btns-wrap--vertical .wpex-quantity-btns__icon {
    opacity: 1;
}
.wpex-mini-cart .wpex-mini-cart-item__info .wpex-mini-cart-item__footer .wpex-mini-cart-item__quantity .quantity .wpex-quantity-btns {
    border: none;
	border-left: 1px solid var(--wpex-surface-3);
}
.wpex-mini-cart .wpex-mini-cart-item__info .wpex-mini-cart-item__footer .wpex-mini-cart-item__actions a:hover {
    color: #20b3ae;
}
.wpex-mini-cart .wpex-mini-cart-item__info .wpex-mini-cart-item__footer .wpex-mini-cart-item__actions a:hover svg path {
    fill: #20b3ae;
}
.wpex-mini-cart .wpex-mini-cart__footer-actions .button {
    border-radius: 6px;
    font-weight: 600;
    text-transform: unset;
    font-family: 'Nunito';
}
.wpex-mini-cart .wpex-mini-cart-item__info .wpex-heading .wpex-mini-cart-item__title {
    width: calc(100% - 70px);
}
.wpex-mini-cart .wpex-mini-cart-item__info .wpex-heading .wpex-mini-cart-item__total {
    width: 70px;
    text-align: right;
}
.progress-bar-background {
    background-color: #1715151A;
    width: 100%;
    height: 6px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    top: 0;
}
.progress-bar-fill {
    background-color: #20B3AE;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.free-shipping-message {
    font-size: 14px;
    font-weight: 300;
    color: #171515;
    margin: 0;
    display: block;
    padding: 10px 0 0;
}
.mm-cart-icon > * {
    cursor: pointer;
}
.wpex-mini-cart .products .product h2 {
    font-size: 16px;
    font-weight: 500;
}
.wpex-mini-cart .products .product .price {
    font-weight: 600;
    font-size: 18px;
}
.wpex-mini-cart .products .wpex-loop-product-add-to-cart .add_to_cart_button {
    font-size: 12px;
    padding: 10px 8px;
}
#wpex-off-canvas-cart .woocommerce-mini-cart__buttons .button {
    display: none;
}
#wpex-off-canvas-cart .woocommerce-mini-cart__buttons .button.checkout {
    display: block;
}
.single-page-article .single-page-content .riga_bottoni_pag_prodotti {
    margin: 0 -16px;
    gap: 0;
}
.single-page-article .single-page-content .riga_bottoni_pag_prodotti .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}
.single-page-article .single-page-content .riga_bottoni_pag_prodotti a:hover,
.single-page-article .single-page-content .riga_bottoni_pag_prodotti a {
    text-decoration: none !important;
}
.single-page-article .single-page-content .riga_bottoni_pag_prodotti a span {
    position: relative;
    display: block;
}
.single-page-article .single-page-content .riga_bottoni_pag_prodotti a span:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    background-color: #000;
    height: 1px;
    width: 0;
    transition: all 0.2s linear;
    margin: 0 auto;
}

.single-page-article .single-page-content .riga_bottoni_pag_prodotti a:hover span:after,
.single-page-article .single-page-content .riga_bottoni_pag_prodotti a.underline span:after {
    width: 100%;
}
.products .mm-custom-badge {
	font-size: 12px;
    min-width: 50px;
    line-height: 1.5;
    min-height: 30px;
    background-color: #fff;
    left: 15px;
    top: 15px;
    position: absolute;
    z-index: 3;
    border: 1px solid #20B3AE;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Nunito';
    line-height: 1;
	border-radius: 8px;
}
.wpex-mini-cart .products .mm-custom-badge {
	border-radius: 4px;
    font-size: 10px;
	min-width: 35px;
    min-height: 20px;
	left: 10px;
    top: 10px;
	background-color: transparent;
}
.wpex-mini-cart .product-wrapper .woocommerce .icon_above_image {
    padding-top: 6px;
    right: 0;
}

/* End Cart Sidebar */

@media screen and (min-width: 768px) {
	.mobile {
		display: none !important;
	}
	
	.center_desktop, .cd {
		text-align: center !important;
	}
	
	.right_desktop, .rd {
		text-align: right !important;
	}
	
	.left_desktop, .ld {
		text-align: left !important;
	}
	.wpex-mini-cart {
		max-width: 720px;
		width: 100%;
		display: flex;
		z-index: 99999;
	}
	.wpex-mini-cart .product-wrapper {
		width: 100%;
		padding: 25px 0;
		border-right: 1px solid #cccc;
		max-width: 220px;
	}
	.wpex-off-canvas__inner {
		width: calc(100% - 220px);
	}
	.wpex-mini-cart .product-wrapper h3 {
		font-size: 18px;
		font-weight: 600;
		margin-bottom: 15px;
		padding: 0 25px;
	}
	.wpex-mini-cart .product-wrapper .woocommerce {
		height: calc(100dvh - 100px);
		overflow-y: auto;
		padding: 0 25px;
	}
	
}

@media screen and (max-width: 767px) {
	.desktop {
		display: none !important;
	}
	
	.center_mobile, .cm {
		text-align: center !important;
	}
	
	.right_mobile, .rm {
		text-align: right !important;
	}
	
	.left_mobile, .lm {
		text-align: left !important;
	}
	.wpex-mini-cart .product-wrapper {
		display: none;
	}
}

h1, h2, h3, h4 {
	margin:0px;
}

@media screen and (min-width: 767px) {
	/* Margini e padding per desktop */

	/* Margin Top */
	.mtd5 { margin-top: 5px; }
	.mtd10 { margin-top: 10px; }
	.mtd15 { margin-top: 15px; }
	.mtd20 { margin-top: 20px; }
	.mtd25 { margin-top: 25px; }
	.mtd30 { margin-top: 30px; }
	.mtd35 { margin-top: 35px; }
	.mtd40 { margin-top: 40px; }
	.mtd45 { margin-top: 45px; }
	.mtd50 { margin-top: 50px; }
	.mtd55 { margin-top: 55px; }
	.mtd60 { margin-top: 60px; }
	.mtd65 { margin-top: 65px; }
	.mtd70 { margin-top: 70px; }
	.mtd75 { margin-top: 75px; }
	.mtd80 { margin-top: 80px; }
	.mtd85 { margin-top: 85px; }
	.mtd90 { margin-top: 90px; }
	.mtd95 { margin-top: 95px; }
	.mtd100 { margin-top: 100px; }
	.mtd105 { margin-top: 105px; }
	.mtd110 { margin-top: 110px; }
	.mtd115 { margin-top: 115px; }
	.mtd120 { margin-top: 120px; }
	.mtd125 { margin-top: 125px; }
	.mtd130 { margin-top: 130px; }
	.mtd135 { margin-top: 135px; }
	.mtd140 { margin-top: 140px; }
	.mtd145 { margin-top: 145px; }
	.mtd150 { margin-top: 150px; }
	.mtd155 { margin-top: 155px; }
	.mtd160 { margin-top: 160px; }
	.mtd165 { margin-top: 165px; }
	.mtd170 { margin-top: 170px; }
	.mtd175 { margin-top: 175px; }
	.mtd180 { margin-top: 180px; }
	.mtd185 { margin-top: 185px; }
	.mtd190 { margin-top: 190px; }
	.mtd195 { margin-top: 195px; }
	.mtd200 { margin-top: 200px; }
	.mtd205 { margin-top: 205px; }
	.mtd210 { margin-top: 210px; }
	.mtd215 { margin-top: 215px; }
	.mtd220 { margin-top: 220px; }
	.mtd225 { margin-top: 225px; }
	.mtd230 { margin-top: 230px; }
	.mtd235 { margin-top: 235px; }
	.mtd240 { margin-top: 240px; }
	.mtd245 { margin-top: 245px; }
	.mtd250 { margin-top: 250px; }

	/* Margin Bottom */
	.mbd5 { margin-bottom: 5px; }
	.mbd10 { margin-bottom: 10px; }
	.mbd15 { margin-bottom: 15px; }
	.mbd20 { margin-bottom: 20px; }
	.mbd25 { margin-bottom: 25px; }
	.mbd30 { margin-bottom: 30px; }
	.mbd35 { margin-bottom: 35px; }
	.mbd40 { margin-bottom: 40px; }
	.mbd45 { margin-bottom: 45px; }
	.mbd50 { margin-bottom: 50px; }
	.mbd55 { margin-bottom: 55px; }
	.mbd60 { margin-bottom: 60px; }
	.mbd65 { margin-bottom: 65px; }
	.mbd70 { margin-bottom: 70px; }
	.mbd75 { margin-bottom: 75px; }
	.mbd80 { margin-bottom: 80px; }
	.mbd85 { margin-bottom: 85px; }
	.mbd90 { margin-bottom: 90px; }
	.mbd95 { margin-bottom: 95px; }
	.mbd100 { margin-bottom: 100px; }
	.mbd105 { margin-bottom: 105px; }
	.mbd110 { margin-bottom: 110px; }
	.mbd115 { margin-bottom: 115px; }
	.mbd120 { margin-bottom: 120px; }
	.mbd125 { margin-bottom: 125px; }
	.mbd130 { margin-bottom: 130px; }
	.mbd135 { margin-bottom: 135px; }
	.mbd140 { margin-bottom: 140px; }
	.mbd145 { margin-bottom: 145px; }
	.mbd150 { margin-bottom: 150px; }
	.mbd155 { margin-bottom: 155px; }
	.mbd160 { margin-bottom: 160px; }
	.mbd165 { margin-bottom: 165px; }
	.mbd170 { margin-bottom: 170px; }
	.mbd175 { margin-bottom: 175px; }
	.mbd180 { margin-bottom: 180px; }
	.mbd185 { margin-bottom: 185px; }
	.mbd190 { margin-bottom: 190px; }
	.mbd195 { margin-bottom: 195px; }
	.mbd200 { margin-bottom: 200px; }
	.mbd205 { margin-bottom: 205px; }
	.mbd210 { margin-bottom: 210px; }
	.mbd215 { margin-bottom: 215px; }
	.mbd220 { margin-bottom: 220px; }
	.mbd225 { margin-bottom: 225px; }
	.mbd230 { margin-bottom: 230px; }
	.mbd235 { margin-bottom: 235px; }
	.mbd240 { margin-bottom: 240px; }
	.mbd245 { margin-bottom: 245px; }
	.mbd250 { margin-bottom: 250px; }

	/* Padding Top */
	.ptd5 { padding-top: 5px; }
	.ptd10 { padding-top: 10px; }
	.ptd15 { padding-top: 15px; }
	.ptd20 { padding-top: 20px; }
	.ptd25 { padding-top: 25px; }
	.ptd30 { padding-top: 30px; }
	.ptd35 { padding-top: 35px; }
	.ptd40 { padding-top: 40px; }
	.ptd45 { padding-top: 45px; }
	.ptd50 { padding-top: 50px; }
	.ptd55 { padding-top: 55px; }
	.ptd60 { padding-top: 60px; }
	.ptd65 { padding-top: 65px; }
	.ptd70 { padding-top: 70px; }
	.ptd75 { padding-top: 75px; }
	.ptd80 { padding-top: 80px; }
	.ptd85 { padding-top: 85px; }
	.ptd90 { padding-top: 90px; }
	.ptd95 { padding-top: 95px; }
	.ptd100 { padding-top: 100px; }
	.ptd105 { padding-top: 105px; }
	.ptd110 { padding-top: 110px; }
	.ptd115 { padding-top: 115px; }
	.ptd120 { padding-top: 120px; }
	.ptd125 { padding-top: 125px; }
	.ptd130 { padding-top: 130px; }
	.ptd135 { padding-top: 135px; }
	.ptd140 { padding-top: 140px; }
	.ptd145 { padding-top: 145px; }
	.ptd150 { padding-top: 150px; }
	.ptd155 { padding-top: 155px; }
	.ptd160 { padding-top: 160px; }
	.ptd165 { padding-top: 165px; }
	.ptd170 { padding-top: 170px; }
	.ptd175 { padding-top: 175px; }
	.ptd180 { padding-top: 180px; }
	.ptd185 { padding-top: 185px; }
	.ptd190 { padding-top: 190px; }
	.ptd195 { padding-top: 195px; }
	.ptd200 { padding-top: 200px; }
	.ptd205 { padding-top: 205px; }
	.ptd210 { padding-top: 210px; }
	.ptd215 { padding-top: 215px; }
	.ptd220 { padding-top: 220px; }
	.ptd225 { padding-top: 225px; }
	.ptd230 { padding-top: 230px; }
	.ptd235 { padding-top: 235px; }
	.ptd240 { padding-top: 240px; }
	.ptd245 { padding-top: 245px; }
	.ptd250 { padding-top: 250px; }

	/* Padding Bottom */
	.pbd5 { padding-bottom: 5px; }
	.pbd10 { padding-bottom: 10px; }
	.pbd15 { padding-bottom: 15px; }
	.pbd20 { padding-bottom: 20px; }
	.pbd25 { padding-bottom: 25px; }
	.pbd30 { padding-bottom: 30px; }
	.pbd35 { padding-bottom: 35px; }
	.pbd40 { padding-bottom: 40px; }
	.pbd45 { padding-bottom: 45px; }
	.pbd50 { padding-bottom: 50px; }
	.pbd55 { padding-bottom: 55px; }
	.pbd60 { padding-bottom: 60px; }
	.pbd65 { padding-bottom: 65px; }
	.pbd70 { padding-bottom: 70px; }
	.pbd75 { padding-bottom: 75px; }
	.pbd80 { padding-bottom: 80px; }
	.pbd85 { padding-bottom: 85px; }
	.pbd90 { padding-bottom: 90px; }
	.pbd95 { padding-bottom: 95px; }
	.pbd100 { padding-bottom: 100px; }
	.pbd105 { padding-bottom: 105px; }
	.pbd110 { padding-bottom: 110px; }
	.pbd115 { padding-bottom: 115px; }
	.pbd120 { padding-bottom: 120px; }
	.pbd125 { padding-bottom: 125px; }
	.pbd130 { padding-bottom: 130px; }
	.pbd135 { padding-bottom: 135px; }
	.pbd140 { padding-bottom: 140px; }
	.pbd145 { padding-bottom: 145px; }
	.pbd150 { padding-bottom: 150px; }
	.pbd155 { padding-bottom: 155px; }
	.pbd160 { padding-bottom: 160px; }
	.pbd165 { padding-bottom: 165px; }
	.pbd170 { padding-bottom: 170px; }
	.pbd175 { padding-bottom: 175px; }
	.pbd180 { padding-bottom: 180px; }
	.pbd185 { padding-bottom: 185px; }
	.pbd190 { padding-bottom: 190px; }
	.pbd195 { padding-bottom: 195px; }
	.pbd200 { padding-bottom: 200px; }
	.pbd205 { padding-bottom: 205px; }
	.pbd210 { padding-bottom: 210px; }
	.pbd215 { padding-bottom: 215px; }
	.pbd220 { padding-bottom: 220px; }
	.pbd225 { padding-bottom: 225px; }
	.pbd230 { padding-bottom: 230px; }
	.pbd235 { padding-bottom: 235px; }
	.pbd240 { padding-bottom: 240px; }
	.pbd245 { padding-bottom: 245px; }
	.pbd250 { padding-bottom: 250px; }
}

@media screen and (max-width: 767px) {
	/* Margini e padding per mobile */

	/* Margin Top */
	.mtm5 { margin-top: 5px; }
	.mtm10 { margin-top: 10px; }
	.mtm15 { margin-top: 15px; }
	.mtm20 { margin-top: 20px; }
	.mtm25 { margin-top: 25px; }
	.mtm30 { margin-top: 30px; }
	.mtm35 { margin-top: 35px; }
	.mtm40 { margin-top: 40px; }
	.mtm45 { margin-top: 45px; }
	.mtm50 { margin-top: 50px; }
	.mtm55 { margin-top: 55px; }
	.mtm60 { margin-top: 60px; }
	.mtm65 { margin-top: 65px; }
	.mtm70 { margin-top: 70px; }
	.mtm75 { margin-top: 75px; }
	.mtm80 { margin-top: 80px; }
	.mtm85 { margin-top: 85px; }
	.mtm90 { margin-top: 90px; }
	.mtm95 { margin-top: 95px; }
	.mtm100 { margin-top: 100px; }
	.mtm105 { margin-top: 105px; }
	.mtm110 { margin-top: 110px; }
	.mtm115 { margin-top: 115px; }
	.mtm120 { margin-top: 120px; }
	.mtm125 { margin-top: 125px; }
	.mtm130 { margin-top: 130px; }
	.mtm135 { margin-top: 135px; }
	.mtm140 { margin-top: 140px; }
	.mtm145 { margin-top: 145px; }
	.mtm150 { margin-top: 150px; }
	.mtm155 { margin-top: 155px; }
	.mtm160 { margin-top: 160px; }
	.mtm165 { margin-top: 165px; }
	.mtm170 { margin-top: 170px; }
	.mtm175 { margin-top: 175px; }
	.mtm180 { margin-top: 180px; }
	.mtm185 { margin-top: 185px; }
	.mtm190 { margin-top: 190px; }
	.mtm195 { margin-top: 195px; }
	.mtm200 { margin-top: 200px; }
	.mtm205 { margin-top: 205px; }
	.mtm210 { margin-top: 210px; }
	.mtm215 { margin-top: 215px; }
	.mtm220 { margin-top: 220px; }
	.mtm225 { margin-top: 225px; }
	.mtm230 { margin-top: 230px; }
	.mtm235 { margin-top: 235px; }
	.mtm240 { margin-top: 240px; }
	.mtm245 { margin-top: 245px; }
	.mtm250 { margin-top: 250px; }
	
	/* Margin Bottom */
	.mbm5 { margin-bottom: 5px; }
	.mbm10 { margin-bottom: 10px; }
	.mbm15 { margin-bottom: 15px; }
	.mbm20 { margin-bottom: 20px; }
	.mbm25 { margin-bottom: 25px; }
	.mbm30 { margin-bottom: 30px; }
	.mbm35 { margin-bottom: 35px; }
	.mbm40 { margin-bottom: 40px; }
	.mbm45 { margin-bottom: 45px; }
	.mbm50 { margin-bottom: 50px; }
	.mbm55 { margin-bottom: 55px; }
	.mbm60 { margin-bottom: 60px; }
	.mbm65 { margin-bottom: 65px; }
	.mbm70 { margin-bottom: 70px; }
	.mbm75 { margin-bottom: 75px; }
	.mbm80 { margin-bottom: 80px; }
	.mbm85 { margin-bottom: 85px; }
	.mbm90 { margin-bottom: 90px; }
	.mbm95 { margin-bottom: 95px; }
	.mbm100 { margin-bottom: 100px; }
	.mbm105 { margin-bottom: 105px; }
	.mbm110 { margin-bottom: 110px; }
	.mbm115 { margin-bottom: 115px; }
	.mbm120 { margin-bottom: 120px; }
	.mbm125 { margin-bottom: 125px; }
	.mbm130 { margin-bottom: 130px; }
	.mbm135 { margin-bottom: 135px; }
	.mbm140 { margin-bottom: 140px; }
	.mbm145 { margin-bottom: 145px; }
	.mbm150 { margin-bottom: 150px; }
	.mbm155 { margin-bottom: 155px; }
	.mbm160 { margin-bottom: 160px; }
	.mbm165 { margin-bottom: 165px; }
	.mbm170 { margin-bottom: 170px; }
	.mbm175 { margin-bottom: 175px; }
	.mbm180 { margin-bottom: 180px; }
	.mbm185 { margin-bottom: 185px; }
	.mbm190 { margin-bottom: 190px; }
	.mbm195 { margin-bottom: 195px; }
	.mbm200 { margin-bottom: 200px; }
	.mbm205 { margin-bottom: 205px; }
	.mbm210 { margin-bottom: 210px; }
	.mbm215 { margin-bottom: 215px; }
	.mbm220 { margin-bottom: 220px; }
	.mbm225 { margin-bottom: 225px; }
	.mbm230 { margin-bottom: 230px; }
	.mbm235 { margin-bottom: 235px; }
	.mbm240 { margin-bottom: 240px; }
	.mbm245 { margin-bottom: 245px; }
	.mbm250 { margin-bottom: 250px; }
	
	/* Padding Top */
	.ptm5 { padding-top: 5px; }
	.ptm10 { padding-top: 10px; }
	.ptm15 { padding-top: 15px; }
	.ptm20 { padding-top: 20px; }
	.ptm25 { padding-top: 25px; }
	.ptm30 { padding-top: 30px; }
	.ptm35 { padding-top: 35px; }
	.ptm40 { padding-top: 40px; }
	.ptm45 { padding-top: 45px; }
	.ptm50 { padding-top: 50px; }
	.ptm55 { padding-top: 55px; }
	.ptm60 { padding-top: 60px; }
	.ptm65 { padding-top: 65px; }
	.ptm70 { padding-top: 70px; }
	.ptm75 { padding-top: 75px; }
	.ptm80 { padding-top: 80px; }
	.ptm85 { padding-top: 85px; }
	.ptm90 { padding-top: 90px; }
	.ptm95 { padding-top: 95px; }
	.ptm100 { padding-top: 100px; }
	.ptm105 { padding-top: 105px; }
	.ptm110 { padding-top: 110px; }
	.ptm115 { padding-top: 115px; }
	.ptm120 { padding-top: 120px; }
	.ptm125 { padding-top: 125px; }
	.ptm130 { padding-top: 130px; }
	.ptm135 { padding-top: 135px; }
	.ptm140 { padding-top: 140px; }
	.ptm145 { padding-top: 145px; }
	.ptm150 { padding-top: 150px; }
	.ptm155 { padding-top: 155px; }
	.ptm160 { padding-top: 160px; }
	.ptm165 { padding-top: 165px; }
	.ptm170 { padding-top: 170px; }
	.ptm175 { padding-top: 175px; }
	.ptm180 { padding-top: 180px; }
	.ptm185 { padding-top: 185px; }
	.ptm190 { padding-top: 190px; }
	.ptm195 { padding-top: 195px; }
	.ptm200 { padding-top: 200px; }
	.ptm205 { padding-top: 205px; }
	.ptm210 { padding-top: 210px; }
	.ptm215 { padding-top: 215px; }
	.ptm220 { padding-top: 220px; }
	.ptm225 { padding-top: 225px; }
	.ptm230 { padding-top: 230px; }
	.ptm235 { padding-top: 235px; }
	.ptm240 { padding-top: 240px; }
	.ptm245 { padding-top: 245px; }
	.ptm250 { padding-top: 250px; }
	
	/* Padding Bottom */
	.pbm5 { padding-bottom: 5px; }
	.pbm10 { padding-bottom: 10px; }
	.pbm15 { padding-bottom: 15px; }
	.pbm20 { padding-bottom: 20px; }
	.pbm25 { padding-bottom: 25px; }
	.pbm30 { padding-bottom: 30px; }
	.pbm35 { padding-bottom: 35px; }
	.pbm40 { padding-bottom: 40px; }
	.pbm45 { padding-bottom: 45px; }
	.pbm50 { padding-bottom: 50px; }
	.pbm55 { padding-bottom: 55px; }
	.pbm60 { padding-bottom: 60px; }
	.pbm65 { padding-bottom: 65px; }
	.pbm70 { padding-bottom: 70px; }
	.pbm75 { padding-bottom: 75px; }
	.pbm80 { padding-bottom: 80px; }
	.pbm85 { padding-bottom: 85px; }
	.pbm90 { padding-bottom: 90px; }
	.pbm95 { padding-bottom: 95px; }
	.pbm100 { padding-bottom: 100px; }
	.pbm105 { padding-bottom: 105px; }
	.pbm110 { padding-bottom: 110px; }
	.pbm115 { padding-bottom: 115px; }
	.pbm120 { padding-bottom: 120px; }
	.pbm125 { padding-bottom: 125px; }
	.pbm130 { padding-bottom: 130px; }
	.pbm135 { padding-bottom: 135px; }
	.pbm140 { padding-bottom: 140px; }
	.pbm145 { padding-bottom: 145px; }
	.pbm150 { padding-bottom: 150px; }
	.pbm155 { padding-bottom: 155px; }
	.pbm160 { padding-bottom: 160px; }
	.pbm165 { padding-bottom: 165px; }
	.pbm170 { padding-bottom: 170px; }
	.pbm175 { padding-bottom: 175px; }
	.pbm180 { padding-bottom: 180px; }
	.pbm185 { padding-bottom: 185px; }
	.pbm190 { padding-bottom: 190px; }
	.pbm195 { padding-bottom: 195px; }
	.pbm200 { padding-bottom: 200px; }
	.pbm205 { padding-bottom: 205px; }
	.pbm210 { padding-bottom: 210px; }
	.pbm215 { padding-bottom: 215px; }
	.pbm220 { padding-bottom: 220px; }
	.pbm225 { padding-bottom: 225px; }
	.pbm230 { padding-bottom: 230px; }
	.pbm235 { padding-bottom: 235px; }
	.pbm240 { padding-bottom: 240px; }
	.pbm245 { padding-bottom: 245px; }
	.pbm250 { padding-bottom: 250px; }
	
	.colonne_prodotti {
		margin-top: 25px;
	}
	.wall_prodotti ul.products {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		gap: 10px !important;
	}
	.wall_prodotti ul.products .product {
		width: calc(50% - 5px);
	}
	.filter-card {
		width: 300px;
	}
	.search-filter-results .woocommerce-ordering {
		float: none;
		top: 0;
		margin: 20px 0;
	}
	.search-filter-results .woocommerce-ordering .wpex-select-wrap {
		max-width: 250px;
		margin-left: auto;
	}
	.wpex-mini-cart .wpex-off-canvas__header .wpex-off-canvas__title {
		font-size: 25px;
	}
	.wpex-mini-cart .wpex-off-canvas__footer .wpex-mini-cart__footer-total {
		font-size: 16px;
	}
	.wpex-mini-cart .wpex-off-canvas__footer {
		box-shadow: 0px -8px 25.1px 0px #00000026;
		padding: 20px 25px;
	}
	.wpex-mini-cart .wpex-off-canvas__header,
	.wpex-mini-cart  .wpex-off-canvas__content {
		padding-left: 25px;
		padding-right: 25px;
	}
	
	.wpex-mini-cart .wpex-mini-cart-item__info .wpex-heading {
		flex-direction: column;
	}
	.wpex-mini-cart .wpex-mini-cart-item__info .wpex-heading .wpex-mini-cart-item__title,
	.wpex-mini-cart .wpex-mini-cart-item__info .wpex-heading .wpex-mini-cart-item__total {
		width: 100%;
		text-align: left;
	}
	.wpex-mini-cart .wpex-mini-cart-item__info .wpex-mini-cart-item__footer {
		justify-content: space-between;
	}
	.wpex-mini-cart .wpex-mini-cart-item__info .wpex-mini-cart-item__footer .wt-icon {
		top: -37px;
	}
	.wpex-mini-cart .wpex-mini-cart-item__info .wpex-heading .wpex-mini-cart-item__title {
		margin-bottom: 5px;
	}
	
}

@media screen and (max-width: 360px) {
   #wpex-off-canvas-cart.wpex-z-off-canvas {
		width: 100%;
		left: 0;
		right: 0;
		max-width: 100%;
	}	
}