body{
    background: #fff url(../image/bg.png) repeat scroll 0 0;
    color:#000;
}

h1, h2, h3, h4, h5, h6{
    color: #000;
}

.df-header{
    position: fixed;
    top:0;
    width: 100%;
    padding: 0 172px;
    height: 120px;
    z-index: 1000;
}

.breadcrumb {
    display: none;
}

button:focus, a:focus {
    outline: 0;
    box-shadow: none!important;
}

.btn-default {
    background: #000;
    border: 1px solid #000;
    color: #fff;
    text-transform: capitalize;
    padding: 8px 20px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    cursor: pointer;
}
.btn-default:hover{
    background-color: #ffcf11;
    border:#ffcf11;
    color: #000;
}

.btn-default-qty {
    color: #777;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #e7e7e7;
    background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
    background-repeat: repeat-x;
    border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
    cursor: pointer;
}

.btn-primary {
    text-transform: capitalize;
    display: inline-block;
    background-color: #ffcf11;
    border: none;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    color: #000;
    font-size: 13px;
    line-height: 24px;
    padding: 6px 20px;
    overflow: hidden;
    letter-spacing: 1px;
    font-weight: 500;
    background-image: unset;
    cursor: pointer;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary, #button-login.btn.btn-primary:focus, .btn-primary:active, #button-account.btn.btn-primary:focus, #button-register.btn.btn-primary:focus, #button-shipping-method.btn.btn-primary:focus, #button-payment-address.btn.btn-primary:focus, #button-shipping-address.btn.btn-primary:focus, #button-payment-method.btn.btn-primary:focus, #button-guest.btn.btn-primary:focus, #button-review.btn.btn-primary:focus, #button-coupon.btn.btn-primary:focus, #button-voucher.btn.btn-primary:focus, #button-quote.btn.btn-primary:focus, #button-confirm.btn.btn-primary:focus {
    background: #000;
    border: none;
    color: #fff;
    cursor: pointer;
}

.btn-danger {
    color: #ffffff;
    background-color: #da4f49;
    text-transform: uppercase;
    padding: 8px 12px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px;
    background-image: unset;
}

#checkout-cart .btn-danger{
    margin-left: -4px;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#checkout-cart .input-group .form-control[name^=quantity] {
    min-width: 50px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-left: 15px;
    font-size: 15px;
    font-weight: 600;
}

.btn-number{
    border-radius: 0!important;
}

@media (max-width: 1600px){
    .df-header{
        padding: 0 100px;
    }
}

@media (max-width: 1500px){
    .df-header{
        padding: 0 15px;
    }
}

body.no-index header{
    margin-bottom: 170px;
}

@media (max-width: 767px){
    body.no-index header{
        margin-bottom: 150px;
    }
}

body head{
    margin-bottom:0;
}


.df-header.fixed {
    animation: 1s ease 0s normal both 1 running fixedmenu;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    float: left;
    left: 0;
    margin: 0;
    position: fixed !important;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    background: #230b0a none repeat scroll 0 0;
}

body.no-index .df-header.fixed, body.no-index .df-header{
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    float: left;
    left: 0;
    margin: 0;
    position: fixed !important;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    background: #230b0a none repeat scroll 0 0;
}

@-webkit-keyframes fixedmenu {
    0% {
      top: -100%;
    }

    100% {
      top: 0;
    }
  }

  @-moz-keyframes fixedmenu {
    0% {
      top: -100%;
    }

    100% {
      top: 0;
    }
  }

  @keyframes fixedmenu {
    0% {
      top: -100%;
    }

    100% {
      top: 0;
    }
  }

#menu {
    background-color: transparent;
    background-image: unset;
    border-color: transparent;
    height: 120px;
    position: absolute;
    z-index: 300;
    margin: 0;
    padding: 0;
    top: 0;
    width: 100%;
    max-width: 30%;
}

#cart {
    margin-bottom: 0;
    float: right;
    position: relative;
    top:12px;
}

#logo {
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    position: absolute;
    max-width: 220px;
    z-index: 3;
}


.utilitybar {
    position: relative;
    float: right;
    top: 0px;
    transform: translate(0,50%);
    z-index: 3;
}

/* CONTATTI HEADER */

#df-contact-header {
    color: #fff;
    cursor: pointer;
    float: left;
    padding-right: 15px;
    position: relative;
    text-align: left;
}

#df-contact-header > ul {
    border: 1px dashed #fff;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
}

#df-contact-header li {
    color: #fff;
    cursor: pointer;
    float: left;
    padding: 8px 25px 8px 80px;
    position: relative;
    text-align: left;
}

#df-contact-header li::before {
    background: rgba(0,0,0,0) url(../image/sprite.png) no-repeat scroll -10px -668px;
    bottom: auto;
    content: "";
    height: 50px;
    left: 0;
    position: absolute;
    right: auto;
    top: 0;
    width: 75px;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
}

#df-contact-header li .title {
    color: #fff;
    font: 300 14px/22px "Oswald", sans-serif;
}

#df-contact-header span {
    color: #fff;
    float: left;
    font: 500 12px/22px "Montserrat",Helvetica,sans-serif;
    width: 100%;
    padding: 0;
    letter-spacing: 1px;
}

.df-callto a::before{
    background-image: url(../image/phone.svg);
    display: block;
    content: ' ';
    background-size: 30px 30px;
    height: 30px;
    width: 30px;
    top: 18px;
    position: absolute;
    right: 60px;
}

#menu ul.mainitem li {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
    letter-spacing: 0.13em;
}

#menu ul.mainitem li a{
    padding: 0 15px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
}

#menu .dropdown-menu {
    min-width: 18rem;
}

#menu .dropdown-menu.show, #menu .dropdown-inner ul {
    display: block;
}

#menu ul.mainitem li li{
    width: 100%;
}

#menu ul.mainitem li li a{
    color: #000;
    font-size: 16px;
    padding-top:8px;
    padding-bottom:8px;
}

.dropdown-menu li > a:hover{
    background: #FFCF11;
    color: #F00!important;
}

#menu ul.mainitem {
    margin: 0;
    padding: 0;
}

.btn-menumobile {
    display: none;
}

@media(max-width:767px){
    #logo {
        max-width: 160px;
    }

    nav#menu.open{
        left: 0;
        transition: .2s;
    }

    nav#menu {
        background: #230b0a;
        box-shadow: unset;
        margin-top: 0;
        position: fixed;
        top: 0;
        height: 100vh;
        width: 100vw;
        max-width: 400px;
        left: -100vw;
        transition: .2s;
        z-index: 500;
    }

    nav#menu ul.mainitem {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 30px;
    }

    #menu ul.mainitem li{
        display: block;
    }

    #menu ul.mainitem li a{
        padding-top: 10px;
        padding-bottom: 10px;
        color: #fff;
        display: block;
    }

    #menu ul.mainitem li li a{
        color: #fff;
        text-transform: none;
        font-weight: 300;
    }

    nav#menu .dropdown-menu.show, nav#menu .dropdown-menu{
        display: block;
        position: relative;
        padding-left: 10px;
    }
    .hamburger{
        height: 120px;
        width: 50px;
        position: absolute;
        z-index: 301;
    }

    .hamburger:after{
        content: '';
        background: url(../image/hamburger.svg) no-repeat;
        width: 43px;
        height: 16px;
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        z-index: 311;
    }

    .btn-menumobile {
        position: absolute;
        right: 15px;
        top: 20px;
        z-index: 501;
        height: 20px;
        width: 20px;
        display: block;
    }

    nav#menu div.dropdown-menu{
        background:transparent!important;
        margin-top: 0;
        padding-top: 0;
    }

    .btn-menumobile:after{
        content: '';
        background: url(../image/close.svg) no-repeat;
        width: 20px;
        height: 20px;
        z-index: 501;
        position: absolute;
        top: 0;
    }
}
@media(max-width:575px){
    #logo {
        max-width: 150px;
        padding: 10px;
    }

    #cart {
        right: -10px;
    }
}
/* banner pro h1 */

.h1home{
    background:#FFCF11;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    color:#000;
    padding-bottom: 90px;
    padding-top: 20px;
}

.h1home h1{
    font-size: 40px;
    color: #F00;
    font-weight: 600;
}

.h1home p{
    font-size: 24px;
    font-weight: 300;
    line-height: 1.3em;
    letter-spacing: .05em;
}

/* banner pro h2 */

.h2home{
    text-align: center;
    font-family: 'Oswald', sans-serif;
    color:#000;
    padding: 50px 0;
}

.h2home h2{
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 70px;
}

.h2home h2::before{
    content: "";
    height: 85px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 220px;
    background: rgba(0, 0, 0, 0) url(../image/separator.png) no-repeat scroll center bottom;
    vertical-align: top;
    display: inline-block;
    float: left;
    white-space: 100%;
}

.h2home p{
    font-size: 24px;
    font-weight: 300;
    line-height: 1.3em;
    letter-spacing: .05em;
}


/* banner pro h3 */

.h3home{
    text-align: center;
    font-family: 'Oswald', sans-serif;
    color:#000;
    padding: 50px 0 30px 0;
}

.h3home h3{
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 70px;
}

.h3home h3::before{
    content: "";
    height: 85px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 220px;
    background: rgba(0, 0, 0, 0) url(../image/separator.png) no-repeat scroll center bottom;
    vertical-align: top;
    display: inline-block;
    float: left;
    white-space: 100%;
}

.h3home p{
    font-size: 24px;
    font-weight: 300;
    line-height: 1.3em;
    letter-spacing: .05em;
}

#cart .btn {
    background: rgba(0, 0, 0, 0) url(../image/sprite.png) repeat scroll -30px -170px;
    color: #FFFFFF;
    width: 50px;
    height: 50px;
    display: inline-block;
    border: none;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    padding: 0;
    box-shadow: none;
}

#cart i.fa-shopping-cart {
    background: rgba(0, 0, 0, 0) url(../image/sprite.png) repeat scroll -30px -172px;
    display: none;
    font-size: 0;
    height: 50px;
    width: 50px;
}

#cart #cart-total {
    background: #ffcf11 none repeat scroll 0 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    bottom: auto;
    color: #000;
    float: right;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    top: -7px;
    width: 20px;
    z-index: 1;
    font-weight: 700;
    left: 0;
    right: 0;
}

#cart .btn:hover {
	background-position: -30px -115px;
}

/* RIGA PRODOTTO */

.df-product-layout .input-group .form-control[name^=quantity]{
    min-width: 20px;
    max-width: 70px;
    text-align: center;
}

.df-product-layout h3{
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 44px;
    text-transform: uppercase;
}

.df-product-layout p{
    font-size: 16px;
    line-height: 21px;
}

.df-product-layout{
  border-radius: 6px;
  background-color: #FFF;
  border: 3px solid #E6E6E6;
  margin-bottom: 55px;
  padding: 10px;
}

.df-product-price{
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
}

.btn-df-cart, a.btn-df-cart{
    border-radius: 70px;
    background-color: #D10201;
    border:0;
    color:#fff;
    padding: 10px 40px;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1.3px;
    line-height: 24px;
    text-transform: uppercase;
    cursor: pointer;
}

.btn-df-cart{
    padding:8px 32px 8px 50px;
}

button.btn-df-cart::before {
    background: rgba(0, 0, 0, 0) url(../image/product-sprite.png) no-repeat scroll 32px -47px;
    content: "";
    font-size: 17px;
    position: absolute;
    width: 56px;
    height: 35px;
    left: 0;
    right: auto;
}

.btn-df-cart:hover, a.btn-df-cart:hover{
    background: #230B0A;
}

.df-product-price.price-old{
    text-decoration: line-through;
    font-size: 16px;
    font-weight: 400;
    COLOR:#D10201;
}

footer{
    background: #230B0A;
}
@media(min-width:768px){
    .df-product-layout .image{
        max-width:272px;
    }
}
@media(max-width:767px){
    .df-product-caption{
        text-align: center;
    }

    .btn-df-cart{
        padding: 10px 50px 10px 70px;
        position: relative;
    }


    button.btn-df-cart::before {
        background: rgba(0, 0, 0, 0) url(../image/product-sprite.png) no-repeat scroll 35px -47px;
    }

}
/* CATEGORUE MENU NELLA HOME BANNER PRO*/

h3.def-title-cat a{
    color: #000;
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
}

h3.def-title-cat a:hover{
    color: #F00;
}

.df-container-cat{
  border-radius: 8px;
  background-color: #FFF;
  border: 3px solid #E6E6E6;
  margin-bottom: 55px;
}

.df-container-cat .df-caption{
    text-align: center;
}

.df-container-cat a.btn-df-cart{
    padding: 8px 30px;
    font-size: 15px;
}

.df-caption{
  padding: 10px;
}

a.btn-df-cart{
    max-width: 200px;
    margin: 0 auto;
}

/* slide home */

.owl-slidehome{
    position: relative;
}


.containerslidehome{
    position: relative;
    background-color: #FFCF11;
    width: 100vw;
}

.slideowlimage{
    width: 100%;
    position: relative;
    overflow: hidden;
    max-width: 100%;
}

.textslidehome{
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.sh-subtitle{
    color: #FFF;
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    line-height: 25px;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: .1em;
    font-weight: 400;
    text-shadow: 1px 1px 23px #000;
}

.sh-title{
    color: #ffcf10;
    font-family: 'Oswald', sans-serif;
    font-size: 80px;
    font-weight: 500;
    line-height: 60px;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-shadow: 1px 1px 23px #000;
}

.sh-desc{
    margin-bottom: 20px;
    color: #FFF;
    font-size: 26px;
    font-weight: 300;
    line-height: 30px;
    text-shadow: 1px 1px 23px #000;
}

.captionslidehome{
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
}

a.btn.btn-sh{
    border: 1px solid #FFF;
    font-family: 'Poppins', sans-serif;
    padding: 8px 30px;
    color: #fff;
    font-size: 14px;
}

a.btn.btn-sh:hover{
    background: #fff;
    color: #000;
}

.rwd-video {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}

.rwd-video iframe,
.rwd-video object,
.rwd-video embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.owl-slidehome.owl-theme .owl-dots,  .owl-videovdm.owl-theme .owl-dots{
    position: absolute;
    bottom: 40px;
    width: 100%;
}

.owl-videovdm.owl-theme .owl-dots{
    position: relative;
    bottom: 0;
    width: 100%;
}

.owl-slidehome.owl-theme .owl-dots .owl-dot.active span, .owl-videovdm.owl-theme .owl-dots .owl-dot.active span {
    background: transparent;
    border: 1px solid #fff;
    width: 25px;
    height: 25px;
    position: relative;
    top: 8px;
    margin: 5px 3px;
}

.owl-slidehome.owl-theme .owl-nav button.owl-prev span, .owl-slidehome.owl-theme .owl-nav button.owl-next span{
    display: none;
}

.owl-slidehome.owl-theme .owl-nav button.owl-prev, .owl-slidehome.owl-theme .owl-nav button.owl-prev:hover{
    position: absolute;
    top: 50%;
    left: 30px;
    background: url(../image/left-slide.svg) no-repeat;
    width: 20px;
    height: 39px;
}

.owl-slidehome.owl-theme .owl-nav button.owl-next, .owl-slidehome.owl-theme .owl-nav button.owl-next:hover {
    background: url(../image/right-slide.svg) no-repeat;
    width: 20px;
    height: 39px;
    position: absolute;
    top: 50%;
    right: 30px;
}

.owl-slidehome.owl-theme .owl-dots .owl-dot.active span::before, .owl-videovdm.owl-theme .owl-dots .owl-dot.active span::before{
    background: #fff;
    width: 10px;
    height: 10px;
    position: relative;
    top: 6px;
    content: '';
    display: block;
    border-radius: 10px;
    left: 6px;
}

.owl-slidehome.owl-theme .owl-dots .owl-dot span, .owl-videovdm.owl-theme .owl-dots .owl-dot span {
    background: #FFF;
    margin: 5px 8px;
}

.owl-slidehome.owl-theme .owl-nav {
    margin-top: 0;
}

@media(max-width:576px){
    .sh-title{
        font-size: 48px;
        line-height: 40px;
        margin-bottom: 5px;
    }
    .sh-subtitle{
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 5px;
    }
    .sh-desc{
        font-size: 20px;
    }
}

#slidehome{
    position: relative;
}

@media(min-width:992px){
    .mouse{
        background: url(../image/mouse.svg) no-repeat;
        height: 50px;
        width: 20px;
        background-size: contain;
        position: absolute;
        bottom: 25px;
        z-index: 2;
        left: 50%;
        display: block;
        animation: mymove .7s infinite alternate forwards;
        margin-left: -15px;
    }
    @keyframes mymove {
		from {bottom: 25px;}
		to {bottom: 10px;}
	  }
}

@media(max-width:991px){
    .owl-slidehome .owl-item img {
        width: 100%;
        object-fit: cover;
        min-height: 600px;
        object-position: 50% 50%;
    }
}

@media(max-width:767px){

    body.abs main {
        margin-top: 84px;
    }

    .rowslidehome {
        display: grid;
    }

    .owl-slidehome.owl-theme .owl-dots {
        bottom: 10px;
    }

}

@media(max-width:575px){
    a.btn.btn-sh {
        font-size: 14px;
    }
}

#content{
    position: relative;
}

#product-category h1, #checkout-cart h1, #information-information h1, #checkout-checkout h1, #common-success h1{
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 70px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

#checkout-cart h1, #information-information h1, #common-success h1{
    margin-bottom: 30px;
}

#common-success p{
    font-size: 16px;
}

#checkout-checkout h1 {
    margin-bottom: 90px;
}

#information-information p{
    font-size: 16px;
    line-height: 1.6em;
}

#product-category h1::before, #checkout-checkout h1::before {
    content: "";
    height: 85px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 220px;
    background: rgba(0, 0, 0, 0) url(../image/separator.png) no-repeat scroll center bottom;
    vertical-align: top;
    display: inline-block;
    float: left;
    white-space: 100%;
}

/* PAGINA CARRELLO CART */

.input-group .form-control[name^=quantity] {
    min-width: 50px;
}

table.table-cart tbody td.image-cart{
    max-width: 120px;
}

table.table-cart, table.table-riepilogo {
    background: #fff;
    border: 3px solid #dee2e6!important;
}
table.table-cart thead td, table.table-cart-l thead td, .df-title-product{
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 20px;
}

table.table-cart tbody td, table.table-riepilogo tbody td {
    font-size: 14px;
    font-weight: 600;
}

table.table-cart-l tbody td, table.table-riepilogo-l tbody td {
    font-size: 14px;
}



.df-label-cart{
    float: left;
    font-weight: bold;
}
@media(min-width:768px){
    .btn-concludi{
        font-weight: 500;
        font-size: 16px;
        padding: 15px 50px;
    }
}

@media(max-width:767px){
    table.table-cart thead{
        display: none;
    }

    table.table-cart tbody td{
        display: block;
    }
    table.table-cart tbody td.image-cart{
        max-width: 100%;
    }
    .table-cart .input-group{
        display: inline-flex;
        float: right;
    }
    table.table-cart tbody td.quant{
    display: inline-block;
    width: 100%;
    }
}

.progress-bar{
    background: #2AA745!important;
}

.alert-success a{
    color: #2AA745!important;
}

/* alert */
[data-notify="progressbar"] {
	margin-bottom: 0px;
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 5px;
}
.alert {
  clear: both;
  padding-right: 15px;
}
.alert-danger {
	padding: 10px 15px;
}


@media(max-width:767px){
    [data-notify="container"]{
        right:0!important
    }
}

footer h5{
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: .05em;
}

footer p, footer ul li a, footer a{
    color: #f3f3f3;
    font-size: 12px;
    font-weight: 300;
}

footer ul li a{
    font-size: 14px;
}

footer a:hover, footer ul li a:hover{
    color: #ffcf11;
}

.footerbottom{
    border-top:1px solid #372424;
}

footer .company-f p, footer .company-f a, footer .company-f p a{
    font-size: 14px;
    line-height: 1.6em;
    font-weight: 500!important;
    margin-bottom: .1rem;
}

footer .company-f p.df-social i{
    font-size:50px;
}


@media(max-width:575px){
    .footerbottom .text-center{
        text-align:left!important;
    }
}

#information-information img{
    width: unset!important;
    max-width: 100%;
    height: auto;
}

/* checkout  */
#simpleorder{
    background: #fff;
}

#simpleorder input, #simpleorder select, #confirmorder input, #confirmorder > select {
    height: 40px;
    border: 2px solid #E6E6E6;
    border-radius: 0;
}

#alt_time{
  margin-top:8px;
}

#simpleorder textarea{
    border: 2px solid #E6E6E6;
    border-radius: 0;
}

#simpleorder label{
    font-weight: 500;
    letter-spacing: .02em;
    margin-bottom: .3rem;
    color: #230B0A;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
}

#simpleorder h3{
    color: #000;
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
}

#simpleorder #form-dati h3{
    margin-top:17px;
}

#simpleorder #form-spedizione{
    background: #ffcf10;
    padding: 30px;
}

#simpleorder #form-spedizione input, #simpleorder #form-pagamento input{
    height: unset;
    margin-right: 5px;
    position: relative;
    top: -2px;
}
#simpleorder #form-spedizione .radio, #simpleorder #form-pagamento .radio{
    border-bottom: 1px solid #e9be13;
    padding: 10px 0;
}

#simpleorder #form-pagamento .radio{
    border-bottom: 1px solid #ccc;
}

#simpleorder #form-spedizione label, #simpleorder #simpleorder label {
    margin-bottom: 0;
}

#simpleorder #form-spedizione .radio:last-child{
    border:0;
    padding-bottom: 0;
}

table.checkout-table tfoot tr td{
    font-size: 12px;
    background: #fbfbfb;
}


table.checkout-table thead tr td{
    font-weight: 500;
    letter-spacing: .02em;
    margin-bottom: .3rem;
    color: #230B0A;
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}

table.checkout-table tr td.nome-prodotto{
    font-weight: 500;
    letter-spacing: .02em;
    margin-bottom: .3rem;
    color: #230B0A;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
}

table.checkout-table tr td.subtotale-prodotto{
    font-weight: 600;
    font-size: 12px;
}

table.checkout-table{
    margin-bottom: 0;
}

#simpleorder .text-danger{
    font-size: 10px;
}

#button-validate{
  background-color: #00c13b;
  border: none;
  border-radius: 4px;
  color: #fff;
  line-height: 24px;
  padding: 6px 20px;
  overflow: hidden;
  letter-spacing: 1px;
  font-weight: 500;
  background-image: unset;
  padding: 16px 20px;
  height: unset;
  width: 100%;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
}

#button-cancel{
  background-color: #f52f2f;
  border: none;
  border-radius: 4px;
  color: #fff;
  line-height: 24px;
  padding: 6px 20px;
  overflow: hidden;
  letter-spacing: 1px;
  font-weight: 500;
  background-image: unset;
  padding: 16px 20px;
  height: unset;
  width: 100%;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
}

#loadingspinner{
  font-size: 17px;
  margin-right: 3px;
}

#simpleorder input.btn.btn-primary{
    background-color: #00c13b;
    border: none;
    border-radius: 4px;
    color: #fff;
    line-height: 24px;
    padding: 6px 20px;
    overflow: hidden;
    letter-spacing: 1px;
    font-weight: 500;
    background-image: unset;
    padding: 16px 20px;
    height: unset;
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    cursor: pointer;
}

#button-confirm.btn.btn-primary:focus,  #button-confirm.btn.btn-primary:hover{
    background: #230B0A;
}

#form-pagamento{
    background: #ececec;
    padding: 10px 30px 0 30px;
}
.termini-cko {
    font-size: 10px;
    line-height: 16px;
}
.termini-cko input{
    float: left;
    position: relative!important;
    top: 3px!important;
}

.termini-cko a{
    color: #000;
    font-style: italic;
}

.container-conferma{
    background: #ececec;
    padding: 20px 30px 30px 28px;
}

.or-home, .or-home a{
    color: #939393;
    font-size: 10px;
    font-weight: 600;
}

.or-home a{
    font-size: 13px;
}

.wrapper-btns {
    width: 100%;
    position: fixed;
    bottom: 10px;
}

.btns-cw {
    height: 50px;
}

.btns-cw .btn-wapp {
    box-sizing: border-box;
    border-radius: 20px;
    background-color: #075E54;
    border: 2px solid #128C7E;
    color: #fff;
    max-width: 153px;
    padding: .475rem .75rem;
}