/*
Theme Name: Jimmie Child
Theme URI: https://jimmie.qodeinteractive.com
Description: A child theme of Jimmie
Author: Edge Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: jimmie
Template: jimmie
*/

@font-face {
    font-family: 'Portobesto Caps';
    src: url('assets/fonts/portobesto/PortobestoCaps.eot');
    src: url('assets/fonts/portobesto/PortobestoCaps.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/portobesto/PortobestoCaps.woff2') format('woff2'),
        url('assets/fonts/portobesto/PortobestoCaps.woff') format('woff'),
        url('assets/fonts/portobesto/PortobestoCaps.ttf') format('truetype'),
        url('assets/fonts/portobesto/PortobestoCaps.svg#PortobestoCaps') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@media (max-width: 465px) {
    h1 {
        font-size: 47px!important;
    }
}
@media (min-width: 1441px) {
.qodef-page-title .qodef-content-grid {
    width: 1300px!important;
}
.archive.qodef-content-grid-1300 .qodef-content-grid {
    width: 100%;
}
}
.qodef-e-logo img {
    height: 100px!important;
    max-width: 100%!important;
    width: auto!important;
}
#e_deliverydate_field {
    display: none;
}
.qodef-woo-product-list .qodef-woo-product-excerpt {
    margin: 6px 0 0 0;
    padding: 0 10%;
}
.loop-category h2 {
    font-family: "Dela Gothic One", sans-serif;
    margin: 0;
    padding: 25px;
    text-transform: uppercase;
}

.loop-category#burgers h2 {
    background-color: #FFC8DD;
}
.loop-category#burrito h2 {
    background-color: #FFC8DD;
}
.loop-category#ciabattine h2 {
    background-color: #CDE6ED;
}
.loop-category#insalatone h2 {
    background-color: #D2E4BD;
}
.loop-category#patate-farcite h2 {
    background-color: #D2E4BD;
}
.loop-category#pizza h2 {
    background-color: #D2E4BD;
}
.loop-category#sandwiches h2 {
    background-color: #FFBD8A;
}

.loop-category#snacks-fritti h2 {
    background-color: #FFBD8A;
}
.loop-category#tacos h2 {
    background-color: #CDE6ED;
}

.custom-poke-container {
    padding: 0 18px;
}
.gradient-border {
    --border-width: 3px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    min-height: 200px;
    font-family: Lato, sans-serif;
    font-size: 2.5rem;
    text-transform: uppercase;
    color: white;
    background: #222;
    border-radius: var(--border-width);
}
.gradient-border::after {
    position: absolute;
    content: "";
    top: calc(-1* var(--border-width));
    left: calc(-1* var(--border-width));
    z-index: -1;
    width: calc(100% + var(--border-width)* 2);
    height: calc(100% + var(--border-width)* 2);
    background: linear-gradient(60deg, #5f86f2, #a65ff2, #f25fd0, #f25f61, #f2cb5f, #abf25f, #5ff281, #5ff2f0);
    background-size: 300% 300%;
    background-position: 0 50%;
    border-radius: calc(2* var(--border-width));
    animation: moveGradient 4s alternate infinite;
}
.loop-category#pizza .qodef-woo-product-list ul.products.columns-5 {
    --qode-columns: 1;
}
.mkd-btn {
    position: relative;
    width: auto;
    outline: 0;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1.5px;
    font-weight: 700;
    text-transform: uppercase;
    box-sizing: border-box;
    margin: 0;
    border-radius: 4px;
    -webkit-transition: all .4s cubic-bezier(.19,1,.22,1);
    -moz-transition: all .4s cubic-bezier(.19, 1, .22, 1);
    transition: all .4s cubic-bezier(.19,1,.22,1);
    padding: 15px 25px;
    display: inline-block;
}
.animate-me {
    -webkit-animation: bgcolorchange 3s infinite;
    animation: 3s infinite bgcolorchange;
}
@keyframes bgcolorchange {
    0% {
      background-color: #C69855;
      color:#fff;
    }
    25% {
      background-color: #9AE09D;
      color: #000;
    }
    50% {
      background-color: #FFBFB3;
      color: #000;
    }
    75% {
      background-color: #F6D94B;
      color: #000;
    }
    100% {
      background-color: #00A2CA;
      color:#fff;
    }
  }
  /* Chrome, Safari, Opera */
   @-webkit-keyframes bgcolorchange {
        0%   {
            background: #C69855;
            color:#fff;
          }
        25%  {
            background: #9AE09D;
            color: #000;
          }
        50%  {
            background: #FFBFB3;
            color: #000;
          }
        75%  {
            background: #F6D94B;
            color: #000;
          }
        100% {
            background: #00A2CA;
            color:#fff;
          }
   }
   .mkl_pc .mkl_pc_container .mkl_pc_viewer .mkl_pc_layers img:not(.active), .mkl_pc .mkl_pc_container .mkl_pc_viewer .mkl_pc_layers img.loading {
    opacity: 1!important;
    width: 100%;
    height: 100%;
    object-fit: cover;
}  
.mkl_pc .mkl_pc_container .mkl_pc_viewer .mkl_pc_layers {
    position: absolute;
    top: 0!important;
    left: 0;
    right: 0;
    bottom: 0!important;
    text-align: center;
    user-select: none;
}
.mkl_pc .mkl_pc_container .mkl_pc_viewer > header h3 {
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
}
.mkl_pc .mkl_pc_container .mkl_pc_viewer > header > .cancel::before, .mkl_pc .mkl_pc_container .mkl_pc_viewer > header > .cancel::after {
    background: #fff!important;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list li.choice:not(.is-group)::before {
    opacity: 0.1!important;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list li.choice:not(.is-group).active::before, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list li.choice:not(.is-group).active::after {
    opacity: 1!important;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices.display-mode-dropdown  li.choices-list li.choice:not(.is-group)::before {
    opacity: 0 !important;
}
.mkl_pc .mkl_pc_container .mkl_pc_viewer .mkl_pc_layers img {

    height: 100%;
    object-fit: cover;
}

.sub-nav.fixme {
    position: static;
    width: 100%;
}

.sub-nav.fixme ul li {
    display: inline-block;
}
.sub-nav .qodef-menu-item-circle {
    min-height: 43px;
    position: absolute;
    place-self: center;
    width: calc(100% + 40px);
    height: calc(100% + 70%);
}
.sub-nav .qodef-menu-item-circle path {
    stroke-dashoffset: var(--qodef-svg-path-length);
    stroke-dasharray: var(--qodef-svg-path-length);
    transition: stroke-dashoffset 1s cubic-bezier(.65,.17,.17,.95);
}
.sub-nav .qodef-menu-item-circle path {
    stroke-dashoffset: 0;
    transition-duration: 1.3s;
    transition-timing-function: cubic-bezier(.65,.17,.17,.95);
}
.sub-nav .qodef-menu-item-circle svg {
    width: 100%;
    height: 100%;
}


    div.fixme {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    div.fixme {
        overflow: auto;
        white-space: nowrap;
        overflow-x: scroll;
    }

    @media screen and (max-width:768px) {
        #qodef-page-mobile-header {
            background-color: transparent;
            padding: 13px 0;
        }
        .loop-category h2 {
            padding: 25px 15px;
            font-size: 34px;
        }
        .qodef-woo-product-list .qodef-e-media-image {
            padding: 15px 15px 0 15px;
        }
        .qodef-woo-product-title {
            margin: 0;
        }
    }
    #qodef-page-mobile-header {
        height: 90px;
    }
    .qodef-woo-product-list .qodef-e-inner:hover .qodef-woo-price-add-to-cart-wrapper .price {
        opacity: 1;
    }
    .qodef-woo-product-list .qodef-e-inner:hover .qodef-woo-price-add-to-cart-wrapper a {
        opacity: 0;
    }