.text-desc{
    font-size: 16.8px;;
    font-weight: 400;
    color: #666;
    line-height: 26px;
}
.text-desc ul{
    list-style-type: disc !important;
    margin-left: 20px;
    margin-top: 11px;
}
.text-desc ul li{
    list-style-type: disc !important;
    margin-left: 20px;
}
.text-desc ul li ul{
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
.text-desc ul li ul li{
    list-style-type: circle !important;
}
.text-desc ol{
    list-style-type: decimal !important;
    margin-top: 11px;
}
.text-desc ol li{
    list-style-type: decimal !important;
}
.text-desc ol li ol{
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
.text-desc ol li ol li{
    list-style-type: lower-roman !important;
}
#header .module-logo {
    padding: 5rem 2rem 3rem;
}
#header.bg-dark{
    color: #fff;
}
.module-logo.bg-dark{
    border-bottom: 2px solid #a92324;
    -webkit-box-shadow: 19px 21px 21px -10px rgba(0,0,0,0.23);
    -moz-box-shadow: 19px 21px 21px -10px rgba(0,0,0,0.23);
    box-shadow: 19px 21px 21px -10px rgba(0,0,0,0.23);
}
.bg-dark .btn-outline-secondary {
    border-color: #a92324;
}
.bg-dark .btn-outline-secondary:hover{
    border-color: #a92324;
}
.bg-dark .btn-outline-secondary::before {
    background-color: #a92324;
}
.nav-main > li:not(:last-child) {
    margin-right: 45px;
}
#header-mobile.dark-bg{
    background-color: #282b2e !important;
}
#nav-toggle span {
    background: #fff;
}
#header-mobile .module-logo img {
    height: 45px;
}
#panel-mobile .icon.icon-circle{
    color: #fff;
    background-color: #282b2e !important;
}
#panel-mobile .icon.icon-circle:hover, .icon.icon-circle:hover{
    background-color: #a92324 !important;
}
.footer-cta{
    padding-top: 200px !important;
    padding-bottom: 200px !important;
}
.features-section{
    z-index: -1;
    padding-top: 100px;
    padding-bottom: 100px;
}
.homepage-default-img{
    width: 60%;
    height: 70%;
    margin-top: 100px;
    border: 4px solid #a92324;
}
.ginzo-section{
    background-color: #282b2e !important;
}
.ginzo-section h1, .ginzo-section h4{
    color: #fff !important;
}
.ginzo-section h1{
    font-size: 65px;
}
.feature.feature-1 .feature-content {
    padding-top: 0.5rem;
}
.divider{
    border-top: 1px solid rgba(255,255,255,0.15);
}
.section-bg-edge.ginzo-section .container > div[class*="col-"] {
    padding-top: 11rem;
    padding-bottom: 11rem;
}
.slick-slider .slick-prev, .slick-slider .slick-next {
    visibility: visible;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}
.knav-menu a {
    padding: 0.5rem 0;
    font-size: 1.1rem;
    display: block;
}
.privacy-label{
    color:rgb(56, 60, 64);
}
.form-control::placeholder {
    color: rgb(70, 74, 76) !important;
    opacity: 0.5;
}
#contactForm textarea::placeholder {
    color: rgb(70, 74, 76) !important;
    opacity: 0.5;
    font-family: "Helvetica Neue", "Raleway", sans-serif;
}
#contactForm textarea, #bookingForm textarea{
    font-family: "Helvetica Neue", "Raleway", sans-serif;
}
.text-desc h2{
    font-size: 32px;
    margin-top: 25px;
}
.gallery div{
    cursor: pointer;
}
#bookingForm select{
    display: block;
    width: 100%;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #464a4c;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
#bookingForm select{
    border-color: #e0e0e0;
    font-weight: 300;
    padding: 1rem;
    border: 2px solid #e0e0e0;
    -webkit-box-shadow: inset 1px 1px 2px 0 rgba(40,43,46,0.06);
    -moz-box-shadow: inset 1px 1px 2px 0 rgba(40,43,46,0.06);
    box-shadow: inset 1px 1px 2px 0 rgba(40,43,46,0.06);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    font-family: "Helvetica Neue", "Raleway", sans-serif;
    color: rgb(70, 74, 76) !important;
}
.modal-header.modal-header-lg {
    padding: 20px 40px;
}
#productModal .dark .close {
    color: #000;
}
.btn i {
    top: 0px;
}
body{
    margin: 0px;
}
.animsition, .animsition-overlay {
    opacity: 1;
}
#header .container, .user-bar .container{
    width: 1240px;
}
.qtyField {
    display: table;
    margin: 0 auto;
}
.cart .qtyField a {
    height: 36px;
    line-height: 34px;
    padding: 0;
}
.qtyField .qtyBtn, .qtyField .qty {
    padding: 6px 6px;
    width: 35px;
    height: 35px;
    border-radius: 0;
    float: left;
}
.qtyField > a, .qtyField > span, .qtyField input {
    display: table-cell;
    line-height: normal;
    text-align: center;
    padding: 3px 6px;
    border: 1px solid #cacaca;
}
.qtyField a {
    color: #000;
}
.qtyBtn{
    font-size: 18px;
}
.kkQtyInput{
    background-color: transparent;
}
.qtyField input {
    margin-right: 4px;
    margin-left: 4px;
    background-color: #f4f4f4;
}
.kkProductId{
    display: none;
}
.fixed{
    position: fixed !important;
}
.divider{
    font-size: 24px;
    font-weight: 200;
    text-transform: uppercase;
    margin-bottom: 20px;
    background-color: #a92324 !important;
    color: #fff;
    padding: 10px 20px;
    font-family: "Poppins",sans-serif;
    letter-spacing: .5px;
}
.page-title h1{
    font-size: 50px;
}
.sidebar-btn{
    background-color: #fff !important;
    border: 1px solid #e0e0e0;
    border-top: 0px;
    text-align: center;
    padding-bottom: 20px;
}
.sidebar-btn a{
    max-width: 100%;
}
.order-page .nav-menu {
    margin-bottom: 0px;
}
.register-border{
    border: 1px solid #e0e0e0;
}
select.form-control {
    -webkit-appearance: listbox !important;
    -moz-appearance: listbox !important;
    appearance: listbox !important;
}
.kkRowId{
    display: none;
}
.shopping_cart_area{
    margin-top: 30px;
    margin-bottom: 30px;
}
.shopping_cart_area table{
    width: 100%;
}
.shopping_cart_area table th{
    text-align: center;
    color: #383c40;
    padding: 10px;
    font-family: "Poppins",sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    background-color: #f3f4f4;
    border-bottom: 2px solid #a92324;
}
.shopping_cart_area table td{
    text-align: center;
    border: 1px solid #ededed;
    padding: 10px;
}
.shopping_cart_area table td img{
    max-width: 120px;
}
#kkCart-summary{
    margin-top: 0px;
    margin-bottom: 10px;
}
#kkCart-summary th{
    background-color: #ffffff !important;
    color: #383c40;
    border-bottom: 0px solid #a92324;
    text-align: left;
    padding-left: 20px;
}
#kkCart-summary td {
    border: 0px solid #ededed;
    text-align: right;
    padding-right: 20px;
}
#kkCart-summary tr {
    border: 1px solid #ededed;
}
#kkCart-summary a {
    font-weight: bold !important;
}
#kkShipping-address{
    list-style-type: none;
    padding-left: 0px;
}
#kkShipping-address label{
    display: inline;
    padding-left: 5px;
}
#kkShipping-address li{
    padding: 15px;
    border: 1px solid #ededed;
    border-top: 0px solid #ededed;
}
#modal-address .close, #modal-sede-ab .close, #modal-sede-pd .close, #modal-spedizione .close, #modal-user-order .close, #modal-comune .close{
    position: absolute;
    color: #fff;
    right: 20px;
    top: 20px;
}
.icon-success i{
    color: #a92324;
}
.confirm-order p{
    font-size: 16px;
    line-height: 24px;
}
.confirm-order a{
    font-weight: bold;
}
.dashboard_tab_button ul li a {
    font-size: 14px;
    color: #383c40;
    font-weight: 500;
    background: #f3f4f4;
    border-radius: 0px;
    display: block;
    padding: 10px 20px;
    margin-bottom: 15px;
    border-bottom: 2px solid #a92324;
}
.dashboard_tab_button ul li a.active{
    border-bottom: 2px solid #a92324;
}
.table-bordered thead th, #kkModalTable th{
    text-align: center;
    background-color: #f3f4f4 !important;
    color: #383c40;
    padding: 10px;
    font-family: "Poppins",sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    border-bottom: 2px solid #a92324 !important;
    border: 0px;
}
.table-bordered td{
    border: 0px solid #ededed;
    text-align: center;
}
.table-bordered{
    border: 0px solid #ededed;
}
.table-bordered tr {
    border-bottom: 1px solid #ededed;
}
.form-group input{
    color: #343434 !important;
    font-weight: 400;
}
.user-bar{
    padding: 5px 0px;
    text-align: right;
    font-family: "Poppins",sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
}
.user-bar i{
    font-size: 16px;
}
.item-sheet{
    border-left: 1px solid #e0e0e0; 
    border-right: 1px solid #e0e0e0; 
    border-bottom: 1px solid #e0e0e0; 
    padding: 15px 10px 10px;
}
.item-sheet h6{
    font-family: "Poppins";
    font-weight: 200;
}
.cart-fixed{
    border-radius: 0px;
    width: auto;
    height: auto;
    padding: 10px 20px;
    font-family: "Poppins",sans-serif;
    text-transform: uppercase;
    visibility: visible;
    opacity: 1;
    bottom: 18px;
    right: 18px;
    color: #fff;
    background: #a92324;
    font-size: 14px;
    transition: all 0.25s ease-out;
    z-index: 650;
}
.cart-fixed:hover{
    color: #fff;
}
.confirm-order .text-muted {
    color: #333 !important;
}
.confirm-order td{
    border: 1px solid #ababab;
    text-align: center;
    padding: 3px 0px;
}
#kkData{
    font-weight: 400;
    color: #333;
}
.confirm-order h1{
    display: inline;
    font-size: 48px;
}
h5.cart-header{
    text-transform: uppercase;
    font-family: "Poppins",sans-serif;
    font-size: 18px;
}
.image-card{
    position: relative;
    margin-bottom: 0px;
}
.cart-sticker{
    position: absolute;
    top: 0;
    right: 0;
    background-color: #4aa36b;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    display: inline-block;
    padding: 8px;
    line-height: 1;
    margin: 10px 15px;
}
.hide{
    display: none;
}
.kkQtyInput{
    color: #000;
}
#footer img{
    max-width: 250px;
}
#header .module-logo {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: none;
    box-shadow: none;
    height: 100%;
    vertical-align: middle;
}
#header .module-logo img {
    max-width: 180px;
}
#header .module:not(.module-logo) {
    padding-top: 15px;
    padding-bottom: 15px;
}
.nav-main {
    font-family: "Poppins",sans-serif;
}
.btn {
    font-family: "Poppins",sans-serif;
}
.nav-main > li:not(:last-child) {
    margin-right: 30px;
}
#header-mobile .module-logo img {
    height: 30px;
}
#header .module-cart .cart-icon .notification {
    top: -13px;
    right: -5px;
}
#header .module-cart .cart-value {
    font-weight: 200;
    font-family: "Poppins",sans-serif;
}
.menu-sample-carousel .menu-sample:nth-child(2n+1) {
    top: 0px !important;
}
.category-section img{
    width: 100%;
}
.homepage-default-img {
    border: none;
    border-bottom: 6px solid #a92324;
}
.menu-sample .title {
    position: absolute;
    bottom: 4.5rem;
    right: 4.5rem;
    color: #383c40;
    font-size: 24px;
    letter-spacing: .5px;
    text-transform: uppercase;
    font-weight: 200;
    margin-bottom: 0;
    padding: 15px 30px;
    background-color: #fff;
}
.about-section h4{
    color: #a4a7a9 !important;
}
.feature .feature-icon {
    display: block;
    width: 100%;
}
.feature-content{
    padding-left: 0px !important;
}
#menu-navigation .nav-menu li a {
    padding: 8px 0;
    font-size: 14px;
    display: block;
    font-family: "Poppins";
}
#menu-navigation .nav{
    border: 1px solid #e0e0e0;
    border-bottom: none;
}
#back-to-top {
    background: #a92324;
}
.shadow{
    -webkit-box-shadow: 10px 30px 25px -8px rgba(0,0,0,0.05);
    -moz-box-shadow: 10px 30px 25px -8px rgba(0,0,0,0.05);
    box-shadow: 10px 30px 25px -8px rgba(0,0,0,0.05);
}
.menu-grid-item{
    -webkit-box-shadow: 15px 25px 25px -15px rgba(0,0,0,0.05);
    -moz-box-shadow: 15px 25px 25px -15px rgba(0,0,0,0.05);
    box-shadow: 15px 25px 25px -15px rgba(0,0,0,0.05);
    margin-bottom: 30px;
}
.menu-category .menu-category-content {
    border: 0px solid #e0e0e0;
    margin-left: -7.5px;
    margin-right: -7.5px;
}
.menu-category {
    margin-bottom: 40px;
}
.row.gutters-sm > [class^="col"], .row.gutters-sm > [class*=" col"] {
    padding-left: 15px;
    padding-right: 15px;
}
.image-card {
    border-bottom: 2px solid #a92324;
}
.desktop-padding{
    padding-right: 40px !important;
}
.modal-header{
    background-color: #a92324;
}
.modal-header h4{
    margin-bottom: 0px;
    font-weight: 200;
    font-family: "Poppins";
    font-size: 22px;
}
#frmSignup h4, #frmPwd h4{
    font-family: "Poppins";
    font-size: 20px;
}
.dashboard_tab_button ul li a.active {
    border: none;
    background-color: #a92324;
}
.dashboard_tab_button ul li a.active {
    border: none;
    background-color: #a92324;
    color: #fff;
}
.confirm-order td {
    border: 1px solid #ababab;
    text-align: center;
    padding: 10px 40px;
}
.confirm-order{
    padding-top: 8rem;
    padding-bottom: 8rem;
}
.text-side h4{
    text-transform: uppercase;
    font-family: "Poppins";
    font-size: 20px;
    margin-bottom: 20px;
}
.shopping_cart_area table td {
    text-align: center;
    border: 0px solid #ededed;
    border-bottom: 1px solid #ededed;
    padding: 10px;
}
#back-to-top.left{
    left: 18px;
    right: auto;
}
#back-to-top.left{
    display: none;
}
.about-section p{
    color: #666 !important;
}
.bg-red{
    background-color: #a92324;
}
#header-mobile {
    top: 32px;
}
.mobile-user-bar{
    height: 32px;
    position: fixed;
    top: 0px;
    left: 0px;
    color: #fff !important;
    max-width: 100%;
    z-index: 900;
}
.mobile-user-bar a:hover{
    color: #fff;
}
.mobile-user-bar .container{
    max-width: 100%;
}
.new-sticker {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f5cf3b;
    color: #000;
    font-weight: 400;
    font-size: 12px;
    display: inline-block;
    padding: 8px;
    line-height: 1;
    margin: 10px 15px;
}
.sale-sticker {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #a92324;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    display: inline-block;
    padding: 8px;
    line-height: 1;
    margin: 10px 15px;
}
.btn-primary-outline{
    border-color: #a92324;
    background-color: transparent;
    color: #a92324;
}
#kkCart-summary li{
    list-style-type: none;
}
.text-side .alert{
    font-weight: 400;
}
.stripe-loader{
    background-color: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
    vertical-align: middle;
}
.stripe-loader img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 200px;
    vertical-align: middle;
}
.stripe-loader{
    background-color: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
    vertical-align: middle;
}
.stripe-loader img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 200px;
    vertical-align: middle;
}
@media only screen and (max-width: 991px) {
    .section-main {
        height:520px !important;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .slide .container.v-center{
        padding-top: 28%;
    }
    .homepage-default-img {
        width: 100%;
    }
    .post.post-wide .post-image {
        height: auto;
    }
    .content-nomargin{
        margin-top: 0px !important;
    }
    .isushi h1{
        font-size: 32px;
    }
    .qtyField {
        display: inline;
    }
    .mobile-mtop-20{
        margin-top: 20px !important;
    }
    .shop-product .kkQtyInput{
        width: 45px;
        height: 45px;
    }
    .shop-product .qtyField .qtyBtn{
        width: 45px;
        height: 45px;
        line-height: 30px;
    }
    .kkModalTable .product-name{
        font-size: 18px;
    }
    .kkModalTable h5{
        margin-bottom: 0px;
        margin-top: 20px;
    }
    .mobile .qtyField {
        display: table;
    }
    .mobile .kkRowRemove{
        margin-left: 20px;
    }
    .kkAddAddress{
        margin-bottom: 30px;
    }
    #header-mobile .module-cart i {
        top: 8px;
        font-size: 26px;
    }
    #panel-mobile .module-logo img{
        max-width: 150px;
    }
    #panel-mobile .module-logo {
        padding: 2.5rem 2rem;
    }
    .qtyField input {
        margin-right: 0px;
        margin-left: 0px;
        border-left: none;
        border-right: none;
    }
    .desktop-padding{
        padding-right: 0px !important;
    }
    #back-to-top.left{
        display: block;
    }
    .section-bg-edge .image {
        opacity: 0 !important;
    }
    .item-sheet .product-description{
        font-size: 16px;
    }
    .item-sheet h6{
        font-size: 18px;
        margin-bottom: 10px !important;
    }
    .item-sheet .product-price{
        font-size: 18px;
    }
    .mobile-price-column{
        padding-top: 20px;
    }
    .mobile-button a{
        display: block;
        max-width: 150px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }
    .item-sheet .product-description{
        font-size: 14px;
    }
    .shop-product .item-sheet .mt-4{
        margin-top: 0px !important;
    }
    .buy-table{
        margin-bottom: 20px;
    }
    .icon.icon-xl {
        font-size: 90px;
        width: 100px;
    }
    .confirm-order h1 {
        display: block;
        font-size: 36px;
    }
}
@media only screen and (max-width: 1500px) {

    .homepage-default-img {
        width: 70%;
    }
    .section-bg-edge .image.right .bg-image{
        background-position: center center;
    }
}