sub {font-size:0.6em;
bottom: 0em;}


.btn-custom2 {
    cursor: auto;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    position: relative;
    background-color: white;
    line-height: 24px;
    border: 0;
    color: #ed4e53;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  
    border-radius: 5px;
    z-index: 1;

}
.btn-custom2:first-of-type {
    margin-right: 5px;
}

.fa.fa-shopping-cart:not(menu) {
padding-right: 5px;
}


.header-absolute + .banner.banner-1 .banner-inner {
    padding: 100px 0 120px;
}

.pizzatext {font-size:14px;}


/* Bigger than Phones(laptop / desktop) */
@media only screen and (min-width: 970px) {
  .img-grid2 {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* CSS Grid*/
.img-grid2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
/*  grid-gap: 5px;*/
}

.gallerycontainer {  position: relative;
  text-align: center;
  color: black;
color: white;
text-align:left;
}



.gallerycontainer {  position: relative;
  text-align: center;
  color: black;
color: white;
text-align:left;
}
.btleft {

    width: 92%;
    background: #00000085;
    position: absolute;
    padding: 20px;
    bottom: 8px;
    left: 4%;
    font-size: 1.3em;
    font-family: 'Oswald', serif;
    font-weight: 700;
    line-height: 28px;
}




/* mak images fill their container*/
img {
  max-width: 100%;
}


/* CSS Grid*/
.img-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
/*  grid-gap: 5px;*/
}

/* Media Query for changing grid on bigger screens*/

/* Bigger than Phones(tablet) */
@media only screen and (min-width: 750px) {
  .img-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Bigger than Phones(laptop / desktop) */
@media only screen and (min-width: 970px) {
  .img-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}


/* The ribbons */

.corner-ribbon{
    z-index: 0;
    width: 450px;
    background: #e43;
    position: absolute;
    top: 25px;
    left: -50px;
    text-align: center;
    line-height: 30px;
    letter-spacing: 1px;
    color: #f0f0f0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

/* Custom styles */

.corner-ribbon.sticky{
  position: fixed;
}

.corner-ribbon.shadow{
  box-shadow: 0 0 3px rgba(0,0,0,.3);
}


.corner-ribbon.bottom-right{
    top: auto;
    right: -110px;
    bottom: 70px;
    left: auto;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

/* Colors */
.corner-ribbon.red{background: #e43;}




#png2 {
    position:absolute;
    top:11px;
    left:0px;
    z-index:0;
}


.navbar .menu-item a {

    padding: 10px 20px;
}




.anchor {
     display: block;
    position: relative;
    top: -47px;
    visibility: hidden;
}


.midtext {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center;
    vertical-align: middle;
    color: white;

}



.strikethrough {
  position: relative;
}
.strikethrough:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 2px solid;
  border-color: red;

  -webkit-transform:rotate(-20deg);
  -moz-transform:rotate(-20deg);
  -ms-transform:rotate(-20deg);
  -o-transform:rotate(-20deg);
  transform:rotate(-20deg);
}

    /*.ct-menu-categories {
        background-color: white}



        .ct-menu-category-item:hover .menu-category-thumb, .ct-menu-category-item.active .menu-category-thumb {
        border-color: #2d2d2d;
    }


    .menu-category-thumb {

        border: 7px solid rgba(23, 23, 23, 0.8);

    }


    .ct-menu-category-item h6 {
        color: #3a3a3a;
        margin: 0;
    }


    .subheader {
        background-size: cover;
        background-position: center;
      min-height: 0px;
        padding: 50px 0 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }




    .main-header.header-light .navbar > ul > .menu-item > a, .main-header.header-light .header-controls-inner li {
        color: #2d2d2d;
    }

    .btn-custom.btn-sm {
        padding: 8px 20px;
        font-size: 11px;
    }


*/




.mintext {font-size: 12px;}








.top-header {    position: fixed;
    z-index: 0;
    top: 0;
    width: 100%;}



.header-4{
    padding-top: 50px!important;
}



.banner-bottom-img img:first-child {
    position: absolute;
    right: 80%;
    width: 300px;
    top: 20%;
}


.banner-bottom-img {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 60px);
    -ms-transform: translate(-50%, 60px);
    transform: translate(-50%, -20px);
}




.container .gallery a img {
    float: left;
    width: 25%!important;
padding: 0px!important;}


@media (min-width: 1200px){
.container .gal {
    max-width: 100%!important;
}
}



@media (min-width: 760px){
.mobilmenu {
    display: none;
}
}





.mobilmenu ul li a {
  color: white;
}

/* mobilmenu */

.mobilmenu {
  z-index: 9999;

  position: fixed;
  width: 100%;

}

.mobilmenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #ffffff;
}

.mobilmenu li a {
  display: block;
  padding: 5px 20px;
 
  text-decoration: none;
}

.mobilmenu li a:hover,
.mobilmenu .menu-btn:hover {
  background-color: #f4f4f4;
}

.mobilmenu .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 10px 20px;
  text-decoration: none;
}

/* menu */

.mobilmenu .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

.mobilmenu .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.mobilmenu .menu-icon .navicon {
  background: white;
  display: block;
  height: 3px;
  position: relative;
  transition: background .2s ease-out;
  width: 30px;
}

.mobilmenu .menu-icon .navicon:before,
.mobilmenu .menu-icon .navicon:after {
  background: white;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.mobilmenu .menu-icon .navicon:before {
  top: 8px;
}

.mobilmenu .menu-icon .navicon:after {
  top: -8px;
}

/* menu btn */

.mobilmenu .menu-btn {
  display: none;
}

.mobilmenu .menu-btn:checked ~ .menu {
  max-height: 240px;
}

.mobilmenu .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.mobilmenu .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.mobilmenu .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.mobilmenu .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.mobilmenu .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* 48em = 768px */

@media (min-width: 48em) {
  .mobilmenu li {
    float: right;
  }
  .mobilmenu li a {
    padding: 20px 30px;
  }
  .mobilmenu .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .mobilmenu .menu-icon {
    display: none;
  }
}


@media only screen and (min-width: 970px){
.img-grid2 {
    grid-template-columns: repeat(3, 1fr);
}
}


@media only screen and (max-width: 850px){
.img-grid2 {
    grid-template-columns: repeat(1, 1fr);
}
}


.instagram {background-color: #FD7E14!important}



@media only screen and (min-width: 960px) {
.hidedesktop{display:none;}
}

.order-item{
    cursor: pointer;
}

.cart-sidebar {
    top: 47px;
}
@media (min-width: 992px) {
    .cart-sidebar {
        width: 50vw;
    }
}


.cart-sidebar-footer {
    bottom: 33px;
}

.menu-item.cart {
    color: #fff;
    padding-right: 20px;
    cursor: pointer;
    padding-left: 20px;
    font-size: 20px;
    line-height: 40px;
    padding-top: 5px;
}

.menu-item.cart.active {
    background-color: #d94549;
}

.cart-sidebar-item {
    padding: 10px 0;
}

.cart-sidebar-item-meta {
    min-width: 100px;
}

.nav-toggler.cart-toggler {
    color: white;
    font-size: 18px;
    width: 45px;
}

.cart-toggler, .menu-item.cart {
    -webkit-transition: background-color 0.5s ease-in;
    -moz-transition: background-color 0.5s ease-in;
    -o-transition: background-color 0.5s ease-in;
}

.cart-toggler.active, .menu-item.cart.active {
    background-color: #d94549;
}

.cart-toggler.blink, .menu-item.cart.blink {
    background-color: #fccc4c
}

.btn-custom.add {
    padding: 6px 30px;
    min-width: 165px;
}


.btn-custom2 {
    -webkit-transition: background-color 0.2s ease-in;
    -moz-transition: background-color 0.2s ease-in;
    -o-transition: background-color 0.2s ease-in;

    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
}
.btn-custom2:hover {
    background-color: #d94549;
    color: white;
}

.qty > span {
    width: 30px;
    min-width: 30px;
}

.header-area {
    z-index: 999999 !important;
}

.qty-span {
    height: 40px;
}

.order-item.border {
    padding: 10px;
    border: 2px solid #ed4e53 !important;
width: 86px;

    -webkit-transition: background-color 0.2s ease-in;
    -moz-transition: background-color 0.2s ease-in;
    -o-transition: background-color 0.2s ease-in;

    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;

}

.order-item.border:hover {
    background-color: #d94549;
    color: white;
}

.small-primary > .order-item {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 4px;
}

.primary.radio.active {
    background-color: #da464a;
}

.form-group.toggle {
    text-align: center;
}







.quantity {
padding:10px 0px 10px 0px;}




@media  only screen and (max-width:801px)  { .visaloga {position: relative!important;
  padding-top:30px;} }

