:root {
    --brand: #073a37;
    /* dark teal */
    --brand-700: #0b514b;
    --beige: #efe7dd;
    /* pale sand */
    --beige-300: #f5eee6;
    --ink: #0f1f1e;
}

.site-topbar {
    border-top: 4px solid var(--brand);
    background: #fff;
    direction: rtl;
    /* RTL layout */
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.site-topbar__inner {
    padding: 10px 16px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.mbr-qty-minus.disabled {
    opacity: 0.4;
    cursor: not-allowed;
}


/* Left side: breadcrumb-ish links */

.mini-nav {
    display: flex;
    align-items: center;
    gap: 20px;
    white-space: nowrap;
    overflow: auto hidden;
    /* scroll if many items on small screens */
    scrollbar-width: none;
}
/* ===== SLIDER BACKGROUND PANEL ===== */
.mbr-picked-products {
  background: #e9d6b2;   /* beige background */
  padding: 40px 50px;
  border-radius: 18px;
  margin: 40px 0;
  position: relative;
}

/* ===== SLICK BASE FIX ===== */
.mbr-products-slider {
  width: 100%;
  direction: rtl;
}

.mbr-products-slider .slick-track {
  display: flex !important;
      gap: 10px;
}

.mbr-products-slider .slick-slide {
  float: none !important;
  height: auto;
}

/* ===== ARROWS DESIGN ===== */
.mbr-products-slider .slick-arrow {
  width: 40px;
  height: 40px;
  background: #0c4b3f;
  border-radius: 50%;
  z-index: 10;
}

.mbr-products-slider .slick-arrow::before {
  display: none;
}

/* left arrow */
.mbr-products-slider .slick-prev {
  left: -22px;
}

.mbr-products-slider .slick-prev::after{
  content: "";
   width: 35px;
  height: 35px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 6l6 6-6 6' stroke='black' fill='none' stroke-width='2'/%3E%3C/svg%3E");
  
  background-repeat: no-repeat;
  background-size: contain;
  filter: brightness(0) invert(1);	
}

/* .mbr-products-slider .slick-next {
 font-size: 0; 
  position: relative;
} */

.mbr-products-slider .slick-next::after {
  content: "";
  width: 35px;
  height: 35px;
  display: block;
  rotate: 180deg;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 6l6 6-6 6' stroke='black' fill='none' stroke-width='2'/%3E%3C/svg%3E");
  
  background-repeat: no-repeat;
  background-size: contain;
  filter: brightness(0) invert(1);
	left: 0px;
}


/* .mbr-products-slider .slick-next::after {
  content: '›';
  color: #fff;
  font-size: 32px;
  line-height: 44px;
  display: block;
  text-align: center;
} */

/* ===== MOBILE ===== */
@media (max-width: 767px) {
	.faq__item__question{
		 font-size: 17px;
	}
	.contact_section .form-row label, .login-password label, .login-username label {
    top: 50%;
}
	.contact_section{
		display: flex;
		flex-direction: column;
	}
	.contact_section br{
		display: none;
	}
	.contact_section_content .contact_section__wrapper h3.text-center {
    font-size: 32px;
}
	.contact_section_img {
    width: 100% !important;
}
	.contact_section_content {
    width: 100% !important;
    padding: 0 16px;
}
  .mbr-picked-products {
    padding: 25px 15px;
  }
}

.mini-nav a {
    display: inline-flex;
    align-items: center;
    gap: 0;
    text-decoration: none;
    color: #1d3a38;
    font-size: 14px;
}

.mini-nav a .chev {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    opacity: .6;
    transform: rotate(0deg);
    margin: 0 0 0 8px;
}

.woocommerce-active .site-header .site-search {
    width: auto;
    margin: 0;
}

.side-widget {
    width: auto !important;
    height: auto !important;
}

.mini-nav .login {
    display: inline-flex;
    align-items: center;
    gap: 0;
    color: #1d3a38;
}

.mini-nav .avatar {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #d7c1a3;
    /* beige circle */
    display: inline-grid;
    place-items: center;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
}
/* ================= CHECKOUT RTL ================= */
.woocommerce-checkout form.checkout {
  direction: rtl;
}

/* ================= GRID SYSTEM ================= */
.form-row-first,
.form-row-last {
  width: 48%;
}

.form-row-third {
  width: 32%;
}

/* ===== SELECT WRAPPER ===== */
.woocommerce_checkout_shipping select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fffaf4;
  border: 2px solid #e6c9a5;
  border-radius: 30px;
  padding: 12px 16px 12px 43px !important; 
  font-size: 15px;
  font-weight: 500;
  color: #0c4b3f;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%230c4b3f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: left 18px center !important; /* RTL arrow position */
  background-size: 14px !important;
}

/* ===== FOCUS STATE ===== */
.woocommerce_checkout_shipping select:focus {
  outline: none;
  border-color: #c59a55;
  background-color: #fff;
}

/* ===== DISABLED STATE ===== */
.woocommerce_checkout_shipping select:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.wc-address-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px,1fr));
    gap: 24px;
}

.wc-address-card {
    background: #fffaf3;
    border: 2px solid #eadfcf;
    border-radius: 16px;
    padding: 20px;
    min-height: 180px;
}

.wc-address-card.active {
    border-color: #7fa39a;
}

.wc-address-card h4 {
    margin: 0 0 10px;
    font-size: 18px;
}

/* =========================
   ADDRESS GRID
========================= */
.wc-address-grid {
    display: grid;
/*     grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); */
    gap: 22px;
    direction: rtl;
	grid-template-columns: auto auto;
    width: 58%;
}

/* =========================
   CARD
========================= */
.wc-address-card {
    background: #fffaf3;
    border: 2px solid #eadfcf;
    border-radius: 16px;
    padding: 22px 20px;
    min-height: 190px;
    position: relative;
    transition: all .2s ease;
}

.wc-address-card.active {
    border-color: #8aa6a1;
    background: #fff6ea;
}

/* =========================
   TITLE
========================= */
.wc-address-card h4 {
    margin: 20px 0 0 0;
    font-size: 22px;
    font-weight: 700;
    color: #143c35;
    text-align: right;
}

/* =========================
   ADDRESS TEXT
========================= */
.wc-address-card address {
    font-style: normal;
    line-height: 1.7;
    font-size: 14px;
    color: #143c35;
    text-align: right;
}

/* =========================
   FOOTER
========================= */
.wc-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
    font-size: 14px;
}

/* =========================
   DEFAULT CHECK
========================= */
.default-check {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #143c35;
    cursor: pointer;
}

.default-check input {
    accent-color: #143c35;
    width: 14px;
    height: 14px;
}

/* =========================
   EDIT LINK
========================= */
.edit-link {
	color: #c7923e !important;
    text-decoration: underline;
    font-weight: 500;
    font-size: 15px;
}

/* =========================
   ADD ADDRESS CARD
========================= */
.wc-add-card {
    border: 2px dashed #eadfcf;
    background: #ffffff;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    font-size: 16px;
    color: #143c35;
    text-decoration: none;
}

.wc-add-card .plus {
    font-size: 26px;
    font-weight: bold;
}

/* =========================
   HOVER
========================= */
.wc-address-card:hover,
.wc-add-card:hover {
    box-shadow: 0 6px 18px rgba(0,0,0,.05);
}
/* =========================
   CARD ACTIONS
========================= */
.wc-card-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* =========================
   DELETE ICON
========================= */
.delete-icon {
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
    color: #b94a48;
    padding: 0;
}

.delete-icon:hover {
    transform: scale(1.1);
    color: #8a1f1f;
}
/* Loading state */
.default-check.loading {
    opacity: 0.6;
    pointer-events: none;
}

/* Small spinner effect */
.default-check.loading .default-text::after {
    content: ' ⏳';
    font-size: 12px;
}

/* Success flash */
.default-check.success .default-text {
    color: #2f7d32;
    font-weight: 600;
}



/* ================= SPACING ================= */
.woocommerce-checkout .form-row {
  margin-bottom: 22px;
}

/* ================= INPUT STYLE ================= */
.woocommerce-checkout input,
.woocommerce-checkout textarea,
.woocommerce-checkout select {
  width: 100%;
  padding: 12px 18px;
  border-radius: 30px;
  border: 2px solid #e6c9a5;
  background: #fffaf4;
  font-size: 15px;
}

/* ================= LABEL STYLE ================= */
.woocommerce-checkout label {
 
  margin-bottom: 6px;
  font-weight: 600;
  color: #0c4b3f;
}
.page-404 h1 {
    font-size: 100px;
    font-weight: 700;
    color: #b48a4a;
    margin-bottom: 0;
}
h2.slider-title {
    text-align: center;
    font-weight: 600;
}
/* JS se lagne wali sticky class */
.storefront-primary-navigation.is-sticky,
.storefront-primary-navigation.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #fff;
}
.storefront-primary-navigation.is-sticky,
.storefront-primary-navigation.sticky {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);
}
.hidden-field {
  display: none !important;
}

.storefront-full-width-content.woocommerce-cart .entry-header, .storefront-full-width-content.woocommerce-checkout .entry-header, .storefront-full-width-content.woocommerce-account .entry-header, .storefront-full-width-content .woocommerce-products-header {
    padding: 0 0 50px;
}
/* ================= NOTES ================= */
#order_comments {
  min-height: 140px;
  border-radius: 18px;
}

/* ================= MOBILE ================= */
@media (max-width: 768px) {
  .form-row-first,
  .form-row-last,
  .form-row-third {
    width: 100%;
  }
}
p#billing_address_2_field label {
    display: none;
}
.form-row.col-4 {
    width: 32%;
}
p#billing_first_name_field{
    width: 44.4444444444%;
    float: right;
    margin-left: 11.1111111111%;
}
p#billing_last_name_field{
    width: 44.4444444444%;
    float: left;
}
    .woocommerce_checkout_billing p#billing_email_field {
    width: 44.4444444444%;
    float: right;
    margin-left: 11.1111111111%;
}
.woocommerce_checkout_billing p#billing_city_field {
    width: 44.4444444444%;
    float: left;
}
.woocommerce_checkout_billing p#billing_address_1_field {
    width: 44.4444444444%;
    float: right;
    margin-left: 11.1111111111%;
}
.woocommerce_checkout_billing p#billing_address_2_field {
    margin-top: 36px;
    width: 44.4444444444%;
    float: left;
}
p#billing_floor_field {
    margin: 0 9px;
}
span.optional {
    display: none;
}
.woocommerce-billing-fields input {
    padding: 4px 21px;
    background: transparent;
    color: #43454b;
    border: 2px solid #ebd9c2;
    -webkit-appearance: none;
    box-sizing: border-box;
    font-weight: 400;
    box-shadow: none;
    border-radius: 33px;
    line-height: 0px;
    margin-bottom: 10px;
    height: 40px;
}
p#billing_postcode_field {
    margin: 0 0 20px auto !important;
}

/* Center: search */

.site-search {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-wrap {
    width: min(860px, 100%);
    display: flex;
    align-items: stretch;
    border: 1px solid #f0e7de;
    background: #fff;
    border-radius: 8px;
    box-shadow: inset 0 0 0 1px #f5eee6;
    overflow: hidden;
}

.search-btn {
    background: var(--brand);
    border: 0;
    margin: 0;
    padding: 0 16px;
    display: grid;
    place-items: center;
    cursor: pointer;
}

.search-btn svg {
    width: 18px;
    height: 18px;
    stroke: #fff;
    fill: none;
    stroke-width: 2;
}

.search-input {
    width: 100%;
    border: 0;
    padding: 12px 14px;
    outline: none;
    font-size: 15px;
    color: var(--ink);
}

.search-input::placeholder {
    color: #98a7a5;
}


/* Right floating widget icon */

.side-widget {
    position: relative;
    width: 0;
    height: 0;
    /* keep it on the right edge */
    margin-inline-start: auto;
    /* pushes to far right */
}

.side-widget .chip {
    position: relative;
    right: -8px;
    /* hang outside */
    writing-mode: vertical-rl;
    background: #fff;
    border: 2px solid var(--brand);
    color: var(--brand);
    padding: 10px 6px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 12px;
}

.bottom_head .col-full {
    display: none;
}

.headermen ul#site-header-cart {
    background: #003330;
    padding: 0 20px;
    width: 23%;
}

.site-header-cart .cart-contents {
    color: #fff;
}

.headermen {
    background: #fff6ea;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.main-navigation ul.menu,
.main-navigation ul.nav-menu {
    margin-right: 0;
    display: flex;
    justify-content: space-between;
}

.woocommerce-active .site-header .main-navigation {
    width: 77%;
    float: none;
    margin-left: 0;
}

.headermen ul#menu-main-menu li {
    border-left: 3px solid #ebd9c2;
    width: 50%;
    height: 100%;
}

.headermen ul#menu-main-menu li a {
    padding: 0 24px;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    line-height: normal;
}

.headermen ul#menu-main-menu li a:hover {
    background: #c5954e;
    color: #fff;
}

.primary-navigation {
    height: 100%;
    border: 3px solid #ebd9c2;
}

ul#menu-main-menu {
    height: 100%;
}

.headermen ul#menu-main-menu li:last-child {
    border-left: none !important;
}

.site-header {
    padding-top: 0;
}


/* --- Items dropdown card (Order Summary) --- */

.mbr-items-card {
    border: 1px solid #003330;
    border-radius: 14px;
    padding: 0;
    margin-bottom: 12px;
}

.mbr-items-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #EEDCCB;
    border-radius: 10px;
    padding: 8px 10px;
}

.mbr-items-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    border: 0;
    cursor: pointer;
    font-weight: 700;
    color: #1f3f38;
}

.mbr-items-count {
    opacity: .7;
}

.mbr-order-badge {
    background: #fff;
    border: 1px solid #EEDCCB;
    border-radius: 10px;
    padding: 6px 10px;
}

.mbr-caret {
    transition: transform .2s ease;
}


/* List */

.mbr-items-list {
    background: #fff;
    border: 1px solid #EEDCCB;
    border-radius: 12px;
    padding: 10px;
    margin-top: 10px;
}

.mbr-ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.mbr-li {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 12px;
}


/* RTL: thumb right */

.mbr-thumb img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #eee;
}

.mbr-li-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.mbr-line1 {
    display: flex;
    justify-content: space-between;
    gap: 8px;
}

.mbr-title {
    font-weight: 700;
    color: #2a2a2a;
}

.mbr-qty {
    color: #6c7c75;
}

.mbr-line2 {
    display: flex;
    justify-content: space-between;
    gap: 8px;
}

.mbr-price {
    font-weight: 700;
    color: #0F3F35;
}

.mbr-action {
    color: #0C8A6A;
    text-decoration: underline;
}

.mbr-empty {
    padding: 8px;
    color: #7b8c84;
}


/* Card spacing harmony with your summary box */

.checkout__summary__inner .mbr-items-card {
    margin-top: 8px;
}

.d-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
}

#order_review .label_div,
.checkout__fields .label_div {
    font-size: 25px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    flex: 0 1 100%;
    font-weight: 400 !important;
    letter-spacing: .36px;
}

#order_review {
    background-color: transparent;
}

.site-search {
    position: relative;
    margin: 0 auto;
}


/* results dropdown */

.site-search .live-results {
    position: absolute;
    top: 48px;
    left: 0;
    width: 90%;
    max-height: 420px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #EEDCCB;
    border-radius: 12px;
    z-index: 9999;
    overflow-x: hidden;
}


/* item row */

.mbr-search-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    border-bottom: 1px solid #F4E9DD;
    background: #fffdfb;
}

.mbr-search-item:hover {
    background: #fff6ea;
}

.live-results .mbr-loop-cart {
    display: flex;
    align-items: center;
    gap: 20px;
}

.mbr-search-left {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

.mbr-addtocart-btn {
    background: #0C8A6A;
    color: #fff;
    font-weight: 700;
    border: 0;
    border-radius: 8px;
    padding: 6px 12px;
    cursor: pointer;
}

.mbr-qty {
    display: flex;
    align-items: center;
    border: 1px solid #DCC8AF;
    border-radius: 8px;
    overflow: hidden;
}

.mbr-qty button {
    width: 26px;
    height: 26px;
    border: 0;
    background: #EEDCCB;
    font-weight: 700;
    cursor: pointer;
}

.mbr-qty input {
    width: 34px;
    text-align: center;
    border: 0;
    outline: 0;
}

.mbr-price {
    font-weight: 700;
    color: #2c3e36;
}

.mbr-search-right {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mbr-search-right img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    border-radius: 8px;
}

.mbr-title {
    color: #103E34;
    font-weight: 600;
    text-align: right;
}

.mbr-no-result {
    padding: 12px;
    text-align: center;
    color: #888;
}


/* li.product img {
    height: 180px;
    width: 180px;
} 
 img.popup_img {
    height: auto !important;
    width: auto !important;
} */


/* .mbr_btn button{
    font-size: 0px;
} */


/* .mbr_btn {
    position: relative;
    margin: 10px 0 0 0;
}
.mbr_btn button {
    background: #075E54;
    color: #fff;
    border: 0;
    padding: 10px 10px;
    border-radius: 5px;
    cursor: pointer;
    position: absolute;
    left: 0px;
    bottom: 7px;
    line-height: 25px; 
    font-size: 0px;
} */

.product_list_widget {
    margin-bottom: 0;
}

.bottom_checkout_part {
    width: 100%;
    background: #fffdfb;
    padding: 20px 20px;
    box-shadow: 0 -7px 10px #e1dad1;
    position: absolute;
    bottom: 0;
}

.mbr-mini-bottom {
    display: flex;
    justify-content: space-between;
    margin: 0;
    align-items: center;
}
/* About Us */

    .about_page {
        padding-top: 50px;
        padding-bottom: 0px;
    }
.about-process {
    max-width: 726px;
    position: relative;
}
.about-process .process-steps.process-step-1 {
    width: 57.5%;
}
.about-process .process-steps.process-step-1 .process-steps-inner {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
	display: flex;
	flex-direction: row-reverse;
}
.process-steps .process-steps-inner .process-img {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.about-process .process-steps.process-step-2 .process-steps-inner .process-img {
    top: 0;
    left: 0;
    -webkit-transform: inherit;
    transform: inherit;
}
.about-process .process-steps.process-step-2 .process-steps-inner .process-img img {
    width: 242px;
}
.process-steps.process-step-1 .process-steps-inner .process-content {
    margin-right: auto;
    width: 100%;
}
.process-steps .process-steps-inner .process-content .top-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.process-steps .process-steps-inner .process-content .top-text .process-step-num {
    text-align: center;
    padding: 0 30px;
    position: relative;
}
.process-steps .process-steps-inner .process-content .top-text .process-step-num:before {
    content: "";
    width: 1px;
    height: 65px;
    background-color: #c79550;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
}
.process-steps .process-steps-inner .process-content .top-text .process-step-num h2 {
    font-family: Hadassah Friedlaender;
    font-weight: 400;
    color: #c79550;
    margin-bottom: 0;
    line-height: 53px;
    font-size: 60px;
}
.process-steps .process-steps-inner .process-content .top-text .process-step-num strong {
    color: #c79550;
    letter-spacing: .31px;
}
.process-steps .process-steps-inner .process-content .top-text .process-icon {
    padding-right: 30px;
}
.about-process .process-steps.process-step-1 .process-steps-inner .process-content .bottom-text {
    padding-top: 14px;
    margin-top: 5px;
    border-top: 1px solid #c79550;
}
    .about-process .process-steps:not(:last-child) {
        padding-bottom: 0px;
        margin-bottom: 20px;
        border-bottom: 1px solid #c79550;
    }
.process-steps .process-steps-inner .process-content .top-text .process-step-num:before {
    content: "";
    width: 1px;
    height: 65px;
    background-color: #c79550;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
}
.about-process .process-steps.process-step-1 .process-steps-inner .process-img {
    position: inherit;
    -webkit-transform: inherit;
    transform: inherit;
}
.about-process .process-steps+.process-steps {
    border-right: none;
}
.about-process .process-steps.process-step-2 .process-steps-inner {
    position: inherit;
}
.about-process .process-steps.process-step-2 .process-steps-inner .process-content {
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
	display: flex;
}
.about-process .process-steps.process-step-2 .process-steps-inner .process-content .top-text .process-step-num:after {
    content: "";
    width: 1px;
    height: 65px;
    background-color: #c79550;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
}
.about-process .process-steps.process-step-2 .process-steps-inner .process-content .bottom-text {
    max-width: 285px;
    padding-right: 15px;
}
.about-process .process-steps.process-step-3 {
    width: 75.5%;
    margin-right: auto;
}
.about-process .process-steps+.process-steps {
    border-right: none;
}
.process-steps+.process-steps {
    border-right: 1px solid #c79550;
}
.about-process .process-steps.process-step-3 .process-steps-inner .process-content {
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
	display: flex;
}
.about-process .process-steps.process-step-4 .process-steps-inner .process-content {
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
	display: flex;
}
.about-process .process-steps.process-step-3 .process-steps-inner .process-content .top-text .process-icon img {
    width: 242px !important;
}
.about-process .process-steps.process-step-4 {
    width: 75.5%;
    margin-right: auto;
}
.about-process .process-steps+.process-steps {
    border-right: none;
}
.about-process .process-steps.process-step-4 .process-steps-inner .process-img {
    bottom: -50px;
    right: 0;
    top: inherit;
    left: inherit;
    -webkit-transform: inherit;
    transform: inherit;
}
.about-process .process-steps.process-step-4 .process-steps-inner .process-img img {
    width: 174px;
}
   .about_page .col-lg-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
     .about_page .col-lg-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
   .about_page  .process-steps .process-steps-inner .process-content {
        max-width: 260px;
    }
    .about_page .process-steps.process-step-1 .process-steps-inner .process-img {
        width: 157px;
        height: 157px;
        left: inherit;
        right: -19px;
    }
    .about_page .process-steps:not(:last-child) .process-steps-inner {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none;
    }
/*     .about_page .process-steps {
        font-size: 22px;
    } */
.process-steps.process-step-2 .process-steps-inner .process-content .top-text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
    .about-process .process-steps:not(:last-child) {
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #c79550;
    }
.about_page .bottom-text p {
    margin: 0px;
}
/* faq */
    .faq {
        padding-bottom: 157px;
    }
    .faq h3 {
        text-align: right;
        margin-bottom: 48px;
		font-size: 40px;
    }
.faq__content {
    margin-top: 25px;
}
.faq__item {
    background-color: #fff6ea;
    margin: 0 0 15px;
    padding: 18px 30px;
	position: relative !important;
}
[type=button]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button:hover, .widget a.button:hover{
	    background-color: transparent;
}
.faq__item__question {
    width: 90%;
    background: transparent;
    border: none;
    font-size: 25px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 0;
    margin: 0;
    outline: none !important;
    cursor: pointer;
    text-align: right;
    color: #194c47;
}
.font-weight-bold {
    font-weight: 700 !important;
}
    .faq__item__close {
    position: absolute !important;
    left: 20px;
    top: 40px !important;
    left: 30px;
    top: 25px;
    }
.faq__item__close {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 0;
    margin: 0;
    outline: none !important;
    cursor: pointer;
    background: transparent;
    border: 0;
    position: absolute;
    left: 20px;
    top: 24px;
    width: 14px;
    height: 14px;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-transition: all .4s;
    transition: all .4s;
}
.faq__item__answer {
    padding-top: 27px;
}
.faq img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

/* contact us */

    .contact_section_img {
        width: 50%;
        height: 100%;
		display: flex;
    justify-content: center;
    align-items: center;
    }
.contact_section_content .contact_section__wrapper h3.text-center {
    font-size: 40px;
    font-weight: 600;
	color: #194c47;
}
.contact_section_content .contact_section__wrapper p strong {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0px;
	color: #194c47;
}
.contact_section_content .contact_section__wrapper p {
    font-size: 20px;
    letter-spacing: -1px;
    color: #194c47;
    line-height: 25px;
	position: relative;
}
    .contact_section_content {
        width: 50%;
        height: 100%;
  
		flex-direction: column;
    }
    .contact_section_content .contact_section__wrapper {
        max-width: 576px;
    }
.contact_section_content .contact_section__wrapper p a {
    color: #194c47;
}
.contact_section .form-row label, .login-password label, .login-username label {
    position: absolute;
    top: 66%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    font-size: 20px;
    padding: 0 10px;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
    z-index: 1;
    letter-spacing: .36px;
}
.contact_section .form-row label, .contact_section .login-password label, .contact_section .login-username label {
    font-size: 25px;
}
.contact_section span.wpcf7-form-control-wrap {
    position: relative;
}
.contact_section .form-row input, .contact_section .form-row textarea, .contact_section .login-password input, .contact_section .login-password textarea, .contact_section .login-username input, .contact_section .login-username textarea {
    height: 48px;
    line-height: 48px;
    width: 100%;
    border: 1px solid #d9ddde;
    background-color: #fff;
    color: #194c47;
    padding: 0 10px;
    font-size: 20px;
    text-align: right;
}
   .contact_section .checkout__fields .form-row textarea, .contact_section .checkout__fields .login-password textarea, .contact_section .checkout__fields .login-username textarea, .contact_section .contact_section .form-row textarea, .contact_section .login-password textarea, .contact_section .login-username textarea, .contact_section .form-row textarea, .contact_section .login-password textarea, .contact_section .login-username textarea {
        height: 120px;
    }
  .contact_section img.contect__bg{
    width: 400px;
}
/* Small screens */
@media (max-width: 767px){
	.wc-address-grid {
    display: grid;
    gap: 22px;
    direction: rtl;
    grid-template-columns: auto;
    width: 100%;
}
}
@media (max-width: 720px) {
    .site-topbar__inner {
        gap: 10px;
    }
    .mini-nav {
        max-width: 45vw;
    }
    .search-input {
        padding: 10px 12px;
    }
    .search-btn {
        padding: 0 12px;
    }
}

@media (max-width: 1300px) {
    .container {
        width: 1170px !important;
    }
}