@charset "UTF-8";

/*
Theme Name: abc
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 5.6
Requires PHP: 5.6
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/
@font-face {  font-family: 'sbmfont-plain';  src: url('../abc/font/Plain-Regular.otf');  font-display: swap;}
@font-face {  font-family: 'sbmfont-sang';  src: url('../abc/font/SangBleuOGSans-Light.otf');  font-weight:bold;  font-display: swap;}
@font-face {  font-family: 'sbmfont-suisse';  src: url('../abc/font/Suisse-BP.otf');  font-display: swap;}
@font-face {  font-family: 'sbmfont-suisse';  src: url('../abc/font/Suisse-BP-regular.otf');  font-weight:bold;  font-display: swap;}
body, html, div, p, a, ul, li, input, h1, h2, h3, select,textarea {font-family: 'sbmfont-sang';font-size:15px;line-height: 18px;border-radius:0;border:0;box-shadow:none;margin:0;padding:0;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;color:black;text-decoration:none;list-style: none;}
h1,h2,h3 {font-weight:normal;}
.left {float:left;}
.right {float:right;}
.clear {clear:both;}
div#header img {width: 200px;}
main#main { margin: 30px; }
.center { text-align: center; }
.title-cart-s *, .title-cart-s, .bastone, .bastone * {
    /*font-family: 'sbmfont-suisse';*/
		font-family: 'sbmfont-sang'; 
}
#top-menu * {
	font-family: 'sbmfont-suisse';
}
span.title {
    font-size: 30px;
    line-height: 30px;
    margin-top: 10px;
    display: block;
    text-align: center;
}

.category-list {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    width: 65%;
    margin-left: auto;
    margin-right: auto;
}

.single-category img {
    display: block;
    width: 100%;
}
div#header {
    padding: 70px;
    padding-top: 70px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-bottom: 0;
}

div#primary {
    margin-top: 150px;
    margin-bottom: 60px;
}

div#content {
    min-height: calc(100vh - 200px);
    padding-top: 140px;
}
.left-infi {
    width: 35%;
		position:relative;
    float: left;
}

.image-intro img {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid;
}

.right-info {
    width: calc(65% - 40px);
    margin-left: 40px;
    float: left;
}

.forme {
    margin-top: 40px;
    border-bottom: 1px solid;
    padding-bottom: 40px;
}

.forma {
    margin-top: 10px;
    display: inline-block;
    margin-right: 0px;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    border: 4px solid transparent;
}

.rettangolare {
    width: 80px;
    height: 40px;
    border: 1px solid;
    display: inline-block;
    vertical-align: middle;
}
.quadrato {
    width: 40px;
    height: 40px;
    display: inline-block;
    border: 1px solid;
    vertical-align: middle;
}
span.nome {
    margin-top: 5px;
    display: none;
}

.forma-icon {
    cursor: pointer;
}

.circolare {
    width: 40px;
    height: 40px;
    display: inline-block;
    border: 1px solid;
    vertical-align: middle;
    border-radius:50%;  
}
.ovale {
    width: 80px;
    height: 40px;
    display: inline-block;
    border: 1px solid;
    vertical-align: middle;
    border-radius: 50%;
}

.rettangolare-t {
    width: 80px;
    height: 40px;
    border: 1px solid;
    display: inline-block;
    vertical-align: middle;
    border-radius: 10px;
}

.colore {
    margin-top: 40px;
    border-bottom: 1px solid;
    padding-bottom: 40px;
}

.forma.attiva {
    border: 4px solid #1777ca;
    color: white;
}
.prodotti {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    text-align: center;
    margin-top: 10px;
}
.info-left {
    width: 55%;
    float: left;
    font-weight: bold;
}

.info-right {
    width: 45%;
    float: left;
}

.info-row {
    clear: both;
}
span.titolo-immagine {
    padding-top: 5px;
    display: block;
}
.bold {font-weight:bold;}
.prodotto img {
    display: block;
    width: 100%;
    border: 1px solid;
}

.forma.attiva * {
}
.prodotto {
    cursor: pointer;
    padding: 5px;
}
.product-list {
    padding-bottom: 100px;
    margin-left: 40px;
    margin-right: 40px;
}
footer {
    margin-bottom: 20px;
}
.info-row {
    margin-bottom: 5px;
}

.info-b {
    margin-top: 20px;
}
form.order-form {
    margin-top: 40px;
}
textarea {
    height: 150px;
}
.prodotto.attivo-prodotto {
    border: 4px solid #1777ca;
}
div#basket .mini-cart {
    display: none !important;
    position: absolute;
    left: 0;
    right: 0;
    background: #efefef;
    top: 44px;
    border-bottom: 1px solid #ccc;
}

div#basket {float: right;}
span.nCart {
    background: black;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    font-family: 'sbmfont-suisse';
    line-height: 23px;
    font-size: 12px;
    vertical-align: middle;
    font-weight: bold;
}
div#menu-collezioni {
    position: absolute;
    top: 131px;
    left: 50%;
    text-align: center;
    transform: translate(-50%,0);
    width: auto;
}

.single-category-menu {
    display: inline-block;
    margin: 0 20px;
}

.single-category-menu a {
    font-size: 25px;
}
.single-category-menu.attiva-c .title-menu {
    text-decoration: underline;
}
.image-cart {
    width: calc(15% - 40px);
    float: left;
    margin-right: 40px;
}

.image-cart img {
    width: calc(100% - 10px);
    height: auto;
    display: block;
    margin-left: 10px;
}

.referenza {
    width: 150px;
    float: left;
}

.mq {
    width: 70px;
    float: left;
}

.descrizione {
    width: calc(85% - 780px);
    float: left;
}

.ModifyCart {
    width: 150px;
    float: left;
    height: 100%;
}

.prezzo-unitario {
    width: 10%;
    float: left;
}

.qty-block {
    width: 100px;
    float: left;
}

.price-single {
    width: 140px;
    float: left;
    text-align: left;
}

.qty-single {
    width: 50%;
    float: left;
}

.totale-prodotto {
    width: 120px;
    float: left;
    text-align: left;
}

.RemoveFromCart {
    position: absolute;
    top: 0px;
    right: 10px;
}

.item-cart {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
}
.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.disabled input {
    background: #ccc;
}
.hidden1,.hidden2 {
    display: none;
}
.obbligatorio {
    background: #ffafaf;
}
.colhc {
    font-weight: bold;
    font-size: 16px;
    float: left;
    width: 8%;
}

.header-cart-c {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.col1hc.colhc {
    width: calc(85% - 410px);
    margin-left: 15%;
}

span.title-label {
    display: block;
    font-weight: bold;
    text-align: left;
    margin-right: 10px;
}

span.box-b {
    display: block;
    border: 1px solid #ccc;
    padding: 11px 7px 7px 7px;
    margin-top: 7px;
    text-align: center;
    margin-right: 10px;
}
.riepilogo-ordine-t.fontBig {
    font-size: 40px;
    margin-bottom: 40px;
}
.item-cart:nth-child(2n) {
    background: #efefef;
}

.numChange {
    display: block;
    border: 1px solid #ccc;
    padding: 11px 7px 7px 7px;
    text-align: center;
    margin-right: 10px;
    background: none;
    border-radius: 0;
}

* {
    outline: 0;
}
.m-cart-r {
    position: relative;
}
img.trashimg {
    width: 25px;
    cursor: pointer;
    background: #ccc;
    border-radius: 50%;
    padding: 10px;
}
.checkout-f a {
    background: #888888;
    display: block;
    border-radius: 5px;
    padding: 6.5px 0px;
    font-size: 14px;
    line-height: 17px;
    -webkit-appearance: none;
    text-align: center;
    cursor: pointer;
    transition: color 0.5s ease;
    padding: 17px;
    font-size: 17px;
    color: white;
    width: calc(100% - 45px);
    margin-left: 10px;
}

.container-totals {
    text-align: right;
    padding-top: 30px;
    margin-bottom: 27px;
    padding-right: 10px;
    margin-top: 30px;
    max-width: 400px;
    float: right;
    width: 100%;
    background: #efefef;
}
svg#SHOOPPING_BAG {
    width: 30px;
    height: auto;
    vertical-align: middle;
    margin-right: 3px;
}
.sub-totale {
    text-align: center;
    font-size: 23px;
    font-weight: bold;
}

.checkout-f {
    text-align: right;
    margin-top: 20px;
    padding-bottom: 10px;
}
.col2hc.colhc {
    text-align: left;
    width: 140px;
}

.col3hc.colhc {
    width: 100px;
}

.col4hc.colhc {
    width: 120px;
}

span.trashtext {
    cursor: pointer;
    font-family: 'sbmfont-sang';
    border-bottom: 1px solid;
    transition: color 0.5s ease;
}
a.logo-right {
    float: right;
}
span.title-carrello {
    vertical-align: middle;
    margin-left: 10px;
    display: inline-block;
    margin-top: 4px;
}
.no-item {
    text-align: center;
    font-size: 40px;
    font-family: 'sbmfont-sang';
}
div#top-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #efefef;
    padding: 10px 65px;
    z-index: 100;
    border-bottom: 1px solid #ccc;
}
.left-menu-top {
    float: left;
    margin-top: 4px;
}

a.account {
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #ccc;
    transition: color 0.5s ease;
}

a.esci {
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #ccc;
    transition: color 0.5s ease;
}
.small.closeCart.left {
    position: absolute;
    top: 10px;
    right: 10px;
}

#basket .riepilogo-ordine-t.fontBig {
    margin-top: 20px;
    margin-left: 10px;
}
a.esci:hover {
    color: red;
}
a.account:hover {
    color: #aaa;
}
.add-to-cart .qty-wrapper .qty {
    margin-right: 5px;
    height: 35px;
    width: 60px !important;
    text-align: center;
    margin-bottom: 0;
    margin-left: 8px;
    margin-right: 7px;
}
.add-to-cart .qty-wrapper > * {
    display: inline-block;
    vertical-align: middle;
}
.qty-button.increase {
    margin-bottom: 5px;
}
.qty-button.increase:before {
    content: "+";
}
.qty-button.decrease:before {
    content: "–";
}
.add-to-cart.left-side .qty-wrapper label {
    padding-left: 10px;
}
.prezzo-pezzo {
    font-size: 30px;
    font-weight: bold;
    display: inline-block;
    width: 133px;
}

.qty-wrapper {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.submit {
    display: block;
    margin-left: 20px;
}

.qty-button {
    width: 19px;
    border: 1px solid #828282;
    height: 19px;
    text-align: center;
    line-height: 20px;
    font-size: 20px;
    cursor: pointer;
    border-radius: 2px;
}
img.trashimg:hover {
    background: #bbb;
}

span.trashtext:hover {
    color: #aaa;
}
.password-lost .obbligatorio {
    background: none;
}
.logo-wrapper {
    display: none;
}
button#product-print-button {
    background: #ccc;
    display: inline-block;
    border-radius: 5px;
    padding: 6.5px 0px;
    font-size: 14px;
    line-height: 17px;
    -webkit-appearance: none;
    width: 230px;
    text-align: center;
    cursor: pointer;
    transition: color 0.5s ease;
    padding: 14px;
    color: white;
    font-size: 17px;
    border: 0;
    color: black;
    float: right;
}
.addtcC {
    width: 440px;
    float: left;
    margin-bottom: 40px;
}
button#product-print-button img {
    margin-right: 10px;
    width: 25px;
    vertical-align: middle;
    display: inline-block;
}
.qty-button:hover {
    background: rgb(51,51,51);
    color: white;
}
.message-form.greeen {
    clear: both;
    padding-top: 0;
    font-size: 21px;
    color: black;
    line-height: 25px;
    background: #b8fbb8;
    text-align: center;
}

.message-form.greeen * {
    font-size: 21px;
    line-height: 25px;
}
.message-form.greeen .vai-al-carreello:hover, .message-form.greeen .altro-ordine:hover {
	color:#aaa;
}
.message-form.greeen .vai-al-carreello, .message-form.greeen .altro-ordine {
    text-decoration: underline;
    cursor: pointer;
}
.message-form.greeen .padder {
    padding: 10px;
		display:block;
}
.buttons.center .button-rl {
    display: inline-block;
}

.buttons .button-rl a {
    width: 210px;
    margin: 20px;
}
.fontBig, .fontBig * {
    font-size: 40px;
    line-height: 44px;
}
.lista-ordini table {
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}

.lista-ordini {
    margin-top: 40px;
}

.lista-ordini table td {
    border: 1px solid #cecece;
    padding: 10px;
    vertical-align: top;
}

.lista-ordini table tr:nth-child(2n) {
    background: #eee;
}

.order-list-container {
    padding-bottom: 100px;
    margin-left: 40px;
    margin-right: 40px;
}
span.cat-info {
    font-size: 20px;
    font-weight: bold;
    display: block;
}

span.row-info {
    display: block;
    margin-left: 10px;
    margin-top: 10px;
}

table.table-ordine {
    width: 100%;
    text-align: left;
}

table.table-ordine td {
    vertical-align: top;
    padding: 10px;
    border: 1px solid #ccc;
}

table.table-ordine {
    margin-top: 40px;
    border-collapse: collapse;
}

table.table-ordine th {
    padding-bottom: 10px;
}
.order-container {
    padding-bottom: 100px;
    margin-left: 40px;
    margin-right: 40px;
}
td.col-ro.col-ro5 {
    text-decoration: underline;
    font-weight: bold;
}
td.col-ro.col-ro5 {
    vertical-align: middle;
    text-align: center;
}
.back-order {
    margin-bottom: 30px;
}
table.table-ordine tr:nth-child(2n) {
    background: #eee;
}
.button-rl.stampa-ordine {
    text-align: right;
}
tr.totale-complessivo td {
    border: 0;
}
.icona img {
    height: 54px;
}

.icona {
    display: inline-block;
    margin: 2px;
}

.icone {
    margin-top: 30px;
}
.certificazione img {
    max-height: 220px;
    max-width: 90px;
}

.certificazione {
    display: inline-block;
    vertical-align: middle;
}

.certificazioni {
    margin-top: 40px;
}
.gallery-link {
    text-align: right;
    margin-bottom: 11px;
    display: none;
    position: absolute;
    top: -60px;
    right: 0;
    font-size: 20px;
    cursor: pointer;
    padding: 10px;
    border: 1px solid;
}
.overlay-gallery.attivo {
    pointer-events: all;
    opacity: 1;
}

.overlay-gallery {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background: rgba(255,255,255,0.9);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease;
}

.prod-in-gal {
    background-size: contain !important;
    width: 100%;
    height: 100%;
}

.innr-gal {
    width: 80vw;
    height: 90vh;
    max-height: 1500px;
    position: absolute !important;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0,-50%);
}

.bx-viewport {
    height: 100vh !important;
}

.bx-wrapper {
    height: 100% !important;
}

a.bx-prev {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    bottom: 0;
    z-index: 10;
    text-indent: -100000px;
    overflow: hidden;
}

a.bx-next {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    bottom: 0;
    z-index: 10;
    text-indent: -100000px;
    overflow: hidden;
}

.close-gallery {
    position: absolute;
    top: 20px;
    right: 30px;
    width: 80px;
    height: 80px;
    cursor: pointer;
    z-index: 10000;
}

.close1 {
    width: 50px;
    height: 2px;
    background: black;
    position: absolute;
    transform: rotate(45deg);
    top: 30px;
    right: 0;
}

.close2 {
    width: 50px;
    height: 2px;
    background: black;
    position: absolute;
    transform: rotate(-45deg);
    top: 30px;
    right: 0;
}

.gallery-link img {
    width: 22px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 7px;
    margin-top: -3px;
}
.indirizzo .col50 {
    width: auto;
		margin-right:100px;
}
.indirizzo {
    pointer-events: none;
    margin-top: -156px;
}
.font20 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
@media all and (max-width:1240px) {
	.product-list {
	    margin-left: 0;
	    margin-right: 0;
	}
	div#header {
	    padding-left: 10px;
	    padding-right: 10px;
	}

	div#top-menu {
	    padding-left: 30px;
	    padding-right: 30px;
	}
}
@media all and (max-width:767px) {
	a.logo-right {
	    display: none;
	}
	.indirizzo {
	    margin-top: 0;
	}

	.indirizzo .col50 {
	    margin-right: 0;
	    margin-bottom: 30px;
	}
	.gallery-link.bastone {
	    text-align: center;
	    position: relative;
	    top: 0;
	    margin-bottom: 20px;
	}
	.left-menu-top.bastone {
	    width: 100%;
	    float: none;
	}

	div#basket {
	    float: none;
	    margin-top: 12px;
	    text-align: center;
	}

	div#header {
	    text-align: center;
	    padding-top: 0;
	    position: relative;
	}

	div#header img {
	    width: 150px;
	}

	div#top-menu {
	    padding-left: 10px;
	    padding-right: 10px;
	}

	a.account {
	    margin-right: 5px;
	    padding-right: 5px;
	}

	a.esci.left {
	    padding-right: 5px;
	    margin-right: 5px;
	}

	div#top-menu * {
	    font-size: 13px;
	}

	div#content {
	    padding-top: 90px;
	}

	div#menu-collezioni {
	    position: relative;
	    top: 0;
	    transform: none;
	    left: 0;
	    margin-top: 20px;
	}

	main#main {
	    margin: 10px;
	}

	.category-list {
	    display: block;
	}

	div#primary {
	    margin-top: 70px;
	}

	.single-category {
	    margin-bottom: 30px;
	}
	.left-infi {
	    width: 100%;
			
	    float: none;
	}

	.right-info {
	    margin-left: 0;
	    width: 100%;
	    float: none;
	}

	.prodotti {
	    grid-template-columns: repeat(2,1fr);
	    grid-column-gap: 5px;
	}

	.qty-wrapper {
	    margin-left: 0;
	    display: block;
	    margin-top: 10px;
	    margin-bottom: 10xp;
	}

	input.addToCart {
	    width: auto;
	    padding-left: 0;
	    padding-right: 0;
	    width: 100%;
	}

	.addtcC {
	    width: 100%;
	    float: none;
	}

	button#product-print-button {
	    display: block;
	    width: 100%;
	    margin-top: 20px;
	}
	.container-totals {
	    float: none;
	    width: 100%;
	    max-width: initial;
	    padding: 20px 0;
	}

	.checkout-f a {
	    margin-left: 5px;
	}

	.header-cart-c {
	    display: none;
	}

	.image-cart {
	    width: 100%;
	    float: none;
	    margin-right: 0;
	    margin-bottom: 10px;
	}

	.image-cart img {
	    margin-left: 0;
	    width: 100%;
	}

	img.trashimg {
	    bottom: 0;
	    top: auto;
	    background: white;
	}

	.RemoveFromCart {
	    top: 10px;
	}

	.referenza {
	    width: 50%;
	    float: left;
	}

	.mq {
	    width: 50%;
	}

	.descrizione {
	    width: 100%;
	    float: none;
	    padding-top: 10px;
	    clear: both;
	    margin-bottom: 20px;
	}

	.ModifyCart {
	    display: none;
	}

	.price-single {
	    width: 33%;
	}

	.qty-block.font11.bastone {
	    width: 33%;
	}

	.totale-prodotto.priceitem {
	    width: 33%;
	}
}
@media print {
	div#content {
	    padding-top: 0;
	}
	.back-order,.button-rl.stampa-ordine {
	    display:none;
	}
	div#top-menu {
	    display: none;
	}

	div#menu-collezioni {
	    display: none;
	}

	div#header {
	    position: relative;
	    padding: 0;
	}

	a.logo-right {
	    display: none;
	}

	div#primary {
	    margin-top: 50px;
	}

	.order-container.bastone {
	    margin-left: 0;
	    margin-right: 0;
	}

	main#main {
	    margin: 0;
	}

	.order-container {
	    padding-bottom: 10px;
	}
	.order-container .fontBig {
	    font-size: 30px;
	}
	#content a:link:after, #content a:visited:after {    
	  content: "";      
	}
}