/*!
Theme Name: Almar
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: almar
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Almar is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

@media (max-width: 768px) {
    .almar h1 {
        font-size: 30px;
    }
}


/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
.almar [type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    height: auto;
    width: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    /*background: #fff9c0;*/
    text-decoration: none;
}

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
    background: #fff;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/* Links
--------------------------------------------- */
a {
    color: #4169e1;
}

/*
a:visited {
	color: #800080;
}
*/

a:hover,
a:focus,
a:active {
    color: #191970;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

input[type="submit"] {
    border-radius: 5px;
    border: 1px solid #ff9900;
    border-radius: 3px;
    background-color: #ff9900 !important;
    color: #ffffff !important;
    padding: 0.6em 1em 0.4em;
    height: 50px;
    font-weight: 700;
}

input[type="submit"]:hover {
    background-color: #ffffff !important;
    color: #ff9900 !important;
    border: 1px solid #ff9900;

}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 12px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
    display: block;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {

    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: flex;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
    display: block;
}

.post,
.page {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {

    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

/* PERSONALIZZAZIONI BARRA ADMIN */
#wpadminbar .hover .show-template-name:hover {
    color: #ccc !important;
}

#wpadminbar .hover .show-template-name {
    color: #ccc !important;
}

#wpadminbar .show-template-name,
#wpadminbar .hover .show-template-name {
    font-family: monospace;
    text-shadow: none;
    color: white !important;
}


/* PERSONALIZZAIONI SITO WEB */
.almar .font-recensioni-14 {
    font-size: 14px;
    color: #7a7a7a;
}

/* PERSONALIZZAZIONE MENU */
.almar .main-menu>nav>ul>li ul.sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #ffffff;
    min-width: 250px;
    padding: 15px 5px;
    -webkit-transition: all .25s ease 0s;
    transition: all .25s ease 0s;
    opacity: 0;
    visibility: hidden;
    margin-top: 20px;
    border-radius: 10px;
    z-index: 999;
    border: 1px solid #ececec;
    -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}


.almar .wp-pagenavi a {
    text-decoration: none;
    border: 1px solid #BFBFBF;
    padding: 10px 15px;
    margin: 3px;
    background: #F2F3F4;
    color: #888888;
    border-radius: 40px;
}

.almar .wp-pagenavi a:hover,
.almar .wp-pagenavi span.current {
    border-color: #fff;
    background: #000000;
    text-decoration: none;
    border: 1px solid #BFBFBF;
    padding: 13px 20px;
    margin: 7px;
    color: #ffffff !important;
    border-radius: 40px;
}

/* PERSONALIZZAZIONE WOOCOMMERCE STYLE.CSS */
/* BUTTONS */
.almar .woocommerce a.button,
.almar .woocommerce button.button,
.almar .woocommerce a.wc-forward,
.almar .woocommerce button.wc-forward,
.almar .woocommerce #respond input#submit,
.almar .woocommerce a.button:disabled,
.almar .woocommerce button.button:disabled,
.wp-block-button__link {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff !important;
    cursor: pointer;
    letter-spacing: 1px;
    position: relative;
    text-decoration: none;
    padding: 16px 25px;
    border-radius: 5px;
    border: 1px solid #ff9900;
    overflow: hidden;
    background-color: #ff9900 !important;
    text-align: center;
    line-height: 1;
    height: 50px;
}

.almar .woocommerce a.button:hover,
.almar .woocommerce button.button:hover,
.almar .woocommerce a.wc-forward:hover,
.almar .woocommerce button.wc-forward:hover,
.almar .woocommerce #respond input#submit:hover,
.almar .woocommerce a.button:disabled:hover,
.almar .woocommerce button.button:disabled:hover,
.wp-block-button__link:hover {
    background-color: #ffffff !important;
    color: #ff9900 !important;
    border: 1px solid #ff9900;
}

.almar .woocommerce .btn.btn-black {
    background-color: #222;
}

.almar .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled,
.almar .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover,
.almar .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled,
.almar .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover,
.almar .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled],
.almar .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover,
.almar .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled,
.almar .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover,
.almar .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled,
.almar .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover,
.almar .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled],
.almar .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover,
.almar .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled,
.almar .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover,
.almar .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled,
.almar .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover,
.almar .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled],
.almar .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover,
.almar .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled,
.almar .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover,
.almar .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled,
.almar .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover,
.almar .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled],
.almar .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled]:hover {
    color: #ffffff;
    background: #ff9900;
    opacity: 1;
}


/* PRODUCT DETAIL */
.almar .woocommerce div.product p.price ins {
    background: inherit;
    /* font-weight: 700; */
    /* display: inline-block; */
    /* font-size: 49px; */
    font-size: 58px;
    text-decoration: none;
    font-weight: 900;
    color: #00A222 !important;
    margin: 5px 0 5px 0;
}

.almar .woocommerce div.product .summary .price {
    display: block;
    margin-bottom: 16px;
}

.almar .woocommerce div.product .summary .price,
.almar .woocommerce div.product .summary .price del {
    color: #000000 !important;
    font-size: 28px;
    line-height: 30px;
    flex: wrap;
    display: flex;
    font-weight: 700;
    flex-direction: column;
}

/*
.almar .woocommerce div.product .summary .price del {
	margin-left: 15px;
}
*/
.almar .wc-block-grid__products .woocommerce-price-suffix .woocommerce-Price-amount,
.almar .wc-block-grid__products .woocommerce-price-suffix .woocommerce-Price-currencySymbol {
    color: #253D4E;
    font-size: 14px;
}

.almar li.product span.price .woocommerce-Price-amount,
.almar li.product span.price .woocommerce-Price-currencySymbol {
    color: #00A222;
    font-size: 22px;
    ;
}

.almar .woocommerce-orders-table__cell-order-total .woocommerce-Price-amount,
.almar .woocommerce-orders-table__cell-order-total .woocommerce-Price-currencySymbol {
    color: #00A222;
    font-size: 16px;
    ;
}

.almar .woocommerce-Price-amount,
.almar .woocommerce-Price-currencySymbol {
    color: #00A222;
    font-size: 58px;
    ;
}

.almar [aria-hidden="true"] .woocommerce-Price-amount,
.almar [aria-hidden="true"] .woocommerce-Price-currencySymbol {
    color: #00A222;
    font-size: 28px;
    ;
}

/* prezzo senza iva */
.almar .woocommerce div.product p.price .woocommerce-price-suffix,
.almar .woocommerce div.product p.price .woocommerce-price-suffix .amount {
    font-size: 14px;
    color: #253D4E;
}

.almar .woocommerce div.product p.price .woocommerce-price-suffix .woocommerce-Price-currencySymbol,
.almar .woocommerce div.product p.price .woocommerce-price-suffix .woocommerce-Price-currencySymbol .amount {
    font-size: 14px;
    color: #253D4E;
}

.almar .woocommerce .woocommerce-variation-price .woocommerce-price-suffix,
.almar .woocommerce .woocommerce-variation-price .woocommerce-price-suffix .amount {
    font-size: 14px;
    color: #253D4E;
}

.almar .woocommerce .woocommerce-variation-price .woocommerce-price-suffix .woocommerce-Price-currencySymbol,
.almar .woocommerce .woocommerce-variation-price .woocommerce-price-suffix .woocommerce-Price-currencySymbol .amount {
    font-size: 14px;
    color: #253D4E;
}


.almar .col-md-8 .woocommerce-price-suffix .woocommerce-Price-amount,
.almar .col-md-8 .woocommerce-price-suffix .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
    color: #253D4E;
    font-size: 14px;
}

.almar .woocommerce-price-suffix {
    font-weight: 700;
    color: #253D4E;
    display: block;
    font-size: 14px;
}

.almar li.product span.price .woocommerce-price-suffix .woocommerce-Price-amount,
.almar li.product span.price .woocommerce-price-suffix .woocommerce-Price-currencySymbol {
    font-size: 14px;
    color: #253D4E;
}

.almar .product-cart-wrap .product-content-wrap .product-price span .woocommerce-price-suffix .woocommerce-Price-amount,
.almar .product-cart-wrap .product-content-wrap .product-price span .woocommerce-price-suffix .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
    font-size: 14px;
    font-weight: bold;
    color: #253D4E;
}


.almar .woocommerce div.product .summary div.quantity {
    margin-right: 15px;
}

.almar .woocommerce div.product .summary div.quantity,
.almar .woocommerce div.product .summary button.single_add_to_cart_button {
    margin-top: 10px;
}

.almar .woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0;
    font-size: 40px;
    padding-bottom: 20px;
}

.almar .woocommerce div.product p.stock {
    font-size: 18px;
    margin: 15px 0;
    color: #00A222;
}

.almar .woocommerce div.product .woocommerce-product-details__short-description {
    margin-bottom: 25px;
}

.almar .woocommerce div.product .product_meta {
    position: relative;
    padding-top: 1em;
}

.almar .woocommerce div.product .product_meta>span {
    display: block;
    margin-bottom: 16px;
}

.almar .woocommerce .quantity .qty {
    text-align: center;
    margin: 0 6px 15px 0;
    background: #fff;
    border: 2px solid #b7b7b7 !important;
    font-weight: 700;
    color: #00A222 !important;
    border-radius: 5px;
    padding: 0px 8px 0px 0px;
    max-width: 109px;
    height: 50px;
    width: 4.631em;
}

.almar .woocommerce div.product .posted_in>a,
.almar .woocommerce div.product .tagged_as>a {
    padding: 10px 15px;
    border-radius: 5px;
    margin-top: 3px;
    margin-bottom: 3px;
    color: #444444;
    margin-right: 10px;
    margin-left: -10px;
    white-space: nowrap;
    line-height: 30px;
    background: #dfdfdf;
    border: 1px solid #686868;
}

.almar .woocommerce div.product .posted_in>a:hover,
.almar .woocommerce div.product .tagged_as>a:hover {
    padding: 10px 15px;
    border-radius: 5px;
    margin-top: 3px;
    margin-bottom: 3px;
    color: #ffffff !important;
    margin-right: 10px;
    margin-left: -10px;
    white-space: nowrap;
    line-height: 30px;
    background: #000000;
    border: 1px solid #686868;
}

.almar .btn-download,
.almar .button-donwload {
    display: inline-block;
    border: 1px solid transparent;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 15px;
    border-radius: 4px;
    color: #444444;
    border: 1px solid #686868;
    background-color: #dfdfdf;
    cursor: pointer;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    letter-spacing: 0.5px;
}

.almar .btn-download:hover,
.almar .button-download:hover {
    background-color: #000000;
    color: white !important;
}

.almar .wc-block-components-totals-coupon__form button[type='submit'] {
    font-size: 16px;
    font-weight: 500;
    padding: 15px 40px;
    color: #ffffff;
    border: none;
    background-color: #ff9900;
    border: 1px solid #ff9900;
    border-radius: 10px;
}

.almar .wc-block-components-totals-coupon__form button[type='submit']:hover {
    background-color: #ffffff !important;
    color: #ff9900 !important;
    border: 1px solid #ff9900;
}

.almar .wc-block-components-shipping-calculator-address button[type='submit'] {
    font-size: 16px;
    font-weight: 700;
    padding: 15px 40px;
    color: #444444 !important;
    border: none;
    background-color: #dfdfdf !important;
    border: 1px solid #686868 !important;
    border-radius: 10px !important;
}

.almar .wc-block-components-shipping-calculator-address button[type='submit']:hover {
    font-size: 16px;
    font-weight: 700;
    padding: 15px 40px;
    color: white !important;
    border: none !important;
    background-color: #000000 !important;
    border: 1px solid #686868 !important;
    border-radius: 10px !important;
}

.almar .cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button a.outline {
    background-color: #dfdfdf;
    border: 1px solid #686868;
    font-weight: 700;
    color: #444444;
}

.almar .cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button a.outline:hover {
    background-color: #000000;
    border: 1px solid #686868;
    font-weight: 700;
    color: white !important;
}

.almar .cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button a {
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    border-radius: 4px;
    line-height: 1;
    font-weight: 700;
    padding: 10px 20px;
    background-color: #ff9900;
    border: 1px solid #ff9900;
}

.almar .cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button a:hover {
    background-color: #ffffff;
    color: #ff9900 !important;
    border: 1px solid #ff9900;
}



.almar .woocommerce div.product .posted_in>a:first-child,
.almar .woocommerce div.product .tagged_as>a:first-child {
    margin-left: 3px;
}

.almar .woocommerce div.product .woocommerce-info {
    margin-top: 30px;
}

.almar .woocommerce div.product .product_marchio img,
.almar .woocommerce div.product .product_made_in_italy img,
.almar .woocommerce div.product .product_made_in_ue img {
    max-width: 250px;
    max-height: 180px;
}

.almar .woocommerce div.product .product_meta .sku_wrapper {
    margin-bottom: 30px;
    display: none;
}

.almar .woocommerce div.product .product_made_in_italy,
.almar .woocommerce div.product .product_made_in_ue {
    text-align: center;
}

@media (min-width: 768px) {

    .almar .woocommerce div.product .product_made_in_italy,
    .almar .woocommerce div.product .product_made_in_ue {
        position: absolute;
        top: -10px;
        left: 150px;
    }

    .almar .woocommerce div.product .product_made_in_italy+.product_made_in_ue {
        left: 350px;
    }

    .almar .woocommerce div.product .product_made_in_italy+.posted_in,
    .almar .woocommerce div.product .product_made_in_ue+.posted_in {
        padding-top: 60px;
    }
}

.almar .woocommerce div.product .woocommerce-Tabs-panel ul {
    padding-left: 30px;
    color: #253D4E;
    font-size: 16px;
}

.almar .woocommerce div.product .woocommerce-Tabs-panel ul li {
    display: list-item;
    list-style-type: disc;
    padding: 2px 0;
}

.almar .woocommerce div.product .woocommerce-Tabs-panel--additional_information table,
.almar .woocommerce div.product .woocommerce-Tabs-panel--additional_information table p {
    font-size: 18px;
    color: #253D4E;
    font-style: normal;
}

.almar .woocommerce table.shop_attributes td p {
    margin: 0;
    padding: 15px 15px;
}

.almar .woocommerce div.product.product-type-variable .summary>p.price {
    display: none;
}

.almar .woocommerce .price_scaglioni {
    display: none;
}

.almar .woocommerce div.product .summary .price_scaglioni {
    display: block;
    color: #222;
    font-size: 16px;
}

.almar .woocommerce div.product .summary .price_scaglioni .table td {
    padding: 12px;
}

/* galleria img prodotti */
.almar .woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
    clear: unset;
}

.almar .woocommerce div.product div.images .flex-control-thumbs li img.flex-active,
.almar .woocommerce div.product div.images .flex-control-thumbs li img:hover {
    opacity: 1;
    border: 2px solid #a2d2c9;
    border-radius: 17px;
}

.almar .woocommerce div.product div.images .flex-control-thumbs li img {
    opacity: 1;
    border: 2px solid #ffffff;
    border-radius: 17px;
}

.almar .woocommerce div.product div.images .flex-control-thumbs {
    overflow: hidden;
    zoom: 1;
    margin: 0;
    padding: 0;
    padding-top: 30px;
}


/*SCHEDE DESCRIZIONE, INFORMAZIONI AGGIUNTIVE, ECC */
.almar .woocommerce div.product .woocommerce-tabs,
.almar .woocommerce-page div.product .woocommerce-tabs {
    clear: both;
    border: 1px solid #ececec;
    border-radius: 15px;
    padding: 20px 15px;
}

.almar .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #00a22233;
    /* color: #515151; */
    /* z-index: 2; */
    /* border-bottom-color: #fff; */
    /*color: #00A222;
    -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 5px 5px 15px #00a22275;*/
}

.almar .woocommerce div.product .woocommerce-tabs ul.tabs li {
    /* border: 1px solid #cfc8d8; */
    /* background-color: #e9e6ed; */
    /* color: #515151; */
    /* display: inline-block; */
    /* position: relative; */
    /* z-index: 0; */
    /* border-radius: 4px 4px 0 0; */
    /* margin: 0 -5px; */
    /* padding: 0 1em; */
    /* display: block; */
    padding: 0px 10px !important;
    text-align: center;
    font-weight: 700;
    font-family: "Quicksand", sans-serif;
    text-transform: none;
    font-size: 17px;
    border-radius: 30px;
    border: 1px solid #ececec;
    background: #fff;
    color: #ababab;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;

}

.almar .woocommerce div.product .woocommerce-tabs ul.tabs li.active::before,
.almar .woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
    box-shadow: 2px 2px 0 #fff;
    display: none;
}

.almar .woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.almar .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    left: -5px;
    border-bottom-right-radius: 4px;
    border-width: 0 1px 1px 0;
    box-shadow: 2px 2px 0 #e9e6ed;
    display: none;
}

.almar .woocommerce div.product .woocommerce-tabs ul.tabs {
    /* list-style: none; */
    /* padding: 0 0 0 1em; */
    margin: 0 0 1.618em;
    overflow: hidden;
    position: static;
}

.almar .woocommerce div.product .woocommerce-tabs ul.tabs::before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #cfc8d8;
    z-index: 1;
    display: none !important;
}

.almar .woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0 0 0 0;
    margin: 0 0 1.618em;
    overflow: hidden;
    position: relative;
}

/*filtri dei prodotti - gusto, quantità, ecc..*/
.almar .woocommerce div.product form.cart .variations td,
.almar .woocommerce div.product form.cart .variations th {
    border: 0;
    line-height: 1em;
    color: #253D4E;
    font-size: 24px;
    text-align: center;
    vertical-align: baseline;
}

.almar table td,
.almar table th {
    padding: 1px 1px;
    border: 1px solid #ececec;
    vertical-align: middle;
}

.almar .woocommerce div.product form.cart .variations select {
    max-width: 90%;
    min-width: 75%;
    display: inline-block;
    margin-right: 1em;
    border: 1px solid;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #253D4E;
    margin: 0 6px 15px 0;
    background: #fff;
    border: 1px solid #b7b7b7 !important;
    font-weight: 700;
    color: #00A222 !important;
    border-radius: 10px;
    padding: 0px 8px 0px 0px;
    height: 50px;
}

.almar .woocommerce div.product form.cart .reset_variations {
    visibility: hidden;
    font-size: 16px;
}

.almar .woocommerce div.product form.cart .variations {
    margin-bottom: 0px;
    border: 0;
    width: 100%;
}

.almar .woocommerce-Tabs-panel p {
    font-size: 16px;
}

.almar .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: 0.5em 0;
    font-weight: 700;
    color: #253D4E;
    text-decoration: none;
}

/* PRODUCT LOOP */
.almar .woocommerce-pagination {
    margin: 20px 0;
}



.almar .woocommerce .related ul.products {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.almar .woocommerce ul.products li.product,
.almar .woocommerce-page ul.products li.product {
    display: flex;
    flex-direction: column;
    border-radius: 15px;
}


.almar .woocommerce ul.products li.product a.woocommerce-loop-product__link {
    flex-grow: 1;
    margin-bottom: 8px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.almar .woocommerce ul.products li.product .quantity {
    margin-bottom: 7px;
}

.almar .products.columns-6 .product {
    width: 50% !important;
    margin: 0 !important;
}

@media (min-width: 768px) {
    .almar .products.columns-6 .product {
        width: 24% !important;
        margin: 0 !important;
    }
}

@media (min-width: 1200px) {
    .almar .products.columns-6 .product {
        width: 16% !important;
        margin: 0 !important;
    }
}

.almar .products .product {
    border: 1px solid #eeeeee;
    padding: 10px !important;
}

.almar .products .product .woocommerce-loop-product__title {
    color: #444444;
    line-height: 16px;
    text-align: center;
    font-weight: normal;
}

.almar .woocommerce ul.products li.product .button,
.almar .woocommerce ul.products li.product .wc-forward {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    color: #ffffff;
    cursor: pointer;
    letter-spacing: 1px;
    position: relative;
    text-decoration: none;
    padding: 10px 5px;
    border-radius: 5px;
    border: none;
    overflow: hidden;
    background-color: #ff9900;
    text-align: center;
    line-height: 1;
    height: auto;
    display: inline-block;
    margin-top: 0em;
}

@media (min-width: 1200px) {

    .almar .woocommerce ul.products li.product .button,
    .almar .woocommerce ul.products li.product .wc-forward {
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 600;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        color: #ffffff;
        cursor: pointer;
        letter-spacing: 1px;
        position: relative;
        text-decoration: none;
        padding: 16px 25px;
        border-radius: 5px;
        border: 1px solid #ff9900;
        overflow: hidden;
        background-color: #ff9900;
        text-align: center;
        line-height: 1;
        height: 50px;
    }

    .almar .woocommerce ul.products li.product .button:hover,
    .almar .woocommerce ul.products li.product .wc-forward:hover {
        color: #ff9900;
        background-color: #ffffff;
        border: 1px solid #ff9900;
    }
}

.almar .woocommerce ul.products li.product .button.added {
    display: none;
}

.almar .woocommerce ul.products li.product .wc-forward {
    background-color: #222;
}

.almar .woocommerce ul.products li.product .price {
    color: #00A222;
    font-size: 16px;
    margin-bottom: 0;
    float: left;

}

.almar .woocommerce ul.products li.product .prezzo-base {
    color: #444444;
}

.almar .woocommerce ul.products li.product .onsale,
.almar .woocommerce ul.products li.product .in-evidenza {
    margin: 0;
    font-size: .857em;
}

.almar .woocommerce ul.products li.product .onsale {
    top: 5px;
    right: 5px;
    left: auto;
}

.almar .woocommerce ul.products li.product .in-evidenza {
    top: auto;
    right: 5px;
    left: auto;
    line-height: 55px;
    margin-top: -80px;
}

.almar .woocommerce ul.products li.product .sku {
    color: #444444;
}

.almar .woocommerce ul.products li.product .star-rating {
    margin: 6px auto;
    display: none;
}

.almar .woocommerce ul.products li.product .woocommerce-variation-availability p {
    margin: 0;
}

.almar .woocommerce .star-rating span::before {
    color: #ffc107;
}

.almar .woocommerce span.onsale {
    font-size: 20px !important;
    font-weight: 700;
    position: absolute;
    text-align: center;
    background-color: #00a222;
    color: #ffffff;
    border-radius: 4px;
    min-height: auto;
    min-width: auto;
    padding: 8px;
    margin: 0;
    line-height: 1;
    z-index: 8;
    top: 0;
    left: 0;
}

.almar .woocommerce span.in-evidenza {
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    background-color: #dc368b;
    color: #fff;
    border-radius: 50%;
    min-height: auto;
    min-width: auto;
    padding: 5px;
    margin: 0;
    line-height: 65px;
    z-index: 8;
    top: 35px;
    left: 0;
}

.almar .woocommerce .products .product .qty {
    padding: 9px 20px !important;
    margin-bottom: 3px;
}

.almar .woocommerce ul.products li.product .woocommerce-loop-category__title,
.almar .woocommerce ul.products li.product .woocommerce-loop-product__title,
.almar .woocommerce ul.products li.product h3 {
    padding: 0.5em 0;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 1px;
    color: #253D4E;
    text-align: left;
    line-height: inherit;
}

.almar .woocommerce ul.products li.product .woocommerce-loop-product__title:hover,
.almar .woocommerce ul.products li.product h3:hover {
    color: #00A222 !important;
}

/*img prodotto correlato */
.almar .woocommerce ul.products li.product a img {
    width: 100%;
    height: auto;
    margin: 0 0 1em;
    box-shadow: none;
    -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.05, 1) !important;
    transition: all 1.5s cubic-bezier(0, 0, 0.05, 1);
    display: flex;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 15px;
    /*max-height: 320px;*/
}

.almar .woocommerce ul.products li.product a img:hover {
    -webkit-transform: scale3d(1.05, 1.05, 1.05) translateZ(0);
    transform: scale3d(1.05, 1.05, 1.05) translateZ(0);
}


.almar .woocommerce div.product .related.products>h2 {
    position: relative;
    border-bottom: 1px solid #ececec;
    padding-bottom: 20px;
    font-size: 24px;
    margin-bottom: 30px;
}

.almar .woocommerce div.product .related.products>h2:after {
    content: "";
    width: 80px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #BCE3C9;
}

.almar .woocommerce div.product .related.products {
    padding-top: 40px;
    margin-bottom: 2em;
}

.almar .woocommerce ul.products li.product,
.almar .woocommerce-page ul.products li.product {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    /*width: 24.05%;*/
    margin-left: 0;
}

/* PAGINAZIONE CATEGORIE PRODOTTI */
.almar .woocommerce .woocommerce-result-count,
.almar .woocommerce-page .woocommerce-result-count {
    float: left;
    display: none;
}

.almar .woocommerce nav.woocommerce-pagination {
    text-align: left;
}

.almar .woocommerce nav.woocommerce-pagination ul li span.current {
    border-color: #fff;
    background: #000000;
    text-decoration: none;
    border: 1px solid #BFBFBF;
    padding: 15px 20px;
    margin: 7px;
    color: #ffffff !important;
    border-radius: 40px;
}

.almar .woocommerce nav.woocommerce-pagination ul li {
    border-right: 0px solid #cfc8d8;
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden;
}

.almar .woocommerce nav.woocommerce-pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border: 0px solid #cfc8d8;
    border-right: 0;
    margin: 1px;
    display: flex;
    align-items: center;
}

.almar .woocommerce nav.woocommerce-pagination ul li {
    border-right: 0px solid #cfc8d8;
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: unset;
}

.almar .woocommerce nav.woocommerce-pagination ul li a,
.almar .woocommerce nav.woocommerce-pagination ul li span {
    text-decoration: none;
    border: 1px solid #BFBFBF;
    padding: 12px 15px;
    margin: 3px;
    background: #F2F3F4;
    color: #888888;
    border-radius: 40px;
}

.almar .woocommerce nav.woocommerce-pagination ul li a:hover,
.almar .woocommerce nav.woocommerce-pagination ul li span:hover {
    border-color: #fff;
    background: #000000;
    text-decoration: none;
    border: 1px solid #BFBFBF;
    padding: 15px 20px;
    margin: 7px;
    color: #ffffff !important;
    border-radius: 40px;
}

/* COLONNA DI SINISTRA - PRODOTTI PIù VENDUTI */
/*prezzo*/
.almar .col-md-8 .woocommerce-Price-amount,
.almar .col-md-8 .woocommerce-Price-currencySymbol {
    color: #00A222;
    font-size: 15px;
}

.almar .col-md-8 .woocommerce-Price-amount:hover,
.almar .col-md-8 .woocommerce-Price-currencySymbol:hover {
    /*color: #00A222;*/
    font-size: 15px;
}

.almar .shopping-cart-title .woocommerce-Price-amount,
.almar .shopping-cart-title .woocommerce-Price-currencySymbol {
    color: #00A222;
    font-size: 15px;
}


/* VISUALIZZAZIONE PRODOTTI IN COLONNE IMPOSTATE DA BOOTSTRAP - GUARDARE file woocommerce.php */
@media (min-width: 992px) {
    .almar .woocommerce .col-lg-4 {
        flex: 0 0 auto !important;
        width: 31.333333% !important;
        min-height: 620px !important;
        margin-left: 5px !important;
        margin-right: 5px !important;
        margin-top: 10px !important;
    }
}

@media only screen and (min-width: 577px) and (max-width: 1024px) {
    .almar .woocommerce .col-md-6 {
        flex: 0 0 auto !important;
        /*width: 50%!important;*/
        min-height: 480px !important;
    }
}

@media only screen and (max-width: 576px) {
    .almar .woocommerce .col-md-6 {
        flex: 0 0 auto !important;
        width: 50% !important;
        min-height: 500px !important;
    }
}

/* codice per visualizzazione carrello */
.almar .cart-dropdown-wrap ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: unset;
    margin: 0 0 0px;
    margin-bottom: 15px;
    margin-top: 10px;
}

@media only screen and (max-width: 1224px) {
    .almar .cart-dropdown-wrap {
        width: 320px;
        right: -39px;
    }
}

.almar .cart-dropdown-wrap {
    position: absolute;
    right: 0;
    top: calc(100% + 20px);
    z-index: 99;
    width: 320px;
    background-color: #fff;
    -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
    padding: 21px 16px 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    border-radius: 10px;
    border: 1px solid #ececec;
}



/* PAGINA CARRELLO - NUOVA VERSIONE E-COMMERCE*/
.almar table.wc-block-cart-items .wc-block-cart-items__header {
    background-color: #ececec;
    padding: 18px 0;
    font-family: "Quicksand", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #253D4E;
    text-transform: none;
}

/* prima riga della tabella */
.almar .is-large.wc-block-cart .wc-block-cart-items th {
    padding: 30px 10px 30px 10px;
    white-space: nowrap;
    background-color: #ececec !important;
    /*width: auto;*/
}

/* titolo = totale */
.is-large.wc-block-cart .wc-block-cart-items th:last-child {
    padding-right: 0;
    text-align: center;
}

.almar .wc-block-components-sidebar-layout .wc-block-components-main {
    box-sizing: border-box;
    margin: 0;
    padding-right: 0%;
    width: 100%;
}

.almar .wc-block-components-sidebar {
    box-sizing: border-box;
    padding-left: 0%;
    width: 100%;
}

.almar table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product {
    visibility: unset;
}

/*visualizzazione prodotti enlla tabella */
.almar .is-large.wc-block-cart .wc-block-cart-items td {
    border-top: 1px solid hsla(0, 0%, 7%, .11);
    padding: 10px 10px 10px 10px;
    vertical-align: middle;
}

.almar table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
    margin: 0;
    /* width: 100%; */
    max-width: 120px;
    border: 1px solid #ececec;
    border-radius: 15px;
}

/*visualizzione prezzo*/
.almar .wc-block-cart-item__total-price-and-sale-badge-wrapper {
    /* align-items: flex-end; */
    display: inline;
    /* flex-direction: column; */
}

/* nome prodotto */
.almar .wc-block-components-product-name {
    font-size: 18px;
    font-weight: 700;
    overflow-wrap: anywhere;
    word-break: break-word;
    color: #253D4E;
    margin-bottom: 10px;
    -ms-word-break: break-all;
}

/*prezzo*/
.almar .wc-block-components-formatted-money-amount {
    white-space: nowrap;
    color: #00A222;
}

/*descrizione*/
.almar .wc-block-components-product-metadata .wc-block-components-product-metadata__description>p,
.almar .wc-block-components-product-metadata .wc-block-components-product-metadata__variation-data {
    margin: 0.25em 0;
    display: none;
}

/*selettore quantità prodotti */
.almar .wc-block-components-quantity-selector {
    border-radius: 4px;
    box-sizing: content-box;
    display: flex;
    margin: 0 0 0.25em;
    position: relative;
    background: #fff;
    border: 2px solid #b7b7b7 !important;
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    border-radius: 5px;
    max-width: 100px;
}

.almar .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
    -moz-appearance: textfield;
    appearance: textfield;
    background: transparent;
    border: 0;
    box-shadow: none;
    color: currentColor;
    flex: 1 1 auto;
    font-size: 1em;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    min-width: 40px;
    order: 2;
    padding: 0.4em 0;
    text-align: center;
    vertical-align: bottom;
    height: 50px;
}

.almar .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
    background: none transparent;
    border: 0;
    box-shadow: none;
    color: currentColor;
    cursor: pointer;
    font-size: 16px;
    font-style: normal;
    font-weight: 780;
    margin: 0;
    min-width: 30px;
    opacity: 1;
    padding: 0;
    text-align: center;
    text-decoration: none;
}

/*tasto rimuovi articolo */
.almar table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: inherit;
    display: inline;
    font-family: inherit;
    font-size: inherit;
    font-size: .75em;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: inherit;
    text-decoration: underline;
    text-shadow: none;
    text-transform: inherit;
    text-transform: none;
    vertical-align: baseline;
    white-space: nowrap;
    color: #ababab;
    font-weight: 700;
}

.almar .wp-block-woocommerce-cart-items-block table {
    width: 100%;
    margin-bottom: 1.5rem;
    border-collapse: collapse;
    vertical-align: middle;
    border-right: 1px hsla(0, 0%, 7%, .11) solid !important;
    border-left: 1px hsla(0, 0%, 7%, .11) solid !important;
    border-left-width: 1px !important;
    border-left-style: solid !important;
    border-left-color: rgba(18, 18, 18, 0.11) !important;
}

/* totale carrello - colonna destra */
.almar .is-large.wc-block-cart .wc-block-cart__totals-title {
    background: #ececec;
    border: 0;
    border-radius: 0px;
    box-shadow: none;
    color: inherit;
    display: inline;
    display: block;
    font-family: inherit;
    font-size: inherit;
    font-size: 18px;
    font-style: inherit;
    font-weight: inherit;
    font-weight: 700;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 30px 11px;
    text-align: left;
    text-decoration: inherit;
    text-transform: inherit;
    text-transform: unset;
    vertical-align: baseline;
}

.almar .wc-block-cart .wc-block-cart__submit-container {
    padding: 0;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    color: #ffffff;
    cursor: pointer;
    letter-spacing: 0px;
    position: relative;
    text-decoration: none;
    padding: 0px 0px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #ff9900;
    text-align: center;
    line-height: 1;
    height: auto;
    border: 1px solid #ff9900;
}

.almar body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    min-height: 50px;
}

.almar .wc-block-cart .wc-block-cart__submit-container:hover {
    background-color: #ffffff;
    color: #ff9900 !important;
    border: 1px solid #ff9900;
}

.almar .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.almar .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
    font-size: 2.25em;
}

.wc-block-components-button:not(.is-link) {
    align-items: center;
    display: inline-flex;
    height: auto;
    justify-content: center;
    position: relative;
    text-align: center;
    color: #ffffff !important;
    transition: box-shadow .1s linear;
}

.wc-block-components-button:not(.is-link):hover {
    align-items: center;
    display: inline-flex;
    height: auto;
    justify-content: center;
    position: relative;
    text-align: center;
    color: #ff9900 !important;
    transition: box-shadow .1s linear;
}

/* PAGINA CARRELLO MOBILE - NUOVA VERSIONE E-COMMERCE*/
.almar .is-medium table.wc-block-cart-items .wc-block-cart-item__remove-link,
.almar .is-medium table.wc-block-cart-items .wc-block-cart-items__header,
.almar .is-mobile table.wc-block-cart-items .wc-block-cart-item__remove-link,
.almar .is-mobile table.wc-block-cart-items .wc-block-cart-items__header,
.almar .is-small table.wc-block-cart-items .wc-block-cart-item__remove-link,
.almar .is-small table.wc-block-cart-items .wc-block-cart-items__header {
    display: -webkit-box;
}

/* immagine mobile */
.almar .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    padding-right: 8px;
}

/* PAGINA CHECKOUT */
.almar .wc-block-components-checkout-return-to-cart-button {
    box-shadow: none;
    color: inherit;
    padding-left: calc(24px + 0.25em);
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    color: #444444 !important;
    cursor: pointer;
    letter-spacing: 0px;
    position: relative;
    text-decoration: none;
    padding: 16px 25px;
    border-radius: 10px;
    border: none;
    overflow: hidden;
    background-color: #dfdfdf;
    text-align: center;
    line-height: 1;
    /* height: 50px; */
    border: 1px solid #686868;
}

.almar .wc-block-components-checkout-return-to-cart-button:hover {
    box-shadow: none;
    color: inherit;
    padding-left: calc(24px + 0.25em);
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    color: #ffffff !important;
    cursor: pointer;
    letter-spacing: 0px;
    position: relative;
    text-decoration: none;
    padding: 16px 25px;
    border-radius: 10px;
    border: none;
    overflow: hidden;
    background-color: #000000;
    text-align: center;
    line-height: 1;
    /* height: 50px; */
    border: 1px solid #686868;
}

.almar .wc-block-checkout__actions_row button {
    border: 1px solid;
    border-radius: 3px;
    background: #ff9900;
    color: rgba(255, 255, 255, 0.8);
    height: 50px !important;
    line-height: 1;
    padding: 0.6em 1em 0.4em;
    border: 1px solid #ff9900;
    border-radius: 10px !important;
}

/*
.almar .wc-block-cart__submit-container .wc-block-components-button__text {
    color: #ffffff;
}
*/
/*
.almar .wc-block-cart__submit-container .wc-block-components-button__text:hover {
    color: #ff9900;
}
*/
.almar .wc-block-components-button__text {
    color: unset;
}

.almar .wc-block-checkout__actions_row button:hover {
    background-color: #ffffff !important;
    color: #ff9900 !important;
    border: 1px solid #ff9900;
}

.almar .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
    height: auto;
    padding: 1em;
    width: auto;
}

/* riepilogo dell'ordine */
.almar .wc-block-components-panel__button[aria-expanded=true] {
    margin-bottom: 25px;
}

.almar .wc-block-components-panel__button,
.almar .wc-block-components-panel__button:active,
.almar .wc-block-components-panel__button:focus,
.almar .wc-block-components-panel__button:hover {
    background: transparent;
    box-shadow: none;
    color: inherit;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    font-size: 20px;
    line-height: normal;
}

.almar .wc-block-components-order-summary .wc-block-components-order-summary-item {
    border-bottom: 1px solid hsla(0, 0%, 7%, .11);
    display: flex;
    font-size: 14px;
    padding-bottom: 1px;
    padding-top: 16px;
    /* width: 100%; */
    align-items: center;
}

.almar .wc-block-components-order-summary .wc-block-components-order-summary-item__image {
    padding-bottom: 0px;
    position: relative;
    width: 48px;
}

.almar .woocommerce-products-header__title {
    display: none;
}

.archive-header-category {
    border-radius: 20px;
    padding: 90px 50px;
    background-size: cover;
}



.almar .row {
    --bs-gutter-x: 15px;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: 5px !important;
    margin-left: 5px !important;
}

/* PAGINA CARRELLO VUOTO */
.almar .theme-twentytwenty .wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product,
.almar .theme-twentytwenty .wc-block-grid.has-5-columns.alignfull .wc-block-grid__product,
.almar .wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product,
.almar .wc-block-grid.has-5-columns.alignfull .wc-block-grid__product {
    font-size: .75em;
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    margin: 0;
    align-content: stretch;
    justify-content: space-between;
    padding: 10px !important;
}

.almar .wc-block-grid__product {
    border-bottom: 16px solid transparent;
    border-left: 8px solid #ed0000;
    border-right: 8px solid transparent;
    box-sizing: border-box;
    float: none;
    list-style: none;
    margin: 0px;
    padding: 0;
    position: relative;
    text-align: unset;
    width: auto;
    border-radius: 15px;
    border: 1px solid #eeeeee;
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    margin: 0;
}


.almar .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    display: inline-flex;
    font-size: 14px;
    justify-content: center;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
    white-space: normal;
    word-break: break-word;
    width: 100%;
}

.almar .wc-block-grid__products .woocommerce-Price-amount,
.almar .wc-block-grid__products .woocommerce-Price-currencySymbol {
    color: #00A222;
    font-size: 18px;
}

.almar .wc-block-grid__product .wc-block-grid__product-add-to-cart,
.almar .wc-block-grid__product .wc-block-grid__product-onsale,
.almar .wc-block-grid__product .wc-block-grid__product-price,
.almar .wc-block-grid__product .wc-block-grid__product-rating {
    margin: 0px;
    float: left;
    text-align: left;
}

.almar .wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image),
.almar .wc-block-grid__product .wc-block-grid__product-title {
    margin: 0 0 12px;
    padding: 0.5em 0;
    margin: 0px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 1px;
    color: #253D4E;
    text-align: left;
    line-height: inherit;
}

.almar .wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image):hover,
.almar .wc-block-grid__product .wc-block-grid__product-title:hover {
    color: #00A222;
}

.almar .wc-block-grid__products .wc-block-grid__product-image img:hover {
    -webkit-transform: scale3d(1.05, 1.05, 1.05) translateZ(0);
    transform: scale3d(1.05, 1.05, 1.05) translateZ(0);
}

/* FORM */
.almar .input-text,
.almar .woocommerce #respond input[type=text],
.almar .woocommerce #respond input[type=email],
.almar select,
.almar textarea,
.almar .stamped-form-input-text,
.almar .stamped-form-input-email {
    width: 100%;
    padding: 12px 12px !important;
    border-radius: 10px;
    border: 1px solid #dddddd;
}

.almar textarea {
    padding-top: 14px !important;
    min-height: 150px;
}

.almar .form-row>span {
    width: 100%;
}

.almar .woocommerce-form__input-checkbox {
    margin-right: 8px;
    width: auto;
}

.almar .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: flex;
    align-items: center;
}

.almar .woocommerce-shipping-fields {
    padding: 3px;
}

.almar .woocommerce form .form-row input.input-text,
.almar .woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    height: 50px;
}

.almar .woocommerce-account .addresses .title .edit {
    float: left;
}

.almar .woocommerce-Address-title {
    display: flex;
    flex-direction: column;
}

.almar .single-content h3 {
    font-size: 24px;
    line-height: normal;
}

/* PAGINE DETTAGLI ACCOUNT */
.almar .woocommerce-MyAccount-navigation-link {
    margin-bottom: 10px;
    border: 1px solid #ececec;
    border-radius: 10px;
    font-size: 16px;
    padding: 15px 30px;
    font-weight: 700;
    list-style-type: none;
}


.almar .woocommerce-MyAccount-navigation-link a {
    color: #253D4E;
    ;
}

.almar .woocommerce-MyAccount-navigation-link a:hover {
    color: #ff9900 !important;
}

/*
.almar .woocommerce-MyAccount-navigation-link a:hover {
    color: #fff!important;
}*/

/*
.almar .woocommerce-MyAccount-navigation-link:hover{
    background-color: #ff9900!important;
    color: white!important;
}
*/

.almar .select2-container {
    max-width: 217px;
}

/* breadcrumb */
.almar .woocommerce:where(body:not(.woocommerce-uses-block-theme)) .almar .woocommerce-breadcrumb {
    display: inline-block;
    padding: 0px;
    color: #00A222;
    font-size: 15px;
    font-weight: 600;
    background: none;
    margin: 0;
    border-radius: 0;
    padding-bottom: 20px;
}

.almar .woocommerce-breadcrumb {
    display: none;
}

.almar .archive-header-category .breadcrumb {
    display: inline-block;
    padding: 0;
    /* text-transform: capitalize; */
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 700;
    background: none;
    margin: 0;
    border-radius: 0;
}

.almar .archive-header-category .breadcrumb a,
.almar .archive-header-category .breadcrumb span::before {
    color: #ffffff !important;
}


/* selettore lingue header wpml */
.almar .header-style-1 .header-top-ptb-1 .language-dropdown a {
    color: #00A222;
    font-weight: 700;
    line-height: 1;
    font-size: 14px;
}

.almar .header-info>ul>li>ul.language-dropdown {
    position: absolute;
    top: 100%;
    left: -5px;
    z-index: 2;
    min-width: 120px;
    background: #fff;
    border-radius: 10px;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    visibility: hidden;
    opacity: 0;
    padding: 10px 15px;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    border: 1px solid #ececec;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}



/* visualizzazione prezzo nel search.php */
.almar .entry-content-2 .woocommerce-Price-amount,
.almar .entry-content-2 .woocommerce-Price-currencySymbol {
    color: #00A222;
    font-size: 18px;
}

.almar .wpgs-nav .slick-current {
    border-color: #00A222;
    border-radius: 15px;
}

.almar .woocommerce div.product div.images img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: none;
    border-radius: 15px;
}

.almar .wp-pagenavi a,
.almar .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #BFBFBF;
    /*padding: 3px 5px;*/
    margin: 2px;
    border-radius: 20px;
}

.almar .woocommerce ul.products li.product .price del {
    color: inherit;
    opacity: .5;
    display: math;
    display: none;
}



/* template dettaglio ordine */
.almar .woocommerce ul.order_details li {
    float: left;
    margin-right: 2em;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1;
    border-right: 0;
    padding-right: 2em;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
}

.almar .woocommerce-order-overview__total .woocommerce-Price-amount,
.almar .woocommerce-order-overview__total .woocommerce-Price-currencySymbol {
    color: #00A222;
    font-size: 16px;
}

.almar .woocommerce-table--order-details .woocommerce-Price-amount,
.almar .woocommerce-table--order-details .woocommerce-Price-currencySymbol {
    color: #00A222;
    font-size: 16px;
}

.almar .woocommerce table.shop_table td small {
    font-weight: 700;
    font-size: 16px;
}

.almar .woocommerce td.product-name .wc-item-meta,
.almar .woocommerce td.product-name dl.variation {
    list-style: circle;
}

/*pagina checkout */
.almar .wc-block-components-totals-wrapper {
    border-top: 0;
    padding: 20px 0;
}

.almar .wp-block-woocommerce-checkout-order-summary-block {
    position: relative;
    padding: 10px;
    border: 1px solid #ececec;
    border-radius: 15px;
    -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0);
}

/* recensioni */


.almar .woocommerce .star-rating span::before {
    content: "";
    top: 2px;
    position: absolute;
    left: 0px;
    width: 79%;
    height: 100%;
    background-image: url("assets/imgs/theme/rating-stars.png");
    /* Percorso dell'immagine delle stelle */
    /*background-repeat: no-repeat;
    background-size: auto; /* Adatta le dimensioni dell'immagine per riempire il contenitore */
}

.almar .woocommerce .star-rating::before {
    content: none;
    color: #cfc8d8;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}

.almar .woocommerce #reviews #comments h2 {
    padding-bottom: 30px;
}

.almar .comment-form {
    padding-top: 10px;
    margin-bottom: 0px;
}

.almar .comment-reply-title {
    display: none;
}

.almar .comment-form-rating,
.almar .comment-form-comment {
    font-size: 24px;
    color: #253D4E;
    font-weight: 700;
}

.almar .comment-form textarea {
    min-height: 130px;
    padding-top: 15px;
}

.almar .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: 16px;
}

.almar .woocommerce:where(body:not(.woocommerce-uses-block-theme)) #reviews #comments ol.commentlist li .meta {
    color: #253D4E;
    font-size: .75em;
}

.almar .woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0px 0 0 50px;
    border: 1px solid #d5d5d5;
    border-radius: 10px;
    padding: 10px 10px 10px;
}

.almar .woocommerce #reviews #comments ol.commentlist li {
    padding: 0;
    margin: 0px 0 10px;
    border: 0;
    position: relative;
    background: 0;
    border: 0;
}

.almar .woocommerce #reviews #comments ol.commentlist li img.avatar {
    float: left;
    position: absolute;
    top: 10px;
    left: 0;
    padding: 3px;
    width: 32px;
    height: auto;
    background: #e9e6ed;
    border: 1px solid #e1dde7;
    margin: 0;
    box-shadow: none;
}

.almar p {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 15px;
    color: #253D4E;
}

.almar .woocommerce-Tabs-panel span {
    font-family: "Quicksand", sans-serif;
    color: #253D4E;
    font-weight: 600;
    line-height: 1.2;
}

/* Nascondi il contenuto nella versione desktop */
@media (min-width: 768px) {
    .almar .hidden-desktop {
        display: none !important;
    }
}

/* Nascondi il contenuto nella versione mobile */
@media (max-width: 767px) {
    .almar .hidden-mobile {
        display: none !important;
    }
}

.almar .display-2 {
    font-size: 60px;
    line-height: 1;
}

.almar .home-slide-cover .dot-style-1 ul li.slick-active button {
    background: #ffffff;
    border-color: rgb(255, 255, 255);
}

.almar .dot-style-1 ul li button {
    width: 15px;
    height: 15px;
    border-radius: 30px;
    border: 1px solid;
    padding: 0;
    font-size: 0px;
    border-color: #ffffff;
    background: none;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

/* dimensione prezzi pagina carrello */
.almar .product-total .woocommerce-Price-amount,
.almar .product-total .woocommerce-Price-currencySymbol {
    color: #00A222;
    font-size: 16px;
}

.almar .woocommerce-checkout-review-order-table .woocommerce-Price-amount,
.almar .woocommerce-checkout-review-order-table .woocommerce-Price-currencySymbol {
    color: #00A222;
    font-size: 16px;
}





/* checkout*/

.almar {
    position: static;
}

@media (max-width: 576px) {
    .almar {
        padding-top: 0px;
    }
}

.almar .col2-set .col-1,
.almar .col2-set .col-2 {
    flex: none;
    max-width: none;
    padding: 0;
}

/* CHECKOUT */
@media (max-width: 767px) {
    .almar form.checkout_coupon .form-row {
        width: 100%;
    }
}

.almar .woocommerce-checkout #customer_details #ship-to-different-address {
    font-size: 14px;
}

.almar .woocommerce-checkout #customer_details .col-1,
.almar .woocommerce-checkout #customer_details .col-2 {
    width: 100%;
    margin-bottom: 20px;
}

.almar .woocommerce-checkout #payment ul.payment_methods li {
    display: block;
}

.almar .woocommerce-checkout #payment ul.payment_methods li .input-radio {
    position: absolute;
    margin-top: 8px;
}

.almar .woocommerce-checkout #payment ul.payment_methods li label {
    padding-left: 28px;
}

.almar .woocommerce-checkout #payment .place-order #place_order {
    display: block;
    margin-top: 20px;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .almar .woocommerce-checkout #customer_details {
        float: left;
        width: 48%;
    }

    .almar .woocommerce-checkout #order_review {
        float: right;
        width: 48%;
    }
}

@media only screen and (min-width: 768px) {
    .almar .woocommerce-checkout #customer_details {
        float: left;
        width: 48%;
    }

    .almar .woocommerce-checkout #order_review_heading {
        /*float: right;*/
        width: 100%;
    }
}

.almar .woocommerce-checkout #billing_wooccm15_field label.checkbox,
.almar .woocommerce-checkout #billing_wooccm11_field label.checkbox {
    font-size: 16px;
    font-weight: bold;
}

.almar .woocommerce-checkout #billing_wooccm15_field label.checkbox .input-checkbox,
.almar .woocommerce-checkout #billing_wooccm11_field label.checkbox .input-checkbox {
    margin-top: -5px;
}

.almar .woocommerce table.shop_table {
    border: 1px solid rgba(0, 0, 0, .1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
    position: relative;
    /* padding: 10px; */
    border: 1px solid #ececec;
    border-radius: 0px;
    -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.05);
}

.almar .woocommerce ul#shipping_method li {
    margin: 0 0 .5em;
    line-height: 1.5em;
    list-style: none outside;
    display: flex;
    flex-direction: row;
    align-items: baseline;
}

.almar .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper .input-text {
    color: #2a2a2a;
    font-weight: 500;
}

.almar .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
    font-size: 14px;
    padding: 0;
    font-family: "Quicksand", sans-serif;
    color: #2a2a2a;
    font-weight: 500;
}

.almar .woocommerce form .form-row label {
    line-height: 2;
    font-weight: 800;
}

.almar .woocommerce table.shop_table th {
    font-weight: 700;
    padding: 10px 15px;
    line-height: 1.5em;
}


/* CHECKOUT - FONT SIZE */
.almar .woocommerce table.shop_table td {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em;
    font-size: 16px;
}

.almar .cart_item .product-quantity {
    font-size: 16px;
}

.almar .woocommerce-input-wrapper .select2-container {
    max-width: 100%;
}

/* classi carta di credito */
.almar .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
    vertical-align: middle;
    margin: 0px -1em 0 0;
    position: relative;
}

.almar .woocommerce-cart #payment div.form-row,
.almar .woocommerce-checkout #payment div.form-row {
    padding: 10px;
}

.almar .woocommerce-checkout #payment div.payment_box .form-row {
    margin: 0 0 0em;
}

.almar .woocommerce-checkout #payment ul.payment_methods li label {
    padding-left: 21px;
}

.almar .single-content ul {
    list-style: circle;
    padding-left: revert;
    font-size: 1rem;
}

/* Sovrascrivi il padding-left solo per il label specifico */
.woocommerce-SavedPaymentMethods-saveNew label[for="wc-stripe-new-payment-method"] {
    padding-left: 0px !important;
}


@media (min-width: 1024px) {
    .almar .woocommerce ul.products.columns-4 li.product {
        float: left;
        margin: 30px;
        padding: 0;
        position: relative;
        /* width: 24.05%; */
        margin-left: 0;
    }
}

.almar .wc-blocks-components-select .wc-blocks-components-select__select {
    padding: 1.5em .5em .5em !important;
}

.almar .wc-blocks-components-select .wc-blocks-components-select__container {
    height: 60px;
}

.almar .wc-block-components-totals-coupon__form {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 0;
    width: 100%;
    flex-direction: column;
}

.almar .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input {
    flex: auto;
}



.almar .woocommerce-form-coupon-toggle .woocommerce-info a:hover {
    color: #ff9900 !important;
}

.almar .woocommerce-info::before {
    left: 0.5em;
}

.almar .woocommerce-info {
    padding: 1em 1em 1em 2em;
    border-radius: 5px;
    border-top-color: #ff9900;
}

@media (max-width: 768px) {
    .single-content h2 {
        font-size: 30px !important;
        line-height: normal !important;
        margin-bottom: 30px !important;
    }
}

.title-landing {
    font-size: 50px;
    line-height: 1;
    color: black;
}

.landing.single-content ol li {
    font-size: 20px;
    line-height: 1.5;
    list-style: auto;
    margin-bottom: 10px;
    margin-left: 20px;
}

.landing.single-content p {
    color: #253D4E;
    font-size: 20px;
}

.landing.single-content h2 {
    font-size: 38px;
    line-height: normal;
    margin-bottom: 30px;
}

.landing-form.single-content p {
    margin-bottom: 10px;
    font-weight: 400;
}

.almar .wpcf7-form-control {
    display: flex;
    flex-direction: column;
    margin: 10px;
}

.almar .wpcf7-list-item label {
    margin-bottom: 10px;
}

@media only screen and (max-width: 1224px) {
    .landing.logo.logo-width-1 a img {
        width: 110px;
        min-width: 110px;
        padding-top: 0px;
    }
}

@media only screen and (max-width: 1224px) {
    .landing.header-bottom {
        padding: 50px 0;
    }
}

.almar h2 {
    font-size: 30px;
}