﻿/**SHOP***/


#SiteGridContainer:After { content: ""; position: fixed; width: 100%; height: 100%; display: block; top: 0; left: 0; right: 0; bottom: 0; z-index: 1; transition: all 350ms ease-in-out; -webkit-transition: all 350ms ease-in-out; pointer-events: none; }

#SiteGridContainer.cart-active:After, #SiteGridContainer.profile-active:After { content: ""; background: rgba(0, 0, 0, 0.35); pointer-events: all; }


input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none; }


.shopLayout { direction: ltr; }

.cartItemsTable .cartItemsTitles { display: table; width: 100%; background: #cccccc; font-weight: bold; font-size: 110%; }

.cartItemsTable .cartItemsCell { display: table-cell; vertical-align: middle; padding: 20px; text-align: center; }

.cartItemsTable .cartItem { display: table; width: 100%; position: relative; direction: rtl; }

.cartItemsTable .cartItem:not(:last-child):after { border-bottom: 1px solid hsl(0deg 0% 96%); content: ""; width: calc(100% - 35px); position: absolute; bottom: 0; left: 20px; }

.cartItemsTable { max-width: 810px; float: right; direction: rtl; }

.cartSummary .totalSumItems { justify-content: space-between; display: flex; font-size: 100% !important; }

.cartSummary { display: flex; flex-direction: column; }

.FreeDeliveryStrip { width: 100%; float: right; margin: 19px 17px 0 0; }

.NavCartFreeShipping .FreeDeliveryStrip { margin: unset; margin-top: 19px; }

.SideCartFreeShipping .FreeDeliveryStrip { margin: 19px 35px 0 0; }

.FreeDeliverySpan { font-weight: 500; font-size: 15px; display: inline-flex; justify-content: center; align-items: center; height: 100%; gap: 0 3px; line-height: 0.8; }

.FreeDeliverySpan b, .FreeDeliverySpan strong { font-family: inherit }

.headerShop a.goToCheckout.shopBtn.freeShippingStrip { margin-bottom: unset; }

.cartItemPricesContainer { display: flex; justify-content: space-between; }

.cartItemsTable .cartItem .cartItemQ.cartItemsCell.pricesByWeight { width: 22%; }

.cartItemsTable .item-quantity .quantityLimitError { bottom: -10px; }

.shopLayout.cartPage .cartItemsTable .item-quantity .quantityLimitError { bottom: -30px; }

.headerShop .cart .closeCart { padding-left: 15px; text-align: left; width: 340px; float: left; }

.headerShop .cart .closeCart button { border: 0; background: transparent; padding: 0; border-bottom: 2px solid #cccccc; line-height: 1; }

.userLogin .closeUserPop button { border: 0; background: transparent; padding: 0; border-bottom: 2px solid #cccccc; line-height: 1; }

.closeUserPop { position: absolute; right: 20px; top: 10px; }

.cart .cartItemsTable .cartItem:first-child .cartItemName.cartItemsCell { padding-top: 0; }
/*.cartItemTotal.cartItemsCell:before                                                   { content: "\f20b";font-size: 60%; font-family: 'FontAwesome'; }*/
.cartSubTotal { /*width: calc(100% - 1000px);*/ width: 340px; float: right; margin-right: 20px; direction: rtl; margin-bottom: 50px; padding-bottom: 20px; }

.cartSubTotal.affix { top: 95px; position: fixed !important; }

span.regulaerPrice.hasDiscount { position: relative; display: inline-block; vertical-align: middle; color: #a5a5a5; position: relative; font-size: 110%; margin-left: 5px; }

span.regulaerPrice.hasDiscount:after { content: ""; border-top: 1px solid; position: absolute; width: 100%; top: 50%; left: 0; transform: translateY(-50%) rotate(130deg); -webkit-transform: translateY(-50%) rotate(130deg); }

span.priceAfterDiscount { display: inline-block; vertical-align: middle; position: relative; font-size: 110%; }

span.priceAfterDiscount:before { content: "\f20b"; font-size: 60%; font-family: "Font Awesome 5 Free"; font-weight: bold; }

span.regulaerPrice:before { content: "\f20b"; font-size: 60%; font-family: "Font Awesome 5 Free"; font-weight: bold; }

.shopBtn { padding: 7px 15px; display: inline-block; background: #000000; color: #ffffff; width: 100%; text-align: center; margin-top: 15px; transition: all 350ms ease-in-out; -webkit-transition: all 350ms ease-in-out; border: 1px solid #000000; font-size: 110%; border-radius: 5px; }

.emailLogin .shopBtn { margin-top:0;}
.emailLogin {margin-top:15px;}

.shopBtn:hover, .shopBtn:focus { background: #ffffff; color: #000000; }

.LoginByPhone .loginFormInput, .LoginByPhone .loginOTPCodeInputs { position: relative; display: inline-flex; }

.loginFormInput { position: relative; }

.OTPLabels { display: flex; flex-direction: column; font-size: 17px; align-items: center; margin-top: 30px; }

.OTPLabels .sendAgain a, .OTPLabels .changeNumber a { text-decoration: underline; }

.loginFormInput.RememberMeBtn, .loginFormInput.forgotPass { display: inline-block; }

label.RememberMeLabel { font-weight: normal; margin-bottom: 0; vertical-align: middle; font-size: 90%; }

.loginFormInput.forgotPass { float: left; }

.loginFormInput.forgotPass button { background: none; border: 0; padding: 0; text-decoration: underline; font-size: 90%; }

.checkout-login { float: right; max-width: 810px; direction: rtl; }

.formMsgs { position: absolute; padding-bottom: 20px; display: none; left: 50%; bottom: -20px; transform: translateX(-50%); -webkit-transform: translateX(-50%); }

.formError { display: none; position: absolute; top: 0; left: 0; }

.userPhone-label.formError.error.visible { position: relative; display: block; left: 0; margin-bottom: 5px; }

span.formAlert { display: none; position: absolute; top: 0; left: 0; }

.formMsgs span.formAlert { left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); white-space: nowrap; }

.emailWrapper h3.error { position: absolute; left: 20px; top: -15px; font-size: 100%; }

form#passwordRecovery .formMsgs { position: absolute; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); width: 100%; bottom: -30px; text-align: center; padding: 0; }

form#passwordRecovery { position: relative; }

form#passwordRecovery span.formAlert { position: relative; left: auto; top: auto; }

form#passwordRecovery .shopBtn { margin-top: 0; max-width: 60%; }

form#passwordRecovery.success .loginFormInput { display: none; }

form#passwordRecovery.success input.submitRecovery { display: none; }

form#passwordRecovery.success p { display: none; }

.forgot-password-modal .successLoginTitle { display: none; }

form#passwordRecovery .shopBtn.closePop { display: none; }

form#passwordRecovery.success .shopBtn.closePop { display: inline-block; }

.userLogin a.userAction { display: block; position: relative; }

.DeliveryDetails { float: right; direction: rtl; max-width: 810px; }

form#checkout-form .billingDetails, form#checkout-form .deliveryDetails, form#checkout-form .deliveryMethods { max-height: 0px; overflow: hidden; transition: all 550ms ease-in-out; -webkit-transition: all 550ms ease-in-out; z-index: -1; pointer-events: none; }

form#checkout-form .billingDetails.open, form#checkout-form .deliveryDetails.open, form#checkout-form .deliveryMethods.open { max-height: 2000px; z-index: 1; pointer-events: all; display: block !important; }

.deliveryMethods label span { display: block; font-size: 90%; }

.deliveryMethods label { vertical-align: top; }

label.error.deliveryMethodsError { display: inline-block; vertical-align: bottom; margin: 0; position: relative; top: auto; left: auto; }

.cartItemPic img { max-width: 90px; float: right; margin-left: 15px; }

.cartItemsTable .cartItem .cartItemName.cartItemsCell { font-size: 85%; line-height: 1.2; }

.cartItemsTable .cartItem .cartItemName.cartItemsCell .cartItemSubTitle { width: 100%; display: inline-block; }

.cartItemsTable .cartItem .cartItemPic { display: inline-block; vertical-align: middle; }

.cartItemsTable .cartItem .itemName { vertical-align: middle; display: inline-block; max-width: calc(100% - 120px); margin-right: 10px; }

.cartItemsTable .cartItem .itemName span.weightDesc { display: block; }

.cartItemsTable .cartItem .cartItemPic img { margin: 0; }

.cartItemsTable .cartItem button.deleteBtn { width: 26px; height: 26px; border-radius: 50%; border: 0; background-color: transparent; display: inline-block; vertical-align: middle; position: relative; font-size: 80%; -webkit-appearance: none; padding: 0; /* background: transparent; */ display: flex; align-items: center; justify-content: center; }

.cartItemsTable .cartItem button.deleteBtn.deleteBtnNew { background-color: #f5f5f5; }

.cartItemsTable .cartItem button.deleteBtn span { /* position: absolute; */ /* top: 50%; */ /* left: 50%; */ /* transform: translate(-50%,-50%); */ /* -webkit-transform: translate(-50%,-50%); */ /* height: 100%; */ }

.side-cart .cartItemsTable .cartItem button.deleteBtn { width: 15px; height: 18px; }

.side-cart .cartItemDelete.cartItemsCell svg { width: 15px; height: 18px; }

.side-cart .cartItemsTable .cartItem .itemName { max-width: 100%; }


.cartItemsTable .items, .cartSubTotal { background: #f4f4f4; }

.cartSubTotal.noItemsInCart { background: transparent; }



button#quickPurchaseBtn { display: inline-block; padding: 5px; background: #009688; min-width: 150px; margin-top: 10px; color: #ffffff; border: 1px solid; transition: all ease-in-out 200ms; -webkit-transition: all ease-in-out 200ms; position: relative; }
button#quickPurchaseBtn:hover, button#quickPurchaseBtn:focus { background: #ffffff; color: #000000; border-color: #000000; }



.itemContentWrapper button#addToCartBtn { margin-top: 0; }

#addToCartBtn svg { width: 18px; height: 18px; margin-right: 5px; fill: #ffffff; display: inline-block; vertical-align: middle; }

#addToCartBtn span { position: absolute; left: 10px; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); opacity: 0; transition: all 350ms ease-in-out; -webkit-transition: all 350ms ease-in-out; }

#addToCartBtn span.addedToCart { opacity: 1; }

.add-to-cart { position: relative; }



.cartSubTotal .totalSumItems { width: 100%; float: right; padding: 2px 20px; }

.cartSubTotal .totalSumItems.itemsInCart { padding-top: 15px; }

.cartItemsTable .cartItemsTitles .cartItemsCell { padding: 10px 20px; }

.cartSubTotal .subTotalTitle { padding: 10px 20px; background: #cccccc; float: right; width: 100%; }

.cartSubTotal .subTotalTitle h2 { font-size: 110%; line-height: 30px; font-weight: bold; float: right; }

.cartSubTotal .subTotalTitle a.goToCart { float: left; color: inherit; position: relative; font-size: 85%; }

.cartSubTotal .subTotalTitle a.goToCart:after { content: ""; border-bottom: 1px solid; position: absolute; left: 0; width: 100%; bottom: 2px; }

.cartSubTotal .totalSumItems span.price:before { content: "\f20b"; font-size: 45%; font-family: "Font Awesome 5 Free"; font-weight: bold; margin-right: 3px; }

.cartSubTotal .totalSumItems span:first-child { float: right; }

.cartSubTotal .totalSumItems span:last-child { float: left; }

.cartSubTotal .totalSumItems.totalPrice { font-size: 140%; font-weight: bold; }

.cartItemsTable .cartItem .cartItemPic { width: 90px; height: 90px; border: 1px solid #e7e7e7; text-align: center; position: relative; background: #ffffff; }

.cartItemsTable .cartItem .cartItemPic img { max-width: 80px; max-height: 80px; float: none; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); }

.cartItem .ingredientGroupCart { display: block; font-size: 90%; }

.cartBtn svg, .userBtn svg { transform: rotate(0deg); -webkit-transform: rotate(0deg); }

.cartBtn button, .userBtn button { background: transparent; border: 0; }

.headerShop, .headerShopLogin { position: fixed; left: 50%; top: 80px; z-index: 11; width: 1170px; transform: translateX(-50%); -webkit-transform: translateX(-50%); background: #ffffff; box-shadow: 0 0 30px 0 rgba(34, 35, 37, 0.1); max-height: 0px; overflow: hidden; transition: max-height 450ms ease-in-out; -webkit-transition: max-height 450ms ease-in-out; }

.headerShop.active, .headerShopLogin.active { max-height: 2000px; }

.navShopBtn { display: inline-block; vertical-align: middle; }

.cartItemsCounter { position: absolute; right: -13px; bottom: 6px; background: #000000; width: 19px; height: 19px; border-radius: 50%; }

.cartBtn button { position: relative; padding: 0; }

.cartItemsCounter span.CartItems { position: absolute; top: 50%; left: 60%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); font-size: 70%; }

.cartBtn svg { width: 26px; height: 25px; }

.userBtn svg { width: 22px; height: 22px; }

.navShopBtn.wishlistHeader.mobile svg { width: 24px; height: 24px; }




.cartItemsTable.hasTotalPriceItem .cartItemsCell { padding: 0 10px 20px 20px; }

@media (min-width: 767px) {
    .cartItemsTable .TotalAmountMode .cartItemPrice.cartItemsCell { width: 18%; padding: 20px 10px; }
}

.headerShop.side-cart { max-width: 90vw; }

.headerShop.side-cart { top: 0; right: 0; left: auto; transform: translate(0px, 0px); -webkit-transform: translate(0px, 0px); right: -100%; transition: all 350ms ease-in-out; -webkit-transition: all 350ms ease-in-out; width: 400px; min-height: 100vh; }

.headerShop.side-cart .cart .closeCart button { border: 0; }

.headerShop.side-cart.active { right: 0; max-height: 100vh; background: #f1f1f2; padding: 0; }

.headerShop.side-cart .cart { padding: 0 0 25px; }

.headerShop.side-cart .totalSumItems.top { background: #f1f1f2; padding: 20px; }

.headerShop.side-cart .totalSumItems .totalSumTitle { width: calc(100% - 46px); display: inline-block; font-size: 170%; vertical-align: middle; }

.headerShop.side-cart .totalSumItems.cartActions { background: transparent; float: right; width: 100%; }

.headerShop.side-cart .cart .closeCart { display: inline-block; width: 40px; height: 40px; text-align: center; padding: 0; vertical-align: middle }

.headerShop.side-cart .cart .deleteCircle { fill: #f2efee; }

.headerShop.side-cart .cartItemsNavSubTotal, .headerShop.side-cart .itemsTableWrapper { display: block; }

.headerShop.side-cart .cartItemsNavSubTotal { width: 100%; position: absolute; bottom: 0; }

.headerShop.side-cart .itemsTableWrapper { min-height: 65vh; background: #fff; }

.headerShop.side-cart .totalSumItems.priceInfo { float: right; }

.headerShop.side-cart .cartItemsNavSubTotal span.price { float: none; }

.headerShop.side-cart .cartBottomText { width: 100%; }

.headerShop.side-cart .cartItemsTable { width: 100%; min-height: 65vh; padding: 0; }

.headerShop.side-cart .cartItemsTable .cartItem { padding: 20px; }

.headerShop .side-cart .cartItemsTable .cartItem .itemName { max-width: 100%; margin-right: 0; }

.headerShop.side-cart .cartActions .shopBtn { width: 49%; float: right; margin-top: 0; border-radius: 0; padding: 5px 0; }

.headerShop.side-cart .cartActions .goToCart.shopBtn { margin-left: 1%; }

.headerShop.side-cart .cartActions .goToCheckout.shopBtn { margin-right: 1%; margin-bottom: 0px; }

.headerShop.side-cart .cart .closeCart button { border: 0; }

.headerShop.side-cart.active { right: 0; max-height: 100vh; background: #f1f1f2; padding: 0; }

.headerShop.side-cart .cart { padding: 0 0 25px; }

.headerShop.side-cart .totalSumItems.top { background: #f1f1f2; padding: 20px; }

.headerShop.side-cart .totalSumItems .totalSumTitle { width: calc(100% - 46px); display: inline-block; font-size: 170%; vertical-align: middle; }

.headerShop.side-cart .totalSumItems.cartActions { background: transparent; float: right; width: 100%; }

.headerShop.side-cart .cart .closeCart { display: inline-block; width: 40px; height: 40px; text-align: center; padding: 0; vertical-align: middle }

.headerShop.side-cart .cart .deleteCircle { fill: #f2efee; }

.headerShop.side-cart .cartItemsNavSubTotal, .headerShop.side-cart .itemsTableWrapper { display: block; }

.headerShop.side-cart .cartItemsNavSubTotal { width: 100%; position: absolute; bottom: 0; }

.headerShop.side-cart .itemsTableWrapper { min-height: 55vh; background: #fff; }

.headerShop.side-cart .totalSumItems.priceInfo { float: right; }

.headerShop.side-cart .cartItemsNavSubTotal span.price { float: none; }

.headerShop.side-cart .cartBottomText { width: 100%; }

.headerShop.side-cart .cartItemsTable { width: 100%; min-height: 55vh; padding: 0; }

.headerShop.side-cart .cartItemsTable .cartItem { padding: 20px; }

.headerShop .side-cart .cartItemsTable .cartItem .itemName { max-width: 100%; margin-right: 0; }

.headerShop.side-cart .cartActions .shopBtn { width: 49%; float: right; margin-top: 0; border-radius: 0; padding: 5px 0; }

.headerShop.side-cart .cartActions .goToCart.shopBtn { margin-left: 1%; }

.headerShop.side-cart .cartActions .goToCheckout.shopBtn { margin-right: 1%; margin-bottom: 0px; }


@media(max-width:991px) {
    .headerShop.side-cart .totalSumItems.top { width: 100%; }
}




.cartItemsNavSubTotal { float: right; width: 340px; padding: 50px 15px 15px; position: relative; }

.cartItemsNavSubTotal:after { content: ""; height: 100%; border-right: 1px solid #d7d7d7; position: absolute; right: -10px; top: 0; }

.headerShop .cartTopButtons { display: flex; flex-direction: row-reverse; }

.headerShop .cartItemsTable { width: 790px; max-width: none; padding: 0px 15px; max-height: 450px; overflow-y: auto; overflow-x: hidden; direction: ltr; position: relative; }

.headerShop .removeAllWrapper { padding-left: 20px; }

.headerShop .removeAllItems { border: 0; background: transparent; padding: 0; border-bottom: 2px solid #cccccc; line-height: 1; }

.itemsTableWrapper { float: right; position: relative; height: 450px; }

.itemsTableWrapper:after { background-image: linear-gradient(to top, #ffffff, #ffffff); content: ""; position: absolute; bottom: 0; width: 100%; height: 65px; background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%, #fff 100%); right: 2px; pointer-events: none; }

.side-cart .itemsTableWrapper:after { background-image: linear-gradient(to top, #f1f1f2, #f1f1f2); content: ""; background: -webkit-linear-gradient(top, rgba(255,255,255,0), rgba(241,241,242,1) 73%); opacity: 1; }

.headerShop .cartItemsTable .cartItemName.cartItemsCell { padding: 15px; }

.headerShop .cartItemsTable .cartItemName.cartItemsCell { width: 52%; }

.headerShop .cart { padding: 10px 20px 25px; float: right; width: 100%; }

.headerShop .cartItemsTable::-webkit-scrollbar { width: 3px; }

.cartItemsTable::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3); }

.cartItemsTable::-webkit-scrollbar-thumb { background-color: darkgrey; }

.cartItemsNavSubTotal span.price { float: left; }

.cartItemsNavSubTotal .totalSumItems span:not(.price) { float: right; }

.cartItemsNavSubTotal .totalSumItems span.cartItemsQ { margin-left: 5px; }

span.price:before { content: "\f20b"; font-size: 45%; font-family: "Font Awesome 5 Free"; font-weight: bold; margin-right: 3px; }

.cartItemsNavSubTotal span.price:before { content: "\f20b"; font-size: 45%; font-family: "Font Awesome 5 Free"; font-weight: bold; margin-right: 3px; }

.cartItemsNavSubTotal .totalSumItems { font-size: 110%; }

.cartItemDelete.cartItemsCell svg { width: 15px; display: inline-block; vertical-align: middle; }

.cartItemDelete.cartItemsCell .deleteBtnNew svg { width: 12px; }

.headerShop .shopBtn { padding: 10px 50px; margin-top: 20px; }

.headerShop a.goToCart.shopBtn { margin-top: 35px; }

.headerShop a.goToCart.shopBtn { background: #ffffff; color: #000000; }

.headerShop a.goToCart.shopBtn:focus, .headerShop a.goToCart.shopBtn:hover { background: #000000; color: #ffffff; }

.headerShop a.goToCheckout.shopBtn { margin-bottom: 40px; }

.headerShop .cartBottomText { font-size: 90%; }

.headerShop .cartItemsTable .cartItem .cartItemPic { width: 90px; text-align: center; height: 90px; border: 1px solid #ECECEC; position: relative; }

.headerShop .cartItemsTable .cartItem .cartItemPic img { max-height: 70px; float: none; display: inline-block; vertical-align: middle; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); }

.cartBottomText { float: right; padding: 20px; font-size: 90%; }


#header2 .header-top-left .navShopBtn svg { transform: rotate(0deg); -webkit-transform: rotate(0deg); }

#headerShopSideBG { content: ""; background: rgba(0, 0, 0, 0.35); pointer-events: none; opacity: 0; position: fixed; width: 100%; height: 100%; z-index: 10; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; z-index: 11; }

#headerShopSideBG.active { pointer-events: all; opacity: 1 }


.headerShop .cart .noItemsInCart { width: 100%; text-align: center; padding: 50px 20px; }



.userLogin { padding: 50px 0px; float: right; width: 100%; }

.userLogin .existingUser:before { content: ""; border-right: 1px solid #cccccc; position: absolute; left: 0; height: 100%; top: 0; }

.userLogin .existingUser, .userLogin .newUser { padding: 15px 6vw; }

.userLogin .newUserText { font-size: 100%; margin-bottom: 20px; }
/*.userLogin .shopBtn                                 { max-width: 50%; }*/
/*.userLogin .subheadline h2 { font-size: 44px; display: inline-block; }*/
.userLogin .subheadline h3 { font-size: 17px; margin: 15px 0 7px 0; }

.userLogin .subheadline { margin: 0px 0px 20px; }

.userLogin .existingUser.LoginByPhone { padding: 15px 4vw; }

.relative-wrapper { position: relative; }

.btn-password-preview { position: absolute; top: 50%; left: 20px; transform: translate(-50%, -50%); width: 24px; height: 24px; font-size: 0; padding: 0; border: none; box-shadow: none; outline: none; background-color: transparent; }

.shopPop .modal-body { background: #ffffff; text-align: center; max-width: 600px; border-radius: 0; margin: auto; padding: 40px; max-height: 70vh; overflow: auto; }

.shopPop .modal-body::-webkit-scrollbar { width: 3px; }

.shopPop .modal-body::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3); }

.shopPop .modal-body::-webkit-scrollbar-thumb { background-color: darkgrey; }

.shopPop .modal-content { text-align: center; }

#order-modal.shopPop .modal-body { max-width: 900px; }

#order-modal.shopPop .modal-body .orderDetails { float: right; width: 50%; margin-bottom: 25px; direction: rtl; }

#order-modal.shopPop .modal-body .orderComments { direction: rtl; float: right; width: 100%; margin-bottom: 20px; }

#order-modal.shopPop .modal-body .subheadline { margin-bottom: 15px; }

#order-modal.shopPop .orderItems { float: right; width: 100%; direction: rtl; }


form#passwordRecovery { max-width: 340px; margin: auto; border: 0; margin-top: 15px; }

form#passwordRecovery p { margin-bottom: 15px; }

.cartItemsTable .cartItemName.cartItemsCell.orderID { width: 30%; padding-right: 0; }

.cartItemsTable .cartItemsCell.orderDate { width: 35%; text-align: right; }

.cartItemsTable .cartItemsCell.orderStatus { width: 25%; text-align: right; }

.cartItemsTable .cartItemsCell.orderTotal { width: 10%; text-align: right; padding-left: 0; }

.cartItemsTable .topOrderItem { width: 100%; display: table; position: relative; }

.cartItemsTable .topOrderItem .cartItemsCell span { display: block; font-size: 110%; }

.cartItemsTable .topOrderItem .cartItemsCell span:first-child { font-weight: bold; /*white-space:nowrap;*/ }

.cartItemsTable.orders .cartItemsCell { padding-top: 0; }

.cartItemsTable.orders .orderItem { margin-bottom: 15px; background: #F6F6F6; padding: 40px; }

.cartItemsTable.orders .items { background: transparent; }

.cartItemsTable.orders .topOrderItem:after { content: ""; border-bottom: 1px solid #d7d7d7; display: block; width: 100%; height: 1px; position: absolute; left: 0; bottom: 0; }

.cartItemsTable .bottomOrderItem { padding: 25px 0px 0px; }

.cartItemsTable .bottomOrderItem .order-actions { text-align: left; width: 30%; display: inline-block; vertical-align: middle; }

.cartItemsTable .bottomOrderItem .order-images { width: 69%; display: inline-block; vertical-align: middle; }

.cartItemsTable .bottomOrderItem .order-actions a, .cartItemsTable .bottomOrderItem .order-actions button, .order-actions-container .order-actions button.addOrderToCart { border: 1px solid; background: transparent; border-radius: 4px; padding: 6px 50px; font-size: 110%; white-space: nowrap; transition: all 350ms ease-in-out; -webkit-transition: all 350ms ease-in-out; }

.cartItemsTable .bottomOrderItem .order-actions a:hover, .cartItemsTable .bottomOrderItem .order-actions a:hover.cartItemsTable .bottomOrderItem .order-actions a:focus, .order-actions-container .order-actions button.addOrderToCart:hover { background: #000000; color: #ffffff; border: 1px solid #000000; border-radius: 4px; }

.cartItemsTable .bottomOrderItem .order-actions button:focus, .cartItemsTable .bottomOrderItem .order-actions button:hover { background: #000000; color: #ffffff; }

.cartItemsTable.orders .bottomOrderItem .order-actions button { margin-top: 10px; }

.cartItemsTable .bottomOrderItem .order-images .orderItemImg { width: 100px; height: 100px; overflow: hidden; float: right; margin-left: 20px; position: relative; border: 1px solid #e7e7e7; background: #ffffff; }

.cartItemsTable .bottomOrderItem .order-images .orderItemImg img { max-width: 100px; max-height: 100px; float: none; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); }

.cartItemsTable .bottomOrderItem .order-images span.itemsRemaining { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); z-index: 2; font-size: 150%; color: #ffffff; }

.cartItemsTable .bottomOrderItem .order-images .orderItemImg.lastImage:after { content: ""; top: 0; bottom: 0; left: 0; right: 0; background: rgba(0, 0, 0, 0.7); position: absolute; width: 100%; height: 100%; }

.cartItemsTable .cartItemVariation span { display: block; }

.orderFirstDetails { display: flex; justify-content: space-between; flex-direction: row-reverse; }

.order-details-container { display: flex; flex-direction: column; }

.userProfile #headline { background: #F6F6F6; margin-bottom: 5px; padding: 40px; text-align: right; height: 145px; }

.userProfile .normal-form-submit { width: 60%; margin: 0; float: left; }

.cartItemsTable.orders .loadMoreOrderWrapper { text-align: center; }

.cartItemsTable.orders button.loadMoreOrders { border: 1px solid; background: transparent; border-radius: 4px; padding: 6px 50px; font-size: 110%; white-space: nowrap; display: inline-block; min-width: 250px; margin-top: 15px; transition: all 350ms ease-in-out; -webkit-transition: all 350ms ease-in-out; }

.cartItemsTable.orders button.loadMoreOrders:hover, .cartItemsTable.orders button.loadMoreOrders:focus { background: #000000; color: #ffffff; }

.userProfile .orderFirstDetails { background: #F6F6F6; margin-bottom: 5px; padding: 30px; text-align: right; overflow: hidden; }

.userProfile .orderFirstDetails .orderDetail { display: block; width: 100%; float: right; direction: rtl; }

.userProfile .orderFirstDetails .orderDetail strong { float: right; }

.userProfile .orderFirstDetails .orderDetail span { float: right; margin-right: 5px; }

.userProfile .orderFirstDetails .orderDetail.TotalPrice { font-size: 125%; }

form.shop-form fieldset > div:last-child { margin-bottom: 0; }

form.shop-form fieldset > div:last-child .form-control:not([type=checkbox]):not([type=submit]):not([type=button]):not([type=radio]) { margin-bottom: 10px; }

.userProfile #text1 { width: 100%; max-width: 100%; }

.cartItemsTable.orders { margin: auto; float: none; }

.cartWrapper.ordersWrapper #headline > span { font-size: 40%; float: right; margin-top: 10px; }

.userProfile #headline h1 svg { width: 42px; height: 42px; display: inline-block; vertical-align: top; }

.userProfile #headline h1 span { display: inline-block; vertical-align: top; line-height: 1; }

.cartWrapper.ordersWrapper, .userProfile { margin-top: 50px; max-width: 810px; }
/*.orderDetailsWrapper                                                { padding: 40px; text-align: right; float:right;width:100%;*/ /*max-height:500px;overflow-y:auto;direction:ltr;}*/
.orderDetailsWrapper::-webkit-scrollbar { width: 3px; }

.orderDetailsWrapper::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3); }

.orderDetailsWrapper::-webkit-scrollbar-thumb { background-color: darkgrey; }

.shopLayout.wishListPage .userProfile #headline svg path { fill: rgb(45, 45, 45); }

.userProfile h1 { display: inline-block; vertical-align: middle;; }

.shopLayout.orderHistory.singleOrderPage .userProfile h1 { float: right; }

.shopLayout.wishListPage .registerFormWrapper { width: 100%; min-height: 400px; }

.shopLayout.wishListPage .noItemsYet { text-align: center; }

.shopLayout.orderHistory .order-items { background: #F6F6F6; margin-bottom: 15px; padding: 30px; text-align: right; overflow: hidden; }

.shopLayout.orderHistory .order-items .items { background: transparent; }

.shopLayout.orderHistory .order-items h2 span { display: inline-block; vertical-align: middle; }

.shopLayout.orderHistory h2 { font-size: 150%; }

.cartWrapper.ordersWrapper.userProfile.noItemsYet { text-align: center; }

.shopLayout.orderHistory .orderItems .cartItemsTable .cartItemName.cartItemsCell { padding-right: 0; }

.shopLayout.orderHistory .cartItemsTable .cartItemTotal.cartItemsCell { padding-left: 0; }

.shopLayout.orderHistory .cartItemsTable .cartItem:not(:last-child):after { width: 100%; left: 0; }

.shopLayout.orderHistory .cartItemsTable .cartItem:first-child:before { border-top: 1px solid #d7d7d7; content: ""; width: 100%; position: absolute; top: 0; left: 0px; }

.shopLayout.orderHistory .order-items .subheadline { margin-bottom: 10px; }

.shopLayout.orderHistory .order-items .subheadline h2 { font-weight: bold; }

.shopLayout.orderHistory .orderDetailsWrapper.cartWrapper.ordersWrapper { margin-top: 15px; }

.shopLayout.orderHistory .cartWrapper .cartItemsTable { margin-bottom: 0; }

.shopLayout.orderHistory .cartWrapper .cartItemsTable .itemsTitles { display: table; width: 100%; font-weight: bold; }

.shopLayout.orderHistory .cartItemsTable .cartItem:last-child:after { border-bottom: 1px solid #d7d7d7; content: ""; width: 100%; position: absolute; bottom: 0; left: 0px; }

.shopLayout.orderHistory .orderComments { padding-top: 30px; display: inline-block; }

.shopLayout.orderHistory .orderMoreDetails { background: #F6F6F6; margin-bottom: 45px; padding: 30px; text-align: right; overflow: hidden; direction: rtl; }

.userProfile #headline > span { font-size: 40%; float: right; margin-top: 0px; display: inline-block; width: 100%; vertical-align: middle; }

.order-delivery-details .subheadline, .order-billing-details .subheadline { border-bottom: 1px solid #d7d7d7; padding-bottom: 10px; margin-bottom: 10px; }



.normal-form input[type=radio] { width: 19px; height: 19px; background: transparent; border: 0; display: inline-block; vertical-align: middle; }

form#checkout-form { padding: 0px; margin-bottom: 50px; background: transparent; padding-bottom: 50px; }

form#checkout-form .checkoutTitle h3 { padding: 12px 30px; background: #c3bdbd; font-weight: bold; font-size: 110%; margin-top: 0; margin-bottom: 0; }

form#checkout-form .checkoutTitle h4 { font-size: 115%; padding: 0px 30px 0px 15px; display: inline-block; vertical-align: middle; margin-bottom: 0; margin-top: 15px; }

form#checkout-form .checkoutTitle.giftDetailsTitle h4 { padding: 0; margin: 0; }

form#checkout-form .checkoutTitle.giftDetailsTitle { margin-bottom: 15px; }

form#checkout-form .order-comments { /*margin-top: 20px;*/ position: relative; }

form#checkout-form .checkoutInputsWrapper.hideInMobile { padding: 15px 45px; }
/*form#checkout-form .order-comments:after                            { content: ""; border-top: 1px solid #000000; position: absolute; top: 0px; left: 15px; width: calc(100% - 30px); }*/
#checkout-form .normal-form-submit { width: 40%; float: left; position: relative; }

#userPhone { width: 308px; height: 50px; margin-bottom: 10px !important; padding-right: 15px; border: solid 1px #000; }

.LoginByPhone .loginFormInput .shopBtn { width: 150px; height: 50px; margin: 0 10px 0 0; }
/*form.shop-form .userPhone.form-control { margin-bottom: 10px !important }*/
.enterPhoneNumber { font-size: 15px; }

form.shop-form .form-control:not([type=checkbox]):not([type=submit]):not([type=button]):not([type=radio]) { width: 100%; border: 1px solid #000; border-radius: 5px; padding-right: 15px; margin-bottom: 20px; height: 46px; background: 0 0; font-size: inherit; color: #000000; }

form.shop-form input[type=radio], form.shop-form input[type=checkbox] { width: auto; display: inline-block; vertical-align: middle; margin: 0; margin-left: 5px; height: auto; }

form.shop-form input[type=checkbox] { width: 16px; height: 16px; border: 1px solid #000000; background: transparent; -webkit-appearance: none; border-radius: 0; background-image: url('../../../warehouse/temp/story/checkboxV.svg'); background-size: 0; background-repeat: no-repeat; background-position: center center; cursor: pointer; }

form.shop-form input[type=checkbox]:checked { background-size: 75%; background: url(../../../warehouse/temp/story/checkboxV.svg); }

form.shop-form .invoiceComment { font-size: 90%; }

form.shop-form .form-control:not([type=checkbox]):not([type=submit]):not([type=button]):not([type=radio])[name=PickUpLocation] { margin-bottom: 0; }

form.shop-form .spinner { color: #ffffff; margin-top: 10px; font-size: 80%; }

form.shop-form .spinner.OTPSpinner { color: #000; margin-top: unset; font-size: 1em; }

#checkoutLogin .loginInputs .spinner.OTPSpinner { top: 90%; -webkit-transform: translate(-50%,-65%); left: 50%; }

#checkoutLogin .loginOTPCodeInputs .spinner.OTPSpinner { top: 30%; -webkit-transform: translate(-45%,-55%); left: 25%; }

#navLogin .loginFormInput .spinner.OTPSpinner, #navLogin .loginOTPCodeInputs .spinner.OTPSpinner { -webkit-transform: translate(-80%,-50%); left: 20%; }
#navLogin .loginFormInput.emailLogin .spinner.OTPSpinner { left: 50%; -webkit-transform: translate(-50%, -50%); }

.OTPLockButtons { pointer-events: none; }

form.shop-form option.placholder { display: none; }

form.shop-form .form-control::-moz-placeholder { color: #000000; opacity: 1; }

form.shop-form .form-control:-ms-input-placeholder { color: #000000; }

form.shop-form .form-control::-webkit-input-placeholder { color: #000000; }

form.shop-form textarea.form-control:not([type=checkbox]):not([type=submit]):not([type=button]):not([type=radio]) { height: 120px; }

form.shop-form select.form-control:not([type=checkbox]):not([type=submit]):not([type=button]):not([type=radio]) { margin-bottom: 0; -webkit-appearance: none; }

form.shop-form .selectBoxWrapper { margin-bottom: 20px; }

form.shop-form .shop-details span.hours { display: block; padding-bottom: 20px; }

form.shop-form .selectHolder:before { content: ""; position: absolute; top: 50%; left: 15px; transform: translateY(-50%); -webkit-transform: translateY(-50%); pointer-events: none; background-image: url(../../../warehouse/temp/story/dropArrow.svg); width: 12px; height: 12px; background-size: cover; z-index: 1; }

form.shop-form .selectHolder { position: relative; width: 100%; display: inline-block; }

form.shop-form .dateBoxWrapper { margin-bottom: 20px; }

form.shop-form .dateBoxWrapper select.form-control:not([type=checkbox]):not([type=submit]):not([type=button]):not([type=radio]) { margin-bottom: 0; }

form.shop-form input[type=checkbox]:checked:focus { outline: none; }

form.shop-form input[type=radio] { width: 20px; height: 20px; border-radius: 50%; background: #ffffff; -webkit-appearance: none; }

form.shop-form input[type=radio]:checked { position: relative; }

form.shop-form input[type=radio]:checked:after { content: ""; width: 10px; height: 10px; position: absolute; top: 50%; left: 50%; background: #000000; border-radius: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); }

form.shop-form .order-coupon.hasBuyme input[type=radio] { border: 1px solid #4e535c; }

form.shop-form .order-coupon.hasBuyme input[type=radio]:focus { outline: none; }

form.shop-form .couponSelection { display: inline-block; float: none; width: auto; }

form.shop-form .couponSelection:first-child { margin-left: 20px; }


.loggedInUser.profileSideBar { width: 340px; float: right; margin-left: 20px; direction: rtl; }

.loggedInUser.profileSideBar h4 { background: #F6F6F6; padding: 30px 20px 20px; font-size: 150%; margin-top: 0; margin-bottom: 5px; height: 145px; }

.loggedInUser.profileSideBar h4 span { display: block; }

.loggedInUser.profileSideBar h4 button.loginBoxLogout { background: transparent; border: 0; padding: 0; border-bottom: 1px solid; line-height: 1; display: block; font-size: 60%; margin-top: 10px; }

.loggedInUser.profileSideBar a { background: #F6F6F6; padding: 15px 20px; margin-top: 0; width: 100%; display: inline-block; margin-bottom: 5px; }

.loggedInUser.profileSideBar a.active { background: #000000; color: #ffffff; }

.loggedInUser.profileSideBar a.userAction svg { width: 25px; height: 25px; display: inline-block; vertical-align: middle; }

.loggedInUser.profileSideBar a.userAction.userAccount svg { width: 25px; height: 21px; }

.loggedInUser.profileSideBar a span { display: inline-block; vertical-align: middle; }

.loggedInUser.profileSideBar a.userAction.active svg { fill: #ffffff; }

.loggedInUser.profileSideBar a.userAction.userActionWishlist svg * { fill: rgb(45, 45, 45); }

.loggedInUser.profileSideBar a.userAction.userActionWishlist.active svg * { fill: #ffffff; }

.shopLayout.userAccountPage #headline h1 svg { width: 35px; }

#header2 .header-top-left .loggedInUser svg { width: 16px; height: 16px; margin-left: 5px; fill: #000000; }

#header2 .header-top-left .loggedInUser svg path { fill: inherit; }

#header2 .header-top-left .loggedInUser .userOrdersBtn svg path:first-child { fill: none; }

.loggedInUser { direction: ltr; }

.userProfile .itemsList.row { overflow: hidden; }

.registerFormWrapper { max-width: 810px; margin: auto; padding: 40px; background: #ececec; margin-bottom: 80px; position: relative; float: right; direction: rtl; width: 100%; }

.registerFormWrapper.registerPage { max-width: 630px; float: none; direction: rtl; }

.registerFormWrapper.registerPage p { text-align: center; max-width: 70%; margin: auto; margin-bottom: 15px; }

.registerFormWrapper fieldset label { width: 100%; }

.registerFormWrapper fieldset .checkBoxWrapper label { display: inline; font-size: 90%; }

.registerFormWrapper form.shop-form fieldset > div:last-child.checkBoxWrapper { margin-bottom: 20px; /*margin-top: -20px;*/ }

.userProfile .registerFormWrapper a.shopBtn { max-width: 200px; }

.registerFormWrapper.passwordRecovery { float: none; max-width: 600px; }

.registerFormWrapper .shop-form .normal-form-submit { width: 60%; }

#register-form .must:before { display: none; }

.registerFormWrapper.registerPage.registerThanks .shopBtn { max-width: 50%; }

.checkout-login { background: #ececec; padding: 40px 30px; }

.checkout-login .subheadline { margin: 0px 0px 20px; text-align: center; }

.checkout-login .registeredUser:before { content: ""; border-right: 1px solid #cccccc; position: absolute; left: 0; height: 100%; top: 0; }

.checkout-login .registeredUser { padding-top: 10px; padding-bottom: 10px; }

.checkout-login .newUser span { text-align: center; display: inline-block; width: 100%; margin-top: 20px; margin-bottom: 20px; font-size: 120%; }

.checkout-login .newUser .shopBtn { margin-top: 10px; max-width: 60%; }

.checkout-login .newUser a.checkoutLogin { display: inline-block; border-bottom: 1px solid; line-height: 1; font-size: 120%; }

.checkout-login .newUser { text-align: center; }

.checkout-login .newUser .newUserText { max-width: 70%; margin: auto; margin-bottom: 10px; }

#userOTPCode { width: 308px; height: 50px; margin-bottom: unset; padding-right: 15px; border: solid 1px #000; display: inline-flex; }

.loginOTPCodeInputs .shopBtn { width: 150px; height: 50px; margin: 0 10px 0 0; }

.successfulLoginSpan, .wrongOTPCodeContainer { display: none; }

.wrongOTPCodeSpan { color: #d90f30; font-size: 15px; }

.loginForm.shop-form .loginOTPCodeContainer, .categoryPasswordLogin .loginOTPCodeContainer { display: none; }

.shopThankYouMsg .subheadline { text-align: center; }

.shopThankYouMsg a.shopBtn { max-width: 200px; }

.cartItemopen.cartItemsCell button.openOrder { border: 0; background: transparent; }

.cartItemopen.cartItemsCell button.openOrder svg { width: 20px; height: 20px; display: inline-block; vertical-align: middle; }

.cartItemopen.cartItemsCell { width: 8%; }

.orderItems .cartItemsTable { width: 100%; }

.shopPop#shop-modal-force-login .modal-body .shopBtn { max-width: 200px; }

#shop-modal iframe { border: 0; width: 100%; }


.headerShopLoginUserLoggedIn { position: absolute; bottom: -189px; width: 220px; left: -90px; z-index: 3; background: #ffffff; color: #000000; opacity: 0; pointer-events: none; transition: all 350ms ease-in-out; -webkit-transition: all 350ms ease-in-out; }

.navShopBtn { position: relative; }

.navShopBtn.wishlistHeader svg * { fill: #ffffff; stroke: none; }

.navShopBtn { }

.navQuickAlert { pointer-events: none; position: fixed; opacity: 0; -webkit-transition: all .15s ease; transition: all .15s ease; background: #fff; padding: 15px 15px 15px 25px; border: 1px solid #000; height: 84px; min-width: 242px; /*width:100%;*/ background: #fff; z-index: 11; box-shadow: -4px 4px 20px 0 rgb(57 56 58 / 20%); -webkit-box-shadow: -4px 4px 20px 0 rgb(57 56 58 / 20%); transition-delay: 0s; }

.navQuickAlert.active { opacity: 1; pointer-events: auto; -webkit-transition: all .3s ease; transition: all .3s ease; transition-delay: 0s; }

.navQuickAlert::before,
.navQuickAlert::after { content: ''; position: absolute; transform: translateY(100%); top: -20px; border-left: 10px solid transparent; border-right: 10px solid transparent; }

.navQuickAlert::before { margin-top: 1px; border-bottom: 10px solid #fff; z-index: 2; }

.navQuickAlert::after { border-bottom: 10px solid #000000; z-index: 1; }

.navQuickAlert.rightMode:before,
.navQuickAlert.rightMode:after { right: 32px; }

.navQuickAlert.leftMode:before,
.navQuickAlert.leftMode:after { left: 12px; }

.headerShopLoginUserLoggedIn a.userAction, #header2 .header-top-left a.userAction, #header-left a.userAction { color: inherit; display: block; text-align: right; }

.headerShopLoginUserLoggedIn .userLogin { padding: 0; }

.headerShopLoginUserLoggedIn:after { content: ""; position: absolute; top: -10px; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); border-width: 0 10px 10px; width: 0; height: 0; border-color: transparent; border-style: solid; z-index: 999; border-bottom-color: #000000; }

.headerShopLoginUserLoggedIn.openBox { opacity: 1; pointer-events: all; }

.headerShopLoginUserLoggedIn h4 { padding: 15px 20px 15px; margin: 0; background: #000000; color: #ffffff; text-align: right; }

.headerShopLoginUserLoggedIn a { padding: 5px 20px; }

.headerShopLoginUserLoggedIn a.userAction:after, #header2 .header-top-left a.userAction:after { content: ""; border-bottom: 1px solid #d7d7d7; position: absolute; left: 10px; width: calc(100% - 20px); bottom: 0; }

.headerShopLoginUserLoggedIn .loginBoxLogout { float: left; background: transparent; border: 0; text-decoration: underline; }

.headerShopLoginUserLoggedIn a.userAction:last-child:after, #header2 .header-top-left a.userAction:last-child:after { display: none; }

.headerShopLoginUserLoggedIn a.userAction:last-child, #header2 .header-top-left a.userAction:last-child { padding-bottom: 10px; }

.shopLayout.cartPage a.goToCart { display: none; }

.shopLayout.checkoutPage a.goToCheckout.shopBtn { display: none; }

.CatalogItemQuickAlert { display: flex; align-items: center; direction: rtl; position: relative; }

.CatalogItemQuickAlert-Details { color: #000000; }

.CatalogItemQuickAlert-Img { position: relative; width: 50px; }

.CatalogItemQuickAlert-Img img { max-width: 50px; max-height: 50px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

.CatalogItemQuickAlert-Holder { }

.CatalogItemQuickAlert-Details { padding-right: 15px; max-width: 190px; font-size: 95%; line-height: 1; text-align: right; }

.CatalogItemQuickAlert .item-price { font-size: 100%; }

.CatalogItemQuickAlert .item-amount { font-size: 80%; }

.CatalogItemQuickAlert .item-price .itemBeforeDiscountPrice.hasDiscount { margin-left: 0px; vertical-align: baseline; }

.CatalogItemQuickAlert .item-price span.price-measuring-desc { vertical-align: baseline; }

.CatalogItemQuickAlert .finalPrice.priceAfter { vertical-align: baseline; }

.shopLayout.orderHistory { margin-bottom: 60px; }

.shopLayout.cartPage .subheadline.noItemsInCart { text-align: center; }

.shopLayout.cartPage .cartItemsTable.noItemsInCart { max-width: 100%; width: 100%; }

.shopLayout.cartPage .cartItemsTable.noItemsInCart .cartItemsTitles { display: none; }

.shopLayout.cartPage .cartItemsTable.noItemsInCart .items { background: transparent; }


.shopLayout.checkoutPage .cartSubTotal .totalSumItems.totalPrice:before { content: ""; border-top: 1px solid #cccccc; display: block; margin-top: 15px; margin-bottom: 10px; }

.shopLayout.checkoutPage .cartSubTotal:not(.affix-bottom):not(.affix-top) { padding-bottom: 10px; top: 130px !important; }


form#checkout-form .checkoutFormWrapper { background: #F6F6F6; margin-bottom: 30px; }

form#checkout-form .checkoutFormWrapper.commentDetailsWrapper { margin-bottom: 10px; }

form#checkout-form .checkoutInputsWrapper { padding: 15px 30px; }

form#checkout-form .checkoutInputsWrapper.no-pad { padding-bottom: 0; padding-top: 0; }

form#checkout-form .checkoutInputsWrapper.no-pad:first-child { padding-top: 15px; }

form#checkout-form .checkoutInputsWrapper.no-bottom-pad { padding-bottom: 0; }

form#checkout-form .checkoutInputsWrapper.no-top-pad { padding-top: 0; }

form#checkout-form .deliveryOptionsWrapper.checkoutFormWrapper { margin-bottom: 0; }

form#checkout-form .checkoutFormWrapper .pickUpLocation { float: none; margin-bottom: 20px; }

form#checkout-form .pickUpBranches { /*padding: 0px 50px 20px;width:300px;*/ display: inline-block; margin-right: 30px; padding-bottom: 15px; }

form#checkout-form .pickUpBranches .selectBoxWrapper { margin-top: 15px; margin-bottom: 0; padding-right: 0; }

form#checkout-form .checkoutCustomFields { margin-bottom: 20px; }

form#checkout-form .checkoutShopComment p { font-size: 90%; line-height: 1.4; }

form#checkout-form .checkoutShopComment { padding-bottom: 15px; }

form#checkout-form .checkoutCustomFields .checkoutInputsWrapper.no-pad.no-top-pad { padding-top: 0; padding-right: 5px; margin-bottom: 10px; }

form#checkout-form .checkoutCustomFields label { display: inline; line-height: 1.3; }

form#checkout-form .checkoutFormWrapper .checkBoxWrapper label { display: inline-block; max-width: calc(100% - 30px); vertical-align: top; }

form#checkout-form .checkoutFormWrapper.personalDetailsWrapper .row > div.checkoutInputsWrapper:not(:first-child) { padding-top: 0; }

form#checkout-form .checkoutFormWrapper.personalDetailsWrapper .row > div.checkoutInputsWrapper { padding-bottom: 0; }

#shop-modal-minimum a.shopBtn { max-width: 200px; }

.deliveryOptionBox { background: #ffffff; border: 1px solid; border-radius: 5px; padding: 0px; cursor: pointer; width: calc(100% - 15px); }

.deliveryOptionBox label span { display: block; font-size: 85%; }

.deliveryOptionBox .deliveryOptionLabel { margin-bottom: 0; vertical-align: top; line-height: 1.2; cursor: pointer; width: 100%; padding: 10px; padding-right: 35px; }

.deliveryOptionBox span.radioCircle { width: 20px; position: absolute; right: 8px; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); height: 20px; border-radius: 50%; border: 1px solid #dddddd; pointer-events: none; }

.deliveryOptionBox.active img span.radioCircle { display: none; }

form.shop-form .deliveryOptionBox input[type=radio] { visibility: hidden; width: 0; margin: 0; border: 0; height: 0; display: block; }

.deliveryOptionBox.active { background: #000000; color: #ffffff; }

.deliveryOptionBox:not(:first-child) { margin-top: 15px; }

form.shop-form .deliveryDetailsEpost select.form-control:not([type=checkbox]):not([type=submit]):not([type=button]):not([type=radio]) { margin-bottom: 0; }

form.shop-form .deliveryDetailsEpost .shop-details { padding-bottom: 20px; line-height: 1.2; }

form.shop-form .deliveryDetailsEpost .shop-details h4 { font-size: 115%; margin-bottom: 0; }

form.shop-form .deliveryDetailsEpost .shop-details span.address { display: block; }

.deliveryOptionBox.active img { display: block !important; }

.deliveryOptionBox img { width: 20px; position: absolute; right: 8px; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); }

.deliveryMethodComments { padding-right: 30px; font-size: 100%; }

.PickupBranchComments { font-size: 90%; display: inline-block; }


form#checkout-form .checkoutInputsWrapper.onlyOneOption .deliveryOptionBox.active, form#checkout-form .checkoutInputsWrapper.onlyOneOption .deliveryOptionBox { background: transparent; color: inherit; }

form#checkout-form .checkoutInputsWrapper.onlyOneOption .deliveryOptionBox .deliveryOptionLabel { padding-right: 0px; cursor: default; pointer-events: none; padding-bottom: 0; }

form#checkout-form .checkoutInputsWrapper.onlyOneOption .deliveryOptionBox.active img { display: none !important; }

form#checkout-form .checkoutInputsWrapper.onlyOneOption .deliveryOptionBox span.radioCircle { display: none; }

form.shop-form .deliveryDetailsTimeTable .selectBoxWrapper { margin-bottom: 10px; }

form#checkout-form .checkoutInputsWrapper.onlyOneOption .deliveryOptionBox { border: 0; padding-bottom: 0; cursor: default; }

form#checkout-form .checkoutInputsWrapper.onlyOneOption { padding-bottom: 0; }

form.shop-form .HoursOptions > div { margin-bottom: 20px; }

.PaymentCreditIframe { width: 800px; height: 700px; border: 0; margin: auto; display: block; }

#payment-method-cash { text-align: center; }

#payment-method-cash a#QuoteButton { max-width: 220px; }

#payment-method-cash .spinner { font-size: 70%; top: calc(50% + 8px); width: 100%; }

#payment-method-cash #text1 { text-align: center; }

#text1.passwordRecoveryPage a.shopBtn { max-width: 200px; }


.DateTimePickerOpen .datepicker { background: #ffffff; border: 1px solid #DDDDDD; padding: 7px 10px; font-family: inherit; }

.bootstrap-datetimepicker-widget > ul.list-unstyled .datepicker .datepicker-days .table-condensed thead tr th.picker-switch { font-weight: bold; }

.DateTimePickerOpen .bootstrap-datetimepicker-widget table td.disabled.day { color: #E2E2E2; }

.DateTimePickerOpen { max-width: 330px; }

.DateTimePickerOpen .bootstrap-datetimepicker-widget table td.day.active:before { content: ""; position: absolute; width: 25px; height: 25px; background: #f8992f; border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: -1; }

.DateTimePickerOpen .bootstrap-datetimepicker-widget table td.day { position: relative; }

.DateTimePickerOpen .bootstrap-datetimepicker-widget .datepicker table tr td.active:active, .bootstrap-datetimepicker-widget .datepicker table tr td.active.highlighted:active, .bootstrap-datetimepicker-widget .datepicker table tr td.active.active, .bootstrap-datetimepicker-widget .datepicker table tr td.active.highlighted.active { background-color: transparent; }

.DateTimePickerOpen .bootstrap-datetimepicker-widget table td.day { z-index: 1; text-shadow: none; color: #2F3237; }

.DateTimePickerOpen .bootstrap-datetimepicker-widget table td.day:hover:before, .bootstrap-datetimepicker-widget table td.hour:hover:before, .bootstrap-datetimepicker-widget table td.minute:hover:before, .bootstrap-datetimepicker-widget table td.second:hover:before { content: ""; position: absolute; width: 25px; height: 25px; background: #F5F5F5; border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: -1; }

.DateTimePickerOpen .bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover { background: transparent; }

.DateTimePickerOpen .bootstrap-datetimepicker-widget table td.day.active { color: #ffffff; }

.DateTimePickerOpen .bootstrap-datetimepicker-widget table td.today:before { width: 25px; height: 25px; border-radius: 50%; top: 50%; bottom: auto; right: auto; border-width: 0; background: #F5F5F5; left: 50%; transform: translate(-50%,-50%); z-index: -1; }

.DateTimePickerOpen .bootstrap-datetimepicker-widget table td.day.active:hover:before { background: #f8992f; }

.DateTimePickerOpen .bootstrap-datetimepicker-widget > ul.list-unstyled .datepicker .datepicker-days .table-condensed thead tr:first-child { border-bottom: 1px solid #dddddd; }

.DateTimePickerOpen .bootstrap-datetimepicker-widget > ul.list-unstyled .datepicker .datepicker-days .table-condensed thead tr:first-child th:first-child { text-align: right; }

.DateTimePickerOpen .bootstrap-datetimepicker-widget > ul.list-unstyled .datepicker .datepicker-days .table-condensed thead tr:first-child th:last-child { text-align: left; }

.DateTimePickerOpen .bootstrap-datetimepicker-widget th { font-weight: normal; }

.DateTimePickerOpen .glyphicon-chevron-right:before { content: ""; background-image: url('../../../warehouse/temp/story/calender-arrow-right.png'); background-size: cover; width: 15px; height: 15px; display: block; background-size: 80%; background-repeat: no-repeat; }

.DateTimePickerOpen .glyphicon-chevron-left:before { content: ""; background-image: url('../../../warehouse/temp/story/calender-arrow-left.png'); background-size: cover; width: 15px; height: 15px; display: block; background-size: 80%; background-repeat: no-repeat; }

label.HourOptionBoxLabel { font-weight: normal; }

.deliveryDetailsCalcWeight { padding-top: 20px; }

form.shop-form .deliveryDetailsCalcWeight .selectBoxWrapper { margin-bottom: 0; }

#shop-modal-force-login { z-index: 9999; }

.ShopCheckoutPage.ShopRelatedPage section#GridTop:not(.noTopImage), .ShopRelatedPage section#GridTop:not(.noTopImage) { height: 0px; }

.ShopCheckoutPage.ShopRelatedPage .categories-strip, .ShopRelatedPage .categories-strip { display: none; }

body.ShopRelatedPage #header-top-strip.shopTopStripOnBanner { display: none; }
/***COUPONS*****/

button.couponButton.shopBtn.CouponOk { max-width: 150px; display: inline-block; vertical-align: middle; margin-top: 0; margin-right: 15px; padding: 9.5px 15px; }

input#coupon { display: inline-block; vertical-align: middle; max-width: 200px; margin-bottom: 0; }

span.error.couponError, span.error.couponBuymeError { top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); left: auto; margin-right: 30px; font-size: 100%; right: auto; white-space: nowrap; }

.couponDetails { position: relative; width: 100%; }

span.couponSuccess, span.couponBuymeSuccess { font-size: 120%; }

button.removeCoupon, button.removecouponBuyme { background: none; border: 0; -webkit-appearance: none; text-decoration: underline; font-size: 120%; }

.totalSumItems.subtotal span.smaller { display: block; float: none; font-size: 90%; clear: both; }

input#couponBuyme { display: inline-block; vertical-align: middle; max-width: 200px; margin-bottom: 0; }

button.couponBuymeButton.shopBtn.CouponBuyMeOk { max-width: 150px; display: inline-block; vertical-align: middle; margin-top: 0; margin-right: 15px; padding: 9.5px 15px; }

.order-coupon.hasBuyme h3 button:focus { border: 0; border-radius: 0; outline: none; }

.order-coupon.hasBuyme h3 button { border: 0; padding: 15.5px 30px; -webkit-appearance: none; display: inline-block; vertical-align: top; background: transparent; }

.order-coupon.hasBuyme h3 button.active { background: #000000; color: #ffffff; }


body.ShopCheckoutPage section#GridTop { height: 0; overflow: hidden; }

body.ShopCheckoutPage section#GridTop .top-caption { display: none; }

.ShopRelatedPage section#GridTop .top-caption h1 { display: none; }

body.ShopCheckoutPage section#GridTop:after { background: transparent; }


.categoryContainer.tabsView { display: block; width: 100%; height: 0; overflow: hidden; opacity: 0; }

.categoryContainer.tabsView.active { opacity: 1; height: auto; }

.FlyingCargo_site_margin > div { text-align: left; font-size: 85%; }

.paymentErrorPage a.shopBtn { max-width: 300px; display: block; margin-right: auto; margin-left: auto; }

.ShopCheckoutPage .footerFormContainer, .ShopRelatedPage .footerFormContainer { display: none; }

form.shop-form .deliveryDetailsTimeTable { position: relative; }

form.shop-form .deliveryDetailsTimeTable .spinner { color: #000000; left: auto; right: 15px; top: 0; z-index: 4; width: 66%; -webkit-transform: translateY(0%); transform: translateY(0%); text-align: center; height: 98%; background: rgb(0 0 0 / 28%); font-size: 150%; }

form.shop-form .deliveryDetailsTimeTable .spinner i { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); }

.itemQuantityContainer svg { max-width: 10px; }

@media (max-width:1200px) {
    .checkout-login .newUser .newUserText { max-width: 100%; }

    .modal.shopPop .close svg { width: 35px; height: 35px; }

    input#coupon, input#couponBuyme { max-width: 160px; }
}

@media (min-width:1025px) {
    .navShopBtn.mobile { display: none; }
}

@media (min-width:991px) {

    .mobile-subTotal { display: none; }

    .cartItemsNavSubTotal, .itemsTableWrapper { display: table-cell; float: none; vertical-align: top; }

    .deliveryOptionBox { width: calc(65% - 17px); }
}

@media (min-width:767px) {
    form.shop-form .showMobile { display: none; }

    .userLogin { display: table; }

    .userLogin .existingUser, .userLogin .newUser { display: table-cell; float: none; vertical-align: top; }

    .checkout-login { display: table; margin: auto; float: none; max-width: 1000px; margin-bottom: 50px; }

    .checkout-login .registeredUser, .checkout-login .newUser { float: none; display: table-cell; vertical-align: top; padding-top: 10px; padding-bottom: 10px; }

    .orderItems .cartItemsTable .cartItemName.cartItemsCell { width: 43%; }

    .userLogin .newUser a.registerUser.shopBtn { max-width: 150px; }

    span.error.couponError { bottom: 0; top: auto; }
}

@media (min-width:1171px) {
    .checkout-login .registeredUser { padding-left: 70px; padding-right: 40px; }

    .checkout-login .newUser { padding-right: 70px; padding-left: 40px; }
}

@media (max-width:1170px) and (min-width:767px) {
    .checkout-login .registeredUser { padding-left: 40px; padding-right: 10px; }

    .checkout-login .newUser { padding-right: 40px; padding-left: 10px; }
}

@media (max-width:1170px) and (min-width:991px) {
    /*.cartWrapper            { text-align: center; direction: rtl; }*/
    /*.cartItemsTable         { display: inline-block; vertical-align: middle; float: none; }*/
    /*.cartSubTotal           { float: none; display: inline-block; vertical-align: top;margin-bottom:50px; }*/

    .headerShop, .headerShopLogin { max-width: 950px; }

    .headerShop .cartItemsTable { width: 660px; }

    .cartItemsNavSubTotal { width: 250px; }

    .cartWrapper.ordersWrapper, .userProfile { max-width: 680px; float: right; margin-top: 0; }
}

@media (max-width:1200px) and (min-width:1090px) {
    .shopLayout { max-width: 1010px; margin: auto; }

    .cartSubTotal, .loggedInUser.profileSideBar { width: 260px; }

    .cartItemsTable, .checkout-login, .DeliveryDetails, .registerFormWrapper, .cartWrapper.ordersWrapper { max-width: 660px; }
}

@media (max-width:1090px) and (min-width:991px) {
    .shopLayout { max-width: 900px; margin: auto; }

    .cartSubTotal, .loggedInUser.profileSideBar { width: 200px; }

    .cartItemsTable, .checkout-login, .DeliveryDetails, .registerFormWrapper, .cartWrapper.ordersWrapper { max-width: 660px; }

    .cartWrapper .cartItemsTable .cartItem .cartItemQ.cartItemsCell { padding: 0; }
}

@media (max-width:991px) {
    .deliveryOptionBox { width: 100%; }

    .cartItemsTable, .checkout-login { max-width: 100%; width: 100%; margin-bottom: 25px; }

    .shopLayout { padding: 0px 15px; }

    .mobile-subTotal .totalSumItems span:last-child { float: none; }

    .cartSubTotal { width: 100%; margin: 0; margin-bottom: 50px; }

    .mobile-subTotal { position: fixed; top: 70px; width: 100vw; background: #cccccc; right: 0; padding: 15px; transition: all 350ms ease-in-out; -webkit-transition: all 350ms ease-in-out; min-height: 70px; }

    .mobile-subTotal .totalSumItems { position: absolute; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); }

    .mobile-subTotal a.goToCheckout.shopBtn, .mobile-subTotal a.goToCart.shopBtn { max-width: 150px; margin: 0; float: left; padding: 10px; z-index: 1; position: relative; }

    .mobile-subTotal.notFixed { top: 0; }

    .headerShop, .headerShopLogin { width: 95%; }

    .headerShop .cartItemsTable { width: 100%; }

    .headerShop .cartItemsTable { max-height: 30vh; }

    .headerShop .itemsTableWrapper { max-height: 30vh; }

    .cartItemsNavSubTotal { width: 100%; }

    .totalSumItems.cartActions { float: left; }

    .totalSumItems { float: right; }

    .cartItemsNavSubTotal span.price { margin-right: 25px; }

    .headerShop .shopBtn { display: inline-block; width: auto; margin: 0; }

    .headerShop a.goToCart.shopBtn { margin-top: 0; }

    .headerShop a.goToCheckout.shopBtn { margin-bottom: 0; margin-right: 15px; }

    .cartItemsNavSubTotal { padding-bottom: 0; }

    .checkout-login { margin-bottom: 50px; }

    .DeliveryDetails { padding: 0; }

    form#checkout-form { padding-top: 40px; padding-bottom: 0; }

    .headerShopLoginUserLoggedIn { bottom: -223px; }
    /*.cartWrapper.ordersWrapper                               { max-width: calc(70% - 20px); }*/
    .loggedInUser.profileSideBar { max-width: 30%; }

    .checkout-login .newUser .shopBtn { max-width: 70%; }

    .checkoutBtnMobile.row { margin-bottom: 40px; }

    .checkoutBtnMobile .normal-form-submit { display: inline-block; width: 100%; direction: rtl; }

    .shopLayout.checkoutPage .cartSubTotal { margin-bottom: 20px; }

    section#GridPage.hasMobileStrip { padding-top: 80px; }

    .checkoutPage .mobile-subTotal { display: block; }

    .PaymentCreditIframe { width: 80vw; }
}

@media (min-width:991px) {
    .cartWrapper .cartItemsTable { margin-bottom: 50px; }
}

@media (min-width:767px) {
    .cartItemsTable .cartItemName.cartItemsCell { width: 35%; text-align: right; }

    .cartItemsTable .cartItemPrice.cartItemsCell { width: 23%; }

    .cartItemsTable .cartItem .cartItemQ.cartItemsCell { width: 23%; padding: 20px 0px; }

    .cartItemsTable .cartItemTotal.cartItemsCell { width: 16%; }

    .cartItemsTable .cartItemDelete.cartItemsCell { width: 8%; }

    .headerShop .cartItemsTable.hasQuantitySelection .cartItemName.cartItemsCell { width: 45%; }


    .headerShop.side-cart .cartItemsTable .cartItemName.cartItemsCell { width: 23%; padding: 5px; }

    .headerShop.side-cart .cartItemsTable .cartItem .cartItemQ.cartItemsCell { width: 70%; text-align: right; vertical-align: top; }

    .headerShop.side-cart .cartItemsTable.hasQuantitySelection .cartItemName.cartItemsCell { vertical-align: top; }

    .headerShop.side-cart .cartItemsTable .cartItemDelete.cartItemsCell { width: 6%; padding: 0 5px 20px; vertical-align: bottom; }

    .headerShop.side-cart .cartItemsTable .cartItemPrice.cartItemsCell { width: auto; padding: 0; display: inline-block; }


    .headerShop .cartItemsTable.hasQuantitySelection.hasTotalPriceItem .cartItemName.cartItemsCell { width: 44%; padding: 10px 15px 10px 0; }

    .headerShop .cartItemsTable.hasTotalPriceItem .cartItem .cartItemQ.cartItemsCell { width: 19%; }

    .cartItemsTablehasTotalPriceItem .cartItem .cartItemQ.cartItemsCell { width: 18%; }

    .cartItemsTable.hasTotalPriceItem .cartItemDelete.cartItemsCell { width: 7%; direction: ltr; padding: 0; padding-left: 20px; }
}

@media (max-width:991px) {
    .cartItemsTable .cartItem .cartItemQ.cartItemsCell { padding: 20px 0px; }

    .mobile-subTotal .totalSumItems span:last-child { margin-right: 10px; }

    .shopLayout.checkoutPage .mobile-subTotal a.goToCart { max-width: 120px; padding: 7px; white-space: nowrap; max-width: 120px; margin: 0; float: left; padding: 7px; z-index: 1; position: relative; text-decoration: underline; }

    .loggedInUser.profileSideBar { display: none; }
}

@media (max-width:991px) and (min-width:767px) {
    .mobile-subTotal { display: none; }

    .mobile-subTotal.moreThan6Items { display: block; }

    .cartItemsTable .bottomOrderItem .order-actions a { display: inline-block; width: 100%; text-align: center; padding: 6px 0px; }
}

@media (max-width:767px) {
    .userBtn svg, .cartBtn svg { display: inline-block; vertical-align: middle; padding: 0; }

    .cartBtn button, .userBtn button { padding: 0; }

    form.shop-form .hideInMobile { display: none; }

    .selectHolder.showMobile.deliveryMethodsOptions { max-width: 90%; margin: auto; margin-top: 10px; margin-right: 5%; margin-bottom: 15px; }

    .selectHolder.showMobile.deliveryMethodsOptions select { margin-bottom: 0; }

    form#checkout-form .checkoutTitle h4 { margin-top: 15px; font-size: 110%; padding: 0px 20px; }

    form.shop-form .selectHolder.showMobile.deliveryMethodsOptions select.form-control:not([type=checkbox]):not([type=submit]):not([type=button]):not([type=radio]) { margin-bottom: 0; }

    form#checkout-form .row.deliveryDetailsEpost { margin-top: -15px; }
    /*form#checkout-form .row.deliveryDetails.open                { margin-top: -25px; }*/
    form.shop-form .selectBoxWrapper.deliveryMethodsSelect { margin-bottom: 0; }

    .headerShopLoginUserLoggedIn { bottom: -246px; }

    #header-left .headerShopLoginUserLoggedIn a.userAction { display: block; text-align: right; padding: 10px 20px; }

    .cartItemsTable .cartItemsTitles { display: none; }

    .cartItemsTable .cartItem { display: block; width: 100%; text-align: right; padding: 15px; }

    .cartItemsTable .cartItemsCell { display: block; text-align: right; padding: 0; }

    .cartItemDelete.cartItemsCell { position: absolute; left: 15px; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); }

    .headerShop .cartItemDelete.cartItemsCell { left: 00px; }

    .headerShop .cartItemsTable .cartItemName.cartItemsCell { width: 100%; padding: 15px 0px; }

    .cartItemsTable .cartItem { padding: 0; }

    .headerShop .cartItemsTable .cartItem:not(:last-child):after { width: 100%; right: 0px; }

    .itemsTableWrapper { height: 200px; width: 100%; }

    .headerShop .cartItemsTable { max-height: 200px; }

    .headerShop .cart { padding: 5px 10px 25px 0px; }

    .totalSumItems.cartActions { text-align: center; }

    .headerShop .shopBtn { width: 100%; }

    .headerShop a.goToCheckout.shopBtn { margin: 0; margin-top: 15px; }

    .headerShop .cartItemsTable .cartItem .cartItemPic img { max-height: 60px; max-width: 60px; }

    .headerShop .cartItemsTable .cartItem .cartItemPic { width: 70px; height: 70px; }

    .cartItemsNavSubTotal { padding-top: 20px; }

    .cartItemsTable .items .cartItem { padding: 10px; }

    .cartItemsTable .item-quantity .quantityLimitError, .shopLayout.cartPage .cartItemsTable .item-quantity .quantityLimitError { bottom: -14px; }

    .headerShop .shopBtn { font-size: 80%; padding: 10px; width: 48%; }

    .cartItemsNavSubTotal .totalSumItems { width: 100%; }

    .headerShop .cartBottomText { font-size: 80%; padding: 15px 0; }

    .mobile-subTotal .totalSumItems { padding-right: 0; }

    .mobile-subTotal a.goToCheckout.shopBtn, .mobile-subTotal a.goToCart.shopBtn { max-width: 120px; padding: 7px; white-space: nowrap; }

    .cartItemsTable .cartItemsCell.cartItemQ { margin: 8px 0px; }

    .headerShop .cartItemsTable .cartItem .itemName { width: 100%; vertical-align: top; }

    .headerShop .cartItemsTable .cartItemsCell.cartItemQ { margin: 3px 0; }

    .headerShop .cartItemProperties { margin: 3px 0px; }

    .userLogin .existingUser, .userLogin .newUser { padding: 15px 15px; direction: rtl; }

    .userLogin .existingUser:before { border-right: 0; border-bottom: 1px solid #cccccc; bottom: 0; width: 100%; pointer-events: none; }

    .CurrentCategoryLocked.userLoginEmail form.categoryPasswordLogin { margin-right: 60px; }

    .userLoginEmail form.categoryPasswordLogin { width: 75%; }

    .userLogin { max-height: 75vh; overflow-y: auto; direction: ltr; padding: 15px; }

    .userLogin .loggedInUser { direction: rtl; }

    .userLogin .existingUser { padding-bottom: 40px; margin-top: 20px; }

    .userLogin .newUser { padding-top: 30px; }

    .LoginByPhone .loginFormInput .shopBtn, .LoginByPhone .loginOTPCodeInputs .shopBtn { width: 100%; margin-right: 0; margin-bottom: 10px; }

    .headerShopLogin .LoginByPhone .loginFormInput, .headerShopLogin .LoginByPhone .loginOTPCodeInputs { display: block; }

    .LoginByPhone .loginOTPCodeInputs .shopBtn { margin-top: 15px; }

    .userLoginPhone .loginLabels span.error { font-size: 85%; }

    .CurrentCategoryLocked.userLoginPhone, .CurrentCategoryLocked.userLoginEmail { width: 100vw; }

    .userLoginPhone .loginFormInput { width: 75%; }

    .userLoginPhone .loginLabels { width: 75%; margin-right: 60px; }

    .checkout-login { margin-bottom: 50px; padding: 30px 20px; display: flex; flex-direction: column; }

    .checkout-login .registeredUser:before { /*width: 100%; height: 1px; left: 0; right: 0;  bottom: 0; border-bottom: 1px solid #cccccc; top: auto;*/ display: none; }

    .checkout-login .newUser:before { content: ""; width: 100%; height: 1px; left: 0; right: 0; bottom: 0; border-bottom: 1px solid #cccccc; top: auto; position: absolute; }

    .loginOTPCodeInputs { width: 75%; }

    .checkout-login .newUser { padding-top: 0; padding-bottom: 30px; position: relative; }

    .checkout-login .registeredUser { padding-top: 20px; }

    .wrongOTPCodeContainer { padding-right: 58px; }

    .checkout-login .registeredUser { display: block; order: 2; }

    .checkout-login .newUser { display: block; order: 1; }

    .cartItemsNavSubTotal:after { border-top: 1px solid #d7d7d7; border-right: 0; top: 10px; width: calc(100% - 30px); height: 1px; right: 15px; left: 15px; }

    .userLogin .newUserText { display: none; }

    a.registerUser.shopBtn { margin-top: 0; }

    .userLogin .newUser .subheadline { text-align: center; }

    form#passwordRecovery { max-width: 100%; }

    form#checkout-form { padding: 20px 0px; margin-bottom: 10px; }

    #order-modal.shopPop .modal-body .orderDetails { width: 100%; }

    #order-modal.shopPop .modal-body { max-width: 95vw; padding: 25px 20px; }

    .registerFormWrapper { padding: 40px 15px; }

    .shopPop .modal-body { max-width: 95vw; }

    .headerShopLoginUserLoggedIn { width: 95vw; left: 2.5vw; position: fixed; top: 79px; bottom: auto; opacity: 1; max-height: 0px; overflow: hidden; transition: max-height 450ms ease-in-out; -webkit-transition: max-height 450ms ease-in-out; }

    .headerShopLoginUserLoggedIn.openBox { max-height: 10000px; }

    .headerShopLoginUserLoggedIn:after { display: none; }

    #header-left .headerShopLoginUserLoggedIn a.userAction:last-child { padding-bottom: 30px; }

    .cartItemsTable .cartItem .itemName { max-width: calc(100% - 150px); vertical-align: top; }

    .cartItemsTable .cartItem .cartItemQ.cartItemsCell { padding: 0px; }

    .shop-form .dateBoxWrapper { padding: 0px 10px; }

    .shop-form .dateBoxWrapper .col-xs-4 { padding: 5px; }

    .shopLayout.checkoutPage .cartSubTotal .subTotalTitle a.goToCart { display: none; }

    form#checkout-form .row > div { padding-right: 15px; padding-left: 15px; }

    form#checkout-form .row > div.checkoutInputsWrapper { padding: 15px 30px; }

    .deliveryOptionBox { width: 100%; }

    .cartWrapper.ordersWrapper { max-width: 100%; }

    .cartWrapper.ordersWrapper #headline, .userProfile #headline { font-size: 150%; padding: 30px 20px; }
    /*.catalog-main .cartWrapper.ordersWrapper #headline h1                   { display:inline-block; }*/
    .userProfile #headline h1 svg { width: 35px; height: 35px; }

    .cartItemsTable.orders .orderItem { padding: 20px 0px; }

    .cartItemsTable.orders .orderItem .cartItemsCell { display: inline-block; width: 50%; text-align: center; padding-bottom: 10px; }

    .cartItemsTable .topOrderItem .cartItemsCell span { font-size: 100%; }

    .cartItemsTable .cartItemName.cartItemsCell.orderID { padding-right: 15px; }

    .cartItemsTable .cartItemsCell.orderTotal { padding-left: 15px; }

    .shopLayout.orderHistory { padding: 0; }

    .cartItemsTable .bottomOrderItem .order-images .orderItemImg { width: 70px; height: 70px; text-align: right; float: none; display: inline-block; margin-left: 10px; }

    .cartItemsTable .bottomOrderItem .order-images { text-align: center; }

    .cartItemsTable .bottomOrderItem .order-images span.itemsRemaining { font-size: 150%; }

    .cartItemsTable .topOrderItem { padding-bottom: 10px; }

    .cartItemsTable .bottomOrderItem .order-actions { text-align: center; margin-top: 10px; }

    .cartItemsTable .bottomOrderItem .order-actions button { font-size: 100%; }

    form#navLogin .formMsgs { bottom: 10px; }

    .headerShop .cart .closeCart { width: 50%; }

    .headerShop .cartTopButtons { margin-bottom: 20px; }

    .headerShop .cart .closeCart button,
    .headerShop .removeAllItems { font-size: 80%; }

    .headerShop .removeAllWrapper { width: 50%; }

    .checkout-login .newUser .shopBtn { max-width: 100%; }

    .userProfile #headline { height: 100px; }

    .shopLayout.orderHistory .cartItemsTable .items .cartItem { padding-right: 0; padding-left: 0; }

    .shopLayout.orderHistory .order-items, .userProfile .orderFirstDetails, .shopLayout.orderHistory .orderMoreDetails { padding: 20px; }

    .shopLayout.orderHistory h2 { font-size: 135%; }

    .order-delivery-details { padding-right: 0; }

    .order-billing-details { padding-left: 0; }

    .shopLayout.orderHistory span.totalPrice { margin-right: 10px; }

    .shopLayout.orderHistory span.finalPrice, .shopLayout.orderHistory span.totalPrice { display: inline-block; vertical-align: middle; direction: ltr; }

    .shopLayout.orderHistory .cartItemsTable .cartItemsCell.cartItemQ { margin: 2px 0px; }

    .shopLayout.orderHistory .userProfile { margin-top: 0; }

    .shopLayout.userAccountPage #headline h1 svg { width: 25px; }

    .PaymentCreditIframe { width: 90vw; }

    .cartItemsTable .bottomOrderItem .order-images { width: 100%; }

    .cartItemsTable .bottomOrderItem .order-actions { width: 100%; margin-top: 25px; /*text-align: right;*/ }

    .cartItemsTable .bottomOrderItem .order-images .orderItemImg img { max-width: 60px; max-height: 60px; }

    .cartWrapper.ordersWrapper #headline > span, .orderHistory .userProfile #headline > span { font-size: 55%; margin-top: 5px; }


    form#checkout-form .pickUpBranches { width: 100%; margin-right: 0; }

    form#checkout-form .pickUpBranches .selectBoxWrapper { margin-right: 0; margin-top: 0; padding-right: 15px; }

    .registerFormWrapper.registerPage p { max-width: 90%; }

    input#coupon, input#couponBuyme { width: 100%; max-width: 100%; }

    button.couponButton.shopBtn.CouponOk, button.couponBuymeButton.shopBtn.CouponBuyMeOk { max-width: 60%; margin: auto; margin-top: 15px; }

    .HourOptionBox { margin-bottom: 6px; }

    .DateTimePickerOpen .bootstrap-datetimepicker-widget table td.day { font-size: 105%; }

    .bootstrap-datetimepicker-widget > ul.list-unstyled .datepicker .datepicker-days .table-condensed thead tr th.picker-switch { font-size: 110%; }

    .ShopCheckoutPage.ShopRelatedPage section#GridTop:not(.noTopImage), .ShopRelatedPage section#GridTop:not(.noTopImage) { background-image: none !important; height: 30px; }

    #shop-modal iframe { height: auto; }

    .headerShop.side-cart .cartItemsTable .cartItemName.cartItemsCell { width: 23%; display: inline-block; vertical-align: top; }

    .headerShop.side-cart .cartItemsTable .cartItem .cartItemQ.cartItemsCell { display: inline-block; vertical-align: top; width: 70%; }

    .headerShop.side-cart .cartItemsTable .cartItem .itemName { max-width: 100%; }

    .headerShop.side-cart .cartItemsTable .cartItemDelete.cartItemsCell { left: 10px; }

    form.shop-form .deliveryDetailsTimeTable .spinner { width: calc(100% - 30px); }

    .navQuickAlert { position: fixed; color: #000; }

    .deliveryMethodComments { font-size: 80%; padding-top: 15px; }
}

@media (max-width:320px) {
    .cartItemsTable .cartItem .itemName { max-width: calc(100% - 140px); }
}


#shop-modal-closed { z-index: 9999; }

.shopTopStripOnBanner .topStripTextRight { float: right; }

.shopTopStripOnBanner .topStripTextRight p { display: inline-block; vertical-align: middle; }

.shopTopStripOnBanner .topStripTextLeft { float: left; }

.shopTopStripOnBanner .topStripContainer { float: right; width: 100%; }

.shopTopStripOnBanner .deliveryTimeText { display: inline-block; vertical-align: middle; }

.shopTopStripOnBanner .minOrderText { display: inline-block; vertical-align: middle; }

#header-top-strip.shopTopStripOnBanner { position: absolute; bottom: 0; top: auto; }

#header-top-strip.shopTopStripOnBanner .topStripContainer { background: rgba(26, 24, 24, 0.9); }

#header-top-strip.shopTopStripOnBanner span.shopOpenStatus { border-radius: 5px; font-size: 90%; padding: 3px 10px; text-align: center; letter-spacing: 0px; display: inline-block; font-family: 'Heebo-Medium'; margin-right: 15px; }

#header-top-strip.shopTopStripOnBanner span.shopOpenStatus.shopClosed { background-color: red; }

#header-top-strip.shopTopStripOnBanner span.shopOpenStatus.shopOpen { background-color: #4faf25; }



.subTotalStripWrapper { opacity: 0; transition: all 550ms ease-in-out; -webkit-transition: all 550ms ease-in-out; }

.subTotalStripWrapper.active { opacity: 1; }

body.ShopCheckoutPage .subTotalStripWrapper, body.ShopRelatedPage .subTotalStripWrapper { display: none; }

.subTotalStrip { position: fixed; bottom: 0; width: 100%; background: #212121; color: #ffffff; z-index: 1040; padding: 25px; bottom: -100%; }

.subTotalStripWrapper.active .subTotalStrip { bottom: 0%; }

.subTotalStripContainer { display: table; width: 100%; max-width: 1170px; margin-right: auto; margin-left: auto; }

.subTotalStrip .totalSumItems.totalPrice { display: table-cell; width: 50%; vertical-align: middle; }

.subTotalStrip .totalSumItems.goToCheckoutBtn { display: table-cell; width: 50%; vertical-align: middle; text-align: left; }

.subTotalStrip .totalSumItems.goToCheckoutBtn .shopBtn { width: auto; margin-top: 0; background: #ffffff; font-size: 125%; color: #121212; min-width: 180px; font-family: 'Heebo-Bold'; padding: 6px 15px; }

.subTotalStrip span.price { font-family: 'Heebo-Bold'; font-size: 160%; display: inline-block; vertical-align: middle; }

.subTotalStrip span.price:before { font-size: 60%; margin-right: 0; }

.subTotalStrip .totalSumItems.totalPrice > span:not(.price) { font-size: 125%; font-family: 'Heebo-Medium'; }

.subTotalStrip .totalSumItems.totalPrice > span:not(.price):after { content: "|"; margin: 0px 10px; height: 26px; display: inline-block; font-family: 'Heebo-Regular'; }

.subTotalStrip .totalSumItems.totalPrice > span:not(.price) span.itemsCounterStrip { font-family: 'Heebo-Regular'; font-size: 85%; }

@media (max-width:991px) {
    .subTotalStrip .totalSumItems.totalPrice, .subTotalStrip .totalSumItems.goToCheckoutBtn { float: none; }
}

@media (max-width:767px) {
    .subTotalStrip .totalSumItems.goToCheckoutBtn .shopBtn { min-width: 110px; font-size: 110%; }

    .subTotalStrip span.price { font-size: 140%; }

    .subTotalStrip .totalSumItems.totalPrice > span:not(.price) { font-size: 110%; }

    .subTotalStrip .totalSumItems.totalPrice { width: 60%; float: none; }

    .subTotalStrip .totalSumItems.goToCheckoutBtn { width: 40%; float: none; }

    .subTotalStrip .totalSumItems.totalPrice > span:not(.price):after { margin: 0px 5px; }

    .subTotalStrip { padding: 20px; }

    form.shop-form .selectHolder { max-width: 100%; margin: auto; }

    form#checkout-form .pickUpBranches .selectBoxWrapper { text-align: center; }
}

.CheckoutItems .cartItemsTable { display: flex; flex-direction: column; width: 100%; max-height: 390px; overflow-y: auto; float: none; padding-bottom: 29px; direction: ltr; }

.CheckoutItems .cartItemsTable .cartItem { display: flex; align-items: center; justify-content: space-between; }

.CheckoutItems .cartItemsTable .cartItem .cartItemName.cartItemsCell { width: 100%; display: flex; }

.CheckoutItems .cartItemsTable .cartItem .itemName { display: flex; flex-direction: column; font-size: 110%; max-width: calc(100% - 100px); }

.CheckoutItems .cartItemsTable .cartItem .cartItemQ.cartItemsCell { width: 100%; text-align: right; padding: 7px 0; font-size: 87%; }

.CheckoutItems .cartItemsTable .cartItemPrice.cartItemsCell { width: 100%; text-align: right; padding: 0; display: flex; flex-direction: row-reverse; justify-content: flex-end; align-items: baseline; font-size: 94%; padding-top: 5px; }

.CheckoutItems .cartItemsTable .cartItem .cartItemPic { background: none; border: none; }

.CheckoutItems .cartItemsTable .cartItem .cartItemPic img { width: auto; height: auto; max-height: 100%; max-width: 100%; top: 0; transform: translateX(-50%); }

.CheckoutItems .itemBeforeDiscountPrice.hasDiscount { margin-left: 0; margin-right: 0; font-size: 86%; }

.CheckoutItems span.finalPrice { margin-left: 10px; }

.CheckoutItems .cartItemsTable .cartItem .itemName > a { flex-grow: 1; }

.CheckoutItems { clear: both; }

.itemsTableWrapperCheckout { position: relative; margin-bottom: -10px; padding-right: 20px; padding-top: 10px; }

.itemsTableWrapperCheckout::after { content: ""; display: block; width: 100%; height: 77px; position: absolute; bottom: 0; left: 0; background: linear-gradient(0deg, rgba(246,246,246,1) 24%, rgba(255,255,255,0) 100%); pointer-events: none; }

.CheckoutItems .cartItemsTable::-webkit-scrollbar { width: 3px; }

.CheckoutItems .cartItemsTable::-webkit-scrollbar-track { background: #d5d5d5; box-shadow: none; }

.CheckoutItems .cartItemsTable::-webkit-scrollbar-thumb { background-color: #000; }

.CheckoutItems .cartItemProperties { font-size: 87%; padding-top: 5px; }

.CheckoutItems .cartItemsTable .cartItem span.itemBeforeDiscountPrice:before, .CheckoutItems .cartItemsTable .cartItem span.finalPrice:before { font-size: 60%; color: #272c34; }

.CheckoutItems .itemBeforeDiscountPrice.hasDiscount { color: #272c34; }

.CheckoutItems .cartItemsTable .cartItem.giftItem .cartItemPrice.cartItemsCell, .CheckoutItems .cartItemsTable .cartItem.giftItem .cartItemQ.cartItemsCell { display: none !important; }

.CheckoutItems .cartItemsTable .cartItem.giftItem .cartItemPrice.cartItemsCell.visible-xs { display: flex !important; }

@media (min-width: 992px) and (max-width: 1090px) {
    .CheckoutItems .cartItemsTable .cartItem .cartItemName.cartItemsCell { flex-direction: column; }

    .CheckoutItems .cartItemsTable .cartItem .itemName { margin-right: 0; margin-top: 10px; max-width: 100%; }
}

@media (max-width: 767px) {
    .itemsTableWrapperCheckout { padding: 10px; padding-left: 0; }

    .CheckoutItems .cartItemsTable .cartItem { padding: 10px; padding-left: 10px; }

    .CheckoutItems .cartItemsTable { overflow-y: visible; max-height: unset; padding-bottom: 0; }

    .CheckoutItems .cartItemsTable .cartItem .itemName { max-width: calc(100% - 100px); margin-right: 20px; }

    .cartItemsTable .items .cartItem.giftItem .cartItemQ.cartItemsCell { margin: 0; }
}


/**NEW ICONS SHOP***/
.new-icons-layout header.shopHeader #header2 .header-top-right path { fill: inherit; stroke: none; }

.new-icons-layout header.shopHeader.search-open .searchSubmitWrapper svg { width: 20px; height: 40px; transform: rotate(90deg); -webkit-transform: rotate(90deg); }

.checkoutTitle svg { display: inline-block; vertical-align: middle; margin-left: 8px; max-width: 22px; max-height: 20px; }


.checkOutItemsBox { margin-bottom: 30px; background: #F6F6F6; }

.checkOutItemsBoxTitle { padding: 12px 30px; background: #c3bdbd; font-weight: bold; }

.checkOutItemsBoxTitle h3 { margin: 0; font-weight: bold; font-size: 110%; }

.checkOutItemsBoxItems { padding: 15px; }

.checkOutItemsBoxItems .catalogItemBox { width: 100% !important; }

.checkOutItemsBoxItems .itemsList { margin: 0; }

.checkOutItemsBoxItems .owl-carousel .owl-dots { z-index: 1; text-align: center; }

.checkOutItemsBoxItems .owl-carousel .owl-dot:not(.active) { background: #c3bdbd; }

@media (max-width: 767px) {
    .checkOutItemsBoxItems .catalogItemBox { padding: 8px; }

    .checkOutItemsBoxItems { padding: 0; }

    .checkOutItemsBox.visible-xs.bottomcheckOutItems { width: 100%; float: right; }
}

#header-top-strip .topStripContainer .topStripText img { height: auto; }

.selectDeliveryPop.modal .close { padding: 15px; font-size: 0; margin: 0px; width: auto; display: inline-flex; }

.selectDeliveryPop.modal .close svg { width: 12px; height: 12px; stroke: #121212; }

.selectDeliveryPop .close-modal-wrapper { position: absolute; left: 50%; top: 0; z-index: 1; max-width: 600px; transform: translateX(-50%); text-align: left; width: 100%; }

.selectDeliveryBtns-wrapper { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; }

.selectPickUpPoint .selectDeliveryBtn-wrapper { width: 100%; margin-bottom: 15px; }

.selectPickUpPoint .selectDeliveryBtn-wrapper button { width: 100%; }

.delivery-back-wrapper { position: relative; }

.delivery-back-btn { position: absolute; top: 50%; transform: translateY(-50%); right: 0; }

.delivery-back-btn svg { width: 10px; height: 19px; stroke: #121212; }

.selectDeliveryOptions .selectDeliveryBtn-wrapper { display: flex; justify-content: center; margin-top: 20px; }

#GoogleStreet .DeliveryFields { display: flex; flex-wrap: wrap; margin: 0; }

.google-street-field { opacity: 0; max-height: 0px; pointer-events: none; }

.google-street-field label { display: block; text-align: right; }

.google-street-address { position: relative; opacity: 1; max-height: none; width: 100%; padding: 0px; /*margin-top: 10px;*/ pointer-events: auto; }

.google-street-address svg { position: absolute; left: 12px; top: 9px; }

.delivery-pop-title { margin-bottom: 10px; font-weight: bold; }

.PopUpSelectDeliveryMethodExplanationText { margin-bottom: 25px; }

.selectDeliveryBtn { background: #000; border: none; color: #fff; width: 200px; display: flex; align-items: center; justify-content: center; padding: 5px 0; border: 1px solid #000; }

#googleAPISearchAddress .selectDeliveryBtn { width: 100%; margin: 0px; }

.selectDeliveryBtn.selectDeliveryBtn-disApproveChange { background: #fff; color: #000; }

.selectDeliveryBtn svg { fill: #fff; height: auto; }

.select-delivery-btn button { display: flex; }

.select-delivery-btn button, .switch-delivery-btn button { background: #ffffff; color: #000; -webkit-appearance: none; border: 0; padding: 5px 25px; transition: all 350ms ease-in-out; }

.select-delivery-btn button:hover, .select-delivery-btn button:focus { background: #000; color: #ffffff; }

.switch-delivery-btn button:hover, .switch-delivery-btn button:focus { border-color: red; }

.selectDeliveryStep { display: none; }

.selectDeliveryStep[data-step='1'] { display: block; }

.selectedPosData { width: 100%; text-align: center; display: none; }

#header2 .selectedPosData { border-top: 1px solid #fff; margin-top: 10px; padding-top: 10px; }

.checkoutFormWrapper .selectedPosData { display: block; background-color: #fff; }

.checkoutFormWrapper .selectedPosData p { display: block; }

.selectedPosData.active { display: block; }

header.search-open #header2 .selectedPosData { display: none; }

.cartItemsNavSubTotal .totalSumItems .selectedPosData, .itemsTableWrapper .selectedPosData { display: block; }

.selectedPosData * { display: inline-block; }

.switch-delivery-btn button { background: transparent; color: inherit; -webkit-appearance: none; padding: 0; font-weight: 700; margin-right: 5px; display: inline-flex; align-items: center; }

.switch-delivery-btn button span { text-decoration: underline; }

.cart .switch-delivery-btn { text-align: right; font-size: 90%; background-color: #dedede; padding: 10px; margin-bottom: 15px; width: 100%; position: relative }

.cart .switch-delivery-btn * { display: inline-block; vertical-align: middle; }

.cart .switch-delivery-btn .edit-delivery-button-2 { position: absolute; left: 30px; top: 50%; transform: translateY(-50%); }

.cart .switch-delivery-btn .edit-delivery-button-1 { display: none; }

.deliveryDetailsTimeTableContent { background: #fff; width: 100%; }

.missingCartItemsList { margin-bottom: 20px; text-align: right; list-style: disc; padding-right: 20px; }

.missingCartItemsList li { font-size: 80%; }

.missingCartItemsList.missingCartItemsListExtended .missingCartItem span { }

.edit-delivery-button-close { display: none; position: absolute; left: 10px; }

.cart .switch-delivery-btn .edit-delivery-button-close { display: none; }

.cart .switch-delivery-btn button { padding-left: 50px; }

.edit-delivery-button-close svg { position: absolute; width: 20px; left: 0px; top: 0px; height: 19px; }


.checkoutFormWrapper .selectedPosData { text-align: right; padding: 15px 30px; }

.checkoutFormWrapper .switch-delivery-btn button { margin: 0px }

.delivery-pop-change-titles { border-bottom: solid 1px rgb(18 18 18 / 11%); padding-bottom: 10px; margin-bottom: 20px; }

.delivery-pop-change-titles .delivery-pop-title { border: none; font-size: 140%; margin-bottom: 0; text-align: center; }

.delivery-pop-change-titles .delivery-pop-sub-title p { line-height: 1.36; font-size: 70%; }

.delivery-pop-change-titles .delivery-pop-sub-title { max-width: 320px; margin: 0 auto; }

#noDeliveryAddressError { display: none; text-align: right; color: red; font-size: 14px; margin-top: 5px; }

#noDeliveryAddressError.active { display: block; }

#location-input.error { border: 1px solid red; }

header .select-delivery-btn h2.firstStepHeadline.delivery-pop-title { font-size: 100%; color: inherit; line-height: 1.5; margin-bottom: 0; display: flex; border: 0; }

.deliveryDetailsWrapper.checkoutFormWrapper .edit-delivery-button.edit-delivery-button-2 { display: inline-block; vertical-align: top; margin-right: 5px; }

@media(min-width:768px) {
    .edit-delivery-button { display: none; }

    .select-delivery-wrapper { position: absolute; bottom: -50px; right: 0; }
    /*.selectedPosData .edit-delivery-button { display:inline-block;}*/

    .cart .switch-delivery-btn button svg { display: none; }

    header .select-delivery-btn h2.firstStepHeadline.delivery-pop-title { display: none; }
}

@media(max-width:767px) {
    header .select-delivery-btn .select-delivery-header-button { display: none; }

    #header2 .selectedPosData { padding-bottom: 10px; }

    .selectDeliveryProcess.open h2.firstStepHeadline.delivery-pop-title { font-size: 120%; color: inherit; line-height: 1.5; margin-bottom: 10px; /*margin-top: -15px;*/ display: flex; border: 0; text-align: center; display: none; }

    .selectDeliveryBtns-wrapper { justify-content: center; }

    .select-delivery-wrapper { }

    .selectDeliveryBtn { width: 150px; }

    .select-delivery-btn, header .selectedPosData { position: relative; width: 100%; background: #dedede; padding: 5px; text-align: right; color: #000; }

    .select-delivery-btn, header .selectedPosData, .switch-delivery-btn { padding: 14px 17px; }

    .select-delivery-btn button { background: transparent; width: 100%; padding: 0; align-items: center; }

    .ForcePosSelection #header2 { padding-bottom: 0; padding-right: 0; padding-left: 0; }

    .ForcePosSelection header .max-width { padding-right: 2%; padding-left: 2%; }

    .selectDeliveryProcess { display: none; background: #fff; color: #000; -webkit-box-shadow: -4px 0 20px 0 rgba(0, 0, 0, 0.4); box-shadow: -4px 0 20px 0 rgba(0, 0, 0, 0.4); }

    .selectDeliveryProcess.open { display: block; padding: 10px 15px }

    .selectDeliveryBtnsInner .firstStepHeadline { display: none; }

    .delivery-back-wrapper { padding-right: 20px; }

    .delivery-back-wrapper h2 { font-size: 1rem; font-weight: normal; text-decoration: underline; }

    .google-street-address { margin-top: 0; }

    .edit-delivery-button { position: absolute; left: 10px; top: 50%; transform: translateY(-50%); width: 18px; height: 18px; }

    .edit-delivery-button svg { display: block; stroke: #000; width: 100%; height: 100%; }

    .edit-delivery-button .edit-delivery-button-svg { stroke: none; display: block; }

    .delivery-back-btn { height: 9px; }

    .delivery-back-btn svg { width: 5px; height: 9px; display: block; }

    .scooter-icon { margin-left: 10px; }

    .pickUpPoints { padding: 0px; }

    .selectDeliveryBtns .delivery-back-btn { position: unset; }

    #header2.DeliveryProcessOn .edit-delivery-button { display: none; }

    #header2.DeliveryProcessOn .edit-delivery-button-close, .edit-delivery-button-mobile { position: absolute; display: block; top: 50%; transform: translateY(-50%); width: 18px; height: 18px; left: 10px; }

    .DeliveryProcessOn .edit-delivery-button-mobile { display: none; }

    #header2.DeliveryProcessOn .edit-delivery-button-close svg { display: block; stroke: #000; width: 100%; height: 100%; }

    .cart .switch-delivery-btn *.edit-delivery-button-close { display: none; }

    .checkoutFormWrapper .selectedPosData .switch-delivery-btn button { margin: 0px; }

    .selectDeliveryProcessOpen #SiteGridContainer { opacity: 0.4; pointer-events: none; }

    .destination-back-wrapper { padding-right: 0px; }

    .destination-back-wrapper h2 { font-size: 1rem; }

    #header2 .selectDeliveryBtns-wrapper .selectDeliveryBtn-wrapper { width: 50%; }

    #header2 .selectDeliveryBtns-wrapper .selectDeliveryBtn-wrapper:nth-child(1) { padding-left: 3px; }

    #header2 .selectDeliveryBtns-wrapper .selectDeliveryBtn-wrapper:nth-child(2) { padding-right: 3px; }

    #header2 .approveChangedItems .selectDeliveryBtns-wrapper .selectDeliveryBtn-wrapper { width: 100%; }

    #header2 .approveChangedItems .selectDeliveryBtns-wrapper .selectDeliveryBtn-wrapper:nth-child(1) { padding: 0px; }

    #header2 .approveChangedItems .selectDeliveryBtns-wrapper .selectDeliveryBtn-wrapper:nth-child(2) { padding: 0px; }

    .delivery-pop-change-titles .delivery-pop-sub-title { text-align: center; }
}


.pickUpPoints { display: flex; flex-wrap: wrap; list-style: none; }

.pickUpPoint { width: 50%; padding: 5px; text-align: right; }

.pickUpPoint a { box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); border: solid 1px #e3e3e3; display: flex; height: 100%; padding: 10px 0; }

.posLocation { width: 50px; display: flex; justify-content: center; }

.posInfo { width: calc(100% - 50px); display: flex; flex-direction: column; line-height: 1; }

.posName { font-weight: bold; }

.ShopThanksPage .select-delivery-wrapper { display: none; }

#header-top-strip .topStripContainer .topStripText img { height: auto; }


/*toggle new delivery address checkoutpage*/
form#checkout-form .checkoutInputsWrapper .billingDetails { transition: all 0.35s ease; }

form#checkout-form .checkoutInputsWrapper.open .billingDetails { max-height: unset; z-index: 1; opacity: 1; }

form#checkout-form .billingDetailsWrapper .checkoutInputsWrapper .radio-container { display: flex; align-items: center; margin-bottom: 5px; }

form#checkout-form .billingDetailsWrapper .checkoutInputsWrapper .radio-container label { margin-bottom: 0; }

@media(max-width: 767px) {
    form#checkout-form .billingDetailsWrapper .checkoutInputsWrapper .radio-container { align-items: flex-start; }

    form#checkout-form .billingDetailsWrapper .checkoutInputsWrapper input[type=radio] { margin-top: 5px; }
}


/*lock categories module css*/
.userLoginPhone .loginFormInput { display: inline-flex; }

.userLoginPhone .loginFormInput .shopBtn { width: 150px; height: 50px; margin: 0 10px 0 0; }

.userLoginPhone .loginLabels { text-align: right; font-size: 75%; }

.loginOTPCodeInputs { display: inline-flex; }

.CurrentCategoryLocked.userLoginEmail input[type="password"] { width: 100%; }

.CurrentCategoryLocked.userLoginEmail form.categoryPasswordLogin { padding: 15px 4vw; }

.CurrentCategoryLocked.userLoginEmail .loginFormInput input:not([type="checkbox"]), .CurrentCategoryLocked.userLoginEmail form.categoryPasswordLogin input[type="password"] { width: 100%; border: 1px solid #000; border-radius: 5px; padding-right: 15px; height: 46px; font-size: inherit; }

.CurrentCategoryLocked.userLoginEmail .loginFormInput:not(.forgotPass) { float: right; width: 100%; margin-bottom: 20px; }

.CurrentCategoryLocked.userLoginEmail input#RememberMe { width: 16px; height: 16px; padding: unset; border: 1px solid #000000; background: transparent; -webkit-appearance: none; border-radius: 0; background-image: url(../../../warehouse/temp/story/checkboxV.svg); background-size: 0; background-repeat: no-repeat; background-position: center center; cursor: pointer; }

form.categoryPasswordLogin input[type="button"] :not(.loginOTPCodeInputs) { background: #000000; border: 1px solid transparent; color: #ffffff; height: 40px; width: calc(30% - 15px); float: right; margin-right: 15px; transition: all 350ms ease-in-out; -webkit-transition: all 350ms ease-in-out; }

.loginOTPCodeInputs .shopBtn { width: 150px !important; height: 50px !important; margin: 0 10px 0 0; }

.wrongOTPCodeContainer { text-align: right; }

.userLoginEmail #RememberMe { margin-left: 10px; }

.userLoginEmail .loginFormInput.RememberMeBtn { display: inline-flex; width: unset !important; }

.userLoginEmail .loginFormInput .shopBtn { margin: unset; }


form#checkout-form .checkoutInputsWrapper.selectDeliveryTypeFirst .selectDeliveryBtn-wrapper.active .selectDeliveryBtn { background: #000000; color: #ffffff; }

form#checkout-form .checkoutInputsWrapper.selectDeliveryTypeFirst .selectDeliveryBtn { background: #ffffff; border: 1px solid; border-radius: 5px; cursor: pointer; color: inherit; width: 100%; -webkit-appearance: none; }

form#checkout-form .checkoutInputsWrapper.selectDeliveryTypeFirst .DeliveryBtnsWrapper { display: inline-block; width: 100%; margin-bottom: 20px; }

form#checkout-form .checkoutInputsWrapper.selectDeliveryTypeFirst .DeliveryBtnsWrapper.active { margin-bottom: 0px; }

.selectDeliveryTypeFirst .googleStreetWrapper { margin-top: 15px; }

form#checkout-form .checkoutInputsWrapper.selectDeliveryTypeFirst { padding-bottom: 0; }

form#checkout-form .deliveryDetails .giftDetails { display: none; }

form#checkout-form .deliveryDetails .giftDetails.open { display: block; }

.ShopCheckoutPage .checkout-fail-validation { float: left; text-align: right; width: 100%; margin-top: 10px; }

@media(max-width:767px) {
    form #checkout-form .checkoutInputsWrapper.selectDeliveryTypeFirst .selectDeliveryBtn-wrapper:first-child:not(:last-child) { margin-bottom: 15px; }
}


.giftcardDescription { margin-top: 15px; overflow-wrap: break-word; }

#checkout-form .radio-container { padding: 5px; }

.checkout-fail-validation { display: none; color: red; }

span.error.CouponValidNoDiscount { position: relative; left: auto; display: block; }


body[data-currency="USD"] .item-price span.finalPrice:before, body[data-currency="USD"] .item-price span.finalPrice:before, body[data-currency="USD"] span.price:before { content: "\f155"; }
body[data-currency="USD"] .cartItemsTable .cartItem span.itemBeforeDiscountPrice:before, body[data-currency="USD"] .cartItemsTable .cartItem span.finalPrice:before, body[data-currency="USD"] .price:before, body[data-currency="USD"] .cartItemsNavSubTotal span.price:before { content: "\f155"; }
body[data-currency="USD"] .cartSubTotal .totalSumItems span.price:before, body[data-currency="USD"] #CatalogModule span.itemBeforeDiscountPrice:before, body[data-currency="USD"] .catalogItemBox span.itemBeforeDiscountPrice:before { content: "\f155"; }
