/*font-family: "serenity", sans serif;
font-family: "museo-sans-rounded", sans serif;*/
@font-face{
    font-family: MuseoSans;
    font-weight: 100;
    src: url("fonts/MuseoSans100.otf") format("opentype");
}
@font-face{
    font-family: MuseoSans;
    font-weight: 300;
    src: url("fonts/MuseoSans300.otf") format("opentype");
}
@font-face{
    font-family: MuseoSans;
    font-weight: 500;
    src: url("fonts/MuseoSans500.otf") format("opentype");
}
@font-face{
    font-family: MuseoSans;
    font-weight: 700;
    src: url("fonts/MuseoSans700.otf") format("opentype");
}
@font-face{
    font-family: MuseoSans;
    font-weight: 900;
    src: url("fonts/MuseoSans900.otf") format("opentype");
}
body{
    font-family: "MuseoSans", sans serif;
    font-weight: 800;
}
.text-desc{
    font-size: 16.8px;;
    font-weight: 400;
    color: #666;
    line-height: 26px;
}
.btn {
  font-family: "MuseoSans", sans serif !important;
}
.text-desc ul{
    list-style-type: disc !important;
    margin-left: 20px;
    margin-top: 11px;
}
.about-desc ul {
  list-style-type: disc !important;
  margin-left: 0px;
  padding-left: 15px;
  margin-top: 11px;
}
.text-desc ul li{
    list-style-type: disc !important;
    margin-left: 20px; 
}
.about-desc ul li{
  margin-left: 0px;
}
.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;
}
.text-desc strong{
    color: #333;
}
h1.post-title{
    color: #333;
}
#header .module-logo {
    padding: 5rem 2rem 3rem;
}
#header.bg-dark{
    color: #fff;
}
.module-logo.bg-dark{
    border-bottom: 2px solid #221815;
    -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: #221815;
}
.bg-dark .btn-outline-secondary:hover{
    border-color: #221815;
}
.bg-dark .btn-outline-secondary::before {
    background-color: #221815;
}
.nav-main > li:not(:last-child) {
    margin-right: 45px;
}
#header-mobile.dark-bg{
    background-color: #282b2e !important;
}
#nav-toggle span {
    background: #fff;
}
#panel-mobile .icon.icon-circle{
    color: #fff;
    background-color: #282b2e !important;
}
#panel-mobile .icon.icon-circle:hover, .icon.icon-circle:hover{
    background-color: #221815 !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 #221815;
}
.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: #221815 !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 #221815;
}
.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 #221815;
    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: #221815;
}
.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 #221815;
}
.dashboard_tab_button ul li a.active{
    border-bottom: 2px solid #221815;
}
.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 #221815 !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: 0px solid #e0e0e0; 
    border-right: 0px solid #e0e0e0; 
    border-bottom: 0px 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: #221815;
    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: #5acf17;
    color: #fff;
    font-weight: 600;
    border-radius: 50%;
    font-size: 14px;
    display: inline-block;
    padding: 10px;
    line-height: 1;
    margin: 10px 15px;
}
.price-sticker{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #221815;
    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: 150px;
}
#header .module-logo {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: none;
    box-shadow: none;
    height: 100%;
    vertical-align: middle;
}
#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 #221815;
}
.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: #221815;
}
.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: 0px solid #221815;
}
.desktop-padding{
    padding-right: 40px !important;
}
.modal-header{
    background-color: #221815;
}
.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: #221815;
}
.dashboard_tab_button ul li a.active {
    border: none;
    background-color: #221815;
    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: #221815;
}
#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: #221815;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    display: inline-block;
    padding: 8px;
    line-height: 1;
    margin: 10px 15px;
}
.btn-primary-outline{
    border-color: #221815;
    background-color: transparent;
    color: #221815;
}
#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;
}
#header .module-logo {
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    text-align: center;
    padding: 2.5rem 2rem 13rem;
}
#header .module {
    line-height: 45px;
    display: inline-block;
}
.module-logo.bg-dark {
    -webkit-box-shadow: 19px 21px 21px -10px rgba(0,0,0,0.23) !important;
    -moz-box-shadow: 19px 21px 21px -10px rgba(0,0,0,0.23) !important;
    box-shadow: 19px 21px 21px -10px rgba(0,0,0,0.23) !important;
}
#header .module-logo img {
  max-width: 110px;
}
.bg-dark{
    background-color: #221815 !important;
}
h5.cart-header {
    font-size: 16px;
    font-weight: 200;
}
#kkCoupon{
    width: 100%;
}
.alert-danger .close, .alert-danger .close:hover{
  background-color: transparent;
  color: #e15757;
}
#kkNoteOrdine{
    font-family: "Raleway", sans-serif;
    font-size: 1rem;
}
.format-sheet{
    padding: 20px 10px 20px;
}
.format-item h6{
    font-size: 20px;
    text-align: center;
    margin-bottom: 0px;
}
.format-card{
    border-bottom: 0px solid #000;
}
.format-price{
    font-size: 18px;
    background-color: #fff;
    padding: 0px 10px;
}
.format-sheet{
    position: relative;
}
.format-sheet hr{
    border-top: 1px solid #383c40;
    margin: 0px;
    position: absolute;
    top: 0px;
    width: calc( 100% - 20px);
    top: 14px;
}
.format-description{
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
}
.format-link .format-item{
    transition: 0.3s ease;
}
.format-link:hover .format-item{
  box-shadow: 0 5px 20px rgba(0,0,0,0.2);
}
.format-link:hover{
  color: #383c40;
}
.create-poke footer a{
    color: #fff;
}
#header-mobile .module-logo img {
  height: 60px;
  margin-top: 15px;
}
#header-mobile {
  height: 90px;
}
#header-mobile .module-cart {
  position: absolute;
  top: 15px;
  right: 10px;
}
#header-mobile .module-nav-toggle {
  top: 18px;
}
.create-poke section{
    padding-top: 16rem;
    padding-bottom: 10rem;
}
.poke-form{
    padding: 20px 40px;
    background-color:#fff;
}
.poke-breadcrumb{
    padding-top: 18px;
    font-family: "Poppins",sans-serif;
    font-weight: 200;
}
.poke-breadcrumb span::after{
    content: ">";
    margin-left: 10px;
    margin-right: 10px;
}
.poke-breadcrumb span:last-child::after{
    content: none;
}
.btn-back {
  background-color: #f0f0f0;
  padding: 6px 8px;
  font-size: 14px;
}
.btn-back i{
  margin-right: 5px;
}
.btn-back:hover{
  color: #383c40;
  transform: none;
}
.create-poke h6{
    font-family: "Poppins",sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 0px;
}
#header .module-logo {
    padding: 2rem 2rem 11.2rem;
}
.mobile-price-column{
    position: relative;
}
.mobile-price-column span{
    background-color: #fff;
    position: relative;
    z-index: 10;
}
.format-sheet h5{
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 18px;
}
.alert{
    font-weight: 400;
}
.format-link:focus {
    text-decoration: none;
    color: #383c40;
}
#footer .footer-second-row {
  border-top: 0px solid rgba(255, 255, 255, 0.15);
}
.protein-form .shop-product h6{
    font-size: 16px;
}
#modal-confirm-step .btn-secondary, #modal-extra-poke .btn-secondary{
    background-color: #f0f0f0;
    border: 0px solid #f0f0f0;
    color: #383c40;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    font-family: "Poppins",sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    padding: 0.75rem 2rem 1rem;
    cursor: pointer;
    border-width: 2px;
}
#modal-confirm-poke .btn-secondary, #modal-extra-poke .btn-secondary{
    background-color: #f0f0f0;
    border: 0px solid #f0f0f0;
    color: #383c40;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    font-family: "Poppins",sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    padding: 0.75rem 2rem 1rem;
    cursor: pointer;
    border-width: 2px;
}
#modal-extra-poke .btn-secondary:hover{
    color: #fff;
}
.extra-badge{
    background-color: #221815;
    color: #fff;
    font-weight: 600;
    font-size: 10px;
    display: inline-block;
    padding: 5px;
    line-height: 1;
    margin-left: 5px;
    letter-spacing: .5px;
    text-transform: uppercase;
}
.poke-box{
    padding: 30px 10px 20px;
    border: 1px solid #ddd;
    margin-right: 0px;
    margin-left: 0px;
}
.confirm hr{
    margin: none;
    color: #383c40;
}
.poke-total{
    font-size: 32px;
    background-color: #f0f0f0;
    display: inline-block;
    padding: 2px 10px;
    font-weight: 400;
}
.poke-quantity .qtyField .qtyBtn, .poke-quantity .qtyField .qty{
    padding: 7px 6px;
    width: 50px;
    height: 50px;
}
.poke-quantity .qtyBtn{
    font-size: 30px;
}
.poke-quantity .kkQtyInput{
    font-size: 18px;
}
.qtyField input {
  margin-right: 4px;
  margin-left: 4px;
  background-color: #f0f0f0;
}
.no-repeat{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.create-poke .image-card {
  border-bottom: 0px solid #221815;
}
.create-poke .item-sheet {
  border-left: 0px solid #e0e0e0;
  border-right: 0px solid #e0e0e0;
  border-bottom: 0px solid #e0e0e0;
  padding: 15px 10px 10px;
}
.create-poke .format-sheet h5 {
  text-transform: none;
}
.create-poke h6 {
  text-transform: none;
}
#order-detail-content .btn-sm{
    padding: 0.40rem 0.6rem;
}
.qtyField .qtyBtn, .qtyField .qty {
  border-radius: 50%;
}
.protein-form .shop-product h6 {
  font-size: 14px;
}
#back-to-top {
  background: #ff6f61;
}
.icon.icon-circle:hover {
  background-color: #ff6f61 !important;
}
a:hover{
  text-decoration: none;
  color: #ff6f61;
}
.nav-main > li > a:hover, .nav-main > li > a:focus {
  color: #ff6f61;
}
#header .btn-primary {
  border-color: #ff6f61;
  background-color: #ff6f61;
  color: #fff;
}
#header .btn-primary:hover{
  border-color: #ff6f61;
  background-color: #ff6f61;
  color: #fff;
}
#header .btn-primary::before {
  background-color: #ff6f61;
}
.price-sticker {
  background-color: #ff6f61;
}
.base-avanti{
    text-align: right;
}
.btn-right{
    text-align: right;
}
.kromo-home{
    margin-bottom: 60px;
}
.d-pright-0{
    padding-right: 0px;
}
.mobile-user-bar {
    background-color: #ff6f61;
}
.mobile-user-bar {
    background-color: #ff6f61;
}
.logo{
    max-width: 120px;
    padding: 15px 0px;
    vertical-align: middle;
}
.bg-dark {
  background-color: #f8c3cb !important;
}
#header .btn-primary {
  border-color: #E53B35;
  background-color: #E53B35;
  color: #fff;
}
#header .module-cart .cart-icon i {
  color: #fff;
}
.nav-main > li > a:hover, .nav-main > li > a:focus {
  color: #E53B35;
}
#header .module-cart .cart-icon .notification {
  background-color: #E53B35;
}
#header .module:not(.module-logo) {
  padding-top: 25px;
  padding-bottom: 25px;
}
a:hover {
  color: #E53B35;
}
.btn-primary {
  border-color: #E53B35;
  background-color: #E53B35;
  color: #fff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:focus:active{
  border-color: #ff6f61;
  background-color: #ff6f61;
  color: #fff;
}
.btn-primary::before {
  background-color: #ff6f61;
}
.divider {
  font-size: 24px;
  font-weight: 200;
  text-transform: uppercase;
  margin-bottom: 20px;
  background-color: #f8c3cb !important;
  color: #E53B35;
  padding: 10px 20px;
  font-family: "Poppins",sans-serif;
  letter-spacing: .5px;
  border-radius: 15px;
}
.homepage-default-img {
  border-bottom: 15px solid #E53B35;
  border-radius: 30px;
}
#back-to-top {
  background: #E53B35;
}
.dark .icon-circle.icon-instagram {
  background-color: #ff6f61;
}
.dark .icon-circle.icon-facebook {
  background-color: #ff6f61;
}
select{
    background-color: #fff;
    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-size: 1rem;
    line-height: 1.25;
    display: block;
    width: 100%;
    color: #343434 !important;
}
.dashboard_tab_button ul li a {
  background: #f8c3cb;
  color: #E53B35;
  border-bottom: 2px solid #E53B35;
  font-weight: 400;
  font-family: "Poppins", Sans-serif;
  text-transform: uppercase;
  border-radius: 15px;
}
.dashboard_tab_button ul li a.active {
  border: none;
  background-color: #E53B35;
  color: #fff;
  font-family: "Poppins", Sans-serif;
  text-transform: uppercase;
}
.validator-header{
    background-color: #efefef;
    padding:15px;
    font-size:16px;
    text-transform:uppercase;
    font-family:'Poppins';
}
.validator-gift{
    background-color:#EFBA2C;
    color:#000;
    float:right;
    padding: 8px 16px;
    font-family: 'Poppins';
    font-size:24px;
    margin-top:30px;
}
.validator-gift.grey{
    background-color:#f3f4f4;
}
.validator-gift.yellow{
    background-color:#EFBA2C;
}
.validator-count{
    background-color:#d1ecf1;
    color:#0c5460;
    width:100px;
    height:100px;
    border-radius:50%;
    margin-top:80px;
    margin-bottom:40px;
    font-size:64px;
    font-family:'Poppins';
    margin-left:auto;
    margin-right:auto;
}
.validator-btn{
    float:none !important;
    width:70px !important;
    height:70px !important;
    font-size:40px !important;
    line-height: 60px !important;
}
.validator-error{
    background-color: #fceeee;
    color: #a94442;
}
.module-logo.bg-dark {
  border-bottom: 2px solid #E53B35;
}
.modal-header {
  background-color: #f8c3cb;
  color: #E53B35;
}
.btn-secondary::before {
  background-color: #E53B35;
}
#header-mobile .module-cart i {
  position: relative;
  top: 4px;
  font-size: 1.7rem;
  display: inline-block;
  color: #fff;
}
#header-mobile .module-cart .notification {
  background-color: #E53B35;
}
::selection {
  background: #ff6f61;
  color: #fff;
}
#header .btn-primary {
  border-radius: 15px;
}
#header .btn-primary::before{
  border-radius: 15px;
}
.btn-primary, .btn-primary::before{
  border-radius: 15px;
}
.menu-grid-item {
  border-radius: 15px;
}
.image-card img{
  border-radius: 15px 15px 0px 0px;
}
.btn-back {
    border-radius: 10px;
}
.menu-sample .title {
    border-radius: 15px;
}
.post.single .post-content {
    border-radius: 15px;
}
.gallery img{
    border-radius: 15px;
}
.form-group input, .form-group textarea{
    border-radius: 15px;
}
iframe{
    border-radius: 20px;
}
.btn-primary-outline {
  border-radius: 15px;
}
.shopping_cart_area table th:first-child{
  border-radius: 20px 0px 0px 0px;
}
.shopping_cart_area table th:last-child{
  border-radius: 0px 20px 0px 0px;
}
.coupon_code .bg-dark{
  border-radius: 15px 15px 0px 0px;
}
#modal-extra-poke .btn-secondary {
  border-radius: 15px;
}
#modal-extra-poke .btn-secondary::before{
  border-radius: 15px;
}
.modal-content {
  border-radius: 15px;
}
.poke-form {
  border-radius: 15px;
}
.alert {
  border-radius: 15px;
}
#poke-name{
    border-radius: 15px;
}
.poke-total {
  border-radius: 20px;
}
.poke-box {
  padding: 15px 0px 20px;
  border: 0px solid #ddd;
}
#modal-confirm-step .btn-secondary, #modal-extra-poke .btn-secondary {
    border-radius: 15px;
}
#kkOrario{
    border-radius: 15px;
}
.coupon_area .bg-dark{
    border-radius: 15px 15px 0px 0px;
}
#kkNoteOrdine, #kkCoupon{
  border-radius: 0px 0px 15px 15px;
}
#kkCart-summary tr:last-child{
    border-radius: 0px 0px 15px 15px;
}
#kkAddress-indirizzo{
    border-radius: 15px;
}
#frmAddress select{
    border-radius: 15px;
}
#kkUserInfo input, #kkUserInfo select{
    border-radius: 15px;
}
.table-bordered thead th:first-child, #kkModalTable th:first-child {
    border-radius: 15px 0px 0px 0px;
}
.table-bordered thead th:last-child, #kkModalTable th:last-child {
    border-radius: 0px 15px 0px 0px;
}
.bg-dark {
  background-color: #f8c3cb !important;
  color: #E53B35;
}
.hero-section{
    padding: 0px;
    height: 90vh;
    border-radius: 0px 0px 50px 50px;
}
body{
    background-image: url('../assets/img/background.png');
    background-repeat: repeat;
}
@keyframes example {
    0%   {bottom: 40px;}
    50%  {bottom: 55px;}
    100% {bottom: 40px;}
}
.scroll-link{
    text-align: center;
    display: block;
    position: absolute;
    bottom: 40px;
    width: 40px;
    left: calc( 50% - 20px);
    margin: 0px auto;
    animation-name: example;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
.border-round{
    border-radius: 50px;
}
.parallax-container{
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50px;
}
.box{
    background-color: #fff;
    border-radius: 25px;
}
.box-image{
    width: 60%;
    float: right;
}
.box-text{
    background-color: #fcf4f3;
    width: 46%;
    float: left;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 25px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 30px;
    z-index: 10;
}
.location-box-text::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fcf4f3  !important;
}
.post.single .post-content {
  background-color: #fcf4f3 !important;
}
.box-image img{
    width: 100%;
    border-radius: 25px;
}
.btn, .btn-primary{
  padding: 0.75rem 2rem 0.75rem !important;
  border-radius: 50px !important;
}
.btn-primary::before {
  border-radius: 50px !important;
}
#scrollTarget img{
    border-radius: 50px;
}
.box-text h5{
    text-transform: uppercase;
    font-weight: bold;
}
.cta-section{
    background-color: #36353a;
    border-radius: 25px;
}
.col-img img{
    max-width: 100px;
}
.col-img{
    padding: 20px;
    text-align: center;
}
.col-img h5{
    margin-bottom: 0px;
}
.col-img div{
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding-left: 30px;
    color: #fff;
}
.btn-outline{
    background-color: transparent;
    border-color: #fff;
}
.col-btn{
    text-align: right;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 70px;
}
.col-btn .btn-outline{
    align-self: flex-end;
}
.cta-section .mockup{
    position: absolute;
    bottom: 0px;
    width: 270px;
    left: calc( 50% - 60px );
}
.post.single .post-content {
    background-color: #fff;
    padding: 5rem;
    z-index: 2;
    margin-top: 0vh;
}
.location .box-text {
  float: right;
  height: 99%;
  right: 0px;
  left: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 55%;
  padding-left: 130px;
}
.location .box-image{
    float: left;
    width: 50%;
    z-index: 10;
    position: relative;
}
.b-bot{
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    margin-bottom: 30px;
}
.cta-section h5{
    font-size: 26px;
}
.cta-section p{
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0px;
}
#footer{
    font-weight: 300;
    font-family: MuseoSans;
}
.nav-main {
    font-family: MuseoSans;
}
h1{
    font-size: 32px;
    font-weight: 100;
    text-transform: uppercase;
    font-weight: 600;
}
.location .box-text, .location .box-text h4{
    font-family: MuseoSans;
    font-weight: 400;
}
.location .box-text h4{
    margin-bottom: 5px;
}
.location .box-text span{
    font-weight: 300;
    font-size: 14px;
}
.new-slider-height{
  height: calc(100vh - 60px);
}
.location-desc{
    font-weight: 300;
    font-size: 16px;
}
.location-desc a{
    text-decoration: underline;
}
.b-bot {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0,0,0,.1);
  margin-bottom: 20px;
}
.location .box-text span {
  font-weight: 300;
  font-size: 16px;
}
.privacy-label {
  font-weight: 400;
}
#back-to-top {
  left: 18px;
  right: auto;
}
.dark .icon-circle.icon-instagram {
  background-color: #E53B35;
}
.dark .icon-circle.icon-facebook {
  background-color: #E53B35;
}
.nav-main-mobile {
  font-family: MuseoSans;
  text-transform: uppercase;
}
#panel-mobile .close {
  background-color: #E53B35;
  opacity: 1;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  font-size: 10px;
  vertical-align: middle;
}
#panel-mobile .btn, #panel-mobile .btn-primary {
  font-weight: bold;
}
.location-desc hr {
  margin-top: 20px;
  margin-bottom: 20px;
}
.mobile-user-bar {
  background-color: #E53B35;
}
@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;
    }
    .hero-section{
        padding: 0px;
        height: 80vh;
    }
}
@media only screen and (max-width: 1500px) {

    .homepage-default-img {
        width: 70%;
    }
    .section-bg-edge .image.right .bg-image{
        background-position: center center;
    }
}
@media only screen and (max-width: 768px) {

    .format-sheet h5 {
        font-size: 18px;
    }
    .format-sheet hr {
        border-top: 0px solid #383c40;
    }
    .format-item .mobile-price-column {
        padding-top: 5px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .format-item .format-price {
        font-size: 18px;
    }
    .base .format-sheet h5 {
        font-size: 14px;
    }
    .create-poke .price-sticker {
      font-size: 12px;
      padding: 5px;
    }
    .create-poke .cart-sticker {
      font-size: 12px;
      padding: 9px;
      margin: 7px 4px;
    }
    .poke-form h6{
        text-align: center;
    }
    .base-avanti, .base-avanti a{
        text-align: center !important;
    }
    .base-avanti a{
        margin-top: 15px;
    }
    .create-poke .kkQtyInput {
        width: 35px;
        height: 35px;
    }
    .create-poke .qtyField .qtyBtn {
        width: 35px;
        height: 35px;
        line-height: 20px;
        font-size: 16px;
    }
    .mobile-center{
        text-align: center !important;
    }
    .mobile-center .kkAvanti{
        margin-top: 15px;
    }
    .create-poke .shop-product{
        padding-left: 5px;
        padding-right: 5px;
    }
    .create-poke .qtyField{
        display: inline-block;
    }
    .mobile-mbot-20{
        margin-bottom: 20px;
    }
    .mobile-left{
        text-align: left !important;
    }
    .poke-quantity .qtyField .qtyBtn, .poke-quantity .qtyField .qty {
        padding: 7px 6px;
        width: 50px;
        height: 50px;
        font-size: 30px;
        line-height: normal;
    }
    .poke-quantity .qtyField .qty {
        padding: 7px 6px;
        width: 50px;
        height: 50px;
        font-size: 22px;
        line-height: normal;
        margin-left: 10px;
        margin-right: 10px;
    }
    .about-desc{
        font-size: 14px;
    }
    .cart-page-title {
        padding: 8rem 0 5rem;
    }
    .mobile-mbot-0{
        margin-bottom: 0px !important;
    }
    .kromo-home{
        margin-bottom: 0px !important;
    }
    .d-pright-0{
        padding-right: 15px;
    }
    .slide .container.v-center {
        padding-top: 51%;
    }
    .hero-section{
        padding: 0px;
        height: 70vh;
    }
    .scroll-link {
      bottom: 30px;
      width: 30px;
      left: calc( 50% - 15px);
    }
    .module-logo.bg-dark {
        border-bottom: 0px solid #E53B35;
    }
    .module-logo.bg-dark {
      box-shadow: none !important;
      border-radius: 0px 0px 25px 25px;
    }
    #panel-mobile {
        background-color: #fcf4f3;
    }
    #panel-mobile .icon.icon-circle {
        background-color: #E53B35 !important;
    }
    .box-text h5 {
        margin-bottom: 10px;
    }
    .box-text p{
        margin-bottom: 10px;
    }
    .box{
        margin-bottom: 30px !important;
    }
    .box .btn-primary {
        padding: 0.5rem 1.5rem 0.5rem !important;
        border-radius: 50px !important;
    }
    .v-middle{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .location .box-text {
        padding-left: 50px;
    }
    .location{
        padding-top: 80px;
    }
    .homepage{
        margin-top: 120px !important;
    }
    .post.single .post-content {
        padding: 3.5rem;
    }
    .location .box-text {
      height: 98%;
    }
    .location-desc hr {
      margin-top: 10px;
      margin-bottom: 10px;
    }
    .b-bot {
      padding-bottom: 10px;
      margin-bottom: 10px;
    }
    .location .box-text h4 {
        font-size: 18px;
    }
}
@media only screen and (max-width: 450px) {

    .homepage-section .box-text p {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 16px;
    }
}
@media only screen and (max-width: 380px) {

    .homepage-section .box-text p {
        margin-bottom: 0px;
        font-size: 12px;
        line-height: 14px;
    }
    .box .btn-primary {
        padding: 0.5rem 1rem 0.5rem 1rem !important;
        border-radius: 50px !important;
        font-size: 12px;
        width: 100%;
        margin-top: 5px;
    }
}
@media only screen and (max-width: 360px) {

    .box .btn-primary {
        padding: 0.3rem 0.5rem 0.3rem 0.5rem !important;
        border-radius: 50px !important;
        font-size: 12px;
        width: 100%;
        margin-top: 5px;
    }
}