/*
Theme Name: Scarpato Theme
Author: Emmecubo
Description: Scarpato basic theme 
Version: 1.0.1
*/
ul,li{
    list-style: none;
}
a{
    color: #a88b45;
}
.woocommerce-MyAccount-navigation a{
    text-decoration: none;
}
@font-face {
    font-family: 'brandon_grotesquebold';
    src: url('assets/fonts/brandon/brandon_bld-webfont.woff2') format('woff2'),
         url('assets/fonts/brandon/brandon_bld-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'brandon_grotesqueblack';
    src: url('assets/fonts/brandon/brandon_blk-webfont.woff2') format('woff2'),
         url('assets/fonts/brandon/brandon_blk-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'brandon_grotesquelight';
    src: url('assets/fonts/brandon/brandon_light-webfont.woff2') format('woff2'),
         url('assets/fonts/brandon/brandon_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'brandon_grotesquelight_italic';
    src: url('assets/fonts/brandon/brandon_light_it-webfont.woff2') format('woff2'),
         url('assets/fonts/brandon/brandon_light_it-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'brandon_grotesquemedium';
    src: url('assets/fonts/brandon/brandon_med-webfont.woff2') format('woff2'),
         url('assets/fonts/brandon/brandon_med-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'brandon_grotesqueregular';
    src: url('assets/fonts/brandon/brandon_reg-webfont.woff2') format('woff2'),
         url('assets/fonts/brandon/brandon_reg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'brandon_grotesqueRgIt';
    src: url('assets/fonts/brandon/brandon_reg_it-webfont.woff2') format('woff2'),
         url('assets/fonts/brandon/brandon_reg_it-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'angelfaceregular';
    src: url('assets/fonts/angelface/angelface-webfont.woff2') format('woff2'),
         url('assets/fonts/angelface/angelface-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.woocommerce form .password-input, .woocommerce-page form .password-input{
    display: block !important;
}
.hidden{
    display: none;
}
body{
    margin: 0px;
    padding: 0px;
    font-family: 'brandon_grotesqueregular';
}
.nav-item {
padding: 0.5rem 0xp;
}


.dropdown-hover:hover>.dropdown-menu {
display: inline-block;
}

.dropdown-hover>.dropdown-toggle:active {
/*Without this, clicking will make it sticky*/
pointer-events: none;
}
    
/*header*/
.navbar .wpml-ls-item{
    display: none;
}
.wpml-language-switcher-block ul.isHorizontal li{
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    margin-right: 16px !important;
}
header#main_header{
    background-color: black;
    color: white;
    border-bottom: 2px solid #a88b45;
    width: 100%;
    height: auto;
    position: fixed;
    z-index: 1;
}
header#main_header .navbar-nav{
    font-size: 18px;
    font-weight: bold;
}
.wishlist_table{
    font-size: 18px;
}
.search-results .nav-links{
    margin: 0 auto;
    font-size: 18px;
}
.search-results .nav-links .page-numbers{
    margin: 0px 5px;
}
.search-results .nav-links .page-numbers.current{
    color: #000000;
    font-weight: bold;
}
.navbar-expand-lg .navbar-nav .menu-item.disabled a{
    pointer-events: none;
}
.navbar-expand-lg .navbar-nav .menu-item.disabled .dropdown-menu a{
    pointer-events: unset;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label{
    width: 100%;
    height: auto;
    float: left;
}
@media (min-width: 992px) {
    header#main_header .navbar-nav{
        flex-direction: row !important;
    }
}
.navbar-expand-lg .navbar-nav a.nav-link{
    color: white;
    text-transform: uppercase;
    font-size: 15px;
}
.navbar-expand-lg .navbar-nav a.nav-link:hover{
    color: #a88b45;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.logo-passticceria-scarpato img{
    height: 90px;
    width: auto;
    padding: 10px 0px;
}
/********/
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css");
.right_container{
    position: relative;
}
#search_form label{
  position: absolute;
  top: 20px;
  right: 50px;
  display: inline-block;
  background-color: transparent;
  padding: 5px 6px;
  transition: all 1s ease;
  border-radius: 0;
  box-shadow: none;
  &::after{
    content: '';
    display: block;
    height: 2px;
    width: 80%;
    background-color: #F0AD4E;
    transition: all 1s ease 0.5s;
  }
  input{
    transition: width 1s ease, opacity 0.5s ease 0.5s;
    opacity: 1;
    width: 180px;
    height: 40px;
    border: 0;
    outline: none;
    color: darken(#a88b45, 25);
    padding-left: 10px;
    padding-right: 10px;
  }
  i{
    position: absolute;
    top: 2px;
    right: 5px;
    color: #333;
    cursor: pointer;
  }
  &[data-state="close"]{
    border-radius: 30px;
    padding: 5px 5px;
     transition: all 1s ease;
    &::after{
      width: 0%;
      transition: all 0.3s ease;
    }
    i{
      pointer-events: none;
    }
    input{
      width: 28px;
      height: 25px;
      opacity:0;
      cursor: pointer;
      transition: opacity 0.5s ease, width 1s ease;
      -webkit-appearance:none
    } 
  }
}

/*******/
.navbar-expand-lg .navbar-nav .menu-item.menu-item-has-children .dropdown-menu{
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
    opacity: 0;
    display: none;
}

.navbar-expand-lg .navbar-nav .menu-item.menu-item-has-children.showsubmenu .dropdown-menu{
    opacity: 1;
    display: block !important;
}

@media (min-width: 992px) {
    /*.navbar-expand-lg .navbar-nav .dropdown-menu:before*/
    .navbar-expand-lg .navbar-nav .menu-item{
        position: relative;
        padding: 34px 12px;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu .menu-item{
        padding: 0px 15px;
    }

    .navbar-expand-lg .navbar-nav .menu-item.menu-item-has-children .dropdown-menu{
        -webkit-transition: opacity 1s ease;
        transition: opacity 1s ease;
        opacity: 0;
        display: none;
    }

    .navbar-expand-lg .navbar-nav .menu-item.menu-item-has-children:hover .dropdown-menu{
        opacity: 1;
        display: block !important;
    }
    
    .navbar-expand-lg .navbar-nav .dropdown-menu::before {
        position: fixed;
        top: 100px;
        left: 0px;
        width: 100%;
        height: 510px;
        border: none;
        background-color: black;
        opacity: 0.70;
        border-radius:unset !important;
        content: '';
        display: block;
        z-index: 0;
    }
    .navbar-expand-lg .navbar-nav #menu-item-697 .dropdown-menu::before{
        height: 360px;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu{
        position: absolute;
        background: none;
        border: none;
        top: 100px;
        left: 0px;
        z-index: 1;
        
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu a.nav-link{
        font-size: 12px;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu a.nav-link{
        border-bottom: 1px solid #a88b45;
        padding: 15px 0px;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu li:last-child a{
        border: none;
    }
    .navbar-expand-lg{
        padding: 0px !important;
    }
    .top_right_menu{
        padding: 0px;
        float: right;
        margin-bottom: 0px;
        height: auto;
        padding-right: 75px;
    }
    .top_right_menu li{
        list-style: none;
        display: inline-block;
        margin-right: 5px;
    }
    .top_right_menu .account-link a:before {
        background-image: url("assets/images/svg/account_friend_human_man_member_icon.svg");
        background-repeat: no-repeat;
        background-position: bottom center;
        width: 33px;
        height: 38px;
        content: '';
        display: block;
        filter: brightness(0) saturate(100%) invert(55%) sepia(63%) saturate(352%) hue-rotate(5deg) brightness(89%) contrast(89%);
    }
    .top_right_menu .account-link a:hover:before,
    .top_right_menu .wishlist-link a:hover:before
    {
        filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(7500%) hue-rotate(144deg) brightness(107%) contrast(101%);
    }
    .top_right_menu .wishlist-link a:before {
        background-image: url("assets/images/svg/wishlist_heart_like_love_vote_icon.svg");
        background-repeat: no-repeat;
        background-position: bottom center;
        width: 33px;
        height: 38px;
        content: '';
        display: block;
        filter: brightness(0) saturate(100%) invert(55%) sepia(63%) saturate(352%) hue-rotate(5deg) brightness(89%) contrast(89%);
    }
    .top_right_menu .cart-link a{
        position: relative;
    }
    .top_right_menu .cart-link a:before {
        background-image: url("assets/images/svg/bag-scarpato.svg");
        background-repeat: no-repeat;
        background-position: bottom center;
        width: 37px;
        height: 38px;
        content: '';
        display: block;
        filter: brightness(0) saturate(100%) invert(55%) sepia(63%) saturate(352%) hue-rotate(5deg) brightness(89%) contrast(89%);
    }
    .cart-link{
        position: relative;
    }
    .top_right_menu .cart-link a span{
        position: absolute;
        top: 0px;
        left: 20px;
        color: white;
        font-size: 14px;
        background-color: #a88b45;
        padding: 2px 0px;
        border-radius: 20px;
        width: 20px;
        height: 20px;
        text-align: center;
    }
    .top_right_menu .cart-link a:hover:before{
        filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(70deg) brightness(101%) contrast(103%);
    }
    .top_right_menu .account-link a,
    .top_right_menu .wishlist-link a,
    .top_right_menu .cart-link a,
    #search_form .search-link{
        font-size: 0; 
    }
    .top_right_menu .account-link,
    .top_right_menu .wishlist-link,
    .top_right_menu .cart-link{
        padding: 23px 0px;
    }
    .top_right_menu .account-link,
    .top_right_menu .wishlist-link{
        height: 38px;
    }
    .top_right_menu .cart-link{
        height: 38px;
    }
    #search_form .search-link{
        background-image: url("assets/images/svg/magnifying_research_icon.svg");
        background-repeat: no-repeat;
        background-position: bottom center;
        width: 32px;
        height: 38px;
        content: '';
        display: block;
        /*filter: brightness(0) saturate(100%) invert(55%) sepia(63%) saturate(352%) hue-rotate(5deg) brightness(89%) contrast(89%);*/
    }
    #search_form:hover .search-link{
        filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(7500%) hue-rotate(144deg) brightness(107%) contrast(101%);
    }
}

.copyright{
   background-color: #2a1f1d; 
   color: #a88b45;
   font-family: 'brandon_grotesquemedium';
   text-align: center;
   padding: 20px 0px;
}
.copyright a{
    color: #a88b45;
    text-decoration: none;
}
.copyright a:hover{
    text-decoration: underline;
}
#main-content{
    padding-top: 107px;
    position: relative;
    z-index: 0;
}
#site-footer .container{
    /*max-width: none;*/
}
#site-footer{
    font-size: 18px;
    background:url('assets/images/pattern_footer.jpg');
    background-position: 0px 0px;
    background-repeat: repeat;
    color: white;
    width: 100%;
    height: auto;
    float: left;
}
#site-footer .copyright{
    font-size: 14px;
}
#footer-row .footer_top{
    padding: 50px 0px;
}
#footer-row .footer-area .wp-block-heading{
    font-size: 14px;
    border-bottom: 1px solid #a88b45;
    padding-bottom: 20px;
}
#footer-row .footer-area ul,
#footer-row .footer-area li{
    list-style: none;
    padding-left: 0px;
    font-size: 14px;
}
#footer-row .footer-area li{
    padding-bottom: 8px;
}
#footer-row .footer-area li a{
    color: white;
    text-decoration: none;
}
#footer-row .footer-area li a:hover{
    text-decoration: underline;
}
#footer-row .icon_map{
    background-image: url("assets/images/svg/location_pin_place_point_map_icon.svg");
    background-repeat: no-repeat;
    background-position: top left;
    width: 30px;
    height: 28px;
    content: '';
    display: inline-block;
}
#footer-row .icon_phone{
    background-image: url("assets/images/svg/phone_icon.svg");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 24px;
    width: 24px;
    height: 24px;
    content: '';
    display: block;
}
#footer-row .icon_mail{
    background-image: url("assets/images/svg/at_icon.svg");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 34px;
    width: 34px;
    height: 34px;
    content: '';
    display: block;
}
#footer-row .footer-area li.with_icon{
    padding-left: 30px;
    position: relative;
}
#footer-row .footer-area li.with_icon span{
    position: absolute;
    top: 0px;
    left: 0px;
}

#main-image-home{
    width: 100%;
    height:0px;
    padding-bottom: 50%;
    background-image: url('https://shoponline.scarpato.it/wp-content/uploads/2024/09/home-header-panettone-scarpato.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#cat-image-panettoni{
    position: relative;
    width: 33.333%;
    height: 0;
    padding-bottom: 33.333%;
    background-image: url('assets/images/home/home-categoria-panettoni-new.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    -webkit-transition: background-size 1s ease;
    transition: background-size 1s ease;
}
#cat-image-colombe{
    position: relative;
    float: left;
    width: 33.333%;
    height: 0;
    padding-bottom: 33.333%;
    background-image: url('assets/images/home/home-categoria-colomba-2.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: background-size 1s ease;
    transition: background-size 1s ease;
}
#cat-image-offelle{
    position: relative;
    width: 33.333%;
    height: 0;
    padding-bottom: 33.333%;
    background-image: url('assets/images/home/home-header-offelle-scarpato.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: background-size 1s ease;
    transition: background-size 1s ease;
    float: left;
}
#cat-image-tuttolanno{
    position: relative;
    width: 33.333%;
    height: 0;
    padding-bottom: 33.333%;
    background-image: url('assets/images/home/home-categoria-tutto-anno-scarpato.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    -webkit-transition: background-size 1s ease;
    transition: background-size 1s ease;
}
#cat-image-panettoni:hover,
#cat-image-colombe:hover,
#cat-image-offelle:hover,
#cat-image-tuttolanno:hover{
    overflow: hidden;
    background-size: 120%;
}
.homepage_block h1,
.homepage_block h2{
    font-size: 40px;
    color: white;
    text-transform: uppercase;
    font-family: 'brandon_grotesquemedium';
    text-align: center;
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: auto;
}
.homepage_block h1::before,
.homepage_block h2::before{
    content: '';
    display: block;
    width: 130px;
    height: 0px;
    border: 3px solid #a88b45;
    text-align: center;
    margin: 0 auto;
    border-radius: 6px;
    margin-bottom: 25px;
}
.homepage_block{
    cursor: pointer;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
}
.homepage_block .bg {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #000000;
    z-index: 0;
    opacity: 0;
}
.homepage_block:hover .bg {
    opacity: 0.55;
    /*position: absolute;
    height: 100%;
    width: 100%;
    background: #000000;
    z-index: 0;
    animation-name: fadein;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;*/

    
}

@keyframes fadein{
    0% { opacity:0; }
    100% { opacity:0.55; }
}
/*CAT PAGE*/
header.woocommerce-products-header{
    position: relative;
    background-color: transparent;
    color: #000000;
    border: none;
}
#main-image-category{
    width: 100%;
    height:0px;
    padding-bottom: 25%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
h1.woocommerce-prod-title,
h2.woocommerce-cat-title,
h1.woocommerce-cat-title{
    width: 100%;
    height: auto;
    display: block;
    font-size: 80px;
    background-color: #2a1f1d;
    color: #a88b45;
    font-family: 'angelfaceregular';
    text-align: center;
}
.woocommerce-products-header__title.page-title{
    font-family: 'brandon_grotesquebold';
    font-size: 18px;
    text-transform: uppercase;
}
.tax-product_cat .term-description{
    font-size: 18px;
    font-family: 'brandon_grotesqueregular';
}   
.page_space{
    width: 100%;
    height: 60px;
    float: left;
}
.tax-product_cat h3.woocommerce-loop-product__title{
    font-size: 23px;
    text-transform: uppercase;
    font-family: 'brandon_grotesquebold';
    text-align: center;
    color: #000000;
}
.products .product .peso{
    display: block;
    width: 100%;
    height: auto;
    color: #2a1f1d;
    text-align: center;
    font-size: 18px;
}
.products .product .price,
.sgpb-popup-dialog-main-div-wrapper .product .price{
    font-size: 21px !important;
    color: #a88b45;
    text-align: center;
    text-decoration: none;
}
.sgpb-popup-dialog-main-div-wrapper .product a{
    text-decoration: none;
}
.container_privacy{
    color: #7c736c;
}
.container_privacy #mce-success-response{
    color: #2a1f1d;
    font-weight: bold;
    background: #a88b45;
    padding: 5px;
}
.container_privacy #mce-error-response{
    color: red;
    font-weight: bold;
    background: #ffffff;
    padding: 5px;
}
.container_privacy input{
    margin-left: 5px;
}
.archive .fa.fa-heart-o:before{
    background-image: url("assets/images/svg/heart_like_love_vote_icon.svg");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 24px 22px;
    width: 24px;
    height: 22px;
    content: '' !important;
    display: block;
}
.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist,
#category_loop .yith-wcwl-add-to-wishlist{
    left: calc(100% - 40px);
}
#category_loop .cont_image_product{
    position: relative;
}
#category_loop .yith-wcwl-add-to-wishlist{
    position: absolute;
    z-index: 10;
    margin: 0;
    top: 10px;
}

.add-to-wishlist-before_image .fa.fa-heart-o:before,
#category_loop .fa.fa-heart-o:before{
    width: 33px;
    height: 38px;
    background-size: 33px 38px;
}
.add-to-wishlist-before_image .fa.fa-heart:before,
#category_loop .fa.fa-heart-o:before {
    width: 33px;
    height: 38px;
    background-size: 33px 38px;
    background-image: url("assets/images/svg/heart_like_love_vote_icon.svg");
    background-repeat: no-repeat;
    background-position: top left;
    content: '' !important;
    display: block;
    fill: #a88b45;
}
.add-to-wishlist-before_image .fa.fa-heart:before{
    filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(7463%) hue-rotate(117deg) brightness(114%) contrast(93%);
}
/*
.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist:before {
    background-image: url("assets/images/svg/wishlist_heart_like_love_vote_icon.svg");
    background-repeat: no-repeat;
    background-position: bottom center;
    width: 33px;
    height: 38px;
    content: '';
    display: block;
    fill: #a88b45;
    filter: brightness(0) saturate(100%) invert(55%) sepia(63%) saturate(352%) hue-rotate(5deg) brightness(89%) contrast(89%);
}
.single-product .yith-wcwl-add-to-wishlist{
    background-image: url("assets/images/svg/wishlist_heart_like_love_vote_icon.svg");
    background-repeat: no-repeat;
    background-position: bottom center;
    width: 33px;
    height: 38px;
    content: '';
    display: block;
    fill: #a88b45;
    filter: brightness(0) saturate(100%) invert(55%) sepia(63%) saturate(352%) hue-rotate(5deg) brightness(89%) contrast(89%);
    float: left;
    margin-top: 0px;
    margin-left: 20px;
}*/
.yith-wcwl-add-button a.add_to_wishlist span{
    display: none;
}
.single-product .yith-wcwl-add-button a.add_to_wishlist .fa-heart:before{
    background-image: url("assets/images/svg/wishlist_heart_like_love_vote_icon.svg");
    background-repeat: no-repeat;
    background-position: bottom center;
    width: 33px;
    height: 38px;
    content: '';
    display: block;
    fill: #a88b45;
    filter: brightness(0) saturate(100%) invert(68%) sepia(0%) saturate(0%) hue-rotate(42deg) brightness(94%) contrast(90%);    margin-top: 0px;
    margin-left: 20px;
}

.single-product .yith-wcwl-add-button a.add_to_wishlist .fa-heart-o:before{
    background-image: url("assets/images/svg/wishlist_heart_like_love_vote_icon.svg");
    filter: brightness(0) saturate(100%) invert(57%) sepia(54%) saturate(433%) hue-rotate(5deg) brightness(88%) contrast(82%);
    background-repeat: no-repeat;
    background-position: bottom center;
    width: 33px;
    height: 38px;
    content: '';
    display: block;
    fill: #a88b45;
    float: left;
    margin-top: 0px;
    margin-left: 0px;
}
.archive .add_to_wishlist .fa.fa-heart:before{
    filter: brightness(0) saturate(100%) invert(68%) sepia(0%) saturate(0%) hue-rotate(42deg) brightness(94%) contrast(90%);   
}
.single-product .yith-wcwl-add-button a.add_to_wishlist:hover .fa-heart-o:before,
.archive .add_to_wishlist:hover .fa.fa-heart-o:before{
    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7500%) hue-rotate(240deg) brightness(109%) contrast(107%);
}
.woocommerce div.product form.cart{
    float: left;
}
.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist:before{
    fill: #a88b45 !important;
}
#category_loop .add_to_wishlist .fa.fa-heart-o:before{
    fill: #ffffff !important;
}
.woocommerce ul.products li.product a.woocommerce-loop-product__link {
    display: block;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}
.woocommerce ul.products li.product .star-rating {
    display: none !important;
}

.woocommerce ul.products li.product .add_to_cart_button{
    float: right;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price,
.woocommerce ul.products li.product .price{
    font-family: 'brandon_grotesquebold';
    color: #a88b45;
}
.sgpb-popup-dialog-main-div-wrapper li.product .price{
    font-family: 'brandon_grotesquebold';
    color: #a88b45;
    display: block;
    font-weight: 400;
    margin-bottom: .5em;
}
.sgpb-popup-dialog-main-div-wrapper li.product .price bdi,
.sgpb-popup-dialog-main-div-wrapper li.product .price ins{
    text-decoration: none;
}
.woocommerce div.product form.cart .button {
    width: 300px !important;
    margin-right: 20px;
}
.add_to_cart_button{
    background-color: #a88b45 !important;
    border-radius: 45px !important;
    height: 45px !important;
    width: 45% !important;
    color: white !important;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid #a88b45 !important;
    line-height: 45px !important;
    font-weight: bold;
    padding: 0px !important;
    margin-top: 0px !important;
}
.add_to_cart_button:disabled{
    opacity: 0.6 !important;
}
.add_to_cart_button:hover{
    background-color: #ffffff !important;
    color: #a88b45 !important;
}
.cwginstock-subscribe-form .panel{
    box-shadow: unset !important;
}
.button_2,.cwgstock_button{
    background-color: #ffffff;
    border-radius: 45px;
    height: 45px;
    width: 45%;
    color: #a88b45;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid #a88b45;
    line-height: 45px;
    float: left;
    font-weight: bold;
    padding: 0px !important;
}
.cwgstock_button{
    background-color: #FFFFFF !important;
    color: #a88b45 !important;
    font-size: 15px !important;
}
.button_2:hover,.cwgstock_button:hover{
    background-color: #a88b45 !important;
    border: 2px solid #a88b45 !important;
    color: #ffffff !important;
}
.tax-product_cat .add_to_cart_button{
    float: right;
}
.category_list{
    width: 100%;
    height: auto;
    display: block;
}
.category_list{
    padding-left: 0px !important;
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px;
}
.category_list,
.category_list li{
    list-style: none;
    display: inline-block;  
    position: relative;  
}
.category_list li a{
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color: #2a2a2a;
    padding: 0px 8px;
}
.category_list li:first-child a{
    padding-left: 0px;
}
.category_list li a:hover,.category_list li a.active{
    color:#a88b45;
}
.category_list li:after{
    border-right: 1px solid #2a2a2a;
    content: '';
    display: block;
    width: 0px;
    height: 18px;
    position: absolute;
    top: 2px;
    right: 0px;
}
.category_list li:last-child:after{
    border: none;
}
.woocommerce-info {
    border-top-color: #a88b45;
}
.woocommerce-info::before{
    color: #a88b45;
}
.single-product .cat_product{
    font-size: 25px;
    text-decoration: none;
    color: #2a2a2a;
}
.single-product .cat_product:hover{
    color: #a88b45;
}
.woocommerce div.product .product_title{
    font-size: 34px;
    text-transform: uppercase;
    font-weight: bold;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price{
    font-size: 30px;
    color: #a88b45;
}
.single-product .stock.available-on-backorder{
    color: #2a2a2a !important;
}
.woocommerce div.product p.stock{
    font-size: 20px;
    padding: 20px 0px;
    margin-bottom: 0px;
}

.stock-cat-loop{
  height: 45px;
  line-height: 45px;
  float: left;
  width: 45%;
  text-align: center;
}
.related.products .stock-cat-loop,.home .featured_products .stock-cat-loop{
    color:white !important;
}
.product_description{
    font-size: 18px;
}
.product_meta .meta .label_meta{
    font-weight: bold;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
    display: none;
    margin: 0;
}
.quantity input.qty {
    appearance: textfield;
    -webkit-appearance: none;
    -moz-appearance: textfield;
}
form.cart .qty_button,
form.cart .quantity{
    float: left;
}
.woocommerce div.product form.cart div.quantity{
    margin: 0px;
}
form.cart .qty_button{
    background: none;
    border: none;
    width: 43px;
    height: 42px;
    font-size: 25px;
}
.woocommerce .quantity .input-text.qty{
    border: none !important;
    width: 45px;
    height: 41px;
    font-weight: bold;
    font-size: 22px;
}

.cont_qty_field{
    border:2px solid #a88b45;
    float: left;
    width: 135px;
    height: 45px;
    border-radius: 45px;
    margin-right: 20px;
}
.cont_image_product .woocommerce-LoopProduct-link{
    background-color: #f4f4f4;
    width: 100%;
    height: auto;
    float: left;
}
.cont_image_product{
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 20px;
    overflow: hidden;
}
.woocommerce div.product.product_bottom{
    display: block;
    width: 100%;
    height: auto;
    clear: both;
}
.woocommerce div.product div.summary.summary-left{
    float: left !important;
}
.woocommerce div.product_bottom div.images.woocommerce-product-gallery{
    border-top:2px solid #a88b45;
}
.product .accordion-flush>.accordion-item {
    border-bottom:2px solid #a88b45;
}
.product .accordion-header button,
.product .accordion-header button:focus{
    text-transform: uppercase;
    background: none !important;
    box-shadow: none !important;
}

.product .accordion-header .accordion-button::after{
    background-image: url("assets/images/svg/plus_icon.svg");
}
.product .accordion-header .accordion-button:not(.collapsed)::after{
    background-image: url("assets/images/svg/minus_icon.svg");
}
section.up-sells,
section.featured_prods,
section.related{
    background-color: #000000;
}
.upsell_header,.featured_header,.related_header{
    text-align: center;
    font-size: 110px;
    font-family: 'angelfaceregular';
    color: #a88b45;
}
.upsells .cont_image_product .woocommerce-LoopProduct-link,
.featured_prods .cont_image_product .woocommerce-LoopProduct-link,
.related .cont_image_product .woocommerce-LoopProduct-link{
    background-color: #000000;
}
.woocommerce .upsells ul.products li.product a,
.featured_products .products .product a,
.woocommerce .related ul.products li.product a{
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
}
.woocommerce .upsells ul.products li.product .woocommerce-loop-product__title,
.featured_products .products .product .woocommerce-loop-product__title,
.woocommerce .related ul.products li.product .woocommerce-loop-product__title,
.sgpb-popup-dialog-main-div-wrapper ul.slides li.product .woocommerce-loop-product__title{
    font-weight: bold;
    color: #FFFFFF;
}
.woocommerce .upsells .products .product .peso,
.featured_products .products .product .peso,
.woocommerce .related .products .product .peso,
.single-product .slides .product .peso,
.sgpb-popup-dialog-main-div-wrapper .slides .product .peso{
    color: #ffffff;
    font-size: 18px;
    text-transform: none;
}
.single-product .upsells .yith-wcwl-add-to-wishlist,
.single-product .related .yith-wcwl-add-to-wishlist{
    left: calc(100% - 70px) !important;
}
.upsells .button_2,
.featured_prods .button_2,
.related .button_2{
    background-color: #000000;
    color: #a88b45 !important;
    border: 2px solid #a88b45 !important;
}
.upsells .button_2:hover,
.featured_prods .button_2:hover,
.related .button_2:hover{
    background-color: #a88b45 !important;
    color: #000000 !important;
}
.upsells .add_to_cart_button,
.featured_prods .add_to_cart_button,
.related .add_to_cart_button{
    background-color: #a88b45 !important;
    color: #000000 !important;
    border: 2px solid #a88b45 !important;
    float: right;
}
.upsells .add_to_cart_button:hover,
.featured_prods .add_to_cart_button:hover,
.related .add_to_cart_button:hover{
    background-color: #000000 !important;
    color: #a88b45 !important;
}
.wpml-ls-menu-item a{
    text-decoration: none;
}
.wpml-ls-menu-item.wpml-ls-item-en a span{
    display: none;
}
.wpml-ls-menu-item.wpml-ls-item-en a:after{
    content: 'EN';
    display: block;
    color: #ffffff;
}
.wpml_header{
    float: right;
    border-left: 1px solid #ffffff;
    padding-left: 10px;
    position: absolute;
    top: 30px;
    right: 0px;
}
[data-wpml='language-item']:first-of-type {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
.wpml_header li .wp-block-navigation-item__label {
    text-transform: uppercase;
}
li[data-wpml="current-language-item"]{
    display: none !important;
}
.woocommerce ul.products li.product a:hover img{
    transform: scale(1.2); 
    transition: transform 0.5s; /* Animation */
}
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.sgpb-popup-dialog-main-div-wrapper ul.slides li.product .woocommerce-loop-product__title{
    font-size: 23px !important;
    text-transform: uppercase;
    font-family: 'brandon_grotesquebold';
    text-align: center;
    color: #000000;
    float: left;
    width: 100%;
    height: auto;
}
.sgpb-popup-dialog-main-div-wrapper ul.slides li.product .woocommerce-loop-product__title{
    font-size: 18px !important;
}
.sgpb-popup-dialog-main-div-wrapper ul.slides li.product .woocommerce-loop-product__title{
    font-weight: bold;
    color: #FFFFFF;
}
.woocommerce.featured_products ul.products li.product .woocommerce-loop-product__title{
    color: white;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    margin: 0 5% 2.992em 0;
}
.woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product,
.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    width: 30%;
}
.woocommerce ul.products li.product:last-child, .woocommerce-page ul.products li.product:last-child,
.woocommerce ul.products li.product:last-child, .woocommerce-page ul.products li.product:nth-child(3n){
    margin-right: 0px;
}
#category_loop ul.products li.product{
    margin-right: 0px;
}
.flex-direction-nav a.flex-next:before{
    font-family:FontAwesome;
    content:"\f054"
}
.flex-direction-nav a.flex-prev:before{
    font-family:FontAwesome;
    content:"\f053"
}
.flex-direction-nav a{
    height: 48px;
}
#carousel .flex-active-slide{
    border: 3px solid #a88b45;
}
.woocommerce div.product div.images {
    margin-bottom: 90px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price{
    font-weight: bold;
}
.woocommerce-account .addresses .title .edit{
    text-decoration: none;
    height: 45px;
    line-height: 45px;
    padding: 0px 10px;
    font-weight: bold;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
    background-color: #FFFFFF;
    border: 2px solid #a88b45;
    color: #a88b45;
    border-radius: 50px;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover{
    background-color: #a88b45;
    color: #FFFFFF;
}
.woocommerce button.button.alt{
    background-color: #FFFFFF;
    color: #a88b45;
}
.woocommerce button.button,.woocommerce a.button,
.woocommerce-account .addresses .title .edit{
    background-color: #FFFFFF;
    border: 2px solid #a88b45;
    color: #a88b45;
    border-radius: 50px;
    text-transform: uppercase;
}
.products .woocommerce a.button,
.woocommerce .related ul.products li.product a
{
    background-color: transparent;
    color: #a88b45;
}
.woocommerce button.button:hover,.woocommerce a.button:hover,
.woocommerce button.button.alt:hover,
.woocommerce-account .addresses .title .edit:hover{
    background-color: #a88b45;
    color: #FFFFFF;
}
.woocommerce button.button:disabled{
    color: #ffffff !important;
    opacity: 0.6 !important;
}
.woocommerce button.button:disabled:hover{
    background-color: #a88b45 !important;
}
.woocommerce-cart-form button.button:disabled{
    color: #a88b45 !important;
}
.woocommerce-cart-form button.button:disabled:hover{
    background-color: #ffffff !important;
}
.woocommerce a.added_to_cart{
    color: #a88b45;
    color: #a88b45;
    font-size: 18px;
    font-weight: bold;
}
.mobile-link{
    display: none;
}
.dropdown:hover .dropdown-menu{
    background: none;
    margin-right: 25px;
    font-weight: normal;
}
.dropdown:hover .dropdown-menu a.nav-link{
    font-size: 14px;
}
.link_all_mobile{
    display: none;
}
.woocommerce-MyAccount-navigation .is-active a{
    font-weight: bold;
}
.woocommerce ul.products li.product a img {
    width: 100%;
    max-width: 300px;
    height: auto;
    display: block;
    margin: 0 auto;
}
.woocommerce-notices-wrapper{
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .out-of-stock{
    color: #000000 !important;
}
.cwg_popup_submit{
    float: left;
    display: block;
    width: 100%;
    background-color: #2a1f1d;
    border: 2px solid #2a1f1d;
    color: #FFFFFF;
    height: 45px;
    border: none;
    border-radius: 45px;
    margin-bottom: 0px;
}
.cwg_popup_submit {
    width: calc(100% - 60px);
    margin-right: 10px;
}
.cwg_popup_submit:hover{
    background-color: #ffffff;
    border: 2px solid #2a1f1d;
    color: #2a1f1d;
}
.cwginstock-subscribe-form .panel-primary>.panel-heading{
    color: #2a1f1d !important;
    background:none !important;
    border: none !important;
}
.cwginstock-subscribe-form .panel-primary>.panel-heading h4{
    color: #2a1f1d !important;
}
.cwginstock-subscribe-form .panel-primary{
    border: none !important;
}
.error404{
    background-image: url("assets/images/errore404_2.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.error404 .page-content{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}
.error404 #main-content{
    min-height: 650px;
    background-image: url("assets/images/404_con_bg.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.error404 #main-content h2{
    font-family: 'angelfaceregular';
    color: #a88b45;
    font-size: 80px;
    width: 100%;
    height: auto;
    text-align: center;
}
.error404 #main-content p{
    font-family: 'brandon_grotesqueregular';
    font-weight: 500;
    color: #FFFFFF;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 33px;
}
.error404 #main-content .button_2{
    text-decoration: none;
    max-width: 300px;
    margin: 0 auto;
    position: relative;
    margin-left: 50%;
    left: -150px;
    background: none;
}
#newletter_block{
    background-color: #2a1f1d;
}
#newletter_block .title{
    font-family: 'angelfaceregular';
    color: #a88b45;
    font-size: 60px;
    margin-top: 12px;
}
#newletter_block .subtitle{
    font-family: 'brandon_grotesqueregular';
    text-transform: uppercase;
    color: #a88b45;
    font-size: 20px;
    line-height: 12px;
    margin-bottom: 40px;
}
#newletter_block .mc-field-group{
    display: inline-block;
}
#newletter_block input[type="text"],
#newletter_block input[type="email"]{
    background-color: #1e1614;
    color: #7c736c;
    border: none;
    font-weight: bold;
    width: calc(100% - 20px);
    height: 45px;
    border-radius: 45px;
    padding: 0px 10px;
    float: left;
}
#newletter_block .button_2{
    background: transparent;
    color: #a88b45;
    width: 100%;
}
#newletter_block .mc-field-group.button_group{
    width: 15% !important;
}
#newletter_block .indicates-required{
    font-size: 14px;
    color: #7c736c;
}
#newletter_block .container_privacy {
    position: relative;
    padding-left: 20px;
}
#newletter_block .container_privacy input {
    margin-left: 5px;
    margin-left: 0px;
    position: absolute;
    top: 5px;
    left: 0px;
}

.woocommerce-billing-fields .mailchimp-newsletter label{
    padding-left: 26px;
    position: relative;
}
.woocommerce-billing-fields .mailchimp-newsletter label .input-checkbox{
    position: absolute;
    top: 11px;
    left: 0px;
}

.woocommerce span.onsale{
    background-color: #A88B45;
    border-radius: unset;
    width: 70px;
    text-transform: none;
    top: 10px;
}

html[lang="it-IT"] .woocommerce ul.products li.product .onsale,
html[lang="it-IT"] .sgpb-popup-dialog-main-div-wrapper ul li.product .onsale {
    top: 16px;
    right: calc(100% - 75px);
    left: auto;
    background-color: #A88B45;
    border-radius: unset;
    width: 70px;
    text-transform: none;
}
.woocommerce ul.products li.product .onsale,
.sgpb-popup-dialog-main-div-wrapper ul li.product .onsale {
    top: 16px;
    right: calc(100% - 50px);
    left: auto;
    background-color: #A88B45;
    border-radius: unset;
}

#category_loop .flex-direction-nav .flex-nav-next a:before {
    margin-right: 3px;
}
#category_loop .flex-direction-nav .flex-nav-prev a:before{
    margin-left: 3px;
}

#category_loop .flex-direction-nav .flex-nav-prev a:before{
    color: #a88b45;
    opacity: 1;
}
#category_loop .flex-direction-nav .flex-nav-prev.flex-disabled a:before{
    opacity: 0;
}
#category_loop .flex-direction-nav .flex-nav-next{
    position: absolute;
    top: 0px;
    right: 20px;
    width: 50px;
    height: 100%;
}
#category_loop .flex-direction-nav .flex-nav-next a:before{
    color: #a88b45;
    opacity: 1;
}
#category_loop .flex-direction-nav .flex-nav-next.flex-disabled a:before{
    opacity: 0;
}
#category_loop{
    overflow: hidden;
}
.sgpb-popup-dialog-main-div-wrapper .flex-direction-nav .flex-prev{
    opacity: 1 !important;
    font-size: 0;
}
.flex-direction-nav .flex-next{
    font-size: 0;
}
.flex-direction-nav .flex-next{
    right: 10px !important;
}
.flex-direction-nav .flex-left{
    left: 10px !important;
}
.sgpb-popup-dialog-main-div-wrapper .flex-direction-nav .flex-prev.flex-disabled,.flex-direction-nav .flex-next.flex-disabled{
    opacity: 0 !important;
}
.sgpb-popup-dialog-main-div-wrapper .flex-direction-nav .flex-prev{
    left: 20px !important;
}
.sgpb-popup-dialog-main-div-wrapper .flex-direction-nav .flex-next{
    right: 0px !important;
}
.sgpb-popup-dialog-main-div-wrapper .flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
}
.sgpb-popup-dialog-main-div-wrapper .flex-direction-nav a:before{
    font-size: 30px;
}
.sgpb-popup-dialog-main-div-wrapper #category_loop .container{
    padding-left: 25px;
    padding-right: 25px;
}
.sgpb-popup-dialog-main-div-wrapper #category_loop{
    margin-left: 40px;
    margin-right: 40px;
}

.comment-form-cr_review_form_checkbox #cr_review_form_checkbox{
    float: left;
    margin-top: 5px;
    margin-right: 5px;
}

/*monitor 1200 x 992px*/
@media (max-width: 1200px) {
    .navbar-expand-lg .navbar-nav a.nav-link{
        padding-left: 0px;
        padding-right: 0px;
    }
    .navbar-expand-lg .navbar-nav .menu-item{
        padding-left: 10px;
        padding-right: 100px;
    }
}
@media (max-width: 991px) {
    .wpml-ls-menu-item.wpml-ls-item-en a span,
    .wpml-ls-menu-item.wpml-ls-item-it a span{
        display: block;
        margin-left: 10px;
    }
    .wpml-ls-menu-item.wpml-ls-item-en a:after{
        content: '';
        display: block;
        color: #ffffff;
    }
    .wpml-ls-menu-item.wpml-ls-item-en a,
    .wpml-ls-menu-item.wpml-ls-item-it a{
        float: right;
    }
    .navbar .wpml-ls-item{
        display: block;
    }
    .dropdown-toggle::after{
        border: none !important;
    }
    .swal2-content{
        padding: 0px; 
    }
    .cwg_iagree_checkbox_input{
        font-size: 16px;
    }
    .cwgstock_button{
        font-size: 12px !important;
    }
    .tax-product_cat .term-description {
        font-size: 16px;
    }
    h1.woocommerce-prod-title, h2.woocommerce-cat-title, h1.woocommerce-cat-title{
        font-size: 50px;
        padding: 10px 0px;
    }
    #main-image-category{
        height: 200px;
    }
    button, input, optgroup, select, textarea,
    .container_privacy{
        font-size: 14px;
    }
    #newletter_block{
        padding-bottom: 20px;
    }
    #newletter_block .title{
        font-size: 35px;
    }
    #newletter_block .subtitle{
        font-size: 16px;
    }
    #newletter_block .mc-field-group.button_group{
        width: 100% !important;
    }
    .woocommerce ul.products li.product a.add_to_cart_button,
    .button_2, .cwgstock_button,
    .sgpb-popup-dialog-main-div-wrapper .product .button_2,
    .sgpb-popup-dialog-main-div-wrapper .product .add_to_cart_button{
        font-size: 12px;
        height: 40px;
        line-height: 40px;
    }
    .woocommerce ul.products li.product .woocommerce-loop-product__title{
        font-size: 16px !important;
    }
    .cont_image_product{
        margin-bottom: 0px;
    }
    .page_space {
        width: 100%;
        height: 10px;
        float: left;
    }
    .upsell_header, .featured_header, .related_header{
        font-size: 45px;
    }
    .homepage_block h1, .homepage_block h2{
        font-size: 18px;
    }
    .homepage_block h1::before, .homepage_block h2::before {
        width: 56px;
        border: 2px solid #a88b45;
        margin-bottom: 3px;
    }
    .navbar>.container-fluid{
        justify-content: right !important;
    }
    .navbar-toggler{
        padding-right: 20px !important; 
    }
    #newletter_block{
        text-align: center;
    }
    #newletter_block .page_space{
        display: none;
    }
    .woocommerce ul.products li.first, .woocommerce-page ul.products li.first{
        clear: none !important;
    }
    .navbar-expand-lg .navbar-nav .menu-item.menu-item-has-children.showsubmenu .dropdown-menu{
        background: transparent;
        padding-right: 10px;
    }
    #main_header .navbar {
        position: unset !important;
    }
    #main_header .navbar .container-fluid{
        height: 100%;
    }
    #main_header .container,
    .products .container{
        max-width: unset !important;
    }
    .main-navigation .right_container{
        display: none;
    }
    .mobile-link{
        display: block;
    }
    .navbar-toggler .navbar-toggler-icon{
        width: 50px;
        height: 50px;
        filter: brightness(0) saturate(100%) invert(100%) sepia(99%) saturate(14%) hue-rotate(321deg) brightness(103%) contrast(100%);
    }
    .navbar-expand-lg .navbar-nav .menu-item {
        padding-left: 10px;
        padding-right: 10px;
        text-align: right;
    }    
    .navbar-collapse{
        position: absolute;
        top: 138px;
        left: 0px;
        width: 100%;
        height: auto;
        background-color: #000000;
    }
    header#main_header .navbar-nav {
        margin-top: 15px;
        margin-right: 20px !important;
        padding-right: 35px;
    }
    #main-content {
        padding-top: 138px;
    }
    .logo-passticceria-scarpato img{
        height: 97px;        
        padding: 0px;
    }
    .logo-passticceria-scarpato{
        padding: 20px 0px;
        float: left;
    }
    .woocommerce.columns-3 ul.products li.product, .woocommerce ul.products.columns-3 li.product{
        width: 48%;
        margin: 0 2% 2.992em 0;
    }
    section.footer-area .wp-block-heading{
        margin-top: 50px;
    }
    #site-footer .container {
        padding: 0px 2rem;
    }
    #footer-row .footer-area li {
        padding-bottom: 15px;
    }
    .entry-summary .add_to_cart_button{
        margin-top: 20px !important;
    }
    
}


@media (max-width: 767px) {
    .stock-cat-loop{
        height: 26px;
        line-height: 26px;
    }
    .sgpb-popup-dialog-main-div-wrapper ul.slides li.product .woocommerce-loop-product__title {
        font-size: 18px !important;
    }
    .woocommerce div.product div.summary{
        float: left;
        position: relative;
    }
    .woocommerce div.product form.cart{
        width: calc(100% - 50px);
        margin-bottom: 0px;
        padding-top: 73px;
    }
    .cwg_popup_submit {
        position: relative;
        bottom: 0px;
        left: 0px;
        width: calc(100% - 60px);
        margin-right: 10px;
        margin-bottom: 0px;
    }
    #shipping_box_p .shipping_row_p .label{
        margin-left: 8px;
    }
    .single-product .yith-wcwl-add-button a.add_to_wishlist .fa-heart-o:before{
        margin-left: 0px;
    }
    .entry-summary .add_to_cart_button{
        margin-top: 0px !important;
    }
    .woocommerce div.product form.cart .button {
        width: calc(100% - 140px) !important;
        height: 35px !important;
        line-height: 35px !important;
        font-size: 12px;
    }
    .woocommerce .quantity .input-text.qty {
        width: 36px;
        height: 32px;
    }
    .yith-wcwl-add-to-wishlist {
        margin-top: 62px;
        line-height: 32px;
    }
    form.cart .qty_button {
        width: 30px;
        height: 32px;
    }
    .yith-wcwl-add-to-wishlist {
        margin-top: 0px;
    }
    .cont_qty_field{
        width: 100px;
        height: 35px;
    }
    .add-to-wishlist-before_image .fa.fa-heart-o:before{
        width: 23px;
        height: 23px;
        background-size: 23px;
    }
    .woocommerce ul.products li.product a.add_to_cart_button, .button_2, .cwgstock_button,
    .sgpb-popup-dialog-main-div-wrapper .product .button_2,
    .sgpb-popup-dialog-main-div-wrapper .product .add_to_cart_button{
        line-height: 26px !important;
        height: 26px !important;
    }
    .products .product .peso{
        font-size: 14px;
    }
    .products .product .price,.sgpb-popup-dialog-main-div-wrapper .product .price {
        font-size: 16px !important;
        line-height: normal;
    }
    .products .product .peso{
        line-height: normal;
    }
    .woocommerce ul.products.columns-3 li.product{
        width: 48%;
        margin: 20px 2% 2.992em 2%;
    }
    .woocommerce ul.products.columns-3 li.product:nth-child(1n){
        margin-left: 0px;
    }
    .woocommerce ul.products.columns-3 li.product:nth-child(2n){
        margin-right: 0px;
    }
    .link_all_mobile{
        display: block;
        width: 100%;
        height: auto;
        background-color: #a88b45;
        color: #FFFFFF;
        float: left;
        text-transform: uppercase;
        text-decoration: none;
        padding:10px;
        font-weight: bold;        
        margin: 0 auto;
    }
    .link_all_desktop{
        display: none;
    }
    .container_category_list,
    .container_category_list .row,
    .container_category_list .col-md-12{
        margin: 0px;
        padding: 0px;
        max-width: unset;
    }
    .link_all_mobile span{
        max-width: 510px;
        margin: 0 auto;
        width: 100%;
        height: auto;
        display: block;
    }
    
    .category_list{
        background-color: #e4dcc7;
        padding-top: 6px;
        padding-bottom: 6px;
    }
    .category_list li{
        max-width: 525px;
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }
    .category_list li::after{
        border: none;
    }
    .category_list li a {
        padding: 3px 8px;
        float: left;
        width: 100%;
    }
    .link_all_mobile i{
        padding: 10px;
    }
    .category_list{
        display: none;        
    }
    .category_list.open {
        display: block;
        animation: growDown 300ms ease-in-out forwards;
        transform-origin: top center;
        height: auto;
        float: left;
    }
    @keyframes growDown {
        0% {
            transform: scaleY(0)
        }
        80% {
            transform: scaleY(1.1)
        }
        100% {
            transform: scaleY(1)
        }
    }
    .container_category_list{
        padding-top: 20px;
    }
    .add_to_cart_button,.button_2{
        width: 48%;
    }
    .upsells ul.products,
    .woocommerce.featured_products ul.products,
    .related ul.products.columns-3
    {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .upsells ul.products.columns-3 li.product,
    .woocommerce.featured_products ul.products.columns-3 li.product,
    .related ul.products.columns-3 li.product{
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }
    .woocommerce div.product div.images{
        margin-bottom: 0px;
    }
    .woocommerce div.product.product_bottom{
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: 30px;
    }

    #mc_embed_signup #mc_embed_signup_scroll{
        display: none;
    }
    #newletter_block .subtitle{
        margin-bottom: 20px;
    }
}




#shipping_box_p,#shipping_box_p .shipping_row_p{
    display: block;
    width: 100%;
    float: left;
    margin-top: 15px;
}
#shipping_box_p .shipping_row_p .icon_shipping{
    background-image: url("assets/images/svg/icona-spedizioni.svg");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 42px;
    width: 42px;
    height: 42px;
    content: '';
    display: inline-block;
    float: left;
}
#shipping_box_p .shipping_row_p .icon_free_shipping{
    background-image: url("assets/images/svg/icona-6-pezzi.svg");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 42px;
    width: 42px;
    height: 42px;
    content: '';
    display: inline-block;
    float: left;
}
#shipping_box_p .shipping_row_p .label{
    display: inline-block;
    float: left;
    line-height: 49px;
    font-size: 14px;
    margin-left: 8px;
    color: #a88b45;
}
.summary.entry-summary{
    position: relative;
    padding-bottom: 150px;
}
#shipping_box_p{
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.woocommerce div.product div.summary {
    margin-bottom: 50px;
}
.yith-wcwl-add-to-wishlist {
    margin-top: 10px;
    position: absolute;
    bottom: 162px;
    right: 0px;
}
.woocommerce #reviews #comments ol.commentlist .star-rating{
    color: #a88b45;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar{
    display: none !important;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text{
    margin-left: 0px !important;
}
.woocommerce #reviews #comments ol.commentlist{
    padding-left: 0px !important;
}
.woocommerce #reviews #comments h2{
    display: none !important;
}

@media (max-width: 1200px) and (min-width: 990px) {
    .woocommerce div.product form.cart .button {
        width: auto !important;
        padding: 0px 12px !important;
    }
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
    #shipping_box_p .shipping_row_p .icon_free_shipping {
        background-size: 35px;
        width: 35px;
        height: 35px;
    }
}

@media screen and (min-width: 990px) and (max-width: 1100px) {
    .col-logo{max-width: 160px;}
    .navbar-expand-lg .navbar-nav .menu-item {
        padding-right: 20px;
    }
    .col-menu{
        min-width: 540px;
    }
}
.wishlist-items-wrapper .stock-cat-loop{
    width: 100%;
}
.wishlist_table .product-add-to-cart a{
    text-decoration: none !important;
}
.woocommerce table.shop_table.wishlist_table td.product-price{
    text-align: left;
}
.woocommerce table.shop_table.wishlist_table .add_to_cart_button{
    min-width: 100px;
}
@media (max-width: 767px) {
    .woocommerce ul.products li.product.outofstock a.button_2,
    .woocommerce ul.products li.product.onbackorder a.button_2
    {
        display: none !important;
    }
    .available-on-outofstock, .available-on-backorder{
        width: 100%;
    }
    #cat-image-panettoni,
    #cat-image-colombe,
    #cat-image-offelle{
        width: 100%;
        padding-bottom: 100%;
    }
    .homepage_block h1, .homepage_block h2 {
        font-size: 30px;
    }
    #main-image-home {
        padding-bottom: 100%;
    }
}
/*
#sg-popup-content-wrapper-2747 .sg-popup-builder-content img{
    display: block;
    margin: 0 auto;
    height: 100% !important;
    max-width: auto !important;
}*/
.grecaptcha-badge{
    display: none !important;
}