.auto-container {
    position: static;
    max-width: 1300px;
    padding: 0px 15px;
    margin: 0 auto;
}
.home-section {
    position: relative;
}
.home-menu-categories {
    -webkit-box-shadow: 0px 0px 20px 0px #dddddd80;
    box-shadow: 0px 0px 20px 10px #dddddd80;
    margin: 15px 10px 0px 10px;
    padding: 0px 10px;
    border-radius: 15px;
}
.home-menu-categories li {
    position: relative;
    width: 100%;
}
.home-menu-categories li a {
    align-items: center;
    position: relative;
    display: block;
    padding: 4px 10px 4px 16px;
    line-height: 24px;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    text-transform: capitalize;
    color: #222;
    border-bottom: 1px solid rgba(34, 34, 34, 0.1);
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border-radius: 10px;
}
.home-menu-categories li a:hover {
    box-shadow: 0px 3px 3px -1px #A91B22;
    border-radius: 10px;
}

.home-menu-categories li.dropdown {
    position: relative;
    width: 100%;
}
.home-menu-categories li.dropdown ul {
    display: block !important;
    visibility: hidden;
    opacity: 0;
}
.home-menu-categories li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.home-menu-categories li.dropdown ul {
    position: absolute;
    left: 100%;
    top: -2px;
    width: 250px;
    z-index: 100;
    display: none;
    padding: 10px 0px;
    background-color: #fff;
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 5%), -2px 0px 5px 1px rgb(0 0 0 / 5%);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 5%), -2px 0px 5px 1px rgb(0 0 0 / 5%);
}
.home-menu-categories li .menu_icon_sub {
    display: none;
}
.home-menu-categories li.dropdown .menu_icon_sub {
    width: 15px;
    height: 100%;
    position: absolute;
    right: 10px;
    top: 0;
    color: #000;
    display: block;
    font-weight: bold;
}
.main-slider {
    margin-top: 15px;
}


.scroll-t.whatsapp {
    position: fixed;
    right: 15px;
    width: 50px;
    height: 50px;
    background-color: #fff;
    color: #fff;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
    z-index: 99;
    font-size: 25px;
    cursor: pointer;
    box-shadow: rgb(0 0 0 / 15%) 0px 3px 12px;
  }
  .whatsapp::before, .whatsapp::after {
    content: "";
    position: absolute;
    border: 1px solid rgb(79, 206, 93);
    inset: -2px;
    border-radius: 500px;
    opacity: 0;
    z-index: 0;
  }
  .whatsapp::before, .whatsapp::after {
    animation: 2s linear 1s infinite normal  running es-chats-pulse;
  }
.scroll-t.vibers {
    position: fixed;
    right: 15px;
    width: 50px;
    height: 50px;
    background-color: #fff;
    color: #fff;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
    z-index: 99;
    font-size: 25px;
    cursor: pointer;
    box-shadow: rgb(0 0 0 / 15%) 0px 3px 12px;
  }
  .vibers svg {
    height: 25px;
    width: 25px;
    position: static !important;
    fill: rgb(104, 90, 176) !important;
  }
  .vibers::before, .vibers::after {
    content: "";
    position: absolute;
    border: 1px solid rgb(104, 90, 176);
    inset: -2px;
    border-radius: 500px;
    opacity: 0;
    z-index: 0;
  }
  .vibers::before, .vibers::after {
    animation: 2s linear 1s infinite normal  running es-chats-pulse;
  }
.scroll-t.call-phone {
    position: fixed;
    right: 15px;
    width: 50px;
    height: 50px;
    background-color: #fff;
    color: #fff;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
    z-index: 99;
    font-size: 25px;
    cursor: pointer;
    box-shadow: rgb(0 0 0 / 15%) 0px 3px 12px;
  }

  .call-phone svg {
    fill: rgb(1, 53, 141) !important;
  }
  .call-phone::before, .call-phone::after {
    content: "";
    position: absolute;
    border: 1px solid rgb(101,101,100);
    inset: -2px;
    border-radius: 500px;
    opacity: 0;
    z-index: 0;
  }
  .call-phone::before, .call-phone::after {
    animation: 2s linear 1s infinite normal  running es-chats-pulse;
  }
  .red-whats {
    width: 10px;
      height: 10px;
      background-color: rgb(255, 0, 0);
      position: absolute;
      z-index: 1;
      border-radius: 50%;
      right: 4px;
      top: 4px;
      display: block !important;
  }

  .viber-whatsapp {
    display: inline-block;
    position: fixed;
    bottom: 0px;
    z-index: 9999999;
    right: 0px;
    left: auto;
}
.viber {
    box-shadow: rgb(0 0 0 / 10%) 0px 12px 24px 0px;
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    touch-action: none;
    visibility: hidden;
    transition: opacity 0.3s ease 0s, margin 0.3s ease 0s, visibility 0.3s ease 0s;
    background-color: rgb(255, 255, 255);
    transform: translate3d(0px, 0px, 0px);
    margin-bottom: 80px;
    position: fixed;
    bottom: 0px;
    right: 0px;
    left: auto;
    margin-right: 20px;
}
.soon {
  font-size:40px !important;
  color:red !important;
  text-align:center !important;
  font-weight:bold !important;
}


@-webkit-keyframes es-chats-pulse {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes es-chats-pulse {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .header-top .top-info {
        position: relative;
        display: block;
        padding: 5px 0px 0px 70px !important;
        margin-left: 210px !important
        ;
    }
    .form-search input[name="search"] {
        width: 90%;
    }
    .marquee-info {
      width: 30%;
      margin-right: 0px !important;
  }
 }
 @media (min-width: 1201px) {
    .marquee-info {
        width: 40%;
        margin-right: 0px !important;
    }
 }
.marquee-info {
    color: #fff;
}
.email-header a {
    color: #fff;
    font-weight: bold;
}
#deliver_date_wrapper {
    border: 2px solid #eee;
}
#deliver_date {
    color: #565872;
}
#mapCanvas {
    width: 100%;
    height: 380px;
}
.m-hold-img-lang {
    width: 30px;
    height: 30px;
    border-radius: 30px;
}
.header-top .top-info .info-list li{
    margin-right: 19px;
}
.fa-search {
    color: #D52828;
}
.main-menu .navigation > li:hover {
    box-shadow: 0px 3px 3px #D52828;
    border-radius: 10px;
}
.current {
    border-bottom: 2px solid #A91B22;
    border-radius: 10px;
}
.addtowishlist {
    right: 15px;
    top: 10px;
    position: absolute;
    z-index: 4;
    font-size: 26px;
    color: #ccc;
}


.main-header .menu-right-content .wish-box i:hover {
     color: #D52828;
}
.main-header .menu-right-content .wish-box a {
    position: relative;
    display: inline-block;
    font-size: 22px;
    color: #4D4D4D;
    font-weight: 600;
    padding-right: 20px;
}
.addtowishlist:hover {
    color: #D52828;
}
.main-header .menu-right-content .wish-box a span {
    position: absolute;
    top: -5px;
    right: 5px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    border-radius: 50px;
    background: #A91B22;
}

  .addtowishlist.active::before, .addtowishlist.active::after {
    content: "";
    position: absolute;
    top: 6px;
    width: 13px;
    height: 20px;
    border-radius: 50px 50px 0 0;
    background: #D52828;
  }

  .addtowishlist.active::before {
    left: 12px;
    transform: rotate(-45deg);
    transform-origin: 0 100%;
  }

  .addtowishlist.active::after {
    left: 0;
    transform: rotate(45deg);
    transform-origin: 100% 100%;
  }
@media (max-width: 991px) {
    .mobile-varinat {
        height: 140px;
        width: 70%;
        margin: 0 auto;
    }
    .scroll-t.call-phone.open {
        bottom: 10px;
        right: 85%;
    }
    .scroll-t.whatsapp.open {
        bottom: 10px;
        right: 70%;
    }
    .scroll-t.vibers.open {
        bottom: 10px;
        right: 55%;
    }
    .scroll-t.open {
        bottom: 10px;
        right: 40%;
    }
    .scroll-t.myMapBtn.open {
        bottom: 10px;
        right: 25%;
    }

}
@media (min-width: 992px) {
    .scroll-t.call-phone.open {
        bottom: 375px;
    }
    .scroll-t.whatsapp.open {
        bottom: 320px;
    }
    .scroll-t.vibers.open {
        bottom: 265px;
    }
    .scroll-t.myMapBtn.open {
        bottom: 209px;
    }
    .scroll-t.open {
        bottom: 150px;
    }
}
.products-left-side {
    width: 25%;
    max-width: 275px;
    position: sticky;
    top: 80px;
    height: fit-content;
    max-height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-box-shadow: 0px 0px 10px 10px #dddddd80;
    box-shadow: 0px 0px 10px 10px #dddddd80;
    border-radius: 15px;
}
.checkbox-group .checkmark {
    background-color: transparent;
    border: 2px solid #D52828;
    height: 20px;
    left: 0;
    position: absolute;
    top: 0px;
    width: 20px;
    border-radius: 10px;
}

.cat-auto {
    padding: 0;
    max-width: 1350px;
}
.pac-container {
    z-index: 100000;
}
#mapsearch {
    padding: 10px;
    padding-left: 20px;
    font-weight: bold;
}
.p-10-15 {
    padding: 10px 15px;
}
.custom-map-control-button {
    background-color: #fff;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 1px 4px -1px rgb(0 0 0 / 30%);
    margin: 10px;
    padding: 0 0.5em;
    font: 400 18px Roboto, Arial, sans-serif;
    overflow: hidden;
    height: 40px;
    cursor: pointer;
}
.filter-box-single {
    text-align: center;
    display: inline-block;
}
.filter-box-single .minfilter {
    -webkit-box-shadow:  0px 0px 15px 1px #ccc;
    box-shadow: 0px 0px 15px 1px #ccc;
    border-radius: 15px;
    width: max-content;
    display: inline-block;
    padding: 5px 40px 5px 10px !important;
}
.see-file {
    margin-left: 20px;
    color: #D52828;
    font-weight: bold;
    border: 1px solid #ccc;
    padding: 5px 15px;
    border-radius: 5px;
}
.custom-map-control-button {
    border: 2px dashed #D52828;
    border-radius: 5px;
}
.style-border {
   border: 1px dashed #D52828 !important;
}
.line-height-0 {
    line-height: 0 !important;
}
.variant-classforcounter {
    padding: 10px 20px 10px 5px;
    background: #fff;
    margin: 0;
    border: 1px solid #eee!important;
    position: relative;
    max-width: 80px;
    border-radius: 5px;
    margin-top: 5px;
}
.top-5 {
    top: -5px !important
}
.pb-5px {
    padding-bottom: 5px;
}
.d-inline-block {
    display: inline-block !important;
}


.mycheckboxinput[type=checkbox] {
    position: absolute;
    cursor: pointer;
    width: 0px;
    height: 0px;
  }

  .mycheckboxinput[type=checkbox]:checked:before {
        content: "";
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    border: 2px solid #D52828;
    border-radius: 10px;
    background-color: #fff;
    transition: all 0.2s linear;
    top: 3px;
  }


  .mycheckboxinput[type=checkbox]:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px solid #D52828;
    border-radius: 10px;
    background-color: #fff;
    top: 5px;
  }


  .mycheckboxinput[type=checkbox]:after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border: solid #FFCB9A;
    border-width: 0 0px 0px 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    top: 0px;
    left: 50px;
    transition: all 0.2s linear;
  }

  .mycheckboxinput[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 10px;
    height: 20px;
    border: solid #D52828;
    border-width: 0 5px 5px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 4px;
    left: 8px;
  }
.new-single img {
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 25px 5px #c7b4ba;
    box-shadow: 0px 0px 25px 5px #c7b4ba;
}
.prod-single-column {
    border-radius: 20px !important;
    padding: 0  !important;
}
.toast-error .toast-message {
    padding: 18px;
    background: #D52828;
    border-radius: 10px;
    font-size: 16px;
    margin: 10px;
}
.toast-top-right {
    top: 60px !important;
    right: 12px;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
.pc-log-header {
    font-size: 19px;
    color: #fff;
    font-weight: bold;
}
.pc-log-header:hover {
    color: #fff !important;
}
#agree {
    display: inline-block;
    width: 20px;
    position: relative;
    top: 15px;
    left: 5px;
}
.am-agree {
    width: 30px;
    display: inline-block;
    position: relative;
    top: 13px;
    right: 5px;
}
.reg-header {
    position: absolute !important;
    right: 0 !important;
    top: 20px !important;
}
.available {
    display: inline-flex;
    font-family: "Gentium Basic", serif;
    font-size: 18px;
    color: #222 !important;
    letter-spacing: 0.3px;
    font-weight: bold;
    z-index: 1;
    transition: all 0.5s ease !important;
    right: 20px;
    position: absolute;
    cursor: default;
    bottom: 45px;
}
.available-cats {
    display: inline-flex;
    font-family: "Gentium Basic", serif;
    font-size: 16px;
    color: #D52828 !important;
    letter-spacing: 0.3px;
    font-weight: bold;
    z-index: 1;
    transition: all 0.5s ease !important;
    right: 20px;
    position: absolute;
    bottom: 45px;
    cursor: default;
}
.available-single {
    padding: 15px 20px;
    display: inline-flex;
    font-family: "Gentium Basic", serif;
    font-size: 1.25rem;
    color: #000 !important;
    letter-spacing: 0.3px;
    font-weight: bold;
    transition: all 0.5s ease !important;
    border: 2px solid #D52828;
    border-radius: 15px;
    cursor: default;
}
.cart-add-available {
    padding: 0px 15px;
    font-family: "Gentium Basic", serif;
    font-size: 16px;
    color: #fff !important;
    background: #222;
    letter-spacing: 0.3px;
    font-weight: normal;
    border-radius: 0.625rem;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    transition: all 0.5s ease !important;
    right: 18px;
    position: absolute;
    bottom: 11px;
    cursor: pointer;
}
.cart-add-available:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 1;
    border-radius: inherit;
    transition: all 0.5s ease !important;
}
.cart-add-available:not(.no-texture):after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-mask: url("/xweb/assets/images/btn_bg.svg") no-repeat;
    mask: url("/xweb/assets/images/btn_bg.svg") no-repeat;
    background-color: #fff;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
}
.order-plus-single.order-plus.forcountinput {
    text-align: center !important;
}