@charset "UTF-8";
/*** RTL 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: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 770px) {
  .grid {
    padding: 0 15px;
  }
}
.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;
}

html {
  scroll-behavior: smooth;
}

body,
html {
  background: #fff;
  font: 400 16px/1 "Alexandria";
  overflow-x: hidden;
  font-family: "Alexandria", sans-serif;
}
body::-webkit-scrollbar,
html::-webkit-scrollbar {
  display: none;
}

@font-face {
  font-family: "Alexandria", sans-serif;
}
body {
  direction: rtl;
  font-family: "Alexandria", sans-serif;
}
body.sticky-header {
  padding-top: 49px;
}

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

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.logged-in-user .login-top-part {
  display: none;
}
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;
}
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: black;
}
body select {
  border: 1px solid #DADADA;
  height: 42px;
  padding: 0;
  padding-left: 25px;
  padding-right: 10px;
  border-radius: 0;
  font-size: 12px;
  line-height: 14px;
  width: 100%;
  max-width: 100% !important;
  cursor: pointer;
  color: black;
  background-color: white;
  background-image: url("../img/icons/select-arrow.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 42px) center;
  background-size: 16px;
}
@media screen and (max-width: 770px) {
  body select {
    background-size: 12px;
    height: 34px;
  }
}
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 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%;
}

.overlay {
  position: fixed;
  z-index: 1000;
  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_header {
  position: fixed;
  z-index: 99;
  top: 164px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}
@media screen and (max-width: 1500px) {
  .overlay_header {
    top: 163px;
  }
}
body.ltr .overlay_header {
  top: 161px;
}
@media screen and (max-width: 1500px) {
  body.ltr .overlay_header {
    top: 161px;
  }
}

.overlay_header_mob {
  position: fixed;
  z-index: 99;
  top: 127px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}

.overlay_sort {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  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;
}

.img_obj {
  width: 27.56px !important;
  height: 18px;
  border-radius: 2px;
}

.popup-country {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
}

.popup__window_country {
  background-color: white;
  width: 382px;
  height: 218px;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 24px;
}

@media (max-width: 600px) {
  .popup__window_country {
    width: 356px;
  }
}
.popup__title-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  flex-direction: row-reverse;
}
.popup__title-container .popup__close {
  position: relative;
  top: 0;
  left: 0;
  right: auto;
  font-weight: normal;
  color: black;
  z-index: 999;
  font-size: 25px !important;
}

.popup__title {
  font-family: Alexandria;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  color: #423C33;
}

.popup__button-container {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
  align-items: center;
}

.popup__button {
  width: 158px;
  height: 66px;
  padding: 12px 0;
  border: 1px solid white;
  border-radius: 4px;
  background-color: white;
  color: #423C33;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  flex-direction: column;
  row-gap: 8px;
}
.popup__button:hover, .popup__button:active {
  background-color: white;
  color: #423C33;
  border-color: #B0DED9;
  border: 1px solid #B0DED9;
  filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
  border-radius: 4px;
}
.popup__button.selected {
  background-color: white;
  color: #423C33;
  border-color: #B0DED9;
  border: 1px solid #B0DED9;
  filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
  border-radius: 4px;
}

.popup__bottom-button {
  width: 334px;
  height: 56px;
  padding: 18px;
  border-radius: 36px;
  background-color: #B0DED9;
  color: #423C33;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  transition: background-color 0.3s, color 0.3s;
  align-self: center;
  margin-top: 20px;
}
.popup__bottom-button:hover, .popup__bottom-button:active {
  background-color: white;
  color: #423C33;
  border-color: #B0DED9;
  border: 1px solid #B0DED9;
  filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
  border-radius: 36px;
}

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

.page-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;
}
.page-404 h1 {
  font-size: 270px;
  font-weight: 900;
  margin: 0;
  color: #B0DED9;
}
.page-404 p {
  font-size: 38px;
  max-width: 100%;
  margin: 30px auto 0;
  line-height: 40px;
  width: 800px;
  color: #423C33;
  font-weight: 600;
}
.page-404 span {
  display: block;
  font-weight: 300;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  color: #423C33;
  padding: 40px 0;
}
.page-404 a {
  background: #B0DED9;
  font-size: 16px;
  color: #423C33;
  font-weight: 500;
  border-radius: 50px;
  padding: 10px 18px;
  width: 250px;
  margin: 0 auto;
  line-height: 34px;
  border: 0;
  transition: all 0.4s ease;
  text-align: left;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.page-404 a::before {
  content: "arrow_forward";
  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: 26px;
  color: #423C33;
  transform: rotate(180deg);
}
body.ltr .page-404 a::before {
  transform: rotate(0);
}
.page-404 a:hover {
  background: #9ecdc8;
}
@media screen and (max-width: 767px) {
  .page-404 h1 {
    font-size: 80px;
  }
  .page-404 p {
    font-size: 18px;
    margin: 15px auto 0;
  }
  .page-404 span {
    font-size: 14px;
    padding: 20px 0;
  }
  .page-404 a {
    font-size: 12px;
  }
  .page-404 a::before {
    font-size: 20px;
  }
}

.popup {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.5rem;
  overflow: auto;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  background: #fbf6e9;
}
@media screen and (max-width: 999px) {
  .popup {
    max-width: 100vw;
  }
  .popup.signup {
    top: 0;
  }
  .popup .tbl {
    max-width: 100vw;
    display: block;
  }
  .popup .tbl .tcl {
    max-width: 100vw;
    display: block;
  }
}
.popup.banner {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
}
.popup.banner img {
  max-height: 90vh;
  width: 700px;
}
.popup .close {
  margin-left: auto;
  margin-top: 5px;
  z-index: 9;
  background-repeat: no-repeat;
  background-size: 15px;
  height: 15px;
  width: 15px;
  display: block;
  cursor: pointer;
  position: absolute;
  right: 50px;
  top: 50px;
}
@media (max-width: 999) {
  .popup .close {
    right: 29px;
  }
}
.popup::-webkit-scrollbar {
  display: none;
}
.popup_visible {
  pointer-events: auto;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateX(0) !important;
}
.popup__close {
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 22px !important;
  top: 0px;
  color: black;
}
@media (max-width: 767px) {
  .popup__close {
    right: 0px;
    left: auto;
  }
}
.popup__window {
  position: relative;
  border-radius: 4px;
}
.popup__window.edit {
  background: white;
  border-radius: 5px;
}
.popup__window.edit .form-content {
  padding: 30px;
}
.popup__window.edit .form-content h3 {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  padding-bottom: 10px;
}
.popup__window.edit .form-content h3 img {
  max-width: 50px;
  margin: 0px auto 10px;
}
.popup__window.edit .form-content form .field {
  display: inline-block;
  width: 100%;
  padding: 0 5px 25px;
}
.popup__window.edit .form-content form .field:last-child {
  padding-bottom: 0;
}
.popup__window.edit .form-content form .field.half_full {
  width: 90px;
}
.popup__window.edit .form-content form .field.select_arrow {
  position: relative;
}
.popup__window.edit .form-content form .field.select_arrow select {
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  padding: 8px 10px;
  cursor: pointer;
  background: white;
  border: 1px solid #c1c9d2;
  border-radius: 4px;
  height: 44px;
}
.popup__window.edit .form-content form .field.select_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: 12px;
  position: absolute;
  color: #414241;
  top: 35px;
  left: 15px;
  cursor: pointer;
  pointer-events: none;
}
.popup__window.edit .form-content form .field label {
  color: #414241;
  font-size: 13px;
  font-weight: bold;
  padding-bottom: 6px;
}
.popup__window.edit .form-content form .field label span {
  color: red;
  font-size: 12px;
}
.popup__window.edit .form-content form .field input {
  background: #ffffff;
  border: 1px solid #c1c9d2;
  border-radius: 4px;
  color: #414241;
  font-size: 14px;
  width: 100%;
  padding: 10px;
}
.popup__window.edit .form-content form button {
  background: black;
  border-radius: 2px;
  width: 100%;
  padding: 15px 0;
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: bold;
  transition: all 0.3s ease;
}
.popup__window.remove_order {
  background: #ffffff;
  box-shadow: 0px -2px 16px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 8px;
}
.popup__window.remove_order .form-content img {
  border-radius: 8px 8px 0 0;
}
.popup__window.remove_order .form-content .box_text {
  padding: 30px;
}
@media screen and (max-width: 770px) {
  .popup__window.remove_order .form-content .box_text {
    padding: 20px;
  }
}
.popup__window.remove_order .form-content .box_text h3 {
  max-width: 400px;
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
}
@media screen and (max-width: 770px) {
  .popup__window.remove_order .form-content .box_text h3 {
    font-size: 13px;
    line-height: 15px;
    max-width: 100%;
  }
}
.popup__window.remove_order .form-content .box_text p {
  color: #000000;
  font-size: 14px;
  font-weight: normal;
  line-height: 26px;
  padding: 10px 0;
}
@media screen and (max-width: 770px) {
  .popup__window.remove_order .form-content .box_text p {
    font-size: 12px;
    line-height: 22px;
  }
}
.popup__window.remove_order .form-content .box_text .link_order_track {
  display: block;
  color: #4b95c7;
  font-size: 12px;
  font-weight: bold;
  line-height: 24px;
  padding-bottom: 15px;
}
@media screen and (max-width: 770px) {
  .popup__window.remove_order .form-content .box_text .link_order_track {
    font-size: 10px;
    padding-bottom: 5px;
  }
}
.popup__window.remove_order .form-content .box_text .link_order_track:hover {
  text-decoration: underline;
}
.popup__window.remove_order .form-content .box_text .form_action {
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(203, 201, 204, 0.4196078431);
  padding-top: 25px;
}
@media screen and (max-width: 770px) {
  .popup__window.remove_order .form-content .box_text .form_action {
    justify-content: center;
    padding-top: 15px;
  }
}
@media screen and (max-width: 400px) {
  .popup__window.remove_order .form-content .box_text .form_action {
    flex-direction: column;
  }
}
.popup__window.remove_order .form-content .box_text .form_action a {
  font-size: 14px !important;
  font-weight: bold;
  padding: 14px 25px;
  border-radius: 4px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 770px) {
  .popup__window.remove_order .form-content .box_text .form_action a {
    font-size: 11px !important;
    padding: 10px 15px 8px;
    text-align: center;
    line-height: 16px;
  }
}
.popup__window.remove_order .form-content .box_text .form_action a.close_form {
  border: 2px solid #039a03;
  color: #039a03;
  position: relative;
  top: auto;
  right: auto;
}
.popup__window.remove_order .form-content .box_text .form_action a.close_form:hover {
  color: white;
  background: linear-gradient(-180deg, #00ae00 0%, #039a03 100%);
}
.popup__window.remove_order .form-content .box_text .form_action a.continue_form {
  border: 2px solid #d00505;
  border-radius: 4px;
  color: #d00505;
}
.popup__window.remove_order .form-content .box_text .form_action a.continue_form:hover {
  color: white;
  background: #d00505;
}
.popup__window.remove_order .form-content .box_text .form_action span {
  color: #000000;
  font-size: 14px;
  font-weight: normal;
  padding: 0 10px;
}
@media screen and (max-width: 400px) {
  .popup__window.remove_order .form-content .box_text .form_action span {
    padding: 10px;
  }
}
.popup__window.login, .popup__window.signup {
  background: white;
  display: flex;
  padding: 25px;
}
@media screen and (max-width: 770px) {
  .popup__window.login, .popup__window.signup {
    display: block;
    padding: 30px 20px;
  }
}
.popup__window.login .image, .popup__window.signup .image {
  width: 50%;
}
@media screen and (max-width: 770px) {
  .popup__window.login .image, .popup__window.signup .image {
    width: 100%;
  }
  .popup__window.login .image img, .popup__window.signup .image img {
    width: 100%;
  }
}
.popup__window.login .form-content, .popup__window.signup .form-content {
  width: 50%;
  padding: 0 30px;
}
@media screen and (max-width: 770px) {
  .popup__window.login .form-content, .popup__window.signup .form-content {
    padding: 15px 0;
    width: 100%;
  }
}
.popup__window.login .form-content h3, .popup__window.signup .form-content h3 {
  color: black;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 30px;
  padding-bottom: 12px;
}
.popup__window.login .form-content p, .popup__window.signup .form-content p {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 30px;
  padding-bottom: 15px;
}
@media screen and (max-width: 770px) {
  .popup__window.login .form-content p, .popup__window.signup .form-content p {
    font-size: 12px;
    line-height: 20px;
  }
}
.popup__window.login .form-content form, .popup__window.signup .form-content form {
  font-size: 0;
  border-top: 1px solid #dcc1a8;
  padding-top: 25px;
}
.popup__window.login .form-content form .field, .popup__window.signup .form-content form .field {
  display: inline-block;
  width: 100%;
  padding: 0 0 25px;
}
.popup__window.login .form-content form .field:nth-child(6), .popup__window.signup .form-content form .field:nth-child(6) {
  padding-left: 5px !important;
}
.popup__window.login .form-content form .field:last-child, .popup__window.signup .form-content form .field:last-child {
  padding-bottom: 0;
}
.popup__window.login .form-content form .field.half_full, .popup__window.signup .form-content form .field.half_full {
  width: 50%;
  padding-right: 5px;
}
.popup__window.login .form-content form .field.half_full ~ .half_full, .popup__window.signup .form-content form .field.half_full ~ .half_full {
  padding-right: 0;
}
.popup__window.login .form-content form .field label, .popup__window.signup .form-content form .field label {
  color: #7e7e7e;
  font-size: 13px;
  font-weight: 400;
  padding-bottom: 5px;
}
.popup__window.login .form-content form .field label span, .popup__window.signup .form-content form .field label span {
  color: red;
  font-size: 12px;
}
.popup__window.login .form-content form .field input, .popup__window.signup .form-content form .field input {
  background: #ffffff;
  border: 1px solid #c89a6d;
  color: #414241;
  font-size: 14px;
  font-weight: 600;
  padding: 10px;
  width: 100%;
}
.popup__window.login .form-content form button, .popup__window.signup .form-content form button {
  background: #5A7B65;
  width: 100%;
  padding: 15px 0;
  color: white;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s;
  font-family: "Arial";
}
.popup__window.login .form-content form button:hover, .popup__window.signup .form-content form button:hover {
  background: #4d6c57;
}
.popup__window.login .form-content .link_popup, .popup__window.signup .form-content .link_popup {
  display: flex;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 0;
}
.popup__window.login .form-content .link_popup span, .popup__window.signup .form-content .link_popup span {
  color: #7e7e7e;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.3px;
}
.popup__window.login .form-content .link_popup a, .popup__window.signup .form-content .link_popup a {
  color: #D3A172;
  font-size: 13px;
  font-weight: 600;
  display: block;
  background: transparent;
  padding: 0 0 0 5px;
}
.popup__window.login .form-content .link_popup a:hover, .popup__window.signup .form-content .link_popup a:hover {
  text-decoration: underline;
}
.popup__window.repeat_order {
  background: white;
  border-radius: 5px;
}
.popup__window.repeat_order .form-content {
  padding: 30px 40px;
}
.popup__window.repeat_order .form-content .material-icons {
  color: red;
  font-size: 35px;
  display: block;
  text-align: center;
  padding-bottom: 5px;
}
.popup__window.repeat_order .form-content h4 {
  color: #000000;
  font-size: 15px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
}
.popup__window.repeat_order .form-content .min_border {
  width: 50px;
  height: 2px;
  background: rgba(0, 0, 0, 0.1411764706);
  display: block;
  margin: 15px auto;
  text-align: center;
}
.popup__window.repeat_order .form-content form {
  font-size: 0;
}
.popup__window.repeat_order .form-content form .option {
  padding-bottom: 3px;
}
.popup__window.repeat_order .form-content form .option input[type=radio] {
  appearance: none;
}
.popup__window.repeat_order .form-content form .option label {
  cursor: pointer;
  position: relative;
  padding-left: 18px;
  color: #414241;
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
}
.popup__window.repeat_order .form-content form .option label::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid #414241;
  border-radius: 50%;
  position: absolute;
  right: auto;
  left: 0;
  top: 7px;
  opacity: 1;
  transition: all 0.3s;
}
.popup__window.repeat_order .form-content form .option label::after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border: 1px solid #414241;
  background: #414241;
  border-radius: 50%;
  position: absolute;
  right: auto;
  left: 3px;
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.popup__window.repeat_order .form-content form .option p {
  font-size: 11px;
  line-height: 17px;
  opacity: 0.5;
}
.popup__window.repeat_order .form-content form .option input[type=radio]:checked + label::after {
  opacity: 1;
}
.popup__window.repeat_order .form-content form button {
  margin-top: 30px;
  background: black;
  width: 100%;
  padding: 14px 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.popup__window.Gift-Expert {
  background: white;
  display: flex;
  padding: 25px;
}
@media screen and (max-width: 770px) {
  .popup__window.Gift-Expert {
    display: block;
    padding: 30px 20px;
  }
}
.popup__window.Gift-Expert .image {
  width: 50%;
}
.popup__window.Gift-Expert .image img {
  height: 100%;
}
@media screen and (max-width: 770px) {
  .popup__window.Gift-Expert .image {
    width: 100%;
  }
  .popup__window.Gift-Expert .image img {
    width: 100%;
  }
}
.popup__window.Gift-Expert .form-content {
  width: 50%;
  padding: 0 30px;
}
@media screen and (max-width: 770px) {
  .popup__window.Gift-Expert .form-content {
    padding: 15px 0;
    width: 100%;
  }
}
.popup__window.Gift-Expert .form-content h3 {
  color: black;
  font-size: 21px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 30px;
  padding-bottom: 8px;
  font-family: "Helvetica";
}
.popup__window.Gift-Expert .form-content h3 span {
  display: block;
  font-size: 14px;
  color: #686868;
  text-transform: capitalize;
  font-weight: 100;
}
.popup__window.Gift-Expert .form-content p {
  color: #686868;
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
  padding-bottom: 15px;
}
@media screen and (max-width: 770px) {
  .popup__window.Gift-Expert .form-content p {
    font-size: 12px;
    line-height: 20px;
  }
}
.popup__window.Gift-Expert .form-content form {
  font-size: 0;
  border-top: 1px solid #f6ece3;
  padding-top: 25px;
}
.popup__window.Gift-Expert .form-content form .field {
  display: inline-block;
  width: 100%;
  padding: 0 0 25px;
}
.popup__window.Gift-Expert .form-content form .field:last-child {
  padding-bottom: 0;
}
.popup__window.Gift-Expert .form-content form .field label {
  color: #414241;
  font-size: 13px;
  font-weight: 600;
  padding-bottom: 5px;
  font-family: "Helvetica";
  text-transform: uppercase;
}
.popup__window.Gift-Expert .form-content form .field select {
  height: auto;
  line-height: 52px;
  border-radius: 4px;
  padding: 0 20px !important;
  font-size: 16px;
  font-family: "Helvetica";
  font-weight: 700;
  background-position: calc(100% - 20px) center;
  border: 2px solid #e3ccb6;
  text-transform: capitalize;
}
.popup__window.Gift-Expert .form-content form .field select.placeholder-shown {
  font-size: 14px;
  font-weight: 500;
  color: #a5a5a5;
}
.popup__window.Gift-Expert .form-content form button {
  background: #5A7B65;
  width: 100%;
  padding: 22px 0;
  color: white;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s;
  font-family: "Arial";
}
.popup__window.Gift-Expert .form-content form button:hover {
  background: #4d6c57;
}
.popup__window.Gift-Expert .form-content form button img {
  width: 20px;
  display: inline-block;
  vertical-align: sub;
  margin-right: 4px;
}
.popup.edit-address {
  max-width: 420px;
  max-height: 500px;
  margin: auto;
}
.popup.remove_order {
  max-width: 800px;
  max-height: 700px;
  margin: auto;
}
.popup.login, .popup.signup {
  max-width: 800px;
  max-height: 650px;
  height: auto;
  margin: auto;
  padding: 0;
}
@media screen and (max-width: 770px) {
  .popup.login, .popup.signup {
    margin: auto 20px;
    top: 0px;
  }
}
.popup.login .popup__close, .popup.signup .popup__close {
  top: 20px;
  right: 20px;
  left: auto;
  color: black;
}
@media screen and (max-width: 770px) {
  .popup.login .popup__close, .popup.signup .popup__close {
    top: 7px;
    right: 10px;
  }
}
.popup.repeat_order {
  max-width: 420px;
  max-height: 420px;
  margin: auto;
}
.popup.size_guide {
  max-width: 1000px;
  height: fit-content;
  top: 100px;
  margin: auto;
  background: white;
}
@media (max-width: 767px) {
  .popup.size_guide {
    height: 100% !important;
  }
}
.popup.size_guide .section_size {
  background: white;
  padding: 15px;
  align-items: center;
}
.popup.min_cart {
  right: auto;
  background: white;
  transform: translate(-100%, 0);
  transition: 0.3s all ease-in-out;
  width: 410px;
  padding: 0;
}
.popup.min_cart .popup__window {
  height: 100%;
}
@media screen and (max-width: 999px) {
  .popup.min_cart {
    width: 320px;
  }
}
body.ltr .popup.min_cart {
  transform: translate(100%, 0);
}
.popup.min_cart.popup_visible {
  transform: translate(0, 0);
  overflow: unset;
}
.popup.min_cart .popup__close {
  position: relative;
  top: 0;
  left: 0;
  right: auto;
  font-weight: normal;
  color: black;
  z-index: 999;
  font-size: 30px !important;
}
.popup.min_cart .form-content {
  position: relative;
  height: 100%;
}
.popup.min_cart .form-content.empty .coupon_cart {
  display: none;
}
.popup.min_cart .form-content .non-fixed {
  height: 100%;
}
.popup.min_cart .form-content .top {
  padding: 25px 0;
  border-bottom: 1px solid #d6d4ee;
}
.popup.min_cart .form-content .top .cart_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px 0;
}
.popup.min_cart .form-content .top .cart_info .title_min_cart {
  position: relative;
  display: flex;
  align-items: center;
}
.popup.min_cart .form-content .top .cart_info .title_min_cart h2 {
  font-weight: 500;
  font-size: 26px;
  line-height: 31px;
  color: #121212;
  padding-left: 12px;
}
@media screen and (max-width: 999px) {
  .popup.min_cart .form-content .top .cart_info .title_min_cart h2 {
    font-size: 16px;
  }
}
.popup.min_cart .form-content .top .cart_info .title_min_cart .section_icon_cart {
  position: relative;
}
.popup.min_cart .form-content .top .cart_info .title_min_cart .section_icon_cart #cart_total_count {
  font-size: 14px;
  font-weight: 400;
  color: black;
}
.popup.min_cart .form-content .top .cart_info .title_min_cart .section_icon_cart #cart_total_count span {
  padding-right: 3px;
}
.popup.min_cart .form-content .top .cart_info .title_min_cart .section_icon_cart img {
  max-width: 30px;
}
.popup.min_cart .form-content .top .cart_info .info_min_cart {
  text-align: right;
}
.popup.min_cart .form-content .top .cart_info .info_min_cart h4 {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: right;
  letter-spacing: 0.5px;
}
.popup.min_cart .form-content .top .cart_info .info_min_cart h4 .price {
  padding: 8px 0 0px;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-align: right;
  letter-spacing: 0.642857px;
  text-transform: uppercase;
  color: #121212;
  font-family: "Lato";
}
.popup.min_cart .form-content .top .cart_info .info_min_cart h4 .qun {
  display: none;
}
.popup.min_cart .form-content .all_item {
  margin: 25px 30px 0;
  height: calc(100% - 430px);
  overflow: scroll;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 999px) {
  .popup.min_cart .form-content .all_item {
    margin: 25px 15px 0;
  }
}
.popup.min_cart .form-content .all_item::-webkit-scrollbar {
  display: none;
}
.popup.min_cart .form-content .all_item .single_item {
  position: relative;
  border-bottom: 1px solid #d8d8d8;
  padding: 25px 0;
}
.popup.min_cart .form-content .all_item .single_item:first-child {
  border-bottom: 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: 100px;
  height: 100px;
}
.popup.min_cart .form-content .all_item .single_item .sec_item .img img {
  width: 100%;
  height: 100%;
}
.popup.min_cart .form-content .all_item .single_item .sec_item .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(100% - 100px);
  padding-right: 10px;
}
.popup.min_cart .form-content .all_item .single_item .sec_item .info .info_top {
  display: flex;
  justify-content: space-between;
}
.popup.min_cart .form-content .all_item .single_item .sec_item .info .info_top .text {
  width: calc(100% - 70px);
}
.popup.min_cart .form-content .all_item .single_item .sec_item .info .info_top .text h4 {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
}
@media screen and (max-width: 999px) {
  .popup.min_cart .form-content .all_item .single_item .sec_item .info .info_top .text h4 {
    font-size: 12px;
  }
}
.popup.min_cart .form-content .all_item .single_item .sec_item .info .info_top .text .note_delivery {
  display: none;
  font-size: 12px;
  line-height: 24px;
  color: #747474;
  min-height: 24px;
  padding-top: 5px;
}
.popup.min_cart .form-content .all_item .single_item .sec_item .info .info_top .text ul {
  padding: 10px 0;
}
@media screen and (max-width: 770px) {
  .popup.min_cart .form-content .all_item .single_item .sec_item .info .info_top .text ul {
    padding: 5px 0;
  }
}
.popup.min_cart .form-content .all_item .single_item .sec_item .info .info_top .text ul li {
  color: #6c707d;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  padding-bottom: 8px;
  display: flex;
  align-items: center;
  column-gap: 3px;
}
@media screen and (max-width: 770px) {
  .popup.min_cart .form-content .all_item .single_item .sec_item .info .info_top .text ul li {
    font-size: 10px;
  }
}
.popup.min_cart .form-content .all_item .single_item .sec_item .info .info_top .text ul li span {
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
}
.popup.min_cart .form-content .all_item .single_item .sec_item .info .info_top .text ul li ~ li {
  margin-top: 7px;
}
.popup.min_cart .form-content .all_item .single_item .sec_item .info .info_top .remove_min_cart {
  color: #919191;
  font-size: 9px;
}
.popup.min_cart .form-content .all_item .single_item .sec_item .info .info_top .remove_min_cart:hover {
  text-decoration: underline;
}
.popup.min_cart .form-content .all_item .single_item .sec_item .info .info_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.popup.min_cart .form-content .all_item .single_item .sec_item .info .info_bottom .section_qty {
  display: flex;
  justify-content: space-between;
  border-radius: 50px;
  width: 100px;
  padding: 5px 10px 4px;
  border: 2px solid #b1ded9;
  font-size: 0;
  background: #b1ded9;
}
@media screen and (max-width: 770px) {
  .popup.min_cart .form-content .all_item .single_item .sec_item .info .info_bottom .section_qty {
    width: 80px;
    padding: 3px 10px 3px;
  }
}
.popup.min_cart .form-content .all_item .single_item .sec_item .info .info_bottom .section_qty .increase {
  position: relative;
  padding: 0;
}
.popup.min_cart .form-content .all_item .single_item .sec_item .info .info_bottom .section_qty .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: 18px;
  line-height: 12px;
  color: #423C33;
  cursor: pointer;
  pointer-events: none;
  font-weight: 500;
}
@media screen and (max-width: 770px) {
  .popup.min_cart .form-content .all_item .single_item .sec_item .info .info_bottom .section_qty .increase::before {
    font-size: 14px;
    line-height: 8px;
  }
}
.popup.min_cart .form-content .all_item .single_item .sec_item .info .info_bottom .section_qty .increase.disabled {
  opacity: 0.2 !important;
}
.popup.min_cart .form-content .all_item .single_item .sec_item .info .info_bottom .section_qty .number_count {
  color: black;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  max-width: 35px;
  text-align: center;
}
@media screen and (max-width: 770px) {
  .popup.min_cart .form-content .all_item .single_item .sec_item .info .info_bottom .section_qty .number_count {
    font-size: 12px;
    line-height: 20px;
    max-width: 20px;
  }
}
.popup.min_cart .form-content .all_item .single_item .sec_item .info .info_bottom .section_qty .decrease {
  position: relative;
  padding: 0;
}
.popup.min_cart .form-content .all_item .single_item .sec_item .info .info_bottom .section_qty .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: 18px;
  line-height: 18px;
  color: #423C33;
  cursor: pointer;
  pointer-events: none;
  font-weight: 500;
}
@media screen and (max-width: 770px) {
  .popup.min_cart .form-content .all_item .single_item .sec_item .info .info_bottom .section_qty .decrease::before {
    font-size: 14px;
    line-height: 10px;
  }
}
.popup.min_cart .form-content .all_item .single_item .sec_item .info .info_bottom .section_qty .decrease.disabled {
  opacity: 0.2 !important;
}
.popup.min_cart .form-content .all_item .single_item .sec_item .info .info_bottom .total_price {
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #C6537A;
}
@media screen and (max-width: 770px) {
  .popup.min_cart .form-content .all_item .single_item .sec_item .info .info_bottom .total_price {
    font-size: 12px;
  }
}
.popup.min_cart .form-content .all_item .single_item .sec_item .info .info_bottom .sale_price {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: -0.015em;
  text-decoration-line: line-through;
  color: #777777;
  margin-top: 6px;
}
.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: 40px;
}
.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 {
  width: 100%;
  display: block;
  padding: 15px 0;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  background: #B0DED9;
  border-radius: 50px;
  transition: all 0.3s ease;
}
.popup.min_cart .form-content .section_emty a button {
  width: 100%;
  color: black;
  text-transform: uppercase;
}
.popup.min_cart .form-content .section_emty a:hover {
  background: #9ecdc8;
}
.popup.min_cart .form-content .bottom {
  position: absolute;
  bottom: 20px;
  width: 100%;
  padding: 20px 0 0;
  border-top: 1px solid #DADADA;
}
.popup.min_cart .form-content .bottom .bottom_info {
  padding: 60px 30px 25px;
}
.popup.min_cart .form-content .bottom .bottom_info .info_min_cart {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popup.min_cart .form-content .bottom .bottom_info .info_min_cart h4 {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #6C757D;
}
@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 .sec_price .price {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #121212;
}
@media screen and (max-width: 999px) {
  .popup.min_cart .form-content .bottom .bottom_info .info_min_cart .sec_price .price {
    font-size: 14px;
  }
}
.popup.min_cart .form-content .bottom .bottom_info .info_min_cart .sec_price .price.delivery {
  font-weight: 400 !important;
}
.popup.min_cart .form-content .bottom .bottom_info .info_min_cart .sec_price .price-discount {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.642857px;
  text-decoration-line: line-through;
  text-transform: uppercase;
  color: #777777;
  font-family: "Lato";
}
.popup.min_cart .form-content .bottom .bottom_info .info_min_cart .sec_price .qun {
  display: none;
}
.popup.min_cart .form-content .bottom .button_action {
  padding: 30px 30px 0;
  border-top: 1px solid #DADADA;
}
.popup.min_cart .form-content .bottom .button_action a {
  width: 100%;
  display: block;
  border-radius: 50px;
  padding: 18px 0;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  transition: all 0.3s ease;
}
.popup.min_cart .form-content .bottom .button_action a button {
  width: 100%;
  color: black;
}
.popup.min_cart .form-content .bottom .button_action a.open_checkout {
  background: #B0DED9;
}
.popup.min_cart .form-content .bottom .button_action a.open_checkout:hover {
  background: #9ecdc8;
}
.popup.min_cart .form-content .bottom .button_action a.open_cart {
  background: #D9D9D9;
  margin-top: 10px;
}
.popup.min_cart .form-content .bottom .button_action a.open_cart:hover {
  background: #c4bfbf;
}
.popup.min_cart .form-content .min_cart {
  height: 100%;
}
.popup.min_cart .form-content .empty_min_cart {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.popup.min_cart .form-content .empty_min_cart .top {
  display: none;
}
.popup.min_cart .form-content .empty_min_cart .top .cart_info {
  padding: 0 20px 20px;
}
.popup.min_cart .form-content .empty_min_cart .top .cart_info .info_min_cart {
  display: none;
}
.popup.min_cart .form-content .empty_min_cart .top .cart_action {
  display: none;
}
.popup.min_cart .form-content .empty_min_cart .bottom {
  display: none;
}
.popup.min_cart .form-content .empty_min_cart .all_item {
  border-top: none;
  overflow: unset;
}
.popup.min_cart .form-content .coupon_cart {
  position: absolute;
  bottom: 230px;
  padding: 0 30px 20px;
  height: fit-content;
  width: 100%;
  z-index: 99;
}
.popup.min_cart .form-content .coupon_cart.applied .close-coupon {
  display: none;
}
.popup.min_cart .form-content .coupon_cart .open-coupon {
  color: #6c757d;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  text-align: right;
}
.popup.min_cart .form-content .coupon_cart .open-coupon:hover {
  text-decoration: underline;
}
.popup.min_cart .form-content .coupon_cart .open-coupon.active {
  opacity: 0;
}
.popup.min_cart .form-content .coupon_cart .close-coupon {
  position: absolute;
  top: 10px;
  left: -20px;
  z-index: 1;
  border: none;
}
.popup.min_cart .form-content .coupon_cart .close-coupon i {
  font-size: 14px;
}
.popup.min_cart .form-content .coupon_cart .discount-form {
  display: none !important;
  width: 95%;
  position: relative;
  margin-bottom: -10px;
}
.popup.min_cart .form-content .coupon_cart .discount-form.active {
  display: block !important;
  margin-bottom: 0;
}
.popup.min_cart .form-content .coupon_cart .discount-form .message-container {
  position: absolute;
  top: 20px;
}
.popup.min_cart .form-content .coupon_cart .discount-form .coupon {
  position: relative;
}
.popup.min_cart .form-content .coupon_cart .discount-form .coupon label {
  position: absolute;
  top: -19px;
  font-size: 13px;
  font-weight: 500;
  color: #6c757d;
  display: none;
}
.popup.min_cart .form-content .coupon_cart .discount-form .coupon input {
  width: 100%;
  padding: 0px 10px;
  height: 35px;
  border: 2px solid #D9D9D9;
  border-radius: 4px;
  font-size: 14px;
  color: #000;
}
.popup.min_cart .form-content .coupon_cart .discount-form .coupon input::placeholder {
  opacity: 0;
}
.popup.min_cart .form-content .coupon_cart .discount-form .coupon .btn {
  width: 40px;
  border-radius: 60px;
  font-size: 14px;
  background: #b0ded9;
  color: black;
  line-height: 23px;
  font-weight: 500;
  position: absolute;
  left: 5px;
  top: 5px;
  bottom: 5px;
  -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;
}
.popup.min_cart .form-content .coupon_cart .discount-form .coupon .btn:hover {
  background: #9ecdc8;
}
.popup.min_cart .form-content .coupon_cart .discount-form .coupon .btn::before {
  content: "arrow_back";
  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: 19px;
  vertical-align: middle;
  color: #423C33;
  cursor: pointer;
  pointer-events: none;
}
.popup.min_cart .form-content .coupon_cart .discount-form .coupon .btn.remove_coupon_icon::before {
  content: "close";
}
.popup.min_cart .form-content .coupon_cart .discount-form .message {
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  background-repeat: no-repeat;
  padding-right: 18px;
  background-size: 16px;
  background-position: right center;
  margin-top: 20px;
  display: none;
}
.popup.min_cart .form-content .coupon_cart .discount-form .message.active {
  display: block;
}
.popup.min_cart .form-content .coupon_cart .discount-form .message.success {
  color: #32a94c;
  background-image: url(../img/new_icons/check-posi.png);
}
.popup.min_cart .form-content .coupon_cart .discount-form .message.error {
  color: red;
  background-image: url(../img/new_icons/check-nega.png);
}
.popup.filter {
  left: auto;
  background: #fbf6e9;
  transform: translate(-100%, 0);
  transition: 0.3s all ease-in-out;
  width: 320px;
  padding: 0;
  top: 0;
  z-index: 9999;
}
.popup.filter .popup__window {
  padding: 30px 10px 0;
  max-width: 100%;
  height: 100%;
}
.popup.filter.popup_visible {
  transform: translate(0, 0);
  overflow: unset;
}
.popup.filter .form-content {
  height: calc(100% - 160px);
  overflow-y: scroll;
  overflow-x: hidden;
}
.popup.filter .form-content .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
}
.popup.filter .form-content .head h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.899167px;
  color: #000000;
}
.popup.filter .form-content .head .popup__close {
  color: black;
  font-size: 16px !important;
  font-weight: 300;
  z-index: 999;
  position: relative;
  top: 0;
}
.popup.filter .form-content .list_filter .form-checkbox .category_link {
  color: #c89a6d;
  font-size: 16px;
  font-weight: 400;
  line-height: 46px;
  position: relative;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.popup.filter .form-content .list_filter .form-checkbox .category_link::after {
  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: 22px;
  font-weight: 400;
}
@media screen and (max-width: 770px) {
  .popup.filter .form-content .list_filter .form-checkbox .category_link::after {
    font-size: 16px;
  }
}
.popup.filter .form-content .list_filter .form-checkbox .content_filter {
  padding-top: 30px;
}
.popup.filter .form-content .list_filter .form-checkbox .content_filter .form-checkbox-content {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.popup.filter .form-content .list_filter .form-checkbox .content_filter .form-checkbox-content:last-child label {
  padding-bottom: 0;
}
.popup.filter .form-content .list_filter .form-checkbox .content_filter .form-checkbox-content label {
  color: #414241;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}
.popup.filter .form-content .list_filter .form-checkbox .content_filter .form-checkbox-content .checkbox-box {
  border: 2px solid black;
  border-radius: 0.2em;
  width: 24px;
  padding: 2px;
  margin: 0 0 0 8px;
  height: 24px;
  cursor: pointer;
}
.popup.filter .form-content .list_filter .form-checkbox .content_filter .form-checkbox-content .checkbox-box:not(:checked), .popup.filter .form-content .list_filter .form-checkbox .content_filter .form-checkbox-content .checkbox-box:checked {
  position: absolute;
  right: 0;
  opacity: 1;
  background: transparent;
  z-index: 99999;
  border: none;
  width: 100%;
}
.popup.filter .form-content .list_filter .form-checkbox .content_filter .form-checkbox-content .checkbox-box:not(:checked) + label:before, .popup.filter .form-content .list_filter .form-checkbox .content_filter .form-checkbox-content .checkbox-box:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  border: 1.5px solid #6c757d;
  border-radius: 2px;
  background: #fff;
  -webkit-transition: all 0.275s;
  transition: all 0.275s;
  margin: auto 0;
}
.popup.filter .form-content .list_filter .form-checkbox .content_filter .form-checkbox-content .checkbox-box:checked + label:before {
  content: "";
}
.popup.filter .form-content .list_filter .form-checkbox .content_filter .form-checkbox-content .checkbox-box:checked + label:before {
  background: #6c757d;
}
.popup.filter .form-content .list_filter .form-checkbox .content_filter .form-checkbox-content .checkbox-box:not(:checked) + label:after, .popup.filter .form-content .list_filter .form-checkbox .content_filter .form-checkbox-content .checkbox-box:checked + label:after {
  font-family: "Material Icons";
  content: "done";
  position: absolute;
  top: 8px;
  left: 2px;
  font-size: 13px;
  font-weight: bold;
  color: white;
  line-height: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.popup.filter .form-content .list_filter .form-checkbox .content_filter .form-checkbox-content .checkbox-box:not(:checked) ~ label:after {
  opacity: 0;
}
.popup.filter .form-content .list_filter .form-checkbox .content_filter .form-checkbox-content .checkbox-box:checked + label:after {
  opacity: 1;
}
.popup.filter .form-content .list_filter .form-checkbox .content_filter .form-checkbox-content .checkbox-box:disabled:not(:checked) + label:before, .popup.filter .form-content .list_filter .form-checkbox .content_filter .form-checkbox-content .checkbox-box:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #e9e9e9;
}
.popup.filter .form-content .list_filter .form-checkbox .content_filter .more-cats .result {
  color: #b49e86;
  font-size: 14px;
  font-weight: normal;
  text-decoration: underline;
  line-height: 31px;
  cursor: pointer;
}
.popup.filter .form-content .list_filter .form-checkbox .content_filter .more-cats .result.less {
  display: none;
}
.popup.filter .form-content .list_filter .form-checkbox .content_filter .more-cats .result.active.less {
  display: block;
  padding-top: 15px;
}
.popup.filter .form-content .list_filter .form-checkbox .content_filter .more-cats .result.active.more {
  display: none;
}
.popup.filter .form-content .list_filter .form-checkbox .content_filter .more-cats .all_form_checkbox {
  display: none;
}
.popup.filter .form-content .list_filter .form-checkbox .content_filter .more-cats .all_form_checkbox.active {
  display: block;
}
.popup.filter .form-content .list_filter .form-checkbox.active .category_link {
  padding: 0;
}
.popup.filter .form-content .list_filter .form-checkbox.active .category_link::after {
  content: "add";
}
.popup.filter .form-content .list_filter .form-checkbox.active .content_filter {
  padding-bottom: 0;
  display: none;
}
.popup.filter .section_action {
  position: absolute;
  bottom: 40px;
  left: 12px;
  right: 12px;
  display: flex;
  flex-direction: column;
}
.popup.filter .section_action .botton_filter {
  width: 100%;
  background: rgb(18, 18, 18);
  border-radius: 0px;
  letter-spacing: 0.5px;
  font-weight: 600;
  font-size: 18px;
  line-height: 61px;
  text-align: center;
  color: #ffffff;
}
.popup.filter .section_action .clear {
  text-decoration: underline;
  letter-spacing: 0.5px;
  padding-top: 25px;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  text-decoration-line: underline;
  color: #000000;
}
.popup.search-popup {
  left: auto;
  background: white;
  transform: translate(100%, 0);
  transition: 0.3s all ease-in-out;
  width: 410px;
  padding: 0;
}
@media (max-width: 999px) {
  .popup.search-popup {
    width: 90%;
  }
}
body.ltr .popup.search-popup {
  transform: translate(-100%, 0);
}
.popup.search-popup input[type=search]::-webkit-search-decoration,
.popup.search-popup input[type=search]::-webkit-search-cancel-button,
.popup.search-popup input[type=search]::-webkit-search-results-button,
.popup.search-popup input[type=search]::-webkit-search-results-decoration {
  display: none;
}
.popup.search-popup .details .top {
  padding: 25px 0;
  border-bottom: 1px solid #d6d4ee;
}
.popup.search-popup .details .top .search_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px 0;
}
.popup.search-popup .details .top .search_info .title_search {
  position: relative;
  display: flex;
  align-items: center;
}
.popup.search-popup .details .top .search_info .title_search h2 {
  font-weight: 500;
  font-size: 26px;
  line-height: 31px;
  color: #121212;
  padding-left: 12px;
}
@media screen and (max-width: 999px) {
  .popup.search-popup .details .top .search_info .title_search h2 {
    font-size: 16px;
  }
}
.popup.search-popup .details .top .search_info .title_search .section_icon_cart {
  position: relative;
}
.popup.search-popup .details .top .search_info .title_search .section_icon_cart #cart_total_count {
  font-size: 14px;
  font-weight: 400;
  color: black;
}
.popup.search-popup .details .top .search_info .title_search .section_icon_cart #cart_total_count span {
  padding-right: 3px;
}
.popup.search-popup .details .top .search_info .title_search .section_icon_cart img {
  max-width: 30px;
}
.popup.search-popup .details .top .search_info .popup__close {
  position: relative;
  top: 0;
  left: 0;
  right: auto;
  font-weight: normal;
  color: black;
  z-index: 999;
  font-size: 25px !important;
}
.popup.search-popup .details .sec_search {
  width: 100%;
  padding: 30px;
}
.popup.search-popup .details form {
  position: relative;
}
.popup.search-popup .details form::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 16px;
  background-image: url(../img/icons/icon_search_pop.png);
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: center;
}
.popup.search-popup .details form #newSearch {
  width: 100%;
  font-weight: 400;
  font-size: 17px;
  color: #777777;
  position: relative;
  height: 50px;
  border: 2px solid #d1d1b8;
  border-radius: 4px;
  padding: 10px 40px;
}
.popup.search-popup .details form #newSearch:focus {
  border: 2px solid black;
}
.popup.search-popup .details form #newSearch::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #777777;
}
.popup.search-popup .details form #searchSubmit {
  font-size: 0;
  color: #cbc9cc;
  position: absolute;
  left: 10px;
  top: 10px;
}
.popup.search-popup .details .search-result {
  width: 100%;
  display: none;
}
@media (max-width: 999px) {
  .popup.search-popup .details .search-result {
    width: 100%;
  }
}
.popup.search-popup .details .search-result.loading .product_widget_box .img {
  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;
  min-height: 150px;
}
.popup.search-popup .details .search-result::-webkit-scrollbar {
  display: none;
}
.popup.search-popup .details .search-result.show {
  display: flex;
  flex-wrap: wrap;
  padding: 0 30px;
}
.popup.search-popup .details .search-result .product_widget {
  width: 100%;
  position: relative;
  padding-bottom: 20px;
}
.popup.search-popup .details .search-result .product_widget .fav_btn.not-favourite, .popup.search-popup .details .search-result .product_widget .favourite {
  display: none;
}
.popup.search-popup .details .search-result .product_widget .label.new {
  display: none;
}
.popup.search-popup .details .search-result .product_widget .not_results {
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  color: #af9854;
  padding: 10px 0 6px;
}
.popup.search-popup .details .search-result .product_widget .product_widget_box {
  display: flex !important;
  align-items: center;
  flex-direction: row !important;
  border: 0;
}
.popup.search-popup .details .search-result .product_widget .product_widget_box .img {
  max-width: 100px;
}
.popup.search-popup .details .search-result .product_widget .product_widget_box .img img {
  border-radius: 6px;
}
.popup.search-popup .details .search-result .product_widget .product_widget_box .img .note_offers {
  display: none;
}
.popup.search-popup .details .search-result .product_widget .product_widget_box .sec_info {
  padding: 10px 0 0;
  width: 100%;
  padding-right: 13px;
}
.popup.search-popup .details .search-result .product_widget .product_widget_box .sec_info .title {
  font-size: 14px;
}
.popup.search-popup .details .search-result .product_widget .product_widget_box .sec_info .note_delivery {
  font-size: 10px;
}
.popup.search-popup .details .search-result .product_widget .product_widget_box .sec_info .sec_bottom .price p {
  font-size: 14px;
}
.popup.search-popup .details .search-result .product_widget .product_widget_box .sec_info .sec_bottom .add_cart {
  display: none;
}
.popup.search-popup .details .search-result .emty_filter {
  width: 100%;
  text-align: center;
}
.popup.search-popup .details .search-result .emty_filter p {
  padding: 20px 0 10px;
  font-size: 18px;
  font-weight: 600;
  color: #423C33;
}
.popup.menu-popup {
  transition: transform 0.5s ease;
  visibility: hidden;
  opacity: 0;
  z-index: 10000;
}
.popup.menu-popup .grid {
  height: 100%;
}
.popup.menu-popup .grid .details {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 40px;
}
@media (max-width: 999px) {
  .popup.menu-popup .grid .details {
    padding-top: 80px;
  }
}
.popup.menu-popup .grid .details .top {
  height: calc(100% - 100px);
}
.popup.menu-popup .grid .details .top .all-menu {
  display: flex;
  width: 100%;
  justify-content: center;
  position: relative;
  height: 100%;
}
.popup.menu-popup .grid .details .top .all-menu .single-menu ~ .single-menu .open_menu_pop {
  margin-right: 80px;
}
.popup.menu-popup .grid .details .top .all-menu .single-menu.active .open_menu_pop {
  border-bottom: 3px solid black;
  font-weight: bold;
}
.popup.menu-popup .grid .details .top .all-menu .single-menu.active .box {
  opacity: 1;
  display: block;
}
.popup.menu-popup .grid .details .top .all-menu .single-menu .open_menu_pop {
  font-weight: 400;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: -0.015em;
  color: #000000;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 999px) {
  .popup.menu-popup .grid .details .top .all-menu .single-menu .open_menu_pop {
    font-size: 20px;
  }
}
.popup.menu-popup .grid .details .top .all-menu .single-menu .open_menu_pop:hover {
  font-weight: bold;
}
.popup.menu-popup .grid .details .top .all-menu .single-menu .box {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-height: 0;
  width: 100%;
  opacity: 0;
  display: none;
}
.popup.menu-popup .grid .details .top .all-menu .single-menu .box ul {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 999px) {
  .popup.menu-popup .grid .details .top .all-menu .single-menu .box ul {
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
  }
}
.popup.menu-popup .grid .details .top .all-menu .single-menu .box ul li a {
  font-weight: 300;
  font-size: 40px;
  line-height: 62px;
  letter-spacing: -0.015em;
  color: #000000;
  transition: all 0.3s ease;
  text-transform: capitalize;
}
@media (max-width: 999px) {
  .popup.menu-popup .grid .details .top .all-menu .single-menu .box ul li a {
    font-size: 30px;
    line-height: 40px;
  }
}
.popup.menu-popup .grid .details .top .all-menu .single-menu .box ul li a:hover {
  font-weight: bold;
}
.popup.menu-popup .grid .details .top .custom-switch {
  display: flex;
  justify-content: center;
  column-gap: 85px;
}
@media (max-width: 999px) {
  .popup.menu-popup .grid .details .top .custom-switch {
    column-gap: 45px;
  }
}
.popup.menu-popup .grid .details .top .custom-switch .option {
  font-weight: 400;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: -0.015em;
  color: #000000;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 999px) {
  .popup.menu-popup .grid .details .top .custom-switch .option {
    font-size: 20px;
  }
}
.popup.menu-popup .grid .details .top .custom-switch .option:hover {
  font-weight: bold;
}
.popup.menu-popup .grid .details .top .custom-switch .option.active {
  border-bottom: 3px solid black;
  font-weight: bold;
}
.popup.menu-popup .grid .details .top .content {
  margin-top: 200px;
}
.popup.menu-popup .grid .details .top .content .box {
  display: none;
}
.popup.menu-popup .grid .details .top .content .box.active {
  display: block;
}
.popup.menu-popup .grid .details .top .content .box ul {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 999px) {
  .popup.menu-popup .grid .details .top .content .box ul {
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
  }
}
.popup.menu-popup .grid .details .top .content .box ul li a {
  font-weight: 300;
  font-size: 40px;
  line-height: 62px;
  letter-spacing: -0.015em;
  color: #000000;
  transition: all 0.3s ease;
}
@media (max-width: 999px) {
  .popup.menu-popup .grid .details .top .content .box ul li a {
    font-size: 30px;
    line-height: 40px;
  }
}
.popup.menu-popup .grid .details .top .content .box ul li a:hover {
  font-weight: bold;
}
.popup.menu-popup .grid .details .bottom {
  border-top: 1px solid #ece4ce;
  padding: 30px 0 0;
}
@media (max-width: 999px) {
  .popup.menu-popup .grid .details .bottom {
    display: none;
  }
}
.popup.menu-popup .grid .details .bottom ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 840px;
  margin: 0 auto;
}
.popup.menu-popup .grid .details .bottom ul li a {
  font-weight: 400;
  font-size: 21px;
  letter-spacing: -0.015em;
  color: #000000;
  display: blocks;
}
.popup.menu-popup .grid .details .bottom ul li:hover a {
  font-weight: bold;
}
.popup.select_location {
  max-width: 400px;
  height: fit-content;
  top: 100px;
  margin: auto;
  background: white;
  padding: 0;
}
@media (max-width: 767px) {
  .popup.select_location {
    top: auto;
    max-width: 100%;
    transform: translateY(100%) !important;
    transition: 0.3s all ease-out;
  }
  .popup.select_location.popup_visible {
    transform: translateY(0) !important;
    border-radius: 30px 30px 0 0;
  }
}
.popup.select_location .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d9d9d9;
  padding: 20px 25px;
}
.popup.select_location .top h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
}
.popup.select_location .top .popup__close {
  position: relative !important;
  top: 0;
  right: 0;
  font-size: 24px !important;
}
.popup.select_location .section_content {
  background: white;
  padding: 15px;
  align-items: center;
}
.popup.select_location .section_content .sec_city h5 {
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #747474;
}
.popup.select_location .section_content .sec_city .option {
  position: relative;
}
.popup.select_location .section_content .sec_city .option label {
  color: #414241;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  color: #423C33;
}
@media screen and (max-width: 767px) {
  .popup.select_location .section_content .sec_city .option label {
    font-size: 13px;
  }
}
.popup.select_location .section_content .sec_city .option .checkbox-box {
  border: 2px solid black;
  border-radius: 0.2em;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.popup.select_location .section_content .sec_city .option .checkbox-box:not(:checked), .popup.select_location .section_content .sec_city .option .checkbox-box:checked {
  position: absolute;
  right: 0;
  opacity: 1;
  background: transparent;
  z-index: 99999;
  border: none;
  width: 100%;
  bottom: 0;
  top: 0;
  height: 100%;
}
.popup.select_location .section_content .sec_city .option .checkbox-box:not(:checked) + label:before, .popup.select_location .section_content .sec_city .option .checkbox-box:checked + 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;
  vertical-align: bottom;
  font-size: 22px;
  margin-left: 5px;
  transition: all 0.275s;
}
@media screen and (max-width: 767px) {
  .popup.select_location .section_content .sec_city .option .checkbox-box:not(:checked) + label:before, .popup.select_location .section_content .sec_city .option .checkbox-box:checked + label:before {
    font-size: 16px;
  }
}
.popup.select_location .section_content .sec_city .option .checkbox-box:checked + label::before {
  content: "radio_button_checked";
  color: #d5487a;
}
.popup.select_location .section_content .sec_city .option .checkbox-box:disabled:not(:checked) + label:before, .popup.select_location .section_content .sec_city .option .checkbox-box:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #e9e9e9;
}
.popup.select_location .section_content .sec_select {
  padding: 12px 0;
}
.popup.select_location .section_content .sec_select .row label {
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #747474;
  padding-bottom: 5px;
}
.popup.select_location .section_content .sec_select .row select {
  background-position: 5% center;
  border: 2px solid #D9D9D9;
  border-radius: 6px;
  height: 42px;
  line-height: 24px;
}
body.ltr .popup.select_location .section_content .sec_select .row select {
  background-position: 95% center;
}
.popup.select_location .section_content .sec_select .row ~ .row {
  padding-top: 15px;
}
.popup.select_location .section_content .button_action {
  padding-top: 30px;
}
.popup.select_location .section_content .button_action button {
  width: 100%;
  display: block;
  border-radius: 50px;
  padding: 18px 0;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  transition: all 0.3s ease;
  background: #B0DED9;
}
.popup.select_location .section_content .button_action button:hover {
  background: #9ecdc8;
}

.button_home a {
  max-width: 240px;
  margin: 0 auto;
  background: #63001e;
  border-radius: 2px;
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  padding: 17px 0 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (max-width: 770px) {
  .button_home a {
    font-size: 13px;
    max-width: 150px;
    padding: 11px 0 10px;
  }
}
.button_home a:hover {
  background: #53011a;
}

.head_w_Link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
}
.head_w_Link .text h4 {
  font-weight: 500;
  font-size: 28px;
  line-height: 48px;
  color: #423C33;
}
@media screen and (max-width: 999px) {
  .head_w_Link .text h4 {
    font-size: 20px;
    line-height: 36px;
  }
}
.head_w_Link .text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  color: #8D887F;
}
@media screen and (max-width: 999px) {
  .head_w_Link .text p {
    font-size: 12px;
    line-height: 22px;
  }
}
@media screen and (max-width: 999px) {
  .head_w_Link .btn_more {
    display: none;
  }
}
.head_w_Link .btn_more a {
  font-size: 12px;
  color: #423C33;
  font-weight: 500;
  line-height: 20px;
  border: 1px solid #d9d9d9;
  border-radius: 50px;
  padding: 12px 25px;
}

.section_instagram {
  font-size: 0;
}
.section_instagram .insta_title {
  display: none !important;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 25px;
}
@media screen and (max-width: 479px) {
  .section_instagram .insta_title {
    padding-bottom: 10px;
  }
}
.section_instagram .insta_title img {
  padding: 0 20px;
}
@media screen and (max-width: 999px) {
  .section_instagram .insta_title img {
    max-width: 40px;
    padding: 0 5px;
  }
}
@media screen and (max-width: 479px) {
  .section_instagram .insta_title img {
    max-width: 30px;
  }
}
.section_instagram .insta_title h3 {
  font-weight: 400;
  font-size: 28px;
  line-height: 44px;
  color: #423C33;
}
@media screen and (max-width: 999px) {
  .section_instagram .insta_title h3 {
    font-size: 22px;
    line-height: 32px;
  }
}
@media screen and (max-width: 479px) {
  .section_instagram .insta_title h3 {
    font-size: 16px;
    line-height: 26px;
  }
}
.section_instagram .sb_instagram_header {
  padding: 0 !important;
}
.section_instagram .sb_instagram_header .sbi_header_link {
  display: flex !important;
  width: 100% !important;
  padding: 0 !important;
  align-items: center;
  column-gap: 10px;
  justify-content: center;
  margin-bottom: 20px !important;
}
.section_instagram .sb_instagram_header .sbi_header_link .sbi_header_text h3 {
  font-size: 18px !important;
  font-weight: normal !important;
  color: black !important;
  margin: 0 !important;
  width: 100% !important;
  padding: 0 !important;
}
.section_instagram .sb_instagram_header .sbi_header_link .sbi_header_img {
  background: transparent;
  width: 2% !important;
  height: auto !important;
  border-radius: 0 !important;
}
.section_instagram .sb_instagram_header .sbi_header_link .sbi_header_img .sbi_new_logo {
  margin: 0 !important;
  width: 100% !important;
  height: 100% !important;
  position: relative !important;
  left: 0px !important;
  top: 0 !important;
}
.section_instagram #sbi_images {
  padding: 0 !important;
  display: flex;
}
.section_instagram #sbi_images .sbi_item .sbi_photo_wrap {
  height: 100% !important;
}
.section_instagram #sbi_images .sbi_item .sbi_photo {
  width: 100% !important;
  background-image: none !important;
  padding: 0 !important;
  height: 100% !important;
  position: relative !important;
  display: block !important;
}
.section_instagram #sbi_images .sbi_item .sbi_photo .sbi_lightbox_carousel_icon, .section_instagram #sbi_images .sbi_item .sbi_photo .fa-play {
  width: 20px !important;
  right: 15px !important;
  margin: 0 !important;
  top: 10px !important;
  bottom: 0 !important;
  position: absolute !important;
}
.section_instagram #sbi_images .sbi_item .sbi_photo .fa-play {
  right: 0 !important;
  left: 0 !important;
  margin: auto !important;
}
.section_instagram #sbi_images .sbi_item .sbi_photo img {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
.section_instagram #sb_instagram .sb_instagram_header .sbi_header_img, .section_instagram .sb_instagram_header .sbi_header_img {
  margin: 0 !important;
}
.section_instagram #sb_instagram .sb_instagram_header .sbi_header_text.sbi_no_bio h3, .section_instagram .sb_instagram_header .sbi_header_text.sbi_no_bio h3 {
  margin: 0 !important;
  padding: 0 !important;
}
.section_instagram #sb_instagram.sbi_col_4 #sbi_images .sbi_item {
  padding: 0 2px 4px !important;
}

.section_loader {
  position: relative;
  margin: 60px 0 30px;
}
.section_loader .loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 33%, #b1ded9 100%);
  animation: rotation 1s linear infinite;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.section_loader .loader:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: white;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#ajax_loader {
  background: #000000;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  opacity: 0.8;
  top: 0;
}
#ajax_loader .loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 33%, white 100%);
  animation: rotation 1s linear infinite;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#ajax_loader .loader:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #0c0c0c;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: 468px 0;
  }
  100% {
    background-position: -468px 0;
  }
}
.trending-products .title h2 {
  font-weight: 300;
  font-size: 52px;
  text-align: center;
  color: #000000;
  padding-bottom: 40px;
}
@media (max-width: 999px) {
  .trending-products .title h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .trending-products .title h2 {
    font-size: 30px;
    padding-bottom: 20px;
  }
}
.trending-products .products .top ul {
  display: flex;
  justify-content: center;
  column-gap: 70px;
}
@media (max-width: 767px) {
  .trending-products .products .top ul {
    column-gap: 20px;
  }
}
.trending-products .products .top ul li {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 999px) {
  .trending-products .products .top ul li {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .trending-products .products .top ul li {
    font-size: 15px;
  }
}
.trending-products .products .top ul li.active {
  font-weight: 800;
  text-decoration-line: underline;
}
.trending-products .products .top ul li:hover {
  transition: all 0.3s ease;
  font-weight: 800;
}
.trending-products .products .list {
  margin: 60px 0 200px;
}
@media (max-width: 999px) {
  .trending-products .products .list {
    margin: 60px 0;
  }
}
@media (max-width: 767px) {
  .trending-products .products .list {
    margin: 20px 0 40px;
  }
}
.trending-products .products .list .products_list .product_widget {
  transition: all 0.3s ease;
}
@media (max-width: 999px) {
  .trending-products .products .list .products_list .product_widget {
    width: 50% !important;
  }
}
.trending-products .products .list .products_list .product_widget:hover {
  transform: scale(1.02);
  transition: all 0.3s ease;
}
.trending-products .products .list .products_list .product_widget .product_widget_box .img {
  height: 500px;
}
@media (max-width: 999px) {
  .trending-products .products .list .products_list .product_widget .product_widget_box .img {
    height: 335px !important;
  }
}
@media (max-width: 767px) {
  .trending-products .products .list .products_list .product_widget .product_widget_box .img {
    height: 210px !important;
  }
}

@keyframes grow {
  100% {
    height: 90%;
    width: 90%;
  }
}
.woocommerce-message {
  background: #e4fbed;
  border: 1px solid #32a94c;
  background: #fbe4e4;
  font-weight: 600;
  font-size: 16px;
  line-height: 15px;
  color: #000000 !important;
  border-top: 1px solid #32a94c !important;
}
.woocommerce-message::before {
  color: #32a94c !important;
}
@media (max-width: 767px) {
  .woocommerce-message {
    font-size: 14px;
  }
}

.woocommerce-error {
  border: 1px solid red;
  background: #fbe4e4;
  font-weight: 600;
  font-size: 16px;
  line-height: 15px;
  color: #000000 !important;
  border-top: 1px solid red !important;
}
.woocommerce-error::before {
  color: red;
}
@media (max-width: 767px) {
  .woocommerce-error {
    font-size: 14px;
  }
}

.section_whatsapp {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 20px;
  right: 20px;
  background: #25d366;
  border-radius: 50px;
  z-index: 99;
  transition: 0.3s all ease-in-out;
}
.section_whatsapp:hover {
  transform: scale(1.05);
}
.section_whatsapp img {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.popup.date {
  max-width: 500px;
  height: fit-content;
  top: 100px;
  margin: auto;
  background: white;
  padding: 0;
  z-index: 9999;
}
@media (max-width: 767px) {
  .popup.date {
    top: auto;
    max-width: 100%;
    transform: translateY(100%) !important;
    transition: 0.3s all ease-out;
  }
  .popup.date.popup_visible {
    transform: translateY(0) !important;
    border-radius: 30px 30px 0 0;
  }
}
.popup.date .select_date .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d9d9d9;
  padding: 20px 25px;
}
.popup.date .select_date .top h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
}
.popup.date .select_date .top h3::before {
  content: "";
  background-image: url(../img/step-custom/icon_title_calndar.png);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  background-size: 20px;
  display: inline-block;
  vertical-align: sub;
  margin-left: 10px;
}
.popup.date .select_date .top .popup__close {
  display: none !important;
  position: relative !important;
  top: 0;
  right: 0;
  font-size: 24px !important;
}
.popup.date .select_date .section_content {
  background: white;
  padding: 0 25px;
}
.popup.date .select_date .section_content .container {
  margin: 20px 0;
  max-width: 100%;
}
.popup.date .select_date .section_content .container #calendar2 {
  display: none;
}
.popup.date .select_date .section_content .container .hasDatepicker {
  width: 100%;
}
.popup.date .select_date .section_content .container .hasDatepicker .ui-datepicker {
  width: 100% !important;
  border: 0;
}
.popup.date .select_date .section_content .container .hasDatepicker .ui-datepicker .ui-datepicker-header {
  background: transparent;
  border: 0;
  position: relative;
}
.popup.date .select_date .section_content .container .hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  text-align: center;
  line-height: 40px;
}
.popup.date .select_date .section_content .container .hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.popup.date .select_date .section_content .container .hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  width: 26px;
  height: 26px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1215686275);
  position: absolute;
  top: 5px;
  border-radius: 50px;
  cursor: pointer;
}
.popup.date .select_date .section_content .container .hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev span,
.popup.date .select_date .section_content .container .hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next span {
  display: none;
}
.popup.date .select_date .section_content .container .hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev::after,
.popup.date .select_date .section_content .container .hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next::after {
  content: "";
  background-image: url(../img/step-custom/calendar_arrow.png);
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  background-position: center;
  background-size: 9px;
}
.popup.date .select_date .section_content .container .hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  left: 0;
}
.popup.date .select_date .section_content .container .hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  right: 0;
}
.popup.date .select_date .section_content .container .hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next::after {
  transform: rotate(180deg);
}
.popup.date .select_date .section_content .container .hasDatepicker .ui-datepicker .ui-datepicker-header .ui-state-disabled {
  pointer-events: none;
  opacity: 0.3;
}
.popup.date .select_date .section_content .container .hasDatepicker .ui-datepicker .ui-datepicker-calendar {
  text-align: center;
  margin: 20px auto 0;
}
.popup.date .select_date .section_content .container .hasDatepicker .ui-datepicker .ui-datepicker-calendar thead {
  display: none !important;
}
.popup.date .select_date .section_content .container .hasDatepicker .ui-datepicker .ui-datepicker-calendar thead tr th {
  padding: 10px;
  font-size: 15px;
  font-weight: 500;
}
.popup.date .select_date .section_content .container .hasDatepicker .ui-datepicker .ui-datepicker-calendar tbody tr td {
  padding: 5px 0px;
  width: 14.2857142857%;
  cursor: pointer;
}
.popup.date .select_date .section_content .container .hasDatepicker .ui-datepicker .ui-datepicker-calendar tbody tr td span {
  font-size: 14px;
}
.popup.date .select_date .section_content .container .hasDatepicker .ui-datepicker .ui-datepicker-calendar tbody tr td .ui-state-default {
  font-size: 14px;
  color: black;
  border-radius: 50px;
  padding: 12px;
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
}
.popup.date .select_date .section_content .container .hasDatepicker .ui-datepicker .ui-datepicker-calendar tbody tr td:hover .ui-state-default {
  background: #B0DED9;
}
.popup.date .select_date .section_content .container .hasDatepicker .ui-datepicker .ui-datepicker-calendar tbody tr .ui-state-disabled {
  pointer-events: none;
  opacity: 0.3;
}
.popup.date .select_date .section_content .container .hasDatepicker .ui-datepicker .ui-datepicker-calendar tbody tr .ui-datepicker-current-day .ui-state-default {
  background: #eaeaea;
}
.popup.date .select_date .section_content .container .hasDatepicker .ui-datepicker .ui-datepicker-calendar tbody tr .ui-datepicker-today .ui-state-default {
  background: #B0DED9;
}
.popup.date .select_date .section_content .container #result_date {
  display: none !important;
}
.popup.date .select_date .section_content .section_time .section_title {
  font-weight: 600;
  font-size: 14px;
  line-height: 28px;
  color: #423C33;
  padding-bottom: 6px;
}
.popup.date .select_date .section_content .section_next_pop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px;
  border-top: 1px solid #d9d9d9;
  margin: 15px -25px 0;
}
.popup.date .select_date .section_content .section_next_pop .next {
  display: flex;
  align-items: center;
  column-gap: 15px;
  width: calc(100% - 40px);
}
.popup.date .select_date .section_content .section_next_pop .next .btn_add_cart {
  width: 160px;
  display: block;
  border-radius: 50px;
  padding: 12px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  transition: all 0.3s ease;
  background: #B0DED9;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .popup.date .select_date .section_content .section_next_pop .next .btn_add_cart {
    padding: 15px 10px;
    font-size: 14px;
  }
}
body.ltr .popup.date .select_date .section_content .section_next_pop .next .btn_add_cart {
  font-size: 16px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
}
@media screen and (max-width: 767px) {
  body.ltr .popup.date .select_date .section_content .section_next_pop .next .btn_add_cart {
    font-size: 14px;
  }
}
.popup.date .select_date .section_content .section_next_pop .next .btn_add_cart:hover {
  background: #9ecdc8;
}
.popup.date .select_date .section_content .section_next_pop .next .btn_add_cart::before {
  content: "";
  background-image: url(../img/step-custom/icon_next_cake.png);
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  background-size: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
body.ltr .popup.date .select_date .section_content .section_next_pop .next .btn_add_cart::before {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .popup.date .select_date .section_content .section_next_pop .next .btn_add_cart::before {
    width: 12px;
    height: 12px;
    background-size: 12px;
  }
}
.popup.date .select_date .section_content .section_next_pop .next .price h6 {
  font-size: 12px;
  font-weight: 500;
  color: #6C757D;
  padding-bottom: 10px;
}
.popup.date .select_date .section_content .section_next_pop .next .price p {
  font-size: 16px;
  font-weight: 700;
  color: #C6537A;
  display: inline-block;
}
.popup.date .select_date .section_content .section_next_pop .next .price span {
  font-size: 16px;
  font-weight: 700;
  color: #C6537A;
}
.popup.date .select_date .section_content .section_next_pop .prev .btn_prev {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #F6F6F4;
}
@media screen and (max-width: 767px) {
  .popup.date .select_date .section_content .section_next_pop .prev .btn_prev {
    width: 40px;
    height: 40px;
  }
}
.popup.date .select_date .section_content .section_next_pop .prev .btn_prev:hover {
  background: #F6F6F4;
}
.popup.date .select_date .section_content .section_next_pop .prev .btn_prev::before {
  content: "";
  background-image: url(../img/step-custom/icon_preview_cake.png);
  background-repeat: no-repeat;
  width: 25px;
  height: 15px;
  background-size: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .popup.date .select_date .section_content .section_next_pop .prev .btn_prev::before {
    background-size: 13px;
  }
}
.popup.date .select_date .section_content .section_next_pop .prev .btn_prev.hidden_prev {
  display: none;
}
.popup.date.checkout #calendar1 {
  display: none;
}
.popup.date.checkout #calendar2 {
  display: block !important;
}
.popup.date.checkout .ui-datepicker-calendar {
  text-align: center;
  margin: 20px auto 0;
}
.popup.date.checkout .ui-datepicker-calendar tbody tr .ui-datepicker-current-day .ui-state-default {
  background: #eaeaea;
}
.popup.date.checkout .section_time, .popup.date.checkout .section_next_pop {
  display: none !important;
}

.popup.promocode {
  max-width: 1200px;
  height: fit-content;
  top: 100px;
  margin: auto;
  background: white;
  padding: 0;
  z-index: 9999;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .popup.promocode {
    height: auto;
    bottom: 100px;
    right: 15px;
    left: 15px;
  }
}
.popup.promocode .section_content {
  display: flex;
}
@media screen and (max-width: 767px) {
  .popup.promocode .section_content {
    flex-direction: column;
  }
}
.popup.promocode .section_content .sec_img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .popup.promocode .section_content .sec_img {
    width: 100%;
  }
}
.popup.promocode .section_content .sec_img img {
  height: 100%;
  object-fit: cover;
}
.popup.promocode .section_content .section_form {
  position: relative;
  width: 50%;
  padding: 50px 20px;
}
@media screen and (max-width: 767px) {
  .popup.promocode .section_content .section_form {
    width: 100%;
    padding: 20px 15px;
  }
}
.popup.promocode .section_content .section_form .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popup.promocode .section_content .section_form .top h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 42px;
}
@media screen and (max-width: 767px) {
  .popup.promocode .section_content .section_form .top h3 {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 15px;
  }
}
.popup.promocode .section_content .section_form .top .popup__close {
  top: 10px;
  left: 10px;
  font-size: 24px !important;
}
@media screen and (max-width: 767px) {
  .popup.promocode .section_content .section_form .top .popup__close {
    display: none;
  }
}
.popup.promocode .section_content .section_form .s_field {
  position: relative;
}
.popup.promocode .section_content .section_form .s_field label {
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #979797;
  padding-bottom: 5px;
}
.popup.promocode .section_content .section_form .s_field label span {
  color: red;
}
.popup.promocode .section_content .section_form .s_field input {
  border: 2px solid #DADADA;
  width: 100%;
  border-radius: 4px;
}
.popup.promocode .section_content .section_form .s_field input[type=text], .popup.promocode .section_content .section_form .s_field input[type=password], .popup.promocode .section_content .section_form .s_field input[type=number], .popup.promocode .section_content .section_form .s_field input[type=email] {
  padding: 10px 14px;
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
}
.popup.promocode .section_content .section_form .s_field input[type=checkbox] {
  position: absolute;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.popup.promocode .section_content .section_form .s_field input[type=checkbox]:checked ~ label::before {
  background: #47a59b;
  border: 2px solid #47a59b;
}
.popup.promocode .section_content .section_form .s_field input[type=checkbox]:checked ~ label::after {
  opacity: 1;
}
.popup.promocode .section_content .section_form .s_field input:focus {
  border: 2px solid black;
}
.popup.promocode .section_content .section_form .s_field.half_full {
  width: calc(50% - 6px);
  display: inline-block;
  margin: 0;
}
@media (max-width: 767px) {
  .popup.promocode .section_content .section_form .s_field.half_full {
    width: 100%;
    margin-right: 0 !important;
  }
}
.popup.promocode .section_content .section_form .s_field.half_full ~ .half_full {
  margin-right: 6px;
}
.popup.promocode .section_content .section_form .s_field ~ .s_field {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .popup.promocode .section_content .section_form .s_field ~ .s_field {
    margin-top: 25px;
  }
}
.popup.promocode .section_content .section_form .s_field.checkbox label {
  color: #423C33;
  display: flex;
  align-items: center;
}
.popup.promocode .section_content .section_form .s_field.checkbox label::before {
  content: "";
  border: 2px solid #919191;
  border-radius: 4px;
  width: 14px;
  height: 14px;
  margin-left: 5px;
}
.popup.promocode .section_content .section_form .s_field.checkbox label::after {
  content: "done";
  font-family: "Material Icons" !important;
  color: white;
  position: absolute;
  right: 1px;
  font-size: 16px;
  opacity: 0;
}
.popup.promocode .section_content .section_form .section_bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .popup.promocode .section_content .section_form .section_bottom {
    flex-direction: column;
  }
}
.popup.promocode .section_content .section_form .section_bottom .button button {
  width: 130px;
  display: block;
  border-radius: 50px;
  padding: 12px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  transition: all 0.3s ease;
  background: #B0DED9;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .popup.promocode .section_content .section_form .section_bottom .button button {
    width: 100%;
    padding: 10px;
    font-size: 12px;
  }
}
.popup.promocode .section_content .section_form .section_bottom .button button:hover {
  background: #9ecdc8;
}
.popup.promocode .close_mobile {
  display: none;
  right: auto;
  top: 10px;
  left: 10px;
}
@media screen and (max-width: 767px) {
  .popup.promocode .close_mobile {
    display: block;
  }
}

.swal-overlay .swal-modal {
  padding: 30px;
}
.swal-overlay .swal-icon {
  display: none !important;
}
.swal-overlay .swal-text {
  max-width: 100%;
  width: 100%;
  text-align: start;
  line-height: 35px;
  font-size: 16px;
  color: #f27474;
}
.swal-overlay .swal-footer {
  padding: 0 !important;
}
.swal-overlay .swal-footer .swal-button-container {
  width: 100%;
}
.swal-overlay .swal-footer .swal-button-container .swal-button {
  width: 100% !important;
  display: block !important;
  border-radius: 50px !important;
  border: 0 !important;
  padding: 18px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-align: center !important;
  transition: all 0.3s ease !important;
  background: #B0DED9 !important;
  cursor: pointer !important;
}
.swal-overlay .swal-footer .swal-button-container .swal-button:hover {
  background: #9ecdc8;
}

/* 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;
}

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0);
}

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

.page_list {
  position: relative;
}
.page_list .section_title_list {
  text-align: center;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .page_list .section_title_list {
    padding-top: 25px;
  }
}
.page_list .section_title_list h3 {
  font-size: 28px;
  line-height: 42px;
}
@media screen and (max-width: 767px) {
  .page_list .section_title_list h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
.page_list .hero_banner {
  position: relative;
}
.page_list .hero_banner::before {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.7607843137) 100%);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  z-index: 9;
}
.page_list .hero_banner img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page_list .hero_banner img {
    min-height: 150px;
  }
}
.page_list .hero_banner .section_title {
  padding: 0 10px;
  position: absolute;
  top: 38%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
  text-align: center;
}
.page_list .hero_banner .section_title .breadcramb {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
}
@media screen and (max-width: 770px) {
  .page_list .hero_banner .section_title .breadcramb {
    overflow: scroll;
    white-space: nowrap;
    padding-bottom: 10px;
  }
  .page_list .hero_banner .section_title .breadcramb::-webkit-scrollbar {
    display: none;
  }
}
.page_list .hero_banner .section_title .breadcramb li {
  display: inline-block;
  position: relative;
  margin-left: 12px;
  line-height: 20px;
  color: white;
  font-size: 14px;
  font-weight: 500;
  padding-left: 12px;
}
@media screen and (max-width: 479px) {
  .page_list .hero_banner .section_title .breadcramb li {
    font-size: 10px;
  }
}
.page_list .hero_banner .section_title .breadcramb li::before {
  content: "chevron_left";
  position: absolute;
  font-family: "Material Icons";
  font-size: 20px;
  left: -10px;
  top: 0;
  color: white;
  bottom: 0;
  display: inline-flex;
  align-items: center;
}
.page_list .hero_banner .section_title .breadcramb li a {
  color: #B0DED9;
  text-decoration: underline;
}
.page_list .hero_banner .section_title .breadcramb li a:hover {
  text-decoration: underline;
}
.page_list .hero_banner .section_title .breadcramb li:last-child a {
  color: white;
  font-size: 12px;
  pointer-events: none;
  text-decoration: none;
}
.page_list .hero_banner .section_title .breadcramb li:last-child::before {
  display: none;
}
.page_list .hero_banner .section_title h3 {
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  padding-bottom: 15px;
  color: white;
}
@media screen and (max-width: 767px) {
  .page_list .hero_banner .section_title h3 {
    font-size: 20px;
    line-height: 34px;
  }
}
.page_list .section_subcategory_head {
  padding-top: 50px;
  display: none;
}
@media screen and (max-width: 770px) {
  .page_list .section_subcategory_head {
    padding-top: 30px;
  }
}
.page_list .section_subcategory_head ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 770px) {
  .page_list .section_subcategory_head ul {
    overflow-x: scroll;
    justify-content: flex-start;
    padding-bottom: 10px;
  }
  .page_list .section_subcategory_head ul::-webkit-scrollbar {
    height: 2px;
  }
  .page_list .section_subcategory_head ul::-webkit-scrollbar-track {
    background-color: #f2ede0;
    border-radius: 10px;
  }
  .page_list .section_subcategory_head ul::-webkit-scrollbar-thumb {
    background-color: #5A7B65;
    border-radius: 10px;
  }
}
.page_list .section_subcategory_head ul li a {
  display: block;
  padding: 0 20px;
  text-align: center;
}
.page_list .section_subcategory_head ul li a img {
  border-radius: 50%;
}
@media screen and (max-width: 770px) {
  .page_list .section_subcategory_head ul li a img {
    max-width: 70px;
  }
}
.page_list .section_subcategory_head ul li a p {
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  text-align: center;
  letter-spacing: 0.333333px;
  color: #000104;
  padding-top: 18px;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 770px) {
  .page_list .section_subcategory_head ul li a p {
    font-size: 14px;
    line-height: 19px;
    padding-top: 5px;
    min-height: 60px;
  }
}
.page_list .section_subcategory_head ul li a:hover p {
  text-decoration: underline;
}
.page_list .list_content {
  display: flex;
  padding: 50px 0;
  flex-direction: column;
}
@media screen and (max-width: 999px) {
  .page_list .list_content {
    flex-direction: column;
  }
}
@media screen and (max-width: 770px) {
  .page_list .list_content {
    padding: 20px 0;
  }
}
.page_list .list_content .section_filter {
  width: 100%;
  flex-direction: row-reverse;
  justify-content: space-between;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  z-index: 99;
}
@media screen and (max-width: 770px) {
  .page_list .list_content .section_filter {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 15px;
  }
}
.page_list .list_content .section_filter .section_ranking {
  display: flex;
  height: fit-content;
  align-items: center;
  width: 150px;
}
@media screen and (max-width: 770px) {
  .page_list .list_content .section_filter .section_ranking {
    padding-bottom: 25px;
  }
}
.page_list .list_content .section_filter .section_ranking label {
  /* font-size: 16px; */
  text-transform: capitalize;
  /* font-weight: 600; */
  /* line-height: 20px; */
  /* padding-bottom: 5px; */
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #6c757d;
}
.page_list .list_content .section_filter .section_ranking .select_arrow {
  position: relative;
  width: 100%;
}
.page_list .list_content .section_filter .section_ranking .select_arrow select {
  background-color: white;
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
  color: #423C33;
  background-position: 10% center;
  border-radius: 50px;
  padding-left: 35px;
}
body.ltr .page_list .list_content .section_filter .section_ranking .select_arrow select {
  background-position-x: 90%;
  background-position-y: 58%;
}
@media screen and (max-width: 770px) {
  .page_list .list_content .section_filter .section_ranking .select_arrow select {
    font-size: 12px;
  }
}
.page_list .list_content .section_filter .section_ranking_custom {
  position: relative;
}
@media screen and (max-width: 770px) {
  .page_list .list_content .section_filter .section_ranking_custom {
    padding-bottom: 25px;
  }
}
.page_list .list_content .section_filter .section_ranking_custom .result_sort {
  border: 1px solid #DADADA;
  padding: 0;
  padding-left: 35px;
  padding-right: 15px;
  border-radius: 50px;
  font-weight: 400;
  font-size: 14px;
  line-height: 40px;
  width: 100%;
  max-width: 100% !important;
  min-width: 200px;
  cursor: pointer;
  color: black;
  background-color: white;
  background-image: url("../img/icons/select-arrow.png");
  background-repeat: no-repeat;
  background-position: 10% center;
  background-size: 16px;
}
body.ltr .page_list .list_content .section_filter .section_ranking_custom .result_sort {
  background-position: 90% center;
}
@media screen and (max-width: 770px) {
  .page_list .list_content .section_filter .section_ranking_custom .result_sort {
    font-size: 12px;
    min-width: 150px;
  }
}
.page_list .list_content .section_filter .section_ranking_custom .list_sort {
  display: none;
  position: absolute;
  background: white;
  top: 50px;
  left: 0;
  min-width: 200px;
  z-index: 999999;
  border: 2px solid #dadada;
  border-radius: 20px;
  cursor: pointer;
}
@media screen and (max-width: 770px) {
  .page_list .list_content .section_filter .section_ranking_custom .list_sort {
    left: 0;
    min-width: 150px;
  }
}
.page_list .list_content .section_filter .section_ranking_custom .list_sort.active {
  display: block;
}
.page_list .list_content .section_filter .section_ranking_custom .list_sort li {
  position: relative;
  padding: 20px;
  border-bottom: 1px solid #dadada;
  font-size: 14px;
  color: #423C33;
}
@media screen and (max-width: 770px) {
  .page_list .list_content .section_filter .section_ranking_custom .list_sort li {
    font-size: 12px;
    padding: 15px;
  }
}
.page_list .list_content .section_filter .section_ranking_custom .list_sort li::after {
  display: none;
  content: "done";
  font-family: "Material Icons";
  position: absolute;
  left: 20px;
  top: 20px;
  color: #60A39B;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 770px) {
  .page_list .list_content .section_filter .section_ranking_custom .list_sort li::after {
    font-size: 14px;
    top: 15px;
  }
}
.page_list .list_content .section_filter .section_ranking_custom .list_sort li:first-child {
  border-radius: 20px 20px 0 0;
}
.page_list .list_content .section_filter .section_ranking_custom .list_sort li:last-child {
  border-radius: 0 0 20px 20px;
  border-bottom: 0;
}
.page_list .list_content .section_filter .section_ranking_custom .list_sort li:hover {
  background: #F6F6F6;
}
.page_list .list_content .section_filter .section_ranking_custom .list_sort li.active::after {
  display: block;
}
.page_list .list_content .section_filter .list_filter {
  display: flex;
  width: calc(100% - 250px);
  overflow-x: scroll;
  overflow-y: hidden;
}
.page_list .list_content .section_filter .list_filter::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 770px) {
  .page_list .list_content .section_filter .list_filter {
    width: 100%;
  }
}
.page_list .list_content .section_filter .list_filter .form-checkbox {
  border-bottom: 1px solid #ececec;
}
.page_list .list_content .section_filter .list_filter .form-checkbox:last-child {
  border-bottom: 0;
}
.page_list .list_content .section_filter .list_filter .form-checkbox .category_link {
  color: black;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 62px;
  position: relative;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.page_list .list_content .section_filter .list_filter .form-checkbox .category_link::after {
  content: "arrow_drop_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;
  font-size: 22px;
  font-weight: 400;
}
@media screen and (max-width: 770px) {
  .page_list .list_content .section_filter .list_filter .form-checkbox .category_link::after {
    font-size: 16px;
  }
}
.page_list .list_content .section_filter .list_filter .form-checkbox .content_filter {
  display: flex;
}
.page_list .list_content .section_filter .list_filter .form-checkbox .content_filter .form-checkbox-content {
  position: relative;
  white-space: nowrap;
}
.page_list .list_content .section_filter .list_filter .form-checkbox .content_filter .form-checkbox-content:last-child label {
  padding-bottom: 0;
}
.page_list .list_content .section_filter .list_filter .form-checkbox .content_filter .form-checkbox-content ~ .form-checkbox-content {
  margin-right: 25px;
}
.page_list .list_content .section_filter .list_filter .form-checkbox .content_filter .form-checkbox-content label {
  line-height: 24px;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  color: #423C33;
  padding-right: 30px;
  cursor: pointer;
}
@media screen and (max-width: 770px) {
  .page_list .list_content .section_filter .list_filter .form-checkbox .content_filter .form-checkbox-content label {
    font-size: 12px;
    padding-right: 25px;
  }
}
.page_list .list_content .section_filter .list_filter .form-checkbox .content_filter .form-checkbox-content .checkbox-box {
  border: 1.5px solid #6c757d;
  border-radius: 2px;
  width: 24px;
  padding: 2px;
  margin: 0 0 0 8px;
  height: 0;
  cursor: pointer;
}
.page_list .list_content .section_filter .list_filter .form-checkbox .content_filter .form-checkbox-content .checkbox-box:not(:checked), .page_list .list_content .section_filter .list_filter .form-checkbox .content_filter .form-checkbox-content .checkbox-box:checked {
  position: absolute;
  right: 0;
  opacity: 1;
  background: transparent;
  z-index: 99999;
  border: none;
  width: 100%;
  height: 30px;
}
.page_list .list_content .section_filter .list_filter .form-checkbox .content_filter .form-checkbox-content .checkbox-box:not(:checked) + label:before, .page_list .list_content .section_filter .list_filter .form-checkbox .content_filter .form-checkbox-content .checkbox-box:checked + label:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0px;
  width: 18px;
  height: 18px;
  border: 2px solid #D9D9D9;
  background: #fff;
  border-radius: 50px;
  -webkit-transition: all 0.275s;
  transition: all 0.275s;
}
@media screen and (max-width: 770px) {
  .page_list .list_content .section_filter .list_filter .form-checkbox .content_filter .form-checkbox-content .checkbox-box:not(:checked) + label:before, .page_list .list_content .section_filter .list_filter .form-checkbox .content_filter .form-checkbox-content .checkbox-box:checked + label:before {
    top: 5px;
    width: 12px;
    height: 12px;
  }
}
.page_list .list_content .section_filter .list_filter .form-checkbox .content_filter .form-checkbox-content .checkbox-box:checked + label:before {
  content: "";
  background: #B0DED9;
  border: 2px solid #B0DED9;
}
.page_list .list_content .section_filter .list_filter .form-checkbox .content_filter .form-checkbox-content .checkbox-box:not(:checked) + label:after, .page_list .list_content .section_filter .list_filter .form-checkbox .content_filter .form-checkbox-content .checkbox-box:checked + label:after {
  font-family: "Material Icons";
  content: "checked";
  position: absolute;
  top: 11px;
  right: -22px;
  font-size: 13px;
  font-weight: bold;
  color: #60A39B;
  line-height: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
body.ltr .page_list .list_content .section_filter .list_filter .form-checkbox .content_filter .form-checkbox-content .checkbox-box:not(:checked) + label:after, body.ltr .page_list .list_content .section_filter .list_filter .form-checkbox .content_filter .form-checkbox-content .checkbox-box:checked + label:after {
  right: 4px;
}
@media screen and (max-width: 770px) {
  .page_list .list_content .section_filter .list_filter .form-checkbox .content_filter .form-checkbox-content .checkbox-box:not(:checked) + label:after, .page_list .list_content .section_filter .list_filter .form-checkbox .content_filter .form-checkbox-content .checkbox-box:checked + label:after {
    top: 13px;
    right: -22px;
    font-size: 12px;
  }
  body.ltr .page_list .list_content .section_filter .list_filter .form-checkbox .content_filter .form-checkbox-content .checkbox-box:not(:checked) + label:after, body.ltr .page_list .list_content .section_filter .list_filter .form-checkbox .content_filter .form-checkbox-content .checkbox-box:checked + label:after {
    right: 2px;
  }
}
.page_list .list_content .section_filter .list_filter .form-checkbox .content_filter .form-checkbox-content .checkbox-box:not(:checked) ~ label:after {
  opacity: 0;
}
.page_list .list_content .section_filter .list_filter .form-checkbox .content_filter .form-checkbox-content .checkbox-box:checked + label:after {
  opacity: 1;
}
.page_list .list_content .section_filter .list_filter .form-checkbox .content_filter .form-checkbox-content .checkbox-box:disabled:not(:checked) + label:before, .page_list .list_content .section_filter .list_filter .form-checkbox .content_filter .form-checkbox-content .checkbox-box:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #e9e9e9;
}
.page_list .list_content .section_filter .list_filter .form-checkbox .content_filter .more-cats .result {
  color: #b49e86;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  line-height: 31px;
  cursor: pointer;
}
.page_list .list_content .section_filter .list_filter .form-checkbox .content_filter .more-cats .result.less {
  display: none;
}
.page_list .list_content .section_filter .list_filter .form-checkbox .content_filter .more-cats .result.active.less {
  display: block;
  padding-top: 15px;
}
.page_list .list_content .section_filter .list_filter .form-checkbox .content_filter .more-cats .result.active.more {
  display: none;
}
.page_list .list_content .section_filter .list_filter .form-checkbox .content_filter .more-cats .all_form_checkbox {
  display: none;
}
.page_list .list_content .section_filter .list_filter .form-checkbox .content_filter .more-cats .all_form_checkbox.active {
  display: flex;
}
.page_list .list_content .section_filter .list_filter .form-checkbox.active .category_link {
  padding: 0;
}
.page_list .list_content .section_filter .list_filter .form-checkbox.active .content_filter {
  padding-bottom: 0;
  display: none;
}
.page_list .list_content .section_filter_mobile {
  width: 100%;
  margin-right: 0;
  z-index: 9999;
  padding-bottom: 30px;
}
.page_list .list_content .section_filter_mobile.sticky {
  transition: 0.3s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  background: white;
  padding-bottom: 0;
}
.page_list .list_content .section_filter_mobile.sticky .nav_filter {
  padding: 30px 20px;
}
.page_list .list_content .section_filter_mobile.sticky .section_ranking {
  margin: -10px 0;
}
.page_list .list_content .section_filter_mobile .nav_filter .icon {
  display: flex;
  justify-content: space-between;
}
.page_list .list_content .section_filter_mobile .nav_filter .icon .click {
  display: flex;
  position: relative;
  /* text-transform: uppercase; */
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.899167px;
  color: #6c757d;
  align-items: center;
}
.page_list .list_content .section_filter_mobile .nav_filter .icon .click span {
  font-weight: 600;
  font-size: 14px;
  display: block;
  padding-right: 7px;
}
.page_list .list_content .section_filter_mobile .nav_filter .icon .click img {
  padding-right: 5px;
  width: 20px;
}
.page_list .list_content .section_filter_mobile .nav_filter .icon .click.filter {
  padding-right: 30px;
}
.page_list .list_content .section_filter_mobile .nav_filter .icon .click.sort img {
  padding: 0 0 0 5px;
  width: 16px;
}
.page_list .list_content .section_filter_mobile .nav_filter .cart {
  display: none;
  cursor: pointer;
  width: 33px;
  padding-right: 15px;
}
.page_list .list_content .section_filter_mobile .nav_filter .cart a {
  display: block;
}
.page_list .list_content .section_filter_mobile .nav_filter .cart a .section_icon_cart {
  position: relative;
}
.page_list .list_content .section_filter_mobile .nav_filter .cart a .section_icon_cart #cart_total_count {
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  background: black;
  color: white;
  position: absolute;
  right: -10px;
  top: 3px;
  width: 14px;
  height: 14px;
  border-radius: 50px;
  padding: 3px;
}
.page_list .list_content .section_filter_mobile .nav_filter .cart a .material-icons {
  font-size: 30px;
}
.page_list .list_content .section_filter_mobile .section_ranking {
  display: none;
  margin: 0 -15px;
  padding: 20px 10px;
  background: #FBF6E9;
  text-align: center;
  margin-top: 12px;
}
.page_list .list_content .section_filter_mobile .section_ranking label {
  color: black;
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  padding-bottom: 15px;
  line-height: 23px;
}
.page_list .list_content .section_filter_mobile .section_ranking .sec_sort {
  position: relative;
  width: 100%;
}
.page_list .list_content .section_filter_mobile .section_ranking .sec_sort .sorting .sortby {
  padding-bottom: 15px;
  font-size: 13px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 0.538462px;
  color: #6c757d;
  font-weight: 400;
}
.page_list .list_content .section_filter_mobile .section_ranking .sec_sort .sorting .sortby:last-child {
  padding-bottom: 0;
}
.page_list .list_content .section_filter_mobile .section_ranking .sec_sort .sorting .sortby.active {
  font-weight: 600;
}

.single_page {
  padding-top: 20px;
}
@media screen and (max-width: 770px) {
  .single_page {
    padding-top: 10px;
  }
}
.single_page .section_item .grid {
  padding: 0 !important;
}
.single_page .section_item .breadcramb {
  display: inline-block;
  flex-direction: row;
  align-items: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 770px) {
  .single_page .section_item .breadcramb {
    margin-bottom: 0;
  }
  .single_page .section_item .breadcramb::-webkit-scrollbar {
    display: none;
  }
}
.single_page .section_item .breadcramb li {
  display: inline-block;
  position: relative;
  margin-left: 12px;
  line-height: 20px;
}
@media screen and (max-width: 770px) {
  .single_page .section_item .breadcramb li {
    font-size: 11px;
  }
}
.single_page .section_item .breadcramb li::before {
  content: "chevron_left";
  position: absolute;
  font-family: "Material Icons";
  font-size: 20px;
  left: -10px;
  top: 0px;
  color: #9fa2aa;
  bottom: 0;
  display: inline-flex;
  align-items: center;
}
.single_page .section_item .breadcramb li a {
  color: #979797;
  font-size: 12px;
  font-weight: 500;
  padding-left: 12px;
  vertical-align: top;
  text-decoration: underline;
}
.single_page .section_item .breadcramb li a:hover {
  text-decoration: underline;
}
.single_page .section_item .breadcramb li:last-child {
  color: #423C33;
  font-size: 12px;
  pointer-events: none;
  display: none;
}
.single_page .section_item .breadcramb li:last-child::before {
  display: none;
}
.single_page .section_item .product_name {
  display: inline-block;
  color: #423C33;
  font-size: 12px;
  font-weight: 500;
}
@media screen and (max-width: 770px) {
  .single_page .section_item .product_name {
    font-size: 11px;
  }
}
.single_page .section_item .content {
  display: flex;
  padding-bottom: 100px;
}
@media screen and (max-width: 999px) {
  .single_page .section_item .content {
    flex-direction: column;
    padding-bottom: 0;
    padding-top: 20px;
  }
}
.single_page .section_item .content .sec_gallary {
  width: calc(100% - 510px);
}
@media screen and (max-width: 999px) {
  .single_page .section_item .content .sec_gallary {
    flex-direction: column;
  }
}
@media screen and (max-width: 999px) {
  .single_page .section_item .content .sec_gallary {
    width: 100%;
  }
}
.single_page .section_item .content .sec_gallary .gallary {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
}
@media screen and (max-width: 999px) {
  .single_page .section_item .content .sec_gallary .gallary {
    flex-direction: column;
  }
}
.single_page .section_item .content .sec_gallary .gallary .product-slider {
  display: block;
  width: calc(100% - 100px);
  height: 600px;
  text-align: left;
  opacity: 0;
  -webkit-transition: 0.3s 0.2s ease-in-out;
  -moz-transition: 0.3s 0.2s ease-in-out;
  -ms-transition: 0.3s 0.2s ease-in-out;
  -o-transition: 0.3s 0.2s ease-in-out;
  transition: 0.3s 0.2s ease-in-out;
}
@media screen and (max-width: 999px) {
  .single_page .section_item .content .sec_gallary .gallary .product-slider {
    height: 100%;
    padding-right: 0;
    width: 100%;
  }
}
.single_page .section_item .content .sec_gallary .gallary .product-slider.active {
  opacity: 1;
}
.single_page .section_item .content .sec_gallary .gallary .product-slider > .item:not(:first-child) {
  display: none;
}
.single_page .section_item .content .sec_gallary .gallary .product-slider .slick-list {
  height: 100%;
}
.single_page .section_item .content .sec_gallary .gallary .product-slider .slick-list .slick-track {
  height: 100%;
  display: flex;
  overflow: hidden;
}
.single_page .section_item .content .sec_gallary .gallary .product-slider .slick-list .slick-track .slick-slide {
  height: 100%;
  position: relative !important;
  padding: 0 2px;
  left: 0 !important;
  background-position: center center;
  object-fit: cover;
}
.single_page .section_item .content .sec_gallary .gallary .product-slider .slick-list .slick-track .slick-slide.not-clickable-js {
  display: block;
}
.single_page .section_item .content .sec_gallary .gallary .product-slider .next-arrow {
  right: 0;
  position: relative;
  position: absolute;
  width: 80px;
  top: 0;
  bottom: 0;
  cursor: pointer;
  -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;
}
.single_page .section_item .content .sec_gallary .gallary .product-slider .next-arrow span {
  display: block;
}
.single_page .section_item .content .sec_gallary .gallary .product-slider .next-arrow span::before {
  content: "chevron_right";
  font-family: "Material Icons";
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3px;
  font-size: 32px;
  font-weight: 100;
  color: white;
}
.single_page .section_item .content .sec_gallary .gallary .product-slider .next-arrow:hover {
  -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;
}
.single_page .section_item .content .sec_gallary .gallary .product-slider .next-arrow:hover span::before {
  color: #fff;
}
.single_page .section_item .content .sec_gallary .gallary .product-slider .prev-arrow {
  left: 0;
  position: relative;
  position: absolute;
  width: 80px;
  top: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 9;
  -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;
}
.single_page .section_item .content .sec_gallary .gallary .product-slider .prev-arrow span {
  display: block;
}
.single_page .section_item .content .sec_gallary .gallary .product-slider .prev-arrow span::before {
  content: "chevron_left";
  font-family: "Material Icons";
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3px;
  font-size: 32px;
  font-weight: 100;
  color: white;
}
.single_page .section_item .content .sec_gallary .gallary .product-slider .prev-arrow:hover {
  -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;
}
.single_page .section_item .content .sec_gallary .gallary .product-slider .prev-arrow:hover span::before {
  color: #fff;
}
.single_page .section_item .content .sec_gallary .gallary .product-slider .slick-disabled {
  opacity: 0;
}
.single_page .section_item .content .sec_gallary .gallary .product-slider .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  top: auto;
  display: flex;
  justify-content: center;
  z-index: 9;
}
@media (max-width: 1025px) {
  .single_page .section_item .content .sec_gallary .gallary .product-slider .slick-dots {
    bottom: 18px;
  }
}
.single_page .section_item .content .sec_gallary .gallary .product-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  background: rgba(216, 216, 216, 0.5294117647);
  font-size: 0;
  margin: 0 2px;
  border-radius: 50px;
}
.single_page .section_item .content .sec_gallary .gallary .product-slider .slick-dots li.slick-active button {
  background: white;
}
.single_page .section_item .content .sec_gallary .slider-nav {
  display: inline-block;
  overflow: hidden;
  width: 100px;
  height: 600px;
  margin-top: -1px;
  opacity: 0;
  padding-left: 5px;
}
@media screen and (max-width: 999px) {
  .single_page .section_item .content .sec_gallary .slider-nav {
    width: 100%;
    margin-top: 8px;
    margin-left: -4px;
    max-height: 100px;
  }
}
.single_page .section_item .content .sec_gallary .slider-nav .slick-slide {
  padding: 0 !important;
  width: 100% !important;
  height: 100px !important;
  margin-bottom: 3px;
  border: 2px solid transparent;
  cursor: pointer;
  -webkit-transition: 0.3s 0.2s ease-in-out;
  -moz-transition: 0.3s 0.2s ease-in-out;
  -ms-transition: 0.3s 0.2s ease-in-out;
  -o-transition: 0.3s 0.2s ease-in-out;
  transition: 0.3s 0.2s ease-in-out;
}
@media screen and (max-width: 999px) {
  .single_page .section_item .content .sec_gallary .slider-nav .slick-slide {
    width: 100px !important;
    height: 100px !important;
    padding: 0px 2px;
    object-fit: cover;
  }
}
.single_page .section_item .content .sec_gallary .slider-nav .slick-slide img {
  display: block;
  width: 100% !important;
  height: 100%;
  border-radius: 4px;
}
.single_page .section_item .content .sec_gallary .slider-nav .slick-slide.active {
  border: 2px solid #d5487a;
  border-radius: 4px;
}
.single_page .section_item .content .sec_gallary .slider-nav .slick-slide.slick-current {
  display: block !important;
}
.single_page .section_item .content .sec_gallary .slider-nav .slick-list {
  padding: 0 !important;
  height: 600px !important;
}
.single_page .section_item .content .sec_gallary .slider-nav .slick-list .slick-track {
  width: 100% !important;
}
@media screen and (max-width: 999px) {
  .single_page .section_item .content .sec_gallary .slider-nav .slick-list .slick-track {
    display: flex;
    overflow: scroll;
    transform: translate3d(0px, 0px, 0px) !important;
  }
}
.single_page .section_item .content .sec_gallary .slider-nav.active {
  opacity: 1;
}
.single_page .section_item .content .sec_gallary .slider-nav .slick-arrow {
  font-size: 0;
  border: none;
  width: 100%;
  height: 80px;
  color: #fff;
  font-size: 0;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
  transition: 0.3s all ease-in-out;
  top: 0;
}
.single_page .section_item .content .sec_gallary .slider-nav .slick-arrow::before {
  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;
  font-size: 20px;
  color: black;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.single_page .section_item .content .sec_gallary .slider-nav .slick-arrow.slick-prev {
  background: linear-gradient(180deg, #ffffff 0%, rgba(238, 238, 238, 0) 100%);
}
.single_page .section_item .content .sec_gallary .slider-nav .slick-arrow.slick-next {
  background: linear-gradient(180deg, rgba(238, 238, 238, 0) 0%, #fff 100%);
  top: auto;
  bottom: 0;
}
.single_page .section_item .content .sec_gallary .slider-nav .slick-arrow.slick-next::before {
  top: auto;
}
.single_page .section_item .content .sec_gallary .slider-nav .slick-arrow.slick-prev {
  top: 0;
}
.single_page .section_item .content .sec_gallary .slider-nav .slick-arrow.slick-prev::before {
  content: "keyboard_arrow_up";
}
.single_page .section_item .content .sec_gallary .slider-nav .slick-arrow.slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.single_page .section_item .content .sec_gallary .slider-nav img {
  display: none;
}
.single_page .section_item .content .sec_gallary .slider-nav .slick-slide ~ .slick-slide {
  display: block !important;
}
.single_page .section_item .content .sec_gallary .note_img {
  position: absolute;
  background: rgba(66, 60, 51, 0.5);
  bottom: 20px;
  left: 20px;
}
@media screen and (max-width: 999px) {
  .single_page .section_item .content .sec_gallary .note_img {
    bottom: 120px;
  }
}
.single_page .section_item .content .sec_gallary .note_img span {
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  color: white;
  padding: 5px 10px;
  display: block;
}
.single_page .section_item .content .sec_info {
  width: calc(100% - 800px);
  padding-right: 30px;
}
@media (max-width: 1250) {
  .single_page .section_item .content .sec_info {
    width: 50%;
  }
}
@media screen and (max-width: 999px) {
  .single_page .section_item .content .sec_info {
    width: 100%;
    padding-top: 15px;
    padding-right: 0;
  }
}
.single_page .section_item .content .sec_info .top {
  padding-bottom: 20px;
}
@media screen and (max-width: 770px) {
  .single_page .section_item .content .sec_info .top {
    padding-bottom: 10px;
  }
}
.single_page .section_item .content .sec_info .top .reviews-avg {
  display: flex;
  align-items: center;
  padding-bottom: 12px;
}
.single_page .section_item .content .sec_info .top .reviews-avg .first a {
  font-size: 14px;
  font-weight: 500;
  color: #423C33;
  text-decoration: underline;
}
.single_page .section_item .content .sec_info .top .reviews-avg .second {
  display: flex;
  align-items: center;
  padding-right: 5px;
}
.single_page .section_item .content .sec_info .top .reviews-avg .second .starssss {
  font-size: 0;
  display: inline-block;
}
.single_page .section_item .content .sec_info .top .reviews-avg .second .starssss span {
  color: #423C33;
  font-size: 18px;
}
.single_page .section_item .content .sec_info .top .reviews-avg .second .bold {
  font-weight: 700;
  font-size: 14px;
  padding: 0 3px;
  color: #423C33;
}
.single_page .section_item .content .sec_info .top .reviews-avg span {
  font-weight: 500;
  font-size: 14px;
  color: #979797;
}
.single_page .section_item .content .sec_info .top .first {
  display: flex;
  justify-content: space-between;
}
.single_page .section_item .content .sec_info .top .first .section_wishlist .add-to-wishlist {
  width: 38px;
  height: 30px;
}
.single_page .section_item .content .sec_info .top .first .section_wishlist .add-to-wishlist::before {
  content: "favorite_border";
  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: 30px;
  /* position: absolute; */
  /* right: 5px; */
  /* top: 5px; */
  color: black;
}
.single_page .section_item .content .sec_info .top .first .section_wishlist .remove-from-wishlist {
  width: 38px;
  height: 30px;
}
.single_page .section_item .content .sec_info .top .first .section_wishlist .remove-from-wishlist::before {
  content: "favorite";
  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: 30px;
  /* position: absolute; */
  /* right: 5px; */
  /* top: 5px; */
  color: #d35a59;
}
.single_page .section_item .content .sec_info .top .single_title_item {
  color: #121212;
  font-size: 24px;
  line-height: 38px;
  font-weight: 700;
}
@media screen and (max-width: 770px) {
  .single_page .section_item .content .sec_info .top .single_title_item {
    font-size: 22px;
    line-height: 34px;
  }
}
.single_page .section_item .content .sec_info .top .content_description {
  padding: 10px 0 30px;
}
.single_page .section_item .content .sec_info .top .content_description .description {
  color: #979797;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
}
@media screen and (max-width: 770px) {
  .single_page .section_item .content .sec_info .top .content_description .description {
    font-size: 12px;
    line-height: 20px;
  }
}
.single_page .section_item .content .sec_info .top .content_description .btnn {
  display: none;
}
.single_page .section_item .content .sec_info .top .content_description.more .description {
  max-height: 150px;
  overflow: hidden;
}
.single_page .section_item .content .sec_info .top .content_description.more .btnn {
  color: #5A7B65;
  font-size: 14px;
  display: block;
  cursor: pointer;
}
.single_page .section_item .content .sec_info .top .content_description.more .btnn.hidee {
  display: none;
}
@media screen and (max-width: 770px) {
  .single_page .section_item .content .sec_info .top .content_description.more .btnn.more {
    padding-top: 15px;
  }
}
.single_page .section_item .content .sec_info .top .content_description.more .btnn:hover {
  text-decoration: underline;
}
.single_page .section_item .content .sec_info .top .content_description.show_more .description {
  max-height: 100% !important;
}
.single_page .section_item .content .sec_info .top .price {
  color: #C6537A;
  font-size: 28px;
  font-weight: 700;
}
.single_page .section_item .content .sec_info .top .price span {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.015em;
  text-decoration-line: line-through;
  color: #777777;
  display: block;
  margin-top: 10px;
}
.single_page .section_item .content .sec_info .top .price ~ .price {
  margin-top: 10px;
}
.single_page .section_item .content .sec_info .top .note_points {
  display: none !important;
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  color: #60A39B;
  background: #CEEFEB;
  padding: 8px 15px;
  display: block;
  width: fit-content;
  margin-top: 15px;
}
@media screen and (max-width: 999px) {
  .single_page .section_item .content .sec_info .min_middle {
    padding: 20px 0 0;
  }
}
.single_page .section_item .content .sec_info .min_middle .first_min_middle .section_size {
  padding: 15px 0 0;
}
@media screen and (max-width: 999px) {
  .single_page .section_item .content .sec_info .min_middle .first_min_middle .section_size {
    padding: 0px 0 20px;
  }
}
.single_page .section_item .content .sec_info .min_middle .first_min_middle .section_size label {
  color: black;
  font-size: 12px;
  padding-bottom: 10px;
  font-weight: normal;
}
.single_page .section_item .content .sec_info .min_middle .first_min_middle .section_size .second {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single_page .section_item .content .sec_info .min_middle .first_min_middle .section_size .second .size-guide-link a {
  font-weight: 600;
  font-size: 11px;
  line-height: 24px;
  color: #9fa2aa;
}
.single_page .section_item .content .sec_info .min_middle .first_min_middle .section_size .second .size-guide-link a:hover {
  text-decoration-line: underline;
}
.single_page .section_item .content .sec_info .min_middle .first_min_middle .section_size .size {
  display: flex;
  align-items: center;
}
.single_page .section_item .content .sec_info .min_middle .first_min_middle .section_size .size .single_size {
  padding-left: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.single_page .section_item .content .sec_info .min_middle .first_min_middle .section_size .size .single_size P {
  border: 2px solid #D9D9D9;
  border-radius: 4px;
  padding: 10px 20px;
  font-weight: 700;
  font-size: 14px;
  line-height: 23px;
  text-align: center;
  color: #423C33;
  min-width: 42px;
}
.single_page .section_item .content .sec_info .min_middle .first_min_middle .section_size .size .single_size:hover p {
  background: #F6F6F4;
}
.single_page .section_item .content .sec_info .min_middle .first_min_middle .section_size .size .single_size.active p {
  background: #F6F6F4;
}
.single_page .section_item .content .sec_info .min_middle .section_qty {
  padding: 25px 0 25px;
  border-top: 1px solid #e8d9d6;
  margin-top: 20px;
}
.single_page .section_item .content .sec_info .min_middle .section_qty label {
  color: black;
  font-size: 12px;
  padding-bottom: 10px;
  font-weight: normal;
}
.single_page .section_item .content .sec_info .min_middle .section_qty .select_arrow {
  position: relative;
  width: 100px;
}
.single_page .section_item .content .sec_info .min_middle .section_qty .select_arrow select {
  border: 1px solid #6c757d;
  font-size: 16px;
  font-weight: 500;
  padding: 0 10px;
  cursor: pointer;
  border-radius: 4px;
  height: 42px !important;
}
.single_page .section_item .content .sec_info .min_middle .section_wishlist {
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.single_page .section_item .content .sec_info .min_middle .section_wishlist .count {
  position: relative;
  display: flex;
  align-items: center;
}
.single_page .section_item .content .sec_info .min_middle .section_wishlist .count::before {
  content: "favorite_border";
  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;
}
.single_page .section_item .content .sec_info .min_middle .section_wishlist .count .num {
  font-size: 12px;
  font-weight: normal;
  line-height: 24px;
  padding-left: 5px;
}
.single_page .section_item .content .sec_info .min_middle .section_wishlist .count .num span {
  color: #ca4323;
}
.single_page .section_item .content .sec_info .min_middle .section_wishlist .link {
  padding-left: 12px;
}
.single_page .section_item .content .sec_info .min_middle .section_wishlist .link button {
  color: #5A7B65;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: underline;
}
.single_page .section_item .content .sec_info .min_middle .cake_note {
  padding-top: 30px;
}
.single_page .section_item .content .sec_info .min_middle .cake_note .single_note {
  padding-bottom: 20px;
}
.single_page .section_item .content .sec_info .min_middle .cake_note .single_note h6 {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #423C33;
  padding-bottom: 5px;
}
.single_page .section_item .content .sec_info .min_middle .cake_note .single_note textarea {
  border: 2px solid rgb(217, 217, 217);
  border-radius: 4px;
  width: 100%;
  resize: none;
  min-height: 70px;
  max-height: 70px;
  padding: 15px;
}
.single_page .section_item .content .sec_info .min_middle .min_total h6 {
  font-size: 13px !important;
}
.single_page .section_item .content .sec_info .min_middle .min_total h6 span {
  font-size: 12px;
  font-weight: 700;
  color: #c6537b;
  padding: 0 5px;
}
.single_page .section_item .content .sec_info .min_middle .min_total input {
  border: 2px solid #DADADA;
  width: 100%;
  border-radius: 4px;
  padding: 10px 14px;
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
  max-width: 100px;
  margin-top: 8px;
}
.single_page .section_item .content .sec_info .min_middle .min_total input:focus {
  border: 2px solid black;
}
.single_page .section_item .content .sec_info .min_middle .section_add_cart {
  display: flex;
  align-items: center;
  padding: 35px 0 20px;
}
@media screen and (max-width: 770px) {
  .single_page .section_item .content .sec_info .min_middle .section_add_cart {
    flex-direction: column;
    align-items: flex-start;
    padding: 0px 0 20px;
  }
}
.single_page .section_item .content .sec_info .min_middle .section_add_cart.sec_excluded {
  padding: 10px 0 0px;
}
.single_page .section_item .content .sec_info .min_middle .section_add_cart .section_count {
  display: flex;
  justify-content: space-between;
  border-radius: 50px;
  width: 130px;
  padding: 8px 10px;
  border: 2px solid #d9d9d9;
}
.single_page .section_item .content .sec_info .min_middle .section_add_cart .section_count .increase {
  position: relative;
  padding: 0;
}
.single_page .section_item .content .sec_info .min_middle .section_add_cart .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: 26px;
  color: #423C33;
  cursor: pointer;
  pointer-events: none;
  font-weight: 500;
}
.single_page .section_item .content .sec_info .min_middle .section_add_cart .section_count .increase.disabled {
  opacity: 0.2 !important;
}
.single_page .section_item .content .sec_info .min_middle .section_add_cart .section_count .number_count {
  color: black;
  font-size: 16px;
  font-weight: 600;
  max-width: 50px;
  text-align: center;
}
@media screen and (max-width: 770px) {
  .single_page .section_item .content .sec_info .min_middle .section_add_cart .section_count .number_count {
    font-size: 14px;
    margin-top: 5px;
    max-width: 30px;
  }
}
.single_page .section_item .content .sec_info .min_middle .section_add_cart .section_count .decrease {
  position: relative;
  padding: 0;
}
.single_page .section_item .content .sec_info .min_middle .section_add_cart .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: 26px;
  color: #423C33;
  cursor: pointer;
  pointer-events: none;
  font-weight: 500;
}
@media screen and (max-width: 770px) {
  .single_page .section_item .content .sec_info .min_middle .section_add_cart .section_count .decrease::before {
    font-size: 22px;
  }
}
.single_page .section_item .content .sec_info .min_middle .section_add_cart .section_count .decrease.disabled {
  opacity: 0.2 !important;
}
.single_page .section_item .content .sec_info .min_middle .section_add_cart .add_to_cart {
  margin-right: 20px;
  width: calc(100% - 130px);
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: black;
  padding: 18px 0;
  transition: all 0.3s ease;
  background: #a4e0d9;
  border-radius: 50px;
}
@media screen and (max-width: 770px) {
  .single_page .section_item .content .sec_info .min_middle .section_add_cart .add_to_cart {
    margin-right: 0;
    margin-top: 20px;
    width: 100%;
  }
}
.single_page .section_item .content .sec_info .min_middle .section_add_cart .add_to_cart:hover {
  background: #9ecdc8;
}
.single_page .section_item .content .sec_info .min_middle .section_add_cart .excluded_text {
  font-size: 16px;
  font-weight: 500;
  color: red;
  padding: 18px 0;
}
@media screen and (max-width: 770px) {
  .single_page .section_item .content .sec_info .min_middle .section_add_cart .excluded_text {
    margin-top: 20px;
    width: 100%;
  }
}
.single_page .section_item .content .sec_info .min_middle .sec_shipping {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  padding: 10px;
  background: #f6f6f6;
  margin: 25px 0;
}
@media screen and (max-width: 770px) {
  .single_page .section_item .content .sec_info .min_middle .sec_shipping {
    margin: 10px 0;
  }
}
.single_page .section_item .content .sec_info .min_middle .sec_shipping::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../img/icons/delivery-header.png) no-repeat;
  background-size: 20px;
  background-position: 100% 3px;
  display: inline-block;
  margin-left: 5px;
}
body.ltr .single_page .section_item .content .sec_info .min_middle .sec_shipping::before {
  background-position: 100% 0px;
}
.single_page .section_item .content .sec_info .min_middle .sec_shipping .text p {
  color: #423C33;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  line-height: 18px;
}
.single_page .section_item .content .sec_info .min_middle .sec_shipping .text p a {
  font-size: 12px;
  font-weight: bold;
  padding: 0 3px;
  color: #60A39B;
  text-decoration: underline;
}
.single_page .sec_product_details {
  padding-top: 20px;
}
.single_page .sec_product_details .section_parent .product_details h3 {
  font-size: 21px;
  font-weight: 700;
  line-height: 21px;
  color: #121212;
  padding-bottom: 14px;
}
@media screen and (max-width: 999px) {
  .single_page .sec_product_details .section_parent .product_details h3 {
    display: none;
    font-size: 16px;
  }
}
.single_page .sec_product_details .section_parent .product_details .dropdown_info .single_info ~ .single_info {
  border-top: 1px solid #d8e3ea;
}
.single_page .sec_product_details .section_parent .product_details .dropdown_info .single_info:first-child {
  border-top: 0;
}
.single_page .sec_product_details .section_parent .product_details .dropdown_info .single_info:last-child .content_info {
  padding-bottom: 0;
}
.single_page .sec_product_details .section_parent .product_details .dropdown_info .single_info .title_info {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #423C33;
  padding: 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
.single_page .sec_product_details .section_parent .product_details .dropdown_info .single_info .title_info::after {
  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;
  color: black;
  font-size: 22px;
  font-weight: 300;
}
.single_page .sec_product_details .section_parent .product_details .dropdown_info .single_info .title_info.active::after {
  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: 20px;
}
@media screen and (max-width: 770px) {
  .single_page .sec_product_details .section_parent .product_details .dropdown_info .single_info .title_info {
    font-size: 14px;
  }
}
.single_page .sec_product_details .section_parent .product_details .dropdown_info .single_info .content_info {
  color: #6c757d;
  padding-bottom: 20px;
  display: none;
}
.single_page .sec_product_details .section_parent .product_details .dropdown_info .single_info .content_info.scroll_desc {
  max-height: 300px;
  overflow-y: scroll;
}
.single_page .sec_product_details .section_parent .product_details .dropdown_info .single_info .content_info.scroll_desc::-webkit-scrollbar {
  width: 3px;
  height: 20px;
}
.single_page .sec_product_details .section_parent .product_details .dropdown_info .single_info .content_info.scroll_desc::-webkit-scrollbar-track {
  background-color: rgba(221, 193, 169, 0.168627451);
  border-radius: 10px;
}
.single_page .sec_product_details .section_parent .product_details .dropdown_info .single_info .content_info.scroll_desc::-webkit-scrollbar-thumb {
  background-color: #ddc1a9;
  border-radius: 10px;
}
.single_page .sec_product_details .section_parent .product_details .dropdown_info .single_info .content_info h2 {
  font-size: 20px;
  padding-bottom: 5px;
}
.single_page .sec_product_details .section_parent .product_details .dropdown_info .single_info .content_info h3 {
  font-size: 18px;
  padding-bottom: 5px;
}
.single_page .sec_product_details .section_parent .product_details .dropdown_info .single_info .content_info h4 {
  font-size: 16px;
  padding-bottom: 5px;
}
.single_page .sec_product_details .section_parent .product_details .dropdown_info .single_info .content_info h5 {
  font-size: 14px;
  padding-bottom: 5px;
}
.single_page .sec_product_details .section_parent .product_details .dropdown_info .single_info .content_info h6 {
  font-size: 12px;
  padding-bottom: 5px;
}
.single_page .sec_product_details .section_parent .product_details .dropdown_info .single_info .content_info p {
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  color: #6c757d;
}
@media (max-width: 1025px) {
  .single_page .sec_product_details .section_parent .product_details .dropdown_info .single_info .content_info p {
    font-size: 14px;
    line-height: 28px;
  }
}
.single_page .sec_product_details .section_parent .product_details .dropdown_info .single_info .content_info img {
  display: block;
  width: 100%;
}
.single_page .sec_product_details .section_parent .product_details .dropdown_info .single_info .content_info strong {
  font-weight: 700;
}
.single_page .sec_product_details .section_parent .product_details .dropdown_info .single_info .content_info a {
  display: inline-block;
  color: #2075ff;
}
.single_page .sec_product_details .section_parent .product_details .dropdown_info .single_info .content_info a:hover {
  text-decoration: underline;
}
.single_page .sec_product_details .section_parent .product_details .dropdown_info .single_info .content_info ul,
.single_page .sec_product_details .section_parent .product_details .dropdown_info .single_info .content_info ol {
  padding: 10px 0 30px;
}
.single_page .sec_product_details .section_parent .product_details .dropdown_info .single_info .content_info ul li,
.single_page .sec_product_details .section_parent .product_details .dropdown_info .single_info .content_info ol li {
  padding-right: 15px;
  position: relative;
  font-size: 13px;
  line-height: 28px;
  color: #2e3236;
}
@media screen and (max-width: 770px) {
  .single_page .sec_product_details .section_parent .product_details .dropdown_info .single_info .content_info ul li,
  .single_page .sec_product_details .section_parent .product_details .dropdown_info .single_info .content_info ol li {
    font-size: 12px;
    padding-right: 12px;
  }
}
.single_page .sec_product_details .section_parent .product_details .dropdown_info .single_info .content_info ul li::before,
.single_page .sec_product_details .section_parent .product_details .dropdown_info .single_info .content_info ol li::before {
  content: "";
  position: absolute;
  right: 0;
  width: 7px;
  height: 7px;
  background-color: #d6d4ee;
  top: 10px;
  border-radius: 50%;
}
@media screen and (max-width: 770px) {
  .single_page .sec_product_details .section_parent .product_details .dropdown_info .single_info .content_info ul li::before,
  .single_page .sec_product_details .section_parent .product_details .dropdown_info .single_info .content_info ol li::before {
    width: 5px;
    height: 5px;
    top: 11px;
  }
}
.single_page .head_w_Link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
}
@media screen and (max-width: 999px) {
  .single_page .head_w_Link {
    padding-bottom: 5px;
  }
}
.single_page .head_w_Link .text h4 {
  font-weight: 500;
  font-size: 28px;
  line-height: 48px;
  color: #423C33;
}
@media screen and (max-width: 999px) {
  .single_page .head_w_Link .text h4 {
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
  }
}
.single_page .head_w_Link .text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  color: #8D887F;
}
@media screen and (max-width: 999px) {
  .single_page .head_w_Link .text p {
    font-size: 12px;
    line-height: 22px;
  }
}
@media screen and (max-width: 999px) {
  .single_page .head_w_Link .btn_more {
    display: none;
  }
}
.single_page .head_w_Link .btn_more a {
  font-size: 12px;
  color: #423C33;
  font-weight: 500;
  line-height: 20px;
  border: 1px solid #d9d9d9;
  border-radius: 50px;
  padding: 12px 25px;
}
.single_page .review-section {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .single_page .review-section {
    padding: 40px 0 20px;
  }
}
.single_page .review-section .grid {
  max-width: 700px;
  padding: 0 !important;
}
.single_page .review-section .all {
  background: #F6F6F4;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .single_page .review-section .all {
    padding: 20px 10px;
  }
}
.single_page .review-section .all .review-title {
  width: 100%;
}
.single_page .review-section .all .review-title .top {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .single_page .review-section .all .review-title .top img {
    width: 40px;
    height: 40px;
  }
}
.single_page .review-section .all .review-title .top h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #423C33;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .single_page .review-section .all .review-title .top h2 {
    font-size: 16px;
    line-height: 26px;
    padding: 8px 0 5px;
  }
}
.single_page .review-section .all .review-title .top p {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #423C33;
}
@media screen and (max-width: 767px) {
  .single_page .review-section .all .review-title .top p {
    font-size: 12px;
  }
}
.single_page .review-section .all .review-title .section_form .success-review {
  border: 1px solid #32a94c;
  border-radius: 8px;
  background: #e4fbed;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #000000 !important;
  padding: 15px;
  margin: 20px 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .single_page .review-section .all .review-title .section_form .success-review {
    padding: 10px;
    font-size: 10px;
    line-height: 18px;
  }
}
.single_page .review-section .all .review-title .section_form .button-submit-review {
  border-radius: 4px;
  background-color: #b0ded9;
  color: black;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  display: block;
  text-align: center;
  padding: 14px 0 12px;
  transition: all 0.3s ease;
  cursor: pointer;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .single_page .review-section .all .review-title .section_form .button-submit-review {
    font-size: 12px;
    margin-top: 15px;
  }
}
.single_page .review-section .all .review-title .section_form .button-submit-review:hover {
  background: #9ecdc8;
}
.single_page .review-section .all .review-title .section_form #reviews_form {
  display: none;
  font-size: 0;
  margin: 40px 0 0;
}
.single_page .review-section .all .review-title .section_form #reviews_form .field {
  display: inline-block;
  width: 100%;
  padding: 0 0px 25px;
}
.single_page .review-section .all .review-title .section_form #reviews_form .field:last-child {
  padding-bottom: 0;
}
.single_page .review-section .all .review-title .section_form #reviews_form .field.half {
  width: 50%;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .single_page .review-section .all .review-title .section_form #reviews_form .field.half {
    width: 100%;
    padding-left: 0px;
  }
}
.single_page .review-section .all .review-title .section_form #reviews_form .field.half ~ .half {
  padding-left: 0;
}
.single_page .review-section .all .review-title .section_form #reviews_form .field.full {
  width: 100%;
}
.single_page .review-section .all .review-title .section_form #reviews_form .field .review_rat {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .single_page .review-section .all .review-title .section_form #reviews_form .field .review_rat {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -5px;
  }
}
.single_page .review-section .all .review-title .section_form #reviews_form .field .review_rat li {
  width: 20%;
  padding-left: 20px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .single_page .review-section .all .review-title .section_form #reviews_form .field .review_rat li {
    width: 50%;
    padding-left: 0px;
    padding: 0 5px 20px;
  }
}
.single_page .review-section .all .review-title .section_form #reviews_form .field .review_rat li:last-child {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .single_page .review-section .all .review-title .section_form #reviews_form .field .review_rat li:last-child {
    padding-bottom: 0;
  }
}
.single_page .review-section .all .review-title .section_form #reviews_form .field .review_rat li:hover .box {
  background: #C6537A;
  border: 2px solid #C6537A;
}
.single_page .review-section .all .review-title .section_form #reviews_form .field .review_rat li:hover .box p {
  color: white;
}
.single_page .review-section .all .review-title .section_form #reviews_form .field .review_rat li .box {
  background: white;
  border: 2px solid #D9D9D9;
  border-radius: 6px;
  text-align: center;
  padding: 15px 0;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .single_page .review-section .all .review-title .section_form #reviews_form .field .review_rat li .box {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.single_page .review-section .all .review-title .section_form #reviews_form .field .review_rat li .box.active {
  background: #C6537A;
  border: 2px solid #C6537A;
}
.single_page .review-section .all .review-title .section_form #reviews_form .field .review_rat li .box.active p {
  color: white;
}
.single_page .review-section .all .review-title .section_form #reviews_form .field .review_rat li .box p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #423C33;
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  .single_page .review-section .all .review-title .section_form #reviews_form .field .review_rat li .box p {
    font-size: 12px;
    line-height: 24px;
    padding-top: 0;
    padding-right: 5px;
  }
}
.single_page .review-section .all .review-title .section_form #reviews_form .field.select_arrow {
  position: relative;
}
.single_page .review-section .all .review-title .section_form #reviews_form .field.select_arrow select {
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  padding: 8px 10px;
  cursor: pointer;
  background: white;
  border: 1px solid #c1c9d2;
  border-radius: 4px;
  height: 44px;
}
.single_page .review-section .all .review-title .section_form #reviews_form .field.select_arrow .rate {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.single_page .review-section .all .review-title .section_form #reviews_form .field.select_arrow .rate:not(:checked) > input {
  position: absolute;
  background: transparent;
  padding: 0;
  border: 0;
}
.single_page .review-section .all .review-title .section_form #reviews_form .field.select_arrow .rate:not(:checked) > label {
  float: right;
  width: 26px;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 26px;
  color: #000000;
  font-weight: normal;
}
.single_page .review-section .all .review-title .section_form #reviews_form .field.select_arrow .rate:not(:checked) > label: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;
}
.single_page .review-section .all .review-title .section_form #reviews_form .field.select_arrow .rate > input:checked ~ label::before {
  content: "star";
}
.single_page .review-section .all .review-title .section_form #reviews_form .field.select_arrow .rate:not(:checked) > label:hover,
.single_page .review-section .all .review-title .section_form #reviews_form .field.select_arrow .rate:not(:checked) > label:hover ~ label::before {
  content: "star";
}
.single_page .review-section .all .review-title .section_form #reviews_form .field.select_arrow .rate > input:checked + label:hover,
.single_page .review-section .all .review-title .section_form #reviews_form .field.select_arrow .rate > input:checked + label:hover ~ label,
.single_page .review-section .all .review-title .section_form #reviews_form .field.select_arrow .rate > input:checked ~ label:hover,
.single_page .review-section .all .review-title .section_form #reviews_form .field.select_arrow .rate > input:checked ~ label:hover ~ label,
.single_page .review-section .all .review-title .section_form #reviews_form .field.select_arrow .rate > label:hover ~ input:checked ~ label::before {
  content: "star";
}
.single_page .review-section .all .review-title .section_form #reviews_form .field label {
  font-weight: 600;
  font-size: 14px;
  line-height: 28px;
  color: #979797;
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .single_page .review-section .all .review-title .section_form #reviews_form .field label {
    font-weight: 500;
    font-size: 12px;
    padding-bottom: 2px;
  }
}
.single_page .review-section .all .review-title .section_form #reviews_form .field label span {
  color: red;
  font-size: 12px;
}
.single_page .review-section .all .review-title .section_form #reviews_form .field input {
  background: #ffffff;
  border: 2px solid #D9D9D9;
  border-radius: 6px;
  color: #423C33;
  font-size: 14px;
  font-weight: 600;
  box-shadow: none;
  width: 100%;
  padding: 15px;
}
.single_page .review-section .all .review-title .section_form #reviews_form .field input:focus {
  background-color: #f6f6f4;
}
.single_page .review-section .all .review-title .section_form #reviews_form .field textarea {
  background: white;
  width: 100%;
  border: 2px solid #D9D9D9;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  resize: none;
  padding: 15px !important;
  height: 120px !important;
  box-shadow: none;
}
.single_page .review-section .all .review-title .section_form #reviews_form .field textarea:focus {
  background-color: #f6f6f4;
}
.single_page .review-section .all .review-title .section_form #reviews_form .btn {
  background: #B0DED9;
  width: 200px;
  border-radius: 50px;
  padding: 8px 0;
  color: black;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
  line-height: 34px;
  border: 0;
}
@media screen and (max-width: 767px) {
  .single_page .review-section .all .review-title .section_form #reviews_form .btn {
    font-size: 12px;
    line-height: 28px;
  }
}
.single_page .review-section .all .review-title .section_form #reviews_form .btn:hover {
  background: #9ecdc8;
}
@media screen and (max-width: 767px) {
  .single_page .review-section .all .review-title .section_form .alert-danger {
    padding: 10px 0 0;
  }
}
.single_page .review-section .all .review-title .section_form .alert-danger p {
  text-align: center;
  line-height: 26px;
}
@media screen and (max-width: 767px) {
  .single_page .review-section .all .review-title .section_form .alert-danger p {
    font-size: 10px;
    line-height: 20px;
  }
}
.single_page .review-section .all .review-title .list-of-reviews {
  display: flex;
  flex-direction: column;
  padding: 30px 0 0;
}
.single_page .review-section .all .review-title .list-of-reviews .single-review {
  padding-bottom: 10px;
  border-bottom: 1px solid #b5b1e3;
  margin-bottom: 16px;
}
.single_page .review-section .all .review-title .list-of-reviews .single-review .top {
  display: flex;
  align-items: center;
}
.single_page .review-section .all .review-title .list-of-reviews .single-review .top .review-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 10px;
}
.single_page .review-section .all .review-title .list-of-reviews .single-review .top .review-text .name p {
  color: black;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 13px;
  padding-bottom: 3px;
  text-transform: capitalize;
  text-align: right;
}
.single_page .review-section .all .review-title .list-of-reviews .single-review .top .review-text .name .starssss {
  color: #000000;
  font-size: 0px;
}
.single_page .review-section .all .review-title .list-of-reviews .single-review .top .review-text .name .starssss span {
  color: black;
  font-size: 16px;
}
.single_page .review-section .all .review-title .list-of-reviews .single-review .top .review-text .time {
  color: black;
  font-size: 9px;
  padding-top: 10px;
}
.single_page .review-section .all .review-title .list-of-reviews .single-review .bottom p {
  color: #121212;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 22px;
  padding-top: 6px;
  text-align: right;
}
.single_page .review-section .all .review-box {
  display: none;
  width: 100%;
}
.single_page .review-section .all .review-box .review-top {
  position: relative;
}
.single_page .review-section .all .review-box .review-top .stars-out {
  padding-bottom: 15px;
}
.single_page .review-section .all .review-box .review-top .stars-out span {
  color: black;
  vertical-align: middle;
  font-size: 11px;
}
.single_page .review-section .all .review-box .review-top .stars-out .bold {
  font-size: 50px;
  font-weight: bold;
  color: black;
}
.single_page .review-section .all .review-box .review-top .stars-out .starssss {
  padding-top: 5px;
  display: inline-block;
}
.single_page .review-section .all .review-box .review-top .stars-out .starssss span {
  color: black;
  font-size: 18px;
}
@media screen and (max-width: 999px) {
  .single_page .review-section .all .review-box .review-top .all-starts {
    max-width: 250px;
    margin: 0 auto;
  }
}
.single_page .review-section .all .review-box .review-top .all-starts .perc-rating {
  display: flex;
  flex-direction: row;
}
.single_page .review-section .all .review-box .review-top .all-starts .perc-rating .text {
  color: #000000;
  font-size: 11px;
  letter-spacing: 0;
  line-height: 10px;
}
.single_page .review-section .all .review-box .review-top .all-starts .perc-rating .proccess-bar {
  height: 7px;
  width: 160px;
  border-radius: 1px;
  background-color: black;
  margin: 2px 6px 10px 6px;
  position: relative;
}
.single_page .review-section .all .review-box .review-top .all-starts .perc-rating .proccess-bar span {
  height: 7px;
  border-radius: 1px;
  background: black;
  display: block;
  position: absolute;
}

#product_1730_block {
  padding-top: 50px;
}
#product_1730_block .section_item .breadcramb {
  display: none !important;
}
#product_1730_block .section_item .product_name {
  display: none !important;
}
#product_1730_block .sec_info .min_middle .section_add_cart .section_count {
  display: none !important;
}
#product_1730_block .sec_info .min_middle .section_add_cart .add_to_cart {
  margin-right: 0;
}
#product_1730_block .sec_info .min_middle .sec_shipping {
  display: none !important;
}
#product_1730_block .sec_info .sec_product_details {
  display: none !important;
}

.product_container .products_list {
  display: flex;
  margin: 0 -10px;
  flex-wrap: wrap;
}
.product_container .products_list .product_widget {
  padding: 0 10px 30px;
  position: relative;
}
@media screen and (max-width: 770px) {
  .product_container .products_list .product_widget {
    padding: 10px 5px;
  }
}
.product_container .products_list .product_widget.slick-slide {
  display: block !important;
}
.product_container .products_list .product_widget .label {
  display: none;
  position: absolute;
  right: 20px;
  top: 12px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
  line-height: 18px;
  z-index: 9;
  padding: 1px 6px;
  text-transform: uppercase;
}
.product_container .products_list .product_widget .label.new {
  background-color: #d3a172;
}
.product_container .products_list.edit .product_widget {
  width: calc(25% - 10px) !important;
}
@media screen and (max-width: 770px) {
  .product_container .products_list.edit .product_widget {
    width: 50%;
  }
}
@media screen and (max-width: 370px) {
  .product_container .products_list.edit .product_widget {
    width: 100%;
  }
}
.product_container .products_list.edit .product_widget .img {
  height: 340px !important;
}
.product_container .products_list.slider_widget .product_widget ~ .product_widget {
  display: none;
}
.product_container .products_list.slider_widget .product_widget ~ .product_widget.slick-slide {
  display: inline-block !important;
}
.product_container .products_list.slider_widget .next-arrow {
  left: 0;
  position: relative;
  position: absolute;
  top: 42%;
  cursor: pointer;
  z-index: 9;
  -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: 999px) {
  .product_container .products_list.slider_widget .next-arrow {
    top: 45%;
  }
}
.product_container .products_list.slider_widget .next-arrow span {
  display: block;
  background: #423C33;
  width: 38px;
  height: 38px;
  border-radius: 50px;
}
.product_container .products_list.slider_widget .next-arrow span::before {
  content: "";
  background-image: url("../img/icons/arrow-widget-left.png");
  background-repeat: no-repeat;
  margin: auto;
  width: 29px;
  height: 20px;
  background-size: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
}
body.ltr .product_container .products_list.slider_widget .next-arrow span::before {
  transform: rotate(180deg);
}
.product_container .products_list.slider_widget .next-arrow.slick-disabled {
  opacity: 0.5;
}
.product_container .products_list.slider_widget .prev-arrow {
  right: 0;
  position: relative;
  position: absolute;
  top: 42%;
  cursor: pointer;
  z-index: 9;
  -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: 999px) {
  .product_container .products_list.slider_widget .prev-arrow {
    top: 45%;
  }
}
.product_container .products_list.slider_widget .prev-arrow span {
  display: block;
  background: #423C33;
  width: 38px;
  height: 38px;
  border-radius: 50px;
}
.product_container .products_list.slider_widget .prev-arrow span::before {
  content: "";
  background-image: url("../img/icons/arrow-widget-right.png");
  background-repeat: no-repeat;
  margin: auto;
  width: 29px;
  height: 20px;
  background-size: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
}
body.ltr .product_container .products_list.slider_widget .prev-arrow span::before {
  transform: rotate(180deg);
}
.product_container .products_list.slider_widget .prev-arrow.slick-disabled {
  opacity: 0.5;
}
.product_container .products_list.no_slider .product_widget {
  width: 25%;
}
@media screen and (max-width: 770px) {
  .product_container .products_list.no_slider .product_widget {
    width: 50%;
  }
}
@media screen and (max-width: 370px) {
  .product_container .products_list.no_slider .product_widget {
    width: 100%;
  }
}
.product_container #product_1730_block {
  padding-top: 0 !important;
}

.product.new, .product.sale, .product.search {
  width: 100% !important;
}
.product.new .section_title, .product.sale .section_title, .product.search .section_title {
  margin: 0 auto;
  text-align: center;
  padding: 0 0 20px;
  border-bottom: 0;
}
.product.new .section_title h1, .product.sale .section_title h1, .product.search .section_title h1 {
  font-size: 28px;
  padding: 0px 0 15px;
}
@media screen and (max-width: 770px) {
  .product.new .section_title h1, .product.sale .section_title h1, .product.search .section_title h1 {
    font-size: 22px;
    padding: 18px 0 15px;
  }
}
.product.new .section_title P, .product.sale .section_title P, .product.search .section_title P {
  color: #6c757d;
  font-size: 14px;
  font-weight: normal;
  line-height: 28px;
}
@media screen and (max-width: 770px) {
  .product.new .section_title P, .product.sale .section_title P, .product.search .section_title P {
    font-size: 12px;
    line-height: 24px;
  }
}
.product.list {
  width: 100%;
}
.product.list .grid {
  padding: 0;
}
.product.list .section_title {
  max-width: 800px;
}
.product.list .section_title h2 {
  color: #414241;
  font-size: 28px;
  font-weight: bold;
  padding: 25px 0 15px;
}
@media screen and (max-width: 770px) {
  .product.list .section_title h2 {
    font-size: 22px;
    padding: 18px 0 15px;
  }
}
.product.list .section_title P {
  color: #6c757d;
  font-size: 14px;
  font-weight: normal;
  line-height: 28px;
}
@media screen and (max-width: 770px) {
  .product.list .section_title P {
    font-size: 12px;
    line-height: 20px;
  }
}
.product.list .product_container .products_list .product_widget {
  width: 25%;
  padding: 0 10px 30px;
}
@media screen and (max-width: 770px) {
  .product.list .product_container .products_list .product_widget {
    width: 50%;
    padding: 10px 5px;
  }
}
@media screen and (max-width: 300px) {
  .product.list .product_container .products_list .product_widget {
    width: 100%;
  }
}
.product.related, .product.recently, .product.decorations, .product.shop {
  padding: 80px 0;
}
@media screen and (max-width: 770px) {
  .product.related, .product.recently, .product.decorations, .product.shop {
    padding: 50px 0 0;
  }
}
.product.related .section_title, .product.recently .section_title, .product.decorations .section_title, .product.shop .section_title {
  padding-bottom: 45px;
  text-align: center;
}
@media (max-width: 767px) {
  .product.related .section_title, .product.recently .section_title, .product.decorations .section_title, .product.shop .section_title {
    padding-bottom: 0px;
  }
}
.product.related .section_title h2, .product.recently .section_title h2, .product.decorations .section_title h2, .product.shop .section_title h2 {
  font-weight: 400;
  font-size: 42px;
  line-height: 49px;
  color: #000000;
  text-transform: capitalize;
  letter-spacing: 1px;
}
@media screen and (max-width: 770px) {
  .product.related .section_title h2, .product.recently .section_title h2, .product.decorations .section_title h2, .product.shop .section_title h2 {
    font-size: 18px;
  }
}
.product.related .section_title p, .product.recently .section_title p, .product.decorations .section_title p, .product.shop .section_title p {
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  position: relative;
  color: #584d41;
  padding-top: 5px;
  display: none;
}
@media screen and (max-width: 767px) {
  .product.related .section_title p, .product.recently .section_title p, .product.decorations .section_title p, .product.shop .section_title p {
    font-size: 14px;
  }
}
.product.related .section_title p a, .product.recently .section_title p a, .product.decorations .section_title p a, .product.shop .section_title p a {
  color: #5A7B65;
  text-decoration: underline;
}
@media screen and (max-width: 770px) {
  .product.related .product_widget, .product.recently .product_widget, .product.decorations .product_widget, .product.shop .product_widget {
    padding: 10px 5px;
  }
}
@media screen and (max-width: 770px) {
  .product.recently {
    padding: 50px 0;
  }
}

.product_widget_box {
  position: relative;
  display: block;
  height: 100%;
  transition: all 0.3s ease;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
}
.product_widget_box label.new {
  display: none;
}
.product_widget_box .img {
  position: relative;
}
.product_widget_box .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}
.product_widget_box .img img.flip {
  display: none;
}
.product_widget_box .img.has-flip:hover img {
  animation: fadeIn 1s;
  -webkit-animation: fadeIn 1s;
  -moz-animation: fadeIn 1s;
  -o-animation: fadeIn 1s;
  -ms-animation: fadeIn 1s;
}
.product_widget_box .img.has-flip:hover img.flip {
  display: block;
}
.product_widget_box .img.has-flip:hover img.original {
  display: none;
}
.product_widget_box .img .note_offers {
  position: absolute;
  right: 18px;
  bottom: 20px;
  font-size: 12px;
  color: white;
  background: #423C33;
  padding: 5px;
}
@media screen and (max-width: 999px) {
  .product_widget_box .img .note_offers {
    font-size: 8px;
  }
}
.product_widget_box .sec_info {
  padding: 12px 20px;
}
@media screen and (max-width: 770px) {
  .product_widget_box .sec_info {
    padding: 8px;
  }
}
.product_widget_box .sec_info .sec_top .title {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #423C33;
  min-height: 51px;
}
@media (max-width: 999px) {
  .product_widget_box .sec_info .sec_top .title {
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
  }
}
@media screen and (max-width: 770px) {
  .product_widget_box .sec_info .sec_top .title {
    font-size: 12px;
    line-height: 20px;
    min-height: 40px;
  }
}
.product_widget_box .sec_info .sec_top .note_delivery {
  display: block;
  font-size: 12px;
  line-height: 24px;
  color: #747474;
  min-height: 31px;
  padding-top: 8px;
}
@media screen and (max-width: 770px) {
  .product_widget_box .sec_info .sec_top .note_delivery {
    font-size: 10px;
    line-height: 16px;
    padding-top: 5px;
    min-height: 21px;
  }
}
.product_widget_box .sec_info .sec_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 56px;
}
.product_widget_box .sec_info .sec_bottom .price {
  padding-top: 15px;
}
.product_widget_box .sec_info .sec_bottom .price p {
  font-weight: 700;
  font-size: 20px;
  line-height: 19px;
  color: #423C33;
}
@media screen and (max-width: 999px) {
  .product_widget_box .sec_info .sec_bottom .price p {
    font-size: 14px;
  }
}
.product_widget_box .sec_info .sec_bottom .price .discount {
  display: block;
  font-weight: 700;
  font-size: 12px;
  color: #979797;
  text-decoration: line-through;
  padding-top: 10px;
}
@media screen and (max-width: 999px) {
  .product_widget_box .sec_info .sec_bottom .price {
    font-size: 12px;
    line-height: 14px;
  }
}
.product_widget_box .sec_info .sec_bottom .add_cart .icon_add {
  display: block;
  width: 45px;
  height: 45px;
  background: #B0DED9;
  border-radius: 50px;
  position: relative;
  transition: all 0.3s ease;
}
@media screen and (max-width: 770px) {
  .product_widget_box .sec_info .sec_bottom .add_cart .icon_add {
    width: 30px;
    height: 30px;
  }
}
.product_widget_box .sec_info .sec_bottom .add_cart .icon_add:hover {
  background: #9ecdc8;
}
.product_widget_box .sec_info .sec_bottom .add_cart .icon_add img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
@media screen and (max-width: 770px) {
  .product_widget_box .sec_info .sec_bottom .add_cart .icon_add img {
    max-width: 14px;
  }
}
.product_widget_box .sec_info .sec_bottom .add_cart .icon_add.variable {
  width: 100px !important;
  text-align: center;
}
.product_widget_box .sec_info .sec_bottom .add_cart .icon_add.variable span {
  font-size: 12px;
  display: block;
  line-height: 43px;
}
@media screen and (max-width: 770px) {
  .product_widget_box .sec_info .sec_bottom .add_cart .icon_add.variable span {
    line-height: 30px;
  }
}
.product_widget_box .sec_info .sec_bottom .add_cart .excluded_text {
  font-size: 12px;
  font-weight: 500;
  color: #ed0707;
  padding-top: 20px;
  line-height: 25px;
}
@media screen and (max-width: 770px) {
  .product_widget_box .sec_info .sec_bottom .add_cart .excluded_text {
    font-size: 10px;
    line-height: 15px;
  }
}
.product_widget_box .sec_info .sec_bottom .add_cart .section_count {
  display: none;
  justify-content: space-between;
  background: #B0DED9;
  border-radius: 50px;
  width: 130px;
  padding: 8px 10px;
}
@media screen and (max-width: 999px) {
  .product_widget_box .sec_info .sec_bottom .add_cart .section_count {
    padding: 5px 10px;
    width: 100px;
  }
}
.product_widget_box .sec_info .sec_bottom .add_cart .section_count .increase {
  position: relative;
  padding: 0;
}
.product_widget_box .sec_info .sec_bottom .add_cart .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: 26px;
  color: #423C33;
  cursor: pointer;
  pointer-events: none;
  font-weight: 500;
}
@media screen and (max-width: 999px) {
  .product_widget_box .sec_info .sec_bottom .add_cart .section_count .increase::before {
    font-size: 18px;
  }
}
.product_widget_box .sec_info .sec_bottom .add_cart .section_count .increase.disabled {
  opacity: 0.2 !important;
}
.product_widget_box .sec_info .sec_bottom .add_cart .section_count .number_count {
  color: black;
  font-size: 16px;
  font-weight: 600;
  max-width: 50px;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .product_widget_box .sec_info .sec_bottom .add_cart .section_count .number_count {
    font-size: 14px;
    max-width: 30px;
  }
}
.product_widget_box .sec_info .sec_bottom .add_cart .section_count .decrease {
  position: relative;
  padding: 0;
}
.product_widget_box .sec_info .sec_bottom .add_cart .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: 26px;
  color: #423C33;
  cursor: pointer;
  pointer-events: none;
  font-weight: 500;
}
@media screen and (max-width: 999px) {
  .product_widget_box .sec_info .sec_bottom .add_cart .section_count .decrease::before {
    font-size: 18px;
  }
}
.product_widget_box .sec_info .sec_bottom .add_cart .section_count .decrease.disabled {
  opacity: 0.2 !important;
}

.favourite,
.not-favourite {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 9;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
@media screen and (max-width: 999px) {
  .favourite,
  .not-favourite {
    width: 20px;
    height: 20px;
  }
}

.favourite::before {
  content: "";
  position: absolute;
  right: 18px;
  top: 10px;
  width: 25px;
  height: 25px;
  background-image: url(../img/fav.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  border-radius: 0px 8px 0px 8px;
}
@media screen and (max-width: 770px) {
  .favourite::before {
    right: 5px;
    top: 10px;
    background-size: 15px;
  }
}

.not-favourite {
  transition: all 0.3s ease;
}
.not-favourite::before {
  content: "";
  position: absolute;
  right: 18px;
  top: 10px;
  width: 25px;
  height: 25px;
  background-image: url(../img/not-fav.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  border-radius: 0px 8px 0px 8px;
}
@media screen and (max-width: 770px) {
  .not-favourite::before {
    right: 5px;
    top: 10px;
    background-size: 15px;
  }
}
.not-favourite:hover::before {
  opacity: 1;
}

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

.lang-component h3 {
  font-size: 16px;
  font-weight: 600;
  color: black;
  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 red;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px 10px;
  cursor: pointer;
  position: relative;
  color: black;
  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: red;
}

.page_cart .cart {
  padding: 70px 0 100px;
}
@media screen and (max-width: 479px) {
  .page_cart .cart {
    padding: 30px 0 50px;
  }
}
.page_cart .cart .grid {
  max-width: 1170px;
  background: #F6F6F4;
  padding: 50px;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .page_cart .cart .grid {
    padding: 25px;
  }
}
.page_cart .cart .sectio_title_cart {
  position: relative;
  display: flex;
  align-items: center;
}
.page_cart .cart .sectio_title_cart h2 {
  font-weight: 500;
  font-size: 26px;
  line-height: 31px;
  color: #423C33;
  padding-left: 12px;
}
@media screen and (max-width: 999px) {
  .page_cart .cart .sectio_title_cart h2 {
    font-size: 16px;
  }
}
.page_cart .cart .sectio_title_cart .section_icon_cart {
  position: relative;
}
.page_cart .cart .sectio_title_cart .section_icon_cart #cart_total_count {
  font-size: 14px;
  font-weight: 400;
  color: #423C33;
  display: inline-block;
}
.page_cart .cart .sectio_title_cart .section_icon_cart #cart_total_count span {
  padding-right: 3px;
}
.page_cart .cart .sectio_title_cart .section_icon_cart img {
  max-width: 32px;
}
.page_cart .cart .section_cart .table-title {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media (max-width: 479px) {
  .page_cart .cart .section_cart .table-title {
    display: none;
  }
}
.page_cart .cart .section_cart .table-title p {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #979797;
  width: 25%;
}
.page_cart .cart .section_cart .table-title p:first-child {
  width: 60%;
}
.page_cart .cart .section_cart .table-title p:last-child {
  text-align: left;
}
.page_cart .cart .section_cart .table-title p:nth-child(3) {
  text-align: center;
}
.page_cart .cart .section_cart .cart_list {
  padding-top: 40px;
}
.page_cart .cart .section_cart .cart_list .single_item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-top: 1px solid #d6d4ee;
  padding: 30px 0;
  position: relative;
}
@media screen and (max-width: 479px) {
  .page_cart .cart .section_cart .cart_list .single_item {
    flex-direction: column;
    align-items: initial;
  }
}
.page_cart .cart .section_cart .cart_list .single_item:first-child {
  border-top: 0;
  padding: 0;
  padding-bottom: 30px;
}
.page_cart .cart .section_cart .cart_list .single_item:last-child {
  border-bottom: 1px solid #d6d4ee;
}
.page_cart .cart .section_cart .cart_list .single_item .sec_item {
  display: flex;
  width: 63% !important;
}
@media screen and (max-width: 479px) {
  .page_cart .cart .section_cart .cart_list .single_item .sec_item {
    width: 100% !important;
  }
}
.page_cart .cart .section_cart .cart_list .single_item .sec_item .img img {
  border-radius: 2px;
  height: 100px;
  width: 100px;
}
.page_cart .cart .section_cart .cart_list .single_item .sec_item .info {
  padding-right: 15px;
}
.page_cart .cart .section_cart .cart_list .single_item .sec_item .info .text {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media screen and (max-width: 479px) {
  .page_cart .cart .section_cart .cart_list .single_item .sec_item .info .text {
    width: 100%;
  }
}
.page_cart .cart .section_cart .cart_list .single_item .sec_item .info .text h4 {
  color: #121212;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
@media screen and (max-width: 999px) {
  .page_cart .cart .section_cart .cart_list .single_item .sec_item .info .text h4 {
    font-size: 12px;
  }
}
.page_cart .cart .section_cart .cart_list .single_item .sec_item .info .text .note_delivery {
  display: none;
  font-size: 12px;
  line-height: 24px;
  color: #747474;
  min-height: 24px;
  padding-top: 5px;
}
.page_cart .cart .section_cart .cart_list .single_item .sec_item .info .text ul {
  padding: 10px 0;
}
@media screen and (max-width: 770px) {
  .page_cart .cart .section_cart .cart_list .single_item .sec_item .info .text ul {
    padding: 5px 0;
  }
}
.page_cart .cart .section_cart .cart_list .single_item .sec_item .info .text ul li {
  color: #6c707d;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  padding-bottom: 8px;
  display: flex;
  align-items: center;
  column-gap: 3px;
}
@media screen and (max-width: 770px) {
  .page_cart .cart .section_cart .cart_list .single_item .sec_item .info .text ul li {
    font-size: 8px;
  }
}
.page_cart .cart .section_cart .cart_list .single_item .sec_item .info .text ul li span {
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
}
.page_cart .cart .section_cart .cart_list .single_item .sec_item .info .text ul li ~ li {
  margin-top: 7px;
}
.page_cart .cart .section_cart .cart_list .single_item .sec_item .info .text .price {
  padding-top: 10px;
}
.page_cart .cart .section_cart .cart_list .single_item .sec_item .info .text .price p {
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  color: #C6537A;
  direction: rtl;
}
.page_cart .cart .section_cart .cart_list .single_item .sec_item .info .text .price p.sale_price {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-decoration-line: line-through;
  color: #777777;
}
.page_cart .cart .section_cart .cart_list .single_item .section_count {
  display: flex;
  justify-content: space-between;
  border-radius: 50px;
  width: 100px;
  padding: 5px 10px 4px;
  border: 2px solid #b1ded9;
  background: #b1ded9;
}
@media screen and (max-width: 770px) {
  .page_cart .cart .section_cart .cart_list .single_item .section_count {
    width: 80px;
    padding: 3px 10px 3px;
    margin-top: 20px;
  }
}
.page_cart .cart .section_cart .cart_list .single_item .section_count .increase {
  position: relative;
  padding: 0;
}
.page_cart .cart .section_cart .cart_list .single_item .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: 18px;
  line-height: 12px;
  color: #423C33;
  cursor: pointer;
  pointer-events: none;
  font-weight: 500;
}
@media screen and (max-width: 770px) {
  .page_cart .cart .section_cart .cart_list .single_item .section_count .increase::before {
    font-size: 14px;
    line-height: 8px;
  }
}
.page_cart .cart .section_cart .cart_list .single_item .section_count .increase.disabled {
  opacity: 0.2 !important;
}
.page_cart .cart .section_cart .cart_list .single_item .section_count .number_count {
  color: black;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  max-width: 35px;
  text-align: center;
}
@media screen and (max-width: 770px) {
  .page_cart .cart .section_cart .cart_list .single_item .section_count .number_count {
    font-size: 12px;
    line-height: 20px;
    max-width: 20px;
  }
}
.page_cart .cart .section_cart .cart_list .single_item .section_count .decrease {
  position: relative;
  padding: 0;
}
.page_cart .cart .section_cart .cart_list .single_item .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: 18px;
  line-height: 18px;
  color: #423C33;
  cursor: pointer;
  pointer-events: none;
  font-weight: 500;
}
@media screen and (max-width: 770px) {
  .page_cart .cart .section_cart .cart_list .single_item .section_count .decrease::before {
    font-size: 14px;
    line-height: 10px;
  }
}
.page_cart .cart .section_cart .cart_list .single_item .section_count .decrease.disabled {
  opacity: 0.2 !important;
}
.page_cart .cart .section_cart .cart_list .single_item .last {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page_cart .cart .section_cart .cart_list .single_item .last .total_price {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  direction: rtl;
}
@media screen and (max-width: 479px) {
  .page_cart .cart .section_cart .cart_list .single_item .last .total_price {
    text-align: left;
  }
}
.page_cart .cart .section_cart .cart_list .single_item .last .remove_page_cart {
  position: absolute;
  bottom: 10px;
  left: 0;
  font-weight: 300;
  font-size: 11px;
  line-height: 16px;
  color: #adb5bd;
}
@media screen and (max-width: 479px) {
  .page_cart .cart .section_cart .cart_list .single_item .last .remove_page_cart {
    font-size: 11px;
  }
}
.page_cart .cart .section_cart .cart_list .single_item .size {
  width: 33.3333333333%;
}
@media (max-width: 479px) {
  .page_cart .cart .section_cart .cart_list .single_item .size {
    width: 100%;
  }
}
@media screen and (max-width: 770px) {
  .page_cart .cart .section_cart .cart_list .single_item .sec_price {
    display: none;
  }
}
.page_cart .cart .section_cart .cart_action {
  display: flex;
  justify-content: space-between;
  padding-top: 25px;
  align-items: end;
}
@media screen and (max-width: 767px) {
  .page_cart .cart .section_cart .cart_action {
    flex-direction: column-reverse;
    align-items: start;
  }
}
@media screen and (max-width: 767px) {
  .page_cart .cart .section_cart .cart_action .right {
    width: 100%;
  }
}
.page_cart .cart .section_cart .cart_action .right .total_price {
  padding-bottom: 18px;
}
.page_cart .cart .section_cart .cart_action .right .total_price p {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #423C33;
}
@media screen and (max-width: 767px) {
  .page_cart .cart .section_cart .cart_action .right .total_price p {
    font-size: 12px;
  }
}
.page_cart .cart .section_cart .cart_action .right .total_price .sec_price {
  padding-top: 15px;
}
.page_cart .cart .section_cart .cart_action .right .total_price .sec_price .cart_total {
  font-family: "Kufam", sans-serif;
  font-weight: 700;
  font-size: 24px;
  text-align: right;
  text-transform: uppercase;
  color: #C6537A;
  direction: rtl;
}
@media screen and (max-width: 767px) {
  .page_cart .cart .section_cart .cart_action .right .total_price .sec_price .cart_total {
    font-size: 20px;
  }
}
.page_cart .cart .section_cart .cart_action .right .total_price .sec_price .cart_total.discount {
  font-size: 12px;
  text-decoration: line-through;
  font-weight: 300;
  padding-right: 10px;
}
.page_cart .cart .section_cart .cart_action .right a {
  width: 350px;
  display: block;
}
@media screen and (max-width: 767px) {
  .page_cart .cart .section_cart .cart_action .right a {
    width: 100%;
  }
}
.page_cart .cart .section_cart .cart_action .right a button {
  border-radius: 50px;
  width: 100%;
  padding: 15px 0;
  color: black;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
  background: #B0DED9;
}
.page_cart .cart .section_cart .cart_action .right a:hover button {
  background: #9ecdc8;
}
@media screen and (max-width: 767px) {
  .page_cart .cart .section_cart .cart_action .left {
    width: 100%;
  }
}
.page_cart .cart .section_cart .cart_action .left .cart_total-item-coupon {
  margin-right: 20px;
  display: inline-flex;
  flex-direction: row;
  align-items: flex-end;
  width: 100%;
}
@media (max-width: 1025px) {
  .page_cart .cart .section_cart .cart_action .left .cart_total-item-coupon {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .page_cart .cart .section_cart .cart_action .left .cart_total-item-coupon {
    margin-right: 0;
  }
}
.page_cart .cart .section_cart .cart_action .left .open-coupon {
  color: #979797;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .page_cart .cart .section_cart .cart_action .left .open-coupon {
    font-size: 12px;
  }
}
.page_cart .cart .section_cart .cart_action .left .open-coupon:hover {
  text-decoration: underline;
}
.page_cart .cart .section_cart .cart_action .left .open-coupon.active {
  opacity: 0;
}
.page_cart .cart .section_cart .cart_action .left .close-coupon {
  position: absolute;
  top: -20px;
  left: 0;
  z-index: 1;
  border: none;
}
.page_cart .cart .section_cart .cart_action .left .close-coupon i {
  font-size: 14px;
}
.page_cart .cart .section_cart .cart_action .left .discount-form {
  display: none !important;
  width: 400px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page_cart .cart .section_cart .cart_action .left .discount-form {
    margin-bottom: 20px;
    width: 100%;
  }
}
.page_cart .cart .section_cart .cart_action .left .discount-form.active {
  display: block !important;
}
.page_cart .cart .section_cart .cart_action .left .discount-form .coupon {
  position: relative;
}
.page_cart .cart .section_cart .cart_action .left .discount-form .coupon label {
  position: absolute;
  top: -19px;
  font-size: 13px;
  font-weight: 500;
  color: #6c757d;
}
.page_cart .cart .section_cart .cart_action .left .discount-form .coupon input {
  width: 100%;
  padding: 0px 10px;
  height: 48px;
  border: 2px solid #D9D9D9;
  border-radius: 4px;
  font-size: 14px;
  color: #000;
}
.page_cart .cart .section_cart .cart_action .left .discount-form .coupon input::placeholder {
  opacity: 0;
}
.page_cart .cart .section_cart .cart_action .left .discount-form .coupon .btn {
  width: 55px;
  border-radius: 60px;
  font-size: 14px;
  background: #b0ded9;
  color: black;
  line-height: 31px;
  font-weight: 500;
  position: absolute;
  left: 5px;
  top: 5px;
  bottom: 5px;
  -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;
}
.page_cart .cart .section_cart .cart_action .left .discount-form .coupon .btn:hover {
  background: #9ecdc8;
}
@media screen and (max-width: 767px) {
  .page_cart .cart .section_cart .cart_action .left .discount-form .coupon .btn {
    top: 10px;
    width: 35px;
    height: 28px;
    line-height: 25px;
  }
}
.page_cart .cart .section_cart .cart_action .left .discount-form .coupon .btn::before {
  content: "arrow_back";
  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: 28px;
  vertical-align: middle;
  color: #423C33;
  cursor: pointer;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .page_cart .cart .section_cart .cart_action .left .discount-form .coupon .btn::before {
    font-size: 15px;
  }
}
.page_cart .cart .section_cart .cart_action .left .discount-form .coupon .btn.remove_coupon_icon::before {
  content: "close";
}
.page_cart .cart .section_cart .cart_action .left .discount-form .message {
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  background-repeat: no-repeat;
  padding-right: 18px;
  background-size: 16px;
  background-position: right center;
  margin-top: 20px;
  display: none;
}
.page_cart .cart .section_cart .cart_action .left .discount-form .message.active {
  display: block;
}
.page_cart .cart .section_cart .cart_action .left .discount-form .message.success {
  color: #32a94c;
  background-image: url(../img/new_icons/check-posi.png);
}
.page_cart .cart .section_cart .cart_action .left .discount-form .message.error {
  color: red;
  background-image: url(../img/new_icons/check-nega.png);
}
.page_cart .related {
  padding: 40px 0;
}
.page_cart .related .grid {
  max-width: 1170px;
}

.page_checkout {
  padding: 32px 0 50px;
}
@media screen and (max-width: 770px) {
  .page_checkout {
    padding: 25px 0;
  }
}
.page_checkout .grid .woocommerce .trending-products {
  margin: 0 -170px;
}
@media (max-width: 1500px) {
  .page_checkout .grid .woocommerce .trending-products {
    margin: 0 -90px;
  }
}
@media (max-width: 1300px) {
  .page_checkout .grid .woocommerce .trending-products {
    margin: 0;
  }
}
.page_checkout .grid .checkout-content {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  margin-top: 15px;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (max-width: 999px) {
  .page_checkout .grid .checkout-content {
    flex-direction: column;
    margin-top: 0;
  }
}
.page_checkout .grid .checkout-content .page-title {
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 0;
}
.page_checkout .grid .checkout-content .page-title h1 {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  padding-bottom: 20px;
}
.page_checkout .grid .checkout-content .page-title .breadcramb_checkout {
  display: inline-block;
  flex-direction: row;
  align-items: center;
  margin: 10px -12px;
}
@media screen and (max-width: 770px) {
  .page_checkout .grid .checkout-content .page-title .breadcramb_checkout {
    overflow-x: scroll;
    white-space: nowrap;
    display: flex;
    margin-bottom: 0;
  }
  .page_checkout .grid .checkout-content .page-title .breadcramb_checkout::-webkit-scrollbar {
    display: none;
  }
}
.page_checkout .grid .checkout-content .page-title .breadcramb_checkout li {
  display: inline-block;
  position: relative;
  padding: 0 12px;
  line-height: 20px;
  color: #777777;
  font-size: 14px;
  pointer-events: none;
}
@media screen and (max-width: 770px) {
  .page_checkout .grid .checkout-content .page-title .breadcramb_checkout li {
    font-size: 12px;
  }
}
.page_checkout .grid .checkout-content .page-title .breadcramb_checkout li::before {
  content: "chevron_left";
  position: absolute;
  font-family: "Material Icons";
  font-size: 24px;
  left: -14px;
  top: 2px;
  color: #9fa2aa;
  bottom: 0;
  display: inline-flex;
  align-items: center;
}
.page_checkout .grid .checkout-content .page-title .breadcramb_checkout li a {
  pointer-events: visible !important;
}
.page_checkout .grid .checkout-content .page-title .breadcramb_checkout li:hover {
  color: #163300;
}
.page_checkout .grid .checkout-content .page-title .breadcramb_checkout li.active {
  color: #163300;
}
.page_checkout .grid .checkout-content .page-title .breadcramb_checkout li.visible {
  pointer-events: visible !important;
  cursor: pointer !important;
}
.page_checkout .grid .checkout-content .page-title .breadcramb_checkout li:last-child {
  pointer-events: none;
}
.page_checkout .grid .checkout-content .page-title .breadcramb_checkout li:last-child::before {
  display: none;
}
.page_checkout .grid .checkout-content .checkout-form {
  width: calc(100% - 375px - 30px);
}
@media screen and (max-width: 999px) {
  .page_checkout .grid .checkout-content .checkout-form {
    width: 100%;
  }
}
.page_checkout .grid .checkout-content .checkout-form .woocommerce-error {
  background: rgba(255, 0, 0, 0.1411764706);
}
.page_checkout .grid .checkout-content .checkout-form .woocommerce-error li {
  font-size: 14px;
  padding-bottom: 10px;
}
.page_checkout .grid .checkout-content .checkout-form .checkout {
  margin: 0;
  box-shadow: 0 -2px 16px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.page_checkout .grid .checkout-content .checkout-form .login-top-part {
  display: none !important;
  padding: 15px 60px;
  background: #d6d4ee;
  margin-bottom: 10px;
}
@media screen and (max-width: 770px) {
  .page_checkout .grid .checkout-content .checkout-form .login-top-part {
    padding: 15px;
  }
}
.page_checkout .grid .checkout-content .checkout-form .login-top-part .title_login_in_checkout {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 400px) {
  .page_checkout .grid .checkout-content .checkout-form .login-top-part .title_login_in_checkout {
    flex-direction: column;
    align-items: flex-start;
  }
}
.page_checkout .grid .checkout-content .checkout-form .login-top-part .title_login_in_checkout p {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.45px;
  color: #121212;
}
@media screen and (max-width: 770px) {
  .page_checkout .grid .checkout-content .checkout-form .login-top-part .title_login_in_checkout p {
    font-size: 14px;
  }
}
@media screen and (max-width: 400px) {
  .page_checkout .grid .checkout-content .checkout-form .login-top-part .title_login_in_checkout p {
    padding-bottom: 15px;
  }
}
.page_checkout .grid .checkout-content .checkout-form .login-top-part .title_login_in_checkout p span {
  display: block;
  padding-top: 7px;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #656565;
}
@media screen and (max-width: 770px) {
  .page_checkout .grid .checkout-content .checkout-form .login-top-part .title_login_in_checkout p span {
    font-size: 10px;
  }
}
.page_checkout .grid .checkout-content .checkout-form .login-top-part .title_login_in_checkout .checkout-login {
  width: 150px;
  font-size: 14px;
  background: black;
  font-weight: 500;
  text-align: center;
  color: white;
  padding: 15px 0;
  transition: 0.2s all ease-in-out;
}
.page_checkout .grid .checkout-content .checkout-form .login-top-part .title_login_in_checkout .checkout-login:hover {
  background: rgba(0, 0, 0, 0.5019607843);
}
@media screen and (max-width: 770px) {
  .page_checkout .grid .checkout-content .checkout-form .login-top-part .title_login_in_checkout .checkout-login {
    width: 120px;
    font-size: 12px;
    padding: 10px 0;
  }
}
.page_checkout .grid .checkout-content .checkout-form .login-top-part .checkout-login-tabs {
  display: none;
}
.page_checkout .grid .checkout-content .checkout-form .login-top-part .checkout-login-tabs .rows {
  display: flex;
}
@media (max-width: 767px) {
  .page_checkout .grid .checkout-content .checkout-form .login-top-part .checkout-login-tabs .rows {
    flex-direction: column;
  }
}
.page_checkout .grid .checkout-content .checkout-form .login-top-part .checkout-login-tabs .rows .row {
  display: inline-flex;
  align-items: center;
  background-color: #c89a6d;
  transition: 0.2s all ease-in-out;
  padding: 0 15px;
  width: 50%;
  cursor: pointer;
  justify-content: center;
  height: 50px;
  border-radius: 4px 0 0 4px;
}
@media (max-width: 767px) {
  .page_checkout .grid .checkout-content .checkout-form .login-top-part .checkout-login-tabs .rows .row {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
}
.page_checkout .grid .checkout-content .checkout-form .login-top-part .checkout-login-tabs .rows .row:hover {
  background-color: rgba(106, 109, 205, 0.2);
}
.page_checkout .grid .checkout-content .checkout-form .login-top-part .checkout-login-tabs .rows .row .image {
  display: inline-block;
}
.page_checkout .grid .checkout-content .checkout-form .login-top-part .checkout-login-tabs .rows .row .content {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.page_checkout .grid .checkout-content .checkout-form .login-top-part .checkout-login-tabs .rows .row .content p {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.21px;
  color: #6c707d;
  line-height: 1.5;
}
.page_checkout .grid .checkout-content .checkout-form .login-top-part .checkout-login-tabs .rows .row .content span {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.19px;
  line-height: 1.3;
  color: #fff;
  text-align: center;
}
.page_checkout .grid .checkout-content .checkout-form .login-top-part .checkout-login-tabs .rows .row .content span strong {
  display: table;
  position: relative;
}
.page_checkout .grid .checkout-content .checkout-form .login-top-part .checkout-login-tabs .rows .row .content span strong::before {
  content: "";
  background-color: #ffc20a;
  opacity: 0.2;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 12px;
  margin-top: -5px;
  pointer-events: none;
}
.page_checkout .grid .checkout-content .checkout-form .login-top-part .checkout-login-tabs .rows .row.guest {
  background-color: red;
  pointer-events: none;
  color: #fff;
  border-radius: 0px 4px 4px 0px;
}
.page_checkout .grid .checkout-content .checkout-form .login-top-part .checkout-login-tabs .rows .row.guest .content p {
  color: #fff;
}
.page_checkout .grid .checkout-content .checkout-form .deliver-container {
  display: none;
  width: 100%;
  margin-bottom: 20px;
  padding: 0 60px;
}
@media (max-width: 767px) {
  .page_checkout .grid .checkout-content .checkout-form .deliver-container {
    padding: 0 15px;
  }
}
.page_checkout .grid .checkout-content .checkout-form .deliver-container .delivery-component .btn {
  display: none;
}
.page_checkout .grid .checkout-content .checkout-form .deliver-container .delivery-component .radio-btns {
  display: flex;
  flex-wrap: wrap;
}
.page_checkout .grid .checkout-content .checkout-form .deliver-container .delivery-component .radio-btns label {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.2s ease;
}
.page_checkout .grid .checkout-content .checkout-form .deliver-container .delivery-component .radio-btns label::before {
  position: absolute;
  content: "radio_button_unchecked";
  font-family: "Material Icons" !important;
  font-size: 15px;
  position: absolute;
  top: 0;
}
.page_checkout .grid .checkout-content .checkout-form .deliver-container .delivery-component .radio-btns label input {
  display: none;
}
.page_checkout .grid .checkout-content .checkout-form .deliver-container .delivery-component .radio-btns label.selected::before {
  content: "radio_button_checked";
}
.page_checkout .grid .checkout-content .checkout-form .deliver-container .delivery-component .radio-btns label .right {
  display: inline-block;
  width: max-content;
  padding-left: 20px;
}
.page_checkout .grid .checkout-content .checkout-form .deliver-container .delivery-component .radio-btns label .right span {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.17px;
  line-height: 16px;
  color: #454c51;
  margin-top: 3px;
  display: block;
}
.page_checkout .grid .checkout-content .checkout-form .deliver-container .delivery-component .radio-btns label .left {
  display: inline-block;
  width: max-content;
  line-height: 14px;
  background-color: rgba(255, 206, 146, 0.2);
  text-align: center;
  white-space: nowrap;
  padding: 0 5px;
}
.page_checkout .grid .checkout-content .checkout-form .deliver-container .delivery-component .radio-btns label .left span {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.32px;
  color: rgba(0, 0, 0, 0.85);
  margin-top: 3px;
  display: block;
}
.page_checkout .grid .checkout-content .checkout-form .deliver-container .delivery-component h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #121212;
  display: block;
  width: 100%;
  letter-spacing: 1px;
}
.page_checkout .grid .checkout-content .checkout-form .deliver-container .delivery-component .time-slot {
  margin-top: 25px;
}
.page_checkout .grid .checkout-content .order_review-content {
  padding-right: 30px;
  width: 375px;
  box-sizing: content-box;
}
@media screen and (max-width: 999px) {
  .page_checkout .grid .checkout-content .order_review-content {
    width: 100%;
    padding: 0 0 20px 0;
    box-sizing: border-box;
  }
}
.page_checkout .grid .checkout-content .order_review-content #order_review {
  background: #ffffff;
  padding: 20px 14px 12px;
  width: 375px !important;
  float: none !important;
  z-index: 9;
  box-shadow: 0 -2px 16px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
@media (max-width: 999px) {
  .page_checkout .grid .checkout-content .order_review-content #order_review {
    width: 100% !important;
  }
  .page_checkout .grid .checkout-content .order_review-content #order_review .order-title {
    margin-bottom: 0;
  }
  .page_checkout .grid .checkout-content .order_review-content #order_review .shop_table .t_body {
    display: none !important;
  }
}
.page_checkout .grid .checkout-content .order_review-content #order_review .order-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  margin-bottom: 20px;
}
.page_checkout .grid .checkout-content .order_review-content #order_review .order-title .right h3 {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 31px;
  color: #423C33;
  display: flex;
}
.page_checkout .grid .checkout-content .order_review-content #order_review .order-title .right h3 span {
  padding: 0 12px;
  font-weight: 400;
  font-size: 16px;
  color: #423C33;
}
.page_checkout .grid .checkout-content .order_review-content #order_review .order-title .left a {
  display: block;
  position: relative;
  color: #919191;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.page_checkout .grid .checkout-content .order_review-content #order_review .order-title .left a:hover {
  text-decoration: underline;
}
.page_checkout .grid .checkout-content .order_review-content #order_review .shop_table {
  padding: 0;
  border: none;
  text-align: left;
  margin: 0;
}
.page_checkout .grid .checkout-content .order_review-content #order_review .shop_table tbody {
  display: table-caption;
  border-bottom: 1px solid #DADADA;
}
.page_checkout .grid .checkout-content .order_review-content #order_review .shop_table tfoot tr.cart-subtotal th,
.page_checkout .grid .checkout-content .order_review-content #order_review .shop_table tfoot tr.cart-subtotal td {
  padding-top: 12px !important;
}
.page_checkout .grid .checkout-content .order_review-content #order_review .shop_table tfoot tr.cart-shipping th,
.page_checkout .grid .checkout-content .order_review-content #order_review .shop_table tfoot tr.cart-shipping td {
  padding-bottom: 10px;
}
.page_checkout .grid .checkout-content .order_review-content #order_review .shop_table tfoot tr.order-total {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.page_checkout .grid .checkout-content .order_review-content #order_review .shop_table tfoot tr.order-total th,
.page_checkout .grid .checkout-content .order_review-content #order_review .shop_table tfoot tr.order-total td {
  font-weight: 700;
  font-size: 18px;
  vertical-align: top;
  background-color: transparent;
  padding-top: 12px;
  color: #423C33;
}
.page_checkout .grid .checkout-content .order_review-content #order_review .shop_table tfoot tr.order-total th bdi,
.page_checkout .grid .checkout-content .order_review-content #order_review .shop_table tfoot tr.order-total td bdi {
  font-size: 28px;
  color: #C6537A;
}
.page_checkout .grid .checkout-content .order_review-content #order_review .shop_table tfoot tr.order-total th bdi span,
.page_checkout .grid .checkout-content .order_review-content #order_review .shop_table tfoot tr.order-total td bdi span {
  font-size: 24px;
}
.page_checkout .grid .checkout-content .order_review-content #order_review .shop_table tfoot tr.order-total th .note_total,
.page_checkout .grid .checkout-content .order_review-content #order_review .shop_table tfoot tr.order-total td .note_total {
  font-weight: 500;
  font-size: 10px;
  line-height: 17px;
  color: #6C757D;
}
.page_checkout .grid .checkout-content .order_review-content #order_review .shop_table tfoot tr.order-total th {
  font-size: 14px !important;
  text-transform: uppercase;
  font-weight: 400;
}
.page_checkout .grid .checkout-content .order_review-content #order_review .shop_table tfoot tr.wallet-pay-partial {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.page_checkout .grid .checkout-content .order_review-content #order_review .shop_table tfoot tr.wallet-pay-partial label {
  font-size: 12px;
  letter-spacing: 0.2px;
  display: flex;
  align-items: center;
  color: black;
}
.page_checkout .grid .checkout-content .order_review-content #order_review .shop_table tfoot tr.wallet-pay-partial label input:checked ~ .check-icon::before {
  content: "check_box";
}
.page_checkout .grid .checkout-content .order_review-content #order_review .shop_table tfoot tr.wallet-pay-partial label .check-icon {
  position: relative;
  padding-right: 3px;
}
.page_checkout .grid .checkout-content .order_review-content #order_review .shop_table tfoot tr.wallet-pay-partial label .check-icon::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;
  vertical-align: bottom;
}
.page_checkout .grid .checkout-content .order_review-content #order_review .shop_table tfoot tr.wallet-pay-partial th {
  padding: 6px 20px 6px 7px !important;
}
.page_checkout .grid .checkout-content .order_review-content #order_review .shop_table tfoot tr.wallet-pay-partial td input {
  width: 15px;
  height: 15px;
  -webkit-appearance: auto !important;
}
.page_checkout .grid .checkout-content .order_review-content #order_review .shop_table tfoot tr.wallet-pay-partial td input:checked {
  border-color: black;
  background-color: black;
}
.page_checkout .grid .checkout-content .order_review-content #order_review .shop_table tfoot th {
  text-align: right;
  border: none;
  color: #454545;
  padding: 6px 0 !important;
  background-color: transparent;
  vertical-align: middle;
  font-weight: 500;
  font-size: 14px;
  /* letter-spacing: 0.171429px; */
  line-height: 22px;
  color: #6C757D;
}
.page_checkout .grid .checkout-content .order_review-content #order_review .shop_table tfoot td {
  border: none;
  padding: 6px 0 !important;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 22px;
  text-align: left;
  letter-spacing: 0.216667px;
  color: #121212;
}
.page_checkout .grid .checkout-content .order_review-content #order_review .shop_table tfoot td .woocommerce-Price-amount.amount {
  color: #423C33 !important;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
}
.page_checkout .grid .checkout-content .order_review-content #order_review .shop_table tfoot td .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol {
  margin-right: 5px;
}
.page_checkout .grid .checkout-content .order_review-content #order_review .shop_table tfoot td .includes_tax {
  display: none;
}
.page_checkout .grid .checkout-content .order_review-content #order_review .shop_table tr.cart_item {
  display: block;
  width: 100%;
}
.page_checkout .grid .checkout-content .order_review-content #order_review .shop_table tr.cart_item td {
  width: 100%;
  display: block;
  padding: 0 0 15px;
  border-top: 1px solid #D9D9D9;
}
.page_checkout .grid .checkout-content .order_review-content #order_review .shop_table tr.cart_item:first-child td {
  border-top: 0;
}
.page_checkout .grid .checkout-content .order_review-content #order_review .shop_table tr.cart_item td {
  width: 100%;
  border: none;
  line-height: normal;
  background-color: transparent;
}
.page_checkout .grid .checkout-content .order_review-content #order_review .shop_table tr.cart_item ~ .cart_item {
  padding-top: 20px;
}
.page_checkout .grid .checkout-content .order_review-content #order_review .shop_table .product-thumb-name {
  display: flex;
  padding: 0;
  font-size: 0;
  align-items: flex-start;
}
.page_checkout .grid .checkout-content .order_review-content #order_review .shop_table .product-thumb-name img {
  display: block;
  width: 100px;
  float: none;
  margin: 0;
  height: auto;
}
.page_checkout .grid .checkout-content .order_review-content #order_review .shop_table .product-thumb-name .product-name-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% - 70px);
  padding-right: 10px;
  position: relative;
}
.page_checkout .grid .checkout-content .order_review-content #order_review .shop_table .product-thumb-name .product-name-container .right {
  width: 100%;
  text-align: right;
}
.page_checkout .grid .checkout-content .order_review-content #order_review .shop_table .product-thumb-name .product-name-container .right .product-title {
  margin-bottom: 0;
  text-decoration: none;
  font-size: 12px;
  color: #000;
  font-weight: 600;
  line-height: 20px;
}
.page_checkout .grid .checkout-content .order_review-content #order_review .shop_table .product-thumb-name .product-name-container .right .variations {
  padding-top: 7px;
}
.page_checkout .grid .checkout-content .order_review-content #order_review .shop_table .product-thumb-name .product-name-container .right .variations li {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #6c757d;
  display: flex;
  align-items: center;
  column-gap: 3px;
}
.page_checkout .grid .checkout-content .order_review-content #order_review .shop_table .product-thumb-name .product-name-container .right .variations li span {
  display: inline-block;
  border-radius: 50%;
  width: 14px;
  height: 14px;
}
.page_checkout .grid .checkout-content .order_review-content #order_review .shop_table .product-thumb-name .product-name-container .right .variations li ~ li {
  margin-top: 8px;
}
.page_checkout .grid .checkout-content .order_review-content #order_review .shop_table .product-thumb-name .product-name-container .right .quantity {
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #6c757d;
  padding-top: 18px;
}
.page_checkout .grid .checkout-content .order_review-content #order_review .shop_table .product-thumb-name .product-name-container .right .prices {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page_checkout .grid .checkout-content .order_review-content #order_review .shop_table .product-thumb-name .product-name-container .right .prices p span {
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #d95482;
  display: inline-block;
}
.page_checkout .grid .checkout-content .order_review-content #order_review .shop_table .product-thumb-name .product-name-container .right .prices p.sale {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: -0.015em;
  text-decoration-line: line-through;
  color: #777777;
}
.page_checkout .grid .checkout-content .order_review-content #order_review .shop_table tr.coupon-section td .coupon-row {
  position: relative;
  overflow: hidden;
}
.page_checkout .grid .checkout-content .order_review-content #order_review .shop_table tr.coupon-section td .coupon-row .open-coupon {
  color: #979797;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  text-align: right;
  display: flex;
  align-items: center;
}
.page_checkout .grid .checkout-content .order_review-content #order_review .shop_table tr.coupon-section td .coupon-row .open-coupon:hover {
  text-decoration: underline;
}
.page_checkout .grid .checkout-content .order_review-content #order_review .shop_table tr.coupon-section td .coupon-row .open-coupon.active {
  display: none;
  pointer-events: none;
}
.page_checkout .grid .checkout-content .order_review-content #order_review .shop_table tr.coupon-section td .coupon-row .open-coupon img {
  margin-left: 5px;
}
.page_checkout .grid .checkout-content .order_review-content #order_review .shop_table tr.coupon-section td .coupon-row .woocommerce-error,
.page_checkout .grid .checkout-content .order_review-content #order_review .shop_table tr.coupon-section td .coupon-row .woocommerce-info,
.page_checkout .grid .checkout-content .order_review-content #order_review .shop_table tr.coupon-section td .coupon-row .woocommerce-message {
  margin: 0 0 10px;
  padding: 0;
  background-color: transparent;
  border: none;
}
.page_checkout .grid .checkout-content .order_review-content #order_review .shop_table tr.coupon-section td .coupon-row .woocommerce-message {
  color: #0ebfb2;
  margin: 0;
  font-weight: 400;
}
.page_checkout .grid .checkout-content .order_review-content #order_review .shop_table tr.coupon-section td .coupon-row .woocommerce-message ~ form,
.page_checkout .grid .checkout-content .order_review-content #order_review .shop_table tr.coupon-section td .coupon-row .woocommerce-message ~ .open-coupon {
  display: none !important;
}
.page_checkout .grid .checkout-content .order_review-content #order_review .shop_table tr.coupon-section td .coupon-row .woocommerce-error {
  background: transparent !important;
  border: none !important;
  padding: 10px 0 !important;
}
.page_checkout .grid .checkout-content .order_review-content #order_review .shop_table tr.coupon-section td .coupon-row .woocommerce-error ~ .open-coupon {
  padding-top: 43px;
}
.page_checkout .grid .checkout-content .order_review-content #order_review .shop_table tr.coupon-section td .coupon-row .woocommerce-error li {
  color: red;
}
.page_checkout .grid .checkout-content .order_review-content #order_review .shop_table tr.coupon-section td .coupon-row form {
  margin: 0;
  border: none;
  padding: 0;
  background: #fff;
  pointer-events: none;
  display: none;
}
.page_checkout .grid .checkout-content .order_review-content #order_review .shop_table tr.coupon-section td .coupon-row form.active {
  display: block !important;
  pointer-events: auto;
}
.page_checkout .grid .checkout-content .order_review-content #order_review .shop_table tr.coupon-section td .coupon-row form .close-coupon {
  line-height: 23px;
  margin: 0 auto 5px 0;
  border: none;
}
body.ltr .page_checkout .grid .checkout-content .order_review-content #order_review .shop_table tr.coupon-section td .coupon-row form .close-coupon {
  margin: 0 0 5px auto;
}
.page_checkout .grid .checkout-content .order_review-content #order_review .shop_table tr.coupon-section td .coupon-row form .close-coupon i {
  font-size: 20px;
  margin-right: 5px;
  color: #979797;
}
.page_checkout .grid .checkout-content .order_review-content #order_review .shop_table tr.coupon-section td .coupon-row form .coupon {
  position: relative;
  width: 100%;
  background: #f6f6f4;
}
.page_checkout .grid .checkout-content .order_review-content #order_review .shop_table tr.coupon-section td .coupon-row form .coupon label {
  position: absolute;
  top: -19px;
  font-size: 13px;
  font-weight: 500;
  color: #6c757d;
  display: none;
}
.page_checkout .grid .checkout-content .order_review-content #order_review .shop_table tr.coupon-section td .coupon-row form .coupon input {
  width: 100%;
  padding: 0px 10px;
  height: 45px;
  border: 2px solid #D9D9D9;
  border-radius: 4px;
  font-size: 14px;
  color: #000;
}
.page_checkout .grid .checkout-content .order_review-content #order_review .shop_table tr.coupon-section td .coupon-row form .coupon .btn {
  width: 45px;
  border-radius: 60px;
  font-size: 14px;
  background: #b0ded9;
  color: black;
  line-height: 17px;
  font-weight: 500;
  position: absolute;
  left: 5px;
  top: 5px;
  bottom: 5px;
  -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;
}
.page_checkout .grid .checkout-content .order_review-content #order_review .shop_table tr.coupon-section td .coupon-row form .coupon .btn:hover {
  background: #9ecdc8;
}
@media screen and (max-width: 767px) {
  .page_checkout .grid .checkout-content .order_review-content #order_review .shop_table tr.coupon-section td .coupon-row form .coupon .btn {
    top: 10px;
    width: 35px;
    height: 28px;
    line-height: 25px;
    padding: 0;
  }
}
.page_checkout .grid .checkout-content .order_review-content #order_review .shop_table tr.coupon-section td .coupon-row form .coupon .btn::before {
  content: "arrow_back";
  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: 19px;
  vertical-align: middle;
  color: #423C33;
  cursor: pointer;
  pointer-events: none;
}
body.ltr .page_checkout .grid .checkout-content .order_review-content #order_review .shop_table tr.coupon-section td .coupon-row form .coupon .btn::before {
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .page_checkout .grid .checkout-content .order_review-content #order_review .shop_table tr.coupon-section td .coupon-row form .coupon .btn::before {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .page_checkout .grid .checkout-content .order_review-content #order_review .shop_table tr.coupon-section td .coupon-row .open-coupon {
    font-size: 12px;
  }
  .page_checkout .grid .checkout-content .order_review-content #order_review .shop_table tr.coupon-section td .coupon-row .open-coupon img {
    width: 16px;
  }
  .page_checkout .grid .checkout-content .order_review-content #order_review .shop_table tr.coupon-section td .coupon-row .open-coupon .btn {
    font-size: 12px;
    width: auto;
    padding: 0 10px;
  }
}
.page_checkout .grid .checkout-content .coupon-form-checkout {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  border: 1px solid #121212;
  border-radius: 4px;
  padding: 10px 20px;
}
.page_checkout .grid .checkout-content .coupon-form-checkout span.close-form {
  position: absolute;
  top: -21px;
  right: 0;
}
.page_checkout .grid .checkout-content .coupon-form-checkout span.close-form i {
  font-size: 13px;
  color: #121212;
  cursor: pointer;
}
.page_checkout .grid .checkout-content .coupon-form-checkout .woocommerce-form-coupon-toggle {
  order: 2;
}
.page_checkout .grid .checkout-content .coupon-form-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
  border: none;
  margin: 0;
  padding: 0;
}
.page_checkout .grid .checkout-content .coupon-form-checkout form.checkout_coupon {
  margin: 0;
  background-color: #fbfcff;
  justify-content: space-between;
  align-items: center;
  order: 3;
}
.page_checkout .grid .checkout-content .coupon-form-checkout form.checkout_coupon.active {
  display: flex !important;
}
.page_checkout .grid .checkout-content .coupon-form-checkout form.checkout_coupon p {
  display: none;
}
.page_checkout .grid .checkout-content .coupon-form-checkout form.checkout_coupon p.form-row {
  display: inline-block;
}
.page_checkout .grid .checkout-content .coupon-form-checkout form.checkout_coupon p.form-row.form-row-first {
  width: 70%;
}
.page_checkout .grid .checkout-content .coupon-form-checkout form.checkout_coupon p.form-row.form-row-first input {
  width: 100%;
  font-size: 14px;
}
.page_checkout .grid .checkout-content .coupon-form-checkout form.checkout_coupon p.form-row.form-row-first input:focus {
  background-color: #fbfcff;
}
.page_checkout .grid .checkout-content .coupon-form-checkout form.checkout_coupon p.form-row.form-row-last {
  width: 30%;
  text-align: left;
}
.page_checkout .grid .checkout-content .coupon-form-checkout form.checkout_coupon p.form-row.form-row-last .button {
  background-color: #2b2b2b;
  font-size: 14px;
  padding: 0 16px;
}
.page_checkout .grid .checkout-content .coupon-form-checkout form.checkout_coupon p.form-row.form-row-last .button:hover {
  background-color: #121212;
}
.page_checkout .grid .checkout-content .coupon-form-checkout .woocommerce-error {
  background-color: transparent !important;
  border: none !important;
  padding: 0 !important;
  color: red !important;
  order: 1;
}
.page_checkout .grid .checkout-content #customer_details {
  display: flex;
  flex-direction: column;
  float: none;
  width: 100%;
}
.page_checkout .grid .checkout-content #customer_details .col-1,
.page_checkout .grid .checkout-content #customer_details .col-2 {
  float: none;
  width: 100%;
  margin: 0;
}
.page_checkout .grid .checkout-content #customer_details .col-1 {
  display: none;
}
.page_checkout .grid .checkout-content #customer_details .col-1.active {
  display: block;
}
.page_checkout .grid .checkout-content #customer_details .col-2 {
  display: none;
}
.page_checkout .grid .checkout-content #customer_details .col-2.active {
  display: block;
}
.page_checkout .grid .checkout-content #customer_details .form-row.blocked {
  pointer-events: none;
  opacity: 0.5;
}
.page_checkout .grid .checkout-content #customer_details .form-row label {
  font-size: 14px;
  color: #979797;
  font-weight: 400;
  line-height: 23px;
  position: relative !important;
  overflow: unset;
  width: auto;
  height: auto;
  padding-bottom: 5px;
}
.page_checkout .grid .checkout-content #customer_details .form-row label .optional {
  display: none;
}
.page_checkout .grid .checkout-content #customer_details .form-row input.input-text {
  background: #F6F6F4;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 44px;
  padding: 0 16px;
  width: 100%;
  box-shadow: none;
  border: 2px solid #d9d9d9;
  -webkit-transition: 0.3s 0.2s ease-in-out;
  -moz-transition: 0.3s 0.2s ease-in-out;
  -ms-transition: 0.3s 0.2s ease-in-out;
  -o-transition: 0.3s 0.2s ease-in-out;
  transition: 0.3s 0.2s ease-in-out;
}
.page_checkout .grid .checkout-content #customer_details .form-row input.input-text:focus {
  border: 2px solid black;
}
.page_checkout .grid .checkout-content #customer_details .form-row .select2-container {
  width: 100% !important;
  z-index: auto !important;
}
.page_checkout .grid .checkout-content #customer_details .form-row.property-type label {
  font-size: 14px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 3px;
  color: #121212;
}
.page_checkout .grid .checkout-content #customer_details .form-row.property-type span {
  display: flex;
  margin-top: 14px;
}
.page_checkout .grid .checkout-content #customer_details .form-row.property-type span label {
  padding-right: 25px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  user-select: none;
  color: #454c51;
  margin-top: 0;
  margin-right: 0;
  margin-left: 20px;
}
.page_checkout .grid .checkout-content #customer_details .form-row.property-type span 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: 20px;
  color: #000000 !important;
  position: absolute;
  top: 1px;
  right: 0;
  line-height: 20px;
  -webkit-transition: 0.2s 0.2s ease-in-out;
  -moz-transition: 0.2s 0.2s ease-in-out;
  -ms-transition: 0.2s 0.2s ease-in-out;
  -o-transition: 0.2s 0.2s ease-in-out;
  transition: 0.2s 0.2s ease-in-out;
}
.page_checkout .grid .checkout-content #customer_details .form-row.property-type span input {
  display: none;
}
.page_checkout .grid .checkout-content #customer_details .form-row.property-type span input:checked + label::before {
  content: "radio_button_checked" !important;
}
.page_checkout .grid .checkout-content #customer_details .form-row.woocommerce-invalid .input-text {
  border: 1px solid #fd4960;
}
.page_checkout .grid .checkout-content #customer_details .form-row#billing_delivery_date_field, .page_checkout .grid .checkout-content #customer_details .form-row#billing_time_slot_field {
  opacity: 0;
  height: 0;
  margin: 0;
  pointer-events: none;
}
.page_checkout .grid .checkout-content .woocommerce-billing-fields {
  padding: 40px 0 0;
}
.page_checkout .grid .checkout-content .woocommerce-billing-fields .have-account {
  margin-bottom: 70px;
}
.page_checkout .grid .checkout-content .woocommerce-billing-fields .have-account label {
  font-size: 12px;
  font-weight: bold;
  color: #454c51;
  line-height: 16px;
  letter-spacing: 0.17px;
}
.page_checkout .grid .checkout-content .woocommerce-billing-fields .have-account label a {
  letter-spacing: 0.17px;
  line-height: 20px;
  color: #0091ff;
  font-weight: 600;
  display: inline-block;
  margin-right: 6px;
}
.page_checkout .grid .checkout-content .woocommerce-billing-fields .have-account label a:hover {
  text-decoration: underline;
}
.page_checkout .grid .checkout-content .woocommerce-billing-fields .have-account .fbl-button {
  position: relative;
  margin: 10px 0 20px 0;
}
.page_checkout .grid .checkout-content .woocommerce-billing-fields .have-account .fbl-button .fb_iframe_widget {
  position: absolute;
  right: 0;
}
.page_checkout .grid .checkout-content .woocommerce-billing-fields h3 {
  margin-bottom: 25px;
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 20px;
  line-height: 19px;
  letter-spacing: 0.444444px;
  color: #121212;
}
@media screen and (max-width: 767px) {
  .page_checkout .grid .checkout-content .woocommerce-billing-fields h3 {
    font-size: 16px;
    margin-bottom: 18px;
  }
}
.page_checkout .grid .checkout-content .woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.page_checkout .grid .checkout-content .woocommerce-billing-fields__field-wrapper.hidden {
  display: none;
}
.page_checkout .grid .checkout-content .woocommerce-billing-fields__field-wrapper .form-row {
  padding: 0;
  width: auto;
  min-width: 84px;
  margin: 0 0 30px;
  float: none;
}
.page_checkout .grid .checkout-content .woocommerce-billing-fields__field-wrapper .form-row-wide {
  width: 100%;
}
.page_checkout .grid .checkout-content .woocommerce-billing-fields__field-wrapper .form-row-first {
  padding-left: 10px;
}
.page_checkout .grid .checkout-content .woocommerce-billing-fields__field-wrapper .form-row-first, .page_checkout .grid .checkout-content .woocommerce-billing-fields__field-wrapper .form-row-last {
  width: 50%;
}
.page_checkout .grid .checkout-content .woocommerce-billing-fields__field-wrapper .form-row#billing_country_field {
  display: none;
}
.page_checkout .grid .checkout-content .woocommerce-billing-fields__field-wrapper .select2-selection {
  border: none;
  height: 44px;
  border-radius: 4px;
  position: relative;
  direction: ltr;
  background-color: #f6f8fa;
}
.page_checkout .grid .checkout-content .woocommerce-billing-fields__field-wrapper .select2-selection .select2-selection__rendered {
  font-size: 14px;
  line-height: 44px;
  padding-left: 8px;
  padding-right: 12px;
  text-align: right;
  font-weight: 600;
  color: #000000;
}
.page_checkout .grid .checkout-content .woocommerce-billing-fields__field-wrapper .select2-selection .select2-selection__arrow {
  height: 100%;
  top: 0;
  bottom: 0;
  left: 12px;
  right: auto;
}
.page_checkout .grid .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;
}
.page_checkout .grid .checkout-content .woocommerce-billing-fields__field-wrapper .select2-selection .select2-selection__arrow b {
  display: none;
}
.page_checkout .grid .checkout-content .woocommerce-billing-fields__field-wrapper .billing-fileds-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 40px 0;
  position: relative;
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (max-width: 767px) {
  .page_checkout .grid .checkout-content .woocommerce-billing-fields__field-wrapper .billing-fileds-container {
    padding: 30px 25px 0;
  }
}
.page_checkout .grid .checkout-content .woocommerce-billing-fields__field-wrapper .billing-fileds-container h2 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  padding-bottom: 30px;
}
.page_checkout .grid .checkout-content .woocommerce-billing-fields__field-wrapper .billing-fileds-container .user-info {
  display: none;
}
.page_checkout .grid .checkout-content .woocommerce-billing-fields__field-wrapper .next_checkout {
  padding: 40px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page_checkout .grid .checkout-content .woocommerce-billing-fields__field-wrapper .next_checkout {
    padding: 25px;
  }
}
.page_checkout .grid .checkout-content .woocommerce-billing-fields__field-wrapper .next_checkout .btn_checkout {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: black !important;
  background: #b0ded9;
  line-height: 50px;
  height: 54px;
  text-align: center;
  border: none;
  padding: 0 30px;
  width: 100%;
  max-width: 100%;
  float: none;
  border-radius: 50px;
  -webkit-transition: 0.2s 0.2s ease-in-out;
  -moz-transition: 0.2s 0.2s ease-in-out;
  -ms-transition: 0.2s 0.2s ease-in-out;
  -o-transition: 0.2s 0.2s ease-in-out;
  transition: 0.2s 0.2s ease-in-out;
  white-space: nowrap;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .page_checkout .grid .checkout-content .woocommerce-billing-fields__field-wrapper .next_checkout .btn_checkout {
    line-height: 42px;
    height: 42px;
    font-size: 14px;
  }
}
.page_checkout .grid .checkout-content .woocommerce-billing-fields__field-wrapper .next_checkout .btn_checkout:hover {
  background: #9ecdc8;
}
.page_checkout .grid .checkout-content .woocommerce-billing-fields__field-wrapper.user-logged-in .billing-fileds-container .user-info {
  display: block;
  padding-bottom: 20px;
}
.page_checkout .grid .checkout-content .woocommerce-billing-fields__field-wrapper.user-logged-in .billing-fileds-container .user-info p {
  font-size: 14px;
  color: #979797;
}
.page_checkout .grid .checkout-content .woocommerce-billing-fields__field-wrapper.user-logged-in .billing-fileds-container .user-info p.user-email {
  padding-top: 20px;
}
.page_checkout .grid .checkout-content .woocommerce-billing-fields__field-wrapper.user-logged-in .billing-fileds-container .hide-fld {
  display: none !important;
}
.page_checkout .grid .checkout-content .woocommerce-billing-fields__field-wrapper.user-logged-in .shipping-fileds-container .user-address {
  display: block;
}
.page_checkout .grid .checkout-content .woocommerce-billing-fields__field-wrapper.user-logged-in .shipping-fileds-container .form-row {
  display: none !important;
}
.page_checkout .grid .checkout-content .woocommerce-account-fields {
  padding: 25px 40px;
  width: 100%;
}
.page_checkout .grid .checkout-content .woocommerce-account-fields__field-wrapper {
  max-width: 350px;
  display: flex;
  flex-wrap: wrap;
  padding: 0 5px;
}
.page_checkout .grid .checkout-content .woocommerce-account-fields .create-account {
  width: 100%;
}
.page_checkout .grid .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;
}
.page_checkout .grid .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: black;
  text-align: center;
  margin-left: 6px;
  -webkit-transition: 0.2s 0.2s ease-in-out;
  -moz-transition: 0.2s 0.2s ease-in-out;
  -ms-transition: 0.2s 0.2s ease-in-out;
  -o-transition: 0.2s 0.2s ease-in-out;
  transition: 0.2s 0.2s ease-in-out;
}
.page_checkout .grid .checkout-content .woocommerce-account-fields .checkbox input {
  display: none;
}
.page_checkout .grid .checkout-content .woocommerce-account-fields .checkbox input:checked ~ span::before {
  content: "check_box";
}
.page_checkout .grid .checkout-content .shipping-fileds-container {
  padding: 30px 40px 0;
  position: relative;
  border-bottom: 1px solid #D9D9D9;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page_checkout .grid .checkout-content .shipping-fileds-container {
    padding: 30px 25px 0;
  }
}
.page_checkout .grid .checkout-content .shipping-fileds-container select {
  -webkit-appearance: none;
  display: block;
  background-color: #f6f6f4;
  width: 100%;
  height: 44px;
  line-height: 40px;
  font-size: 14px;
  color: #000000;
  font-weight: 600;
  background-image: url(../img/icons/select-arrow.png);
  background-repeat: no-repeat;
  background-position: 2% 50%;
  padding: 0 12px;
  cursor: pointer;
  border: 2px solid #d9d9d9 !important;
  border-radius: 4px;
  text-transform: capitalize;
}
body.ltr .page_checkout .grid .checkout-content .shipping-fileds-container select {
  background-position: 96% 50%;
}
.page_checkout .grid .checkout-content .shipping-fileds-container .same-row {
  width: 130px !important;
  display: inline-block;
}
.page_checkout .grid .checkout-content .shipping-fileds-container .same-row ~ .same-row {
  padding-right: 10px;
}
.page_checkout .grid .checkout-content .shipping-fileds-container .same-row label {
  height: 0;
}
.page_checkout .grid .checkout-content .shipping-fileds-container .same-row.require-build.hide {
  display: none !important;
}
.page_checkout .grid .checkout-content .shipping-fileds-container .same-row.woocommerce-invalid-required-field input {
  border: 1px solid #f44336;
}
.page_checkout .grid .checkout-content .shipping-fileds-container .form-row.woocommerce-invalid-required-field .select2-selection__rendered {
  border: 1px solid #fd4960;
}
.page_checkout .grid .checkout-content .shipping-fileds-container .form-row.woocommerce-invalid-required-field .input-text {
  border: 1px solid #fd4960 !important;
}
.page_checkout .grid .checkout-content .shipping-fileds-container .local_select_branch {
  padding-bottom: 30px;
}
.page_checkout .grid .checkout-content .shipping-fileds-container .local_select_branch .single_branch {
  background: #f6f6f6;
  border: 2px solid #b0ded9;
  border-radius: 4px;
  padding: 25px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page_checkout .grid .checkout-content .shipping-fileds-container .local_select_branch .single_branch {
    padding: 15px;
  }
}
.page_checkout .grid .checkout-content .shipping-fileds-container .local_select_branch .single_branch .branch_name {
  position: relative;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .page_checkout .grid .checkout-content .shipping-fileds-container .local_select_branch .single_branch .branch_name {
    font-size: 14px;
  }
}
.page_checkout .grid .checkout-content .shipping-fileds-container .local_select_branch .single_branch .branch_name span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #A3A3A3;
  padding-top: 10px;
  line-height: 20px;
}
@media screen and (max-width: 767px) {
  .page_checkout .grid .checkout-content .shipping-fileds-container .local_select_branch .single_branch .branch_name span {
    font-size: 10px;
    line-height: 17px;
  }
}
.page_checkout .grid .checkout-content .shipping-fileds-container .local_select_branch .single_branch .branch_name::before {
  content: "";
  background-image: url(../img/icons/branch_name.png);
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  background-size: 17px;
  position: absolute;
  right: 0;
  top: 12px;
}
@media screen and (max-width: 767px) {
  .page_checkout .grid .checkout-content .shipping-fileds-container .local_select_branch .single_branch .branch_name::before {
    width: 14px;
    height: 14px;
    background-size: 14px;
    top: 10px;
  }
}
.page_checkout .grid .checkout-content .shipping-fileds-container .local_select_branch .single_branch .btn_local_select_branch {
  position: absolute;
  top: -20px;
  right: -15px;
  width: 40px;
  display: block;
  border-radius: 50px;
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  transition: all 0.3s ease;
  background: #B0DED9;
  cursor: pointer;
}
.page_checkout .grid .checkout-content .shipping-fileds-container .local_select_branch .single_branch .btn_local_select_branch:hover {
  background: #9ecdc8;
}
@media screen and (max-width: 767px) {
  .page_checkout .grid .checkout-content .shipping-fileds-container .local_select_branch .single_branch .btn_local_select_branch {
    top: -13px;
    right: -10px;
    width: 25px;
    padding: 5px;
  }
}
.page_checkout .grid .checkout-content .shipping-fileds-container .local_select_branch .single_branch .btn_local_select_branch::before {
  content: "";
  background-image: url(../img/icons/pencil.png);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  background-size: 20px;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .page_checkout .grid .checkout-content .shipping-fileds-container .local_select_branch .single_branch .btn_local_select_branch::before {
    width: 14px;
    height: 14px;
    background-size: 14px;
  }
}
.page_checkout .grid .checkout-content .shipping-fileds-container .local_select_branch .MD-field {
  position: relative;
}
.page_checkout .grid .checkout-content .shipping-fileds-container .local_select_branch .MD-field label {
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #979797;
  padding-bottom: 5px;
}
.page_checkout .grid .checkout-content .shipping-fileds-container .local_select_branch .MD-field label span {
  color: red;
}
.page_checkout .grid .checkout-content .shipping-fileds-container .local_select_branch .MD-field input {
  border: 2px solid #DADADA;
  width: 100%;
  border-radius: 4px;
  padding: 10px 14px;
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
}
.page_checkout .grid .checkout-content .shipping-fileds-container .local_select_branch .MD-field input:focus {
  border: 2px solid black;
}
.page_checkout .grid .checkout-content .shipping-fileds-container .local_select_branch .MD-field.half_full {
  width: calc(50% - 6px);
  display: inline-block;
  margin: 0;
}
@media (max-width: 767px) {
  .page_checkout .grid .checkout-content .shipping-fileds-container .local_select_branch .MD-field.half_full {
    width: 100%;
    margin-right: 0 !important;
  }
}
.page_checkout .grid .checkout-content .shipping-fileds-container .local_select_branch .MD-field.half_full ~ .half_full {
  margin-right: 6px;
}
.page_checkout .grid .checkout-content .shipping-fileds-container .local_select_branch .MD-field ~ .MD-field {
  margin-top: 35px;
}
.page_checkout .grid .checkout-content .shipping-fileds-container .local_select_branch .MD-field select {
  border: 2px solid #DADADA;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  height: 52px;
  padding: 0;
  padding-left: 25px;
  padding-right: 12px;
  border-radius: 4px;
  width: 100%;
  max-width: 100% !important;
  cursor: pointer;
  background-color: #f6f6f4;
  background-image: url("../img/MD_myaccount_icon/select-arrow.png");
  background-repeat: no-repeat;
  background-position: 5% center;
  background-size: 18px;
  text-transform: capitalize;
}
body.ltr .page_checkout .grid .checkout-content .shipping-fileds-container .local_select_branch .MD-field select {
  background-position: 95% center !important;
}
.page_checkout .grid .checkout-content .shipping-fileds-container .local_select_branch .MD-field select:focus {
  border: 2px solid black;
}
.page_checkout .grid .checkout-content .shipping-fileds-container .popup.local_select_branch {
  max-width: 500px;
  height: fit-content;
  top: 0;
  margin: auto;
  background: white;
  padding: 0;
  z-index: 9999;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .page_checkout .grid .checkout-content .shipping-fileds-container .popup.local_select_branch {
    top: auto;
    max-width: 100%;
    transform: translateY(100%) !important;
    transition: 0.3s all ease-out;
  }
  .page_checkout .grid .checkout-content .shipping-fileds-container .popup.local_select_branch.popup_visible {
    transform: translateY(0) !important;
    border-radius: 30px 30px 0 0;
  }
}
.page_checkout .grid .checkout-content .shipping-fileds-container .popup.local_select_branch .select_branch .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d9d9d9;
  padding: 25px;
}
.page_checkout .grid .checkout-content .shipping-fileds-container .popup.local_select_branch .select_branch .top h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0 !important;
}
.page_checkout .grid .checkout-content .shipping-fileds-container .popup.local_select_branch .select_branch .top h3::before {
  content: "";
  background-image: url(../img/icons/branch_name.png);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  background-size: 20px;
  display: inline-block;
  vertical-align: sub;
  margin-left: 10px;
}
.page_checkout .grid .checkout-content .shipping-fileds-container .popup.local_select_branch .select_branch .top .popup__close {
  position: relative !important;
  top: 0;
  right: 0;
  font-size: 24px !important;
}
.page_checkout .grid .checkout-content .shipping-fileds-container .popup.local_select_branch .select_branch .section_content {
  background: white;
}
.page_checkout .grid .checkout-content .shipping-fileds-container .popup.local_select_branch .select_branch .section_content .all_branches {
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 450px;
  direction: ltr;
}
body.ltr .page_checkout .grid .checkout-content .shipping-fileds-container .popup.local_select_branch .select_branch .section_content .all_branches {
  direction: rtl;
}
.page_checkout .grid .checkout-content .shipping-fileds-container .popup.local_select_branch .select_branch .section_content .all_branches::-webkit-scrollbar-track {
  background-color: #F1F1F1;
}
@media screen and (max-width: 767px) {
  .page_checkout .grid .checkout-content .shipping-fileds-container .popup.local_select_branch .select_branch .section_content .all_branches::-webkit-scrollbar-track {
    display: none;
  }
}
.page_checkout .grid .checkout-content .shipping-fileds-container .popup.local_select_branch .select_branch .section_content .all_branches::-webkit-scrollbar {
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .page_checkout .grid .checkout-content .shipping-fileds-container .popup.local_select_branch .select_branch .section_content .all_branches::-webkit-scrollbar {
    display: none;
  }
}
.page_checkout .grid .checkout-content .shipping-fileds-container .popup.local_select_branch .select_branch .section_content .all_branches::-webkit-scrollbar-thumb {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, #C1C1C1), color-stop(0.72, #C1C1C1), color-stop(0.86, #C1C1C1));
}
@media screen and (max-width: 767px) {
  .page_checkout .grid .checkout-content .shipping-fileds-container .popup.local_select_branch .select_branch .section_content .all_branches::-webkit-scrollbar-thumb {
    display: none;
  }
}
.page_checkout .grid .checkout-content .shipping-fileds-container .popup.local_select_branch .select_branch .section_content .all_branches .single_pop_branch {
  padding: 25px 0;
  padding-right: 40px;
  position: relative;
  cursor: pointer;
  direction: rtl;
  -webkit-transition: 0.1s 0.2s ease-in-out;
  -moz-transition: 0.1s 0.2s ease-in-out;
  -ms-transition: 0.1s 0.2s ease-in-out;
  -o-transition: 0.1s 0.2s ease-in-out;
  transition: 0.1s 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
  .page_checkout .grid .checkout-content .shipping-fileds-container .popup.local_select_branch .select_branch .section_content .all_branches .single_pop_branch {
    padding: 20px 0;
    padding-right: 20px;
  }
}
body.ltr .page_checkout .grid .checkout-content .shipping-fileds-container .popup.local_select_branch .select_branch .section_content .all_branches .single_pop_branch {
  direction: ltr;
}
.page_checkout .grid .checkout-content .shipping-fileds-container .popup.local_select_branch .select_branch .section_content .all_branches .single_pop_branch::after {
  content: "";
  width: 82%;
  height: 1px;
  background: rgba(217, 217, 217, 0.5411764706);
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .page_checkout .grid .checkout-content .shipping-fileds-container .popup.local_select_branch .select_branch .section_content .all_branches .single_pop_branch::after {
    width: 88%;
    right: 0;
    margin: auto;
  }
}
.page_checkout .grid .checkout-content .shipping-fileds-container .popup.local_select_branch .select_branch .section_content .all_branches .single_pop_branch .branch_pop_name {
  position: relative;
  width: 85%;
}
@media screen and (max-width: 767px) {
  .page_checkout .grid .checkout-content .shipping-fileds-container .popup.local_select_branch .select_branch .section_content .all_branches .single_pop_branch .branch_pop_name {
    font-size: 14px;
  }
}
.page_checkout .grid .checkout-content .shipping-fileds-container .popup.local_select_branch .select_branch .section_content .all_branches .single_pop_branch .branch_pop_name span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #A3A3A3;
  padding-right: 48px;
  line-height: 20px;
}
.page_checkout .grid .checkout-content .shipping-fileds-container .popup.local_select_branch .select_branch .section_content .all_branches .single_pop_branch .branch_pop_name::before {
  content: "";
  background-image: url(../img/icons/branch_name.png);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center;
  width: 36px;
  height: 36px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  background-color: #F6F6F6;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .page_checkout .grid .checkout-content .shipping-fileds-container .popup.local_select_branch .select_branch .section_content .all_branches .single_pop_branch .branch_pop_name::before {
    width: 30px;
    height: 30px;
    background-size: 14px;
  }
}
.page_checkout .grid .checkout-content .shipping-fileds-container .popup.local_select_branch .select_branch .section_content .all_branches .single_pop_branch .check {
  opacity: 0;
  width: 25px;
  height: 25px;
  margin: 0 auto 10px;
  border-radius: 50%;
  display: flex;
  border: 2px solid transparent;
  align-items: center;
  background-color: #C6537A;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  margin: auto;
  -webkit-transition: 0.1s 0.2s ease-in-out;
  -moz-transition: 0.1s 0.2s ease-in-out;
  -ms-transition: 0.1s 0.2s ease-in-out;
  -o-transition: 0.1s 0.2s ease-in-out;
  transition: 0.1s 0.2s ease-in-out;
}
.page_checkout .grid .checkout-content .shipping-fileds-container .popup.local_select_branch .select_branch .section_content .all_branches .single_pop_branch .check i {
  font-size: 16px;
  color: white;
  font-weight: 800;
  position: absolute;
  top: 3px;
  width: 18px;
  left: 2px;
}
body.ltr .page_checkout .grid .checkout-content .shipping-fileds-container .popup.local_select_branch .select_branch .section_content .all_branches .single_pop_branch .check i {
  left: 1px;
}
.page_checkout .grid .checkout-content .shipping-fileds-container .popup.local_select_branch .select_branch .section_content .all_branches .single_pop_branch:hover {
  background: #F6F6F6;
}
.page_checkout .grid .checkout-content .shipping-fileds-container .popup.local_select_branch .select_branch .section_content .all_branches .single_pop_branch:hover .check {
  opacity: 1;
}
.page_checkout .grid .checkout-content .shipping-fileds-container .popup.local_select_branch .select_branch .section_content .all_branches .single_pop_branch.selected {
  background: #F6F6F6;
}
.page_checkout .grid .checkout-content .shipping-fileds-container .popup.local_select_branch .select_branch .section_content .all_branches .single_pop_branch.selected .check {
  opacity: 1;
}
.page_checkout .grid .checkout-content .shipping-fileds-container .popup.local_select_branch .select_branch .bottom {
  display: none !important;
  padding: 25px;
}
.page_checkout .grid .checkout-content .shipping-fileds-container .popup.local_select_branch .select_branch .bottom .btn_confirm {
  width: 100%;
  display: block;
  border-radius: 50px;
  padding: 18px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  transition: all 0.3s ease;
  background: #B0DED9;
  cursor: pointer;
}
.page_checkout .grid .checkout-content .shipping-fileds-container .popup.local_select_branch .select_branch .bottom .btn_confirm:hover {
  background: #9ecdc8;
}
.page_checkout .grid .checkout-content .shipping-fileds-container #billing_local_pickup_field {
  display: none !important;
}
.page_checkout .grid .checkout-content .shipping-fileds-container .user-address {
  display: none;
}
.page_checkout .grid .checkout-content .new_downpayment_options {
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .page_checkout .grid .checkout-content .new_downpayment_options {
    padding: 0 20px;
  }
}
.page_checkout .grid .checkout-content .new_downpayment_options .choose_option {
  padding: 30px 0 !important;
  border-top: 1px solid #D9D9D9;
}
@media screen and (max-width: 767px) {
  .page_checkout .grid .checkout-content .new_downpayment_options .choose_option {
    padding: 20px 0 !important;
  }
}
.page_checkout .grid .checkout-content .new_downpayment_options .choose_option .single_option {
  padding-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .page_checkout .grid .checkout-content .new_downpayment_options .choose_option .single_option {
    padding-bottom: 15px;
  }
}
.page_checkout .grid .checkout-content .new_downpayment_options .choose_option .single_option:last-child {
  padding-bottom: 0px;
}
.page_checkout .grid .checkout-content .new_downpayment_options .choose_option .single_option .input_downpayment {
  display: none;
}
.page_checkout .grid .checkout-content .new_downpayment_options .choose_option .single_option .label_downpayment {
  padding: 0;
  padding-right: 30px;
  white-space: nowrap;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  user-select: none;
}
@media screen and (max-width: 767px) {
  .page_checkout .grid .checkout-content .new_downpayment_options .choose_option .single_option .label_downpayment {
    font-size: 12px;
    line-height: 26px;
    white-space: normal;
    padding-right: 26px;
  }
}
.page_checkout .grid .checkout-content .new_downpayment_options .choose_option .single_option .label_downpayment::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: 24px;
  color: #423C33 !important;
  position: absolute;
  top: -2px;
  right: 0;
  line-height: 20px;
  -webkit-transition: 0.2s 0.2s ease-in-out;
  -moz-transition: 0.2s 0.2s ease-in-out;
  -ms-transition: 0.2s 0.2s ease-in-out;
  -o-transition: 0.2s 0.2s ease-in-out;
  transition: 0.2s 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
  .page_checkout .grid .checkout-content .new_downpayment_options .choose_option .single_option .label_downpayment::before {
    font-size: 20px;
    top: 3px;
  }
}
.page_checkout .grid .checkout-content .new_downpayment_options .choose_option .single_option .label_downpayment img {
  height: 28px;
  margin: 0 0 0 10px;
  border-radius: 5px;
}
body.rtl .page_checkout .grid .checkout-content .new_downpayment_options .choose_option .single_option .label_downpayment img {
  margin: 0 10px 0 0;
}
.page_checkout .grid .checkout-content .new_downpayment_options .choose_option .single_option.active .label_downpayment::before {
  content: "radio_button_checked" !important;
  color: #c5537a !important;
}
.page_checkout .grid .checkout-content #payment {
  background: none !important;
  border-radius: 0 !important;
  padding: 0px 30px;
}
@media (max-width: 767px) {
  .page_checkout .grid .checkout-content #payment {
    padding: 0 20px;
  }
}
.page_checkout .grid .checkout-content #payment .payemnt-fields {
  padding: 25px 17px 15px 20px;
}
@media (max-width: 767px) {
  .page_checkout .grid .checkout-content #payment .payemnt-fields {
    padding: 20px 15px 10px;
  }
}
.page_checkout .grid .checkout-content #payment .payemnt-fields p {
  padding-top: 5px;
}
.page_checkout .grid .checkout-content #payment .payemnt-fields h3 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #121212;
}
.page_checkout .grid .checkout-content #payment .payment_methods {
  border-bottom: none !important;
  padding: 40px 0 0 !important;
  border-top: 1px solid #D9D9D9;
}
.page_checkout .grid .checkout-content #payment .payment_methods .wc_payment_method {
  display: flex;
  flex-direction: column;
  background-color: transparent;
  padding-bottom: 8px;
}
.page_checkout .grid .checkout-content #payment .payment_methods .wc_payment_method.payment_method_cod .payment_box {
  display: none !important;
}
.page_checkout .grid .checkout-content #payment .payment_methods .wc_payment_method:last-child {
  padding-bottom: 0;
}
.page_checkout .grid .checkout-content #payment .payment_methods .wc_payment_method > input {
  display: none;
}
.page_checkout .grid .checkout-content #payment .payment_methods .wc_payment_method > input:checked ~ label {
  border: 2px solid #000000;
}
.page_checkout .grid .checkout-content #payment .payment_methods .wc_payment_method > input:checked ~ label::before {
  content: "radio_button_checked" !important;
  color: #c5537a !important;
}
.page_checkout .grid .checkout-content #payment .payment_methods .wc_payment_method > label {
  padding: 0;
  padding-right: 30px;
  white-space: nowrap;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  user-select: none;
  margin-bottom: 10px;
  color: #454c51;
  border: 2px solid #d9d9d9;
  border-radius: 4px;
  padding: 20px 50px;
}
.page_checkout .grid .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: 24px;
  color: #423C33 !important;
  position: absolute;
  top: 25px;
  right: 18px;
  line-height: 20px;
  -webkit-transition: 0.2s 0.2s ease-in-out;
  -moz-transition: 0.2s 0.2s ease-in-out;
  -ms-transition: 0.2s 0.2s ease-in-out;
  -o-transition: 0.2s 0.2s ease-in-out;
  transition: 0.2s 0.2s ease-in-out;
}
.page_checkout .grid .checkout-content #payment .payment_methods .wc_payment_method > label img {
  height: 28px;
  margin: 0 0 0 10px;
  border-radius: 5px;
}
body.rtl .page_checkout .grid .checkout-content #payment .payment_methods .wc_payment_method > label img {
  margin: 0 10px 0 0;
}
.page_checkout .grid .checkout-content #payment .payment_methods .wc_payment_method.payment_method_nodepayment > input:checked ~ label {
  margin-bottom: 0;
  border-radius: 4px 4px 0 0;
  border-bottom: 0;
}
.page_checkout .grid .checkout-content #payment .payment_methods .wc_payment_method.payment_method_nodepayment label::after {
  content: "";
  background: url(../img/icons/visaicon.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 22px;
  left: 20px;
  width: 73px;
  height: 25px;
  margin-right: 8px;
}
.page_checkout .grid .checkout-content #payment .payment_methods .wc_payment_method.payment_method_mdm_gateway p {
  position: relative;
}
.page_checkout .grid .checkout-content #payment .payment_methods .wc_payment_method.payment_method_mdm_gateway p::before {
  content: "";
  right: 100%;
  background: url(../img/footer/meza.png);
  background-repeat: no-repeat;
  position: absolute;
  top: -4px;
  width: 40px;
  height: 35px;
  margin-right: 8px;
  background-size: contain;
  background-position: center right;
}
.page_checkout .grid .checkout-content #payment .payment_methods .payment_box {
  display: none;
  background-color: transparent;
  text-align: right;
  padding: 0;
  margin: 0;
  border-radius: 0;
  width: 100%;
  border: 2px solid black;
  padding: 30px 15px 10px;
  border-radius: 0 0 6px 6px;
}
.page_checkout .grid .checkout-content #payment .payment_methods .payment_box::before {
  display: none;
}
.page_checkout .grid .checkout-content #payment .payment_methods .payment_box fieldset {
  padding: 0;
  margin: 0;
}
.page_checkout .grid .checkout-content #payment .payment_methods .payment_box fieldset input {
  direction: ltr !important;
  text-align: right !important;
}
.page_checkout .grid .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;
  min-width: 90px;
  float: none;
  margin-left: 0;
}
.page_checkout .grid .checkout-content #payment .payment_methods .payment_box fieldset#wc-nodepayment-cc-form .form-row.form-row-wide {
  width: 100%;
}
.page_checkout .grid .checkout-content #payment .payment_methods .payment_box label {
  font-size: 12px;
  font-weight: 600;
}
.page_checkout .grid .checkout-content #payment .payment_methods .payment_box label::after {
  display: none !important;
}
.page_checkout .grid .checkout-content #payment .payment_methods .payment_box .custom-rowI {
  display: flex;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .page_checkout .grid .checkout-content #payment .payment_methods .payment_box .custom-rowI {
    margin-left: 10px;
  }
}
.page_checkout .grid .checkout-content #payment .payment_methods .payment_box input#card-number {
  background-color: #F6F6F4 !important;
  border: 2px solid #D9D9D9;
  border-radius: 6px;
  color: #423C33;
  font-size: 14px;
  font-weight: 600;
  box-shadow: none;
  width: 100%;
  padding: 15px;
  margin: 0;
  -webkit-transition: 0.3s 0.2s ease-in-out;
  -moz-transition: 0.3s 0.2s ease-in-out;
  -ms-transition: 0.3s 0.2s ease-in-out;
  -o-transition: 0.3s 0.2s ease-in-out;
  transition: 0.3s 0.2s ease-in-out;
}
.page_checkout .grid .checkout-content #payment .payment_methods .payment_box input#card-number:focus {
  background-color: #f6f6f4;
}
.page_checkout .grid .checkout-content #payment .payment_methods .payment_box input#cardholder-name {
  background-color: #F6F6F4 !important;
  border: 2px solid #D9D9D9;
  border-radius: 6px;
  color: #423C33;
  font-size: 14px;
  font-weight: 600;
  box-shadow: none;
  width: 100%;
  padding: 15px;
  margin: 0;
  -webkit-transition: 0.3s 0.2s ease-in-out;
  -moz-transition: 0.3s 0.2s ease-in-out;
  -ms-transition: 0.3s 0.2s ease-in-out;
  -o-transition: 0.3s 0.2s ease-in-out;
  transition: 0.3s 0.2s ease-in-out;
}
.page_checkout .grid .checkout-content #payment .payment_methods .payment_box input#cardholder-name:focus {
  background-color: #f6f6f4;
}
.page_checkout .grid .checkout-content #payment .payment_methods .payment_box .form-row.visa-card input {
  background-image: url(../img/visa.png) !important;
  background-size: 40px !important;
  background-repeat: no-repeat !important;
  background-position: center right 15px !important;
}
.page_checkout .grid .checkout-content #payment .payment_methods .payment_box .form-row.master-card input {
  background-image: url(./img/mastercard.png) !important;
  background-size: 40px !important;
  background-repeat: no-repeat !important;
  background-position: center right 15px !important;
}
.page_checkout .grid .checkout-content #payment .payment_methods .payment_box input#security-code {
  width: 110px;
  height: 44px;
  border: 2px solid #D9D9D9;
  background-color: #F6F6F4 !important;
  font-weight: 500;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 44px;
  padding: 0 16px;
  margin: 0;
  border-radius: 6px;
}
.page_checkout .grid .checkout-content #payment .payment_methods .payment_box select {
  width: 90px;
  height: 44px;
  background-color: #F6F6F4 !important;
  font-weight: 500;
  font-size: 14px;
  padding: 10px 12px;
  border-radius: 6px;
  background-image: url(../img/icons/select-arrow.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 60px) center;
  -webkit-appearance: none;
  cursor: pointer;
  float: none;
  margin-left: 10px;
  border: 2px solid #D9D9D9;
  text-transform: lowercase;
}
body.ltr .page_checkout .grid .checkout-content #payment .payment_methods .payment_box select {
  background-position: calc(100% - 8px) center;
}
.page_checkout .grid .checkout-content #payment .payment_methods .payment_box .cvc-hint {
  width: 18px;
  height: 18px;
  cursor: pointer;
  left: 7px;
  transition: all 0.3s ease;
}
.page_checkout .grid .checkout-content #payment .payment_methods .payment_box .cvc-hint::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../img/icons/info.png);
  background-size: cover;
  position: absolute;
  left: 20px;
  top: 3px;
}
.page_checkout .grid .checkout-content #payment .payment_methods .payment_box .cvc-hint img {
  position: absolute;
  top: -40px;
  left: -80px;
  opacity: 0;
}
.page_checkout .grid .checkout-content #payment .payment_methods .payment_box .cvc-hint:hover {
  transition: all 0.3s ease;
}
.page_checkout .grid .checkout-content #payment .payment_methods .payment_box .cvc-hint:hover img {
  opacity: 1;
}
.page_checkout .grid .checkout-content #payment .woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 15px;
}
.page_checkout .grid .checkout-content #payment .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
  display: none;
}
.page_checkout .grid .checkout-content #payment .woocommerce-terms-and-conditions-wrapper p {
  padding: 0;
  margin: 0;
  font-size: 0;
}
.page_checkout .grid .checkout-content #payment .woocommerce-terms-and-conditions-wrapper .checkbox {
  cursor: pointer;
  display: block;
  color: #363636;
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: inherit;
}
.page_checkout .grid .checkout-content #payment .woocommerce-terms-and-conditions-wrapper .checkbox input {
  display: none;
}
.page_checkout .grid .checkout-content #payment .woocommerce-terms-and-conditions-wrapper .checkbox input:checked ~ .woocommerce-terms-and-conditions-checkbox-text::before {
  content: "check_box";
}
.page_checkout .grid .checkout-content #payment .woocommerce-terms-and-conditions-wrapper .checkbox .required {
  display: none;
}
.page_checkout .grid .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-right: 28px;
  position: relative;
  text-transform: none;
}
.page_checkout .grid .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;
  vertical-align: middle;
  margin-right: 4px;
  font-weight: 400;
  color: red;
}
.page_checkout .grid .checkout-content #payment .woocommerce-terms-and-conditions-wrapper .checkbox .woocommerce-terms-and-conditions-checkbox-text a:hover {
  text-decoration: underline;
}
.page_checkout .grid .checkout-content #payment .woocommerce-terms-and-conditions-wrapper .checkbox .woocommerce-terms-and-conditions-checkbox-text a:hover::after {
  color: black;
}
.page_checkout .grid .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: 24px;
  color: #4f5a65;
  position: absolute;
  right: 0;
  top: -10px;
  -webkit-transition: 0.2s 0.2s ease-in-out;
  -moz-transition: 0.2s 0.2s ease-in-out;
  -ms-transition: 0.2s 0.2s ease-in-out;
  -o-transition: 0.2s 0.2s ease-in-out;
  transition: 0.2s 0.2s ease-in-out;
}
.page_checkout .grid .checkout-content #payment .place-order {
  padding: 20px 0 40px !important;
  margin: 0;
  background-color: transparent;
}
@media (max-width: 767px) {
  .page_checkout .grid .checkout-content #payment .place-order {
    padding: 20px 0 !important;
  }
}
.page_checkout .grid .checkout-content #payment .place-order .button#place_order {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: black !important;
  background: #b0ded9;
  line-height: 50px;
  height: 54px;
  text-align: center;
  border: none;
  padding: 0 30px;
  width: 100%;
  max-width: 100%;
  float: none;
  border-radius: 50px;
  -webkit-transition: 0.2s 0.2s ease-in-out;
  -moz-transition: 0.2s 0.2s ease-in-out;
  -ms-transition: 0.2s 0.2s ease-in-out;
  -o-transition: 0.2s 0.2s ease-in-out;
  transition: 0.2s 0.2s ease-in-out;
  white-space: nowrap;
  margin: 0;
}
.page_checkout .grid .checkout-content #payment .place-order .button#place_order:hover {
  background: #9ecdc8;
}
.page_checkout .grid .checkout-content #payment .woocommerce-terms-and-conditions-checkbox-text {
  font-weight: 300;
  display: block;
  position: relative;
  text-transform: none;
  color: #231f20;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 21px;
  max-width: 400px;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .page_checkout .grid .checkout-content #payment .woocommerce-terms-and-conditions-checkbox-text {
    font-size: 10px;
    line-height: 20px;
  }
}
.page_checkout .grid .checkout-content #payment .woocommerce-terms-and-conditions-checkbox-text a {
  text-decoration: underline;
}
.page_checkout .grid .checkout-content .fabfw-select-address-container .woocommerce-input-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page_checkout .grid .checkout-content .fabfw-select-address-container .woocommerce-input-wrapper .radio {
  width: calc(50% - 5px);
  margin-bottom: 10px;
  position: relative;
  border-radius: 4px;
}
.page_checkout .grid .checkout-content .fabfw-select-address-container .woocommerce-input-wrapper .radio[for=fabfw_address_billing_id_new] {
  width: 100%;
}
.page_checkout .grid .checkout-content .fabfw-select-address-container .woocommerce-input-wrapper .radio .fabfw-edit {
  font-size: 0;
  position: absolute;
  top: 10px;
  left: 10px;
}
.page_checkout .grid .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;
  vertical-align: middle;
  font-weight: 400;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.page_checkout .grid .checkout-content .fabfw-select-address-container .woocommerce-input-wrapper .button {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  font-size: 0;
  font-weight: 600;
  border-radius: 4px;
  overflow: hidden;
  background-color: #2b2b2b;
  line-height: 36px;
  height: 36px;
  color: #fff !important;
  font-size: 14px;
  padding: 0 20px;
  -webkit-transition: 0.2s 0.2s ease-in-out;
  -moz-transition: 0.2s 0.2s ease-in-out;
  -ms-transition: 0.2s 0.2s ease-in-out;
  -o-transition: 0.2s 0.2s ease-in-out;
  transition: 0.2s 0.2s ease-in-out;
}
.page_checkout .grid .checkout-content .fabfw-select-address-container .woocommerce-input-wrapper .button:hover {
  background-color: #000;
  border-color: transparent;
  color: white;
}
.page_checkout .grid .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-left: 10px;
  vertical-align: middle;
  font-weight: 400;
  line-height: 1;
}
.page_checkout .grid .checkout-content .fabfw-select-address-container .woocommerce-input-wrapper .button::after {
  content: "إضافة عنوان جديد";
  font-size: 14px;
}
@media screen and (max-width: 999px) {
  .page_checkout .grid .checkout-content .page-title {
    order: 0;
  }
  .page_checkout .grid .checkout-content .coupon-row {
    order: 1;
  }
  .page_checkout .grid .checkout-content .checkout-form {
    order: 3;
    margin-bottom: 20px;
  }
  .page_checkout .grid .checkout-content .order_review-content {
    order: 1;
  }
}
.page_checkout .grid .checkout-content .shipping-type {
  display: block;
  width: 100%;
}
.page_checkout .grid .checkout-content .shipping-type .form-row label {
  font-size: 14px !important;
  font-weight: 700 !important;
  margin-bottom: 5px;
  color: #121212;
  display: block;
  width: 100%;
}
.page_checkout .grid .checkout-content .shipping-type .form-row span.woocommerce-input-wrapper {
  display: flex;
}
.page_checkout .grid .checkout-content .shipping-type .form-row span.woocommerce-input-wrapper input {
  display: none;
}
.page_checkout .grid .checkout-content .shipping-type .form-row span.woocommerce-input-wrapper label {
  position: relative;
  padding: 0 20px;
  background-color: #464646;
  margin-left: 10px;
  display: inline-block !important;
  height: 40px;
  line-height: 40px !important;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px !important;
  font-weight: 700 !important;
  text-align: center;
  cursor: pointer;
  opacity: 0.5;
  transition: 0.3s all ease-in-out;
  max-width: 160px;
}
.page_checkout .grid .checkout-content .shipping-type .form-row span.woocommerce-input-wrapper label:last-child {
  margin-left: 0;
}
.page_checkout .grid .checkout-content .shipping-type .form-row span.woocommerce-input-wrapper input:checked + label {
  background-color: #5167a2;
  opacity: 1;
}
.page_checkout .grid .checkout-content .shipping-type .form-row span.woocommerce-input-wrapper input:checked + label::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;
  position: absolute;
  right: 20px;
}
@media (max-width: 767px) {
  .page_checkout .grid .checkout-content .shipping-type .form-row span.woocommerce-input-wrapper input:checked + label::before {
    right: 12px;
  }
}
.page_checkout .grid .checkout-content .recipient-details {
  width: 100%;
  max-height: 300px;
  transition: all 0.5s ease-in-out;
}
.page_checkout .grid .checkout-content .recipient-details.acf-hidden {
  max-height: 0;
  opacity: 0;
  pointer-events: none;
}
.page_checkout .grid .checkout-content .recipient-details label {
  font-size: 14px !important;
  font-weight: 700 !important;
  margin-bottom: 5px;
  color: #121212;
  display: block;
  width: 100%;
}
.page_checkout .grid .checkout-content .recipient-details .form-row label {
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 23px;
  margin-bottom: 0;
  color: #5167a2;
}
.page_checkout .grid .checkout-content .recipient-details .form-row:last-child {
  margin-bottom: 5px;
}
.page_checkout .grid .checkout-content .N_shipping_method {
  width: 100%;
  padding: 25px 40px;
  position: relative;
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (max-width: 767px) {
  .page_checkout .grid .checkout-content .N_shipping_method {
    padding: 25px 25px;
  }
}
.page_checkout .grid .checkout-content .N_shipping_method .choose_option {
  font-size: 0;
}
.page_checkout .grid .checkout-content .N_shipping_method .choose_option .single_option {
  width: 50%;
  display: inline-block;
}
.page_checkout .grid .checkout-content .N_shipping_method .choose_option .single_option:last-child {
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .page_checkout .grid .checkout-content .N_shipping_method .choose_option .single_option:last-child {
    padding-right: 0;
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .page_checkout .grid .checkout-content .N_shipping_method .choose_option .single_option {
    width: 100%;
    display: block;
  }
}
.page_checkout .grid .checkout-content .N_shipping_method .choose_option .single_option .input_shipping {
  display: none;
}
.page_checkout .grid .checkout-content .N_shipping_method .choose_option .single_option .label_shipping {
  padding: 0;
  padding-right: 30px;
  white-space: nowrap;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  user-select: none;
  color: #423C33;
  border: 2px solid #d9d9d9;
  border-radius: 4px;
  padding: 18px 38px;
}
@media screen and (max-width: 767px) {
  .page_checkout .grid .checkout-content .N_shipping_method .choose_option .single_option .label_shipping {
    padding: 18px 35px;
    font-size: 12px;
  }
}
.page_checkout .grid .checkout-content .N_shipping_method .choose_option .single_option .label_shipping::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: 20px;
  color: #423C33 !important;
  position: absolute;
  top: 16px;
  right: 12px;
  line-height: 20px;
  -webkit-transition: 0.2s 0.2s ease-in-out;
  -moz-transition: 0.2s 0.2s ease-in-out;
  -ms-transition: 0.2s 0.2s ease-in-out;
  -o-transition: 0.2s 0.2s ease-in-out;
  transition: 0.2s 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
  .page_checkout .grid .checkout-content .N_shipping_method .choose_option .single_option .label_shipping::before {
    font-size: 16px;
    line-height: 18px;
  }
}
.page_checkout .grid .checkout-content .N_shipping_method .choose_option .single_option img {
  height: 28px;
  margin: 0 0 0 10px;
  border-radius: 5px;
}
body.rtl .page_checkout .grid .checkout-content .N_shipping_method .choose_option .single_option img {
  margin: 0 10px 0 0;
}
.page_checkout .grid .checkout-content .N_shipping_method .choose_option .single_option.active .label_shipping {
  border: 2px solid #000000;
}
.page_checkout .grid .checkout-content .N_shipping_method .choose_option .single_option.active .label_shipping::before {
  content: "radio_button_checked" !important;
  color: #c5537a !important;
}
.page_checkout .grid .checkout-content .N_delivery_time {
  width: 100%;
  padding: 30px 40px 0;
  position: relative;
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (max-width: 767px) {
  .page_checkout .grid .checkout-content .N_delivery_time {
    padding: 30px 25px 0;
  }
}
.page_checkout .grid .checkout-content .N_delivery_time .choose_option {
  font-size: 0;
  padding-bottom: 25px;
}
.page_checkout .grid .checkout-content .N_delivery_time .choose_option .single_option {
  width: 100%;
  position: relative;
}
.page_checkout .grid .checkout-content .N_delivery_time .choose_option .single_option:first-child {
  padding-bottom: 20px;
}
.page_checkout .grid .checkout-content .N_delivery_time .choose_option .single_option .input_date {
  display: none;
}
.page_checkout .grid .checkout-content .N_delivery_time .choose_option .single_option .label_date {
  padding: 0;
  padding-right: 30px;
  white-space: nowrap;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  user-select: none;
  color: #423C33;
  border: 2px solid #d9d9d9;
  border-radius: 4px;
  padding: 18px 38px;
  line-height: 22px;
}
@media screen and (max-width: 767px) {
  .page_checkout .grid .checkout-content .N_delivery_time .choose_option .single_option .label_date {
    padding: 18px 35px;
    font-size: 12px;
  }
}
.page_checkout .grid .checkout-content .N_delivery_time .choose_option .single_option .label_date::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: 20px;
  color: #423C33 !important;
  position: absolute;
  right: 12px;
  line-height: 20px;
  -webkit-transition: 0.2s 0.2s ease-in-out;
  -moz-transition: 0.2s 0.2s ease-in-out;
  -ms-transition: 0.2s 0.2s ease-in-out;
  -o-transition: 0.2s 0.2s ease-in-out;
  transition: 0.2s 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
  .page_checkout .grid .checkout-content .N_delivery_time .choose_option .single_option .label_date::before {
    font-size: 16px;
    line-height: 18px;
  }
}
.page_checkout .grid .checkout-content .N_delivery_time .choose_option .single_option .label_date img {
  height: 28px;
  margin: 0 0 0 10px;
  border-radius: 5px;
}
body.rtl .page_checkout .grid .checkout-content .N_delivery_time .choose_option .single_option .label_date img {
  margin: 0 10px 0 0;
}
.page_checkout .grid .checkout-content .N_delivery_time .choose_option .single_option .label_date span {
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  color: #777777;
}
.page_checkout .grid .checkout-content .N_delivery_time .choose_option .single_option .edit_date {
  font-size: 12px;
  position: absolute;
  top: 22px;
  left: 20px;
  border: 1.5px solid black;
  border-radius: 50px;
  padding: 12px 22px;
  opacity: 0;
}
.page_checkout .grid .checkout-content .N_delivery_time .choose_option .single_option.active .label_date {
  border: 2px solid #000000;
}
.page_checkout .grid .checkout-content .N_delivery_time .choose_option .single_option.active .label_date::before {
  content: "radio_button_checked" !important;
  color: #c5537a !important;
}
.page_checkout .grid .checkout-content .N_delivery_time .choose_option .single_option.option_date:hover .edit_date {
  background: black;
  color: white;
}
.page_checkout .grid .checkout-content .N_delivery_time .choose_option .single_option.option_date.e_show .edit_date {
  opacity: 1;
}
.page_checkout .grid .checkout-content .N_address {
  width: 100%;
  position: relative;
}
.page_checkout .grid .checkout-content .N_address .choose_option {
  padding-bottom: 25px;
}
.page_checkout .grid .checkout-content .N_address .choose_option .single_option {
  width: 100%;
  display: inline-block;
  padding-bottom: 20px;
}
.page_checkout .grid .checkout-content .N_address .choose_option .single_option:last-child {
  padding-bottom: 0px;
}
.page_checkout .grid .checkout-content .N_address .choose_option .single_option .input_address {
  display: none;
}
.page_checkout .grid .checkout-content .N_address .choose_option .single_option .label_address {
  padding: 0;
  padding-right: 30px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  user-select: none;
  color: #423C33;
  border: 2px solid #d9d9d9;
  border-radius: 4px;
  padding: 25px 38px;
}
@media screen and (max-width: 767px) {
  .page_checkout .grid .checkout-content .N_address .choose_option .single_option .label_address {
    padding: 18px 38px;
    font-size: 12px;
  }
}
.page_checkout .grid .checkout-content .N_address .choose_option .single_option .label_address::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: 20px;
  color: #423C33 !important;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 20px;
  right: 15px;
  line-height: 20px;
  -webkit-transition: 0.2s 0.2s ease-in-out;
  -moz-transition: 0.2s 0.2s ease-in-out;
  -ms-transition: 0.2s 0.2s ease-in-out;
  -o-transition: 0.2s 0.2s ease-in-out;
  transition: 0.2s 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
  .page_checkout .grid .checkout-content .N_address .choose_option .single_option .label_address::before {
    font-size: 16px;
    line-height: 18px;
  }
}
.page_checkout .grid .checkout-content .N_address .choose_option .single_option .label_address img {
  height: 28px;
  margin: 0 0 0 10px;
  border-radius: 5px;
}
body.rtl .page_checkout .grid .checkout-content .N_address .choose_option .single_option .label_address img {
  margin: 0 10px 0 0;
}
.page_checkout .grid .checkout-content .N_address .choose_option .single_option .label_address .top_field {
  display: flex;
  align-items: center;
}
.page_checkout .grid .checkout-content .N_address .choose_option .single_option .label_address .top_field .not_title {
  padding: 0 5px;
}
.page_checkout .grid .checkout-content .N_address .choose_option .single_option .label_address .bottom_field {
  padding-top: 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.page_checkout .grid .checkout-content .N_address .choose_option .single_option .label_address .bottom_field .with_title {
  padding: 0 5px;
  font-size: 12px;
  line-height: 22px;
}
.page_checkout .grid .checkout-content .N_address .choose_option .single_option.active .label_address {
  border: 2px solid #000000;
}
.page_checkout .grid .checkout-content .N_address .choose_option .single_option.active .label_address::before {
  content: "radio_button_checked" !important;
  color: #c5537a !important;
}
.page_checkout .grid .checkout-content .N_address .MD-btn-add {
  background: transparent;
  border: 1.5px solid black;
  text-align: center;
  font-size: 12px;
  width: 150px;
  margin-bottom: 20px;
  -webkit-transition: 0.2s 0.2s ease-in-out;
  -moz-transition: 0.2s 0.2s ease-in-out;
  -ms-transition: 0.2s 0.2s ease-in-out;
  -o-transition: 0.2s 0.2s ease-in-out;
  transition: 0.2s 0.2s ease-in-out;
}
.page_checkout .grid .checkout-content .N_address .MD-btn-add:hover {
  background: black;
  color: white;
}
.page_checkout .grid .checkout-content .N_address .MD-popup {
  z-index: 9999;
}
.page_checkout .grid .checkout-content .N_address .MD-popup .popup__window {
  position: relative;
}
.page_checkout .grid .checkout-content .N_address .MD-popup .popup__window .MD-field {
  position: relative;
}
.page_checkout .grid .checkout-content .N_address .MD-popup .popup__window .MD-field label {
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #979797;
  padding-bottom: 5px;
}
.page_checkout .grid .checkout-content .N_address .MD-popup .popup__window .MD-field label span {
  color: red;
}
.page_checkout .grid .checkout-content .N_address .MD-popup .popup__window .MD-field input {
  border: 2px solid #DADADA;
  width: 100%;
  border-radius: 4px;
  padding: 10px 14px;
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
}
.page_checkout .grid .checkout-content .N_address .MD-popup .popup__window .MD-field input:focus {
  border: 2px solid black;
}
.page_checkout .grid .checkout-content .N_address .MD-popup .popup__window .MD-field.half_full {
  width: calc(50% - 6px);
  display: inline-block;
  margin: 0;
}
@media (max-width: 767px) {
  .page_checkout .grid .checkout-content .N_address .MD-popup .popup__window .MD-field.half_full {
    width: 100%;
    margin-right: 0 !important;
  }
}
.page_checkout .grid .checkout-content .N_address .MD-popup .popup__window .MD-field.half_full ~ .half_full {
  margin-right: 6px;
}
.page_checkout .grid .checkout-content .N_address .MD-popup .popup__window .MD-field ~ .MD-field {
  margin-top: 35px;
}
.page_checkout .grid .checkout-content .N_address .MD-popup .popup__window .MD-field select {
  border: 2px solid #DADADA;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  height: 52px;
  padding: 0;
  padding-left: 25px;
  padding-right: 12px;
  border-radius: 4px;
  width: 100%;
  max-width: 100% !important;
  cursor: pointer;
  background-color: #f6f6f4;
  background-image: url("../img/MD_myaccount_icon/select-arrow.png");
  background-repeat: no-repeat;
  background-position: 5% center;
  background-size: 18px;
  text-transform: capitalize;
}
body.ltr .page_checkout .grid .checkout-content .N_address .MD-popup .popup__window .MD-field select {
  background-position: 95% center !important;
}
.page_checkout .grid .checkout-content .N_address .MD-popup .popup__window .MD-field select:focus {
  border: 2px solid black;
}

#message_fields {
  display: none;
}
#message_fields .woocommerce-input-wrapper {
  position: relative;
}
#message_fields .woocommerce-input-wrapper input[type=checkbox] {
  position: absolute;
  height: 100%;
  opacity: 0;
  width: 100%;
  cursor: pointer;
}
#message_fields .woocommerce-input-wrapper label {
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 21px;
  /* color: #231f20; */
  display: flex;
  align-items: center;
  color: #454c51 !important;
}
#message_fields .woocommerce-input-wrapper label:before {
  content: "";
  width: 18px;
  height: 18px;
  margin-left: 10px;
  border: 2px solid black;
  border-radius: 4px;
}
#message_fields .woocommerce-input-wrapper label.active::before {
  content: "done";
  background: black;
  color: white;
  font-family: "Material icons";
  font-size: 17px;
  line-height: 18px;
}

.thanks_page {
  max-width: 1200px;
  margin: 50px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .thanks_page {
    flex-direction: column;
    margin: 15px auto;
  }
}
.thanks_page .left {
  width: calc(100% - 550px - 30px);
  display: inline-block;
}
@media screen and (max-width: 999px) {
  .thanks_page .left {
    width: 100%;
  }
}
.thanks_page .left .title {
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
}
@media screen and (max-width: 767px) {
  .thanks_page .left .title {
    font-size: 24px;
    line-height: 32px;
  }
}
.thanks_page .left .subtitle {
  color: black;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 34px;
  padding: 5px 0;
}
@media (max-width: 767px) {
  .thanks_page .left .subtitle {
    font-size: 14px;
  }
}
.thanks_page .left .desc {
  color: #777777;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .thanks_page .left .desc {
    font-size: 12px;
  }
}
.thanks_page .left .track_order {
  width: 190px;
  display: block;
  color: black;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  padding: 15px 0;
  margin-top: 15px;
  transition: all 0.3s ease;
  border: 1.5px solid #000000;
}
.thanks_page .left .track_order:hover {
  background: black;
  color: rgb(255, 255, 255);
}
.thanks_page .left .woocommerce-customer-details {
  width: 100%;
  margin-top: 20px;
  background: #F6F6F4;
  padding: 10px 35px 40px;
}
@media (max-width: 767px) {
  .thanks_page .left .woocommerce-customer-details {
    padding: 10px 25px 40px;
  }
}
.thanks_page .left .woocommerce-customer-details h4 {
  padding: 30px 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 19px;
  color: #121212;
}
@media (max-width: 767px) {
  .thanks_page .left .woocommerce-customer-details h4 {
    padding: 20px 0;
    font-size: 16px;
  }
}
.thanks_page .left .woocommerce-customer-details .row {
  padding-bottom: 25px;
  display: inline-block;
}
.thanks_page .left .woocommerce-customer-details .row.half {
  width: 48%;
}
@media (max-width: 767px) {
  .thanks_page .left .woocommerce-customer-details .row.half {
    width: 100%;
  }
}
.thanks_page .left .woocommerce-customer-details .row.full {
  display: block !important;
  margin: 0 !important;
}
.thanks_page .left .woocommerce-customer-details .row label {
  color: #6c757d;
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
  padding-bottom: 5px;
}
.thanks_page .left .woocommerce-customer-details .row p {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
}
.thanks_page .left .woocommerce-customer-details .row p span {
  display: block;
}
.thanks_page .left .woocommerce-customer-details .row.payment p {
  background-image: url(../img/icons8-mastercard.png);
  background-size: 26px;
  background-repeat: no-repeat;
  padding-left: 31px;
  background-position: left top 3px;
}
.thanks_page .left .woocommerce-customer-details .row.more {
  display: flex;
  align-items: center;
}
.thanks_page .left .woocommerce-customer-details .row.more .single_row {
  padding-right: 15px;
}
.thanks_page .left .woocommerce-customer-details .row.more .single_row:last-child {
  padding-right: 0;
}
.thanks_page .left .woocommerce-customer-details .first ~ .first {
  border-top: 1px solid #cbcbcb;
}
.thanks_page .left .woocommerce-customer-details .note {
  padding-top: 40px;
}
.thanks_page .left .woocommerce-customer-details .note p {
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #231f20;
}
.thanks_page .left .thanks_grid {
  background: #f3eee3;
  padding: 35px;
  margin: 20px 0;
}
@media screen and (max-width: 479px) {
  .thanks_page .left .thanks_grid {
    padding: 20px 30px;
  }
}
.thanks_page .left .thanks_grid .section_congratulations .top {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e6d4d0;
  padding-bottom: 20px;
}
@media screen and (max-width: 479px) {
  .thanks_page .left .thanks_grid .section_congratulations .top {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.thanks_page .left .thanks_grid .section_congratulations .top .text {
  width: calc(100% - 100px);
}
@media screen and (max-width: 479px) {
  .thanks_page .left .thanks_grid .section_congratulations .top .text {
    width: 100%;
  }
}
.thanks_page .left .thanks_grid .section_congratulations .top .text h3 {
  color: rgb(202, 67, 35);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.45px;
}
@media screen and (max-width: 479px) {
  .thanks_page .left .thanks_grid .section_congratulations .top .text h3 {
    font-size: 14px;
    padding-top: 6px;
  }
}
.thanks_page .left .thanks_grid .section_congratulations .top .text p {
  color: rgb(35, 31, 32);
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  padding-top: 15px;
}
@media screen and (max-width: 479px) {
  .thanks_page .left .thanks_grid .section_congratulations .top .text p {
    font-size: 11px;
    line-height: 18px;
    padding-top: 8px;
  }
}
.thanks_page .left .thanks_grid .section_congratulations .top .icon {
  width: 100px;
}
@media screen and (max-width: 479px) {
  .thanks_page .left .thanks_grid .section_congratulations .top .icon {
    width: 60px;
  }
}
.thanks_page .left .thanks_grid .section_congratulations .bottom {
  padding-top: 23px;
}
.thanks_page .left .thanks_grid .section_congratulations .bottom p {
  color: rgb(101, 101, 101);
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  padding-bottom: 20px;
}
.thanks_page .left .thanks_grid .section_congratulations .bottom form .form {
  display: flex;
}
.thanks_page .left .thanks_grid .section_congratulations .bottom form .form input {
  height: 50px;
  background: rgb(255, 255, 255);
  border: 1px solid #d6d4ee;
  border-radius: 0px;
  padding: 0 15px;
  width: calc(100% - 180px);
}
@media screen and (max-width: 479px) {
  .thanks_page .left .thanks_grid .section_congratulations .bottom form .form input {
    height: 40px;
    font-size: 10px;
  }
}
.thanks_page .left .thanks_grid .section_congratulations .bottom form .form .button_form {
  width: 180px;
  background: #c89a6d;
  font-size: 14px;
  font-family: "Arial";
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.44px;
  line-height: 44px;
  text-align: center;
  color: white;
  display: block;
  margin-left: 15px;
  transition: all 0.3s ease;
}
.thanks_page .left .thanks_grid .section_congratulations .bottom form .form .button_form:hover {
  background: #ba8b5d;
}
@media screen and (max-width: 479px) {
  .thanks_page .left .thanks_grid .section_congratulations .bottom form .form .button_form {
    width: 100px;
    font-size: 12px;
    line-height: 40px;
    margin-left: 10px;
  }
}
.thanks_page .left .thanks_grid .section_congratulations .bottom_login {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 400px) {
  .thanks_page .left .thanks_grid .section_congratulations .bottom_login {
    flex-direction: column;
    align-items: flex-start;
  }
}
.thanks_page .left .thanks_grid .section_congratulations .bottom_login p {
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
}
@media screen and (max-width: 770px) {
  .thanks_page .left .thanks_grid .section_congratulations .bottom_login p {
    font-size: 14px;
  }
}
@media screen and (max-width: 400px) {
  .thanks_page .left .thanks_grid .section_congratulations .bottom_login p {
    padding-bottom: 15px;
  }
}
.thanks_page .left .thanks_grid .section_congratulations .bottom_login .checkout-login {
  width: 150px;
  font-size: 14px;
  font-family: "Arial";
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.44px;
  background: #c89a6d;
  font-weight: 500;
  text-align: center;
  color: white;
  padding: 13px 0;
  transition: all 0.3s ease;
}
.thanks_page .left .thanks_grid .section_congratulations .bottom_login .checkout-login:hover {
  background: #ba8b5d;
}
@media screen and (max-width: 770px) {
  .thanks_page .left .thanks_grid .section_congratulations .bottom_login .checkout-login {
    width: 120px;
    font-size: 12px;
    padding: 10px 0;
  }
}
.thanks_page .left .thanks_grid .section_gift .top {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 479px) {
  .thanks_page .left .thanks_grid .section_gift .top {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.thanks_page .left .thanks_grid .section_gift .top .text {
  width: calc(100% - 100px);
  padding-right: 50px;
}
@media screen and (max-width: 479px) {
  .thanks_page .left .thanks_grid .section_gift .top .text {
    width: 100%;
    padding-right: 0;
  }
}
.thanks_page .left .thanks_grid .section_gift .top .text h3 {
  color: rgb(18, 18, 18);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.45px;
}
@media screen and (max-width: 479px) {
  .thanks_page .left .thanks_grid .section_gift .top .text h3 {
    font-size: 14px;
    padding-top: 6px;
  }
}
.thanks_page .left .thanks_grid .section_gift .top .text p {
  color: rgb(101, 101, 101);
  font-size: 12px;
  font-weight: 500;
  padding: 8px 0 20px;
}
@media screen and (max-width: 479px) {
  .thanks_page .left .thanks_grid .section_gift .top .text p {
    font-size: 11px;
    line-height: 18px;
    padding-top: 8px;
  }
}
.thanks_page .left .thanks_grid .section_gift .top .text form .form {
  display: flex;
}
.thanks_page .left .thanks_grid .section_gift .top .text form .form input {
  height: 50px;
  font-size: 14px;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(108, 117, 125);
  width: calc(100% - 120px);
  padding: 0 15px;
  background-image: url(../img/icons/calendar.png);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: calc(100% - 10px);
}
@media screen and (max-width: 479px) {
  .thanks_page .left .thanks_grid .section_gift .top .text form .form input {
    height: 40px;
    font-size: 10px;
    background-size: 12px;
    line-height: 40px;
  }
}
.thanks_page .left .thanks_grid .section_gift .top .text form .form input[type=date]::-webkit-inner-spin-button,
.thanks_page .left .thanks_grid .section_gift .top .text form .form input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
}
.thanks_page .left .thanks_grid .section_gift .top .text form .form .button_form {
  width: 120px;
  background: rgb(18, 18, 18);
  font-size: 16px;
  line-height: 44px;
  text-align: center;
  color: white;
  display: block;
  margin-left: 15px;
}
@media screen and (max-width: 479px) {
  .thanks_page .left .thanks_grid .section_gift .top .text form .form .button_form {
    width: 100px;
    font-size: 12px;
    line-height: 40px;
    margin-left: 10px;
  }
}
.thanks_page .left .thanks_grid .section_gift .top .icon {
  width: 100px;
}
@media screen and (max-width: 479px) {
  .thanks_page .left .thanks_grid .section_gift .top .icon {
    width: 60px;
  }
}
.thanks_page .order_review-content {
  padding-right: 30px;
  width: 550px;
  box-sizing: content-box;
}
@media screen and (max-width: 999px) {
  .thanks_page .order_review-content {
    width: 100%;
    padding: 0 0 20px 0;
    box-sizing: border-box;
  }
}
.thanks_page .order_review-content #order_review_thanks {
  box-shadow: 0 -2px 16px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 25px;
}
.thanks_page .order_review-content #order_review_thanks .order-title {
  padding-bottom: 24px;
}
@media (max-width: 767px) {
  .thanks_page .order_review-content #order_review_thanks .order-title {
    padding-bottom: 15px;
  }
}
.thanks_page .order_review-content #order_review_thanks .order-title h3 {
  color: #423C33;
  font-size: 22px;
  font-weight: 500;
  line-height: 27px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .thanks_page .order_review-content #order_review_thanks .order-title h3 {
    font-size: 18px;
  }
}
.thanks_page .order_review-content #order_review_thanks .order-title a {
  display: block;
  color: rgb(50, 169, 76);
  font-size: 12px;
  font-weight: 600;
  line-height: 27px;
}
.thanks_page .order_review-content #order_review_thanks .order-title a:hover {
  text-decoration: underline;
}
.thanks_page .order_review-content #order_review_thanks .order-title p {
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #231f20;
}
.thanks_page .order_review-content #order_review_thanks .shop_table {
  padding: 0;
  border: none;
  text-align: left;
  margin: 0;
  position: relative;
}
.thanks_page .order_review-content #order_review_thanks .shop_table tbody {
  display: table-caption;
  padding: 25px 0 0;
  margin-bottom: 20px;
}
.thanks_page .order_review-content #order_review_thanks .shop_table tfoot {
  border-top: 1px solid #d6d4ee;
  display: flex;
  justify-content: space-between;
}
.thanks_page .order_review-content #order_review_thanks .shop_table tfoot tr.cart-subtotal th,
.thanks_page .order_review-content #order_review_thanks .shop_table tfoot tr.cart-subtotal td {
  padding-top: 12px !important;
}
.thanks_page .order_review-content #order_review_thanks .shop_table tfoot tr.cart-shipping th,
.thanks_page .order_review-content #order_review_thanks .shop_table tfoot tr.cart-shipping td {
  padding-bottom: 10px;
}
.thanks_page .order_review-content #order_review_thanks .shop_table tfoot tr.order-total {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 24px;
}
@media (max-width: 767px) {
  .thanks_page .order_review-content #order_review_thanks .shop_table tfoot tr.order-total {
    padding-top: 15px;
  }
}
.thanks_page .order_review-content #order_review_thanks .shop_table tfoot tr.order-total th,
.thanks_page .order_review-content #order_review_thanks .shop_table tfoot tr.order-total td {
  font-weight: 700;
  font-size: 28px;
  vertical-align: top;
  background-color: transparent;
  padding-top: 12px;
  color: #c5537a;
}
@media (max-width: 767px) {
  .thanks_page .order_review-content #order_review_thanks .shop_table tfoot tr.order-total th,
  .thanks_page .order_review-content #order_review_thanks .shop_table tfoot tr.order-total td {
    font-size: 22px;
  }
}
.thanks_page .order_review-content #order_review_thanks .shop_table tfoot tr.order-total th {
  font-size: 16px !important;
  font-weight: 600;
  color: #423C33;
  text-align: right;
}
@media (max-width: 767px) {
  .thanks_page .order_review-content #order_review_thanks .shop_table tfoot tr.order-total th {
    font-size: 14px;
  }
}
.thanks_page .order_review-content #order_review_thanks .shop_table tfoot tr.order-total .total_note {
  text-align: right;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #6C757D;
  padding-top: 8px;
}
@media (max-width: 767px) {
  .thanks_page .order_review-content #order_review_thanks .shop_table tfoot tr.order-total .total_note {
    font-size: 10px;
  }
}
.thanks_page .order_review-content #order_review_thanks .shop_table tfoot th {
  text-align: left;
  border: none;
  font-size: 12px;
  font-weight: 600;
  color: #6c707d;
  padding: 6px 0 !important;
  background-color: transparent;
  vertical-align: middle;
}
.thanks_page .order_review-content #order_review_thanks .shop_table tfoot td {
  border: none;
  text-align: right;
  font-size: 12px;
  padding: 6px 0 !important;
  color: #121212;
  font-weight: 500;
}
.thanks_page .order_review-content #order_review_thanks .shop_table tfoot td .woocommerce-Price-amount.amount {
  color: #000 !important;
}
.thanks_page .order_review-content #order_review_thanks .shop_table tfoot td .includes_tax {
  display: none;
}
.thanks_page .order_review-content #order_review_thanks .shop_table tr.cart_item {
  display: block;
  width: 100%;
}
.thanks_page .order_review-content #order_review_thanks .shop_table tr.cart_item td {
  width: 100%;
  display: block;
  padding: 0 0 15px;
  border-top: 1px solid #b5b1e3;
}
.thanks_page .order_review-content #order_review_thanks .shop_table tr.cart_item:first-child td {
  border-top: 0;
}
.thanks_page .order_review-content #order_review_thanks .shop_table tr.cart_item td {
  width: 100%;
  border: none;
  line-height: normal;
  background-color: transparent;
}
.thanks_page .order_review-content #order_review_thanks .shop_table tr.cart_item ~ .cart_item {
  border-top: 1px solid #DADADA;
  padding-top: 20px;
}
.thanks_page .order_review-content #order_review_thanks .shop_table tr.order-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.thanks_page .order_review-content #order_review_thanks .shop_table tr.order-price th,
.thanks_page .order_review-content #order_review_thanks .shop_table tr.order-price td {
  font-weight: 600;
  font-size: 16px;
  vertical-align: top;
  background-color: transparent;
  color: #423C33;
  border-top: 0;
}
@media (max-width: 767px) {
  .thanks_page .order_review-content #order_review_thanks .shop_table tr.order-price th,
  .thanks_page .order_review-content #order_review_thanks .shop_table tr.order-price td {
    font-size: 14px;
  }
}
.thanks_page .order_review-content #order_review_thanks .shop_table tr.order-price th {
  font-size: 14px !important;
  font-weight: 500;
  color: #6C757D;
  border-top: 0;
}
@media (max-width: 767px) {
  .thanks_page .order_review-content #order_review_thanks .shop_table tr.order-price th {
    font-size: 12px !important;
    padding: 0;
  }
}
.thanks_page .order_review-content #order_review_thanks .shop_table tr.order-delivery {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.thanks_page .order_review-content #order_review_thanks .shop_table tr.order-delivery th,
.thanks_page .order_review-content #order_review_thanks .shop_table tr.order-delivery td {
  font-weight: 600;
  font-size: 16px;
  vertical-align: top;
  background-color: transparent;
  color: #423C33;
  border-top: 0;
}
@media (max-width: 767px) {
  .thanks_page .order_review-content #order_review_thanks .shop_table tr.order-delivery th,
  .thanks_page .order_review-content #order_review_thanks .shop_table tr.order-delivery td {
    font-size: 14px;
  }
}
.thanks_page .order_review-content #order_review_thanks .shop_table tr.order-delivery th {
  font-size: 14px !important;
  font-weight: 500;
  color: #6C757D;
  border-top: 0;
}
@media (max-width: 767px) {
  .thanks_page .order_review-content #order_review_thanks .shop_table tr.order-delivery th {
    font-size: 12px !important;
    padding: 0;
  }
}
.thanks_page .order_review-content #order_review_thanks .shop_table .product-thumb-name {
  display: flex;
  padding: 0;
  font-size: 0;
  align-items: flex-start;
}
.thanks_page .order_review-content #order_review_thanks .shop_table .product-thumb-name img {
  display: block;
  width: 100px;
  float: none;
  margin: 0;
  height: auto;
}
.thanks_page .order_review-content #order_review_thanks .shop_table .product-thumb-name .product-name-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% - 70px);
  padding-right: 10px;
  position: relative;
}
.thanks_page .order_review-content #order_review_thanks .shop_table .product-thumb-name .product-name-container .right {
  width: 80%;
  text-align: right;
}
@media (max-width: 767px) {
  .thanks_page .order_review-content #order_review_thanks .shop_table .product-thumb-name .product-name-container .right {
    width: 100%;
  }
}
.thanks_page .order_review-content #order_review_thanks .shop_table .product-thumb-name .product-name-container .right .product-title {
  margin-bottom: 0;
  text-decoration: none;
  font-size: 14px;
  color: #423C33;
  font-weight: 600;
  line-height: 20px;
}
@media (max-width: 767px) {
  .thanks_page .order_review-content #order_review_thanks .shop_table .product-thumb-name .product-name-container .right .product-title {
    font-size: 12px;
  }
}
.thanks_page .order_review-content #order_review_thanks .shop_table .product-thumb-name .product-name-container .right .variations {
  padding-top: 7px;
}
.thanks_page .order_review-content #order_review_thanks .shop_table .product-thumb-name .product-name-container .right .variations li {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #6c757d;
  display: flex;
  align-items: center;
  column-gap: 3px;
}
.thanks_page .order_review-content #order_review_thanks .shop_table .product-thumb-name .product-name-container .right .variations li span {
  display: inline-block;
  border-radius: 50%;
  width: 14px;
  height: 14px;
}
.thanks_page .order_review-content #order_review_thanks .shop_table .product-thumb-name .product-name-container .right .variations li ~ li {
  margin-top: 8px;
}
.thanks_page .order_review-content #order_review_thanks .shop_table .product-thumb-name .product-name-container .right .quantity {
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #423C33;
  padding-top: 5px;
}
@media (max-width: 767px) {
  .thanks_page .order_review-content #order_review_thanks .shop_table .product-thumb-name .product-name-container .right .quantity {
    font-size: 10px;
  }
}
.thanks_page .order_review-content #order_review_thanks .shop_table .product-thumb-name .product-name-container .right .quantity span {
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  color: #979797;
}
@media (max-width: 767px) {
  .thanks_page .order_review-content #order_review_thanks .shop_table .product-thumb-name .product-name-container .right .quantity span {
    font-size: 10px;
  }
}
.thanks_page .order_review-content #order_review_thanks .shop_table .product-thumb-name .product-name-container .right .prices {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
}
.thanks_page .order_review-content #order_review_thanks .shop_table .product-thumb-name .product-name-container .right .prices p {
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #000000;
  display: inline-block;
}
.thanks_page .order_review-content #order_review_thanks .shop_table .product-thumb-name .product-name-container .right .prices p span {
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #000000;
  display: inline-block;
}
@media (max-width: 767px) {
  .thanks_page .order_review-content #order_review_thanks .shop_table .product-thumb-name .product-name-container .right .prices p span {
    font-size: 12px;
  }
}
.thanks_page .order_review-content #order_review_thanks .shop_table .product-thumb-name .product-name-container .right .prices p.sale {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: -0.015em;
  text-decoration-line: line-through;
  color: #777777;
  width: 100%;
}
@media (max-width: 767px) {
  .thanks_page .order_review-content #order_review_thanks .shop_table .product-thumb-name .product-name-container .right .prices p.sale {
    font-size: 10px;
  }
}
.thanks_page .order_review-content #order_review_thanks .shop_table .product-thumb-name .product-name-container .left {
  width: 20%;
}
@media (max-width: 767px) {
  .thanks_page .order_review-content #order_review_thanks .shop_table .product-thumb-name .product-name-container .left {
    display: none;
  }
}
.thanks_page .order_review-content #order_review_thanks .shop_table .product-thumb-name .product-name-container .left .amount bdi {
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
  color: #C6537A;
}
@media (max-width: 767px) {
  .thanks_page .order_review-content #order_review_thanks .shop_table .product-thumb-name .product-name-container .left .amount bdi {
    font-size: 12px;
  }
}

.page_wishlist {
  padding: 0 20px;
}
@media screen and (max-width: 770px) {
  .page_wishlist {
    padding: 0;
  }
}
.page_wishlist .section_title h2 {
  color: black;
  font-size: 18px;
  font-weight: 700;
  padding: 10px 30px 30px;
  position: relative;
  font-family: "Vanitas";
  letter-spacing: 1.4px;
}
@media screen and (max-width: 770px) {
  .page_wishlist .section_title h2 {
    font-size: 16px;
  }
}
.page_wishlist .section_title h2::before {
  content: "favorite_border";
  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;
  font-weight: 100;
  position: absolute;
  left: 0;
  top: 5px;
  color: #D3A172;
}
.page_wishlist .product_container .emty_wishlist {
  position: relative;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f6f4ed;
  margin-top: 40px;
}
.page_wishlist .product_container .emty_wishlist P {
  color: #af9854;
  text-align: center;
  font-size: 18px;
  width: 100%;
  font-weight: 600;
}
.page_wishlist .product_container .products_list {
  margin: 0 -5px;
}
.page_wishlist .product_container .products_list .product_widget {
  width: 33.3333333333%;
  padding: 0 7px 35px;
}
@media screen and (max-width: 770px) {
  .page_wishlist .product_container .products_list .product_widget {
    width: 50%;
  }
}
@media screen and (max-width: 370px) {
  .page_wishlist .product_container .products_list .product_widget {
    width: 100%;
  }
}
.page_wishlist .product_container .products_list .product_widget .favourite {
  width: 20px;
  height: 20px;
  background: #D3A172;
}
.page_wishlist .product_container .products_list .product_widget .favourite::before {
  content: "close";
  right: 3px;
  top: 3px;
  font-size: 14px;
  color: white;
}
.page_wishlist .product_container .products_list .product_widget .product_widget_box {
  position: relative;
}
.page_wishlist .product_container .products_list .product_widget .product_widget_box::before {
  display: none;
}
.page_wishlist .product_container .products_list .product_widget .product_widget_box .text .sec_info {
  padding-top: 12px;
}

.page_track_order {
  position: relative;
}
.page_track_order::before {
  content: "";
  display: inline-block;
  background-image: url("../img/icons/pattern.png");
  background-size: 40px;
  width: 80px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
@media screen and (max-width: 770px) {
  .page_track_order::before {
    display: none;
  }
}
.page_track_order .grid {
  max-width: 800px;
}
.page_track_order .grid .section_track_order {
  padding: 80px 0;
  z-index: 99;
}
@media screen and (max-width: 770px) {
  .page_track_order .grid .section_track_order {
    padding: 30px 0;
  }
}
.page_track_order .grid .section_track_order .box {
  background: #f2ede0;
  border-radius: 8px;
  padding: 30px;
}
@media screen and (max-width: 770px) {
  .page_track_order .grid .section_track_order .box {
    padding: 20px;
  }
}
.page_track_order .grid .section_track_order .box .section_title {
  padding-bottom: 15px;
  border-bottom: 1px solid #dde1eb;
}
.page_track_order .grid .section_track_order .box .section_title.order_num {
  border-bottom: 0;
}
.page_track_order .grid .section_track_order .box .section_title.order_num p {
  color: #258a10;
  font-weight: bold;
  padding-top: 10px;
}
.page_track_order .grid .section_track_order .box .section_title h2 {
  color: #000000;
  font-size: 22px;
  font-weight: 500;
  line-height: 36px;
}
@media screen and (max-width: 770px) {
  .page_track_order .grid .section_track_order .box .section_title h2 {
    font-size: 18px;
    line-height: 32px;
  }
}
.page_track_order .grid .section_track_order .box .section_title p {
  color: #000000;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
@media screen and (max-width: 770px) {
  .page_track_order .grid .section_track_order .box .section_title p {
    font-size: 12px;
    line-height: 18px;
  }
}
.page_track_order .grid .section_track_order .box form {
  padding-top: 15px;
}
.page_track_order .grid .section_track_order .box form label {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
}
@media screen and (max-width: 770px) {
  .page_track_order .grid .section_track_order .box form label {
    font-size: 14px;
  }
}
.page_track_order .grid .section_track_order .box form .action {
  display: flex;
  align-items: center;
}
.page_track_order .grid .section_track_order .box form .action input {
  width: 300px;
  padding: 8px 10px;
  background: #ffffff;
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
}
@media screen and (max-width: 770px) {
  .page_track_order .grid .section_track_order .box form .action input {
    padding: 4px 10px;
  }
}
.page_track_order .grid .section_track_order .box form .action button {
  background: #5A7B65;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px 30px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 770px) {
  .page_track_order .grid .section_track_order .box form .action button {
    padding: 11px 30px;
    font-size: 12px;
  }
}
.page_track_order .grid .section_track_order .box form .action button:hover {
  background: #4d6c57;
}
.page_track_order .grid .section_track_order .box .section_order_status {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  direction: ltr;
}
@media screen and (max-width: 767px) {
  .page_track_order .grid .section_track_order .box .section_order_status {
    flex-direction: column;
  }
}
.page_track_order .grid .section_track_order .box .section_order_status .order-tracking {
  text-align: center;
  position: relative;
  display: block;
}
@media screen and (max-width: 767px) {
  .page_track_order .grid .section_track_order .box .section_order_status .order-tracking {
    display: flex;
    text-align: left;
    padding-bottom: 15px;
  }
}
.page_track_order .grid .section_track_order .box .section_order_status .order-tracking::before {
  content: "";
  display: block;
  height: 2px;
  width: calc(100% + 100px);
  background-color: #dde1eb;
  top: 5px;
  position: absolute;
  left: -135px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .page_track_order .grid .section_track_order .box .section_order_status .order-tracking::before {
    display: none;
  }
}
.page_track_order .grid .section_track_order .box .section_order_status .order-tracking::after {
  content: "";
  display: block;
  height: 2px;
  width: calc(100% - 40px);
  background-color: #dde1eb;
  top: 5px;
  position: absolute;
  right: -10px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .page_track_order .grid .section_track_order .box .section_order_status .order-tracking::after {
    display: none;
  }
}
.page_track_order .grid .section_track_order .box .section_order_status .order-tracking:first-child::before {
  content: "";
  width: calc(100% - 40px);
  background-color: #27aa80;
  left: 10px;
  opacity: 1;
}
.page_track_order .grid .section_track_order .box .section_order_status .order-tracking:first-child::after {
  opacity: 0;
}
.page_track_order .grid .section_track_order .box .section_order_status .order-tracking:first-child .is-complete {
  margin: auto 0 0 0;
  background-color: #258a10;
}
.page_track_order .grid .section_track_order .box .section_order_status .order-tracking:first-child .is-complete::after {
  opacity: 1;
}
.page_track_order .grid .section_track_order .box .section_order_status .order-tracking:first-child p {
  text-align: left;
}
.page_track_order .grid .section_track_order .box .section_order_status .order-tracking:last-child::after {
  right: 10px;
}
.page_track_order .grid .section_track_order .box .section_order_status .order-tracking:last-child p {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .page_track_order .grid .section_track_order .box .section_order_status .order-tracking:last-child p {
    text-align: left;
  }
}
.page_track_order .grid .section_track_order .box .section_order_status .order-tracking:last-child .is-complete {
  margin: 0 0 0 auto;
}
.page_track_order .grid .section_track_order .box .section_order_status .order-tracking .is-complete {
  display: block;
  position: relative;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  margin: 0 auto;
  background-color: #adb5bd;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .page_track_order .grid .section_track_order .box .section_order_status .order-tracking .is-complete {
    margin: 4px 10px 0 0 !important;
  }
}
.page_track_order .grid .section_track_order .box .section_order_status .order-tracking .is-complete::after {
  display: block;
  position: absolute;
  content: "done";
  font-family: "Material Icons";
  color: #258a10;
  height: 14px;
  width: 17px;
  font-size: 24px;
  bottom: 21px;
  left: -4px;
  margin: auto 0;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .page_track_order .grid .section_track_order .box .section_order_status .order-tracking .is-complete::after {
    font-size: 18px;
    bottom: 16px;
    left: -2px;
  }
}
.page_track_order .grid .section_track_order .box .section_order_status .order-tracking p {
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .page_track_order .grid .section_track_order .box .section_order_status .order-tracking p {
    padding-top: 0;
    text-align: left;
  }
}
.page_track_order .grid .section_track_order .box .section_order_status .order-tracking p span {
  display: block;
  font-size: 10px;
  line-height: 16px;
  font-weight: normal;
  max-width: 100px;
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  .page_track_order .grid .section_track_order .box .section_order_status .order-tracking p span {
    max-width: 100%;
  }
}
.page_track_order .grid .section_track_order .box .section_order_status .order-tracking.completed::before {
  background-color: #27aa80;
}
.page_track_order .grid .section_track_order .box .section_order_status .order-tracking.completed::after {
  background-color: #27aa80;
}
.page_track_order .grid .section_track_order .box .section_order_status .order-tracking.completed .is-complete {
  background-color: #258a10;
}
.page_track_order .grid .section_track_order .box .section_order_status .order-tracking.completed .is-complete::after {
  opacity: 1;
}
.page_track_order .grid .section_track_order .box .section_order_status .order-tracking.completed p {
  color: #000;
}
.page_track_order .grid .section_track_order .order_links ul {
  padding-top: 20px;
}
.page_track_order .grid .section_track_order .order_links ul li {
  padding-right: 20px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .page_track_order .grid .section_track_order .order_links ul li {
    display: block;
    padding-right: 0;
    padding-bottom: 15px;
  }
}
.page_track_order .grid .section_track_order .order_links ul li a {
  color: #37000f;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  transition: all 0.3s ease;
}
.page_track_order .grid .section_track_order .order_links ul li a::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: #37000f;
  bottom: -4px;
}
.page_track_order .grid .section_track_order .order_links ul li a:hover {
  color: #af9854;
}
.page_track_order .grid .section_track_order .order_links ul li a:hover::before {
  background: #af9854;
}

.style_page_form {
  padding-bottom: 100px;
}
.style_page_form .grid {
  max-width: 1000px;
}
.style_page_form .section_title {
  padding: 30px 0;
}
@media screen and (max-width: 770px) {
  .style_page_form .section_title {
    padding: 15px 0;
  }
}
.style_page_form .section_title .title ul {
  display: inline-block;
  flex-direction: row;
  align-items: center;
  padding-bottom: 10px;
}
@media screen and (max-width: 770px) {
  .style_page_form .section_title .title ul {
    padding-bottom: 5px;
  }
}
.style_page_form .section_title .title ul li {
  display: inline-block;
  position: relative;
  margin-left: 12px;
  line-height: 20px;
  vertical-align: top;
}
@media screen and (max-width: 770px) {
  .style_page_form .section_title .title ul li {
    font-size: 10px;
  }
}
.style_page_form .section_title .title ul li::before {
  content: "chevron_left";
  position: absolute;
  font-family: "Material Icons";
  font-size: 20px;
  left: -10px;
  top: 0px;
  color: #9fa2aa;
  bottom: 0;
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 770px) {
  .style_page_form .section_title .title ul li::before {
    background-size: 15px;
  }
}
.style_page_form .section_title .title ul li a {
  color: #979797;
  font-size: 12px;
  font-weight: 500;
  padding-left: 12px;
  vertical-align: top;
}
@media screen and (max-width: 770px) {
  .style_page_form .section_title .title ul li a {
    font-size: 10px;
  }
}
.style_page_form .section_title .title ul li a:hover {
  text-decoration: underline;
}
.style_page_form .section_title .title ul li:last-child {
  color: #423C33;
  font-size: 12px;
  pointer-events: none;
}
@media screen and (max-width: 770px) {
  .style_page_form .section_title .title ul li:last-child {
    font-size: 10px;
  }
}
.style_page_form .section_title .title ul li:last-child::before {
  display: none;
}
.style_page_form .section_title .title h1 {
  text-align: center;
  padding-top: 50px;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #423C33;
}
@media screen and (max-width: 770px) {
  .style_page_form .section_title .title h1 {
    font-size: 22px;
    line-height: 32px;
    padding-top: 20px;
    text-align: unset;
  }
}
.style_page_form .terms .page-content {
  padding-top: 50px;
}
@media screen and (max-width: 770px) {
  .style_page_form .terms .page-content {
    padding-top: 20px;
  }
}
.style_page_form .terms .page-content .min_box {
  padding: 0;
}
.style_page_form .terms .page-content .min_box h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  color: #121212;
  padding-bottom: 10px;
}
.style_page_form .terms .page-content .min_box p {
  font-weight: 300;
  font-size: 15px;
  line-height: 32px;
}
@media screen and (max-width: 770px) {
  .style_page_form .terms .page-content .min_box p {
    font-size: 12px;
  }
}
.style_page_form .terms .page-content .min_box ~ .min_box {
  margin-top: 22px;
  padding-top: 22px;
}
.style_page_form .privacy p {
  color: #000000;
  font-size: 15px;
  font-weight: 300;
  line-height: 32px;
  padding: 12px 0 30px;
}
@media (max-width: 770px) {
  .style_page_form .privacy p {
    font-size: 12px;
    line-height: 25px;
  }
}
.style_page_form .privacy h2 {
  font-size: 20px;
  padding-bottom: 5px;
}
@media (max-width: 770px) {
  .style_page_form .privacy h2 {
    font-size: 16px;
  }
}
.style_page_form .privacy h3 {
  font-weight: 600;
  font-size: 16px;
}
@media (max-width: 770px) {
  .style_page_form .privacy h3 {
    font-size: 14px;
  }
}
.style_page_form .privacy h4 {
  font-size: 16px;
  padding-bottom: 5px;
}
@media (max-width: 770px) {
  .style_page_form .privacy h4 {
    font-size: 13px;
  }
}
.style_page_form .privacy h5 {
  font-size: 14px;
  padding-bottom: 5px;
}
@media (max-width: 770px) {
  .style_page_form .privacy h5 {
    font-size: 13px;
  }
}
.style_page_form .privacy h6 {
  font-size: 13px;
  padding-bottom: 5px;
}
@media (max-width: 770px) {
  .style_page_form .privacy h6 {
    font-size: 13px;
  }
}
.style_page_form .privacy img {
  display: block;
  width: 100%;
}
.style_page_form .privacy strong {
  font-weight: 700;
}
.style_page_form .privacy a {
  display: inline-block;
  color: #2075ff;
}
.style_page_form .privacy a:hover {
  text-decoration: underline;
}
.style_page_form .return_and_refund_policy {
  color: #000000;
  font-size: 15px;
  font-weight: 300;
  line-height: 32px;
  padding: 12px 0 30px;
}
@media (max-width: 770px) {
  .style_page_form .return_and_refund_policy {
    font-size: 12px;
    line-height: 25px;
  }
}

.contact_us {
  position: relative;
}
.contact_us .section_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
}
@media screen and (max-width: 770px) {
  .contact_us .section_title {
    padding: 15px 0;
  }
}
.contact_us .section_title .title ul {
  display: inline-block;
  flex-direction: row;
  align-items: center;
  padding-bottom: 10px;
}
@media screen and (max-width: 770px) {
  .contact_us .section_title .title ul {
    padding-bottom: 5px;
  }
}
.contact_us .section_title .title ul li {
  display: inline-block;
  position: relative;
  margin-left: 12px;
  line-height: 20px;
  vertical-align: top;
}
@media screen and (max-width: 770px) {
  .contact_us .section_title .title ul li {
    font-size: 10px;
  }
}
.contact_us .section_title .title ul li::before {
  content: "chevron_left";
  position: absolute;
  font-family: "Material Icons";
  font-size: 20px;
  left: -10px;
  top: 0px;
  color: #9fa2aa;
  bottom: 0;
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 770px) {
  .contact_us .section_title .title ul li::before {
    background-size: 15px;
  }
}
.contact_us .section_title .title ul li a {
  color: #979797;
  font-size: 12px;
  font-weight: 500;
  padding-left: 12px;
  vertical-align: top;
}
@media screen and (max-width: 770px) {
  .contact_us .section_title .title ul li a {
    font-size: 10px;
  }
}
.contact_us .section_title .title ul li a:hover {
  text-decoration: underline;
}
.contact_us .section_title .title ul li:last-child {
  color: #423C33;
  font-size: 12px;
  pointer-events: none;
}
@media screen and (max-width: 770px) {
  .contact_us .section_title .title ul li:last-child {
    font-size: 10px;
  }
}
.contact_us .section_title .title ul li:last-child::before {
  display: none;
}
.contact_us .section_title .title h1 {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #423C33;
}
@media screen and (max-width: 770px) {
  .contact_us .section_title .title h1 {
    font-size: 22px;
    line-height: 32px;
  }
}
.contact_us .contact_us {
  display: flex;
  padding: 30px 0 100px;
}
@media (max-width: 999px) {
  .contact_us .contact_us {
    flex-direction: column;
    padding: 0px 0 50px;
  }
}
.contact_us .contact_us .section_info {
  width: 50%;
  padding-left: 25px;
}
@media (max-width: 999px) {
  .contact_us .contact_us .section_info {
    width: 100%;
    padding-left: 0;
    padding-bottom: 30px;
  }
}
.contact_us .contact_us .section_info .box {
  background: #F6F6F6;
  padding: 35px;
}
@media (max-width: 767px) {
  .contact_us .contact_us .section_info .box {
    padding: 20px;
  }
}
.contact_us .contact_us .section_info .box .single_row {
  display: flex;
  align-items: center;
  padding: 30px 0;
  border-top: 2px solid #e0e0e0;
}
@media (max-width: 767px) {
  .contact_us .contact_us .section_info .box .single_row {
    padding: 20px 0;
  }
}
.contact_us .contact_us .section_info .box .single_row:first-child {
  padding: 0 0 30px;
  border-top: 0;
}
@media (max-width: 767px) {
  .contact_us .contact_us .section_info .box .single_row:first-child {
    padding: 0 0 20px;
  }
}
.contact_us .contact_us .section_info .box .single_row:last-child {
  padding: 30px 0 0;
}
@media (max-width: 767px) {
  .contact_us .contact_us .section_info .box .single_row:last-child {
    padding: 20px 0 0;
  }
}
.contact_us .contact_us .section_info .box .single_row .img {
  width: 52px;
  height: 52px;
  background: #B0DED9;
  border-radius: 50px;
  position: relative;
}
@media (max-width: 767px) {
  .contact_us .contact_us .section_info .box .single_row .img {
    width: 35px;
    height: 35px;
  }
}
.contact_us .contact_us .section_info .box .single_row .img img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .contact_us .contact_us .section_info .box .single_row .img img {
    max-width: 15px;
  }
}
.contact_us .contact_us .section_info .box .single_row .text {
  padding-right: 20px;
}
@media (max-width: 767px) {
  .contact_us .contact_us .section_info .box .single_row .text {
    padding-right: 15px;
  }
}
.contact_us .contact_us .section_info .box .single_row .text h5 {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #423C33;
}
@media (max-width: 767px) {
  .contact_us .contact_us .section_info .box .single_row .text h5 {
    font-size: 14px;
  }
}
.contact_us .contact_us .section_info .box .single_row .text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  text-decoration-line: underline;
  color: #A2A2A2;
}
body.rtl .contact_us .contact_us .section_info .box .single_row .text p {
  direction: ltr;
  text-align: right;
}
@media (max-width: 767px) {
  .contact_us .contact_us .section_info .box .single_row .text p {
    font-size: 12px;
  }
}
.contact_us .contact_us .form_content {
  width: 50%;
  border: 1px solid #D9D9D9;
  padding: 50px 30px 20px;
}
@media (max-width: 999px) {
  .contact_us .contact_us .form_content {
    width: 100%;
  }
}
.contact_us .contact_us .form_content h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #423C33;
  padding-bottom: 30px;
}
@media screen and (max-width: 770px) {
  .contact_us .contact_us .form_content h4 {
    font-size: 20px;
    line-height: 32px;
    padding-bottom: 20px;
  }
}
.contact_us .contact_us .form_content form .ff-t-container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .contact_us .contact_us .form_content form .ff-t-container {
    flex-direction: column;
  }
}
.contact_us .contact_us .form_content form .ff-t-container .ff-t-cell {
  width: calc(50% - 12.5px);
}
@media (max-width: 767px) {
  .contact_us .contact_us .form_content form .ff-t-container .ff-t-cell {
    width: 100%;
  }
}
.contact_us .contact_us .form_content form .ff-el-group {
  display: inline-block;
  width: 100%;
  padding-bottom: 28px;
}
.contact_us .contact_us .form_content form .ff-el-group label {
  color: #979797;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 10px;
}
.contact_us .contact_us .form_content form .ff-el-group label span {
  color: red;
  font-size: 12px;
}
.contact_us .contact_us .form_content form .ff-el-group input {
  background: #ffffff;
  border: 2px solid #D9D9D9;
  border-radius: 6px;
  color: #423C33;
  font-size: 14px;
  font-weight: 600;
  box-shadow: none;
  width: 100%;
  padding: 15px;
}
.contact_us .contact_us .form_content form .ff-el-group input:focus {
  background-color: #f6f6f4;
}
.contact_us .contact_us .form_content form .ff-el-group textarea {
  width: 100%;
  border: 2px solid #D9D9D9;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  resize: none;
  padding: 15px !important;
  height: 120px !important;
  box-shadow: none;
}
.contact_us .contact_us .form_content form .ff-el-group textarea:focus {
  background-color: #f6f6f4;
}
.contact_us .contact_us .form_content form .ff-el-form-check-label {
  position: relative;
}
.contact_us .contact_us .form_content form .ff-el-form-check-label span {
  font-weight: 400;
  font-size: 12px !important;
  line-height: 21px;
  color: #231f20 !important;
  display: flex;
  align-items: center;
}
.contact_us .contact_us .form_content form .ff-el-form-check-label span:before {
  content: "";
  width: 18px;
  height: 18px;
  margin-left: 10px;
  border: 2px solid black;
  border-radius: 4px;
}
.contact_us .contact_us .form_content form .ff-el-form-check-label input[type=checkbox] {
  position: absolute;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  width: 100%;
}
.contact_us .contact_us .form_content form .ff-el-form-check-label input[type=checkbox]:checked ~ span::before {
  content: "done";
  background: black;
  color: white;
  font-family: "Material icons";
  font-size: 18px;
  line-height: 18px;
}
.contact_us .contact_us .form_content form .ff-btn {
  background: #B0DED9;
  width: 122px;
  border-radius: 50px;
  padding: 8px 0;
  color: black;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
  line-height: 34px;
  border: 0;
}
.contact_us .contact_us .form_content form .ff-btn:hover {
  background: #9ecdc8;
}
.contact_us .contact_us #CF62863317ceb37_1-row-3 {
  margin-top: 40px;
}

.blog .section_blog .grid .section_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
}
@media screen and (max-width: 770px) {
  .blog .section_blog .grid .section_title {
    padding: 15px 0;
  }
}
.blog .section_blog .grid .section_title .title ul {
  display: inline-block;
  flex-direction: row;
  align-items: center;
  padding-bottom: 10px;
}
@media screen and (max-width: 770px) {
  .blog .section_blog .grid .section_title .title ul {
    padding-bottom: 5px;
  }
}
.blog .section_blog .grid .section_title .title ul li {
  display: inline-block;
  position: relative;
  margin-left: 12px;
  line-height: 20px;
  vertical-align: top;
}
@media screen and (max-width: 770px) {
  .blog .section_blog .grid .section_title .title ul li {
    font-size: 10px;
  }
}
.blog .section_blog .grid .section_title .title ul li::before {
  content: "chevron_left";
  position: absolute;
  font-family: "Material Icons";
  font-size: 20px;
  left: -10px;
  top: 0px;
  color: #9fa2aa;
  bottom: 0;
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 770px) {
  .blog .section_blog .grid .section_title .title ul li::before {
    background-size: 15px;
  }
}
.blog .section_blog .grid .section_title .title ul li a {
  color: #979797;
  font-size: 12px;
  font-weight: 500;
  padding-left: 12px;
  vertical-align: top;
}
@media screen and (max-width: 770px) {
  .blog .section_blog .grid .section_title .title ul li a {
    font-size: 10px;
  }
}
.blog .section_blog .grid .section_title .title ul li a:hover {
  text-decoration: underline;
}
.blog .section_blog .grid .section_title .title ul li:last-child {
  color: #423C33;
  font-size: 12px;
  pointer-events: none;
}
@media screen and (max-width: 770px) {
  .blog .section_blog .grid .section_title .title ul li:last-child {
    font-size: 10px;
  }
}
.blog .section_blog .grid .section_title .title ul li:last-child::before {
  display: none;
}
.blog .section_blog .grid .section_title .title h1 {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #423C33;
}
@media screen and (max-width: 770px) {
  .blog .section_blog .grid .section_title .title h1 {
    font-size: 22px;
    line-height: 32px;
  }
}
.blog .section_blog .grid .section_title .blog_total {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #979797;
}
@media screen and (max-width: 770px) {
  .blog .section_blog .grid .section_title .blog_total {
    font-size: 10px;
  }
}
.blog .section_blog .grid .blog_list {
  padding-bottom: 80px;
}
.blog .section_blog .grid .blog_list .list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
  margin: 0 -10px;
}
.blog .section_blog .grid .blog_list .list .single_blog {
  width: 33.3333333333%;
  padding: 0 15px 30px;
}
@media screen and (max-width: 767px) {
  .blog .section_blog .grid .blog_list .list .single_blog {
    width: 100%;
    padding: 0 0 35px;
  }
}
.blog .section_blog .grid .blog_list .list .single_blog .blog_link {
  position: relative;
  display: block;
  -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;
}
.blog .section_blog .grid .blog_list .list .single_blog .blog_link .img {
  position: relative;
}
.blog .section_blog .grid .blog_list .list .single_blog .blog_link .img::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.2784313725);
  top: 0;
  bottom: 2px;
  right: 0;
  left: 0;
  display: block;
  z-index: 9;
  -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;
}
.blog .section_blog .grid .blog_list .list .single_blog .blog_link .img img {
  width: 100%;
}
.blog .section_blog .grid .blog_list .list .single_blog .blog_link .text {
  padding-top: 10px;
}
.blog .section_blog .grid .blog_list .list .single_blog .blog_link .text .date {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #60A39B;
}
@media screen and (max-width: 767px) {
  .blog .section_blog .grid .blog_list .list .single_blog .blog_link .text .date {
    font-size: 10px;
  }
}
.blog .section_blog .grid .blog_list .list .single_blog .blog_link .text .title {
  color: #423C33;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  padding: 12px 0;
  min-height: 80px;
  -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;
}
@media screen and (max-width: 767px) {
  .blog .section_blog .grid .blog_list .list .single_blog .blog_link .text .title {
    font-size: 14px;
    line-height: 22px;
    padding: 8px 0;
  }
}
.blog .section_blog .grid .blog_list .list .single_blog .blog_link .text .subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #979797;
}
@media screen and (max-width: 767px) {
  .blog .section_blog .grid .blog_list .list .single_blog .blog_link .text .subtitle {
    font-size: 12px;
  }
}
.blog .section_blog .grid .blog_list .list .single_blog .blog_link .text .read_more {
  font-size: 12px;
  font-weight: 500;
  color: #423C33;
  position: relative;
  display: block;
  border: 1px solid #D9D9D9;
  border-radius: 50px;
  width: 100px;
  text-align: center;
  padding: 12px 0;
  margin-top: 20px;
  -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;
}
@media screen and (max-width: 767px) {
  .blog .section_blog .grid .blog_list .list .single_blog .blog_link .text .read_more {
    font-size: 10px;
  }
}
.blog .section_blog .grid .blog_list .list .single_blog .blog_link:hover .text h3 {
  text-decoration: underline;
}
.blog .section_blog .grid .blog_list .list .single_blog .blog_link:hover .text .read_more {
  background: #423C33;
  color: white;
  border: 1px solid #423C33;
}
.blog .section_single_blog .content_single_blog {
  padding: 40px 0;
}
@media screen and (max-width: 999px) {
  .blog .section_single_blog .content_single_blog {
    padding: 20px 0;
  }
}
.blog .section_single_blog .content_single_blog .grid .breadcramb {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 30px;
}
@media screen and (max-width: 770px) {
  .blog .section_single_blog .content_single_blog .grid .breadcramb {
    overflow: scroll;
    white-space: nowrap;
    padding-bottom: 10px;
  }
  .blog .section_single_blog .content_single_blog .grid .breadcramb::-webkit-scrollbar {
    display: none;
  }
}
.blog .section_single_blog .content_single_blog .grid .breadcramb li {
  display: inline-block;
  position: relative;
  margin-left: 12px;
  line-height: 20px;
}
@media screen and (max-width: 770px) {
  .blog .section_single_blog .content_single_blog .grid .breadcramb li {
    font-size: 10px;
  }
}
.blog .section_single_blog .content_single_blog .grid .breadcramb li::before {
  content: "chevron_left";
  position: absolute;
  font-family: "Material Icons";
  font-size: 20px;
  left: -10px;
  top: 0px;
  color: #9fa2aa;
  bottom: 0;
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 770px) {
  .blog .section_single_blog .content_single_blog .grid .breadcramb li::before {
    background-size: 15px;
  }
}
.blog .section_single_blog .content_single_blog .grid .breadcramb li a {
  color: #979797;
  font-size: 12px;
  font-weight: 500;
  padding-left: 12px;
  vertical-align: top;
}
@media screen and (max-width: 770px) {
  .blog .section_single_blog .content_single_blog .grid .breadcramb li a {
    font-size: 10px;
  }
}
.blog .section_single_blog .content_single_blog .grid .breadcramb li a:hover {
  text-decoration: underline;
}
.blog .section_single_blog .content_single_blog .grid .breadcramb li:last-child {
  font-size: 12px;
  pointer-events: none;
}
@media screen and (max-width: 770px) {
  .blog .section_single_blog .content_single_blog .grid .breadcramb li:last-child {
    font-size: 10px;
  }
}
.blog .section_single_blog .content_single_blog .grid .breadcramb li:last-child a {
  color: #423C33;
}
.blog .section_single_blog .content_single_blog .grid .breadcramb li:last-child::before {
  display: none;
}
.blog .section_single_blog .content_single_blog .grid .section_content {
  max-width: 900px;
  margin: 0 auto;
}
.blog .section_single_blog .content_single_blog .grid .section_content .section_title {
  padding-top: 20px;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .blog .section_single_blog .content_single_blog .grid .section_content .section_title {
    padding-top: 10px;
  }
}
.blog .section_single_blog .content_single_blog .grid .section_content .section_title h3 {
  font-size: 36px;
  line-height: 58px;
  font-weight: 600;
  color: #423C33;
}
@media screen and (max-width: 999px) {
  .blog .section_single_blog .content_single_blog .grid .section_content .section_title h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .blog .section_single_blog .content_single_blog .grid .section_content .section_title h3 {
    font-size: 16px;
    line-height: 26px;
  }
}
.blog .section_single_blog .content_single_blog .grid .section_content .section_title p {
  color: #979797;
  font-size: 14px;
  line-height: 18px;
  padding-top: 24px;
}
@media screen and (max-width: 999px) {
  .blog .section_single_blog .content_single_blog .grid .section_content .section_title p {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 767px) {
  .blog .section_single_blog .content_single_blog .grid .section_content .section_title p {
    font-size: 10px;
    line-height: 15px;
    padding-top: 10px;
  }
}
.blog .section_single_blog .content_single_blog .grid .section_content .section_title img {
  margin: 35px 0;
}
.blog .section_single_blog .content_single_blog .grid .content {
  max-width: 900px;
  margin: 0 auto;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .blog .section_single_blog .content_single_blog .grid .content {
    padding: 10px 0;
  }
}
.blog .section_single_blog .content_single_blog .grid .content h2 {
  font-size: 20px;
  padding-bottom: 5px;
  line-height: 36px;
  font-weight: 600;
}
@media (max-width: 770px) {
  .blog .section_single_blog .content_single_blog .grid .content h2 {
    font-size: 16px;
  }
}
.blog .section_single_blog .content_single_blog .grid .content h3 {
  font-size: 18px;
  padding-bottom: 5px;
  line-height: 36px;
  font-weight: 600;
}
@media (max-width: 770px) {
  .blog .section_single_blog .content_single_blog .grid .content h3 {
    font-size: 14px;
  }
}
.blog .section_single_blog .content_single_blog .grid .content h4 {
  font-size: 16px;
  padding-bottom: 5px;
  line-height: 36px;
  font-weight: 600;
}
@media (max-width: 770px) {
  .blog .section_single_blog .content_single_blog .grid .content h4 {
    font-size: 12px;
  }
}
.blog .section_single_blog .content_single_blog .grid .content h5 {
  font-size: 14px;
  padding-bottom: 5px;
  line-height: 36px;
  font-weight: 600;
}
@media (max-width: 770px) {
  .blog .section_single_blog .content_single_blog .grid .content h5 {
    font-size: 12px;
  }
}
.blog .section_single_blog .content_single_blog .grid .content h6 {
  font-size: 12px;
  padding-bottom: 5px;
  line-height: 36px;
  font-weight: 600;
}
@media (max-width: 770px) {
  .blog .section_single_blog .content_single_blog .grid .content h6 {
    font-size: 12px;
  }
}
.blog .section_single_blog .content_single_blog .grid .content p {
  color: #414241;
  font-size: 16px;
  line-height: 35px;
  font-weight: 300;
  padding: 10px 0;
}
@media screen and (max-width: 999px) {
  .blog .section_single_blog .content_single_blog .grid .content p {
    font-size: 12px;
    line-height: 25px;
    padding: 5px 0;
  }
}
.blog .section_single_blog .content_single_blog .grid .content p + p {
  padding-top: 15px;
}
.blog .section_single_blog .content_single_blog .grid .content img {
  display: block;
  width: 100%;
  margin: 10px 0;
}
.blog .section_single_blog .content_single_blog .grid .content strong {
  font-weight: 700;
}
.blog .section_single_blog .content_single_blog .grid .content a {
  display: inline-block;
  color: #2075ff;
}
.blog .section_single_blog .content_single_blog .grid .content a:hover {
  text-decoration: underline;
}
.blog .section_single_blog .content_single_blog .grid .content ul,
.blog .section_single_blog .content_single_blog .grid .content ol {
  padding: 10px 0;
}
.blog .section_single_blog .content_single_blog .grid .content ul li,
.blog .section_single_blog .content_single_blog .grid .content ol li {
  padding-left: 15px;
  padding-bottom: 10px;
  position: relative;
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  color: #474747;
}
@media screen and (max-width: 770px) {
  .blog .section_single_blog .content_single_blog .grid .content ul li,
  .blog .section_single_blog .content_single_blog .grid .content ol li {
    font-size: 12px;
    padding-left: 12px;
    padding-bottom: 0;
  }
}
.blog .section_single_blog .content_single_blog .grid .content ul li::before,
.blog .section_single_blog .content_single_blog .grid .content ol li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: Black;
  top: 9px;
  border-radius: 50%;
}
@media screen and (max-width: 770px) {
  .blog .section_single_blog .content_single_blog .grid .content ul li::before,
  .blog .section_single_blog .content_single_blog .grid .content ol li::before {
    width: 5px;
    height: 5px;
    top: 10px;
  }
}
.blog .section_single_blog .content_single_blog .grid .content .video-box {
  position: relative;
  margin: 15px 0;
}
.blog .section_single_blog .content_single_blog .grid .content .video-box .bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
  border-radius: 2px;
}
.blog .section_single_blog .content_single_blog .grid .content .video-box .bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #000;
  opacity: 0.3;
  z-index: 1;
}
.blog .section_single_blog .content_single_blog .grid .content .video-box .bg .player {
  width: 70px;
  height: 70px;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  background: rgba(26, 25, 25, 0.1490196078);
  border-radius: 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%);
}
.blog .section_single_blog .content_single_blog .grid .content .video-box .bg .player::before {
  content: "";
  position: absolute;
  background-image: url(../../assets/img/icons/play-icon.png);
  background-size: cover;
  background-size: 70px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.blog .section_single_blog .content_single_blog .grid .content .video-box .youtube-video {
  position: relative;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.blog .section_single_blog .content_single_blog .grid .content .video-box .youtube-video .videoIframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border-radius: 2px;
}
.blog .section_single_blog .content_single_blog .grid .content .video-box.active .bg {
  opacity: 0;
  pointer-events: none;
}
.blog .section_single_blog .content_single_blog .grid_hero_img {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 50px;
}
@media screen and (max-width: 767px) {
  .blog .section_single_blog .content_single_blog .grid_hero_img {
    padding: 0 0 20px;
  }
}
.blog .section_single_blog .content_single_blog .grid_hero_img img {
  width: 100%;
  padding-top: 20px;
  height: 380px;
}
@media screen and (max-width: 767px) {
  .blog .section_single_blog .content_single_blog .grid_hero_img img {
    height: auto;
  }
}

.page_about .section_hero {
  position: relative;
}
.page_about .section_hero img {
  width: 100%;
}
.page_about .section_hero .sec_video {
  width: 100%;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.page_about .section_hero .sec_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page_about .section_hero .section_title {
  padding: 0 10px;
  position: absolute;
  top: 38%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page_about .section_hero .section_title {
    top: 30%;
  }
}
.page_about .section_hero .section_title h1 {
  font-weight: 400;
  font-size: 16px;
  padding-bottom: 15px;
  color: #423C33;
}
@media screen and (max-width: 767px) {
  .page_about .section_hero .section_title h1 {
    font-size: 12px;
    padding-bottom: 10px;
  }
}
.page_about .section_hero .section_title p {
  font-weight: 600;
  font-size: 48px;
  line-height: 64px;
  color: #423C33;
}
@media screen and (max-width: 767px) {
  .page_about .section_hero .section_title p {
    font-size: 20px;
    line-height: 38px;
  }
}
.page_about .section_slide {
  display: flex;
  align-items: center;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .page_about .section_slide {
    flex-direction: column;
    padding: 50px 0;
  }
}
.page_about .section_slide .single_slide {
  width: 33.3333333333%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page_about .section_slide .single_slide {
    width: 100%;
    padding-bottom: 50px;
  }
  .page_about .section_slide .single_slide:last-child {
    padding-bottom: 0;
  }
}
.page_about .section_slide .single_slide .text h3 {
  font-weight: 600;
  font-size: 48px;
  line-height: 60px;
  color: #423C33;
  padding: 8px 0;
}
@media screen and (max-width: 999px) {
  .page_about .section_slide .single_slide .text h3 {
    font-size: 28px;
    line-height: 46px;
  }
}
@media screen and (max-width: 767px) {
  .page_about .section_slide .single_slide .text h3 {
    font-size: 20px;
    line-height: 30px;
    padding: 8px 0 0;
  }
}
.page_about .section_slide .single_slide .text p {
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #423C33;
}
@media screen and (max-width: 999px) {
  .page_about .section_slide .single_slide .text p {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .page_about .section_slide .single_slide .text p {
    font-size: 14px;
    line-height: 29px;
  }
}
.page_about .section_content .sec_img {
  display: flex;
  font-size: 0;
}
@media screen and (max-width: 999px) {
  .page_about .section_content .sec_img {
    flex-direction: column-reverse;
    margin: 0 -20px;
  }
  .page_about .section_content .sec_img.first {
    flex-direction: column;
  }
}
.page_about .section_content .sec_img .image {
  width: 50%;
}
@media screen and (max-width: 999px) {
  .page_about .section_content .sec_img .image {
    width: 100%;
  }
}
.page_about .section_content .sec_img .image img {
  width: 100%;
}
.page_about .section_content .sec_img .text {
  width: 50%;
  background: #ede8dd;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 80px;
}
@media screen and (max-width: 999px) {
  .page_about .section_content .sec_img .text {
    width: 100%;
    padding: 50px 20px;
  }
}
.page_about .section_content .sec_img .text h4 {
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  color: #C6537A;
}
@media screen and (max-width: 999px) {
  .page_about .section_content .sec_img .text h4 {
    font-size: 20px;
  }
}
.page_about .section_content .sec_img .text p {
  font-size: 14px;
  line-height: 28px;
  color: #A59B83;
  padding-top: 20px;
}
@media screen and (max-width: 999px) {
  .page_about .section_content .sec_img .text p {
    padding-top: 12px;
  }
}
.page_about .section_content .sec_img.row_reverse {
  flex-direction: row-reverse;
  padding-top: 100px;
}
@media screen and (max-width: 999px) {
  .page_about .section_content .sec_img.row_reverse {
    flex-direction: column-reverse;
    padding-top: 50px;
  }
}
.page_about .section_content .sec_img.row_reverse .slick_about .next-arrow {
  width: 100px;
  position: relative;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  z-index: 9;
  -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: 999px) {
  .page_about .section_content .sec_img.row_reverse .slick_about .next-arrow {
    width: 50px;
  }
}
.page_about .section_content .sec_img.row_reverse .slick_about .next-arrow span {
  display: block;
  background: white;
  width: 38px;
  height: 38px;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  left: 20px;
}
.page_about .section_content .sec_img.row_reverse .slick_about .next-arrow span::before {
  content: "";
  background-image: url("../img/icons/arrow-widget-left-gray.png");
  background-repeat: no-repeat;
  margin: auto;
  width: 30px;
  height: 19px;
  background-size: 20px;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
}
body.ltr .page_about .section_content .sec_img.row_reverse .slick_about .next-arrow span::before {
  transform: rotate(180deg);
}
.page_about .section_content .sec_img.row_reverse .slick_about .next-arrow.slick-disabled {
  opacity: 0.5;
}
.page_about .section_content .sec_img.row_reverse .slick_about .prev-arrow {
  width: 100px;
  right: 0;
  position: relative;
  position: absolute;
  top: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 9;
  -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: 999px) {
  .page_about .section_content .sec_img.row_reverse .slick_about .prev-arrow {
    width: 50px;
  }
}
.page_about .section_content .sec_img.row_reverse .slick_about .prev-arrow span {
  display: block;
  background: white;
  width: 38px;
  height: 38px;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  right: 20px;
}
.page_about .section_content .sec_img.row_reverse .slick_about .prev-arrow span::before {
  content: "";
  background-image: url("../img/icons/arrow-widget-right-gray.png");
  background-repeat: no-repeat;
  margin: auto;
  width: 30px;
  height: 19px;
  background-size: 20px;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
}
body.ltr .page_about .section_content .sec_img.row_reverse .slick_about .prev-arrow span::before {
  transform: rotate(180deg);
}
.page_about .section_content .sec_img.row_reverse .slick_about .prev-arrow.slick-disabled {
  opacity: 0.5;
}
.page_about .section_content .sec_img.row_reverse .slick_about .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  top: auto;
  display: flex;
  justify-content: center;
  z-index: 9;
  width: fit-content;
  margin: auto;
  padding: 6px 10px;
  border-radius: 50px;
  background: white;
}
@media screen and (max-width: 999px) {
  .page_about .section_content .sec_img.row_reverse .slick_about .slick-dots {
    bottom: 10px;
  }
}
.page_about .section_content .sec_img.row_reverse .slick_about .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.2509803922);
  font-size: 0;
  margin: 0 3px;
}
@media screen and (max-width: 999px) {
  .page_about .section_content .sec_img.row_reverse .slick_about .slick-dots li button {
    width: 6px;
    height: 6px;
  }
}
.page_about .section_content .sec_img.row_reverse .slick_about .slick-dots li.slick-active button {
  background: #B0DED9;
}
.page_about .section_content .sec_text {
  max-width: 700px;
  margin: 100px auto;
}
@media screen and (max-width: 999px) {
  .page_about .section_content .sec_text {
    margin: 50px auto;
  }
}
.page_about .section_content .sec_text .text span {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #336660;
  display: block;
  padding-bottom: 20px;
}
.page_about .section_content .sec_text .text p {
  font-weight: 500;
  font-size: 32px;
  line-height: 60px;
  color: #60A39B;
}
@media screen and (max-width: 999px) {
  .page_about .section_content .sec_text .text p {
    font-size: 20px;
    line-height: 44px;
  }
}
.page_about .section_values {
  background: #faf4e7;
  margin: 100px 0;
  padding: 80px 0;
}
@media screen and (max-width: 999px) {
  .page_about .section_values {
    margin: 50px 0 0;
    padding: 50px 0;
  }
}
.page_about .section_values .sec_title {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #A59B83;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .page_about .section_values .sec_title {
    font-size: 20px;
  }
}
.page_about .section_values .all_values {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 70px;
}
@media screen and (max-width: 999px) {
  .page_about .section_values .all_values {
    flex-wrap: wrap;
    padding-top: 40px;
  }
}
.page_about .section_values .all_values .single_values {
  padding: 0 20px;
  width: 25%;
}
@media screen and (max-width: 999px) {
  .page_about .section_values .all_values .single_values {
    width: 50%;
    padding: 0 20px 20px;
  }
}
@media screen and (max-width: 479px) {
  .page_about .section_values .all_values .single_values {
    width: 100%;
  }
}
.page_about .section_values .all_values .single_values .box_value {
  background: white;
  padding: 50px;
  text-align: center;
  border-radius: 8px;
}
.page_about .section_values .all_values .single_values .box_value .text {
  padding-top: 15px;
}
.page_about .section_values .all_values .single_values .box_value .text h3 {
  font-size: 16px;
  line-height: 20px;
  color: #7E6B3D;
}
.page_about .section_values .all_values .single_values .box_value .text p {
  display: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #B4A175;
  padding-top: 8px;
}
.page_about .section_other_page {
  padding-bottom: 100px;
}
.page_about .section_other_page .all_page {
  display: flex;
}
@media screen and (max-width: 999px) {
  .page_about .section_other_page .all_page {
    flex-direction: column;
  }
}
.page_about .section_other_page .all_page .single_section_page {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 999px) {
  .page_about .section_other_page .all_page .single_section_page {
    width: 100%;
  }
}
.page_about .section_other_page .all_page .single_section_page::before {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(34, 34, 34, 0) 0%, #222222 100%);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  z-index: 9;
}
.page_about .section_other_page .all_page .single_section_page img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 999px) {
  .page_about .section_other_page .all_page .single_section_page img {
    min-height: 400px;
    object-fit: cover;
  }
}
.page_about .section_other_page .all_page .single_section_page .text {
  position: absolute;
  bottom: 35px;
  right: 50px;
  left: 50px;
  z-index: 9;
}
.page_about .section_other_page .all_page .single_section_page .text h4 {
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
  color: #FFFFFF;
}
@media screen and (max-width: 999px) {
  .page_about .section_other_page .all_page .single_section_page .text h4 {
    font-size: 20px;
    line-height: 32px;
  }
}
.page_about .section_other_page .all_page .single_section_page .text p {
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  color: #FFFFFF;
  padding: 15px 0;
  max-width: 500px;
}
.page_about .section_other_page .all_page .single_section_page .text a {
  background: #a4e0d9;
  display: block;
  width: 200px;
  text-align: center;
  padding: 15px;
  border-radius: 50px;
  font-size: 16px;
  transition: all 0.3s ease;
}
.page_about .section_other_page .all_page .single_section_page .text a:hover {
  background: #9ecdc8;
}
@media screen and (max-width: 999px) {
  .page_about .section_other_page .all_page .single_section_page .text a {
    width: 150px;
    font-size: 12px;
  }
}

.page_home .hero_slider {
  position: relative;
}
.page_home .hero_slider::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 111111;
  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: cover;
}
.page_home .hero_slider.slick-slider {
  height: max-content;
}
.page_home .hero_slider.slick-slider::before {
  display: none;
}
.page_home .hero_slider .single_hero {
  position: relative;
  transition: all 0.3s ease;
}
.page_home .hero_slider .single_hero img {
  width: 100%;
}
.page_home .hero_slider .single_hero ~ .single_hero {
  display: none;
}
.page_home .hero_slider .single_hero.slick-slide {
  display: block !important;
}
.page_home .hero_slider .next-arrow {
  width: 100px;
  position: relative;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  z-index: 9;
  -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: 999px) {
  .page_home .hero_slider .next-arrow {
    width: 50px;
  }
}
.page_home .hero_slider .next-arrow span::before {
  content: "";
  background-image: url("../img/icons/hero-arrow-left.png");
  background-repeat: no-repeat;
  margin: auto;
  width: 25px;
  height: 55px;
  background-size: 25px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50px;
}
body.ltr .page_home .hero_slider .next-arrow span::before {
  transform: rotate(180deg);
}
@media screen and (max-width: 999px) {
  .page_home .hero_slider .next-arrow span::before {
    background-size: 15px;
    left: 10px;
  }
}
.page_home .hero_slider .next-arrow.slick-disabled {
  opacity: 0.5;
}
.page_home .hero_slider .prev-arrow {
  width: 100px;
  right: 0;
  position: relative;
  position: absolute;
  top: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 9;
  -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: 999px) {
  .page_home .hero_slider .prev-arrow {
    width: 50px;
  }
}
.page_home .hero_slider .prev-arrow span::before {
  content: "";
  background-image: url("../img/icons/hero-arrow-right.png");
  background-repeat: no-repeat;
  margin: auto;
  width: 25px;
  height: 55px;
  background-size: 25px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50px;
}
body.ltr .page_home .hero_slider .prev-arrow span::before {
  transform: rotate(180deg);
}
@media screen and (max-width: 999px) {
  .page_home .hero_slider .prev-arrow span::before {
    background-size: 15px;
    right: 10px;
  }
}
.page_home .hero_slider .prev-arrow.slick-disabled {
  opacity: 0.5;
}
.page_home .hero_slider .slick-dots {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  top: auto;
  display: flex;
  justify-content: center;
  z-index: 9;
}
@media (max-width: 999px) {
  .page_home .hero_slider .slick-dots {
    bottom: 20px;
  }
}
.page_home .hero_slider .slick-dots li button {
  width: 28px;
  height: 6px;
  background: rgb(222, 195, 186);
  font-size: 0;
  margin: 0 5px;
  transition: all 0.3s ease;
}
@media (max-width: 999px) {
  .page_home .hero_slider .slick-dots li button {
    width: 15px;
    height: 3px;
    margin: 0 3px;
  }
}
.page_home .hero_slider .slick-dots li.slick-active button {
  background: black;
  width: 70px;
  transition: all 0.3s ease;
}
@media (max-width: 999px) {
  .page_home .hero_slider .slick-dots li.slick-active button {
    width: 40px;
  }
}
.page_home .section_service {
  background: #ECE8DE;
  padding: 50px 0;
}
@media screen and (max-width: 999px) {
  .page_home .section_service {
    padding: 30px 0;
  }
}
.page_home .section_service .title_service {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #222222;
}
@media screen and (max-width: 999px) {
  .page_home .section_service .title_service {
    font-size: 14px;
  }
}
.page_home .section_service .all_service {
  display: flex;
  align-items: center;
  padding-top: 50px;
}
@media screen and (max-width: 999px) {
  .page_home .section_service .all_service {
    padding-top: 30px;
    flex-direction: column;
  }
}
.page_home .section_service .all_service .single_service {
  width: 33.3333333333%;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .page_home .section_service .all_service .single_service {
    width: 100%;
    padding-bottom: 40px;
  }
  .page_home .section_service .all_service .single_service:last-child {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 999px) {
  .page_home .section_service .all_service .single_service img {
    max-width: 50px;
  }
}
.page_home .section_service .all_service .single_service h5 {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  padding: 20px 0 18px;
}
@media screen and (max-width: 999px) {
  .page_home .section_service .all_service .single_service h5 {
    font-size: 12px;
    padding: 10px 0px 8px;
  }
}
.page_home .section_service .all_service .single_service p {
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #515151;
  max-width: 300px;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .page_home .section_service .all_service .single_service p {
    font-size: 11px;
  }
}
.page_home .section_categories {
  padding: 70px 0;
}
@media screen and (max-width: 999px) {
  .page_home .section_categories {
    padding: 40px 0;
  }
}
.page_home .section_categories .section_title {
  text-align: center;
}
.page_home .section_categories .section_title h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #423C33;
}
@media screen and (max-width: 999px) {
  .page_home .section_categories .section_title h3 {
    font-size: 14px;
  }
}
.page_home .section_categories .section_title p {
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  color: #8D887F;
  padding-top: 15px;
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .page_home .section_categories .section_title p {
    font-size: 12px;
    line-height: 24px;
    padding-top: 0;
  }
}
.page_home .section_categories .all_categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -5px;
  padding-top: 40px;
}
.page_home .section_categories .all_categories .single_category {
  width: 33.3333333333%;
  padding: 5px;
  position: relative;
}
@media screen and (max-width: 999px) {
  .page_home .section_categories .all_categories .single_category {
    width: 50%;
  }
}
@media screen and (max-width: 479px) {
  .page_home .section_categories .all_categories .single_category {
    width: 100%;
  }
}
.page_home .section_categories .all_categories .single_category a {
  display: block;
  position: relative;
  transition: all 0.3s ease;
}
.page_home .section_categories .all_categories .single_category a:hover {
  transform: scale(1.03);
}
.page_home .section_categories .all_categories .single_category a:hover::before {
  top: 0;
}
.page_home .section_categories .all_categories .single_category a:hover img {
  object-fit: none;
}
.page_home .section_categories .all_categories .single_category a::before {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(34, 34, 34, 0) 0%, #222222 100%);
  top: 230px;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  z-index: 9;
  transition: all 0.3s ease;
}
.page_home .section_categories .all_categories .single_category a img {
  width: 100%;
  transition: all 0.3s ease;
}
.page_home .section_categories .all_categories .single_category a .title_cat {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  text-align: center;
  z-index: 9;
}
@media screen and (max-width: 999px) {
  .page_home .section_categories .all_categories .single_category a .title_cat {
    bottom: 15px;
  }
}
.page_home .section_categories .all_categories .single_category a .title_cat h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 34px;
  color: #FFFFFF;
}
@media screen and (max-width: 999px) {
  .page_home .section_categories .all_categories .single_category a .title_cat h4 {
    font-size: 14px;
    line-height: 24px;
  }
}
.page_home .section_categories .all_categories .single_category a .title_cat p {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
}
@media screen and (max-width: 999px) {
  .page_home .section_categories .all_categories .single_category a .title_cat p {
    font-size: 10px;
    line-height: 20px;
  }
}
.page_home .section_new_arrival, .page_home .section_best_sellers, .page_home .section_recently_watched {
  padding-bottom: 80px;
}
@media screen and (max-width: 770px) {
  .page_home .section_new_arrival, .page_home .section_best_sellers, .page_home .section_recently_watched {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 479px) {
  .page_home .section_new_arrival, .page_home .section_best_sellers, .page_home .section_recently_watched {
    padding-bottom: 30px;
  }
}
.page_home .section_new_arrival .head_w_Link, .page_home .section_best_sellers .head_w_Link, .page_home .section_recently_watched .head_w_Link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
}
@media screen and (max-width: 770px) {
  .page_home .section_new_arrival .head_w_Link, .page_home .section_best_sellers .head_w_Link, .page_home .section_recently_watched .head_w_Link {
    padding-bottom: 5px;
  }
}
.page_home .section_new_arrival .head_w_Link .text h4, .page_home .section_best_sellers .head_w_Link .text h4, .page_home .section_recently_watched .head_w_Link .text h4 {
  font-weight: 500;
  font-size: 28px;
  line-height: 48px;
  color: #423C33;
}
@media screen and (max-width: 999px) {
  .page_home .section_new_arrival .head_w_Link .text h4, .page_home .section_best_sellers .head_w_Link .text h4, .page_home .section_recently_watched .head_w_Link .text h4 {
    font-size: 20px;
    line-height: 36px;
  }
}
@media screen and (max-width: 479px) {
  .page_home .section_new_arrival .head_w_Link .text h4, .page_home .section_best_sellers .head_w_Link .text h4, .page_home .section_recently_watched .head_w_Link .text h4 {
    font-size: 16px;
    line-height: 28px;
  }
}
.page_home .section_new_arrival .head_w_Link .text p, .page_home .section_best_sellers .head_w_Link .text p, .page_home .section_recently_watched .head_w_Link .text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  color: #8D887F;
}
@media screen and (max-width: 999px) {
  .page_home .section_new_arrival .head_w_Link .text p, .page_home .section_best_sellers .head_w_Link .text p, .page_home .section_recently_watched .head_w_Link .text p {
    font-size: 12px;
    line-height: 22px;
  }
}
@media screen and (max-width: 479px) {
  .page_home .section_new_arrival .head_w_Link .text p, .page_home .section_best_sellers .head_w_Link .text p, .page_home .section_recently_watched .head_w_Link .text p {
    font-size: 10px;
  }
}
@media screen and (max-width: 999px) {
  .page_home .section_new_arrival .head_w_Link .btn_more, .page_home .section_best_sellers .head_w_Link .btn_more, .page_home .section_recently_watched .head_w_Link .btn_more {
    display: none;
  }
}
.page_home .section_new_arrival .head_w_Link .btn_more a, .page_home .section_best_sellers .head_w_Link .btn_more a, .page_home .section_recently_watched .head_w_Link .btn_more a {
  font-size: 12px;
  color: #423C33;
  font-weight: 500;
  line-height: 20px;
  border: 1px solid #d9d9d9;
  border-radius: 50px;
  padding: 12px 25px;
  transition: all 0.3s ease;
}
.page_home .section_new_arrival .head_w_Link .btn_more a:hover, .page_home .section_best_sellers .head_w_Link .btn_more a:hover, .page_home .section_recently_watched .head_w_Link .btn_more a:hover {
  background: #B0DED9;
  border: 1px solid #B0DED9;
}
.page_home .section_new_arrival .product.recently, .page_home .section_best_sellers .product.recently, .page_home .section_recently_watched .product.recently {
  padding-top: 0 !important;
}
.page_home .section_new_arrival .product.recently .section_title, .page_home .section_new_arrival .product.recently .head_w_Link, .page_home .section_best_sellers .product.recently .section_title, .page_home .section_best_sellers .product.recently .head_w_Link, .page_home .section_recently_watched .product.recently .section_title, .page_home .section_recently_watched .product.recently .head_w_Link {
  display: none !important;
}
.page_home .section_new_arrival .product_container .products_list.no_slider .product_widget, .page_home .section_best_sellers .product_container .products_list.no_slider .product_widget, .page_home .section_recently_watched .product_container .products_list.no_slider .product_widget {
  width: 25%;
}
@media screen and (max-width: 770px) {
  .page_home .section_new_arrival .product_container .products_list.no_slider .product_widget, .page_home .section_best_sellers .product_container .products_list.no_slider .product_widget, .page_home .section_recently_watched .product_container .products_list.no_slider .product_widget {
    width: 50%;
  }
}
@media screen and (max-width: 370px) {
  .page_home .section_new_arrival .product_container .products_list.no_slider .product_widget, .page_home .section_best_sellers .product_container .products_list.no_slider .product_widget, .page_home .section_recently_watched .product_container .products_list.no_slider .product_widget {
    width: 100%;
  }
}
.page_home .section_recently_watched {
  padding-bottom: 0 !important;
}
@media screen and (max-width: 770px) {
  .page_home .section_recently_watched {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 479px) {
  .page_home .section_recently_watched {
    padding-bottom: 30px;
  }
}
.page_home .section_repeater {
  padding-bottom: 140px;
}
@media screen and (max-width: 999px) {
  .page_home .section_repeater {
    padding-bottom: 30px !important;
  }
  .page_home .section_repeater.grid {
    padding: 0;
  }
}
.page_home .section_repeater .single_box {
  display: flex;
  font-size: 0;
}
@media screen and (max-width: 999px) {
  .page_home .section_repeater .single_box {
    flex-direction: column-reverse;
  }
}
.page_home .section_repeater .single_box.reverse {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  padding-top: 70px;
}
@media screen and (max-width: 999px) {
  .page_home .section_repeater .single_box.reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 770px) {
  .page_home .section_repeater .single_box.reverse {
    padding-top: 40px;
  }
}
.page_home .section_repeater .single_box.reverse .text {
  padding-right: 70px;
  background: transparent;
  display: block;
  text-align: unset;
}
@media screen and (max-width: 999px) {
  .page_home .section_repeater .single_box.reverse .text {
    padding-right: 15px;
  }
}
.page_home .section_repeater .single_box.reverse .text h3 {
  color: #423C33;
}
.page_home .section_repeater .single_box.reverse .text p {
  color: #8D887F;
}
.page_home .section_repeater .single_box.reverse .text .read_more {
  border: 1px solid #d9d9d9;
  width: 150px;
  display: block;
  text-align: center;
  margin: 0;
  background: transparent;
  color: #423C33;
}
@media screen and (max-width: 999px) {
  .page_home .section_repeater .single_box.reverse .text .read_more {
    width: 100%;
    background: transparent;
    color: #423C33;
  }
}
.page_home .section_repeater .single_box.reverse .text .read_more::before {
  display: none;
}
.page_home .section_repeater .single_box.reverse .text .read_more:hover {
  background: #423C33;
  color: white;
}
.page_home .section_repeater .single_box .text {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #ebe8de;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .page_home .section_repeater .single_box .text {
    width: 100%;
    padding: 25px 15px;
  }
}
.page_home .section_repeater .single_box .text h3 {
  font-weight: 600;
  line-height: 64px;
  font-size: 48px;
  color: #c5537a;
}
@media screen and (max-width: 999px) {
  .page_home .section_repeater .single_box .text h3 {
    line-height: 36px;
    font-size: 22px;
  }
}
.page_home .section_repeater .single_box .text p {
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  color: #c5537a;
  padding: 15px 0 30px;
}
@media screen and (max-width: 999px) {
  .page_home .section_repeater .single_box .text p {
    line-height: 22px;
    font-size: 12px;
  }
}
.page_home .section_repeater .single_box .text .read_more {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  background: #c5537a;
  color: white;
  border-radius: 50px;
  padding: 12px 18px;
  display: block;
  width: 200px;
  margin: 0 auto;
  transition: all 0.4s ease;
  text-align: left;
  display: flex;
  justify-content: space-between;
}
.page_home .section_repeater .single_box .text .read_more::before {
  content: "arrow_forward";
  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: 26px;
  color: white;
}
.page_home .section_repeater .single_box .text .read_more:hover {
  background: #ac486a;
}
@media screen and (max-width: 999px) {
  .page_home .section_repeater .single_box .text .read_more {
    width: 100%;
    font-size: 12px;
    border-radius: 8px;
    background: #c5537b;
    color: white;
  }
  .page_home .section_repeater .single_box .text .read_more::before {
    font-size: 20px;
    color: white;
  }
}
.page_home .section_repeater .single_box .image {
  width: 50%;
}
@media screen and (max-width: 999px) {
  .page_home .section_repeater .single_box .image {
    width: 100%;
  }
}
.page_home .section_repeater .single_box .image img {
  width: 100%;
}

.faqs {
  position: relative;
}
.faqs .section_title {
  padding: 30px 0;
}
@media screen and (max-width: 770px) {
  .faqs .section_title {
    padding: 15px 0;
  }
}
.faqs .section_title .title ul {
  display: inline-block;
  flex-direction: row;
  align-items: center;
  padding-bottom: 10px;
}
@media screen and (max-width: 770px) {
  .faqs .section_title .title ul {
    padding-bottom: 5px;
  }
}
.faqs .section_title .title ul li {
  display: inline-block;
  position: relative;
  margin-left: 12px;
  line-height: 20px;
  vertical-align: top;
}
@media screen and (max-width: 770px) {
  .faqs .section_title .title ul li {
    font-size: 10px;
  }
}
.faqs .section_title .title ul li::before {
  content: "chevron_left";
  position: absolute;
  font-family: "Material Icons";
  font-size: 20px;
  left: -10px;
  top: 0px;
  color: #9fa2aa;
  bottom: 0;
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 770px) {
  .faqs .section_title .title ul li::before {
    background-size: 15px;
  }
}
.faqs .section_title .title ul li a {
  color: #979797;
  font-size: 12px;
  font-weight: 500;
  padding-left: 12px;
  vertical-align: top;
}
@media screen and (max-width: 770px) {
  .faqs .section_title .title ul li a {
    font-size: 10px;
  }
}
.faqs .section_title .title ul li a:hover {
  text-decoration: underline;
}
.faqs .section_title .title ul li:last-child {
  color: #423C33;
  font-size: 12px;
  pointer-events: none;
}
@media screen and (max-width: 770px) {
  .faqs .section_title .title ul li:last-child {
    font-size: 10px;
  }
}
.faqs .section_title .title ul li:last-child::before {
  display: none;
}
.faqs .section_title .title h1 {
  text-align: center;
  padding-top: 50px;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #423C33;
}
@media screen and (max-width: 770px) {
  .faqs .section_title .title h1 {
    font-size: 22px;
    line-height: 32px;
    padding-top: 20px;
    text-align: unset;
  }
}
.faqs .page-content {
  padding-top: 50px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 770px) {
  .faqs .page-content {
    padding-top: 20px;
  }
}
.faqs .page-content .section_faq .single_faq {
  border-top: 2px solid #f1f1f1;
  padding: 20px 0;
}
.faqs .page-content .section_faq .single_faq ~ .single_info {
  border-top: 1px solid #d8e3ea;
}
.faqs .page-content .section_faq .single_faq:first-child {
  border-top: 0;
}
.faqs .page-content .section_faq .single_faq:first-child .title_info {
  padding: 0 0 20px;
}
@media screen and (max-width: 770px) {
  .faqs .page-content .section_faq .single_faq:first-child .title_info {
    padding: 0 0 10px;
  }
}
.faqs .page-content .section_faq .single_faq:last-child .title_info {
  padding: 20px 0 0;
}
@media screen and (max-width: 770px) {
  .faqs .page-content .section_faq .single_faq:last-child .title_info {
    padding: 10px 0 0;
  }
}
.faqs .page-content .section_faq .single_faq:last-child .content_info {
  padding-bottom: 0;
}
.faqs .page-content .section_faq .single_faq .title_faq {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: black;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
.faqs .page-content .section_faq .single_faq .title_faq::after {
  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;
  color: black;
  font-size: 22px;
  font-weight: 300;
}
@media screen and (max-width: 770px) {
  .faqs .page-content .section_faq .single_faq .title_faq {
    font-size: 14px;
    padding: 5px 0;
  }
  .faqs .page-content .section_faq .single_faq .title_faq::after {
    font-size: 16px;
  }
}
.faqs .page-content .section_faq .single_faq .content_faq {
  color: #6c757d;
  padding-bottom: 20px;
  display: none;
}
@media screen and (max-width: 770px) {
  .faqs .page-content .section_faq .single_faq .content_faq {
    padding-bottom: 0;
  }
}
.faqs .page-content .section_faq .single_faq .content_faq.scroll_desc {
  max-height: 300px;
  overflow-y: scroll;
}
.faqs .page-content .section_faq .single_faq .content_faq.scroll_desc::-webkit-scrollbar {
  width: 3px;
  height: 20px;
}
.faqs .page-content .section_faq .single_faq .content_faq.scroll_desc::-webkit-scrollbar-track {
  background-color: rgba(221, 193, 169, 0.168627451);
  border-radius: 10px;
}
.faqs .page-content .section_faq .single_faq .content_faq.scroll_desc::-webkit-scrollbar-thumb {
  background-color: #ddc1a9;
  border-radius: 10px;
}
.faqs .page-content .section_faq .single_faq .content_faq h2 {
  font-size: 20px;
  padding-bottom: 5px;
}
.faqs .page-content .section_faq .single_faq .content_faq h3 {
  font-size: 18px;
  padding-bottom: 5px;
}
.faqs .page-content .section_faq .single_faq .content_faq h4 {
  font-size: 16px;
  padding-bottom: 5px;
}
.faqs .page-content .section_faq .single_faq .content_faq h5 {
  font-size: 14px;
  padding-bottom: 5px;
}
.faqs .page-content .section_faq .single_faq .content_faq h6 {
  font-size: 12px;
  padding-bottom: 5px;
}
.faqs .page-content .section_faq .single_faq .content_faq p {
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  color: #777777;
}
@media (max-width: 1025px) {
  .faqs .page-content .section_faq .single_faq .content_faq p {
    font-size: 12px;
    line-height: 28px;
  }
}
.faqs .page-content .section_faq .single_faq .content_faq img {
  display: block;
  width: 100%;
}
.faqs .page-content .section_faq .single_faq .content_faq strong {
  font-weight: 700;
}
.faqs .page-content .section_faq .single_faq .content_faq a {
  display: inline-block;
  color: #2075ff;
}
.faqs .page-content .section_faq .single_faq .content_faq a:hover {
  text-decoration: underline;
}
.faqs .page-content .section_faq .single_faq .content_faq ul li,
.faqs .page-content .section_faq .single_faq .content_faq ol li {
  padding-right: 15px;
  position: relative;
  font-size: 13px;
  line-height: 28px;
  color: #2e3236;
}
@media screen and (max-width: 770px) {
  .faqs .page-content .section_faq .single_faq .content_faq ul li,
  .faqs .page-content .section_faq .single_faq .content_faq ol li {
    font-size: 12px;
    padding-right: 12px;
  }
}
.faqs .page-content .section_faq .single_faq .content_faq ul li::before,
.faqs .page-content .section_faq .single_faq .content_faq ol li::before {
  content: "";
  position: absolute;
  right: 0;
  width: 7px;
  height: 7px;
  background-color: #d6d4ee;
  top: 10px;
  border-radius: 50%;
}
@media screen and (max-width: 770px) {
  .faqs .page-content .section_faq .single_faq .content_faq ul li::before,
  .faqs .page-content .section_faq .single_faq .content_faq ol li::before {
    width: 5px;
    height: 5px;
    top: 11px;
  }
}
.faqs .page-content .section_faq .single_faq.active .title_faq::after {
  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;
}

.content_branches {
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .content_branches {
    margin-bottom: 50px;
  }
}

.page_branches {
  display: flex;
  min-height: 650px;
}
@media screen and (max-width: 999px) {
  .page_branches {
    flex-direction: column;
  }
}
.page_branches .section_list {
  width: 50%;
  padding-top: 30px;
  padding-left: 50px;
}
@media screen and (max-width: 999px) {
  .page_branches .section_list {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
    padding-bottom: 50px;
  }
}
.page_branches .section_list .section_city h1 {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #423C33;
}
@media screen and (max-width: 767px) {
  .page_branches .section_list .section_city h1 {
    font-size: 20px;
  }
}
.page_branches .section_list .section_city .list_menu .branches_menu {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: 3px solid #f6f6f6;
}
@media screen and (max-width: 767px) {
  .page_branches .section_list .section_city .list_menu .branches_menu {
    padding: 15px 0;
    overflow: scroll;
  }
}
.page_branches .section_list .section_city .list_menu .branches_menu .categories_branches {
  margin-left: 10px;
}
.page_branches .section_list .section_city .list_menu .branches_menu .categories_branches:hover .text {
  background: #D6CAAE;
}
.page_branches .section_list .section_city .list_menu .branches_menu .categories_branches:last-child {
  margin-left: 0;
}
.page_branches .section_list .section_city .list_menu .branches_menu .categories_branches.active .text {
  background: #D6CAAE;
}
.page_branches .section_list .section_city .list_menu .branches_menu .categories_branches .text {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #423C33;
  background: #F0EDE5;
  padding: 8px 22px;
  transition: all 0.3s ease;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .page_branches .section_list .section_city .list_menu .branches_menu .categories_branches .text {
    font-size: 12px;
  }
}
.page_branches .section_list .section_branches {
  position: relative;
  padding-top: 20px;
}
.page_branches .section_list .section_branches #ajax_loader_branch {
  background: rgba(255, 255, 255, 0.9019607843);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9999;
  opacity: 0.8;
}
.page_branches .section_list .section_branches #ajax_loader_branch .loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 33%, black 100%);
  animation: rotation 1s linear infinite;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.page_branches .section_list .section_branches #ajax_loader_branch .loader:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: white;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.page_branches .section_list .section_branches .branches {
  max-height: 450px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-left: 8px;
}
.page_branches .section_list .section_branches .branches::-webkit-scrollbar-track {
  background-color: rgba(177, 222, 217, 0.3411764706);
}
@media screen and (max-width: 767px) {
  .page_branches .section_list .section_branches .branches::-webkit-scrollbar-track {
    display: none;
  }
}
.page_branches .section_list .section_branches .branches::-webkit-scrollbar {
  width: 5px;
}
@media screen and (max-width: 767px) {
  .page_branches .section_list .section_branches .branches::-webkit-scrollbar {
    display: none;
  }
}
.page_branches .section_list .section_branches .branches::-webkit-scrollbar-thumb {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, #B0DED9), color-stop(0.72, #B0DED9), color-stop(0.86, #B0DED9));
}
@media screen and (max-width: 767px) {
  .page_branches .section_list .section_branches .branches::-webkit-scrollbar-thumb {
    display: none;
  }
}
.page_branches .section_list .section_branches .branches .single_branch {
  display: block;
  margin-bottom: 20px;
  cursor: pointer;
}
.page_branches .section_list .section_branches .branches .single_branch .box {
  position: relative;
  display: block;
  background: #F9F4E8;
  border: 2px solid transparent;
  border-radius: 6px;
  padding: 25px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .page_branches .section_list .section_branches .branches .single_branch .box {
    padding: 15px;
  }
}
.page_branches .section_list .section_branches .branches .single_branch .box h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #423C33;
}
@media screen and (max-width: 767px) {
  .page_branches .section_list .section_branches .branches .single_branch .box h3 {
    font-size: 16px;
  }
}
.page_branches .section_list .section_branches .branches .single_branch .box p {
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #515151;
  padding: 5px 0 15px;
}
@media screen and (max-width: 767px) {
  .page_branches .section_list .section_branches .branches .single_branch .box p {
    font-size: 12px;
    line-height: 24px;
    padding: 2px 0 10px;
  }
}
.page_branches .section_list .section_branches .branches .single_branch .box .call {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #423C33;
}
.page_branches .section_list .section_branches .branches .single_branch .box .call img {
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .page_branches .section_list .section_branches .branches .single_branch .box .call img {
    margin-left: 5px;
    width: 10px;
    height: 10px;
  }
}
.page_branches .section_list .section_branches .branches .single_branch .box .time {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 479px) {
  .page_branches .section_list .section_branches .branches .single_branch .box .time {
    flex-wrap: wrap;
  }
}
.page_branches .section_list .section_branches .branches .single_branch .box .time li {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #423C33;
}
@media screen and (max-width: 479px) {
  .page_branches .section_list .section_branches .branches .single_branch .box .time li:first-child {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .page_branches .section_list .section_branches .branches .single_branch .box .time li {
    font-size: 12px;
  }
  .page_branches .section_list .section_branches .branches .single_branch .box .time li:first-child {
    width: 100%;
  }
}
.page_branches .section_list .section_branches .branches .single_branch .box .time li h6 {
  font-weight: 700;
  font-size: 12px;
  line-height: 28px;
  color: #423C33;
  padding-left: 5px;
}
body.ltr .page_branches .section_list .section_branches .branches .single_branch .box .time li h6 {
  font-size: 14px;
}
@media screen and (max-width: 479px) {
  body.ltr .page_branches .section_list .section_branches .branches .single_branch .box .time li h6 {
    font-size: 12px;
  }
}
.page_branches .section_list .section_branches .branches .single_branch .box .time span {
  display: block;
  padding: 0 5px;
}
.page_branches .section_list .section_branches .branches .single_branch .box .kind {
  display: flex;
  align-items: center;
  position: absolute;
  top: 15px;
  left: 15px;
}
.page_branches .section_list .section_branches .branches .single_branch .box .kind li span {
  font-size: 12px;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 4px;
  color: #c6537b;
  background: white;
}
body.ltr .page_branches .section_list .section_branches .branches .single_branch .box .kind li span {
  font-size: 14px;
}
.page_branches .section_list .section_branches .branches .single_branch .box .kind li ~ li {
  padding-right: 8px;
}
.page_branches .section_list .section_branches .branches .single_branch:last-child {
  margin-bottom: 0;
}
.page_branches .section_list .section_branches .branches .single_branch:hover .box {
  border: 2px solid #C9C3B3;
}
.page_branches .section_list .section_branches .branches .single_branch.active .box {
  border: 2px solid #C9C3B3;
}
.page_branches .section_list .section_branches .branches.active {
  display: block;
}
.page_branches .section_map {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
}
@media screen and (max-width: 999px) {
  .page_branches .section_map {
    width: 100%;
    position: relative;
  }
}
.page_branches .section_map .single_map {
  display: none;
  height: 100%;
  width: 100%;
}
.page_branches .section_map .single_map.active {
  display: block;
}
.page_branches .section_map .single_map .map_image {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.page_branches .section_map .single_map .box_map {
  position: absolute;
  top: 55%;
  right: 20%;
  margin: auto;
}
.page_branches .section_map .single_map .box_map .box_bk {
  background: white;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 20px;
  max-width: 350px;
}
.page_branches .section_map .single_map .box_map .box_bk h5 {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #423C33;
}
.page_branches .section_map .single_map .box_map .box_bk p {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #515151;
  padding: 5px 0 12px;
}
.page_branches .section_map .single_map .box_map .box_bk .icon_directione {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #C6537A;
  display: flex;
  align-items: center;
  column-gap: 5px;
}

.page_special {
  padding-bottom: 150px;
}
@media screen and (max-width: 999px) {
  .page_special {
    padding-bottom: 50px;
  }
}
.page_special .section_content .sec_img {
  display: flex;
  font-size: 0;
}
@media screen and (max-width: 999px) {
  .page_special .section_content .sec_img {
    flex-direction: column;
    margin: 0px;
  }
}
.page_special .section_content .sec_img .image {
  width: 50%;
}
@media screen and (max-width: 999px) {
  .page_special .section_content .sec_img .image {
    width: 100%;
  }
}
.page_special .section_content .sec_img .image img {
  width: 100%;
}
.page_special .section_content .sec_img .text {
  width: 50%;
  background: #ede8dd;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 80px;
}
@media screen and (max-width: 999px) {
  .page_special .section_content .sec_img .text {
    width: 100%;
    padding: 30px 20px;
  }
}
.page_special .section_content .sec_img .text h4 {
  font-size: 34px;
  font-weight: 600;
  line-height: 36px;
  color: #423C33;
}
@media screen and (max-width: 999px) {
  .page_special .section_content .sec_img .text h4 {
    font-size: 20px;
  }
}
.page_special .section_content .sec_img .text p {
  font-size: 16px;
  line-height: 32px;
  color: #A09D95;
  padding: 35px 0;
}
@media screen and (max-width: 999px) {
  .page_special .section_content .sec_img .text p {
    padding-top: 14px;
  }
}
.page_special .section_content .sec_img .text .link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: white;
  font-weight: 500;
  line-height: 20px;
  border: 1px solid #2bb742;
  background: #2bb742;
  border-radius: 50px;
  padding: 8px 15px;
  transition: all 0.3s ease;
  max-width: 180px;
}
.page_special .section_content .sec_img .text .link:hover {
  background: #259c38;
  border: 1px solid #259c38;
}
.page_special .section_content .section_list {
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .page_special .section_content .section_list {
    padding-top: 30px;
  }
}
.page_special .section_content .section_list .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 55px;
  color: #423C33;
  text-align: center;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .page_special .section_content .section_list .title {
    font-size: 18px;
    line-height: 42px;
    padding-bottom: 15px;
  }
}
.page_special .section_content .section_list .section_category .list_category {
  display: flex;
  flex-wrap: wrap;
  margin: -12px;
}
@media screen and (max-width: 479px) {
  .page_special .section_content .section_list .section_category .list_category {
    margin: -8px -12px;
  }
}
.page_special .section_content .section_list .section_category .list_category .single_cat {
  width: 50%;
  padding: 12px;
  position: relative;
  font-size: 0;
}
@media screen and (max-width: 479px) {
  .page_special .section_content .section_list .section_category .list_category .single_cat {
    width: 100%;
    padding: 8px 12px;
  }
}
.page_special .section_content .section_list .section_category .list_category .single_cat .sec_img_list {
  position: relative;
}
.page_special .section_content .section_list .section_category .list_category .single_cat .sec_img_list::before {
  content: "";
  position: absolute;
  background: rgba(66, 60, 51, 0.3);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  z-index: 9;
}
.page_special .section_content .section_list .section_category .list_category .single_cat .text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font-size: 24px;
  font-weight: 700;
  color: white;
  text-align: center;
  z-index: 9;
}
@media screen and (max-width: 479px) {
  .page_special .section_content .section_list .section_category .list_category .single_cat .text {
    font-size: 18px;
  }
}

.section_single_special_cake .content_single_special_cake .section_top {
  padding: 35px 0;
}
@media screen and (max-width: 767px) {
  .section_single_special_cake .content_single_special_cake .section_top {
    padding: 25px 0 15px;
  }
}
.section_single_special_cake .content_single_special_cake .section_top .breadcramb {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 30px;
  justify-content: center;
}
@media screen and (max-width: 770px) {
  .section_single_special_cake .content_single_special_cake .section_top .breadcramb {
    overflow: scroll;
    white-space: nowrap;
    padding-bottom: 10px;
  }
  .section_single_special_cake .content_single_special_cake .section_top .breadcramb::-webkit-scrollbar {
    display: none;
  }
}
.section_single_special_cake .content_single_special_cake .section_top .breadcramb li {
  display: inline-block;
  position: relative;
  margin-left: 12px;
  line-height: 20px;
}
@media screen and (max-width: 770px) {
  .section_single_special_cake .content_single_special_cake .section_top .breadcramb li {
    font-size: 10px;
  }
}
.section_single_special_cake .content_single_special_cake .section_top .breadcramb li::before {
  content: "chevron_left";
  position: absolute;
  font-family: "Material Icons";
  font-size: 20px;
  left: -10px;
  top: 0px;
  color: #9fa2aa;
  bottom: 0;
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 770px) {
  .section_single_special_cake .content_single_special_cake .section_top .breadcramb li::before {
    background-size: 15px;
  }
}
.section_single_special_cake .content_single_special_cake .section_top .breadcramb li a {
  color: #979797;
  font-size: 12px;
  font-weight: 500;
  padding-left: 12px;
  vertical-align: top;
}
@media screen and (max-width: 770px) {
  .section_single_special_cake .content_single_special_cake .section_top .breadcramb li a {
    font-size: 10px;
  }
}
.section_single_special_cake .content_single_special_cake .section_top .breadcramb li a:hover {
  text-decoration: underline;
}
.section_single_special_cake .content_single_special_cake .section_top .breadcramb li:last-child {
  font-size: 12px;
  pointer-events: none;
}
@media screen and (max-width: 770px) {
  .section_single_special_cake .content_single_special_cake .section_top .breadcramb li:last-child {
    font-size: 10px;
  }
}
.section_single_special_cake .content_single_special_cake .section_top .breadcramb li:last-child a {
  color: #423C33;
}
.section_single_special_cake .content_single_special_cake .section_top .breadcramb li:last-child::before {
  display: none;
}
.section_single_special_cake .content_single_special_cake .section_top h1 {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #423C33;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section_single_special_cake .content_single_special_cake .section_top h1 {
    font-size: 20px;
    line-height: 36px;
  }
}
.section_single_special_cake .content_single_special_cake .section_top p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #A09D95;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .section_single_special_cake .content_single_special_cake .section_top p {
    font-size: 12px;
    line-height: 24px;
    padding-top: 5px;
  }
}
.section_single_special_cake .content_single_special_cake .all_images ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
  margin: -12px;
}
.section_single_special_cake .content_single_special_cake .all_images ul li {
  width: 50%;
  padding: 12px;
}
@media screen and (max-width: 767px) {
  .section_single_special_cake .content_single_special_cake .all_images ul li {
    width: 100%;
    padding: 0 0 15px;
  }
}
.section_single_special_cake .content_single_special_cake .all_images ul li img {
  max-height: 400px;
}
@media screen and (max-width: 767px) {
  .section_single_special_cake .content_single_special_cake .all_images ul li img {
    max-height: 300px;
  }
}
.section_single_special_cake .content_single_special_cake .link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: white;
  font-weight: 500;
  line-height: 20px;
  border: 1px solid #2bb742;
  background: #2bb742;
  border-radius: 50px;
  padding: 12px 20px;
  transition: all 0.3s ease;
  max-width: 200px;
  margin: 30px auto;
}
.section_single_special_cake .content_single_special_cake .link:hover {
  background: #259c38;
  border: 1px solid #259c38;
}
.section_single_special_cake .content_single_special_cake .link.last {
  margin: 60px auto;
}
@media screen and (max-width: 767px) {
  .section_single_special_cake .content_single_special_cake .link.last {
    margin: 15px auto;
  }
}
@media screen and (max-width: 767px) {
  .section_single_special_cake .content_single_special_cake .link {
    max-width: 150px;
    margin: 15px auto;
    padding: 8px 20px;
    font-size: 12px;
  }
  .section_single_special_cake .content_single_special_cake .link img {
    width: 20px;
    height: 20px;
  }
}

.export-page .hero_section {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .export-page .hero_section {
    flex-direction: column-reverse;
  }
}
.export-page .hero_section .image {
  width: 50%;
}
@media (max-width: 767px) {
  .export-page .hero_section .image {
    width: 100%;
  }
}
.export-page .hero_section .image img {
  width: 100%;
  height: 100%;
}
.export-page .hero_section .text {
  width: 50%;
  padding: 0 68px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.export-page .hero_section .text .tagline {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  color: #C6537A;
}
.export-page .hero_section .text h1 {
  font-size: 48px;
  font-weight: 600;
  line-height: 80px;
}
.export-page .hero_section .text .description {
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
}
.export-page .hero_section .text a {
  background: #C6537A;
  width: fit-content;
  display: block;
  color: white;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  border-radius: 36px;
  padding: 20px 24px;
}
@media (max-width: 1300px) {
  .export-page .hero_section .text {
    padding: 0 40px;
    gap: 20px;
  }
  .export-page .hero_section .text h1 {
    font-size: 43px;
    line-height: 66px;
  }
  .export-page .hero_section .text .description {
    font-size: 18px;
    line-height: 32px;
  }
}
@media (max-width: 1200px) {
  .export-page .hero_section .text {
    padding: 0 30px;
    gap: 15px;
  }
  .export-page .hero_section .text .tagline {
    font-size: 13px;
    line-height: 30px;
  }
  .export-page .hero_section .text h1 {
    font-size: 28px;
    line-height: 40px;
  }
  .export-page .hero_section .text .description {
    font-size: 13px;
    line-height: 23px;
  }
}
@media (max-width: 767px) {
  .export-page .hero_section .text {
    width: 100%;
    padding: 40px 20px;
    gap: 24px;
  }
  .export-page .hero_section .text .tagline {
    font-size: 14px;
    line-height: 16px;
  }
  .export-page .hero_section .text h1 {
    font-size: 32px;
    line-height: 48px;
  }
  .export-page .hero_section .text .description {
    font-size: 14px;
    line-height: 25.2px;
  }
  .export-page .hero_section .text a {
    font-size: 14px;
    line-height: 20px;
    padding: 16px 24px;
  }
}
.export-page .products {
  background: #F9F4E8;
  padding: 72px 0;
}
@media (max-width: 999px) {
  .export-page .products {
    padding: 40px 0;
  }
}
.export-page .products .main-box {
  width: calc(100% - 140px);
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .export-page .products .main-box {
    width: 100%;
  }
}
.export-page .products .main-box .export-menu-download {
  margin-bottom: 15px;
  display: flex;
  justify-content: end;
}
.export-page .products .main-box a.download-button {
  background: #C6537A;
  width: fit-content;
  display: flex;
  gap: 4px;
  align-items: center;
  color: white;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  border-radius: 36px;
  padding: 20px 24px;
}
.export-page .products .main-box a.download-button img {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1);
}
.export-page .products .text label {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  color: #C6537A;
}
.export-page .products .text h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 56px;
  width: 52%;
  padding-top: 16px;
}
@media (max-width: 1200px) {
  .export-page .products .text h2 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .export-page .products .text h2 {
    font-size: 24px;
    line-height: 36px;
  }
}
.export-page .products .products-list {
  display: flex;
  column-gap: 34px;
  row-gap: 24px;
  flex-wrap: wrap;
  margin-top: 48px;
}
@media (max-width: 999px) {
  .export-page .products .products-list {
    flex-wrap: nowrap;
    overflow-x: scroll;
    margin: 48px -20px 0;
    padding: 0 20px;
    column-gap: 12px;
  }
  .export-page .products .products-list::-webkit-scrollbar {
    display: none;
  }
}
.export-page .products .products-list .single-product {
  width: calc(33.3333333333% - 23px);
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 999px) {
  .export-page .products .products-list .single-product {
    flex: 0 0 40%;
  }
}
@media (max-width: 767px) {
  .export-page .products .products-list .single-product {
    flex: 0 0 90%;
  }
}
.export-page .products .products-list .single-product .image {
  height: 240px;
}
@media (max-width: 767px) {
  .export-page .products .products-list .single-product .image {
    height: 200px;
  }
}
.export-page .products .products-list .single-product .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.export-page .products .products-list .single-product .text {
  background: white;
  padding: 24px;
}
@media (max-width: 1200px) {
  .export-page .products .products-list .single-product .text {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .export-page .products .products-list .single-product .text {
    padding: 16px;
  }
}
.export-page .products .products-list .single-product .text h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}
@media (max-width: 767px) {
  .export-page .products .products-list .single-product .text h4 {
    font-size: 14px;
    line-height: 24px;
  }
}
.export-page .products .products-list .single-product .text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  opacity: 50%;
  padding-top: 8px;
}
@media (max-width: 1200px) {
  .export-page .products .products-list .single-product .text p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .export-page .products .products-list .single-product .text p {
    font-size: 12px;
    line-height: 20px;
    min-height: 48px;
    text-wrap: pretty;
  }
}
.export-page .certificates {
  width: calc(100% - 140px);
  margin: 0 auto;
  padding: 72px 0;
}
@media (max-width: 1200px) {
  .export-page .certificates {
    padding: 40px 0px;
    width: 100%;
  }
}
.export-page .certificates .text h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}
@media (max-width: 767px) {
  .export-page .certificates .text h2 {
    font-size: 24px;
    line-height: 36px;
  }
}
.export-page .certificates .text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .export-page .certificates .text p {
    font-size: 14px;
    line-height: 22.4px;
  }
}
.export-page .certificates .repeater {
  margin-top: 48px;
  display: flex;
  gap: 12px;
}
@media (max-width: 999px) {
  .export-page .certificates .repeater {
    flex-wrap: wrap;
    margin-top: 40px;
  }
}
.export-page .certificates .repeater.two {
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .export-page .certificates .repeater.two {
    flex-wrap: nowrap !important;
    overflow-x: auto;
    padding: 0 16px;
    margin: 40px -16px 0;
  }
  .export-page .certificates .repeater.two::-webkit-scrollbar {
    display: none;
  }
}
.export-page .certificates .repeater .single {
  width: calc(33.3333333333% - 12px);
  background: #F9F4E8;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.export-page .certificates .repeater .single.two {
  width: calc(50% - 6px);
}
@media (max-width: 767px) {
  .export-page .certificates .repeater .single.two {
    flex: 0 0 90%;
  }
}
@media (max-width: 999px) {
  .export-page .certificates .repeater .single {
    width: calc(50% - 6px);
  }
}
@media (max-width: 767px) {
  .export-page .certificates .repeater .single {
    width: 100%;
    padding: 16px;
  }
}
.export-page .certificates .repeater .single img {
  width: 40px;
}
@media (max-width: 767px) {
  .export-page .certificates .repeater .single img {
    width: 28px;
  }
}
.export-page .certificates .repeater .single h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}
@media (max-width: 767px) {
  .export-page .certificates .repeater .single h4 {
    font-size: 14px;
    line-height: 24px;
  }
}
.export-page .certificates .repeater .single p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  opacity: 50%;
}
@media (max-width: 767px) {
  .export-page .certificates .repeater .single p {
    font-size: 12px;
    line-height: 20px;
  }
}
.export-page .certificates .repeater .single a {
  display: flex;
  width: fit-content;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #423C33;
  align-items: center;
  background: #B0DED9;
  border-radius: 36px;
  padding: 14px 20px;
  gap: 8px;
}
@media (max-width: 767px) {
  .export-page .certificates .repeater .single a {
    font-size: 14px;
    line-height: 20px;
  }
}
.export-page .certificates .repeater .single a img {
  width: 24px;
}
@media (max-width: 767px) {
  .export-page .certificates .repeater .single a img {
    width: 18px;
  }
}
.export-page .target-market {
  background: #F9F4E8;
}
.export-page .target-market .main-market {
  width: calc(100% - 140px);
  margin: 0 auto;
  padding: 72px 0 96px;
}
@media (max-width: 1200px) {
  .export-page .target-market .main-market {
    padding: 40px 0px;
    width: 100%;
  }
}
.export-page .target-market .main-market .text h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}
@media (max-width: 767px) {
  .export-page .target-market .main-market .text h2 {
    font-size: 24px;
    line-height: 36px;
  }
}
.export-page .target-market .main-market .text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .export-page .target-market .main-market .text p {
    font-size: 14px;
    line-height: 22.4px;
  }
}
.export-page .target-market .main-market .repeater {
  display: flex;
  flex-wrap: wrap;
  margin-top: 48px;
  gap: 12px;
  justify-content: center;
}
.export-page .target-market .main-market .repeater .single {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: white;
  border-radius: 16px;
  width: calc(25% - 9px);
  box-shadow: 0px 20px 66px 0px rgba(0, 0, 0, 0.2);
  padding: 30px;
}
.export-page .target-market .main-market .repeater .single.world {
  width: calc(20% - 10px) !important;
}
@media (max-width: 767px) {
  .export-page .target-market .main-market .repeater .single.world {
    width: calc(50% - 9px) !important;
  }
}
.export-page .target-market .main-market .repeater .single.world img {
  height: auto;
  width: auto;
  object-fit: contain;
  border-radius: unset;
}
@media (max-width: 767px) {
  .export-page .target-market .main-market .repeater .single {
    width: calc(50% - 9px);
  }
}
.export-page .target-market .main-market .repeater .single img {
  width: 96px;
  height: 96px;
  border-radius: 50%;
}
.export-page .target-market .main-market .repeater .single p {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .export-page .target-market .main-market .repeater .single p {
    font-size: 14px;
    line-height: 22.4px;
  }
}
.export-page .achievements {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .export-page .achievements {
    align-items: normal;
  }
}
@media (max-width: 999px) {
  .export-page .achievements {
    flex-direction: column;
  }
}
.export-page .achievements .image {
  width: 50%;
}
@media (max-width: 1200px) {
  .export-page .achievements .image {
    width: 40%;
  }
}
@media (max-width: 999px) {
  .export-page .achievements .image {
    width: 100%;
  }
}
.export-page .achievements .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.export-page .achievements .text {
  width: 50%;
  padding: 10px 68px;
}
@media (max-width: 1200px) {
  .export-page .achievements .text {
    width: 60%;
    padding: 10px 20px;
  }
}
@media (max-width: 999px) {
  .export-page .achievements .text {
    width: 100%;
    padding: 40px 15px;
  }
}
.export-page .achievements .text h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}
@media (max-width: 767px) {
  .export-page .achievements .text h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
.export-page .achievements .text .description {
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .export-page .achievements .text .description {
    font-size: 14px;
    line-height: 22.4px;
  }
}
.export-page .achievements .text .repeater {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.export-page .achievements .text .repeater .single {
  background: #F9F4E8;
  padding: 24px;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .export-page .achievements .text .repeater .single {
    padding: 16px;
  }
}
.export-page .achievements .text .repeater .single.active h4::after {
  content: "remove";
}
.export-page .achievements .text .repeater .single.active p {
  display: block;
}
.export-page .achievements .text .repeater .single h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
@media (max-width: 767px) {
  .export-page .achievements .text .repeater .single h4 {
    font-size: 14px;
    line-height: 24px;
  }
}
.export-page .achievements .text .repeater .single h4::after {
  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;
  color: #C6537A;
  font-size: 22px;
  font-weight: 300;
}
.export-page .achievements .text .repeater .single p {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  opacity: 50%;
  padding-top: 12px;
  display: none;
}
@media (max-width: 767px) {
  .export-page .achievements .text .repeater .single p {
    font-size: 12px;
    line-height: 24px;
  }
}
.export-page .partnership {
  background: #ECE8DE;
  padding: 100px 0;
}
.export-page .partnership .main-content h3 {
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
  text-align: center;
}
.export-page .partnership .main-content p {
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
  text-align: center;
  margin: 16px 0 24px;
}
.export-page .partnership .main-content a {
  background: #C6537A;
  width: fit-content;
  display: block;
  color: white;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  border-radius: 36px;
  padding: 20px 24px;
  margin: 0 auto;
}
.export-page .branches {
  width: calc(100% - 140px);
  padding: 80px 0;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .export-page .branches {
    padding: 40px 0px;
    width: 100%;
  }
}
.export-page .branches .section_city {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .export-page .branches .section_city {
    margin-bottom: 40px;
  }
}
.export-page .branches .section_city h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .export-page .branches .section_city h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
.export-page .branches .section_city .branches_menu {
  display: flex;
  width: fit-content;
  gap: 10px;
}
.export-page .branches .section_city .branches_menu a {
  background: #F9F4E8;
  color: #423C33;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  transition: 0.2s ease-in-out;
  padding: 6px 16px;
  border-radius: 100px;
}
@media (max-width: 767px) {
  .export-page .branches .section_city .branches_menu a {
    font-size: 12px;
    line-height: 16px;
  }
}
.export-page .branches .section_city .branches_menu a.active {
  background: #D6CAAE;
}
.export-page .branches .section_city .branches_menu a:hover {
  background: #D6CAAE;
}
.export-page .branches .section_branches .list_branches {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.export-page .branches .section_branches .list_branches .single-branch {
  width: calc(33.3333333333% - 8px);
  background: #F9F4E8;
  border-radius: 6px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 999px) {
  .export-page .branches .section_branches .list_branches .single-branch {
    width: calc(50% - 6px);
  }
}
@media (max-width: 767px) {
  .export-page .branches .section_branches .list_branches .single-branch {
    width: 100%;
    padding: 20px;
  }
}
.export-page .branches .section_branches .list_branches .single-branch h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #423C33;
  padding-bottom: 8px;
}
@media (max-width: 767px) {
  .export-page .branches .section_branches .list_branches .single-branch h3 {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 6px;
  }
}
.export-page .branches .section_branches .list_branches .single-branch p {
  color: #515151;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}
@media (max-width: 767px) {
  .export-page .branches .section_branches .list_branches .single-branch p {
    font-size: 12px;
    line-height: 20px;
  }
}
.export-page .branches .section_branches .list_branches .single-branch .bottom {
  display: flex;
  margin-top: 20px;
  gap: 12px;
}
.export-page .branches .section_branches .list_branches .single-branch .bottom .direction {
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #C6537A;
}
.export-page .branches .section_branches .list_branches .single-branch .bottom .direction span {
  width: 15px;
  height: 16px;
}
.export-page .branches .section_branches .list_branches .single-branch .bottom .phone_number a {
  display: flex;
  gap: 4px;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #423C33;
}
body.rtl .export-page .branches .section_branches .list_branches .single-branch .bottom .phone_number a {
  direction: ltr;
  flex-direction: row-reverse;
}
.export-page .branches .section_branches .list_branches .single-branch .bottom .phone_number a span {
  font-size: 20px;
}
.export-page .branches .section_branches .see-more {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #C6537A;
  gap: 4px;
  width: fit-content;
  margin: 40px auto 0;
}
.export-page .branches .section_branches .see-more span {
  width: 20px;
  height: 20px;
}
.export-page .faqs .main-content {
  width: calc(100% - 140px);
  margin: 0 auto;
  padding: 72px 0;
}
@media (max-width: 1200px) {
  .export-page .faqs .main-content {
    padding: 40px 0px;
    width: 100%;
  }
}
.export-page .faqs .main-content h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}
@media (max-width: 767px) {
  .export-page .faqs .main-content h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
.export-page .faqs .main-content .list {
  margin-top: 48px;
}
.export-page .faqs .main-content .list .single_faq {
  padding: 24px 0;
}
.export-page .faqs .main-content .list .single_faq + .single_faq {
  border-top: 2px solid #f1f1f1;
}
.export-page .faqs .main-content .list .single_faq .title_faq {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.export-page .faqs .main-content .list .single_faq .title_faq::after {
  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;
  color: black;
  font-size: 22px;
  font-weight: 300;
}
@media screen and (max-width: 770px) {
  .export-page .faqs .main-content .list .single_faq .title_faq {
    font-size: 14px;
    padding: 5px 0;
  }
  .export-page .faqs .main-content .list .single_faq .title_faq::after {
    font-size: 16px;
  }
}
.export-page .faqs .main-content .list .single_faq .content_faq {
  color: #6c757d;
  padding-bottom: 20px;
  display: none;
  padding: 24px 0;
}
@media screen and (max-width: 770px) {
  .export-page .faqs .main-content .list .single_faq .content_faq {
    padding-bottom: 0;
  }
}
.export-page .faqs .main-content .list .single_faq .content_faq.scroll_desc {
  max-height: 300px;
  overflow-y: scroll;
}
.export-page .faqs .main-content .list .single_faq .content_faq.scroll_desc::-webkit-scrollbar {
  width: 3px;
  height: 20px;
}
.export-page .faqs .main-content .list .single_faq .content_faq.scroll_desc::-webkit-scrollbar-track {
  background-color: rgba(221, 193, 169, 0.168627451);
  border-radius: 10px;
}
.export-page .faqs .main-content .list .single_faq .content_faq.scroll_desc::-webkit-scrollbar-thumb {
  background-color: #ddc1a9;
  border-radius: 10px;
}
.export-page .faqs .main-content .list .single_faq .content_faq h2 {
  font-size: 20px;
  padding-bottom: 5px;
}
.export-page .faqs .main-content .list .single_faq .content_faq h3 {
  font-size: 18px;
  padding-bottom: 5px;
}
.export-page .faqs .main-content .list .single_faq .content_faq h4 {
  font-size: 16px;
  padding-bottom: 5px;
}
.export-page .faqs .main-content .list .single_faq .content_faq h5 {
  font-size: 14px;
  padding-bottom: 5px;
}
.export-page .faqs .main-content .list .single_faq .content_faq h6 {
  font-size: 12px;
  padding-bottom: 5px;
}
.export-page .faqs .main-content .list .single_faq .content_faq p {
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  color: #777777;
}
@media (max-width: 1025px) {
  .export-page .faqs .main-content .list .single_faq .content_faq p {
    font-size: 12px;
    line-height: 28px;
  }
}
.export-page .faqs .main-content .list .single_faq .content_faq img {
  display: block;
  width: 100%;
}
.export-page .faqs .main-content .list .single_faq .content_faq strong {
  font-weight: 700;
}
.export-page .faqs .main-content .list .single_faq .content_faq a {
  display: inline-block;
  color: #2075ff;
}
.export-page .faqs .main-content .list .single_faq .content_faq a:hover {
  text-decoration: underline;
}
.export-page .faqs .main-content .list .single_faq .content_faq ul li,
.export-page .faqs .main-content .list .single_faq .content_faq ol li {
  padding-right: 15px;
  position: relative;
  font-size: 13px;
  line-height: 28px;
  color: #2e3236;
}
@media screen and (max-width: 770px) {
  .export-page .faqs .main-content .list .single_faq .content_faq ul li,
  .export-page .faqs .main-content .list .single_faq .content_faq ol li {
    font-size: 12px;
    padding-right: 12px;
  }
}
.export-page .faqs .main-content .list .single_faq .content_faq ul li::before,
.export-page .faqs .main-content .list .single_faq .content_faq ol li::before {
  content: "";
  position: absolute;
  right: 0;
  width: 7px;
  height: 7px;
  background-color: #d6d4ee;
  top: 10px;
  border-radius: 50%;
}
@media screen and (max-width: 770px) {
  .export-page .faqs .main-content .list .single_faq .content_faq ul li::before,
  .export-page .faqs .main-content .list .single_faq .content_faq ol li::before {
    width: 5px;
    height: 5px;
    top: 11px;
  }
}
.export-page .faqs .main-content .list .single_faq.active .title_faq::after {
  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;
}

.section_header {
  position: relative;
}
@media screen and (max-width: 999px) {
  .section_header {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  .section_header.checkout {
    display: block;
  }
}
.section_header.checkout .section_header_col_one {
  background: white;
  border-bottom: 1px solid #d6d4ee;
  padding: 15px 0;
}
.section_header.checkout .grid {
  max-width: 1100px;
}
.section_header.checkout .grid .section_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section_header.checkout .grid .section_top .logo {
  width: calc(100% - 30px);
  text-align: center;
}
.section_header.checkout .grid .section_top .logo img {
  width: 180px;
}
@media screen and (max-width: 999px) {
  .section_header.checkout .grid .section_top .logo img {
    width: 100px;
  }
}
.section_header.checkout .grid .section_top .cart {
  padding-left: 5px;
  cursor: pointer;
  width: 38px;
}
.section_header.checkout .grid .section_top .cart a {
  display: block;
}
.section_header.checkout .grid .section_top .cart a .section_icon_cart {
  position: relative;
}
.section_header.checkout .grid .section_top .cart a .section_icon_cart #cart_total_count {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background: #C6537A;
  color: white;
  position: absolute;
  left: -12px;
  top: 0px;
  width: 22px;
  height: 22px;
  border-radius: 50px;
  padding: 3px 0;
  line-height: 17px;
}
.section_header.checkout .grid .section_top .cart a .material-icons {
  font-size: 30px;
}
.section_header .top-slider {
  background: #B0DED9;
  width: 100%;
  position: relative;
}
.section_header .top-slider .content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section_header .top-slider .content .section_note {
  position: relative;
  display: flex;
  align-items: center;
}
.section_header .top-slider .content .section_note img {
  margin-left: 5px;
}
.section_header .top-slider .content .section_note p {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #423C33;
  text-align: center;
}
.section_header .top-slider .content .section_note p ~ p {
  display: none;
}
.section_header .top-slider .content .section_note p ~ p.slick-slide {
  display: block;
}
.section_header .top-slider .content .support_menu {
  display: flex;
}
.section_header .top-slider .content .support_menu .main_nav_support .main_menu_support {
  margin: 0;
  display: flex;
  align-items: center;
  padding: 8px 0;
}
.section_header .top-slider .content .support_menu .main_nav_support .main_menu_support .single_menu {
  position: relative;
  display: inline-block;
  padding-left: 15px;
}
.section_header .top-slider .content .support_menu .main_nav_support .main_menu_support .single_menu .link {
  display: block;
  font-size: 11px;
  color: #515151;
  font-weight: 400;
  line-height: 17px;
  white-space: nowrap;
}
.section_header .top-slider .content .support_menu .main_nav_support .main_menu_support .single_menu .link:hover {
  text-decoration: underline;
}
.section_header .top-slider .content .support_menu .section_lang {
  border-right: 1px solid #9DBEBB;
  border-left: 1px solid #9DBEBB;
  display: flex;
  align-items: center;
  padding: 0 15px;
}
.section_header .top-slider .content .support_menu .section_lang ul .text {
  font-size: 12px;
  font-weight: 500;
  color: #515151;
}
.section_header .top-slider .content .support_menu .section_call {
  display: flex;
  align-items: center;
  padding-right: 15px;
}
body.ltr .section_header .top-slider .content .support_menu .section_call {
  flex-direction: row-reverse;
}
.section_header .top-slider .content .support_menu .section_call a {
  font-size: 14px;
  font-weight: 700;
  color: #C6537A;
}
.section_header .top-slider .content .support_menu .section_call img {
  margin-right: 3px;
}
body.ltr .section_header .top-slider .content .support_menu .section_call img {
  margin-left: 3px;
  margin-right: 0;
}
.section_header .section_header_col_one {
  padding: 15px 0;
  text-align: center;
}
.section_header .section_header_col_one .content {
  display: flex;
  justify-content: space-between;
}
.section_header .section_header_col_one .content .sec_right {
  display: flex;
  align-items: center;
}
.section_header .section_header_col_one .content .sec_right .logo {
  max-width: 190px;
}
.section_header .section_header_col_one .content .sec_right .section_branch {
  padding: 0 15px 0 30px;
}
.section_header .section_header_col_one .content .sec_right .section_branch .bk_branch {
  display: block;
  background: #B0DED9;
  border-radius: 50px;
  padding: 10px 15px;
}
.section_header .section_header_col_one .content .sec_right .section_branch .bk_branch .branch_name {
  display: flex;
  align-items: center;
}
.section_header .section_header_col_one .content .sec_right .section_branch .bk_branch .branch_name p {
  font-size: 12px;
  color: #423C33;
  padding-right: 5px;
}
.section_header .section_header_col_one .content .sec_right .search {
  display: flex;
  justify-content: center;
}
.section_header .section_header_col_one .content .sec_right .search .icon_search {
  background-image: url(../img/icons/icon_search_black.png);
  background-repeat: no-repeat;
  background-size: 22px;
  height: 22px;
  width: 22px;
  display: block;
  cursor: pointer;
}
.section_header .section_header_col_one .content .sec_right .search .icon_search.close {
  background-image: url(../img/icons/icon_search_close.png);
  margin-left: -5px;
  margin-top: 5px;
  background-size: 12px;
  z-index: 9;
  height: 12px;
  width: 12px;
}
.section_header .section_header_col_one .content .sec_left {
  display: flex;
  align-items: center;
}
.section_header .section_header_col_one .content .sec_left .wishlist {
  position: relative;
}
.section_header .section_header_col_one .content .sec_left .wishlist a {
  display: block;
  transition: all 0.3s ease;
  width: 22px;
  height: 22px;
}
.section_header .section_header_col_one .content .sec_left .wishlist a::before {
  content: "";
  font-size: 26px;
  color: black;
  left: 5px;
  top: 3px;
  background-image: url(../img/icons/heart.png);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  background-size: 20px;
  position: absolute;
}
.section_header .section_header_col_one .content .sec_left .my_account {
  padding: 0px 30px;
}
.section_header .section_header_col_one .content .sec_left .my_account .title_login {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b49e86;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  transition: all 0.3s ease;
}
.section_header .section_header_col_one .content .sec_left .my_account .title_login span {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: black;
  padding-right: 5px;
}
.section_header .section_header_col_one .content .sec_left .my_account .title_login img {
  width: 15px;
}
.section_header .section_header_col_one .content .sec_left .cart {
  padding-left: 20px;
  cursor: pointer;
  min-width: 28px;
}
.section_header .section_header_col_one .content .sec_left .cart a {
  display: block;
}
.section_header .section_header_col_one .content .sec_left .cart a .section_icon_cart {
  position: relative;
  display: flex;
  align-items: center;
}
.section_header .section_header_col_one .content .sec_left .cart a .section_icon_cart .total {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #C6537A;
  padding-left: 10px;
  font-family: "Sora", sans-serif;
}
.section_header .section_header_col_one .content .sec_left .cart a .section_icon_cart #cart_total_count {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background: #C6537A;
  color: white;
  position: absolute;
  left: -12px;
  top: 0px;
  width: 22px;
  height: 22px;
  border-radius: 50px;
  padding: 3px 0;
  line-height: 17px;
}
.section_header .section_header_col_one .content .sec_left .cart a .section_icon_cart img {
  max-width: 30px;
}
.section_header .section_header_col_one .content .sec_left .cart a .material-icons {
  font-size: 30px;
}
.section_header .section_header_col_three {
  position: relative;
  background: #B0DED9;
}
.section_header .section_header_col_three .section_bottom .main-nav {
  width: 100%;
}
.section_header .section_header_col_three .section_bottom .main-nav .main-menu {
  white-space: nowrap;
  display: flex;
  align-items: center;
  position: static;
}
.section_header .section_header_col_three .section_bottom .main-nav .main-menu .single_menu {
  display: inline-block;
  vertical-align: middle;
  color: #817372;
  position: static;
  padding-left: 30px;
  cursor: pointer;
}
.section_header .section_header_col_three .section_bottom .main-nav .main-menu .single_menu:last-child {
  padding-left: 0px;
}
.section_header .section_header_col_three .section_bottom .main-nav .main-menu .single_menu .category_link {
  font-size: 14px;
  display: block;
  position: relative;
  font-weight: 500;
  padding: 12px 0;
  border-bottom: 3px solid transparent;
  color: #423C33;
}
.section_header .section_header_col_three .section_bottom .main-nav .main-menu .single_menu.has-mega .category_link {
  display: flex;
  align-items: center;
}
.section_header .section_header_col_three .section_bottom .main-nav .main-menu .single_menu.has-mega .category_link img {
  margin-left: 5px;
}
.section_header .section_header_col_three .section_bottom .main-nav .main-menu .single_menu.has-mega:hover .mega-menu {
  pointer-events: auto;
  opacity: 1;
  margin-top: 0;
  padding-top: 0;
}
.section_header .section_header_col_three .section_bottom .main-nav .main-menu .single_menu.has-mega .mega-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 47px;
  pointer-events: none;
  opacity: 0;
}
.section_header .section_header_col_three .section_bottom .main-nav .main-menu .single_menu.has-mega .mega-menu.active {
  opacity: 1;
}
.section_header .section_header_col_three .section_bottom .main-nav .main-menu .single_menu.has-mega .mega-menu .box {
  padding: 0;
  background: white;
  z-index: 999999;
  position: relative;
  max-width: 1380px;
}
.section_header .section_header_col_three .section_bottom .main-nav .main-menu .single_menu.has-mega .mega-menu .box .header_content {
  display: flex;
  font-size: 0;
  position: relative;
  max-height: 600px;
}
@media screen and (max-width: 1500px) {
  .section_header .section_header_col_three .section_bottom .main-nav .main-menu .single_menu.has-mega .mega-menu .box .header_content {
    max-height: 500px;
  }
}
.section_header .section_header_col_three .section_bottom .main-nav .main-menu .single_menu.has-mega .mega-menu .box .header_content .col.one {
  background: white;
  width: 30%;
}
.section_header .section_header_col_three .section_bottom .main-nav .main-menu .single_menu.has-mega .mega-menu .box .header_content .col.one .nav_menu .single_side {
  padding: 15px 35px 20px;
  max-height: 600px;
}
.section_header .section_header_col_three .section_bottom .main-nav .main-menu .single_menu.has-mega .mega-menu .box .header_content .col.one .nav_menu .single_side::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 1500px) {
  .section_header .section_header_col_three .section_bottom .main-nav .main-menu .single_menu.has-mega .mega-menu .box .header_content .col.one .nav_menu .single_side {
    max-height: 500px;
  }
}
.section_header .section_header_col_three .section_bottom .main-nav .main-menu .single_menu.has-mega .mega-menu .box .header_content .col.one .nav_menu .single_side .single_menu_list {
  border-top: 1px solid #E0E0E0;
}
.section_header .section_header_col_three .section_bottom .main-nav .main-menu .single_menu.has-mega .mega-menu .box .header_content .col.one .nav_menu .single_side .single_menu_list:first-child {
  border-top: 0;
}
.section_header .section_header_col_three .section_bottom .main-nav .main-menu .single_menu.has-mega .mega-menu .box .header_content .col.one .nav_menu .single_side .single_menu_list:last-child {
  border-bottom: 0;
}
.section_header .section_header_col_three .section_bottom .main-nav .main-menu .single_menu.has-mega .mega-menu .box .header_content .col.one .nav_menu .single_side .single_menu_list .link {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #423C33;
  padding: 8px 0;
}
.section_header .section_header_col_three .section_bottom .main-nav .main-menu .single_menu.has-mega .mega-menu .box .header_content .col.one .nav_menu .single_side .single_menu_list .link img {
  margin-left: 12px;
  max-width: 42px;
}
.section_header .section_header_col_three .section_bottom .main-nav .main-menu .single_menu.has-mega .mega-menu .box .header_content .col.one .nav_menu .single_side .single_menu_list .sub_cat {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  max-width: 450px;
  margin: auto;
  top: 40px;
}
.section_header .section_header_col_three .section_bottom .main-nav .main-menu .single_menu.has-mega .mega-menu .box .header_content .col.one .nav_menu .single_side .single_menu_list .sub_cat .link_menu {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #423C33;
  padding: 10px;
}
.section_header .section_header_col_three .section_bottom .main-nav .main-menu .single_menu.has-mega .mega-menu .box .header_content .col.one .nav_menu .single_side .single_menu_list .sub_cat .link_menu:hover {
  color: #C6537A;
}
.section_header .section_header_col_three .section_bottom .main-nav .main-menu .single_menu.has-mega .mega-menu .box .header_content .col.one .nav_menu .single_side .single_menu_list .sub_cat.active {
  display: block;
}
.section_header .section_header_col_three .section_bottom .main-nav .main-menu .single_menu.has-mega .mega-menu .box .header_content .col.one .nav_menu .single_side .single_menu_list.active .link {
  color: #C6537A;
  background: #F6F6F4;
}
.section_header .section_header_col_three .section_bottom .main-nav .main-menu .single_menu.has-mega .mega-menu .box .header_content .col.one .nav_menu .single_side .single_menu_list_sub .sub_cat {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  max-width: 450px;
  margin: auto;
  top: 40px;
}
.section_header .section_header_col_three .section_bottom .main-nav .main-menu .single_menu.has-mega .mega-menu .box .header_content .col.one .nav_menu .single_side .single_menu_list_sub .sub_cat .link_menu {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #423C33;
  padding: 10px;
}
.section_header .section_header_col_three .section_bottom .main-nav .main-menu .single_menu.has-mega .mega-menu .box .header_content .col.one .nav_menu .single_side .single_menu_list_sub .sub_cat .link_menu:hover {
  color: #C6537A;
}
.section_header .section_header_col_three .section_bottom .main-nav .main-menu .single_menu.has-mega .mega-menu .box .header_content .col.one .nav_menu .single_side .single_menu_list_sub .sub_cat.active {
  display: block;
}
.section_header .section_header_col_three .section_bottom .main-nav .main-menu .single_menu.has-mega .mega-menu .box .header_content .col.one .nav_menu .single_side .single_menu_list_sub.active .sub_cat {
  display: block;
}
.section_header .section_header_col_three .section_bottom .main-nav .main-menu .single_menu.has-mega .mega-menu .box .header_content .col.one .nav_menu .single_side .single_menu_list_img .sec_img {
  display: none;
  position: absolute;
  left: 0;
  right: auto;
  max-width: 552px;
  margin: auto;
  top: 0px;
  bottom: 0;
}
.section_header .section_header_col_three .section_bottom .main-nav .main-menu .single_menu.has-mega .mega-menu .box .header_content .col.one .nav_menu .single_side .single_menu_list_img .sec_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section_header .section_header_col_three .section_bottom .main-nav .main-menu .single_menu.has-mega .mega-menu .box .header_content .col.one .nav_menu .single_side .single_menu_list_img.active .sec_img {
  display: block;
}
.section_header .section_header_col_three .section_bottom .main-nav .main-menu .single_menu.has-mega .mega-menu .box .header_content .col.two {
  background: #F9F4E8;
  width: 40%;
}
.section_header .section_header_col_three .section_bottom .main-nav .main-menu .single_menu.has-mega .mega-menu .box .header_content .col.three {
  width: 30%;
}
.section_header .section_header_col_three .section_bottom .main-nav .main-menu .single_menu.has-mega .mega-menu .box .header_content .col.three img {
  width: 100%;
  height: 100%;
}

.section_header_mobile {
  display: none;
}
@media screen and (max-width: 999px) {
  .section_header_mobile {
    display: block;
    border-bottom: 1px solid #D9D9D9;
  }
  body.sticky-header .section_header_mobile {
    box-shadow: 0 0 10px #b3b3b3;
    border: none;
  }
}
.section_header_mobile .top-slider {
  background: #B0DED9;
  width: 100%;
  position: relative;
}
.section_header_mobile .top-slider .content {
  padding: 4px 0;
}
.section_header_mobile .top-slider .content .section_note {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section_header_mobile .top-slider .content .section_note img {
  margin-left: 5px;
}
.section_header_mobile .top-slider .content .section_note p {
  font-weight: 500;
  font-size: 11px;
  line-height: 14px;
  color: #423C33;
  text-align: center;
}
.section_header_mobile .section_header_col_one .top_mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px 10px;
}
.section_header_mobile .section_header_col_one .top_mobile .right {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.section_header_mobile .section_header_col_one .top_mobile .right .menu_button_mobile .menu_mobile_icon.open.hide {
  display: none;
}
.section_header_mobile .section_header_col_one .top_mobile .right .menu_button_mobile .menu_mobile_icon.close {
  display: none;
}
.section_header_mobile .section_header_col_one .top_mobile .right .menu_button_mobile .menu_mobile_icon.close.show {
  display: block;
}
.section_header_mobile .section_header_col_one .top_mobile .right .logo img {
  max-width: 40px;
}
.section_header_mobile .section_header_col_one .top_mobile .left {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 15px;
}
.section_header_mobile .section_header_col_one .top_mobile .left .section_branch .bk_branch {
  display: block;
  background: #B0DED9;
  border-radius: 50px;
  padding: 8px 10px;
}
.section_header_mobile .section_header_col_one .top_mobile .left .section_branch .bk_branch .branch_name {
  display: flex;
  align-items: center;
}
.section_header_mobile .section_header_col_one .top_mobile .left .section_branch .bk_branch .branch_name p {
  font-size: 10px;
  color: #423C33;
  padding-right: 5px;
}
.section_header_mobile .section_header_col_one .top_mobile .left .section_lang {
  display: flex;
  align-items: center;
}
.section_header_mobile .section_header_col_one .top_mobile .left .section_lang ul li a {
  font-size: 12px;
  font-weight: 500;
  color: #515151;
}
.section_header_mobile .section_header_col_one .top_mobile .left .wishlist a {
  display: block;
  position: relative;
  text-align: center;
}
.section_header_mobile .section_header_col_one .top_mobile .left .wishlist a::before {
  content: "favorite_border";
  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: 25px;
  -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;
  color: black;
}
.section_header_mobile .section_header_col_one .top_mobile .left .cart {
  cursor: pointer;
}
.section_header_mobile .section_header_col_one .top_mobile .left .cart a {
  display: block;
}
.section_header_mobile .section_header_col_one .top_mobile .left .cart a .section_icon_cart {
  position: relative;
}
.section_header_mobile .section_header_col_one .top_mobile .left .cart a .section_icon_cart #cart_total_count {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  background: #C6537A;
  color: white;
  position: absolute;
  left: -8px;
  top: 0px;
  width: 19px;
  height: 19px;
  border-radius: 50px;
  padding: 3px 0;
  line-height: 14px;
}
.section_header_mobile .section_header_col_one .top_mobile .left .cart a .section_icon_cart img {
  max-width: 30px;
}
.section_header_mobile .section_header_col_one .top_mobile .left .cart a .material-icons {
  font-size: 30px;
}
.section_header_mobile .section_header_col_three {
  border-top: 1px solid #e8d9d6;
  border-bottom: 1px solid #e8d9d6;
  padding-top: 5px;
}
.section_header_mobile .section_header_col_three .section_bottom .main-nav .main-menu {
  display: flex;
  white-space: nowrap;
  overflow: scroll;
}
.section_header_mobile .section_header_col_three .section_bottom .main-nav .main-menu::-webkit-scrollbar {
  display: none;
}
.section_header_mobile .section_header_col_three .section_bottom .main-nav .main-menu .single_menu_mobile {
  padding: 0 15px;
}
.section_header_mobile .section_header_col_three .section_bottom .main-nav .main-menu .single_menu_mobile a {
  color: #212121;
  font-size: 18px;
  display: block;
  padding: 10px 0;
  text-transform: capitalize;
  font-weight: 700;
  letter-spacing: 1px;
}
.section_header_mobile .mobile-nav {
  position: fixed;
  top: 70px;
  bottom: 35px;
  right: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  z-index: 9999;
  padding: 0px 0 20px;
  -moz-transform: translate(0%, -4%);
  -o-transform: translate(0%, -4%);
  -ms-transform: translate(0%, -4%);
  -webkit-transform: translate(0%, -4%);
  transform: translate(0%, -4%);
  -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;
}
.section_header_mobile .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);
}
.section_header_mobile .mobile-nav .section_nav {
  display: flex;
  align-items: center;
  position: static;
  background: #B0DED9;
  padding: 0 20px;
}
.section_header_mobile .mobile-nav .section_nav .search {
  display: flex;
  justify-content: center;
  padding-left: 12px;
}
.section_header_mobile .mobile-nav .section_nav .search .icon_search {
  background-image: url(../img/icons/icon_search_black.png);
  background-repeat: no-repeat;
  background-size: 18px;
  height: 21px;
  width: 18px;
  display: block;
  cursor: pointer;
}
.section_header_mobile .mobile-nav .section_nav .search .icon_search.close {
  background-image: url(../img/icons/icon_search_close.png);
  margin-left: -5px;
  margin-top: 5px;
  background-size: 12px;
  z-index: 9;
  height: 12px;
  width: 12px;
}
.section_header_mobile .mobile-nav .main-menu {
  white-space: nowrap;
  display: flex;
  align-items: center;
  overflow: auto;
}
.section_header_mobile .mobile-nav .main-menu::-webkit-scrollbar {
  display: none;
}
.section_header_mobile .mobile-nav .main-menu .single_menu_mob {
  display: inline-block;
  vertical-align: middle;
  color: #817372;
  position: static;
  padding-left: 30px;
  cursor: pointer;
}
.section_header_mobile .mobile-nav .main-menu .single_menu_mob:last-child {
  padding-left: 0px;
}
.section_header_mobile .mobile-nav .main-menu .single_menu_mob .category_link {
  font-size: 12px;
  display: block;
  position: relative;
  font-weight: 500;
  padding: 12px 0;
  border-bottom: 3px solid transparent;
  color: #423C33;
}
.section_header_mobile .mobile-nav .main-menu .single_menu_mob .category_link.active {
  border-bottom: 3px solid #c5537a;
}
.section_header_mobile .mobile-nav .main-menu .single_menu_mob.has-mega .category_link {
  display: flex;
  align-items: center;
  padding-right: 25px;
}
.section_header_mobile .mobile-nav .main-menu .single_menu_mob.has-mega .category_link img {
  margin-left: 5px;
  position: absolute;
  right: 0px;
}
.section_header_mobile .mobile-nav .main-menu .single_menu_mob .mega-menu {
  position: absolute;
  right: 0;
  left: 0;
  background: white;
  height: 100%;
  overflow: auto;
  opacity: 0;
}
.section_header_mobile .mobile-nav .main-menu .single_menu_mob .mega-menu.active {
  opacity: 1;
}
.section_header_mobile .mobile-nav .main-menu .single_menu_mob .mega-menu .box {
  padding: 0;
  background: white;
  z-index: 999999;
  position: relative;
  height: 100%;
}
.section_header_mobile .mobile-nav .main-menu .single_menu_mob .mega-menu .box .single_side {
  padding: 20px;
}
.section_header_mobile .mobile-nav .main-menu .single_menu_mob .mega-menu .box .single_side .single_menu_list {
  border-bottom: 1px solid #E0E0E0;
}
.section_header_mobile .mobile-nav .main-menu .single_menu_mob .mega-menu .box .single_side .single_menu_list:first-child .link {
  margin: 0 0 10px;
}
.section_header_mobile .mobile-nav .main-menu .single_menu_mob .mega-menu .box .single_side .single_menu_list:last-child {
  border-bottom: 0;
}
.section_header_mobile .mobile-nav .main-menu .single_menu_mob .mega-menu .box .single_side .single_menu_list:last-child .link {
  margin: 10px 0 0;
}
.section_header_mobile .mobile-nav .main-menu .single_menu_mob .mega-menu .box .single_side .single_menu_list .link {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  color: #423C33;
  padding: 10px 0;
  margin: 8px 0;
  position: relative;
}
.section_header_mobile .mobile-nav .main-menu .single_menu_mob .mega-menu .box .single_side .single_menu_list .link::before {
  content: "chevron_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;
  position: absolute;
  font-size: 25px;
  color: #423C33;
  left: 0;
}
.section_header_mobile .mobile-nav .main-menu .single_menu_mob .mega-menu .box .single_side .single_menu_list .link img {
  margin-left: 12px;
  max-width: 35px;
}
.section_header_mobile .mobile-nav .main-menu .single_menu_mob .mega-menu .box .single_side .single_menu_list .sub_cat {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  max-width: 450px;
  margin: auto;
  top: 40px;
}
.section_header_mobile .mobile-nav .main-menu .single_menu_mob .mega-menu .box .single_side .single_menu_list .sub_cat .link_menu {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #423C33;
  padding: 10px;
}
.section_header_mobile .mobile-nav .main-menu .single_menu_mob .mega-menu .box .single_side .single_menu_list .sub_cat .link_menu:hover {
  color: #C6537A;
}
.section_header_mobile .mobile-nav .main-menu .single_menu_mob .mega-menu .box .single_side .single_menu_list .sub_cat.active {
  display: block;
}
.section_header_mobile .mobile-nav .main-menu .single_menu_mob .mega-menu .box .single_side .single_menu_list.active .link {
  color: #C6537A;
  background: #F6F6F4;
}
.section_header_mobile .mobile-nav .main-menu .single_menu_mob .mega-menu .box .single_side .single_menu_list_sub {
  display: none;
  background: #F9F4E8;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9;
}
.section_header_mobile .mobile-nav .main-menu .single_menu_mob .mega-menu .box .single_side .single_menu_list_sub .sub_cat {
  padding: 30px;
}
.section_header_mobile .mobile-nav .main-menu .single_menu_mob .mega-menu .box .single_side .single_menu_list_sub .sub_cat .back_menu_button {
  display: flex;
  align-items: center;
  position: relative;
  font-weight: 500;
  font-size: 20px;
  line-height: 16px;
  color: #222222;
  padding-bottom: 20px;
}
.section_header_mobile .mobile-nav .main-menu .single_menu_mob .mega-menu .box .single_side .single_menu_list_sub .sub_cat .back_menu_button::before {
  content: "chevron_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;
  margin-left: 5px;
  font-size: 25px;
}
.section_header_mobile .mobile-nav .main-menu .single_menu_mob .mega-menu .box .single_side .single_menu_list_sub .sub_cat .link_menu {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #423C33;
  padding: 10px;
}
.section_header_mobile .mobile-nav .main-menu .single_menu_mob .mega-menu .box .single_side .single_menu_list_sub .sub_cat .link_menu:hover {
  color: #C6537A;
}
.section_header_mobile .mobile-nav .main-menu .single_menu_mob .mega-menu .box .single_side .single_menu_list_sub .sub_cat.active {
  display: block;
}
.section_header_mobile .mobile-nav .main-menu .single_menu_mob .mega-menu .box .single_side .single_menu_list_sub.active {
  display: block;
}
.section_header_mobile .mobile-nav .main-menu .single_menu_mob .mega-menu .box .my_account {
  padding: 0 20px 20px;
}
.section_header_mobile .mobile-nav .main-menu .single_menu_mob .mega-menu .box .my_account .title_login {
  display: flex;
  align-items: center;
  color: #b49e86;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  transition: all 0.3s ease;
}
.section_header_mobile .mobile-nav .main-menu .single_menu_mob .mega-menu .box .my_account .title_login span {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: black;
  padding-right: 5px;
}
.section_header_mobile .mobile-nav .main-menu .single_menu_mob .mega-menu .box .my_account .title_login img {
  width: 15px;
}
.section_header_mobile .mobile-nav .main-menu .single_menu_mob .mega-menu .box .section_lang {
  padding: 0 20px 30px;
}
.section_header_mobile .mobile-nav .main-menu .single_menu_mob .mega-menu .box .main_menu_support {
  padding: 0px 20px 0;
}
.section_header_mobile .mobile-nav .main-menu .single_menu_mob .mega-menu .box .main_menu_support .single_menu {
  position: relative;
  padding-bottom: 15px;
}
.section_header_mobile .mobile-nav .main-menu .single_menu_mob .mega-menu .box .main_menu_support .single_menu .link {
  display: block;
  font-size: 11px;
  color: #515151;
  font-weight: 400;
  line-height: 17px;
  white-space: nowrap;
}
.section_header_mobile .mobile-nav .main-menu .single_menu_mob .mega-menu .box .main_menu_support .single_menu .link:hover {
  text-decoration: underline;
}
.section_header_mobile .mobile-nav .mobile-menu {
  overflow: auto;
  height: 100%;
}
.section_header_mobile .mobile-nav .mobile-menu .main-navigation .more_support_menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section_header_mobile .mobile-nav .mobile-menu .main-navigation .more_support_menu.three .flex_support {
  width: 33.3333333333% !important;
}
.section_header_mobile .mobile-nav .mobile-menu .main-navigation .more_support_menu .flex_support {
  width: 60px;
  padding: 23px 0;
  height: 72px;
}
.section_header_mobile .mobile-nav .mobile-menu .main-navigation .more_support_menu .left {
  display: flex;
  align-items: center;
}
.section_header_mobile .mobile-nav .mobile-menu .main-navigation .more_support_menu .track_order a {
  font-size: 12px;
  font-weight: 400;
  line-height: 28px;
  display: block;
  text-align: center;
  color: black;
}
.section_header_mobile .mobile-nav .mobile-menu .main-navigation .more_support_menu .wishlist a {
  display: block;
  position: relative;
  text-align: center;
}
.section_header_mobile .mobile-nav .mobile-menu .main-navigation .more_support_menu .wishlist a::before {
  content: "favorite_border";
  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;
  -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;
  color: black;
}
.section_header_mobile .mobile-nav .mobile-menu .main-navigation .more_support_menu .my_account a {
  display: block;
  position: relative;
  text-align: center;
}
.section_header_mobile .mobile-nav .mobile-menu .main-navigation .more_support_menu .my_account a img {
  width: 20px;
}
.section_header_mobile .mobile-nav .mobile-menu .main-navigation .more_support_menu .search {
  display: flex;
  justify-content: center;
}
.section_header_mobile .mobile-nav .mobile-menu .main-navigation .more_support_menu .search .icon_search {
  background-image: url(../img/new_icons/icon_search_black.png);
  background-repeat: no-repeat;
  background-size: 22px;
  height: 22px;
  width: 22px;
  display: block;
  cursor: pointer;
}
.section_header_mobile .mobile-nav .mobile-menu .main-navigation .more_support_menu .search .icon_search.close {
  background-image: url(../img/new_icons/icon_search_close.png);
  margin-left: -5px;
  margin-top: 5px;
  background-size: 12px;
  z-index: 9;
  height: 12px;
  width: 12px;
}
.section_header_mobile .mobile-nav .mobile-menu .main-navigation .more_support_menu .cart {
  padding-left: 5px;
  cursor: pointer;
  min-width: 30px;
}
.section_header_mobile .mobile-nav .mobile-menu .main-navigation .more_support_menu .cart a {
  display: block;
  text-align: center;
  max-width: 65px;
  margin: auto;
}
.section_header_mobile .mobile-nav .mobile-menu .main-navigation .more_support_menu .cart a .section_icon_cart {
  position: relative;
}
.section_header_mobile .mobile-nav .mobile-menu .main-navigation .more_support_menu .cart a .section_icon_cart #cart_total_count {
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  background: black;
  color: white;
  position: absolute;
  right: 10px;
  bottom: -1px;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  padding: 5px;
}
.section_header_mobile .mobile-nav .mobile-menu .main-navigation .more_support_menu .cart a .section_icon_cart img {
  max-width: 25px;
}
.section_header_mobile .mobile-nav .mobile-menu .main-navigation .more_support_menu .cart a .material-icons {
  font-size: 30px;
}
.section_header_mobile .mobile-nav .mobile-menu .main-navigation .more_support_menu .close i {
  color: black;
}
.section_header_mobile .mobile-nav .mobile-menu .main-navigation .menu-main-nav-container {
  padding: 20px;
}
.section_header_mobile .mobile-nav .mobile-menu .main-navigation .menu-main-nav-container ul.menu {
  margin: 0;
  display: block;
}
.section_header_mobile .mobile-nav .mobile-menu .main-navigation .menu-main-nav-container ul.menu .single_menu {
  padding: 20px 0;
  border-bottom: 1px solid #f3e2c0;
}
.section_header_mobile .mobile-nav .mobile-menu .main-navigation .menu-main-nav-container ul.menu .single_menu .category_link {
  display: block;
  position: relative;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.5px;
  color: #000000;
  transition: all 0.3s ease;
  display: flex;
  justify-content: space-between;
}
.section_header_mobile .mobile-nav .mobile-menu .main-navigation .menu-main-nav-container ul.menu .single_menu .category_link::after {
  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;
  color: black;
  font-size: 22px;
  font-weight: 300;
}
.section_header_mobile .mobile-nav .mobile-menu .main-navigation .menu-main-nav-container ul.menu .single_menu .category_link.active::after {
  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;
}
.section_header_mobile .mobile-nav .mobile-menu .main-navigation .menu-main-nav-container ul.menu .single_menu .details_menu {
  display: none;
  margin-top: 30px;
}
.section_header_mobile .mobile-nav .mobile-menu .main-navigation .menu-main-nav-container ul.menu .single_menu .details_menu li a {
  font-weight: 400;
  font-size: 13px;
  line-height: 21px;
  letter-spacing: -0.015em;
  color: #000000;
}
.section_header_mobile .mobile-nav .mobile-menu .main-navigation .menu-main-nav-container ul.menu .single_menu .details_menu li ~ li {
  margin-top: 30px;
}
.section_header_mobile .mobile-nav .mobile-menu .main-navigation .supporting_nav {
  padding: 0 20px;
}
.section_header_mobile .mobile-nav .mobile-menu .main-navigation .supporting_nav ul li {
  padding-bottom: 15px;
}
.section_header_mobile .mobile-nav .mobile-menu .main-navigation .supporting_nav ul li a {
  color: black;
  font-size: 13px;
  font-weight: 500;
  line-height: 28px;
}

body.sticky-header .section_header .section_header_col_three {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 111;
}
body.sticky-header .section_header .section_header_col_three .section_top {
  padding: 0 10px 20px;
}
body.sticky-header .section_header .section_header_col_three .mega-menu {
  top: 53px !important;
}
body.sticky-header .section_header .section_header_col_three .category_link {
  padding: 15px 0 !important;
}
body.sticky-header .overlay_header {
  top: 53px !important;
}
body.sticky-header .section_header_mobile {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: white;
  z-index: 999;
}

body.sticky-filter .section_filter {
  position: fixed;
  left: 0;
  right: 0;
  background-color: white;
  top: 0;
  z-index: 999 !important;
  max-width: 100%;
  margin: 0 auto !important;
  padding: 20px !important;
  box-shadow: 0 0 10px #b3b3b3;
}

.footer_baner {
  display: block !important;
  padding: 100px 0;
}
@media screen and (max-width: 999px) {
  .footer_baner {
    padding: 50px 0;
  }
}
.footer_baner .top {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 -20px;
  max-width: 880px;
  margin: 0 auto;
}
@media screen and (max-width: 770px) {
  .footer_baner .top {
    flex-wrap: wrap;
  }
}
.footer_baner .top .single_top {
  width: 33.3333333333%;
  padding: 0 20px;
  text-align: center;
}
@media screen and (max-width: 770px) {
  .footer_baner .top .single_top {
    padding: 0 0px 20px;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
  }
}
.footer_baner .top .single_top img {
  max-width: 150px;
}
@media screen and (max-width: 770px) {
  .footer_baner .top .single_top img {
    max-width: 80px;
  }
}
.footer_baner .top .single_top .text {
  text-align: center;
  color: #121212;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.13px;
  padding-top: 25px;
}
@media screen and (max-width: 770px) {
  .footer_baner .top .single_top .text {
    padding-left: 15px;
    text-align: left;
    font-size: 15px;
    padding-top: 10px;
  }
}
.footer_baner .top .single_top .text p {
  color: #121212;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.81px;
  line-height: 22px;
  padding-top: 10px;
}
@media screen and (max-width: 770px) {
  .footer_baner .top .single_top .text p {
    font-size: 11px;
    line-height: 20px;
    padding-top: 6px;
  }
}
.footer_baner .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* margin: 0 -20px 0; */
  width: 860px;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .footer_baner .bottom {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .footer_baner .bottom {
    flex-wrap: wrap;
  }
}
.footer_baner .bottom .single_bottom {
  width: calc(33.3333333333% - 125px);
  padding: 0 5px;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .footer_baner .bottom .single_bottom {
    width: 50%;
    padding: 0 10px 20px;
  }
}
@media screen and (max-width: 479px) {
  .footer_baner .bottom .single_bottom {
    width: 100%;
    padding: 0;
  }
}
.footer_baner .bottom .single_bottom .text {
  padding: 22px 0;
}
.footer_baner .bottom .single_bottom .text p {
  padding: 0 10px;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.8125px;
  color: #000000;
}
.footer_baner .bottom .single_bottom .text .icon {
  width: 45px;
  display: block;
  margin: 0 auto 14px;
}

.section_footer {
  padding-top: 40px;
  display: block;
  background: #222222;
}
@media screen and (max-width: 999px) {
  .section_footer {
    display: none;
  }
}
.section_footer .grid {
  max-width: 1440px;
  margin: 0 auto;
}
.section_footer .top {
  display: flex;
  justify-content: space-between;
}
.section_footer .top .section_start {
  width: 50%;
}
.section_footer .top .section_start .logo {
  width: 180px;
}
.section_footer .top .section_start .menu {
  display: flex;
  flex-wrap: wrap;
  padding-top: 25px;
}
.section_footer .top .section_start .menu .single_menu {
  padding-left: 30px;
  width: 50%;
}
.section_footer .top .section_start .menu .single_menu li h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: #747474;
  padding-bottom: 10px;
}
.section_footer .top .section_start .menu .single_menu li a {
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
  width: 100%;
  display: block;
  padding-bottom: 10px;
}
.section_footer .top .section_start .menu .single_menu li a:hover {
  text-decoration: underline;
}
.section_footer .top .section_start .menu .single_menu .hotline_and_email .hotline {
  display: flex;
  align-items: center;
  font-size: 22px;
}
body.rtl .section_footer .top .section_start .menu .single_menu .hotline_and_email .hotline {
  direction: ltr;
  flex-direction: row-reverse;
}
body.ltr .section_footer .top .section_start .menu .single_menu .hotline_and_email .hotline {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.section_footer .top .section_start .menu .single_menu .hotline_and_email .hotline img {
  margin: 0 10px;
}
.section_footer .top .section_end {
  width: 50%;
}
.section_footer .top .section_end .section_info h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 21px;
  color: #ffffff;
  padding: 10px 0;
}
.section_footer .top .section_end .section_info p {
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  padding-top: 8px;
}
.section_footer .top .section_end .company_social {
  width: 100%;
  padding-top: 20px;
}
.section_footer .top .section_end .company_social form {
  position: relative;
  display: flex;
  width: 100%;
  height: 50px;
}
.section_footer .top .section_end .company_social form input {
  padding: 15px;
  color: white;
  font-size: 12px;
  font-weight: normal;
  width: calc(100% - 88px);
  background: black;
  border-bottom: 0.5px solid #ffffff;
}
.section_footer .top .section_end .company_social form input::placeholder {
  font-size: 14px;
  color: #423C33;
  opacity: 0.5;
}
.section_footer .top .section_end .company_social form .btn {
  background: white;
  color: black;
  font-size: 14px;
  line-height: 32px;
  font-weight: 500;
  padding: 0 20px;
  transition: all 0.3s ease;
}
.section_footer .top .section_end .company_social form .btn:hover {
  background: black;
  color: white;
}
.section_footer .top .section_end .company_social .sm {
  display: flex;
  padding-top: 15px;
}
.section_footer .top .section_end .company_social .sm li {
  padding-right: 15px;
}
.section_footer .top .section_end .company_social .sm li img {
  max-width: 25px;
}
.section_footer .top .section_end .company_social .sm li:first-child img {
  max-width: 15px;
}
.section_footer .top .section_end .company_social .logo_white {
  max-width: 80px;
  padding-top: 20px;
}
.section_footer .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  position: relative;
  border-top: 1px solid #423C33;
  margin-top: 50px;
}
.section_footer .bottom .copy_right {
  color: #979797;
  font-size: 12px;
  font-weight: 400;
  line-height: 29px;
}
.section_footer .bottom .powerd {
  color: #ae9e9d;
  font-size: 11px;
  font-weight: normal;
  line-height: 29px;
}
.section_footer .bottom .mitchdesigns-logo {
  width: 140px;
  background-color: #3d3d3d;
  opacity: 0.7;
  margin-bottom: -48px;
}
.section_footer .bottom .mitchdesigns-logo a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
}
.section_footer .bottom .mitchdesigns-logo a .image {
  width: 28px;
  height: 28px;
}
.section_footer .bottom .mitchdesigns-logo a .image img {
  width: 100%;
  opacity: 0.5;
}
.section_footer .bottom .mitchdesigns-logo a p {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  width: calc(100% - 28px - 9px);
  font-family: "Source Sans Pro", sans-serif;
  color: #ffffff;
}
.section_footer .bottom .website_details {
  display: flex;
  align-items: center;
}
.section_footer .bottom .website_details .payment_icons {
  margin-inline-end: 50px;
}
.section_footer .bottom .website_details .social_media {
  margin-inline-end: 50px;
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.section_footer .bottom .website_details .social_media .social_icons {
  width: 30px;
  height: 30px;
}

.section_footer_mobile {
  display: none;
  background: #222222;
  padding: 50px 0 20px;
}
@media screen and (max-width: 999px) {
  .section_footer_mobile {
    display: block;
    padding: 20px 0 0;
  }
}
.section_footer_mobile .top {
  padding-bottom: 30px;
  padding-top: 20px;
}
.section_footer_mobile .top .logo {
  text-align: center;
}
.section_footer_mobile .top .logo img {
  width: 150px;
}
.section_footer_mobile .top .section_middle {
  padding: 30px 0;
}
.section_footer_mobile .top .section_middle .section_info {
  text-align: center;
}
.section_footer_mobile .top .section_middle .section_info h4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
  padding: 10px 0;
}
.section_footer_mobile .top .section_middle .section_info p {
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
}
.section_footer_mobile .top .section_middle .company_social {
  width: 100%;
  padding-top: 20px;
}
.section_footer_mobile .top .section_middle .company_social form {
  position: relative;
  width: 100%;
}
.section_footer_mobile .top .section_middle .company_social form input {
  padding: 15px;
  color: white;
  font-size: 12px;
  font-weight: normal;
  width: 100%;
  background: black;
  border-bottom: 0.5px solid #ffffff;
}
.section_footer_mobile .top .section_middle .company_social form input::placeholder {
  font-size: 14px;
  color: #423C33;
  opacity: 0.5;
}
.section_footer_mobile .top .section_middle .company_social form .btn {
  background: white;
  color: black;
  font-size: 14px;
  width: 100%;
  line-height: 32px;
  font-weight: 500;
  padding: 5px 20px;
  border-radius: 4px;
  transition: all 0.3s ease;
  margin-top: 10px;
}
.section_footer_mobile .top .section_middle .company_social form .btn:hover {
  background: black;
  color: white;
}
.section_footer_mobile .top .section_end .menu {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  padding-top: 25px;
}
.section_footer_mobile .top .section_end .menu .single_menu li h5 {
  font-weight: 600;
  font-size: 12px;
  line-height: 21px;
  color: #747474;
  padding-bottom: 10px;
}
.section_footer_mobile .top .section_end .menu .single_menu li a {
  font-weight: 600;
  font-size: 12px;
  line-height: 22px;
  color: #ffffff;
  width: 100%;
  display: block;
  padding-bottom: 10px;
}
.section_footer_mobile .top .section_end .menu .single_menu li a:hover {
  text-decoration: underline;
}
.section_footer_mobile .top .section_end .hotline_and_email {
  text-align: center;
  padding: 25px 0;
}
.section_footer_mobile .top .section_end .hotline_and_email .hotline {
  display: flex;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  width: 100%;
  transform: translateX(-10px);
}
.section_footer_mobile .top .section_end .hotline_and_email .hotline p {
  direction: ltr;
}
body.ltr .section_footer_mobile .top .section_end .hotline_and_email .hotline {
  flex-direction: row-reverse;
  transform: translateX(-5px);
}
.section_footer_mobile .top .section_end .hotline_and_email .hotline img {
  margin: 0 5px;
  vertical-align: sub;
}
.section_footer_mobile .top .section_end .hotline_and_email .mail {
  font-weight: 600;
  font-size: 12px;
  line-height: 22px;
  color: #ffffff;
  width: 100%;
  display: block;
}
.section_footer_mobile .top .section_end .payment_icons {
  display: flex;
  margin: 0 auto;
}
.section_footer_mobile .top .section_end .social_media {
  display: flex;
  flex-direction: row;
  gap: 8px;
  padding-top: 25px;
  justify-content: center;
}
.section_footer_mobile .top .section_end .social_media .social_icons {
  width: 34px;
  height: 34px;
}
.section_footer_mobile .bottom {
  border-top: 1px solid white;
  position: relative;
  text-align: center;
  padding-top: 30px;
}
.section_footer_mobile .bottom .bottom_text {
  padding-bottom: 30px;
}
.section_footer_mobile .bottom .bottom_text .copy_right {
  color: white;
  font-size: 10px;
  font-weight: normal;
  line-height: 18px;
}
.section_footer_mobile .bottom .bottom_text .powerd {
  color: #414241;
  font-size: 12px;
  font-weight: normal;
  line-height: 29px;
}
.section_footer_mobile .bottom .mitchdesigns-logo {
  width: 150px;
  margin: 0 auto;
  background-color: #747474;
  opacity: 0.7;
}
.section_footer_mobile .bottom .mitchdesigns-logo a {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
}
.section_footer_mobile .bottom .mitchdesigns-logo a .image {
  width: 28px;
  height: 28px;
}
.section_footer_mobile .bottom .mitchdesigns-logo a .image img {
  width: 100%;
}
.section_footer_mobile .bottom .mitchdesigns-logo a p {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  width: calc(100% - 28px - 9px);
  color: #423C33;
}

.page_custom footer .section_footer_mobile .top .section_middle {
  display: none !important;
}
.page_custom footer .section_footer_mobile .top .section_end .menu {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .page_custom .section_whatsapp {
    display: none !important;
  }
}

.page_custom_cake {
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .page_custom_cake {
    padding: 25px 0 0;
  }
}
.page_custom_cake .all_step {
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .page_custom_cake .all_step {
    padding: 25px 0;
  }
}
.page_custom_cake .all_step .grid {
  max-width: 1020px;
  padding: 0;
}
.page_custom_cake .all_step .container {
  display: flex;
}
@media screen and (max-width: 767px) {
  .page_custom_cake .all_step .container {
    flex-direction: column;
    margin: 0 -15px;
  }
}
.page_custom_cake .all_step .container .section_image {
  width: 55%;
  max-height: 450px;
  position: relative;
  min-height: 450px;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page_custom_cake .all_step .container .section_image {
    width: 100%;
    min-height: auto;
    margin: -100px 0;
  }
}
.page_custom_cake .all_step .container .section_data {
  width: 45%;
  padding-right: 35px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .page_custom_cake .all_step .container .section_data {
    width: 100%;
    padding: 25px 15px 0 !important;
  }
}
.page_custom_cake .all_step .container .section_data .step {
  display: none;
}
.page_custom_cake .all_step .container .section_data .step.active {
  display: block;
}
.page_custom_cake .all_step .container .section_data .section_title {
  font-weight: 600;
  font-size: 14px;
  line-height: 28px;
  color: #423C33;
  padding-bottom: 10px;
}
body.ltr .page_custom_cake .all_step .container .section_data .section_title {
  font-size: 16px;
  padding-bottom: 5px;
}
.page_custom_cake .all_step .container .section_data .sub_title {
  font-size: 14px;
  font-weight: 400;
  color: #747474;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 15px;
  margin-bottom: 20px;
  line-height: 22px;
}
.page_custom_cake .all_step .container .section_data .options .s_option {
  padding-bottom: 10px;
}
.page_custom_cake .all_step .container .section_data .options .s_option .option {
  display: block;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}
.page_custom_cake .all_step .container .section_data .options .s_option .option label {
  display: flex;
  align-items: center;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .page_custom_cake .all_step .container .section_data .options .s_option .option label {
    font-size: 14px;
  }
}
.page_custom_cake .all_step .container .section_data .options .s_option .option label:hover {
  color: #C6537A;
}
.page_custom_cake .all_step .container .section_data .options .s_option .option label:before {
  content: "";
  width: 18px;
  height: 18px;
  margin-left: 10px;
  background-image: url(../img/step-custom/radio-checked.png);
  background-repeat: no-repeat;
  background-size: 18px;
}
.page_custom_cake .all_step .container .section_data .options .s_option .option input {
  border: 2px solid #DADADA;
  width: 100%;
  border-radius: 4px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.page_custom_cake .all_step .container .section_data .options .s_option .option input[type=radio] {
  height: 100%;
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.page_custom_cake .all_step .container .section_data .options .s_option .option input[type=radio]:checked ~ label {
  color: #C6537A;
}
.page_custom_cake .all_step .container .section_data .options .s_option .option input[type=radio]:checked ~ label::before {
  background-image: url(../img/step-custom/radio.png);
  background-repeat: no-repeat;
  background-size: 18px;
}
.page_custom_cake .all_step .container .section_data .options .s_option.active label {
  color: #C6537A;
}
.page_custom_cake .all_step .container .section_data .options .s_option.active label::before {
  content: "";
  background-image: url(../img/step-custom/radio.png);
}
.page_custom_cake .all_step .container .section_data .options .s_option select {
  -webkit-appearance: none;
  display: block;
  background-color: #f6f6f4;
  width: 100%;
  height: 44px;
  line-height: 40px;
  font-size: 14px;
  color: #000000;
  font-weight: 300;
  background-image: url(../img/step-custom/select-arrow.png);
  background-repeat: no-repeat;
  background-position: 2% 50%;
  padding: 0 12px;
  cursor: pointer;
  border: 2px solid #d9d9d9 !important;
  border-radius: 4px;
  text-transform: capitalize;
}
body.ltr .page_custom_cake .all_step .container .section_data .options .s_option select {
  background-position: 96% 50% !important;
}
.page_custom_cake .all_step .container .section_data .options .s_option .half_select {
  width: 50% !important;
  background-position: 5% 50% !important;
}
.page_custom_cake .all_step .container .section_data .options .s_option .select-dropdown {
  margin-top: 20px;
  border: 2px solid #d9d9d9;
  border-radius: 4px;
  cursor: pointer;
}
.page_custom_cake .all_step .container .section_data .options .s_option .select-dropdown .section_selected .selected {
  display: flex;
  align-items: center;
  column-gap: 10px;
  padding: 10px 20px;
  background-image: url("../img/icons/select-arrow.png");
  background-repeat: no-repeat;
  background-position: 5% center;
  background-size: 20px;
}
@media screen and (max-width: 770px) {
  .page_custom_cake .all_step .container .section_data .options .s_option .select-dropdown .section_selected .selected {
    background-size: 14px;
  }
}
.page_custom_cake .all_step .container .section_data .options .s_option .select-dropdown .section_selected .selected img {
  border-radius: 50px;
  border: 2px solid #d9d9d9;
  padding: 2px;
}
.page_custom_cake .all_step .container .section_data .options .s_option .select-dropdown .section_selected.active {
  border-bottom: 2px solid #d9d9d9;
}
.page_custom_cake .all_step .container .section_data .options .s_option .select-dropdown .all_select {
  display: none;
}
.page_custom_cake .all_step .container .section_data .options .s_option .select-dropdown .all_select .s_select {
  display: flex;
  align-items: center;
  column-gap: 10px;
  padding: 15px 0;
  padding-right: 20px;
  cursor: pointer;
}
.page_custom_cake .all_step .container .section_data .options .s_option .select-dropdown .all_select .s_select img {
  border-radius: 50px;
  border: 2px solid #d9d9d9;
  padding: 2px;
}
.page_custom_cake .all_step .container .section_data .options .s_option .select-dropdown .all_select .s_select .value_name {
  position: relative;
  width: 85%;
}
.page_custom_cake .all_step .container .section_data .options .s_option .select-dropdown .all_select .s_select .value_name span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #A3A3A3;
  padding-top: 4px;
  line-height: 20px;
}
.page_custom_cake .all_step .container .section_data .options .s_option .select-dropdown .all_select .s_select .value_name::after {
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(217, 217, 217, 0.5411764706);
  position: absolute;
  left: 0;
  bottom: -20px;
}
@media screen and (max-width: 767px) {
  .page_custom_cake .all_step .container .section_data .options .s_option .select-dropdown .all_select .s_select .value_name::after {
    width: 88%;
    right: 0;
    margin: auto;
  }
}
.page_custom_cake .all_step .container .section_data .options .s_option .select-dropdown .all_select .s_select:hover {
  background: #F6F6F6;
}
.page_custom_cake .all_step .container .section_data .options .s_option .select-dropdown .all_select .s_select:hover .check {
  opacity: 1;
}
.page_custom_cake .all_step .container .section_data .options .s_option .select-dropdown .all_select.active {
  display: block;
}
@media screen and (max-width: 770px) {
  .page_custom_cake .all_step .container .section_data .options.color_and_toping_option {
    padding-top: 20px;
  }
}
.page_custom_cake .all_step .container .section_data .options.color_and_toping_option .nav {
  display: flex;
  flex-direction: row;
}
.page_custom_cake .all_step .container .section_data .options.color_and_toping_option .nav li {
  width: 50%;
}
.page_custom_cake .all_step .container .section_data .options.color_and_toping_option .nav li .s_btn {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  color: #727272;
  border-bottom: 2px solid #D9D9D9;
  padding-bottom: 25px;
}
@media screen and (max-width: 770px) {
  .page_custom_cake .all_step .container .section_data .options.color_and_toping_option .nav li .s_btn {
    font-size: 16px;
    padding-bottom: 15px;
  }
}
.page_custom_cake .all_step .container .section_data .options.color_and_toping_option .nav li .s_btn.active {
  border-bottom: 2px solid #C6537A;
  color: #423C33;
}
.page_custom_cake .all_step .container .section_data .options.color_and_toping_option .content {
  display: none;
  padding-top: 25px;
}
.page_custom_cake .all_step .container .section_data .options.color_and_toping_option .content.active {
  display: block;
}
.page_custom_cake .all_step .container .section_data .options.color_and_toping_option .content.c_option1 #color_option {
  max-width: 300px;
}
.page_custom_cake .all_step .container .section_data .options.color_and_toping_option .content.c_option1 .options {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.page_custom_cake .all_step .container .section_data .options.color_and_toping_option .content.c_option1 .options .s_option {
  position: relative;
  width: 14.2857142857%;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.page_custom_cake .all_step .container .section_data .options.color_and_toping_option .content.c_option1 .options .s_option input[type=radio] {
  height: 100%;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
}
.page_custom_cake .all_step .container .section_data .options.color_and_toping_option .content.c_option1 .options .s_option input[type=radio]:checked ~ label::before {
  border: 2px solid #60A39B;
}
.page_custom_cake .all_step .container .section_data .options.color_and_toping_option .content.c_option1 .options .s_option label {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 0;
  position: relative;
  margin: auto;
}
.page_custom_cake .all_step .container .section_data .options.color_and_toping_option .content.c_option1 .options .s_option label::before {
  content: "";
  background-image: none;
  border: 2px solid #D9D9D9;
  position: absolute;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  right: -4px;
  top: -4px;
}
.page_custom_cake .all_step .container .section_data .options.color_and_toping_option .content.c_option1 .min_icons {
  width: fit-content;
  display: block;
  margin-top: 20px;
}
.page_custom_cake .all_step .container .section_data .options.color_and_toping_option .content.c_option1 .min_icons .section_click {
  background: black;
  border-radius: 50px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.page_custom_cake .all_step .container .section_data .options.color_and_toping_option .content.c_option1 .min_icons .section_click p {
  font-size: 12px;
  color: white;
}
.page_custom_cake .all_step .container .section_data .options.color_and_toping_option .content.c_option1 .min_icons .section_click .plus::before {
  content: "";
  background-image: url(../img/step-custom/plus.png);
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  background-size: 12px;
  display: inline-block;
}
.page_custom_cake .all_step .container .section_data .options.color_and_toping_option .content.c_option1 .list_icons {
  display: flex;
  column-gap: 25px;
  padding: 25px 0;
}
@media screen and (max-width: 767px) {
  .page_custom_cake .all_step .container .section_data .options.color_and_toping_option .content.c_option1 .list_icons {
    column-gap: 10px;
  }
}
.page_custom_cake .all_step .container .section_data .options.color_and_toping_option .content.c_option1 .list_icons .min_widget {
  position: relative;
}
.page_custom_cake .all_step .container .section_data .options.color_and_toping_option .content.c_option1 .list_icons .min_widget .widget_img {
  border: 2px solid #C6537A;
  border-radius: 6px;
  max-width: 90px;
  max-height: 90px;
  min-width: 90px;
  min-height: 90px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page_custom_cake .all_step .container .section_data .options.color_and_toping_option .content.c_option1 .list_icons .min_widget .widget_img {
    max-width: 60px;
    max-height: 60px;
    min-width: 60px;
    min-height: 60px;
  }
}
.page_custom_cake .all_step .container .section_data .options.color_and_toping_option .content.c_option1 .list_icons .min_widget .widget_img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.page_custom_cake .all_step .container .section_data .options.color_and_toping_option .content.c_option1 .list_icons .min_widget .widget_img .border_done {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #C6537A;
  position: absolute;
  top: 3px;
  right: 3px;
}
.page_custom_cake .all_step .container .section_data .options.color_and_toping_option .content.c_option1 .list_icons .min_widget .widget_img .border_done i {
  font-size: 10px;
  color: white;
  font-weight: bold;
  position: absolute;
  top: 1px;
  width: 11px;
}
.page_custom_cake .all_step .container .section_data .options.color_and_toping_option .content.c_option1 .list_icons .min_widget .widget_title {
  padding-top: 15px;
}
.page_custom_cake .all_step .container .section_data .options.color_and_toping_option .content.c_option1 .list_icons .min_widget .widget_title h4 {
  font-size: 14px;
  font-weight: 700;
}
.page_custom_cake .all_step .container .section_data .options.color_and_toping_option .content.c_option1 .list_icons .min_widget .widget_title p {
  font-size: 14px;
  font-weight: 500;
  padding-top: 10px;
  color: #505050;
}
.page_custom_cake .all_step .container .section_data .options.color_and_toping_option .content.c_option1 .list_icons .min_widget .remoe {
  position: absolute;
  top: -5px;
  left: -6px;
}
.page_custom_cake .all_step .container .section_data .options.color_and_toping_option .content.c_option1 .list_icons .min_widget .remoe button {
  background: black;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.page_custom_cake .all_step .container .section_data .options.color_and_toping_option .content.c_option1 .list_icons .min_widget .remoe button i {
  color: white;
  font-size: 17px;
  font-weight: bold;
}
.page_custom_cake .all_step .container .section_data .options.color_and_toping_option .content.c_option1 .popup.cutouts {
  max-width: 500px;
  height: fit-content;
  top: 100px;
  margin: auto;
  background: white;
  padding: 0;
  z-index: 9999;
}
@media (max-width: 767px) {
  .page_custom_cake .all_step .container .section_data .options.color_and_toping_option .content.c_option1 .popup.cutouts {
    top: auto;
    max-width: 100%;
    transform: translateY(100%) !important;
    transition: 0.3s all ease-out;
  }
  .page_custom_cake .all_step .container .section_data .options.color_and_toping_option .content.c_option1 .popup.cutouts.popup_visible {
    transform: translateY(0) !important;
    border-radius: 30px 30px 0 0;
  }
}
.page_custom_cake .all_step .container .section_data .options.color_and_toping_option .content.c_option1 .popup.cutouts .select_cutouts .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d9d9d9;
  padding: 20px 25px;
}
.page_custom_cake .all_step .container .section_data .options.color_and_toping_option .content.c_option1 .popup.cutouts .select_cutouts .top h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
}
.page_custom_cake .all_step .container .section_data .options.color_and_toping_option .content.c_option1 .popup.cutouts .select_cutouts .top h3 span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #979797;
}
.page_custom_cake .all_step .container .section_data .options.color_and_toping_option .content.c_option1 .popup.cutouts .select_cutouts .top .popup__close {
  position: relative !important;
  top: 0;
  right: 0;
  font-size: 24px !important;
}
.page_custom_cake .all_step .container .section_data .options.color_and_toping_option .content.c_option1 .popup.cutouts .select_cutouts .section_content {
  background: white;
}
.page_custom_cake .all_step .container .section_data .options.color_and_toping_option .content.c_option1 .popup.cutouts .select_cutouts .section_content .all_widget {
  overflow: scroll;
  max-height: 350px;
  display: flex;
  flex-wrap: wrap;
  padding: 0px 15px;
}
.page_custom_cake .all_step .container .section_data .options.color_and_toping_option .content.c_option1 .popup.cutouts .select_cutouts .section_content .all_widget .min_widget {
  position: relative;
  padding: 15px 0;
  cursor: pointer;
  width: 33.3333333333%;
}
.page_custom_cake .all_step .container .section_data .options.color_and_toping_option .content.c_option1 .popup.cutouts .select_cutouts .section_content .all_widget .min_widget .widget_img {
  border-radius: 6px;
  max-width: 150px;
  max-height: 150px;
  min-width: 150px;
  min-height: 150px;
  position: relative;
  transition: transform 0.3s ease;
  border: 2px solid transparent;
}
@media (max-width: 767px) {
  .page_custom_cake .all_step .container .section_data .options.color_and_toping_option .content.c_option1 .popup.cutouts .select_cutouts .section_content .all_widget .min_widget .widget_img {
    max-width: 100px;
    max-height: 100px;
    min-width: 100px;
    min-height: 100px;
  }
}
.page_custom_cake .all_step .container .section_data .options.color_and_toping_option .content.c_option1 .popup.cutouts .select_cutouts .section_content .all_widget .min_widget .widget_img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.page_custom_cake .all_step .container .section_data .options.color_and_toping_option .content.c_option1 .popup.cutouts .select_cutouts .section_content .all_widget .min_widget .widget_img .border_done {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background-color: white;
  border: 1px solid #919191;
  position: absolute;
  top: 5px;
  right: 5px;
}
.page_custom_cake .all_step .container .section_data .options.color_and_toping_option .content.c_option1 .popup.cutouts .select_cutouts .section_content .all_widget .min_widget .widget_img .border_done i {
  font-size: 14px;
  color: white;
  font-weight: bold;
  position: absolute;
  top: 1px;
  width: 16px;
  opacity: 0;
}
.page_custom_cake .all_step .container .section_data .options.color_and_toping_option .content.c_option1 .popup.cutouts .select_cutouts .section_content .all_widget .min_widget .widget_title {
  padding-top: 15px;
}
.page_custom_cake .all_step .container .section_data .options.color_and_toping_option .content.c_option1 .popup.cutouts .select_cutouts .section_content .all_widget .min_widget .widget_title h4 {
  font-size: 14px;
  font-weight: 700;
}
.page_custom_cake .all_step .container .section_data .options.color_and_toping_option .content.c_option1 .popup.cutouts .select_cutouts .section_content .all_widget .min_widget .widget_title p {
  font-size: 14px;
  font-weight: 500;
  padding-top: 10px;
  color: #505050;
}
.page_custom_cake .all_step .container .section_data .options.color_and_toping_option .content.c_option1 .popup.cutouts .select_cutouts .section_content .all_widget .min_widget.active .widget_img {
  border: 2px solid #C6537A;
}
.page_custom_cake .all_step .container .section_data .options.color_and_toping_option .content.c_option1 .popup.cutouts .select_cutouts .section_content .all_widget .min_widget.active .widget_img .border_done {
  background: #C6537A;
  border: 1px solid #C6537A;
}
.page_custom_cake .all_step .container .section_data .options.color_and_toping_option .content.c_option1 .popup.cutouts .select_cutouts .section_content .all_widget .min_widget.active .widget_img .border_done i {
  opacity: 1;
}
.page_custom_cake .all_step .container .section_data .options.color_and_toping_option .content.c_option1 .popup.cutouts .select_cutouts .section_content .all_widget .min_widget:hover .widget_img {
  border: 2px solid #C6537A;
}
.page_custom_cake .all_step .container .section_data .options.color_and_toping_option .content.c_option1 .popup.cutouts .select_cutouts .section_content .all_widget .min_widget.disable {
  pointer-events: none;
  opacity: 0.4;
}
.page_custom_cake .all_step .container .section_data .options.color_and_toping_option .content.c_option1 .popup.cutouts .select_cutouts .section_content .bottom {
  padding: 25px;
}
.page_custom_cake .all_step .container .section_data .options.color_and_toping_option .content.c_option1 .popup.cutouts .select_cutouts .section_content .bottom .btn_add {
  width: 100%;
  display: block;
  border-radius: 50px;
  padding: 12px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  transition: all 0.3s ease;
  background: #B0DED9;
  cursor: pointer;
}
.page_custom_cake .all_step .container .section_data .options.color_and_toping_option .content.c_option1 .popup.cutouts .select_cutouts .section_content .bottom .btn_add:hover {
  background: #9ecdc8;
}
.page_custom_cake .all_step .container .section_data .options.color_and_toping_option .content.c_option2 select {
  -webkit-appearance: none;
  display: block;
  background-color: #f6f6f4;
  width: 100%;
  height: 44px;
  line-height: 40px;
  font-size: 14px;
  color: #000000;
  font-weight: 300;
  background-image: url(../img/step-custom/select-arrow.png);
  background-repeat: no-repeat;
  background-position: 2% 50%;
  padding: 0 12px;
  cursor: pointer;
  border: 2px solid #d9d9d9 !important;
  border-radius: 4px;
  text-transform: capitalize;
}
body.ltr .page_custom_cake .all_step .container .section_data .options.color_and_toping_option .content.c_option2 select {
  background-position: 96% 50%;
}
.page_custom_cake .all_step .container .section_data .box_details {
  background: #F6F6F6;
  border: 2px solid #D9D9D9;
}
.page_custom_cake .all_step .container .section_data .box_details .title_details {
  padding: 20px;
  border-bottom: 2px solid #D9D9D9;
  font-size: 18px;
  font-weight: 500;
}
.page_custom_cake .all_step .container .section_data .box_details .all_details {
  padding: 20px;
}
.page_custom_cake .all_step .container .section_data .box_details .all_details li {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
.page_custom_cake .all_step .container .section_data .box_details .all_details li .title {
  display: flex;
  align-items: center;
  column-gap: 15px;
  font-size: 14px;
  font-weight: 500;
  color: #6C757D;
}
@media screen and (max-width: 770px) {
  .page_custom_cake .all_step .container .section_data .box_details .all_details li .title {
    font-size: 12px;
  }
}
.page_custom_cake .all_step .container .section_data .box_details .all_details li .title .details {
  color: black;
}
.page_custom_cake .all_step .container .section_data .box_details .all_details li .price {
  font-size: 14px;
  font-weight: 600;
  color: #505050;
}
@media screen and (max-width: 770px) {
  .page_custom_cake .all_step .container .section_data .box_details .all_details li .price {
    font-size: 12px;
  }
}
.page_custom_cake .all_step .container .section_data .box_details .all_details li:last-child {
  padding-bottom: 0;
}
.page_custom_cake .all_step .container .section_data .box_note {
  padding: 20px 0;
}
.page_custom_cake .all_step .container .section_data .box_note h3 {
  font-weight: 600;
  font-size: 14px;
  line-height: 28px;
  color: #423C33;
  padding-bottom: 5px;
}
.page_custom_cake .all_step .container .section_data .box_note .textarea textarea {
  width: 100%;
  font-size: 16px;
  resize: none;
  padding: 15px !important;
  border: 0;
  border-radius: 4px;
  border: 2px solid #D9D9D9;
}
.page_custom_cake .all_step .container .section_next {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 2px solid #e7e7e7;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .page_custom_cake .all_step .container .section_next {
    margin: 30px 0 0;
  }
}
.page_custom_cake .all_step .container .section_next .next {
  display: flex;
  align-items: center;
  column-gap: 15px;
  width: calc(100% - 40px);
}
.page_custom_cake .all_step .container .section_next .next .btn_next {
  color: black;
  width: 140px;
  display: block;
  border-radius: 50px;
  padding: 12px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  transition: all 0.3s ease;
  background: #B0DED9;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .page_custom_cake .all_step .container .section_next .next .btn_next {
    width: 60%;
    padding: 15px 10px;
  }
}
body.ltr .page_custom_cake .all_step .container .section_next .next .btn_next {
  font-size: 16px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
}
@media screen and (max-width: 767px) {
  body.ltr .page_custom_cake .all_step .container .section_next .next .btn_next {
    font-size: 14px;
  }
}
.page_custom_cake .all_step .container .section_next .next .btn_next:hover {
  background: #9ecdc8;
}
.page_custom_cake .all_step .container .section_next .next .btn_next::before {
  content: "";
  background-image: url(../img/step-custom/icon_next_cake.png);
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  background-size: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
body.ltr .page_custom_cake .all_step .container .section_next .next .btn_next::before {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .page_custom_cake .all_step .container .section_next .next .btn_next::before {
    width: 12px;
    height: 12px;
    background-size: 12px;
  }
}
.page_custom_cake .all_step .container .section_next .next .btn_next.hidden_next {
  pointer-events: none;
  opacity: 0.4;
}
.page_custom_cake .all_step .container .section_next .next .btn_next.hide {
  display: none;
}
body.ltr .page_custom_cake .all_step .container .section_next .next .btn_next.hide {
  display: none;
}
.page_custom_cake .all_step .container .section_next .next .btn_next_pop {
  color: black;
  display: none;
  width: 140px;
  border-radius: 50px;
  padding: 12px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  transition: all 0.3s ease;
  background: #B0DED9;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .page_custom_cake .all_step .container .section_next .next .btn_next_pop {
    width: 60%;
    padding: 15px 10px;
  }
}
body.ltr .page_custom_cake .all_step .container .section_next .next .btn_next_pop {
  font-size: 16px;
  display: none;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
}
@media screen and (max-width: 767px) {
  body.ltr .page_custom_cake .all_step .container .section_next .next .btn_next_pop {
    font-size: 14px;
  }
}
.page_custom_cake .all_step .container .section_next .next .btn_next_pop:hover {
  background: #9ecdc8;
}
.page_custom_cake .all_step .container .section_next .next .btn_next_pop::before {
  content: "";
  background-image: url(../img/step-custom/icon_next_cake.png);
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  background-size: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
body.ltr .page_custom_cake .all_step .container .section_next .next .btn_next_pop::before {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .page_custom_cake .all_step .container .section_next .next .btn_next_pop::before {
    width: 12px;
    height: 12px;
    background-size: 12px;
  }
}
.page_custom_cake .all_step .container .section_next .next .btn_next_pop.show {
  display: block;
}
body.ltr .page_custom_cake .all_step .container .section_next .next .btn_next_pop.show {
  display: flex;
}
.page_custom_cake .all_step .container .section_next .next .price h6 {
  font-size: 12px;
  font-weight: 500;
  color: #6C757D;
  padding-bottom: 10px;
}
.page_custom_cake .all_step .container .section_next .next .price p {
  font-size: 16px;
  font-weight: 700;
  color: #C6537A;
  display: inline-block;
}
.page_custom_cake .all_step .container .section_next .next .price span {
  font-size: 16px;
  font-weight: 700;
  color: #C6537A;
}
.page_custom_cake .all_step .container .section_next .prev .btn_prev {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #F6F6F4;
}
@media screen and (max-width: 767px) {
  .page_custom_cake .all_step .container .section_next .prev .btn_prev {
    width: 40px;
    height: 40px;
  }
}
.page_custom_cake .all_step .container .section_next .prev .btn_prev:hover {
  background: #F6F6F4;
}
.page_custom_cake .all_step .container .section_next .prev .btn_prev::before {
  content: "";
  background-image: url(../img/step-custom/icon_preview_cake.png);
  background-repeat: no-repeat;
  width: 25px;
  height: 15px;
  background-size: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .page_custom_cake .all_step .container .section_next .prev .btn_prev::before {
    background-size: 13px;
  }
}
.page_custom_cake .all_step .container .section_next .prev .btn_prev.hidden_prev {
  display: none;
}

.element_top {
  max-width: 700px;
  margin: 0 auto;
}
.element_top .steps_menu {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
body.ltr .element_top .steps_menu {
  flex-direction: row;
}
.element_top .steps_menu .single_step {
  position: relative;
  z-index: 9;
  cursor: pointer;
  pointer-events: none;
  width: 14.2857142857%;
  text-align: center;
}
.element_top .steps_menu .single_step.done {
  pointer-events: auto;
}
.element_top .steps_menu .single_step.done .border_circle {
  background-color: #C6537A;
}
.element_top .steps_menu .single_step.done .border_circle::before {
  background: #C6537A;
}
.element_top .steps_menu .single_step.done .border_circle::after {
  background: #C6537A;
}
.element_top .steps_menu .single_step.done .border_circle i {
  opacity: 1;
}
.element_top .steps_menu .single_step.done .border_circle .num {
  opacity: 0;
}
@media screen and (max-width: 770px) {
  .element_top .steps_menu .single_step.select {
    margin-top: -5px;
  }
}
.element_top .steps_menu .single_step.select .border_circle {
  border: 2px solid #C6537A;
}
@media screen and (max-width: 770px) {
  .element_top .steps_menu .single_step.select .border_circle {
    width: 40px;
    height: 40px;
  }
}
.element_top .steps_menu .single_step.select .border_circle .num {
  color: #423C33;
}
@media screen and (max-width: 770px) {
  .element_top .steps_menu .single_step.select .border_circle .num {
    top: 13px;
    font-size: 14px;
  }
}
.element_top .steps_menu .single_step.select .text {
  display: block;
}
.element_top .steps_menu .single_step .border_circle {
  width: 50px;
  height: 50px;
  margin: 0 auto 10px;
  border-radius: 50%;
  display: flex;
  border: 2px solid transparent;
  align-items: center;
  background-color: #F9F4E8;
}
@media screen and (max-width: 770px) {
  .element_top .steps_menu .single_step .border_circle {
    width: 30px;
    height: 30px;
  }
}
.element_top .steps_menu .single_step .border_circle i {
  font-size: 22px;
  opacity: 0;
  color: white;
  font-weight: 800;
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
  text-align: center;
}
@media screen and (max-width: 770px) {
  .element_top .steps_menu .single_step .border_circle i {
    font-size: 16px;
    top: 7px;
  }
}
.element_top .steps_menu .single_step .border_circle .num {
  font-size: 16px;
  opacity: 1;
  color: #C6B99C;
  font-weight: 500;
  position: absolute;
  top: 17px;
  left: 0;
  right: 0;
  text-align: center;
}
@media (max-width: 770px) {
  .element_top .steps_menu .single_step .border_circle .num {
    font-size: 12px;
    top: 9px;
  }
}
.element_top .steps_menu .single_step .border_circle:before {
  content: "";
  height: 2px;
  width: 130px;
  position: absolute;
  left: auto;
  z-index: -1;
  right: -70px;
  background: #DDE1EB;
}
@media (max-width: 770px) {
  .element_top .steps_menu .single_step .border_circle:before {
    width: 100px;
    height: 1px;
  }
}
.element_top .steps_menu .single_step .text {
  display: none;
  white-space: nowrap;
}
.element_top .steps_menu .single_step .text h4 {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #423C33;
}
.element_top .steps_menu .single_step:first-child .border_circle::after {
  opacity: 0;
}
.element_top .steps_menu .single_step:last-child .border_circle::before {
  background: white;
}

.step.one .shape_option .section_title {
  padding-bottom: 15px;
}
.step.one .shape_option .s_option {
  max-width: 250px;
}
@media screen and (max-width: 767px) {
  .step.one .shape_option .s_option {
    max-width: 100%;
  }
}
.step.one .shape_option .s_option .option {
  padding: 24px 14px;
  border: 2px solid #D9D9D9;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .step.one .shape_option .s_option .option {
    padding: 20px 14px;
  }
}
.step.one .shape_option .s_option .option:hover {
  background: #F6F6F4;
}
.step.one .shape_option .s_option .option.active {
  background: #F6F6F4;
}
.step.one .shape_option .s_option .option.active label {
  color: #C6537A !important;
}
.step.one .shape_option .s_option .option.active label::before {
  content: "";
  background-image: url(../img/step-custom/radio.png) !important;
}
.step.two .size_option .s_option {
  padding-bottom: 30px;
}
.step.two .size_option .s_option .hidden_height {
  pointer-events: none;
  opacity: 0.4;
}
.step.four .s_option .option label {
  font-size: 14px;
  padding-bottom: 8px;
}
.step.four .s_option .option label::before {
  margin-left: 8px !important;
  background-size: 18px !important;
}
.step.six .options .s_option.open_write.active ~ .all_notes {
  display: block;
}
.step.six .options .s_option .option label {
  font-size: 14px;
}
.step.six .options .all_notes {
  display: none;
  border-top: 1px solid #D9D9D9;
  padding: 30px 0;
  margin-top: 10px;
}
.step.six .options .all_notes .single_note {
  padding-bottom: 30px;
}
.step.six .options .all_notes .single_note .sec_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
}
.step.six .options .all_notes .single_note .sec_top h6 {
  font-size: 14px;
  position: relative;
}
.step.six .options .all_notes .single_note .sec_top h6 input {
  cursor: pointer;
}
.step.six .options .all_notes .single_note .sec_top h6 input[type=checkbox] {
  position: absolute;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.step.six .options .all_notes .single_note .sec_top h6 input[type=checkbox]:checked ~ label::before {
  content: "done";
  background: #47a59b;
  color: white;
  font-family: "Material icons";
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  border: 2px solid #47a59b;
}
.step.six .options .all_notes .single_note .sec_top h6 label {
  cursor: pointer;
}
.step.six .options .all_notes .single_note .sec_top h6 label::before {
  content: "";
  border: 2px solid #D9D9D9;
  width: 15px;
  height: 15px;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
}
.step.six .options .all_notes .single_note .sec_top p {
  font-size: 14px;
}
.step.six .options .all_notes .single_note .textarea textarea {
  width: 100%;
  font-size: 16px;
  resize: none;
  padding: 15px !important;
  border: 0;
  border-radius: 4px;
  border: 2px solid #D9D9D9;
}
.step.six .options .all_notes .single_note:last-child {
  padding-bottom: 0;
}
.step.six .options .all_notes .single_note.more_text .textarea {
  display: none;
}
.step.six .options .all_notes .single_note.more_text.active .textarea {
  display: block;
}

.section_dashboard_branch.login {
  background: #96c3be;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  font-size: 0;
}
.section_dashboard_branch.login .content {
  position: fixed;
  left: 0;
  right: 0;
  top: 20%;
  bottom: 10%;
  max-width: 600px;
  max-height: 480px;
  margin: 0 auto;
  background: white;
  border-radius: 6px;
  padding: 50px;
}
.section_dashboard_branch.login .content .head {
  text-align: center;
}
.section_dashboard_branch.login .content .head img {
  max-width: 150px;
}
.section_dashboard_branch.login .content .head h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 23px;
  line-height: 60px;
  color: #423C33;
}
.section_dashboard_branch.login .content .error_msg {
  display: none;
  font-size: 12px;
  color: red;
  border: 1px solid red;
  background: rgba(255, 0, 0, 0.0588235294);
  border-radius: 4px;
  padding: 12px;
  margin-bottom: 20px;
}
.section_dashboard_branch.login .content .error_msg.show {
  display: block;
}
.section_dashboard_branch.login .content form .login-form .field {
  padding-bottom: 20px;
}
.section_dashboard_branch.login .content form .login-form .field label {
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #979797;
  padding-bottom: 5px;
}
.section_dashboard_branch.login .content form .login-form .field label span {
  color: red;
}
.section_dashboard_branch.login .content form .login-form .field input {
  border: 2px solid #DADADA;
  width: 100%;
  border-radius: 4px;
}
.section_dashboard_branch.login .content form .login-form .field input[type=text], .section_dashboard_branch.login .content form .login-form .field input[type=password], .section_dashboard_branch.login .content form .login-form .field input[type=email] {
  padding: 10px 14px;
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
}
.section_dashboard_branch.login .content form .login-form .field input:focus {
  border: 2px solid black;
}
.section_dashboard_branch.login .content form .login-form .btn {
  background: #a4e0d9;
  width: 100%;
  padding: 15px 0;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  color: black;
  transition: all 0.3s ease;
}
.section_dashboard_branch.login .content form .login-form .btn:hover {
  background-color: #9ecdc8 !important;
}
.section_dashboard_branch .section_instagram {
  display: none !important;
}
.section_dashboard_branch footer {
  display: none !important;
}

.section_dashboard_branch {
  padding-bottom: 100px;
}
.section_dashboard_branch .admin .dashboard_tabel {
  margin-top: 40px;
}
.section_dashboard_branch .admin .dashboard_tabel .section_tabel table {
  border: 1px solid #dadada;
  border-radius: 6px;
  border-collapse: separate;
}
.section_dashboard_branch .admin .dashboard_tabel .section_tabel table tr ~ tr {
  margin-top: 22px;
}
.section_dashboard_branch .admin .dashboard_tabel .section_tabel table tr:first-child th {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #6B7280;
  padding: 12px 0;
  background: #F9FAFB;
  border-bottom: 1px solid #dadada;
  text-align: right;
  padding-right: 20px;
}
.section_dashboard_branch .admin .dashboard_tabel .section_tabel table tr:first-child th:first-child {
  border-radius: 0 6px 0 0;
}
.section_dashboard_branch .admin .dashboard_tabel .section_tabel table tr:first-child th:first-child::after {
  display: none;
}
.section_dashboard_branch .admin .dashboard_tabel .section_tabel table tr:first-child th:last-child {
  border-radius: 6px 0 0 0;
}
.section_dashboard_branch .admin .dashboard_tabel .section_tabel table tr:first-child th:last-child::after {
  display: none;
}
.section_dashboard_branch .admin .dashboard_tabel .section_tabel table tr:first-child th::after {
  content: "";
  background-image: url(../img/Dashboard/D_B_table.png);
  background-repeat: no-repeat;
  background-size: 12px;
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.section_dashboard_branch .admin .dashboard_tabel .section_tabel table tr:last-child td {
  border-bottom: 0 !important;
}
.section_dashboard_branch .admin .dashboard_tabel .section_tabel table tr td {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #C6537A;
  padding: 20px 0;
  text-align: right;
  padding-right: 20px;
  border-bottom: 1px solid #dadada;
  border-left: 1px solid #dadada;
}
.section_dashboard_branch .admin .dashboard_tabel .section_tabel table tr td.branch_name {
  color: black;
  font-weight: 500;
  font-size: 14px;
}
.section_dashboard_branch .admin .dashboard_tabel .section_tabel table tr .table_action {
  border-left: 0;
  padding: 0 15px;
}
.section_dashboard_branch .admin .dashboard_tabel .section_tabel table tr .table_action button {
  background-color: #96c3be;
  border-radius: 50px;
  padding: 16px;
  margin: 0 auto;
  position: relative;
}
.section_dashboard_branch .admin .dashboard_tabel .section_tabel table tr .table_action button::before {
  content: "";
  background-image: url(../img/MD_myaccount_icon/show-password.png);
  background-repeat: no-repeat;
  background-size: 18px;
  width: 18px;
  height: 18px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.section_dashboard_branch .s_branch .dashboard_head .branch_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section_dashboard_branch .s_branch .dashboard_head .branch_info .view_master_branch {
  width: 200px;
  border-radius: 50px;
  font-size: 14px;
  background: #b0ded9;
  color: black;
  line-height: 48px;
  font-weight: 500;
  -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;
}
.section_dashboard_branch .s_branch .dashboard_head .branch_info .view_master_branch:hover {
  background: #9ecdc8;
}
.section_dashboard_branch .s_branch .dashboard_tabel {
  margin-top: 40px;
}
.section_dashboard_branch .s_branch .dashboard_tabel .section_tabel table {
  border: 1px solid #dadada;
  border-radius: 6px;
  border-collapse: separate;
}
.section_dashboard_branch .s_branch .dashboard_tabel .section_tabel table tr ~ tr {
  margin-top: 22px;
}
.section_dashboard_branch .s_branch .dashboard_tabel .section_tabel table tr:first-child th {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #6B7280;
  padding: 12px 0;
  background: #F9FAFB;
  border-bottom: 1px solid #dadada;
  text-align: right;
  padding-right: 20px;
}
.section_dashboard_branch .s_branch .dashboard_tabel .section_tabel table tr:first-child th:first-child {
  border-radius: 0 6px 0 0;
}
.section_dashboard_branch .s_branch .dashboard_tabel .section_tabel table tr:first-child th:first-child::after {
  display: none;
}
.section_dashboard_branch .s_branch .dashboard_tabel .section_tabel table tr:first-child th:last-child {
  border-radius: 6px 0 0 0;
}
.section_dashboard_branch .s_branch .dashboard_tabel .section_tabel table tr:last-child td {
  border-bottom: 0 !important;
}
.section_dashboard_branch .s_branch .dashboard_tabel .section_tabel table tr td {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: black;
  padding: 10px 0;
  text-align: right;
  padding-right: 20px;
  border-bottom: 1px solid #dadada;
  border-left: 1px solid #dadada;
}
.section_dashboard_branch .s_branch .dashboard_tabel .section_tabel table tr td.branch_name {
  color: black;
  font-weight: 500;
  font-size: 14px;
}
.section_dashboard_branch .s_branch .dashboard_tabel .section_tabel table tr .product_status {
  position: relative;
  width: 100px;
  padding-left: 20px;
  cursor: pointer;
}
.section_dashboard_branch .s_branch .dashboard_tabel .section_tabel table tr .product_status input {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
}
.section_dashboard_branch .s_branch .dashboard_tabel .section_tabel table tr .product_status .checkmark {
  display: block;
  padding: 8px 0px;
  border-radius: 50px;
  width: 65%;
  margin: -30px auto 0;
  position: relative;
  cursor: pointer;
}
.section_dashboard_branch .s_branch .dashboard_tabel .section_tabel table tr .product_status .checkmark::before {
  content: "";
  background: white;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.06);
  border-radius: 50px;
  position: absolute;
  width: 20px;
  height: 20px;
  top: -2px;
  left: 0;
}
.section_dashboard_branch .s_branch .dashboard_tabel .section_tabel table tr .product_status .checkmark::after {
  content: "";
}
.section_dashboard_branch .s_branch .dashboard_tabel .section_tabel table tr .product_status.excluded .checkmark {
  background: #9FA2AA;
}
.section_dashboard_branch .s_branch .dashboard_tabel .section_tabel table tr .product_status.excluded .checkmark::before {
  content: "";
  background: white;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.06);
  left: 0;
}
.section_dashboard_branch .s_branch .dashboard_tabel .section_tabel table tr .product_status.included .checkmark {
  background: #28BE1E;
}
.section_dashboard_branch .s_branch .dashboard_tabel .section_tabel table tr .product_status.included .checkmark::before {
  left: auto;
  right: 0;
}
.section_dashboard_branch .s_branch .dashboard_tabel .section_tabel table tr .product_image .sec {
  display: flex;
  gap: 10px;
  align-items: center;
}
.section_dashboard_branch .s_branch .dashboard_tabel .section_tabel table tr .product_image .sec img {
  width: 50px;
}
.section_dashboard_branch .s_branch .dashboard_tabel .section_tabel table tr .price {
  color: #a0cdc8;
  font-weight: 800;
  border-left: 0;
}
.section_dashboard_branch .s_branch .nav_dashboard_single .container_single {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section_dashboard_branch .s_branch .nav_dashboard_single .container_single .section_filter_single {
  width: 48%;
}
.section_dashboard_branch .s_branch .nav_dashboard_single .container_single .section_filter_single .branches_filter {
  display: flex;
  gap: 15px;
}
.section_dashboard_branch .s_branch .nav_dashboard_single .container_single .section_filter_single .branches_filter li {
  transition: all 0.3s ease;
}
.section_dashboard_branch .s_branch .nav_dashboard_single .container_single .section_filter_single .branches_filter li a {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  padding: 10px 14px;
  border-radius: 50px;
}
.section_dashboard_branch .s_branch .nav_dashboard_single .container_single .section_filter_single .branches_filter li a span {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: black;
  display: block;
}
.section_dashboard_branch .s_branch .nav_dashboard_single .container_single .section_filter_single .branches_filter li a strong {
  background: #979797;
  color: #E2E7EE;
  font-size: 12px;
  font-weight: 500;
  border-radius: 50px;
  padding: 10px 5px;
  width: 30px;
  height: 30px;
  text-align: center;
}
.section_dashboard_branch .s_branch .nav_dashboard_single .container_single .section_filter_single .branches_filter li:hover a {
  background-color: #a4e0d9;
}
.section_dashboard_branch .s_branch .nav_dashboard_single .container_single .section_filter_single .branches_filter li.active a {
  background: #b1ded9;
}
.section_dashboard_branch .s_branch .nav_dashboard_single .container_single .section_filter_single .branches_filter li.active a strong {
  background: white;
  color: black;
}
.section_dashboard_branch .s_branch .nav_dashboard_single .container_single .section_filter_single .date {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: #121212;
  padding-top: 15px;
}
.section_dashboard_branch .s_branch .nav_dashboard_single .container_single .section_search {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 48%;
}
.section_dashboard_branch .s_branch .nav_dashboard_single .container_single .section_search .input_search {
  width: calc(100% - 200px);
}
.section_dashboard_branch .s_branch .nav_dashboard_single .container_single .section_search .input_search input {
  background: #F6F6F4;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 16px;
  padding: 12px;
  width: 100%;
  box-shadow: none;
  border: 2px solid #d9d9d9;
}
.section_dashboard_branch .s_branch .nav_dashboard_single .container_single .section_search .input_search input::placeholder {
  font-size: 14px;
}
.section_dashboard_branch .s_branch .nav_dashboard_single .container_single .section_search select {
  width: 200px;
  border-radius: 4px;
  line-height: 24px;
  height: 45px;
  background-color: #F6F6F4;
  color: rgba(0, 0, 0, 0.85);
  border: 2px solid #d9d9d9;
}
.section_dashboard_branch .section_head {
  background: #B0DED9;
  padding: 25px 20px;
}
.section_dashboard_branch .section_head .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section_dashboard_branch .section_head .content .logo img {
  max-width: 180px;
}
.section_dashboard_branch .section_head .content .info h3 {
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
}
.section_dashboard_branch .section_head .content .info h3 a {
  display: block;
  font-size: 10px;
  font-weight: 400;
  color: #C6537A;
}
.section_dashboard_branch .dashboard_head {
  padding-top: 40px;
}
.section_dashboard_branch .dashboard_head .branch_info h2 {
  font-weight: 500;
  font-size: 26px;
  line-height: 20px;
}
.section_dashboard_branch .dashboard_head .branch_info h2 span {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  padding-top: 15px;
}
.section_dashboard_branch .dashboard_head .nav_dashboard {
  background: rgba(236, 232, 222, 0.568627451);
  border-radius: 12px;
  margin: 45px 0 30px;
  padding: 20px;
}
.section_dashboard_branch .dashboard_head .nav_dashboard .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section_dashboard_branch .dashboard_head .nav_dashboard .container .section_filter .branches_filter {
  display: flex;
  gap: 15px;
}
.section_dashboard_branch .dashboard_head .nav_dashboard .container .section_filter .branches_filter li {
  border: 2px solid #B0DED9;
  border-radius: 50px;
  background: transparent;
  transition: all 0.3s ease;
}
.section_dashboard_branch .dashboard_head .nav_dashboard .container .section_filter .branches_filter li span {
  font-weight: 500;
  font-size: 11px;
  line-height: 20px;
  color: black;
  padding: 5px 14px;
  display: block;
}
.section_dashboard_branch .dashboard_head .nav_dashboard .container .section_filter .branches_filter li:hover {
  background-color: #a4e0d9;
}
.section_dashboard_branch .dashboard_head .nav_dashboard .container .section_filter .branches_filter li.active {
  background-color: #a4e0d9;
}
.section_dashboard_branch .dashboard_head .nav_dashboard .container .section_filter .date {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: #121212;
  padding-top: 15px;
}
.section_dashboard_branch .dashboard_head .nav_dashboard .container .section_details .details {
  display: flex;
}
.section_dashboard_branch .dashboard_head .nav_dashboard .container .section_details .details li {
  border-left: 1px solid #dadce6;
  padding: 0 35px;
}
.section_dashboard_branch .dashboard_head .nav_dashboard .container .section_details .details li:first-child {
  padding: 0 0 0 35px;
}
.section_dashboard_branch .dashboard_head .nav_dashboard .container .section_details .details li:last-child {
  border-left: 0;
  padding: 0 35px 0 0;
}
.section_dashboard_branch .dashboard_head .nav_dashboard .container .section_details .details li .text {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #686A73;
}
.section_dashboard_branch .dashboard_head .nav_dashboard .container .section_details .details li .text::before {
  content: "";
  background-repeat: no-repeat;
  background-size: 12px;
  display: inline-block;
  margin-left: 5px;
  width: 12px;
  height: 12px;
}
.section_dashboard_branch .dashboard_head .nav_dashboard .container .section_details .details li .num {
  font-weight: 600;
  font-size: 32px;
  line-height: 20px;
  text-align: right;
  color: #686A73;
  padding-top: 12px;
}
.section_dashboard_branch .dashboard_head .nav_dashboard .container .section_details .details li.total .text::before {
  background-image: url(../img/Dashboard/icon_cart.png);
}
.section_dashboard_branch .dashboard_head .nav_dashboard .container .section_details .details li.completed .text::before {
  background-image: url(../img/Dashboard/icon_completed.png);
}
.section_dashboard_branch .dashboard_head .nav_dashboard .container .section_details .details li.cancel .text::before {
  background-image: url(../img/Dashboard/icon_cancel.png);
}
.section_dashboard_branch .dashboard_head .nav_dashboard .container .section_details .details li.percent .text::before {
  background-image: url(../img/Dashboard/icon_percent.png);
}
.section_dashboard_branch .buttons_page {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 10px;
  padding-top: 20px;
}
.section_dashboard_branch .buttons_page a {
  border: 1px solid #d0d5dc;
  border-radius: 50px;
  padding: 12px 20px;
  font-weight: 400;
  font-size: 12px;
  transition: all 0.3s ease;
}
.section_dashboard_branch .buttons_page a:hover {
  background: #96c3be;
  border: 1px solid #96c3be;
}
.section_dashboard_branch .section_instagram {
  display: none !important;
}
.section_dashboard_branch footer {
  display: none !important;
}

.MD-btn {
  width: 100%;
  background-color: #b0ded9;
  background-color: #b0ded9;
  border-radius: 50px;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: black;
  padding: 15px 0;
  margin-top: 35px;
  transition: all 0.3s ease;
  display: block;
}
@media (max-width: 767px) {
  .MD-btn {
    font-size: 14px;
    padding: 12px 0;
  }
}
.MD-btn:hover {
  transition: all 0.3s ease;
  background-color: #9ecdc8;
}

.MD-btn-add {
  background-color: #b0ded9;
  font-weight: 500;
  font-size: 14px;
  line-height: 15px;
  color: #423C33;
  transition: all 0.3s ease;
  display: block;
  background-image: url(../img/MD_myaccount_icon/plus.png);
  background-size: 16px;
  background-position: left 18px center;
  background-repeat: no-repeat;
  width: 135px;
  padding: 12px 15px;
  padding-left: 10px;
  border-radius: 50px;
}
.MD-btn-add:hover {
  transition: all 0.3s ease;
  background-color: #9ecdc8;
}

.MD-btn-go {
  background-color: #b0ded9;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.4px;
  color: #ffffff;
  transition: all 0.3s ease;
  display: block;
  text-align: center;
  width: fit-content;
  padding: 8px 15px;
  margin-top: 20px;
}
.MD-btn-go:hover {
  transition: all 0.3s ease;
  background-color: #9ecdc8;
}

.MD-btn-red {
  width: 100%;
  background-color: rgb(244, 67, 54);
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #ffffff;
  padding: 12px 0;
  margin-top: 35px;
  transition: all 0.3s ease;
  display: block;
}
.MD-btn-red:hover {
  transition: all 0.3s ease;
  background-color: rgb(230, 98, 88);
}

.empty-content {
  margin-top: 30px;
}
@media (max-width: 479px) {
  .empty-content {
    margin-top: 10px;
  }
}
.empty-content p {
  font-weight: 500;
  font-size: 14px;
  line-height: 15px;
  color: #A2A2A2;
  padding-bottom: 20px;
}

.MD-btn-white {
  width: 100%;
  background-color: white;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: black;
  padding: 12px 0;
  margin-top: 35px;
  transition: all 0.3s ease;
  display: block;
  border: 1px solid #423C33;
}
.MD-btn-white:hover {
  transition: all 0.3s ease;
  background-color: black;
  color: white;
}

.MD-orders-list {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .MD-orders-list.desktop {
    display: none;
  }
}
.MD-orders-list.mobile {
  display: none;
}
@media (max-width: 767px) {
  .MD-orders-list.mobile {
    display: block;
    margin-top: -10px;
  }
}
.MD-orders-list.mobile .section_tabel table {
  border: 0;
}
.MD-orders-list.mobile .section_tabel tr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.MD-orders-list.mobile .section_tabel tr ~ tr {
  padding: 10px 0;
  margin-top: 0;
  border-bottom: 1px solid #D9D9D9;
}
.MD-orders-list.mobile .section_tabel tr:last-child {
  border-bottom: 0;
}
.MD-orders-list.mobile .section_tabel tr:first-child {
  display: none;
}
.MD-orders-list.mobile .section_tabel tr td {
  padding-right: 0;
}
.MD-orders-list.mobile .section_tabel tr .order_number {
  width: 25%;
}
.MD-orders-list.mobile .section_tabel tr .order_number .num {
  font-size: 16px;
}
.MD-orders-list.mobile .section_tabel tr .order_number .num.not_click {
  font-weight: 600;
}
.MD-orders-list.mobile .section_tabel tr .status.mobile {
  width: 50%;
}
.MD-orders-list.mobile .section_tabel tr .status.mobile .note_status {
  font-size: 12px;
}
.MD-orders-list.mobile .section_tabel tr .status.mobile .new {
  font-size: 12px;
  padding: 0;
}
.MD-orders-list.mobile .section_tabel tr .table_action {
  position: relative;
  width: 20%;
  padding: 10px;
}
.MD-orders-list.mobile .section_tabel tr .table_action .btn_back {
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  background: #ffffff;
  border: 1px solid #DCDCDC;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.12);
  border-radius: 50%;
  position: absolute;
  top: -2px;
  left: 0;
  transition: all 0.3s ease;
}
.MD-orders-list.mobile .section_tabel tr .table_action .btn_back:hover {
  margin-right: -10px;
  transition: all 0.3s ease;
}
.MD-orders-list.mobile .section_tabel tr .table_action .btn_back:before {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(../img/MD_myaccount_icon/arrow_back.png);
  background-repeat: no-repeat;
  background-size: 12px;
}
.MD-orders-list .demo {
  opacity: 0;
}
.MD-orders-list .section_tabel table {
  border: 1px solid #D9D9D9;
  border-radius: 6px;
  border-collapse: separate;
}
.MD-orders-list .section_tabel table tr ~ tr {
  margin-top: 22px;
}
.MD-orders-list .section_tabel table tr:first-child th {
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  color: #423C33;
  padding: 20px 0 15px;
  border-bottom: 1px solid #D9D9D9;
  text-align: right;
  padding-right: 20px;
  background: #f6f6f6;
}
.MD-orders-list .section_tabel table tr:first-child th:first-child {
  border-radius: 0 6px 0 0;
}
.MD-orders-list .section_tabel table tr:first-child th:last-child {
  border-radius: 6px 0 0 0;
}
.MD-orders-list .section_tabel table tr td {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #423C33;
  padding: 20px 0;
  text-align: right;
  padding-right: 20px;
}
.MD-orders-list .section_tabel table tr .order_number .num {
  color: #C6537A;
  font-weight: 400;
  font-size: 16px;
}
.MD-orders-list .section_tabel table tr .order_number .num:hover {
  font-weight: 700;
  text-decoration: underline;
}
.MD-orders-list .section_tabel table tr .order_number .num.not_click {
  pointer-events: none;
  font-weight: 500;
}
.MD-orders-list .section_tabel table tr .table_action {
  padding-left: 20px;
}
.MD-orders-list .section_tabel table tr .table_action button {
  background: #b0ded9;
  border-radius: 4px;
  font-weight: 600;
  font-size: 12px;
  line-height: 22px;
  color: black;
  padding: 8px 10px;
  transition: all 0.3s ease;
  width: 100%;
  max-width: 100px;
  margin: 0 auto 0 0;
  border-radius: 50px;
}
.MD-orders-list .section_tabel table tr .table_action button:hover {
  background: #9ecdc8;
  max-width: 100%;
}
body.ltr .MD-orders-list .section_tabel table tr .table_action button {
  margin: 0 0 0 auto;
  max-width: 150px;
}
body.ltr .MD-orders-list .section_tabel table tr .table_action button:hover {
  max-width: 100%;
}

.status {
  color: white;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .status.mobile {
    display: flex;
    flex-direction: column;
    row-gap: 4px;
  }
  .status.mobile span.new {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.4px;
    color: #423C33;
  }
  .status.mobile span.new.price {
    font-weight: 700;
  }
}
.status span {
  font-weight: 400 !important;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.4px;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .status span {
    width: fit-content;
  }
}
.status span.processing, .status span.ready-to-ship {
  background: #ffc107;
  color: black;
}
.status span.cancelled, .status span.cancel-request {
  background: #f44336;
}
.status span.shipped, .status span.completed {
  background: #32a94c;
}
.status span.return-request {
  background: #979797;
}

.MD-inputs .MD-field {
  position: relative;
}
.MD-inputs .MD-field label {
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #979797;
  padding-bottom: 5px;
}
.MD-inputs .MD-field label span {
  color: red;
}
.MD-inputs .MD-field input {
  border: 2px solid #D9D9D9;
  width: 100%;
  border-radius: 4px;
}
.MD-inputs .MD-field input[type=text], .MD-inputs .MD-field input[type=password], .MD-inputs .MD-field input[type=number], .MD-inputs .MD-field input[type=email] {
  padding: 10px 14px;
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
}
.MD-inputs .MD-field input[type=radio] {
  height: 100%;
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.MD-inputs .MD-field input[type=radio]:checked ~ label::before {
  background-image: url(../img/MD_myaccount_icon/radio.png);
  background-repeat: no-repeat;
  background-size: 18px;
}
.MD-inputs .MD-field input[type=checkbox] {
  position: absolute;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.MD-inputs .MD-field input[type=checkbox]:checked ~ label::before {
  content: "done";
  background: black;
  color: white;
  font-family: "Material icons";
  font-size: 17px;
  line-height: 18px;
}
.MD-inputs .MD-field input:focus {
  border: 2px solid black;
}
.MD-inputs .MD-field.checkbox label {
  font-weight: 400;
  font-size: 12px;
  line-height: 21px;
  color: #231f20;
  display: flex;
  align-items: center;
}
.MD-inputs .MD-field.checkbox label:before {
  content: "";
  width: 18px;
  height: 18px;
  margin-left: 10px;
  border: 2px solid black;
  border-radius: 4px;
}
.MD-inputs .MD-field.checkbox label a {
  transition: all 0.3s ease;
  position: relative;
  z-index: 111111;
  margin-right: 4px;
  display: inline-block;
  text-transform: capitalize;
}
.MD-inputs .MD-field.checkbox label a:hover {
  text-decoration: underline;
  transition: all 0.3s ease;
}
.MD-inputs .MD-field.half_full {
  width: calc(50% - 6px);
  display: inline-block;
  margin: 0;
}
@media (max-width: 767px) {
  .MD-inputs .MD-field.half_full {
    width: 100%;
    margin-right: 0 !important;
  }
}
.MD-inputs .MD-field.half_full ~ .half_full {
  margin-right: 6px;
}
.MD-inputs .MD-field ~ .MD-field {
  margin-top: 35px;
}
.MD-inputs .MD-field .MD-show-password {
  width: 18px;
  height: 23px;
  background-image: url(../img/MD_myaccount_icon/hide-password.png);
  position: absolute;
  left: 15px;
  background-size: 18px;
  background-repeat: no-repeat;
  bottom: 13px;
  cursor: pointer;
  background-position: center;
}
.MD-inputs .MD-field .MD-show-password.active {
  background-image: url(../img/MD_myaccount_icon/show-password.png);
}
.MD-inputs .MD-field select {
  border: 2px solid #D9D9D9;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  height: 52px;
  padding: 0;
  padding-left: 25px;
  padding-right: 12px;
  border-radius: 4px;
  width: 100%;
  max-width: 100% !important;
  cursor: pointer;
  background-color: #f6f6f4;
  background-image: url("../img/MD_myaccount_icon/select-arrow.png");
  background-repeat: no-repeat;
  background-position: 15% center;
  background-size: 18px;
  text-transform: capitalize;
}
body.ltr .MD-inputs .MD-field select {
  background-position: 90% center;
}
.MD-inputs .MD-field select:focus {
  border: 2px solid black;
}
.MD-inputs .MD-field.small {
  width: 100px;
  display: inline-block;
}
@media (max-width: 767px) {
  .MD-inputs .MD-field.small {
    width: 100%;
  }
}
.MD-inputs .MD-field.small ~ .small {
  margin-right: 6px;
}
.MD-inputs .MD-field textarea {
  width: 100%;
  height: 200px;
  border: 1px solid #D9D9D9;
  resize: none;
  padding: 13px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #423C33;
}
.MD-inputs .selecting {
  display: flex;
  column-gap: 11px;
}
.MD-inputs .radio-buttons .single-radio {
  position: relative;
}
.MD-inputs .radio-buttons .single-radio label {
  display: flex;
  align-items: center;
  color: #000000;
}
.MD-inputs .radio-buttons .single-radio label:before {
  content: "";
  width: 18px;
  height: 18px;
  margin-left: 10px;
  background-image: url(../img/MD_myaccount_icon/radio-checked.png);
  background-repeat: no-repeat;
  background-size: 18px;
}

.MD-thanks {
  text-align: center;
}
.MD-thanks.show {
  display: block;
}
.MD-thanks.hide {
  display: none;
}
.MD-thanks img {
  width: 27px;
  margin: 0 auto;
}
.MD-thanks .thanks-title {
  font-weight: 600;
  font-size: 26px;
  line-height: 31px;
  letter-spacing: 1.75px;
  color: #423C33;
  padding: 15px 0;
}
.MD-thanks p {
  font-weight: 400;
  font-size: 21px;
  line-height: 25px;
  letter-spacing: 0.4px;
  color: #979797;
}
.MD-thanks a {
  width: 200px;
  margin: 35px auto 0;
}

.MD-breadcramb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 20px;
  position: absolute;
  top: -30px;
}
@media (max-width: 999px) {
  .MD-breadcramb {
    position: relative;
    top: 10px;
  }
}
.MD-breadcramb li {
  display: inline-block;
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.4px;
  color: #979797;
}
@media screen and (max-width: 479px) {
  .MD-breadcramb li {
    font-size: 10px;
  }
}
.MD-breadcramb li::before {
  content: "chevron_left";
  position: absolute;
  font-family: "Material Icons";
  left: -6px;
  color: #9fa2aa;
  bottom: 0;
  display: inline-flex;
  align-items: center;
  font-weight: 900;
  font-size: 14px;
}
.MD-breadcramb li a:hover {
  text-decoration: underline;
}
.MD-breadcramb li .border {
  color: #ae9e9d;
}
.MD-breadcramb li:first-child {
  padding-right: 0px;
}
.MD-breadcramb li:last-child {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.4px;
  color: #423C33;
  padding-right: 10px;
  padding-left: 0;
}
@media screen and (max-width: 479px) {
  .MD-breadcramb li:last-child {
    font-size: 10px;
  }
}
.MD-breadcramb li:last-child::before {
  display: none;
}

.MD-popup {
  position: fixed;
  z-index: 1000;
  top: 20%;
  bottom: 20%;
  left: 0;
  right: 0;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  max-width: 500px;
  max-height: 600px;
  overflow: scroll;
  overflow-x: hidden;
  margin: auto;
  background: white;
  height: fit-content;
  padding: 30px 20px;
}
@media (max-width: 767px) {
  .MD-popup {
    top: auto;
    max-width: 100%;
    transform: translateY(100%) !important;
    transition: 0.3s all ease-out;
    padding: 20px;
    bottom: 0;
  }
  .MD-popup.popup_visible {
    transform: translateY(0) !important;
    transition: 0.3s all ease-out;
    border-radius: 30px 30px 0 0;
  }
}
.MD-popup.popup_visible {
  display: block;
  pointer-events: all;
  visibility: visible;
  opacity: 1;
}
.MD-popup .popup__window {
  position: relative;
}
.MD-popup .popup__window .MD-close {
  margin-right: auto;
  font-family: "Material Icons";
  font-size: 26px;
  position: absolute;
  top: 0;
  left: 0;
  color: #423C33;
}
@media (max-width: 767px) {
  .MD-popup .popup__window .MD-close {
    top: 0px;
    left: 5px;
    font-size: 24px;
  }
}
.MD-popup .popup__window .MD-popup-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  color: #423C33;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #D9D9D9;
}
@media (max-width: 767px) {
  .MD-popup .popup__window .MD-popup-title {
    font-size: 14px;
    padding-bottom: 10px;
  }
}
.MD-popup .popup__window .MD-popup-title img {
  margin-bottom: -4px;
  margin-left: 5px;
}
@media (max-width: 767px) {
  .MD-popup .popup__window .MD-popup-title img {
    width: 20px;
    height: 20px;
  }
}
.MD-popup .popup__window .MD-link {
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  text-align: left;
  color: #929292;
  transition: all 0.3s ease;
  display: block;
  margin-top: 5px;
  position: absolute;
  left: 0;
}
.MD-popup .popup__window .MD-link:hover {
  text-decoration-line: underline;
  transition: all 0.3s ease;
}
.MD-popup .press-div.hide {
  display: none;
}
.MD-popup.return-order .style {
  margin: 0 -50px;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  padding: 18px 50px;
}
.MD-popup.return-order .style .items {
  overflow: auto;
  max-height: 380px;
  position: relative;
}
.MD-popup.return-order .style .items .item-title {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.4px;
  color: #423C33;
  position: fixed;
  z-index: 1111;
  background: white;
  padding-bottom: 26px;
}
.MD-popup.return-order .style .items .MD-field {
  display: flex;
  justify-content: space-between;
  padding-left: 27px;
  padding-right: 33px;
  margin-left: 8px;
  align-items: center;
}
.MD-popup.return-order .style .items .MD-field ~ .MD-field {
  border-top: 1px solid #D9D9D9;
  padding-top: 20px;
}
.MD-popup.return-order .style .items .MD-field:first-child {
  display: block;
  padding: 0;
}
.MD-popup.return-order .style .items .MD-field:nth-child(2) {
  border-top: none;
  padding-top: 30px;
}
.MD-popup.return-order .style .items .MD-field input {
  right: 0;
  width: 50%;
  z-index: 11111;
}
.MD-popup.return-order .style .items .MD-field input:checked ~ .product-details::before {
  content: "done";
  background: black;
  color: white;
  font-family: "Material icons";
  font-size: 17px;
  line-height: 18px;
}
.MD-popup.return-order .style .items .MD-field .product-details {
  display: flex;
  column-gap: 10px;
  position: relative;
}
.MD-popup.return-order .style .items .MD-field .product-details:before {
  content: "";
  width: 18px;
  height: 18px;
  left: -33px;
  border: 2px solid black;
  border-radius: 4px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.MD-popup.return-order .style .items .MD-field .product-details .image {
  width: 105px;
  height: 130px;
}
.MD-popup.return-order .style .items .MD-field .product-details .image img {
  width: 100%;
  height: 100%;
}
.MD-popup.return-order .style .items .MD-field .product-details .details {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.MD-popup.return-order .style .items .MD-field .product-details .details .title {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #423C33;
}
.MD-popup.return-order .style .items .MD-field .product-details .details .variations {
  padding-top: 7px;
}
.MD-popup.return-order .style .items .MD-field .product-details .details .variations li {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #6c757d;
  display: flex;
  align-items: center;
  column-gap: 3px;
}
.MD-popup.return-order .style .items .MD-field .product-details .details .variations li.color span {
  display: inline-block;
  border-radius: 50%;
  width: 14px;
  height: 14px;
}
.MD-popup.return-order .style .items .MD-field .product-details .details .variations li ~ li {
  margin-top: 8px;
}
.MD-popup.return-order .style .items .MD-field .product-details .details .prices {
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #423C33;
}
.MD-popup.return-order .style .items .MD-field .section_qty {
  width: 60px;
}
.MD-popup.return-order .style .items::-webkit-scrollbar {
  width: 3px;
}
.MD-popup.return-order .style .items::-webkit-scrollbar-track {
  background: #d8d8d8;
}
.MD-popup.return-order .style .items::-webkit-scrollbar-thumb {
  background: rgb(181, 177, 227);
}
.MD-popup.return-order .terms-conditions {
  margin-top: 20px;
  position: relative;
}
.MD-popup.return-order .terms-conditions input {
  position: absolute;
  height: 100%;
  opacity: 0;
  width: 100%;
  cursor: pointer;
}
.MD-popup.return-order .terms-conditions input:checked ~ label::before {
  content: "done";
  background: black;
  color: white;
  font-family: "Material icons";
  font-size: 17px;
  line-height: 18px;
}
.MD-popup.return-order .terms-conditions label {
  font-weight: 400;
  font-size: 12px;
  line-height: 21px;
  color: #231f20;
  display: flex;
}
.MD-popup.return-order .terms-conditions label:before {
  content: "";
  width: 18px;
  height: 18px;
  margin-left: 10px;
  border: 2px solid black;
  border-radius: 4px;
}
.MD-popup.return-order .terms-conditions label a {
  transition: all 0.3s ease;
  position: relative;
  z-index: 111111;
  margin-right: 4px;
  display: inline-block;
  text-transform: capitalize;
}
.MD-popup.return-order .terms-conditions label a:hover {
  text-decoration: underline;
  transition: all 0.3s ease;
}
.MD-popup.return-order .terms-conditions .MD-btn {
  margin-top: 20px;
}
.MD-popup.add-points .MD-popup-title {
  margin-bottom: 8px;
}
.MD-popup.add-points .description {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.4px;
  color: #6c757d;
  margin-bottom: 25px;
}
.MD-popup.add-points .MD-field .note {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 11px;
  line-height: 24px;
  text-transform: uppercase;
  color: #6c757d;
  column-gap: 6px;
  margin-top: 7px;
}
.MD-popup.add-points .MD-field .note img {
  width: 14px;
}
.MD-popup.add-points .MD-btn {
  margin-top: 25px;
}
.MD-popup#add-new-addresss .MD-inputs .MD-field select, .MD-popup#edit-addresss .MD-inputs .MD-field select {
  background-position: 5% center;
}
body.ltr .MD-popup#add-new-addresss .MD-inputs .MD-field select, body.ltr .MD-popup#edit-addresss .MD-inputs .MD-field select {
  background-position: 95% center !important;
}

.MD-row {
  width: 100%;
  margin-bottom: 10px;
}
.MD-row.half {
  width: calc(50% - 5.5px);
  display: inline-block;
}
.MD-row.small {
  width: 120px;
  display: inline-block;
}
.MD-row label {
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #6c757d;
}
.MD-row span {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #423C33;
}

.overlay-mobile {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 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-mobile.overlay_visible {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

.my-account-header .top_mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
}
.my-account-header .top_mobile .center .logo img {
  max-width: 120px;
}
.my-account-header .top_mobile .right a {
  margin-top: 0;
}

.success-message {
  display: none;
  background: #e4fbed;
  border: 1px solid #32a94c;
  padding: 17px 25px;
  column-gap: 15px;
  width: 100%;
  margin: 25px 0;
  align-items: center;
}
.success-message img {
  width: 13px;
}
.success-message img.success-icon {
  display: block;
}
.success-message img.error-icon {
  display: none;
}
.success-message p {
  font-weight: 500;
  font-size: 14px;
  line-height: 15px;
  color: #423C33;
}
@media (max-width: 767px) {
  .success-message p {
    font-size: 14px;
  }
}
.success-message.show-message {
  display: flex;
}
@media (max-width: 767px) {
  .success-message {
    padding: 10px 10px;
  }
}

.error-message {
  display: none;
  background: #fbe4e4;
  border: 1px solid red;
  padding: 17px 25px;
  column-gap: 5px;
  width: 100%;
  margin: 25px 0;
  align-items: center;
}
.error-message img {
  width: 30px;
}
.error-message img.error-icon {
  display: block;
}
.error-message img.success-icon {
  display: none;
}
@media (max-width: 767px) {
  .error-message img {
    width: 24px;
  }
}
.error-message p {
  font-weight: 500;
  font-size: 14px;
  line-height: 15px;
  color: #423C33;
}
@media (max-width: 767px) {
  .error-message p {
    font-size: 14px;
  }
}
.error-message.show-message {
  display: flex;
}
@media (max-width: 767px) {
  .error-message {
    padding: 10px 10px;
  }
}

.f_password .grid {
  max-width: 800px !important;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .f_password .success-message, .f_password .error-message {
    padding: 10px 10px;
  }
}
.f_password .success-message p, .f_password .error-message p {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .f_password .success-message p, .f_password .error-message p {
    font-size: 12px;
    line-height: 20px;
  }
}
.f_password .success-message img, .f_password .error-message img {
  width: 24px;
}
.f_password .page_content {
  display: block !important;
}
.f_password .page_content .forgot-password h4 {
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .f_password .page_content .forgot-password h4 {
    font-size: 14px;
    line-height: 22px;
  }
}
.f_password .page_content .forgot-password .MD-field {
  max-width: 300px !important;
}
@media screen and (max-width: 767px) {
  .f_password .page_content .forgot-password .MD-field {
    max-width: 100% !important;
  }
}
.f_password .page_content .forgot-password .MD-btn {
  background-color: #b0ded9 !important;
  border-radius: 4px !important;
  padding: 16px 0 12px !important;
  max-width: 200px;
  font-size: 14px !important;
  border-radius: 50px !important;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .f_password .page_content .forgot-password .MD-btn {
    margin-top: 25px !important;
  }
}
.f_password .page_content .forgot-password .MD-btn:hover {
  background-color: #9ecdc8 !important;
}

.my-account {
  margin: 100px 0;
}
@media (max-width: 767px) {
  .my-account {
    margin: 50px 0;
  }
}
.my-account h2 {
  font-weight: 600;
  font-size: 26px;
  line-height: 31px;
  text-align: center;
}
@media (max-width: 767px) {
  .my-account h2 {
    font-size: 20px;
    line-height: 20px;
  }
}
.my-account .MD-user-login {
  display: flex;
}
@media (max-width: 767px) {
  .my-account .MD-user-login {
    flex-direction: column;
  }
}
.my-account .MD-user-login .MD-form {
  width: 50%;
  padding: 100px 100px 30px;
  position: relative;
}
@media (max-width: 1100px) {
  .my-account .MD-user-login .MD-form {
    padding: 50px 50px 30px;
  }
}
@media (max-width: 767px) {
  .my-account .MD-user-login .MD-form {
    padding: 30px 20px 30px;
    width: 100%;
  }
}
.my-account .MD-user-login .login-form {
  border-radius: 0px;
  border: 2px solid #D9D9D9;
  border-left: 0;
}
@media (max-width: 767px) {
  .my-account .MD-user-login .login-form {
    border-left: 2px solid #e0e0e0;
    border-bottom: 0;
  }
}
.my-account .MD-user-login .login-form form {
  margin-top: 30px;
}
.my-account .MD-user-login .login-form form .forgot-password-link {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: black;
  display: block;
  transition: all 0.3s ease;
  margin-top: 30px;
}
.my-account .MD-user-login .login-form form .forgot-password-link:hover {
  transition: all 0.3s ease;
  text-decoration-line: underline;
}
.my-account .MD-user-login .sign-up-form {
  background-color: #f6f6f6;
  border: 2px solid #e0e0e0;
  border-right: 0;
}
@media (max-width: 767px) {
  .my-account .MD-user-login .sign-up-form {
    border-right: 2px solid #e0e0e0;
  }
}
.my-account .MD-user-login .sign-up-form .new-client-label {
  position: absolute;
  top: -12px;
  right: 0;
  left: 0;
  margin: auto;
  width: fit-content;
  display: block;
  background: #c5537a;
  font-weight: 600;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  padding: 2px 8px;
  border-radius: 4px;
}
.my-account .MD-user-login .sign-up-form .icons {
  padding: 40px 0 16px;
}
.my-account .MD-user-login .sign-up-form .icons ul {
  display: flex;
  justify-content: center;
  column-gap: 11px;
}
.my-account .MD-user-login .sign-up-form .icons ul li {
  background: rgb(235, 233, 233);
  border-radius: 117.949px;
  padding: 12px 12.5px;
  display: flex;
}
.my-account .MD-user-login .sign-up-form p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #202020;
}
@media (max-width: 767px) {
  .my-account .MD-user-login .sign-up-form p {
    font-size: 12px;
  }
}
.my-account .MD-user-login .sign-up-form .MD-btn {
  margin-top: 25px;
}
.my-account .MD-user-login .sign-up-form .bottom {
  border-top: 1px solid #e0e0e0;
  margin: 100px -60px 0;
  padding-top: 30px;
}
@media (max-width: 1100px) {
  .my-account .MD-user-login .sign-up-form .bottom {
    margin: 50px 0 0;
  }
}
.my-account .MD-user-login .sign-up-form .bottom .box {
  display: flex;
  margin: 0 70px 0;
  align-items: center;
}
@media (max-width: 1100px) {
  .my-account .MD-user-login .sign-up-form .bottom .box {
    margin: 0;
  }
}
.my-account .MD-user-login .sign-up-form .bottom .box .image span {
  width: 42px;
  height: 42px;
  background: rgb(235, 233, 233);
  border-radius: 50px;
  padding: 8px;
  display: flex;
  align-items: center;
}
.my-account .MD-user-login .sign-up-form .bottom .box .image span img {
  width: 24px;
}
.my-account .MD-user-login .sign-up-form .bottom .box p {
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  text-align: right;
  color: #848484;
  padding-right: 22px;
}
@media (max-width: 767px) {
  .my-account .MD-user-login .sign-up-form .bottom .box p {
    font-size: 10px;
    line-height: 17px;
  }
}
.my-account .MD-user-login .sign-up-form .bottom .box ~ .box {
  margin-top: 10px;
}
.my-account .MD-user-signup #register_form_alerts {
  border: 1px solid red;
  background: #fbe4e4;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: #000000 !important;
  border-top: 1px solid red !important;
  padding: 15px;
  border-radius: 6px;
}
.my-account .MD-user-signup .form-content {
  width: 474px;
  margin: 0 auto;
  padding: 50px;
  border: 1px solid #D9D9D9;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .my-account .MD-user-signup .form-content {
    width: 100%;
    padding: 20px;
  }
}
.my-account .MD-user-signup p.link {
  margin-top: 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #777777;
}
@media (max-width: 767px) {
  .my-account .MD-user-signup p.link {
    margin-top: 20px;
    font-weight: 400;
    font-size: 14px;
  }
}
.my-account .MD-user-signup p.link a {
  font-weight: bold;
  transition: all 0.3s ease;
  color: black;
}
.my-account .MD-user-signup p.link a:hover {
  text-decoration: underline;
  transition: all 0.3s ease;
}

.page_myaccount {
  padding-top: 100px;
  position: relative;
}
@media screen and (max-width: 999px) {
  .page_myaccount {
    padding-top: 0;
  }
}
.page_myaccount::before {
  content: "";
  display: inline-block;
  background-image: url("../img/icons/pattern.png");
  background-size: 60px;
  width: 180px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
@media screen and (max-width: 770px) {
  .page_myaccount::before {
    display: none;
  }
}
.page_myaccount .grid {
  position: relative;
  z-index: 99;
}
.page_myaccount .grid .page_content {
  padding-bottom: 50px;
  display: flex;
}
@media screen and (max-width: 770px) {
  .page_myaccount .grid .page_content {
    padding-bottom: 30px;
  }
}
@media (max-width: 999px) {
  .page_myaccount .grid .page_content {
    flex-direction: column;
  }
}
.page_myaccount .grid .page_content .section_nav {
  display: inline-block;
  width: 25%;
  margin-left: 20px;
}
@media (max-width: 999px) {
  .page_myaccount .grid .page_content .section_nav {
    width: 100%;
    margin-left: 0;
  }
}
.page_myaccount .grid .page_content .section_nav .box_nav {
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  padding: 35px;
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}
@media (max-width: 999px) {
  .page_myaccount .grid .page_content .section_nav .box_nav {
    padding: 20px 15px;
    margin: 0 -15px;
    background: #f6f6f6;
    border: 0;
    border-radius: 0px;
  }
}
.page_myaccount .grid .page_content .section_nav .box_nav::before {
  content: "";
  position: absolute;
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: 8px;
  background: #60A39B;
  left: 0;
  right: 0;
  top: 0;
}
@media (max-width: 999px) {
  .page_myaccount .grid .page_content .section_nav .box_nav::before {
    display: none;
  }
}
.page_myaccount .grid .page_content .section_nav .section_title {
  padding-bottom: 15px;
  border-bottom: 1px solid #D9D9D9;
}
@media (max-width: 999px) {
  .page_myaccount .grid .page_content .section_nav .section_title {
    padding-bottom: 10px;
  }
}
.page_myaccount .grid .page_content .section_nav .section_title span {
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
  color: #423C33;
  display: block;
  width: fit-content;
  padding: 3px 8px 3px 3px;
  position: relative;
}
.page_myaccount .grid .page_content .section_nav .section_title span.silver {
  background: linear-gradient(269.8deg, #e9e9e9 1.2%, #c9c9c9 99.83%);
}
.page_myaccount .grid .page_content .section_nav .section_title span.gold {
  background: linear-gradient(270deg, #FFC043 0%, #CB8803 100%);
}
.page_myaccount .grid .page_content .section_nav .section_title span.platinum {
  background: linear-gradient(270deg, #edc5cb 0%, #B76E79 100%);
}
.page_myaccount .grid .page_content .section_nav .section_title span::before {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-right: 5px solid white;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.page_myaccount .grid .page_content .section_nav .section_title h3 {
  padding-top: 10px;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #60A39B;
}
@media screen and (max-width: 767px) {
  .page_myaccount .grid .page_content .section_nav .section_title h3 {
    font-size: 15px;
    padding-top: 5px;
  }
}
@media (max-width: 767px) {
  .page_myaccount .grid .page_content .section_nav .myaccount_menu.desktop {
    display: none;
  }
}
.page_myaccount .grid .page_content .section_nav .myaccount_menu.mobile {
  display: none;
}
@media (max-width: 999px) {
  .page_myaccount .grid .page_content .section_nav .myaccount_menu.mobile {
    margin-top: 15px;
    display: block;
    margin-top: 12px;
    position: relative;
  }
}
.page_myaccount .grid .page_content .section_nav .myaccount_menu.mobile .txt {
  border: 1px solid #D9D9D9;
  background-color: white;
  border-radius: 6px;
  height: 52px;
  padding: 0;
  padding-left: 25px;
  padding-right: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100% !important;
  cursor: pointer;
  color: #C6537A;
  background-image: url("../img/MD_myaccount_icon/select-arrow.png");
  background-repeat: no-repeat;
  background-position: 5% center;
  background-size: 15px;
}
.page_myaccount .grid .page_content .section_nav .myaccount_menu.mobile .txt.active {
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
}
body.ltr .page_myaccount .grid .page_content .section_nav .myaccount_menu.mobile .txt {
  background-position: 95% center;
}
.page_myaccount .grid .page_content .section_nav .myaccount_menu.mobile .select_view {
  position: fixed;
  top: auto;
  max-width: 100%;
  transform: translateY(100%) !important;
  transition: 0.3s all ease-out;
  padding: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  border-radius: 30px 30px 0 0;
  z-index: 11111;
}
.page_myaccount .grid .page_content .section_nav .myaccount_menu.mobile .select_view.active {
  transform: translateY(0%) !important;
}
.page_myaccount .grid .page_content .section_nav .myaccount_menu.mobile .select_view li {
  padding: 12px 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #423C33;
}
.page_myaccount .grid .page_content .section_nav .myaccount_menu.mobile .select_view li.active {
  background: rgba(0, 0, 0, 0.05);
  color: #C6537A;
  font-weight: 400;
}
.page_myaccount .grid .page_content .section_nav .myaccount_menu.mobile .select_view li ~ li {
  border-top: 1px solid #D9D9D9;
}
.page_myaccount .grid .page_content .section_nav .myaccount_menu.mobile .select_view li.logout {
  color: #8c8c8c;
  font-size: 12px;
}
.page_myaccount .grid .page_content .section_nav .myaccount_menu.mobile .select_view li.icon_close {
  min-height: 60px;
  background: transparent;
}
.page_myaccount .grid .page_content .section_nav .myaccount_menu.mobile .select_view li.icon_close .MD-close {
  margin-right: auto;
  font-family: "Material Icons";
  position: absolute;
  top: 20px;
  left: 30px;
  font-size: 24px;
  color: #423C33;
  pointer-events: none;
}
.page_myaccount .grid .page_content .section_nav .myaccount_menu ul {
  padding: 20px 0;
}
@media screen and (max-width: 999px) {
  .page_myaccount .grid .page_content .section_nav .myaccount_menu ul {
    display: flex;
  }
  .page_myaccount .grid .page_content .section_nav .myaccount_menu ul:nth-child(2) {
    display: none;
  }
}
.page_myaccount .grid .page_content .section_nav .myaccount_menu ul li {
  padding-bottom: 10px;
}
.page_myaccount .grid .page_content .section_nav .myaccount_menu ul li:last-child {
  padding-bottom: 0;
}
.page_myaccount .grid .page_content .section_nav .myaccount_menu ul li a {
  position: relative;
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  width: 100%;
  color: #222222;
}
.page_myaccount .grid .page_content .section_nav .myaccount_menu ul li.logout a {
  color: #c5c5c5;
}
.page_myaccount .grid .page_content .section_nav .myaccount_menu ul li:hover a {
  color: #C6537A;
}
.page_myaccount .grid .page_content .section_nav .myaccount_menu ul li:hover.md_menu_overall a::before {
  background-image: url(../img/MD_myaccount_icon/menu/hamburger_active.png);
}
.page_myaccount .grid .page_content .section_nav .myaccount_menu ul li:hover.md_menu_addresse a::before {
  background-image: url(../img/MD_myaccount_icon/menu/addresse_active.png);
}
.page_myaccount .grid .page_content .section_nav .myaccount_menu ul li:hover.md_menu_wallet a::before {
  background-image: url(../img/MD_myaccount_icon/menu/wallet_active.png);
}
.page_myaccount .grid .page_content .section_nav .myaccount_menu ul li:hover.md_menu_wishlist a::before {
  background-image: url(../img/MD_myaccount_icon/menu/wallet_active.png);
}
.page_myaccount .grid .page_content .section_nav .myaccount_menu ul li:hover.md_menu_orders a::before {
  background-image: url(../img/MD_myaccount_icon/menu/shoppingbag_active.png);
}
.page_myaccount .grid .page_content .section_nav .myaccount_menu ul li:hover.md_menu_profile a::before {
  background-image: url(../img/MD_myaccount_icon/menu/user_active.png);
}
.page_myaccount .grid .page_content .section_nav .myaccount_menu ul li.active a {
  color: #C6537A;
}
.page_myaccount .grid .page_content .section_nav .myaccount_menu ul li.active.md_menu_overall a::before {
  background-image: url(../img/MD_myaccount_icon/menu/hamburger_active.png);
}
.page_myaccount .grid .page_content .section_nav .myaccount_menu ul li.active.md_menu_addresse a::before {
  background-image: url(../img/MD_myaccount_icon/menu/addresse_active.png);
}
.page_myaccount .grid .page_content .section_nav .myaccount_menu ul li.active.md_menu_wallet a::before {
  background-image: url(../img/MD_myaccount_icon/menu/wallet_active.png);
}
.page_myaccount .grid .page_content .section_nav .myaccount_menu ul li.active.md_menu_wishlist a::before {
  background-image: url(../img/MD_myaccount_icon/menu/wallet_active.png);
}
.page_myaccount .grid .page_content .section_nav .myaccount_menu ul li.active.md_menu_orders a::before {
  background-image: url(../img/MD_myaccount_icon/menu/shoppingbag_active.png);
}
.page_myaccount .grid .page_content .section_nav .myaccount_menu ul li.active.md_menu_profile a::before {
  background-image: url(../img/MD_myaccount_icon/menu/user_active.png);
}
.page_myaccount .grid .page_content .section_nav .myaccount_menu ul li:last-child {
  padding-bottom: 0;
}
.page_myaccount .grid .page_content .section_nav .myaccount_menu ul p {
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.4px;
  color: #6c757d;
  margin-bottom: 24px;
}
.page_myaccount .grid .page_content .section_nav .myaccount_menu ul.menu_myaccount li a, .page_myaccount .grid .page_content .section_nav .myaccount_menu ul.select_view li a {
  padding: 10px 0;
  padding-right: 40px;
}
.page_myaccount .grid .page_content .section_nav .myaccount_menu ul.menu_myaccount li a::before, .page_myaccount .grid .page_content .section_nav .myaccount_menu ul.select_view li a::before {
  content: "";
  width: 30px;
  height: 30px;
  background: #F6F6F6;
  border-radius: 50px;
  margin: auto;
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
  position: absolute;
  right: 0px;
  top: 4px;
}
.page_myaccount .grid .page_content .section_nav .myaccount_menu ul.menu_myaccount li.md_menu_overall a::before, .page_myaccount .grid .page_content .section_nav .myaccount_menu ul.select_view li.md_menu_overall a::before {
  background-image: url(../img/MD_myaccount_icon/menu/hamburger.png);
}
.page_myaccount .grid .page_content .section_nav .myaccount_menu ul.menu_myaccount li.md_menu_addresse a::before, .page_myaccount .grid .page_content .section_nav .myaccount_menu ul.select_view li.md_menu_addresse a::before {
  background-image: url(../img/MD_myaccount_icon/menu/addresse.png);
}
.page_myaccount .grid .page_content .section_nav .myaccount_menu ul.menu_myaccount li.md_menu_wallet a::before, .page_myaccount .grid .page_content .section_nav .myaccount_menu ul.select_view li.md_menu_wallet a::before {
  background-image: url(../img/MD_myaccount_icon/menu/wallet.png);
}
.page_myaccount .grid .page_content .section_nav .myaccount_menu ul.menu_myaccount li.md_menu_wishlist a::before, .page_myaccount .grid .page_content .section_nav .myaccount_menu ul.select_view li.md_menu_wishlist a::before {
  background-image: url(../img/MD_myaccount_icon/menu/heart.png);
}
.page_myaccount .grid .page_content .section_nav .myaccount_menu ul.menu_myaccount li.md_menu_orders a::before, .page_myaccount .grid .page_content .section_nav .myaccount_menu ul.select_view li.md_menu_orders a::before {
  background-image: url(../img/MD_myaccount_icon/menu/shoppingbag.png);
}
.page_myaccount .grid .page_content .section_nav .myaccount_menu ul.menu_myaccount li.md_menu_profile a::before, .page_myaccount .grid .page_content .section_nav .myaccount_menu ul.select_view li.md_menu_profile a::before {
  background-image: url(../img/MD_myaccount_icon/menu/user.png);
}
.page_myaccount .grid .page_content .section_nav .myaccount_menu ul.menu_myaccount li:hover.md_menu_overall a::before, .page_myaccount .grid .page_content .section_nav .myaccount_menu ul.select_view li:hover.md_menu_overall a::before {
  background-image: url(../img/MD_myaccount_icon/menu/hamburger_active.png);
}
.page_myaccount .grid .page_content .section_nav .myaccount_menu ul.menu_myaccount li:hover.md_menu_addresse a::before, .page_myaccount .grid .page_content .section_nav .myaccount_menu ul.select_view li:hover.md_menu_addresse a::before {
  background-image: url(../img/MD_myaccount_icon/menu/addresse_active.png);
}
.page_myaccount .grid .page_content .section_nav .myaccount_menu ul.menu_myaccount li:hover.md_menu_wallet a::before, .page_myaccount .grid .page_content .section_nav .myaccount_menu ul.select_view li:hover.md_menu_wallet a::before {
  background-image: url(../img/MD_myaccount_icon/menu/wallet_active.png);
}
.page_myaccount .grid .page_content .section_nav .myaccount_menu ul.menu_myaccount li:hover.md_menu_wishlist a::before, .page_myaccount .grid .page_content .section_nav .myaccount_menu ul.select_view li:hover.md_menu_wishlist a::before {
  background-image: url(../img/MD_myaccount_icon/menu/heart_active.png);
}
.page_myaccount .grid .page_content .section_nav .myaccount_menu ul.menu_myaccount li:hover.md_menu_orders a::before, .page_myaccount .grid .page_content .section_nav .myaccount_menu ul.select_view li:hover.md_menu_orders a::before {
  background-image: url(../img/MD_myaccount_icon/menu/shoppingbag_active.png);
}
.page_myaccount .grid .page_content .section_nav .myaccount_menu ul.menu_myaccount li:hover.md_menu_profile a::before, .page_myaccount .grid .page_content .section_nav .myaccount_menu ul.select_view li:hover.md_menu_profile a::before {
  background-image: url(../img/MD_myaccount_icon/menu/user_active.png);
}
.page_myaccount .grid .page_content .section_nav .myaccount_menu ul.menu_myaccount li.active.md_menu_overall a::before, .page_myaccount .grid .page_content .section_nav .myaccount_menu ul.select_view li.active.md_menu_overall a::before {
  background-image: url(../img/MD_myaccount_icon/menu/hamburger_active.png);
}
.page_myaccount .grid .page_content .section_nav .myaccount_menu ul.menu_myaccount li.active.md_menu_addresse a::before, .page_myaccount .grid .page_content .section_nav .myaccount_menu ul.select_view li.active.md_menu_addresse a::before {
  background-image: url(../img/MD_myaccount_icon/menu/addresse_active.png);
}
.page_myaccount .grid .page_content .section_nav .myaccount_menu ul.menu_myaccount li.active.md_menu_wallet a::before, .page_myaccount .grid .page_content .section_nav .myaccount_menu ul.select_view li.active.md_menu_wallet a::before {
  background-image: url(../img/MD_myaccount_icon/menu/wallet_active.png);
}
.page_myaccount .grid .page_content .section_nav .myaccount_menu ul.menu_myaccount li.active.md_menu_wishlist a::before, .page_myaccount .grid .page_content .section_nav .myaccount_menu ul.select_view li.active.md_menu_wishlist a::before {
  background-image: url(../img/MD_myaccount_icon/menu/heart_active.png);
}
.page_myaccount .grid .page_content .section_nav .myaccount_menu ul.menu_myaccount li.active.md_menu_orders a::before, .page_myaccount .grid .page_content .section_nav .myaccount_menu ul.select_view li.active.md_menu_orders a::before {
  background-image: url(../img/MD_myaccount_icon/menu/shoppingbag_active.png);
}
.page_myaccount .grid .page_content .section_nav .myaccount_menu ul.menu_myaccount li.active.md_menu_profile a::before, .page_myaccount .grid .page_content .section_nav .myaccount_menu ul.select_view li.active.md_menu_profile a::before {
  background-image: url(../img/MD_myaccount_icon/menu/user_active.png);
}
@media screen and (max-width: 999px) {
  .page_myaccount .grid .page_content .section_nav .myaccount_menu ul.select_view {
    display: block;
  }
  .page_myaccount .grid .page_content .section_nav .myaccount_menu ul.select_view:nth-child(2) {
    display: block;
  }
}
.page_myaccount .grid .page_content .section_nav .myaccount_menu ul.menusupport_myaccount {
  padding: 30px 0 0;
  border-top: 1px solid #D9D9D9;
}
.page_myaccount .grid .page_content .dashbord {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 75%;
  padding: 0 30px;
}
@media (max-width: 999px) {
  .page_myaccount .grid .page_content .dashbord {
    width: 100%;
    padding: 15px 0 0;
  }
}
.page_myaccount .grid .page_content .dashbord .dashboard-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 31px;
  color: #423C33;
  padding-bottom: 20px;
  border-bottom: 1px solid #D9D9D9;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .page_myaccount .grid .page_content .dashbord .dashboard-title {
    border-bottom: 0;
    padding-bottom: 15px;
    font-size: 18px;
  }
}
.page_myaccount .grid .page_content .dashbord .overview .success-message {
  margin: 27px 0 0 !important;
}
.page_myaccount .grid .page_content .dashbord .overview .welcome-box {
  padding: 25px 0 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #D9D9D9;
}
@media (max-width: 999px) {
  .page_myaccount .grid .page_content .dashbord .overview .welcome-box {
    flex-direction: column;
    align-items: start;
    row-gap: 25px;
    padding: 15px 0 25px;
  }
}
.page_myaccount .grid .page_content .dashbord .overview .welcome-box .left {
  width: calc(100% - 330px);
}
@media (max-width: 999px) {
  .page_myaccount .grid .page_content .dashbord .overview .welcome-box .left {
    width: 100%;
  }
}
.page_myaccount .grid .page_content .dashbord .overview .welcome-box .left h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  color: #423C33;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .page_myaccount .grid .page_content .dashbord .overview .welcome-box .left h3 {
    font-size: 16px;
    line-height: 22px;
  }
}
.page_myaccount .grid .page_content .dashbord .overview .welcome-box .left p {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #747474;
}
@media (max-width: 767px) {
  .page_myaccount .grid .page_content .dashbord .overview .welcome-box .left p {
    font-size: 12px;
  }
}
.page_myaccount .grid .page_content .dashbord .overview .welcome-box .right {
  width: 330px;
  padding-right: 30px;
}
@media (max-width: 999px) {
  .page_myaccount .grid .page_content .dashbord .overview .welcome-box .right {
    width: 100%;
    padding-right: 0;
  }
}
.page_myaccount .grid .page_content .dashbord .overview .welcome-box .right .points {
  padding: 22px;
  background: rgb(237, 248, 247);
  border: 2px solid #47a59b;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .page_myaccount .grid .page_content .dashbord .overview .welcome-box .right .points {
    padding: 14px 15px 12px;
  }
}
.page_myaccount .grid .page_content .dashbord .overview .welcome-box .right .points .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page_myaccount .grid .page_content .dashbord .overview .welcome-box .right .points .title p {
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  color: #423C33;
}
.page_myaccount .grid .page_content .dashbord .overview .welcome-box .right .points .title h4 {
  font-weight: 600;
  font-size: 10px;
  line-height: 22px;
  color: #423C33;
}
@media (max-width: 767px) {
  .page_myaccount .grid .page_content .dashbord .overview .welcome-box .right .points .title h4 {
    font-size: 16px;
  }
}
.page_myaccount .grid .page_content .dashbord .overview .welcome-box .right .points .title h4 span {
  font-size: 14px;
}
.page_myaccount .grid .page_content .dashbord .overview .sharebutton .sharebutton_title {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #423C33;
}
@media (max-width: 767px) {
  .page_myaccount .grid .page_content .dashbord .overview .sharebutton .sharebutton_title {
    font-size: 16px;
    line-height: 22px;
  }
}
.page_myaccount .grid .page_content .dashbord .overview .sharebutton .sharebutton_subtitle {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #747474;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .page_myaccount .grid .page_content .dashbord .overview .sharebutton .sharebutton_subtitle {
    font-size: 12px;
  }
}
.page_myaccount .grid .page_content .dashbord .overview .sharebutton .details {
  position: relative;
  display: flex;
  padding: 8px 15px;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
  background: rgb(243, 244, 249);
  border: 1px solid #172B85;
  border-style: dashed;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .page_myaccount .grid .page_content .dashbord .overview .sharebutton .details {
    padding: 10px 15px;
  }
}
.page_myaccount .grid .page_content .dashbord .overview .sharebutton .details .left {
  column-gap: 8px;
  display: flex;
  align-items: center;
}
.page_myaccount .grid .page_content .dashbord .overview .sharebutton .details .left .link_copy {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #423C33;
  align-self: flex-end;
}
@media (max-width: 767px) {
  .page_myaccount .grid .page_content .dashbord .overview .sharebutton .details .left .link_copy {
    font-size: 12px;
  }
}
.page_myaccount .grid .page_content .dashbord .overview .sharebutton .details .right button {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  color: #172B85;
  transition: all 0.3s ease;
  border: 1px solid #172B85;
  border-radius: 50px;
  padding: 8px 20px;
}
@media (max-width: 767px) {
  .page_myaccount .grid .page_content .dashbord .overview .sharebutton .details .right button {
    font-size: 12px;
  }
  .page_myaccount .grid .page_content .dashbord .overview .sharebutton .details .right button:hover {
    background: transparent !important;
    color: #172B85 !important;
  }
}
.page_myaccount .grid .page_content .dashbord .overview .sharebutton .details .right button:hover {
  background: #172B85;
  color: white;
}
.page_myaccount .grid .page_content .dashbord .overview .sharebutton .details .right .copied-message {
  position: absolute;
  font-size: 12px;
  left: 12px;
  top: 9px;
  background: #172B85;
  color: white;
  border-radius: 50px;
  padding: 10px 20px;
  display: none;
  cursor: pointer;
}
body.ltr .page_myaccount .grid .page_content .dashbord .overview .sharebutton .details .right .copied-message {
  padding: 12px 40px;
  top: 8px;
}
.page_myaccount .grid .page_content .dashbord .overview .sharebutton .details .right .copied-message.active {
  display: block;
}
@media (max-width: 767px) {
  .page_myaccount .grid .page_content .dashbord .overview .sharebutton .details .right .copied-message {
    display: none;
    left: 14px;
    top: 9px;
    padding: 12px 15px;
  }
}
.page_myaccount .grid .page_content .dashbord .overview .order-details .MD-orders-list {
  margin-top: 0px;
}
.page_myaccount .grid .page_content .dashbord .overview .section ~ .section {
  padding: 50px 0;
  border-bottom: 1px solid #D9D9D9;
}
@media (max-width: 767px) {
  .page_myaccount .grid .page_content .dashbord .overview .section ~ .section {
    padding: 30px 0;
  }
}
.page_myaccount .grid .page_content .dashbord .overview .section:last-child {
  border-bottom: 0;
}
.page_myaccount .grid .page_content .dashbord .overview .section .section-title-basic {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #423C33;
  padding-bottom: 15px;
}
.page_myaccount .grid .page_content .dashbord .overview .account-info .boxes {
  display: flex;
  column-gap: 27px;
}
@media (max-width: 767px) {
  .page_myaccount .grid .page_content .dashbord .overview .account-info .boxes {
    flex-direction: column;
    row-gap: 15px;
  }
}
.page_myaccount .grid .page_content .dashbord .overview .account-info .boxes .change-info {
  width: calc(50% - 13px);
  padding: 25px;
  position: relative;
  background: #f6f6f6;
  border: 1px solid #D9D9D9;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .page_myaccount .grid .page_content .dashbord .overview .account-info .boxes .change-info {
    width: 100%;
  }
}
.page_myaccount .grid .page_content .dashbord .overview .account-info .boxes .change-info .title {
  font-weight: 600;
  font-size: 14px;
  line-height: 23px;
  color: #423C33;
  padding-bottom: 12px;
  display: flex;
  align-items: center;
}
.page_myaccount .grid .page_content .dashbord .overview .account-info .boxes .change-info .title img {
  margin-top: -5px;
  margin-left: 8px;
}
.page_myaccount .grid .page_content .dashbord .overview .account-info .boxes .change-info .link_edit_info {
  position: absolute;
  bottom: 15px;
  left: 20px;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: black;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  padding: 10px 15px;
  column-gap: 7px;
  background-color: #a4e0d9;
  transition: all 0.3s ease;
  border-radius: 50px;
}
.page_myaccount .grid .page_content .dashbord .overview .account-info .boxes .change-info .link_edit_info::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/MD_myaccount_icon/pencil.png);
  margin: auto;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.3s ease;
  background-size: 18px;
}
.page_myaccount .grid .page_content .dashbord .overview .account-info .boxes .change-info .link_edit_info:hover {
  transform: scale(1.05);
}
body.ltr .page_myaccount .grid .page_content .dashbord .addresses .empty-content .MD-btn-add {
  width: 200px;
}
body.ltr .page_myaccount .grid .page_content .dashbord .addresses .dashboard-title .MD-btn-add {
  width: 200px;
}
@media (max-width: 999px) {
  .page_myaccount .grid .page_content .dashbord .addresses .dashboard-title .MD-btn-add {
    display: none;
  }
}
.page_myaccount .grid .page_content .dashbord .addresses .real-data {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 999px) {
  .page_myaccount .grid .page_content .dashbord .addresses .real-data {
    margin-top: 10px;
  }
}
.page_myaccount .grid .page_content .dashbord .addresses .real-data .MD-btn-add {
  display: none;
}
@media (max-width: 999px) {
  .page_myaccount .grid .page_content .dashbord .addresses .real-data .MD-btn-add {
    text-align: center;
    display: block;
    width: 100%;
    padding: 16px 3px;
    margin-top: 20px;
    background-size: 0;
  }
}
.page_myaccount .grid .page_content .dashbord .addresses .real-data .single-address {
  width: 50%;
  padding: 25px 10px 0;
}
@media screen and (max-width: 800px) {
  .page_myaccount .grid .page_content .dashbord .addresses .real-data .single-address {
    width: 100%;
    padding: 25px 0 0;
  }
}
.page_myaccount .grid .page_content .dashbord .addresses .real-data .single-address:first-child {
  width: 98%;
  padding: 0 10px;
}
@media screen and (max-width: 800px) {
  .page_myaccount .grid .page_content .dashbord .addresses .real-data .single-address:first-child {
    width: 100%;
    padding: 0;
  }
}
.page_myaccount .grid .page_content .dashbord .addresses .real-data .single-address:first-child .box {
  width: 50%;
}
@media screen and (max-width: 800px) {
  .page_myaccount .grid .page_content .dashbord .addresses .real-data .single-address:first-child .box {
    width: 100%;
  }
}
.page_myaccount .grid .page_content .dashbord .addresses .real-data .single-address .box {
  border: 1px solid #D9D9D9;
  border-radius: 6px;
  display: flex;
  padding: 20px 20px 10px;
  background: white;
}
.page_myaccount .grid .page_content .dashbord .addresses .real-data .single-address .box .side_info {
  width: 98%;
}
.page_myaccount .grid .page_content .dashbord .addresses .real-data .single-address .box .side_info .title {
  font-weight: 600;
  font-size: 14px;
  line-height: 23px;
  color: #423C33;
  padding-bottom: 10px;
}
.page_myaccount .grid .page_content .dashbord .addresses .real-data .single-address .box .side_click {
  width: 2%;
}
.page_myaccount .grid .page_content .dashbord .addresses .real-data .single-address .box .side_click .MD-menu {
  position: relative;
}
.page_myaccount .grid .page_content .dashbord .addresses .real-data .single-address .box .side_click .MD-menu .menu-icon {
  height: 23px;
  background-image: url(../img/MD_myaccount_icon/dots.png);
  background-repeat: no-repeat;
  background-size: 5px;
  display: block;
  cursor: pointer;
  position: absolute;
  right: -20px;
  top: 0;
  width: 50px;
  background-position-x: 15px;
  transition: all 0.3s ease;
}
.page_myaccount .grid .page_content .dashbord .addresses .real-data .single-address .box .side_click .list {
  display: none;
  position: absolute;
  background: #ffffff;
  top: 20px;
  left: 0px;
  width: 160px;
  border: 1px solid #D9D9D9;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
}
@media (max-width: 767px) {
  .page_myaccount .grid .page_content .dashbord .addresses .real-data .single-address .box .side_click .list {
    left: 0;
  }
}
.page_myaccount .grid .page_content .dashbord .addresses .real-data .single-address .box .side_click .list ul li a {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #423C33;
  transition: all 0.3s ease;
  display: block;
  padding: 14px 10px;
}
.page_myaccount .grid .page_content .dashbord .addresses .real-data .single-address .box .side_click .list ul li ~ li {
  border-top: 0.5px solid #AF9751;
}
.page_myaccount .grid .page_content .dashbord .addresses .real-data .single-address .box .side_click .list ul li.edit-address {
  background-image: url("../img/MD_myaccount_icon/pencil.png");
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 15px;
}
.page_myaccount .grid .page_content .dashbord .addresses .real-data .single-address .box .side_click .list ul li.edit-address a {
  padding: 14px 30px 14px 10px;
}
.page_myaccount .grid .page_content .dashbord .addresses .real-data .single-address .box .side_click .list ul li.red a {
  color: #f44336;
}
.page_myaccount .grid .page_content .dashbord .addresses .real-data .single-address .box .side_click .list ul li.red:hover a {
  color: #f44336;
  font-weight: 600;
}
.page_myaccount .grid .page_content .dashbord .addresses .real-data .single-address .box .side_click .list ul li:hover a {
  color: #C6537A;
}
.page_myaccount .grid .page_content .dashbord .profile_edit .section_form {
  max-width: 490px;
  padding-top: 30px;
}
@media (max-width: 479px) {
  .page_myaccount .grid .page_content .dashbord .profile_edit .section_form {
    padding-top: 0;
  }
}
.page_myaccount .grid .page_content .dashbord .profile_edit .section_form .MD-inputs {
  border-radius: 6px;
  padding: 10px 30px 30px;
  border: 1px solid #D9D9D9;
}
@media (max-width: 479px) {
  .page_myaccount .grid .page_content .dashbord .profile_edit .section_form .MD-inputs {
    padding: 25px 20px;
  }
}
.page_myaccount .grid .page_content .dashbord .profile_edit .section_form .MD-inputs input[type=email] {
  opacity: 0.5;
}
.page_myaccount .grid .page_content .dashbord .profile_edit .section_form .MD-inputs .MD-btn {
  width: 150px;
  font-size: 14px;
  padding: 12px 0;
}
@media (max-width: 767px) {
  .page_myaccount .grid .page_content .dashbord .profile_edit .section_form .MD-inputs .MD-btn {
    width: 100%;
  }
}
.page_myaccount .grid .page_content .dashbord .profile_edit .change-passsword-div a {
  padding: 20px 0;
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #C6537A;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .page_myaccount .grid .page_content .dashbord .profile_edit .change-passsword-div a {
    text-align: center;
  }
}
.page_myaccount .grid .page_content .dashbord .profile_edit .change-passsword-div a:hover {
  transition: all 0.3s ease;
  text-decoration-line: underline;
}
.page_myaccount .grid .page_content .dashbord .order-details .dashboard-title {
  position: relative;
  font-size: 24px;
  display: block;
}
.page_myaccount .grid .page_content .dashbord .order-details .dashboard-title .btn_back {
  width: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  background: #ffffff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.12);
  border-radius: 50%;
  position: absolute;
  top: -2px;
  left: 0;
  transition: all 0.3s ease;
}
.page_myaccount .grid .page_content .dashbord .order-details .dashboard-title .btn_back:hover {
  margin-right: -10px;
  transition: all 0.3s ease;
}
.page_myaccount .grid .page_content .dashbord .order-details .dashboard-title .btn_back:before {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(../img/MD_myaccount_icon/arrow_back.png);
  background-repeat: no-repeat;
  background-size: 12px;
}
.page_myaccount .grid .page_content .dashbord .order-details .dashboard-title span {
  font-weight: 700;
  color: #AF9751;
}
.page_myaccount .grid .page_content .dashbord .order-details .section-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #423C33;
  padding-bottom: 10px;
}
.page_myaccount .grid .page_content .dashbord .order-details .track-order {
  padding: 25px 0 0;
}
.page_myaccount .grid .page_content .dashbord .order-details .track-order .top ul li {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #979797;
}
.page_myaccount .grid .page_content .dashbord .order-details .track-order .top ul li span {
  font-weight: 700;
  color: black;
  display: inline-block;
  margin-right: 6px;
}
.page_myaccount .grid .page_content .dashbord .order-details .track-order .top ul li ~ li {
  margin-top: 13px;
}
.page_myaccount .grid .page_content .dashbord .order-details .track-order .bottom {
  padding: 60px 0 30px;
}
@media (max-width: 767px) {
  .page_myaccount .grid .page_content .dashbord .order-details .track-order .bottom {
    padding: 30px 0 10px;
  }
}
.page_myaccount .grid .page_content .dashbord .order-details .track-order .bottom .track-bar .order_setup {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .page_myaccount .grid .page_content .dashbord .order-details .track-order .bottom .track-bar .order_setup {
    flex-direction: column;
  }
}
.page_myaccount .grid .page_content .dashbord .order-details .track-order .bottom .track-bar .order_setup .step {
  position: relative;
}
@media (max-width: 767px) {
  .page_myaccount .grid .page_content .dashbord .order-details .track-order .bottom .track-bar .order_setup .step {
    display: flex;
    padding: 25px 0;
    align-items: center;
    column-gap: 10px;
  }
  .page_myaccount .grid .page_content .dashbord .order-details .track-order .bottom .track-bar .order_setup .step:first-child {
    padding-top: 0;
  }
  .page_myaccount .grid .page_content .dashbord .order-details .track-order .bottom .track-bar .order_setup .step:last-child {
    padding-bottom: 0;
  }
}
.page_myaccount .grid .page_content .dashbord .order-details .track-order .bottom .track-bar .order_setup .step.done .icon {
  background-color: #C6537A;
}
.page_myaccount .grid .page_content .dashbord .order-details .track-order .bottom .track-bar .order_setup .step.done .icon::before {
  background: #C6537A;
}
.page_myaccount .grid .page_content .dashbord .order-details .track-order .bottom .track-bar .order_setup .step.done .icon::after {
  background: #C6537A;
}
.page_myaccount .grid .page_content .dashbord .order-details .track-order .bottom .track-bar .order_setup .step.done .icon i {
  opacity: 1;
}
.page_myaccount .grid .page_content .dashbord .order-details .track-order .bottom .track-bar .order_setup .step.done .icon .num {
  opacity: 0;
}
.page_myaccount .grid .page_content .dashbord .order-details .track-order .bottom .track-bar .order_setup .step .icon {
  width: 35px;
  height: 35px;
  margin: 0 auto 10px;
  border-radius: 50%;
  display: flex;
  border: 2px solid #C6537A;
  align-items: center;
  background-color: #F9F4E8;
}
@media (max-width: 767px) {
  .page_myaccount .grid .page_content .dashbord .order-details .track-order .bottom .track-bar .order_setup .step .icon {
    margin: 0;
  }
}
.page_myaccount .grid .page_content .dashbord .order-details .track-order .bottom .track-bar .order_setup .step .icon i {
  font-size: 24px;
  opacity: 0;
  color: white;
  font-weight: 800;
  position: absolute;
  top: 5px;
  width: 28px;
  margin-left: 3px;
}
@media (max-width: 767px) {
  .page_myaccount .grid .page_content .dashbord .order-details .track-order .bottom .track-bar .order_setup .step .icon i {
    font-size: 20px;
    top: 32px;
    right: 0;
  }
}
.page_myaccount .grid .page_content .dashbord .order-details .track-order .bottom .track-bar .order_setup .step .icon .num {
  font-size: 16px;
  opacity: 1;
  color: #423C33;
  font-weight: 500;
  position: absolute;
  top: 11px;
  width: 32px;
  height: 28px;
  text-align: center;
}
@media (max-width: 767px) {
  .page_myaccount .grid .page_content .dashbord .order-details .track-order .bottom .track-bar .order_setup .step .icon .num {
    font-size: 14px;
    top: 35px;
  }
}
.page_myaccount .grid .page_content .dashbord .order-details .track-order .bottom .track-bar .order_setup .step .icon:before {
  content: "";
  height: 2px;
  width: 130px;
  position: absolute;
  left: auto;
  z-index: -1;
  right: -75px;
  background: #DDE1EB;
}
@media (max-width: 767px) {
  .page_myaccount .grid .page_content .dashbord .order-details .track-order .bottom .track-bar .order_setup .step .icon:before {
    height: 40px;
    width: 1px;
    right: 16px;
    top: 0;
  }
}
.page_myaccount .grid .page_content .dashbord .order-details .track-order .bottom .track-bar .order_setup .step .icon:after {
  left: -71px;
  content: "";
  height: 2px;
  width: 120px;
  position: absolute;
  z-index: -1;
  background: #DDE1EB;
}
@media (max-width: 767px) {
  .page_myaccount .grid .page_content .dashbord .order-details .track-order .bottom .track-bar .order_setup .step .icon:after {
    left: auto;
    right: 16px;
    height: 40px;
    width: 1px;
    bottom: 0;
  }
}
.page_myaccount .grid .page_content .dashbord .order-details .track-order .bottom .track-bar .order_setup .step .text h4 {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #423C33;
}
@media (max-width: 767px) {
  .page_myaccount .grid .page_content .dashbord .order-details .track-order .bottom .track-bar .order_setup .step:first-child .icon i {
    top: 7px;
  }
}
.page_myaccount .grid .page_content .dashbord .order-details .track-order .bottom .track-bar .order_setup .step:first-child .icon::before {
  opacity: 0;
}
.page_myaccount .grid .page_content .dashbord .order-details .track-order .bottom .track-bar .order_setup .step:last-child .icon::after {
  opacity: 0;
}
.page_myaccount .grid .page_content .dashbord .order-details .items-list {
  padding: 25px 0;
}
.page_myaccount .grid .page_content .dashbord .order-details .items-list .all_items {
  background: #f6f6f6;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  padding: 20px;
}
.page_myaccount .grid .page_content .dashbord .order-details .items-list .all_items .single-item {
  display: flex;
  column-gap: 10px;
}
.page_myaccount .grid .page_content .dashbord .order-details .items-list .all_items .single-item .image {
  width: 80px;
  height: 80px;
}
.page_myaccount .grid .page_content .dashbord .order-details .items-list .all_items .single-item .image a img {
  width: 100%;
  height: 100%;
}
.page_myaccount .grid .page_content .dashbord .order-details .items-list .all_items .single-item .details {
  width: calc(100% - 80px);
}
.page_myaccount .grid .page_content .dashbord .order-details .items-list .all_items .single-item .details .title {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: #423C33;
}
.page_myaccount .grid .page_content .dashbord .order-details .items-list .all_items .single-item .details .variations {
  padding-top: 7px;
}
.page_myaccount .grid .page_content .dashbord .order-details .items-list .all_items .single-item .details .variations li {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #6c757d;
  display: flex;
  align-items: center;
  column-gap: 3px;
}
.page_myaccount .grid .page_content .dashbord .order-details .items-list .all_items .single-item .details .variations li.color span {
  display: inline-block;
  border-radius: 50%;
  width: 14px;
  height: 14px;
}
.page_myaccount .grid .page_content .dashbord .order-details .items-list .all_items .single-item .details .variations li ~ li {
  margin-top: 8px;
}
.page_myaccount .grid .page_content .dashbord .order-details .items-list .all_items .single-item .details .quantity {
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #6c757d;
  padding-top: 18px;
}
.page_myaccount .grid .page_content .dashbord .order-details .items-list .all_items .single-item .details .prices {
  display: flex;
  justify-content: space-between;
}
.page_myaccount .grid .page_content .dashbord .order-details .items-list .all_items .single-item .details .prices p {
  font-weight: 700;
  font-size: 10px;
  line-height: 16px;
  color: #70787f;
}
@media (max-width: 767px) {
  .page_myaccount .grid .page_content .dashbord .order-details .items-list .all_items .single-item .details .prices p {
    font-size: 8px;
  }
}
.page_myaccount .grid .page_content .dashbord .order-details .items-list .all_items .single-item .details .prices p.sale {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-decoration-line: line-through;
  color: #777777;
}
.page_myaccount .grid .page_content .dashbord .order-details .items-list .all_items .single-item .details .prices .total-price p {
  font-size: 15px;
  color: #C6537A;
}
@media (max-width: 767px) {
  .page_myaccount .grid .page_content .dashbord .order-details .items-list .all_items .single-item .details .prices .total-price p {
    font-size: 12px;
  }
}
.page_myaccount .grid .page_content .dashbord .order-details .items-list .all_items .single-item ~ .single-item {
  margin-top: 27px;
  padding-top: 27px;
  border-top: 1px solid #D9D9D9;
}
.page_myaccount .grid .page_content .dashbord .order-details .shipping-info {
  padding-top: 25px;
}
.page_myaccount .grid .page_content .dashbord .order-details .shipping-info .details p {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #423C33;
}
@media (max-width: 767px) {
  .page_myaccount .grid .page_content .dashbord .order-details .shipping-info .details .MD-row.half {
    width: 100%;
  }
}
.page_myaccount .grid .page_content .dashbord .order-details .payment-method {
  padding: 25px 0 15px;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}
.page_myaccount .grid .page_content .dashbord .order-details .payment-method .MD-row label {
  font-weight: 600;
  font-size: 14px;
}
.page_myaccount .grid .page_content .dashbord .order-details .final-price {
  padding: 25px 0;
}
.page_myaccount .grid .page_content .dashbord .order-details .final-price .MD-row {
  display: flex;
  justify-content: space-between;
}
.page_myaccount .grid .page_content .dashbord .order-details .final-price .MD-row .title {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #979797;
}
.page_myaccount .grid .page_content .dashbord .order-details .final-price .MD-row .price {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #423C33;
}
.page_myaccount .grid .page_content .dashbord .order-details .final-price .MD-row.total .title {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #979797;
}
.page_myaccount .grid .page_content .dashbord .order-details .final-price .MD-row.total .price {
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
}
.page_myaccount .grid .page_content .dashbord .order-details .buttons {
  display: flex;
  justify-content: flex-end;
  column-gap: 13px;
}
.page_myaccount .grid .page_content .dashbord .order-details .buttons a {
  width: 200px;
  margin: 0;
  background-color: #efeadc;
  color: #AF9751;
  font-size: 16px;
  transition: all 0.3s ease;
}
.page_myaccount .grid .page_content .dashbord .order-details .buttons a:hover {
  background-color: #AF9751;
  color: white;
}
.page_myaccount .grid .page_content .dashbord .wishlist .product_container {
  padding-top: 30px;
}
@media screen and (max-width: 770px) {
  .page_myaccount .grid .page_content .dashbord .wishlist .product_container {
    padding-top: 10px;
  }
}
.page_myaccount .grid .page_content .dashbord .wishlist .product_container .products_list .product_widget {
  width: 33.3333333333%;
  padding: 0 7px 14px;
}
@media screen and (max-width: 770px) {
  .page_myaccount .grid .page_content .dashbord .wishlist .product_container .products_list .product_widget {
    width: 50%;
    padding-bottom: 14px;
  }
}
.page_myaccount .grid .page_content .dashbord .wishlist .product_container .products_list .product_widget .product_widget_box .text .section_title .title {
  line-height: 22px;
  font-size: 14px;
}
.page_myaccount .grid .page_content .dashbord .wishlist .product_container .products_list .product_widget .product_widget_box .text .section_title span {
  width: 20px;
}
.page_myaccount .grid .page_content .dashbord .wishlist .product_container .products_list .product_widget .product_widget_box .text .price {
  font-size: 16px;
}
.page_myaccount .grid .page_content .dashbord .my-wallet .topbBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 30px;
}
.page_myaccount .grid .page_content .dashbord .my-wallet .topbBox .left {
  width: 100%;
}
.page_myaccount .grid .page_content .dashbord .my-wallet .topbBox .left h1 {
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  color: #423C33;
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  .page_myaccount .grid .page_content .dashbord .my-wallet .topbBox .left h1 {
    font-size: 18px;
  }
}
.page_myaccount .grid .page_content .dashbord .my-wallet .topbBox .left .description {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #747474;
}
@media (max-width: 767px) {
  .page_myaccount .grid .page_content .dashbord .my-wallet .topbBox .left .description {
    font-size: 12px;
  }
}
.page_myaccount .grid .page_content .dashbord .my-wallet .topbBox .right {
  display: none;
  width: 160px;
  padding-left: 30px;
}
.page_myaccount .grid .page_content .dashbord .my-wallet .topbBox .right .MD-btn-add {
  width: 100%;
}
.page_myaccount .grid .page_content .dashbord .my-wallet .points {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgb(247, 245, 238);
  border: 0.891892px solid #AF9751;
  border-radius: 4px;
  padding: 20px 20px 17px;
  margin: 25px 0;
}
@media (max-width: 767px) {
  .page_myaccount .grid .page_content .dashbord .my-wallet .points {
    padding: 14px 15px 12px;
  }
}
.page_myaccount .grid .page_content .dashbord .my-wallet .points p {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 1px;
  color: #423C33;
}
@media (max-width: 767px) {
  .page_myaccount .grid .page_content .dashbord .my-wallet .points p {
    font-size: 14px;
  }
}
.page_myaccount .grid .page_content .dashbord .my-wallet .points .right {
  text-align: right;
}
.page_myaccount .grid .page_content .dashbord .my-wallet .points .right .title h4 {
  font-weight: 700;
  font-size: 21px;
  line-height: 26px;
  color: #AF9751;
}
@media (max-width: 767px) {
  .page_myaccount .grid .page_content .dashbord .my-wallet .points .right .title h4 {
    font-size: 16px;
  }
}
.page_myaccount .grid .page_content .dashbord .my-wallet .points .right .title h4 span {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.page_myaccount .grid .page_content .dashbord .my-wallet .points .right .progress {
  background: #e8e8e8;
  height: 7px;
  margin: 12px 0;
}
.page_myaccount .grid .page_content .dashbord .my-wallet .points .right .progress .bar {
  background: #b5b1e3;
  height: 100%;
}
.page_myaccount .grid .page_content .dashbord .my-wallet .points .right .message {
  font-family: "Lato";
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 1px;
  color: #979797;
}
.page_myaccount .grid .page_content .dashbord .my-wallet .boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0 50px;
  margin: 0 -15px;
}
.page_myaccount .grid .page_content .dashbord .my-wallet .boxes .single-box {
  width: 33.3333333333%;
  padding: 20px 10px;
  min-height: 300px;
}
@media (max-width: 767px) {
  .page_myaccount .grid .page_content .dashbord .my-wallet .boxes .single-box {
    width: 50%;
    padding: 20px 10px 0;
  }
}
@media (max-width: 479px) {
  .page_myaccount .grid .page_content .dashbord .my-wallet .boxes .single-box {
    min-height: 200px;
    padding: 10px 5px 0;
  }
}
@media (max-width: 330px) {
  .page_myaccount .grid .page_content .dashbord .my-wallet .boxes .single-box {
    width: 100%;
  }
}
.page_myaccount .grid .page_content .dashbord .my-wallet .boxes .single-box .widget {
  position: relative;
  border-radius: 6px;
  width: 100%;
  height: 100%;
}
.page_myaccount .grid .page_content .dashbord .my-wallet .boxes .single-box .widget .widget_text {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 9;
  margin: auto;
  text-align: center;
}
.page_myaccount .grid .page_content .dashbord .my-wallet .boxes .single-box .widget .widget_text .title {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  position: relative;
}
@media (max-width: 479px) {
  .page_myaccount .grid .page_content .dashbord .my-wallet .boxes .single-box .widget .widget_text .title {
    font-size: 14px;
  }
}
.page_myaccount .grid .page_content .dashbord .my-wallet .boxes .single-box .widget .widget_text .title span {
  font-weight: 400;
  font-size: 14px;
}
@media (max-width: 479px) {
  .page_myaccount .grid .page_content .dashbord .my-wallet .boxes .single-box .widget .widget_text .title span {
    font-size: 12px;
  }
}
.page_myaccount .grid .page_content .dashbord .my-wallet .boxes .single-box .widget .widget_text .title::before {
  content: "";
  top: -65px;
  left: 0;
  right: 0;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
  position: absolute;
  border-radius: 6px;
}
.page_myaccount .grid .page_content .dashbord .my-wallet .boxes .single-box .widget .widget_text .result {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  display: block;
  padding-top: 15px;
}
@media (max-width: 479px) {
  .page_myaccount .grid .page_content .dashbord .my-wallet .boxes .single-box .widget .widget_text .result {
    font-size: 14px;
    padding-top: 10px;
  }
}
.page_myaccount .grid .page_content .dashbord .my-wallet .boxes .single-box .widget::before {
  content: "";
  width: 100%;
  height: 100%;
  margin: auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
  position: absolute;
  border-radius: 6px;
}
.page_myaccount .grid .page_content .dashbord .my-wallet .boxes .single-box .widget::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  border-radius: 6px;
}
.page_myaccount .grid .page_content .dashbord .my-wallet .boxes .single-box.creat_account .widget::before {
  background-image: url(../img/MD_myaccount_icon/wallet/creat_account.png);
}
.page_myaccount .grid .page_content .dashbord .my-wallet .boxes .single-box.creat_account .widget::after {
  background: rgba(175, 151, 81, 0.8);
}
.page_myaccount .grid .page_content .dashbord .my-wallet .boxes .single-box.creat_account .widget .widget_text .title::before {
  background-image: url(../img/MD_myaccount_icon/wallet/creat_account_icon.png);
  width: 40px;
  height: 50px;
  background-size: 40px;
}
@media (max-width: 479px) {
  .page_myaccount .grid .page_content .dashbord .my-wallet .boxes .single-box.creat_account .widget .widget_text .title::before {
    background-size: 24px;
    height: 70px;
  }
}
.page_myaccount .grid .page_content .dashbord .my-wallet .boxes .single-box.share_friends .widget::before {
  background-image: url(../img/MD_myaccount_icon/wallet/share_friends.png);
}
.page_myaccount .grid .page_content .dashbord .my-wallet .boxes .single-box.share_friends .widget::after {
  background: rgba(55, 0, 15, 0.8);
}
.page_myaccount .grid .page_content .dashbord .my-wallet .boxes .single-box.share_friends .widget .widget_text .title::before {
  background-image: url(../img/MD_myaccount_icon/wallet/share_friends_icon.png);
  width: 40px;
  height: 50px;
  background-size: 40px;
}
@media (max-width: 479px) {
  .page_myaccount .grid .page_content .dashbord .my-wallet .boxes .single-box.share_friends .widget .widget_text .title::before {
    background-size: 24px;
    height: 70px;
  }
}
.page_myaccount .grid .page_content .dashbord .my-wallet .boxes .single-box.share_social_media .widget::before {
  background-image: url(../img/MD_myaccount_icon/wallet/share_social_media.png);
}
.page_myaccount .grid .page_content .dashbord .my-wallet .boxes .single-box.share_social_media .widget::after {
  background: rgba(0, 0, 0, 0.8);
}
.page_myaccount .grid .page_content .dashbord .my-wallet .boxes .single-box.share_social_media .widget .widget_text {
  top: 40%;
}
.page_myaccount .grid .page_content .dashbord .my-wallet .boxes .single-box.share_social_media .widget .widget_text .title {
  padding: 0 40px;
}
@media (max-width: 479px) {
  .page_myaccount .grid .page_content .dashbord .my-wallet .boxes .single-box.share_social_media .widget .widget_text .title {
    padding: 0 5px;
  }
}
.page_myaccount .grid .page_content .dashbord .my-wallet .boxes .single-box.share_social_media .widget .widget_text .title::before {
  background-image: url(../img/MD_myaccount_icon/wallet/share_social_media_icon.png);
  width: 35px;
  height: 38px;
  background-size: 35px;
}
@media (max-width: 479px) {
  .page_myaccount .grid .page_content .dashbord .my-wallet .boxes .single-box.share_social_media .widget .widget_text .title::before {
    background-size: 24px;
    height: 70px;
  }
}
.page_myaccount .grid .page_content .dashbord .my-wallet .boxes .single-box.hold .widget::before {
  background-image: url(../img/MD_myaccount_icon/wallet/hold.png);
}
.page_myaccount .grid .page_content .dashbord .my-wallet .boxes .single-box.hold .widget::after {
  background: rgba(0, 0, 0, 0.8);
}
.page_myaccount .grid .page_content .dashbord .my-wallet .boxes .single-box.hold .widget .widget_text {
  top: 45%;
}
.page_myaccount .grid .page_content .dashbord .my-wallet .boxes .single-box.hold .widget .widget_text .title {
  padding: 0 50px;
}
@media (max-width: 479px) {
  .page_myaccount .grid .page_content .dashbord .my-wallet .boxes .single-box.hold .widget .widget_text .title {
    padding: 0 5px;
  }
}
.page_myaccount .grid .page_content .dashbord .my-wallet .boxes .single-box.hold .widget .widget_text .title::before {
  background-image: url(../img/MD_myaccount_icon/wallet/hold_icon.png);
  width: 40px;
  height: 50px;
  background-size: 40px;
}
@media (max-width: 479px) {
  .page_myaccount .grid .page_content .dashbord .my-wallet .boxes .single-box.hold .widget .widget_text .title::before {
    background-size: 24px;
    height: 70px;
  }
}
.page_myaccount .grid .page_content .dashbord .my-wallet .boxes .single-box.hold .widget .widget_text .result {
  padding-top: 25px;
}
.page_myaccount .grid .page_content .dashbord .my-wallet .boxes .single-box.done .widget::before {
  background-image: url(../img/MD_myaccount_icon/wallet/done.png);
}
.page_myaccount .grid .page_content .dashbord .my-wallet .boxes .single-box.done .widget::after {
  background: rgba(175, 151, 81, 0.8);
}
.page_myaccount .grid .page_content .dashbord .my-wallet .boxes .single-box.done .widget .widget_text .title::before {
  background-image: url(../img/MD_myaccount_icon/wallet/done_icon.png);
  width: 40px;
  height: 50px;
  background-size: 40px;
}
@media (max-width: 479px) {
  .page_myaccount .grid .page_content .dashbord .my-wallet .boxes .single-box.done .widget .widget_text .title::before {
    background-size: 24px;
    height: 70px;
  }
}
.page_myaccount .grid .page_content .dashbord .my-wallet .boxes .single-box.rate .widget::before {
  background-image: url(../img/MD_myaccount_icon/wallet/rate.png);
}
.page_myaccount .grid .page_content .dashbord .my-wallet .boxes .single-box.rate .widget::after {
  background: rgba(55, 0, 15, 0.8);
}
.page_myaccount .grid .page_content .dashbord .my-wallet .boxes .single-box.rate .widget .widget_text .title::before {
  background-image: url(../img/MD_myaccount_icon/wallet/rate_icon.png);
  width: 40px;
  height: 50px;
  background-size: 40px;
}
@media (max-width: 479px) {
  .page_myaccount .grid .page_content .dashbord .my-wallet .boxes .single-box.rate .widget .widget_text .title::before {
    background-size: 24px;
    height: 70px;
  }
}
.page_myaccount .grid .page_content .dashbord .my-wallet .points-history h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #423C33;
  padding-bottom: 14px;
}
@media (max-width: 767px) {
  .page_myaccount .grid .page_content .dashbord .my-wallet .points-history h3 {
    font-size: 16px;
  }
}
.page_myaccount .grid .page_content .dashbord .my-wallet .points-history table {
  border: 1px solid #bba35a;
  border-radius: 6px;
  border-collapse: separate;
}
.page_myaccount .grid .page_content .dashbord .my-wallet .points-history table tr ~ tr {
  margin-top: 22px;
}
.page_myaccount .grid .page_content .dashbord .my-wallet .points-history table tr:first-child th {
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  color: #423C33;
  padding: 20px 0 15px;
  border-bottom: 1px solid #bba35a;
  text-align: left;
  padding-left: 20px;
  background: #f7f5ed;
}
@media (max-width: 767px) {
  .page_myaccount .grid .page_content .dashbord .my-wallet .points-history table tr:first-child th {
    font-size: 12px;
  }
}
.page_myaccount .grid .page_content .dashbord .my-wallet .points-history table tr:first-child th:first-child {
  border-radius: 0 6px 0 0;
}
.page_myaccount .grid .page_content .dashbord .my-wallet .points-history table tr:first-child th:last-child {
  border-radius: 6px 0 0 0;
}
.page_myaccount .grid .page_content .dashbord .my-wallet .points-history table tr td {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #423C33;
  padding: 20px 0;
  text-align: left;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .page_myaccount .grid .page_content .dashbord .my-wallet .points-history table tr td {
    font-size: 12px;
  }
}
.page_myaccount .grid .page_content .dashbord .my-wallet .points-history table tr td.points-details {
  display: inline-block;
  vertical-align: middle;
}
.page_myaccount .grid .page_content .dashbord .my-wallet .points-history table tr td.points-details p {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 6px;
  font-weight: 700;
}
.page_myaccount .grid .page_content .dashbord .my-wallet .points-history table tr td.points-details p:before {
  content: "";
  font-family: "Material Icons";
  font-size: 30px;
  width: 20px;
  margin-left: -8px;
}
.page_myaccount .grid .page_content .dashbord .my-wallet .points-history table tr.green td.points-details p {
  color: #32a94c;
}
.page_myaccount .grid .page_content .dashbord .my-wallet .points-history table tr.green td.points-details p:before {
  content: "arrow_drop_up";
}
.page_myaccount .grid .page_content .dashbord .my-wallet .points-history table tr.red td.points-details p {
  color: #f44336;
}
.page_myaccount .grid .page_content .dashbord .my-wallet .points-history table tr.red td.points-details p:before {
  content: "arrow_drop_down";
}
@media (max-width: 767px) {
  .page_myaccount .grid .page_content .dashbord .my-wallet .points-history .desktop {
    display: none;
  }
}
.page_myaccount .grid .page_content .dashbord .my-wallet .points-history .mobile {
  display: none;
}
@media (max-width: 767px) {
  .page_myaccount .grid .page_content .dashbord .my-wallet .points-history .mobile {
    display: block;
  }
  .page_myaccount .grid .page_content .dashbord .my-wallet .points-history .mobile span {
    display: block;
  }
  .page_myaccount .grid .page_content .dashbord .my-wallet .points-history .mobile td {
    font-size: 14px;
  }
}

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