﻿
  
  .new-version {
    position:fixed;
    bottom:20px;
    a {
      color:#2bd156;
      text-decoration:none;
    }
  }
  
  *,*:before,*:after {
    box-sizing:border-box;
  }
  
  .page-wrapper {
    min-height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    button {
      padding:20px;
      border:none;
      background:lighten(#292d48,65);
      position:relative;
      outline:none;
      border-radius:5px;
      color:#292d48;
      font-size:18px;
      .cart-item {
        position:absolute;
        height:24px;
        width:24px;
        top:-10px;
        right:-10px;
        &:before {
          content:'1';
          display:block;
          line-height:24px;
          height:24px;
          width:24px;
          font-size:12px;
          font-weight:600;
          background:#2bd156;
          color:white;
          border-radius:20px;
          text-align:center;
        }
      }
      &.sendtocart {
        .cart-item {
          display:block;
          animation: xAxis 1s forwards cubic-bezier(1.000,0.440,0.840,0.165);
          &:before {
            animation: yAxis 1s alternate forwards cubic-bezier(0.165, 0.840, 0.440, 1.000);
          }
        }
      }
    }
  }
  
  .cart {
    position:fixed;
    top:20px;
    right:20px;
    width:50px;
    height:50px;
    background:#292d48;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:5px;
    i {
      font-size:25px;
      color:white;
    }
    &:before {
      content:attr(data-totalitems);
      font-size:12px;
      font-weight:600;
      position:absolute;
      top:-12px;
      right:-12px;
      background:#2bd156;
      line-height:24px;
      padding:0 5px;
      height:24px;
      min-width:24px;
      color:white;
      text-align:center;
      border-radius:24px;
    }
    &.shake {
      animation: shakeCart .4s ease-in-out forwards;
    }
  }
  
  @keyframes xAxis {
    100% {
      transform: translateX(calc(50vw - 105px));
    }
  }
  
  @keyframes yAxis {
    100% {
      transform: translateY(calc(-50vh + 75px));
    }
  }
  
  @keyframes shakeCart {
    25% {
      transform:translateX(6px)
    }
    50% {
      transform:translateX(-4px);
    }
    75% {
      transform:translateX(2px);
    }
    100% {
      transform:translateX(0);
    }
  }





.header-search-wrap.pay {

    width: 500px !important;
    height: 575px !important;
    max-height: 90vh;
}

.profilarea {
    background-color: var(--color-primary) !important;
}
.cart-dropdown.open {
    z-index: 9999;
}
.spinner {
    margin: 200px 0;
    width: 56px;
    height: 56px;
    display: none;
    border: 4.5px solid #0000;
    border-radius: 50%;
    border-color: #dbdcef #0000;
    animation: spinner-e04l1k 1s infinite linear;
  }
  
  .spinner::before,
  .spinner::after {
    content: "";
    grid-area: 1/1;
    margin: 2.2px;
    border: inherit;
    border-radius: 50%;
  }
  
  .spinner::before {
    border-color: #474bff #0000;
    animation: inherit;
    animation-duration: 0.5s;
    animation-direction: reverse;
  }
  
  .spinner::after {
    margin: 8.9px;
  }
  
  @keyframes spinner-e04l1k {
    100% {
      transform: rotate(1turn);
    }
  }
.logoinfos {
    margin-top: 1%;
    margin-left: 24%;
}

.logoinfos h5,
.logoinfos p {
    margin: 0;
}

.shop_logo {
    background-color: white;
    text-align: center;
}

.shop_logo img {
    width: 200px;
    height: 200px;
    display: inline-block;
    position: relative;
    top: -80px;
    background-color: white;
    border-radius: 5px;
    outline: 3px solid var(--color-primary);
    object-fit: contain;
}

.shop_detail h1{
    margin-top: 30px;
    font-size: 21px;
}

.shop_detail #btn-share{
    width: max-content;
}

.shop_detail h1, .shop_detail p{
    margin-bottom: 10px;
}

.shop-item {
    border-radius: 16px;
    padding: 10px;
    margin-bottom: 12px;
    border: 1px solid #d5dce4;
}

.shop-item:hover {
    border: 2px solid var(--color-primary);
}

.shop-item>*{
    padding: 0 !important;
}

.shop-item .detail{
    padding-left: 15px !important;
}
.shop-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.shop-item h3 {
    font-size: 16px;
    margin-bottom: 5px !important;
}

.shop-item p{
    line-height: 107%;
    font-size: 13px;
    margin-bottom: 5px;
}

.shop-item .btn{
    font-size: 12px;
    border-radius: 4px;
    padding: 3px 15px;
    border: 1px solid #d5dce4;
}

/* Media queries */

@media (max-width: 768px) {

    /* Styles for screens smaller than 768px */
    .shop_logo img {
        top: -55px;
        width: 150px;
        height: 150px;
    }
    
    .shop_detail {
        margin-top: -50px;
        text-align: center;
    }

    .shop_detail #btn-share{
        width: 100%;
    }
}

@media (max-width: 480px) {

    /* Styles for screens smaller than 480px */
    .icologo {
        position: absolute;
        top: 20%;
        left: 30%;
    }

    .logoinfos {
        margin: 80px 0 0 0 !important;
        text-align: center;
    }
}

.lax-header-topnone {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
}

.pm {
    text-align: center;
    width: 100% !important;
}

.header-search-modal .header-search-wrap.pay {
    padding: 30px 30px;
}

.product-content .inner {
    text-align: center;
}

.color-variant-wrappernone {
    display: none;
}

.cardbottom {
    padding-bottom: 100px;
}

.ct .container {
    padding: 0px !important;
    max-width: 1450px !important;
}

.imaslide{
    height: 450px;
    object-fit: contain;
}

@media only screen and (min-width: 768px) {
    .ct .container .LaxMarket-newsletter-wrapper {

        padding: 150px 107px 150px;
    }

    .imaslide {
        margin-left: 100px;
    }
}

.ct .container .LaxMarket-newsletter-wrapper {

    border-radius: 0px !important;
}

.ct .container .poster-countdown-wrap {
    padding: 65px 120px;
    margin: 0px !important;
    border-radius: 0px !important;
}

.about-content.content-right,
.about-content.content-left {
    text-align: justify;
}

/* Responsive mobile */
@media only screen and (max-width: 767px) {
    .lax-header-top .container {
        display: none;
    }

    .lax-header-topnone {
        display: none;
    }

    .lax-header-top.rem {
        display: none;
    }

    .item-rating {
        display: none !important;
    }

    .main-slider-content {
        text-align: center;
    }

    .main-slider-content .subtitle {
        display: block !important;
    }

    .ct .container .poster-countdown-wrap,
    .LaxMarket-newsletter-wrapper.bg_image.bg_image--5 {
        padding: 60px 35px;
    }

    .lax-breadcrumb-area {
        padding: 50px 0 55px !important;
        ;
    }

    .st,
    .title-highlighter {
        display: block !important;
    }

    .lax-about-area .about-content .text-heading {
        font-size: 14px !important;
    }

    .dn {
        display: none;
    }

    .gmap_canvas iframe {
        width: 290px;
        height: 300px;
    }

    .contact-form,
    .contact-location,
    .opening-hour {
        text-align: center !important;
    }

    .lax-contact-page .contact-form p {
        width: 100% !important;
    }
}

.just {
    text-align: justify;
}