/*
Theme Name: Sirsi
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: sirsi

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

.redlayer {
    font-weight: bold;
    color: rgb(161, 0, 0);
    font-size: 45px;
    text-transform: uppercase !important;
}
.blacklayer {
    //font-weight: bold;
    color: rgb(10, 10, 10);
    font-size: 35px;
    text-transform: uppercase;
}
.black_second_layer {
    font-weight: bold;
    color: rgb(10, 10, 10);
    font-size: 15px;
    text-transform: uppercase;
}
.product-category .item img{
    max-height: 170px;
}

.nav li li a:hover{
    background-color: #b21106;
    color: #fff !important;
}

.menu-lunghezza{
    margin-left: -70px!important;
    margin-right: -70px!important;
}
#menu-main-menu-1 > li.menu-item.wpml-ls-slot-2.wpml-ls-item.wpml-ls-item-en.wpml-ls-menu-item.wpml-ls-first-item.menu-item-type-wpml_ls_menu_item.menu-item-object-wpml_ls_menu_item.menu-item-wpml-ls-2-en > a{
    position:relative;
}

#menu-main-menu-en-1 > li.menu-item.wpml-ls-slot-2.wpml-ls-item.wpml-ls-item-en.wpml-ls-current-language.wpml-ls-menu-item.wpml-ls-first-item.menu-item-type-wpml_ls_menu_item.menu-item-object-wpml_ls_menu_item.menu-item-wpml-ls-2-en > a{
    position:relative;
}

#menu-main-menu-1 > li.menu-item.wpml-ls-slot-2.wpml-ls-item.wpml-ls-item-en.wpml-ls-menu-item.wpml-ls-first-item.menu-item-type-wpml_ls_menu_item.menu-item-object-wpml_ls_menu_item.menu-item-wpml-ls-2-en > a > span{
    position: absolute;
    top: -10px;
    left: 4px;
}

#menu-main-menu-en-1 > li.menu-item.wpml-ls-slot-2.wpml-ls-item.wpml-ls-item-en.wpml-ls-current-language.wpml-ls-menu-item.wpml-ls-first-item.menu-item-type-wpml_ls_menu_item.menu-item-object-wpml_ls_menu_item.menu-item-wpml-ls-2-en > a > span{
    position: absolute;
    top: -10px;
    left: 4px;
}

#menu-main-menu-1 > li.menu-item.wpml-ls-slot-2.wpml-ls-item.wpml-ls-item-it.wpml-ls-current-language.wpml-ls-menu-item.wpml-ls-last-item.menu-item-type-wpml_ls_menu_item.menu-item-object-wpml_ls_menu_item.menu-item-wpml-ls-2-it > a{
    position:relative;
}

#menu-main-menu-en-1 > li.menu-item.wpml-ls-slot-2.wpml-ls-item.wpml-ls-item-it.wpml-ls-menu-item.wpml-ls-last-item.menu-item-type-wpml_ls_menu_item.menu-item-object-wpml_ls_menu_item.menu-item-wpml-ls-2-it > a{
    position:relative;
}

#menu-main-menu-1 > li.menu-item.wpml-ls-slot-2.wpml-ls-item.wpml-ls-item-it.wpml-ls-current-language.wpml-ls-menu-item.wpml-ls-last-item.menu-item-type-wpml_ls_menu_item.menu-item-object-wpml_ls_menu_item.menu-item-wpml-ls-2-it > a > span{
    position: absolute;
    top: -10px;
    left: 8px;
}

#menu-main-menu-en-1 > li.menu-item.wpml-ls-slot-2.wpml-ls-item.wpml-ls-item-it.wpml-ls-menu-item.wpml-ls-last-item.menu-item-type-wpml_ls_menu_item.menu-item-object-wpml_ls_menu_item.menu-item-wpml-ls-2-it > a > span{
    position: absolute;
    top: -10px;
    left: 8px
}
.policy-links-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.policy-links-wrapper a {
    display: inline-block;
    margin: 0 10px; /* Spaziatura tra i pulsanti */
    font-family: Verdana, sans-serif;
    font-size: 12px;
    line-height: normal;
    text-decoration: none;
    color: #000;
}

.policy-links-wrapper a:hover {
    text-decoration: underline;
}
.policy-links-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; /* Per gestire eventuali sovrapposizioni su schermi piccoli */
    gap: 10px; /* Spaziatura tra i pulsanti */
    margin-top: 15px; /* Aggiunge uno spazio sopra */
    text-align: center;
}
