@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
 
body {
    position: relative;
    font-size: 14px;
    font-family: Lato, arial, "sans-serif";
    min-height: 100vh;
    box-sizing: border-box;
    padding-right: 0px !important;
}
.qpass-logo img {
    width: 130px;
}
.main-content {
    max-width: 500px;
    margin: 0px auto;
    min-height: 100vh;
    background: rgb(255, 255, 255);
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    position: relative;
    box-sizing: border-box;
    overflow-y: unset;
    max-height: none;
     border: 1px solid rgb(224, 224, 224);
    box-shadow: rgb(238 238 238) 0px 0px 3px 1px;
}

p {
    margin: 0;
    line-height: 1.5;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
a { 
    text-decoration: none;
 }

/*a:is(:hover, :focus)
   {
    text-decoration: none;
}*/
.top-note-box {
    background: var(--button_background_color);
    text-align: center;
    color: #fff;
    padding: 5px 10px;
}
.top-note-box p a {
    color: #fff;
    font-size: 12px;
    text-decoration: underline;
    display: inline-block;
    padding-left: 2px;
}
header {
    padding: 12px 16px;
    border-bottom: 1px solid rgb(217, 217, 217);
    min-height: 56px;
    position: relative;
}

.nav_bar_btn {
    height: 45px;
    width: 45px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    transition: left 0.4s ease;
    display: flex;
    align-items: center; 
}
.btn.click{
  left: 260px;
}
.nav_bar_btn span{
  color: white;
  font-size: 28px;
  line-height: 45px;
}
.btn.click span:before{
  content: '\f00d';
}
.sidebar{
  position: fixed;
  width: 250px;
  height: 100%;
  left: -250px;
  background: #ffffff;
  z-index: 99;
  top: 101px;
  opacity: 0;
}
.sidebar.show {
    left: 0px;
    top: 70px;
    position: absolute;
    opacity: 1;
}
.sidebar .text{
  color: white;
  font-size: 25px;
  font-weight: 600;
  line-height: 65px;
  text-align: center;
  background: #1e1e1e;
  letter-spacing: 1px;
}
.menu_list {
    background: #fff;
    min-height: 100vh;
}
nav ul{
  background: #fdfdfd;
  height: 100%;
  width: 100%;
  list-style: none;
}
.main_header.TopFixed {
    position: fixed;
    background: #fff;
    max-width: 500px;
    z-index: 9999;
    top: 0px;
    width: 100%;
}
.main_header.TopFixed nav.sidebar.show {
    top: 70px;
    z-index: 999999;
    height: 100vh;
}
nav ul li{
  line-height: 40px;
  border-top: 1px solid rgba(255,255,255,0.1);
}
nav ul li:last-child{
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
nav ul li a {
    position: relative;
    color: rgb(51, 51, 51);
    text-decoration: none;
    font-size: 16px;
    padding-left: 0;
    display: block;
    width: 100%;
    font-weight: bold;
}
nav ul li.active a, nav ul li a:hover{
  color: rgb(51 95 82); 
} 
nav ul ul{
  position: static;
  display: none;
}
nav ul .feat-show.show{
  display: block;
}
nav ul .serv-show.show1{
  display: block;
}
nav ul ul li{
  line-height: 42px;
  border-top: none;
}
nav ul ul li a{
  font-size: 17px;
  color: #e6e6e6;
  padding-left: 80px;
}
nav ul li.active ul li a{
  color: #e6e6e6;
  background: #1b1b1b;
  border-left-color: transparent;
}
nav ul ul li a:hover{
  color: cyan!important;
  background: #1e1e1e!important;
}
nav ul li a span{
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 22px;
  transition: transform 0.4s;
}
nav ul li a span.rotate{
  transform: translateY(-50%) rotate(-180deg);
}

.menu-not-found-box {
    text-align: center;
    padding: 65px 0px 70px;
}
.menu-not-found-box img {
    width: 320px;
    margin-bottom: 15px;
}
.menu-not-found-box p {
    font-size: 20px;
    color: var(--discount_text_color);
    font-weight: 500;
}
.header_left {
    display: flex;
    align-items: center;
    gap: 5px;
}
.nav_bar_btn rect, .cart-box a path, .cart-box rect, .form path, .apply_coupon_iner path, .bottomSheet__link path{
    fill: rgb(51, 51, 51);
}
.footer_coupon path{
    fill: #fff;
}
.nav-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav-btn .dropdown {
    display: flex;
    align-items: center;
}

/*.img_logo {
    padding-left: 20px;
}*/
.form .input.active {
    visibility: visible;
}
.form .input {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #f9f9f9;
    border: none;
    padding: 10px 10px;
}
.cart-box {
    display: flex;
    gap: 10px;
    align-items: center;
}
.cart-box a {
    position: relative;
}
.cart-box a span {
    min-height: 20px;
    min-width: 20px;
    background-color: var(--button_background_color);
    position: absolute;
    top: -12px;
    font-size: 11px;
    right: -11px;
    letter-spacing: 0.5px;
    color: rgb(255, 255, 255);
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 50px;/*
    border: 2px solid rgb(255, 255, 255);*/
}
.menu_list ul, .login-box, .menu_footer  {
    border-bottom: 1px solid #ccc;
    padding: 10px 20px;
}
.login-box a.login-link {
    color: #335f52;
    font-size: 16px;
    font-weight: bold;
}
.login_share_user {
    border: 1px solid #ddd;
    padding: 10px 10px;
}
.login_share_user span.login_share {
    font-size: 16px;
    padding-left: 5px;
}
.cart-totals {
    padding: 5px 0px;
    border-top: 1px solid #ddd;
    margin-top: 10px;
}
#loginShareBtn {
    background: var(--button_background_color);
    margin: 0 auto;
    display: block;
    color: #fff;
}
#LoginShareForm p {
    font-size: 16px;
}

.login_form_input {
    display: flex;
    width: 100%;
    align-items: center;
    position: relative;
}
.login_form_input i {
    position: absolute;
    top: 35%;
    right: 6%;
    font-size: 17px;
    color: #335f52;
}
#signup_phone_number{ 
	border-left: 0;
}
#loginBtn, #registerBtn,  #guestCheckoutBtn {
    background: var(--button_background_color);
    width: 100%;
    color: #fff;
}
.requiredFieldRegister {
    position: absolute;
    right: 18px;
    top: 8px;
    color: #d80000;
}
.btn-facebook {
    width: 100%;
    background: #3b5998;
    color: #fff;
}
.saprator {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
}
#guestCheckoutButton {
    width: 100%;
    background: var(--box_background_color);
    margin-bottom: 10px;
}
.login-disc {
    text-align: center;
    line-height: 1;
    padding-top: 5px;
}
a#signUpButton {
    font-size: 16px;
    font-weight: bold;
    color: #335f52;
    text-decoration: underline;
}
#forgotPassword {
    font-size: 15px;
    font-weight: 600;
    color: #335f52;
}
.alr_signup {
    text-align: center;
    font-size: 16px;
}
.alr_signup a#LoginShareBack {
    font-size: 15px;
    color: #335f52;
    text-decoration: underline;
}
.header_lang_box {
    align-items: center;
    padding: 0px;
    padding-left: 8px;
    border: 0;
    position: relative;
    display: inline-block;
}
.menu_footer {
    display: flex;
    gap: 10px;
    align-items: center;
}
.img_logo, .img_logo a { 
    display: flex;
    align-items: center;
    gap: 5px;
}
.img_logo a h2 {
    font-size: 16px;
    font-weight: bold;
    color: rgb(51, 51, 51);
    text-transform: capitalize;
    margin-bottom: 0;
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.img_logo img { 
    width: 20px;
}

.lang_left {
    font-size: 14px;
    font-weight: bold;
}
.lang_right {
    background-color: var(--other_background_color);
    border-radius: 5px;
    overflow: hidden;
}
.lang_en.active, .lang_bm.active {
    background-color: var(--button_background_color);
    color: #fff;
}
.lang_right a {
    padding: 5px 8px;
    float: left;
    color: #000000;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
} 
.coupon-section {
    background: var(--box_background_color);
    padding: 10px;
    padding-bottom: 0px;
    overflow: scroll;
    overflow-y: hidden;
}

.coupon-section .card {
    width: 100%; 
    border-radius: 5px;
    box-shadow: 0 4px 6px 0 rgb(0 0 0 / 20%);
    background-color: #fff;
    padding: 10px 10px;
    position: relative;
    margin: 0 auto;
    justify-content: space-around;
}

.main,
.copy-button {
  display: flex;
  justify-content: space-between;
  padding: 0;
  align-items: center;
  gap: 10px;
}
.coupon-section .card::after {
  position: absolute;
  content: "";
  height: 40px;
  right: -20px;
  border-radius: 40px;
  z-index: 1;
  top: 45px;
  background-color: var(--box_background_color);
  width: 40px;
}

.coupon-section .card::before {
  position: absolute;
  content: "";
  height: 40px;
  left: -20px;
  border-radius: 40px;
  z-index: 1;
  top: 45px;
  background-color: var(--box_background_color);
  width: 40px;
}

.co-img img {
  width: 100px;
  height: 100px;
}
.vertical {
  border-left: 5px dotted black;
  height: 100px;
}

.content h1 {
    font-size: 20px;
    color: #565656;
    font-weight: bold;
}
.content h1 span {
  font-size: 18px;
   font-weight: bold;
}
.content {
    flex-basis: 80%;
    text-align: center;
    white-space: nowrap;
}
.content h2 {
    font-size: 16px;
    color: #335f52;
    text-transform: uppercase;
    font-weight: bold;
}

.content p {
    font-size: 14px;
    color: #696969;
    font-weight: bold;
}

.content a {
    font-size: 14px;
    color: var(--button_background_color);
    font-weight: bold;
}

.copy-button {
    margin:0;
    border-radius: 4px;
    padding: 0;
    flex-direction: column;
    width: 50%;
}

.copy-button span {
    width: 130px;
    height: 100%;
    border: none;
    outline: none;
    font-size: 15px;
    text-align: center;
    margin-bottom: 10px;
}

.copy-button input, .content_copon_text input {
  padding: 5px 20px;
  background-color: var(--button_background_color);
  color: #fff;
  border: 1px solid transparent;
}
.add-to-cart-box {
    background-color:var(--other_background_color);
    position: relative;
    max-width: 206px;
    margin: 0 auto;
}
.add-to-cart-box .btn-add-cart {
    padding: calc(8px + (10 - 8) * ((100vw - 320px) / (1920 - 320))) 0;
    width: 100%;
    font-size: calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320))); 
    color: #4a5568;/*
    border-radius: 50px;*/
    font-weight: 500;
}
.add-to-cart-box .btn-add-cart i { 
    border-radius: 100%;
    color: var(--discount_text_color);
    position: relative;
    right: 5px;
}
.product-box .qty-box {
    max-width: 210px;
}
.add-to-cart-box .qty-box {
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    margin: 0;
    display: none;
}
.add-to-cart-box .qty-box .input-group {
    background-color: var(--other_background_color);
    border-radius: 50px;
    padding: 4px;
    text-align: center;
    z-index: 0;
}
.add-to-cart-box .qty-box .input-group button {
    width: calc(29px + (35 - 29) * ((100vw - 320px) / (1920 - 320)));
    height: calc(29px + (35 - 29) * ((100vw - 320px) / (1920 - 320)));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    padding: 0;
    background-color: transparent;
    z-index: 0;
    border-radius: 100% !important;
}
.qty-box .input-group button {
    width: calc(26px + (35 - 26) * ((100vw - 320px) / (1920 - 320)));
    height: calc(26px + (35 - 26) * ((100vw - 320px) / (1920 - 320)));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    padding: 0;
    background-color: #fff;
    z-index: 0;
    border-radius: 4px !important;
}
.add-to-cart-box .qty-box .input-group input {
    height: auto;
    background-color: transparent;
    border: none;
    padding: 0;
    text-align: center;
    font-size: 14px;
    color: #4a5568;
}
.add-to-cart-box .qty-box .input-group button i {
    font-size: 13px;
    color: #000;
    margin-top: 1px;
}
.add-to-cart-box .qty-box.open {
    display: block;
} 

.filter-list {
    text-align: center;
    text-transform: uppercase;
    width: 500px;
    max-width: 500px;
    transition: 0.5s;
    overflow: scroll hidden;
    white-space: nowrap;
    cursor: pointer;
    scroll-behavior: smooth;
    user-select: none;
    margin: 0px !important;
    display: flex;
}
#bottomSheet__buttons {
    display: flex;
    flex-wrap: wrap; 
    width: 100%;
}
body.modal-open.OverflowHidden {
    overflow: auto !important;
}
.filter_dropdown .category_btn.btn-primary.btn {
    border: 1px solid rgb(217, 217, 217);
    box-sizing: border-box;
    border-radius: 4px;
    width: 120px;
    height: 30px;
    padding: 0px 8px;
    display: block;
    margin: 5px 12px 5px 0px;
    cursor: pointer;
    white-space: nowrap;
    -webkit-box-align: center;
    align-items: center;
    background: rgb(255, 255, 255);
    color: rgb(51, 51, 51);
}

.filter-list h3{
  display: block;
}

button:focus:not(:focus-visible), .form-select:focus {
    outline: 0;
    box-shadow:none;
}
.filter-list .btn { 
    box-sizing: border-box;
    border-radius: 4px;
    width: max-content;
    height: 30px;
    padding: 0px 8px;
    display: inline-flex;
    margin: 5px;
    cursor: pointer;
    white-space: nowrap;
    -webkit-box-align: center;
    align-items: center;
    background: var(--box_background_color);
    color: rgb(51, 51, 51);
}
.filter-list .btn.active {
  background: var(--button_background_color);
  color: #fff;
}

.name {
    color: rgb(51, 51, 51);
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    overflow-wrap: anywhere;
    font-weight: 600;
    font-size: 16px;
    line-height: 19.6px;
    margin-bottom: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.sold.text-content {
    color: rgb(51, 51, 51);
    padding: 3px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    margin-bottom: 5px;
}
.sold del {
    color: #918f8fdd;
    font-size: 13px;
}
.product-detail {
    padding: 10px 10px;
    width: 100%;
}
.product {
    transition: 0.1s;
    margin-bottom: 1em;
    padding: 5px;
}
.product-box {
    box-shadow: rgb(0 0 0 / 8%) 0px 0px 12px;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}
.product .info{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 0.5em 1em;
  margin: 0 0 0.5em 0;
  border-bottom: 2px solid #2d7bb5;
  background-color: #fff;
}
.product .info .name{
  flex: 2 0 0;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.4em;
  color: #2d7bb5;
}
.product .info .price{
  font-size: 1.5em;
  font-weight: 600;
  color: #75b546;
}
.product .info .price .original-price{
  color: #f54336;
  text-decoration: line-through;
  font-size: 0.7em;
}
.product .links{
  display: flex;
  flex-direction: row;
  padding: 0.5em 1em;
  background-color: #fff;
}
.product .links .more{
  width: 150px;
  padding: 0.5em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background-color: #2e7ab5;
}
.product .links .more:hover{
  text-decoration: none;
  opacity: .9;
}
.product .links .add-to{
  margin-left: auto;
  padding: 0.5em;
  color: #fff;
  font-weight: 600;
  background-color: #75b545;
  text-transform: uppercase;
}
.product .links .add-to:hover{
  text-decoration: none;
  opacity: .9;
}

.product-section {
    min-height: 100vh;
    display: block;
    /*
    padding: 40px 0px;*/
    padding-top: 0px;
    overflow: hidden;
    position: relative;
}
.heading-product {
    padding-left: 5px;
}
.heading-product font {
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    color: rgb(51, 51, 51);
    margin: 0px 0px 10px;
    padding-top: 5px;
    display: inline-block;
}
footer {
    background: #263238;
    text-align: center;
    color: #fff;
    padding: 20px 0px;
    padding-bottom: 100px;
}
.footer-text h4 { 
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.footer-text h2 { 
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 41px;
    color: #FEC106;
    letter-spacing: 0;
    margin-bottom: 20px;
}
.footer-text p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #FFFFFF;
    letter-spacing: 0px;
    max-width: 800px;
    margin: 0 auto;
}
/*.cart_item_box {
    display: flex;
    align-items: center;
}*/
.item-row-cart .item-img {
    position: relative;
}
.item-row-cart .item-img img {
    width: 100%;
    height: 100%;
}
.item_name .name {
    max-width: 110px;
    text-transform: capitalize;
}
.item_heading_text {
    width: 130px;
    position: relative;
}
.item-img {
    flex-basis: 20%;
}

.item_name {
    flex-basis: 70%;
    padding-left: 10px;
    text-align: left;
    position: relative;
}
.remove_icon_item {
    position: absolute;
    right: 10px;
    top: -4px;
}
.product-item {
    max-height: 300px;
    overflow: scroll;
    overflow-x: hidden; 
}
.cart_item_box .add-to-cart-box .qty-box .input-group {
    width: 95px;
}
.add_note span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 100%;
}
.AdonsItmeBox {
    text-align: left;
    margin-top: 5px;
}
.AdonsItmeBox p.addon-title {
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}
.AdonsItmeBox .adons-itme p.clearfix {
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}
.cart_item_box { 
    /*border-bottom: 1px solid #ccc;*/
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.item-row-cart {
    display: flex;
    align-items: center;
    justify-content: space-around; 
}

.cart_item_box  .add-to-cart-box .qty-box {
    position: relative;
    margin: 0 ;
}
.cart_item_box  .add-to-cart-box{margin: 0 ;
}
.cart-details .cart-totals p {
    display: flex;
    justify-content: space-between;
} 
#heading { 
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    color: var(--heading_color);
    padding-bottom: 0;
    margin-bottom: 0px;
}
.top-heading-cart {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 0px 15px 0px;
}

.top-heading-cart a {
    font-size: 15px;
    color: rgb(51, 51, 51);
    text-decoration: underline;
    font-weight: bold;
}
.apply_coupon-box #heading {
    margin-bottom: 0px;
    font-size: 15px !important;
    padding: 10px 0px;
}
.apply_coupon-box p {
    text-align: left;
    color: rgb(0, 168, 28);
    padding-bottom: 10px;
    padding-top: 2px;
}
.border-top {
    border-top: 1px solid #dee2e6!important;
    border-bottom:  1px solid #dee2e6!important;
}
#msform {
    text-align: center;
    position: relative; 
} 
.product-box .product-image img {
    min-width: 100%;
    min-height: 220px;
    max-height: 220px;
    object-fit: cover;
}
#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
} 

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; 
    outline-width: 0
}

.action-button, #forgotBtn, #clear_cart, #cancel_order, #remove_item, .back-button-track, .btn-submit {
    min-width: 100px;
    text-align: center;
    background: var(--button_background_color);
    font-weight: bold;
    color: var(--button_text_color);
    border: 0 none;
   border-radius: 5px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right
}
.btn-submit { float: none;}
.btn-submit:hover, .back-buttton a:hover{ color:#fff }
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}
#confirm button.btn.btn-default {
    background: var(--box_background_color);
    color: var(--discount_text_color);
    min-height: 41px;
}
#backLoginModel {
    background: transparent;
    border: none;
}
.action-button:hover, .action-button:focus {
    background: var(--button_background_color);
    color: #fff;
}
.store-information-section {
    height: 90vh;
}

.action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 5px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

.action-button-previous:hover,
.action-button-previous:focus {
    background-color: #000000
}

.card {
    /* z-index: 0; */
    border: none;
    position: relative
}

.fs-title, #additionalInfo {
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    color: rgb(51, 51, 51);
    margin: 0px 0px 10px;
    padding-top: 5px;
    display: inline-block;
}
.purple-text {
    color: #335f52;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 10px;
    overflow: hidden;
    color: lightgrey;
    padding: 10px;
    border-top: 1px solid rgb(217, 217, 217);
    border-bottom: 1px solid rgb(217, 217, 217);
    display: flex;
    align-items: center;
}
.tc-link label.checkcontainer {
    margin-bottom: 0;
    line-height: 1;
} 
#progressbar .active {
    color: var(--discount_text_color);
}
.form-control.pac-target-input {
    padding: 12px 40px 12px 12px;
}
#payment {
    width: 16% !important;
}
#progressbar li {
    list-style-type: none;
    font-size: 10px;
    width: 42%;
    float: left;
    position: relative;
    font-weight: 400;
    display: flex;
    align-items: center;
    padding-right: 5px;
    flex-grow: 1;
}
#progressbar li strong {
    flex-basis: 50%;
}
.line_progre {
    height: 2px;
    width: 70%;
    margin-left: 5px;
    margin-right: 0; 
    display: inline-block;
    background: rgb(217, 217, 217);
}
.round_circle {
    min-height: 12px;
    min-width: 12px;
    background: rgb(49, 27, 146);
    opacity: 1;
    border-radius: 100%;
    display: inline-block;
    margin-right: 2px; 
    background: rgb(217, 217, 217);
} 
#progressbar .active .round_circle, #progressbar .active .line_progre {
    background: var(--button_background_color);
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #673AB7
}
.emptyCartButton {
    color: #000;
    font-size: 12px;
    text-decoration: underline;
}
.cart-totals p {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.total-amount {
    border-top: 1px solid #ddd;
    padding-top: 5px;
    margin-top: 10px !important;
}
.total-amount strong {
    font-weight: bold;
    font-size: 16px;
    color: #335f52;
}
#cart_total_amount {
    font-weight: bold;
    color:var(--discount_text_color);
}
.fit-image {
    width: 100%;
    object-fit: cover
}
.apply_coupon_iner a {
    font-weight: 600;
    font-size: 16px;
    line-height: 19.6px;
    color: rgb(51, 51, 51);
    display: flex;
    align-items: center;
    gap: 5px;
}
.apply_coupon_iner a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--box_background_color);
    padding: 15px 20px;
    border-radius: 6px;
    border: 1px dashed #ddd;
}
.cart_price_box_fx {
    z-index: 99;
    left: 0;
    right: 0;
    padding: 10px 10px 0px 10px;
    background: rgb(255, 255, 255);
    position: fixed;
    bottom: 0px;
    width: 100%;
    max-width: 500px;
    border-radius: 20px 20px 0px 0px;
    box-shadow: rgb(0 0 0 / 14%) 0px -1px 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}
/*.show_item_btn {
    font-size: 14px;
    color: rgb(51, 51, 51);
    font-weight: 600;
}*/
.show_item_btn {
    font-size: 14px;
    color: rgb(51, 51, 51);
    font-weight: 600;
    text-decoration: underline;
}
/*#show_item {
    background: var(--box_background_color);
    text-align: center;
    line-height: 20px;
    padding: 10px 0px;
    border-radius: 5px;
    margin-bottom: 10px;
}*/
#show_item {
    text-align: center;
    line-height: 20px;
    border-radius: 5px;
    padding-bottom: 10px;
}
.form-control {
    font-weight: 400;
    font-size: 14px;
    line-height: 19.6px;
    caret-color: rgb(49, 27, 146);
    height: 42px;
    padding: 12px 0px 12px 12px;
    border: 1px solid rgb(217, 217, 217);
    border-radius: 4px;
    box-sizing: border-box;
    outline: none;
    color: rgb(51, 51, 51);
    width: 100%;
}
span.label-text {
    font-size: 14px;
    font-weight: bold;
    color: rgb(51, 51, 51);
}
#deliveryAddressForm .checkcontainer {
    display: flex;
    align-items: center;
    gap: 5px;
}
.cart_btn a {
    background: var(--button_background_color);
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    color: var(--button_text_color);
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}
.price span {
    font-size: 12px;
    font-weight: 400;
    color: rgb(96, 96, 96);
}
.price h3 {
    font-size: 24px;
    font-weight: bold;
}
.coupon_box {
    padding: 15px 10px;
    gap: 30px;
    display: flex;
}
.note {
    font-size: 15px;
}
.add-ons-list {
    background: #f5f5f5;
    padding: 10px 15px;
    border-radius: 10px;
    margin-top: 10px;
}
/*.filter-list {
    overflow: scroll;
    white-space: nowrap;
    cursor: pointer;
    scroll-behavior: smooth;
    padding-bottom: 10px;
}*/
.product-item::-webkit-scrollbar, #mealIngredientContent::-webkit-scrollbar  {
  display: none;
}
.overlay .social::-webkit-scrollbar {
    width: 2px;
}
 
.overlay .social::-webkit-scrollbar  {
  display: none;
}

.filter-list::-webkit-scrollbar {
  height: 2px;
}
.coupon-section::-webkit-scrollbar, #dateList::-webkit-scrollbar  {
  height: 4px;
}
/* Track */
.filter-list::-webkit-scrollbar-track, .coupon-section::-webkit-scrollbar-track, .overlay .social::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.filter-list::-webkit-scrollbar-thumb, .coupon-section::-webkit-scrollbar-thumb, #dateList::-webkit-scrollbar-thumb {
  background: var(--button_background_color);
}

/* Handle on hover */
.filter-list::-webkit-scrollbar-thumb:hover, .coupon-section::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.product-item.hide_item {
    display: none;
}
.modal-dialog {
    max-width: 480px; 
}
.filter-list.newClass {
    position: fixed;
    background: #fff;
    z-index: 999;
    top: 70px;
    max-width: 498px;
    padding-right: 30px;
}
.modal-bottom .modal-dialog {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100% !important;
  margin: 0;
}
.modal-dialog {
    position: fixed;
    top: auto;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 999;
    margin: 0;
}
.modal-backdrop.fade.show {
    display: none;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.show_item_btn:hover {
    color: #335f52;
}
.pac-container { 
    z-index: 99999 !important; 
}
#frmUserDeliveryAddress {
    position: relative;
}
.clearAddress, .clearAddress:hover {
    position: absolute;
    right: 20px;
    top: 12px;
    color: #000;
}
.modal-bottom .modal-dialog .modal-content {
  border-radius: 0.3rem 0.3rem 0 0;
}
.cart-model .modal {
    z-index: 999999; 
}
.modal-p-bottom .modal-dialog {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100% !important;
  margin: 0;
  transform: translateY(100%) !important;
}
.modal-p-bottom .modal-dialog .modal-content {
  border-radius: 0.3rem 0.3rem 0 0;
}
.modal-p-bottom.show {
  overflow: hidden;
}
.modal-p-bottom.show .modal-dialog {
  transform: translateY(0%) !important;
  min-height: 80px;
}

.modal-right .modal-dialog {
  position: fixed;
  z-index: 1055;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  max-width: 100%;
  width: 320px;
  left: auto !important;
  transform: translate3d(100%, 0, 0) !important;
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.modal-right .modal-content {
  height: 100vh;
  border-radius: 0.3rem 0 0 0.3rem;
}
.modal-right.show .modal-dialog {
  transform: translate3d(0, 0, 0) !important;
}

 #bottomSheet {
        padding:10px;
        /* Rectangle 6: */
        background: #FFFFFF;
        box-shadow: 0 -2px 16px 0 rgba(0,0,0,0.16);
        border-radius:8px 8px 0px 0px;
        transition:all 0.4s ease;
        z-index: 9999;
        display: inline-block;
        width: 475px; 
        }

      .bottomSheet__header {
        /* Remind me: */
        font-family: HelveticaNeue-Medium;
        font-size: 16px;
        color: #222222;
        letter-spacing: 0.23px;
          margin-bottom: 16px;
          display: inline-block;
      }

      .bottomSheet__button{
        /* Standard Delivery copy (active): */
        font-family: HelveticaNeue;
        font-size: 16px;
        color: #222222;
        line-height: 20px;
        display:inline-block;
        background: #F7F7F7;
        border-radius: 8px;
        margin: 0px 0px 8px 0px;
        padding: 10px 16px;
        width:100%;
      }
.bottomSheet__link h2 {
    font-weight: bold;
    font-size: 16px;
    text-transform: capitalize;
    color: #000;
}
.bottomSheet__link { 

    font-size: 16px;
    color: #1A6461;
    line-height: 20px; 
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 0;
    border-radius: 0px 8px 0px 0px;
    font-weight: bold;
}
      .bottomSheet__link--last {
        margin-bottom:16px;
      }

      .bottomSheet__checkbox{
        margin-right:8px;
      }

      .bottomSheet--onScreen {
        position: fixed;
        bottom: 0px;
      }
      .bottomSheet--offScreen{
        position: fixed;
        top: 100%;
      }
      .hidden {
        opacity:0 !important;
      }
      .visible{
        opacity: 1 !important;
        margin-top:14px;
        margin-bottom:24px;
      }
      .showToast {
        position: fixed;
        bottom: -205px;
      }
      .largemargins {
        margin-top:16px;
        margin-bottom:24px;
      }
      #cancelButton {
        display: inline-block;
        float: right;
        color: #1A6461;
      }
/*#bottomSheet .filter-button {
    background: transparent;
    color: #000;
}*/
  .category_btn {
    border: 1px solid rgb(217, 217, 217);
    box-sizing: border-box;
    border-radius: 4px;
    width: 120px;
    height: 30px;
    padding: 0px 8px;
    display: block;
    margin: 5px 12px 5px 0px;
    cursor: pointer;
    white-space: nowrap;
    -webkit-box-align: center;
    align-items: center;
    background: rgb(255, 255, 255);
    color: rgb(51, 51, 51);
} 

.overlay {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: var(--box_background_color);
  opacity: 0;
  transition: all 450ms cubic-bezier(0.32, 1, 0.23, 1) 0ms;
  z-index: 9999;
  width: 500px;
  margin: 0 auto;
}
.overlay .social {
    position: fixed;
    bottom: 0;
    width: 500px;
    border-radius: 10px 10px 0px 0px;
    background-color: #fff;
    padding: 30px 24px 16px;
    box-sizing: border-box;
    transform: translate(0, 100%);
    transition: all 450ms cubic-bezier(0.32, 1, 0.23, 1) 100ms;
    max-height: calc(100vh - 0px);
    overflow: auto;
    border-radius: 0;
}
.overlay .social ul {
  text-align: justify;
  -moz-columns: 74px 3;
       columns: 74px 3;
  vertical-align: bottom;
}
.overlay .social ul li {
  width: 74px;
  display: inline-block;
}
.overlay .social ul a {
  display: block;
  margin: 8px 0;
  color: gray;
  text-decoration: none;
  text-align: center;
}
.overlay .social ul a span {
  display: inline-block;
  width: 100%;
}
.overlay .social .facebook span {
  color: #3b5998;
}
.overlay .social .twitter span {
  color: #00aced;
}
.overlay .social .linkedin span {
  color: #007bb5;
}
.overlay .social .reddit span {
  display: block;
  width: 48px;
  height: 48px;
  margin: 0 auto;
  border-radius: 2px;
  background-color:var(--box_background_color);
  color: #fff;
  text-shadow: 1px 1px #000, -1px -1px #000, -1px 1px #000, 1px -1px #000;
}
.overlay .social .reddit span::after {
  content: "";
  display: block;
  height: 4px;
  width: 4px;
  background-color: red;
  border-radius: 50%;
  position: relative;
  top: -24px;
  left: 16px;
  box-shadow: 12px 0 red;
}
.overlay .social .whatsapp span {
  color: #4dc247;
}
.overlay .btn-close {
  color: #666;
  transform: scale(0, 0);
  transition: all 450ms ease-in-out 0;
}
.couponSheet {
  display: block;
  position: fixed;
  top: 0;
  opacity: 1;
}
.couponSheet .social {
  transform: translate(0, 0);
  z-index: 99;
  margin-left: -12px;
}
.couponSheet .btn-close {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 0;
    outline: 0 none;
    transform: scale(1, 1);
}
.Coupons_heading {
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    padding-bottom: 10px;
}
#coupon_code {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(217, 217, 217);
    box-sizing: border-box;
    border-radius: 5px;
    padding-left: 12px;
    padding-right: 14px;
    height: 40px;
    width: 100%;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    line-height: 19.6px;
    color: rgb(51, 51, 51);
}

#apply-button {
    font-size: 16px;
    padding: 6px 15px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    outline: none;
    margin-left: 1%;
    border-radius: 4px;
    color: rgb(255, 255, 255);
    background: var(--button_background_color);
    height: 40px;
    font-weight: 600;
    line-height: 22.4px;
} 
.couponCod_input {
    display: flex;
    max-width: 460px;
    margin: 0 auto;
    margin-bottom: 15px;
}
.couponCod_box {
    filter: drop-shadow(rgba(0, 0, 0, 0.08) 0px 0px 12px);
    background: #fff;
    position: relative;
    min-height: 40px;
    border-radius: 10px; 
    margin-bottom: 10px;
}
.content_copon_text h3 {
    font-weight: 600;
    font-size: 14px;
    line-height: 19.6px;
    text-align: left;
    margin-bottom: 0;
}

.content_copon_text p {
    font-weight: 400;
    font-size: 12px;
    line-height: 16.8px;
    text-align: left;
} 
#coupon_box_title {
    font-size: 14px;
}
.footer_coupon {
    position: relative;
    min-height: 42px;
    background-color: var(--button_background_color);
    width: 100%;
    border-radius: 0px 0px 8px 8px;
    padding: 12px 20px;
    box-shadow: rgb(0 0 0 / 2%) 0px 2px 2px;
    text-align: left;
    color: #fff;
    margin-top: 10px;
}
.footer_coupon span {
    display: flex;
    align-items: center;
    gap: 10px;
}
.content_copon_text {
    padding: 15px 15px 0px;
}
#add_note aside.social {
    margin: 0;
} 
.add_note {
    font-size: 12px;
    color: #000;
    display: flex;
    align-items: baseline;
    gap: 5px;
}
.add_note:hover {
    color: #000;
}
body.overflow_hidden {
    overflow: hidden;
}
#search {
    background: rgb(255 255 255 / 98%);
    height: 0;
    display: block;
    opacity: 0;
    position: fixed;
    width: 100vw;
    will-change: transform, opacity;
    z-index: -1;
}
#search:target {
    height: 100vh !important;
    opacity: 1;
    width: 500px !important;
    z-index: 99999;
}
#search:target .close-btn {
  display: block;
}
#searchbox {
    background: transparent;
    border: solid rgb(242, 242, 242);
    border-width: 0 0 1px 0;
    color: #505050;
    font-size: 18px;
    height: 2rem;
    width: 100%;
    outline: 0;
    padding: 2rem 1rem;
}
.close-btn {
  display: none;
  color: #fff;
  font-size: 2rem;
  position: absolute;
  top: 2px;
  right: 2rem;
}
.fade {
    transition: none;
    background: #000000d9;
}
#search:target {
    height: 100vh !important;
    opacity: 1;
    max-width: 100%;
    z-index: 99999;
}
#productList {
    overflow: scroll;
    max-height: 100vh;
    padding: 0px 10px 70px 10px;
}
.cart-model .btn-close i{ display:none; }
#productList::-webkit-scrollbar  {
  display: none;
}
.modal.show .modal-dialog {
    transform: none;
    margin: 0 auto;
    width: 100%;
    left: 0;
    top: 3%;
}

#resendOtpLink {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    padding-top: 5px;
    display: inline-block;
}
#otpBtn {
    text-align: center;
    margin: 0 auto;
    display: block;
    background:var(--button_background_color);
    color: #fff;
}
.form-control:focus { 
    outline: 0;
    box-shadow: none;
}
#update_contact_info i, #update_delivery_datetime i {
    color: #335f52;
    padding-left: 5px;
}

#dateList {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 100%;
    overflow: scroll;
    overflow-y: hidden;
    padding-bottom: 10px;
}
.dayFilters {
    background: var(--box_background_color);
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    min-width: 65px;
} 
.dayFilters a {
    color: var(--discount_text_color);
    font-weight: bold;
    display: inline-block;
}
li.activetime a {
   color: #fff;
}
li.activetime {
   background: var(--button_background_color);

}

#confirm .modal-body {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}
.btn_del_tak {
    color: #000 ;
}
.nav-tabs .nav-link.active svg path {
    fill: #fff !important;
} 
.nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: var(--button_background_color); 
}
.show_item_btn svg path {
    fill: var(--button_background_color) !important;
} 
#clear-search-text {
    position: absolute;
    top: 24px;
    right: 20%;
    cursor: pointer;
}
.fancybox__container {
    z-index: 99999 !important;
    width: 500px;
    margin: 0 auto !important;
}
 
.small-img i {
    font-size: 20px;
    color: #fff;
    text-shadow: 1px 2px 4px #335f52;
}
.small-img {
    position: absolute;
    z-index: 9;
    left: 9px;
    bottom: 6px;
}
.modal {
    z-index: 99999;
    width: 500px;
    left: auto;
}
 
.modal-dialog {
    display: flex;
    align-items: center;
}
.product-image {
    position: relative;
}
.product-image a img {
    display: inline-block;
    height: 250px;
    min-width: 100%;
    object-fit: cover;
}
.emptyCartButton:hover, .meal_ingredients:hover {
    color: #000;
    text-decoration: underline;
}
.meal_ingredients {
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    right: 10px;
    bottom: 10px;
    background:var(--button_background_color);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
.meal_ingredients:hover {
    color: #fff;
}
#orderDetailShow span, #deliveryAddressShow span {
    font-size: 15px;
    font-weight: bold;
}
a:-webkit-any-link:focus-visible {
    outline-offset: 0px;
}
.store-information-section h1, .pickup-box h6 {
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0px;
}
.section-title h1 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0px;
}
.profile-info h3{
    font-size: 20px;
    font-weight: bold;
    padding: 10px 10px;
}


.location, .phone {
    font-size: 15px;
    line-height: 1.5;
    display: flex;
    align-items: baseline;
    gap: 5px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.phone a {
    color: #335f52;
    font-weight: bold;
}
.pickup-box-inner p {
    display: flex;
    justify-content: space-between;
    margin-bottom: 11px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}
.faqpage .panel-heading button.btn {
    border: 1px solid #ddd;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.static_page.faqpage {
    min-height: 50vh;
}
.my-account.TempletThreeVH {
    padding: 0px 10px;
    min-height: 100vh;
}
.btn-edit {
    position: absolute;
    right: 18px;
    top: 42px;
    border: 0;
}
label {
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 6px;
}
.address-not-found img {
    width: 30px;
}


.address-list .address-item + .address-item{
    border-top: 1px solid var(--heading_color);
    padding-top: 10px;
    margin-top: 10px;
}
.address-list .address-item .deleteAddress{
    color: var(--heading_color);
    text-decoration: none;
}
.address-not-found{
    text-align: center;
    padding: 10px;
    font-weight: bold;
    color: #5d5d5d;
}
.address-not-found img{
    display: block;
    margin: 0px auto 15px;
}
.address-not-found i{
    display: block;
    font-size: 60px;
    margin-bottom: 10px;
    color: #a9a9a9;
}
.address-not-found a{
    color: var(--heading_color);
    text-decoration: none;
}
.address-list {
    padding: 15px;
    border: 1px solid #ddd;
}
.address-not-found .addUserAddress {
    font-size: 16px;
    padding: 0px 5px;
    color: #335f52;
    text-decoration: underline;
    font-weight: bold;
}
#saveUserAddressButton {
    background:var(--button_background_color);
    color: #fff;
}
.back-button-track:hover {
    color: #fff;
}
.order-history-section {
    padding-top: 10px;
    min-height: 60vh;
}
.empty-cart-main h2 {
    font-size: 20px;
    text-align: center;
}
.back-buttton a {
    background:var(--button_background_color);
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
}
.order-history-section  #myTab {
    justify-content: space-around;
    border: 0;
}
.order-history-section .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: var(--discount_text_color);
    border-color: transparent;
}
.order-history-section .nav-tabs .nav-link {
    color: #000;
    border: 1px solid #ddd;
    border-radius: 0px;
}
.empty-cart-main {
    border-top: 1px solid #ddd;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.nav-tabs .nav-link { 
    background: var(--box_background_color);
}
/*#contactInfoShow {
    border: 1px solid #ddd;
    padding: 10px 15px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
}*/
a#update_contact_info {
    position: absolute;
    right: 10px;
    top: 10px;
}
.close {
    display: inline-block;
    margin-left: 10px;
}
.alert-success {
    color: #198754;
    background-color: transparent;
    border-color: #badbcc;
    margin-bottom: 10px;
    padding: 0px 5px;
    font-size: 14px;
    display: inline-block;
    font-weight: bold;
}
.payment-options img {
    width: 65px;
    padding-left: 10px;
}
.select-payment-mode p {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}
.tc-link a {
    font-size: 15px;
    color: #000;
    font-weight: bold;
    text-decoration: underline;
}
#frmSubmit {
    background: var(--button_background_color);
    color: #fff;
}
.otherCardCheckoutForm img {
    width: 30px;
    padding: 0;
}
.card-list p {
    font-size: 15px;
    padding-bottom: 10px;
}
 
#method_paynow, #cod_note {
    background-color: var(--box_background_color);
    padding: 15px;
    border-radius: 5px;
    width: 80%;
    margin-left: 13px;
}
#method_paynow .or-line {
    text-align: center;
    margin: 0;
    position: relative;
    padding: 0px;
}
#method_paynow .or-line:before{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    top: 50%;
}
#method_paynow .or-line span{
    position: relative;
    z-index: 1;
}
#method_paynow .or-line:after{
    content: '';
    display: block;
   background-color: var(--box_background_color);
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0px;
    left: 50%;
    transform: translate(-50%, 0%);
}
#method_paynow input{
    margin-top: 10px;
    width: 100%;
    padding: 5px 10px;
    border: 1px solid var(--heading_color);
    color: var(--heading_color);
    border-radius: 5px;
    background: transparent;
    outline: none;
}
#method_paynow input::placeholder{
    color: var(--heading_color);
}
#method_paynow .uen-code span{
    width: 100%;
    border: 1px dashed var(--heading_color);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
    border-radius: 6px;
    margin-top: 5px;
} 
.or-line, .uen-code {
    border: none;
}
.download_icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 99;
    font-size: 16px;
    color: #fff;
    background: #335f52;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 20px;
}
p.paynow_qr_info, p.or-line, p.uen-code {
    padding: 5px 0px;
    border: none;
    text-align: center;
}
.qr_code_box {
    position: relative;
}
.file_upload-section {
    padding: 10px 0px;
}
.qr_code_box img {
    width: auto;
    padding: 0px;
    margin-top: 10px;
}
.form-inline {
    padding-top: 5px;
}
.product_categories_name {
    padding: 0px;
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    margin: 8px 0px 16px;
}
.btn-danger {
    background: #eae8f4;
    color: #000;
    border-color: #eae8f4;
}
#continueCheckoutErrorSpan a.close.closeModalErr {
    display: none;
}
.upcoming-order-item {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}
.order-id, .order_id {
    color: var(--discount_text_color);
    font-weight: bold;
}
.upcoming-order-item, #historyOrderList .order-item {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 9px;
    border-radius: 5px;
    box-shadow: 0px 0px 4px #00000042;
}
 
.upcoming-order-head, .order-info-head {
    border-bottom: 1px dashed var(--button_background_color);
    padding-bottom: 5px;
}
.date-time, #historyOrderList .date {
    font-size: 14px;
    font-style: italic;
    margin: 5px 0px;
}
.order-number {
    background: #335f52;
    border-radius: 4px;
    color: #fff;
    padding: 5px 0px;
}
.deliveryTypeText, .order-track-heading .status {
    text-decoration: underline;
}
.priduct-item strong, #historyOrderList .upcoming-order-body h5 span {
    font-size: 15px;
    color: var(--discount_text_color);
    font-weight: bold;
}

.upcoming-order-body .btn.btn-submit {
    background: var(--button_background_color);
    color: #fff;
    padding: 5px 10px;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 1.5;
}
.add-ons-list h6 {
    font-weight: bold;
    font-size: 17px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.toast:not(.showing):not(.show) {
    opacity: 1 !important;
}
.toast {
    width: 50% !important;
    max-width: 100%;
    font-size: .875rem;
    pointer-events: auto;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0.25rem;
}
.status[data-order_status="pending"] {
    color: #fec106;
    font-weight: bold;
    text-decoration: underline;
}
.status[data-order_status="accepted"] {
    color: #36953a;
    font-weight: bold;
    text-decoration: underline;
}
.status[data-order_status="completed"] {
    color: #4caf50;
    font-weight: bold;
    text-decoration: underline;
}
.status[data-order_status="food_prepared"], .status[data-order_status="moved"]{
    color: #194438;
    font-weight: bold;
    text-decoration: underline;
} 
.status[data-order_status="cancelled"] {
    color: #ff0000;
    font-weight: bold;
    text-decoration: underline;
} 
.btn.btn-submit.cancel {
    background: #eee;
    color: #000;
}
.track-order-section {
    padding: 0px 10px;
}
.address-list-itme {
    font-weight: bold;
    text-transform: capitalize;
}
.address-info {
    padding-top: 10px;
}
.delete a {
    color: var(--discount_text_color);
}
.order-track-info { 
    padding-bottom: 5px;
}  
.order-date {
    text-align: right;
}
.order-track-info .order-time, .order-track-info .order-date {
    font-size: 14px;
    font-weight: 600;
    /* border-bottom: 1px solid #ddd; */
    padding-top: 5px;
}
.order-track-heading {
    border-bottom: 1px dashed var(--button_background_color);
}
.track-bar {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px;
    margin-top: 10px;
    position: relative;
    border-top: 1px solid #ddd;
    padding-top: 10px;
    gap: 3px;
}
.track-bar small {
    line-height: 16px;
    display: block;
    margin-top: 5px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
}
button:focus {
    outline: dotted 1px;
    outline: none;
}
.order-track-status .track-bar p.next_food_step span {
    background-color: #ce1212;
    opacity: 1;
}
.order-track-status .track-bar p span {
    background-color: var(--other_background_color);
    width: 100%;
    height: 10px;
    opacity: 1;
    margin-bottom: 0px;
    display: block; 
    min-width:100px;
}
.order-track-status .track-bar p.active span {
    background-color: var(--button_background_color);;
    opacity: 1;
}
.list-loading img {
    width: 40px;
    text-align: center;
    margin: 0 auto;
    display: block;
}
.order-status-box .order-status-id {
    font-weight: 600;
    font-size: 18px;
    padding-top: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.order-track-status {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 4px #00000042;
    color: var(--heading_color);
    margin-bottom: 15px;
    padding: 10px;
}
.order-track-status .order_id {
    font-weight: 600;
    font-size: 15px;
}
.order-status-box p {
    margin-bottom: 8px;
}
#assignedRiderName a img {
    width: 20px;
    top: -3px;
    position: relative;
}
.delivery_fee_may_vary {
    background-color: var(--other_background_color);
    color: var(--button_text_color);
    padding: 10px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 5px;
}
.order-location {
    margin-top: 15px;
    border-top: 1px solid var(--outline_color);
    padding-top: 15px;
    margin-bottom: 15px;
}
.order-location .address i {
    margin-top: 5px;
    margin-right: 10px;
    color: var(--text_disc);
    font-size: 20px;
}
.order-scheduled h5 {
    font-weight: 600;
    padding-bottom: 5px;
    background-color: #f1f1f1;
    padding: 8px 10px;
}
.view-order a {
    background: var(--button_background_color);
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.2px;
    margin-top: 10px;
}
.order-location .address {
    display: flex;
}

a.close.closeModalErr {
    display: none;
}  
.alert-danger {
    color: #dc3545;
    background-color: transparent;
    border-color: #f5c2c7;
    font-size: 14px;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: bold;
}
#cart_error_message_span, .cart_error_message_span {
    font-size: 14px;
    font-weight: bold;
    display: flex;
}
.has-error#cart_error_message_span, .has-error.cart_error_message_span {
    color: #dc3545;
}
.has-success#cart_error_message_span .has-success.cart_error_message_span{
    color: #198754;
}
.item-amount, #historyOrderList .amount {
    font-size: 16px;
    font-weight: bold;
}
span.pre_discount_price {
    text-decoration: line-through;
}
.empty-cart-main img {
    width: 300px;
    text-align: center;
    margin: 0 auto;
    display: block;
}
.hidden_lang {
    position: absolute;
    text-transform: uppercase;
    background-color: var(--button_background_color);
    padding: 5px 10px;
    border-radius: 3px;
    right: 0px;
    z-index: 99;
    margin-top: 3px;
    min-width: 65px;
}
#show_hidden_lang a {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    border: 1px solid #ddd;
    padding: 5px 10px;
    border-radius: 4px;
}
#show_hidden_lang {
    min-width: 75px;
}
a.lang_text {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
}
.hidden_lang a {
    color: #ffff;
}
.card_cvv {
    height: 40px;
    padding: 0px 10px;
    border-radius: 5px;
    border: 1px solid #b3b3b3;
}
.csv_label {
    margin: 0px; 
}

.csv_label input {
    opacity: 1;
    border: solid 1px #13395E;
    border-radius: 3px;
    box-shadow: 0 1px 3px 0 rgb(19 57 94 / 20%);
    width: 100%;
    height: 32px;
}
.method_other_card_checkout .radio {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 10px;
}
fieldset .row {
    --bs-gutter-x: 0 !important;
}
.btn-close:focus {
    outline: 0;
    box-shadow: none !important;
     
}
.qr-code-box .qr-code-disc{
    font-weight: bold;
    font-size: 18px;
}
.qr-code-box img{
    width: 330px;
}
.upload-catlog-section{
    background-color: #fff;
}
.upload-catlog-container{
    padding-top: 30px;
    padding-bottom: 50px;
}
.upload-catalog-item{
    text-align: center;
    padding-bottom: 40px;
}
.upload-catalog-item img{
    width: 400px;
}
.upload-catalog-right{
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
}
.upload-catalog-right .upload-catalog-title{
    font-size: 18px;
    width: 70%;
    margin: 0 auto;
    color: var(--heading_color);
    font-weight: 500;
}
.upload-catalog-right .input-form{
    position: relative;
    display: block;
    border: 2px dashed #05356d2e;
    border-radius: 20px;
    margin: 20px 0px;
}
.upload-catalog-right .input-form input{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    left: 0px;
}
.upload-catalog-right .input-form img{
    width: 150px;
}
.upload-catalog-right .input-form #uploaded_file{
    display: block;
    margin-bottom: 20px;
    margin-top: -10px;
    font-weight: 500;
    width: 100%;
    overflow: hidden;
}
.info-note-box{
    margin-bottom: 30px;
    background-color: var(--box_background_color);
    color: var(--heading_color);
    border-radius: 10px;
}
.info-note-box p{
    padding: 10px 15px;
    margin: 0px;
}
.input-form-submit input{
    padding: 6px 20px;
}
.steps-catlogs ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.steps-catlogs ul .steps-catlogs-item{
    background-color: #f5f5f5;
    padding: 25px 40px;
    border-radius: 80px;
    position: relative;
    margin-top: 60px;
    margin-right: 50px;
}
.steps-catlogs ul .steps-catlogs-item .steps-heading{
    position: absolute;
    left: 10px;
    top: -30px;
    font-size: 50px;
    color: #a3a3a3;
    margin: 0px;
}
.steps-catlogs ul .steps-catlogs-item .steps-disc{
    margin: 0px;
    width: 50%;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.steps-catlogs ul .steps-catlogs-item .steps-img-right{
    position: absolute;
    bottom: 0px;
    width: 280px;
    right: -50px;
}
.steps-catlogs ul .steps-catlogs-item:nth-child(even){
    margin-right: 0px;
    margin-left: 50px;
}
.steps-catlogs ul .steps-catlogs-item:nth-child(even) .steps-heading{
    left: inherit;
    right: 0px;
}
.steps-catlogs ul .steps-catlogs-item:nth-child(even) .steps-disc{
    float: right;
}
.steps-catlogs ul .steps-catlogs-item:nth-child(even) .steps-img-right{
    right: inherit;
    left: -50px;
    bottom: -20px;
}

.qr-code-box{
        width: 100%;
    }
    .qr-code-box img{
        width: 100%;
    }
    .upload-catalog-item img{
        width: 100%;
    }
    .upload-catlog-container .row .col-md-12:nth-child(1){
        order: 2;
    }
    .upload-catlog-container .row .col-md-12:nth-child(2){
        order: 1;
    }
    .steps-catlogs ul .steps-catlogs-item{
        margin-top: 30px;
        text-align: center;
        margin-right: 0px;
        border-radius: 15px;
    }
    .steps-catlogs ul .steps-catlogs-item .steps-heading{
        position: initial;
    }
    .steps-catlogs ul .steps-catlogs-item .steps-disc{
        width: 100%;
    }
    .steps-catlogs ul .steps-catlogs-item .steps-img-right{
        position: initial;
        width: 100%;        
    }
    .steps-catlogs ul .steps-catlogs-item:nth-child(even){
        margin-left: 0px;
    }
    .upload-catalog-right .upload-catalog-title{
        width: 100%;
    }
    .delivery-address-item label.radio-inline {
        display: flex;
        align-items: baseline;
        gap: 10px;
        font-weight: normal;
        text-transform: capitalize;
    }
.product-details {
    padding: 15px 0px;
    font-weight: bold;
    background: #263238;
    color: #fff;
}
.add-ons-list ul li {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 8px;
    line-height: 1.5;
} 
.add-ons-list ul li label.checkcontainer {
    margin-bottom: 0px !important;
    line-height: 1;
}
#form_error i {
    padding-right: 5px;
}
.card-list label {
    margin-bottom: 0px;
}
.add-ons-list li label {
    display: flex;
    align-items: center;
    gap: 10px; 
    justify-content: start;
}
.CountryCode {
    max-width: 70px;
    height: 42px;
    padding: 10px 10px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: rgba(0, 0, 0, 0.05);
    border: 1px solid #DFE3E7;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 5px 0px 0px 5px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    pointer-events: none;
    display: flex;
    align-items: center;
    gap: 2px;
}
input#guest_phone_number {
    border-left: 0px;
    border-radius: 0px 0.25rem 0.25rem 0;
    height: 42px;
}  
.product-other-info {
    min-height: 60vh;
}
.scheduled-info p {
    font-size: 13px;
}
#pro_sold_out {
    font-size: 14px;
    color: red;
    margin-bottom: 10px;
    display: inline-block;
}
.carousel-indicators .active {
    opacity: 1;
    background: #335f52; 
    border: 1px solid #fff;
}
.slider-section button {
    width: 10px;
    height: 10px;
    border: 1px solid #335f52;
    border-radius: 50%;
    margin-right: 10px;
    margin-bottom: 10px; 
    background: #fff;
}
@media screen and (max-width: 500px) {
    #show_hidden_lang {
        min-width: 65px;
    }
    header {
        padding: 12px 5px; 
    }
    .nav-btn { 
        gap: 5px;
    }
    .copy-button input, .content_copon_text input { 
        font-size: 13px !important;
    }
    .content p {
        font-size: 10px; 
    }
    .content h1 span {
        font-size: 13px;
        font-weight: bold;
    }
    .main, .copy-button { 
        gap: 0px;
    }
    .copy-button { 
        width: 45%;
    }
    .content h1 {
        font-size: 14px;
    }
    .menu-not-found-box {
        padding: 30px 0px 30px;
    }
    .menu-not-found-box img {
        width: 100%;
    }
    .view-order a { 
        width: 100%;
        text-align: center;
    }
    .header_lang_box { 
        padding-left: 10px; 
    }
    .img_logo a h2 {
        font-size: 13px;  
        line-height: 1;
        font-weight: bold;
        color: rgb(51, 51, 51);
        text-transform: capitalize;
        margin-bottom: 0;
        max-width: 150px; 
    } 
    .order-track-status .track-bar p span { 
        min-width:50px;
    }
    #search:target { 
        width: 100% !important;
        z-index: 99999;
    }
    #confirm .modal-dialog { 
        left: 0;
    }
     .content p {
        font-size: 10px; 
    }
    .content h1 span {
        font-size: 13px;
        font-weight: bold;
    }
    .main, .copy-button { 
        gap: 0px;
    }
    .copy-button { 
        width: 45%;
    }
    .content h1 {
        font-size: 14px;
    }
    .coupon-section .card {
        width: 100%; 
    } 
     
    .fancybox__container { 
        width: 100%;
        margin: 0 auto !important;
    }
    .heading-product {
        padding: 0px 5px;
    }
    #bottomSheet__buttons { 
        width: 100%;
    }
    #bottomSheet { 
        width: 100%;
        left: 0px;
    }
    .dropdown.active .nav-item .menu_list {
        top: 12%;
        width: 80%;
        transform: translateX(0);
        left: 0;
    }
    .nav-item  .menu_list { 
        top: 12%;
        
    }
    .filter-list {
        width: 100%;
    }

    .footer-text h4 {
        font-size: 16px;
        margin-bottom: 0;
    }
    .footer-text h2 {
        font-size: 25px;
        margin-bottom: 0;
    }
    .footer-text p {
        font-size: 15px;
        line-height: 20px;
    }
    .overlay .social {
        width: 100%; 
        padding: 10px 10px 12px;
    }
    #progressbar { 
        padding: 10px 0px; 
    }
    #progressbar li { 
        width: 40%; 
    }
    .item_name .name { 
        font-size: 13px;
        max-width: 100px;
    }
    .sold.text-content { 
        font-size: 12px; 
    }
    div#add_note aside.social {
        margin: 0;
        margin-left: 0px !important;
    }
} 
 
.form-group {
    position: relative;
}
.form-group.has-error a, .form-group.has-error a i {
    border: none;
}
.clearCheckoutAddress, .clearCheckoutAddress:hover {
    position: absolute;
    right: 15px;
    top: 25%;
    color: var(--button_text_color);
}
.form-group.has-error *{
    border: 1px #dc3545 solid;
}
.form-group.has-success * {
    border: 1px #198754 solid;
}
.form-group.has-success .CountryCode, .form-group.has-success .CountryCode span, .form-group.has-success .CountryCode img  {
    border: none;
}
.sold-out.has-error {
    color: #dc3545;
}
.sold-out>span {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    background-color: #fff;
}
.sold-out:before {
    content: '';
    display: block;
    position: absolute;
    background-color: #ffffff94;
    height: 100%;
    left: 0px;
    width: 100%;
    filter: blur(2px);
    -webkit-filter: blur(2px);
}
.sold-out {
    font-size: 13px;
    position: absolute;
    top: 0px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    font-weight: bold;
    height: 100%;
}
#mealIngredientContent {
    max-height: 100px;
    overflow: hidden;
    overflow-y: scroll;
}

.productCard {
    width: 100%; 
    position: relative;
    perspective: 100px;
    padding: 10px 0px;
}
.productCard.morph .colorLayer {
  width: 70%;
  transform: none;
  transition-delay: 0s;
}
.productCard.morph .colorLayer:after {
  opacity: 1;
  transition-delay: 0.2s;
}
.productCard.morph .preview {
  width: 70%;
}
.productCard.morph .preview .brand {
  top: 50px;
}
.productCard.morph .preview .zoomControl {
  opacity: 0;
  pointer-events: none;
  transition-delay: 0s;
}
.productCard.morph .preview .closePreview {
  opacity: 1;
  pointer-events: all;
  transition-delay: 0.3s;
}
 
.productCard .info .name {
  color: darkgray;
  font-size: 16px;
  text-transform: uppercase;
}
.productCard .info .slogan {
    margin: 10px 0;
    font-size: 24px;
    font-weight: bold;
}
.productCard .info .price {
  font-size: 18px;
  font-weight: 900;
}
.productCard .info .attribs .attrib {
  margin-top: 10px;
}
.productCard .info .attribs .attrib.size .options .option.activ {
  color: #fff;
  border-color: #05356d;
  background-color: #05356d;
}
.productCard .info .attribs .attrib.color .options .option {
    position: relative;
    background: #fff;
    display: block;
    width: 50px;
    height: 35px;
    text-align: center;
    line-height: 35px;
}
.productCard .info .attribs .attrib.color .options .option:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    height: 100%;
    border-radius: 2px;
    transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) all 0.3s;
}
.productCard .info .attribs .attrib.color .options .option.activ:before {
  transform: scale(1);
}
.productCard .info .attribs .attrib .header {
    margin-bottom: 0;
    color: #201f1f;
    font-weight: 600;
}
.productCard .info .attribs .attrib .options {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
    gap: 10px;
    margin-top: 10px;
}
.options label {
    display: flex;
    align-items: center;
    gap: 10px;
}
.productCard  .info .attribs .attrib .options .option {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  width: 15px;
  height: 15px;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: darkgray;
  border-radius: 5px;
  border: 1px solid darkgray;
  cursor: pointer;
  user-select: none;
  transition: ease all 0.3s;
}
.productCard .info .attribs .attrib .options label {
    font-size: 13px;
}
/*.productCard .info .attribs .attrib .options .option:hover {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}*/
.option.activ {
    background: #05356d !important;
    color: #fff !important;
    border: none !important;
}
.productCard .info .buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
}
.ProductDescription h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}
 
#thumbs button.owl-prev {
    position: absolute;
    left: 0px;
    top: 22%;
    background: transparent !important;
}
#thumbs button.owl-next {
    position: absolute;
    right: 0px;
    top: 22%;
    background: transparent !important;
}
.productCard .info .buttons .button {
  margin: 20px 20px 0 0;
  min-width: 120px;
  padding: 15px;
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #3a3a31;
  user-select: none;
  cursor: pointer;
  transition: ease all 0.3s;
}
.productCard .info .buttons .button:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
}
.productCard .info .buttons .button.colored {
  background-color: #ff5263;
}
.productCard  .colorLayer {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: #f7c531;
  transform: rotateY(-8deg);
  transform-origin: right;
  perspective: 100px;
  transition: ease all 0.3s 0.2s;
}
.productCard .colorLayer:after {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 50%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  transition: ease all 0.3s;
}
.productCard .preview {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  user-select: none;
  overflow: hidden;
  transition: ease all 0.3s;
}
.productCard .preview .brand {
  position: absolute;
  top: 150px;
  width: 90%;
  height: 200px;
  font-size: 200px;
  text-align: center;
  color: rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
  overflow: hidden;
  transition: ease all 0.3s;
}
.productCard .preview .imgs {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  width: 100%;
  height: 100%;
}
.productCard .preview .imgs img {
  position: absolute;
  top: 0;
  width: 70%;
  height: 100%;
  object-fit: contain;
  transform: translate(50%, -10%) rotate(-20deg);
  opacity: 0;
  pointer-events: none;
  transition: ease all 0.3s;
}
.productCard .preview .imgs img.activ {
  opacity: 1;
  transform: none;
}
.productCard .preview .zoomControl {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: ease all 0.3s 0.5s;
}
.productCard .preview .zoomControl:before, .productCard .preview .zoomControl:after {
  content: "";
  position: absolute;
}
.productCard .preview .zoomControl:before {
  top: 20%;
  left: 20%;
  width: 40%;
  height: 40%;
  border-radius: 50%;
  border: 2px solid #fff;
}
.productCard .preview .zoomControl:after {
  bottom: 20%;
  right: 20%;
  width: 2px;
  height: 30%;
  background-color: #fff;
  transform: rotate(-45deg);
  transform-origin: bottom left;
}
.productCard .preview .closePreview {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  opacity: 0;
  cursor: pointer;
  pointer-events: none;
  transition: ease all 0.3s;
}
.productCard .preview .closePreview:before, .productCard .preview .closePreview:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #fff;
  transform: rotate(45deg);
}
.productCard .preview .closePreview:after {
  transform: rotate(-45deg);
}
.productCard .preview .movControls {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  position: absolute;
  bottom: 150px;
}
.productCard .preview .movControls .movControl {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  align-content: center;
  width: 40px;
  height: 30px;
  margin: 0 15px;
  position: relative;
  cursor: pointer;
}
.productCard .preview .movControls .movControl.left {
  transform: rotateY(180deg);
}
.productCard .preview .movControls .movControl:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.productCard .preview .movControls .movControl:after {
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
}
.outer { margin:0 auto; max-width:800px;}
#big .item {padding:0px; margin:2px; color: #FFF; border-radius: 3px; text-align: center; }
#thumbs .item { background: #C9C9C9; height:50px; line-height:70px; padding: 0px; margin:2px; color: #FFF; border-radius: 3px; text-align: center; cursor: pointer; }
#thumbs .item h1 { font-size: 18px; }
#thumbs .current .item { background:#FF5722; }
.owl-theme .owl-nav [class*='owl-'] { -webkit-transition: all .3s ease; transition: all .3s ease; }
.owl-theme .owl-nav [class*='owl-'].disabled:hover { background-color: #D6D6D6; }
#big.owl-theme { position: relative; }
#big.owl-theme .owl-next, #big.owl-theme .owl-prev { width: 22px; line-height:40px; height: 40px; margin-top: -20px; position: absolute; text-align:center; top: 50%; }
#big.owl-theme .owl-prev { left: 10px; }
#big.owl-theme .owl-next { right: 10px; }
#thumbs.owl-theme .owl-next, #thumbs.owl-theme .owl-prev { background:#333; }
.ProductDescription {
    text-align: left;
    margin-top: 10px;
}
.productCard .info .attribs .attrib .options label {
    font-size: 13px;
}
.ProductDescription p {
    font-size: 14px;
    line-height: 1.5;
}
.productCard .input-number {
    background-color: var(--button_background_color);
    position: relative;
    max-width: 206px;
    margin: 0;
    border: none;
    text-align: center;
    color: var(--button_text_color);
}
.productCard .qty-right-plus, .productCard .qty-left-minus {
   width: calc(29px + (35 - 29) * ((100vw - 320px) / (1920 - 320)));
    height: calc(29px + (35 - 29) * ((100vw - 320px) / (1920 - 320)));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    padding: 0;
    background-color: transparent;
    z-index: 0;
    border-radius: 100% !important;
    color: var(--button_text_color);
}
div#thumbs .item img {
    width: 70px;
    height: auto;
}
 
div#thumbs .owl-item { 
    width: 70px !important;
    margin-right: 5px;
}
.productCard .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    background-color: var(--button_background_color);
    max-width: 206px;
    align-items: center;
}
.col-md-4.TemplateViewDe, .col-md-8.TemplateViewDe {
    width: 100%;
}
.carousel-caption h1 {
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 0;
}
.carousel-caption p {
    font-size: 20px;
    font-weight: 600;
    color: #9ad3cc;
}
.carousel-caption .slider-btn {
    background: #9ad3cc;
    padding: 10px 20px;
    display: inline-block;
    line-height: 1.5;
    color: #fff;
    font-size: 16px;
    border-radius: 10px;
    margin-top: 6px;
    font-weight: bold;
}
.carousel-caption {
    position: absolute;
    right: 0;
    top: 15%;
    bottom: 15%;
    left: 0;
    padding-top: 0;
    padding-bottom: 0;
    color: #fff;
    text-align: center;
    width: 100%;
}
@media only screen and (max-width: 768px) {

   .carousel-caption h1 {
        font-size: 22px;  
    }
   .carousel-caption p {
        font-size: 15px;
        font-weight: 600;
        color: #9ad3cc;
    }
    .carousel-caption .slider-btn { 
        padding: 8px 20px; 
        font-size: 14px; 
    }
    .productCard.morph .container .colorLayer {
        width: 100%;
        height: 80vh;
    }
    .productCard.morph .container .preview {
        width: 100%;
        height: calc(80vh - 100px);
    }
    .productCard.morph .container .preview .brand {
        top: 0;
    }
    .productCard {
        width: 100%;
    }
    .productCard .info {
        width: 100%;
        text-align: left;
    }
    .productCard .info .attribs .attrib .options, .productCard .info .buttons {
        justify-content: flex-start;
    }
 
    .productCard .info .buttons .button {
        margin: 20px;
    }
    .productCard .colorLayer {
        top: auto;
        bottom: 0;
        width: 100%;
        height: 300px;
        transform: none;
    }
    .productCard .colorLayer:after {
        top: -20vh;
        right: 0;
        width: 100%;
        height: 20vh;
    }
    .productCard .preview {
        top: auto;
        bottom: 50px;
        width: 100%;
        height: 400px;
    }
    .productCard .preview .brand {
        top: 0;
        left: 0;
        text-align: left;
        -webkit-text-stroke: 3px #f7c531;
    }
    .productCard .preview .closePreview {
        top: 0;
    }
    .productCard .preview .movControls {
        bottom: 0;
    }
}
@media only screen and (max-width: 500px) {
    .content p {
        font-size: 10px; 
    }
    .content h1 span {
        font-size: 13px;
        font-weight: bold;
    }
    .main, .copy-button { 
        gap: 0px;
    }
    .copy-button { 
        width: 45%;
    }
    .content h1 {
        font-size: 14px;
    }
  .productCard .info .buttons .button {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .productCard .colorLayer {
    height: 200px;
  }
  .productCard .preview {
    height: 250px;
  }
  .productCard .preview .brand {
    height: 150px;
    font-size: 150px;
  }
}
div#thumbs .owl-stage {
    width: 100% !important;
}
#header-section .logo img {
    width: 64px;
}

.support_customer{
    margin: 0px;
    padding: 18px;
    border: 0px none;
    overflow: visible;
    position: fixed;
    z-index: 2147483647;
    opacity: 1;
    transform: translateY(0%);
    height: 47px;
    width: 47px;
    right: auto;
    margin-left: 10px;
    bottom: 25px;
    font-family: Arial;
    text-align: center;
    cursor: pointer;
    color: rgb(255, 255, 255);
    background: rgb(37, 211, 102) none repeat scroll 0% 0%;
    border-radius: 50px;
    display: flex;
    flex-flow: row wrap;
    place-content: center;
    align-items: stretch;
    font-size: 16px;
    line-height: 24px;
    bottom: 80px;
    -webkit-animation: zoomeffect .9s infinite;
    -moz-animation: zoomeffect .9s infinite;
    animation: zoomeffect .9s infinite;
}

.support_customer a {
    color: #fff;
    font-size: 22px;
}