File "main-rtl.css"

Full Path: /home/romayxjt/public_html/wp-content/plugins/orderable/assets/frontend/css/main-rtl.css
File size: 43.59 KB
MIME-type: text/plain
Charset: utf-8

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@-webkit-keyframes wobble-hor-bottom {
  0%, 100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(10%) rotate(6deg);
    transform: translateX(10%) rotate(6deg);
  }
  30% {
    -webkit-transform: translateX(-5%) rotate(-6deg);
    transform: translateX(-5%) rotate(-6deg);
  }
  45% {
    -webkit-transform: translateX(5%) rotate(3.6deg);
    transform: translateX(5%) rotate(3.6deg);
  }
  60% {
    -webkit-transform: translateX(-2%) rotate(-2.4deg);
    transform: translateX(-2%) rotate(-2.4deg);
  }
  75% {
    -webkit-transform: translateX(1%) rotate(1.2deg);
    transform: translateX(1%) rotate(1.2deg);
  }
}
@keyframes wobble-hor-bottom {
  0%, 100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(10%) rotate(6deg);
    transform: translateX(10%) rotate(6deg);
  }
  30% {
    -webkit-transform: translateX(-5%) rotate(-6deg);
    transform: translateX(-5%) rotate(-6deg);
  }
  45% {
    -webkit-transform: translateX(5%) rotate(3.6deg);
    transform: translateX(5%) rotate(3.6deg);
  }
  60% {
    -webkit-transform: translateX(-2%) rotate(-2.4deg);
    transform: translateX(-2%) rotate(-2.4deg);
  }
  75% {
    -webkit-transform: translateX(1%) rotate(1.2deg);
    transform: translateX(1%) rotate(1.2deg);
  }
}
/* Elements */
.orderable-main__group {
  margin: 0 0 36px;
}

/* Modifiers */
.orderable-main--sections-tabs .orderable-main__group {
  display: none;
}

.orderable-main--sections-tabs .orderable-main__group:first-of-type {
  display: block;
}

@media screen and (min-width: 620px) {
  .orderable-main--sections-side_tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .orderable-main--sections-side_tabs .orderable-main__tabs {
    margin: 0 0 0 24px !important;
  }
  .orderable-main--sections-side_tabs .orderable-main__sections {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
/* Block. */
.orderable-button, .orderable-drawer__close, .orderable-drawer__cart .orderable-mini-cart__buttons .button.checkout {
  display: inline-block;
  border: 2px solid #000;
  background: none;
  padding: 0 24px !important;
  height: 40px;
  line-height: 36px;
  white-space: nowrap;
  border-radius: 20px;
  color: #000;
  text-transform: none;
  margin: 0;
  -webkit-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  position: relative;
}

.orderable-button:active, .orderable-drawer__close:active, .orderable-drawer__cart .orderable-mini-cart__buttons .button.checkout:active, .orderable-button:focus, .orderable-drawer__close:focus, .orderable-drawer__cart .orderable-mini-cart__buttons .button.checkout:focus {
  outline: none;
}

.orderable-button--active, .orderable-button:active, .orderable-drawer__close:active, .orderable-drawer__cart .orderable-mini-cart__buttons .button.checkout:active, .orderable-button:focus, .orderable-drawer__close:focus, .orderable-drawer__cart .orderable-mini-cart__buttons .button.checkout:focus, .orderable-button--hover, .orderable-button:hover, .orderable-drawer__close:hover, .orderable-drawer__cart .orderable-mini-cart__buttons .button.checkout:hover {
  border-color: #000;
  background: #000;
  color: #fff;
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* Modifiers */
.orderable-button--hide {
  display: none !important;
}

.orderable-button--filled, .orderable-drawer__cart .orderable-mini-cart__buttons .button.checkout {
  background: #000 !important;
  color: #fff;
}

.orderable-button--filled--hover, .orderable-button--filled:hover, .orderable-drawer__cart .orderable-mini-cart__buttons .button.checkout:hover {
  background: #000 !important;
  color: #fff;
}

.orderable-button--full {
  width: 100%;
}

.orderable-button--loading {
  position: relative;
  padding-left: 48px !important;
}

.orderable-button--loading::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 10px;
  left: 22px;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  border-left: 2px solid transparent;
  border-bottom: 2px solid transparent;
  border-radius: 100%;
  -webkit-animation: spin 0.6s ease-out infinite;
          animation: spin 0.6s ease-out infinite;
}

.orderable-button--loading:active::after, .orderable-button--loading:focus::after, .orderable-button--loading.orderable-button--hover::after, .orderable-button--loading:hover::after, .orderable-button--filled .orderable-button--loading::after, .orderable-drawer__cart .orderable-mini-cart__buttons .button.checkout .orderable-button--loading::after {
  border-top-color: #fff;
  border-right-color: #fff;
}

.orderable-button.orderable-button--out-of-stock, .orderable-button--out-of-stock.orderable-drawer__close, .orderable-drawer__cart .orderable-mini-cart__buttons .orderable-button--out-of-stock.button.checkout,
.orderable-button.orderable-button--out-of-stock.orderable-button--hover,
.orderable-button.orderable-button--out-of-stock:hover,
.orderable-button.orderable-button--out-of-stock:focus,
.orderable-button.orderable-button--out-of-stock:active {
  cursor: not-allowed;
  border-color: #c7d4db;
  color: #a8bdc7;
  background: transparent !important;
}

.orderable--button-style-square .orderable-button, .orderable--button-style-square .orderable-drawer__close, .orderable--button-style-square .orderable-drawer__cart .orderable-mini-cart__buttons .button.checkout, .orderable-drawer__cart .orderable-mini-cart__buttons .orderable--button-style-square .button.checkout {
  border-radius: 0;
}

.orderable-button--icon {
  padding: 10px !important;
  width: 44px;
  height: 44px;
  line-height: 24px;
  border: none;
  background: none !important;
}

body .orderable-button--icon:hover, body .orderable-button--icon:focus, body .orderable-button--icon:active {
  background: none !important;
  opacity: 0.6;
}

.orderable-button--icon svg {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  overflow: hidden;
  -webkit-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
}

.orderable-button--icon.orderable-button--loading::after {
  display: none;
}

/* Block */
/* Modifiers */
.orderable-input--select,
select.orderable-input--select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 10px;
  border: 2px solid #e6ecef;
  border-radius: 8px;
  background-color: #fff;
  /* stylelint-disable-next-line function-url-quotes */
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23c1cfd7'><polygon points='0,0 100,0 50,50'/></svg>");
  background-size: 16px;
  background-position: calc(100% - (100% - 14px)) 19px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.orderable-input--select:focus,
select.orderable-input--select:focus {
  outline: none;
  border-color: #000;
  /* stylelint-disable-next-line function-url-quotes */
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23000000'><polygon points='0,0 100,0 50,50'/></svg>");
}

.orderable-input.orderable-input--text {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  padding: 10px;
  border: 2px solid #e6ecef;
  border-radius: 8px;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.orderable-input.orderable-input--text:focus {
  outline: none;
  border-color: #000;
  background-color: #fff;
}

/* Block */
.orderable-category-heading {
  margin: 0 0 24px;
}

/* Block */
.orderable-products-list {
  margin-bottom: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.orderable-products-list * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.orderable-products-list:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 480px) {
  .orderable-products-list .orderable-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
  }
}
@media screen and (min-width: 480px) {
  .orderable-products-list .orderable-product__hero {
    width: 200px;
  }
}
@media screen and (min-width: 480px) {
  .orderable-products-list .orderable-product__image {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100% !important;
    height: 100% !important;
  }
}
@media screen and (min-width: 480px) {
  .orderable-products-list .orderable-product__content-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
}
.orderable-products-list .orderable-product__actions {
  padding: 12px 24px 18px;
  margin-top: auto;
}

/* Elements */
.orderable-products-list__item {
  width: 100%;
  margin: 0 0 24px;
}

@media screen and (max-width: 480px) {
  .orderable-products-list__item {
    padding: 0 0 24px;
    border-bottom: 1px solid #ecf1f3;
  }
  .orderable-products-list__item:last-child {
    border-bottom: none;
  }
}
/* Modifiers */
@media screen and (min-width: 540px) {
  .orderable-products-list--grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px;
  }
}
@media screen and (min-width: 768px) {
  .orderable-products-list--grid .orderable-products-list__item {
    margin: 0 0 24px;
    padding: 0 12px;
    width: 50%;
  }
}
@media screen and (min-width: 1120px) {
  .orderable-products-list--grid .orderable-products-list__item {
    width: 33.33%;
  }
}
@media screen and (min-width: 768px) {
  .orderable-products-list--grid .orderable-product {
    padding: 0 0 88px;
    display: block;
    margin: 0;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
@media screen and (min-width: 768px) {
  .orderable-products-list--grid .orderable-product__hero {
    width: auto;
  }
  .orderable-products-list--grid .orderable-product__hero img {
    -o-object-fit: fill;
       object-fit: fill;
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .orderable-products-list--grid .orderable-product__content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .orderable-products-list--grid .orderable-product__actions {
    padding: 0;
    margin-top: 0;
    position: absolute;
    bottom: 24px;
    right: 24px;
    left: 24px;
  }
}
/* Block */
.orderable-product {
  overflow: hidden;
  position: relative;
}

/* Elements */
.orderable-product__hero {
  position: relative;
}

.orderable-product__image {
  border-radius: 0;
  margin: 0;
  display: block;
  width: 100%;
  height: auto !important;
  max-width: none !important;
}

.orderable-product__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 18px 24px 12px;
}

.orderable-product__content :last-child {
  margin-bottom: 0;
}

.orderable-product__title {
  margin: 0 0 12px !important;
}

.orderable-product__description {
  margin: 0;
}

.orderable-product__tags {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none none outside;
}

img + .orderable-product__tags {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 12px;
  z-index: 20;
}

.orderable-product__tags li {
  margin: 6px 0 0 0;
}

.orderable-product__options {
  margin: 0 0 24px;
  padding: 0;
  border-radius: 6px;
}

.orderable-product__options th,
.orderable-product__options td {
  background-color: transparent !important;
  padding: 0 0 12px;
  text-align: right;
  display: block;
  margin: 0;
}

.orderable-product__options th {
  line-height: 22px;
}

.orderable-product__options td {
  padding-bottom: 24px;
}

.orderable-product__options tr {
  padding: 0;
  margin: 0;
}

.orderable-product__options tr:last-child td {
  padding-bottom: 0;
}

.orderable-product__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.orderable-product__actions:last-child {
  margin-bottom: 0;
}

.orderable-product__actions-price {
  margin: 0 0 0 4px;
}

.orderable-drawer__inner .orderable-product__actions .orderable-product__actions-price {
  margin-left: 60px;
}

.orderable-drawer__inner .orderable-product__actions .orderable-product__actions-price .price del + ins {
  margin-right: 0;
}

.orderable-product__actions-price .amount {
  white-space: nowrap;
  margin: 0 0 0 6px;
  font-weight: 700;
  color: #000;
  font-size: 20px;
  line-height: 24px;
}

.orderable-product__actions-counter {
  display: none;
  position: absolute;
  top: -6px;
  left: -4px;
  white-space: nowrap;
  padding: 0 4px;
  background: #000;
  color: #fff;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  border-radius: 11px;
  min-width: 18px;
  text-align: center;
}

.orderable-product__actions-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 0 0;
}

.orderable-main--quantity-roller .orderable-product__actions-button .orderable-product__actions-counter:not([data-orderable-product-quantity="0"]) {
  display: inline;
}

.orderable-product__actions-button .orderable-quantity-roller {
  display: none;
}

.orderable-product__actions-button .orderable-quantity-roller--is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.orderable-product__actions-button .orderable-quantity-roller--is-active + .orderable-product__add-to-order {
  display: none;
}

.orderable-product__actions-button .orderable-quantity-roller + .orderable-product__add-to-order:not([data-orderable-trigger=product-options]) .orderable-product__actions-counter {
  display: none;
}

.orderable-product__actions-button .orderable-product__cancel-update {
  background-color: #f2f2f3;
  border-color: #f2f2f3;
  margin-left: 10px;
}

.orderable-product__actions-button .orderable-quantity-roller__roller {
  border-color: #000;
}

.orderable-product__actions-button .orderable-quantity-roller__button::after,
.orderable-product__actions-button .orderable-quantity-roller__button::before {
  background-color: #000;
}

.orderable-product__actions-button .orderable-quantity-roller__button:not(.orderable-button--loading):focus, .orderable-product__actions-button .orderable-quantity-roller__button:not(.orderable-button--loading):hover {
  background-color: #000;
  color: #f2f2f3;
}

.orderable-product__actions-button .orderable-quantity-roller__button:not(.orderable-button--loading):focus::after, .orderable-product__actions-button .orderable-quantity-roller__button:not(.orderable-button--loading):focus::before, .orderable-product__actions-button .orderable-quantity-roller__button:not(.orderable-button--loading):hover::after, .orderable-product__actions-button .orderable-quantity-roller__button:not(.orderable-button--loading):hover::before {
  background-color: #f2f2f3;
}

.orderable-product__actions-button .orderable-quantity-roller__quantity {
  color: #000;
  font-weight: 700;
}

.orderable-product__actions-button .orderable-quantity-roller__button--decrease[data-orderable-quantity="1"]::before {
  display: none !important;
}

.orderable-product__actions-button .orderable-quantity-roller__button--decrease:not([data-orderable-quantity="1"]) svg,
.orderable-product__actions-button .orderable-quantity-roller__button--decrease[data-orderable-quantity="1"].orderable-button--loading svg {
  display: none;
}

.orderable-product__tabs {
  margin: 24px 0;
}

.orderable-product__tabs-section {
  display: none;
}

.orderable-product__tabs-section:first-child {
  display: block;
}

.orderable-product__tabs-section *:last-child {
  margin-bottom: 0;
}

.orderable-product__add-to-order.added ~ a.added_to_cart.wc-forward {
  display: none;
}

.orderable-product__points-earned {
  padding: 0 24px;
}

/* Modifiers */
.orderable-product--options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: visible;
  height: 100%;
}

.orderable-product--options .orderable-product__hero {
  margin: -24px -24px 0;
}

.orderable-product--options .orderable-product__title {
  text-align: right;
  margin: 24px 0 !important;
}

.orderable-product--options .orderable-product__actions {
  margin-top: auto;
  padding-top: 24px;
  border-top: 1px solid #e6ecef;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.orderable-product--add-to-cart,
.orderable-product--product-options,
.orderable-product--view-product {
  cursor: pointer;
}

.orderable-product[data-orderable-product-type=subscription], .orderable-product[data-orderable-product-type=variable-subscription] {
  padding-bottom: 12px;
}

.orderable-product[data-orderable-product-type=subscription] .orderable-product__actions, .orderable-product[data-orderable-product-type=variable-subscription] .orderable-product__actions {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: 0 24px 12px;
  position: static;
}

.orderable-product--image-cropped .orderable-product__hero {
  overflow: hidden;
  padding: 0;
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 72px;
}

.orderable-product--image-cropped .orderable-product__image {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100% !important;
  right: 0;
  top: 0;
}

.orderable-products-list__item .orderable-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 100%;
  -webkit-box-shadow: 0 0.4px 1.3px rgba(0, 0, 0, 0.05), 0 1.3px 4.5px rgba(0, 0, 0, 0.06), 0 6px 16px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0.4px 1.3px rgba(0, 0, 0, 0.05), 0 1.3px 4.5px rgba(0, 0, 0, 0.06), 0 6px 16px rgba(0, 0, 0, 0.07);
  border-radius: 6px;
}

@media screen and (max-width: 480px) {
  .orderable-products-list__item .orderable-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (max-width: 480px) {
  .orderable-products-list__item .orderable-product__hero {
    width: 100%;
    min-width: 60px;
    max-width: 95px;
    border-radius: 6px;
    overflow: hidden;
  }
}
@media screen and (max-width: 480px) {
  .orderable-products-list__item .orderable-product__content-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 480px) {
  .orderable-products-list__item .orderable-product__content {
    padding: 0 24px 0 0;
  }
}
@media screen and (max-width: 480px) {
  .orderable-products-list__item .orderable-product__actions {
    padding: 6px 24px 0 0;
  }
}
@media screen and (max-width: 480px) {
  .orderable-products-list__item .orderable-product__title {
    margin: 0 0 6px !important;
  }
}
/* Block */
.orderable-tag {
  display: inline-block;
  background: #edf2f6;
  border-radius: 15px;
  height: 30px;
  line-height: 30px;
  white-space: nowrap;
  color: #495568;
  padding: 0 12px;
  font-size: 14px;
}

/* Global */
body.orderable-drawer-open {
  overflow: hidden;
}

/* Block */
.orderable-drawer-overlay {
  height: 100%;
  z-index: 999998;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(34, 34, 34, 0.6);
  -webkit-transition: opacity 0.2s linear, visibility 0.1s, width 1s ease-in;
  transition: opacity 0.2s linear, visibility 0.1s, width 1s ease-in;
}

.orderable-drawer {
  width: 100%;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 0;
  -webkit-box-shadow: 0 4px 56px -2px rgba(0, 0, 0, 0.2), 0 3px 6px -1px rgba(0, 0, 0, 0.4);
          box-shadow: 0 4px 56px -2px rgba(0, 0, 0, 0.2), 0 3px 6px -1px rgba(0, 0, 0, 0.4);
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 999999;
  background-color: #fff;
  overflow: hidden;
  padding: 24px;
}

@media screen and (min-width: 640px) {
  .orderable-drawer {
    max-width: 600px;
  }
}
/* Elements */
.orderable-drawer h3 {
  margin: 0 60px 24px !important;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}

.orderable-drawer h4 {
  font-size: 18px;
  line-height: 22px;
}

.orderable-drawer__inner {
  padding: 0;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.orderable-drawer__inner .orderable-sb-container {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-bottom: -1px;
}

.orderable-drawer__cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.orderable-drawer__cart .orderable-mini-cart-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  border-top: 1px solid #e6ecef;
}

.orderable-drawer__cart .orderable-mini-cart {
  margin: 0;
  padding: 0;
  list-style: none none outside;
  overflow: hidden;
  min-height: 100%;
}

.orderable-drawer__cart .orderable-mini-cart-item {
  margin: 0;
  padding: 10px 0 10px 104px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #e6ecef;
}

.orderable-drawer__cart .orderable-mini-cart-item .orderable-quantity-roller__roller svg {
  display: none;
}

.orderable-drawer__cart .orderable-mini-cart-item .orderable-mini-cart-item__remove {
  position: absolute;
  bottom: 16px;
  left: 0;
  z-index: 20;
  color: #c7d4db;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 40px;
  width: 40px;
  text-indent: 250%;
  white-space: nowrap;
  font-size: 0;
  -webkit-transition: none;
  transition: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
}

.orderable-drawer__cart .orderable-mini-cart-item .orderable-mini-cart-item__remove svg {
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transition: none;
  transition: none;
  fill: #c7d4db;
  margin: -10px -10px 0 0;
}

.orderable-drawer__cart .orderable-mini-cart-item .orderable-mini-cart-item__remove:hover svg {
  opacity: 0.8;
}

.orderable--button-style-square .orderable-drawer__cart .orderable-mini-cart-item .orderable-mini-cart-item__remove {
  border-radius: 0;
}

.orderable-drawer__cart .orderable-mini-cart-item:last-child {
  border-bottom: none;
}

.orderable-drawer__cart .orderable-mini-cart-item .variation {
  margin: 7.5px 0;
}

.orderable-drawer__cart .orderable-mini-cart-item .variation dt,
.orderable-drawer__cart .orderable-mini-cart-item .variation dd,
.orderable-drawer__cart .orderable-mini-cart-item .variation p {
  margin: 0;
}

.orderable-drawer__cart .orderable-mini-cart-item .blockOverlay {
  background: #fff !important;
  opacity: 0.8 !important;
}

.orderable-drawer__cart .orderable-edit-cart-item__button {
  position: absolute;
  bottom: 21px;
  left: 50px;
  height: 30px;
  line-height: normal;
  padding: 0 13px !important;
  font-size: 14px;
}

.orderable-drawer__cart .orderable-edit-cart-item__button.orderable-button--loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.orderable-drawer__cart .orderable-edit-cart-item__button.orderable-button--loading::after {
  position: static;
  margin-right: 5px;
}

.orderable-drawer__cart .quantity {
  font-weight: 700;
}

.orderable-drawer__cart .orderable-mini-cart__notices {
  padding: 15px 0;
}

.orderable-drawer__cart .orderable-mini-cart__notices.orderable-mini-cart__notices--border-top {
  border-top: 1px solid #e6ecef;
}

.orderable-drawer__cart .orderable-mini-cart__notices .woocommerce-error {
  margin: 0;
  padding: 0;
  list-style: none none outside;
}

.orderable-drawer__cart .orderable-mini-cart__notices .woocommerce-error li {
  border: 1px solid #e34f4f;
  background: #fce9e9;
  color: #dc2323;
  padding: 6px 28px 6px 12px !important;
  text-align: center;
  margin: 0 0 6px;
  display: block;
  border-radius: 8px;
}

.orderable-drawer__cart .orderable-mini-cart__notices .woocommerce-error li:last-child {
  margin-bottom: 0;
}

.orderable-drawer__cart .orderable-mini-cart__notices .button {
  display: none;
}

.orderable-drawer__cart .orderable-mini-cart__notices .woocommerce-message::before,
.orderable-drawer__cart .orderable-mini-cart__notices .woocommerce-error::before,
.orderable-drawer__cart .orderable-mini-cart__notices .woocommerce-info::before {
  right: 12px;
}

.orderable-drawer__cart .orderable-mini-cart__total,
.orderable-drawer__cart .orderable-mini-cart__buttons {
  margin: 0;
  padding: 0;
  text-align: center;
}

.orderable-drawer__cart .orderable-mini-cart__total {
  padding: 15px 0;
  border-top: 1px solid #e6ecef;
}

.orderable-drawer__cart .orderable-mini-cart__buttons .button {
  display: none;
}

.orderable-drawer__cart .orderable-mini-cart__buttons .button.checkout {
  /* stylelint-disable-next-line scss/at-extend-no-missing-placeholder */
  /* stylelint-disable-next-line scss/at-extend-no-missing-placeholder */
  display: block;
  width: 100%;
}

.orderable-drawer__cart .orderable-mini-cart__empty-message {
  margin: auto 0;
  text-align: center;
}

.orderable-drawer__cart .orderable-services-selector__selected {
  margin: 0 0 15px;
}

.orderable-drawer__cart .orderable-services-selector__lookup {
  margin: 0 0 15px;
}

.orderable-drawer__cart .orderable-services-selector__lookup input {
  width: 100%;
  margin: 0 0 8px;
}

.orderable-drawer__cart .orderable-services-selector__lookup-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.orderable-drawer__cart .orderable-services-selector__lookup-buttons button {
  display: block;
  width: 100%;
}

.orderable-drawer__cart .orderable-services-selector__lookup-buttons button:first-child {
  margin-left: 4px;
}

.orderable-drawer__cart .orderable-services-selector__lookup-buttons button:last-child {
  margin-right: 4px;
}

.orderable-drawer__actions {
  bottom: -24px;
  margin: auto 0 -24px;
  background: #fff;
  padding: 24px 0;
  right: 0;
  left: 0;
  border-top: 1px solid #f2f2f2;
}

.orderable-drawer__actions--cart {
  border-top: none;
  padding-top: 10px;
}

.orderable-drawer__close {
  /* stylelint-disable-next-line scss/at-extend-no-missing-placeholder */
  position: absolute;
  top: 16px;
  right: 24px;
  font-size: 0;
  text-indent: 250% !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  padding: 0 !important;
  width: 40px;
  height: 40px;
  margin: 0;
  z-index: 100;
  border-color: #c7d4db;
}

.orderable-drawer__close::before, .orderable-drawer__close::after {
  position: absolute;
  right: 54%;
  content: " ";
  height: 18px;
  width: 2px;
  background-color: #c7d4db;
  top: 50%;
  margin: 0 -2px 0 0;
  -webkit-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  display: block;
  margin-top: -9px;
}

.orderable-drawer__close::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.orderable-drawer__close::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.orderable-drawer__close:focus, .orderable-drawer__close:active, .orderable-drawer__close:hover {
  background-color: #c7d4db;
  border-color: #c7d4db;
}

.orderable-drawer__close:focus::before, .orderable-drawer__close:focus::after, .orderable-drawer__close:active::before, .orderable-drawer__close:active::after, .orderable-drawer__close:hover::before, .orderable-drawer__close:hover::after {
  background-color: #405763;
}

.orderable-drawer .orderable-product__content {
  padding: 15px 0;
}

/* Modifiers */
.orderable-drawer-overlay--open {
  -webkit-transition: opacity 0.2s ease, width 0s;
  transition: opacity 0.2s ease, width 0s;
  opacity: 1;
  width: 100%;
  visibility: visible;
}

.orderable-drawer--open {
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

/* Block. */
.orderable-floating-cart {
  position: fixed;
  z-index: 20;
}

.orderable-floating-cart--br, .orderable-floating-cart--bl {
  bottom: 40px;
}

.orderable-floating-cart--br, .orderable-floating-cart--tr {
  left: 40px;
}

.orderable-floating-cart--bl, .orderable-floating-cart--tl {
  right: 40px;
}

.orderable-floating-cart--tl, .orderable-floating-cart--tr {
  top: 40px;
}

/* Elements. */
.orderable-floating-cart__button {
  padding: 0;
  width: 60px;
  height: 60px;
  border: none;
  border-radius: 100%;
  display: block;
  margin: 0;
  text-align: center;
  line-height: 60px;
  background: #fff;
  -webkit-box-shadow: 0 0.4px 1.3px rgba(0, 0, 0, 0.05), 0 1.3px 4.5px rgba(0, 0, 0, 0.06), 0 6px 16px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0.4px 1.3px rgba(0, 0, 0, 0.05), 0 1.3px 4.5px rgba(0, 0, 0, 0.06), 0 6px 16px rgba(0, 0, 0, 0.07);
  outline: none !important;
  -webkit-transition: -webkit-transform 150ms ease-in-out;
  transition: -webkit-transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
}

.orderable-floating-cart__button:hover {
  background: #fff;
  -webkit-animation: wobble-hor-bottom 0.8s both;
          animation: wobble-hor-bottom 0.8s both;
  -webkit-box-shadow: 0 0.4px 1.3px rgba(0, 0, 0, 0.05), 0 1.3px 4.5px rgba(0, 0, 0, 0.06), 0 6px 16px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0.4px 1.3px rgba(0, 0, 0, 0.05), 0 1.3px 4.5px rgba(0, 0, 0, 0.06), 0 6px 16px rgba(0, 0, 0, 0.07);
}

.orderable-floating-cart__button svg {
  width: 24px;
  height: 24px;
  display: block;
  margin: 0 auto;
}

.orderable-floating-cart__count {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  padding: 0 4px;
  background: #e52c23;
  color: #fff;
  height: 22px;
  line-height: 22px;
  font-size: 13px;
  border-radius: 11px;
  min-width: 22px;
  text-align: center;
}

/* Modifiers */
/* Block. */
/* Elements. */
.orderable-services-selector__selected p {
  margin: 0;
}

.orderable-services-selector__selected-change {
  padding: 0;
  margin: 0;
  font-size: inherit;
  background: none;
  display: inline;
  color: #333;
  -webkit-transition: none;
  transition: none;
  text-transform: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.orderable-services-selector__selected-change:hover, .orderable-services-selector__selected-change:focus, .orderable-services-selector__selected-change:active {
  padding: 0;
  margin: 0;
  background: none;
  color: #333;
  text-decoration: underline;
  -webkit-transform: none;
          transform: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* Modifiers. */
.orderable-services-selector--selected .orderable-services-selector__lookup {
  display: none;
}

/* Block */
/* Elements */
.orderable-open-hours__service, .orderable-open-hours__date {
  margin: 0 6px 0 0;
  padding: 2px 6px;
  background: #000;
  color: #fff;
  border-radius: 4px;
  display: inline-block;
  font-size: 80%;
}

.orderable-open-hours__service--closed {
  background-color: #e34f4f;
  display: none;
}

.orderable-open-hours__date {
  /* stylelint-disable-next-line scss/at-extend-no-missing-placeholder */
  margin: 0 0 0 4px;
  text-align: center;
  min-width: 30px;
  border: 1px solid #e6ecef;
  background: none;
  color: inherit;
}

.orderable-tabs {
  margin: 0 0 24px;
  position: relative;
}

.orderable-tabs__list {
  margin: 0 0 0 1px !important;
  padding: 0 !important;
  list-style: none none outside;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow-x: auto;
  overflow-y: hidden;
  overflow: -moz-scrollbars-none;
  scrollbar-base-color: transparent;
  -webkit-overflow-scrolling: touch;
}

.orderable-tabs__list::-webkit-scrollbar {
  display: none;
}

@media screen and (min-width: 620px) {
  .orderable-main--sections-side_tabs .orderable-tabs__list {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}
.orderable-tabs__item {
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 0;
}

.orderable-tabs__item:last-child {
  margin-left: 0;
}

@media screen and (min-width: 620px) {
  .orderable-main--sections-side_tabs .orderable-tabs__item {
    margin: 0 0 12px;
    display: block;
  }
  .orderable-main--sections-side_tabs .orderable-tabs__item:last-child {
    margin: 0;
  }
}
a.orderable-tabs__link {
  text-decoration: none !important;
  display: inline-block;
  padding: 0 24px;
  white-space: nowrap;
  line-height: 40px;
  color: #405763;
  font-weight: 400;
  border-radius: 20px;
  -webkit-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  background: #ecf1f3;
}

a.orderable-tabs__link:active, a.orderable-tabs__link:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

a.orderable-tabs__link:hover, a.orderable-tabs__link:active, a.orderable-tabs__link:focus {
  color: #405763;
  text-decoration: none;
  background: #c7d4db;
}

.orderable-tabs__item--active a.orderable-tabs__link {
  background: #000;
  color: #fff;
}

.orderable--button-style-square a.orderable-tabs__link {
  border-radius: 0;
}

.orderable-tabs__arrow {
  background: #fff;
  -webkit-box-shadow: 0 0.4px 1.3px rgba(0, 0, 0, 0.05), 0 1.3px 4.5px rgba(0, 0, 0, 0.06), 0 6px 16px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0.4px 1.3px rgba(0, 0, 0, 0.05), 0 1.3px 4.5px rgba(0, 0, 0, 0.06), 0 6px 16px rgba(0, 0, 0, 0.07);
  border: none;
  width: 40px !important;
  height: 40px !important;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 20px !important;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 40px;
  display: none;
}

.orderable-tabs__arrow:hover, .orderable-tabs__arrow:focus, .orderable-tabs__arrow:active {
  background: #fff;
  outline: none;
}

.orderable-tabs__arrow svg {
  width: 21px;
  height: 24px;
  margin: 8px 0;
}

.orderable-tabs__arrow-left {
  right: 0;
  left: initial;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

/**
 * Accordion.
 */
.orderable-accordion {
  margin: 24px 0;
  background: #f6f8f9;
  padding: 0 24px;
  border-radius: 6px;
}

.orderable-product__options + .orderable-accordion, .orderable-product-fields-group-wrap + .orderable-accordion {
  margin-top: 36px;
}

.orderable-accordion__item {
  border-top: 1px solid #e6ecef;
}

.orderable-accordion__item:first-child {
  border-top: none;
}

.orderable-accordion__item-link {
  display: block;
  padding: 18px 0;
  margin: 0;
  color: inherit;
  position: relative;
}

.orderable-accordion__item-link::before, .orderable-accordion__item-link::after {
  position: absolute;
  left: 5px;
  content: " ";
  height: 11px;
  width: 2px;
  background-color: #c7d4db;
  top: 50%;
  display: block;
  margin: -4px 0 0;
}

.orderable-accordion__item-link::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.orderable-accordion__item-link::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 12px;
}

.orderable-accordion__item-link--active, .orderable-accordion__item-link:hover, .orderable-accordion__item-link:active, .orderable-accordion__item-link:focus {
  color: #000;
  border: none;
  outline: none;
}

.orderable-accordion__item-link--active::before, .orderable-accordion__item-link--active::after, .orderable-accordion__item-link:hover::before, .orderable-accordion__item-link:hover::after, .orderable-accordion__item-link:active::before, .orderable-accordion__item-link:active::after, .orderable-accordion__item-link:focus::before, .orderable-accordion__item-link:focus::after {
  background-color: #405763 !important;
}

.orderable-accordion__item-link--active::before {
  left: 12px;
}

.orderable-accordion__item-link--active::after {
  left: 5px;
}

.orderable-accordion__item-content {
  display: none;
}

.orderable-accordion__item-content--active {
  display: block;
}

.orderable-accordion__item-content::after {
  content: "";
  display: table;
  clear: both;
}

.orderable-sb-container {
  position: relative;
  overflow: hidden;
  padding-left: 25px;
}

.orderable-sb-content {
  height: 100%;
  width: 120%;
  padding-left: 20%;
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.orderable-sb-scrollbar-container {
  position: absolute;
  left: 0;
  bottom: 10px;
  top: 10px;
  width: 10px;
}

.orderable-sb-container-noscroll .orderable-sb-scrollbar-container {
  left: -20px;
}

.orderable-sb-scrollbar {
  position: absolute;
  left: 0;
  height: 30px;
  width: 10px;
  border-radius: 10px;
  background: #d6e0e5;
}

.orderable-sb-scrollbar:hover {
  background: #c7d4db;
}

.orderable--button-style-square .orderable-sb-scrollbar {
  border-radius: 0;
}

.orderable-sb-container-noscroll {
  padding-left: 0;
}

.orderable-sb-container-noscroll .orderable-sb-content {
  width: 100%;
  padding-left: 0;
  overflow: hidden;
}

/* Block */
.orderable-quantity-roller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.orderable-quantity-roller * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Elements */
.orderable-quantity-roller__roller {
  border: 2px solid #c7d4db;
  border-radius: 20px;
  height: 40px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.orderable--button-style-square .orderable-quantity-roller__roller {
  border-radius: 0;
}

.orderable-quantity-roller__button {
  height: 36px;
  width: 24px;
  background: none;
  border: none;
  border-radius: 0;
  text-align: center;
  color: #c7d4db;
  line-height: 36px;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  padding: 0 6px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: relative;
  font-size: 0;
  text-indent: 250%;
  overflow: hidden;
  -webkit-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}

.orderable-quantity-roller__button::before, .orderable-quantity-roller__button::after {
  content: "";
  position: absolute;
  display: block !important;
  height: 2px;
  width: 12px;
  background: #c7d4db;
  top: 50%;
  right: 50%;
  margin: -1px -6px 0 0;
  -webkit-transition: background 150ms ease-out;
  transition: background 150ms ease-out;
}

.orderable-quantity-roller__button.orderable-button--loading {
  outline-color: transparent;
}

.orderable-quantity-roller__button.orderable-button--loading:focus, .orderable-quantity-roller__button.orderable-button--loading:hover {
  background-color: transparent;
}

.orderable-quantity-roller__button.orderable-button--loading:focus::after, .orderable-quantity-roller__button.orderable-button--loading:hover::after {
  border-top-color: #000;
  border-right-color: #000;
}

.orderable-quantity-roller__button:not(.orderable-button--loading):hover, .orderable-quantity-roller__button:not(.orderable-button--loading):focus, .orderable-quantity-roller__button:visited {
  background-color: #c7d4db;
  color: #405763;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  outline: none;
}

.orderable-quantity-roller__button:not(.orderable-button--loading):hover::before, .orderable-quantity-roller__button:not(.orderable-button--loading):hover::after, .orderable-quantity-roller__button:not(.orderable-button--loading):focus::before, .orderable-quantity-roller__button:not(.orderable-button--loading):focus::after, .orderable-quantity-roller__button:visited::before, .orderable-quantity-roller__button:visited::after {
  background: #405763;
}

.orderable-quantity-roller__button--decrease {
  padding-left: 4px;
}

.orderable-quantity-roller__button--decrease svg {
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transition: none;
  transition: none;
  fill: #000;
  margin: -10px -10px 0 0;
}

.orderable-quantity-roller__button--decrease:not(.orderable-button--loading)::after {
  display: none !important;
}

.orderable-quantity-roller__button--decrease:focus svg, .orderable-quantity-roller__button--decrease:hover svg {
  fill: #f2f2f3;
}

.orderable-quantity-roller__button--increase {
  padding-right: 4px;
}

.orderable-quantity-roller__button--increase::after {
  height: 12px;
  width: 2px;
  margin: -6px -1px 0 0;
}

.orderable-quantity-roller__button.orderable-button--loading {
  padding-left: 4px !important;
}

.orderable-quantity-roller__button.orderable-button--loading::before, .orderable-quantity-roller__button.orderable-button--loading::after {
  background-color: transparent;
}

.orderable-quantity-roller__button.orderable-button--loading::after {
  height: 12px;
  margin-top: -5px;
  margin-right: -6px;
  width: 12px;
}

.orderable-quantity-roller__quantity {
  text-align: center;
  display: inline-block;
  line-height: 36px;
  padding: 0 6px;
  min-width: 24px;
  outline: none;
}

.orderable-quantity-roller__price {
  margin-right: 8px;
}

.orderable-quantity-roller__price::before {
  content: "x";
  margin: 0 8px;
  color: #c7d4db;
}

/* Modifiers */
.orderable-drawer__cart .orderable-quantity-roller {
  margin: 12px 0 6px;
}