@charset "UTF-8";
/*** LTR websites ***/
html, body, iframe, header, footer, main, aside, nav, section, article, div, p, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, hr, blockquote, pre, figure, figcaption, a, address, del, em, i, img, strong, sub, sup, table, thead, tbody, tfoot, tr, th, td, form, fieldset, legend, label, input, select, textarea, button {
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  font-size: 100%;
  font: inherit;
}

html, body, iframe, header, footer, main, aside, nav, section, article, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, hr, blockqoute, pre, figure, figcaption, form, fieldset, legend, label, input, select, textarea, button {
  display: block;
}

html, body {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

dl, dt, dd, ul, ol, li {
  list-style: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

u, ins, del {
  text-decoration: none;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  height: auto;
}

input[type=number] {
  -moz-appearance: textfield !important;
}

@keyframes fadeIn {
  100% {
    opacity: 1;
    transform: none;
  }
}
.grid {
  max-width: 1182px;
  margin: 0 auto;
  padding: 0 16px;
}
.grid.mb-30 {
  margin-bottom: 30px;
}

.grid-row {
  margin: 0 -8px;
  font-size: 0;
}

.grid-col {
  display: inline-block;
  vertical-align: top;
  padding: 0 8px;
  box-sizing: border-box;
}

.grid-col_1 {
  width: calc(100% / (24/1));
}

.grid-col_2 {
  width: calc(100% / (24/2));
}

.grid-col_3 {
  width: calc(100% / (24/3));
}

.grid-col_4 {
  width: calc(100% / (24/4));
}

.grid-col_5 {
  width: calc(100% / (24/5));
}

.grid-col_6 {
  width: calc(100% / (24/6));
}

.grid-col_7 {
  width: calc(100% / (24/7));
}

.grid-col_8 {
  width: calc(100% / (24/8));
}

.grid-col_9 {
  width: calc(100% / (24/9));
}

.grid-col_10 {
  width: calc(100% / (24/10));
}

.grid-col_11 {
  width: calc(100% / (24/11));
}

.grid-col_12 {
  width: calc(100% / (24/12));
}

.grid-col_13 {
  width: calc(100% / (24/13));
}

.grid-col_14 {
  width: calc(100% / (24/14));
}

.grid-col_15 {
  width: calc(100% / (24/15));
}

.grid-col_16 {
  width: calc(100% / (24/16));
}

.grid-col_17 {
  width: calc(100% / (24/17));
}

.grid-col_18 {
  width: calc(100% / (24/18));
}

.grid-col_19 {
  width: calc(100% / (24/19));
}

.grid-col_20 {
  width: calc(100% / (24/20));
}

.grid-col_21 {
  width: calc(100% / (24/21));
}

.grid-col_22 {
  width: calc(100% / (24/22));
}

.grid-col_23 {
  width: calc(100% / (24/23));
}

.grid-col_24 {
  width: calc(100% / (24/24));
}

@media screen and (max-width: 1219px) {
  .grid-col_lg-1 {
    width: calc(100% / (24/1));
  }
  .grid-col_lg-2 {
    width: calc(100% / (24/2));
  }
  .grid-col_lg-3 {
    width: calc(100% / (24/3));
  }
  .grid-col_lg-4 {
    width: calc(100% / (24/4));
  }
  .grid-col_lg-5 {
    width: calc(100% / (24/5));
  }
  .grid-col_lg-6 {
    width: calc(100% / (24/6));
  }
  .grid-col_lg-7 {
    width: calc(100% / (24/7));
  }
  .grid-col_lg-8 {
    width: calc(100% / (24/8));
  }
  .grid-col_lg-9 {
    width: calc(100% / (24/9));
  }
  .grid-col_lg-10 {
    width: calc(100% / (24/10));
  }
  .grid-col_lg-11 {
    width: calc(100% / (24/11));
  }
  .grid-col_lg-12 {
    width: calc(100% / (24/12));
  }
  .grid-col_lg-13 {
    width: calc(100% / (24/13));
  }
  .grid-col_lg-14 {
    width: calc(100% / (24/14));
  }
  .grid-col_lg-15 {
    width: calc(100% / (24/15));
  }
  .grid-col_lg-16 {
    width: calc(100% / (24/16));
  }
  .grid-col_lg-17 {
    width: calc(100% / (24/17));
  }
  .grid-col_lg-18 {
    width: calc(100% / (24/18));
  }
  .grid-col_lg-19 {
    width: calc(100% / (24/19));
  }
  .grid-col_lg-20 {
    width: calc(100% / (24/20));
  }
  .grid-col_lg-21 {
    width: calc(100% / (24/21));
  }
  .grid-col_lg-22 {
    width: calc(100% / (24/22));
  }
  .grid-col_lg-23 {
    width: calc(100% / (24/23));
  }
  .grid-col_lg-24 {
    width: calc(100% / (24/24));
  }
}
@media screen and (max-width: 999px) {
  .grid-col_md-1 {
    width: calc(100% / (24/1));
  }
  .grid-col_md-2 {
    width: calc(100% / (24/2));
  }
  .grid-col_md-3 {
    width: calc(100% / (24/3));
  }
  .grid-col_md-4 {
    width: calc(100% / (24/4));
  }
  .grid-col_md-5 {
    width: calc(100% / (24/5));
  }
  .grid-col_md-6 {
    width: calc(100% / (24/6));
  }
  .grid-col_md-7 {
    width: calc(100% / (24/7));
  }
  .grid-col_md-8 {
    width: calc(100% / (24/8));
  }
  .grid-col_md-9 {
    width: calc(100% / (24/9));
  }
  .grid-col_md-10 {
    width: calc(100% / (24/10));
  }
  .grid-col_md-11 {
    width: calc(100% / (24/11));
  }
  .grid-col_md-12 {
    width: calc(100% / (24/12));
  }
  .grid-col_md-13 {
    width: calc(100% / (24/13));
  }
  .grid-col_md-14 {
    width: calc(100% / (24/14));
  }
  .grid-col_md-15 {
    width: calc(100% / (24/15));
  }
  .grid-col_md-16 {
    width: calc(100% / (24/16));
  }
  .grid-col_md-17 {
    width: calc(100% / (24/17));
  }
  .grid-col_md-18 {
    width: calc(100% / (24/18));
  }
  .grid-col_md-19 {
    width: calc(100% / (24/19));
  }
  .grid-col_md-20 {
    width: calc(100% / (24/20));
  }
  .grid-col_md-21 {
    width: calc(100% / (24/21));
  }
  .grid-col_md-22 {
    width: calc(100% / (24/22));
  }
  .grid-col_md-23 {
    width: calc(100% / (24/23));
  }
  .grid-col_md-24 {
    width: calc(100% / (24/24));
  }
}
@media screen and (max-width: 767px) {
  .grid-col_sm-1 {
    width: calc(100% / (24/1));
  }
  .grid-col_sm-2 {
    width: calc(100% / (24/2));
  }
  .grid-col_sm-3 {
    width: calc(100% / (24/3));
  }
  .grid-col_sm-4 {
    width: calc(100% / (24/4));
  }
  .grid-col_sm-5 {
    width: calc(100% / (24/5));
  }
  .grid-col_sm-6 {
    width: calc(100% / (24/6));
  }
  .grid-col_sm-7 {
    width: calc(100% / (24/7));
  }
  .grid-col_sm-8 {
    width: calc(100% / (24/8));
  }
  .grid-col_sm-9 {
    width: calc(100% / (24/9));
  }
  .grid-col_sm-10 {
    width: calc(100% / (24/10));
  }
  .grid-col_sm-11 {
    width: calc(100% / (24/11));
  }
  .grid-col_sm-12 {
    width: calc(100% / (24/12));
  }
  .grid-col_sm-13 {
    width: calc(100% / (24/13));
  }
  .grid-col_sm-14 {
    width: calc(100% / (24/14));
  }
  .grid-col_sm-15 {
    width: calc(100% / (24/15));
  }
  .grid-col_sm-16 {
    width: calc(100% / (24/16));
  }
  .grid-col_sm-17 {
    width: calc(100% / (24/17));
  }
  .grid-col_sm-18 {
    width: calc(100% / (24/18));
  }
  .grid-col_sm-19 {
    width: calc(100% / (24/19));
  }
  .grid-col_sm-20 {
    width: calc(100% / (24/20));
  }
  .grid-col_sm-21 {
    width: calc(100% / (24/21));
  }
  .grid-col_sm-22 {
    width: calc(100% / (24/22));
  }
  .grid-col_sm-23 {
    width: calc(100% / (24/23));
  }
  .grid-col_sm-24 {
    width: calc(100% / (24/24));
  }
}
@media screen and (max-width: 479px) {
  .grid-col_xs-1 {
    width: calc(100% / (24/1));
  }
  .grid-col_xs-2 {
    width: calc(100% / (24/2));
  }
  .grid-col_xs-3 {
    width: calc(100% / (24/3));
  }
  .grid-col_xs-4 {
    width: calc(100% / (24/4));
  }
  .grid-col_xs-5 {
    width: calc(100% / (24/5));
  }
  .grid-col_xs-6 {
    width: calc(100% / (24/6));
  }
  .grid-col_xs-7 {
    width: calc(100% / (24/7));
  }
  .grid-col_xs-8 {
    width: calc(100% / (24/8));
  }
  .grid-col_xs-9 {
    width: calc(100% / (24/9));
  }
  .grid-col_xs-10 {
    width: calc(100% / (24/10));
  }
  .grid-col_xs-11 {
    width: calc(100% / (24/11));
  }
  .grid-col_xs-12 {
    width: calc(100% / (24/12));
  }
  .grid-col_xs-13 {
    width: calc(100% / (24/13));
  }
  .grid-col_xs-14 {
    width: calc(100% / (24/14));
  }
  .grid-col_xs-15 {
    width: calc(100% / (24/15));
  }
  .grid-col_xs-16 {
    width: calc(100% / (24/16));
  }
  .grid-col_xs-17 {
    width: calc(100% / (24/17));
  }
  .grid-col_xs-18 {
    width: calc(100% / (24/18));
  }
  .grid-col_xs-19 {
    width: calc(100% / (24/19));
  }
  .grid-col_xs-20 {
    width: calc(100% / (24/20));
  }
  .grid-col_xs-21 {
    width: calc(100% / (24/21));
  }
  .grid-col_xs-22 {
    width: calc(100% / (24/22));
  }
  .grid-col_xs-23 {
    width: calc(100% / (24/23));
  }
  .grid-col_xs-24 {
    width: calc(100% / (24/24));
  }
}
* {
  box-sizing: border-box;
  outline: none;
}

.no-scroll {
  overflow: hidden !important;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

body,
html {
  background: #fff;
  font: 400 16px/1 "Montserrat", sans-serif;
  color: #000;
  overflow-x: hidden;
}

body {
  direction: ltr;
}
body.rtl {
  font-family: "Cairo", sans-serif;
}
body.rtl .amount {
  font-family: "Montserrat", sans-serif;
}
body.sticky-header {
  padding-top: 49px;
}

.site-main {
  margin: 0 !important;
}

.ar-font {
  font-family: "Cairo", sans-serif;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}
a:focus {
  outline: none !important;
}

body.loading::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
body.loading:after {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url("../img/icons/loader.png");
  background-repeat: no-repeat;
  -webkit-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
  background-size: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
  z-index: 2;
}
body .page {
  overflow: hidden;
}
body ul,
body ol {
  margin: 0;
}
body input,
body input[type=text],
body input[type=button],
body input[type=submit],
body input[type=number],
body input[type=email],
body input[type=tel],
body input[type=url],
body input[type=password],
body input[type=search],
body button,
body select,
body textarea {
  -webkit-appearance: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  background-color: transparent;
  font-family: inherit;
}
body input:focus,
body input[type=text]:focus,
body input[type=button]:focus,
body input[type=submit]:focus,
body input[type=number]:focus,
body input[type=email]:focus,
body input[type=tel]:focus,
body input[type=url]:focus,
body input[type=password]:focus,
body input[type=search]:focus,
body button:focus,
body select:focus,
body textarea:focus {
  outline: none !important;
}
body input:hover,
body input[type=text]:hover,
body input[type=button]:hover,
body input[type=submit]:hover,
body input[type=number]:hover,
body input[type=email]:hover,
body input[type=tel]:hover,
body input[type=url]:hover,
body input[type=password]:hover,
body input[type=search]:hover,
body button:hover,
body select:hover,
body textarea:hover {
  background-color: transparent;
  outline: none;
  box-shadow: none;
}
body input:-webkit-autofill,
body input[type=text]:-webkit-autofill,
body input[type=button]:-webkit-autofill,
body input[type=submit]:-webkit-autofill,
body input[type=number]:-webkit-autofill,
body input[type=email]:-webkit-autofill,
body input[type=tel]:-webkit-autofill,
body input[type=url]:-webkit-autofill,
body input[type=password]:-webkit-autofill,
body input[type=search]:-webkit-autofill,
body button:-webkit-autofill,
body select:-webkit-autofill,
body textarea:-webkit-autofill {
  background-color: transparent !important;
}
body input::-webkit-input-placeholder,
body input[type=text]::-webkit-input-placeholder,
body input[type=button]::-webkit-input-placeholder,
body input[type=submit]::-webkit-input-placeholder,
body input[type=number]::-webkit-input-placeholder,
body input[type=email]::-webkit-input-placeholder,
body input[type=tel]::-webkit-input-placeholder,
body input[type=url]::-webkit-input-placeholder,
body input[type=password]::-webkit-input-placeholder,
body input[type=search]::-webkit-input-placeholder,
body button::-webkit-input-placeholder,
body select::-webkit-input-placeholder,
body textarea::-webkit-input-placeholder {
  color: #999 !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  font-style: normal !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body input::-moz-placeholder,
body input[type=text]::-moz-placeholder,
body input[type=button]::-moz-placeholder,
body input[type=submit]::-moz-placeholder,
body input[type=number]::-moz-placeholder,
body input[type=email]::-moz-placeholder,
body input[type=tel]::-moz-placeholder,
body input[type=url]::-moz-placeholder,
body input[type=password]::-moz-placeholder,
body input[type=search]::-moz-placeholder,
body button::-moz-placeholder,
body select::-moz-placeholder,
body textarea::-moz-placeholder {
  color: #999 !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  font-style: normal !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body input:-ms-input-placeholder,
body input[type=text]:-ms-input-placeholder,
body input[type=button]:-ms-input-placeholder,
body input[type=submit]:-ms-input-placeholder,
body input[type=number]:-ms-input-placeholder,
body input[type=email]:-ms-input-placeholder,
body input[type=tel]:-ms-input-placeholder,
body input[type=url]:-ms-input-placeholder,
body input[type=password]:-ms-input-placeholder,
body input[type=search]:-ms-input-placeholder,
body button:-ms-input-placeholder,
body select:-ms-input-placeholder,
body textarea:-ms-input-placeholder {
  color: #999 !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  font-style: normal !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body input:-moz-placeholder,
body input[type=text]:-moz-placeholder,
body input[type=button]:-moz-placeholder,
body input[type=submit]:-moz-placeholder,
body input[type=number]:-moz-placeholder,
body input[type=email]:-moz-placeholder,
body input[type=tel]:-moz-placeholder,
body input[type=url]:-moz-placeholder,
body input[type=password]:-moz-placeholder,
body input[type=search]:-moz-placeholder,
body button:-moz-placeholder,
body select:-moz-placeholder,
body textarea:-moz-placeholder {
  color: #999 !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  font-style: normal !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body input:focus::-webkit-input-placeholder,
body input[type=text]:focus::-webkit-input-placeholder,
body input[type=button]:focus::-webkit-input-placeholder,
body input[type=submit]:focus::-webkit-input-placeholder,
body input[type=number]:focus::-webkit-input-placeholder,
body input[type=email]:focus::-webkit-input-placeholder,
body input[type=tel]:focus::-webkit-input-placeholder,
body input[type=url]:focus::-webkit-input-placeholder,
body input[type=password]:focus::-webkit-input-placeholder,
body input[type=search]:focus::-webkit-input-placeholder,
body button:focus::-webkit-input-placeholder,
body select:focus::-webkit-input-placeholder,
body textarea:focus::-webkit-input-placeholder {
  color: transparent !important;
}
body input:focus::-moz-placeholder,
body input[type=text]:focus::-moz-placeholder,
body input[type=button]:focus::-moz-placeholder,
body input[type=submit]:focus::-moz-placeholder,
body input[type=number]:focus::-moz-placeholder,
body input[type=email]:focus::-moz-placeholder,
body input[type=tel]:focus::-moz-placeholder,
body input[type=url]:focus::-moz-placeholder,
body input[type=password]:focus::-moz-placeholder,
body input[type=search]:focus::-moz-placeholder,
body button:focus::-moz-placeholder,
body select:focus::-moz-placeholder,
body textarea:focus::-moz-placeholder {
  color: transparent !important;
}
body input:focus:-ms-input-placeholder,
body input[type=text]:focus:-ms-input-placeholder,
body input[type=button]:focus:-ms-input-placeholder,
body input[type=submit]:focus:-ms-input-placeholder,
body input[type=number]:focus:-ms-input-placeholder,
body input[type=email]:focus:-ms-input-placeholder,
body input[type=tel]:focus:-ms-input-placeholder,
body input[type=url]:focus:-ms-input-placeholder,
body input[type=password]:focus:-ms-input-placeholder,
body input[type=search]:focus:-ms-input-placeholder,
body button:focus:-ms-input-placeholder,
body select:focus:-ms-input-placeholder,
body textarea:focus:-ms-input-placeholder {
  color: transparent !important;
}
body input:focus:-moz-placeholder,
body input[type=text]:focus:-moz-placeholder,
body input[type=button]:focus:-moz-placeholder,
body input[type=submit]:focus:-moz-placeholder,
body input[type=number]:focus:-moz-placeholder,
body input[type=email]:focus:-moz-placeholder,
body input[type=tel]:focus:-moz-placeholder,
body input[type=url]:focus:-moz-placeholder,
body input[type=password]:focus:-moz-placeholder,
body input[type=search]:focus:-moz-placeholder,
body button:focus:-moz-placeholder,
body select:focus:-moz-placeholder,
body textarea:focus:-moz-placeholder {
  color: transparent !important;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  margin: 0;
  color: #121212;
}
body select {
  border: 1px solid #b4b4b4;
  height: 34px;
  padding: 0;
  padding-right: 25px;
  padding-left: 10px;
  border-radius: 4px;
  font-size: 12px;
  width: 100%;
  max-width: 100% !important;
  cursor: pointer;
  background-color: #fbfdff;
  background-image: url("../img/icons/select-arrow.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
}
body select:hover {
  background-color: #fbfdff;
}
body .wc-forward {
  position: relative;
}
body .wc-forward:after {
  content: "keyboard_arrow_right";
  font-family: "Material Icons" !important;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  vertical-align: middle;
  color: inherit;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body .wc-forward:hover:after {
  right: 6px;
}
body .content-area {
  width: 100% !important;
  float: none !important;
  margin: 0;
}
body .col-full {
  max-width: 100%;
  padding: 0;
}
body .button,
body .btn {
  display: inline-block;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background-color: #6fa088;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
  padding: 0 30px;
  letter-spacing: -0.5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: nowrap;
}
@media screen and (min-width: 767px) {
  body .button:hover,
body .btn:hover {
    background-color: #044437;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  body .button:hover,
body .btn:hover {
    background-color: #6fa088;
    color: #fff;
  }
}
body img {
  border-radius: 0;
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: -o-crisp-edges; /* Opera */
  image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}
body ul.products li.product.first {
  clear: none !important;
}
body .center {
  top: 0;
  left: 0;
  transform: none;
}
body a {
  color: inherit;
}
body p {
  margin: 0;
}
body.rtl select {
  background-position: 10px center;
}

.tbl {
  display: table;
  width: 100%;
  height: 100%;
}

.tcl {
  display: table-cell;
  vertical-align: middle;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .hide-mob {
    display: none !important;
  }
}

@media screen and (max-width: 999px) {
  .hide-tablet {
    display: none !important;
  }
}

@media screen and (min-width: 766px) {
  .show-mob {
    display: none !important;
  }
}

@media screen and (min-width: 999px) {
  .show-tablet {
    display: none !important;
  }
}

.site .storefront-breadcrumb {
  margin: 0 0 20px;
  padding: 0;
}
.site .storefront-breadcrumb .col-full {
  margin: 0;
}
.site .storefront-breadcrumb .woocommerce-breadcrumb {
  color: #000;
  text-transform: lowercase;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.site .storefront-breadcrumb .woocommerce-breadcrumb .breadcrumb-separator {
  font-size: 0;
  position: relative;
  padding: 0;
  width: 20px;
  text-indent: 0;
  line-height: 1;
  vertical-align: middle;
}
.site .storefront-breadcrumb .woocommerce-breadcrumb .breadcrumb-separator::before {
  content: "keyboard_arrow_right";
  font-family: "Material Icons" !important;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  vertical-align: middle;
  color: #6fa088;
}
.site .storefront-breadcrumb .woocommerce-breadcrumb .breadcrumb-separator:after {
  display: none;
}
.site .storefront-breadcrumb .woocommerce-breadcrumb a {
  text-decoration: none;
  color: #6fa088;
}
.site .storefront-breadcrumb .woocommerce-breadcrumb a::before {
  display: none;
}
.site .storefront-breadcrumb .woocommerce-breadcrumb a:hover {
  text-decoration: underline;
}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info {
  background-color: #d2fad0;
  border: 1px solid;
  padding: 15px 18px;
  border-radius: 4px;
  margin: 0 0 30px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  width: 100%;
  color: #6fa088;
}
.woocommerce .woocommerce-message::before, .woocommerce .woocommerce-message:after,
.woocommerce .woocommerce-info::before,
.woocommerce .woocommerce-info:after {
  display: none;
}
.woocommerce .woocommerce-message.cart-empty,
.woocommerce .woocommerce-info.cart-empty {
  display: none;
}

.page-id-7 .storefront-breadcrumb,
.page-id-8 .storefront-breadcrumb {
  display: none;
}

.sticky.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.page-title {
  margin-bottom: 10px;
  border: none;
  padding-bottom: 20px;
}
.page-title h1 {
  font-size: 36px;
  text-transform: capitalize;
  position: relative;
  line-height: 48px;
  font-weight: 600;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  font-family: "Lora", serif;
}
body.rtl .page-title h1 {
  font-family: "Cairo", sans-serif;
}
.page-title h1 img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
body.rtl .page-title h1 {
  font-family: "Cairo", sans-serif;
}
.page-title p {
  font-size: 14px;
}

.home-notice {
  color: #6fa088;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  min-height: 26px;
  padding: 0 10px;
  width: 100%;
}
.home-notice span {
  margin-right: 10px;
  font-size: 20px;
}
@media screen and (max-width: 479px) {
  .home-notice {
    white-space: nowrap;
    font-size: 13px;
  }
}
@media screen and (max-width: 349px) {
  .home-notice {
    font-size: 12px;
  }
}

.overlay {
  position: fixed;
  z-index: 1500;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.overlay_visible {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

.error-404 {
  padding: 75px 20px 120px;
  text-align: center;
  min-height: calc(100vh - 96px - 330px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.error-404 h1 {
  font-size: 270px;
  font-weight: 900;
  margin: 0;
}
.error-404 h1 span {
  display: block;
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.error-404 p {
  font-size: 18px;
  max-width: 100%;
  margin: 25px auto 0;
  line-height: 40px;
  width: 800px;
  color: #2a2a2a;
  font-weight: 300;
}
.error-404 a {
  margin-top: 50px;
  line-height: 48px;
  font-size: 14px;
  text-transform: capitalize;
  width: 275px;
}
@media screen and (max-width: 767px) {
  .error-404 h1 {
    font-size: 80px;
  }
  .error-404 h1 span {
    font-size: 38px;
  }
  .error-404 p {
    font-size: 22px;
  }
}

/* Makes the featured single product image not clickable by changing the pointer. */
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  pointer-events: none;
}

body .select2-container--open .select2-dropdown--below {
  border: 1px solid #c4c4c4;
  border-radius: 2px;
  margin-top: -4px;
  font-size: 14px;
}
body .select2-container--open .select2-search__field {
  height: auto;
  line-height: 40px;
  padding: 0 10px;
  border-color: #c4c4c4 !important;
}

.popup {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.5rem;
  overflow: auto;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}
@media screen and (max-width: 999px) {
  .popup {
    max-width: 100vw;
  }
  .popup .tbl {
    max-width: 100vw;
    display: block;
  }
  .popup .tbl .tcl {
    max-width: 100vw;
    display: block;
  }
}
.popup_visible {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}
.popup__close {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .popup__close {
    top: 10px;
    right: 10px;
  }
}
.popup__window {
  position: relative;
  max-width: 760px;
  margin: 0 auto;
  padding: 4rem 1.5rem 3rem;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
}
.popup__window .popup-logo {
  height: 24px;
  display: block;
  margin: -10px auto 20px;
}
@media screen and (max-width: 999px) {
  .popup__window {
    max-width: calc(100vw - 20px);
    padding-top: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .popup__window {
    padding-bottom: 10px;
  }
}
.popup-deliver .popup__window {
  max-width: 458px;
  padding: 20px 15px 36px;
}
@media screen and (max-width: 767px) {
  .popup-deliver .popup__window {
    padding: 20px 15px 15px;
  }
}
.popup-login .popup__window {
  max-width: 458px;
  padding: 30px 20px 36px;
}
.popup-login .account-page {
  padding: 0;
}
.popup-shopping .popup__window {
  max-width: 458px;
  padding: 30px 20px 36px;
}
.popup-area .popup__window {
  max-width: 458px;
  padding: 30px 20px 20px;
}
.popup.min-cart {
  left: auto;
  background: white;
  transform: translate(100%, 0);
  transition: 0.3s all ease-in-out;
  width: 410px;
  padding: 0;
  z-index: 1500;
}
.popup.min-cart .popup__window {
  height: 100%;
  overflow: unset;
  padding: 0;
}
body.rtl .popup.min-cart {
  transform: translate(-100%, 0);
}
@media screen and (max-width: 999px) {
  .popup.min-cart {
    width: 320px;
  }
}
.popup.min-cart.popup_visible {
  transform: translate(0, 0);
  overflow: unset;
}
body.rtl .popup.min-cart.popup_visible {
  transform: translate(0, 0);
}
.popup.min-cart .popup__close {
  left: -30px;
  right: auto;
  color: white;
}
.popup.min-cart .form-content {
  padding: 30px 0;
  position: relative;
  height: 100%;
}
.popup.min-cart .form-content .top {
  border-bottom: 1px solid rgba(151, 151, 151, 0.3803921569);
}
.popup.min-cart .form-content .top .cart_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
.popup.min-cart .form-content .top .cart_info .title_min_cart h2 {
  position: relative;
  font-size: 16px;
  color: #181818;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-left: 50px;
}
.popup.min-cart .form-content .top .cart_info .title_min_cart h2::before {
  content: "";
  background-image: url("../img/icons/shopping-basket-black.png");
  position: absolute;
  left: 0;
  top: -10px;
  display: inline-flex;
  align-items: center;
  background-size: 38px;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
}
.popup.min-cart .form-content .top .cart_info .info_min_cart h4 {
  color: #000104;
  font-size: 12px;
  font-weight: 700;
}
.popup.min-cart .form-content .top .cart_info .info_min_cart h4 .price {
  font-size: 18px;
  font-weight: 700;
}
.popup.min-cart .form-content .top .cart_info .info_min_cart h4 .qun {
  display: none;
}
.popup.min-cart .form-content .top .cart_action {
  display: flex;
  justify-content: space-between;
  padding: 20px 15px;
}
.popup.min-cart .form-content .top .cart_action a {
  width: calc(50% - 9px);
  padding: 10px 0;
  color: #6C707D;
  border: 2px solid #6C707D;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.popup.min-cart .form-content .top .cart_action a.open_checkout {
  background: #044437;
  border: 0;
  transition: all 0.3s ease;
}
.popup.min-cart .form-content .top .cart_action a.open_checkout:hover {
  background-color: #0c7963;
}
.popup.min-cart .form-content .top .cart_action a.open_checkout button {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
}
.popup.min-cart .form-content .top .cart_action a.open_cart {
  transition: all 0.3s ease;
  padding: 8px 0;
}
.popup.min-cart .form-content .top .cart_action a.open_cart button {
  text-transform: uppercase;
  font-weight: bold;
}
.popup.min-cart .form-content .top .cart_action a.open_cart:hover {
  background-color: #6C707D;
}
.popup.min-cart .form-content .top .cart_action a.open_cart:hover button {
  color: white;
}
.popup.min-cart .form-content .all_item {
  padding: 15px 15px 0;
  height: calc(100% - 130px);
  overflow: scroll;
  display: flex;
  flex-direction: column;
}
.popup.min-cart .form-content .all_item::-webkit-scrollbar {
  display: none;
}
.popup.min-cart .form-content .all_item .single_item {
  position: relative;
  padding: 15px 0;
}
.popup.min-cart .form-content .all_item .single_item:first-child {
  padding: 15px 0 0;
}
.popup.min-cart .form-content .all_item .single_item .sec_item {
  display: flex;
}
.popup.min-cart .form-content .all_item .single_item .sec_item .img {
  width: 90px;
  height: 90px;
}
.popup.min-cart .form-content .all_item .single_item .sec_item .img img {
  border-radius: 4px;
}
@media screen and (max-width: 999px) {
  .popup.min-cart .form-content .all_item .single_item .sec_item .img img {
    height: 75px;
  }
}
.popup.min-cart .form-content .all_item .single_item .sec_item .info {
  padding-left: 15px;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 90px);
}
@media screen and (max-width: 767px) {
  .popup.min-cart .form-content .all_item .single_item .sec_item .info {
    flex-direction: column;
  }
}
.popup.min-cart .form-content .all_item .single_item .sec_item .info .left .text h4 {
  color: #121212;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}
@media screen and (max-width: 999px) {
  .popup.min-cart .form-content .all_item .single_item .sec_item .info .left .text h4 {
    font-size: 12px;
    padding-right: 14px;
  }
}
.popup.min-cart .form-content .all_item .single_item .sec_item .info .left .text ul {
  line-height: 15px;
}
.popup.min-cart .form-content .all_item .single_item .sec_item .info .left .text ul li {
  position: relative;
  font-size: 12px;
  display: inline-block;
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  .popup.min-cart .form-content .all_item .single_item .sec_item .info .left .text ul li {
    font-size: 10px;
  }
}
.popup.min-cart .form-content .all_item .single_item .sec_item .info .left .text ul li::before {
  content: "-";
  position: absolute;
  left: -10px;
}
.popup.min-cart .form-content .all_item .single_item .sec_item .info .left .text ul li:first-child::before {
  display: none;
}
.popup.min-cart .form-content .all_item .single_item .sec_item .info .left .section_count {
  display: flex;
  align-items: center;
  padding: 0px 0 0px;
  border: 1px solid #c8c8c8;
  margin-top: 10px;
  max-width: 70px;
}
.popup.min-cart .form-content .all_item .single_item .sec_item .info .left .section_count .increase {
  width: 22px;
  height: 23px;
  position: relative;
}
.popup.min-cart .form-content .all_item .single_item .sec_item .info .left .section_count .increase::before {
  content: "add";
  font-family: "Material Icons" !important;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  position: absolute;
  color: #6C707D;
  top: 0;
  right: 3px;
  cursor: pointer;
  pointer-events: none;
  font-weight: 500;
}
.popup.min-cart .form-content .all_item .single_item .sec_item .info .left .section_count .number_count {
  color: #6c707d;
  font-size: 11px;
  font-weight: 500;
  max-width: 22px;
  text-align: center;
  border-right: 1px solid #c8c8c8;
  border-left: 1px solid #c8c8c8;
  height: 23px;
}
.popup.min-cart .form-content .all_item .single_item .sec_item .info .left .section_count .decrease {
  width: 22px;
  height: 23px;
  position: relative;
}
.popup.min-cart .form-content .all_item .single_item .sec_item .info .left .section_count .decrease::before {
  content: "remove";
  font-family: "Material Icons" !important;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  position: absolute;
  color: #6C707D;
  top: 0;
  left: 3px;
  cursor: pointer;
  pointer-events: none;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .popup.min-cart .form-content .all_item .single_item .sec_item .info .right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: -25px;
  }
}
.popup.min-cart .form-content .all_item .single_item .sec_item .info .right .total_price {
  font-size: 13px;
  color: #6d6d6d;
  font-weight: bold;
}
.popup.min-cart .form-content .all_item .single_item .sec_item .info .right .remove_min_cart {
  font-size: 0;
  font-weight: 500;
  opacity: 0.7;
  display: block;
  position: relative;
  height: 40px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .popup.min-cart .form-content .all_item .single_item .sec_item .info .right .remove_min_cart {
    position: absolute;
    top: 0;
    right: -5px;
  }
}
.popup.min-cart .form-content .all_item .single_item .sec_item .info .right .remove_min_cart::before {
  content: "delete_forever";
  font-family: "Material Icons" !important;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  position: absolute;
  color: #6c707d;
  opacity: 0.4;
  top: 10px;
  right: 0;
  cursor: pointer;
  pointer-events: none;
  font-weight: 500;
}
.popup.min-cart .form-content .all_item .loader {
  display: none;
  left: 0;
  right: 0;
  top: 0px;
  bottom: 0;
  position: absolute;
  background: rgba(255, 255, 255, 0.6117647059);
}
.popup.min-cart .form-content .all_item .loader::before {
  display: none !important;
}
.popup.min-cart .form-content .all_item .loader .sec_loader {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 100px;
  height: 20px;
  margin: auto;
}
.popup.min-cart .form-content .all_item .loader .sec_loader .dot-pulse {
  position: relative;
  left: -9950px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #6fa088;
  color: #6fa088;
  box-shadow: 9999px 0 0 -5px #6fa088;
  animation: dotPulse 1.5s infinite linear;
  animation-delay: 0.25s;
}
.popup.min-cart .form-content .all_item .loader .sec_loader .dot-pulse::before, .popup.min-cart .form-content .all_item .loader .sec_loader .dot-pulse::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #6fa088;
  color: #6fa088;
}
.popup.min-cart .form-content .all_item .loader .sec_loader .dot-pulse::before {
  box-shadow: 9984px 0 0 -5px #6fa088;
  animation: dotPulseBefore 1.5s infinite linear;
  animation-delay: 0s;
}
.popup.min-cart .form-content .all_item .loader .sec_loader .dot-pulse::after {
  box-shadow: 10014px 0 0 -5px #6fa088;
  animation: dotPulseAfter 1.5s infinite linear;
  animation-delay: 0.5s;
}
@keyframes dotPulseBefore {
  0% {
    box-shadow: 9984px 0 0 -5px #6fa088;
  }
  30% {
    box-shadow: 9984px 0 0 2px #6fa088;
  }
  60%, 100% {
    box-shadow: 9984px 0 0 -5px #6fa088;
  }
}
@keyframes dotPulse {
  0% {
    box-shadow: 9999px 0 0 -5px #6fa088;
  }
  30% {
    box-shadow: 9999px 0 0 2px #6fa088;
  }
  60%, 100% {
    box-shadow: 9999px 0 0 -5px #6fa088;
  }
}
@keyframes dotPulseAfter {
  0% {
    box-shadow: 10014px 0 0 -5px #6fa088;
  }
  30% {
    box-shadow: 10014px 0 0 2px #6fa088;
  }
  60%, 100% {
    box-shadow: 10014px 0 0 -5px #6fa088;
  }
}
.popup.min-cart .form-content .section_emty {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.popup.min-cart .form-content .section_emty img {
  max-width: 60px;
}
.popup.min-cart .form-content .section_emty p {
  color: #414241;
  font-size: 12px;
  font-weight: 500;
  padding: 15px 0;
}
.popup.min-cart .form-content .section_emty a {
  display: none;
  width: 100%;
  display: block;
  padding: 18px 0 12px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: #af9751;
  transition: all 0.3s ease;
}
.popup.min-cart .form-content .section_emty a:hover {
  background: #8f7643;
}
.popup.min-cart .form-content .section_emty a button {
  width: 100%;
  color: white;
}
.popup.min-cart .form-content .bottom {
  display: none;
  position: absolute;
  bottom: 20px;
  width: 100%;
  padding: 20px 20px 0;
  border-top: 1px solid rgba(151, 151, 151, 0.3803921569);
}
.popup.min-cart .form-content .bottom .bottom_info {
  padding-bottom: 10px;
}
.popup.min-cart .form-content .bottom .bottom_info .info_min_cart h4 {
  color: #000104;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 999px) {
  .popup.min-cart .form-content .bottom .bottom_info .info_min_cart h4 {
    font-size: 12px;
  }
}
.popup.min-cart .form-content .bottom .bottom_info .info_min_cart h4 .price {
  font-size: 18px;
  font-weight: bold;
  padding: 8px 0 3px;
}
@media screen and (max-width: 999px) {
  .popup.min-cart .form-content .bottom .bottom_info .info_min_cart h4 .price {
    font-size: 14px;
  }
}
.popup.min-cart .form-content .bottom .bottom_info .info_min_cart h4 .qun {
  display: block;
}
.popup.min-cart .form-content .bottom a {
  width: 100%;
  display: block;
  padding: 18px 0 12px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: #af9751;
  transition: all 0.3s ease;
}
.popup.min-cart .form-content .bottom a:hover {
  background: #8f7643;
}
.popup.min-cart .form-content .bottom a button {
  width: 100%;
  color: white;
}
.popup.min-cart .form-content .min_cart {
  height: 100%;
}
.popup.min-cart .form-content .empty_min_cart {
  height: 100%;
}
.popup.min-cart .form-content .empty_min_cart .top {
  display: none;
}
.popup.min-cart .form-content .empty_min_cart .bottom {
  display: none;
}

#yith-par-message-cart {
  border-radius: 2px;
  color: #044437;
  background: transparent;
  box-shadow: none;
  border: none;
  padding: 0;
  margin-bottom: 18px;
}
#yith-par-message-cart strong {
  font-weight: inherit;
}

#yith-par-message-reward-cart {
  background: rgb(255, 255, 255);
  border-radius: 2px;
  border: 1px solid rgb(237, 242, 244);
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  margin-bottom: 18px;
}
#yith-par-message-reward-cart .points-label {
  font-size: 10px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  text-transform: uppercase;
  line-height: 15px;
  display: inline-block;
  vertical-align: middle;
  background-color: #e73348;
  color: #fff;
  border-radius: 1px;
  margin-left: 5px;
  padding-left: 3px;
  padding-right: 4px;
}
body.rtl #yith-par-message-reward-cart .points-label {
  font-family: "Cairo", sans-serif;
}
#yith-par-message-reward-cart p {
  font-size: 16px;
  font-weight: 700;
  color: #044437;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  #yith-par-message-reward-cart p {
    font-size: 14px;
    margin-top: 0;
  }
}
#yith-par-message-reward-cart a {
  display: none;
}
#yith-par-message-reward-cart .point-total {
  border-radius: 4px;
  border: 2px solid #044437;
  min-width: 130px;
  height: auto;
  padding: 0 10px;
  position: absolute;
  right: 25px;
  top: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #044437;
  font-weight: 500;
}
#yith-par-message-reward-cart .point-total strong {
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
}
@media screen and (max-width: 767px) {
  #yith-par-message-reward-cart .point-total {
    position: static;
    margin-top: 10px;
  }
}
#yith-par-message-reward-cart .ywpar_apply_discounts_container {
  width: 100%;
  display: block;
  margin-top: 10px;
}
#yith-par-message-reward-cart .ywpar_apply_discounts_container .ywpar_apply_discounts {
  margin: 0;
  display: flex;
  align-items: center;
}
#yith-par-message-reward-cart .ywpar_apply_discounts_container .form-row {
  width: auto;
  float: none;
  margin: 0;
}
#yith-par-message-reward-cart .ywpar_apply_discounts_container .form-row.form-row-first {
  display: none;
}
body.rtl #yith-par-message-reward-cart .ywpar_apply_discounts_container .form-row.form-row-last {
  position: relative;
}
body.rtl #yith-par-message-reward-cart .ywpar_apply_discounts_container .form-row.form-row-last::before {
  content: "تفعيل الخصم";
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  font-size: 16px;
  background-color: #044437;
  padding: 0px 20px;
  line-height: 40px;
  display: inline-block;
  margin-left: auto;
  border-radius: 4px;
  text-transform: capitalize;
  color: #fff;
}
body.rtl #yith-par-message-reward-cart .ywpar_apply_discounts_container .form-row.form-row-last:hover::before {
  background-color: #0c7963;
}
body.rtl #yith-par-message-reward-cart .ywpar_apply_discounts_container .form-row.form-row-last .button {
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #yith-par-message-reward-cart .ywpar_apply_discounts_container .form-row {
    width: 100%;
  }
}
#yith-par-message-reward-cart .ywpar_apply_discounts_container .input-text {
  width: 100%;
  border: none;
  background: #f6f8fa;
  padding: 10px;
  height: 34px;
  font-weight: normal !important;
  visibility: visible;
  font-size: 14px;
  border-radius: 4px 0 0 4px;
  display: none;
}
body.rtl #yith-par-message-reward-cart .ywpar_apply_discounts_container .input-text {
  border-radius: 0 4px 4px 0;
}
#yith-par-message-reward-cart .ywpar_apply_discounts_container .button {
  font-size: 16px;
  background-color: #044437;
  padding: 0px 20px;
  line-height: 40px;
  display: inline-block;
  margin-left: auto;
  border-radius: 4px;
  text-transform: capitalize;
}
@media screen and (min-width: 767px) {
  #yith-par-message-reward-cart .ywpar_apply_discounts_container .button:hover {
    background-color: #0c7963;
  }
}
@media screen and (max-width: 767px) {
  #yith-par-message-reward-cart .ywpar_apply_discounts_container .button:hover {
    background-color: #6fa088;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  #yith-par-message-reward-cart .ywpar_apply_discounts_container .button {
    width: 100%;
  }
}

.select2-container .select2-results__option {
  text-align: left;
}

.show-ar {
  display: none;
}
body.rtl .show-ar {
  display: inline;
}

body.rtl .hide-ar {
  display: none;
}

.show-for-ar {
  display: none;
}
body.rtl .show-for-ar {
  display: block;
}

body.rtl .hide-for-ar {
  display: none;
}

.password-input {
  display: block;
  line-height: 34px;
}
body.rtl .password-input .show-password-input {
  left: 0.7em;
  right: auto;
}

.green {
  color: #6fa088;
}

.check-radio {
  position: relative;
  line-height: 23px;
  cursor: pointer;
  display: block;
  padding-left: 22px;
  margin-bottom: 0 !important;
  margin-right: 13px;
}
.check-radio .check-icon {
  position: relative;
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  top: 0;
  pointer-events: none;
}
.check-radio .check-icon::before {
  content: "radio_button_unchecked";
  font-family: "Material Icons" !important;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  color: #434343;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.check-radio .name {
  color: #000;
  font-size: 14px;
  line-height: 17px;
  display: inline-block;
  word-spacing: -1px;
  letter-spacing: -0.3px;
}
.check-radio input {
  display: none;
}
.check-radio input:checked ~ .check-icon::before {
  content: "radio_button_checked";
  color: #000;
}
.check-radio input:checked ~ .name {
  color: #000;
}

.cus_loader {
  position: relative;
}
.cus_loader::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.cus_loader:after {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url("../img/icons/loader.png");
  background-repeat: no-repeat;
  -webkit-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
  background-size: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
  z-index: 2;
}

.woocommerce .blockUI.blockOverlay:before,
.woocommerce .loader:before {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url("../img/icons/loader.png") !important;
  background-repeat: no-repeat;
  -webkit-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
  background-size: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
  z-index: 2;
}

.keep-scrolling {
  overflow-x: auto; /* Add the ability to scroll y axis*/
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  /* Hide scrollbar for Chrome, Safari and Opera */
}
.keep-scrolling::-webkit-scrollbar {
  display: none;
}

.hide-this {
  display: none !important;
}

.cart-salad-items {
  margin: 10px 0 5px;
  padding: 6px 0 2px;
  border-color: #dddddd;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  text-align: start;
}
.cart-salad-items .col {
  padding: 6px 5px 2px;
}
.cart-salad-items h5 {
  font-size: 14px;
  font-weight: 700;
  color: #9e9e9e;
  text-transform: capitalize;
}
.cart-salad-items h5 ~ h5 {
  margin-top: 10px;
}
.cart-salad-items p {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.9;
  color: #9e9e9e;
}
.cart-salad-items p span + span::before {
  content: " + ";
}
.cart-salad-items .extra {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.9;
  color: #9e9e9e;
  display: block;
  padding: 0 5px;
}

.wc-item-meta {
  display: none;
}

@media screen and (max-width: 767px) {
  input[type=color],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select:focus,
textarea {
    font-size: 16px;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.hide-en-block {
  display: none;
}
body.rtl .hide-en-block {
  display: block;
}

.rew-spinner {
  display: flex;
  margin: 0 -5px;
  position: relative;
}
.rew-spinner.hide {
  display: none !important;
}

.spinner {
  display: flex;
  margin: 0 auto;
  position: relative;
  width: 50px;
  height: 50px;
}
.spinner.hide {
  display: none !important;
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(209, 209, 209, 0.5);
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.wrap-page .salad-choosing-section .salad-item .choose-multi .fake-btn {
  height: 36px;
}

.wrap-page .salad-choosing-section .salad-item.full {
  width: 25%;
}

.wrap-page .salad-choosing-section .salad-item .choose-multi a {
  font-size: 10px !important;
}

.wrap-page .select-pickup-branche option {
  font-size: 12px;
}

@media (max-width: 768px) {
  .area-component .select-delivery-area p {
    font-size: 14px;
  }
  .area-component > div ~ div {
    margin-top: 14px;
    margin-bottom: 20px;
  }
  .area-component .select-delivery-area a, .area-component .delivery-area-not-available a {
    font-size: 14px;
    padding: 6px;
    text-align: center;
    display: inline-block;
  }
  .area-component .delivery-area-not-available p {
    font-size: 14px;
  }
  .hide-area-alert-after-check {
    margin: 15px 0px !important;
    display: block;
  }
  .salad-choosing-section .area-component .shipping-methods {
    margin-bottom: 20px;
  }
  .select-pickup-branche {
    width: 100% !important;
  }
  .area-component .pickups-branches {
    margin-bottom: 25px;
  }
  .area-component .select-delivery-area, .area-component .delivery-area-not-available {
    display: block;
  }
}
body #ui-datepicker-div.ui-datepicker {
  padding: 20px 10px 5px;
  display: none;
  box-sizing: content-box;
  background: #FFFFFF;
  border: 1px solid #C1C9D2;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 0 1px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  z-index: 1004 !important;
}
body #ui-datepicker-div .ui-datepicker-header {
  position: relative;
  padding: 0 0 27px !important;
  background: none !important;
  border: none !important;
  font-weight: normal !important;
}
body #ui-datepicker-div .ui-datepicker-title {
  margin: 0 auto;
  line-height: 1;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
}
body #ui-datepicker-div .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
  display: inline-block;
  width: auto !important;
}
body #ui-datepicker-div .ui-datepicker-prev, body #ui-datepicker-div .ui-datepicker-next {
  position: absolute;
  top: -7px;
  width: 24px;
  height: 24px;
  z-index: 1;
  border-radius: 4px;
  background: #f4c6a7;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: none;
}
body #ui-datepicker-div .ui-datepicker-prev.ui-state-disabled, body #ui-datepicker-div .ui-datepicker-next.ui-state-disabled {
  pointer-events: none;
  opacity: 0.35;
}
body #ui-datepicker-div .ui-datepicker-prev-hover, body #ui-datepicker-div .ui-datepicker-next-hover {
  background-color: #B98562;
}
body #ui-datepicker-div .ui-datepicker-prev span.ui-icon, body #ui-datepicker-div .ui-datepicker-next span.ui-icon {
  font-size: 0;
  position: static;
  margin: 0;
  padding: 0;
  background: none;
  width: auto;
  height: auto;
  text-indent: 0;
  color: #fff;
  word-wrap: normal;
}
body #ui-datepicker-div .ui-datepicker-prev span.ui-icon::before, body #ui-datepicker-div .ui-datepicker-next span.ui-icon::before {
  font-family: "Material Icons";
  font-size: 16px;
}
body #ui-datepicker-div .ui-datepicker-prev {
  left: 2px;
}
body #ui-datepicker-div .ui-datepicker-prev span::before {
  content: "keyboard_arrow_left";
}
body #ui-datepicker-div .ui-datepicker-next {
  right: 2px;
}
body #ui-datepicker-div .ui-datepicker-next span::before {
  content: "keyboard_arrow_right";
}
body #ui-datepicker-div .ui-datepicker select.ui-datepicker-month,
body #ui-datepicker-div .ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
body #ui-datepicker-div .ui-datepicker-calendar {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0;
}
body #ui-datepicker-div .ui-datepicker-calendar th {
  padding: 0 0 10px;
  text-align: center;
  border: 0;
  color: #101010;
  font-size: 12px;
  font-weight: 500;
  background: none;
}
body #ui-datepicker-div .ui-datepicker-calendar td {
  border: 0;
  padding: 0 0 5px;
  text-align: center;
  box-sizing: border-box;
  opacity: 1 !important;
  cursor: pointer;
  position: relative;
}
body #ui-datepicker-div .ui-datepicker-calendar td span,
body #ui-datepicker-div .ui-datepicker-calendar td a {
  display: block;
  padding: 0;
  text-align: center !important;
  text-decoration: none;
  width: 26px;
  height: 26px;
  font-size: 12px;
  line-height: 26px;
  box-sizing: border-box;
  padding: 0 !important;
  border-radius: 2px;
  border: none !important;
  color: #101010;
  transition: 0.2s all;
  position: relative;
  background: none !important;
  border-radius: 2px;
  font-weight: 300;
}
body #ui-datepicker-div .ui-datepicker-calendar td a:hover {
  text-shadow: 0 0 1px;
}
body #ui-datepicker-div .ui-datepicker-calendar td.ui-datepicker-current-day a {
  background-color: #E0A379 !important;
  color: #fff !important;
}
body #ui-datepicker-div .ui-datepicker-calendar td.ui-state-disabled {
  pointer-events: none;
  opacity: 0.35 !important;
}
body #ui-datepicker-div .ui-datepicker-calendar .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
body #ui-datepicker-div .ui-datepicker-calendar .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}
body #ui-datepicker-div .ui-datepicker-calendar .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
body #ui-datepicker-div .ui-datepicker-calendar .ui-widget-content {
  border: 1px solid #aaa;
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABkCAYAAAD0ZHJ6AAAAeUlEQVRoge3OMQHAIBAAsVL/nh8JDDfAkCjImpn5HvbfDpwIVoKVYCVYCVaClWAlWAlWgpVgJVgJVoKVYCVYCVaClWAlWAlWgpVgJVgJVoKVYCVYCVaClWAlWAlWgpVgJVgJVoKVYCVYCVaClWAlWAlWgpVgJVgJVhtqiwTEKTLXTgAAAABJRU5ErkJggg==) 50% 50% repeat-x;
  color: #222;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.site-main ul.products.products-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.site-main ul.products.products-list:after, .site-main ul.products.products-list::before {
  display: none;
}
.site-main ul.products li.product.product-widget {
  width: 20%;
  margin: 0;
  padding: 8px 8px 16px;
}
@media screen and (max-width: 1219px) {
  .site-main ul.products li.product.product-widget {
    width: 25%;
  }
}
@media screen and (max-width: 999px) {
  .site-main ul.products li.product.product-widget {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .site-main ul.products li.product.product-widget {
    width: 50%;
  }
}
.site-main .list-content .storefront-sorting {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.site-main .list-content .storefront-sorting .woocommerce-ordering {
  float: none;
}
.site-main .list-content .storefront-sorting select {
  text-transform: lowercase;
}
.site-main .list-content .storefront-sorting .woocommerce-result-count {
  float: none;
}
.site-main .list-content .storefront-sorting .woocommerce-pagination {
  display: none;
}
.site-main .list-content .storefront-sorting:not(:first-of-type) {
  margin: 30px 0 0;
  font-size: 14px;
}
.site-main .list-content .storefront-sorting:not(:first-of-type) .woocommerce-pagination {
  display: block;
}
.site-main .list-content .storefront-sorting:not(:first-of-type) .woocommerce-ordering, .site-main .list-content .storefront-sorting:not(:first-of-type) .woocommerce-result-count {
  display: none;
}

ul.products.products-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
ul.products li.product.product-widget {
  width: 25%;
  margin: 0;
  padding: 8px 8px 16px;
}

.category-page {
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .category-page .category-sidebar {
    padding: 0 0 20px;
  }
}
.category-page .category-sidebar .widget-area {
  width: 100%;
  float: none;
  font-size: 16px;
  margin: 0;
}
.category-page .page-title {
  padding-bottom: 20px;
  font-family: "Lora", serif;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: lowercase;
  margin: 0;
}
body.rtl .category-page .page-title {
  font-family: "Cairo", sans-serif;
}
body.rtl .category-page .page-title {
  font-family: "Cairo", sans-serif;
}
@media screen and (max-width: 767px) {
  .category-page .page-title {
    font-size: 2em;
  }
}
.category-page .page-title span {
  font-size: 0.4em;
  font-weight: 400;
  color: #6c707d;
  display: block;
  line-height: 1.7;
  margin-top: 5px;
}
.category-page .grid {
  max-width: 1440px;
}
.category-page .banner {
  margin-bottom: 20px;
}
.category-page .banner img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  width: 100%;
}

.related-products ~ .related-products {
  margin-top: 40px;
}
.related-products h2 {
  font-size: 24px !important;
  font-weight: 700 !important;
  margin-bottom: 20px !important;
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .related-products h2 {
    font-size: 22px !important;
  }
}
.related-products ul.products-list li.product.product-widget {
  width: 20%;
}
@media screen and (max-width: 999px) {
  .related-products ul.products-list li.product.product-widget {
    width: 33.3333333333%;
    min-width: 160px;
  }
}
@media screen and (max-width: 767px) {
  .related-products ul.products-list li.product.product-widget {
    width: 50%;
    min-width: 160px;
  }
}
@media screen and (max-width: 479px) {
  .related-products ul.products-list li.product.product-widget {
    width: 50%;
    min-width: auto;
    padding: 8px 4px;
  }
}

.products-list-slider:not(.slick-slider) {
  display: flex;
  flex-wrap: wrap;
}
.products-list-slider:not(.slick-slider) > .product-widget {
  min-width: 170px;
}
@media screen and (max-width: 767px) {
  .grid .products-list-slider {
    margin-right: -16px;
    flex-wrap: nowrap;
    overflow: scroll;
  }
}
.products-list-slider .slick-track {
  display: flex;
  align-items: stretch;
  margin-right: auto;
  margin-left: 0;
}
.products-list-slider .slick-track::before, .products-list-slider .slick-track:after {
  display: none;
}
.products-list-slider .slick-track .product {
  height: inherit !important;
  float: none;
}
.products-list-slider .slick-arrow {
  position: absolute;
  background: #FFFFFF;
  border: 1px solid #EDF2F4;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  width: 60px;
  height: 90px;
  top: 50%;
  margin-top: -75px;
  z-index: 1;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.products-list-slider .slick-arrow.slick-next {
  right: -20px;
}
.products-list-slider .slick-arrow.slick-next::before {
  content: url("../img/icons/arrow-left.png");
}
.products-list-slider .slick-arrow.slick-prev {
  left: -20px;
}
.products-list-slider .slick-arrow.slick-prev::before {
  content: url("../img/icons/arrow-right.png");
}
.products-list-slider .slick-arrow.slick-disabled {
  opacity: 0;
}
.products-list-slider .slick-arrow:hover {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
}

.related.products {
  margin-bottom: 30px;
}
.related.products > h2 {
  font-size: 24px !important;
  font-weight: 700 !important;
  margin-bottom: 20px !important;
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .related.products > h2 {
    font-size: 22px !important;
  }
}
.related.products ul.products-list {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .related.products ul.products-list {
    margin: 0;
    margin-right: -15px;
    display: flex;
    overflow: scroll;
    flex-wrap: nowrap;
  }
}
.related.products ul.products-list li.product.product-widget {
  width: 20%;
}
@media screen and (max-width: 999px) {
  .related.products ul.products-list li.product.product-widget {
    width: 33.3333333333%;
    min-width: 160px;
  }
}
@media screen and (max-width: 767px) {
  .related.products ul.products-list li.product.product-widget {
    width: 50%;
    min-width: 160px;
  }
}

.new-arrival-page {
  padding: 40px 0;
}
.new-arrival-page h1 {
  font-weight: 700;
  letter-spacing: 0;
  text-transform: lowercase;
  margin: 0;
  font-family: "Lora", serif;
}
body.rtl .new-arrival-page h1 {
  font-family: "Cairo", sans-serif;
}
body.rtl .new-arrival-page h1 {
  font-family: "Cairo", sans-serif;
}
@media screen and (max-width: 767px) {
  .new-arrival-page h1 {
    font-size: 2em;
  }
}
.new-arrival-page ul.products-list li.product.product-widget {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .new-arrival-page ul.products-list li.product.product-widget {
    width: 50%;
    min-width: 160px;
  }
}

.products-loading {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .products-loading {
    margin-right: -16px;
    flex-wrap: nowrap;
    overflow: scroll;
  }
}
.products-loading .product {
  width: 20% !important;
}
@media screen and (max-width: 767px) {
  .products-loading .product {
    width: 50% !important;
    min-width: 180px;
  }
}

body.rtl .lmp_button {
  font-size: 0 !important;
  position: relative;
}
body.rtl .lmp_button:before {
  content: "اعرض المزيد";
  display: block;
  color: #ffffff;
  z-index: 10000;
  top: 0;
  left: 0;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  text-indent: 0;
}

.single-product-page {
  padding: 40px 0 0;
}
.single-product-page .grid {
  width: 100%;
  float: none;
}
.single-product-page div.product {
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.single-product-page div.product .storefront-breadcrumb {
  width: 100%;
}
.single-product-page div.product .onsale {
  display: none;
}
.single-product-page div.product .related-products {
  width: 100%;
}
.single-product-page div.product .related-products h2 {
  text-transform: lowercase;
}
.single-product-page div.product .related.products {
  margin-bottom: 30px;
  width: 100%;
}
.single-product-page div.product .related.products > h2 {
  font-size: 24px !important;
  font-weight: 700 !important;
  margin-bottom: 20px !important;
  text-align: left !important;
  padding: 0 10px;
}
.single-product-page div.product .woocommerce-product-gallery {
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  float: left !important;
  margin-right: 50px !important;
  margin-left: 0 !important;
}
.single-product-page div.product .woocommerce-product-gallery > .woocommerce-product-gallery__wrapper {
  min-height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/placeholder.png");
}
@media screen and (max-width: 999px) {
  .single-product-page div.product .woocommerce-product-gallery {
    width: auto !important;
    margin: 0 auto 30px !important;
    float: none !important;
  }
}
@media screen and (max-width: 767px) {
  .single-product-page div.product .woocommerce-product-gallery {
    float: none !important;
    margin: 0 !important;
  }
}
.single-product-page div.product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 10px !important;
  direction: ltr;
}
.single-product-page div.product .woocommerce-product-gallery .flex-viewport img {
  width: 100%;
}
.single-product-page div.product .woocommerce-product-gallery .flex-control-thumbs {
  display: flex;
}
.single-product-page div.product .woocommerce-product-gallery .flex-control-thumbs li {
  margin: 0 10px 0 0 !important;
  float: none !important;
  width: 20% !important;
}
.single-product-page div.product .summary {
  position: relative;
  float: right !important;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 999px) {
  .single-product-page div.product .summary {
    width: 100% !important;
    margin-bottom: 70px !important;
  }
}
.single-product-page div.product .summary .content {
  order: 2;
  width: 100%;
}
.single-product-page div.product .summary .content table {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
  margin: 30px 0 0;
  font-size: 14px;
}
.single-product-page div.product .summary .content table td,
.single-product-page div.product .summary .content table th {
  border: 1px solid #ddd;
  padding: 6px 10px;
  line-height: 1.3;
}
.single-product-page div.product .summary .content table tr:nth-child(even) td {
  background-color: #f2f2f2;
}
.single-product-page div.product .summary .content p {
  font-size: 14px;
}
.single-product-page div.product .summary .content ul li {
  font-size: inherit;
  line-height: 1.6;
  padding-left: 18px;
  position: relative;
  font-size: 14px;
}
.single-product-page div.product .summary .content ul li strong,
.single-product-page div.product .summary .content ul li b {
  font-weight: 700;
}
.single-product-page div.product .summary .content ul li a {
  color: #2075FF;
  text-decoration: underline;
}
.single-product-page div.product .summary .content ul li em {
  font-style: italic;
}
.single-product-page div.product .summary .content ul li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #4f4f4f;
  border-radius: 50%;
  top: 50%;
  left: 0;
  margin-top: -4px;
}
.single-product-page div.product .summary .content ul li ~ li {
  margin-top: 2px;
}
.single-product-page div.product .summary .content ol li {
  line-height: 1.6;
  padding-left: 24px;
  position: relative;
  counter-increment: step-counter;
  font-size: 14px;
}
.single-product-page div.product .summary .content ol li strong,
.single-product-page div.product .summary .content ol li b {
  font-weight: 700;
}
.single-product-page div.product .summary .content ol li a {
  color: #2075FF;
  text-decoration: underline;
}
.single-product-page div.product .summary .content ol li em {
  font-style: italic;
}
.single-product-page div.product .summary .content ol li ~ * {
  margin-top: 2px;
}
.single-product-page div.product .summary .content ol li:before {
  content: counter(step-counter) "- ";
  position: absolute;
  top: 10px;
  left: 0;
  line-height: 10px;
}
.single-product-page div.product .summary .edit-link {
  display: none;
}
.single-product-page div.product .summary .nutrition-facts {
  width: 100%;
  margin: 20px 0 0;
  order: 2;
}
.single-product-page div.product .summary .nutrition-facts li {
  display: flex;
  font-size: 14px;
  line-height: 2.5;
}
.single-product-page div.product .summary .nutrition-facts li strong {
  width: 50%;
  background-color: #fff3ea;
  padding: 0 10px;
  border: 1px solid #fff;
}
.single-product-page div.product .summary .nutrition-facts li span {
  width: 50%;
  background: #f2f9ff;
  padding: 0 10px;
  border: 1px solid #fff;
}
.single-product-page div.product .summary .product_title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.5;
  font-family: "Lora", serif;
}
body.rtl .single-product-page div.product .summary .product_title {
  font-family: "Cairo", sans-serif;
}
@media screen and (max-width: 479px) {
  .single-product-page div.product .summary .product_title {
    font-size: 22px;
  }
}
body.rtl .single-product-page div.product .summary .product_title {
  font-family: "Cairo", sans-serif;
}
.single-product-page div.product .summary .price {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
  font-weight: 600;
  font-size: 20px;
  color: #db504a;
  order: 1;
}
.single-product-page div.product .summary .price del {
  text-decoration: line-through;
  font-size: 0.6em;
  order: 1;
  margin-left: 10px;
  color: #6C707D;
  font-weight: 500;
}
.single-product-page div.product .summary .price ins {
  margin: 0;
  font-weight: inherit;
}
.single-product-page div.product .summary .variations {
  width: 100%;
  display: block;
}
.single-product-page div.product .summary .variations a.reset_variations {
  display: none !important;
}
.single-product-page div.product .summary .variations #pa_extra-protein option:first-child,
.single-product-page div.product .summary .variations #pa_extra-protein-optional option:first-child {
  display: none;
}
.single-product-page div.product .summary .variations tbody {
  display: flex;
  margin: 0 -10px;
  flex-wrap: wrap;
}
.single-product-page div.product .summary .variations tbody tr,
.single-product-page div.product .summary .variations tbody td {
  display: block;
  text-align: left;
  margin: 0;
}
.single-product-page div.product .summary .variations tbody tr {
  width: auto;
  padding: 0 10px 10px;
}
@media screen and (max-width: 479px) {
  .single-product-page div.product .summary .variations tbody tr {
    width: 100%;
  }
}
.single-product-page div.product .summary .variations tbody td label {
  font-size: 13px;
  font-weight: 500;
}
.single-product-page div.product .summary form.cart {
  margin-bottom: 0;
  padding: 0;
  margin-top: 20px;
  order: 9;
  width: 100%;
}
.single-product-page div.product .summary form.cart .pwzrt-product-options-wrapper {
  margin: 0;
}
.single-product-page div.product .summary form.cart .single_variation .price {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
}
.single-product-page div.product .summary form.cart .variations_button {
  margin: 0;
  padding: 0;
}
.single-product-page div.product .summary form.cart .quantity {
  float: none;
  margin: 0;
  display: inline-flex;
  order: 1;
  vertical-align: top;
}
.single-product-page div.product .summary form.cart .quantity input {
  display: inline-block;
  width: 60px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  border-left: 0;
  border-right: 0;
  background: #f2f4f2;
  line-height: 40px;
}
.single-product-page div.product .summary form.cart .qty-btn {
  width: 36px;
  height: 40px;
  display: inline-flex;
  background: #f2f3f2;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  vertical-align: top;
}
.single-product-page div.product .summary form.cart .qty-btn:hover {
  background: #eee;
}
.single-product-page div.product .summary form.cart .qty-btn i {
  font-size: 18px;
  color: #595959;
}
.single-product-page div.product .summary form.cart .qty-btn.minus {
  order: 0;
  border-radius: 3px 0 0 3px;
  border-right: 1px solid #fff;
}
.single-product-page div.product .summary form.cart .qty-btn.plus {
  order: 2;
  border-radius: 0 3px 3px 0;
  border-left: 1px solid #fff;
}
.single-product-page div.product .summary form.cart .button {
  background-color: #6fa088;
  padding: 0 20px;
  line-height: 50px !important;
  border-radius: 4px;
  text-transform: none;
  margin: 5px 0 0 !important;
  display: block !important;
  height: auto !important;
  width: 100%;
  max-width: 300px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .single-product-page div.product .summary form.cart .button {
    max-width: 100%;
  }
}
.single-product-page div.product .summary form.cart .button:hover {
  background-color: #044437;
}
.single-product-page div.product .summary.ramadan-note form.cart button.single_add_to_cart_button {
  position: relative;
  margin-top: 30px !important;
}
.single-product-page div.product .summary.ramadan-note form.cart button.single_add_to_cart_button::before {
  font-size: 13px;
  font-weight: 600;
  color: #6fa088;
  position: absolute;
  top: -40px;
}
body.ltr .single-product-page div.product .summary.ramadan-note form.cart button.single_add_to_cart_button::before {
  content: "Please review and confirm your selected items during the checkout process.";
  left: 0;
}
body.rtl .single-product-page div.product .summary.ramadan-note form.cart button.single_add_to_cart_button::before {
  content: "يرجى مراجعة وتأكيد المنتجات التي اخترتها أثناء عملية الدفع.";
  right: 0;
}
.single-product-page div.product .summary .display_attribute {
  order: 8;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.single-product-page div.product .summary .display_attribute .col {
  padding: 0 10px;
  margin-bottom: 10px;
  min-width: 33.3333333333%;
}
.single-product-page div.product .summary .display_attribute h4 {
  font-size: 13px;
  font-weight: 500;
}
.single-product-page div.product .summary .deliver_note {
  font-size: 13px;
  font-weight: 600;
  color: #6fa088;
  order: 10;
}
@media screen and (max-width: 767px) {
  .single-product-page div.product .summary .deliver_note {
    margin-top: 10px;
  }
}
.single-product-page div.product .summary .deliver_note.small {
  font-size: 12px;
  font-weight: normal;
  max-width: 460px;
  margin-top: 5px;
}
.single-product-page div.product .summary .product-title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
  order: 0;
}
.single-product-page div.product .summary .badge {
  color: white;
  padding: 0 12px;
  line-height: 24px;
  font-size: 11px;
  margin-left: 10px;
  margin-top: 8px;
  font-weight: 700;
  z-index: 1;
  text-transform: capitalize;
  border-radius: 2px;
}
.single-product-page div.product .summary .badge-new {
  background: #E0A379;
  color: #fff;
}
.single-product-page div.product .summary .badge-outofstock {
  background: #4d4d4d;
}
.single-product-page div.product .summary .badge-best-seller {
  background: #268aff;
}
.single-product-page div.product .summary .badge-offer {
  background: #DFDDBD;
  color: #044437;
}
.single-product-page div.product .summary .badge ~ .badge {
  display: none;
}
@media screen and (max-width: 767px) {
  .single-product-page div.product .summary .badge {
    font-size: 9px;
    line-height: 20px;
  }
}
.single-product-page div.product .summary .woobt-wrap {
  margin-top: 15px;
}
.single-product-page div.product .summary .pwzrt-product-options-wrapper .fieldset {
  display: flex;
  align-items: flex-start;
  margin: 0 -5px;
  flex-wrap: wrap;
}
.single-product-page div.product .summary .pwzrt-product-options-wrapper .field {
  margin-bottom: 10px;
  width: auto;
  padding: 0 5px;
  min-width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  .single-product-page div.product .summary .pwzrt-product-options-wrapper .field {
    min-width: 50%;
  }
}
.single-product-page div.product .summary .pwzrt-product-options-wrapper .field label {
  font-size: 14px;
  font-weight: 400;
}
.single-product-page div.product .summary .pwzrt-product-options-wrapper .field label span:after {
  display: none;
}
.single-product-page div.product .summary .pwzrt-product-options-wrapper .field select {
  border: 1px solid #b4b4b4;
  height: 34px;
  padding: 0;
  padding-left: 10px;
  padding-right: 28px;
  border-radius: 2px;
  font-size: 12px;
  width: 100%;
  background-color: #fbfdff;
  background-image: url("../img/icons/select-arrow.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
}
body.rtl .single-product-page div.product .summary .pwzrt-product-options-wrapper .field select {
  background-position: 10px center;
}
.single-product-page div.product .summary .not-ava-branch {
  order: 3;
  padding: 10px 20px;
  width: 100%;
  background-color: #f44336;
  color: #fff;
  border-radius: 5px;
  margin-top: 30px;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
}
.single-product-page div.product .summary .not-ava-branch ~ .cart,
.single-product-page div.product .summary .not-ava-branch ~ .deliver_note {
  display: none;
}
.single-product-page div.product .summary .woocommerce-product-rating .star-rating span::before {
  color: #b74372;
}
.single-product-page div.product .summary .woocommerce-Reviews-title {
  font-size: 16px;
}
.single-product-page div.product .summary .woocommerce-Reviews-title .woocommerce-product-rating {
  margin: 0;
  display: flex;
  align-items: center;
}
.single-product-page div.product .summary .woocommerce-Reviews-title .woocommerce-product-rating .star-rating {
  margin: 0;
  margin-right: 10px;
}
.single-product-page div.product .summary .woocommerce-Reviews-title .woocommerce-product-rating .scroll-to-review {
  font-size: 13px;
  color: #b74372;
}
.single-product-page div.product.product-type-variable .summary .price {
  display: none;
}

.product-widget-box {
  background-color: #fff;
  border-radius: 4px;
  text-align: left;
  height: 100%;
  display: flex;
  flex-direction: column;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.product-widget-box:hover {
  box-shadow: 0 0 20px 0 #efefef;
}
@media screen and (max-width: 767px) {
  .product-widget-box {
    box-shadow: 0 0 5px -1px rgba(196, 196, 196, 0.7);
  }
}
.product-widget-box.loading .pic .badge, .product-widget-box.loading .pic img {
  opacity: 0;
}
.product-widget-box.loading .text h3, .product-widget-box.loading .text .nutrition-facts {
  color: transparent !important;
}
.product-widget-box.loading .text .price {
  color: transparent !important;
}
.product-widget-box.loading .text .price del, .product-widget-box.loading .text .price ins, .product-widget-box.loading .text .price .save-percent {
  color: transparent !important;
}
.product-widget-box.loading .text .button, .product-widget-box.loading .text .not-ava-branch {
  color: transparent !important;
}
.product-widget .text {
  padding: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.product-widget .text h3.title {
  font-weight: 600;
  font-size: 14px;
  color: #000;
  margin-bottom: 3px;
  line-height: 20px;
}
.product-widget .text h3.title a {
  font-weight: inherit;
}
@media screen and (max-width: 767px) {
  .product-widget .text h3.title {
    font-size: 13px;
  }
}
.product-widget .text .not-ava-branch {
  order: 3;
  padding: 7px 20px;
  width: 100%;
  background-color: #f44336;
  color: #fff;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  text-align: center;
  line-height: 1;
}
.product-widget .text .not-ava-branch ~ .button {
  display: none;
}
.product-widget .text h2.woocommerce-loop-product__title {
  font-weight: 600 !important;
  font-size: 14px !important;
  color: #000;
  margin-bottom: 3px !important;
  line-height: 20px;
}
@media screen and (max-width: 767px) {
  .product-widget .text h2.woocommerce-loop-product__title {
    font-size: 13px !important;
  }
}
.product-widget .text .onsale {
  position: absolute;
  right: 10px;
  bottom: 100%;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  padding: 0 4px;
  display: none;
}
.product-widget .text .woocommerce-loop-product__link {
  order: 0;
}
.product-widget .text .button {
  order: 10;
}
.product-widget .text .nutrition-facts {
  order: 1;
}
.product-widget .text .price {
  order: 2;
}
.product-widget .price {
  color: #E69E6C !important;
  font-size: 14px;
  font-weight: 700 !important;
  margin-bottom: 6px !important;
  margin-top: auto;
}
.product-widget .price del {
  text-decoration: line-through;
}
.product-widget .price ins {
  font-weight: 700;
  margin-left: 0 !important;
}
.product-widget .added_to_cart {
  display: none;
}
.product-widget .button {
  width: 100%;
  text-align: center;
  white-space: nowrap;
  margin: auto 0 0 !important;
  display: block;
  padding: 0;
  line-height: 40px;
  background-color: #6fa088;
  padding: 0 20px;
  line-height: 40px;
  border-radius: 4px;
  color: #fff;
  margin-top: 0 !important;
  text-transform: none;
}
@media screen and (min-width: 767px) {
  .product-widget .button:hover {
    background-color: #044437;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .product-widget .button:hover {
    background-color: #6fa088;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .product-widget .button {
    font-size: 14px;
    padding: 0;
  }
}
@media screen and (max-width: 400px) {
  .product-widget .button {
    font-size: 12px;
  }
}
.product-widget .pic {
  position: relative;
}
.product-widget .pic::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.product-widget .pic img {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  width: auto;
}
.product-widget .nutrition-facts {
  order: 2;
  margin-bottom: 5px;
}
.product-widget .nutrition-facts ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.product-widget .nutrition-facts ul li {
  font-size: 12px;
}
.product-widget .nutrition-facts ul li:not(:first-child) {
  display: none;
}
.product-widget .nutrition-facts ul li strong {
  font-size: 1.1em;
}
.product-widget .badge {
  position: absolute;
  color: white;
  padding: 0 7px;
  line-height: 19px;
  font-size: 9px;
  top: 0;
  right: 0;
  font-weight: 700;
  z-index: 1;
  text-transform: capitalize;
  border-radius: 2px;
}
.product-widget .badge-new {
  background: #E0A379;
  color: #fff;
}
.product-widget .badge-outofstock {
  background: #4D4D4D;
}
.product-widget .badge-best-seller {
  background: #268AFF;
}
.product-widget .badge-offer {
  background: #DFDDBD;
  color: #044437;
}
.product-widget .badge-black_friday {
  background: #121212;
  color: #fff;
}
.product-widget .badge-flash_sale {
  background: #C4045A;
  color: #fff;
}
.product-widget .badge-1_egp {
  background: #3F51B5;
  color: #fff;
}
.product-widget .badge-soup_of_the_week {
  background: #00695C;
  color: #fff;
}
.product-widget .badge-ramadan {
  background: #fb8c00;
  color: #fff;
}
.product-widget .badge ~ .badge {
  display: none;
}
@media screen and (max-width: 767px) {
  .product-widget .badge {
    font-size: 9px;
    line-height: 20px;
  }
}

/* Hide the original Read More label.  */
.products .outofstock .button {
  visibility: hidden;
  position: relative;
  pointer-events: none;
}

/* Replace original label with Out of Stock label. */
.products .outofstock .button::before {
  content: "Out of Stock";
  visibility: visible !important;
  background-color: #d5d5d5;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
}
body.rtl .products .outofstock .button::before {
  content: "غير متوفر";
}

.products .outofstock.product_cat-soups .button::before {
  content: "Unavailable";
}
body.rtl .products .outofstock.product_cat-soups .button::before {
  content: "غير متوفر";
}

.products .outofstock.product_cat-ramadan-juices .button::before {
  content: "Coming Soon";
}
body.rtl .products .outofstock.product_cat-ramadan-juices .button::before {
  content: "قريبا";
}

.animated-background, .home-page .home-about .home-blog .blog-widget.loading .text a, .home-page .home-about .home-blog .blog-widget.loading .text span, .home-page .home-about .home-blog .blog-widget.loading .text h3, .home-page .home-about .home-blog .blog-widget.loading .pic, .product-widget-box.loading .pic, .product-widget-box.loading .text h3, .product-widget-box.loading .text .nutrition-facts, .product-widget-box.loading .text .price, .product-widget-box.loading .text .button, .product-widget-box.loading .text .not-ava-branch {
  animation-duration: 1.25s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #F6F6F6;
  background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
  background-size: 800px 104px;
  position: relative;
}

.side-bar .widget {
  margin-bottom: 0;
  background: #ffffff;
  box-shadow: 0 -2px 16px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
}
.side-bar .widget:not(:first-child) {
  margin-top: 30px;
}
.side-bar .widget .widget-title {
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
  text-transform: capitalize;
  background-color: #E0A379;
  padding: 0 10px;
  color: #000;
  line-height: 32px;
  text-transform: lowercase;
}
@media screen and (max-width: 999px) {
  .side-bar .widget .widget-title {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .side-bar .widget .widget-title {
    cursor: pointer;
    position: relative;
  }
  .side-bar .widget .widget-title:after {
    content: "keyboard_arrow_down";
    font-family: "Material Icons" !important;
    text-rendering: optimizeLegibility;
    -webkit-font-feature-settings: "liga" 1;
    font-feature-settings: "liga" 1;
    font-style: normal;
    text-transform: none;
    display: inline-block;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: 10px;
    color: #ffffff;
  }
  .side-bar .widget .widget-title.active:after {
    content: "keyboard_arrow_up";
  }
  .side-bar .widget .widget-title ~ ul {
    display: none;
  }
}
.side-bar .widget .count {
  position: absolute;
  float: none !important;
  padding: 0 4px;
  border-radius: 20px;
  text-align: center;
  line-height: 20px;
  right: 10px;
  top: 7px;
  background-color: #E0A379;
  color: #fff;
  min-width: 28px;
  font-weight: 600;
  font-size: 12px !important;
}
.side-bar .widget.woocommerce-widget-layered-nav ul li::before {
  content: "check_box_outline_blank";
  font-family: "Material Icons" !important;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
}
.side-bar .widget.woocommerce-widget-layered-nav ul li a {
  text-decoration: none !important;
}
.side-bar .widget.woocommerce-widget-layered-nav ul li a:hover {
  text-decoration: underline !important;
}
.side-bar .widget.woocommerce-widget-layered-nav ul li.chosen::before {
  content: "check_box";
}
.side-bar .widget .woocommerce-widget-layered-nav-list {
  padding: 16px 10px;
}
.side-bar .widget .woocommerce-widget-layered-nav-list__item {
  position: relative;
}
.side-bar .widget .product-categories {
  padding: 16px 0;
}
.side-bar .widget .product-categories .cat-item {
  padding: 0;
  position: relative;
  margin-bottom: 0;
  font-size: 13px;
}
.side-bar .widget .product-categories .cat-item::before {
  display: none;
}
.side-bar .widget .product-categories .cat-item.current-cat > a {
  background-color: #f3f0df;
}
.side-bar .widget .product-categories .cat-item.cat-item-237 {
  display: none !important;
}
.side-bar .widget .product-categories .cat-item .children {
  margin: 0;
  padding: 5px 0 10px;
}
.side-bar .widget .product-categories .cat-item .children a {
  font-weight: 400;
  font-size: 14px;
  color: #6fa088;
  text-shadow: 0 0 0.5px;
}
.side-bar .widget .product-categories .cat-item .children .count {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.57);
  font-weight: 400;
  padding: 0;
}
.side-bar .widget .product-categories .cat-item a {
  text-decoration: none !important;
  display: block;
  padding: 5px 40px 5px 10px;
  line-height: 24px;
  color: #000;
  text-transform: lowercase;
}
body.rtl .side-bar .widget .product-categories .cat-item a {
  padding: 5px 10px 5px 40px;
}
.side-bar .widget .product-categories .cat-item a:hover {
  background-color: #f3f0df;
}

.delivery-component #delivery_date_select_picker {
  display: block;
  opacity: 0;
  position: absolute;
  top: 25px;
  right: 5px;
  bottom: 0;
  left: auto;
  width: 15%;
  height: 25%;
}
@media screen and (max-width: 767px) {
  .delivery-component #delivery_date_select_picker {
    width: 50px;
    height: 50px;
    left: auto;
    bottom: auto;
    z-index: 2;
    display: none;
  }
}
.delivery-component #delivery_day_specific_date {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .delivery-component #delivery_day_specific_date {
    width: 50px;
    height: 50px;
    left: auto;
    bottom: auto;
  }
}
.delivery-component h3 {
  font-size: 16px;
  font-weight: 600;
  color: #121212;
  margin-bottom: 12px;
}
.delivery-component h3 .label {
  color: white;
  padding: 0 6px;
  line-height: 16px;
  font-size: 10px;
  font-weight: 700;
  font-style: italic;
  z-index: 1;
  text-transform: capitalize;
  border-radius: 2px;
  color: #fff;
  margin-left: 6px;
  display: inline-block;
}
.delivery-component h3 .label.green {
  background: #044437;
}
.delivery-component h3 .label.red {
  background: #e73348;
}
.delivery-component h3 .label.peach {
  background: #B98562;
}
.delivery-component .radio-btns {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  margin-top: 0;
}
.delivery-component .radio-btns label {
  width: 132px;
  height: 75px;
  border-radius: 4px;
  border: 2px solid #f4c6a7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 18px 10px;
  cursor: pointer;
  position: relative;
  margin: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.delivery-component .radio-btns label ~ label {
  margin-left: 10px;
}
.delivery-component .radio-btns label h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .delivery-component .radio-btns label h4 {
    font-size: 14px;
    margin-bottom: 4px !important;
  }
}
.delivery-component .radio-btns label .text_mob {
  display: none;
}
.delivery-component .radio-btns label p {
  font-size: 12px;
  margin-top: 3px;
  color: #f4c6a7;
  line-height: 1;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (max-width: 767px) {
  .delivery-component .radio-btns label p {
    font-size: 10px;
  }
}
.delivery-component .radio-btns label p.extra {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 4px 5px 0;
  color: #4f4f4f !important;
  font-weight: 300;
}
.delivery-component .radio-btns label.has-icon {
  padding-right: 30px;
}
.delivery-component .radio-btns label .icon {
  position: absolute;
  right: 8px;
  top: 24px;
  font-size: 20px;
  color: #f4c6a7;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.delivery-component .radio-btns label.selected {
  background-color: #f4c6a7;
}
.delivery-component .radio-btns label.selected p {
  color: #044437;
}
.delivery-component .radio-btns label.selected .icon {
  color: #fff;
}
.delivery-component .radio-btns label.selected .time-slot {
  display: block;
}
.delivery-component .radio-btns label.disabled {
  border-color: #9FB1BC;
  background-color: #EDF2F4;
  pointer-events: none;
}
.delivery-component .radio-btns label.disabled h4, .delivery-component .radio-btns label.disabled p {
  color: #9fb1bc;
}
.delivery-component .radio-btns label .check-icon {
  display: none;
}
.delivery-component .radio-btns label .check-icon::before {
  font-size: 14px;
}
@media screen and (min-width: 767px) {
  .delivery-component .radio-btns label:hover {
    background-color: #f4c6a7;
  }
  .delivery-component .radio-btns label:hover p {
    color: #044437;
  }
  .delivery-component .radio-btns label:hover .icon {
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .delivery-component .radio-btns label {
    width: 100%;
    height: auto;
    border: 0;
    padding: 4px 20px;
  }
  .delivery-component .radio-btns label ~ label {
    margin-left: 0;
  }
  .delivery-component .radio-btns label .text_mob {
    display: block;
    font-size: 10px;
    color: #919191;
    line-height: 14px;
  }
  .delivery-component .radio-btns label p {
    display: none;
  }
  .delivery-component .radio-btns label .time-slot {
    display: none;
  }
  .delivery-component .radio-btns label .check-icon {
    display: block;
  }
  .delivery-component .radio-btns label .icon {
    top: 0;
  }
  .delivery-component .radio-btns label.selected {
    background-color: transparent;
    margin-bottom: 15px !important;
  }
  .delivery-component .radio-btns label.selected .take-text {
    display: block;
  }
  .delivery-component .radio-btns label.selected .time-slot {
    display: block;
  }
  .delivery-component .radio-btns label.selected .time-slot h4 {
    color: black;
    font-size: 12px;
  }
}
/* @media screen and (min-width: 767px) {
  .delivery-component .radio-btns .time-slot {
    display: none !important;
  }
} */
@media screen and (max-width: 767px) {
  .delivery-component .radio-btns {
    margin-bottom: 10px;
    padding-left: 10px;
  }
}
.delivery-component .time-slot {
  max-width: 428px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .delivery-component .time-slot {
    padding-top: 8px;
  }
}
.delivery-component .time-slot .label {
  font-size: 13px;
  color: #121212;
  margin-bottom: 4px;
  display: block;
}
.delivery-component .time-slot select {
  border: 1px solid rgb(203, 204, 208);
}
.delivery-component .time-slot select:focus {
  font-size: 11px;
}
.delivery-component .btn {
  width: 100%;
  margin-top: 16px;
}
.checkout-page .delivery-component .btn {
  display: none;
}
/* @media screen and (max-width: 767px) {
  .delivery-component > .time-slot {
    display: none !important;
  }
} */

.popup-lang .popup__window {
  max-width: 400px;
  padding: 20px;
}

.lang-component h3 {
  font-size: 16px;
  font-weight: 600;
  color: #121212;
  margin-bottom: 12px;
}
.lang-component ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lang-component ul li {
  border-radius: 4px;
  border: 2px solid #f4c6a7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px 10px;
  cursor: pointer;
  position: relative;
  color: #121212;
  width: calc(50% - 5px);
  text-align: center;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.lang-component ul li ~ label {
  margin-left: 10px;
}
.lang-component ul li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
.lang-component ul li.active, .lang-component ul li:hover {
  background-color: #f4c6a7;
  color: #044437;
}

.area-component h3 {
  font-size: 24px;
  font-weight: 700;
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.area-component .radioSelectContainer {
  display: flex;
  flex-wrap: wrap;
}
.salad-choosing-section .area-component .radioSelectContainer {
  flex-direction: column;
}
.salad-choosing-section .area-component .radioSelectContainer .check-radio {
  margin: 6px 0 0;
}
.area-component .radioSelectContainer .check-radio {
  margin: 0 0 10px;
  width: 50%;
  width: auto;
  margin-right: 20px;
}
.area-component .radioSelectContainer .check-radio .check-icon {
  pointer-events: auto;
}
.area-component .radioSelectContainer .check-radio.active {
  pointer-events: none;
}
.area-component .radioSelectContainer .check-radio.active .check-icon {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .area-component .radioSelectContainer .check-radio {
    width: 100%;
    margin: 0 0 10px !important;
  }
}
.area-component .pickups-branches {
  margin-top: 20px;
  width: 20%;
}
@media screen and (max-width: 767px) {
  .area-component .pickups-branches {
    width: 100%;
  }
}
.area-component div h4 {
  margin-bottom: 6px;
}
.area-component > div ~ div {
  margin-top: 20px;
}
.area-component .select-delivery-area {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .area-component .select-delivery-area {
    justify-content: space-between;
  }
}
.area-component .select-delivery-area p {
  font-size: 16px;
  color: #333;
}
@media screen and (max-width: 767px) {
  .area-component .select-delivery-area p {
    font-size: 12px;
  }
}
.area-component .select-delivery-area a {
  color: #fff;
  text-decoration: underline;
  font-size: 14px;
  margin-left: 20px;
  background-color: #2075FF;
  text-decoration: none;
  padding: 4px 11px;
  border-radius: 4px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .area-component .select-delivery-area a {
    font-size: 12px;
    margin-left: 10px;
    padding: 4px 8px;
  }
}
.area-component .delivery-area-not-available {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .area-component .delivery-area-not-available {
    justify-content: space-between;
  }
}
.area-component .delivery-area-not-available p {
  font-size: 14px;
  color: #644242;
  border: 1px solid #db8989;
  background-color: #ffcdd2;
  padding: 10px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .area-component .delivery-area-not-available p {
    max-width: 250px;
    font-size: 12px;
  }
}
.area-component .delivery-area-not-available a {
  color: #fff;
  text-decoration: underline;
  font-size: 14px;
  margin-left: 20px;
  background-color: #2075FF;
  text-decoration: none;
  padding: 4px 11px;
  border-radius: 4px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .area-component .delivery-area-not-available a {
    font-size: 12px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .area-component .choose-zone .single_location {
    padding-left: 10px;
  }
}
.area-component .choose-zone .single_location .radioSelectContainer .check-radio {
  padding-left: 16px;
}
@media screen and (max-width: 767px) {
  .area-component .choose-zone .single_location .radioSelectContainer .check-radio .name {
    font-size: 12px;
  }
}
.area-component .choose-zone .single_location .radioSelectContainer .check-radio .check-icon::before {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .area-component .choose-zone .single_location .radioSelectContainer .check-radio .check-icon::before {
    font-size: 12px;
    line-height: 25px;
  }
}
@media screen and (max-width: 767px) {
  .area-component .choose-zone .single_location .city_select:focus {
    font-size: 11px;
  }
}
.area-component .choose-zone > div ~ div {
  margin-top: 15px;
  margin-bottom: 20px;
}
.area-component .required {
  display: none;
}
.area-component h5 {
  font-size: 14px;
  margin-bottom: 2px;
}
.area-component #billing_city_field.blocked {
  position: relative;
}
.area-component #billing_city_field.blocked select {
  color: #fbfdff;
}
.area-component #billing_city_field.blocked:after {
  content: "cached";
  font-family: "Material Icons" !important;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
  position: absolute;
  font-size: 24px;
  width: auto;
  height: auto;
  line-height: 24px;
  background-color: #fbfdff;
  bottom: 5px;
  top: auto;
  margin-top: 0;
  right: 10px;
}
.area-component #billing_city_field .select2 {
  display: none;
}
.area-component #billing_city_field label {
  font-size: 14px;
  margin-bottom: 2px;
  color: #121212;
  font-weight: 300;
}
.area-component #billing_city_field input.input-text {
  background: #f6f8fa;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 44px;
  padding: 0 16px;
  width: 100%;
  box-shadow: none;
  resize: none;
}
.area-component .btn {
  margin: 10px auto 0;
  display: table;
  line-height: 41px;
  width: auto;
  padding: 0 40px;
  font-size: 16px;
  width: 100%;
}
.area-component .btn.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.salad-choosing-section .area-component .btn {
  display: none;
}
.area-component h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #121212;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .area-component h4 {
    font-size: 15px;
  }
}
.area-component .shipping-methods {
  width: 100%;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  font-size: 14px;
}
.salad-choosing-section .area-component .shipping-methods {
  flex-direction: column;
}
.salad-choosing-section .area-component .shipping-methods li label {
  padding: 3px 25px;
}
.area-component .shipping-methods li {
  width: calc(50% - 10px);
  width: auto;
}
.area-component .shipping-methods li input {
  display: none;
}
.area-component .shipping-methods li input:checked ~ label::before {
  content: "radio_button_checked";
}
.area-component .shipping-methods li label {
  padding: 10px 25px;
  white-space: nowrap;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  background: rgb(255, 255, 255);
  border-radius: 4px;
  border: none;
  margin: 0;
  color: #000;
}
.area-component .shipping-methods li label .amount {
  display: none;
}
.area-component .shipping-methods li label::before {
  content: "radio_button_unchecked";
  font-family: "Material Icons" !important;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: #363636 !important;
  position: absolute;
  top: 50%;
  left: 0;
  line-height: 16px;
  margin: 0;
  margin-top: -8px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.area-component .note {
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: 500;
  border-left: 5px solid #333;
  padding-left: 10px;
  color: #333;
}

.caldera-grid {
  max-width: 960px;
  margin: 0 auto;
}
.caldera-grid .caldera_forms_form .form-group {
  margin-bottom: 0;
}
.caldera-grid .caldera_forms_form .form-group ~ .form-group:not(:last-of-type) {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed #dedede;
}
.caldera-grid .caldera_forms_form .form-group .radio {
  display: flex;
  margin: 0;
  line-height: 2.5;
}
.caldera-grid .caldera_forms_form .form-group .radio label {
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-left: 22px;
}
.caldera-grid .caldera_forms_form .form-group .radio label input[type=radio] {
  display: none;
}
.caldera-grid .caldera_forms_form .form-group .radio label input[type=radio]:checked ~ .check-icon::before {
  content: "radio_button_checked";
  color: #000;
}
.caldera-grid .caldera_forms_form .form-group .radio label .check-icon {
  position: relative;
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  top: 7px;
  pointer-events: none;
}
.caldera-grid .caldera_forms_form .form-group .radio label .check-icon::before {
  content: "radio_button_unchecked";
  font-family: "Material Icons" !important;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  color: #434343;
  line-height: 18px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.caldera-grid .caldera_forms_form .form-group textarea.form-control {
  resize: none;
}
.caldera-grid .caldera_forms_form .control-label {
  font-size: 16px;
  font-weight: 400;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .caldera-grid .caldera_forms_form .control-label {
    font-size: 15px;
  }
}
.caldera-grid .caldera_forms_form .btn[type=submit] {
  display: inline-block;
  background-color: #000;
  color: #fff;
  border: none;
  font-size: 18px;
  text-transform: uppercase;
  padding: 0 40px;
  line-height: 50px;
  border-radius: 4px;
  display: block;
  margin: 30px auto 0;
}
.caldera-grid .caldera_forms_form .btn[type=submit]:hover {
  background-color: #1f1f1f;
}
@media screen and (max-width: 767px) {
  .caldera-grid .caldera_forms_form .btn[type=submit] {
    width: 100%;
  }
}

.popup-detox .popup__window {
  max-width: 420px;
  padding: 30px;
  overflow: visible;
}
.popup-detox .popup__close {
  position: absolute;
  bottom: auto;
  left: auto;
  color: #fff;
  height: 24px;
  top: -30px;
  right: -5px;
  display: none;
}

.detox-component .icon {
  width: 27px;
  height: 27px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../img/icons/warning.png");
  display: block;
  margin-bottom: 10px;
}
.detox-component h3 {
  font-size: 16px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 5px;
}
body.rtl .detox-component h3 {
  font-family: "Cairo";
}
.detox-component p {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  color: #000;
  margin-bottom: 20px;
}
body.rtl .detox-component p {
  font-family: "Cairo";
}
.detox-component hr {
  width: 32px;
  background-color: #044437;
  height: 2px;
  margin-bottom: 25px;
}
.detox-component .check-radio ~ .check-radio {
  margin-top: 20px;
}
.detox-component .check-radio .name {
  font-size: 13px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  line-height: 19px;
}
body.rtl .detox-component .check-radio .name {
  font-family: "Cairo";
}
.detox-component .check-radio .name i {
  display: block;
  font-size: 13px;
  color: #7c7c7c;
  font-style: normal;
}
.detox-component button {
  width: 100%;
  background-color: #044437;
  margin-top: 25px;
  line-height: 42px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  border-radius: 4px;
}
.detox-component button:hover {
  background-color: #0c7963;
  color: #fff;
}
.detox-component button.disabled {
  pointer-events: none;
}

.product-review-content {
  display: flex;
  justify-content: center;
  background: linear-gradient(-90deg, rgba(228, 79, 193, 0.1) 0%, rgba(196, 39, 141, 0.1) 100%);
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .product-review-content {
    padding: 60px 15px 20px;
  }
}
.product-review-content .review-section {
  background-color: #fff;
  width: 100%;
  max-width: 635px;
  padding: 35px 47px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .product-review-content .review-section {
    padding: 35px 15px;
  }
}
.product-review-content .review-section .comments-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.product-review-content .review-section .comments-container .right {
  width: 100%;
  margin-bottom: 30px;
}
.product-review-content .review-section .comments-container .right .reviews-box {
  position: relative;
  width: 100%;
  padding: 20px 20px 30px;
}
@media screen and (max-width: 767px) {
  .product-review-content .review-section .comments-container .right .reviews-box {
    padding: 20px 0px 30px;
  }
}
.product-review-content .review-section .comments-container .right .reviews-box::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100px;
  height: 2px;
  margin: 0 auto;
  background-color: #f6daef;
}
.product-review-content .review-section .comments-container .right .reviews-box .top {
  padding-bottom: 10px;
}
.product-review-content .review-section .comments-container .right .reviews-box .top h5 {
  font-size: 24px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 6px;
}
.product-review-content .review-section .comments-container .right .reviews-box .top h6 {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.47px;
  line-height: 36px;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .product-review-content .review-section .comments-container .right .reviews-box .top h6 {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.product-review-content .review-section .comments-container .right .reviews-box .top h6::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100px;
  height: 2px;
  margin: 0 auto;
  background-color: #f6daef;
}
.product-review-content .review-section .comments-container .right .reviews-box .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 65%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .product-review-content .review-section .comments-container .right .reviews-box .bottom {
    width: 100%;
  }
}
.product-review-content .review-section .comments-container .right .reviews-box .bottom .right {
  width: auto;
  margin: 0;
  display: flex;
  flex-direction: column;
  border: none;
}
.product-review-content .review-section .comments-container .right .reviews-box .bottom .right b {
  font-size: 14px;
  color: #000000;
  font-weight: 600 !important;
  margin-bottom: 10px;
}
.product-review-content .review-section .comments-container .right .reviews-box .bottom .right .stars {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.product-review-content .review-section .comments-container .right .reviews-box .bottom .right .stars span {
  display: inline-block;
}
.product-review-content .review-section .comments-container .right .reviews-box .bottom .right .stars span::before {
  content: "star_outline";
  font-family: "Material Icons" !important;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-size: 24px;
  color: #b74372;
}
.product-review-content .review-section .comments-container .right .reviews-box .bottom .right .stars span.active::before {
  content: "star";
  font-size: 24px;
  color: #b74372;
}
.product-review-content .review-section .comments-container .right .reviews-box .bottom .right p {
  font-size: 12px;
  font-weight: 600;
}
.product-review-content .review-section .comments-container .right .reviews-box .bottom ul {
  min-width: 130px;
}
.product-review-content .review-section .comments-container .right .reviews-box .bottom ul li {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
}
.product-review-content .review-section .comments-container .right .reviews-box .bottom ul li:last-child {
  margin-bottom: 0;
}
.product-review-content .review-section .comments-container .right .reviews-box .bottom ul li span {
  display: inline-block;
  font-size: 9px;
  color: #000000;
  white-space: nowrap;
}
.product-review-content .review-section .comments-container .right .reviews-box .bottom ul li p {
  position: relative;
  display: inline-block;
  width: 68%;
  margin: 0 5px;
  background: #f6daef;
  height: 5px;
}
.product-review-content .review-section .comments-container .right .reviews-box .bottom ul li p b {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  text-indent: -99999px;
  background: linear-gradient(-180deg, rgb(226, 92, 147) 0%, rgb(183, 67, 114) 100%);
}
.product-review-content .review-section .comments-container .right .checkout-login {
  display: block;
  width: 100%;
  margin-top: 22px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  background-color: #000;
  border-radius: 4px;
}
.product-review-content .review-section .comments-container .right.not-logged {
  margin-bottom: 0;
}
.product-review-content .review-section .comments-container .right.not-logged .reviews-box {
  padding: 0;
}
.product-review-content .review-section .comments-container .right.not-logged .reviews-box::before {
  display: none;
}
.product-review-content .review-section .comments-container .right.not-logged .reviews-box .top {
  padding-bottom: 0;
}
.product-review-content .review-section .comments-container .right.not-logged .reviews-box p.woocommerce-noreviews {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.47px;
  line-height: 27px;
  color: rgba(0, 0, 0, 0.4);
}
.product-review-content .review-section .comments-container .right.not-logged .checkout-login {
  max-width: 228px;
  margin: 16px auto 0;
  line-height: 38px;
}
.product-review-content .review-section .comments-container .right.no-rev {
  margin-bottom: 0;
}
.product-review-content .review-section .comments-container .right.no-rev .reviews-box {
  padding: 0;
}
.product-review-content .review-section .comments-container .right.no-rev .reviews-box::before {
  display: none;
}
.product-review-content .review-section .comments-container .left h3 {
  margin-bottom: 20px;
}
.product-review-content .review-section .comments-container .left .woocommerce-Reviews {
  display: flex;
  flex-direction: column-reverse;
}
.product-review-content .review-section .comments-container .left .woocommerce-Reviews h5.woocommerce-Reviews-title {
  font-size: 12px;
  font-weight: 600;
  color: #121212;
  margin-bottom: 8px;
}
.product-review-content .review-section .comments-container .left .woocommerce-Reviews #review_form_wrapper {
  position: relative;
}
.product-review-content .review-section .comments-container .left .woocommerce-Reviews #review_form_wrapper .rew-spinner {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.64);
  align-items: center;
  justify-content: center;
}
.product-review-content .review-section .comments-container .left .woocommerce-Reviews #review_form_wrapper .rew-spinner .double-bounce1, .product-review-content .review-section .comments-container .left .woocommerce-Reviews #review_form_wrapper .rew-spinner .double-bounce2 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(183, 68, 114, 0.48);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0 auto;
}
.product-review-content .review-section .comments-container .left .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-reply-title {
  display: none;
}
.product-review-content .review-section .comments-container .left .woocommerce-Reviews #review_form_wrapper .comment-respond p.must-log-in, .product-review-content .review-section .comments-container .left .woocommerce-Reviews #review_form_wrapper .comment-respond p.comment-notes {
  display: none;
}
.product-review-content .review-section .comments-container .left .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-review-content .review-section .comments-container .left .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form p {
  text-align: left;
}
.product-review-content .review-section .comments-container .left .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form p.comment-form-comment {
  display: block;
  width: 100%;
  order: 3;
  margin-top: 0px;
}
.product-review-content .review-section .comments-container .left .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form p.comment-form-author {
  display: inline-block;
  width: 49%;
  order: 1;
}
.product-review-content .review-section .comments-container .left .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form p.comment-form-email {
  display: inline-block;
  width: 49%;
  order: 2;
}
@media screen and (max-width: 767px) {
  .product-review-content .review-section .comments-container .left .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form p.comment-form-email {
    line-height: 15px;
  }
}
.product-review-content .review-section .comments-container .left .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form p.comment-form-email::after {
  font-size: 10px;
  content: "We will not show your email address with the review";
  visibility: visible;
}
body.rtl .product-review-content .review-section .comments-container .left .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form p.comment-form-email::after {
  content: "لن نظهر عنوان بريدك الإلكتروني مع التقييم";
}
.product-review-content .review-section .comments-container .left .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form p.form-submit {
  display: block;
  width: 100%;
  order: 4;
}
.product-review-content .review-section .comments-container .left .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form p label {
  text-align: left;
  font-size: 12px;
  font-weight: 600;
  color: #121212;
  margin-bottom: 8px;
}
.product-review-content .review-section .comments-container .left .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form p label span {
  display: none;
}
.product-review-content .review-section .comments-container .left .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form p label[for=comment] {
  visibility: hidden;
  font-size: 0;
}
.product-review-content .review-section .comments-container .left .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form p label[for=comment]::before {
  font-size: 12px;
  content: "Leave Review";
  visibility: visible;
}
body.rtl .product-review-content .review-section .comments-container .left .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form p label[for=comment]::before {
  content: "آترك التقييم";
}
.product-review-content .review-section .comments-container .left .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form p label[for=author] {
  visibility: hidden;
  font-size: 0;
}
.product-review-content .review-section .comments-container .left .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form p label[for=author]::before {
  font-size: 12px;
  content: "Name";
  visibility: visible;
}
body.rtl .product-review-content .review-section .comments-container .left .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form p label[for=author]::before {
  content: "الاسم";
}
.product-review-content .review-section .comments-container .left .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form p label[for=email] {
  visibility: hidden;
  font-size: 0;
}
.product-review-content .review-section .comments-container .left .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form p label[for=email]::before {
  font-size: 12px;
  content: "Email";
  visibility: visible;
}
body.rtl .product-review-content .review-section .comments-container .left .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form p label[for=email]::before {
  content: "البريد الإلكتروني";
}
.product-review-content .review-section .comments-container .left .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form p input {
  font-size: 12px;
  font-weight: bold;
  background: #f6f8fa;
  border-radius: 2px;
  border: 1px solid #c1c9d2;
  width: 100%;
  height: 40px;
  padding: 0 16px;
}
.product-review-content .review-section .comments-container .left .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form p input[type=submit] {
  background: #000000;
  color: #fff;
  height: 37px;
  line-height: 35px;
  max-width: 175px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  border-color: #000;
}
@media (max-width: 767px) {
  .product-review-content .review-section .comments-container .left .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form p input[type=submit] {
    max-width: 100%;
    width: 100%;
  }
}
.product-review-content .review-section .comments-container .left .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form p input.validate {
  border-color: #f44336;
}
.product-review-content .review-section .comments-container .left .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form p textarea {
  padding: 15px;
  width: 100%;
  background: #f6f8fa;
  border-radius: 2px;
  border: 1px solid #c1c9d2;
  height: 100.71px;
  resize: none;
  font-size: 12px;
  font-weight: bold;
}
.product-review-content .review-section .comments-container .left .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form p textarea.validate {
  border-color: #f44336;
}
.product-review-content .review-section .comments-container .left .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form p.comment-form-attachment {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 5px;
  margin-top: 0;
}
.product-review-content .review-section .comments-container .left .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form p.comment-form-attachment span {
  display: none;
}
.product-review-content .review-section .comments-container .left .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form p.comment-form-attachment .comment-form-attachment__label {
  position: relative;
  width: max-content;
  padding: 10px 0;
  color: #2196f3;
  border-radius: 4px;
  margin-bottom: 0;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
  text-decoration: underline;
}
.product-review-content .review-section .comments-container .left .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form p.comment-form-attachment .comment-form-attachment__label p {
  position: static;
  color: #C4045A;
  margin: 0;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
}
.product-review-content .review-section .comments-container .left .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form p.comment-form-cookies-consent {
  display: none;
}
.product-review-content .review-section .comments-container .left .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form > p {
  margin: 0;
}
.product-review-content .review-section .comments-container .left .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form > p ~ p {
  margin-top: 20px;
}
.product-review-content .review-section .comments-container .left .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .comment-form-rating {
  display: block;
  width: 100%;
  order: 0;
  text-align: left;
  margin-bottom: 10px;
}
.product-review-content .review-section .comments-container .left .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .comment-form-rating::before {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
  content: "In your opinion, how much is the product worth?";
}
body.rtl .product-review-content .review-section .comments-container .left .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .comment-form-rating::before {
  content: "في تقييمك، كام يستحق المنتج؟";
}
.product-review-content .review-section .comments-container .left .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .comment-form-rating label {
  display: none;
}
.product-review-content .review-section .comments-container .left .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .comment-form-rating .stars {
  margin: 0;
  text-align: left;
}
.product-review-content .review-section .comments-container .left .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .comment-form-rating .stars span {
  display: inline-flex;
}
.product-review-content .review-section .comments-container .left .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .comment-form-rating .stars span a {
  cursor: pointer;
  font-size: 0;
  width: auto;
  height: auto;
}
.product-review-content .review-section .comments-container .left .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .comment-form-rating .stars span a::before {
  content: "star_outline";
  font-family: "Material Icons" !important;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  color: #b74372;
  visibility: visible;
  font-size: 24px;
  position: static;
  opacity: 1;
}
.product-review-content .review-section .comments-container .left .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .comment-form-rating .stars span a:hover:before {
  content: "star";
}
.product-review-content .review-section .comments-container .left .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .comment-form-rating .stars span a.active:before {
  content: "star";
}
.product-review-content .review-section .comments-container .left .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .comment-form-rating .stars span a:hover ~ a::before {
  content: "star_outline";
}
.product-review-content .review-section .comments-container .left .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .comment-form-rating .stars span:hover a:before {
  content: "star";
}
.product-review-content .review-section .comments-container .left .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .comment-form-rating .stars.selected a:before {
  content: "star";
}
.product-review-content .review-section .comments-container .left .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .comment-form-rating .stars.selected a:hover ~ a:before {
  content: "star_outline";
}
.product-review-content .review-section .comments-container .left .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .comment-form-rating .stars.selected a.active ~ a:before {
  content: "star_outline";
}
.product-review-content .review-section .comments-container .left .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .comment-form-rating .comment-form-rating, .product-review-content .review-section .comments-container .left .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .comment-form-rating .comment-form-author, .product-review-content .review-section .comments-container .left .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .comment-form-rating .comment-form-cookies-consent {
  display: none;
}
.product-review-content .review-section .comments-container .left .woocommerce-Reviews #comments h2.woocommerce-Reviews-title {
  display: none;
}
.product-review-content .review-section .comments-container .left .woocommerce-Reviews #comments .commentlist {
  position: relative;
  margin-top: 10px;
}
.product-review-content .review-section .comments-container .left .woocommerce-Reviews #comments .commentlist::before {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 20px;
  text-align: left;
  content: "Previous reviews from our customers";
}
body.rtl .product-review-content .review-section .comments-container .left .woocommerce-Reviews #comments .commentlist::before {
  content: "تقييمات سابقة من عملائنا";
}
.product-review-content .review-section .comments-container .left .woocommerce-Reviews #comments .commentlist li {
  padding-bottom: 20px;
  border-bottom: 1px solid #f6daef;
  margin-bottom: 20px;
}
.product-review-content .review-section .comments-container .left .woocommerce-Reviews #comments .commentlist li .comment_container {
  display: flex;
}
.product-review-content .review-section .comments-container .left .woocommerce-Reviews #comments .commentlist li .comment_container img {
  height: 46px;
  width: 46px;
  border-radius: 50%;
  margin-right: 20px;
  margin-left: 0;
}
.product-review-content .review-section .comments-container .left .woocommerce-Reviews #comments .commentlist li .comment_container .comment-text {
  display: inline-flex;
  flex-direction: column;
  text-align: left;
}
.product-review-content .review-section .comments-container .left .woocommerce-Reviews #comments .commentlist li .comment_container .comment-text .star-rating {
  position: relative;
  order: 2;
  font-size: 12px;
  width: 72px;
  margin-bottom: 6px;
}
.product-review-content .review-section .comments-container .left .woocommerce-Reviews #comments .commentlist li .comment_container .comment-text .star-rating::before {
  content: "star_outline star_outline star_outline star_outline star_outline";
  color: #b74372;
  font-family: "Material Icons" !important;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  visibility: visible;
  font-weight: 100;
  position: static;
}
.body.ltr .product-review-content .review-section .comments-container .left .woocommerce-Reviews #comments .commentlist li .comment_container .comment-text .star-rating::before {
  right: auto;
  left: 0;
}
.product-review-content .review-section .comments-container .left .woocommerce-Reviews #comments .commentlist li .comment_container .comment-text .star-rating span {
  position: relative;
  position: absolute;
  left: 0;
  visibility: hidden;
  display: block;
  overflow: hidden;
  padding: 0;
}
.product-review-content .review-section .comments-container .left .woocommerce-Reviews #comments .commentlist li .comment_container .comment-text .star-rating span::before {
  content: "star star star star star";
  position: static;
  font-family: "Material Icons" !important;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  color: #b74372;
  visibility: visible;
  font-weight: 100;
}
.body.ltr .product-review-content .review-section .comments-container .left .woocommerce-Reviews #comments .commentlist li .comment_container .comment-text .star-rating span::before {
  right: auto;
  left: 0;
}
.product-review-content .review-section .comments-container .left .woocommerce-Reviews #comments .commentlist li .comment_container .comment-text .meta {
  order: 1;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #000;
}
.product-review-content .review-section .comments-container .left .woocommerce-Reviews #comments .commentlist li .comment_container .comment-text .meta span {
  display: none;
}
.product-review-content .review-section .comments-container .left .woocommerce-Reviews #comments .commentlist li .comment_container .comment-text .meta time {
  display: inline-block;
  font-weight: 300;
  padding: 0 5px;
}
body.ltr .product-review-content .review-section .comments-container .left .woocommerce-Reviews #comments .commentlist li .comment_container .comment-text .meta {
  font-size: 14px;
}
.product-review-content .review-section .comments-container .left .woocommerce-Reviews #comments .commentlist li .comment_container .comment-text .description {
  order: 3;
}
.product-review-content .review-section .comments-container .left .woocommerce-Reviews #comments .commentlist li .comment_container .comment-text .description p {
  color: #121212;
  font-size: 12px;
}
.product-review-content .review-section .comments-container .left .woocommerce-Reviews #comments .commentlist li .comment_container .comment-text .description .dco-attachment-gallery {
  display: flex;
}
.product-review-content .review-section .comments-container .left .woocommerce-Reviews #comments .commentlist li .comment_container .comment-text .description .dco-attachment {
  cursor: pointer;
}
.product-review-content .review-section .comments-container .left .woocommerce-Reviews #comments .commentlist li .comment_container .comment-text .description .dco-attachment img {
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0 auto !important;
  border-radius: 0;
}
.product-review-content .review-section .comments-container .left .woocommerce-Reviews #comments .commentlist li .comment_container .comment-text .comment-attachments {
  position: relative;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999999999;
  width: 550px;
  height: 600px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .product-review-content .review-section .comments-container .left .woocommerce-Reviews #comments .commentlist li .comment_container .comment-text .comment-attachments {
    width: 100%;
    margin: 60px 0;
    height: 500px;
  }
}
.product-review-content .review-section .comments-container .left .woocommerce-Reviews #comments .commentlist li .comment_container .comment-text .comment-attachments .slick-list {
  width: 500px;
  height: 500px;
  margin: 50px auto;
  background-color: #fff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .product-review-content .review-section .comments-container .left .woocommerce-Reviews #comments .commentlist li .comment_container .comment-text .comment-attachments .slick-list {
    width: 100%;
    margin: 0;
  }
}
.product-review-content .review-section .comments-container .left .woocommerce-Reviews #comments .commentlist li .comment_container .comment-text .comment-attachments .slick-list .slick-track {
  height: 100% !important;
}
.product-review-content .review-section .comments-container .left .woocommerce-Reviews #comments .commentlist li .comment_container .comment-text .comment-attachments .slick-list .slick-track .slick-slide {
  height: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-review-content .review-section .comments-container .left .woocommerce-Reviews #comments .commentlist li .comment_container .comment-text .comment-attachments .slick-list .slick-track .slick-slide img {
  width: auto;
  height: auto;
  max-width: 400px;
  margin: 0;
  border-radius: 0;
}
.product-review-content .review-section .comments-container .left .woocommerce-Reviews #comments .commentlist li .comment_container .comment-text .comment-attachments .slick-arrow {
  position: absolute;
  background: #ffffff;
  border: 1px solid #edf2f4;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  width: 44px;
  height: 100px;
  top: 50%;
  margin-top: -35px;
  z-index: 1;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.product-review-content .review-section .comments-container .left .woocommerce-Reviews #comments .commentlist li .comment_container .comment-text .comment-attachments .slick-arrow.slick-next {
  left: -25px;
  right: auto;
}
@media (max-width: 767px) {
  .product-review-content .review-section .comments-container .left .woocommerce-Reviews #comments .commentlist li .comment_container .comment-text .comment-attachments .slick-arrow.slick-next {
    left: 0;
    margin-top: 0px;
  }
}
.product-review-content .review-section .comments-container .left .woocommerce-Reviews #comments .commentlist li .comment_container .comment-text .comment-attachments .slick-arrow.slick-next::before {
  content: "keyboard_arrow_left";
  font-family: "Material Icons" !important;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  line-height: 20px;
  font-size: 24px;
  opacity: 1;
  color: #121212;
  font-weight: 100;
}
.product-review-content .review-section .comments-container .left .woocommerce-Reviews #comments .commentlist li .comment_container .comment-text .comment-attachments .slick-arrow.slick-prev {
  right: -25px;
  left: auto;
}
@media (max-width: 767px) {
  .product-review-content .review-section .comments-container .left .woocommerce-Reviews #comments .commentlist li .comment_container .comment-text .comment-attachments .slick-arrow.slick-prev {
    right: 0;
  }
}
.product-review-content .review-section .comments-container .left .woocommerce-Reviews #comments .commentlist li .comment_container .comment-text .comment-attachments .slick-arrow.slick-prev::before {
  content: "keyboard_arrow_right";
  font-family: "Material Icons" !important;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  line-height: 20px;
  font-size: 24px;
  opacity: 1;
  color: #121212;
  font-weight: 100;
}
.product-review-content .review-section .comments-container .left .woocommerce-Reviews #comments .commentlist li .comment_container .comment-text .comment-attachments .slick-arrow.slick-disabled {
  opacity: 0;
}
.product-review-content .review-section .comments-container .left .woocommerce-Reviews #comments .commentlist li .comment_container .comment-text .comment-attachments .slick-arrow:hover {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
}
.product-review-content .review-section .comments-container .left .woocommerce-Reviews #comments .commentlist li .comment_container .comment-text .comment-attachments.active {
  display: block !important;
}
.product-review-content .review-section .comments-container .left .woocommerce-Reviews #comments .commentlist li .comment_container .comment-text .review-note {
  order: 4;
  margin-top: 6px;
  font-size: 12px;
  color: #a3a3a3;
}
.product-review-content .review-section .comments-container .left.no-rev .woocommerce-Reviews #comments p {
  display: none;
}
.product-review-content .review-section .comments-container .left.no-rev .noreviews {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.47px;
  line-height: 27px;
  color: rgba(0, 0, 0, 0.4);
  text-align: left;
  margin-top: 20px;
}
.product-review-content #comments, .product-review-content #respond {
  padding: 0;
  background: none;
}

.popup-gift .popup__window {
  max-width: 1030px;
}

.gift-component p {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 7px;
  line-height: 1.2;
  color: #000;
}
@media screen and (max-width: 767px) {
  .gift-component p {
    font-size: 14px;
    margin-bottom: 4px;
  }
}
.gift-component p.bold {
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .gift-component p.bold {
    font-size: 16px;
    margin: 0 -15px 30px;
  }
}
.gift-component .divider {
  position: relative;
  height: 56px;
  display: flex;
  align-items: center;
  margin: 50px 0;
}
@media screen and (max-width: 767px) {
  .gift-component .divider {
    margin: 10px 0 0px;
    height: 50px;
  }
}
.gift-component .divider::before, .gift-component .divider::after {
  content: "";
  opacity: 0.2;
  background: #E0A379;
  border-radius: 3px;
  width: 100%;
  height: 6px;
}
@media screen and (max-width: 767px) {
  .gift-component .divider::before, .gift-component .divider::after {
    height: 3px;
  }
}
.gift-component .divider img {
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  .gift-component .divider img {
    margin: 0 15px;
    width: 25px;
  }
}
@media screen and (max-width: 767px) {
  .gift-component .products {
    margin: 0;
    display: flex;
    overflow: scroll;
    flex-wrap: nowrap;
    overflow-y: hidden;
  }
  .gift-component .products::-webkit-scrollbar-track {
    width: 4px;
    border-radius: 3px;
    background-color: #EFEFEF;
  }
  .gift-component .products::-webkit-scrollbar {
    width: 4px;
    border-radius: 3px;
    height: 2px;
  }
  .gift-component .products::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, #6fa088), color-stop(0.72, #6fa088), color-stop(0.86, #6fa088));
  }
  .gift-component .products li.product.product-widget {
    max-height: 310px;
    min-width: 140px;
    padding: 0 !important;
  }
  .gift-component .products li.product.product-widget .product-widget-box {
    box-shadow: unset;
  }
  .gift-component .products li.product.product-widget .product-widget-box:hover {
    box-shadow: none;
  }
  .gift-component .products li.product.product-widget .product-widget-box .pic::before {
    padding-top: 50%;
  }
  .gift-component .products li.product.product-widget .product-widget-box .pic img {
    border-radius: 50px;
    box-shadow: 0 0 5px -1px rgba(196, 196, 196, 0.7019607843);
  }
  .gift-component .products li.product.product-widget .product-widget-box .text h3 {
    font-size: 10px;
    line-height: 18px;
  }
  .gift-component .products li.product.product-widget .product-widget-box .text h3 a {
    font-size: 10px;
    line-height: 18px;
  }
  .gift-component .products li.product.product-widget .product-widget-box .text .price {
    font-size: 11px;
  }
  .gift-component .products li.product.product-widget .product-widget-box .text a {
    font-size: 11px;
    line-height: 28px;
  }
}

.skip_close {
  top: auto;
  display: block;
  position: relative;
  margin: 15px auto 8px;
  font-size: 12px;
  color: #6fa088;
  text-decoration: underline;
}

.wccs_prices_price ~ .wccs_prices_price {
  display: none;
}

.wccs_prices_price .wccs_prices_quantity_container {
  display: none;
}

.wccs_prices_price ins {
  display: none;
}

.cart-page {
  padding: 30px 0;
}
.cart-page .woocommerce {
  display: flex;
  flex-direction: column;
}
.cart-page .woocommerce .page-title {
  order: -1;
  padding-bottom: 0;
}
.cart-page .woocommerce #yith-par-message-cart {
  background: transparent;
  box-shadow: none;
  border: none;
  padding: 0;
}
.cart-page .woocommerce #yith-par-message-cart .not-login-msg {
  display: none;
}
.cart-page .cart-top.empty {
  margin-bottom: 30px;
}
.cart-page .cart-top.empty .page-title {
  margin-bottom: 30px;
}
.cart-page .cart-top.empty .msg p {
  font-size: 22px;
  font-weight: 300;
  color: #2a2a2a;
  max-width: 625px;
  line-height: 2;
}
.cart-page .cart-top.empty .msg .btn {
  margin-top: 26px;
}
.cart-page .cart-bottom {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .cart-page .cart-bottom .related-products .products-list li:last-child {
    display: none;
  }
}

.cart-content {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  box-shadow: 0 -2px 16px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 30px 20px 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .cart-content {
    padding: 0px 10px 10px;
  }
}
.cart-content .cross-sells {
  margin-top: 0;
}
.cart-content hr {
  background-color: #ECEDF0;
  height: 1px;
  margin: 0 -20px 30px;
  width: calc(100% + 40px);
}
.cart-content .woocommerce-cart-form {
  width: calc(100% - 280px);
  width: 100%;
  margin: 0;
}
.cart-content .woocommerce-cart-form .shop_table {
  border-radius: 0;
  margin: 0;
  text-align: left;
}
.cart-content .woocommerce-cart-form .shop_table th {
  font-size: 14px;
  font-weight: 400;
  padding: 0;
  background: transparent;
  text-align: left;
  border-bottom: 1px solid #efefef;
  padding-bottom: 10px;
}
.cart-content .woocommerce-cart-form .shop_table th:last-child {
  text-align: right;
}
.cart-content .woocommerce-cart-form .cart_item.not-clickable {
  pointer-events: none !important;
}
.cart-content .woocommerce-cart-form .cart_item.disabled-qty .qib-container {
  display: none !important;
}
.cart-content .woocommerce-cart-form .cart_item td {
  padding: 22px 5px 15px;
  line-height: normal;
  vertical-align: top;
  background: transparent;
}
.cart-content .woocommerce-cart-form .cart_item td.salad_item a:not(.remove) {
  pointer-events: none;
}
.cart-content .woocommerce-cart-form .cart_item td.cart-product-item {
  padding-right: 50px;
}
@media screen and (max-width: 1219px) {
  .cart-content .woocommerce-cart-form .cart_item td.cart-product-item {
    padding-right: 30px;
  }
}
.cart-content .woocommerce-cart-form .cart_item td.product-price {
  padding-right: 50px;
  width: 1%;
  white-space: nowrap;
}
.cart-content .woocommerce-cart-form .cart_item td.product-price .woocommerce-Price-amount {
  font-weight: 400;
}
@media screen and (max-width: 1219px) {
  .cart-content .woocommerce-cart-form .cart_item td.product-price {
    padding-right: 30px;
  }
}
.cart-content .woocommerce-cart-form .cart_item td.product-quantity {
  padding-right: 50px;
  width: 1%;
  white-space: nowrap;
}
@media screen and (max-width: 1219px) {
  .cart-content .woocommerce-cart-form .cart_item td.product-quantity {
    padding-right: 30px;
  }
}
.cart-content .woocommerce-cart-form .cart_item td.product-subtotal {
  width: 1%;
  text-align: right;
  white-space: nowrap;
}
.cart-content .woocommerce-cart-form .cart_item .cart-product-item .product-item-det {
  display: flex;
  align-items: flex-start;
}
.cart-content .woocommerce-cart-form .cart_item .cart-product-item .product-item-det .product-image {
  width: 160px;
  border-radius: 4px;
  overflow: inherit;
}
@media screen and (max-width: 1219px) {
  .cart-content .woocommerce-cart-form .cart_item .cart-product-item .product-item-det .product-image {
    width: 120px;
  }
}
.cart-content .woocommerce-cart-form .cart_item .cart-product-item .product-item-det .product-image a {
  display: block;
}
.cart-content .woocommerce-cart-form .cart_item .cart-product-item .product-item-det .product-image a img {
  display: block;
  width: 100%;
}
.cart-content .woocommerce-cart-form .cart_item .cart-product-item .product-item-det .product-info {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: calc(100% - 160px);
  text-align: left;
}
.cart-content .woocommerce-cart-form .cart_item .cart-product-item .product-item-det .product-info .product-title {
  margin-bottom: 0;
  line-height: 1;
}
.cart-content .woocommerce-cart-form .cart_item .cart-product-item .product-item-det .product-info .product-title a, .cart-content .woocommerce-cart-form .cart_item .cart-product-item .product-item-det .product-info .product-title .title {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  color: #B98562;
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .cart-content .woocommerce-cart-form .cart_item .cart-product-item .product-item-det .product-info .product-title a, .cart-content .woocommerce-cart-form .cart_item .cart-product-item .product-item-det .product-info .product-title .title {
    font-size: 14px;
  }
}
.cart-content .woocommerce-cart-form .cart_item .cart-product-item .product-item-det .product-info .product-title .size {
  font-size: 12px;
  color: #9E9E9E;
  font-weight: 400;
}
.cart-content .woocommerce-cart-form .cart_item .cart-product-item .product-item-det .product-info .pre_order_txt {
  color: #4f4f4f;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
  padding: 10px 0;
  line-height: 1.5;
  font-style: normal;
}
.cart-content .woocommerce-cart-form .cart_item .cart-product-item .product-item-det .product-info .product-variation {
  margin-top: 10px;
}
.cart-content .woocommerce-cart-form .cart_item .cart-product-item .product-item-det .product-info .product-variation .edit-link {
  display: none;
}
.cart-content .woocommerce-cart-form .cart_item .cart-product-item .product-item-det .product-info .product-variation dt.variation-extravariations {
  display: none;
}
.cart-content .woocommerce-cart-form .cart_item .cart-product-item .product-item-det .product-info .product-variation .variation {
  font-size: 12px;
  color: #4F4F4F;
  text-transform: capitalize;
  display: block;
}
.cart-content .woocommerce-cart-form .cart_item .cart-product-item .product-item-det .product-info .product-variation .variation .item {
  display: flex;
}
.cart-content .woocommerce-cart-form .cart_item .cart-product-item .product-item-det .product-info .product-variation .variation .item ~ .item {
  margin-top: 4px;
}
.cart-content .woocommerce-cart-form .cart_item .cart-product-item .product-item-det .product-info .product-variation .variation p {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}
.cart-content .woocommerce-cart-form .cart_item .cart-product-item .product-item-det .product-info .product-variation .variation dt ~ dt {
  margin-left: 5px;
  padding-left: 5px;
}
.cart-content .woocommerce-cart-form .cart_item .cart-product-item .product-item-det .product-info .product-variation .variation dt {
  white-space: nowrap;
}
.cart-content .woocommerce-cart-form .cart_item .cart-product-item .product-item-det .product-info .product-variation .variation dd {
  padding-left: 3px;
  margin: 0;
}
.cart-content .woocommerce-cart-form .cart_item .cart-product-item .product-item-det .product-info .product-remove {
  display: inline-block;
  vertical-align: middle;
}
.cart-content .woocommerce-cart-form .cart_item .cart-product-item .product-item-det .product-info .product-remove a {
  font-size: 12px;
  color: #A9A9A9 !important;
  text-transform: capitalize;
  height: auto;
  width: auto;
  font-weight: 400;
  text-align: left;
  display: inline-block;
  background: none !important;
  border-radius: 0 !important;
  text-decoration: none;
  text-indent: 0;
}
.cart-content .woocommerce-cart-form .cart_item .cart-product-item .product-item-det .product-info .product-remove a::before {
  display: none;
}
.cart-content .woocommerce-cart-form .cart_item .cart-product-item .product-item-det .product-info .product-remove a i {
  font-size: 10px;
  color: #A9A9A9;
  vertical-align: middle;
  margin-right: 1px;
  line-height: 1.1;
}
.cart-content .woocommerce-cart-form .cart_item .cart-product-item .product-item-det .product-info .product-remove a:hover {
  text-decoration: underline;
}
.cart-content .woocommerce-cart-form .cart_item .cart-product-item .product-item-det .product-info .addtowishlist {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  margin-top: 8px;
}
.cart-content .woocommerce-cart-form .cart_item .cart-product-item .product-item-det .product-info .addtowishlist .yith-wcwl-add-to-wishlist {
  display: block;
  margin-top: 0;
}
.cart-content .woocommerce-cart-form .cart_item .cart-product-item .product-item-det .product-info .addtowishlist .yith-wcwl-add-to-wishlist.active {
  display: none;
}
.cart-content .woocommerce-cart-form .cart_item .cart-product-item .product-item-det .product-info .addtowishlist .yith-wcwl-add-to-wishlist .add_to_wishlist {
  width: auto;
  height: auto;
  border-radius: 0;
  text-align: left;
  display: inline-block;
  border: none;
  background-color: transparent;
  color: #C4045A;
}
.cart-content .woocommerce-cart-form .cart_item .cart-product-item .product-item-det .product-info .addtowishlist .yith-wcwl-add-to-wishlist .add_to_wishlist::before {
  display: none;
}
.cart-content .woocommerce-cart-form .cart_item .cart-product-item .product-item-det .product-info .addtowishlist .yith-wcwl-add-to-wishlist .add_to_wishlist:after {
  content: "Move to Wishlist";
  font-size: 12px;
}
body.rtl .cart-content .woocommerce-cart-form .cart_item .cart-product-item .product-item-det .product-info .addtowishlist .yith-wcwl-add-to-wishlist .add_to_wishlist:after {
  content: "أضف إلى قائمة الامنيات";
}
.cart-content .woocommerce-cart-form .cart_item .cart-product-item .product-item-det .product-info .addtowishlist .yith-wcwl-add-to-wishlist .add_to_wishlist:hover {
  text-decoration: underline;
}
.cart-content .woocommerce-cart-form .cart_item .woocommerce-Price-amount {
  font-size: 16px;
  font-weight: 700;
}
.cart-content .woocommerce-cart-form .cart_item .quantity-controllers {
  font-size: 0;
}
.cart-content .woocommerce-cart-form .cart_item .quantity-controllers .quantity {
  display: inline-block;
  vertical-align: middle;
}
.cart-content .woocommerce-cart-form .cart_item .quantity-controllers .quantity label {
  display: none;
}
.cart-content .woocommerce-cart-form .cart_item .quantity-controllers .quantity input {
  background-color: #FBFBFB;
  border: 1px solid #DBDBDB;
  color: #4C4C4C;
  font-size: 13px;
  font-weight: 700;
  width: 37px;
  height: 30px;
  line-height: 28px;
  border-radius: 0;
  padding: 0;
  text-align: center;
}
.cart-content .woocommerce-cart-form .cart_item .quantity-controllers .controller {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  line-height: 28px;
  border: 1px solid #DBDBDB;
  background-color: #FBFBFB;
}
.cart-content .woocommerce-cart-form .cart_item .quantity-controllers .controller i {
  font-size: 14px;
  line-height: inherit;
}
.cart-content .woocommerce-cart-form .cart_item .quantity-controllers .controller__minus {
  border-right: none;
  border-radius: 2px 0 0 2px;
}
.cart-content .woocommerce-cart-form .cart_item .quantity-controllers .controller__plus {
  border-left: none;
  border-radius: 0 2px 2px 0;
}
@media screen and (max-width: 999px) {
  .cart-content .woocommerce-cart-form {
    width: 100%;
    padding: 0;
  }
  .cart-content .woocommerce-cart-form .shop_table {
    display: block;
  }
  .cart-content .woocommerce-cart-form .shop_table tbody, .cart-content .woocommerce-cart-form .shop_table tfoot, .cart-content .woocommerce-cart-form .shop_table th, .cart-content .woocommerce-cart-form .shop_table tr, .cart-content .woocommerce-cart-form .shop_table td {
    display: block;
  }
  .cart-content .woocommerce-cart-form .shop_table thead {
    display: none;
  }
  .cart-content .woocommerce-cart-form .shop_table .cart_item .cart-product-item {
    text-align: left !important;
    background: transparent;
  }
  .cart-content .woocommerce-cart-form .shop_table .cart_item .cart-product-item::before, .cart-content .woocommerce-cart-form .shop_table .cart_item .cart-product-item:after {
    display: none;
  }
  .cart-content .woocommerce-cart-form .shop_table .cart_item .cart-product-item .product-item-det .show-mob {
    display: block;
    margin-top: 10px;
  }
  .cart-content .woocommerce-cart-form .shop_table .cart_item .cart-product-item .product-item-det .show-mob .product-price {
    font-size: 13px;
    font-weight: 700;
    padding-top: 10px;
  }
  .cart-content .woocommerce-cart-form .shop_table .cart_item .cart-product-item .product-item-det .product-info {
    width: calc(100% - 120px);
    position: relative;
  }
  .cart-content .woocommerce-cart-form .shop_table .cart_item .cart-product-item .product-item-det .product-info .product-title {
    padding-right: 20px;
  }
  .cart-content .woocommerce-cart-form .shop_table .cart_item .cart-product-item .product-item-det .product-info .product-remove a i {
    font-size: 16px;
    margin: 0;
  }
  .cart-content .woocommerce-cart-form .shop_table .cart_item td.product-price, .cart-content .woocommerce-cart-form .shop_table .cart_item td.product-quantity, .cart-content .woocommerce-cart-form .shop_table .cart_item td.product-subtotal {
    display: none;
  }
}
.cart-content .cart-collaterals {
  width: 100%;
}
.cart-content .cart-collaterals .cart_totals {
  width: 100%;
  float: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cart-content .cart-collaterals .cart_totals .shop_table {
  margin: 0;
  width: auto;
  display: none;
}
.cart-content .cart-collaterals .cart_totals .shop_table th, .cart-content .cart-collaterals .cart_totals .shop_table td {
  background-color: transparent;
  padding: 0;
  vertical-align: middle;
}
.cart-content .cart-collaterals .cart_totals .shop_table .order-total td {
  font-size: 18px;
  padding-left: 20px;
}
.cart-content .cart-collaterals .cart_totals .cart_total-item-discount {
  margin-right: 20px;
}
.cart-content .cart-collaterals .cart_totals .cart_total-item-discount h4 {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1.8;
  color: #121212;
}
.cart-content .cart-collaterals .cart_totals .cart_total-item-discount p {
  font-size: 16pxpx;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
  color: #6fa088;
}
.cart-content .cart-collaterals .cart_totals .cart_total-item-discount p a {
  display: none;
}
.cart-content .cart-collaterals .cart_totals .cart-total {
  display: flex;
  flex-direction: column;
}
.cart-content .cart-collaterals .cart_totals .cart-total h4 {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.8;
  color: #121212;
}
.cart-content .cart-collaterals .cart_totals .cart-total .price {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
  color: #000;
}
.cart-content .cart-collaterals .cart_totals .button {
  font-size: 16px;
  background-color: #6fa088;
  padding: 0;
  padding-right: 120px;
  padding-left: 20px;
  line-height: 50px;
  border-radius: 4px;
  color: #fff;
  margin: 0;
  text-align: left;
}
.cart-content .cart-collaterals .cart_totals .button:hover {
  background-color: #044437;
}
.cart-content .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  margin-bottom: -25px;
  margin-left: 40px;
  position: relative;
}
.cart-content .cart-collaterals .cart_totals .wc-proceed-to-checkout .deliver_note {
  font-size: 13px;
  font-weight: 600;
  color: #aaa;
  padding-top: 4px;
  right: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cart-content .cart-collaterals .cart_totals .wc-proceed-to-checkout .deliver_note {
    font-size: 12px;
  }
}
@media screen and (max-width: 450px) {
  .cart-content .cart-collaterals .cart_totals .wc-proceed-to-checkout .deliver_note {
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 999px) {
  .cart-content .cart-collaterals .cart_totals .wc-proceed-to-checkout {
    width: 100%;
    margin: 20px 0px -25px;
  }
}
.cart-content .cart-collaterals .cart_totals .cart_total-item-coupon {
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .cart-content .cart-collaterals .cart_totals .cart_total-item-coupon {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cart-content .cart-collaterals .cart_totals .open-coupon {
  color: #044437;
  font-size: 14px;
  cursor: pointer;
  margin-bottom: 2px;
  height: 22px;
}
.cart-content .cart-collaterals .cart_totals .open-coupon:hover {
  text-decoration: underline;
}
.cart-content .cart-collaterals .cart_totals .open-coupon.active {
  font-size: 0;
}
.cart-content .cart-collaterals .cart_totals .open-coupon.active::before {
  content: "close";
  font-family: "Material Icons" !important;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: #363636;
}
.cart-content .cart-collaterals .cart_totals .close-coupon {
  position: absolute;
  top: -15px;
  right: 0;
  display: none;
}
.cart-content .cart-collaterals .cart_totals .close-coupon i {
  font-size: 18px;
}
.cart-content .cart-collaterals .cart_totals .discount-form {
  display: none;
  width: 100%;
  position: relative;
  margin: 0;
}
.cart-content .cart-collaterals .cart_totals .discount-form .coupon {
  display: flex;
}
.cart-content .cart-collaterals .cart_totals .discount-form .coupon input {
  width: 100%;
  border-radius: 4px 0 0 4px;
  border-right: none;
  padding: 0px 10px;
  height: 30px;
  border: 1px solid #cbcbcb;
  font-size: 13px;
}
body.rtl .cart-content .cart-collaterals .cart_totals .discount-form .coupon input {
  border-radius: 0 4px 4px 0;
}
.cart-content .cart-collaterals .cart_totals .discount-form .coupon .btn {
  width: auto;
  font-size: 12px;
  padding: 0 16px;
  background: #000;
  color: #fff;
  line-height: 25px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0 4px 4px 0;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body.rtl .cart-content .cart-collaterals .cart_totals .discount-form .coupon .btn {
  letter-spacing: 0;
  border-radius: 4px 0 0 4px;
}
.cart-content .cart-collaterals .cart_totals .discount-form .coupon .btn:hover {
  background: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 767px) {
  .cart-content .cart-collaterals .cart_totals {
    flex-direction: column;
    align-items: flex-start;
  }
  .cart-content .cart-collaterals .cart_totals .cart_total-item-discount {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-right: 0;
  }
  .cart-content .cart-collaterals .cart_totals .cart-total {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
  }
  .cart-content .cart-collaterals .cart_totals .wc-proceed-to-checkout {
    margin-left: 0;
    width: 100%;
    margin-bottom: 0;
  }
}

.cross-sells {
  margin-top: 40px;
}
.cross-sells h2 {
  font-size: 28px;
  font-weight: 700;
}

#xt_woofc .xt_woofc.xt_woofc-empty .xt_woofc-header, #xt_woofc .xt_woofc.xt_woofc-empty .xt_woofc-footer {
  display: none !important;
}
#xt_woofc .xt_woofc.xt_woofc-empty .xt_woofc-no-product {
  text-align: center;
}
#xt_woofc .xt_woofc.xt_woofc-empty .xt_woofc-no-product::before {
  content: "";
  display: block;
  background-image: url("../img/shopping-basket.png");
  background-size: 30px;
  filter: grayscale(1);
  opacity: 0.6;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 10px;
}
#xt_woofc .xt_woofc.xt_woofc-cart-opened .xt_woofc-inner {
  opacity: 1 !important;
  pointer-events: auto;
  visibility: visible;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
#xt_woofc .xt_woofc.xt_woofc-cart-opened .xt_woofc-inner .xt_woofc-wrapper {
  pointer-events: auto;
}
#xt_woofc .xt_woofc .xt_woofc-inner {
  background-color: #fff;
  position: relative;
  position: fixed;
  width: 380px;
  right: 0;
  left: auto;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  padding: 0 0 30px;
  opacity: 0;
  pointer-events: none;
  margin: 0;
  height: auto;
  max-height: 100vh !important;
  visibility: hidden;
  opacity: 0 !important;
  max-width: 80vw;
  -moz-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
#xt_woofc .xt_woofc .xt_woofc-inner .xt_woofc-wrapper {
  display: flex;
  flex-direction: column;
  overflow: visible;
  transform: none !important;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#xt_woofc .xt_woofc .xt_woofc-inner .xt_woofc-title::before {
  content: url("../img/icons/shopping-basket-black.png");
  vertical-align: middle;
}
body.rtl #xt_woofc .xt_woofc .xt_woofc-inner .xt_woofc-title::before {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
#xt_woofc .xt_woofc .xt_woofc-inner .xt_woofc-product.disabled-qty .xt_woofc-quantity, #xt_woofc .xt_woofc .xt_woofc-inner .xt_woofc-product.disabled-qty.xt_woofc-actions {
  display: none;
}
#xt_woofc .xt_woofc .xt_woofc-inner .xt_woofc-product.xt_woofc-salad a:not(.xt_woofc-delete-item) {
  pointer-events: none;
}
#xt_woofc .xt_woofc .xt_woofc-inner .xt_woofc-header {
  order: 0;
  position: static;
  border: none;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  line-height: 1.7;
}
#xt_woofc .xt_woofc .xt_woofc-inner .xt_woofc-header:after {
  display: none;
}
#xt_woofc .xt_woofc .xt_woofc-inner .xt_woofc-header .cart-details {
  color: #121212;
  text-align: right;
  display: flex;
  flex-direction: column;
  position: relative;
}
#xt_woofc .xt_woofc .xt_woofc-inner .xt_woofc-header .cart-details strong {
  font-size: 12px;
  font-weight: 700;
}
#xt_woofc .xt_woofc .xt_woofc-inner .xt_woofc-header .cart-details .amount {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}
#xt_woofc .xt_woofc .xt_woofc-inner .xt_woofc-header .cart-details .cart-count {
  font-size: 12px;
  margin: 0;
}
#xt_woofc .xt_woofc .xt_woofc-inner .xt_woofc-trigger-close-icon {
  position: absolute;
  cursor: pointer;
  width: 36px;
  height: 36px;
  z-index: 9999;
  right: 100%;
  left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
}
#xt_woofc .xt_woofc .xt_woofc-inner .xt_woofc-trigger-close-icon::before {
  content: "close";
  font-family: "Material Icons" !important;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  font-size: 24px;
  color: #fff;
}
#xt_woofc .xt_woofc .xt_woofc-inner .xt_woofc-body {
  order: 2;
  margin: 0;
  opacity: 1;
}
#xt_woofc .xt_woofc .xt_woofc-inner .xt_woofc-body .xt_woofc-list {
  min-height: 0 !important;
}
#xt_woofc .xt_woofc .xt_woofc-inner .xt_woofc-quantity {
  position: relative;
}
#xt_woofc .xt_woofc .xt_woofc-inner .xt_woofc-quantity-col {
  border: none;
}
#xt_woofc .xt_woofc .xt_woofc-inner .xt_woofc-quantity form {
  box-shadow: none;
  overflow: visible;
}
#xt_woofc .xt_woofc .xt_woofc-inner .xt_woofc-quantity .xt_woofc-quantity-row {
  display: block;
  height: auto;
}
#xt_woofc .xt_woofc .xt_woofc-inner .xt_woofc-quantity input {
  width: auto;
  max-width: 100px;
  min-width: 70px;
  height: 25px;
  float: left;
  display: block;
  margin: 0;
  border: 1px solid #eee;
  font-size: 12px;
  letter-spacing: 1.2px;
  line-height: 1.65;
  font-weight: 400;
  text-align: center;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  padding: 0 20px;
}
#xt_woofc .xt_woofc .xt_woofc-inner .xt_woofc-quantity .xt_woofc-quantity-changer {
  position: static;
}
#xt_woofc .xt_woofc .xt_woofc-inner .xt_woofc-quantity .xt_woofc-quantity-button {
  position: absolute;
  cursor: pointer;
  border-left: 1px solid #eee;
  width: 25px;
  text-align: center;
  color: #808b97;
  font-size: 10px;
  line-height: 31px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  height: 100%;
  top: 0;
  width: 30px;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
#xt_woofc .xt_woofc .xt_woofc-inner .xt_woofc-quantity .xt_woofc-quantity-button.xt_woofc-quantity-col-plus {
  right: 0;
  left: auto;
}
#xt_woofc .xt_woofc .xt_woofc-inner .xt_woofc-quantity .xt_woofc-quantity-button.xt_woofc-quantity-col-minus {
  right: auto;
  left: 0;
  border-left: none;
  border-right: 1px solid #eee;
}
#xt_woofc .xt_woofc .xt_woofc-inner .xt_woofc-footer {
  position: static;
  padding: 0 20px 20px;
  order: 1;
  position: static;
  box-shadow: none !important;
  border-bottom: 1px solid #ECEDF0;
  margin: 10px 0 0;
  display: flex;
  justify-content: space-between;
  border-radius: 0;
}
#xt_woofc .xt_woofc .xt_woofc-inner .xt_woofc-footer .xt_woofc-checkout, #xt_woofc .xt_woofc .xt_woofc-inner .xt_woofc-footer .btn {
  font-size: 14px;
  padding: 0;
  width: 48%;
  text-align: center;
  display: inline-block;
  line-height: 44px;
  font-weight: 700;
  border-radius: 4px;
  background-color: #044437;
  color: #fff;
  height: auto;
  margin: 0 !important;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#xt_woofc .xt_woofc .xt_woofc-inner .xt_woofc-footer .xt_woofc-checkout:hover, #xt_woofc .xt_woofc .xt_woofc-inner .xt_woofc-footer .btn:hover {
  background-color: #0c7963;
}
#xt_woofc .xt_woofc .xt_woofc-inner .xt_woofc-footer .xt_woofc-checkout-border, #xt_woofc .xt_woofc .xt_woofc-inner .xt_woofc-footer .btn-border {
  background: transparent;
  color: #6C707D;
  border: 2px solid #6C707D;
  line-height: 40px;
}
#xt_woofc .xt_woofc .xt_woofc-inner .xt_woofc-footer .xt_woofc-checkout-border:hover, #xt_woofc .xt_woofc .xt_woofc-inner .xt_woofc-footer .btn-border:hover {
  color: #fff;
  background-color: #6C707D;
}
#xt_woofc .xt_woofc .xt_woofc-inner .xt_woofc-footer .xt_woofc-checkout .xt_woofc-dash, #xt_woofc .xt_woofc .xt_woofc-inner .xt_woofc-footer .btn .xt_woofc-dash {
  display: none;
}
#xt_woofc .xt_woofc .xt_woofc-inner .xt_woofc-footer .xt_woofc-checkout .amount, #xt_woofc .xt_woofc .xt_woofc-inner .xt_woofc-footer .btn .amount {
  position: absolute;
  top: 40px;
  right: 20px;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  color: #121212;
  display: none;
}
#xt_woofc .xt_woofc .xt_woofc-inner .xt_woofc-footer .xt_woofc-checkout em, #xt_woofc .xt_woofc .xt_woofc-inner .xt_woofc-footer .btn em {
  padding: 0 !important;
  font-style: normal;
}
#xt_woofc .xt_woofc .xt_woofc-inner .xt_woofc-footer .xt_woofc-checkout em:after, #xt_woofc .xt_woofc .xt_woofc-inner .xt_woofc-footer .btn em:after {
  display: none;
}
#xt_woofc .xt_woofc .xt_woofc-inner .xt_woofc-notices-wrapper {
  display: none;
}
#xt_woofc .xt_woofc .xt_woofc-inner .xt_woofc-notif {
  display: none;
}
#xt_woofc .xt_woofc .xt_woofc-inner .xt_woofc-spinner-wrap .xt_woofc-spinner-inner {
  display: none;
}
#xt_woofc .xt_woofc .xt_woofc-inner .xt_woofc-spinner-wrap::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
#xt_woofc .xt_woofc .xt_woofc-inner .xt_woofc-spinner-wrap:after {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url("../img/icons/loader.png");
  background-repeat: no-repeat;
  -webkit-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
  background-size: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
  z-index: 2;
}
#xt_woofc .xt_woofc .xt_woofc-inner .xt_woofc-product-title {
  white-space: normal;
  line-height: 1.2;
  font-weight: 600;
  width: auto;
  max-width: calc(100% - 72px);
}
#xt_woofc .xt_woofc .xt_woofc-inner .xt_woofc-price {
  white-space: nowrap;
  width: auto;
}
body.rtl #xt_woofc .xt_woofc .xt_woofc-inner .xt_woofc-product-wrap .xt_woofc-product-image, body.rtl #xt_woofc .xt_woofc .xt_woofc-inner .xt_woofc-product-wrap .xt_woofc-product-title {
  float: right;
}
body.rtl #xt_woofc .xt_woofc .xt_woofc-inner .xt_woofc-product-wrap .xt_woofc-price, body.rtl #xt_woofc .xt_woofc .xt_woofc-inner .xt_woofc-product-wrap .xt_woofc-actions {
  float: left;
}
body.rtl #xt_woofc .xt_woofc .xt_woofc-inner .xt_woofc-product-wrap .xt_woofc-product-details {
  float: left;
  padding: 12px 1em 0 !important;
  text-align: right;
}
#xt_woofc .xt_woofc-trigger {
  display: none;
}

.checkout-page {
  padding: 30px 0;
}
.checkout-page .woocommerce {
  display: flex;
  flex-direction: column;
}
.checkout-page .woocommerce > #yith-par-message-cart {
  display: none !important;
}
.checkout-page .page-title {
  width: 100%;
  order: -1;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .checkout-page .page-title {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .checkout-page .page-title h1 {
    font-size: 24px;
    line-height: 36px;
    font-family: "Montserrat", serif;
    font-weight: 300;
  }
}
@media screen and (max-width: 767px) {
  .checkout-page .page-title p {
    font-size: 13px;
    max-width: 300px;
    display: none;
  }
}
.checkout-page .deliver-container {
  padding: 20px 15px 24px;
  width: 100%;
  margin-bottom: 0;
  border-bottom: 1px solid #e4e4e4;
}
@media screen and (max-width: 767px) {
  .checkout-page .deliver-container {
    padding: 20px 15px 5px;
  }
}
.checkout-page .deliver-container .text_mob {
  display: none;
}
.checkout-page .deliver-container .delivery-component h4 {
  font-size: 14px !important;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .checkout-page .deliver-container .delivery-component .radio-btns {
    padding-left: 0;
  }
  .checkout-page .deliver-container .delivery-component .radio-btns label {
    padding: 0px 18px 6px;
  }
  .checkout-page .deliver-container .delivery-component .radio-btns label.selected {
    margin-bottom: 8px;
  }
  .checkout-page .deliver-container .delivery-component .radio-btns label h4 {
    font-size: 12px !important;
  }
  .checkout-page .deliver-container .delivery-component .radio-btns label .check-icon {
    width: 10px;
    height: 10px;
    top: -5px;
  }
  .checkout-page .deliver-container .delivery-component .radio-btns label .check-icon::before {
    font-size: 13px;
  }
}
.checkout-page .coupon-row {
  border: 2px solid #044437;
  border-radius: 4px;
  padding: 12px;
  padding-right: 10px;
  padding-left: 17px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .checkout-page .coupon-row {
    border: 0;
    padding: 0;
    margin-bottom: 10px;
  }
}
.checkout-page .coupon-row #yith-par-message-reward-cart {
  display: none !important;
}
.checkout-page .coupon-row .open-coupon {
  color: #1b77f2;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 12px;
  padding-right: 10px;
  padding-left: 17px;
  text-decoration: underline;
  cursor: pointer;
  text-align: center;
  justify-content: center;
  line-height: 30px;
}
.checkout-page .coupon-row .open-coupon:hover {
  text-decoration: none;
}
.checkout-page .coupon-row .open-coupon img {
  margin-right: 5px;
  vertical-align: middle;
}
.checkout-page .coupon-row .open-coupon .btn {
  line-height: 30px;
  text-transform: uppercase;
  font-size: 12px;
  margin-left: auto;
  border-radius: 4px;
  width: 100px;
  padding: 0;
  opacity: 0;
  pointer-events: none;
}
.checkout-page .coupon-row .open-coupon.active {
  opacity: 0;
  pointer-events: none;
}
.checkout-page .coupon-row .woocommerce-error,
.checkout-page .coupon-row .woocommerce-info,
.checkout-page .coupon-row .woocommerce-message {
  margin: 0 0 10px;
  padding: 0;
  background-color: transparent;
  border: none;
}
.checkout-page .coupon-row .woocommerce-message {
  color: #044437;
  margin: 0;
  font-weight: 400;
}
.checkout-page .coupon-row .woocommerce-message ~ form,
.checkout-page .coupon-row .woocommerce-message ~ .open-coupon {
  display: none !important;
}
.checkout-page .coupon-row .woocommerce-error ~ .open-coupon {
  padding-top: 43px;
}
.checkout-page .coupon-row .woocommerce-error li {
  color: red;
}
.checkout-page .coupon-row form {
  margin: 0;
  border: none;
  padding: 0;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  display: flex !important;
}
.checkout-page .coupon-row form.active {
  opacity: 1;
  pointer-events: auto;
}
.checkout-page .coupon-row form .close-coupon {
  margin-right: 6px;
}
.checkout-page .coupon-row form .close-coupon:hover {
  background-color: transparent;
}
.checkout-page .coupon-row form .close-coupon i {
  font-size: 16px;
}
.checkout-page .coupon-row form .coupon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.checkout-page .coupon-row form .coupon .input-text {
  font-size: 12px;
  height: auto;
  line-height: 30px;
  padding: 0 10px;
  width: calc(100% - 110px);
  border-radius: 4px;
}
.checkout-page .coupon-row form .coupon .btn {
  line-height: 30px;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 4px;
  width: 100px;
  padding: 0;
  background-color: #6fa088;
  color: #fff;
  border: none;
  margin-left: 10px;
}
.checkout-page .coupon-row form .coupon .btn:hover {
  background-color: #044437;
}
@media screen and (max-width: 767px) {
  .checkout-page .coupon-row .open-coupon {
    font-size: 12px;
    justify-content: flex-start;
    padding: 0;
    text-decoration: none;
  }
  .checkout-page .coupon-row .open-coupon img {
    width: 16px;
  }
  .checkout-page .coupon-row .open-coupon .btn {
    font-size: 12px;
    width: auto;
    padding: 0 10px;
  }
}
.checkout-page .checkout-content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.checkout-page .checkout-content .checkout-form {
  background: #ffffff;
  box-shadow: 0 -2px 16px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  width: calc(100% - 375px - 58px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  .checkout-page .checkout-content .checkout-form {
    width: 100%;
  }
}
.checkout-page .checkout-content .checkout-form .checkout {
  margin: 0;
}
.checkout-page .checkout-content .checkout-form .woocommerce-message {
  margin: 20px;
  max-width: calc(100% - 40px);
  order: -1;
}
.checkout-page .checkout-content .order_review-content {
  padding-left: 58px;
  width: 375px;
  box-sizing: content-box;
  position: relative;
}
@media screen and (max-width: 999px) {
  .checkout-page .checkout-content .order_review-content {
    width: 100%;
    padding: 20px 0;
  }
}
.checkout-page .checkout-content .order_review-content .foot {
  margin-top: 30px;
  text-align: center;
}
.checkout-page .checkout-content .order_review-content .foot p {
  font-size: 14px;
  color: #6C707D;
  margin-bottom: 8px;
}
.checkout-page .checkout-content .order_review-content .foot p b {
  display: block;
  font-weight: 600;
}
.checkout-page .checkout-content .woocommerce-checkout-review-order#order_review {
  background: #ffffff;
  box-shadow: 0 -2px 16px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 16px 14px;
  width: 100%;
  float: none !important;
  position: relative;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .checkout-page .checkout-content .woocommerce-checkout-review-order#order_review {
    padding-top: 10px;
  }
}
.checkout-page .checkout-content .woocommerce-checkout-review-order#order_review .cart-link {
  color: #2075FF;
  font-size: 12px;
  position: absolute;
  top: 10px;
  right: 10px;
  font-weight: 500;
  z-index: 11;
}
.checkout-page .checkout-content #customer_details {
  display: flex;
  flex-direction: column;
  float: none;
  width: 100%;
  margin: 0;
}
.checkout-page .checkout-content #customer_details .col-1, .checkout-page .checkout-content #customer_details .col-2 {
  float: none;
  width: 100%;
  margin: 0;
}
.checkout-page .checkout-content #customer_details .woocommerce-additional-fields, .checkout-page .checkout-content #customer_details .woocommerce-shipping-fields {
  display: none;
}
.checkout-page .checkout-content #customer_details .form-row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.checkout-page .checkout-content #customer_details .form-row.hidden {
  display: none;
}
.checkout-page .checkout-content #customer_details .form-row label {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  text-transform: capitalize;
  padding-bottom: 3px;
  position: static !important;
  height: auto;
  width: auto;
  clip: auto;
  clip-path: none;
}
@media screen and (max-width: 767px) {
  .checkout-page .checkout-content #customer_details .form-row label {
    font-size: 12px;
  }
}
.checkout-page .checkout-content #customer_details .form-row label .optional {
  display: none;
}
.checkout-page .checkout-content #customer_details .form-row label .optional, .checkout-page .checkout-content #customer_details .form-row label .required {
  text-decoration: none;
}
.checkout-page .checkout-content #customer_details .form-row input.input-text, .checkout-page .checkout-content #customer_details .form-row textarea.input-text {
  background: #F6F8FA;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 44px;
  padding: 0 16px;
  width: 100%;
  box-shadow: none;
  resize: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.checkout-page .checkout-content #customer_details .form-row .select2-container {
  width: 100% !important;
}
.checkout-page .checkout-content #customer_details .form-row .radioSelectContainer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.checkout-page .checkout-content #customer_details .form-row .radioSelectContainer #billing_state {
  display: none;
}
.checkout-page .checkout-content #customer_details .form-row .radioSelectContainer .check-radio {
  width: 50%;
  padding-bottom: 0;
  margin: 0;
}
.checkout-page .checkout-content #customer_details .form-row .radioSelectContainer .check-radio:nth-child(8) {
  display: none;
}
.checkout-page .checkout-content #customer_details .form-row .radioSelectContainer .check-radio.active {
  pointer-events: none;
}
@media screen and (max-width: 450px) {
  .checkout-page .checkout-content #customer_details .form-row .radioSelectContainer .check-radio {
    width: 100%;
  }
  .checkout-page .checkout-content #customer_details .form-row .radioSelectContainer .check-radio ~ .check-radio {
    margin-top: 10px;
  }
}
.checkout-page .checkout-content #customer_details .form-row .city-custom-radio {
  display: none;
}
.checkout-page .checkout-content #customer_details .form-row .city-custom-radio ~ label {
  padding: 0;
  padding-left: 22px;
  white-space: nowrap;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  user-select: none;
  text-transform: capitalize;
  line-height: 14px;
}
.checkout-page .checkout-content #customer_details .form-row .city-custom-radio ~ label::before {
  content: "radio_button_unchecked";
  font-family: "Material Icons" !important;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: #363636;
  position: absolute;
  top: 50%;
  left: 0;
  line-height: 16px;
  margin: 0;
  margin-top: -8px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.checkout-page .checkout-content #customer_details .form-row .city-custom-radio:checked + label::before {
  content: "radio_button_checked";
}
.checkout-page .checkout-content .have-account {
  padding: 20px 20px 0;
}
.checkout-page .checkout-content .have-account label {
  font-size: 14px;
  font-weight: 500;
  color: #0360f7;
}
.checkout-page .checkout-content .have-account label a:hover {
  text-decoration: underline;
}
.checkout-page .checkout-content .have-account .fbl-button {
  text-align: left;
  margin: 6px 0 0;
}
@media screen and (max-width: 999px) {
  .checkout-page .checkout-content .have-account {
    padding: 20px 10px 0;
  }
}
.checkout-page .checkout-content .woocommerce-billing-fields {
  padding: 22px 15px 0;
}
@media screen and (max-width: 767px) {
  .checkout-page .checkout-content .woocommerce-billing-fields {
    padding: 16px 10px 0;
  }
}
.checkout-page .checkout-content .woocommerce-billing-fields h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .checkout-page .checkout-content .woocommerce-billing-fields h3 {
    font-size: 12px;
    font-weight: bold;
  }
}
.checkout-page .checkout-content .woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.checkout-page .checkout-content .woocommerce-billing-fields__field-wrapper.hidden {
  display: none;
}
.checkout-page .checkout-content .woocommerce-billing-fields__field-wrapper .form-row {
  padding: 0 5px;
  width: auto;
  min-width: 84px;
  margin: 0 0 15px;
  float: none;
}
@media screen and (max-width: 767px) {
  .checkout-page .checkout-content .woocommerce-billing-fields__field-wrapper .form-row {
    width: 50%;
  }
}
.checkout-page .checkout-content .woocommerce-billing-fields__field-wrapper .form-row-wide {
  width: 100%;
}
.checkout-page .checkout-content .woocommerce-billing-fields__field-wrapper .form-row-first, .checkout-page .checkout-content .woocommerce-billing-fields__field-wrapper .form-row-last {
  width: 50%;
}
.checkout-page .checkout-content .woocommerce-billing-fields__field-wrapper .form-row#billing_country_field {
  display: none;
}
.checkout-page .checkout-content .woocommerce-billing-fields__field-wrapper .select2-selection {
  border: none;
  height: 44px;
  border-radius: 4px;
  position: relative;
  direction: ltr;
  background-color: #F6F8FA;
}
.checkout-page .checkout-content .woocommerce-billing-fields__field-wrapper .select2-selection .select2-selection__rendered {
  font-size: 14px;
  line-height: 44px;
  padding-left: 8px;
  padding-right: 20px;
  text-align: left;
}
.checkout-page .checkout-content .woocommerce-billing-fields__field-wrapper .select2-selection .select2-selection__arrow {
  height: 100%;
  top: 0;
  bottom: 0;
  left: auto;
  right: 4px;
}
.checkout-page .checkout-content .woocommerce-billing-fields__field-wrapper .select2-selection .select2-selection__arrow::before {
  content: "expand_more";
  font-family: "Material Icons" !important;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: #C1C9D2;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  line-height: 1;
}
.checkout-page .checkout-content .woocommerce-billing-fields__field-wrapper .select2-selection .select2-selection__arrow b {
  display: none;
}
.checkout-page .checkout-content .woocommerce-account-fields {
  padding: 0;
  width: 100%;
}
.checkout-page .checkout-content .woocommerce-account-fields__field-wrapper {
  max-width: 350px;
  display: flex;
  flex-wrap: wrap;
  padding: 0 5px;
}
.checkout-page .checkout-content .woocommerce-account-fields .create-account:not(.form-row) {
  width: 100%;
  display: none;
}
.checkout-page .checkout-content .woocommerce-account-fields .form-row {
  width: 100%;
}
.checkout-page .checkout-content .woocommerce-account-fields .checkbox span {
  position: relative;
  display: inline-flex;
  font-size: 12px;
  color: #363636;
  font-weight: 700;
  line-height: 30px;
  cursor: pointer;
  user-select: none;
}
.checkout-page .checkout-content .woocommerce-account-fields .checkbox span::before {
  content: "check_box_outline_blank";
  font-family: "Material Icons" !important;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  color: #000;
  text-align: center;
  margin-right: 6px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.checkout-page .checkout-content .woocommerce-account-fields .checkbox input {
  display: none;
}
.checkout-page .checkout-content .woocommerce-account-fields .checkbox input:checked ~ span::before {
  content: "check_box";
}
.checkout-page .checkout-content .shipping-fileds-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  order: 2;
}
.checkout-page .checkout-content #payment {
  background: none !important;
  border-radius: 0 !important;
  border-top: 1px solid #ECEDF0;
  padding-top: 14px;
}
.checkout-page .checkout-content #payment .payemnt-fields {
  padding: 12px 15px;
}
@media screen and (max-width: 767px) {
  .checkout-page .checkout-content #payment .payemnt-fields {
    padding: 5px 15px 15px;
  }
}
.checkout-page .checkout-content #payment .payemnt-fields h3 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .checkout-page .checkout-content #payment .payemnt-fields h3 {
    font-size: 12px;
    font-weight: bold;
  }
}
.checkout-page .checkout-content #payment .payment_methods {
  border: none !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
}
.checkout-page .checkout-content #payment .payment_methods .wc_payment_method {
  display: flex;
  flex-direction: column;
  background-color: transparent;
  margin-bottom: 10px;
}
.checkout-page .checkout-content #payment .payment_methods .wc_payment_method > input {
  display: none;
}
.checkout-page .checkout-content #payment .payment_methods .wc_payment_method > input:checked ~ label::before {
  content: "radio_button_checked" !important;
}
.checkout-page .checkout-content #payment .payment_methods .wc_payment_method > label {
  padding: 0;
  padding-left: 22px;
  white-space: nowrap;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  user-select: none;
  text-transform: capitalize;
  line-height: 14px;
}
@media screen and (max-width: 767px) {
  .checkout-page .checkout-content #payment .payment_methods .wc_payment_method > label {
    font-size: 12px;
    font-weight: 500;
    margin: 0;
    color: black;
    padding-left: 18px;
  }
}
.checkout-page .checkout-content #payment .payment_methods .wc_payment_method > label::before {
  content: "radio_button_unchecked" !important;
  font-family: "Material Icons" !important;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: #363636 !important;
  position: absolute;
  top: 50%;
  left: 0;
  line-height: 16px;
  margin: 0;
  margin-top: -8px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (max-width: 767px) {
  .checkout-page .checkout-content #payment .payment_methods .wc_payment_method > label::before {
    font-size: 12px;
  }
}
.checkout-page .checkout-content #payment .payment_methods .wc_payment_method > label img {
  height: 28px;
  margin: 0 0 0 10px;
  border-radius: 5px;
}
body.rtl .checkout-page .checkout-content #payment .payment_methods .wc_payment_method > label img {
  margin: 0 10px 0 0;
}
.checkout-page .checkout-content #payment .payment_methods .payment_box {
  background-color: transparent;
  text-align: left;
  padding: 0;
  margin: 0;
  border-radius: 0;
  max-width: 350px;
}
@media screen and (max-width: 767px) {
  .checkout-page .checkout-content #payment .payment_methods .payment_box {
    max-width: 100%;
  }
}
.checkout-page .checkout-content #payment .payment_methods .payment_box::before {
  display: none;
}
.checkout-page .checkout-content #payment .payment_methods .payment_box fieldset#wc-nodepayment-cc-form {
  font-size: 0;
  padding: 20px 10px;
}
@media screen and (max-width: 767px) {
  .checkout-page .checkout-content #payment .payment_methods .payment_box fieldset#wc-nodepayment-cc-form {
    padding: 15px 0px;
  }
}
.checkout-page .checkout-content #payment .payment_methods .payment_box fieldset#wc-nodepayment-cc-form .gw-proxy-number ~ .gw-proxy-number,
.checkout-page .checkout-content #payment .payment_methods .payment_box fieldset#wc-nodepayment-cc-form .gw-proxy-securityCode ~ .gw-proxy-securityCode {
  display: none !important;
}
.checkout-page .checkout-content #payment .payment_methods .payment_box fieldset#wc-nodepayment-cc-form .form-row {
  width: auto;
  display: inline-block;
  margin-bottom: 15px;
  vertical-align: top;
  padding: 0;
  float: none;
}
.checkout-page .checkout-content #payment .payment_methods .payment_box fieldset#wc-nodepayment-cc-form .form-row.form-row-wide {
  width: 100%;
}
body.rtl .checkout-page .checkout-content #payment .payment_methods .payment_box fieldset#wc-nodepayment-cc-form .form-row.form-row-wide label {
  visibility: hidden;
  font-size: 0;
}
body.rtl .checkout-page .checkout-content #payment .payment_methods .payment_box fieldset#wc-nodepayment-cc-form .form-row.form-row-wide label::before {
  font-size: 12px;
  content: "الاسم علي البطاقة";
  visibility: visible;
}
.checkout-page .checkout-content #payment .payment_methods .payment_box fieldset#wc-nodepayment-cc-form .form-row.form-row-first {
  margin: 0;
  width: 70px;
}
body.rtl .checkout-page .checkout-content #payment .payment_methods .payment_box fieldset#wc-nodepayment-cc-form .form-row.form-row-first label {
  visibility: hidden;
  font-size: 0;
}
body.rtl .checkout-page .checkout-content #payment .payment_methods .payment_box fieldset#wc-nodepayment-cc-form .form-row.form-row-first label::before {
  font-size: 12px;
  content: " الكود السري";
  visibility: visible;
}
.checkout-page .checkout-content #payment .payment_methods .payment_box fieldset#wc-nodepayment-cc-form .form-row.woocommerce-validated {
  width: calc(100% - 70px);
  margin: 0;
}
.checkout-page .checkout-content #payment .payment_methods .payment_box label {
  font-size: 12px;
  color: black;
  font-weight: 600;
}
body.rtl .checkout-page .checkout-content #payment .payment_methods .payment_box label[for=expiry-month] {
  visibility: hidden;
  font-size: 0;
}
body.rtl .checkout-page .checkout-content #payment .payment_methods .payment_box label[for=expiry-month]::before {
  font-size: 12px;
  content: "تاريخ الإنتهاء";
  visibility: visible;
}
.checkout-page .checkout-content #payment .payment_methods .payment_box .custom-rowI {
  display: flex;
}
.checkout-page .checkout-content #payment .payment_methods .payment_box .custom-rowI iframe.gw-proxy-expiryMonth {
  margin-right: 10px !important;
}
.checkout-page .checkout-content #payment .payment_methods .payment_box input#card-number {
  background: #F6F8FA;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 44px;
  padding: 0 16px;
  width: 100%;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.checkout-page .checkout-content #payment .payment_methods .payment_box input#cardholder-name {
  background: #F6F8FA;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 44px;
  padding: 0 16px;
  width: 100%;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.checkout-page .checkout-content #payment .payment_methods .payment_box input#security-code {
  width: 70px;
  height: 44px;
  background: #F6F8FA;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 44px;
  padding: 0 16px;
  margin: 0;
}
.checkout-page .checkout-content #payment .payment_methods .payment_box select {
  direction: ltr;
  width: 90px;
  height: 44px;
  background-color: #F6F8FA;
  border-radius: 4px;
  float: none;
  border: none;
  margin: 0;
}
.checkout-page .checkout-content #payment .payment_methods .payment_box select + select {
  margin-left: 6px;
}
.checkout-page .checkout-content #payment .payment_methods .payment_method_nodepayment > label:after {
  content: "";
  background-image: url("../img/icons/transparent-logo-visa.png");
  background-repeat: no-repeat;
  background-size: 90px 23px;
  width: 90px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .checkout-page .checkout-content #payment .payment_methods .payment_method_nodepayment > label:after {
    background-size: 70px 20px;
  }
}
.checkout-page .checkout-content #payment .woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 15px;
}
.checkout-page .checkout-content #payment .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text, .checkout-page .checkout-content #payment .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions {
  display: none;
}
.checkout-page .checkout-content #payment .woocommerce-terms-and-conditions-wrapper p {
  padding: 0;
  margin: 0;
  font-size: 0;
}
.checkout-page .checkout-content #payment .woocommerce-terms-and-conditions-wrapper .checkbox {
  cursor: pointer;
  display: block;
  color: #363636;
  padding: 0;
  margin: 0;
  font-size: 0;
}
.checkout-page .checkout-content #payment .woocommerce-terms-and-conditions-wrapper .checkbox input {
  display: none;
}
.checkout-page .checkout-content #payment .woocommerce-terms-and-conditions-wrapper .checkbox input:checked ~ .woocommerce-terms-and-conditions-checkbox-text::before {
  content: "check_box";
}
.checkout-page .checkout-content #payment .woocommerce-terms-and-conditions-wrapper .checkbox .required {
  text-decoration: none;
}
.checkout-page .checkout-content #payment .woocommerce-terms-and-conditions-wrapper .checkbox .woocommerce-terms-and-conditions-checkbox-text {
  color: #121212;
  font-size: 12px;
  font-weight: 600;
  display: block;
  padding-left: 22px;
  position: relative;
  text-transform: none;
  white-space: nowrap;
}
@media screen and (max-width: 479px) {
  .checkout-page .checkout-content #payment .woocommerce-terms-and-conditions-wrapper .checkbox .woocommerce-terms-and-conditions-checkbox-text {
    font-size: 2.9vw;
  }
}
.checkout-page .checkout-content #payment .woocommerce-terms-and-conditions-wrapper .checkbox .woocommerce-terms-and-conditions-checkbox-text a {
  color: #2075FF;
}
.checkout-page .checkout-content #payment .woocommerce-terms-and-conditions-wrapper .checkbox .woocommerce-terms-and-conditions-checkbox-text a::after {
  content: "open_in_new";
  font-family: "Material Icons" !important;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: #2075FF;
  vertical-align: middle;
  margin-left: 4px;
  font-weight: 400;
}
.checkout-page .checkout-content #payment .woocommerce-terms-and-conditions-wrapper .checkbox .woocommerce-terms-and-conditions-checkbox-text a:hover {
  text-decoration: underline;
}
.checkout-page .checkout-content #payment .woocommerce-terms-and-conditions-wrapper .checkbox .woocommerce-terms-and-conditions-checkbox-text::before {
  content: "check_box_outline_blank";
  font-family: "Material Icons" !important;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: #363636;
  position: absolute;
  left: 0;
  top: 1px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.checkout-page .checkout-content #payment .place-order {
  padding: 16px 16px !important;
  margin: 0;
  border-top: 1px solid #ECEDF0;
  background-color: transparent;
}
.checkout-page .checkout-content #payment .place-order .button#place_order {
  display: inline-block;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background-color: #044437;
  line-height: 60px;
  text-transform: uppercase;
  text-align: center;
  padding: 0 30px;
  width: 450px;
  max-width: 100%;
  float: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: nowrap;
  margin: 0;
}
.checkout-page .checkout-content #payment .place-order .button#place_order:hover {
  background-color: #0c7963;
}
body.rtl .checkout-page .checkout-content #payment .place-order .button#place_order {
  position: relative;
}
body.rtl .checkout-page .checkout-content #payment .place-order .button#place_order::before {
  content: "اتمام الطلب";
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  font-size: 18px;
  background-color: #044437;
  padding: 0px 20px;
  line-height: 60px;
  display: inline-block;
  margin-left: auto;
  border-radius: 4px;
  text-transform: capitalize;
  color: #fff;
}
.checkout-page .checkout-content #order_review .shop_table {
  padding: 0;
  border: none;
  text-align: left;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .checkout-page .checkout-content #order_review .shop_table tbody {
    display: none;
  }
}
.checkout-page .checkout-content #order_review .shop_table tfoot tr.cart-subtotal th, .checkout-page .checkout-content #order_review .shop_table tfoot tr.cart-subtotal td {
  padding-top: 10px;
}
.checkout-page .checkout-content #order_review .shop_table tfoot tr.cart-subtotal a {
  display: none;
  font-size: 14px;
  color: #1b77f2;
  padding: 0 5px;
}
@media screen and (max-width: 767px) {
  .checkout-page .checkout-content #order_review .shop_table tfoot tr.cart-subtotal a {
    display: inline-block;
    font-size: 10px;
  }
}
.checkout-page .checkout-content #order_review .shop_table tfoot tr.cart-shipping.hide {
  display: none;
}
.checkout-page .checkout-content #order_review .shop_table tfoot tr.cart-shipping th, .checkout-page .checkout-content #order_review .shop_table tfoot tr.cart-shipping td {
  padding-bottom: 5px;
  padding-top: 0;
}
.checkout-page .checkout-content #order_review .shop_table tfoot tr.order-total th,
.checkout-page .checkout-content #order_review .shop_table tfoot tr.order-total td {
  border-top: 1px solid #e4e4e4;
  font-weight: 700;
  font-size: 16px;
  vertical-align: top;
  background-color: transparent;
  padding-top: 12px;
}
.checkout-page .checkout-content #order_review .shop_table tfoot th {
  border: none;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  padding: 6px 0;
  background-color: transparent;
  vertical-align: middle;
  text-align: inherit;
}
@media screen and (max-width: 767px) {
  .checkout-page .checkout-content #order_review .shop_table tfoot th {
    font-size: 12px;
  }
}
.checkout-page .checkout-content #order_review .shop_table tfoot td {
  border: none;
  text-align: right;
  font-size: 14px;
  padding: 6px 0;
  color: #000;
}
@media screen and (max-width: 767px) {
  .checkout-page .checkout-content #order_review .shop_table tfoot td {
    padding: 0;
    font-size: 12px;
  }
}
.checkout-page .checkout-content #order_review .shop_table tfoot td .includes_tax {
  display: none;
}
.checkout-page .checkout-content #order_review .shop_table tfoot .cart-discount td,
.checkout-page .checkout-content #order_review .shop_table tfoot .fee td {
  color: #6fa088;
}
.checkout-page .checkout-content #order_review .shop_table tfoot .cart-discount.coupon-freemilk {
  display: none;
}
.checkout-page .checkout-content #order_review .shop_table tfoot .points-extra-msg td {
  padding: 0;
  text-align: left;
}
.checkout-page .checkout-content #order_review .shop_table tfoot .points-extra-msg p {
  color: black;
  font-size: 12px;
  padding: 0;
  margin: 0;
  font-weight: 400;
  display: flex;
}
@media screen and (max-width: 767px) {
  .checkout-page .checkout-content #order_review .shop_table tfoot .points-extra-msg p {
    font-size: 10px;
  }
}
.checkout-page .checkout-content #order_review .shop_table tfoot .points-extra-msg p span strong {
  display: block;
  padding: 0 5px;
}
.checkout-page .checkout-content #order_review .shop_table tfoot .points-extra-msg p span strong ~ strong {
  display: none;
}
.checkout-page .checkout-content #order_review .shop_table tfoot .points-extra-msg a {
  display: block;
  color: #1b77f2;
  font-size: 14px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .checkout-page .checkout-content #order_review .shop_table tfoot .points-extra-msg a {
    font-size: 10px;
  }
}
.checkout-page .checkout-content #order_review .shop_table .woocommerce-remove-coupon {
  font-size: 12px;
  text-decoration: underline;
  font-weight: 400;
  color: #6C707D;
}
.checkout-page .checkout-content #order_review .shop_table .woocommerce-remove-coupon:hover {
  text-decoration: none;
}
.checkout-page .checkout-content #order_review .shop_table .order-total th {
  font-size: 16px !important;
  position: relative;
}
@media screen and (max-width: 767px) {
  .checkout-page .checkout-content #order_review .shop_table .order-total th {
    font-size: 12px !important;
  }
}
.checkout-page .checkout-content #order_review .shop_table .order-total th span {
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
  color: #979797;
  display: block;
  line-height: 17px;
}
@media screen and (max-width: 767px) {
  .checkout-page .checkout-content #order_review .shop_table .order-total th span {
    font-size: 10px;
  }
}
.checkout-page .checkout-content #order_review .shop_table .order-total td {
  font-size: 14px !important;
}
@media screen and (max-width: 767px) {
  .checkout-page .checkout-content #order_review .shop_table .order-total td {
    font-size: 12px !important;
  }
}
.checkout-page .checkout-content #order_review .shop_table tr.cart_item ~ .cart_item td {
  padding-top: 15px;
}
.checkout-page .checkout-content #order_review .shop_table tr.cart_item:last-child td {
  border-bottom: 1px solid #e4e4e4;
}
.checkout-page .checkout-content #order_review .shop_table tr.cart_item td {
  padding: 0;
  border: none;
  line-height: normal;
  background-color: transparent;
}
.checkout-page .checkout-content #order_review .shop_table tr.cart_total-item-coupon td {
  font-weight: 400;
}
.checkout-page .checkout-content #order_review .shop_table tr.cart_total-item-coupon .coupon-row {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
}
.checkout-page .checkout-content #order_review .shop_table tr.cart_total-item-coupon .open-coupon {
  color: #2075FF;
  font-size: 14px;
  cursor: pointer;
}
.checkout-page .checkout-content #order_review .shop_table tr.cart_total-item-coupon .close-coupon {
  position: absolute;
  top: -15px;
  right: 0;
  display: none;
}
.checkout-page .checkout-content #order_review .shop_table tr.cart_total-item-coupon .close-coupon:hover {
  background-color: transparent;
}
.checkout-page .checkout-content #order_review .shop_table tr.cart_total-item-coupon .close-coupon i {
  font-size: 18px;
}
.checkout-page .checkout-content #order_review .shop_table tr.cart_total-item-coupon .checkout_coupon {
  display: none;
  width: 100%;
  position: relative;
  border: none;
  padding: 5px 0 10px;
  margin: 0;
  border-radius: 0;
}
.checkout-page .checkout-content #order_review .shop_table tr.cart_total-item-coupon .checkout_coupon .coupon {
  display: flex;
}
.checkout-page .checkout-content #order_review .shop_table tr.cart_total-item-coupon .checkout_coupon .coupon input {
  width: 100%;
  border-radius: 2px 0 0 2px;
  border-right: none;
}
.checkout-page .checkout-content #order_review .shop_table tr.cart_total-item-coupon .checkout_coupon .coupon .button {
  width: auto;
  font-size: 12px;
  padding: 0 16px;
  background: #000;
  color: #fff;
  line-height: 36px;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 0 2px 2px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.checkout-page .checkout-content #order_review .shop_table tr.cart_total-item-coupon .checkout_coupon .coupon .button:hover {
  background: rgba(0, 0, 0, 0.8);
}
.checkout-page .checkout-content #order_review .shop_table .product-thumb-name {
  display: flex;
  padding: 0 0 15px;
  align-items: flex-start;
}
.checkout-page .checkout-content #order_review .shop_table .product-thumb-name img {
  display: block;
  width: 100px;
  float: none;
  margin: 0;
  height: auto;
}
.checkout-page .checkout-content #order_review .shop_table .product-thumb-name .cart_pic {
  width: 100px;
  display: block;
}
.checkout-page .checkout-content #order_review .shop_table .product-thumb-name .product-name-container {
  width: calc(100% - 100px);
  padding-left: 6px;
  position: relative;
  text-align: left;
}
.checkout-page .checkout-content #order_review .shop_table .product-thumb-name .product-name-container .product-title {
  margin-bottom: 0;
  line-height: 1.4;
}
.checkout-page .checkout-content #order_review .shop_table .product-thumb-name .product-name-container .product-title a {
  text-decoration: none;
  font-size: 14px;
  color: #000;
  font-weight: 600;
  display: inline-block;
}
.checkout-page .checkout-content #order_review .shop_table .product-thumb-name .product-name-container .variation {
  padding: 0;
  border: none;
  margin-top: 4px;
  display: block;
}
.checkout-page .checkout-content #order_review .shop_table .product-thumb-name .product-name-container .variation .item {
  display: flex;
}
.checkout-page .checkout-content #order_review .shop_table .product-thumb-name .product-name-container .variation .item ~ .item {
  margin-top: 6px;
}
.checkout-page .checkout-content #order_review .shop_table .product-thumb-name .product-name-container .variation dt,
.checkout-page .checkout-content #order_review .shop_table .product-thumb-name .product-name-container .variation dd {
  font-weight: 400;
  font-size: 12px;
  color: #4F4F4F;
  padding: 0;
  display: inline-block;
  float: none;
  margin: 0;
  line-height: 12px;
  color: #6C707D;
  white-space: nowrap;
}
.checkout-page .checkout-content #order_review .shop_table .product-thumb-name .product-name-container .variation dt p,
.checkout-page .checkout-content #order_review .shop_table .product-thumb-name .product-name-container .variation dd p {
  font-size: inherit;
}
.checkout-page .checkout-content #order_review .shop_table .product-thumb-name .product-name-container .variation dt.variation-extravariations {
  display: none;
}
.checkout-page .checkout-content #order_review .shop_table .product-thumb-name .product-name-container .variation dd {
  padding-left: 3px;
  white-space: normal;
  text-transform: capitalize;
}
.checkout-page .checkout-content #order_review .shop_table .product-thumb-name .product-name-container .variation .variation-Store {
  display: none;
}
.checkout-page .checkout-content #order_review .shop_table .product-thumb-name .product-name-container .qty {
  font-size: 12px;
  color: #6C707D;
  display: inline-block;
  vertical-align: middle;
  line-height: 12px;
  margin-top: 4px;
}
.checkout-page .checkout-content #order_review .shop_table .product-thumb-name .product-name-container .product-price {
  font-size: 14px;
  font-weight: 700;
  margin-top: 6px;
}
.checkout-page .checkout-content .fabfw-select-address-container .woocommerce-input-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.checkout-page .checkout-content .fabfw-select-address-container .woocommerce-input-wrapper :checked + .radio {
  border-color: #121212;
}
.checkout-page .checkout-content .fabfw-select-address-container .woocommerce-input-wrapper .radio {
  width: calc(50% - 5px);
  margin: 0 0 10px;
  position: relative;
  border-radius: 4px;
}
@media screen and (max-width: 479px) {
  .checkout-page .checkout-content .fabfw-select-address-container .woocommerce-input-wrapper .radio {
    width: 100%;
  }
}
.checkout-page .checkout-content .fabfw-select-address-container .woocommerce-input-wrapper .radio[for=fabfw_address_billing_id_new] {
  width: 100%;
}
.checkout-page .checkout-content .fabfw-select-address-container .woocommerce-input-wrapper .radio .fabfw-edit {
  font-size: 0;
  color: #6fa088;
  position: absolute;
  top: 10px;
  right: 10px;
}
.checkout-page .checkout-content .fabfw-select-address-container .woocommerce-input-wrapper .radio .fabfw-edit::before {
  content: "edit";
  font-family: "Material Icons" !important;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: #2075FF;
  vertical-align: middle;
  font-weight: 400;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.checkout-page .checkout-content .fabfw-select-address-container .woocommerce-input-wrapper .button {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
  overflow: hidden;
  background-color: #2B2B2B;
  line-height: 36px;
  height: 36px;
  color: #fff;
  padding: 0 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.checkout-page .checkout-content .fabfw-select-address-container .woocommerce-input-wrapper .button:hover {
  background-color: #000;
  border-color: transparent;
  color: #fff;
}
.checkout-page .checkout-content .fabfw-select-address-container .woocommerce-input-wrapper .button::before {
  content: "add";
  font-family: "Material Icons" !important;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  margin-right: 6px;
  vertical-align: middle;
  font-weight: 400;
  line-height: 1;
}
.checkout-page .checkout-content .fabfw-select-address-container .woocommerce-input-wrapper .button::after {
  content: "إضافة عنوان جديد";
  font-size: 14px;
  display: none;
}
@media screen and (max-width: 767px) {
  .checkout-page .checkout-content .page-title {
    order: 0;
  }
  .checkout-page .checkout-content .coupon-row {
    order: 1;
  }
  .checkout-page .checkout-content .checkout-form {
    order: 3;
  }
  .checkout-page .checkout-content .order_review-content {
    order: 2;
    padding: 20px 0 30px;
  }
}
.checkout-page .woocommerce-order.rtl {
  direction: rtl;
  font-family: "Cairo", sans-serif;
}
.checkout-page .woocommerce-order.rtl section h2 {
  font-family: "Cairo", sans-serif;
}
.checkout-page .woocommerce-order.rtl section .shop_table {
  text-align: left;
}
.checkout-page .woocommerce-order.rtl section .shop_table th, .checkout-page .woocommerce-order.rtl section .shop_table td {
  text-align: inherit;
}
.checkout-page .woocommerce-order section.woocommerce-customer-details {
  display: none;
}
.checkout-page .woocommerce-order section h2 {
  font-size: 28px;
  font-family: "Lora", serif;
  margin-bottom: 10px;
}
body.rtl .checkout-page .woocommerce-order section h2 {
  font-family: "Cairo", sans-serif;
}
body.rtl .checkout-page .woocommerce-order section h2 {
  font-family: "Cairo", sans-serif;
}
.checkout-page .woocommerce-order section address {
  font-size: 16px;
  line-height: 1.4;
  padding: 20px;
}
.checkout-page .woocommerce-thankyou-order-received {
  color: #6fa088;
  font-size: 22px;
  font-weight: 600;
}

.woocommerce-form-coupon-toggle .woocommerce-info {
  background-color: transparent;
  color: #333;
}
.woocommerce-form-coupon-toggle .woocommerce-info a {
  color: inherit;
}
.woocommerce-form-coupon-toggle .woocommerce-info a:hover {
  text-decoration: underline;
  color: inherit;
}

.pickups-wrapper {
  padding: 15px 15px;
  border-bottom: 1px solid #ECEDF0;
}
.pickups-wrapper h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .pickups-wrapper h3 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 7px;
  }
}
.pickups-wrapper .shipping-methods {
  font-size: 0;
}
.pickups-wrapper .pickups-branches {
  padding-top: 15px;
}
.pickups-wrapper .pickups-wrapper-table {
  display: block;
}
.pickups-wrapper .pickups-wrapper-table tbody, .pickups-wrapper .pickups-wrapper-table tr:not(.shipping-pickup-store), .pickups-wrapper .pickups-wrapper-table th, .pickups-wrapper .pickups-wrapper-table td {
  display: block;
  padding: 0;
}
.pickups-wrapper .pickups-wrapper-table tbody {
  display: flex;
  flex-direction: column;
}
.pickups-wrapper .pickups-wrapper-table th {
  display: none;
}
.pickups-wrapper .shipping-pickup-store {
  display: none;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .pickups-wrapper #shipping_method {
    font-size: 12px;
  }
  .pickups-wrapper #shipping_method li {
    margin-bottom: 0;
  }
  .pickups-wrapper #shipping_method li label {
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 30px;
    padding-left: 18px;
  }
  .pickups-wrapper #shipping_method li label::before {
    font-size: 14px;
    line-height: 15px;
  }
}

.woocommerce-shipping-methods {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: flex-start;
  font-size: 14px;
}
.woocommerce-shipping-methods li {
  width: calc(50% - 10px);
  width: auto;
}
.woocommerce-shipping-methods li.hide {
  display: none;
}
.woocommerce-shipping-methods li input {
  display: none;
}
.woocommerce-shipping-methods li input:checked ~ label::before {
  content: "radio_button_checked";
}
.woocommerce-shipping-methods li:first-child:not(.free) label:after {
  content: "Delivery";
}
body.rtl .woocommerce-shipping-methods li:first-child:not(.free) label:after {
  content: "توصيل";
}
.woocommerce-shipping-methods li.free label:after {
  content: " (Delivery)";
}
body.rtl .woocommerce-shipping-methods li.free label:after {
  content: " (توصيل)";
}
.woocommerce-shipping-methods li label {
  padding: 10px 25px;
  white-space: nowrap;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  background: rgb(255, 255, 255);
  border-radius: 4px;
  border: none;
  margin: 0;
}
.woocommerce-shipping-methods li label .amount {
  display: none;
}
.woocommerce-shipping-methods li label::before {
  content: "radio_button_unchecked";
  font-family: "Material Icons" !important;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: #363636 !important;
  position: absolute;
  top: 50%;
  left: 0;
  line-height: 16px;
  margin: 0;
  margin-top: -8px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.detox-info {
  background-color: #fff9c4;
  padding: 10px 20px;
  border: 1px solid #e4e4e3;
  border-radius: 8px 8px 0 0;
}
.detox-info label {
  font-size: 0;
  display: flex !important;
}
.detox-info label .required {
  text-decoration: none;
}
.detox-info label span {
  position: relative;
  display: inline-flex;
  font-size: 12px;
  color: #363636;
  font-weight: 700;
  line-height: 30px;
  cursor: pointer;
  user-select: none;
  margin-right: 20px;
}
.detox-info label span::before {
  content: "check_box_outline_blank";
  font-family: "Material Icons" !important;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  color: #000;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.detox-info label input {
  display: none;
}
.detox-info label input:checked ~ span::before {
  content: "check_box";
}
.detox-info li {
  font-size: 14px;
  line-height: 1.8;
  position: relative;
}
.detox-info li ~ li {
  margin-top: 10px;
}
.detox-info li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: rgba(130, 148, 93, 0.5);
  border-radius: 50%;
  top: 12px;
  left: -12px;
  margin-top: -4px;
}

.home-page {
  padding: 15px 0 60px;
}
.home-page .grid {
  display: flex;
  flex-direction: column;
}
.home-page .diamond-line {
  width: 100%;
  height: 10px;
  background-image: url("../img/icons/diamond.png");
  display: block;
  background-repeat: repeat-x;
  background-size: contain;
  margin-bottom: 15px;
}
.home-page .main-banner {
  order: 0;
  margin-bottom: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  overflow: hidden;
  flex-wrap: wrap;
  direction: ltr;
}
@media screen and (max-width: 767px) {
  .home-page .main-banner {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.home-page .main-banner .slick-arrow {
  right: -30px;
  height: 60px;
  width: 60px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #edf2f4;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50%;
  margin-top: -30px;
  cursor: pointer;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.home-page .main-banner .slick-arrow.slick-prev {
  right: auto;
  left: -30px;
  padding-left: 0;
  padding-right: 5px;
  left: -30px;
  justify-content: flex-end;
}
.home-page .main-banner > .pic ~ .pic {
  display: none;
}
.home-page .main-banner .pic {
  width: 100%;
}
.home-page .main-banner .pic a {
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.home-page .main-banner .pic a::before {
  content: "";
  display: block;
  padding-top: 34.1588385995%;
}
.home-page .main-banner .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .home-page .main-banner .pic a::before {
    padding-top: 123.1325301205%;
  }
  .home-page .main-banner .pic a img {
    display: none;
  }
}
.home-page .main-banner .text {
  display: flex;
  width: 33.3333333333%;
  padding: 20px 45px;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}
@media screen and (max-width: 999px) {
  .home-page .main-banner .text {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .home-page .main-banner .text {
    width: 100%;
    padding: 20px;
  }
}
.home-page .main-banner .text .icon {
  align-self: center;
  margin-bottom: 15px;
}
.home-page .main-banner .text h2 {
  font-size: 28px;
  color: #044437;
  letter-spacing: 0.43px;
  font-weight: 700;
  margin-bottom: 7px;
  font-family: "Lora", serif;
}
body.rtl .home-page .main-banner .text h2 {
  font-family: "Cairo", sans-serif;
}
body.rtl .home-page .main-banner .text h2 {
  font-family: "Cairo", sans-serif;
}
.home-page .main-banner .text p {
  font-size: 21px;
  line-height: 1.3;
  color: #044437;
  margin-bottom: 17px;
  font-family: "Lora", serif;
}
body.rtl .home-page .main-banner .text p {
  font-family: "Cairo", sans-serif;
}
body.rtl .home-page .main-banner .text p {
  font-family: "Cairo", sans-serif;
}
.home-page .main-banner .text h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  color: #044437;
  line-height: 1.2;
  align-self: center;
}
.home-page .main-banner .text .button {
  background-color: #DFDDBD;
  margin-top: 34px;
  color: #044437;
}
.home-page .main-banner .text .button:hover {
  background-color: #044437;
  color: #DFDDBD;
}
@media screen and (max-width: 767px) {
  .home-page .main-banner .text .button {
    margin-top: 20px;
  }
}
.home-page .hero-images-rows {
  margin: 0 -5px 15px;
}
.home-page .hero-images-rows .col-md-6 {
  width: 50%;
  float: left;
  padding: 5px 5px 0;
}
@media (max-width: 768px) {
  .home-page .hero-images-rows .col-md-6 {
    width: 100%;
    padding: 5px 0;
  }
}
.home-page .multi-banner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.home-page .multi-banner .item {
  width: 100%;
  position: relative;
}
.home-page .multi-banner .item.half {
  width: calc(50% - 8px);
}
.home-page .multi-banner .item.half::before {
  padding-top: 77.7777777778%;
}
@media screen and (max-width: 767px) {
  .home-page .multi-banner .item.half {
    width: 100%;
    margin-bottom: 20px;
  }
}
.home-page .multi-banner .item .pic {
  display: block;
}
.home-page .multi-banner .item .pic a {
  display: block;
  padding-top: 75%;
}
.home-page .multi-banner .item .pic img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 999px) {
  .home-page .banners-rows {
    margin: 0 -16px;
    padding: 0 16px;
  }
}
.home-page .banners-rows ~ .banners-rows {
  margin-top: 96px;
}
@media screen and (max-width: 999px) {
  .home-page .banners-rows ~ .banners-rows {
    margin-top: 50px;
  }
}
.home-page .banners-rows .banners-parent {
  text-align: center;
  display: flex;
  margin: 0 -4px;
  overflow: auto;
  -ms-overflow-style: none;
}
.home-page .banners-rows .banners-parent::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 999px) {
  .home-page .banners-rows .banners-parent {
    margin: 0 -16px;
    padding: 0 16px;
  }
}
.home-page .banners-rows .banner-widget {
  display: flex;
  flex-direction: column;
  width: 20%;
  padding: 0 4px;
  min-width: 200px;
}
@media screen and (max-width: 768px) {
  .home-page .banners-rows .banner-widget {
    min-width: 160px;
  }
}
.home-page .banners-rows .banner-widget .pic {
  position: relative;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 10px;
  background-color: #dfdfdf;
}
.home-page .banners-rows .banner-widget .pic a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .home-page .banners-rows .banner-widget .pic a:hover img {
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.home-page .banners-rows .banner-widget .pic img {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.home-page .banners-rows .banner-widget .pic::before {
  content: "";
  display: block;
  padding-top: 114.8409893993%;
}
.home-page .banners-rows .banner-widget .pic:after {
  content: url("../img/brand-icon.png");
  opacity: 0.2;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.home-page .banners-rows .banner-widget h3 {
  font-size: 18px;
  font-weight: 700;
  padding: 0 4px;
  align-self: center;
  color: #121212;
  margin: 0;
  text-transform: lowercase;
  font-family: "Lora", serif;
}
body.rtl .home-page .banners-rows .banner-widget h3 {
  font-family: "Cairo", sans-serif;
}
@media screen and (max-width: 999px) {
  .home-page .banners-rows .banner-widget h3 {
    font-size: 13px;
  }
}
body.rtl .home-page .banners-rows .banner-widget h3 {
  font-family: "Cairo", sans-serif;
}
.home-page .banners-rows .banner-widget h3 a {
  font-weight: inherit;
}
.home-page .banners-rows .banner-widget hr {
  margin: 2px 4px 0;
  height: 5px;
  opacity: 0.5;
}
.home-page .categories-rows {
  margin-top: 96px;
}
@media screen and (max-width: 770px) {
  .home-page .categories-rows {
    margin-top: 25px;
  }
  .home-page .categories-rows + .categories-rows {
    margin-top: 50px;
  }
}
.home-page .categories-rows .view-button {
  border-radius: 4px;
  line-height: 34px;
  color: #9CBDAB;
  border: 2px solid #9CBDAB;
  background-color: transparent;
  text-transform: capitalize;
}
.home-page .categories-rows .view-button:hover {
  background-color: #9CBDAB;
  color: #fff;
}
.home-page .categories-rows .show-mob {
  margin: 20px auto 0;
  display: table;
}
.home-page .categories-rows .title-with-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 13px;
}
.home-page .categories-rows .title-with-btn h3 {
  font-size: 24px;
  text-transform: capitalize;
  font-family: "Lora", serif;
  font-weight: 700;
  margin: 0;
}
body.rtl .home-page .categories-rows .title-with-btn h3 {
  font-family: "Cairo", sans-serif;
}
body.rtl .home-page .categories-rows .title-with-btn h3 {
  font-family: "Cairo", sans-serif;
}
@media screen and (max-width: 479px) {
  .home-page .categories-rows .view-button {
    min-width: 240px;
    width: 100%;
  }
}
.home-page .home-about {
  order: 9;
  display: flex;
  margin-top: 60px;
  flex-wrap: wrap;
}
.home-page .home-about .home-about-box {
  position: relative;
  width: calc(100% - 294px);
  padding: 55px 0 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.home-page .home-about .home-about-box::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  left: auto;
  width: 100vw;
  background-color: #DFDDBD;
  z-index: 0;
}
.home-page .home-about .home-about-box .pic {
  position: relative;
  z-index: 1;
  width: calc(100% - 430px);
}
.home-page .home-about .home-about-box .pic::before {
  content: "";
  position: absolute;
  bottom: 21px;
  right: 21px;
  width: 100%;
  height: 100%;
  background-color: #C3C1A0;
  z-index: 0;
}
.home-page .home-about .home-about-box .pic img {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
}
.home-page .home-about .home-about-box .text {
  position: relative;
  z-index: 1;
  width: 430px;
  padding: 0 30px;
}
.home-page .home-about .home-about-box .text .icon {
  display: block;
  margin-bottom: 16px;
}
.home-page .home-about .home-about-box .text h2 {
  font-size: 28px;
  font-family: "Lora", serif;
  font-weight: 700;
  margin-bottom: 7px;
}
body.rtl .home-page .home-about .home-about-box .text h2 {
  font-family: "Cairo", sans-serif;
}
body.rtl .home-page .home-about .home-about-box .text h2 {
  font-family: "Cairo", sans-serif;
  font-weight: 900;
}
.home-page .home-about .home-about-box .text h3 {
  font-size: 21px;
  font-family: "Lora", serif;
  font-weight: 700;
  border: none;
  padding: 0;
}
body.rtl .home-page .home-about .home-about-box .text h3 {
  font-family: "Cairo", sans-serif;
}
body.rtl .home-page .home-about .home-about-box .text h3 {
  font-family: "Cairo", sans-serif;
  font-weight: 900;
}
.home-page .home-about .home-about-box .text h3.light {
  font-weight: 400;
  margin-bottom: 12px;
}
.home-page .home-about .home-about-box .text p {
  font-size: 14px;
  line-height: 2.2;
  max-width: 90%;
}
.home-page .home-about .home-about-box .text .lnk {
  display: inline-block;
  font-size: 18px;
  color: #044437;
  margin: 0;
  font-weight: 700;
  position: relative;
  z-index: 1;
  padding: 0 14px;
  line-height: 20px;
  margin-top: 7px;
}
.home-page .home-about .home-about-box .text .lnk::before {
  content: "";
  height: 6px;
  position: absolute;
  background-color: #F7B500;
  left: 0;
  right: 0;
  top: 10px;
  z-index: -1;
}
.home-page .home-about .home-about-box .text hr {
  background-color: #aeac8b;
  height: 2px;
  margin: 22px 0;
}
@media screen and (max-width: 1219px) {
  .home-page .home-about .home-about-box .pic {
    width: calc(100% - 430px);
  }
  .home-page .home-about .home-about-box .text {
    width: 350px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 999px) {
  .home-page .home-about .home-about-box {
    width: 100%;
  }
  .home-page .home-about .home-about-box .pic {
    width: calc(100% - 450px);
  }
  .home-page .home-about .home-about-box .text {
    width: 450px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .home-page .home-about .home-about-box {
    padding: 40px 0 40px;
  }
  .home-page .home-about .home-about-box::before {
    width: 100%;
  }
  .home-page .home-about .home-about-box .pic {
    width: auto;
    margin: 0 auto;
    max-width: 90%;
  }
  .home-page .home-about .home-about-box .pic::before {
    top: -12px;
    bottom: -12px;
    right: 10px;
    left: 10px;
    width: auto;
    height: auto;
  }
  .home-page .home-about .home-about-box .text {
    width: 100%;
    padding: 0 20px;
    margin-top: 40px;
  }
}
.home-page .home-about .home-blog {
  width: 294px;
  padding-left: 30px;
}
.home-page .home-about .home-blog h4 {
  font-size: 18px;
  font-weight: 700;
  font-family: "Lora", serif;
  margin-bottom: 17px;
}
body.rtl .home-page .home-about .home-blog h4 {
  font-family: "Cairo", sans-serif;
}
body.rtl .home-page .home-about .home-blog h4 {
  font-family: "Cairo", sans-serif;
  font-weight: 900;
}
.home-page .home-about .home-blog .items {
  display: flex;
  flex-direction: column;
}
.home-page .home-about .home-blog .blog-widget {
  width: 100%;
}
.home-page .home-about .home-blog .blog-widget ~ .blog-widget {
  margin-top: 38px;
}
.home-page .home-about .home-blog .blog-widget .pic::before {
  padding-top: 57.2519083969%;
}
.home-page .home-about .home-blog .blog-widget .text h3 {
  font-size: 16px;
}
.home-page .home-about .home-blog .blog-widget.loading .text h3 {
  color: transparent !important;
}
.home-page .home-about .home-blog .blog-widget.loading .text span {
  color: transparent !important;
  display: block;
  width: 50%;
  height: 15px;
}
.home-page .home-about .home-blog .blog-widget.loading .text a {
  color: transparent !important;
  width: 40%;
  display: block;
  margin-top: 12px;
  height: 15px;
}
@media screen and (max-width: 999px) {
  .home-page .home-about .home-blog {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .home-page .home-about .home-blog .items {
    flex-direction: row;
  }
}

.texted-page {
  padding: 30px 0 80px;
}
.texted-page .policy-content {
  font-size: 0;
  margin-top: 40px;
}
.texted-page .policy-content .text {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .texted-page .policy-content .text {
    width: 100%;
  }
}
.texted-page .policy-content .text .page-title p {
  line-height: 2.2;
  margin-top: 10px;
}
.texted-page .policy-content .text .items > li {
  border-left: 6px solid rgba(130, 148, 93, 0.3);
  padding-left: 18px;
}
.texted-page .policy-content .text .items > li:not(:first-child) {
  margin-top: 34px;
}
.texted-page .policy-content .text .items > li h4 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.28px;
  color: #121212;
  line-height: 1;
  margin-bottom: 10px;
}
.texted-page .policy-content .text .items > li p {
  font-size: 16px;
  line-height: 1.6;
}
.texted-page .policy-content .text .items > li .description ul li {
  font-size: inherit;
  line-height: 1.6;
  padding-left: 18px;
  position: relative;
  font-size: 16px;
}
.texted-page .policy-content .text .items > li .description ul li strong,
.texted-page .policy-content .text .items > li .description ul li b {
  font-weight: 700;
}
.texted-page .policy-content .text .items > li .description ul li a {
  color: #2075FF;
  text-decoration: underline;
}
.texted-page .policy-content .text .items > li .description ul li em {
  font-style: italic;
}
.texted-page .policy-content .text .items > li .description ul li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: rgba(130, 148, 93, 0.3);
  border-radius: 50%;
  top: 12px;
  left: 0;
  margin-top: -4px;
}
.texted-page .policy-content .text .items > li .description ul li ~ li {
  margin-top: 10px;
}
.texted-page .policy-content .pic {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-top: 20px;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .texted-page .policy-content .pic {
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
  }
}
.texted-page .policy-content .pic img {
  display: block;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}

.branches-page {
  padding: 20px 0;
}
.branches-page .page-title {
  padding: 14px 0;
  margin: 0;
}
.branches-content {
  display: flex;
}
.branches-content .pic {
  width: 50%;
  margin-left: 30px;
}
.branches-items {
  margin: 0;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .branches-items {
    width: 50%;
  }
}
.branches-items .branch-item {
  position: relative;
  background: rgb(255, 255, 255);
  border-radius: 4px;
  border: 1px solid rgb(203, 204, 208);
  font-size: 12px;
  line-height: 1.4;
  color: #121212;
}
.branches-items .branch-item ~ .branch-item {
  margin-top: 10px;
}
.branches-items .branch-item.active .toggle-btn {
  transform: rotate(90deg);
}
.branches-items .branch-item.active .general-info .extra-info {
  opacity: 0;
}
.branches-items .branch-item .toggle-btn {
  position: absolute;
  right: 10px;
  top: 20px;
  font-size: 24px;
  min-width: 36px;
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.branches-items .branch-item .toggle-btn i {
  font-size: inherit;
  color: inherit;
}
.branches-items .branch-item .general-info {
  padding: 20px;
}
.branches-items .branch-item .general-info h4 {
  color: inherit;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 3px;
  line-height: 1;
}
.branches-items .branch-item .general-info .extra-info {
  color: #9fa2aa;
  font-weight: 500;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.branches-items .branch-item .general-info .extra-info span {
  display: inline-block;
}
.branches-items .branch-item .general-info .extra-info span ~ span {
  margin-left: 20px;
}
.branches-items .branch-item .base-info {
  padding: 0 16px;
  display: none;
}
.branches-items .branch-item .base-info .place {
  font-size: 12px;
  padding-bottom: 10px;
}
.branches-items .branch-item .base-info .place ~ .place {
  border-top: 1px solid rgb(203, 204, 208);
  padding-top: 20px;
}
.branches-items .branch-item .base-info .place h4 {
  font-size: 14px;
  margin-bottom: 6px;
  font-weight: 500;
  color: inherit;
}
.branches-items .branch-item .base-info .place h4 .label {
  color: white;
  padding: 0 6px;
  line-height: 16px;
  font-size: 10px;
  font-weight: 700;
  font-style: italic;
  z-index: 1;
  text-transform: capitalize;
  border-radius: 2px;
  color: #fff;
  margin-left: 6px;
  display: inline-block;
}
.branches-items .branch-item .base-info .place h4 .label.green {
  background: #044437;
}
.branches-items .branch-item .base-info .place h4 .label.peach {
  background: #B98562;
}
.branches-items .branch-item .base-info .place .map {
  color: #044437;
  display: inline-flex;
  align-items: center;
  margin-top: 12px;
  font-weight: 700;
  margin-left: -10px;
  margin-bottom: 10px;
}
.branches-items .branch-item .base-info .place .map i {
  font-size: 28px;
}
.branches-items .branch-item .base-info .place .features li {
  display: flex;
  align-items: center;
  line-height: 1;
}
.branches-items .branch-item .base-info .place .features li ~ li {
  margin-top: 5px;
}
.branches-items .branch-item .base-info .place .features li::before {
  content: "check";
  font-family: "Material Icons" !important;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  color: #9CBDAB;
  margin-right: 4px;
  font-size: 16px;
}
.branches-items .branch-item .base-info .place .products-range li {
  display: flex;
  align-items: center;
  line-height: 1.2;
  font-weight: 400;
}
.branches-items .branch-item .base-info .place .products-range li ~ li {
  margin-top: 2px;
}
.branches-items .branch-item .base-info .place .row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.branches-items .branch-item .base-info .place .row .col.second {
  padding-right: 20px;
  padding-top: 4px;
}
.branches-items .branch-item .base-info .place .row .col h5 {
  color: #121212;
  margin-bottom: 4px;
  font-weight: 600;
}

.new_branches-content {
  padding: 20px 0;
}
.new_branches-content .pic {
  width: 100%;
  height: 300px;
  margin-bottom: 40px;
}
.new_branches-content .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.new_branches-content h2, .new_branches-content h1 {
  font-size: 44px;
  font-weight: 700;
  font-family: "Lora", serif;
  margin-bottom: 30px;
}
body.rtl .new_branches-content h2, body.rtl .new_branches-content h1 {
  font-family: "Cairo", sans-serif;
}
.new_branches-content h2 ~ h2, .new_branches-content h1 ~ h2 {
  margin-top: 100px;
}
.new_branches-content .item ~ .item {
  margin-top: 30px;
}
.new_branches-content .item h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  position: relative;
  display: inline-block;
}
.new_branches-content .item h3 span {
  position: relative;
}
.new_branches-content .item h3::before {
  content: "";
  background-color: #f4c6a7;
  height: 11px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.3;
}
.new_branches-content .item ul {
  display: flex;
  flex-wrap: wrap;
}
.new_branches-content .item .place {
  font-size: 12px;
  width: 25%;
  margin-bottom: 40px;
}
.new_branches-content .item .place ~ .place {
  border-left: 1px solid rgb(203, 204, 208);
  padding-left: 20px;
}
.new_branches-content .item .place:nth-child(4n+5) {
  border-left: none;
  padding-left: 0;
}
.new_branches-content .item .place h4 {
  font-size: 14px;
  margin-bottom: 6px;
  font-weight: 500;
}
.new_branches-content .item .place .map {
  color: #044437;
  display: inline-flex;
  align-items: center;
  margin-top: 12px;
  font-weight: 700;
  margin-left: -10px;
  margin-bottom: 10px;
}
.new_branches-content .item .place .map i {
  font-size: 28px;
}
.new_branches-content .item .place .features li {
  display: flex;
  align-items: center;
  line-height: 1;
}
.new_branches-content .item .place .features li ~ li {
  margin-top: 5px;
}
.new_branches-content .item .place .features li::before {
  content: "check";
  font-family: "Material Icons" !important;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  color: #9CBDAB;
  margin-right: 4px;
  font-size: 16px;
}
.new_branches-content .item .place .products-range {
  display: block;
}
.new_branches-content .item .place .products-range li {
  display: flex;
  align-items: center;
  line-height: 1.2;
  font-weight: 400;
}
.new_branches-content .item .place .products-range li ~ li {
  margin-top: 2px;
}
.new_branches-content .item .place .row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}
.new_branches-content .item .place .row .col.second {
  padding-right: 20px;
  padding-top: 4px;
}
.new_branches-content .item .place .row .col h5 {
  color: #121212;
  margin-bottom: 4px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .new_branches-content .item .place {
    width: 50%;
  }
  .new_branches-content .item .place ~ .place {
    border-left: 1px solid rgb(203, 204, 208);
    padding-left: 20px;
  }
  .new_branches-content .item .place:nth-child(2n+1) {
    border-left: none;
    padding-left: 0;
  }
  .new_branches-content .item .place .map {
    font-size: 11px;
  }
}

.about-page {
  padding: 40px 0 80px;
  color: #121212;
}
.about-page .section-title {
  font-size: 21px;
  font-weight: 600;
  color: #121212;
  position: relative;
  z-index: 2;
}
.about-page .section-title:after {
  content: "";
  background-color: #D9DECE;
  width: 40px;
  height: 6px;
  position: absolute;
  top: 100%;
  left: 0;
}
.about-hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  padding-top: 36.7521367521%;
  position: relative;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  overflow: hidden;
  min-height: 350px;
}
.about-hero .text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding-left: 80px;
}
@media screen and (max-width: 767px) {
  .about-hero .text {
    padding: 20px;
  }
}
.about-hero .text h1 {
  font-size: 40px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
}
.about-hero .text h4 {
  font-size: 24px;
  color: #fff;
  font-family: "Roboto", sans-serif;
}
.about-section-story {
  display: flex;
  align-items: center;
  margin-top: 90px;
}
.about-section-story .pic {
  width: 33.3333333333%;
  text-align: center;
}
.about-section-story .pic img {
  display: block;
  margin: auto;
}
.about-section-story .text {
  width: 66.6666666667%;
  padding: 70px 0;
  padding-right: 80px;
  padding-left: 40px;
}
.about-section-story .text h2 {
  font-size: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  margin-top: 30px;
}
.about-section-story .text p {
  font-size: 16px;
  line-height: 30px;
  margin-top: 16px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .about-section-story {
    flex-wrap: wrap;
    margin-top: 0;
  }
  .about-section-story .pic {
    width: 100%;
    order: 1;
  }
  .about-section-story .text {
    width: 100%;
    padding: 30px 0;
  }
  .about-section-story .text h2 {
    font-size: 30px;
  }
}
.about-section-mission {
  margin-top: 95px;
  display: flex;
  align-items: center;
  position: relative;
}
.about-section-mission::before {
  content: "";
  position: absolute;
  top: 34px;
  right: 0;
  bottom: 34px;
  left: -34px;
  background-color: #FBE8DC;
}
.about-section-mission .pic {
  width: 33.3333333333%;
  text-align: center;
  position: relative;
}
.about-section-mission .pic img {
  display: block;
  margin: auto;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}
.about-section-mission .text {
  width: 66.6666666667%;
  padding: 110px 42px;
  position: relative;
}
.about-section-mission .text h2 {
  font-size: 39px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .about-section-mission {
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .about-section-mission::before {
    top: 0;
    left: 0;
  }
  .about-section-mission .pic {
    width: 100%;
    order: 1;
  }
  .about-section-mission .text {
    width: 100%;
    padding: 40px 30px;
  }
  .about-section-mission .text h2 {
    font-size: 30px;
  }
}
.about-section-customers {
  margin-top: 95px;
  display: flex;
  position: relative;
}
.about-section-customers .text {
  width: 41.6666666667%;
  padding: 20px 0;
  position: relative;
}
.about-section-customers .text:after {
  content: "";
  display: block;
  height: 312px;
}
.about-section-customers .text h2 {
  font-size: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  margin-top: 20px;
}
.about-section-customers .text p {
  font-size: 16px;
  line-height: 30px;
  margin-top: 16px;
  max-width: 380px;
  font-weight: 300;
}
.about-section-customers .customers-gallery {
  margin-top: 30px;
  position: absolute;
  left: 0;
  bottom: 36px;
  right: 0;
}
.about-section-customers .customers-gallery ul {
  display: flex;
  overflow: auto;
  -ms-overflow-style: none;
}
.about-section-customers .customers-gallery ul::-webkit-scrollbar {
  display: none;
}
.about-section-customers .customers-gallery ul li {
  margin-right: 10px;
  min-width: 228px;
  position: relative;
  font-size: 0;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  overflow: hidden;
}
.about-section-customers .customers-gallery ul li::before {
  content: "";
  display: block;
  padding-top: 111.8421052632%;
}
.about-section-customers .customers-gallery ul li img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-section-customers .comments {
  width: 58.3333333333%;
  position: relative;
  padding-bottom: 370px;
  background-color: #D7E5DD;
}
.about-section-customers .comments .comments-text {
  padding: 80px 44px 80px 85px;
}
.about-section-customers .comments h4 {
  font-size: 24px;
  color: #55695E;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
  line-height: 38px;
  position: relative;
}
.about-section-customers .comments h4::before {
  content: "“";
  font-family: "Lora", serif;
  font-weight: 700;
  position: absolute;
  top: 0px;
  left: -36px;
  font-size: 60px;
  font-style: normal;
  line-height: 1;
}
body.rtl .about-section-customers .comments h4::before {
  font-family: "Cairo", sans-serif;
}
body.rtl .about-section-customers .comments h4::before {
  font-family: "Cairo", sans-serif;
}
.about-section-customers .comments .customers-info {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  color: #72887B;
  font-family: "Roboto", sans-serif;
  margin-top: 15px;
}
.about-section-customers .comments .customers-info span {
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .about-section-customers {
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .about-section-customers::before {
    top: 0;
    left: 0;
  }
  .about-section-customers .comments {
    width: 100%;
  }
  .about-section-customers .comments .comments-text {
    padding: 40px 22px 0 32px;
  }
  .about-section-customers .comments h4::before {
    top: -20px;
    left: -25px;
  }
  .about-section-customers .text {
    width: 100%;
    padding: 40px 30px;
  }
  .about-section-customers .text p {
    max-width: none;
  }
  .about-section-customers .text::after {
    display: none;
  }
}
.about-section-factory {
  margin-top: 95px;
  display: flex;
  position: relative;
}
.about-section-factory .text {
  padding: 90px 40px;
  width: 50%;
  position: relative;
  z-index: 1;
}
.about-section-factory .text::before {
  content: "";
  background-color: #FBE8DC;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: -130px;
  z-index: 1;
}
.about-section-factory .text .about_factory {
  margin-top: 30px;
  position: relative;
  z-index: 2;
}
.about-section-factory .text .about_factory li {
  font-size: 16px;
  line-height: 1.9;
  position: relative;
  padding-left: 32px;
  color: #121212;
  font-weight: 300;
}
.about-section-factory .text .about_factory li:not(:first-child) {
  margin-top: 10px;
}
.about-section-factory .text .about_factory li::before {
  content: url("../img/icons/brand-icon.png");
  position: absolute;
  left: 0;
  top: 1px;
}
.about-section-factory .factory-gallery {
  width: 50%;
  position: relative;
  z-index: 2;
}
.about-section-factory .factory-gallery .gallery-slider {
  position: relative;
  padding-top: 97px;
  padding-bottom: 25px;
}
.about-section-factory .factory-gallery .gallery-slider .slick-arrow {
  width: 50px;
  height: 40px;
  background-color: #B98562;
  position: absolute;
  top: 33px;
  text-align: center;
}
.about-section-factory .factory-gallery .gallery-slider .slick-arrow span {
  color: #fff;
  line-height: 40px;
}
.about-section-factory .factory-gallery .gallery-slider .slick-arrow.slick-prev {
  left: 0;
}
.about-section-factory .factory-gallery .gallery-slider .slick-arrow.slick-next {
  left: 50px;
}
.about-section-factory .factory-gallery .gallery-slider .gallery-item img {
  background: #fff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .about-section-factory {
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .about-section-factory::before {
    top: 0;
    left: 0;
  }
  .about-section-factory .factory-gallery {
    width: 100%;
    order: 1;
  }
  .about-section-factory .text {
    width: 100%;
    padding: 40px 30px;
  }
  .about-section-factory .text::before {
    right: 0;
  }
}
.about-section-certificate {
  margin-top: 95px;
  display: flex;
  position: relative;
}
.about-section-certificate .text {
  padding: 90px 0;
  padding-right: 54px;
  padding-left: 32px;
  width: 50%;
  position: relative;
  z-index: 1;
}
.about-section-certificate .text::before {
  content: "";
  background-color: #D7E5DD;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -130px;
  z-index: 1;
}
.about-section-certificate .text h2 {
  font-size: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  margin-top: 20px;
  position: relative;
  z-index: 1;
}
.about-section-certificate .text p {
  font-size: 16px;
  line-height: 30px;
  margin-top: 16px;
  position: relative;
  z-index: 1;
  font-weight: 300;
}
.about-section-certificate .text a {
  z-index: 1;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 40px;
}
.about-section-certificate .text a::before {
  content: "";
  height: 6px;
  position: absolute;
  background-color: #F7B500;
  left: 26px;
  right: -6px;
  top: 8px;
  z-index: -1;
}
.about-section-certificate .text a i {
  vertical-align: middle;
  margin-right: 5px;
}
.about-section-certificate .certificate-gallery {
  width: 50%;
  position: relative;
  z-index: 2;
}
.about-section-certificate .certificate-gallery .gallery-slider {
  position: relative;
  padding-top: 97px;
  padding-bottom: 25px;
}
.about-section-certificate .certificate-gallery .gallery-slider .slick-arrow {
  width: 50px;
  height: 40px;
  background-color: #044437;
  position: absolute;
  top: 33px;
  text-align: center;
}
.about-section-certificate .certificate-gallery .gallery-slider .slick-arrow span {
  color: #fff;
  line-height: 40px;
}
.about-section-certificate .certificate-gallery .gallery-slider .slick-arrow.slick-prev {
  right: 50px;
}
.about-section-certificate .certificate-gallery .gallery-slider .slick-arrow.slick-next {
  right: 0;
}
.about-section-certificate .certificate-gallery .gallery-slider .gallery-item img {
  background: #fff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .about-section-certificate {
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .about-section-certificate::before {
    top: 0;
    left: 0;
  }
  .about-section-certificate .certificate-gallery {
    width: 100%;
    order: 1;
  }
  .about-section-certificate .text {
    width: 100%;
    padding: 40px 30px;
  }
  .about-section-certificate .text::before {
    left: 0;
  }
}
.about-section-partners {
  margin-top: 95px;
  display: flex;
  position: relative;
}
.about-section-partners .text {
  padding: 90px 0;
  padding-right: 54px;
  padding-left: 32px;
  width: 50%;
  position: relative;
  z-index: 1;
}
.about-section-partners .text::before {
  content: "";
  background-color: #FBE8DC;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: -130px;
  z-index: 1;
}
.about-section-partners .text h2 {
  font-size: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  margin-top: 20px;
  position: relative;
  z-index: 1;
}
.about-section-partners .text p {
  font-size: 16px;
  line-height: 30px;
  margin-top: 16px;
  position: relative;
  z-index: 1;
  font-weight: 300;
}
.about-section-partners .partners-gallery {
  width: 50%;
  position: relative;
  z-index: 2;
  padding-top: 97px;
  padding-bottom: 25px;
}
.about-section-partners .partners-gallery ul {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  align-items: center;
}
.about-section-partners .partners-gallery ul li img {
  max-width: 140px;
  max-height: 140px;
}
@media screen and (max-width: 767px) {
  .about-section-partners {
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .about-section-partners::before {
    top: 0;
    left: 0;
  }
  .about-section-partners .partners-gallery {
    width: 100%;
    order: 1;
    padding: 20px 0 0;
  }
  .about-section-partners .text {
    width: 100%;
    padding: 40px 30px;
  }
  .about-section-partners .text::before {
    right: 0;
  }
}

.blog-data {
  font-size: 0;
}

.blog-widget {
  display: inline-block;
  width: 33.3333333333%;
  padding: 0 8px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .blog-widget {
    width: 100%;
    margin-top: 0 !important;
    margin-bottom: 24px;
  }
}
.blog-widget:nth-child(3) ~ .blog-widget {
  margin-top: 40px;
}
.blog-widget .pic {
  display: block;
  position: relative;
}
.blog-widget .pic::before {
  content: "";
  display: block;
  padding-top: 75.1308900524%;
}
.blog-widget .pic img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-widget .text {
  padding-top: 15px;
}
.blog-widget .text .date {
  font-size: 13px;
  display: block;
  margin-bottom: 4px;
}
.blog-widget .text h3 {
  font-size: 22px;
  font-family: "Lora", serif;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.4;
  max-width: 90%;
}
body.rtl .blog-widget .text h3 {
  font-family: "Cairo", sans-serif;
}
body.rtl .blog-widget .text h3 {
  font-family: "Cairo", sans-serif;
}
@media screen and (max-width: 767px) {
  .blog-widget .text h3 {
    font-size: 16px;
  }
}
.blog-widget .text h3 a {
  font-weight: inherit;
}
.blog-widget .text .lnk {
  display: inline-block;
  font-size: 18px;
  color: #044437;
  margin: 0;
  font-weight: 700;
  position: relative;
  z-index: 1;
  padding: 0 14px;
  line-height: 20px;
}
.blog-widget .text .lnk::before {
  content: "";
  height: 6px;
  position: absolute;
  background-color: #F7B500;
  left: 0;
  right: 0;
  top: 10px;
  z-index: -1;
}

.single-post-page {
  padding: 60px 0;
}
.single-post-page .grid {
  max-width: 1170px;
}
.single-post-page .text .content {
  padding: 0;
}
.single-post-page .hero-img {
  display: block;
}
.single-post-page .date {
  font-size: 18px;
  font-weight: 300;
  display: block;
}
.single-post-page h1 {
  font-family: "Lora", serif;
  font-size: 36px;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.2;
}
body.rtl .single-post-page h1 {
  font-family: "Cairo", sans-serif;
}
body.rtl .single-post-page h1 {
  font-family: "Cairo", sans-serif;
}
@media screen and (max-width: 767px) {
  .single-post-page h1 {
    font-size: 28px;
  }
}
.single-post-page .wysiwyg {
  text-align: left;
  margin-top: 30px;
  color: #121212;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .single-post-page .wysiwyg {
    font-size: 14px;
  }
}
.single-post-page .wysiwyg h2, .single-post-page .wysiwyg h3, .single-post-page .wysiwyg h4, .single-post-page .wysiwyg h5, .single-post-page .wysiwyg h6 {
  font-family: "Lora", serif;
}
body.rtl .single-post-page .wysiwyg h2, body.rtl .single-post-page .wysiwyg h3, body.rtl .single-post-page .wysiwyg h4, body.rtl .single-post-page .wysiwyg h5, body.rtl .single-post-page .wysiwyg h6 {
  font-family: "Cairo", sans-serif;
}
body.rtl .single-post-page .wysiwyg h2, body.rtl .single-post-page .wysiwyg h3, body.rtl .single-post-page .wysiwyg h4, body.rtl .single-post-page .wysiwyg h5, body.rtl .single-post-page .wysiwyg h6 {
  font-family: "Cairo", sans-serif;
}
.single-post-page .wysiwyg p {
  line-height: 1.75;
  font-size: inherit;
}
@media screen and (max-width: 767px) {
  .single-post-page .wysiwyg p {
    font-size: 14px;
  }
}
.single-post-page .wysiwyg p + p {
  margin-top: 25px;
}
.single-post-page .wysiwyg p a {
  color: #6fa088;
  text-decoration: underline;
}
.single-post-page .wysiwyg img {
  display: block;
  height: auto;
  margin-bottom: 20px;
}
.single-post-page .wysiwyg iframe {
  width: 100%;
}
.single-post-page .wysiwyg ul,
.single-post-page .wysiwyg ol {
  padding: 25px 8px;
}
.single-post-page .wysiwyg ul li {
  font-size: inherit;
  line-height: 1.6;
  padding-left: 18px;
  position: relative;
}
.single-post-page .wysiwyg ul li strong,
.single-post-page .wysiwyg ul li b {
  font-weight: 700;
}
.single-post-page .wysiwyg ul li a {
  color: #2075FF;
  text-decoration: underline;
}
.single-post-page .wysiwyg ul li em {
  font-style: italic;
}
.single-post-page .wysiwyg ul li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #4f4f4f;
  border-radius: 50%;
  top: 12px;
  left: 0;
  margin-top: -4px;
}
.single-post-page .wysiwyg ul li ~ li {
  margin-top: 2px;
}
.single-post-page .wysiwyg ol li {
  line-height: 1.6;
  padding-left: 24px;
  position: relative;
  counter-increment: step-counter;
}
.single-post-page .wysiwyg ol li strong,
.single-post-page .wysiwyg ol li b {
  font-weight: 700;
}
.single-post-page .wysiwyg ol li a {
  color: #2075FF;
  text-decoration: underline;
}
.single-post-page .wysiwyg ol li em {
  font-style: italic;
}
.single-post-page .wysiwyg ol li ~ * {
  margin-top: 2px;
}
.single-post-page .wysiwyg ol li:before {
  content: counter(step-counter) "- ";
  position: absolute;
  top: 10px;
  left: 0;
  line-height: 10px;
}

.view-more-section {
  margin-top: 30px;
}
.view-more-section h3 {
  font-size: 22px;
  font-weight: 700;
  font-family: "Lora", serif;
  margin-bottom: 20px;
}
body.rtl .view-more-section h3 {
  font-family: "Cairo", sans-serif;
}
body.rtl .view-more-section h3 {
  font-family: "Cairo", sans-serif;
}

.contact-page {
  padding: 30px 0;
}
.contact-page .page-title p {
  color: #121212;
  font-size: 16px;
}
.contact-content .hero {
  position: relative;
  padding: 20px 24px;
  min-height: 510px;
}
@media screen and (max-width: 767px) {
  .contact-content .hero {
    min-height: auto;
  }
}
.contact-content .hero-img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
}
.contact-content .hero .form {
  max-width: 430px;
  width: 100%;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(237, 242, 244);
  box-shadow: 0px 4px 8px 0px rgba(18, 18, 18, 0.1);
  border-radius: 4px;
  padding: 30px 20px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .contact-content .hero .form {
    padding: 20px 15px;
  }
}
.contact-content .hero .form h2 {
  font-size: 21px;
  color: #000;
  padding-bottom: 20px;
  font-weight: 600;
  line-height: 1.5;
}
.contact-content .hero .form .caldera-grid .alert {
  font-size: 14px;
}
.contact-content .hero .form .caldera-grid form {
  margin: 0;
}
.contact-content .hero .form .caldera-grid .row {
  margin: 0 -7.5px;
  max-width: none;
}
.contact-content .hero .form .caldera-grid .form-group {
  margin-bottom: 0;
}
.contact-content .hero .form .caldera-grid .form-group ~ .form-group {
  margin-top: 20px;
}
.contact-content .hero .form .caldera-grid .form-group .intl-tel-input {
  display: block;
}
.contact-content .hero .form .caldera-grid .form-group .intl-tel-input input {
  padding-right: 36px;
}
.contact-content .hero .form .caldera-grid .form-group label {
  font-size: 13px;
  color: #121212;
  margin-bottom: 4px;
  text-transform: capitalize;
  font-weight: 400;
  line-height: 15px;
  font-family: "Roboto", sans-serif;
}
.contact-content .hero .form .caldera-grid .form-group label .field_required {
  display: none;
}
.contact-content .hero .form .caldera-grid .form-group input:not(.btn) {
  border: 1px solid rgb(203, 204, 208);
  border-radius: 4px;
  font-size: 14px;
  padding: 0 15px;
  line-height: 44px;
  box-shadow: none;
  background: transparent;
}
.contact-content .hero .form .caldera-grid .form-group textarea {
  resize: none;
  padding: 9px 10px;
}
.contact-content .hero .form .caldera-grid .form-group .btn {
  width: 100%;
  max-width: 200px;
  background-color: #044437;
  padding: 0;
  color: #fff;
  border: none;
  line-height: 40px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 4px;
}
.contact-content .hero .form .caldera-grid .form-group .btn:hover {
  background-color: #0c7963;
}
.contact-content .info {
  padding: 0 24px;
  margin-top: 30px;
}
.contact-content .info h2 {
  font-size: 21px;
  font-weight: 600;
  color: #121212;
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
  line-height: 2;
}
.contact-content .info h2:after {
  content: "";
  background-color: #D9DECE;
  width: 40px;
  height: 6px;
  position: absolute;
  top: 100%;
  left: 0;
}
.contact-content .info .more-info {
  font-family: "Roboto", sans-serif;
  color: #121212;
}
.contact-content .info .more-info ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
  max-width: 600px;
}
.contact-content .info .more-info ul li {
  width: 50%;
  padding: 0 20px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .contact-content .info .more-info ul li {
    width: auto;
  }
}
.contact-content .info .more-info ul li h4 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 9px;
  line-height: 1.2;
}
.contact-content .info .more-info ul li p {
  font-size: 14px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .contact-content .hero {
    padding: 0;
    margin-bottom: 20px;
  }
  .contact-content .hero-img {
    position: static;
  }
  .contact-content .info {
    padding: 0;
  }
}

.account-page {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .account-page {
    padding: 40px 0 60px;
  }
}
.account-page .grid {
  max-width: 1290px;
}
.account-page .grid-row {
  font-size: 16px;
}
.account-page .MyAccount-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  width: 970px;
  max-width: 100%;
  margin: 0 auto;
}
.account-page .grid .woocommerce {
  display: flex;
  flex-wrap: wrap;
}
.account-page .grid .woocommerce .woocommerce-error {
  margin: 0 auto 30px;
  width: 100%;
}
.account-page .grid .woocommerce .woocommerce-notices-wrapper {
  margin: 0 auto;
  width: 100%;
}
.account-page .grid .woocommerce .woocommerce-message--info {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
}
.account-page .grid .woocommerce .woocommerce-message--info .button {
  margin-top: 16px;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-navigation {
  width: 180px;
  float: none;
  padding-top: 46px;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  box-shadow: 0 -2px 16px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 24px 0;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-navigation ul li.hello-msg {
  border-bottom: 1px solid #CED8E2;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-navigation ul li.hello-msg span {
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-navigation ul li.hello-msg p {
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout {
  order: 1;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a {
  color: #B7B7B7;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
  color: #B7B7B7;
  background-color: transparent;
  text-decoration: underline;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-pre-orders {
  display: none;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-navigation ul li a {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  color: #044437;
  white-space: nowrap;
  line-height: 30px;
  display: block;
  padding: 0 24px;
  transition: 0.2s all;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
  color: #121212;
  background-color: #f4c6a7;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-navigation ul li a::before {
  display: none;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #121212;
  background-color: #f4c6a7;
}
@media screen and (max-width: 767px) {
  .account-page .grid .woocommerce .woocommerce-MyAccount-navigation {
    padding: 20px;
    width: 100%;
  }
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content {
  width: calc(100% - 180px);
  float: none;
  padding: 0 28px;
  margin: 0;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content h1 {
  font-size: 30px;
  font-family: "Lora", serif;
  font-weight: 700;
  color: #121212;
  margin-bottom: 10px;
}
body.rtl .account-page .grid .woocommerce .woocommerce-MyAccount-content h1 {
  font-family: "Cairo", sans-serif;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .dashboard-page p ~ p {
  margin-top: 26px;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .dashboard-page .btnCopy {
  width: 60px;
  padding: 0;
  line-height: 30px;
  font-size: 12px;
  margin-left: 10px;
  border-radius: 4px;
  vertical-align: middle;
  margin-top: -6px;
}
@media screen and (max-width: 767px) {
  .account-page .grid .woocommerce .woocommerce-MyAccount-content .dashboard-page .btnCopy {
    margin: 0 0 20px;
  }
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .dashboard-page #raf-message {
  color: #2075FF;
  background: none;
  font-size: 14px;
  font-weight: 400;
  border-width: 2px;
  margin-top: 24px;
  width: calc(100% - 70px);
  vertical-align: middle;
  padding: 10px;
  line-height: 1.6;
  display: inline-block;
  align-items: center;
  overflow: hidden;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .dashboard-page #raf-message::before {
  content: url(../img/icons/discount.png);
  display: inline-block !important;
  position: static;
  vertical-align: middle;
  margin-right: 5px;
  float: none;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .dashboard-page #raf-message a {
  white-space: normal;
}
@media screen and (max-width: 767px) {
  .account-page .grid .woocommerce .woocommerce-MyAccount-content .dashboard-page #raf-message {
    width: 100%;
    margin-bottom: 10px;
  }
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .dashboard-page #raf-message ~ h2 {
  font-size: 14px;
  font-weight: 700;
  color: #121212;
  letter-spacing: 0.44px;
  margin-bottom: 20px;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .dashboard-page #raf-message ~ h2::after {
  content: "You earn Promo Codes when your friends shop from DressCode";
  display: block;
  font-size: 13px;
  color: #121212;
  letter-spacing: 0.4px;
  font-weight: 400;
  margin-top: 4px;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .dashboard-page #raf-message ~ table {
  border: none;
  display: table;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .dashboard-page #raf-message ~ table tbody {
  display: table-row-group;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .dashboard-page #raf-message ~ table th {
  display: none;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .dashboard-page #raf-message ~ table tr {
  display: table-row;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .dashboard-page #raf-message ~ table td {
  font-size: 13px;
  letter-spacing: 0.44px;
  border: none;
  padding: 0;
  white-space: nowrap;
  display: table-cell;
  text-align: left !important;
  background: none !important;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .dashboard-page #raf-message ~ table td::before {
  display: none;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .dashboard-page #raf-message ~ table td:first-child {
  color: #454545;
  width: 1%;
  padding-right: 40px;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .dashboard-page #raf-message ~ table td:last-child {
  color: #C4045A;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .dashboard-page .title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .dashboard-page .title img {
  border-radius: 50%;
  max-width: 67px;
  margin-right: 20px;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .dashboard-page .title .wellcome-user h3 {
  font-size: 16px;
  font-weight: 500;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content p {
  word-break: break-word;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .account-page .grid .woocommerce .woocommerce-MyAccount-content p {
    line-height: 26px;
    font-size: 16px;
  }
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content p strong {
  font-weight: 500;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content p a {
  color: #2075FF;
  text-decoration: none;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content p a:hover {
  text-decoration: underline;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content p ~ p {
  margin-top: 10px;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content > form > h3 {
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid #CED8E2;
  padding-bottom: 30px;
  margin-bottom: 14px;
  text-transform: capitalize;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper,
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm {
  display: flex;
  flex-wrap: wrap;
  margin: 18px -9px 0;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row,
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row {
  float: none;
  padding: 0 9px;
  font-size: 0;
  margin-bottom: 18px;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row.half,
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row.half {
  width: 50%;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row.quarter,
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row.quarter {
  width: 25%;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row.full,
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row.full {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row,
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row {
    width: 100% !important;
  }
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper fieldset,
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset {
  width: 100%;
  background-color: transparent;
  margin: 0;
  padding: 0;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper fieldset legend,
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset legend {
  background-color: transparent;
  font-size: 18px;
  padding: 16px 9px 10px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper #billing_country_field,
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper #shipping_country_field,
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper #shipping_email_field,
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper #shipping_area_field,
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm #billing_country_field,
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm #shipping_country_field,
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm #shipping_email_field,
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm #shipping_area_field {
  display: none;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row,
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row {
  margin-top: 0;
  float: none;
  padding: 0 9px;
  font-size: 0;
  margin: 0;
  margin-bottom: 18px;
  width: 100%;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row.form-row-first,
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row.form-row-first {
  width: 50%;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row.form-row-last,
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row.form-row-last {
  width: 50%;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row.form-row-wide,
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row.form-row-wide {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row,
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row {
    width: 100% !important;
  }
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row .optional,
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row .optional {
  display: none;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper select,
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm select {
  border: 1px solid #B4B4B4;
  height: 34px;
  padding: 0 10px;
  border-radius: 2px;
  font-size: 12px;
  width: 100%;
  background-color: #fbfdff;
  background-image: url("../img/icons/select-arrow.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
}
body.rtl .account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper select,
body.rtl .account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm select {
  background-position: 10px center;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .custom-row,
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .custom-row {
  font-size: 0;
  display: block;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .custom-row label,
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .custom-row label {
  padding: 0 5px;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .custom-row .select-date,
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .custom-row .select-date {
  width: 33.3333333333%;
  display: inline-block;
  padding: 0 5px;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper label,
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm label {
  font-size: 14px;
  color: #7C8A98;
  margin-bottom: 2px;
  line-height: 20px;
  text-transform: capitalize;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper label .required,
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm label .required {
  display: none;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper input.input-text,
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm input.input-text {
  background: #FBFDFF;
  border: 1px solid #CED8E2;
  border-radius: 2px;
  height: 40px;
  padding: 10px;
  line-height: 17px;
  font-size: 12px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper input.input-text.required,
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm input.input-text.required {
  border: 1px solid red !important;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .select2-container .select2-selection--single,
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .select2-container .select2-selection--single {
  background: #FBFDFF;
  border: 1px solid #CED8E2;
  border-radius: 2px;
  height: 40px;
  padding: 10px;
  line-height: 17px;
  font-size: 12px;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .select2-container .select2-selection--single .select2-selection__rendered,
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 17px;
  padding: 0;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .select2-container .select2-selection--single .select2-selection__arrow,
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .select2-container .select2-selection--single .select2-selection__arrow {
  top: 50%;
  margin-top: -12px;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .button {
  float: none;
  font-size: 16px;
  background-color: #6fa088;
  line-height: 40px;
  width: 270px;
  max-width: 100%;
  text-transform: capitalize;
  color: #fff;
  margin: 0 10px;
  padding: 0;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .button:hover {
  background-color: #044437;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .button.woocommerce-Button--next, .account-page .grid .woocommerce .woocommerce-MyAccount-content .button.woocommerce-Button--previous {
  width: auto;
  font-size: 14px;
  margin-top: 20px;
  line-height: 30px;
  text-transform: capitalize;
  background: #000;
  padding: 0 10px;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .button.woocommerce-Button--next:hover, .account-page .grid .woocommerce .woocommerce-MyAccount-content .button.woocommerce-Button--previous:hover {
  background-color: #006AA1;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .orders-History-content {
  border-top: 1px solid #CED8E2;
  padding-top: 30px;
  margin-top: 14px;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .my_account_orders {
  margin: 0;
  border-collapse: collapse;
  border: none;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .my_account_orders th {
  font-size: 13px;
  border: none;
  padding: 5px;
  font-weight: 400;
  white-space: nowrap;
  color: #777;
  text-align: left;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .my_account_orders th:first-child {
  padding-left: 10px;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .my_account_orders th:last-child {
  opacity: 0;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .my_account_orders tbody tr td {
  border: none;
  padding: 13px 5px;
  font-weight: 400;
  font-size: 13px;
  color: #121212;
  text-align: left;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .my_account_orders tbody tr td:first-child {
  padding-left: 10px;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .my_account_orders tbody tr td:last-child {
  text-align: right;
  padding-right: 8px;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .my_account_orders tbody tr td mark {
  display: inline-block;
  padding: 2px;
  margin-top: 1px;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .my_account_orders tbody tr:nth-child(odd) {
  background-color: #F6FAFF;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .my_account_orders tbody tr .button {
  float: none;
  font-size: 12px;
  background-color: #2075FF;
  line-height: 30px;
  max-width: 100%;
  text-align: center;
  text-transform: capitalize;
  width: auto;
  padding: 0 14px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .my_account_orders tbody tr .button:hover {
  background-color: #0360f7;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .my_account_orders tbody tr .button:after {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .account-page .grid .woocommerce .woocommerce-MyAccount-content .my_account_orders tbody tr {
    border-bottom: 1px solid #CED8E2;
    background: transparent !important;
  }
  .account-page .grid .woocommerce .woocommerce-MyAccount-content .my_account_orders tbody tr td {
    border: none;
    padding: 10px !important;
    background: transparent;
  }
  .account-page .grid .woocommerce .woocommerce-MyAccount-content .my_account_orders tbody tr td .button {
    margin: 0;
  }
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .view-order-head {
  padding: 12px 20px;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .view-order-head mark {
  background: none;
  color: inherit;
  font-weight: 500;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details {
  background: transparent;
  margin-top: 20px;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details h2 {
  font-size: 20px;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table {
  margin: 0;
  border-collapse: collapse;
  border: none;
  background: transparent;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table td, .account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table th {
  text-align: left;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table thead th {
  font-size: 14px;
  border-bottom: 1px solid #CED8E2;
  padding: 20px 0 10px;
  font-weight: 400;
  color: #838383;
  background: transparent;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table thead th:last-child {
  text-align: right;
  padding-right: 8px;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table thead th.product-quantity {
  text-align: center;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table tbody tr.yith-wcpb-child-of-bundle-table-item td:first-child {
  padding-left: 30px;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table tbody td {
  font-size: 12px;
  color: #000;
  padding: 15px 0;
  vertical-align: top;
  background: transparent;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table tbody td .order-item-info {
  font-size: 0;
  color: #434343;
  padding: 0 9px 0 0;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table tbody td .order-item-info .product-img {
  display: inline-block;
  vertical-align: top;
  width: 40px;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table tbody td .order-item-info .product-img img {
  max-width: 40px;
  width: auto;
  vertical-align: middle;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table tbody td .order-item-info .product-info {
  display: inline-block;
  vertical-align: top;
  padding-left: 18px;
  width: calc(100% - 40px);
  font-size: 13px;
  color: #434343;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table tbody td .order-item-info .product-info h2 {
  font-size: 13px;
  font-weight: 700;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table tbody td .order-item-info .product-info .variation {
  font-size: 12px;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table tbody td .order-item-info .product-info .variation li {
  display: flex;
  align-items: center;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table tbody td .order-item-info .product-info .variation li p {
  font-size: 12px;
  line-height: 1;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table tbody td .order-item-info .extra-data {
  font-size: 0;
  margin-bottom: 4px;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table tbody td .order-item-info .extra-data > div > span {
  font-size: 12px !important;
  color: #006AA1;
  line-height: 16px;
  text-transform: capitalize;
  display: inline;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table tbody td .order-item-info .extra-data > div > span:after {
  content: " - ";
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table tbody td .order-item-info .extra-data > div > div {
  display: inline;
  font-style: normal;
  font-size: 12px;
  color: #006AA1 !important;
  font-weight: 400;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table tbody td .order-item-info .extra-data > div > div div {
  display: inherit;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table tbody td .order-item-info .extra-data > div > div span {
  color: inherit;
  font-style: inherit;
  font-size: inherit;
  color: inherit;
  display: inherit;
  margin: 0;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table tbody td.product-quantity {
  text-align: center;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table tbody td:last-child {
  text-align: right;
  padding-right: 8px;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .order-review h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .order-review h4 {
  font-size: 14px;
  font-weight: 700;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .order-review p {
  font-size: 14px;
  line-height: 1.6;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .order-review p ~ p {
  margin-top: 0;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .order-review .customer-address {
  padding-top: 20px;
  border-top: 1px solid #ccc;
  margin-top: 20px;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .order-review .order-details {
  padding-top: 20px;
  border-top: 1px solid #ccc;
  margin-top: 20px;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .order-review .order-details ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .order-review .order-details ul li:last-child {
  font-size: 16px;
  font-weight: 700;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .order-review .order-details ul li p {
  font-size: inherit;
  font-weight: inherit;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .order-review .order-details ul li p span {
  font-size: 12px;
  font-weight: 400;
  display: block;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details {
  font-size: 0;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-column {
  max-width: 50%;
  display: inline-block;
  float: none;
  width: auto;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-column {
    max-width: 100%;
  }
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-column ~ .woocommerce-column {
  padding-left: 70px;
}
@media screen and (max-width: 767px) {
  .account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-column ~ .woocommerce-column {
    padding-left: 20px;
  }
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-column h4 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-column div {
  font-size: 11px;
  color: #434343;
  line-height: 2;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-column div p {
  font-size: inherit;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-column address p {
  line-height: 14px;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .view-order-Grand-Total td {
  padding: 10px 12px;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .view-order-Grand-Total .woocommerce-Price-amount {
  display: block;
  text-align: right;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .view-order-Grand-Total p {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .view-order-Grand-Total p span {
  font-size: 13px;
  font-weight: 300;
  display: block;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-Address {
  width: 100%;
  float: none;
  margin: 0;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-Address ~ .woocommerce-Address {
  margin-top: 40px;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-Address .title {
  padding: 12px 20px;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #B98562;
  border-radius: 4px 4px 0 0;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-Address .title h3 {
  font-weight: 700;
  font-size: 16px;
  text-transform: capitalize;
  color: inherit;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-Address .title::before, .account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-Address .title::after {
  display: none;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-Address .title .edit {
  margin: 0;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-Address address {
  background-color: #F6FAFF;
  padding: 20px;
  font-size: 14px;
  line-height: 2;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-Address address p {
  line-height: 2;
  font-size: 14px;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .button {
  margin: 0;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .fabfw-addresses-container .title h3 {
  margin-right: auto;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .fabfw-addresses-container .title a {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-right: 18px;
  float: none;
  font-size: 0;
  color: #fff;
  height: 24px;
  width: 24px;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .fabfw-addresses-container .title a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  font-family: "material icons";
  font-size: 20px;
  line-height: 1;
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .fabfw-addresses-container .title a.edit::before {
  content: "create";
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .fabfw-addresses-container .title a.fabfw-delete-link::before {
  content: "delete";
}
.account-page .grid .woocommerce .woocommerce-MyAccount-content .divider {
  background: #ECEDF0;
  height: 1px;
  margin: 10px -26px 0 0;
}
body.rtl .account-page .grid .woocommerce .woocommerce-MyAccount-content .divider {
  margin: 10px 0 0 -26px;
}
@media screen and (max-width: 767px) {
  .account-page .grid .woocommerce .woocommerce-MyAccount-content {
    padding: 20px;
    width: 100%;
    border-top: 1px solid #d3ced2;
  }
  .account-page .grid .woocommerce .woocommerce-MyAccount-content .divider {
    margin: 10px -20px 0;
  }
  body.rtl .account-page .grid .woocommerce .woocommerce-MyAccount-content .divider {
    margin: 10px 0 0 -20px;
  }
  .account-page .grid .woocommerce .woocommerce-MyAccount-content .dashboard {
    padding: 20px;
    background-color: #fff;
  }
  .account-page .grid .woocommerce .woocommerce-MyAccount-content .edit-addresses {
    padding: 20px;
    background-color: #fff;
  }
  .account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details {
    padding: 20px;
    background-color: #fff;
  }
  .account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details table tr th {
    font-size: 12px;
  }
  .account-page .grid .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details table tr td {
    font-size: 11px;
  }
}
.account-page .grid .woocommerce .lost_reset_password {
  background: #ffffff;
  box-shadow: 0 -2px 16px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 30px 20px;
  max-width: 600px;
  margin: 0 auto;
}
.account-page .grid .woocommerce .lost_reset_password .form-row {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.account-page .grid .woocommerce .lost_reset_password .form-row ~ .form-row {
  margin-top: 20px;
}
.account-page .grid .woocommerce .lost_reset_password .form-row-btn {
  margin-top: 8px !important;
}
.account-page .grid .woocommerce .lost_reset_password .form-row-btn .woocommerce-form__label {
  margin: 0 !important;
}
.account-page .grid .woocommerce .lost_reset_password .form-row label {
  margin-bottom: 3px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px !important;
}
.account-page .grid .woocommerce .lost_reset_password .form-row label .required {
  display: none;
}
.account-page .grid .woocommerce .lost_reset_password .form-row .input-text {
  width: 100%;
  border: none;
  background: #F6F8FA;
  padding: 10px;
  height: 34px;
  font-weight: normal !important;
  visibility: visible;
  font-size: 14px;
}
.account-page .grid .woocommerce .lost_reset_password .form-row .input-text.required {
  border: 1px solid red !important;
}
.account-page .grid .woocommerce .lost_reset_password .form-row .button {
  width: 100%;
  padding: 0;
  background-color: #6fa088;
  border-radius: 4px;
  font-size: 14px;
  line-height: 44px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.account-page .grid .woocommerce .lost_reset_password .form-row .button:hover {
  background-color: #044437;
}
.account-page .grid .woocommerce .lost_reset_password p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
  float: none;
  width: 100%;
}
.account-page .grid .woocommerce .lost_reset_password p label {
  font-weight: 400;
}
.account-page .grid .woocommerce .lost_reset_password .button {
  display: inline-block;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  background-color: #6fa088;
  line-height: 35px;
  text-transform: capitalize;
  text-align: center;
  padding: 0 30px !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: nowrap;
  width: 100%;
}
.account-page .grid .woocommerce .lost_reset_password .button:hover {
  background-color: #044437;
}
.account-page .login-page {
  width: 100%;
}
.account-page .login-page .login-container {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
}
.account-page .login-page .login-container .fb-button {
  width: 100%;
  max-height: 40px;
  overflow: hidden;
  margin-bottom: 20px;
}
.account-page .login-page .login-container .fb-button .fbl-button {
  margin: 0;
}
.account-page .login-page .login-container .box {
  background: #ffffff;
  box-shadow: 0 -2px 16px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 30px 20px;
  width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  .account-page .login-page .login-container .box {
    width: 100%;
  }
  .account-page .login-page .login-container .box ~ .box {
    margin-top: 30px;
  }
}
.account-page .login-page .login-container .box h2 {
  font-size: 18px;
  font-weight: 700;
  font-family: "Lora", serif;
  margin-bottom: 20px;
}
body.rtl .account-page .login-page .login-container .box h2 {
  font-family: "Cairo", sans-serif;
}
body.rtl .account-page .login-page .login-container .box h2 {
  font-family: "Cairo", sans-serif;
}
.account-page .woocommerce-form {
  border: none !important;
  margin: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
}
.account-page .woocommerce-form .form-row {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.account-page .woocommerce-form .form-row ~ .form-row {
  margin-top: 20px;
}
.account-page .woocommerce-form .form-row-btn {
  margin-top: 8px !important;
}
.account-page .woocommerce-form .form-row-btn .woocommerce-form__label {
  margin: 0 !important;
}
.account-page .woocommerce-form .form-row label {
  margin-bottom: 3px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px !important;
}
.account-page .woocommerce-form .form-row label .required {
  display: none;
}
.account-page .woocommerce-form .form-row .input-text {
  width: 100%;
  border: none;
  background: #F6F8FA;
  padding: 10px;
  height: 34px;
  font-weight: normal !important;
  visibility: visible;
  font-size: 14px;
}
.account-page .woocommerce-form .form-row .input-text.required {
  border: 1px solid red !important;
}
.account-page .woocommerce-form .form-row .forgot-pass-link {
  font-size: 12px;
  color: #9FA2AA;
  float: right;
}
.account-page .woocommerce-form .form-row select {
  border: 1px solid #B4B4B4;
  height: 34px;
  padding: 0 10px;
  border-radius: 2px;
  font-size: 12px;
  width: 100%;
  background-color: #fff;
  background-image: url("../img/icons/select-arrow.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
}
body.rtl .account-page .woocommerce-form .form-row select {
  background-position: 10px center;
}
.account-page .woocommerce-form .form-row.custom-row {
  font-size: 0;
  display: block;
}
.account-page .woocommerce-form .form-row.custom-row label {
  padding: 0 5px;
}
.account-page .woocommerce-form .form-row.custom-row .select-date {
  width: 33.3333333333%;
  display: inline-block;
  padding: 0 5px;
}
.account-page .woocommerce-form .form-row .button {
  width: 100%;
  padding: 0;
  background-color: #6fa088;
  border-radius: 4px;
  font-size: 14px;
  line-height: 44px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.account-page .woocommerce-form .form-row .button:hover {
  background-color: #044437;
}
.account-page .woocommerce-form .form-row .half-row {
  width: 50%;
  padding: 0 5px;
}
.account-page .woocommerce-form .form-row .full-row {
  width: 100%;
  padding: 0 5px;
}
.account-page .woocommerce-form .form-row .full-row ~ .full-row {
  margin-top: 10px;
}
.account-page .woocommerce-form .form-row .full-row-login-action {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 0px 5px 14px;
  align-items: flex-start;
}
.account-page .woocommerce-form .form-row .woocommerce-form__label {
  margin-top: 10px;
  line-height: 1.4;
}
.account-page .woocommerce-form .form-row .woocommerce-form__label span {
  padding-left: 16px;
  display: block;
  position: relative;
  user-select: none;
}
.account-page .woocommerce-form .form-row .woocommerce-form__label span::before {
  content: "check_box_outline_blank";
  font-family: "Material Icons" !important;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 0;
  font-size: 14px;
  line-height: 1;
  top: 0;
}
.account-page .woocommerce-form .form-row .woocommerce-form__label input {
  display: none;
}
.account-page .woocommerce-form .form-row .woocommerce-form__label input:checked ~ span::before {
  content: "check_box";
}
.account-page .woocommerce-form .lost_password {
  text-align: center;
  line-height: 14px;
  margin-top: 6px;
}
.account-page .woocommerce-form .lost_password a {
  font-size: 13px;
  color: #2075FF;
  text-decoration: underline;
  display: inline-block !important;
  text-transform: none !important;
}
.account-page .my-account-box {
  background: rgb(255, 255, 255);
  border-radius: 2px;
  border: 1px solid rgb(237, 242, 244);
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
}
.account-page .my-account-box-head {
  padding: 28px 32px 20px;
  border-bottom: 1px solid rgb(203, 204, 208);
}
.account-page .my-account-box-head h2 {
  font-size: 16px;
  font-weight: 600;
  color: #121212;
}
.account-page .my-account-box-body {
  padding: 28px 32px 20px;
}
.account-page .my-account-box .points-box {
  margin-top: 20px;
  border-radius: 4px;
  border: 2px solid rgb(4, 68, 55);
  padding: 20px;
  color: #044437;
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
.account-page .my-account-box .points-box .points-num p {
  font-size: 0;
}
.account-page .my-account-box .points-box .points-num p strong {
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}
.account-page .my-account-box .points-box .text {
  margin-left: 10px;
}
.account-page .my-account-box .points-box .text h4 {
  font-size: 16px;
  font-weight: 700;
}
.account-page .my-account-box .points-box .text h4 i {
  font-size: 10px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  text-transform: uppercase;
  line-height: 15px;
  display: inline-block;
  vertical-align: middle;
  background-color: #e73348;
  color: #fff;
  border-radius: 1px;
  margin-left: 5px;
  padding-left: 3px;
  padding-right: 4px;
}
.account-page .my-account-box .points-box .text p {
  font-size: 12px;
  margin-top: 5px;
  line-height: 1;
}

.loyalty-page {
  padding: 40px 0 100px;
}
.loyalty-page .texted-hero {
  position: relative;
  margin-bottom: 40px;
}
.loyalty-page .texted-hero::before {
  content: "";
  display: block;
  padding-top: 36.7521367521%;
  pointer-events: none;
}
.loyalty-page .texted-hero img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  pointer-events: none;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}
body.rtl .loyalty-page .texted-hero img {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.loyalty-page .texted-hero .text {
  position: absolute;
  z-index: 2;
  padding: 20px 60px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.loyalty-page .texted-hero .text h1 {
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 0.62px;
}
.loyalty-page .texted-hero .text h4 {
  font-size: 24px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .loyalty-page .texted-hero .text {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 20px;
  }
  .loyalty-page .texted-hero .text h1 {
    font-size: 32px;
  }
  .loyalty-page .texted-hero .text h4 {
    font-size: 20px;
  }
}
.loyalty-page .loyalty-info {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .loyalty-page .loyalty-info {
    padding: 40px 0;
  }
}
.loyalty-page .loyalty-info .text {
  padding-right: 75px;
  width: 70%;
}
@media screen and (max-width: 767px) {
  .loyalty-page .loyalty-info .text {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
}
.loyalty-page .loyalty-info .text h3 {
  font-size: 21px;
  font-weight: 600;
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 12px;
}
.loyalty-page .loyalty-info .text h3::after {
  content: "";
  position: absolute;
  height: 6px;
  width: 100px;
  left: 0;
  bottom: 0;
  background-color: #D9DECE;
}
.loyalty-page .loyalty-info .text h2 {
  font-size: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  letter-spacing: 0.62px;
  margin-bottom: 16px;
  line-height: 1.35;
}
body.rtl .loyalty-page .loyalty-info .text h2 {
  font-family: "Cairo", sans-serif;
}
@media screen and (max-width: 767px) {
  .loyalty-page .loyalty-info .text h2 {
    font-size: 32px;
  }
}
.loyalty-page .loyalty-info .text p {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.25px;
  color: #121212;
  margin-bottom: 25px;
  max-width: 95%;
  line-height: 1.95;
}
body.rtl .loyalty-page .loyalty-info .text p {
  font-family: "Cairo", sans-serif;
}
.loyalty-page .loyalty-info .text .instructions li {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.25px;
  color: #121212;
  padding-left: 30px;
  position: relative;
}
body.rtl .loyalty-page .loyalty-info .text .instructions li {
  font-family: "Cairo", sans-serif;
}
.loyalty-page .loyalty-info .text .instructions li:not(:first-child) {
  margin-top: 15px;
}
.loyalty-page .loyalty-info .text .instructions li strong {
  font-weight: 700;
}
.loyalty-page .loyalty-info .text .instructions li::before {
  content: url("../img/icons/black-logo.png");
  position: absolute;
  left: 0;
}
.loyalty-page .loyalty-info .pic {
  margin-top: auto;
  width: 30%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .loyalty-page .loyalty-info .pic {
    width: 100%;
  }
}
.loyalty-page .loyalty-info .pic img {
  display: block;
  margin: 0 auto;
}
.loyalty-page .loyalty-how-to {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  position: relative;
  margin-top: 40px;
  padding: 0 65px;
}
@media screen and (max-width: 767px) {
  .loyalty-page .loyalty-how-to {
    padding: 0 30px;
  }
}
.loyalty-page .loyalty-how-to .pic {
  margin-top: auto;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .loyalty-page .loyalty-how-to .pic {
    width: 100%;
  }
}
.loyalty-page .loyalty-how-to .pic img {
  display: block;
  margin: 0 auto;
}
.loyalty-page .loyalty-how-to .text {
  padding-bottom: 75px;
  padding-left: 75px;
  width: 60%;
}
@media screen and (max-width: 767px) {
  .loyalty-page .loyalty-how-to .text {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
    order: -1;
  }
}
.loyalty-page .loyalty-how-to .text .icon {
  display: block;
  margin-bottom: 10px;
}
.loyalty-page .loyalty-how-to .text h3 {
  font-size: 21px;
  font-weight: 600;
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 12px;
}
.loyalty-page .loyalty-how-to .text h3::after {
  content: "";
  position: absolute;
  height: 6px;
  width: 40px;
  left: 0;
  bottom: 0;
  background-color: #D9DECE;
}
.loyalty-page .loyalty-how-to .text .steps li {
  line-height: 1.6;
  padding-left: 24px;
  position: relative;
  counter-increment: step-counter;
  color: #121212;
}
.loyalty-page .loyalty-how-to .text .steps li:not(:first-child) {
  margin-top: 25px;
}
.loyalty-page .loyalty-how-to .text .steps li:before {
  content: counter(step-counter) ". ";
  position: absolute;
  top: 6px;
  left: 0;
  line-height: 10px;
  font-size: 22px;
  font-weight: 900;
}
.loyalty-page .loyalty-how-to:after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 10px;
  border-radius: 5px;
  background-color: #D9DECE;
}
.loyalty-page .loyalty-terms {
  position: relative;
  padding: 0 100px;
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .loyalty-page .loyalty-terms {
    padding: 0 30px;
    margin-top: 90px;
  }
}
.loyalty-page .loyalty-terms::before {
  content: "";
  position: absolute;
  top: 94px;
  left: 0;
  right: 0;
  bottom: 25px;
  background-color: #D9DECE;
}
.loyalty-page .loyalty-terms .box {
  position: relative;
  background-color: #FBE8DC;
  padding: 60px 75px;
}
@media screen and (max-width: 767px) {
  .loyalty-page .loyalty-terms .box {
    padding: 30px 35px;
  }
}
.loyalty-page .loyalty-terms .box h3 {
  font-size: 21px;
  font-weight: 600;
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 20px;
}
.loyalty-page .loyalty-terms .box h3::after {
  content: "";
  position: absolute;
  height: 6px;
  width: 100px;
  left: 0;
  bottom: 0;
  background-color: #D9DECE;
}
.loyalty-page .loyalty-terms .box .terms li {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.25px;
  color: #121212;
  padding-left: 30px;
  position: relative;
  font-weight: 400;
}
body.rtl .loyalty-page .loyalty-terms .box .terms li {
  font-family: "Cairo", sans-serif;
}
.loyalty-page .loyalty-terms .box .terms li:not(:first-child) {
  margin-top: 15px;
}
.loyalty-page .loyalty-terms .box .terms li strong {
  font-weight: 700;
}
.loyalty-page .loyalty-terms .box .terms li::before {
  content: url("../img/icons/black-logo.png");
  position: absolute;
  left: 0;
}

.salad-page {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .salad-page {
    padding-top: 10px;
  }
}
.salad-page .grid {
  position: relative;
  z-index: 1;
}
.salad-page .page-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap-reverse;
  align-items: flex-start;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede;
}
@media screen and (max-width: 767px) {
  .salad-page .page-title {
    flex-direction: column-reverse;
  }
  .salad-page .page-title .col {
    width: 100%;
  }
}
.salad-page .page-title h1 {
  text-transform: none;
}
@media screen and (max-width: 767px) {
  .salad-page .page-title h1 {
    font-size: 21px;
    line-height: 1.4;
  }
}
.salad-page .page-title p {
  color: #121212;
  font-size: 14px;
}
.salad-page .page-title .open-area {
  color: #2075FF;
  text-decoration: underline;
  font-size: 12px;
}
.salad-page .page-title .location {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
}
.salad-page .page-title .location p {
  font-size: 14px;
  font-weight: 600;
  display: none;
}
@media screen and (max-width: 767px) {
  .salad-page .page-title .location {
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #dedede;
    padding-bottom: 10px;
    align-items: flex-start;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
.salad-page .choose-size {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.salad-page .choose-size h3 {
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .salad-page .choose-size label {
    width: 100%;
    padding-bottom: 8px;
  }
}
.salad-page .salad-categories {
  display: flex;
}
@media screen and (max-width: 999px) {
  .salad-page .salad-categories {
    margin: 0 -16px;
    padding: 0 20px;
  }
}
.salad-page .salad-categories .salad-category_item {
  position: relative;
  background: rgba(244, 198, 167, 0.5);
  border: 1px solid rgba(221, 172, 140, 0.56);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  counter-increment: step-counter;
  padding: 12px 12px 9px;
  min-width: 160px;
  flex: 0 0 calc(14.2857142857% - 5px);
  padding-left: 48px;
  pointer-events: none;
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .salad-page .salad-categories .salad-category_item {
    flex: 0 0 150px;
    padding-left: 45px;
  }
}
.salad-page .salad-categories .salad-category_item ~ .salad-category_item {
  margin-left: 6px;
}
.salad-page .salad-categories .salad-category_item .num {
  display: block;
  text-align: center;
  line-height: 27px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  width: 27px;
  height: 27px;
  border-radius: 4px;
  background: #044437;
  background: #baa99e;
  position: absolute;
  top: 16px;
  left: 9px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.salad-page .salad-categories .salad-category_item .num:before {
  content: counter(step-counter);
}
.salad-page .salad-categories .salad-category_item h5 {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 600;
}
.salad-page .salad-categories .salad-category_item p {
  font-size: 12px;
  line-height: 16px;
  color: #978980;
}
.salad-page .salad-categories .salad-category_item.current {
  background: #9CBDAB;
  border: 1px solid #719882;
  cursor: default;
  opacity: 1;
}
.salad-page .salad-categories .salad-category_item.current .num {
  background: #044437;
}
.salad-page .salad-categories .salad-category_item.current p {
  color: #4c5a52;
}
.salad-page .salad-categories .salad-category_item.active {
  background: #044437;
  border: 1px solid #023429;
  cursor: pointer;
  pointer-events: auto;
  opacity: 1;
}
.salad-page .salad-categories .salad-category_item.active .num {
  background: #044437;
}
.salad-page .salad-categories .salad-category_item.active .num:before {
  content: "check";
  font-family: "Material Icons" !important;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
}
.salad-page .salad-categories .salad-category_item.active h5,
.salad-page .salad-categories .salad-category_item.active p {
  color: #fff;
}
.salad-page .salad-categories .salad-category_item.can-click {
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
}
.salad-page .salad-choosing-items {
  margin-top: 18px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .salad-page .salad-choosing-items {
    padding-bottom: 25px;
  }
}
.salad-page .salad-choosing-items .select-delivery-area a {
  font-size: 16px;
  padding: 5px 30px;
}
@media screen and (max-width: 767px) {
  .salad-page .salad-choosing-items .select-delivery-area a {
    font-size: 14px;
    padding: 4px 11px;
  }
}
.salad-page .salad-choosing-section {
  display: none;
}
.salad-page .salad-choosing-section.active {
  display: block;
}
.salad-page .salad-choosing-section .titles {
  color: #121212;
}
.salad-page .salad-choosing-section .titles h4 {
  display: none;
}
.salad-page .salad-choosing-section .titles p {
  font-size: 14px;
  font-weight: 600;
  font-size: 13px;
}
.salad-page .salad-choosing-section .titles p span {
  font-weight: 400;
}
.salad-page .salad-choosing-section .items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -17px;
}
@media screen and (max-width: 479px) {
  .salad-page .salad-choosing-section .items {
    margin: 0 -8px;
  }
}
.salad-page .salad-choosing-section .salad-item {
  position: relative;
  padding: 0 17px;
  margin-bottom: 24px;
  min-width: 145px;
  width: 16.6666666667%;
  margin-left: -1px;
}
@media screen and (max-width: 999px) {
  .salad-page .salad-choosing-section .salad-item {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .salad-page .salad-choosing-section .salad-item {
    width: 50%;
  }
}
@media screen and (max-width: 479px) {
  .salad-page .salad-choosing-section .salad-item {
    min-width: 115px;
    padding: 0 8px;
  }
}
.salad-page .salad-choosing-section .salad-item .delete {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  z-index: 12;
  top: 0;
  left: 10px;
  color: #909090;
  font-size: 14px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  top: 32px;
  left: 20%;
  background: #9cbdab;
  background: #909090;
  border-radius: 50%;
  color: #fff;
  font-weight: 900;
  padding: 1px;
}
.salad-page .salad-choosing-section .salad-item.selected::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  bottom: -15px;
  right: 0;
  border: 1px solid #9cbdab;
  pointer-events: none;
  border-radius: 2px;
  display: none;
}
.salad-page .salad-choosing-section .salad-item.selected .delete {
  opacity: 1;
  pointer-events: auto;
}
.salad-page .salad-choosing-section .salad-item.selected .pic img {
  border: 3px solid #9cbdab;
}
.salad-page .salad-choosing-section .salad-item.full {
  width: 25%;
}
@media screen and (max-width: 999px) {
  .salad-page .salad-choosing-section .salad-item.full {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .salad-page .salad-choosing-section .salad-item.full {
    width: 100% !important;
  }
}
.salad-page .salad-choosing-section .salad-item .item-status {
  font-size: 10px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  text-transform: uppercase;
  line-height: 15px;
  display: inline-block;
  vertical-align: middle;
  background-color: #e73348;
  color: #fff;
  border-radius: 1px;
  padding: 0 4px;
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 1;
}
.salad-page .salad-choosing-section .salad-item .item-status.out-of-stock {
  background: #4d4d4d;
}
body.rtl .salad-page .salad-choosing-section .salad-item .item-status {
  font-family: "Cairo", sans-serif;
}
.salad-page .salad-choosing-section .salad-item .pic {
  position: relative;
}
.salad-page .salad-choosing-section .salad-item .pic::before {
  content: "";
  display: block;
  padding-top: 100%;
  visibility: visible;
}
.salad-page .salad-choosing-section .salad-item .pic img {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  max-width: 80%;
  max-height: 80%;
  margin: auto;
  width: auto;
  border-radius: 50%;
  border: 1px solid #dedede;
  width: 160px;
  padding: 14px;
}
.salad-page .salad-choosing-section .salad-item h3 {
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}
.salad-page .salad-choosing-section .salad-item .price {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  display: block;
}
.salad-page .salad-choosing-section .salad-item .button {
  border-radius: 4px;
  line-height: 32px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 2px solid;
  padding: 0;
  font-size: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
  background-color: transparent;
  color: #9bbdab;
}
.salad-page .salad-choosing-section .salad-item .button:hover {
  background-color: #6fa088;
  border-color: #6fa088;
  color: #fff;
}
.salad-page .salad-choosing-section .salad-item .button span {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: inherit;
}
.salad-page .salad-choosing-section .salad-item .button span.hidden {
  display: none;
}
.salad-page .salad-choosing-section .salad-item .button span.hidden::before {
  content: "done";
  font-family: "Material Icons" !important;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  vertical-align: text-top;
  line-height: 1;
  margin-right: 5px;
  margin-left: -15px;
}
.salad-page .salad-choosing-section .salad-item .button.added {
  background-color: #9CBDAB !important;
  border-color: #9CBDAB !important;
  color: #fff;
}
.salad-page .salad-choosing-section .salad-item .button.added span {
  color: inherit;
}
.salad-page .salad-choosing-section .salad-item .button.added span.visible {
  display: none;
}
.salad-page .salad-choosing-section .salad-item .button.added span.hidden {
  display: inline-block;
}
.salad-page .salad-choosing-section .salad-item .button.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.salad-page .salad-choosing-section .salad-item .add_to_salad_with_qty {
  display: flex;
  margin-top: 10px;
  user-select: none;
  justify-content: center;
}
.salad-page .salad-choosing-section .salad-item .add_to_salad_with_qty .btn {
  background-color: transparent;
  width: 35px;
  height: 30px;
  border: 2px solid #9CBDAB;
  color: #9CBDAB;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.salad-page .salad-choosing-section .salad-item .add_to_salad_with_qty .btn::before {
  font-family: "Material Icons" !important;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
}
.salad-page .salad-choosing-section .salad-item .add_to_salad_with_qty .btn.plus::before {
  content: "add";
}
.salad-page .salad-choosing-section .salad-item .add_to_salad_with_qty .btn.minus::before {
  content: "remove";
}
.salad-page .salad-choosing-section .salad-item .add_to_salad_with_qty .btn.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.salad-page .salad-choosing-section .salad-item .add_to_salad_with_qty .btn:hover {
  background-color: #9CBDAB;
  color: #fff;
}
.salad-page .salad-choosing-section .salad-item .add_to_salad_with_qty .num {
  width: 27px;
  text-align: center;
  font-size: 12px;
  color: #9CBDAB;
  background-color: transparent;
  pointer-events: none;
  line-height: 30px;
}
.salad-page .salad-choosing-section .salad-item .choose-multi {
  display: flex;
  margin-top: 8px;
  position: relative;
  gap: 8px;
}
.salad-page .salad-choosing-section .salad-item .choose-multi .fake-btn {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  color: #9bbdab;
  width: 100%;
  border: 2px solid;
  border-radius: 4px;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.salad-page .salad-choosing-section .salad-item .choose-multi .fake-btn:hover {
  background-color: #9bbdab;
  border-color: #9bbdab;
  color: #fff;
}
.salad-page .salad-choosing-section .salad-item .choose-multi .fake-btn.hide {
  opacity: 0;
  pointer-events: none;
}
.salad-page .salad-choosing-section .salad-item .choose-multi a {
  border-radius: 4px;
  line-height: 32px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 2px solid;
  padding: 0;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  width: calc(33.3333333333% - 5px);
  background-color: transparent;
  color: #9bbdab;
}
.salad-page .salad-choosing-section .salad-item .choose-multi a.added {
  background-color: #9CBDAB;
  color: #fff;
  border-color: #9CBDAB;
  pointer-events: none;
}
.salad-page .salad-choosing-section .salad-item.not-available .add_to_salad_with_qty,
.salad-page .salad-choosing-section .salad-item.not-available .choose-multi,
.salad-page .salad-choosing-section .salad-item.not-available .button {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
  position: relative;
}
.salad-page .salad-choosing-section .salad-item.not-available .add_to_salad_with_qty::before,
.salad-page .salad-choosing-section .salad-item.not-available .choose-multi::before,
.salad-page .salad-choosing-section .salad-item.not-available .button::before {
  content: "not available";
  font-size: 12px;
  position: absolute;
  background: #fff;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-transform: uppercase;
}
.salad-page .salad-choosing-section .salad-item.not-available .add_to_salad_with_qty {
  visibility: hidden;
}
.salad-page .salad-cart {
  position: relative;
  background-color: #f1efdd;
  box-shadow: 0 -4px 20px 0 rgba(0, 0, 0, 0.1);
}
.salad-page .salad-cart.fixed {
  position: fixed;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
}
.salad-page .salad-cart.stop {
  position: fixed;
  bottom: 55px;
}
@media screen and (max-width: 490px) {
  .salad-page .salad-cart.stop {
    bottom: 80px;
  }
}
.salad-page .salad-cart-container {
  position: relative;
  max-width: 1182px;
  margin: 0 auto;
  padding: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .salad-page .salad-cart-container {
    padding: 0;
  }
}
.salad-page .salad-cart-overlay {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.active-salad-cart .salad-page .salad-cart-overlay {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}
@media screen and (min-width: 767px) {
  .salad-page .salad-cart-overlay {
    display: none;
  }
}
.salad-page .salad-cart-open {
  position: absolute;
  background: #f1efdd;
  border: 1px solid #d9d6bc;
  border-bottom: none;
  width: 44px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 100%;
  z-index: 1;
  margin-bottom: -1px;
  left: 30px;
  border-radius: 4px 4px 0 0;
  cursor: pointer;
}
.salad-page .salad-cart-open::before {
  content: "keyboard_arrow_up";
  font-family: "Material Icons" !important;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
}
.active-salad-cart .salad-page .salad-cart-open::before {
  content: "keyboard_arrow_down";
}
.salad-page .salad-cart-total {
  color: #044437;
  font-size: 28px;
  font-weight: 900;
  font-family: "Helvetica Neue";
}
@media screen and (max-width: 490px) {
  .salad-page .salad-cart-total {
    font-size: 16px;
  }
}
body.rtl .salad-page .salad-cart-total {
  font-family: "Cairo", sans-serif;
}
.salad-page .salad-cart-total-next-btn {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  color: #fff;
  line-height: 52px;
  width: 200px;
  border-radius: 4px;
  font-size: 20px;
  font-weight: 600;
  background-color: #6C707D;
  pointer-events: none;
}
@media screen and (max-width: 490px) {
  .salad-page .salad-cart-total-next-btn {
    line-height: 42px;
    width: 150px;
    border-radius: 4px;
    font-size: 16px;
  }
}
.salad-page .salad-cart-total-next-btn::before {
  content: "keyboard_arrow_right";
  font-family: "Material Icons" !important;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  vertical-align: middle;
  color: inherit;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.salad-page .salad-cart-total-next-btn.CanGoNext {
  pointer-events: auto;
  background-color: #044437;
}
.salad-page .salad-cart-total-next-btn.CanGoNext:hover {
  background-color: #0c7963;
}
.salad-page .salad-cart-total-next-btn.CanGoNext:hover::before {
  right: 10px;
}
.salad-page .salad-cart-body {
  background-color: #f1efdd;
  background: #f1efdd;
  border: 1px solid #d9d6bc;
  box-shadow: 0 -4px 20px 0 rgba(0, 0, 0, 0.1);
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
  position: relative;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  z-index: 999;
  top: 0;
}
.salad-page .salad-cart-body.active {
  opacity: 1;
  pointer-events: auto;
  top: auto;
}
.salad-page .salad-cart-body.active .content {
  display: block;
}
.salad-page .salad-cart-body .top {
  padding: 20px 18px 12px;
  display: flex;
  align-items: center;
}
.salad-page .salad-cart-body .top .salad-cart-total {
  margin-right: auto;
}
.salad-page .salad-cart-body .top .qty-select {
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
}
.salad-page .salad-cart-body .top .qty-select label {
  margin-right: 7px;
}
.salad-page .salad-cart-body .top .qty-select select {
  height: 42px;
  width: 65px;
}
.salad-page .salad-cart-body .content {
  max-width: calc(100% - 32px);
  margin: 0 auto;
  border-top: 1px solid #a1cdc0;
  border-bottom: 1px solid #a1cdc0;
  padding: 36px 0;
  display: none;
}
.salad-page .salad-cart-body .content .items {
  display: flex;
  flex-direction: column;
  max-height: 300px;
  overflow: scroll;
}
.salad-page .salad-cart-body .content .items::-webkit-scrollbar {
  display: none;
}
.salad-page .salad-cart-body .content .items.empty {
  overflow: hidden;
}
.salad-page .salad-cart-body .content .items.empty::before {
  content: "Your Salad Items is Currently Empty";
  display: block;
  text-align: center;
  font-size: 16px;
}
.salad-page .salad-cart-body .content .items li {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.salad-page .salad-cart-body .content .items li button {
  margin-right: 13px;
  line-height: 1;
  display: none;
}
.salad-page .salad-cart-body .content .items li button i {
  font-size: 18px;
  color: #a09e87;
}
.salad-page .salad-cart-body .content .items li img {
  margin-right: 16px;
  width: 48px;
  height: 48px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}
.salad-page .salad-cart-body .content .items li h4 {
  font-size: 12px;
  font-weight: 600;
  color: #121212;
}
.salad-page .salad-cart-body .content .items li .qty {
  display: flex;
  margin-left: auto;
}
.salad-page .salad-cart-body .content .items li .qty .btn {
  background-color: #9CBDAB;
  width: 35px;
  height: 30px;
  border: 2px solid transparent;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.salad-page .salad-cart-body .content .items li .qty .btn::before {
  font-family: "Material Icons" !important;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
}
.salad-page .salad-cart-body .content .items li .qty .btn.plus::before {
  content: "add";
}
.salad-page .salad-cart-body .content .items li .qty .btn.minus::before {
  content: "remove";
}
.salad-page .salad-cart-body .content .items li .qty .btn.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.salad-page .salad-cart-body .content .items li .qty .num {
  width: 27px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  color: #9CBDAB;
}
.salad-page .salad-cart-footer {
  display: flex;
  justify-content: space-between;
  padding: 14px 16px 12px;
  align-items: center;
  background: #f1efdd;
  border: 1px solid #d9d6bc;
  box-shadow: 0 -4px 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0;
  z-index: 1000;
  position: relative;
  box-shadow: none;
  border: none;
  position: relative;
  z-index: 9999;
}
.active-salad-cart .salad-page .salad-cart-footer {
  border-radius: 0;
  border-top: none;
}
.salad-page .salad-cart-footer .salad-cart-total {
  margin-right: 20px;
  margin-left: auto;
}
.salad-page.has-fixed-cart {
  padding-bottom: 70px;
}
.salad-page .salad-review {
  padding: 0 0 20px;
  max-width: 700px;
  margin: 0 auto;
}
.salad-page .salad-review h3 {
  font-size: 21px;
  color: #121212;
  font-weight: 700;
  border-bottom: 1px solid rgb(161, 205, 192);
  padding-bottom: 13px;
  margin-bottom: 25px;
  font-family: "Lora", serif;
}
body.rtl .salad-page .salad-review h3 {
  font-family: "Cairo", sans-serif;
}
.salad-page .salad-review .salad-content {
  margin-bottom: 12px;
}
.salad-page .salad-review .salad-content li {
  font-size: 14px;
  font-weight: 700;
  color: #121212;
  text-transform: capitalize;
}
.salad-page .salad-review .salad-content li ~ li {
  margin-top: 10px;
}
.salad-page .salad-review .salad-content li p {
  font-size: 14px;
  font-weight: 400;
}
.salad-page .salad-review .salad-content li p span + span::before {
  content: " + ";
}
.salad-page .salad-review .salad-content h5 {
  font-size: 14px;
  font-weight: 700;
}
.salad-page .salad-review .edit-salad {
  position: relative;
  margin-bottom: 24px;
  font-size: 13px;
  text-decoration: underline;
  color: #2075FF;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.salad-page .salad-review .edit-salad .material-icons {
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  vertical-align: middle;
  color: inherit;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: none;
}
.salad-page .salad-review .edit-salad:hover {
  opacity: 0.7;
}
.salad-page .salad-review .salad-extra-details {
  border-top: 1px solid rgb(161, 205, 192);
  border-bottom: 1px solid rgb(161, 205, 192);
  padding: 24px 0;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.salad-page .salad-review .salad-extra-details h4 {
  font-size: 14px;
  font-weight: 700;
}
.salad-page .salad-review .salad-extra-details h4 ~ h4 {
  margin-top: 20px;
}
.salad-page .salad-review .salad-extra-details .check-radio {
  margin: 0;
}
.salad-page .salad-review .salad-extra-details .check-radio + .check-radio {
  margin-top: 4px;
}
.salad-page .salad-review .salad-extra-details .check-radio .name {
  text-transform: capitalize;
}
.salad-page .salad-review .salad-review-actions .row {
  display: flex;
  align-items: center;
  margin: 0 0 12px;
  max-width: 400px;
}
.salad-page .salad-review .salad-review-actions .row .salad-cart-total {
  margin-left: auto;
  font-size: 24px;
  font-weight: 900;
  padding-top: 10px;
  line-height: 1;
}
.salad-page .salad-review .salad-review-actions .row .salad-cart-total label {
  font-size: 12px;
  line-height: 2;
  font-style: italic;
}
.salad-page .salad-review .salad-review-actions .row .qty-select {
  display: inline-flex;
  flex-direction: column;
}
.salad-page .salad-review .salad-review-actions .row .qty-select label {
  margin-bottom: 0;
  font-size: 13px;
}
.salad-page .salad-review .salad-review-actions .row .qty-select select {
  height: 42px;
  width: 65px;
}
.salad-page .salad-review .salad-review-actions .btn {
  display: block;
  line-height: 38px;
  border: 2px solid transparent;
  border-radius: 4px;
  background-color: #044437;
  margin: 0;
  width: 400px;
  max-width: 100%;
}
.salad-page .salad-review .salad-review-actions .btn:hover {
  background-color: #0c7963;
}
.salad-page .salad-review .salad-review-actions .btn.borderd {
  background: transparent;
  color: #044437;
  border: 2px solid #044437;
  margin-top: 10px;
}
.salad-page .salad-review .salad-review-actions .btn.borderd:hover {
  color: #fff;
  background-color: #044437;
}
.salad-page .salad-review .salad-review-actions .btn.loading {
  position: relative;
}
.salad-page .salad-review .salad-review-actions .btn.loading:after {
  content: "cached";
  font-family: "Material Icons" !important;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
  position: absolute;
  top: 50%;
  left: auto;
  right: 10px;
  margin-top: -10px;
  font-size: 24px;
  left: auto;
  width: auto;
  height: auto;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  .salad-page .salad-review .salad-review-actions .btn {
    width: 100%;
    font-size: 14px;
  }
}
.salad-page .salad-review .salad-review-actions .note {
  color: #6C707D;
  font-size: 13px;
  margin-top: 14px;
  text-align: center;
  max-width: 400px;
  display: none;
}

.shopping-component h3 {
  font-size: 16px;
  font-weight: 600;
}
.shopping-component .btn {
  border: 2px solid #f4c6a7;
  background-color: transparent;
  color: #000;
  line-height: 73px;
  padding: 0 18px;
  width: 100%;
  margin-top: 16px;
  text-align: left;
  font-weight: 500;
}
.shopping-component .btn:hover {
  color: #000;
  background-color: #f4c6a7;
}
@media screen and (max-width: 767px) {
  .shopping-component .btn {
    font-size: 14px;
    line-height: 50px;
  }
}

.salad-cart-holder {
  height: 68px;
}

.landing-page {
  padding: 40px 0 100px;
}
.landing-page .products-list {
  padding: 40px 0;
}
.landing-page .products-list h1, .landing-page .products-list h2 {
  font-size: 24px;
  font-weight: 700;
  font-family: "Lora", serif;
  margin-bottom: 10px;
}
body.rtl .landing-page .products-list h1, body.rtl .landing-page .products-list h2 {
  font-family: "Cairo", sans-serif;
}
.landing-page .products-list .products {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.landing-page .products-list .products:after, .landing-page .products-list .products::before {
  display: none;
}
.landing-page .products-list .products .product-widget {
  width: 20%;
  margin: 0;
  padding: 8px 8px 16px;
}
@media screen and (max-width: 1219px) {
  .landing-page .products-list .products .product-widget {
    width: 25%;
  }
}
@media screen and (max-width: 999px) {
  .landing-page .products-list .products .product-widget {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .landing-page .products-list .products .product-widget {
    width: 50%;
  }
}

.survey-page {
  padding: 30px 0;
}
.survey-page .grid {
  max-width: 960px;
}
.survey-page .page-title p {
  color: #121212;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .survey-page .page-title h1 {
    font-size: 26px;
  }
  .survey-page .page-title p {
    font-size: 14px;
  }
}
.menu-page {
  padding: 90px 0 140px;
}
@media screen and (max-width: 999px) {
  .menu-page {
    padding: 30px 0;
  }
}
.menu-page .grid {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 999px) {
  .menu-page .grid {
    flex-direction: column;
  }
}
.menu-page .page-title {
  margin-bottom: 30px;
}
.menu-page .page-title h1 {
  font-size: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  margin-bottom: 10px;
}
.menu-page .page-title p {
  color: #121212;
}
@media screen and (max-width: 999px) {
  .menu-page .page-title {
    margin-bottom: 20px;
  }
  .menu-page .page-title h1 {
    font-size: 24px;
    line-height: 1.1;
    font-weight: 600;
  }
}
.menu-page .menu-list {
  padding-left: 30px;
  border-left: 5px solid #044437;
}
.menu-page .menu-list li {
  font-size: 20px;
  cursor: pointer;
}
.menu-page .menu-list li ~ li {
  margin-top: 40px;
}
.menu-page .menu-list li:hover, .menu-page .menu-list li.active {
  font-weight: 700;
  color: #044437;
}
@media screen and (max-width: 999px) {
  .menu-page .menu-list {
    margin-right: -15px;
    padding: 0 15px;
    display: flex;
    overflow: scroll;
    white-space: nowrap;
    -ms-overflow-style: none;
    border: none;
  }
  .menu-page .menu-list::-webkit-scrollbar {
    display: none;
  }
  .menu-page .menu-list li {
    border-radius: 20px;
    margin-right: 8px;
    min-width: 150px;
    background-color: #F1EFDD;
    font-size: 13px;
    text-align: center;
    line-height: 30px;
    color: #044437;
  }
  .menu-page .menu-list li ~ li {
    margin-top: 0;
  }
  .menu-page .menu-list li:hover, .menu-page .menu-list li.active {
    background-color: #88A29C;
    color: #fff;
  }
}
.menu-page .pic {
  margin-top: 80px;
}
@media screen and (max-width: 999px) {
  .menu-page .pic {
    display: none;
  }
}
.menu-page .pic img {
  display: block;
}
.menu-page .menu {
  width: 100%;
  max-width: 735px;
}
@media screen and (max-width: 999px) {
  .menu-page .menu {
    margin: 65px -16px;
    width: auto;
  }
}
.menu-page .menu .menu-parent {
  position: relative;
  padding: 0 70px;
}
.menu-page .menu .menu-parent::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 70px;
  bottom: 30px;
  background-color: #f1efdd;
}
.menu-page .menu .menu-parent .single-menu {
  position: relative;
  display: none;
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.2);
}
.menu-page .menu .menu-parent .single-menu.active {
  display: block;
}
.menu-page .menu .menu-parent .single-menu .mobile-slider {
  overflow: scroll;
  white-space: nowrap;
  -ms-overflow-style: none;
  padding: 0 20px;
  transform: translateY(-46px);
}
.menu-page .menu .menu-parent .single-menu .mobile-slider::-webkit-scrollbar {
  display: none;
}
.menu-page .menu .menu-parent .single-menu .mobile-slider li {
  display: inline-block;
  margin-right: 10px;
  padding-top: 10px;
}
.menu-page .menu .menu-parent .single-menu .mobile-slider li img {
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2);
}
.menu-page .menu .menu-parent .single-menu .slider {
  margin: -40px 0;
}
.menu-page .menu .menu-parent .single-menu .slider .slick-slide {
  height: auto;
}
.menu-page .menu .menu-parent .single-menu .slider .slick-arrow {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
  z-index: 1;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.menu-page .menu .menu-parent .single-menu .slider .slick-arrow.slick-next {
  left: 100%;
  margin-left: 20px;
}
.menu-page .menu .menu-parent .single-menu .slider .slick-arrow span {
  color: #044437;
  font-size: 28px;
}
.menu-page .menu .menu-parent .single-menu .slider .slick-arrow.slick-prev {
  right: 100%;
  margin-right: 20px;
}
.menu-page .menu .menu-parent .single-menu .slider .slick-arrow.slick-disabled {
  opacity: 0;
}
@media screen and (max-width: 999px) {
  .menu-page .menu .menu-parent {
    padding: 0;
  }
  .menu-page .menu .menu-parent::before {
    left: 16px;
    right: 16px;
    top: 34px;
    display: none;
  }
  .menu-page .menu .menu-parent .single-menu {
    background-color: #f1efdd;
    box-shadow: none;
  }
}

.page-header {
  border-top: 6px solid #F2C6A7;
  background: #FFFFFF;
}
.page-header .header-top {
  padding: 18px 0;
  position: relative;
  z-index: 2;
}
.page-header .header-top .grid {
  display: flex;
  align-items: center;
  max-width: 1440px;
  flex-wrap: wrap;
  position: relative;
}
.page-header .header-top .grid::before, .page-header .header-top .grid::after {
  display: none;
}
.page-checkout .page-header .header-top .grid {
  max-width: 1182px;
  position: relative;
}
.page-header .header-top .grid .hotline {
  position: absolute;
  right: 80px;
  bottom: -6px;
  font-size: 16px;
  font-weight: 700;
  color: #044437;
  line-height: 1;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 999px) {
  .page-header .header-top .grid .hotline {
    right: 16px;
  }
}
@media screen and (max-width: 925px) {
  .page-header .header-top .grid .hotline {
    bottom: -25px;
  }
}
.page-header .header-top .grid .hotline span {
  margin-left: 3px;
  line-height: 1px;
  margin-top: -3px;
}
.page-header .header-bottom {
  padding: 4px 0;
  background: #FFFFFF;
  box-shadow: 0 10px 15px -8px rgba(0, 0, 0, 0.1);
}
.page-header .header-bottom .grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  border-top: 1px solid #EDF2F4;
  max-width: 1440px;
}
.page-header .header-bottom .grid::before, .page-header .header-bottom .grid::after {
  display: none;
}
.page-header .header-bottom .cart-icon {
  position: relative;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  z-index: 99;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media screen and (max-width: 1400px) {
  .page-header .header-bottom .cart-icon {
    top: -10px;
  }
}
@media screen and (max-width: 1350px) {
  .page-header .header-bottom .cart-icon {
    top: 0;
  }
}
.page-header .header-bottom .cart-icon .open-cart {
  position: relative;
  display: block;
  background-color: #fff;
  padding-right: 14px;
  padding-left: 24px;
}
.page-header .header-bottom .cart-icon .mitch-mini-cart-icon {
  position: relative;
  display: block;
  background-color: #fff;
  padding-right: 14px;
  padding-left: 24px;
}
.page-header .header-bottom .cart-icon .header-cart-count {
  left: auto;
  top: 3px;
  right: 37px;
}
.page-header .header-bottom .cart-icon .white {
  display: none;
}
body.rtl .page-header .header-bottom .cart-icon img {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.page-header .header-bottom.fixed .cart-icon {
  top: 100%;
}
.page-header .header-bottom.fixed .cart-icon .open-cart {
  background-color: #044437;
  box-shadow: 0 6px 12px 0 rgba(4, 68, 55, 0.1);
  width: 65px;
  height: 65px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  border-radius: 50%;
}
.page-header .header-bottom.fixed .cart-icon .mitch-mini-cart-icon {
  background-color: #044437;
  box-shadow: 0 6px 12px 0 rgba(4, 68, 55, 0.1);
  width: 65px;
  height: 65px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  border-radius: 50%;
}
.page-header .header-bottom.fixed .cart-icon .header-cart-count {
  position: static;
  color: #fff;
  border: none;
  width: auto;
  height: auto;
  margin-left: 5px;
}
.page-header .header-bottom.fixed .cart-icon .green {
  display: none;
}
.page-header .header-bottom.fixed .cart-icon .white {
  display: block;
}
.page-checkout .page-header .logo {
  margin: 0 auto;
}
.page-header .logo a {
  display: block;
}
.page-header .logo a img {
  display: block;
}
.page-header .shipping-note {
  margin-left: 35px;
  margin-top: 6px;
}
@media screen and (max-width: 999px) {
  .page-header .shipping-note {
    margin-left: auto;
    margin-bottom: 20px;
  }
}
.page-header .shipping-note p {
  font-size: 13px;
  font-weight: 700;
  color: #6fa088;
  margin: 0;
  display: flex;
  align-items: center;
}
.page-header .shipping-note p::before {
  content: "";
  display: inline-block;
  background-image: url("../img/icons/delivery-truck-green.png");
  background-size: 30px;
  height: 30px;
  width: 30px;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
}
body.rtl .page-header .shipping-note p::before {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.page-header .shipping-note p::after {
  content: "expand_more";
  font-family: "Material Icons" !important;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  margin-left: 4px;
  line-height: 1;
  margin-bottom: -2px;
}
.page-header .shipping-note p .area {
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .page-header .shipping-note p {
    font-size: 10px;
    flex-wrap: wrap;
  }
}
.page-header .shipping-note .selected {
  padding: 0 5px;
}
.page-header .shipping-note .time-slot-txt {
  padding: 0 4px;
}
.page-header .shipping-note .selected-area-txt {
  padding: 0 4px;
}
.page-header .supporting-nav {
  display: flex;
  align-items: center;
  margin-left: auto;
  align-self: flex-start;
  margin-top: -10px;
}
.page-header .supporting-nav .menu li ~ li {
  margin-left: 16px;
}
.page-header .supporting-nav .menu li a {
  color: #B98562;
}
.page-header .ecommerce-links {
  margin-left: auto;
  display: none;
}
.page-checkout .page-header .ecommerce-links {
  margin: 0;
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-checkout .page-header .ecommerce-links .my-account {
  margin: 0;
  margin-right: 20px;
}
.page-checkout .page-header .ecommerce-links .my-account .red {
  display: none;
}
.page-header .ecommerce-links .open-cart {
  position: relative;
  display: block;
}
.page-header .ecommerce-links .open-cart img {
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-header .ecommerce-links .mitch-mini-cart-icon {
  position: relative;
  display: block;
}
.page-header .ecommerce-links .mitch-mini-cart-icon img {
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-header .main-navigation {
  width: auto;
  padding-right: 40px;
  position: relative;
}
.page-header .main-navigation ul.menu {
  margin: 0;
  font-size: 0;
}
.page-header .main-navigation ul.menu > li.menu-item {
  color: #000;
}
.page-header .main-navigation ul.menu > li.menu-item > a .menu-image {
  width: 34px;
}
.page-header .main-navigation ul.menu > li.menu-item.current-menu-item {
  color: #6fa088;
  color: #044437;
}
.page-header .main-navigation ul.menu > li.menu-item.current-menu-item::before {
  content: "";
  position: absolute;
  height: 4px;
  width: 100%;
  left: 0;
  top: 100%;
  background-color: #6fa088;
  background-color: #044437;
}
.page-header .main-navigation ul.menu > li.menu-item ~ li {
  margin-left: 10px;
}
.page-header .main-navigation ul.menu > li.menu-item.menu-item-has-children > a {
  position: relative;
  padding-right: 20px;
}
.page-header .main-navigation ul.menu > li.menu-item.menu-item-has-children > a:after {
  display: none;
}
.page-header .main-navigation ul.menu > li.menu-item.menu-item-has-children > a::before {
  content: "expand_more";
  font-family: "Material Icons" !important;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  color: inherit;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  line-height: 20px;
  font-weight: 400;
}
.page-header .main-navigation ul.menu > li.menu-item .menu-image {
  padding-right: 10px;
  order: 0;
  width: auto;
  height: auto;
  padding-left: 0;
  max-width: 48px;
}
.page-header .main-navigation ul.menu > li.menu-item span {
  padding: 0;
  order: 1;
}
.page-header .main-navigation ul.menu > li.menu-item > a {
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  color: inherit;
  text-transform: lowercase;
  padding: 8px 5px 8px 5px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.page-header .main-navigation ul.menu > li.menu-item.has-thumbnail .sub-menu {
  padding: 20px;
  padding-right: 250px;
  min-height: 230px;
  box-sizing: content-box;
}
.page-header .main-navigation ul.menu > li.menu-item.has-thumbnail .sub-menu .img.menu-item {
  position: absolute;
  right: 20px;
  bottom: 20px;
  top: 20px;
  width: 100%;
  height: 100%;
  max-width: 230px;
  max-height: 230px;
}
.page-header .main-navigation ul.menu > li.menu-item.has-thumbnail .sub-menu .img.menu-item a {
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
}
.page-header .main-navigation ul.menu > li.menu-item.has-thumbnail .sub-menu .img.menu-item a span {
  display: none;
}
.page-header .main-navigation ul.menu > li.menu-item.has-thumbnail .sub-menu .img.menu-item a img {
  width: 100%;
  height: 100%;
  max-width: 230px;
  max-height: 230px;
  object-fit: cover;
  display: block;
  padding: 0;
  margin: auto;
}
.page-header .main-navigation ul.menu > li.menu-item.has-icon {
  padding-left: 24px;
  position: relative;
}
.page-header .main-navigation ul.menu > li.menu-item.has-icon::before {
  content: "";
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
}
.page-header .main-navigation ul.menu > li.menu-item.has-icon.icon-offer::before {
  background-image: url("../img/icons/offer-green.png");
}
body.rtl .page-header .main-navigation ul.menu > li.menu-item.has-icon.icon-offer::before {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.page-header .main-navigation ul.menu > li.menu-item:hover > a {
  color: #6fa088;
  color: #044437;
}
@media screen and (min-width: 768px) {
  .page-header .main-navigation ul.menu > li.menu-item:hover ul.sub-menu {
    left: 0;
    display: block;
  }
}
.page-header .main-navigation ul.menu .sub-menu {
  background: #FFFFFF;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0 0 2px 2px;
  border-top: 4px solid #6fa088;
  padding: 20px;
  min-width: 220px;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .page-header .main-navigation ul.menu .sub-menu {
    position: static;
  }
}
.page-header .main-navigation ul.menu .sub-menu .new a:after {
  content: "New";
  font-size: 11px;
  font-weight: 700;
  text-transform: capitalize;
  text-transform: lowercase;
  background: #E0A379;
  color: #000;
  border-radius: 2px;
  line-height: 18px;
  padding: 0 6px;
  margin-left: 10px;
  display: inline-block;
  min-width: 32px;
  text-align: center;
  order: 10;
}
body.rtl .page-header .main-navigation ul.menu .sub-menu .new a:after {
  content: "جديد";
}
.page-header .main-navigation ul.menu .sub-menu a {
  padding: 7px 0;
  font-weight: 600;
  text-transform: lowercase;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.page-header .main-navigation ul.menu .sub-menu a:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #6fa088;
}
@media screen and (max-width: 767px) {
  .page-header .mini_cart_container_parent {
    display: none;
  }
}
.page-header .mini_cart_container_parent::before {
  content: "";
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-header .mini_cart_container_parent.active::before {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}
.page-header .mini_cart_container_parent.active .mini_cart_container {
  opacity: 1;
  pointer-events: auto;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
body.rtl .page-header .mini_cart_container_parent.active .mini_cart_container {
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.page-header .mini_cart_container_parent .mini_cart_container {
  background-color: #fff;
  position: relative;
  position: fixed;
  z-index: 10;
  width: 380px;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  padding: 0 0 30px;
  opacity: 0;
  pointer-events: none;
  -moz-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
body.rtl .page-header .mini_cart_container_parent .mini_cart_container {
  -moz-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
body:not(.fully-loaded) .page-header .mini_cart_container_parent .mini_cart_container {
  opacity: 0;
}
.page-header .mini_cart_container_parent .mini_cart_container .mini_cart_head {
  padding: 20px;
  border-bottom: 1px solid #ECEDF0;
  position: relative;
}
.page-header .mini_cart_container_parent .mini_cart_container .mini_cart_head .close-cart-desktop {
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 16px;
  color: #9FA2AA;
  background: transparent !important;
  outline: none !important;
}
.page-header .mini_cart_container_parent .mini_cart_container .mini_cart_head .close-cart-desktop i {
  font-size: inherit;
}
.page-header .mini_cart_container_parent .mini_cart_container .mini_cart_head .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-header .mini_cart_container_parent .mini_cart_container .mini_cart_head .row h3 {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  margin: 0;
}
.page-header .mini_cart_container_parent .mini_cart_container .mini_cart_head .row h3 span {
  display: inline-block;
  margin-right: 6px;
}
.page-header .mini_cart_container_parent .mini_cart_container .mini_cart_head .row .cart-details {
  color: #121212;
  text-align: right;
}
.page-header .mini_cart_container_parent .mini_cart_container .mini_cart_head .row .cart-details strong {
  font-size: 12px;
  font-weight: 700;
}
.page-header .mini_cart_container_parent .mini_cart_container .mini_cart_head .row .cart-details .price {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}
.page-header .mini_cart_container_parent .mini_cart_container .mini_cart_head .row .cart-details .cart-count {
  font-size: 12px;
  margin: 0;
}
.page-header .mini_cart_container_parent .mini_cart_container .mini_cart_head .actions {
  margin: 10px 0 0;
  display: flex;
  justify-content: space-between;
}
.page-header .mini_cart_container_parent .mini_cart_container .mini_cart_head .actions .btn {
  font-size: 14px;
  padding: 0;
  width: 48%;
  text-align: center;
  display: inline-block;
  line-height: 44px;
  font-weight: 700;
  border-radius: 4px;
  background-color: #6fa088;
  color: #fff;
}
.page-header .mini_cart_container_parent .mini_cart_container .mini_cart_head .actions .btn:hover {
  background-color: #044437;
}
.page-header .mini_cart_container_parent .mini_cart_container .mini_cart_head .actions .btn-border {
  background: transparent;
  color: #6C707D;
  border: 2px solid #6C707D;
  line-height: 40px;
}
.page-header .mini_cart_container_parent .mini_cart_container .mini_cart_head .actions .btn-border:hover {
  color: #fff;
  background-color: #6C707D;
}
.page-header .mini_cart_container_parent .mini_cart_container.cus_loader {
  position: relative;
}
.page-header .mini_cart_container_parent .mini_cart_container.cus_loader::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.page-header .mini_cart_container_parent .mini_cart_container.cus_loader:after {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url("../img/icons/loader.png");
  background-repeat: no-repeat;
  -webkit-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
  background-size: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
  z-index: 2;
}
.page-header .mini_cart_container_parent .mini_cart_container .title {
  order: 0;
  text-align: center;
  margin-bottom: 20px;
}
.page-header .mini_cart_container_parent .mini_cart_container .title .icon {
  margin: 0 auto 6px;
}
.page-header .mini_cart_container_parent .mini_cart_container .title h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: #000;
}
.page-header .mini_cart_container_parent .mini_cart_container .title .link {
  margin: 10px auto 0;
  display: table;
  color: #2075FF;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
}
.page-header .mini_cart_container_parent .mini_cart_container .title .link:hover {
  text-decoration: underline;
}
.page-header .mini_cart_container_parent .mini_cart_container .empty-mini-cart {
  padding: 20px;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.page-header .mini_cart_container_parent .mini_cart_container .empty-mini-cart h5 {
  font-size: 14px;
}
.page-header .mini_cart_container_parent .mini_cart_container .empty-mini-cart .btn {
  margin-top: 10px;
}
.page-header .mini_cart_container_parent .mini_cart_container .cart_list {
  order: 2;
  padding: 10px 20px;
  overflow-y: scroll;
}
.page-header .mini_cart_container_parent .mini_cart_container .cart_list .mini_cart_item {
  display: flex;
  padding: 26px 0;
  align-items: flex-start;
}
.page-header .mini_cart_container_parent .mini_cart_container .cart_list .mini_cart_item ~ .mini_cart_item {
  border-top: 1px solid #e9e9e9;
}
.page-header .mini_cart_container_parent .mini_cart_container .cart_list .mini_cart_item .cart_pic {
  width: 137px;
}
.page-header .mini_cart_container_parent .mini_cart_container .cart_list .mini_cart_item .cart_pic a {
  display: block;
}
.page-header .mini_cart_container_parent .mini_cart_container .cart_list .mini_cart_item .cart_pic a img {
  display: block;
  width: 100%;
  float: none;
  margin: 0;
  height: auto;
  max-width: none;
}
.page-header .mini_cart_container_parent .mini_cart_container .cart_list .mini_cart_item .product-name-container {
  width: calc(100% - 137px);
  padding-left: 6px;
  padding-bottom: 18px;
  position: relative;
}
.page-header .mini_cart_container_parent .mini_cart_container .cart_list .mini_cart_item .product-name-container .product-title {
  padding-right: 20px;
  border-bottom: 1px solid #E9E9E9;
  padding-bottom: 10px;
  border: none;
  padding-bottom: 0;
}
.page-header .mini_cart_container_parent .mini_cart_container .cart_list .mini_cart_item .product-name-container .product-title a {
  text-decoration: none;
  font-size: 12px;
  color: #4F4F4F;
}
.page-header .mini_cart_container_parent .mini_cart_container .cart_list .mini_cart_item .product-name-container .product-remove {
  position: absolute;
  bottom: 0;
  left: 6px;
}
.page-header .mini_cart_container_parent .mini_cart_container .cart_list .mini_cart_item .product-name-container .product-remove .remove {
  display: block;
  width: auto;
  height: auto;
  font-size: 12px;
  background: none !important;
  color: #A9A9A9 !important;
  text-transform: capitalize;
  font-weight: 400;
  text-indent: 0;
}
.page-header .mini_cart_container_parent .mini_cart_container .cart_list .mini_cart_item .product-name-container .product-remove .remove::before {
  display: none;
}
.page-header .mini_cart_container_parent .mini_cart_container .cart_list .mini_cart_item .product-name-container .product-remove .remove:hover {
  text-decoration: underline;
}
.page-header .mini_cart_container_parent .mini_cart_container .cart_list .mini_cart_item .product-name-container .product-remove .remove i {
  font-size: 14px;
  color: #000;
  background-color: #DEDEDE;
  border-radius: 50%;
  padding: 2px;
}
.page-header .mini_cart_container_parent .mini_cart_container .cart_list .mini_cart_item .product-name-container .variation {
  padding: 0;
  border: none;
  margin-top: 5px;
}
.page-header .mini_cart_container_parent .mini_cart_container .cart_list .mini_cart_item .product-name-container .variation dt, .page-header .mini_cart_container_parent .mini_cart_container .cart_list .mini_cart_item .product-name-container .variation dd {
  font-weight: 400;
  font-size: 12px;
  color: #000;
  padding: 0;
  display: inline-block;
  float: none;
  margin: 0;
}
.page-header .mini_cart_container_parent .mini_cart_container .cart_list .mini_cart_item .product-name-container .variation dt p, .page-header .mini_cart_container_parent .mini_cart_container .cart_list .mini_cart_item .product-name-container .variation dd p {
  font-size: inherit;
}
.page-header .mini_cart_container_parent .mini_cart_container .cart_list .mini_cart_item .product-name-container .variation dt ~ dt {
  border-left: 1px solid;
  margin-left: 10px;
  padding-left: 10px;
}
.page-header .mini_cart_container_parent .mini_cart_container .cart_list .mini_cart_item .product-name-container .variation dd {
  padding-left: 3px;
}
.page-header .mini_cart_container_parent .mini_cart_container .cart_list .mini_cart_item .product-name-container .quantity-controllers {
  font-size: 0;
  margin-top: 10px;
}
.page-header .mini_cart_container_parent .mini_cart_container .cart_list .mini_cart_item .product-name-container .quantity-controllers .quantity {
  display: inline-block;
  vertical-align: middle;
}
.page-header .mini_cart_container_parent .mini_cart_container .cart_list .mini_cart_item .product-name-container .quantity-controllers .quantity label {
  display: none;
}
.page-header .mini_cart_container_parent .mini_cart_container .cart_list .mini_cart_item .product-name-container .quantity-controllers .quantity input {
  background-color: #FBFBFB;
  border: 1px solid #DBDBDB;
  color: #4C4C4C;
  font-size: 13px;
  font-weight: 700;
  width: 37px;
  height: 30px;
  line-height: 28px;
  border-radius: 0;
  padding: 0;
  text-align: center;
  box-shadow: none;
}
.page-header .mini_cart_container_parent .mini_cart_container .cart_list .mini_cart_item .product-name-container .quantity-controllers .controller {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  line-height: 28px;
  border: 1px solid #DBDBDB;
  background-color: #FBFBFB;
}
.page-header .mini_cart_container_parent .mini_cart_container .cart_list .mini_cart_item .product-name-container .quantity-controllers .controller i {
  font-size: 14px;
  line-height: inherit;
}
.page-header .mini_cart_container_parent .mini_cart_container .cart_list .mini_cart_item .product-name-container .quantity-controllers .controller__minus {
  border-right: none;
  border-radius: 2px 0 0 2px;
}
.page-header .mini_cart_container_parent .mini_cart_container .cart_list .mini_cart_item .product-name-container .quantity-controllers .controller__plus {
  border-left: none;
  border-radius: 0 2px 2px 0;
}
.page-header .mini_cart_container_parent .mini_cart_container .cart_list .mini_cart_item .product-name-container .product-price {
  font-size: 13px;
  font-weight: 700;
  padding-top: 10px;
  margin-top: 10px;
}
.page-header .header-cart-count {
  font-size: 15px;
  color: #FFFFFF;
  letter-spacing: 0.36px;
  font-weight: 700;
  background: #044437;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  width: 27px;
  height: 27px;
  line-height: 1;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: -12px;
  letter-spacing: -1px;
  text-align: center;
  z-index: 1;
}
.page-header .header-cart-count.hide {
  opacity: 0;
}
.page-header .header-cart-count.hide ~ img {
  filter: grayscale(1);
  opacity: 0.6;
}
.page-header .mobile-grid {
  position: relative;
}
.page-header .mobile-grid .grid {
  padding: 16px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #C2C2C2;
}
.page-checkout .page-header .mobile-grid .grid {
  justify-content: center;
}
.page-header .mobile-grid .left {
  font-size: 0;
  display: flex;
  align-items: center;
}
.page-checkout .page-header .mobile-grid .left {
  display: none;
}
.page-header .mobile-grid .left button {
  display: inline-block;
  vertical-align: middle;
}
.page-header .mobile-grid .left button ~ button {
  margin-left: 10px;
}
.page-header .mobile-grid .left button i {
  font-size: 24px;
  color: #000;
}
.page-header .mobile-grid .search-box-mob {
  position: relative;
  position: absolute;
  left: 0;
  right: 0;
  background: #044437;
  z-index: 10;
  padding: 10px 20px;
  top: 100%;
  opacity: 0;
  pointer-events: none;
  margin-top: -10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-header .mobile-grid .search-box-mob.active {
  margin-top: 0;
  opacity: 1;
  pointer-events: auto;
}
.page-header .mobile-grid .search-box-mob .close-search {
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -8px;
  z-index: 103;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-right: -10px;
}
.page-header .mobile-grid .search-box-mob .close-search i {
  font-size: 16px;
  color: #000;
}
.page-header .mobile-grid .search-box-mob .dgwt-wcas-search-wrapp {
  margin: 0;
  width: 100%;
  max-width: none;
}
.page-header .mobile-grid .search-box-mob .dgwt-wcas-search-wrapp form {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}
.page-header .mobile-grid .search-box-mob .dgwt-wcas-search-wrapp form label {
  display: none;
}
.page-header .mobile-grid .search-box-mob .dgwt-wcas-search-wrapp form .dgwt-wcas-ico-magnifier {
  right: 30px;
  left: auto;
}
.page-header .mobile-grid .search-box-mob .dgwt-wcas-search-wrapp form input[type=search] {
  width: 100%;
  height: 28px;
  background-color: #fff;
  border: none;
  color: #747474;
  border-right: none;
  border-radius: 2px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.page-header .mobile-grid .search-box-mob .dgwt-wcas-search-wrapp form input[type=search]::-webkit-search-cancel-button {
  position: relative;
  right: 80px;
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 10px;
  background: transparent;
  pointer-events: none;
}
.page-header .mobile-grid .search-box-mob .dgwt-wcas-search-wrapp form .dgwt-wcas-preloader {
  background-position: center !important;
  opacity: 0;
}
.page-header .mobile-grid .search-box-mob .dgwt-wcas-search-wrapp form input[type=submit], .page-header .mobile-grid .search-box-mob .dgwt-wcas-search-wrapp form button[type=submit] {
  display: none;
}
.page-header .mobile-grid .center .logo {
  display: block;
}
.page-header .mobile-grid .center .logo img {
  height: 28px;
}
@media screen and (max-width: 479px) {
  .page-header .mobile-grid .center .logo img {
    height: 24px;
  }
}
.page-header .mobile-grid .right {
  font-size: 0;
  display: flex;
  align-items: center;
  min-width: 30px;
}
.page-checkout .page-header .mobile-grid .right {
  position: absolute;
  right: 10px;
}
.page-header .mobile-grid .right .ec-link {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-right: 0;
  padding-left: 0;
}
.page-header .mobile-grid .right .ec-link ~ .ec-link {
  margin-left: 15px;
}
.page-header .mobile-grid .right .ec-link span {
  display: inline-block;
}
.page-header .mobile-grid .right .ec-link span.header-cart-count {
  font-size: 10px;
  width: 22px;
  height: 22px;
  line-height: 19px;
}
.page-header .mobile-grid .mobile-categories {
  display: flex;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.page-header .mobile-grid .mobile-categories.fixed {
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
}
.page-header .mobile-grid .mobile-categories.fixed nav, .page-header .mobile-grid .mobile-categories.fixed .menu-header {
  padding-bottom: 15px;
}
.page-header .mobile-grid .mobile-categories.fixed .cart-icon {
  opacity: 1;
  pointer-events: auto;
}
.page-header .mobile-grid .mobile-categories nav, .page-header .mobile-grid .mobile-categories .menu-header {
  width: 100%;
  padding: 15px 15px 0 0;
  background-color: #fff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.page-header .mobile-grid .mobile-categories nav .menu, .page-header .mobile-grid .mobile-categories .menu-header .menu {
  margin: 0;
  margin-right: -15px;
  padding: 0 0 0 15px;
  display: flex;
  overflow: scroll;
  -ms-overflow-style: none;
}
.page-header .mobile-grid .mobile-categories nav .menu::-webkit-scrollbar, .page-header .mobile-grid .mobile-categories .menu-header .menu::-webkit-scrollbar {
  display: none;
}
.page-header .mobile-grid .mobile-categories nav .menu li, .page-header .mobile-grid .mobile-categories .menu-header .menu li {
  margin-right: 10px;
}
.page-header .mobile-grid .mobile-categories nav .menu li:last-child, .page-header .mobile-grid .mobile-categories .menu-header .menu li:last-child {
  padding-right: 15px;
}
.page-header .mobile-grid .mobile-categories nav .menu li.current-menu-item a, .page-header .mobile-grid .mobile-categories .menu-header .menu li.current-menu-item a {
  color: #fff;
  background-color: #044437;
  opacity: 0.5;
  pointer-events: none;
}
.page-header .mobile-grid .mobile-categories nav .menu li a, .page-header .mobile-grid .mobile-categories .menu-header .menu li a {
  display: block;
  background: rgb(241, 239, 221);
  border-radius: 15px;
  line-height: 30px;
  padding: 0 11px;
  color: #044437;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2px;
  white-space: nowrap;
  text-transform: lowercase;
}
.page-header .mobile-grid .mobile-categories .cart-icon {
  position: fixed;
  bottom: 25px;
  right: 26px;
  z-index: 9;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.page-header .mobile-grid .mobile-categories .cart-icon .open-cart {
  background-color: #044437;
  box-shadow: 0 6px 12px 0 rgba(4, 68, 55, 0.1);
  width: 65px;
  height: 65px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  border-radius: 50%;
}
.page-header .mobile-grid .mobile-categories .cart-icon .mitch-mini-cart-icon {
  background-color: #044437;
  box-shadow: 0 6px 12px 0 rgba(4, 68, 55, 0.1);
  width: 65px;
  height: 65px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  border-radius: 50%;
}
.page-header .mobile-grid .mobile-categories .cart-icon .header-cart-count {
  position: static;
  color: #fff;
  border: none;
  width: auto;
  height: auto;
  margin-left: 5px;
}
.page-header .mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  max-width: 80vw;
  width: 360px;
  opacity: 0;
  pointer-events: none;
  background-color: #fff;
  z-index: 1501;
  padding: 40px 0 20px;
  -moz-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.page-header .mobile-nav.active {
  opacity: 1;
  pointer-events: auto;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.page-header .mobile-nav .switcher-lang {
  margin: 0 0 10px;
}
.page-header .mobile-nav .mobile-menu {
  height: 100%;
  overflow: auto;
}
.page-header .mobile-nav .mobile-menu .shipping-note {
  margin: 0;
  padding-right: 15px;
  padding-left: 30px;
  padding-bottom: 20px;
}
.page-header .mobile-nav .mobile-menu .main-navigation {
  padding: 0 20px;
}
.page-header .mobile-nav .mobile-menu .main-navigation ul.menu {
  margin: 0;
}
.page-header .mobile-nav .mobile-menu .main-navigation ul.menu > li.menu-item {
  color: #000;
}
.page-header .mobile-nav .mobile-menu .main-navigation ul.menu > li.menu-item.current-menu-item {
  color: #6fa088;
}
.page-header .mobile-nav .mobile-menu .main-navigation ul.menu > li.menu-item.current-menu-item::before {
  display: none;
}
.page-header .mobile-nav .mobile-menu .main-navigation ul.menu > li.menu-item ~ li {
  margin-left: 0;
  margin-top: 10px;
}
.page-header .mobile-nav .mobile-menu .main-navigation ul.menu > li.menu-item.menu-item-has-children > a {
  position: relative;
  padding-right: 26px;
}
.page-header .mobile-nav .mobile-menu .main-navigation ul.menu > li.menu-item.menu-item-has-children > a:after {
  display: none;
}
.page-header .mobile-nav .mobile-menu .main-navigation ul.menu > li.menu-item.menu-item-has-children > a span {
  padding: 0;
  text-align: inherit;
}
.page-header .mobile-nav .mobile-menu .main-navigation ul.menu > li.menu-item.menu-item-has-children > a::before {
  content: "expand_more";
  font-family: "Material Icons" !important;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  color: inherit;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  line-height: 20px;
  font-weight: 400;
}
.page-header .mobile-nav .mobile-menu .main-navigation ul.menu > li.menu-item > a {
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  color: inherit;
  text-transform: lowercase;
  padding: 8px 5px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.page-header .mobile-nav .mobile-menu .main-navigation ul.menu > li.menu-item:hover > a {
  color: #6fa088;
}
.page-header .mobile-nav .mobile-menu .main-navigation ul.menu .sub-menu {
  box-shadow: none;
  border: none;
  background: transparent;
  margin: 0;
  display: none;
  padding: 0 10px !important;
  min-height: 0 !important;
  min-width: auto;
}
.page-header .mobile-nav .mobile-menu .main-navigation ul.menu .sub-menu li.img {
  display: none !important;
}
.page-header .mobile-nav .mobile-menu .main-navigation ul.menu .sub-menu a {
  padding: 7px 15px;
  font-weight: 600;
  text-transform: lowercase;
  font-size: 14px;
}
.page-header .mobile-nav .mobile-menu .main-navigation ul.menu .sub-menu a:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #6fa088;
}
.page-header .mobile-nav .mobile-menu .supporting-nav {
  margin-top: 10px;
  padding: 20px 20px 10px;
  border-top: 1px solid #EDF2F4;
  display: block;
}
.page-header .mobile-nav .mobile-menu .supporting-nav .menu li {
  display: block;
}
.page-header .mobile-nav .mobile-menu .supporting-nav .menu li ~ li {
  margin-left: 0;
  margin-top: 10px;
}
.page-header .mobile-nav .mobile-menu .hotline {
  margin-top: 10px;
  padding: 20px 20px 10px;
  border-top: 1px solid #EDF2F4;
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #044437;
  line-height: 1;
  display: flex;
  align-items: center;
}
.page-header .mobile-nav .mobile-menu .hotline span {
  margin-left: 3px;
  line-height: 1px;
  margin-top: -3px;
}
.page-header .mobile-nav .mobile-menu .my-account {
  padding: 8px 20px 0;
  margin: 0;
  border-top: 1px solid #EDF2F4;
}
.page-header .mobile-nav .close-mob-menu {
  position: absolute;
  top: 5px;
  left: 100%;
  margin-left: 10px;
  font-size: 24px;
  color: #fff;
}
.page-header .mobile-nav .close-mob-menu i {
  font-size: inherit;
}
.page-header .open-search {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
  color: #044437;
  cursor: pointer;
}
.page-header .search-box {
  background-color: #fff;
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -4px;
  left: 0;
  padding-right: 60px;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-header .search-box.active {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}
.page-header .search-box .close-search {
  position: absolute;
  top: 50%;
  right: 75px;
  margin-top: -15px;
  z-index: 11;
}
.page-header .search-box .close-search i {
  font-size: 24px;
  color: #000;
}
.page-header .search-box .dgwt-wcas-close {
  opacity: 0;
}
.page-header .search-box .dgwt-wcas-search-wrapp {
  max-width: none;
}
.page-header .search-box form .dgwt-wcas-preloader {
  right: 40px;
}
.page-header .search-box form .dgwt-wcas-ico-magnifier {
  fill: #6fa088;
  opacity: 1;
  display: none;
}
.page-header .search-box form input[type=search].dgwt-wcas-search-input {
  border-radius: 4px;
  border: none !important;
  box-shadow: none;
  padding: 20px 0;
  line-height: 40px;
  font-weight: 400;
}
.page-header .my-account {
  position: relative;
  cursor: pointer;
  font-size: 0;
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.page-header .my-account p {
  font-size: 12px;
  color: #B98562;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
}
.page-header .my-account i {
  color: #B98562;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}
.page-header .my-account i.account {
  padding: 0 4px;
  vertical-align: top;
}
.page-header .my-account img.avatar.photo {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 5px;
  display: none;
}
.page-header .my-account .account-menu {
  position: absolute;
  right: 4px;
  padding-top: 10px;
  width: 150px;
  z-index: 7;
  top: 100%;
  opacity: 0;
  pointer-events: none;
}
.page-header .my-account .account-menu::before {
  content: "";
  position: absolute;
  width: 0;
  border-right: 1px solid #E2E2E2;
  right: 0;
  top: 0px;
  height: 10px;
}
.page-header .my-account .account-menu .submenu {
  background-color: #FFFFFF;
  border: 1px solid #E2E2E2;
  box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 14px 0;
  width: 100%;
  z-index: 6;
}
.page-header .my-account .account-menu .submenu::before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 16px solid #FFFFFF;
  bottom: 100%;
}
.page-header .my-account .account-menu .submenu::after {
  top: -15px;
  content: " ";
  position: absolute;
  width: 0;
  height: 16px;
  border-right: 1px solid #E2E2E2;
}
.page-header .my-account .account-menu .submenu li {
  line-height: 26px;
  color: #121212;
  font-family: "Cairo";
  font-size: 14px;
  font-weight: 600;
  padding: 2px 0;
  margin: 0;
  display: block;
}
.page-header .my-account .account-menu .submenu li.sign-out a {
  color: #999;
}
.page-header .my-account .account-menu .submenu li a {
  color: #121212;
  text-decoration: none;
  display: block;
  padding-left: 20px;
}
.page-header .my-account .account-menu .submenu li a:hover {
  text-decoration: underline;
}
.page-header .my-account .account-menu .account-options::before {
  border-left: 12px solid transparent;
  right: 0px;
  border-bottom: 10px solid #FFFFFF;
}
.page-header .my-account .account-menu .account-options::after {
  right: 5px;
  transform: rotate(-130deg);
  top: -14px;
}
body.rtl .page-header .my-account .account-menu .account-options::after {
  transform: rotate(-50deg);
}
.page-header .my-account:hover .account-menu {
  opacity: 1;
  pointer-events: auto;
  cursor: auto;
}
.page-header .switcher-lang {
  margin-left: 10px;
  display: flex;
  align-items: center;
}
.page-header .switcher-lang a {
  font-size: 12px;
  color: #B98562;
  font-weight: 500;
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  flex-direction: row-reverse;
}
.page-header .switcher-lang a img {
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .page-header .switcher-lang a {
    flex-direction: row;
  }
  .page-header .switcher-lang a img {
    margin-right: 5px;
    margin-left: 0;
  }
}

.supporting-nav .menu {
  margin: 0;
  font-size: 0;
}
.supporting-nav .menu ul {
  margin: 0;
}
.supporting-nav .menu li {
  display: inline-block;
  vertical-align: middle;
}
.supporting-nav .menu li ~ li {
  margin-left: 20px;
}
.supporting-nav .menu li a {
  text-transform: capitalize;
  font-size: 12px;
  color: #6C707D;
  font-weight: 500;
}
.supporting-nav .menu li a:hover {
  background-color: transparent;
  text-decoration: underline;
}

.page-footer {
  background-color: #f4c6a7;
}
.page-footer .footer-top {
  padding: 27px 0 32px;
  position: relative;
}
@media screen and (max-width: 999px) {
  .page-footer .footer-top {
    padding-bottom: 15px;
  }
}
.page-footer .footer-top .company-data {
  margin-bottom: 44px;
}
@media screen and (max-width: 767px) {
  .page-footer .footer-top .company-data {
    margin: 0;
  }
}
.page-footer .footer-top .footer-links {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media screen and (max-width: 767px) {
  .page-footer .footer-top .footer-links {
    display: none;
  }
}
.page-footer .footer-top .footer-links .item {
  padding: 0 10px;
}
.page-footer .footer-top .footer-links .item h5 {
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 6px;
  color: #121212;
}
.page-footer .footer-top .footer-links .item ul {
  margin: 0;
}
.page-footer .footer-top .footer-links .item li a {
  font-size: 13px;
  color: #121212;
}
.page-footer .footer-top .footer-links .menu-footer-main-nav-container {
  width: 100%;
}
.page-footer .footer-top .footer-links .menu-footer-main-nav-container > ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.page-footer .footer-top .footer-links .menu-footer-main-nav-container > ul > li {
  padding: 0 10px;
  min-width: 220px;
}
.page-footer .footer-top .footer-links .menu-footer-main-nav-container > ul > li > a {
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  color: #121212;
  pointer-events: none;
}
.page-footer .footer-top .footer-links .menu-footer-main-nav-container > ul > li > a img {
  display: none;
}
.page-footer .footer-top .footer-links .menu-footer-main-nav-container > ul > li > a span {
  padding: 0;
}
.page-footer .footer-top .footer-links .menu-footer-main-nav-container > ul .sub-menu {
  margin: 6px 0 0;
}
.page-footer .footer-top .footer-links .menu-footer-main-nav-container > ul .sub-menu li a {
  font-size: 13px;
  color: #121212;
}
.page-footer .footer-top .footer-links .menu-footer-main-nav-container > ul .sub-menu li a:hover {
  text-decoration: underline;
}
.page-footer .footer-top .footer-links .menu {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.page-footer .footer-top .footer-links .menu > li {
  padding: 0 10px;
  min-width: 220px;
}
.page-footer .footer-top .footer-links .menu > li > a {
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  color: #121212;
  pointer-events: none;
}
.page-footer .footer-top .footer-links .menu > li > a img {
  display: none;
}
.page-footer .footer-top .footer-links .menu > li > a span {
  padding: 0;
}
.page-footer .footer-top .footer-links .menu .sub-menu {
  margin: 6px 0 0;
}
.page-footer .footer-top .footer-links .menu .sub-menu li a {
  font-size: 13px;
  color: #121212;
}
.page-footer .footer-top .footer-links .menu .sub-menu li a:hover {
  text-decoration: underline;
}
.page-footer .footer-top .company-info {
  display: flex;
  align-items: flex-end;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 18px 0;
}
@media screen and (max-width: 999px) {
  .page-footer .footer-top .company-info {
    position: static;
    width: 100%;
    justify-content: flex-end;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-footer .footer-top .company-info {
    padding: 10px 0 0;
    justify-content: space-between;
  }
}
.page-footer .footer-top .company-info .whatsapp {
  display: flex;
  align-items: center;
}
.page-footer .footer-top .company-info .whatsapp img {
  vertical-align: middle;
}
.page-footer .footer-top .company-info .whatsapp p {
  font-size: 16px;
  font-weight: 700;
  color: #af7d5b;
  margin-left: 10px;
}
.page-footer .footer-top .company-info .social-media {
  margin-left: 35px;
}
.page-footer .footer-top .company-info .social-media h5 {
  font-size: 12px;
  font-weight: 500;
  color: #af7d5b;
  margin-bottom: 8px;
}
.page-footer .footer-top .company-info .social-media .sm {
  white-space: nowrap;
  font-size: 0;
}
.page-footer .footer-top .company-info .social-media .sm li {
  display: inline-block;
}
.page-footer .footer-top .company-info .social-media .sm li:not(:first-child) {
  margin-left: 14px;
}
@media screen and (max-width: 767px) {
  .page-footer .footer-top .company-info .social-media .sm li {
    width: 24px;
  }
  .page-footer .footer-top .company-info .social-media .sm li:not(:first-child) {
    margin-left: 4px;
  }
}
.page-footer .footer-top .company-info .social-media .sm li a {
  display: block;
}
.page-footer .footer-top .company-info .social-media .sm li a img {
  display: block;
}
.page-footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 18px 0;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .page-footer .footer-bottom {
    border-top: none;
  }
}
.page-footer .footer-bottom p {
  margin-bottom: 0;
  white-space: nowrap;
  line-height: 2.1;
}
.page-footer .footer-bottom .copy-right {
  font-size: 12px;
  font-weight: 500;
  color: #B98562;
}
@media screen and (max-width: 767px) {
  .page-footer .footer-bottom .copy-right {
    margin-right: auto;
    padding-right: 20px;
  }
}
.page-footer .footer-bottom .powerd {
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .page-footer .footer-bottom .powerd {
    margin: 0;
  }
}
.page-footer .footer-bottom .powerd a {
  font-size: 12px;
  color: #fff;
}
.page-footer .footer-bottom .supporting-nav {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .page-footer .footer-bottom .supporting-nav {
    display: none;
  }
}
.page-footer .footer-bottom .supporting-nav .menu li a {
  color: #121212;
  font-size: 13px;
  text-transform: uppercase;
}

/*# sourceMappingURL=main.css.map */
