
html, body {
    margin:0;
    padding:0;
    height:100%;
    width: 100%;
}

.w-input {
    font-size: 16px;
}

a:hover {
    text-decoration: none;
}

.w-button:hover, .bag-progress-btn, .bag-progress-btn:hover, .multiplier-tabs-menu, .multiplier-tabs-menu:hover,
.topping-amount-option, .topping-amount-option:hover {
    color: #FFF;
}

.body.light .w-button, .body.light .bag-progress-btn, .body.light .bag-progress-btn:hover, .body.light .w-button:hover,
.body.light .multiplier-tabs-menu, .body.light .multiplier-tabs-menu:hover,
.body.light .topping-amount-option, .body.light .topping-amount-option:hover {
    color: #000;
}

.header.stickynav {
    z-index: 100;
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    line-height: 64px;
    height: 64px;
    text-align: center;
    box-shadow: 0 0 7px 0 #9d9d9d;
}

.bgood .header {
    height: auto;
    /* For BGOOD style upgrade: */
    padding: 16px auto;
   
}

.bgood .header .logo, .happys .header .logo {
    height: 90px;
}

.bgood .header .login-toggle {
    margin-top: -64px;
}

.bgood #mainContainer {
    /* For BGOOD style upgrade: */
    padding-top: 124px;
}

.bgood-placeholder .title {
    text-transform: capitalize;
}

.happys .header {
    height: 132px;
    padding: 15px;
}

.happys .header .logo {
    margin-top: -2px;
    margin-bottom: 0px;
}

.happys-placeholder:not(.happys) .header .logo {
    margin-top: 4px;
}

.happys-placeholder .header {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-style: solid;
    border-width: 1px 1px 3px;
    border-color: #000 #000 #fff;
    background-color: #000 !important;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2), inset 0 -20px 16px -15px #fff;
}

.happys-placeholder:not(.happys) .header {
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2), inset 0 -16px 16px -16px #fff;
}

.happys .profileicon {
    margin-right: 0;
    display: block;
}

.body.rtl .happys .profileicon {
    margin-left: 0;
}

.happys-placeholder .backtext {
    color: #fff;
}

.happys #mainContainer {
    padding-top: 132px;
}

.happys-placeholder .introleft, .happys-placeholder #mainContainer,
.happys-placeholder .checkout-container, .happys-placeholder .thanks-container {
    background-image: url("/beengo/static/images/webapp/happys_intro_wood.png") !important;
}

.happys-placeholder .customizescrollzone, .happys-placeholder .bagbox {
    background-color: #fcf6e8 !important;
}

.profileicon {
    display: inline-block;
    margin-top: 0px;
    margin-right: 11px;
    float: none;
}

.body.rtl .profileicon {
    margin-left: 11px;
    margin-right: 0;
}

.body {
    padding-bottom: 0px;
    position: relative;
    font-family: Raleway, sans-serif;
    color: #555;
    font-size: 15px;
    font-weight: 400;
    overflow-y: auto;
}

.body.rtl {
    font-family: 'Open Sans Hebrew', serif;
}

.login-toggle {
    float: right;
    cursor: pointer;
    height: 100%;
    line-height: 64px;
}

.body.rtl .login-toggle {
    float: left;
}

.logout {
    font-size: 24px;
    color: #555;
}

.logout:hover {
    color: #555;
    opacity: 1;
}

.profileicon {
    display: inline-block;
    margin-top: 0px;
    margin-right: 11px;
}

.dropdown-menu {
    border: medium none;
    border-radius: 3px;
    display: none;
    font-size: 12px;
    list-style: none outside none;
    padding: 10px;
    position: absolute;
    text-shadow: none;
    z-index: 1000;
    background-color: #FFF;
}

.dropdown-menu:before {
    position: absolute;
    top: -6px;
    right: 9px;
    left: auto;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.body.rtl .dropdown-menu:before {
    right: auto;
    left: 9px;
}

.dropdown-menu:after {
    position: absolute;
    top: -5px;
    right: 10px;
    left: auto;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    content: '';
}

.body.rtl .dropdown-menu:after {
    right: auto;
    left: 10px;
}

.approve-form {
    opacity: 0;
}

.message-text {
    display: inline-block;
}

.message-text.box {
    margin-bottom: 10px;
    padding: 10px;
    border: 1px none #3b3b3b;
    border-radius: 3px;
    background-color: #fff;
    color: #3b3b3b;
    line-height: 24px;
}

.error-text {
  margin-bottom: 10px;
  padding: 10px;
  border: 1px none #3b3b3b;
  border-radius: 3px;
  background-color: #eed6d6;
  color: #bb0104;
  line-height: 24px;
}

.login-form-submit.addtobagbutton, .approve-form-submit.addtobagbutton, .locationform .addtobagbutton {
    margin: 0;
    line-height: 16px;
}

.location-edit.button {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    opacity: 1;
    padding: 8px 12px;
    border: 0;
}

.reorder-page-description {
    margin-bottom: 15px;
}
.coupons-page-description {
    margin-bottom: 25px;
}

.body.rtl .login-form-container .login-warning {
    text-align: right;
    padding-right: 10px;
}

.logo {
    display: block;
    margin: auto;
    height: 48px;
    margin-top: 8px;
}

.logo.logoinside {
    margin-top: -8px;
}

.bag {
    margin: 0 10px;
    float: right;
    height: 100%;
    line-height: 64px;
    cursor: pointer;
}

.body.rtl .bag {
    float: left;
}

.feedback {
    float: right;
}

.introleft {
    display: inline-block;
    width: 500px;
    height: 100%;
    padding: 20px;
    float: left;
    overflow-y: scroll;
    text-align: left;
}

.body.rtl .introleft, .body.rtl .menu-categories-container {
    float: right;
    text-align: right;
}

#mainContainer {
    padding-top: 64px;
    height: 100%;
    position: relative;
    text-align: center;
}

#termsOfUseLink {
    position: fixed;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 3px 8px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 10px;
    z-index: 1000;
}

.main-scroll {
    overflow-y: hidden;
    height: 100%;
}

.menu-scroll {
    height: 100%;
    position: relative;
    overflow-y: auto;
}

.introright {
    display: block;
    width: auto;
    height: 100%;
    margin-left: 500px;
    float: none;
    background-position: 0px 0px;
    background-size: cover;
}

.body.rtl .introright {
    margin-left: 0;
    margin-right: 500px;
}

.serving-options-container {
    position: relative;
    z-index: 1;
    display: block;
    margin-bottom: 15px;
}

.serving-option-tag {
    line-height: 20px;
}

.serving-option-icn {
  width: auto;
  height: 40px;
  margin-top: 6px;
}

.intro-container {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
}

.reorder-modal {
    z-index: 450;
    position: relative;
    display: inline-block;
    padding-top: 64px;
    opacity: 0;
    width: 480px;
}

.reorder-box {
    position: relative;
    overflow: hidden;
    max-height: 81vh;
    z-index: 450;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: -18px;
    margin-left: -18px;
    padding: 18px;
    border-radius: 3px;
    text-align: center;
}

.w-select.past-order-select {
    margin-top: 14px;
    padding: 8px 12px;
}

.reorder-login-container {
    padding-right: 50px;
    padding-left: 50px;
}

.empty-history-container {
  display: block;
  overflow: hidden;
  height: auto;
  max-height: 81vh;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  opacity: 1;
  color: #5f9b40;
}

.empty-history-icn {
  height: 100px;
}

.empty-history-text {
  margin-top: 16px;
  margin-bottom: 24px;
  font-size: 16px;
}

.past-discounts-price {
    direction: ltr;
}

.back-to-menu-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #d9d9de;
  border-bottom: 1px solid #d9d9de;
  text-align: left;
  cursor: pointer;
}

.back-to-menu-text {
    display: inline;
}

.bag-plus-icn {
    margin-right: 6px;
}

.introh1 {
    margin-top: 0px;
    margin-bottom: 50px;
    color: #555;
    font-size: 45px;
    line-height: 50px;
    font-weight: 200;
}

.button {
    display: block;
    padding-top: 24px;
    padding-bottom: 24px;
    border: 1px solid #979797;
    border-radius: 3px;
    opacity: 0.5;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    color: #4a4a4a;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.button:hover {
    opacity: 1;
    text-decoration: none;
    color: #4a4a4a;
}

.button.selectedbutton {
    background-color: #fff;
    opacity: 1;
}

.locatebutton .button {
    padding-top: 8px;
    padding-bottom: 8px;
}

.pickupbuttonsrow {
    margin: 15px -10px 5px;
}

.serving-option, .reorder-row {
    margin-bottom: 15px;
}

.body.rtl .serving-option, .body.rtl .reorder-row {
    float: right;
}

.serving-option.selected .checkmarkbox {
    opacity: 1;
}

.checkmarkbox {
    width: 23px;
    margin-top: -5px;
    margin-right: -5px;
    float: right;
    opacity: 0;
    -webkit-transition: opacity 600ms ease;
    transition: opacity 600ms ease;
}

.zipcodefield {
    display: inline-block;
    width: 64%;
    float: left;
    border: 1px solid #979797;
    border-radius: 3px;
}

.body.rtl .zipcodefield {
    float: right;
}

.locatebutton {
    display: inline-block;
    width: 32%;
    float: right;
}

.body.rtl .locatebutton {
    float: left;
}

.body.rtl .locatebutton .locatetext {
    margin-right: 11px;
    margin-left: 0;
}

.locatetext {
    display: inline-block;
}

.map-container {
    height: 100%;
    background-position: 0px 0px;
    background-size: cover;
    opacity: 0;
}

.locations-search-list-container {
    display: block;
    position: relative;
}

.locations-search-list-header {
    margin-bottom: 16px;
    opacity: 0;
    z-index: 50;
    font-weight: 200;
}

.location-item {
    width: 100%;
    margin-bottom: 25px;
    padding: 139px 13px 13px;
    border-radius: 3px;
    background-position: 0px 0px;
    background-size: cover;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    text-decoration: none;
}

.location-item:hover {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
    cursor: pointer;
}

.locationinfo {
    padding: 12px;
    border-radius: 3px;
    background-color: hsla(0, 0%, 100%, .88);
    text-decoration: none;
}

.locationname {
    display: inline-block;
    margin-top: 0px;
    color: #555;
    font-size: 23px;
    font-weight: 400;
    text-decoration: none;
}

.distance, .distance-metric {
    display: inline-block;
    margin-left: 11px;
    color: #555;
    font-size: 11px;
    text-decoration: none;
}

.distanceblock {
    display: inline-block;
    margin-top: 6px;
    margin-right: 4px;
    padding-top: 1px;
    float: right;
}

.body.rtl .distanceblock {
    float: left;
}

.locationtext {
    color: #555;
    text-decoration: none;
}

.location-list-empty {
    padding: 10px;
    margin-top: 84px;
    text-align: center;
    color: #979797;
}

.contentwrap {
    width: 100%;
    background-color: #fcf6e8;
}

.locationheader {
    margin-bottom: 25px;
    padding: 18px;
    height: 304px;
    background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, .8), transparent 32%);
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .8), transparent 32%);
    background-position: center center;
    background-size: auto, cover;
    text-align: left;
}

.body.rtl .locationheader {
    text-align: right;
}

.whiteh1 {
    margin-top: 0px;
    margin-bottom: 164px;
    color: #fff;
    font-weight: 200;
}

.locationheaddiscript {
    margin-bottom: 0px;
    color: #fff;
    font-weight: 400;
}

.h1 {
    margin-top: 0px;
    margin-bottom: 5px;
    font-weight: 200;
}

.h1.green {
    color: #27c268;
}

.categorydivider {
    margin-bottom: 15px;
}

.categoryender {
    height: 40px;
    line-height: 32px;
}

.menu-container {
    height: 100%;
    position: relative;
}

.menu-items-container {
    height: 100%;
    margin-left: 20%;
    margin-right: 0;
    text-align: center;
}

.body.rtl .menu-items-container {
    margin-right: 20%;
    margin-left: 0;
}

.menu-categories-container {
    position: fixed;
    display: block;
    width: 20%;
    padding: 10px 18px;
    padding-top: 0;
    float: left;
    overflow-y: hidden;
    text-align: left;
}

.menu-categories {
    margin-top: 25px;
    margin-bottom: 25px;
    border-radius: 3px;
    background-color: #fff;
    overflow-x: hidden;
}

.menu-categories-container .menu-categories {
    overflow-y: hidden;
    overflow-x: hidden;
    height: 100%;
    text-align: left;
}

.body.rtl .menu-categories-container .menu-categories {
    text-align: right;
}

.menu-categories-container .nav {
    width: 110%;
    overflow-y: auto;
    height: 100%;
    margin-bottom: 0;
}

.menu-category-items-container {
    position: relative;
    width: 100%;
    display: table;
}

.menu-container .menu-categories-container .menu-categories .categoryitem {
    display: block;
    padding: 20px;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    color: #555;
    text-decoration: none;
    border-radius: 0;
}

.menu-container .menu-categories-container .menu-categories .categoryitem.pushed,
.menu-container .menu-categories-container .menu-categories .categoryitem.selectedcategory {
    color: #fff;
}

.body.light .menu-container .menu-categories-container .menu-categories .categoryitem.pushed,
.body.light .menu-container .menu-categories-container .menu-categories .categoryitem.selectedcategory {
    color: #000;
}

.menu-categories .nav-stacked>li+li {
    margin-top: 0;
}

.coupons-category-btn {
    cursor: pointer;
}

#couponItems {
    opacity: 0;
}

.backblock {
    float: left;
    color: #555;
    cursor: pointer;
    height: 100%;
}

.backblock:hover {
    color: #555;
}

.body.rtl .backblock {
    float: right;
}

.body.rtl .backblock .backarrow {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    margin-right: 12px;
    margin-left: 0;
}

.backarrow {
    margin-bottom: -3px;
    margin-left: 12px;
    margin-right: 0;
    width: 9px;
}

.backtext {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: #555;
}

.backtext.light {
    color: #FFF;
}

.categoryname {
    display: inline-block;
}

.hearticon {
    margin-top: -3px;
    margin-right: 15px;
}

.body.rtl .hearticon {
    margin-left: 15px;
    margin-right: 0;
}

.gifticon {
    margin-top: -10px;
    margin-right: 15px;
}

.itembox {
    display: block;
    margin-bottom: 20px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #555;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    position: relative;
}

.itembox:hover {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
    color: #555;
}

.missing-item.disappear {
    transition: transform 1s ease;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.item-for-bag .itembox, .coupon-for-use .itembox {
    cursor: default;
}

.itemphoto {
    height: 200px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-size: cover;
    text-align: left;
    background-position-x: right;
}

.body.rtl .itembox .itemphoto {
    text-align: right;
}

.itemphoto.selecteditem {
    position: relative;
    z-index: 500;
}

.itemphoto.checkoutphoto {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0px;
    background-position: 50% 50%;
    background-size: cover;
}

.body.rtl .orderitem .itemphoto.checkoutphoto {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;

}

.iteminfo {
    position: relative;
    text-align: left;
    padding: 18px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.body.rtl .iteminfo {
    text-align: right;
}

.iteminfo .title {
    white-space: pre-wrap;
}

.body.rtl .itemdetails {
    direction: rtl;
}

.itemprice {
    display: inline-block;
    margin-top: 15px;
    color: #9b9b9b;
    font-size: 18px;
    float: right;
}

.body.rtl .itemprice {
    float: left;
}

#checkoutList {
    opacity: 0;
}

.darkenbg {
    position: fixed;
    z-index: 250;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .81);
    opacity: 0;
    overflow-y: auto
}

.addtobagbox, .editbagbox {
    position: relative;
    z-index: 499;
    padding: 18px;
    border-radius: 3px;
    background-color: #fff;
    text-align: left;
}

.body.rtl .addtobagbox, .body.rtl .editbagbox {
    text-align: right;
}

.coupon-for-use {
    z-index: 450;
    position: relative;
    display: inline-block;
    padding-top: 64px;
    opacity: 0;
}

.body.rtl .coupon-for-use .item-container {
    float: right;
}

.coupon-details-container {
    margin-top: 20px;
}

.item-for-bag {
    z-index: 500;
    position: relative;
    display: inline-block;
    padding-top: 64px;
    opacity: 0;
}

.item-container {
    padding: 10px;
    width: 360px;
    display: inline-block;
    float: left;
}

.checkout-page .item-container {
    width: 480px;
}

.checkout-page #menuOptions {
    max-width: 480px;
}

.body.rtl .item-for-bag .item-container {
    float: right;
}

#menuOptions, #couponOptions {
    max-width: 360px;
    max-height: 85vh;
    display: inline-block;
    overflow-y: auto;
    overflow-x: hidden;
}

#menuOptions .acordion-container {
    width: 360px;
}

.bag-for-checkout {
    z-index: 450;
    position: relative;
    display: inline-block;
    padding-top: 64px;
    opacity: 0;
    width: 480px;
}

.bag-for-checkout #checkoutList, .locations-container {
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 20px;
}

.locations-for-delivery {
    z-index: 450;
    position: relative;
    display: inline-block;
    padding-top: 64px;
    opacity: 0;
}

.location-block-list {
    height: 100%;
}

.quantity {
    display: inline-block;
}

.quantitybox {
    display: inline-block;
    float: right;
}

.body.rtl .quantitybox {
    float: left;
}

.quantitybox img {
    cursor: pointer;
}

.body.rtl .quantitybox .decrease {
    float: left;
}

.body.rtl .quantitybox .increase {
    float: right;
}

.qntnumber {
    display: inline-block;
    width: 25px;
    margin-right: 10px;
    margin-left: 10px;
    text-align: center;
}

.addtobagbutton {
    width: 100%;
    display: block;
    margin-top: 15px;
    padding-top: 18px;
    padding-bottom: 18px;
    border-radius: 3px;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
}

#checkoutForm .addtobagbutton {
    width: 500px;
    margin: 10px auto 25px;
}

.addtobagbutton.reorder-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 19px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-decoration: none;
  text-transform: uppercase;}

.addtobagbutton.formbutton {
    width: 100%;
}

.checkout-address-prob, .checkout-order-prob, .checkout-working, #placeOrderButton {
    opacity: 0;
}

.empty-bag-icn {
    margin-top: 20px;
    width: 62px;
}

.customizebox {
    position: relative;
    z-index: 498;
}

.propertyheader {
    padding: 18px;
    background-color: #fff;
    cursor: pointer;
    text-align: left;
}

.body.rtl .customizebox .propertyheader {
    text-align: right;
}

.body.rtl .customizebox .w-col {
    float: right;
}

.bagclose-container {
    float: right;
    padding: 10px;
    margin-left: 10px;
}

.body.rtl .bagclose-container {
    float: left;
    margin-right: 10px;
}

.propertyheader.topheader {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.propertyheader.bottomheader {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.h2-customize {
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 26px;
    font-weight: 400;
}

#itemRemark {
    width: 90%;
}

.fa.acordiontoggle {
    margin-top: 13px;
    float: right;
    font-size: 24px;
    cursor: pointer;
}

.body.rtl .fa.acordiontoggle {
    float: left;
}

.fa.acordiontoggle.acordiontoggledown {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.customizescrollzone {
    overflow: hidden;
    max-height: 480px;
    box-shadow: inset 0 1px 6px 1px rgba(0, 0, 0, .5);
}

.customizescrollzone .w-row {
    padding: 18px;
    margin-right: -9px;
}

.w-row > .propertybox {
    padding: 10px;
}

.propertybox {
    padding: 13px;
    border: 1px solid #555;
    border-radius: 3px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    font-size: 13px;
    text-align: left;
    margin-right: 9px;
    padding-bottom: 10px;
    cursor: pointer;
}

.body.rtl .customizebox .propertybox {
    text-align: right;
}

.propertybox:hover {
    background-color: #fff;
}

.propertybox.disabled {
    cursor: default;
}

.selectedproperty .propertybox {
    border-color: #27c268;
    background-color: #fff;
}

.propertybox.customeleft {
    overflow: scroll;
    min-height: 146px;
    margin-right: 9px;
}

.propertybox.customerright {
    min-height: 146px;
    margin-left: 9px;
}

.propertyprice {
    display: inline-block;
    direction: ltr;
    margin-right: 40px;
    margin-top: 2px;
}

.propertyprice-additional {
    display: inline-block;
    direction: ltr;
}

.propertycheckmark {
    width: 23px;
    position: absolute;
    top: -8px;
    right: 10px;
}

.couponcheck {
    width: 23px;
    position: absolute;
    top: -4px;
    right: -4px;
}

.propertytitle {
    min-height: 40px;
}

.itemquanitity {
    display: inline-block;
    margin-top: 20px;
    float: left;
    font-size: 13px;
}

.body.rtl .itemquanitity {
    float: right;
}

.bagbox {
    position: relative;
    z-index: 450;
    margin-right: -18px;
    margin-left: -18px;
    padding: 18px;
    border-radius: 3px;
    text-align: center;
}

.bagclose {
    float: right;
    cursor: pointer;
    position: relative;
}

.body.rtl .bagclose {
    float: left;
}

.boldlink {
    color: #555;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.boldlink:hover {
    color: #000;
}

.boldlink.red {
    margin-top: 12px;
    color: #ff001f;
}

.boldlink.white {
    margin-top: 12px;
    color: #fff;
}

.itemspace {
    height: 387px;
}

.moneydiv {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 18px;
    text-align: left;
}

.moneydiv.money-total {
  margin-bottom: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-top: 1px solid #000;
  border-bottom-style: none;
}

.moneydiv.lastdiv {
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 8px;
    border-bottom-style: none;
}

.pricetext {
    display: inline-block;
}

.pricetext.discount-price {
  color: #5f9b40;
}

.pricetext.discount-price.reorder-discount {
  color: #9b9b9b;
}

.pricetext.discount-price.reorder-discount-comment {
  display: block;
  margin-top: 2px;
  color: #bb0104;
  font-size: 12px;
}

.pullright {
    display: inline-block;
    float: right;
}

.backtomenubutton {
    display: block;
    padding: 19px 21px;
    border-radius: 3px;
    background-color: #9b9b9b;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.backtomenubutton:hover {
    background-color: dimgray;
    color: #fff;
}

.buttontext {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
}

.checkoutbutton {
    color: inherit;
    cursor: pointer;
    display: block;
    margin-left: 9px;
    padding: 19px;
    border-radius: 3px;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
    text-decoration: none;
}

.checkoutbutton:hover {
    color: inherit;
}

.nextarrow {
    margin-bottom: -3px;
    margin-left: 8px;
    width: 9px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.bagbuttons {
    margin-bottom: 14px;
}

.bag-progress-btn .checkoutbutton {
    margin: 0;
}

.body.rtl .bagbuttons .bag-progress-btn {
    float: right;
}

.body.rtl .bagbuttons .backtomenubutton .backarrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.body.rtl .bagbuttons .nextarrow {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    margin-right: 8px;
}

.centercontent {
    background-color: white;
    display: block;
    margin: auto;
    margin-top: 20px;
    text-align: center;
    width: 500px;
    padding: 10px;
}

.register-container .centercontent, .thanks-container .centercontent {
    margin-top: 32px;
    margin-bottom: 32px;
    width: 500px;
    max-width: 80%;
    display: inline-block;
}

.thanks-container .centercontent {
    background-color: #fff;
}

#approveForm {
    opacity: 0;
}

.checkout-container, .register-container {
    overflow-y: auto;
    height: 100%;
    text-align: center;
}

.get-started {
    margin-top: 20px;
    margin-bottom: 20px;
}

.textfield {
    height: 50px;
    border-radius: 3px;
}

.terms-row {
    margin: 10px 0 20px;
    text-align: left;
}

.terms-row label {
    padding: 0 7px;
}

.general-login-container .termscheckbox {
    margin-top: 2px;
}

.checkoutformblock {
    margin-top: 0px;
    padding-top: 16px;
    padding-bottom: 0px;
    text-align: left;
}

.checkoutformblock .w-select {
    height: 50px;
}

.checkoutformblock:not(.hide):last-child {
    border-bottom: 0px solid #ccc;
}

.checkoutformblock .delivery-col {
    float: left;
    padding-left: 2px;
}

.body.rtl .checkoutformblock {
    text-align: right;
}

.body.rtl .checkoutformblock .w-col:first-of-type {
    float: right;
}

.body.rtl .checkoutformblock .delivery-col {
    float: right;
    padding-left: 2px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.col-3 {
    width: 30%;
}

.body.rtl .login-header.reorder-header, .body.rtl .login-header.coupons-header {
    text-align: center;
    width: 100%;
}

.menu-category-items, .coupons-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    width: calc(80vw - 20px);
}

.location-menu-item.invisible, .location-coupon-item.invisible, , .location-deal-item.invisible {
    padding: 0;
}

.location-menu-item, .location-coupon-item, .location-deal-item {
    position: relative;
    padding: 10px;
    width: 360px;
    max-height: 400px;
}

.body.rtl .location-menu-item, .body.rtl .location-coupon-item, .body.rtl .location-deal-item {
    text-align: right;
}

.location-menu-item .itemprice {
    margin-top: -12px;
}

.body.rtl .location-menu-item .itemprice {
    float: left;
}

.h1.location-menu-item-name {
    margin-bottom: 24px;
}

.coupon-item-purchase-option {
    margin-bottom: 18px;
}

.coupon-item-purchase-option:last-child {
    margin-bottom: 0;
}

.fieldinfo {
    margin-top: 17px;
    text-align: left;
}

.body.rtl .fieldinfo {
    text-align: right;
}

.btn-group-wrapper {
    line-height: 50px;
}

.checkoutwrap {
    margin-top: 20px;
    margin-bottom: 60px;
}

.pastorderwrap {
  overflow: auto;
  height: auto;
  margin-top: 0;
  padding: 1px;
}

.bag-for-checkout .checkout-list-container {
    overflow: hidden;
    width: 100%;
    padding: 4px;
}

.checkout-list-container {
    width: 480px;
    padding: 10px;
}

.ordercolumn {
    padding-right: 0;
    padding-left: 0;
}

.ordercolumn.orderinfo {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.ordercolumn.orderinfo .iteminfo {
    border-radius: 3px;
}

.body.rtl .orderitem .ordercolumn {
    float: right;
}

.body.rtl .orderitem .ordercolumn.orderinfo {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.ordercolumn.removeitem {
    height: 98%;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: rgba(0, 0, 0, .72);
}

.body.rtl .orderitem .ordercolumn.removeitem {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.ordercolumn.edititem {
    height: 98%;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: rgba(0, 0, 0, .72);
}

.body.rtl .orderitem .ordercolumn.edititem {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.orderitem {
    margin-bottom: 18px;
}

.itemhover {
    position: absolute;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 0;
    margin-top: 0px;
    opacity: 0;
    -webkit-transition: opacity 350ms ease;
    transition: opacity 350ms ease;
    cursor: pointer;
}

.itemhover:hover, .location-menu-item.rollover:hover .itemhover, .location-menu-item.rollover.hover .itemhover,
.location-coupon-item.rollover:hover .itemhover, .location-coupon-item.rollover.hover .itemhover {
    opacity: 1;
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, .8), transparent 80%);
    background-image: linear-gradient(rgba(0, 0, 0, .8), transparent 80%);
}


.itemhover img {
    position: absolute;
    top: 30%;
    left: 45%;
}

.itemhover .boldlink {
    position: absolute;
    top: 55%;
    left: 45%;
}

.itemphoto .itemhover {
    padding: 18px;
    line-height: 24px;
    color: #FFF;
    white-space: pre-wrap;
}

.itemwrap {
    position: relative;
}

.expiration {
    display: inline-block;
    width: 48%;
    border-radius: 3px;
    height: 50px;
    margin-bottom: 10px;
}

.expiration.year {
    margin-right: 0px;
    float: right;
}

.body.rtl .expiration.year {
    float: left;
}

.expitext {
    margin-bottom: 9px;
    color: #a3a3a3;
}

.bold {
    font-weight: 700;
}

.confirmationdiv {
    margin-top: 23px;
    margin-bottom: 23px;
    padding: 20px;
    border-radius: 3px;
    background-color: #fff;
}

.hide {
    display: none;
}

.checkout-warning, .register-warning, .approve-warning {
    color: #b82436;
    margin-top: -18px;
    border: 1px solid #b82436;
    border-radius: 2px;
}

.body.rtl .approve-warning {
    text-align: right;
}

.login-warning {
    color: #b82436;
    padding-left: 10px;
}

.register-warning, .approve-warning {
    margin-top: 0;
}


.error-marker {
    border: 1px #b82436 solid;
}

.checkout-address .textfield {
    display: inline-block;
}

.location-closed-warning {
    color: #b82436;
}

.problem-error {
    color: #b82436;
    background-color: #f6e3e6;
}

.location-delivery-details {
    color: #4863A0;
    font-size: 12px;
}

.location-item:hover .location-delivery-details,
.location-item:focus .location-delivery-details {
    color: #4863A0;
}

.disabled, .disabled .toppingcontain {
    opacity: 0.5;
    cursor: default;
}

.nav {
    padding-left: 0;
    padding-right: 0;
    list-style: none;
}

.acordion-container .propertyheader:hover .h2-customize {
    transform: scale(1.02);
    -ms-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    transition: all 0.2s ease;
}

.acordion-container:not(.hide):first-child .propertyheader {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.acordion-container:first-child .propertyheader.restore-corners {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.acordion-container:last-child .customizescrollzone {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.checkout-warning {
    margin-top: 24px;
}

.checkout-coupon-list {
    display: table;
}

.checkout-coupon-list .checkout-coupon-container {
    padding: 4px;
    height: 160px;
    width: 160px;
    margin-right: 16px;
}

.checkout-coupon-container:hover {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
    cursor: pointer;
}

.checkout-coupon-preview {
    border-radius: 3px;
    height: 100%;
    width: 100%;
}

.checkout-coupon-container:not(.selected) .checkout-coupon-preview {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.checkout-coupon-selection {
    cursor: pointer;
    background-color: rgba(255,255,255,0.5);
    position: absolute;
    top: 30%;
    padding: 10px;
    width: 95%;
}

.body.rtl .checkout-coupon-list .checkout-coupon-selection {
    right: 4px;
}

.checkout-coupon-selection .h3 {
    margin-top: 0;
    margin-bottom: 0;
}

.body.rtl .checkout-coupon-list .checkout-coupon-container {
    float: right;
    margin-left: 16px;
    margin-right: 0;
}

.confirmation-container {
    opacity: 0;
}

.spinner {
    margin: 20px auto;
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;

    -webkit-animation: sk-rotate 2.0s infinite linear;
    animation: sk-rotate 2.0s infinite linear;
}

.dot1, .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #333;
    border-radius: 100%;

    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes sk-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}

@-webkit-keyframes sk-bounce {
    0%, 100% { -webkit-transform: scale(0.0) }
    50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 50% {
          transform: scale(1.0);
          -webkit-transform: scale(1.0);
      }
}
.itemside{
    display: none;
}

.login-header {
    display: inline-block;
    text-align: left;
}

.body.rtl .login-header {
    padding-left: 10px;
    padding-right: 0;
    text-align: right;
}

.coupons-header {
    margin-bottom: 17px;
}

.no-coupons-icn {
    height: 150px;
}

.login-header.reorder-header, .login-header.coupons-header {
    width: 100%;
    text-align: center;
}

.login-header h4 {
    font-weight: bold;
    display: inline-block;
    margin: 0;
    vertical-align: top;
}

.general-login-container .bagclose {
    margin-top: 0;
    top: 0;
}

.body.rtl .general-login-container .bagclose {
    margin-left: 0;
    margin-right: 24px;
    float: left;
}

.general-login-container .addtobagbutton {
    line-height: 16px;
}

.general-login-container {
    line-height: 16px;
}

.general-login-form-container {
    opacity: 0;
    margin-top: 16px;
}

.general-login-container .login-header {
    margin-right: 32px;
}

.body.rtl .general-login-container .login-header {
    margin-right: 0;
    margin-left: 32px;
}

.general-login {
    margin-top: 16px;
}

.general-join {
    margin-top: 12px;
    float: left;
}

.coupons-join, .reorder-join {
    margin-top: 12px;
}

.login-toggle.logout .logintext {
    margin-left: 11px;
    color: #000;
}

.login-toggle.logout .profileicon {
    border-radius: 50%;
}

.body.rtl .login-toggle.logout .logintext {
    margin-right: 11px;
}

.body.light .login-toggle.logout .logintext {
    color: #FFF;
}

.body.rtl .general-join, .body.rtl .termscheckbox, .body.rtl .termscheckbox-label {
    float: right;
}

.general-join a, .reorder-join a, .coupons-join a {
    cursor: pointer;
}

.login-form-container .w-col {
    padding: 0;
}

.gm-style-iw + div {
    display: none;
}

.w-select {
    padding-top: 16px;
    padding-bottom: 16px;
    height: auto;
    border-radius: 3px;
}

.body:not('metric') .distance-metric, .body.metric .distance {
    display: none;
}

.logo-container {
    display: inline-block;
}

.location-denied-message {
    color: #b82436;
    display: inline-block;
}

#bagItemCount {
    display: inline-block;
    position: absolute;
    top: 12px;
    width: 14px;
    height: 14px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
    color: #FFF;
    line-height: 14px;
    font-size: 12px;
}

.body.light #bagItemCount {
    color: #000;
}

.menu-category-description {
    width: 50%;
    margin: auto;
}

#locationSearch {
    float: none;
}

#locationSearch.address-accurate {
    width: 100%;
}

.hr-line-dashed {
  border-top: 2px dashed #e7eaec;
  color: #ccc;
  background-color: #ccc;
  height: 2px;
  margin: 20px 0;
}

.backtext.narrow {
    display: none;
}

.backtext.wide {
    display: inline-block;
}

.mandatory-component-mark {
    line-height: 28px;
    font-size: 18px;
    vertical-align: top;
}

.order-item-ingredient-option, .order-item-size-option {
    margin: 18px auto;
}

.multiplier-tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.multiplier-tabs-menu .w-tab-link {
    padding: 9px 2px;
}

.toppingmoneydiv + .topping-amount-picker {
    margin-top: -8px;
}

.topping-amount-picker {
    margin-bottom: 10px;
}

.topping-amount-option {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-width: 1px;
  border-style: solid;
  color: #5f9b40;
  font-size: 14px;
  text-align: center;
}

.toppingscategorycol {
    margin-bottom: 18px;
}

.toppingcategoryheader {
    text-align: left;
}

.body.rtl .toppingcategoryheader, .body.rtl .topping-container {
    text-align: right;
}

.body.rtl .topping-option-wrapper {
    float: left;
    direction: ltr;
}

.toppingcategoryheader .mandatory-component-mark {
    text-align: left;
    line-height: 36px;
    padding: 0 6px;
}

.h2-customize.toppingcategorytitle {
  display: inline-block;
  font-size: 20px;
  text-align: left;
  line-height: 36px;
}

.toppingoptiontitle {
  display: inline-block;
  font-weight: 400;
}

.toppingmoneydiv {
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 13px;
  text-align: left;
}

.toppingmoneydiv .propertyprice, .toppingmoneydiv .propertyprice-additional {
    display: block;
    margin: 0;
}

.toppingcontain {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 30px;
	height: 30px;
    margin: -4px auto auto auto;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	border: 1px solid #757575;
	border-radius: 100px;
    cursor: pointer;
}

.toppingcontain.contain-left {
  padding-left: 4px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.toppingcontain.contain-right {
  padding-left: 14px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.topping {
  width: 10px;
  height: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.topping.all {
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background-color: #757575;
}

.topping.left {
  height: 20px;
  border-radius: 100px 0 0 100px;
  background-color: #757575;
}

.topping.right {
  height: 20px;
  border-radius: 0 100px 100px 0;
  background-color: #757575;
}

.topping-option-wrapper {
    width: 50px;
    float: right;
    text-align: center;
}

.upsell-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 18px;
  margin-bottom: 15px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid;
}

.add-button {
  margin-top: 0;
  margin-left: 3px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 3px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-size: 13px;
  font-weight: 700;

}

.totals-container {
  margin-top: 10px;
}

.upsell-item-container {
  position: relative;
  display: none;
  opacity: 0;
}

.discounts-container {
  display: none;
  margin-top: 10px;
  padding-top: 18px;
  padding-bottom: 18px;
  border-top: 1px solid #9b9b9b;
  border-bottom: 1px solid #9b9b9b;
  opacity: 0;
  text-align: left;
}

.reorder-discounts-container {
  display: block;
  margin-top: 10px;
  padding: 10px;
  border-top: 1px solid #9b9b9b;
  border-bottom: 1px solid #9b9b9b;
  background-color: rgba(0, 0, 0, .1);
  opacity: 1;
  text-align: left;
}

.upsell-text {
  display: inline;
}

.upsell-text.upsell-price {
  margin-left: 3px;
}

.checkout-photo {
  width: 150px;
  height: 100px;
  padding: 18px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-position: 50% 50%;
  background-size: cover;
  text-align: right;
}
.upsell-text-container {
  height: auto;
  width: 100%;
  padding: 0 12px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  text-align: left;
}

.upsell-text-container.orderinfo {
  height: 160px;
  padding-top: 18px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 0px;
}

.button-subtext {
  display: inline-block;
  margin-top: 0px;
  font-size: 11px;
  letter-spacing: 0.5px;
  text-transform: none;
}

.button-subtext.discount-price {
  color: #5f9b40;
}

.button-subtext.discount-price.reorder-discount {
  color: #9b9b9b;
}

.button-subtext.discount-price.reorder-discount-comment {
  display: block;
  margin-top: 2px;
  color: #bb0104;
  font-size: 12px;
}

/* --- Tabs Design --- */

.tabs {
  width: 100%;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 14px;
}

.tab-pane {
  padding: 0px;
  border: 1px none #5f9b40;
}

.tab-link {
  margin-right: 10px;
}

.payment-method-tab-link {
  border-radius: 3px;
  height: 60px;
  margin-right: 10px;
  padding: 16px;
  border: 1px solid #979797;
  background-color: #fff;
  color: #979797;
}

.payment-method-tab-link:hover {
    color: #979797;
}

.body.rtl .payment-method-tab-link {
    margin-right: 0;
    margin-left: 10px;
}

.payment-method-tab-link.w--current {
  border: 2px solid;
  background-color: #fff;
}

.text-block {
  display: inline-block;
  margin-bottom: 24px;
  vertical-align: middle;
}

.payment-method-icon {
  margin-right: 8px;
  padding-bottom: 4px;
}

.body.rtl .payment-method-icon {
    margin-right: 0;
    margin-left: 8px;
}

@media screen and (max-height: 900px) {
    .customizescrollzone {
        max-height: 400px;
    }
}

@media screen and (max-height: 768px) {
    .customizescrollzone {
        max-height: 320px;
    }
}

@media screen and (max-height: 600px) {
    .customizescrollzone {
        max-height: 180px;
    }
}