* {
    font-family: 'Montserrat', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, 
.col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, 
.col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, 
.col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, 
.col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 10px;
    padding-left: 10px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col, .no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.gray-box {
    background-color: #FAFAFA;
}

@media all and (min-width: 992px) {
    .col-mod-7-plus {
        width: 63.33333333%;
    }

    .col-mod-3-minus {
        width: 20%;
    }
}

hr {
    margin: 0 0 20px 0;
}

#search-bar {
    position: fixed;
    bottom: 40px;
    left: 40px;
    z-index: 100;
}

#search-bar a.btn-search {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50% , -50%);
    display: block;
    width: 60px;
    height: 60px;
    background-color: var(--theme-color);
    color: #FFF;
    border-radius: 50%;
    border: 1px solid #FFF;
    transition: all 1s ease;
}

#search-bar.open a.btn-search {
    right: 0;
}

#search-bar a.btn-search img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    width: 50%;
    transition: all 1s ease;
}

#search-bar a.btn-search img.search {
    opacity: 1;
}

#search-bar a.btn-search img.dismis {
    opacity: 0;
}

#search-bar.open a.btn-search img.search {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(180deg);
}

#search-bar.open a.btn-search img.dismis {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(180deg);
}

#search-bar input[type="text"] {
    width: 0px;
    font-size: 18px;
    border-radius: 50px;
    border: 1px solid var(--theme-color);
    padding: 10px 20px;
    transition: all 1s ease;
}

#search-bar.open input[type="text"] {
    width: 260px;
}

@media all and (max-width: 991px) {
    #search-bar {
        display: none;
    }
}

.wrapper-logo a {
    display: block;
}

.wrapper-logo img {
    display: block;
    width: 100%;
}

.search form {
    position: relative;
    margin-bottom: 5px;
}

.search i {
    color: #FFF;
    position: absolute;
    font-size: 1.5em;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
}

.search input[type="text"] {
    background: transparent;
    border: 0px solid #fff;
    display: inline-block;
    font-size: 20px;
    padding: 4px 30px 4px 4px;
    color: #FFF;
    width: 100%;
    outline: none;
}

.search input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #FFF !important;
    font-style: italic;
}

.search input[type="text"]::-moz-placeholder { /* Firefox 19+ */
    color: #FFF !important;
    font-style: italic;
}

.search input[type="text"]:-ms-input-placeholder { /* IE 10+ */
    color: #FFF !important;
    font-style: italic;
}

.search input[type="text"]:-moz-placeholder { /* Firefox 18- */
    color: #FFF !important;
    font-style: italic;
}

div#navbar {
    height: 110px;
    background-color: #FFFFFF;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1052;
    /* transform: translateZ(0); */
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
}

/*.body_promo div#navbar {
    height: 150px;
}*/

div#promo_banner{
    position: absolute;
    font-family: 'Montserrat', sans-serif;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    width: 100%;
    top: 0;
    left:0;
    z-index: 99;
}


#promo_banner .text-center{
    color:#fff;
}
div#promo_banner a{
    color: #fff;
    text-decoration: underline;
}
div#promo_banner .container{
    position: relative;
}

#promo_banner .fa-tags, #promo_banner .fa-gift{
    font-size: 25px
}
#promo_banner .fa-percent{
    font-size: 12px;
    color: var(--theme-color);
    position: absolute;
    left: 24px;
    top: 10px;
    font-weight: bold;
}

#promo_banner .col-xs-1{
    width: 60px !important;
}

#promo_banner .col-xs-11{
    width: calc(100% - 60px) !important;
    padding-left: 0;
}

#promo_banner #promo_title{
    font-size: 20px;
    color: #FFA300;
    letter-spacing: 0.29px;
    
}
#promo_banner #promo_content{
    font-size: 28px;
    letter-spacing: 0.44px;
    line-height: 1.2em;   
}
#promo_banner #promo_content .small{
    font-size: 20px;
}
#promo_banner #promo_content a{
    font-size: 18px;  
}

#promo_banner #promo_content strong{
    font-size: 34px;
    letter-spacing: 0.61px;
    
}
.ribbon {
    position: absolute;
    left: 0px; 
    top: 0px;
    z-index: 1;
    overflow: hidden;
    width: 100px;
    height: 100px;
    text-align: right;
}

.ribbon span {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 120px;
    display: block;
    background: #FF3818;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.40);
    position: absolute;
    top: 26px;
    left: -25px;
}

li .ribbon span {
    font-size: 11px;
    width: 110px;
    top: 20px;
    left: -23px;
}

.promo-spendibile{
    font-size: 12px;
    font-weight: normal !important; 
}

ul.navbar-menu {
    display: block;
    list-style-type: none;
    padding: 0;
    border: 0;
    margin-bottom: 0;
    text-align: center;
}

ul.navbar-menu li {
    padding: 0 15px;
    line-height: 20px;
}

ul.navbar-menu li.children:hover,
ul.navbar-menu li.children:focus {
    background: #FFFFFF url('../img/bg_triangle.png') center bottom no-repeat;
}

ul.navbar-menu li a {
    display: inline-block;
    border-bottom: 2px solid transparent;
    color: #000000;
    font-size: 14px;
    letter-spacing: 0;
}

ul.navbar-menu li a:hover,
ul.navbar-menu li a:focus {
    text-decoration: none;
}

ul.navbar-menu li:hover a,
ul.navbar-menu li:focus a,
ul.navbar-menu li.active a {
    text-decoration: none;
    border-bottom: 2px solid var(--theme-color);
}

ul.navbar-menu li div.subnav {
    display: none;
    position: fixed;
    left: 0;
    top: 110px;
    width: 100%;
    background-color: var(--theme-color);
}

ul.navbar-menu li:hover div.subnav {
    display: block;
    box-shadow: 0 5px 5px rgba(0,0,0,0.1);
    z-index: 100;
}

ul.navbar-menu li div.subnav hr {
    margin: 0;
    border-color: #FFFFFF;
}

ul.navbar-menu li div.subnav div.search {
    padding-top: 20px;
    padding-bottom: 10px;
}

ul.navbar-menu li div.subnav div.search a {
    display: inline-block;
    margin: 5px 0 10px;
    color: #FFFFFF;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.17px;
}

ul.navbar-menu li div.subnav div.search a .fa {
    font-size: 1.3em;
}

ul.navbar-menu li div.subnav li {
    padding: 10px;
}

ul.navbar-menu li div.subnav li:hover a,
ul.navbar-menu li div.subnav li:hover span,
ul.navbar-menu li div.subnav li:focus a,
ul.navbar-menu li div.subnav li:focus span,
ul.navbar-menu li div.subnav li.active a,
ul.navbar-menu li div.subnav li.active span {
    border-color: #FFFFFF;
}

ul.navbar-menu li div.subnav li a,
ul.navbar-menu li div.subnav li span {
    display: inline-block;
    font-weight: 500;
    font-size: 12px;
    background-repeat: no-repeat;
    background-position: top center;
    color: #FFF;
    letter-spacing: 0.17px;
    padding: 62px 0 0;
    margin-bottom: 12px;
    min-width: 80px;
}

div#wrapper-login {
    text-align: right;
    font-size: 0;
}

a.login {
    display: inline-block;
    padding: 10px 15px;
    /* margin: 34px 30px 34px 0; */
    border: 1px solid var(--theme-color);
    border-radius: 25px;
    color: #000000;
    font-size: 14px;
    letter-spacing: 0.17px;
    line-height: 20px;
    background-color: #FFFFFF;
    /* transition: all .3s ease; */
    vertical-align: middle;
}

a.login:hover,
a.login:focus {
    background-color: var(--theme-color);
    color: #FFFFFF;
    text-decoration: none;
}

@media all and (max-width:1199px) {

    a.login {
        /* margin: 34px 10px 34px -25px; */
    }

    a.login span {
        display: none;
    }

}

.btn-market-group {
    margin: 10px 0;
    display: inline-block;
    vertical-align: middle;
}

.btn-market-group .dropdown-menu > li > a {
    display: block;
    padding: 7.5px 15px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
    text-align: center;
}

.btn-market-group .dropdown-menu > li > a:focus,
.btn-market-group .dropdown-menu > li > a:hover {
    color: #262626;
    text-decoration: none;
    background-color: rgba(245, 245, 245, .35);
}

.category-nav {
    display: block;
    margin-top: 110px;
    text-align: center;
    padding: 10px 0 0 0;
    background-color: #f89c25;
}

.category-nav .btn {
    border-radius: 50px;
    border: 1px solid #FFF;
    background-color: #f89c25;
    color: #FFF;
    margin-bottom: 10px;
}

.category-nav .btn:hover,
.category-nav .btn.active {
    background-color: #FFF;
    color: #000;
    box-shadow: none;
    border: 1px solid #FFF;
}

.category-nav + #intro-wrapper {
    margin-top: 0;
}

#intro-wrapper {
    background: var(--theme-color) center no-repeat;
    background-size: cover;
    height: 50vh;
    /* margin-top: 110px; */
    width: 100%;
}

/*.body_promo #intro-wrapper  {
    margin-top: 150px;
}*/

#home-banners {
    height: 50vh;
    margin-top: 110px;
}

/*.body_promo #home-banners{
    margin-top: 150px;
}*/

#home-banners #intro-wrapper {
    margin-top: 0;
}

#home-banners .pager {
    position: absolute;
    bottom: 20px;
    right: 30px;
    z-index: 1000;
    margin: 0;
}

#home-banners .pager a {
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    display: inline-block;
    margin-left: 10px;
    border-radius: 50%;
    cursor: pointer;
    background: #fff;
}

#home-banners .pager a.cycle-pager-active {
    background: var(--theme-color);
}



#intro-wrapper.no-image {
    height: 200px;
    margin-bottom: 70px;
}

#intro-wrapper.no-image.small {
    height: 140px;
}

#intro-wrapper.small:not(.no-image) {
    height: 200px;
    padding: 0;
}

#intro-wrapper.small:not(.no-image) .intro {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#intro-wrapper > .container {
    position: relative;
    height: 100%;
}

#intro-wrapper > .container > .row {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

#intro-wrapper.small:not(.no-image) .intro h1 {
    margin: 0;
}

#intro-wrapper.home {
    background-image: url('../img/bg_home.png');
}

#intro-wrapper.chi-siamo {
    background-image: url('../img/bg_chi_siamo.png');
}

#intro-wrapper.come-funziona {
    background-image: url('../img/bg_come_funziona.png');
}

#intro-wrapper.fornitori {
    background-image: url('../img/bg_fornitori.png');
}

#intro-wrapper.agricoltore {
    background-image: url('../img/bg_agricoltore.png');
}

#intro-wrapper.frutta-verdura {
    background-image: url('../img/bg_frutta_verdura.png');
}

div.intro {
    color: #FFF;
}

div.intro h1 {
    font-size: 48px;
    color: #FFFFFF;
    letter-spacing: 0.7px;
    line-height: 54px;
    font-weight: 500;
    margin: 10px 0;
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
}

div.intro p {
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 0.29px;
    font-weight: 400;
}

div.intro p a {
    color: #FFF;
}

div.intro a.btn.btn-default {
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    background-color: transparent;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 40px;
    padding: 10px 20px;
}

div.intro a.btn.btn-default:hover {
    background-color: #FFFFFF;
    color: #000000;
}

div.intro p.subcategories {
    line-height: 48px;
}

/* Testo interno alle pagine, con stili per editor */

.text-content {
    font-size: 15px;
    color: #000;
    font-weight: 300;
    line-height: 1.5;
    margin: 30px 0;
}

.text-content .row {
    margin-top: 50px;
}

.text-content h2 {
    font-size: 30px;
    color: var(--theme-color);
    letter-spacing: 0.44px;
    font-weight: 500;
    margin: 20px 0 0 ;
}

.text-content h3 {
    margin: 40px 0 20px;
    font-size: 26px;
    color: #000;
    letter-spacing: 0.29px;
    line-height: 1;
}

.text-content a {
    color: var(--theme-color);
    font-weight: bold;
    text-decoration: underline;
}


#map p {
    color: #FFFFFF;
}

/* div#how-works p strong,
div#delivering-area p strong,
div#profile p strong,
div#our-story p strong, */
.text-content p strong {
    font-weight: 400;
}

/* div#how-works img,
div#delivering-area img,
div#profile img,
div#our-story img, */
.text-content img {
    width: 100%;
}

/* div#how-works p img,
div#delivering-area p img,
div#profile p img,
div#our-story p img, */
.text-content p img {
    width: auto;
}

a.button {
    display: inline-block;
    background-color: var(--theme-color);
    color: #FFFFFF;
    text-decoration: none;
    line-height: 20px;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 14px;
    letter-spacing: 0.17px;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: uppercase;
}

div#hot-topics .row {
    margin-top: 50px;
    text-align: center;
}

div#hot-topics img,
div#promotions img {
    display: block;
    width: 100%;
}

div#hot-topics h4 {
    font-size: 32px;
    color: #000000;
    letter-spacing: 0.47px;
    font-weight: 400;
    margin-top: 30px;
}

div#hot-topics p {
    font-size: 20px;
    color: #000000;
    letter-spacing: 0.29px;
    font-weight: 200;
    margin-top: 20px;
}

div#promotions .row {
    margin-top: 50px;
}

div#promotions h3 {
    text-align: center;
    font-size: 42px;
    color: var(--theme-color);
    letter-spacing: 0.44px;
    font-weight: 500;
}

.card.card-product {
    background-color: #F9F9F9;
}

.card.card-product.immutable {
    max-width: 285px;
    flex: 0 0 285px;
    margin: 10px;
}

.card.card-product:hover,
.card.card-product:focus {
    text-decoration: none;
    box-shadow: 0 0 10px 0 var(--theme-color);
    border-color: var(--theme-color);
}

.card.card-product .card-img-top {
    position: relative;
}

.card-prices-wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 8px;
    padding: 17px 0;
}

.card-price {
    background-color: #f9f9f9;
    padding: 10px;
    line-height: 1;
    color: #000000;
    border-radius: 20px 0 0 20px;
    letter-spacing: 0.23px;
    text-align: right;
    font-weight: bold;
}

.card-price:first-of-type {
    margin-bottom: auto;
}

.card.card-product p.card-text {
    font-size: 12px;
    letter-spacing: 0.25px;
    color: #000000;
}

.card.card-product h5.card-title {
    font-size: 18px;
    color: #000000;
    letter-spacing: 0.26px;
}

.product {
    background-color: #FFF;
    margin-bottom: 30px;
    padding: 15px;
    border: 1px solid #f4f4f4;
    border-radius: 5px;
    position: relative;
    z-index: 0;
    transition: all .1s ease;
    overflow: hidden;
    height: 460px;
}

.product.category {
    overflow: visible;
}

.product .product-status {
    margin-top: 15px;
    padding: 0;
    height: 97px;
    position: relative;
}

.product .product-status p {
    position: absolute;
    bottom: 0;
    padding: 0 15px;
    width: 100%;
    margin: 0;
    color: #fa9b00;
}

/* .product .in-cart {
    display: none;
} */

.product:hover {
    background-color: #FFFFFF;
}

.product a.edit {
    position: absolute;
    top: 10px;
    left: 25px;
    display: block;
    background: #d2d2d2;
    color: #FFFFFF;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    z-index: 1;
    transform: translateX(-50%);
    box-shadow: 0 5px 10px rgba(210, 210, 210, .5);
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.product a.edit:hover,
.product a.edit:focus {
    box-shadow: 0 5px 10px rgba(247, 156, 37, .5);
    background: var(--theme-color);
}

.product img.col-md-12 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.product img {
    max-height: 100%;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.product.fake-product img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .5;
}

.product .price-offer {
    position: absolute;
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    background-color: #FF3818;
    color: white;
    padding: 0 15px;
    right: -15px;
    bottom: 15px;
}

.product .price-offer:after {
    content: "";
    display: block;
    border-width: 8px;
    border-color: #FF3818 #FF3818 transparent transparent;
    border-style: solid;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: -15px;
}

.product .price-offer:before {
    content: "";
    display: block;
    border-width: 8px;
    border-color: transparent #FF3818 #FF3818 transparent;
    border-style: solid;
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    left: -15px;
}

.cart .price-offer, .embed-cart .price-offer{
    color: #FF3818;
}

.product .wrapper-img {
    margin: 0 0 15px;
    height: auto;
    position: relative;
    padding: 0;
}

.product .wrapper-img:before {
    content: "";
    display: block;
    padding-bottom: 80%;
}

.product:hover {
    background: #FFFFFF;
    box-shadow: 0 0 10px 0 rgba(223, 141, 33, 0.5);
    border-color: var(--theme-color);
}

@media all and (min-width:768px) {
    .product:hover {
        transform: scale(1.05);
        z-index: 10;
    }
}

.product.fake-product:hover {
    box-shadow: 0 0 10px 0 hsla(34, 0%, 50%, 0.5);
    border-color: hsla(34, 0%, 56%, 1);
}

.product .row {
    position: relative;
    display: block;
    margin-top: 0 !important;
}

.product .discount {
    background: transparent url('../img/bg_ribbon.svg') left center no-repeat;
    position: absolute;
    height: 35px;
    min-width: 150px;
    right: 7.5px;
    top: 160px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.15);
    font-size: 11px;
    color: #FFFFFF;
    letter-spacing: 0.17px;
    text-align: right;
    padding: 5px 15px 5px 30px;
    vertical-align: middle;
    line-height: 24px;
}

.product .discount span {
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 0.29px;
    vertical-align: middle;
    line-height: 24px;
    display: inline-block;
    margin-left: 10px;
    font-weight: 300;
}

.product .product-name p {
    font-size: 16px;
    color: #000000;
    letter-spacing: 0.29px;
    padding-right: 90px;
    position: relative;
}

.product .product-name .scadenza-offerta {
    font-size: 13px;
    color: #FF3818;
}

@media all and (max-width: 420px) {
    .product .product-name p {
        font-size: 5.4vw;
        color: #000000;
        letter-spacing: 0.29px;
        padding-right: 90px;
        position: relative;
        line-height: 1;
    }
}

.product .product-name .price {
    text-align: right;
    font-size: 20px;
    color: #000000;
    letter-spacing: 0.29px;
    position: absolute;
    top: 0;
    right: 0;
}

.product .product-name .price .unit {
    font-size: 16px;
    color: #333;
}

.product .product-price span {
    display: block;
}

.product .product-name .weight,
.product .product-name .ratio {
    text-align: right;
    font-size: 14px;
    color: #777;
    letter-spacing: 0.29px;
    position: absolute;
    top: 20px;
    right: 0;
}

.product .product-name .weight + .ratio {
    top: 40px;
}

.product .product-price.discounted .price {
    text-decoration: line-through;
}

.product .product-price .unit {
    font-size: 14px;
    color: #000000;
    letter-spacing: 0.29px;
    font-weight: 200;
}

.product .product-name,
.product .product-price {
    line-height: 24px;
    height: 72px;
    /* overflow: hidden; */
    margin-bottom: 15px;
}

.product .product-name.big {
    font-size: 18px;
}

.product .product-supplier-label,
.product .product-supplier {
    line-height: 24px;
    vertical-align: baseline;
}

.product .product-supplier-label {
    font-size: 10px;
    color: var(--theme-color);
    letter-spacing: 0.21px;
    position: absolute;
    left: 0;
}

.product .product-supplier {
    font-size: 12px;
    color: #000000;
    letter-spacing: 0.25px;
    text-align: right;
    position: relative;
    display: block;
    padding-left: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 24px;
}

.product form {
    margin-top: 15px;
    padding-top: 60px;
    position: relative;
}

.product form .sfuso {
    top: 0;
    position: absolute;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 2px solid var(--theme-color);
}

.product form select {
    display: block;
    background: #FFF;
    border: 0;
    height: 30px;
    width: 100%;
}

.product form select:focus {
    background-color: rgba(247, 156, 37, .1);
    outline: none;
}

@media (max-width: 575px) {
    .product {
        height: auto;
    }

    .product form {
        padding-top: 0;
    }

    .product form .sfuso {
        position: static;
        transform: none;
        width: auto;
        margin-bottom: 20px;
    }

    .product .product-name, .product .product-price {
        height: auto;
    }
}

.action-button {
    display: inline-block;
    padding: 7px 15px;
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
    border-radius: 25px;
    font-size: 14px;
    letter-spacing: 0.17px;
    background-color: transparent;
    cursor: pointer;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    position: relative;
    height: 37px;
}

.btn-group {
    font-size: 0px;
}

.btn-group button {
    display: inline-block;
    vertical-align: bottom;
    border-radius: 0;
    outline: none;
}

.btn-group button:first-child {
    border-radius: 25px 0 0 25px;
    margin-right: 1px;
}

.btn-group button:last-child {
    border-radius: 0 25px 25px 0;
    margin-left: 1px;
}

.product.fake-product span.action-button {
    border: 1px solid hsla(34, 0%, 56%, 1);
    color: hsla(34, 0%, 56%, 1);
    background-color: #FFF;
    cursor: not-allowed;
}

.btn-secondary.disabled, .btn-secondary:disabled {
    border-color: #a3a9ae;
    background-color: #FFF;
    color: #a3a9ae;
}

.btn-slide-category > .btn:not(:first-child) {
    margin-left: 1px !important;
}

.product span.counter {
    display: block;
    position: absolute;
    top: -30px;
    right: -30px;
    background-color: #ed7161;
    border-radius: 50%;
    padding: 5px 0;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
}

.action-button:disabled {
    cursor: not-allowed;
    border-color: rgba(0,0,0,0.25);
    color: rgba(0,0,0,0.25);
}

.action-button:disabled:hover,
.action-button:disabled:focus {
    border-color: rgba(0,0,0,0.25);
    color: rgba(0,0,0,0.25);
    background-color: #FFFFFF;
}

.action-button:hover,
.action-button:focus {
    background-color: var(--theme-color);
    color: #FFFFFF;
    text-decoration: none;
}

.product .action-button.chart::before {
    content: ' ';
    display: inline-block;
    width: 23px;
    height: 20px;
    background: transparent url(../img/icon_chart_active.svg) center center no-repeat;
    background-size: cover;
    vertical-align: middle;
    margin-right: 10px;
}

.product .action-button.checked {
    background-color: var(--theme-color);
    color: #FFFFFF;
    border-color: var(--theme-color);
}

.product .action-button.checked::before {
    background: var(--theme-color) url(../img/icon_added_to_chart.svg) center center no-repeat;
    background-size: cover;
}

.product .action-button.checked:hover,
.product .action-button.checked:focus {
    color: #FFFFFF;
    background-color: var(--theme-color);
}

.product .action-button.chart:disabled::before,
.product .action-button.chart:disabled:hover::before,
.product .action-button.chart:disabled:focus::before {
    background-image: url(../img/icon_added_to_chart.svg);
}

.product .action-button.chart:hover::before,
.product .action-button.chart:focus::before {
    background-image: url('../img/icon_chart_active_hover.svg');
}

.product .added-to-chart {
    background: var(--theme-color) url('../img/icon_added_to_chart.svg') center center no-repeat;
    text-indent: -10000px;
    display: inline-block;
    padding: 7px;
    width: 37px;
    height: 37px;
    border-radius: 20px;
    position: absolute;
    right: 15px;
}

/* OVERRIDE BOOTSTRAP */

.product .btn {
    padding: 7.5px 0;
    border-width: 0 0 2px 0;
    border-radius: 0;
    border-color: rgba(0,0,0,0.15);
    text-align: left;
    font-size: 12px;
    color: #000000;
    letter-spacing: 0.25px;
    background: transparent url('../img/bg_caret.svg') center right no-repeat;
    background-size: 15px;
    width: 100%;
}

.product .btn.btn-default:hover,
.product .btn.btn-default:focus,
.product .btn.btn-default.value-selected {
    background: transparent url('../img/bg_caret_active.svg') center right no-repeat;
    background-size: 15px;
    box-shadow: 0 0 0;
    border-color: var(--theme-color);
}

.product .dropdown-menu {
    width: 100%;
}

.product .btn-default.active,
.product .btn-default:active,
.product .open > .dropdown-toggle.btn-default {
    background: transparent url('../img/bg_caret_active.svg') center right no-repeat;
    background-size: 15px;
    box-shadow: 0 0 0;
    border-color: var(--theme-color);
}

div#start-shopping .row {
    margin-top: 50px;
    margin-bottom: 50px;
}

div#start-shopping h4 {
    font-size: 32px;
    color: #000000;
    letter-spacing: 0.47px;
    font-weight: 400;
    margin-top: 30px;
}

div#start-shopping ul {
    display: block;
    list-style-type: none;
    padding: 0;
    border: 0;
    margin-bottom: 0;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

div#start-shopping li {
    padding: 10px;
    display: inline-block;
    position: relative;
}

div#start-shopping li a,
div#start-shopping li > span {
    /* display: inline-block;
    font-weight: 500;
    font-size: 12px;
    background: transparent center top no-repeat;
    color: #000000;
    letter-spacing: 0.17px;
    line-height: 36px;
    padding: 50px 0px 0px;
    min-width: 80px; */

    display: inline-block;
    font-weight: 500;
    font-size: 12px;
    background-repeat: no-repeat;
    background-position: top center;
    color: #000;
    letter-spacing: 0.17px;
    padding: 62px 0 0;
    margin-bottom: 12px;
    min-width: 80px;
    background-size: auto 90%;
}

div#start-shopping li > span {
    filter: grayscale(100);
}

#start-shopping + #footer {
    margin-top: 0;
}

/*New Modify*/
#start-shopping .catalog-section-content{
    margin-bottom: 16px;
}
/*End Modify*/

div#footer {
    margin-top: 50px;
    background-color: var(--theme-color);
    padding-top: 20px;
    padding-bottom: 20px;
}

div#footer li a {
    color: #FFFFFF;
}

div#footer li a:hover,
div#footer li a:focus {
    border-color: #FFFFFF;
}

div#footer a.login {
    background-color: transparent;
    color: #FFFFFF;
    border-color: #FFFFFF;
}

div#footer a.login:hover,
div#footer a.login:focus {
    background-color: #FFFFFF;
    color: #000000;
}

div#footer p {
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0.36px;
    line-height: 16px;
    margin-bottom: 0px;
}

div#footer p a {
    color: #FFFFFF;
    text-decoration: underline;
}

/* COME FUNZIONA */

div#how-works #ordina p {
    background: transparent url(../img/icon_ordina.png) center 20px no-repeat;
}

div#how-works #spesa p {
    background: transparent url(../img/icon_spesa.png) center 22px no-repeat;
}

div#how-works #consegna p {
    background: transparent url(../img/icon_consegna.png) center 43px no-repeat;
}

div#how-works #ordina p,
div#how-works #spesa p,
div#how-works #consegna p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 34px;
    padding: 175px 24px 50px;
    font-size: 26px;
    color: #000000;
    letter-spacing: 0.36px;
}

div#how-works #ordina p span,
div#how-works #spesa p span,
div#how-works #consegna p span {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 60px;
    color: #000000;
    letter-spacing: 2.55px;
    line-height: 60px;
    text-transform: uppercase;
}

div#delivering-area a.search .fa.fa-2x {
    font-size: 1.3em;
}

div#delivering-area a.search {
    color: var(--theme-color);
    display: block;
    text-align: center;
    border-bottom: 2px solid var(--theme-color);
    padding: 10px 20px;
}

div#delivering-area a.search:hover,
div#delivering-area a.search:focus {
    text-decoration: none;
}

div#delivering-area img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

/* CHI SIAMO */

div#opening-hours td {
    font-size: 20px;
    color: #000000;
    letter-spacing: 0.42px;
    line-height: 34px;
    font-weight: 300;
}

div#contact-us {
    background: rgba(247,156,37,0.80);
    margin-bottom: -50px;
    margin-top: 50px;
    padding-bottom: 20px;
}

div#contact-us h3 {
    color: #FFFFFF;
}

div#contact-us form {
    margin-top: 50px;
}

div#contact-us form label {
    color: #FFFFFF;
    font-weight: 500;
}

div#contact-us form label a {
    color: #FFFFFF;
    text-decoration: underline;
}

div#contact-us form input,
div#contact-us form textarea {
    background: rgba(255,255,255,0.40);
    border: 0;
    padding: 10px 20px;
    width: 100%;
    display: block;
    margin-bottom: 30px;
    color: var(--theme-color);
}

div#contact-us form textarea {
    height: 200px;
    resize: none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: var(--theme-color);
}
::-moz-placeholder { /* Firefox 19+ */
    color: var(--theme-color);
}
:-ms-input-placeholder { /* IE 10+ */
    color: var(--theme-color);
}
:-moz-placeholder { /* Firefox 18- */
    color: var(--theme-color);
}

div#contact-us form input[type="submit"] {
    background-color: #FFFFFF;
    border-radius: 25px;
}

.where-cards .text-bold{
    font-weight: bold !important;
    margin-top: 5px;
}

.where .where-cards h2{
    color: var(--theme-color);
    letter-spacing: 0.44px;
    font-weight: 500;
    margin: 30px 0;
}

.where-cards h3 {
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 20px;
    font-weight: bold;
}
.where .where-cards p {
    font-size: 15px;
    color: #000;
    font-weight: 300;
    line-height: 1.5;
    font-family: inherit;
}

.where-cards .giorno{
    color: var(--theme-color);
    text-transform: uppercase;
    font-weight: bold;
}
.where-card{
    margin-bottom: 20px;
}
.where-card .where-card-content{
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    min-height: 26rem; 
}

.where-card .stagionale{
    position: absolute;
    bottom: 20px;
    left: 15px;
}

/* FORNITORI */

.shop-wrapper {
    display: block;
    /*height: 250px;*/
    background-color: #FFF;
    margin-bottom: 30px;
    padding: 15px;
    border: 1px solid #f4f4f4;
    border-radius: 5px;
    text-decoration: none;
    transition: all .1s ease;
    -moz-transition: all .1s ease;
    -webkit-transition: all .1s ease;
}

.shop-wrapper:hover,
.shop-wrapper:focus {
    background: #FFFFFF;
    box-shadow: 0 0 10px 0 rgba(223, 141, 33, 0.5);
    border-color: var(--theme-color);
    text-decoration: none;
    outline: none;
}

h4.shop-name {
    color: var(--theme-color);
    font-size: 26px;
    text-decoration: none;
}

.shop-wrapper p {
    text-decoration: none;
    color: #000;
}

.shop-wrapper p.shop-address {
    color: #777;
}

/*New Modify*/
.shop-flex{
  display: flex;
  flex-wrap: wrap;
}
.shop-col-flex{
  display: flex;
  min-width: 300px;
}
/*End Modify*/

p.shop-address .fas {
    color: var(--theme-color)
}

.catalog-section {
    margin-top: 20px;
    display: block;
}

.catalog-section.active {
    display: block;
}

.catalog-section .row {
    margin-top: 0;
}

.catalog-section hr {
    border-color: var(--theme-color);
}

.catalog-section-title h3,
.catalog-section-title span {
    display: inline-block;
    vertical-align: baseline;
}

.catalog-section-title h3 {
    font-weight: bold;
    height: 34px;
    margin: 0;
    font-size: 20px;
    color: #000000;
    letter-spacing: 0.29px;
}

.catalog-section-title span {
    font-size: 16px;
    color: #000000;
    letter-spacing: 0.23px;
    font-weight: 300;
    margin-left: 20px;
}

.btn-slide-category {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.catalog-section-filter span {
    margin-bottom: 5px;
    height: 20px;
    display: block;
}

.catalog-section-filter .btn {
    width: 100%;
    border-radius: 0;
    text-align: left;
}

.catalog-section-filter .btn.btn-default {
    border-color: var(--theme-color);
    background: transparent url(../img/bg_caret_active.svg) 138px center no-repeat;
    background-size: auto 30%;
}

.catalog-section-filter .open > .dropdown-toggle.btn-default:focus,
.catalog-section-filter .open > .dropdown-toggle.btn-default:hover {
    background-color: transparent;
    border-color: var(--theme-color);
}

.catalog-section-filter .dropdown-menu {
    width: 100%;
}

.catalog-item {
    margin-bottom: 30px;
}

.catalog-item .catalog-item-wrapper {
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.15)
}

.catalog-item .img-wrapper {
    position: relative;
}

.catalog-item img {
    width: 100%;
}

.catalog-item .hover {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.40);
}

.catalog-item:hover .hover {
    display: block;
}

.catalog-item .hover div {
    display: table;
    width: 100%;
    height: 100%;
}

.catalog-item .hover a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.catalog-item .hover a span {
    display: inline-block;
    border: 1px solid #FFFFFF;
    padding: 10px 15px;
    text-transform: uppercase;
    color: #FFFFFF;
    border-radius: 25px;
}

.catalog-item .hover a span:hover,
.catalog-item .hover a span:focus {
    background-color: #FFFFFF;
    color: #000000;
}

.catalog-item .info-wrapper {
    padding: 10px;
    text-align: center;
}

.catalog-item .info-wrapper h5 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.catalog-item .info-wrapper h5 a {
    font-size: 20px;
    color: #000000;
    letter-spacing: -0.01px;
    font-weight: 500;
}

.catalog-item .info-wrapper p a {
    font-size: 14px;
    color: #000000;
    letter-spacing: -0.01px;
    text-transform: uppercase;
    font-weight: 300;
}

.catalog-item .info-wrapper h5 a:hover,
.catalog-item .info-wrapper h5 a:focus,
.catalog-item .info-wrapper p a:hover,
.catalog-item .info-wrapper p a:focus {
    text-decoration: none;
}

/* FORNITORE */

#supplier-products {
    background: #F9F9F9;
    margin-top: 30px;
    margin-bottom: -50px;
    padding-bottom: 20px;
}

#map {
    height: 400px;
}

.no-products {
    font-size: 24px;
    margin-bottom: 50px;
}

.image-box {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: var(--theme-color);
}

.image-box:before {
    content: "";
    padding-bottom: 100%;
    width: 100%;
    display: block;
}

/* CATEGORIE */

.subcategories a {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    background-color: var(--theme-color);
    padding: 8px 16px;
    border-radius: 18px;
    white-space: nowrap;
}

.subcategories a:hover,
.subcategories a:focus,
.subcategories a.active {
    text-decoration: none;
    font-weight: 400;
    background-color: #FFFFFF;
    color: #000;
}

@media all and (max-width: 575px) {
    .subcategories {
        display: none;
    }
}

/* FLOW */

.flow {
    counter-reset: section;
    margin-bottom: 0;
}

.flow li {
    text-transform: uppercase;
    font-size: 16px;
    color: #FFFFFF;
}

.flow li::before {
    counter-increment: section;
    content: counter(section) ".";
    display: inline-block;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 2.4;
    width: 2.5em;
    height: 2.5em;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #FFFFFF;
    text-indent: 4px;
    margin-right: 30px;
    font-weight: bold;
}

.flow li.active:before {
    background-color: #FFFFFF;
    color: var(--theme-color);
}

/* ORDINI */

/* CARRELLO */
.orders .header,
.cart .header {
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #eee;
    color: #333;
    font-size: 11px;
    letter-spacing: 1px;
    padding: 8px 0;
    /* margin-bottom: 20px; */
}

/* .orders-mobile {
    margin-top: -20px;
} */

.orders .item,
.cart .item {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.orders .item a {
    color: #000;
    border-bottom: 2px solid transparent;
    font-weight: 500;
    transition: all .1 ease;
    -moz-transition: all .1 ease;
    -webkit-transition: all .1 ease;
}

.orders .item a:focus,
.orders .item a:hover {
    border-bottom-color: #000;
    text-decoration: none;
}

.cart .item .picture img {
    width: 100px;
    height: 100px;
    background: #d7d8dd;
    object-fit: contain;
}

@media all and (max-width: 991px) {
    .cart .item .picture img {
        width: 70px;
        height: 70px;
    }
}

.cart .item .name {
    font-weight: bold;
}

.cart .item .category {
    color: var(--theme-color);
    font-size: 12px;
    font-weight: bold;
}

.cart .item .weight,
.cart .item .ratio {
    color: #777;
}

.cart .total {
    font-size: 14px;
    padding: 8px 0;
    /* margin-bottom: 50px; */
}

.cart .total img {
    display: inline-block;
    height: 36px;
    margin: 10px 10px 10px 0;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.cart .total p {
    margin: 10px 0 !important;
}

.cart .total span {
    font-weight: 900;
}

.cart #content .total p, .ordine #content .total p{
    font-size: 16px;
}

.cart input[type=number] {
    width: 100%;
    border: none;
    color: var(--theme-color);
    line-height: 24px;
    padding: 0 20px;
    height: 24px;
}

.cart button[name^=delete] {
    border: none;
    background: none;
    font-size: 26px;
    color: #999;
    font-weight: 300;
    position: relative;
    top: 5px;
}

.form-desktop button[name^=delete] {
    float: left;
    margin-top: 20px;
}

@media all and (max-width: 991px) {
    .form-desktop button[name^=delete] {
        margin-top: 10px;
    }
}

.form-desktop button[name=delete_promo]{
    margin-top: 0px;
    top: 0;
    line-height: 24px;
}

.form-mobile button[name=delete_promo] {
    top: 7px !important
}

.cart #content .error, .embed-cart .description .error{
    margin-top: 15px;
    color: #900;
    font-weight: bold;
    font-size: 13px;
}

.embed-cart .description .error{
    font-weight: normal;
    margin-top: 5px;
}

.cart .price.strike, .embed-cart .price.strike{
    color: #999;
    position: relative;
}

.cart .price.strike:after, .embed-cart .price.strike:after {
    content: "";
    width: 60px;
    height: 3px;
    background: #900;
    display: block;
    position: absolute;
    top: 10px;
    right: 15px;
    transform: rotate(-15deg);
}

.btn-market {
    border-color: var(--theme-color);
    border-radius: 21px 0 0 21px;
    padding: 10px 10px 10px 15px;
    color: #777;
    /* transition: all .3s ease; */
    text-align: center;
    width: 170px;
}

.btn-market:focus,
.btn-market:hover,
.btn-market:active,
.btn-market:active:focus,
.btn-market:active:hover {
    border-color: var(--theme-color);
    background-color: var(--theme-color);
    color: #FFF;
    box-shadow: none;
}

.btn-market-group .dropdown-menu {
    left: auto;
    right: 0;
    width: 100%;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    margin: 1px 0;
}

.open > .btn-market {
    border-radius: 21px 0 0 0 !important;
    background-color: var(--theme-color) !important;
    color: #FFF !important;
    box-shadow: none !important;
    border-color: var(--theme-color) !important;
}

.btn-cart {
    display: inline-block;
    padding: 10px;
    margin: 0;
    border: 1px solid var(--theme-color);
    border-radius: 20px;
    color: #000000;
    font-size: 14px;
    letter-spacing: 0.17px;
    line-height: 20px;
    background-color: #FFFFFF;
    vertical-align: middle;
    /* transition: all .3s ease; */
}

.btn-sandwich {
    display: inline-block;
    padding: 10px 15px;
    margin: 10px 0 10px 15px;
    border: 1px solid var(--theme-color);
    border-radius: 25px;
    color: #000000;
    font-size: 14px;
    letter-spacing: 0.17px;
    line-height: 20px;
    background-color: #FFFFFF;
    vertical-align: middle;
    height: 42px;
    width: 42px;
    position: relative;
    transition: all .3s ease;
}

.cd-search-trigger {
    display: inline-block;
    padding: 10px 15px;
    margin: 10px 0 10px 15px;
    border: 1px solid var(--theme-color);
    border-radius: 25px;
    color: #000000;
    font-size: 14px;
    letter-spacing: 0.17px;
    line-height: 20px;
    background-color: #FFFFFF;
    vertical-align: middle;
    height: 42px;
    width: 42px;
    position: relative;
    transition: all .3s ease;
}

.btn-cart.disabled, .btn-sandwich.disabled, .cd-search-trigger.disabled {
    opacity: .5;
    pointer-events: none;
}

.wrapper-lang {
    padding-left: 25px;
}

@media all and (max-width:991px) {
    .wrapper-lang {
        padding-left: 10px;
    }
}

.btn-lang {
    font-size: 14px !important;
    letter-spacing: 0.17px !important;
    line-height: 20px !important;
    color: #000 !important;
}

.btn-lang:hover {
    color: #fff !important;
}

.btn-lang:not(:disabled):not(.disabled).active, 
.btn-lang:not(:disabled):not(.disabled):active, 
.show > .btn-lang.dropdown-toggle {
    color: #fff !important;
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

.wrapper-lang .dropdown-menu {
    min-width: auto;
    width: 100%;
    background-color: var(--theme-color);
    border: 0;
    border-radius: 0;
    text-align: center;
    color: #FFF;
    border: 1px solid #FFF;
}

.wrapper-lang .dropdown-menu::before {
    content: "";
    display: block;
    border-width: 10px;
    border-color: transparent transparent #FFF transparent;
    border-style: solid;
    width: 0;
    height: 0;
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
}

.wrapper-lang .dropdown-menu::after {
    content: "";
    display: block;
    border-width: 10px;
    border-color: transparent transparent var(--theme-color) transparent;
    border-style: solid;
    width: 0;
    height: 0;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.wrapper-lang .dropdown-menu .dropdown-item {
    width: 80%;
    padding: .25rem .5rem;
    color: #FFF;
    text-align: center;
    margin: 0 auto;
}

.wrapper-lang .dropdown-menu .dropdown-item:focus, 
.wrapper-lang .dropdown-menu .dropdown-item:hover {
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.25);
}

.cd-main-content {
    margin-top: 110px;
}

#paypal-button-container {
    margin: 10px 0;
    font-size: 0;
    width: 250px;
}

#area-note label {
    display: block;
    margin-top: 15px;
}

#area-note .help-text {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
}

@media all and (max-width: 575px) {

    #cd-btn-mobile-cart {
        border: 0;
        margin: 0;
        padding: 0 10px;
        line-height: 30px;
    }

    a.btn-sandwich.cd-nav-trigger {
        margin: 0;
        border: 0;
        padding: 0;
        width: 30px;
        height: 30px;
    }

    .cd-search-trigger {
        margin: 0 10px 0 0;
        height: 30px;
        width: 30px;
        border: 0;
        padding: 0;
    }

    #paypal-button-container {
        margin: 10px 0;
        font-size: 0;
        width: 100%;
    }

    #promo_banner #promo_title {
        font-size: 14px;
        color: #FFA300;
        letter-spacing: 0.29px;
    }

    #promo_banner #promo_content {
        font-size: 17px;
        letter-spacing: 0.2px;
        line-height: 1.1em;
    }

    #promo_banner #promo_content strong{
        font-size: 20px;
    }
    #promo_banner #promo_content a {
        font-size: 13px;
    }
    
    #promo_banner + .container > .row{
        top: 70%;
        transform: translateY(-70%);
    }

}

@media all and (max-width: 340px) {

    #cd-btn-mobile-cart,
    a.btn-sandwich.cd-nav-trigger,
    .cd-search-trigger {
        margin: 0 !important;
    }

}

a.btn-sandwich span {
    display: block;
    position: absolute;
    width: 50%;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-color: #000;
}

a.btn-sandwich span:after,
a.btn-sandwich span:before {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    /* transition: background-color .3s .3s; */
}

a.btn-sandwich span:before {
    transform: translateY(5px);
}

a.btn-sandwich span:after {
    transform: translateY(-5px);
}

.btn-cart-small {
    min-width: 42px;
    height: 42px;
    padding: 0 6px;
    line-height: 40px;
    text-align: center;
    /* margin-left: 10px;
    margin-right: 10px; */
}

.btn-cart:focus,
.btn-cart:hover {
    text-decoration: none;
    color: #FFFFFF;
    background-color: var(--theme-color);
}

.btn-cart.move-it {
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

#cd-btn-cart.active {
    background-color: var(--theme-color);
    color: #FFF;
}

.btn-justify {
    width: 100%;
}

.btn-bold {
    font-weight: 900;
}

.btn-user {
    font-size: 24px;
    line-height: 1;
    color: var(--theme-color);
}

.btn-user:hover {
    text-decoration: none;
    color: var(--theme-color);
}

.wrapper-user {
    padding: 0 25px;
    position: relative;
}

@media all and (max-width:991px) {
    .wrapper-user {
        padding: 0 10px;
        position: relative;
    }
}

.wrapper-user div.subnav-user {
    display: none;
    position: fixed;
    left: 0;
    top: 110px;
    width: 100%;
    background-color: var(--theme-color);
    z-index: 100;
}

.wrapper-user:hover:before {
    content: '';
    display: block;
    border-color: transparent transparent var(--theme-color) transparent;
    border-width: 10px;
    border-style: solid;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.wrapper-user.no-arrow:hover:before {
    display: none;
}

.wrapper-user:hover div.subnav-user {
    display: block;
    box-shadow: 0 5px 5px rgba(0,0,0,0.1);
}

.wrapper-user p {
    color: #FFF;
    font-size: 24px;
    text-align: left;
    line-height: 24px;
    margin: 0;
    padding: 60px 0;
}

.wrapper-user ul {
    padding: 60px 0;
    line-height: 24px;
    font-size: 18px;
    margin-bottom: 0;
}

.wrapper-user ul li {
    display: inline-block;
    margin-left: 30px;
}

.wrapper-user ul li:first-child {
    margin: 0;
}

.wrapper-user ul a {
    color: #FFFFFF;
    border-bottom: 2px solid transparent;
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
}

.wrapper-user ul a:focus,
.wrapper-user ul a:hover {
    border-bottom: 2px solid #FFFFFF;
    text-decoration: none;
}

.wrapper-user ul a.active {
    font-weight: bold;
}

/*
 * Indirizzo
 */

.nav-pills .nav-link {
    color: var(--theme-color);
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    border: 1px solid var(--theme-color);
    border-radius: 0;
    margin-right: 1px;
}

.nav-pills li:first-child .nav-link {
    border-radius: 50px 0 0 50px;
}

.nav-pills li:last-child .nav-link {
    border-radius: 0 50px 50px 0;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: var(--theme-color);
}

.address {
    border: 1px solid #ccc;
    height: 160px;
    padding: 15px;
    margin-bottom: 20px;
    margin-top: 0px;
    position: relative;
    border-radius: 10px;
    background-color: #f4f4f4;
}

.summary-address {
    height: auto;
}

.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

.new-address {
    min-height: 160px;
    border: 1px dashed #ccc;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-top: 0;
    overflow: hidden;
}

.new-address .btn-primary {
    margin: 0;
    border-radius: 0;
    background-color: transparent;
    color: #000;
    border: 0;
    height: 100%;
    width: 100%;
    position: relative;
}

.new-address .btn-primary:hover,
.new-address .btn-primary:focus {
    background-color: transparent;
    color: var(--theme-color);
}

.new-address .btn-primary span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.address.default {
    border: 1px solid var(--theme-color);
    background: #fff2e2;
}

/* Il nome non è così importante, è più importante l'indirizzo */
.address h2 {
    font-size: 16px;
    margin: 0 0 16px 0;
    text-transform: uppercase;
}

.address p {
    margin: 0 0 10px;
    font-size: 13px;
}

.address strong {
    font-weight: 500;
    color: #333;
}

.address.default strong {
    color: #000;
}

.address + .shop {
    background-color: #FAFAFA;
    padding: 15px 15px 7px;
    margin-top: -30px;
    border-radius: 0 0 10px 10px;
    border: 1px solid #E0E0E0;
    margin-bottom: 20px;
}

.address .delete {
    position: absolute;
    top: 15px;
    right: 15px;
    display: none;
}

.address:hover .delete,
.address:hover .default {
    display: block !important;
}

.address .default {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.address form.default {
    display: none;
}

.address .is-default {
    height: 26px;
    width: 26px;
    text-align: center;
    border-radius: 100px;
    display: block;
    position: absolute;
    bottom: 15px;
    right: 15px;
    line-height: 1.8;
}

.address button[type=submit] {
    background: var(--theme-color);
    width: 26px;
    height: 26px;
    color: #fff;
    border-radius: 100px;
    border: none;
    text-align: center;
    padding: 0;
}

#new-address {
    display: none;
}

.retrival h1 {
    font-size: 30px;
    line-height: 39px;
}

.retrival p {
    font-size: 14px !important;
    margin-bottom: 24px !important;
}

.addresses.deactivated {
    opacity: .4;
    pointer-events: none;
}

@media all and (max-width:991px) {

    .addresses.deactivated {
        display: none;
    }

}

/*
 * Stili per FORM
 */

.form {
    padding: 0;
    border-bottom: 1px solid #eee;
}

.form-login {
    border-bottom: 0;
}

.form label {
    text-transform: uppercase;
    color: #555;
}

.btn-primary,
.btn-secondary {
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 15px;
    margin: 10px 0;
    border: 1px solid var(--theme-color);
    background-color: var(--theme-color);
    border-radius: 100px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.17px;
    line-height: 1;
    transition: all .3s;
}

.btn-primary.disabled, .btn-primary:disabled {
    border: 1px solid var(--theme-color);
    background-color: var(--theme-color);
}

.btn-secondary {
    color: var(--theme-color);
    border: 1px solid var(--theme-color);
    background-color: #FFFFFF;
    font-size: 14px;
}

.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary:focus {
    color: var(--theme-color);
    background: #FFF;
    border-color: var(--theme-color);
}

.btn-secondary:hover,
.btn-secondary:active:focus,
.btn-secondary:focus {
    color: #FFF;
    background: var(--theme-color);
    border-color: var(--theme-color);
}

.btn-secondary.disabled, .btn-secondary:disabled {
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
}

.form a {
    color: var(--theme-color);
}

.form input.btn-primary:hover,
.form input.btn-primary:focus {
    color: var(--theme-color);
    border-color: var(--theme-color);
    background: #FFF;
}

form .error {
    color: #900;
    font-size: 12px;
}

form .form-group:not(.radio) label {
    transform: translateY(32px) translateX(10px);
    text-transform: uppercase;
    color: var(--theme-color);
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    transition: all .1s ease;
    pointer-events: none;
    display: block;
}

form .form-group:not(.radio) label.active {
    height: 20px;
    transform: translateY(0) translateZ(0);
    font-size: 12px;
    text-indent: 0px;
}

form .form-control {
    border-width: 0 0 2px 0;
    border-radius: 0;
    box-shadow: none;
    border-color: var(--theme-color);
    border-style: solid;
    outline: none;
}

form textarea.form-control,
form .form-control:focus {
    border-color: var(--theme-color);
    outline: none;
    box-shadow: none;
    background-color: rgba(247, 156, 37, .1);
}

#content h2 {
    color: var(--theme-color);
    /* margin-top: 0; */
}

.catalog-section-title h2 {
    line-height: 39px;
    /* margin-top: 20px !important; */
}

#content p {
    font-size: 18px;
    color: #000000;
    letter-spacing: 0.29px;
    margin-bottom: 50px;
    font-weight: 300;
}

/* #content .riepilogo-mobile {
    margin-top: -20px;
} */

#content .riepilogo-mobile p {
    font-size: 14px;
    margin-bottom: 0;
}

#content .address p {
    font-size: 13px;
    margin-bottom: 0px;
}

#content #map {
    margin-bottom: 24px;
}

/* .wrapper-payment {
    height: 160px;
    margin-bottom: 15px;
} */

#content .wrapper-payment p {
    margin-bottom: 20px;
}

.wrapper-addresses {
    margin-bottom: 50px;
}

.table.table-unbordered > tbody > tr > td,
.table.table-unbordered > tbody > tr > th,
.table.table-unbordered > tfoot > tr > td,
.table.table-unbordered > tfoot > tr > th,
.table.table-unbordered > thead > tr > td,
.table.table-unbordered > thead > tr > th {
    border: 0;
}

#wrapper-social a {
    background-color: #FFF;
    text-align: center;
    width: 22px;
    height: 22px;
    display: inline-block;
    line-height: 22px;
    border-radius: 50%;
    margin-left: 15px;
    color: var(--theme-color);
    margin: 20px 0px 45px 15px;
}

/* paginator */

.pagination {
    margin: 0 0 20px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: var(--theme-color);
    border-color: #df8c21;
}

.pagination > li > a,
.pagination > li > span {
    color: var(--theme-color);
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    color: #df8c21;
}

@media all and (max-width:991px) {

    #footer .wrapper-logo {
        text-align: center;
    }

    #wrapper-social {
        text-align: center;
    }

    #wrapper-social a {
        margin-left: 5px;
        margin-right: 5px;
    }

    #footer .wrapper-logo a {
        left: 50%;
        transform: translate(-50%, -50%);
    }

}

/* MOBILE MENU */

@media all and (max-width: 991px) {

    #home-banners {
        margin-top: 70px;
    }

    #mobileMenu {
        background: var(--theme-color);
        box-shadow: 0 5px 5px rgba(0,0,0,0.1)
    }

    #mobileMenu h3 {
        color: #FFFFFF;
        margin: 10px 0;
    }

    #mobileMenu ul:first-child {
        padding-top: 25px
    }

    #mobileMenu ul {
        margin-top: 0;
        margin-bottom: 0;
        padding: 15px 0;
    }

    #mobileMenu ul a {
        color: #FFF;
    }

    #mobileMenu ul.mobile-categories-list li a {
        padding-top: 42px;
        padding-bottom: 15px;
        height: 100px;
        width: 100%;
        display: block;
        background-repeat: no-repeat;
        background-position-x: center;
        color: #FFF;
        font-weight: 500;
        background-size: 60px auto;
        font-size: 13px;
    }

    /* .wrapper-user {
        display: inline-block;
        padding: 10px 20px 40px;
    } */

    #wrapper-mobile-login {
        text-align: right;
        font-size: 0;
    }

    #wrapper-mobile-login .login,
    #wrapper-mobile-login .btn-user {
        display: inline-block;
        padding: 10px 15px;
        margin: 10px 20px 10px 0px;
        border: 1px solid var(--theme-color);
        border-radius: 25px;
        color: #000000;
        font-size: 14px;
        letter-spacing: 0.17px;
        line-height: 20px;
        background-color: #FFFFFF;
        vertical-align: middle;
        height: 42px;
        width: 42px;
        position: relative;
        transition: all .3s ease;
    }

    .category-nav {
        margin-top: 70px;
    }

}

@media all and (max-width:767px) {

    .flow li {
        text-transform: uppercase;
        font-size: 11px;
        color: #FFFFFF;
        font-weight: bold;
    }

    .flow li::before {
        margin-right: auto;
        margin-bottom: 10px;
        margin-left: auto;
        display: block;
    }

}

@media all and (max-width: 575px) {

    .col-xxs-12 {
        width: 100%;
    }

    div#navbar {
        height: 70px;
        padding-top: 0px;
    }

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

    /* .wrapper-logo img {
        width: 120px;
    } */

    /*
    .wrapper-logo,
    #wrapper-mobile-login {
        text-align: center;
        margin-bottom: 10px;
    }
    */

    #wrapper-mobile-login {
        padding: 20px 15px;
        margin: 0;
    }

    .btn-market:focus,
    .btn-market:hover,
    .btn-market:active,
    .btn-market:active:focus,
    .btn-market:active:hover {
        border-color: #FFF;
        background-color: #FFF;
        border-radius: 21px;
        color: #000;
    }

    .btn-market {
        width: auto;
    }

    .open > .btn-market {
        border-radius: 21px;
        background-color: #FFF !important;
        color: #000 !important;
        box-shadow: none !important;
        border-color: #FFF !important;
    }

    .btn-market-group .dropdown-menu {
        border-radius: 10px;
        left: 50%;
        transform: translateX(-50%);
        padding: 10px 0;
        overflow: visible;
    }

    .btn-market-group .dropdown-menu:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        border-width: 7px;
        border-color: transparent transparent #f29c25 transparent;
        border-style: solid;
        transform: translate(-50%, -100%);
    }

    #navbar > .container {
        margin-bottom: 1px;
    }

    .btn-market-group {
        margin: 0;
    }

    .btn-market {
        border-width: 0;
        padding: 0px 10px 0px 15px;
        line-height: 30px;
    }

    #cd-btn-mobile-cart {
        margin-right: 10px;
    }

    #cd-btn-mobile-cart:focus,
    #cd-btn-mobile-cart:hover {
        background: #FFF;
        color: #000;
    }

    .wrapper-user {
        display: inline-block;
        padding: 10px 20px 40px 0;
    }

    #intro-wrapper {
        background: var(--theme-color) center no-repeat;
        background-size: cover;
        height: 200px;
    }

    #intro-wrapper.big-header {
        height: 50vh;
    }

    div.intro h1 {
        font-size: 36px;
        line-height: 1.2;
    }

    .cd-main-content {
        margin-top: 70px;
    }

}

@media all and (max-width: 510px) {

    .hidden-xxxs {
        display: none;
    }

    .visibile-xxxs-inline-block {
        display: inline-block !important;
    }

    #wrapper-mobile-login {
        padding: 5px 15px;
        margin: 0;
    }

}

.form-mobile {
    padding: 0;
}

.form-mobile .product-info p {
    padding-left: 35px;
    font-size: 12px !important;
    line-height: 24px;
    margin: 0 !important;
}

.form-mobile button[name^=delete] {
    position: absolute;
    top: -3px;
    font-weight: 400;
    height: 30px;
    line-height: 25px;
}

.form-mobile .price {
    line-height: 24px;
    font-weight: 600;
}

input[type=number] {
    -moz-appearance:textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input {
    outline: none;
}

form .quantity {
    position: relative;
}

form a.plus,
form a.minus {
    display: block;
    width: 20px;
    height: 20px;
    text-align: center;
    font-weight: 800;
    font-size: 18px;
    line-height: 18px;
    border: 1px solid #ddd;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

form a.plus:hover,
form a.plus:focus,
form a.minus:hover,
form a.minus:focus {
    text-decoration: none;
}

form a.minus { left: 10px; }
form a.plus { right: 10px; }

/* CART - RIEPILOGO */

.col-article {
    width: 64%
}

.col-image {
    width: 14%;
}

.col-description {
    width: 50%;
}

.col-price {
    width: 12%;
}

.col-quantity {
    width: 12%;
}

.col-subtotal {
    width: 12%;
}

@media all and (max-width: 1199px) {

    .col-image {
        width: 17%;
    }

    .col-description {
        width: 47%;
    }

}

@media all and (max-width: 575px) {
    .hidden-xxs {
        display: none;
    }

    .btn-full-xxs {
        width: 100%;
    }

    .catalog-section-title h3 {
        height: auto;
        line-height: 34px;
    }

    .catalog-section-title span {
        line-height: 34px;
        margin-left: 0px;
    }
}

/* CHI SIAMO */

iframe.map {
    width: 100%;
    height: 740px;
    border: none;
    margin-top: 20px;
}

.where p {
    font-size: 26px;
    font-weight: 400;
    line-height: 1;
    margin: 15px 0 0;
    font-family: 'Source Sans Pro', sans-serif;
}

.where p .small {
    font-size: 14px;
}

table.apertura {
    font-size: 26px;
    font-weight: 400;
    line-height: 45px;
    margin-bottom: 90px;
    width: 100%;
}

table.apertura td {
    font-family: 'Source Sans Pro', sans-serif;
}

.where h2,
.opening-hours h2 {
    margin-top: 70px;
}
