.r19-row-sticky {
position: fixed;
left: 16px;
right: 16px;
bottom: 16px;
z-index: 99990;
display: flex;
gap: 12px;
align-items: center;
justify-content: center;
padding: 12px 16px;
background: #fff;
border: 1px solid #d7d7d7;
box-shadow: 0 8px 28px rgba(0,0,0,.14);
border-radius: 12px;
}
.r19-row-sticky span { max-width: 720px; }
.r19-row-footer-link { text-align: center; margin: 24px 0; }
.r19-row-link { background: none; border: 0; padding: 0; text-decoration: underline; cursor: pointer; color: inherit; }
.r19-row-modal { display: none; position: fixed; inset: 0; z-index: 100000; }
.r19-row-modal.is-open { display: block; }
.r19-row-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.55); }
.r19-row-dialog {
position: relative;
width: min(720px, calc(100vw - 32px));
max-height: calc(100vh - 48px);
overflow: auto;
margin: 24px auto;
padding: 24px;
background: #fff;
border-radius: 12px;
box-shadow: 0 18px 60px rgba(0,0,0,.22);
}
.r19-row-x { position: absolute; right: 14px; top: 10px; font-size: 28px; line-height: 1; border: 0; background: none; cursor: pointer; }
.r19-row-form input[type="text"], .r19-row-form input[type="email"], .r19-row-form input[type="number"], .r19-row-form select { width: 100%; max-width: 420px; }
.r19-row-message { margin: 10px 0; padding: 10px 12px; border-radius: 8px; display: none; }
.r19-row-message:not(:empty) { display: block; }
.r19-row-message.is-error { background: #ffe9e9; border: 1px solid #d63638; }
.r19-row-message.is-success { background: #efffed; border: 1px solid #00a32a; }
.r19-row-item { display: grid; grid-template-columns: 1fr auto auto; gap: 12px; align-items: center; padding: 10px 0; border-bottom: 1px solid #eee; }
.r19-row-item small { grid-column: 1 / -1; opacity: .75; }
.r19-row-item.is-excluded { opacity: .55; }
.r19-row-item-total { white-space: nowrap; }
.r19-row-qty-label { display: flex; gap: 6px; align-items: center; }
.r19-row-qty-label input { width: 72px !important; }
.r19-row-legal-note { font-size: .95em; background: #f7f7f7; padding: 10px 12px; border-radius: 8px; }
body.r19-row-modal-open { overflow: hidden; }
@media (max-width: 680px) {
.r19-row-sticky { flex-direction: column; align-items: stretch; text-align: center; }
.r19-row-item { grid-template-columns: 1fr; }
}
.r19-row-order-banner {
display: flex;
flex-direction: column;
gap: 14px;
align-items: flex-start;
margin: 24px 0;
padding: 18px 20px;
border: 1px solid #d7d7d7;
background: #f8fafc;
border-radius: 12px;
}
.r19-row-order-banner__content { min-width: 0; width: 100%; }
.r19-row-order-banner .r19-row-open { margin-top: 2px; }
.r19-row-order-banner h3 { margin: 0 0 8px; }
.r19-row-order-banner p { margin: 0; }
.r19-row-order-banner small { opacity: .8; }
.r19-row-order-banner--requested { background: #fff8e5; border-color: #e0b341; }
.r19-row-order-banner--completed { background: #efffed; border-color: #00a32a; }
.r19-row-order-banner--rejected { background: #ffe9e9; border-color: #d63638; }
@media (max-width: 680px) {
.r19-row-order-banner { align-items: stretch; }
}
.r19-row-field-note {
display: block;
max-width: 520px;
margin-top: 6px;
opacity: .78;
line-height: 1.4;
}.woosb-wrap {
display: block;
width: 100%;
clear: both;
}
.woosb-wrap .woosb-text, .woosb-wrap .woosb-products, .woosb-bundles .woosb-text, .woosb-bundles .woosb-products {
margin: 0 0 15px 0;
}
.woosb-wrap .woosb-text, .woosb-bundles .woosb-text {
white-space: pre-line;
}
.woosb-products {
border-width: 1px 0 0 0;
border-style: dotted;
border-color: #e5e5e5;
}
.woosb-products .woosb-item-text {
padding: 10px 0;
margin: 0;
border-bottom: 1px dotted #e5e5e5;
}
.woosb-item-text-type-h1 > h1, .woosb-item-text-type-h2 > h2, .woosb-item-text-type-h3 > h3, .woosb-item-text-type-h4 > h4, .woosb-item-text-type-h5 > h5, .woosb-item-text-type-h6 > h6, .woosb-item-text-type-p > p {
margin: 0 !important;
}
.woosb-products .woosb-product {
display: flex;
align-items: center;
padding: 10px 0;
margin: 0;
border-bottom: 1px dotted #e5e5e5;
}
.woosb-products .woosb-product.woosb-product-hidden {
display: none;
}
.woosb-products .woosb-product.woosb-product-unpurchasable {
display: none;
}
.woosb-products .woosb-product > div {
padding: 0 5px;
}
.woosb-products .woosb-product .woosb-thumb {
width: 50px;
flex: 0 0 50px;
}
.woosb-products .woosb-product .woosb-thumb img {
width: 100%;
max-width: 100%;
height: auto;
display: block;
}
.woosb-products .woosb-product .woosb-quantity {
width: 80px;
flex: 0 0 80px;
}
.woosb-products .woosb-product .woosb-quantity.woosb-quantity-plus-minus {
width: 130px;
flex: 0 0 130px;
}
.woosb-products .woosb-product .woosb-quantity label {
display: none;
}
.woosb-products .woosb-product .woosb-quantity input {
width: 100%;
min-width: 40px;
text-align: center;
}
.woosb-products .woosb-product .woosb-price {
width: 100px;
flex: 0 0 100px;
text-align: end;
}
.woosb-products .woosb-product .woosb-price * {
font-size: inherit !important;
}
.woosb-products .woosb-product .woosb-price del {
opacity: .5;
text-decoration: line-through;
}
.woosb-products .woosb-product .woosb-price del span {
text-decoration: line-through;
}
.woosb-products .woosb-product .woosb-price ins {
font-weight: normal;
}
.woosb-products .woosb-product .woosb-price .amount {
display: inline-block;
}
.woosb-products .woosb-product .woosb-title {
flex-grow: 1;
text-align: start;
}
.woosb-products .woosb-product .woosb-title .woosb-title-inner {
display: block;
overflow: hidden;
}
.woosb-products .woosb-product .woosb-title .woosb-title-inner a {
text-decoration: none;
box-shadow: none;
}
.woosb-products .woosb-product .woosb-title .woovr-variations-select .woovr-variation-image, .woosb-products .woosb-product .woosb-title .woovr-variations-select .woovr-variation-price {
display: none !important;
}
.woosb-products .woosb-product .variations_form {
margin: 0;
padding: 0;
}
.woosb-products .woosb-product .woosb-title .stock {
font-size: 14px;
margin: 0;
padding: 0;
}
.woosb-products .woosb-product .woosb-title .stock.in-stock {
color: green;
}
.woosb-products .woosb-product .woosb-title .stock.available-on-backorder {
color: orange;
}
.woosb-products .woosb-product .woosb-title .stock.out-of-stock {
color: red;
}
.woosb-products .woosb-product .woosb-description, .woosb-products .woosb-product .woosb-variation-description {
font-size: 14px;
}
.woosb-products .woosb-product .variations_form .variations {
display: inline-block;
margin: 0 -3px;
padding: 0;
}
.woosb-products .woosb-product .variations_form .variations .variation {
display: inline-block;
border-width: 1px;
border-style: solid;
border-color: #e5e5e5;
padding: 5px 10px;
margin: 5px 3px 0 3px;
max-width: 100%;
border-radius: 2px;
float: none;
vertical-align: top;
}
.woosb-products .woosb-product .variations_form .variations .variation > div {
display: block;
}
.woosb-products .woosb-product .variations_form .variations .reset {
display: inline-block;
}
.woosb-products .woosb-product .variations_form .variations .variation:last-child {
margin-bottom: 0;
}
.woosb-products .woosb-product .variations_form .variations .variation .label {
font-size: 12px;
line-height: 1;
}
.woosb-products .woosb-product .variations_form .variations .variation .select {
line-height: 1;
}
.woosb-products .woosb-product .variations_form .variations .variation .select select {
width: 100%;
height: auto;
line-height: 1;
padding: 0 16px 0 0;
margin: 0;
background-color: transparent;
border-radius: 0;
border: none;
-webkit-appearance: none;
-moz-appearance: none;
outline: none;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAECAYAAACtBE5DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGNEQzN0Y2NTY0NjcxMUU3QjU5NUI5N0U0NjlDMTIzNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGNEQzN0Y2NjY0NjcxMUU3QjU5NUI5N0U0NjlDMTIzNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkY0RDM3RjYzNjQ2NzExRTdCNTk1Qjk3RTQ2OUMxMjM2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkY0RDM3RjY0NjQ2NzExRTdCNTk1Qjk3RTQ2OUMxMjM2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+pzgqpQAAADdJREFUeNpirKioWMDAwBDPgAoWMQGJLCC+hiR4HYgzQRLfgDgUSoNwCIhmgaq6BtXJCNMNEGAAbM0MK7OUU3AAAAAASUVORK5CYII=);
background-repeat: no-repeat;
background-position: 100% 50%;
background-size: auto;
}
.woosb-products .woosb-product .variations_form .variations a.reset_variations {
margin: 0;
font-size: 12px;
}
.woosb-item-child .product-price .amount, .woosb-item-child .product-price .tax_label,
.woosb-item-child .product-subtotal .amount, .woosb-item-child .product-subtotal .tax_label,
.woosb-item-child .product-total .amount, .woosb-item-child .product-total .tax_label {
opacity: .3;
}
.woosb-alert {
padding: 6px 10px 6px 14px;
border-left: 4px solid #222;
background-color: #eeeeee;
font-size: 14px;
}
body.woocommerce-no-js .woosb-wrap + form.cart {
display: none;
}
.woosb-disabled {
opacity: .5 !important;
pointer-events: none !important;
cursor: not-allowed !important;
}
.woosb-quantity-input {
display: flex;
align-items: center;
}
.woosb-quantity-input .quantity {
flex-grow: 1;
height: auto;
}
.woosb-quantity-plus-minus .plus, .woosb-quantity-plus-minus .minus, .woosb-quantity-plus-minus .quantity-minus, .woosb-quantity-plus-minus .quantity-plus, .woosb-quantity-plus-minus .plus-btn, .woosb-quantity-plus-minus .minus-btn {
display: none !important;
}
.woosb-quantity-input-plus, .woosb-quantity-input-minus {
width: 40px;
height: 40px;
flex: 0 0 40px;
line-height: 38px;
text-align: center;
cursor: pointer;
background-color: #fefefe;
border: 1px solid #e5e5e5;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.woosb-quantity-input .woosb-qty {
width: 100%;
min-width: 40px;
height: 40px;
line-height: 38px;
margin: 0;
padding: 0 5px;
box-shadow: none;
border-width: 1px 0;
border-style: solid;
border-color: #e5e5e5;
border-radius: 0;
background-color: #fefefe;
-moz-appearance: textfield;
}
.woosb-quantity-input .woosb-qty:focus {
outline: none;
outline-color: transparent;
}
.woosb-quantity-input-plus:hover, .woosb-quantity-input-minus:hover {
background-color: #f0f0f0;
}
.woosb-quantity-input input::-webkit-outer-spin-button, .woosb-quantity-input input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
} .woosb-products[class*="woosb-products-layout-grid"] {
display: flex;
flex-wrap: wrap;
margin-left: -10px;
margin-right: -10px;
border: none;
}
.woosb-products[class*="woosb-products-layout-grid"] .woosb-item-text {
width: 100%;
margin: 10px;
padding: 10px 0;
}
.woosb-products[class*="woosb-products-layout-grid"] .woosb-product {
width: calc(50% - 20px);
margin: 10px;
padding: 10px;
border: 1px solid #dddddd;
font-size: 14px;
text-align: center;
position: relative;
display: flex;
flex-direction: column;
}
.woosb-products[class*="woosb-products-layout-grid"] .woosb-product:hover {
border-color: green;
}
.woosb-products[class*="woosb-products-layout-grid"] .woosb-product .woosb-title-inner {
font-weight: 700;
}
.woosb-products.woosb-products-layout-grid-1 .woosb-product {
width: calc(100% - 20px);
}
.woosb-products.woosb-products-layout-grid-3 .woosb-product {
width: calc(100% / 3 - 20px);
}
.woosb-products.woosb-products-layout-grid-4 .woosb-product {
width: calc(25% - 20px);
}
.woosb-products[class*="woosb-products-layout-grid"] .woosb-product > div {
width: 100% !important;
flex: 0 0 auto !important;
text-align: center;
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
margin-bottom: 5px;
}
.woosb-products[class*="woosb-products-layout-grid"] .woosb-product > div:last-child {
margin-bottom: 0;
}
.woosb-products[class*="woosb-products-layout-grid"] .woosb-product select {
text-align: center;
}
.woosb-products[class*="woosb-products-layout-grid"] .woosb-product .variations_form .variations .reset {
display: none;
}
@media only screen and (max-width: 767px) {
.woosb-products[class*="woosb-products-layout-grid"] .woosb-product {
width: calc(50% - 20px);
}
}
@media only screen and (max-width: 479px) {
.woosb-products[class*="woosb-products-layout-grid"] .woosb-product {
width: calc(100% - 20px);
}
} body.rtl .woosb-alert {
padding: 6px 14px 6px 10px;
border-right: 4px solid #222;
border-left: none;
}.corp
{
max-width:1250px;
width:100%;
box-sizing:border-box;
padding-left:20px;
padding-right: 20px;
clear:both;
margin:auto;
position:relative;
}
.row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
.row [class*="col-"] {
margin: 10px;
box-sizing: border-box;
}
.col-1 {
-ms-flex: 0 0 calc(8.333333% - 20px);
flex: 0 0 calc(8.333333% - 20px);
max-width: calc(8.333333% - 20px);
}
.col-2 {
-ms-flex: 0 0 calc(16.666667% - 20px);
flex: 0 0 calc(16.666667% - 20px);
max-width: calc(16.666667% - 20px);
}
.col-3 {
-ms-flex: 0 0 calc(25% - 20px);
flex: 0 0 calc(25% - 20px);
max-width: calc(25% - 20px);
}
.col-4 {
-ms-flex: 0 0 calc(33.333333% - 20px);
flex: 0 0 calc(33.333333% - 20px);
max-width: calc(33.333333% - 20px);
}
.col-5 {
-ms-flex: 0 0 calc(41.666667% - 20px);
flex: 0 0 calc(41.666667% - 20px);
max-width: calc(41.666667% - 20px);
}
.col-6 {
-ms-flex: 0 0 calc(50% - 20px);
flex: 0 0 calc(50% - 20px);
max-width: calc(50% - 20px);
}
.col-7 {
-ms-flex: 0 0 calc(58.333333% - 20px);
flex: 0 0 calc(58.333333% - 20px);
max-width: calc(58.333333% - 20px);
}
.col-8 {
-ms-flex: 0 0 calc(66.666667% - 20px);
flex: 0 0 calc(66.666667% - 20px);
max-width: calc(66.666667% - 20px);
}
.col-9 {
-ms-flex: 0 0 calc(75% - 20px);
flex: 0 0 calc(75% - 20px);
max-width: calc(75% - 20px);
}
.col-10 {
-ms-flex: 0 0 calc(83.333333% - 20px);
flex: 0 0 calc(83.333333% - 20px);
max-width: calc(83.333333% - 20px);
}
.col-11 {
-ms-flex: 0 0 calc(91.666667% - 20px);
flex: 0 0 calc(91.666667% - 20px);
max-width: calc(91.666667% - 20px);
}
.col-12 {
-ms-flex: 0 0 calc(100% - 20px);
flex: 0 0 calc(100% - 20px);
max-width: calc(100% - 20px);
}
}
.mt-10{margin-top: 10px;}
.mt-20{margin-top: 20px;}
.mt-30{margin-top: 30px;}
.mt-40{margin-top: 40px;}
.mt-50{margin-top: 50px;}
.mt-60{margin-top: 60px;}
.mb-10{margin-bottom: 10px;}
.mb-20{margin-bottom: 20px;}
.mb-30{margin-bottom: 30px;}
.mb-40{margin-bottom: 40px;}
.mb-50{margin-bottom: 50px;}
.mb-60{margin-bottom: 60px;}
.ml-10{margin-left: 10px;}
.ml-20{margin-left: 20px;}
.ml-30{margin-left: 30px;}
.ml-40{margin-left: 40px;}
.ml-50{margin-left: 50px;}
.ml-60{margin-left: 60px;}
.mr-10{margin-right: 10px;}
.mr-20{margin-right: 20px;}
.mr-30{margin-right: 30px;}
.mr-40{margin-right: 40px;}
.mr-50{margin-right: 50px;}
.mr-60{margin-right: 60px;}
.pt-10{padding-top: 10px;}
.pt-20{padding-top: 20px;}
.pt-30{padding-top: 30px;}
.pt-40{padding-top: 40px;}
.pt-50{padding-top: 50px;}
.pt-60{padding-top: 60px;}
.pt-70{padding-top: 70px;}
.pt-80{padding-top: 80px;}
.pb-10{padding-bottom: 10px;}
.pb-20{padding-bottom: 20px;}
.pb-30{padding-bottom: 30px;}
.pb-40{padding-bottom: 40px;}
.pb-50{padding-bottom: 50px;}
.pb-60{padding-bottom: 60px;}
.pb-70{padding-bottom: 70px;}
.pb-80{padding-bottom: 80px;}
.pl-10{padding-left: 10px;}
.pl-20{padding-left: 20px;}
.pl-30{padding-left: 30px;}
.pl-40{padding-left: 40px;}
.pl-50{padding-left: 50px;}
.pl-60{padding-left: 60px;}
.pr-10{padding-right: 10px;}
.pr-20{padding-right: 20px;}
.pr-30{padding-right: 30px;}
.pr-40{padding-right: 40px;}
.pr-50{padding-right: 50px;}
.pr-60{padding-right: 60px;}
@media screen and (max-width: 1024px) {
.row [class*="col-"] {
margin: 10px;
box-sizing: border-box;
}
.col-md-1 {
-ms-flex: 0 0 calc(8.333333% - 20px);
flex: 0 0 calc(8.333333% - 20px);
max-width: calc(8.333333% - 20px);
}
.col-md-2 {
-ms-flex: 0 0 calc(16.666667% - 20px);
flex: 0 0 calc(16.666667% - 20px);
max-width: calc(16.666667% - 20px);
}
.col-md-3 {
-ms-flex: 0 0 calc(25% - 20px);
flex: 0 0 calc(25% - 20px);
max-width: calc(25% - 20px);
}
.col-md-4 {
-ms-flex: 0 0 calc(33.333333% - 20px);
flex: 0 0 calc(33.333333% - 20px);
max-width: calc(33.333333% - 20px);
}
.col-md-5 {
-ms-flex: 0 0 calc(41.666667% - 20px);
flex: 0 0 calc(41.666667% - 20px);
max-width: calc(41.666667% - 20px);
}
.col-md-6 {
-ms-flex: 0 0 calc(50% - 20px);
flex: 0 0 calc(50% - 20px);
max-width: calc(50% - 20px);
}
.col-md-7 {
-ms-flex: 0 0 calc(58.333333% - 20px);
flex: 0 0 calc(58.333333% - 20px);
max-width: calc(58.333333% - 20px);
}
.col-md-8 {
-ms-flex: 0 0 calc(66.666667% - 20px);
flex: 0 0 calc(66.666667% - 20px);
max-width: calc(66.666667% - 20px);
}
.col-md-9 {
-ms-flex: 0 0 calc(75% - 20px);
flex: 0 0 calc(75% - 20px);
max-width: calc(75% - 20px);
}
.col-md-10 {
-ms-flex: 0 0 calc(83.333333% - 20px);
flex: 0 0 calc(83.333333% - 20px);
max-width: calc(83.333333% - 20px);
}
.col-md-11 {
-ms-flex: 0 0 calc(91.666667% - 20px);
flex: 0 0 calc(91.666667% - 20px);
max-width: calc(91.666667% - 20px);
}
.col-md-12 {
-ms-flex: 0 0 calc(100% - 20px);
flex: 0 0 calc(100% - 20px);
max-width: calc(100% - 20px);
}
.mt-md-10{margin-top: 10px;}
.mt-md-20{margin-top: 20px;}
.mt-md-30{margin-top: 30px;}
.mt-md-40{margin-top: 40px;}
.mt-md-50{margin-top: 50px;}
.mt-md-60{margin-top: 60px;}
.mb-md-10{margin-bottom: 10px;}
.mb-md-20{margin-bottom: 20px;}
.mb-md-30{margin-bottom: 30px;}
.mb-md-40{margin-bottom: 40px;}
.mb-md-50{margin-bottom: 50px;}
.mb-md-60{margin-bottom: 60px;}
.ml-md-10{margin-left: 10px;}
.ml-md-20{margin-left: 20px;}
.ml-md-30{margin-left: 30px;}
.ml-md-40{margin-left: 40px;}
.ml-md-50{margin-left: 50px;}
.ml-md-60{margin-left: 60px;}
.mr-md-10{margin-right: 10px;}
.mr-md-20{margin-right: 20px;}
.mr-md-30{margin-right: 30px;}
.mr-md-40{margin-right: 40px;}
.mr-md-50{margin-right: 50px;}
.mr-md-60{margin-right: 60px;}
.pt-md-10{padding-top: 10px;}
.pt-md-20{padding-top: 20px;}
.pt-md-30{padding-top: 30px;}
.pt-md-40{padding-top: 40px;}
.pt-md-50{padding-top: 50px;}
.pt-md-60{padding-top: 60px;}
.pb-md-10{padding-bottom: 10px;}
.pb-md-20{padding-bottom: 20px;}
.pb-md-30{padding-bottom: 30px;}
.pb-md-40{padding-bottom: 40px;}
.pb-md-50{padding-bottom: 50px;}
.pb-md-60{padding-bottom: 60px;}
.pl-md-10{padding-left: 10px;}
.pl-md-20{padding-left: 20px;}
.pl-md-30{padding-left: 30px;}
.pl-md-40{padding-left: 40px;}
.pl-md-50{padding-left: 50px;}
.pl-md-60{padding-left: 60px;}
.pr-md-10{padding-right: 10px;}
.pr-md-20{padding-right: 20px;}
.pr-md-30{padding-right: 30px;}
.pr-md-40{padding-right: 40px;}
.pr-md-50{padding-right: 50px;}
.pr-md-60{padding-right: 60px;}
}
@media screen and (max-width: 768px) {
.row [class*="col-"] {
margin: 10px;
box-sizing: border-box;
}
.col-sm-1 {
-ms-flex: 0 0 calc(8.333333% - 20px);
flex: 0 0 calc(8.333333% - 20px);
max-width: calc(8.333333% - 20px);
}
.col-sm-2 {
-ms-flex: 0 0 calc(16.666667% - 20px);
flex: 0 0 calc(16.666667% - 20px);
max-width: calc(16.666667% - 20px);
}
.col-sm-3 {
-ms-flex: 0 0 calc(25% - 20px);
flex: 0 0 calc(25% - 20px);
max-width: calc(25% - 20px);
}
.col-sm-4 {
-ms-flex: 0 0 calc(33.333333% - 20px);
flex: 0 0 calc(33.333333% - 20px);
max-width: calc(33.333333% - 20px);
}
.col-sm-5 {
-ms-flex: 0 0 calc(41.666667% - 20px);
flex: 0 0 calc(41.666667% - 20px);
max-width: calc(41.666667% - 20px);
}
.col-sm-6 {
-ms-flex: 0 0 calc(50% - 20px);
flex: 0 0 calc(50% - 20px);
max-width: calc(50% - 20px);
}
.col-sm-7 {
-ms-flex: 0 0 calc(58.333333% - 20px);
flex: 0 0 calc(58.333333% - 20px);
max-width: calc(58.333333% - 20px);
}
.col-sm-8 {
-ms-flex: 0 0 calc(66.666667% - 20px);
flex: 0 0 calc(66.666667% - 20px);
max-width: calc(66.666667% - 20px);
}
.col-sm-9 {
-ms-flex: 0 0 calc(75% - 20px);
flex: 0 0 calc(75% - 20px);
max-width: calc(75% - 20px);
}
.col-sm-10 {
-ms-flex: 0 0 calc(83.333333% - 20px);
flex: 0 0 calc(83.333333% - 20px);
max-width: calc(83.333333% - 20px);
}
.col-sm-11 {
-ms-flex: 0 0 calc(91.666667% - 20px);
flex: 0 0 calc(91.666667% - 20px);
max-width: calc(91.666667% - 20px);
}
.row .col-sm-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
margin-left: 0;
margin-right: 0;
}
.mt-sm-10{margin-top: 10px;}
.mt-sm-20{margin-top: 20px;}
.mt-sm-30{margin-top: 30px;}
.mt-sm-40{margin-top: 40px;}
.mt-sm-50{margin-top: 50px;}
.mt-sm-60{margin-top: 60px;}
.mb-sm-10{margin-bottom: 10px;}
.mb-sm-20{margin-bottom: 20px;}
.mb-sm-30{margin-bottom: 30px;}
.mb-sm-40{margin-bottom: 40px;}
.mb-sm-50{margin-bottom: 50px;}
.mb-sm-60{margin-bottom: 60px;}
.ml-sm-10{margin-left: 10px;}
.ml-sm-20{margin-left: 20px;}
.ml-sm-30{margin-left: 30px;}
.ml-sm-40{margin-left: 40px;}
.ml-sm-50{margin-left: 50px;}
.ml-sm-60{margin-left: 60px;}
.mr-sm-10{margin-right: 10px;}
.mr-sm-20{margin-right: 20px;}
.mr-sm-30{margin-right: 30px;}
.mr-sm-40{margin-right: 40px;}
.mr-sm-50{margin-right: 50px;}
.mr-sm-60{margin-right: 60px;}
.pt-sm-10{padding-top: 10px;}
.pt-sm-20{padding-top: 20px;}
.pt-sm-30{padding-top: 30px;}
.pt-sm-40{padding-top: 40px;}
.pt-sm-50{padding-top: 50px;}
.pt-sm-60{padding-top: 60px;}
.pb-sm-10{padding-bottom: 10px;}
.pb-sm-20{padding-bottom: 20px;}
.pb-sm-30{padding-bottom: 30px;}
.pb-sm-40{padding-bottom: 40px;}
.pb-sm-60{padding-bottom: 60px;}
.pl-sm-10{padding-left: 10px;}
.pl-sm-20{padding-left: 20px;}
.pl-sm-30{padding-left: 30px;}
.pl-sm-40{padding-left: 40px;}
.pl-sm-50{padding-left: 50px;}
.pl-sm-60{padding-left: 60px;}
.pr-sm-10{padding-right: 10px;}
.pr-sm-20{padding-right: 20px;}
.pr-sm-30{padding-right: 30px;}
.pr-sm-40{padding-right: 40px;}
.pr-sm-50{padding-right: 50px;}
.pr-sm-60{padding-right: 60px;}
} .alignfull {
margin-left: calc(-100vw/2 + 100%/2);
margin-right: calc(-100vw/2 + 100%/2);
max-width: 100vw;
width: auto;
}
.wp-block-group.alignfull .wp-block-group__inner-container,
.wp-block-cover.alignfull .wp-block-cover__inner-container {
max-width: 1250px;
margin: auto;
padding-left: 20px;
padding-right: 20px;
box-sizing: border-box;
position: relative;
}
.wp-block-media-text {
display: grid;
align-items: center;
}
.wp-block-media-text__media {
margin: 0;
}
.wp-block-media-text__content {
padding-left: 40px;
box-sizing: border-box;
padding-right: 0;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
grid-column: 2;
grid-row: 1;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
grid-column: 1;
grid-row: 1;
padding-right: 40px;
padding-left: 0;
}
.are-vertically-aligned-center {
align-items: center;
}
.wp-block-buttons {
display: flex;
}
.wp-block-buttons .wp-block-button {
margin-right: 15px;
}
figure {
margin: 0;
}
.has-text-align-center{
text-align: center;
max-width: 960px;
margin-left: auto !important;
margin-right: auto !important;
}
.is-content-justification-center {
justify-content: center;
}
.wp-block-cover {
position: relative;
}
.wp-block-cover .wp-block-cover__inner-container {
position: absolute;
left: 0;
right: 0;
top: 50%;
transform: translateY(-50%);
}
.wp-block-cover.alignfull.has-parallax .wp-block-cover__inner-container {
position: relative;
top: auto;
transform: none;
}
.has-white-color, .has-white-color p, .has-white-color h1, .has-white-color h2, .has-white-color h3, .has-white-color h4 {
color: #fff;
}
@media screen and (max-width: 768px) {
.wp-block-media-text {
display: block;
}
.wp-block-media-text__content {
padding-left: 0 !important;
padding-right: 0 !important;
}
.wp-block-media-text__media {
margin-bottom: 20px;
}
}@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(//tipicodeinebrodi.it/wp-content/themes/bahamas/fonts/mem8YaGs126MiZpBA-UFVZ0bf8pkAg.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(//tipicodeinebrodi.it/wp-content/themes/bahamas/fonts/mem5YaGs126MiZpBA-UN7rgOUuhpKKSTjw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}  @font-face {
font-family: 'Oswald';
font-style: normal;
font-weight: 400;
font-display: swap;	
src: url(//tipicodeinebrodi.it/wp-content/themes/bahamas/fonts/oswald-400.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Oswald';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(//tipicodeinebrodi.it/wp-content/themes/bahamas/fonts/oswald-500.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}.resmenu {
z-index:210;
position:relative;
width:30px;
height:30px;
cursor:pointer;
display:none;
transition: all 0.4s ease-in-out;
}
.visible .resmenu {
transform: translateY(-80px);
}
#nav-icon2 span {
display: block;
position: absolute;
height: 5px;
width: 50%;
background: #7e161d;
opacity: 1;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}
#nav-icon2 span:nth-child(even) {
left: 50%;
border-radius: 0 5px 5px 0;
}
#nav-icon2 span:nth-child(odd) {
left:0px;
border-radius: 5px 0 0 5px;
}
#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
top: 0px;
}
#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
top: 9px;
}
#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
top: 18px;
}
#nav-icon2.open span:nth-child(1),#nav-icon2.open span:nth-child(6) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
#nav-icon2.open span:nth-child(2),#nav-icon2.open span:nth-child(5) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
#nav-icon2.open span:nth-child(1) {
left: 5px;
top: 7px;
}
#nav-icon2.open span:nth-child(2) {
left: calc(50% - 5px);
top: 7px;
}
#nav-icon2.open span:nth-child(3) {
left: -50%;
opacity: 0;
}
#nav-icon2.open span:nth-child(4) {
left: 100%;
opacity: 0;
}
#nav-icon2.open span:nth-child(5) {
left: 5px;
top: 13px;
}
#nav-icon2.open span:nth-child(6) {
left: calc(50% - 5px);
top: 13px;
}
body {
margin:0;
line-height:1.46;
font-size:15px;
overflow-x:hidden;
font-family: 'Open Sans';
font-weight:400;
position: relative; 
color: #444;
}
h1,h2,h3, .main-title, .subTit, .tit {
line-height:1.2;
font-weight: 500;
color: #2b2a33;
font-family: 'Oswald', sans-serif;
}
.main-title, .page-title, .woocommerce div.product .product_title {
font-size: 40px;
line-height: 1.2;
position: relative;
margin: 0 0 25px;
text-transform: uppercase;
letter-spacing: -1px;
}
.woocommerce div.product .product_title {
font-size: 36px;
margin-bottom: 0;
}
h2, .subTit {
font-size: 30px;
line-height: 1.2;
position: relative;
margin: 0 0 15px;
}
.tit {
text-transform: uppercase;
font-size: 18px;
margin: 0 0 10px;
}
a {
text-decoration:none;
color:#000;
}
.clearfix,
.cleared {
clear:both;
}
ul {
list-style-position:inside;
}
.center{
text-align: center;
}
.btn, .form .btn, .wp-block-buttons .wp-block-button a.wp-block-button__link, a.wp-block-button__link, 
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover  {
font-size: 13px;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 0.6px;
display: inline-block;
color: #ffffff;
transition: all .3s ease-in-out;
background-color: #7e161d;
border-radius: 0px;
border: none;
padding: 17px 29px 20px 29px;
position: relative;
box-sizing: border-box;
cursor: pointer;
font-family: 'Oswald', sans-serif;
}
.btn:hover, .form .btn:hover, .wp-block-buttons .wp-block-button a.wp-block-button__link:hover, a.wp-block-button__link :hover,
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
background: #a6212a;
border-color: #a6212a ;
color: #fff;
}
.wpcf7-form .form .field input, .wpcf7-form .form textarea, .wpcf7-form .form select {
border: 1px solid #eee;
background-color: #f5f5f5;
padding: 0 15px;
line-height: 50px;
height: 50px;
box-sizing: border-box;
width: 100%;
color: #535353;
font-size: 13.5px;
border-radius: 4px;
}
.wpcf7-form .form textarea {
height: 100px;
}
.form .field {
margin-bottom: 0;
}
span.wpcf7-list-item {
display: inline-block;
margin: 0;
}
.header {
position: relative;
z-index: 100;
}
#logo {
bottom:0px;
position:relative;
z-index:50; 
max-width:400px;
flex-basis: 20%;
}
#logo img {
padding: 15px 0;
height: 100px;
width: auto;
display: block;
}
.navigator {
background-color: #7e161d;
box-shadow: 0px 4px 5px #3b0a0d;
}
.navigator .menu {
margin: 0;
padding: 0;
z-index: 110;
position: relative;
}
.navigator .menu li {
display:inline-block;
position: relative;
}
.navigator .menu li a {
padding: 0 20px;
line-height: 50px;
display: block;
text-decoration: none;
font-size: 16px;
font-weight: 400;
text-transform: uppercase;
color: #fff;
letter-spacing: 0.3px;
font-family: 'Oswald', sans-serif;
}
.navigator .menu li a:hover, .navigator .menu li.current_page_item a{
background-color: rgba(0,0,0,.1);
}
.navigator .menu ul {
display:none;
padding: 12px 0;
padding:0;
position: absolute;
left:0;
}
.navigator .menu li:hover ul
{
display:block;
}
.navigator .menu ul li
{ 
width: 100%;
float:none;
display:block;	
}
.navigator .menu ul li a {
line-height:20px;
display:block;
}
.navigator .corp {
justify-content: center !important;
}
.footer {
padding-top: 40px;
padding-bottom: 40px;
background-color: #2b2a33;
color: #efefef;
font-size: 14px;
}
.footer h4 {
font-size: 21px;
margin: 0 0 18px;
text-transform: uppercase;
font-family: 'Oswald', sans-serif;
}
.footer a {
color: #fff;
}
.footer a:hover {
color: #7e161d;
}
.footer ul {
padding-left: 10px;
}
.credit {
background-color: #222127; 
color: #999;
text-align:center;
padding:15px 0 10px;
font-size:11px;
}
.credit a {
color:#888;
}
.credit p{
margin: 0;
}
.contenuto img {
width: 100%;
height: auto;
display: block;
}
.call{
display: none;
}
.header .corp {
display: flex;
justify-content: space-between;
align-items: center;
}
.header-widget {
display: flex;
align-items: center;
width: 100%;
justify-content: space-between;
}
.header-widget .widget {
margin-left: 30px;
min-width: 120px;
}
.header-widget .wc-block-product-search form {
width: 100%;
display: block;
max-width: 660px;
margin: auto;
}
.header-widget .widget:first-child {
width: 100%;
}
.btn.carrello {
display: flex;
align-items: center;
padding-left: 20px;
padding-right: 20px;
justify-content: center;
background-color: transparent;
color: #000;
padding: 0;
}
.btn.carrello svg {
width: 22px;
height: 22px;
margin-right: 10px;
color: #7e161d;
}
form input:not(.woocommerce-form__input-checkbox) {
background-color: rgba(225, 225, 225, 0.3);
color: rgba(46, 46, 46, 0.6);
border-color: #e1e1e1;
border: 1px solid #e1e1e1;
height: 48px;
font-family: 'Open Sans';
font-size: 14px;
font-weight: 500;
}
.wc-block-product-search .wc-block-product-search__button {
margin-left: -36px;
border: none;
border-radius: 0;
box-shadow: none;
display: block;
background-color: transparent;
}
.variations td, .variations tr, .variations th {
display: block;
}
.variations .custom_option {
background-color: transparent;
display: inline-block;
margin-right: 8px;
padding: 1px 16px;
border: 2px solid #7e161d;
color: #000;
cursor: pointer;
}
.woocommerce div.product form.cart .variations {
margin-bottom: 30px;
}
.variations .custom_option:hover, .variations .custom_option.on {
background-color: #7e161d;
color: #fff;
}
.variations .label {
color: #000;
}
.related.products {
clear: both;
margin-top: 40px;
padding-top: 40px;
border-top: 1px solid #eee;
}
.woocommerce .products li, .wc-block-grid.has-4-columns .wc-block-grid__product {
transition: all 0.3s ease;
box-sizing: border-box;
padding: 0px 0px 10px !important;
text-align:center;
}
.woocommerce ul.products li.product:not(.product-category) a{
overflow:hidden;
border: 1px solid #eee;
box-sizing: border-box;
display:block;
margin-bottom: 18px;
}
.woocommerce ul.products li.product .text a {
border: none;
margin-bottom: 0px;
}
.woocommerce ul.products li.product a img {
margin-bottom: 0;
transition: all 0.6s ease-in-out;
}
.woocommerce ul.products li.product:not(.product-category):hover a img{
transform: rotate(3deg) scale(1.4);
}
.woocommerce ul.products li.product-category.product a img{
margin-bottom: 18px;
}
#feature svg {
margin-bottom: 10px;
fill: #7e161d;
width: 50px;
height: 50px;
}
#feature {
text-align: center;
}
#feature p:not(.tit) {
margin: 0;
}
.woocommerce.columns-5 ul.products li.product {
width: calc(20% - 10px);
margin: 5px;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .wc-block-grid__product .wc-block-grid__product-title, .woocommerce ul.products li.product .woocommerce-loop-product__title {
text-transform: uppercase;
letter-spacing: -0.5px;
font-size: 18px;
padding: 0;
line-height: 1.2;
position: relative;
font-weight: 500;
color: #2b2a33;
font-family: 'Oswald',sans-serif;
}
.woocommerce.columns-5 ul.products li.product-category {
padding: 0 !important;
}
.wc-block-grid.has-4-columns .wc-block-grid__product {
width: calc(25% - 20px);
margin: 10px;
flex-basis: calc(25% - 20px);
}
#ctaCoffee {
padding: 80px 0;
color: #fff;
background-size: cover;
background-position: center;
background-attachment: fixed;
position: relative;
}
#ctaCoffee .main-title {
color: #fff;
}
#ctaCoffee:before {
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-color: rgba(0,0,0,.5);
}
.woocommerce div.product div.images.woocommerce-product-gallery figure{
box-sizing: border-box;
}
.carte .blocks-gallery-grid {
padding: 0;
margin: 0;
list-style-type: none;
}
.carte .blocks-gallery-grid li {
display: inline-block;
background-color: #fff;
margin-right: 5px;
border-radius: 3px;
}
.carte .blocks-gallery-grid li img {
padding: 4px 5px;
box-sizing: border-box;
display: block;
}
.carte .blocks-gallery-grid li:nth-child(3) {
background-color: #eddd24;
}
.price .woocommerce-Price-amount.amount {
font-size: 28px;
font-weight: 600;
color: #82ae46;
}
.prePrice {
color: #2b2a33;
}
.woocommerce ul.products li.product .price bdi {
font-size: 24px;
}
.woocommerce-variation-price {
margin-bottom: 20px;
}
.woocommerce .quantity .qty, .woosb-qty .quantity .qty {
text-align: center;
padding: 0;
box-sizing: border-box;
height: 50px;
width: 55px;
-webkit-appearance: auto;
margin: 0;
-moz-appearance: auto;
border: 1px solid #eee;
background: #fff;
padding: 0 5px;
}
.woocommerce div.product form.cart div.quantity, .woocommerce table.shop_table td .quantity, .woosb-qty .quantity {
display: flex;
}
.woocommerce .woocommerce-ordering select {
-webkit-appearance: none;
-moz-appearance: none;
background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
background-repeat: no-repeat;
background-position-x: 98%;
background-position-y: 10px;
border: 1px solid #eeee;
padding: 14px;
cursor: pointer;
margin-right: 5px;
}
.cart-items-count.count {
background-color: #e9e9e9;
width: 20px;
height: 20px;
display: block;
text-align: center;
border-radius: 100%;
color: #2b2a33;
margin-left: 4px;
font-size: 13px;
}
.woocommerce-checkout .col2-set .col-1, .woocommerce-checkout .col2-set .col-2 {
float: none;
width: 100%;
margin: 0;
max-width: 100%;
}
.woocommerce-checkout .col2-set {
width: 52.9411764706%;
float: left;
margin-right: 5.8823529412%;
}
#customer_details + #wc_checkout_add_ons, #order_review, #order_review_heading {
width: 41.1764705882%;
float: right;
margin-right: 0;
}
.woocommerce table.shop_table {
border: none;
border-collapse: collapse;
}
.woocommerce table.shop_table thead th {
background-color: #f5f5f5;
border: none;
}
.woocommerce table.shop_table tfoot th {
background-color: #f5f5f5;
}
.woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th, .woocommerce table.shop_table td {
border: none !important;
}
.woocommerce-checkout #payment {
background: #f5f5f5;
border-radius: 0;
}
.woocommerce-checkout #payment ul.payment_methods li input {
margin: 0 1em 0 0;
height: auto;
}
.woocommerce form .form-row label {
color: #2b2a33;
font-weight: 600;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
background-color: #fff;
border-radius: 3px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 41px;
}
.select2-container--default .select2-selection--single {
background-color: #fff;
border: 1px solid #ccc;
border-radius: 0;
height: 44px;
border-radius: 3px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
height: 44px;
right: 10px;
width: 30px;
}
.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
border: 1px solid #eee;
padding-left: 10px;
font-family: 'Open Sans';
}
.woocommerce-cart-form__cart-item.cart_item, .woocommerce table.shop_table .cart_item {
border-bottom: 1px solid #eee;
}
.woocommerce-cart .cart-collaterals .cart_totals tr td{
text-align: right;
}
.woocommerce-cart .cart-collaterals .cart_totals tr:not(:first-child) td {
border-top: 1px solid #eee !important;
text-align: right;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
width: auto;
border: 1px solid #eee;
}
.woocommerce button.button {
border-radius: 0;
border: 1px solid #eee;
height: 48px;
}
.header-widget .widget:nth-child(2){
display: none;
}
.header .corp {
justify-content: start;
}
.icon-box {
position: relative;
display: flex;
align-items: center;
justify-content: flex-start;
padding: 2px 0;
border-top: 1px solid rgba(255,255,255,.08);
}
.icon-box-icon {
margin-right: 20px;
}
.widget.widget_block:nth-child(2) .icon-box {
border: none;
}
.wp-block-columns.icon-box {
border-bottom: 1px solid #eee;
}
.wpcf7-form-control.wpcf7-acceptance input {
height: auto;
} @media only screen and (min-width: 769px) {
.woocommerce-account .woocommerce-MyAccount-navigation {
width: 22%;
}
.woocommerce-account .woocommerce-MyAccount-content { 
width: 75%;
}
} nav.woocommerce-MyAccount-navigation ul {
list-style-type: none;
padding-left: 0;
max-width:200px;
font-size: 17px;
line-height: 26px;
}
nav.woocommerce-MyAccount-navigation ul li {
padding: 8px 20px;
background-color: rgba(0,0,0,0.05);
border-bottom: 1px solid rgba(0,0,0,0.05);
}
nav.woocommerce-MyAccount-navigation ul li.is-active {
background-color: rgba(0,0,0,0.1);
}
nav.woocommerce-MyAccount-navigation ul li.is-active a {
color: rgba(0,0,0,0.8); cursor: default;
}
nav.woocommerce-MyAccount-navigation ul li.is-active:after {
content: "";
height: 0;
width: 0;
border-top: 20px solid transparent;
border-left: 14px solid rgba(0,0,0,0.1);
border-bottom: 20px solid transparent;
float: right;
margin-right: -34px;
margin-top: -7px;
}
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover {
background-color: rgba(0,0,0,0.07);
}
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover:after { 
content: "";
height: 0;
width: 0;
border-top: 20px solid transparent;
border-left: 14px solid rgba(0,0,0,0.07);
border-bottom: 20px solid transparent;
float: right;
margin-right: -34px;
margin-top: -7px;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-2 {
max-width: 100%;
}
.wp-block-column.description strong, .wp-block-column.icon-box-icon svg{
color: #7e161d;
}
.woocommerce ul.products li.product .onsale, .woocommerce span.onsale {
background-color: #7e161d;
border-radius: 0;
margin: 0;
line-height: 1.2;
min-height: auto;
padding: 7px 10px;
}
.price del .woocommerce-Price-amount.amount {
font-size: 20px;
color: #333;
}
.price ins{
text-decoration: none;
}
.cover img {
width: 100%;
object-fit: cover;
max-height: 220px;
}
.cover {
height: 220px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
width: 20%;
margin-right: 5px;
height: auto;	
max-height: 100px;
border: 1px solid #eee;
box-sizing: border-box;
}
.woocommerce div.product div.images .flex-control-thumbs {
margin-top: 10px;
display: flex;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
height: 100% !important;
object-fit: cover;
}
.woocommerce div.product div.images .flex-viewport {
border: 1px solid #eee;
}
.related.products .products li {
margin-right: 10px !important;
width: calc(20% - 10px) !important;
} .woocommerce div.product div.images .flex-control-thumbs li {
margin-bottom: 0 !important;
}
.woocommerce ul.products {
margin-bottom: 0;
}
.woocommerce ul.products[class*="columns-"] li.product {
margin-bottom: 15px;
}
.term-description-bottom {
margin-top: 60px;
}
.quantity button {
width: 50px;
height: 100%;
min-height: 50px;
background-color: transparent;
border: 1px solid rgba(0,0,0,.1);
border-left-width: 1px;
margin: 0;
padding: 0;
text-align: center;
vertical-align: middle;
-moz-appearance: textfield !important;
-webkit-appearance: none;
border-radius: 0;
color: inherit;
box-sizing: border-box;
cursor:pointer;
}
.product-description-container .tablist li {
padding: 0 20px;
line-height: 50px;
display: block;
text-decoration: none;
font-size: 16px;
font-weight: 400;
text-transform: uppercase;
color: #fff;
letter-spacing: 0.3px;
font-family: 'Oswald', sans-serif;
background: #eee;
display: inline-block;
margin-right: 13px;
cursor: pointer;
cursor: pointer;
color: #000;	
}
.product-description-container .tablist {
margin: 40px 0 20px;
padding: 0;
white-space: nowrap;
overflow: auto;
}
.product-description-container .tablist li.active, .product-description-container .tablist li:hover {
background: #7e161d;
color: #fff;
}
.product-description-container .wrap {
background-color: #f5f5f5;
padding: 30px 30px;
box-sizing: border-box;
}
.product-description-container .wrap hr {
border: none;
margin: 0;
}
.product-description-container .wrap h4 {
font-size: 20px;
margin: 0 0 10px;
font-family: 'Oswald', sans-serif;
color: #000;
}
.product-description-container .wrap .item {
display: none;
}
.product-description-container .wrap p {
margin: 0 0px 12px;
}
.product-description-container .wrap h4 {
font-size: 22px;
margin: 0 0 8px;
font-family: 'Oswald', sans-serif;
color: #000;
text-transform: uppercase;
}
.product-description-container .wrap .item.valori-nutrizionali ul {
padding: 0;
list-style-type: none;
}
.product-description-container .wrap .item.valori-nutrizionali ul li {
margin-bottom: 0;
border-top: 1px solid #cecdcd;
padding: 4px 0;
text-align: right;
}
.product-description-container .wrap .item.valori-nutrizionali ul li strong {
text-align: left;
float: left;
}
.product-description-container .wrap .item.valori-nutrizionali ul li em {
padding-left: 0;
display: block;
font-weight: 300;
font-style: normal;
}
.n2-ss-slider .n2-ss-item-image-content {
background: #f7f7f7 !important;
}
.n2-ss-slider .n2-ss-item-image-content img {
mix-blend-mode: multiply !important;
}
.social-share .itm {
margin-right: 20px;
font-size: 26px;
color: #7e161d80;
}
.social-share .itm:hover .fa-facebook-f{
color: #146fe6;
}
.social-share .itm:hover .fa-instagram{
color: #e20853;
}
.social-share .itm:hover .fa-twitter{
color: #1c9cea;
}
.social-share .itm:hover .fa-whatsapp{
color: #4adb62;
}
.social-share .itm:hover .fa-pinterest-p{
color: #df0022;
}
.reassurance {
margin-top: 40px;
}
.reassurance .itm {
display: flex;
margin-bottom: 25px;
}
.reassurance .itm svg {
flex-basis: 10%;
}
.reassurance .itm .text {
flex-basis: 80%;
}
.reassurance .itm p {
margin: 0;
}
.reassurance .tit {
color: #444;
font-size: 16px;
margin-bottom: 4px;
}
.product_meta .posted_in a {
color: #7e161d;
font-size: 16px;
font-weight: 500;
}
.product_meta .posted_in {
text-transform: uppercase;
font-size: 12px;
}
.product_meta {
margin-bottom: 5px;
}
.woocommerce div.product p.price {
margin-top: 10px;
}
.social-share {
border-bottom: 1px solid #eee;
padding: 20px 0;
border-top: 1px solid #eee;
}
.social-share p {
margin-top: 0;
}
.bollini {
position: absolute;
left: 20px;
top: 20px;
}
.bollini img {
height: 50px !important;
width: auto !important;
margin: 0 auto 12px;
}
.read-more {
right: 0;
color: #7e161d;
font-style: italic;
font-size: 13px;
display: block;
margin: -5px 0 13px 0;
}
.ordini-tel .icn {
display: flex;
align-items: center;
color: #7e161d;
text-transform: uppercase;
letter-spacing: 0.6px;
font-weight: 500;
font-family: 'Oswald', sans-serif;
font-size: 14px;
}
.header-widget .widget:nth-child(3) {
min-width: 170px;
}
.ordini-tel strong {
font-size: 19.5px;
color: #000;
}
#newsletter {
background-color: #f5f5f5;
padding: 60px 0;
}
#newsletter .main-title {
font-weight: 300;
font-size: 35px;
margin-bottom: 0;
}
#newsletter #acym_fulldiv_formAcym1.acym__subscription__form__shortcode {
height: auto;
width: auto;
background: transparent;
padding: 0;
margin: auto;
max-width: 800px;
}
#newsletter #acym_fulldiv_formAcym1.acym__subscription__form__shortcode #formAcym1 {
margin: 0;
width: 80%;
}
#newsletter #acym_fulldiv_formAcym1 .acym__subscription__form__fields > * {
margin: 0px auto !important;
width: 100%;
}
#field_terms_formAcym1 label a {
color: #7e161d;
text-decoration: underline;
}
#newsletter #acym_fulldiv_formAcym1.acym__subscription__form__shortcode .acym__subscription__form__fields, #newsletter #acym_fulldiv_formAcym1.acym__subscription__form__shortcode .acym__subscription__form__button,
#newsletter #acym_fulldiv_formAcym1.acym__subscription__form__shortcode .acym__subscription__form__fields, #newsletter #acym_fulldiv_formAcym1.acym__subscription__form__shortcode .acym__subscription__form__button {
margin: 0 !important;
}
.acym__subscription__form__button {
position: absolute;
right: 35px;
top: 0;
width: auto !important;
}
#acym_fulldiv_formAcym1 {
position: relative;
}
#acym_fulldiv_formAcym1 .acym__subscription__form__button button {
height: 47px;
font-size: 13px;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 0.6px;
font-family: 'Oswald', sans-serif;
cursor: pointer;
}
#mailingdata_terms_formAcym1 {
height: auto;
}
#field_terms_formAcym1 {
margin-top: 17px;
}
#newsletter .acym__user__edit__email {
background: #fff;
padding-left: 10px;
border: 1px solid #eee;
box-sizing: border-box;
width: 100%;
}
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images figure  {
border: 1px solid #eee;
box-sizing: border-box;
}
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images .flex-viewport figure{
border: none;
}
.woocommerce-product-gallery {
position: sticky!important;
top: 40px !important;
}
body.single-product,
body.single-product #page,
body.single-product .product {
overflow: visible!important;
}
.scheda-tecnica ul {
padding: 0;
list-style-type: none;
}
.scheda-tecnica ul li {
margin-bottom: 5px;
padding-bottom: 5px;
border-bottom: 1px solid #eee;
}
.product-description-container .wrap .item.valori-nutrizionali ul li em strong, .product-description-container .wrap .item.valori-nutrizionali ul li strong em {
font-weight: bold;
font-style: italic;
}
.top-bar{ 
background-color:#efefef;
padding:5px 10px;
margin-bottom: 5px;
}
.woosb-products .woosb-product .woosb-qty input {
width: 60px;
min-width: 40px;
-webkit-appearance: auto;
-moz-appearance: auto;
border: 1px solid #eee;
padding-right: 5px;
box-sizing: border-box;
}
.social svg {
color: #fff;
width: 20px;
height: 20px;
}
.social a {
background-color: #444;
display: inline-flex;
margin-right: 10px;
padding: 8px;
border-radius: 100%;
}
.social .fb {
background-color: #1773ea;
}
.social .wa {
background-color: #4ccc5b;
}
.social .em {
background-color: #d54a36;
}
table.variations {
text-align: left;
} @media screen and (max-width: 1024px) {
body {
padding-bottom: 60px;
}
.call {
background: #fff;
position: fixed;
bottom: 0;
z-index: 99999;
left: 0;
right: 0;
box-shadow:0px 0px 12px #aaa;
padding: 5px;
box-sizing: border-box;
display: block;
}
.call .widget {
display: flex;
justify-content: right;
align-items: center;
}
.call a {
color: #fff;
text-align: center;
display: block;
height: 40px;
width: 40px;
border-radius: 4px;
margin: 3px 18px 3px 0;
line-height: 65px;
}
.call span {
margin-left: 10px;
margin-right: auto;
font-size: 14px;
text-align: left;
color: #a6212a;
text-transform: uppercase;
line-height: 16px;
}
.call a{
font-size:0;
}
.call svg {
height: 23px;
margin-right: 0;
}
.call a:nth-child(2){
background-color:#187927;
}
.call a:nth-child(3){
background-color:#3aca0d;
}
.call a:nth-child(4){
background-color:#c1272d; 
}
.resmenu{
display:block;
}
.header {
position:relative;
background-color: #fff;
}
.navigator{
display: block;
position: fixed;
right: 0;
top: 0;
width: 100%;
transform:translateX(100%);
-moz-transform:translateX(100%);
-webkit-transform:translateX(100%);
transition:all 0.3s ease-in-out;
-webkit-transition:all 0.3s ease-in-out;
bottom: 0;
padding-top: 60px;
background-color: #fff;
z-index: 200;
box-shadow:none;
}
.visible {
position:fixed;
left:0;
right:0;
top:0;
bottom:0;
}
.visible .navigator {
transform:translateX(0%);
-moz-transform:translateX(0%);
-webkit-transform:translateX(0%);
}
.navigator .menu {
display:block;
width:80%;
margin:0 auto;
position:relative;
right:0;
}
.navigator .menu li{
display:block;
}
.navigator .menu li a{
line-height:60px;
font-size:16px;
color:#000;
background-color: transparent;
border-bottom: 1px solid #eee;
}
.header {
border-bottom: 1px solid #eee;
}
.btn.carrello {
font-size: 0;
padding: 0;
background: transparent;
color: #000;
}
.header-widget .widget {
min-width: auto;
}
.btn.carrello svg {
padding-right: 5px;
}
.cart-items-count.count {
background-color: #f5f5f5;
position: absolute;
right: 2px;
top: -8px;
}
.header-widget .wc-block-product-search form {
position: absolute;
left: 0px;
right: 0px;
bottom: -48px;
z-index: 1;
background: #f5f5f5;
display: none;
max-width: 100%;
}
.header-widget {
width: auto;
margin-right: 10px;
margin-left: auto;
align-items: baseline;
}
.header-widget .widget:nth-child(2) {
display: block;
}
.related.products .products li {
margin-right: 10px !important;
width: calc(50% - 10px) !important;
}
.header-widget .widget:nth-child(3) {
display: none;
}
} @media screen and (max-width: 768px) {
.main-title {
font-size: 30px;
}
h2, .subTit {
font-size: 26px;
}
#logo img {
height: 70px;
}
.woocommerce.columns-5 ul.products li.product {
width: 100%;
margin: 0 0 40px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
float: none;
width: 100%;
}
.woocommerce-page table.cart td.actions .coupon .input-text + .button {
float: none;
width: 100%;
margin-top: 10px !important;
display: block;
}
.woocommerce-checkout .col2-set, #customer_details + #wc_checkout_add_ons, #order_review, #order_review_heading {
float: none;
width: 100%;
margin: 0;
}
.pt-60 {
padding-top: 40px;
}
.pb-60 {
padding-bottom: 40px;
}
.n2-ss-slider .n2-ss-item-image {
width: 100%;
}
.related.products .products li {
margin-right: 0 !important;
}
.woocommerce-ordering {
margin-top: 0 !important;
float: none !important;
width: 100% !important;
}
.woocommerce .woocommerce-ordering select {
width: 100%;
}
#logo {
flex-basis: 40%;
}
.woocommerce div.product form.cart div.quantity {
margin-bottom: 10px;
}
.woocommerce-cart table.cart input {
display: inline-block !important;
}
.woocommerce .quantity .qty{
width: 45px;
}
.quantity button{
width: 40px;
}
#newsletter #acym_fulldiv_formAcym1.acym__subscription__form__shortcode .acym__subscription__form__button {
position: relative;
right: auto;
margin-top: 20px !important;
}
.woocommerce-product-gallery {
position: relative !important;
top: auto !important;
}
}
.fnd {
display: grid;
grid-template-columns: 310px auto;
gap: 20px;
font-size: 11px;
margin-top: 60px;
margin-bottom: 10px;
align-items: center;
}
.fnd img {
width: 100%;
max-width: 100%;
padding: 10px;
box-sizing: border-box;
background: #fff;
}.fs-free-shipping-notice-and-button-wrapper{flex-flow:wrap;place-content:start space-between;align-items:center;display:flex}.fs-free-shipping-notice-text-and-progress-bar-wrapper,.fs-free-shipping-notice-continue-shopping-button-wrapper{flex:0 auto;margin:0 .5em}.fs-free-shipping-notice-progress-bar-wrapper{flex-direction:row;align-items:center;display:flex}.fs-free-shipping-notice-progress-bar{border:1px solid #fff;border-radius:10px;width:100%;height:10px;margin-left:10px;margin-right:10px;position:relative}.fs-free-shipping-notice-progress-bar>span{background-color:#fff;border-top-left-radius:10px;border-bottom-left-radius:10px;height:100%;display:block;position:relative;overflow:hidden}.button.flexible-shipping-free-shipping-button{margin-left:0}