@font-face {
  font-family: "Vazir";
  src: url("/Content/Font/vazir-e/Vazir.eot");
  src: url("/Content/Font/vazir-e/Vazir.eot?#iefix") format("embedded-opentype"), url("/Content/Font/vazir-e/Vazir.woff2") format("woff2"), url("/Content/Font/vazir-e/Vazir.woff") format("woff"), url("/Content/Font/vazir-e/Vazir.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Vazir";
  src: url("/Content/Font/vazir-e/Vazir-Bold.eot");
  src: url("/Content/Font/vazir-e/Vazir-Bold.eot?#iefix") format("embedded-opentype"), url("/Content/Font/vazir-e/Vazir-Bold.woff2") format("woff2"), url("/Content/Font/vazir-e/Vazir-Bold.woff") format("woff"), url("/Content/Font/vazir-e/Vazir-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Vazir";
  src: url("/Content/Font/vazir-e/Vazir-Black.eot");
  src: url("/Content/Font/vazir-e/Vazir-Black.eot?#iefix") format("embedded-opentype"), url("/Content/Font/vazir-e/Vazir-Black.woff2") format("woff2"), url("/Content/Font/vazir-e/Vazir-Black.woff") format("woff"), url("/Content/Font/vazir-e/Vazir-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Vazir";
  src: url("/Content/Font/vazir-e/Vazir-Medium.eot");
  src: url("/Content/Font/vazir-e/Vazir-Medium.eot?#iefix") format("embedded-opentype"), url("/Content/Font/vazir-e/Vazir-Medium.woff2") format("woff2"), url("/Content/Font/vazir-e/Vazir-Medium.woff") format("woff"), url("/Content/Font/vazir-e/Vazir-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Vazir";
  src: url("/Content/Font/vazir-e/Vazir-Light.eot");
  src: url("/Content/Font/vazir-e/Vazir-Light.eot?#iefix") format("embedded-opentype"), url("/Content/Font/vazir-e/Vazir-Light.woff2") format("woff2"), url("/Content/Font/vazir-e/Vazir-Light.woff") format("woff"), url("/Content/Font/vazir-e/Vazir-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Vazir";
  src: url("/Content/Font/vazir-e/Vazir-Thin.eot");
  src: url("/Content/Font/vazir-e/Vazir-Thin.eot?#iefix") format("embedded-opentype"), url("/Content/Font/vazir-e/Vazir-Thin.woff2") format("woff2"), url("/Content/Font/vazir-e/Vazir-Thin.woff") format("woff"), url("/Content/Font/vazir-e/Vazir-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
:root {
  --dColor: #43c0f0;
}

.e-digit {
  font-family: Vazir, Tahoma, sans-serif !important;
}
.e-digit * {
  font-family: Vazir, Tahoma, sans-serif !important;
}

.prague-product-description-p {
  font-size: 14pt;
  background-color: transparent;
  font-variant-numeric: normal;
  font-variant-east-asian: normal;
  vertical-align: baseline;
  text-align: right;
}
.prague-product-description-p * {
  text-align: right;
}

@media (max-width: 576px) {
  .page-section-padding {
    margin-top: 82px;
  }
}

.prague-design .profile-nav-flex {
  flex-direction: column;
}
.prague-design .prague-profile-nav {
  padding: 5px 10px;
  border: 1px solid #808080;
  border-radius: 50px;
  text-align: center;
  margin-bottom: 10px;
  color: #808080;
  font-size: 14px;
  cursor: pointer;
  max-width: 146px;
  min-width: 146px;
}
@media (max-width: 1200px) {
  .prague-design .prague-profile-nav {
    min-width: 100%;
    max-width: unset;
  }
}
.prague-design .profile-header-h {
  font-size: 20px;
  padding-bottom: 24px;
  margin-top: 35px;
}
.prague-design .address-profile {
  font-size: 18px;
}

.prague-profile-input-wrapper {
  width: calc(50% - 15px);
  display: inline-block;
  padding: 0;
}
.prague-profile-input-wrapper input {
  margin-bottom: 33px;
}
.prague-profile-input-wrapper textarea {
  margin-bottom: 33px;
}
@media (max-width: 767px) {
  .prague-profile-input-wrapper-right {
    padding-left: 7.5px;
  }
}
@media (max-width: 576px) {
  .prague-profile-input-wrapper-right {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .prague-profile-input-wrapper-left {
    padding-right: 15px;
  }
}
@media (max-width: 576px) {
  .prague-profile-input-wrapper-left {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .prague-profile-input-wrapper {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .prague-profile-input-wrapper {
    flex: 0 0 auto;
    width: 100%;
  }
}

.prague-profile-info-wrapper {
  padding: 0 15px;
}

.prague-design .rad-label {
  display: flex;
  align-items: center;
  padding: 14px 16px;
  margin: 10px 0;
  cursor: pointer;
  transition: 0.3s;
}
.prague-design .rad-design {
  width: 22px;
  height: 22px;
  border-radius: 100px;
  background: linear-gradient(to right bottom, hsl(197deg, 85%, 60%), hsl(195deg, 55%, 35%));
  position: relative;
}
.prague-design .rad-design::before {
  content: "";
  display: inline-block;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  background: hsl(0deg, 0%, 90%);
  transform: scale(1.1);
  transition: 0.3s;
}
.prague-design .rad-input:checked + .rad-design::before {
  transform: scale(0);
}

.prague-profile-gender-wrapper {
  gap: 20px;
}

.prague-profile-gender-span {
  gap: 6px;
}

.prague-design .manage-content textarea.input-text {
  padding: 10px 30px !important;
}

.prague-design .order-history-wrapper-icon {
  width: 36px;
  transform: rotate(90deg);
}

.prague-order-history-section {
  box-shadow: none;
  border-radius: 50px;
  padding: 15px 30px !important;
  background-color: #42c0f0 !important;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.prague-profile-order-history-time {
  font-size: 1rem;
  color: #fff;
}
@media (max-width: 576px) {
  .prague-profile-order-history-time {
    font-size: 12px;
  }
}

.prague-order-history-table-header {
  font-size: 15px;
  font-weight: 400;
  color: #666;
  text-align: center;
  border-bottom: 1px solid #42c0f0;
}

.prague-order-history-table-detail td {
  padding: 15px;
}

@media (max-width: 576px) {
  #history .prague-order-history-table-detail td {
    padding: 5px;
  }
}

.p-order-history-p-name {
  padding-right: 10px;
}

.prague-order-history-table-border {
  border-radius: 100px;
  overflow: hidden;
  border: 1px solid #42c0f0;
  padding: 15px;
  margin-bottom: 10px;
}

.eye-icon {
  top: 12px;
  left: 28px;
  color: #aaa;
  font-size: 20px;
}

.prague-wallet-table-wrapper {
  border-radius: 10px;
  border: 1px solid #42c0f0;
}

a.disabled-anchor {
  pointer-events: none;
  cursor: none;
}
a.disabled-anchor ion-icon.md.hydrated {
  color: #9d9d9d;
}

.pagination {
  background: #fff;
  font-weight: 400;
  margin: 30px 0;
  color: #253237;
}

.pagination {
  width: 100%;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 16px 0;
}

.pagination .pagination-row {
  text-align: center !important;
  background: #fff;
  padding: 3.75px;
  gap: 8px;
}

.pagination a i {
  font-size: 18px;
  color: #253237;
}

.pagination .pagination-row li {
  display: inline;
}

.pagination a:not(.previous):not(.next) {
  letter-spacing: 2px;
}

.pagination .current a {
  color: #fff;
}

.pagination a {
  font-weight: 400;
  color: #253237;
  padding: 0;
  height: 36px;
  line-height: 36px;
  background: #f6f6f6;
  display: inline-block;
  width: 36px;
  border-radius: 100%;
  text-align: center;
  vertical-align: top;
}
.pagination a:hover {
  color: #fff !important;
}

.pagination .previous,
.pagination .next {
  padding: 8px 0;
  font-size: 0;
  height: 36px;
  line-height: 36px;
  width: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}

a.btn-pagination:hover {
  color: #fff !important;
}

.pagination a i:hover {
  color: #fff;
}

@media (max-width: 576px) {
  #MainContent_ProductPrice_NotifyLinkButton {
    padding: 10px;
  }
}

@media (max-width: 767px) and (min-width: 577px) {
  .prague-design .shop-single-v1-section .woocommerce .summary .cart .btn-small.prague-single-price-tablet {
    padding: 31px 20px;
  }
}

.prague-login-wrapper .step-guest {
  padding: 0 35px;
}
@media (max-width: 576px) {
  .prague-login-wrapper .step-guest {
    padding: 0 4px;
  }
}

.prague-design .guest-footer {
  padding-bottom: 35px;
}

.prague-order-history-table {
  border-collapse: separate;
  border-spacing: 0 10px;
  overflow-x: auto;
  width: 100%;
}
@media (max-width: 991px) {
  .prague-order-history-table {
    display: block;
  }
}
.prague-order-history-table td {
  text-align: center;
}
.prague-order-history-table tr:first-child td:first-child {
  border: 1px solid #42c0f0;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}
.prague-order-history-table tr:first-child td:last-child {
  border: 1px solid #42c0f0;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.prague-order-history-table td:first-child {
  border: 1px solid #42c0f0;
  border-bottom-right-radius: 100px;
  border-top-right-radius: 100px;
  border-left: 0;
}
.prague-order-history-table td:last-child {
  border: 1px solid #42c0f0;
  border-bottom-left-radius: 100px;
  border-top-left-radius: 100px;
  border-right: 0;
}
.prague-order-history-table tr:first-child td {
  border-top-style: solid;
}
.prague-order-history-table tr td:first-child {
  border-left-style: solid;
}

.prague-order-history-product-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 90px;
  width: 90px;
  padding-top: 90px;
  border-radius: 50%;
}

.prague-order-history-table-product-wrapper {
  display: flex;
  align-items: center;
}

.prague-order-history-table-product-name {
  padding: 4px 17px;
  color: #42c0f0;
  font-size: 14px;
}

.prague-design .order-hidden.active {
  padding: 1rem 1.25rem;
}
.prague-design .order-history-wrapper-icon {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 36px;
  width: 36px;
  padding-top: 36px;
  border-radius: 50%;
}

.prague-order-history-cart-item {
  min-width: 120px;
}
.prague-order-history-cart-item-total {
  font-weight: 600;
}
.prague-order-history-cart-item .font-weight-bold {
  font-weight: 500;
}

.order-hidden {
  max-height: 0;
  opacity: 0;
  transition: max-height 0.4s ease-in;
  overflow: hidden;
}
.order-hidden.active {
  opacity: 1;
}

.order-history-wrapper-icon.active {
  transform: rotate(270deg);
}

.prague-edit-add {
  padding-top: 15px;
}
.prague-edit-add .btn-lg {
  padding: 8px;
  color: #666;
}

.woocommerce-checkout-review-order {
  overflow: auto;
}

.prague-cart-time-picker {
  opacity: 0;
  pointer-events: none;
}
.prague-cart-time-picker.open {
  opacity: 1;
  pointer-events: auto;
}

#AddAddressDialog {
  height: 0;
  display: none;
}
#AddAddressDialog.open {
  height: auto;
  display: block;
}
#AddAddressDialog .input-text {
  padding: 10px 15px !important;
  background: transparent;
  border: 1px solid #808080 !important;
  border-radius: 50px;
  height: auto;
  max-height: none;
  color: #808080;
  margin-top: 15px;
  margin-bottom: 15px;
}
#AddAddressDialog #address_text {
  padding: 10px 15px !important;
  background: transparent;
  border: 1px solid #808080 !important;
  border-radius: 50px;
  height: auto;
  max-height: none;
  color: #808080;
  margin-top: 15px;
}
#AddAddressDialog .select-add-btn {
  margin-top: 15px;
}

.prague-footer-phone-no {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
}

.btn-small.prague-btn-fix {
  max-height: 49px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
}
@media (max-width: 767px) {
  .btn-small.prague-btn-fix {
    min-height: 53px;
  }
}

#address {
  border: 1px solid rgb(154, 154, 154) !important;
  padding: 12px 24px;
  border-radius: 50px;
  margin-bottom: 1rem !important;
}

.time-select-pay {
  text-align: center;
}

.prague-login-icon {
  position: absolute;
  margin-right: 8px;
}

.products-discount-slider-p {
  white-space: nowrap;
}
@media (max-width: 576px) {
  .products-discount-slider-p {
    width: 40px !important;
    height: 40px !important;
    font-size: 14px !important;
  }
}

.products-discount-slider-span {
  font-size: 16px !important;
}
@media (max-width: 576px) {
  .products-discount-slider-span {
    font-size: 12px !important;
  }
}

.prague-design .manage-content {
  padding: 10px 32px;
}

.logout-btn a {
  color: red !important;
}

.pricing-not-available {
  margin-top: 10px;
}
@media (max-width: 576px) {
  .pricing-not-available {
    margin-top: 3px;
  }
}

.prague-products-price {
  white-space: nowrap;
}

@media (max-width: 576px) {
  .prague-products-add-to-cart {
    position: relative;
    right: -6px;
  }
}
@media (max-width: 375px) {
  .prague-products-add-to-cart {
    right: -10px;
  }
}

.prague-products-qntt {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 576px) {
  .prague-products-qntt {
    border-radius: 50%;
  }
}

@media (max-width: 576px) {
  .prague-design .shop-single-v1-section .woocommerce .summary .cart .minus {
    margin-left: 5px;
  }
}

.shop-single-v1-section .woocommerce .summary {
  text-align: justify;
}
@media (max-width: 576px) {
  .shop-single-v1-section .woocommerce .summary {
    padding-left: 0 !important;
  }
}

.prague-prod-notify-me-btn {
  max-height: unset;
}
@media (max-width: 576px) {
  .prague-prod-notify-me-btn {
    font-size: 8px;
    padding: 4px 25px;
  }
}

@media (max-width: 576px) {
  #priceSection {
    min-width: 150px;
  }
}
.prague-profile-quite {
  color: #333;
}

@media (max-width: 991px) and (min-width: 577px) {
  .index-clouds #main-page-carousel .prague-branches-desktop.prague-branches a.prague-branches-a {
    font-size: 16px !important;
  }
  .prague-profile-gender-span {
    padding-right: 0;
  }
  .prague-order-history-product-img {
    width: 100px;
    padding-top: 70px;
  }
}
.prague-cart-qntt {
  color: #171717 !important;
}

.woocommerce-checkout-review-order {
  overflow: hidden;
}

a:not([href]):not([tabindex]):hover {
  color: unset;
  text-decoration: none;
}

.prague-profile-input-wrapper input.form-control.input-text.m-t-10 {
  border-radius: 50px !important;
}

textarea.form-control.h-auto.m-t-10.input-text {
  border-radius: 50px !important;
  padding: 10px 30px;
}

.p-shop-cart .payment_methods label {
  border: 1px solid gray !important;
}

@media (max-width: 576px) {
  .coupon.coupon-wrapper {
    width: 100% !important;
  }
}

@media (max-width: 576px) {
  .shop-cart-section.p-shop-cart.section-box.pt-0.steps.step2 .cart_totals .subtotal {
    width: 100% !important;
  }
}

@media (max-width: 576px) {
  .p-shop-cart .coupon button {
    padding: 3px;
    font-size: 10px;
  }
}

@media (max-width: 576px) {
  .p-shop-cart .payment_methods label.shipping-labels {
    width: 100%;
  }
}

@media (max-width: 991px) and (min-width: 777px) {
  .time-picker-wrapper {
    overflow-x: auto;
  }
}
@media (max-width: 576px) {
  .container-cart-header {
    margin-bottom: 0;
  }
}
.date-time-label {
  min-width: 57px;
}

.input-text.qty.text.prague-cart-qntt {
  background-color: transparent;
}

.prague-recipes-accordion {
  padding: 8px 1.25rem 0 1.25rem;
}

@media (max-width: 576px) {
  .successful-smily-icon {
    right: 50%;
    transform: translateX(50%);
  }
}
#cartCount {
  padding: 3px 0 0 1px;
  height: 30px;
}
@media (max-width: 576px) {
  #cartCount {
    height: 17px;
  }
}

@media (max-width: 576px) {
  .prague-cart-banner-step-1 {
    margin-top: 6px;
  }
}

@media (max-width: 576px) {
  .prague-cart-banner-step-2 {
    margin-top: 1px;
  }
}

.prague-checkout-location-icon {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.prague-checkout-location-icon-edit {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.single-address {
  position: relative;
}

textarea.input-text {
  max-height: unset;
}

.prague-checkout-time-picker {
  overflow-x: auto;
}

@media (max-width: 991px) and (min-width: 576px) {
  .prague-tablet-order-1 {
    order: 1;
  }
  .prague-tablet-order-2 {
    order: 2;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .prague-checkout-cart {
    margin-top: 33px;
  }
}
@media (max-width: 767px) and (min-width: 577px) {
  .prague-checkout-time-picker {
    margin-bottom: 30px;
  }
}
#BankTransferContainer {
  margin-bottom: 20px;
}

.prague-order-history-td:not(:first-child) {
  border-top: 1px solid #42c0f0;
  border-bottom: 1px solid #42c0f0;
}
.prague-order-history-td:not(:last-child) {
  border-top: 1px solid #42c0f0;
  border-bottom: 1px solid #42c0f0;
}

@media (max-width: 500px) {
  .prague-profile-address-line {
    font-size: 11px;
  }
}

@media (max-width: 576px) {
  #addressesTab {
    padding: 10px 10px !important;
  }
}

@media (max-width: 991px) {
  .prague-profile-address-input {
    width: 100%;
  }
}

.prague-invoice-table thead th {
  padding-right: 16px !important;
}

@media (max-width: 576px) {
  .prague-invoice-totals {
    padding: 5px 20px !important;
  }
}

@media (max-width: 576px) {
  .prague-failed-order-now .spark {
    display: none;
  }
}

.prague-login-options {
  font-size: 13px !important;
}

.prague-invoice-address {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .prague-mobile-order-1 {
    order: 1;
  }
  .prague-mobile-order-2 {
    order: 2;
  }
}
@media (max-width: 576px) {
  a.p-back-btn.prague-cart-btn, a.p-forward-btn.prague-cart-btn {
    width: 100% !important;
  }
  .prague-finalize-btn-holder {
    width: 48%;
  }
}
.prague-desktop-menu {
  border: 0;
}

.prague-index-description {
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 991px) {
  .prague-index-description {
    width: 80%;
  }
}
@media (max-width: 576px) {
  .prague-index-description {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

.p-shop-cart .payment_methods label.shipping-labels.prague-checkout-shipping-methods {
  padding: 36px 20px !important;
}

.prague-shipping-methods-holder {
  border-bottom: 0;
}

.prague-checkout-tik {
  width: 56px;
  height: 56px;
  position: absolute;
  top: -18px;
  left: -7px;
}
@media (max-width: 991px) {
  .prague-checkout-tik {
    width: 45px;
    height: 45px;
    top: -7px;
  }
}
@media (max-width: 576px) {
  .prague-checkout-tik {
    width: 35px;
    height: 35px;
    top: -7px;
    left: 0;
  }
}

#cart__total-price .subtotal {
  padding: 14px 26px;
}

.coupon.coupon-wrapper {
  padding: 14px 0px 14px 20px;
}

@media (min-width: 768px) {
  .prague-checkout-low-section {
    margin-top: 33px;
  }
}

.prague-finalize-totals .subtotal {
  padding: 14px 26px;
}

.prague-invoice-table {
  border-collapse: unset;
}

.prague-invoice-history-table {
  border-collapse: separate;
  border-spacing: 0 10px;
  overflow-x: auto;
  width: 100%;
}
@media (max-width: 991px) {
  .prague-invoice-history-table {
    display: block;
  }
}
@media (max-width: 991px) {
  .prague-invoice-history-table.p-invoice-table-mobile {
    display: table;
  }
}
.prague-invoice-history-table td {
  text-align: right;
  padding: 0 16px;
}
@media (max-width: 576px) {
  .prague-invoice-history-table td {
    font-size: 12px;
  }
}
.prague-invoice-history-table tr:first-child td:first-child {
  border: 1px solid #cccccc;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-left: 0;
}
.prague-invoice-history-table tr:first-child td:last-child {
  border: 1px solid #cccccc;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  border-right: 0;
}
.prague-invoice-history-table td:first-child {
  border: 1px solid #cccccc;
  border-bottom-right-radius: 100px;
  border-top-right-radius: 100px;
  border-left: 0;
}
.prague-invoice-history-table td:last-child {
  border: 1px solid #cccccc;
  border-bottom-left-radius: 100px;
  border-top-left-radius: 100px;
  border-right: 0;
}
.prague-invoice-history-table tr:first-child td {
  border-top-style: solid;
}
.prague-invoice-history-table tr td:first-child {
  border-left-style: solid;
}
.prague-invoice-history-table .prague-order-history-td {
  border-color: #cccccc !important;
}

.prague-invoice-location {
  padding-right: 66px;
}
@media (min-width: 992px) {
  .prague-invoice-location {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 40px !important;
    max-height: 40px !important;
  }
}
@media (min-width: 992px) {
  .prague-invoice-location.prague-add-negative {
    margin-top: -26px;
  }
}

.prague-cart-btns {
  padding: 5px 25px;
  white-space: nowrap;
}
@media (max-width: 576px) {
  .prague-cart-btns {
    font-size: 9px !important;
  }
}

.arrows-icon {
  width: 100px;
}
@media (max-width: 576px) {
  .arrows-icon {
    width: 48px;
  }
}

.prague-cart-back-btn-img {
  width: 36px;
}
@media (max-width: 576px) {
  .prague-cart-back-btn-img {
    width: 20px;
  }
}

.prague-cart-btn-text {
  white-space: nowrap;
}

.prague-delivery-icon-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 40px;
  min-width: 65px;
}

.profile-section-sizing {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .profile-section-sizing {
    margin-bottom: 0;
  }
}

.profile-info-holder .guest-form {
  padding: 0;
}
.profile-info-holder .step-guest-form {
  padding: 0;
  border: 0;
  margin: 0;
}
.profile-info-holder .step-guest-border {
  border: 0 !important;
}

.profile-info-right-side {
  border-left: 1px solid #bcbcbc;
  border-bottom: 1px solid #bcbcbc;
  padding: 2rem;
}
@media (max-width: 991px) {
  .profile-info-right-side {
    border-left: 0;
  }
}
@media (max-width: 576px) {
  .profile-info-right-side {
    padding: 1rem 0;
  }
}

.profile-info-left-side {
  border-bottom: 1px solid #bcbcbc;
  padding: 2rem;
}
@media (max-width: 991px) {
  .profile-info-left-side.profile-info-left-last-mobile {
    border-bottom: 0;
  }
}
@media (max-width: 576px) {
  .profile-info-left-side {
    padding: 1rem 0;
  }
}

.profile-info-label-p {
  font-size: 18px;
  color: #b4b4b4;
}
@media (max-width: 576px) {
  .profile-info-label-p {
    font-size: 13px;
  }
}

.profile-info-input-p {
  padding-top: 1rem;
  font-size: 16px;
  color: #232323;
}
@media (max-width: 576px) {
  .profile-info-input-p {
    font-size: 13px;
  }
}

.profile-info-row {
  padding: 0 30px;
}

.profile-row-first {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.profile-row-last {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.profile-row-last .profile-info-right-side {
  border-bottom-right-radius: 10px;
}
@media (max-width: 991px) {
  .profile-row-last .profile-info-right-side {
    border-bottom-right-radius: 0;
  }
}
.profile-row-last .profile-info-left-side {
  border-bottom-left-radius: 10px;
}

.profile-info-last-inner-right {
  padding-right: 30px;
}
@media (max-width: 991px) {
  .profile-info-last-inner-right {
    padding-right: 0;
  }
}

@media (max-width: 991px) {
  .profile-info-mobile-last {
    border-bottom-right-radius: 10px;
  }
}

@media (max-width: 991px) {
  .profile-info-last-row-mobile {
    padding: 0 30px;
  }
}

.profile-info-edit-side .form-control {
  margin-top: 1rem;
  font-size: 16px;
  color: #aaa;
}
.profile-info-edit-side .form-control::placeholder {
  color: #aaa;
}
@media (max-width: 576px) {
  .profile-info-edit-side .form-control {
    font-size: 13px;
    height: 30px;
  }
}

.gender-flex {
  margin-right: 29px;
  margin-top: 1rem;
  gap: 20px;
}
@media (max-width: 991px) {
  .gender-flex {
    margin-right: 0;
  }
}

.profile-info-view-wrapper {
  border: 1px solid #bcbcbc;
  border-radius: 30px;
  margin-bottom: 40px;
}
.profile-info-view-wrapper.step-guest-border {
  border: 1px solid #bcbcbc !important;
  border-radius: 12px;
  padding: 20px 30px;
}

.profile-info-last-child {
  border-bottom: 0 !important;
}

.col-lg-6.col-md-12.col-sm-12.profile-info-left-side.profile-info-mobile-last.profile-info-left-last-mobile.profile-info-last-child {
  padding-left: 50px;
}
@media (max-width: 991px) {
  .col-lg-6.col-md-12.col-sm-12.profile-info-left-side.profile-info-mobile-last.profile-info-left-last-mobile.profile-info-last-child {
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  .col-lg-6.col-md-12.col-sm-12.profile-info-right-side.profile-info-last-child {
    border-bottom: 1px solid #bcbcbc !important;
  }
}

.flip-edit {
  display: none;
}
.flip-edit.active {
  display: block;
}

.js-save-btn {
  height: 73px;
}

.js-flip-edit input {
  padding: 10px 15px !important;
  background: transparent;
  border: 1px solid gray !important;
  border-radius: 50px;
  height: auto;
  max-height: none;
  color: gray;
}

#infoSave {
  min-width: unset;
  font-size: 1rem;
}

@media (max-width: 991px) {
  .info-edit-icon.pt-4 {
    padding-top: 0 !important;
  }
}

.FixedShippingMethod {
  background-image: url("/Content/Images/van-g32.png");
}
.FixedShippingMethod.prague-gray-delivery {
  background-image: url("/Content/Images/van-w32.png");
  display: none;
}

.InCityShippingMethod {
  background-image: url("/Content/Images/bike-g2.png");
}
.InCityShippingMethod.prague-gray-delivery {
  background-image: url("/Content/Images/bike-2.png");
  display: none;
}

.PickupShippingMethod {
  background-image: url("/Content/Images/bag-g12.png");
}
.PickupShippingMethod.prague-gray-delivery {
  background-image: url("/Content/Images/bag-12.png");
  display: none;
}

.FixedPostShippingMethod {
  background-image: url("/Content/Images/van-g32.png");
}
.FixedPostShippingMethod.prague-gray-delivery {
  background-image: url("/Content/Images/van-w32.png");
  display: none;
}

.prague-checkout-shipping-methods.selected .FixedShippingMethod,
.prague-checkout-shipping-methods.selected .FixedPostShippingMethod,
.prague-checkout-shipping-methods.selected .PickupShippingMethod,
.prague-checkout-shipping-methods.selected .InCityShippingMethod {
  display: none;
}
.prague-checkout-shipping-methods.selected .FixedShippingMethod.prague-gray-delivery,
.prague-checkout-shipping-methods.selected .FixedPostShippingMethod.prague-gray-delivery,
.prague-checkout-shipping-methods.selected .PickupShippingMethod.prague-gray-delivery,
.prague-checkout-shipping-methods.selected .InCityShippingMethod.prague-gray-delivery {
  display: block;
}

.p-back-btn img, .custom-container .confirm-cart-btns .p-back-btn img {
  width: unset;
  height: 39px;
}
@media (max-width: 576px) {
  .p-back-btn img, .custom-container .confirm-cart-btns .p-back-btn img {
    height: 20px;
  }
}

a.align-item-center.d-flex.justify-content-between.p-back-btn.prague-cart-btns.w-100 {
  align-items: center;
}

.inc-button {
  margin-left: -6px !important;
}

.p-shop-cart .payment_methods input[type=radio]:disabled + label {
  color: gray;
}

.prague-address-textarea {
  margin-bottom: 33px;
}

.prague-input-text {
  padding: 10px 15px !important;
  background: transparent;
  border: 1px solid gray !important;
  border-radius: 50px;
  height: auto;
  max-height: none;
  color: gray;
}

.prague-address-textbox {
  padding: 10px 15px !important;
  background: transparent;
  border-radius: 50px;
  height: auto;
  max-height: none;
  margin-bottom: 24px;
}

@media (min-width: 992px) {
  .factor-box .factor-data {
    margin-left: 100px;
  }
}
@media (max-width: 1200px) {
  .p-invoice-address-span-margin {
    margin-left: 0;
  }
}
.prague-invoice-address-label {
  white-space: nowrap;
}

.prague-invoice-label-width {
  min-width: 135px;
}

.prague-invoice-label-width-alt {
  min-width: 83px;
}

@media only screen and (max-width: 576px) {
  a.p-forward-btn {
    gap: 3px;
  }
}
.cart-step-margin {
  margin-top: 10px;
}
@media (max-width: 576px) {
  .cart-step-margin {
    margin-top: 5px;
  }
}

@media (max-width: 576px) {
  a.p-forward-btn.p-cart-btn-sm {
    font-size: 10px !important;
  }
}

.p-cart-inner-list {
  padding: 0 10px;
}

@media (max-width: 576px) {
  .p-cart-prod-name {
    margin-top: 0 !important;
  }
}

@media only screen and (max-width: 576px) {
  #order-now div.order-now-parent {
    top: 35px;
  }
}
.swal2-container.swal2-rtl.swal2-center.swal2-backdrop-show {
  z-index: 999999;
}

@media (max-width: 767px) {
  #AddCartButton {
    margin-left: 20px;
  }
}
@media (max-width: 576px) {
  #AddCartButton {
    margin-left: 10px;
  }
}

.p-invoice-amount {
  border-width: 3px !important;
}

#products-owl-carousel-mobile-2 .owl-carousel .item {
  padding: 10px;
  padding-top: 30px;
}
#products-owl-carousel-mobile-2 .owl-carousel .item .single-image {
  padding-top: 180%;
  background-size: cover;
  border-radius: 1000px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  box-shadow: 0 0 8px 0 #ccc;
}
#products-owl-carousel-mobile-2 .owl-carousel .item .single-image .new-item-sign {
  background-color: rgb(66, 192, 240);
  color: #fff;
  border-radius: 1000px;
  padding: 10px;
  position: absolute;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  font-size: 10px;
  direction: ltr;
  font-weight: bold;
}
#products-owl-carousel-mobile-2 .owl-carousel .item .single-image .new-item-sign img {
  position: absolute;
  transform: translate(15px, -15px) scale(2);
}

@media only screen and (max-width: 576px) {
  #products-owl-carousel-mobile-2 {
    padding: 0 20px;
    margin: 0 50px;
    width: calc(100% - 100px);
    position: relative;
    top: -35px;
  }
}
.checkhout-address-search {
  padding: 10px 15px !important;
  background: transparent;
  border: 1px solid gray !important;
  border-radius: 50px;
  height: auto;
  max-height: none;
  color: gray;
}

.p-checkout-address-input {
  padding: 10px 15px !important;
  background: transparent;
  border: 1px solid gray !important;
  border-radius: 50px !important;
  height: auto;
  max-height: none;
  color: gray;
}

.p-checkout-address-textarea {
  padding: 10px 30px !important;
}

.p-checkout-address-text-margin {
  margin-bottom: 33px;
}

.prague-profile-info-wrapper-last {
  padding-right: 0 !important;
}

.p-checkout-address-btn {
  padding-bottom: 30px;
}

.prague-products-page-footer-div-1, .prague-products-page-footer-div-2 {
  display: none;
}

.p-cart-btns {
  height: 62.5px;
  min-height: 62.5px;
  max-height: 62.5px;
  padding: 12px 35px;
}
@media (max-width: 576px) {
  .p-cart-btns {
    min-height: 32px;
    max-height: 32px;
    height: 32px;
    width: 138px !important;
  }
}

@media (min-width: 577px) {
  .p-finalize-total-holders .cart_totals .subtotal.finalize-capsules {
    height: 66.4px;
  }
}
@media (max-width: 576px) {
  .p-finalize-total-holders .cart_totals .subtotal.finalize-capsules {
    border: 1px solid #c3c3c3 !important;
  }
}

@media (max-width: 576px) {
  a.p-forward-btn.p-cart-btns {
    width: 100% !important;
  }
}

@media (max-width: 576px) {
  a.p-forward-btn.p-cart-btns.register-order-btn {
    min-width: 138px !important;
    max-width: 138px;
  }
}

.attribute-combination-image {
  background-position: center !important;
  background-size: cover !important;
}

@media only screen and (min-width: 992px) {
  .p-invoice-postal {
    margin: 3px 0 3px 0;
  }
  .prague-invoice-location.p-invoice-address-sizing {
    margin-top: -14px !important;
  }
  .p-invoice-address-span-margin {
    margin-left: 0 !important;
  }
  .prague-invoice-location.prague-add-negative {
    margin-top: -13px;
  }
  .prague-add-negative.p-invoice-address-dets {
    margin-top: -26px;
  }
}
@media only screen and (max-width: 1199px) {
  .prague-invoice-location.p-invoice-address-sizing {
    margin-top: -22px !important;
  }
}
@media only screen and (max-width: 991px) {
  .p-invoice-postal {
    margin: 10px 0 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-desktop-invoice {
    display: none;
  }
}
@media only screen {
  .p-mobile-invoice {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .p-mobile-invoice {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .p-invoice-address-sizing {
    margin-top: -6px;
  }
  .p-invoice-postal {
    margin: 3px 0 3px 0;
  }
  .p-invoice-address-dets {
    margin-top: -5px !important;
  }
  .prague-invoice-location.p-invoice-address-sizing {
    margin-top: -12px !important;
  }
}
@media only screen and (max-width: 576px) {
  .prague-invoice-location {
    margin: 10px 0 !important;
  }
  .prague-invoice-location.p-invoice-address-sizing {
    margin: 0 !important;
  }
  .prague-invoice-location.p-invoice-address-dets {
    margin: 10px 0 !important;
  }
}
@media (max-width: 991px) {
  .p-sales-totals {
    border: 3px solid #42c0f0 !important;
  }
}

#cartAddAddress {
  display: flex;
  justify-content: center;
  align-items: center;
}

.table-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.pass-eye {
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  color: #43c0ef;
}

.new-date-selection {
  min-width: 98px;
  min-height: 72.8px;
  border: 1px solid gray !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 991px) {
  .pass-change-inputs {
    width: 56vw;
  }
  .empty-orders {
    line-height: 1.6;
  }
}
.menu-arrow {
  position: relative;
  top: 2px;
}

@media (max-width: 576px) {
  a.p-back-btn.empty-cart-home-btn {
    margin: 0 auto;
    justify-content: center !important;
    height: 46.72px !important;
    font-size: 16px !important;
    white-space: nowrap;
    width: 133px !important;
  }
  #order-now.index-order a:hover .spark .one {
    transform: translateX(-5px) scale(1) translateY(25px);
  }
  #order-now.index-order a:hover .spark .two {
    transform: translateX(-50%) translateY(20px) rotate(45deg) scale(1);
  }
  #order-now.index-order a:hover .spark .three {
    transform: rotate(90deg) scale(1) translateY(-5px) translateX(22px);
  }
  .prague-products-qntt {
    width: 20px;
    height: 20px;
  }
  .empty-orders-wrapper.p-50 {
    padding: 20px;
  }
  .pass-change-inputs {
    width: 88vw;
  }
  .address-title {
    padding: 0 32px;
  }
}
@media (max-width: 576px) {
  .prod-desc-mobile-distance {
    margin-bottom: 25px;
  }
}

input::placeholder {
  direction: rtl;
}

@media (max-width: 576px) {
  .prague-profile-info-wrapper-last {
    padding-right: 15px !important;
  }
}

@media (max-width: 576px) {
  .time-wrapper-mobile {
    overflow-x: auto;
  }
  .new-date-selection {
    min-width: 99px;
    min-height: 42.8px;
    justify-content: center;
    align-items: center;
  }
  .footer-thank {
    margin-top: 10px;
  }
  .factor-smile {
    bottom: -200px;
  }
  .checkout-section .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_methods, .payment_methods.mobile-payment-portal {
    padding-top: 0 !important;
  }
  .succsessful-payment-text.canceled-payment-text #order-now {
    top: 250px;
  }
  .succsessful-payment-text.canceled-payment-text #order-now .order-now-parent {
    top: 0;
  }
  .prague-invoice-location.p-invoice-address-sizing.invoice-address-mobile {
    margin: 10px 0 !important;
  }
  .order-mobile-none {
    display: none;
  }
  .order-qntt-header {
    padding: 10px 4px;
  }
  .order-name-mobile {
    height: 62px;
    padding-right: 10px !important;
  }
  .order-total-cost-mobile {
    white-space: nowrap;
    padding-right: 20px;
  }
  .datepicker-container.pwt-mobile-view {
    margin-top: 78px;
  }
}
.au-navbar-mobile .au-navbar-menu .drop .drop-link .arrow.rotate-arrow {
  transform: rotate(180deg);
}

#preloader_1 span {
  background: var(--dColor);
  border: 1px solid var(--dColor);
}

@keyframes preloader_1 {
  0% {
    height: 5px;
    transform: translateY(0px);
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    background: var(--dColor);
  }
  25% {
    height: 30px;
    transform: translateY(15px);
    -moz-transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -o-transform: translateY(15px);
    -ms-transform: translateY(15px);
    background: var(--dColor);
  }
  50% {
    height: 5px;
    transform: translateY(0px);
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    background: var(--dColor);
  }
  100% {
    height: 5px;
    transform: translateY(0px);
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    background: var(--dColor);
  }
}
@media (max-width: 576px) {
  .order-history-p-name-mobile {
    white-space: nowrap;
  }
  .col-lg-6.col-md-12.col-sm-12.profile-info-right-side.profile-info-last-child.profile-mobile-last {
    border-bottom: 0 !important;
  }
}
.menu-scroll-div {
  padding-bottom: 100px;
}

.mobile-menu-shake {
  width: 100%;
  overflow-x: hidden;
}

.menu-closer {
  font-size: 20px;
  color: #3fc0f0;
  margin-top: 14px;
  display: none;
  margin-left: 2px;
  transform: translateY(-50%);
}
.menu-closer.opened-menu {
  display: block;
  cursor: pointer;
}
@media (max-width: 991px) {
  .menu-closer {
    margin-top: 29px;
  }
}
@media (max-width: 576px) {
  .menu-closer {
    margin-left: 12px;
    margin-top: 20px;
  }
}

.p-products-combo-name {
  line-height: 1.6;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 576px) {
  .p-products-combo-name {
    height: 40px;
    line-height: 1.4;
  }
}

.p-products-accordion .p-product-cat-holder.accordion-button:not(.collapsed)::after {
  background-image: url("/Content/PNG/arrow-blue.png") !important;
}

@media (min-width: 577px) {
  .p-products-accordion .p-product-cat-holder.accordion-button::after {
    width: 35px !important;
    height: 35px !important;
  }
  .p-products-accordion .p-product-cat-holder.accordion-button:not(.collapsed)::after {
    background-image: url("/Content/PNG/arrow-blue.png") !important;
  }
  .p-recipes-full-w-link {
    padding-top: 90%;
  }
  .p-recipes-full-w-link img.how-to-felesh {
    bottom: 13%;
  }
  .dotted-new-desktop {
    top: -50px;
  }
  .p-t-100.p-blank-section {
    padding-top: 62px !important;
  }
}
@media (min-width: 992px) {
  .dotted-new-desktop {
    top: -70px;
  }
}
.p-finalize-product-row {
  border-radius: 1000px;
}

.p-shop-cart .payment_methods label.shipping-labels.prague-checkout-shipping-methods.p-checkout-shipping-capsules {
  border-radius: 1000px;
}

.p-finalize-total-holders .cart_totals .subtotal {
  height: 63.4px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 14px 26px;
}
@media (max-width: 576px) {
  .p-finalize-total-holders .cart_totals .subtotal {
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 6px;
  }
}

@media (max-width: 991px) {
  .cart-header-desktop {
    width: 66vw;
    margin-top: 140px !important;
    margin-bottom: 0 !important;
  }
}
@media (max-width: 576px) {
  .cart-header-desktop {
    display: none;
  }
}
@media (max-width: 991px) {
  .cart-header-desktop .cart-timeline {
    margin-bottom: 0 !important;
  }
}
.cart-header-desktop .cart-timeline .img {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cart-header-desktop .cart-h-bg {
  color: #ccc;
  top: 42%;
}
@media (max-width: 991px) {
  .cart-header-desktop .cart-h-bg {
    font-size: 14px;
    top: 40%;
  }
}
.cart-header-mobile {
  display: none;
}
@media (max-width: 576px) {
  .cart-header-mobile {
    display: block;
  }
}
.cart-header-mobile .cart-h-bg {
  color: #ccc;
}

.organizer-childs {
  position: absolute;
  height: 23px;
  background: white;
  width: 16px;
  top: 44%;
  z-index: 999;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .organizer-childs {
    top: 40%;
    height: 13px;
  }
}
.organizer-childs-first {
  right: 14%;
}
@media (max-width: 991px) {
  .organizer-childs-first {
    width: 10px;
    right: 15%;
  }
}
.organizer-childs-second {
  right: 27.5%;
  width: 18px;
}
@media (max-width: 991px) {
  .organizer-childs-second {
    width: 14px;
  }
}
.organizer-childs-third {
  right: 43%;
}
@media (max-width: 991px) {
  .organizer-childs-third {
    width: 10px;
    right: 43.5%;
  }
}
.organizer-childs-forth {
  left: 43%;
  width: 19px;
}
@media (max-width: 991px) {
  .organizer-childs-forth {
    width: 14px;
    left: 42.5%;
  }
}
.organizer-childs-fifth {
  left: 27%;
  width: 18px;
}
@media (max-width: 991px) {
  .organizer-childs-fifth {
    width: 10px;
    left: 27.5%;
  }
}
.organizer-childs-sixth {
  left: 15%;
  width: 15px;
}
@media (max-width: 991px) {
  .organizer-childs-sixth {
    width: 10px;
    left: 16.5%;
  }
}

@media (max-width: 576px) {
  .cart-icon-desktop {
    display: none;
  }
}

.cart-icon-mobile {
  display: none;
}
@media (max-width: 576px) {
  .cart-icon-mobile {
    display: block;
  }
}

@media (min-width: 577px) {
  .products-p-bottom-section {
    margin-bottom: 600px;
  }
  .single-p-top {
    padding-top: 52px;
  }
  .cart-steps-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 82%;
  }
  .p-cart-product-row {
    border-radius: 1000px;
  }
  .cart-product-delete img {
    width: 41px;
  }
  .cloud-coupon-wrapper .branches-parent img {
    position: relative;
    top: -10px;
  }
  .cloud-coupon-wrapper p.prague-branches-p {
    font-size: 12px !important;
  }
  .cloud-coupon-wrapper a.prague-branches-a {
    font-size: 16px !important;
  }
  .default-first-view #main-page-carousel .owl-carousel.index-main-slider {
    left: 10px;
    width: 45vw;
  }
}
@media (max-width: 1200px) and (min-width: 577px) {
  .default-first-view #main-page-carousel .owl-carousel.index-main-slider {
    left: 7px;
    width: 50vw;
  }
}
@media (min-width: 992px) {
  .default-first-view #secondary-slider .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .secondary-single-item.index-secondary-slide-imgs {
    min-height: 498.24px;
    width: 83%;
  }
  .index-smile-desktop {
    margin-right: 42px;
    padding: 30% 0;
  }
  .cart-steps-capsules {
    width: 336px !important;
    min-width: 336px !important;
    max-width: 336px !important;
  }
  .capsule-checkout-totals {
    margin-left: 0;
    margin-right: 20px;
  }
  .cart-capsules {
    font-size: 21px;
    padding: 12px 24px;
  }
  .cart-capsules.back-to-products {
    padding-right: 20px;
  }
  .p-cart-arrows {
    width: 172px;
  }
  .p-cart-arrows.p-checkout-arrows {
    width: 134px;
    margin-right: 14px;
  }
  .p-checkout-btns {
    font-size: 21px;
  }
  .p-checkout-back-img {
    height: 48px !important;
    margin-left: 6px;
  }
  .p-finalize-arrows {
    width: 110px;
    margin-right: 0;
  }
  .w-s-no-wrap {
    white-space: nowrap;
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  .cart-steps-capsules {
    width: 236px !important;
    min-width: 236px !important;
    max-width: 236px !important;
  }
}
@media (max-width: 991px) and (min-width: 577px) {
  .default-first-view #secondary-slider .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .secondary-single-item.index-secondary-slide-imgs {
    min-height: 330px;
  }
  .default-first-view #secondary-slider .secondary-single-image.index-smile-desktop {
    padding: 30% 0;
  }
  .cart-steps-capsules {
    width: 30vw !important;
    min-width: 30vw !important;
    max-width: 30vw !important;
  }
  .cart-steps-capsules .back-btn-tablet {
    height: 32px !important;
  }
  .capsule-checkout-totals {
    margin-left: 0;
    margin-right: 20px;
  }
  .cart-capsules {
    font-size: 21px;
    padding: 12px 24px;
  }
  .cart-capsules.back-to-products {
    padding-right: 20px;
  }
  .p-cart-arrows {
    width: 141px;
  }
  .p-cart-arrows.p-checkout-arrows {
    width: 121px;
    margin-right: 5px;
  }
  .p-checkout-btns {
    font-size: 21px;
  }
  .p-checkout-back-img {
    height: 48px !important;
    margin-left: 6px;
  }
  .p-finalize-arrows {
    width: 110px;
    margin-right: 0;
  }
  .w-s-no-wrap {
    white-space: nowrap;
  }
}
@media (max-width: 991px) and (min-width: 577px) {
  .cart-product-delete img {
    width: 30px;
  }
  .tablet-checkout-page {
    max-width: 90% !important;
  }
  .tablet-checkout-page #cart__shipping-address, .tablet-checkout-page #cart__shipping-time {
    padding: 0;
  }
  .p-checkout-btns-holder-first {
    padding-right: 0;
  }
}
.cloud-coupon {
  top: 557px !important;
  z-index: -9 !important;
}
@media (max-width: 991px) {
  .cloud-coupon {
    top: 43vw !important;
  }
}
@media (max-width: 576px) {
  .cloud-coupon {
    top: 110vw !important;
  }
}

@media (max-width: 991px) and (min-width: 577px) {
  .index-large-cloud {
    top: -124% !important;
  }
}
@media (min-width: 577px) {
  .default-first-view .first-view-divs .first-view-divs-1 {
    height: 40vw;
  }
  footer .prague-footer .footer-background .footer-fourth-div {
    right: 84%;
  }
  .p-footer-socials img.p-block-desktop {
    filter: unset;
  }
  .footer-insta-wrapper {
    width: 60px;
  }
  .p-footer-phones-wrapper {
    flex-direction: column !important;
    gap: 8px;
  }
  .p-footer-phones-wrapper a.footer-border.prague-footer-phone-no {
    height: 40px;
    border-radius: 16px !important;
  }
  .p-footer-phones-wrapper a.footer-border.prague-footer-phone-no:last-child {
    margin-right: 0;
  }
  .insta-icon {
    width: 60%;
  }
  .tele-icon {
    width: 45%;
  }
  .desktop-menu-wrapper {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .desktop-menu-wrapper .header-right {
    gap: 10px;
  }
  .desktop-menu-wrapper .header-right .tablet-menu-icons {
    margin-left: 10px;
  }
  .p-header-nav {
    margin-top: 0 !important;
  }
  .default-first-view .first-view-divs .first-view-divs-5 {
    transform: translate(-35%, 11vw);
  }
  .index-large-cloud {
    -webkit-mask-repeat: no-repeat;
    right: -68% !important;
  }
  .p-last-cloud {
    width: 13.5% !important;
    right: 81% !important;
  }
  .p-first-cloud {
    width: 23.9% !important;
    right: 18px !important;
    top: -11px;
  }
  .default-first-view .first-view-divs .first-view-divs-2 {
    top: -11px;
  }
  .default-first-view .first-view-divs .first-view-divs-3 {
    max-height: 1500px;
    height: 61vw;
  }
  #main-page-carousel .prague-branches-desktop.prague-branches {
    width: 22vw;
    height: 22vw;
    position: absolute;
    bottom: 55px;
    right: 13.2vw;
  }
  #main-page-carousel .prague-branches-desktop.prague-branches .branches-parent {
    background: rgb(110, 217, 249);
    border-radius: 1000px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 420px !important;
    height: 420px !important;
    max-width: 420px !important;
    max-height: 420px !important;
  }
  #main-page-carousel .prague-branches-desktop.prague-branches .branches-parent img {
    position: relative;
    top: -10px;
    width: 10vw;
  }
  #main-page-carousel .prague-branches-desktop.prague-branches p.prague-branches-p {
    font-size: 15px !important;
    color: rgb(84, 170, 204);
    margin-top: 15px;
  }
  #main-page-carousel .prague-branches-desktop.prague-branches a.prague-branches-a {
    font-size: 20px !important;
    color: white;
    font-weight: bold;
  }
  #main-page-carousel .prague-branches-desktop.prague-branches a.mobile-full-width-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 1000px;
  }
  .index-order#order-now {
    margin: 0 100px;
  }
  .index-smile-desktop {
    margin-right: 28.7px;
  }
  .index-secondary-slider {
    align-items: center;
  }
}
@media (min-width: 992px) {
  .p-index-desktop.cloud-coupon.coupon-section.cloud-coupon-wrapper {
    height: 46vw;
    max-height: 770px;
    right: 8vw;
    width: 516px;
    max-width: 516px;
  }
  .default-first-view .first-view-divs .first-view-divs-3 {
    height: 55vw;
    max-height: 916px;
  }
  .main-slider-img {
    height: 1317px !important;
    max-height: 1317px !important;
  }
  #main-page-carousel .prague-branches-desktop.prague-branches {
    right: 11.03vw;
    position: absolute;
    bottom: 55px;
    max-height: 420px !important;
    max-width: 420px !important;
    width: 420px !important;
    height: 420px !important;
  }
  .index-order#order-now {
    margin: 0 185px;
  }
  .index-smile-desktop {
    width: 229.25px;
    margin-right: 6.4vw;
  }
}
@media (max-width: 991px) and (min-width: 577px) {
  .p-index-desktop.cloud-coupon.coupon-section.cloud-coupon-wrapper {
    width: 32vw;
    height: 55vw;
    max-width: 470px;
    max-height: 770px;
    right: 9vw;
    top: 300px !important;
  }
  .p-index-desktop.cloud-coupon.coupon-section.cloud-coupon-wrapper .coupon-description {
    bottom: 30px;
  }
  .p-index-desktop.cloud-coupon.coupon-section.cloud-coupon-wrapper .coupon-description img.p-index-coupon-check {
    width: 40px !important;
  }
}
.p-index-desktop {
  display: flex !important;
}
@media (max-width: 576px) {
  .p-index-desktop {
    display: none !important;
  }
}

.p-no-desktop {
  display: none !important;
}
@media (max-width: 576px) {
  .p-no-desktop {
    display: flex !important;
  }
}
.p-no-desktop .coupon-section-div {
  background-color: unset;
  background-position: 100% !important;
}

.p-block-desktop {
  display: unset !important;
}
@media (max-width: 576px) {
  .p-block-desktop {
    display: none !important;
  }
}

.p-no-block-desktop {
  display: none !important;
}
@media (max-width: 576px) {
  .p-no-block-desktop {
    display: unset !important;
  }
}

@media (max-width: 1199px) and (min-width: 577px) {
  .tablet-menu-icons {
    gap: 14px;
  }
  .tablet-menu-icons-inner-flex {
    gap: 12px;
  }
  .default-first-view .first-view-divs .first-view-divs-3 .first-view-div-svg-parent {
    top: -82% !important;
  }
}
@media (max-width: 1199px) and (min-width: 577px) {
  .index-sun {
    margin-top: 80px;
  }
  .index-clouds {
    padding-top: 400px;
  }
  .index-order#order-now .spark span {
    margin-top: 80px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .cloud-coupon-wrapper {
    top: 486px !important;
  }
}
@media (max-width: 1199px) {
  .mobile-menu-wrapper {
    padding: 25px 24px;
    border-bottom: 0;
  }
}
@media (max-width: 576px) {
  .default-first-view #secondary-slider .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .secondary-single-item.index-secondary-slide-imgs {
    max-height: 221.2px;
  }
  #main-page-carousel .prague-branches-desktop {
    display: none;
  }
}
@media (min-width: 1700px) {
  #main-page-carousel .prague-branches-desktop.prague-branches {
    right: 176.5px;
  }
  .index-order#order-now {
    margin: 0 176px;
  }
  .index-smile-desktop {
    margin-right: 98px;
  }
  .default-first-view .coupon-section {
    top: 566px !important;
    right: 129px !important;
  }
  .default-first-view .first-view-divs .first-view-divs-1.p-first-cloud {
    width: 364px !important;
    top: -4vw;
  }
  .default-first-view .first-view-divs .first-view-divs-2 {
    width: 380px !important;
    top: -6vw;
  }
  .default-first-view .first-view-divs .first-view-divs-3 {
    width: 532px !important;
  }
  .default-first-view .first-view-divs .first-view-divs-4 {
    width: 380px !important;
  }
  .default-first-view .first-view-divs .first-view-divs-5.p-last-cloud {
    width: 206px !important;
    bottom: 7vw;
  }
  .default-first-view #main-page-carousel .owl-carousel.index-main-slider {
    left: 10px;
    width: 756px;
    top: -336px;
  }
}
@media (min-width: 992px) {
  .p-page-wrapper {
    margin-bottom: 0;
  }
  .p-lg-page-wrapper {
    margin-bottom: 170px;
  }
}
.how-to-recipes-parent {
  background-color: #7acbec;
}
.how-to-recipes-parent .how-to-recipes h4 {
  font-size: 2.3rem;
}

.p-products-att-qntt {
  position: absolute;
  left: 16%;
  top: 85%;
  background: #fdc901;
  border: 0;
  border-radius: 50%;
  padding: 0;
  padding-top: 6px;
  width: 46px;
  height: 46px;
  font-size: 28px;
  color: #f08409;
}
@media (max-width: 991px) {
  .p-products-att-qntt {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 576px) {
  .p-products-att-qntt {
    width: 28px;
    height: 28px;
    top: 82%;
    font-size: 20px;
    left: 12%;
  }
}
@media (max-width: 375px) {
  .p-products-att-qntt {
    width: 24px;
    height: 24px;
    font-size: 17px;
  }
}

@media (max-width: 576px) {
  .prague-products-price {
    min-width: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.p-products-price-section {
  gap: 10px;
  margin-top: 18.8px !important;
  align-items: start !important;
}
@media (max-width: 576px) {
  .p-products-price-section {
    gap: 0;
    margin-top: 12px !important;
    position: relative;
    right: 2px;
  }
}
.p-products-price-section .prague-products-add-to-cart {
  gap: 10px;
}
@media (max-width: 576px) {
  .p-products-price-section .prague-products-add-to-cart {
    gap: 0;
  }
}
.p-products-price-section .prague-products-add-to-cart img.add-to-cart-img.inc-button {
  width: 30px !important;
}
@media (max-width: 576px) {
  .p-products-price-section .prague-products-add-to-cart img.add-to-cart-img.inc-button {
    width: 27px !important;
    margin-left: 10px !important;
  }
}
.p-products-price-section .prague-products-add-to-cart img.add-to-cart-img:last-child {
  width: 33px !important;
}
@media (max-width: 576px) {
  .p-products-price-section .prague-products-add-to-cart img.add-to-cart-img:last-child {
    width: 26px !important;
  }
}
.p-products-price-section .prague-products-price {
  min-width: 77px;
  text-align: center;
}
@media (max-width: 576px) {
  .p-products-price-section .prague-products-price {
    min-width: unset;
  }
}

.on-sale-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 1%;
  bottom: 70%;
  background: #fdc901;
  border: 0;
  border-radius: 50%;
  padding: 0;
  padding-top: 6px;
  width: 42px;
  height: 42px;
  font-size: 33px;
  color: #29bfff;
}
@media (max-width: 991px) {
  .on-sale-item {
    width: 32px;
    height: 32px;
    font-size: 23px;
    right: 0%;
    bottom: 68%;
  }
}
@media (max-width: 576px) {
  .on-sale-item {
    bottom: 72%;
    right: 3%;
    width: 20px;
    height: 20px;
    font-size: 17px;
    padding-top: 5px;
  }
}
@media (max-width: 375px) {
  .on-sale-item {
    bottom: 70%;
    right: 2px;
    font-size: 15px;
    padding-top: 4px;
  }
}

.on-sale-prices {
  gap: 6px;
}

.prague-products-price-on-sale {
  background: #fdc901;
  color: white;
  border-radius: 100px;
  padding: 5px 10px;
  font-size: 12px;
  min-width: 77px;
  text-align: center;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 576px) {
  .prague-products-price-on-sale {
    font-size: 9px;
  }
}

.p-product-on-sale-price {
  background: transparent !important;
  border: 2px solid #42c0f0 !important;
  color: #42c0f0 !important;
  height: 30.4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  position: relative;
}
.p-product-on-sale-price:after {
  content: "";
  height: 2px;
  position: absolute;
  width: 100%;
  background: #43c0f0;
}
@media (max-width: 576px) {
  .p-product-on-sale-price {
    height: 25.02px;
    margin-top: 1px;
  }
}

.price-without-sales {
  align-self: center;
}

.availables-tab {
  background-color: #42c0f0;
  border-radius: 50%;
  padding: 9px;
  width: 60px;
  height: 60px;
  top: -13px;
  right: 16%;
  z-index: 9;
  cursor: help;
}
.availables-tab img {
  width: 20px;
}
@media (max-width: 991px) {
  .availables-tab img {
    width: 16px;
  }
}
@media (max-width: 576px) {
  .availables-tab img {
    width: 11px;
  }
}
.availables-tab p {
  font-size: 7px;
  color: #fff;
}
@media (max-width: 576px) {
  .availables-tab p {
    font-size: 5px;
  }
}
@media (max-width: 991px) {
  .availables-tab {
    width: 50px;
    height: 50px;
    padding: 7px;
  }
}
@media (max-width: 576px) {
  .availables-tab {
    width: 32px;
    height: 32px;
    padding: 3px;
    top: -7px;
    right: 19%;
  }
}

.p-product-flip .flipper {
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.p-product-flip .flipper.flipping {
  transform: rotateY(180deg);
}
.p-product-flip .flipped-info-branches {
  bottom: 0;
  transform: rotateY(180deg);
}
.p-product-flip .flip-branch-back {
  transform: rotateY(0deg);
}

.flipper-container {
  margin-bottom: 20px;
}

.p-product-name-link {
  margin-top: 0 !important;
}

.full-product-link {
  position: absolute;
  top: 0;
  bottom: 30%;
  left: 0;
  right: 0;
  cursor: pointer;
  z-index: 9999;
  display: none;
}
.full-product-link.branches-clicked {
  display: block;
}

.js-p-branch-flip-click {
  position: absolute;
  top: -62%;
  right: -28%;
  left: -28%;
  bottom: -62%;
  border-radius: 50%;
  z-index: 9999;
  cursor: pointer;
}

.lock-link {
  z-index: 0;
}

.rotate-img-back {
  transform: rotateY(180deg);
}

.flip-product-img {
  background: unset !important;
  cursor: pointer;
}
.flip-product-img .js-nu-flip {
  display: none;
}
.flip-product-img .js-nu-flip.show-no {
  display: block;
  transform: rotateY(180deg);
}
.flip-product-img .js-nu-flip-2 {
  display: none;
}
.flip-product-img .js-nu-flip-2.show-no {
  display: block;
  transform: rotateY(180deg);
}

.show-flipped-branches {
  background: #fff;
  border: 2px solid #42c0f0;
  color: #42c0f0;
  padding: 5px;
}
@media (max-width: 576px) {
  .show-flipped-branches {
    padding-top: 1px;
  }
}

.avl-blue {
  color: #42c0f0 !important;
}

.flipped-info-branches {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 36%;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #42C0F0;
}
.flipped-info-branches .flipped-branch-row.d-flex.justify-content-between {
  gap: 16px;
}
@media (max-width: 991px) {
  .flipped-info-branches .flipped-branch-row.d-flex.justify-content-between {
    gap: 12px;
  }
}

.branches-clicked {
  cursor: pointer !important;
}

.flipped-branch-row-right-text {
  color: #42c0f0;
  font-size: 23px;
  line-height: 1.1;
}
@media (max-width: 991px) {
  .flipped-branch-row-right-text {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .flipped-branch-row-right-text {
    font-size: 12px;
  }
}
@media (max-width: 375px) {
  .flipped-branch-row-right-text {
    font-size: 10px;
  }
}

.flipped-branch-row-left p {
  color: #42c0f0;
  font-size: 18px;
  font-weight: 100;
}
@media (max-width: 991px) {
  .flipped-branch-row-left p {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .flipped-branch-row-left p {
    font-size: 9px;
  }
}
@media (max-width: 375px) {
  .flipped-branch-row-left p {
    font-size: 8px;
  }
}

.p-products-cat-qtt {
  position: absolute;
  left: -7%;
  top: 76%;
  background: #fdc901;
  border: 0;
  border-radius: 50%;
  padding: 0;
  width: 36px;
  height: 36px;
  font-size: 28px;
  color: #f08409;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  text-align: center;
  margin-left: 14px;
}
@media (max-width: 991px) {
  .p-products-cat-qtt {
    width: 30px;
    height: 30px;
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .p-products-cat-qtt {
    width: 24px;
    height: 24px;
    font-size: 20px;
    min-width: unset;
  }
}
@media (max-width: 375px) {
  .p-products-cat-qtt {
    width: 22px;
    height: 22px;
    font-size: 19px;
  }
}

#unavailblText {
  background: #42c0f0;
  border: 0;
  border-radius: 50px;
}

@media (min-width: 1200px) {
  #priceSection .single-p-name {
    width: 240px !important;
    height: 50px;
    line-height: 1.2;
  }
  .single-p-price-capsule {
    width: 240px !important;
  }
  .single-p-price-capsule#AddCartButton {
    width: 240px !important;
    min-width: 240px;
    max-width: 240px;
    margin-left: 90px;
  }
  .single-p-price-capsule#unavailblText {
    width: 240px !important;
    min-width: 240px;
    max-width: 240px;
  }
  .single-p-price-capsule#unavailblPrice {
    width: 240px !important;
    min-width: 240px;
    max-width: 240px;
    height: 80px !important;
    min-height: 80px;
    margin-top: 0;
  }
  #priceSection .on-sale-capsules-flex {
    flex-direction: row !important;
  }
  #AddCartButtonOldPrice.p-product-on-sale-price {
    margin-left: 12px;
    width: 240px !important;
    height: 80px !important;
    min-height: 80px;
  }
  #unavailblText {
    margin-left: 12px;
    width: 240px !important;
    height: 80px !important;
    min-height: 80px;
  }
  .prague-design .shop-single-v1-section .woocommerce .summary .cart .btn-small#AddCartButtonSalePrice {
    margin-top: 2px;
    width: 240px !important;
    margin-left: 10px;
    height: 80px !important;
    min-height: 80px;
    border: 2px solid #fdc901 !important;
  }
  .single-p-price-qtt {
    margin-top: 15.5px;
  }
  .single-p-price-processes img.add-to-cart-img.inc-button.inc-button {
    margin-left: 0 !important;
  }
  .single-p-price-processes .dec-button {
    margin-left: 10px;
    margin-right: 6px;
  }
}
.single-p-name {
  width: 310px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60.9px;
  font-size: 15px;
  color: #42c0f0;
  border: 2px solid #42c0f0;
  border-radius: 50px;
  padding: 3px 8px;
  text-align: center;
}
@media (max-width: 991px) {
  .single-p-name {
    min-width: 26vw !important;
    width: 26vw !important;
    max-width: 26vw !important;
  }
}
@media (max-width: 767px) and (min-width: 577px) {
  .single-p-name {
    height: 40px;
    min-width: 20vw !important;
    width: 20vw !important;
    line-height: 1.2;
    max-width: 20vw !important;
  }
}

.shop-single-v1-section .woocommerce .summary .cart.single-p-price-processes {
  margin-top: 20px;
  align-items: start;
}
@media (max-width: 767px) and (min-width: 577px) {
  .shop-single-v1-section .woocommerce .summary .cart.single-p-price-processes {
    margin-top: 10px;
  }
}

.single-p-price-capsule {
  width: 310px !important;
  justify-content: center;
  min-height: 80px;
  height: 80px !important;
  font-size: 30px !important;
  margin-left: 66px;
}
@media (max-width: 991px) {
  .single-p-price-capsule {
    min-width: 26vw !important;
    width: 26vw !important;
    max-width: 26vw !important;
    margin-left: 0;
  }
}

#AddCartButtonSalePrice {
  margin-top: 10px;
  background: #fdc901 !important;
}

#unavailblPrice {
  margin-top: 10px;
}

#AddCartButtonOldPrice.p-product-on-sale-price {
  color: #42c0f0 !important;
}

@media (max-width: 767px) and (min-width: 577px) {
  #AddCartButtonSalePrice, #AddCartButtonOldPrice, #unavailblPrice, #unavailblText {
    height: 66px !important;
    min-height: 66px !important;
    max-height: 66px !important;
    min-width: 20vw !important;
    width: 20vw !important;
    line-height: 1.2;
    max-width: 20vw !important;
    font-size: 25px !important;
  }
}
@media (max-width: 576px) {
  #AddCartButtonSalePrice, #AddCartButtonOldPrice, #unavailblPrice, #unavailblText {
    width: 100px !important;
    min-width: 100px !important;
    max-width: 100px !important;
    height: 40px !important;
    min-height: 40px !important;
    margin-left: 10px;
    font-size: 16px !important;
  }
  #AddCartButtonSalePrice span, #AddCartButtonOldPrice span, #unavailblPrice span, #unavailblText span {
    font-size: 16px !important;
  }
}

@media (max-width: 767px) and (min-width: 577px) {
  #AddCartButtonSalePrice, #unavailblPrice {
    margin-top: 6px;
  }
}
@media (max-width: 576px) {
  #AddCartButtonSalePrice, #unavailblPrice {
    margin-top: 4px;
  }
}

.single-p-price-qtt {
  margin-top: 19px;
}
@media (max-width: 576px) {
  .single-p-price-qtt {
    margin-top: 10.25px;
  }
}

.inc-button, .dec-button {
  cursor: pointer !important;
}

@media (max-width: 991px) {
  .single-p-price-processes .quantity.single-p-price-qtt {
    margin-right: 32px;
  }
}
.single-p-price-processes .inc-button {
  cursor: pointer;
  width: 40px;
  margin-left: 8px !important;
}
@media (max-width: 991px) {
  .single-p-price-processes .inc-button {
    margin-left: 2px !important;
  }
}
@media (max-width: 767px) and (min-width: 577px) {
  .single-p-price-processes .inc-button {
    width: 24px;
  }
}
.single-p-price-processes .dec-button {
  width: 42px;
  margin-left: 16px;
}
@media (max-width: 991px) {
  .single-p-price-processes .dec-button {
    margin-left: 6px;
  }
}
@media (max-width: 767px) and (min-width: 577px) {
  .single-p-price-processes .dec-button {
    width: 24px;
  }
}

@media (max-width: 991px) and (min-width: 577px) {
  .single-p-desc {
    margin-bottom: 200px;
  }
}
@media (max-width: 767px) and (min-width: 577px) {
  .prague-products-qntt {
    min-width: 20px;
    height: 20px;
    width: 20px;
  }
  .single-p-left-section {
    padding-right: 40px;
  }
  .container.tablet-container-single {
    max-width: 575px;
  }
}
@media (max-width: 576px) {
  .single-p-right-section {
    margin-top: 30px;
  }
  .single-p-name {
    width: 100px !important;
    min-width: 100px !important;
    max-width: 100px !important;
    height: 30px;
    line-height: 1.2;
  }
  .shop-single-v1-section .woocommerce .summary .cart.single-p-price-processes {
    margin-top: 8px;
  }
  #AddCartButton {
    width: 100px !important;
    min-width: 100px !important;
    max-width: 100px !important;
    height: 40px !important;
    min-height: 40px !important;
    margin-left: 10px;
    font-size: 16px !important;
  }
  #AddCartButton span {
    font-size: 16px !important;
  }
  .shop-single-v1-section .woocommerce .summary .cart .quantity.single-p-price-qtt {
    width: unset !important;
    margin-right: 17px !important;
  }
  .shop-single-v1-section .woocommerce .summary .cart .quantity.single-p-price-qtt .inc-button {
    width: 20px !important;
    margin-left: 8px !important;
  }
  .shop-single-v1-section .woocommerce .summary .cart .quantity.single-p-price-qtt .dec-button {
    width: 20px !important;
    margin-left: 2px;
  }
  .single-p-mobile-container.single-p-page-container {
    width: 375px;
    max-width: 375px;
    margin: 0 auto;
  }
  .single-p-left-section {
    padding-right: 55px;
  }
  .single-p-related-slider {
    max-width: 320px !important;
    width: 320px !important;
    margin: 0 auto;
  }
  .single-p-comments-section {
    width: 320px !important;
    max-width: 320px !important;
    margin: 0 auto;
  }
  #sync1.single-p-main-slider .owl-nav {
    width: 100% !important;
    margin-top: 0;
  }
  .product-slider #sync1.single-p-main-slider.owl-theme .owl-next, .product-slider #sync1.single-p-main-slider.owl-theme .owl-prev {
    width: 50px !important;
    margin-left: 0;
    margin-right: 0;
  }
  .product-slider #sync1.single-p-main-slider.owl-theme .owl-next img, .product-slider #sync1.single-p-main-slider.owl-theme .owl-prev img {
    width: 20px;
  }
  .product-slider #sync1.single-p-main-slider.owl-theme .owl-dots {
    bottom: 0;
  }
  .product-slider #sync1.single-p-main-slider.owl-theme .owl-dots button span {
    width: 5px;
    height: 5px;
  }
  .product-slider #sync1.single-p-main-slider .item {
    padding: 0;
  }
  .single-p-dashes.khatchin {
    border: 0;
    background-image: url("/Content/PNG/single-m-dash.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding-top: 100%;
    transform: rotate(90deg);
  }
  .single-comment-stars {
    padding-right: 4px;
  }
}
@media (max-width: 375px) {
  .single-p-left-section {
    padding-right: 28px;
  }
  .product-slider #sync1.single-p-main-slider .item {
    padding: 0;
  }
  .single-p-comments-section {
    margin-right: 13px;
  }
  .single-p-comments-section div#review_form_wrapper {
    margin-left: -12px;
  }
  .single-p-comments-section .comment-stars-label {
    width: 70px;
  }
  .single-p-comments-section .stars {
    padding-right: 4px;
  }
}
.single-unavailble-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  background: #42c0f0 !important;
  border: 0;
  border-radius: 50px;
  padding: 3px 8px;
  text-align: center;
  height: 40px;
  margin-top: 10px;
  width: 310px;
  color: #fff !important;
}
@media (max-width: 991px) {
  .single-unavailble-btn {
    width: 260px;
  }
}
@media (max-width: 576px) {
  .single-unavailble-btn {
    width: 100px;
  }
}

@media (min-width: 992px) {
  .single-p-related-holder {
    margin-top: 40px;
  }
}
.single-p-page-container .summary.entry-summary .single-p-qtt {
  background: #fdc901;
  border: 1px solid #fdc901;
  color: #f08409;
  width: 46px;
  height: 46px;
  font-size: 28px;
  min-width: 46px;
  max-width: 46px;
}
@media (max-width: 991px) {
  .single-p-page-container .summary.entry-summary .single-p-qtt {
    width: 40px;
    height: 40px;
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
  }
}
@media (max-width: 767px) {
  .single-p-page-container .summary.entry-summary .single-p-qtt {
    height: 20px;
    width: 20px;
    font-size: 16px !important;
    max-width: 20px;
    max-height: 20px;
    min-width: 20px;
    min-height: 20px;
  }
}

#sync1.single-p-main-slider .owl-stage-outer.owl-height {
  padding-top: 5px;
}
@media (max-width: 767px) {
  #sync1.single-p-main-slider .owl-stage-outer.owl-height {
    padding-top: 0;
  }
}
@media (max-width: 576px) {
  #sync1.single-p-main-slider .owl-stage-outer.owl-height {
    padding-top: 11px;
  }
}
#sync1.single-p-main-slider .owl-stage-outer.owl-height .on-sale-item.single-p-sale-icon {
  width: 76px;
  height: 76px;
  font-size: 66px;
  padding-top: 13px;
  font-weight: 300;
  bottom: unset;
  top: -14px;
  right: 15%;
}
@media (max-width: 991px) {
  #sync1.single-p-main-slider .owl-stage-outer.owl-height .on-sale-item.single-p-sale-icon {
    width: 60px;
    height: 60px;
    font-size: 54px;
  }
}
@media (max-width: 767px) {
  #sync1.single-p-main-slider .owl-stage-outer.owl-height .on-sale-item.single-p-sale-icon {
    width: 50px;
    height: 50px;
    font-size: 49px;
    top: -6px;
  }
}
@media (max-width: 576px) {
  #sync1.single-p-main-slider .owl-stage-outer.owl-height .on-sale-item.single-p-sale-icon {
    width: 24px;
    height: 24px;
    font-size: 20px;
    top: 2px;
    padding-top: 4px;
  }
}

.single-unavailble-capsule {
  cursor: default;
}
.single-unavailble-capsule:before {
  content: unset;
}

.mug-wrapper {
  display: none;
}

.p-priding-section-unavailable {
  gap: 10px;
}
@media (max-width: 576px) {
  .p-priding-section-unavailable {
    gap: 12px;
  }
}
.p-priding-section-unavailable .pricing-not-available {
  white-space: nowrap;
}
.p-priding-section-unavailable .unavailable-price {
  min-width: 77px;
  text-align: center;
  margin-top: 10px;
}
@media (max-width: 576px) {
  .p-priding-section-unavailable .unavailable-price {
    margin-top: 3px;
    min-width: unset;
  }
}

@media (max-width: 1199px) and (min-width: 576px) {
  footer.prague-footer-wrapper .prague-footer .footer-background .footer-second-div .footer-desc {
    top: 47%;
  }
  footer.prague-footer-wrapper .footer-contact {
    margin-top: 8px;
  }
  footer.prague-footer-wrapper .footer-social-media {
    margin-top: 8px;
  }
  .p-footer-copy {
    margin-top: 8px !important;
  }
}
@media (max-width: 576px) {
  .js-long-footer {
    background-color: #7acbec !important;
  }
  footer.prague-footer-wrapper .prague-footer .footer-background .footer-first-div .footer-first-div-svg-parent {
    background-image: url(/Content/Images/pattern-2-3.png) !important;
    transform: scale(0.7) translate(34%, 90px) !important;
    background-size: unset;
  }
}
.products-single-link {
  border-radius: 50%;
  bottom: 30%;
}

.cart-s1-total-box {
  padding-top: 100px;
}
@media (max-width: 576px) {
  .cart-s1-total-box {
    padding-top: 50px;
  }
}

.cart-on-sale {
  background: #fdc901;
  color: #29bfff;
  border: 0;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  font-size: 24px;
  justify-content: center;
  padding-top: 6px;
}
@media (max-width: 991px) {
  .cart-on-sale {
    width: 22px;
    height: 22px;
    font-size: 17px;
    padding-top: 5px;
  }
}
@media (max-width: 576px) {
  .cart-on-sale {
    width: 14px;
    height: 14px;
    font-size: 11px;
    padding-top: 3px;
    margin-top: 2px;
    align-self: center;
  }
}

a.d-block.px-2.cart-product-img-link {
  padding-left: 0.5295rem !important;
  padding-right: 0.5295rem !important;
}
@media (max-width: 991px) and (min-width: 577px) {
  a.d-block.px-2.cart-product-img-link {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 576px) {
  a.d-block.px-2.cart-product-img-link {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
}

.new-cart-design .p-cart-row .product-name a.d-block.px-2.p-0.m-t-10.p-bot-4.product-name-text.cart-product-name {
  height: 100%;
  display: flex !important;
  align-items: center;
  margin-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (max-width: 991px) {
  .new-cart-design .p-cart-row .product-name a.d-block.px-2.p-0.m-t-10.p-bot-4.product-name-text.cart-product-name {
    font-size: 9px !important;
  }
}
@media (max-width: 576px) {
  .new-cart-design .p-cart-row .product-name a.d-block.px-2.p-0.m-t-10.p-bot-4.product-name-text.cart-product-name {
    margin-right: 0;
    font-size: 7px !important;
  }
}

.new-cart-design .p-cart-row .product-price .woocommerce-Price-amount.cart-old-amount {
  color: #b3b3b3;
  text-decoration: line-through;
  line-height: 1;
  margin-bottom: 6px;
}
@media (max-width: 576px) {
  .new-cart-design .p-cart-row .product-price .woocommerce-Price-amount.cart-old-amount {
    margin-bottom: 2px;
  }
}

.new-cart-design .p-cart-row .product-price .woocommerce-Price-amount.cart-new-amount {
  line-height: 1;
}

.cart-qtt-box {
  gap: 6px;
  margin-right: 40px;
}
@media (max-width: 576px) {
  .cart-qtt-box {
    gap: 3px;
    margin-right: 0;
  }
}

.cart-qtt-finalize {
  font-size: 21px;
}
@media (max-width: 991px) {
  .cart-qtt-finalize {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .cart-qtt-finalize {
    font-size: 15px;
  }
}

.p-cart-row .product-quantity .quantity input.cart-qtt {
  font-size: 21px;
}
@media (max-width: 991px) {
  .p-cart-row .product-quantity .quantity input.cart-qtt {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .p-cart-row .product-quantity .quantity input.cart-qtt {
    font-size: 11px;
  }
}

@media (max-width: 991px) {
  .new-cart-design .p-cart-row .product-price .woocommerce-Price-amount.cart-tablet-price {
    font-size: 15px !important;
  }
}
@media (max-width: 576px) {
  .new-cart-design .p-cart-row .product-price .woocommerce-Price-amount.cart-tablet-price {
    font-size: 10px !important;
  }
}

@media (max-width: 991px) {
  .product-subtotal span.woocommerce-Price-amount.amount.c-black.cart-tablet-price {
    font-size: 15px !important;
  }
}
@media (max-width: 576px) {
  .product-subtotal span.woocommerce-Price-amount.amount.c-black.cart-tablet-price {
    font-size: 11px !important;
    padding-left: 6px;
  }
}

@media (max-width: 576px) {
  .product-subtotal span.woocommerce-Price-amount.amount.c-black.cart-tablet-price.finalize-total-price {
    white-space: nowrap;
  }
}

.p-cart-row .product-price.p-product-price-cart {
  justify-content: center;
}

.cart-product-name-box {
  align-items: center;
}

@media (max-width: 576px) {
  .cart-product-details {
    padding: 0;
    margin-left: 10px;
  }
  .p-cart-row.flex-grow-1.cart-product-box {
    padding: 6px 10px !important;
  }
  .cart-price-on-sale-wrapper {
    text-align: right !important;
    align-items: start !important;
  }
  .cart-product-box.p-cart-row .product-quantity .quantity .minus {
    width: 17px !important;
  }
  .cart-product-box.p-cart-row .product-quantity .quantity .plus {
    width: 18px !important;
  }
  .cart-product-name-box {
    flex-direction: column;
    padding-right: 4px;
  }
  .cart-qtt-box-wrapper {
    padding-right: 0;
  }
  .cart-prod-total {
    display: flex;
    justify-content: center;
  }
  .cart-step-text {
    position: relative !important;
    top: -2px;
  }
  section.shop-cart-section.section-box.pt-5.steps.step1.cart-bottom, section.shop-cart-section.p-shop-cart.section-box.pt-0.steps.step2.cart-bottom {
    padding-bottom: 30px;
  }
  #summary.cart-bottom {
    padding-bottom: 30px;
  }
  .p-cart-row .product-price.p-product-price-cart {
    align-items: flex-start;
  }
  .cart-steps-text {
    padding-top: 3px;
  }
}
.e-digit#cartCount {
  padding: 0;
}
.e-digit.p-products-cat-qtt, .e-digit.p-products-att-qntt, .e-digit.in-cart-number.prague-products-qntt.single-p-qtt {
  padding-top: 0;
}

#order-now {
  z-index: 999 !important;
}

.default-first-view #main-page-carousel.slider-in-cloud {
  z-index: 998;
}

.toman-t {
  padding-top: 8px;
}
@media (max-width: 576px) {
  .toman-t {
    padding-top: 4px;
  }
}

@media (max-width: 576px) {
  .cart-toman {
    padding-top: 2px;
    padding-right: 2px;
  }
}

.p-profile-capsule {
  padding: 10px 20px !important;
}
@media (max-width: 576px) {
  .p-profile-capsule {
    margin-top: 4px;
  }
}

@media (max-width: 576px) {
  .cart-btn-mobile-font {
    font-size: 12px;
  }
}
#order-now .order-now-parent {
  padding-top: 5px;
}

.d-cursor {
  cursor: default !important;
}

@media (min-width: 2501px) {
  #main-page-carousel .prague-branches-desktop.prague-branches .branches-parent img {
    width: 6vw;
  }
  .default-first-view .coupon-section .coupon-section-div .coupon-description {
    bottom: 54px;
  }
  .default-first-view .coupon-section .coupon-section-div .coupon-description p {
    font-size: 1rem;
  }
  .default-first-view .coupon-section .coupon-section-div .coupon-description p:last-child {
    font-size: 0.8rem;
  }
  .default-first-view .coupon-section .coupon-section-div .coupon-description h4 {
    font-size: 1.7rem;
  }
}
.darsad-img-blue {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/Content/PNG/darsad-abi.png");
}
.darsad-img-blue.single-p-darsad {
  background-size: 44px;
}
@media (max-width: 991px) {
  .darsad-img-blue.single-p-darsad {
    background-size: 36px;
  }
}
@media (max-width: 576px) {
  .darsad-img-blue.single-p-darsad {
    background-size: 14px;
  }
}
.darsad-img-blue.product-p-darsad {
  background-size: 24px;
}
@media (max-width: 991px) {
  .darsad-img-blue.product-p-darsad {
    background-size: 18px;
  }
}
@media (max-width: 576px) {
  .darsad-img-blue.product-p-darsad {
    background-size: 12px;
  }
}
.darsad-img-blue.cart-p-darsad {
  background-size: 16px;
}
@media (max-width: 991px) {
  .darsad-img-blue.cart-p-darsad {
    background-size: 12px;
  }
}
@media (max-width: 576px) {
  .darsad-img-blue.cart-p-darsad {
    background-size: 8px;
  }
}

.default-first-view .coupon-section .coupon-section-div .coupon-description {
  bottom: 68px;
}
.default-first-view .coupon-section .coupon-section-div .coupon-description h4 {
  font-weight: 100;
}

.link-hover-color:hover {
  background-color: rgb(66, 192, 240);
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

.link-none:hover {
  cursor: default;
  color: #333 !important;
}

.succsessful-payment-text .cloud-right {
  top: -2vw;
}

.view-invoice:hover {
  color: #42c0f0 !important;
}

.custom-top {
  margin-top: 120px;
}

@media (min-width: 992px) {
  .branches-p-address-height {
    min-height: 75.15px;
  }
}
@media (max-width: 991px) and (min-width: 577px) {
  .branches-p-address-height {
    min-height: 50.9px;
  }
}

.products-cta-btn {
  display: block;
  width: 178px;
  position: relative;
  margin-right: 14px;
}
.products-cta-btn a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 1000px;
}
@media (max-width: 576px) {
  .products-cta-btn a {
    width: 80px;
  }
}
@media (max-width: 576px) {
  .products-cta-btn img {
    width: 80px;
  }
}
@media (max-width: 576px) {
  .products-cta-btn {
    margin-right: 4px;
    width: 80px;
    padding-top: 1px;
  }
}
@media (max-width: 375px) {
  .products-cta-btn {
    margin-right: 0;
  }
}

@media (max-width: 375px) {
  .menu-profile-btn {
    margin-right: 0 !important;
  }
}

.shake-and-bake-parent.shake-and-bake-img {
  background-image: url("/Content/Images/shake-bake.png");
}

#products-owl-carousel .owl-carousel.owl-theme, #secondary-slider .owl-carousel.owl-theme, #products-owl-carousel-mobile .owl-carousel.owl-theme, #products-owl-carousel-mobile-2 .owl-carousel.owl-theme, #discount-products-owl-carousel .owl-carousel.owl-theme, #discount-products-owl-carousel-2 .owl-carousel.owl-theme {
  position: relative;
}
#products-owl-carousel .owl-carousel.owl-theme .owl-nav, #secondary-slider .owl-carousel.owl-theme .owl-nav, #products-owl-carousel-mobile .owl-carousel.owl-theme .owl-nav, #products-owl-carousel-mobile-2 .owl-carousel.owl-theme .owl-nav, #discount-products-owl-carousel .owl-carousel.owl-theme .owl-nav, #discount-products-owl-carousel-2 .owl-carousel.owl-theme .owl-nav {
  height: 0;
  overflow: hidden;
}
#products-owl-carousel .owl-carousel.owl-theme .owl-nav button.owl-prev, #products-owl-carousel .owl-carousel.owl-theme .owl-nav button.owl-next, #secondary-slider .owl-carousel.owl-theme .owl-nav button.owl-prev, #secondary-slider .owl-carousel.owl-theme .owl-nav button.owl-next, #products-owl-carousel-mobile .owl-carousel.owl-theme .owl-nav button.owl-prev, #products-owl-carousel-mobile .owl-carousel.owl-theme .owl-nav button.owl-next, #products-owl-carousel-mobile-2 .owl-carousel.owl-theme .owl-nav button.owl-prev, #products-owl-carousel-mobile-2 .owl-carousel.owl-theme .owl-nav button.owl-next, #discount-products-owl-carousel .owl-carousel.owl-theme .owl-nav button.owl-prev, #discount-products-owl-carousel .owl-carousel.owl-theme .owl-nav button.owl-next, #discount-products-owl-carousel-2 .owl-carousel.owl-theme .owl-nav button.owl-prev, #discount-products-owl-carousel-2 .owl-carousel.owl-theme .owl-nav button.owl-next {
  position: absolute;
  top: calc(50% - 10px);
}
#products-owl-carousel .owl-carousel.owl-theme .owl-nav button.owl-prev img, #products-owl-carousel .owl-carousel.owl-theme .owl-nav button.owl-next img, #secondary-slider .owl-carousel.owl-theme .owl-nav button.owl-prev img, #secondary-slider .owl-carousel.owl-theme .owl-nav button.owl-next img, #products-owl-carousel-mobile .owl-carousel.owl-theme .owl-nav button.owl-prev img, #products-owl-carousel-mobile .owl-carousel.owl-theme .owl-nav button.owl-next img, #products-owl-carousel-mobile-2 .owl-carousel.owl-theme .owl-nav button.owl-prev img, #products-owl-carousel-mobile-2 .owl-carousel.owl-theme .owl-nav button.owl-next img, #discount-products-owl-carousel .owl-carousel.owl-theme .owl-nav button.owl-prev img, #discount-products-owl-carousel .owl-carousel.owl-theme .owl-nav button.owl-next img, #discount-products-owl-carousel-2 .owl-carousel.owl-theme .owl-nav button.owl-prev img, #discount-products-owl-carousel-2 .owl-carousel.owl-theme .owl-nav button.owl-next img {
  height: 54px;
}
@media (max-width: 576px) {
  #products-owl-carousel .owl-carousel.owl-theme .owl-nav button.owl-prev img, #products-owl-carousel .owl-carousel.owl-theme .owl-nav button.owl-next img, #secondary-slider .owl-carousel.owl-theme .owl-nav button.owl-prev img, #secondary-slider .owl-carousel.owl-theme .owl-nav button.owl-next img, #products-owl-carousel-mobile .owl-carousel.owl-theme .owl-nav button.owl-prev img, #products-owl-carousel-mobile .owl-carousel.owl-theme .owl-nav button.owl-next img, #products-owl-carousel-mobile-2 .owl-carousel.owl-theme .owl-nav button.owl-prev img, #products-owl-carousel-mobile-2 .owl-carousel.owl-theme .owl-nav button.owl-next img, #discount-products-owl-carousel .owl-carousel.owl-theme .owl-nav button.owl-prev img, #discount-products-owl-carousel .owl-carousel.owl-theme .owl-nav button.owl-next img, #discount-products-owl-carousel-2 .owl-carousel.owl-theme .owl-nav button.owl-prev img, #discount-products-owl-carousel-2 .owl-carousel.owl-theme .owl-nav button.owl-next img {
    height: 40px;
  }
}
#products-owl-carousel .owl-carousel.owl-theme .owl-nav button.owl-prev:hover, #products-owl-carousel .owl-carousel.owl-theme .owl-nav button.owl-next:hover, #secondary-slider .owl-carousel.owl-theme .owl-nav button.owl-prev:hover, #secondary-slider .owl-carousel.owl-theme .owl-nav button.owl-next:hover, #products-owl-carousel-mobile .owl-carousel.owl-theme .owl-nav button.owl-prev:hover, #products-owl-carousel-mobile .owl-carousel.owl-theme .owl-nav button.owl-next:hover, #products-owl-carousel-mobile-2 .owl-carousel.owl-theme .owl-nav button.owl-prev:hover, #products-owl-carousel-mobile-2 .owl-carousel.owl-theme .owl-nav button.owl-next:hover, #discount-products-owl-carousel .owl-carousel.owl-theme .owl-nav button.owl-prev:hover, #discount-products-owl-carousel .owl-carousel.owl-theme .owl-nav button.owl-next:hover, #discount-products-owl-carousel-2 .owl-carousel.owl-theme .owl-nav button.owl-prev:hover, #discount-products-owl-carousel-2 .owl-carousel.owl-theme .owl-nav button.owl-next:hover {
  background: transparent;
}
#products-owl-carousel .owl-carousel.owl-theme .owl-nav button.owl-prev, #secondary-slider .owl-carousel.owl-theme .owl-nav button.owl-prev, #products-owl-carousel-mobile .owl-carousel.owl-theme .owl-nav button.owl-prev, #products-owl-carousel-mobile-2 .owl-carousel.owl-theme .owl-nav button.owl-prev, #discount-products-owl-carousel .owl-carousel.owl-theme .owl-nav button.owl-prev, #discount-products-owl-carousel-2 .owl-carousel.owl-theme .owl-nav button.owl-prev {
  transform: translate(100%, -50%);
  right: 0;
}
@media (max-width: 576px) {
  #products-owl-carousel .owl-carousel.owl-theme .owl-nav button.owl-prev, #secondary-slider .owl-carousel.owl-theme .owl-nav button.owl-prev, #products-owl-carousel-mobile .owl-carousel.owl-theme .owl-nav button.owl-prev, #products-owl-carousel-mobile-2 .owl-carousel.owl-theme .owl-nav button.owl-prev, #discount-products-owl-carousel .owl-carousel.owl-theme .owl-nav button.owl-prev, #discount-products-owl-carousel-2 .owl-carousel.owl-theme .owl-nav button.owl-prev {
    right: 5%;
  }
}
#products-owl-carousel .owl-carousel.owl-theme .owl-nav button.owl-next, #secondary-slider .owl-carousel.owl-theme .owl-nav button.owl-next, #products-owl-carousel-mobile .owl-carousel.owl-theme .owl-nav button.owl-next, #products-owl-carousel-mobile-2 .owl-carousel.owl-theme .owl-nav button.owl-next, #discount-products-owl-carousel .owl-carousel.owl-theme .owl-nav button.owl-next, #discount-products-owl-carousel-2 .owl-carousel.owl-theme .owl-nav button.owl-next {
  transform: translate(-100%, -50%);
  left: 0;
}
@media (max-width: 576px) {
  #products-owl-carousel .owl-carousel.owl-theme .owl-nav button.owl-next, #secondary-slider .owl-carousel.owl-theme .owl-nav button.owl-next, #products-owl-carousel-mobile .owl-carousel.owl-theme .owl-nav button.owl-next, #products-owl-carousel-mobile-2 .owl-carousel.owl-theme .owl-nav button.owl-next, #discount-products-owl-carousel .owl-carousel.owl-theme .owl-nav button.owl-next, #discount-products-owl-carousel-2 .owl-carousel.owl-theme .owl-nav button.owl-next {
    left: 5%;
  }
}

#discount-products-owl-carousel .owl-carousel.owl-theme .owl-nav button.owl-prev img, #discount-products-owl-carousel .owl-carousel.owl-theme .owl-nav button.owl-next img, #discount-products-owl-carousel-2 .owl-carousel.owl-theme .owl-nav button.owl-prev img, #discount-products-owl-carousel-2 .owl-carousel.owl-theme .owl-nav button.owl-next img {
  height: 44px;
}
@media (max-width: 576px) {
  #discount-products-owl-carousel .owl-carousel.owl-theme .owl-nav button.owl-prev img, #discount-products-owl-carousel .owl-carousel.owl-theme .owl-nav button.owl-next img, #discount-products-owl-carousel-2 .owl-carousel.owl-theme .owl-nav button.owl-prev img, #discount-products-owl-carousel-2 .owl-carousel.owl-theme .owl-nav button.owl-next img {
    height: 32px;
  }
}
#discount-products-owl-carousel .owl-carousel.owl-theme .owl-nav button.owl-prev, #discount-products-owl-carousel-2 .owl-carousel.owl-theme .owl-nav button.owl-prev {
  right: -8px;
}
#discount-products-owl-carousel .owl-carousel.owl-theme .owl-nav button.owl-next, #discount-products-owl-carousel-2 .owl-carousel.owl-theme .owl-nav button.owl-next {
  left: -8px;
}

@media (max-width: 576px) {
  #products-owl-carousel-mobile .owl-carousel.owl-theme .owl-nav button.owl-prev, #products-owl-carousel-mobile .owl-carousel.owl-theme .owl-nav button.owl-next {
    top: calc(50% - 20px);
  }
  #products-owl-carousel-mobile .owl-carousel.owl-theme .owl-nav button.owl-prev, #products-owl-carousel-mobile-2 .owl-carousel.owl-theme .owl-nav button.owl-prev {
    right: 0;
  }
  #products-owl-carousel-mobile .owl-carousel.owl-theme .owl-nav button.owl-next, #products-owl-carousel-mobile-2 .owl-carousel.owl-theme .owl-nav button.owl-next {
    left: 0;
  }
}
.address-form-row {
  margin-top: 100px !important;
}

.toggle-wifi-label {
  align-items: center;
  border-radius: 100px;
  display: flex;
  font-weight: 700;
  gap: 8px;
}
.toggle-wifi-label:last-of-type {
  margin: 0;
}

.toggle__input {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.toggle__input:not([disabled]):active + .toggle-track, .toggle__input:not([disabled]):focus + .toggle-track {
  border: 1px solid #42c0f0;
}
.toggle__input:disabled + .toggle-track {
  cursor: not-allowed;
  opacity: 0.7;
}
.toggle__input:checked + .toggle-track {
  background: #9fe8ff;
}

.toggle-track {
  background: #ecfaff;
  border: 1px solid #6ed9f9;
  border-radius: 1000px;
  cursor: pointer;
  display: flex;
  height: 24px;
  position: relative;
  width: 45px;
}

.toggle-indicator {
  align-items: center;
  background: #9fe6fb;
  border-radius: 50%;
  bottom: 2px;
  display: flex;
  height: 18px;
  justify-content: center;
  right: 2px;
  outline: solid 1px transparent;
  position: absolute;
  transition: 0.8s;
  width: 18px;
}

.toggle__input:checked + .toggle-track .toggle-indicator {
  background: #13b0ec;
  transform: translateX(-21px);
}

.sm-wifi-section {
  margin-bottom: 10px;
}

.wifi-choice-wrapper {
  margin: 0 12px;
}
.wifi-choice-wrapper .bold {
  font-weight: 500;
  font-size: 16px;
}
.wifi-choice-wrapper .p-x-3 {
  padding-right: 3px;
  padding-left: 3px;
}
.wifi-choice-wrapper img {
  max-height: 31px;
  min-width: 42px;
}
.wifi-choice-wrapper img.smart-wifi-disc-perc {
  transform: scale(0.9);
}
.wifi-choice-wrapper.wifi-choice-open {
  border-top: 1px solid var(--dColor);
}

.finalize-desc-field-title {
  font-size: 20px;
}

.js-prague-products-opener {
  background: #b3b3b3 !important;
}
.js-prague-products-opener:after {
  content: "";
  width: 35px;
  height: 35px;
  background-size: cover;
  margin-left: auto;
  margin-right: unset;
  flex-shrink: 0;
  transition: transform 0.2s ease-in-out;
  background-repeat: no-repeat;
  cursor: pointer;
  text-align: right;
  background-image: url(/Content/PNG/arrow-blue.png);
  transform: rotate(270deg);
}
@media (max-width: 576px) {
  .js-prague-products-opener:after {
    width: 1.25rem;
    height: 1.25rem;
  }
}

.js-prague-products-opener.closed {
  background: var(--dColor) !important;
}
.js-prague-products-opener.closed:after {
  content: "";
  background-image: url(/Content/PNG/arrow.png);
  transform: rotate(90deg);
  width: 35px;
  height: 35px;
  background-size: cover;
  margin-left: auto;
  margin-right: unset;
  flex-shrink: 0;
  transition: transform 0.2s ease-in-out;
  background-repeat: no-repeat;
  cursor: pointer;
  text-align: right;
}
@media (max-width: 576px) {
  .js-prague-products-opener.closed:after {
    width: 1.25rem;
    height: 1.25rem;
  }
}

@media only screen and (max-width: 576px) {
  .single-category .category-firstview-parent .single-category-content .single-category-short-desc:hover {
    background: var(--dColor) !important;
  }
}
@media (min-width: 1042px) {
  .footer-border-p {
    margin-top: 35px !important;
  }
}
@media (max-width: 1092px) {
  .footer-border-p {
    padding-top: 30px;
  }
}
@media (max-width: 1092px) and (max-width: 680px) {
  .footer-border-p {
    padding-top: 50px;
  }
}
@media (max-width: 1092px) and (max-width: 680px) and (max-width: 600px) {
  .footer-border-p {
    padding-top: 60px;
  }
}
@media (max-width: 1092px) and (max-width: 680px) and (max-width: 600px) and (max-width: 576px) {
  .footer-border-p {
    padding-top: 18px;
  }
}
@media (max-width: 1092px) and (max-width: 680px) and (max-width: 600px) and (max-width: 576px) and (max-width: 380px) {
  .footer-border-p {
    padding-top: 14px;
  }
}
@media (max-width: 1092px) and (max-width: 680px) and (max-width: 600px) and (max-width: 576px) and (max-width: 380px) and (max-width: 320px) {
  .footer-border-p {
    padding-top: 45px;
  }
}
.Q-faq {
  font-size: 22px;
  margin-bottom: 6px;
  font-weight: bold !important;
}

.A-faq {
  font-size: 18px;
  margin-right: 0px;
  margin-bottom: 50px;
}

.faq-header {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  font-size: 25px;
}

.ul-faq {
  list-style-type: " -     " !important;
  font-size: 22px;
  margin-bottom: 6px;
  font-weight: bold !important;
}

.p-wallet-section {
  padding-top: 0 !important;
}
.p-wallet-section .woocommerce-checkout-review-order {
  padding-top: 8px !important;
}
.p-wallet-section .woocommerce-checkout-review-order h2 {
  padding-bottom: 4px !important;
  font-size: 17px;
}

.wallet-table-wrapper h3 {
  font-size: 15px !important;
}
.wallet-table-wrapper .prague-wallet-table-wrapper {
  margin-bottom: 48px;
}

#topUpWallet form {
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 769px) {
  #topUpWallet form {
    width: 50%;
  }
}
#topUpWallet form input[type=number] {
  text-align: center;
}
#topUpWallet form .form-check input.custom-radio + label:before {
  border: 1px solid var(--dColor);
}
#topUpWallet form .form-check input.custom-radio + label:after {
  background: var(--dColor);
}

@media (max-width: 576px) {
  #wallet h3.personal-info.profile-title-rtl.address-profile.p-b-15.wallet-transactions-header {
    padding-top: 15px;
  }
  #wallet .wallet-top-up-payment-mobile {
    flex-direction: column;
    align-items: center;
  }
  #wallet .wallet-top-up-payment-mobile .form-check {
    padding-right: 0;
  }
  #wallet .wallet-main-mobile {
    flex-direction: column;
  }
  #wallet .wallet-font {
    font-size: 14px !important;
    text-align: right;
  }
  #wallet .p-btn.small-btn {
    font-size: 13px;
  }
}
@media (min-width: 577px) {
  .enamad-holder {
    margin-right: -20px;
  }
}

/*# sourceMappingURL=new-prague.css.map */
