@charset "UTF-8";
@font-face {
  font-family: YekanBakhFaNum;
  font-style: normal;
  font-weight: 100;
  src: url("../font/YekanBakhFaNum-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: YekanBakhFaNum;
  font-style: normal;
  font-weight: 300;
  src: url("../font/YekanBakhFaNum-SemiBold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: YekanBakhFaNum;
  font-style: normal;
  font-weight: normal;
  src: url("../font/YekanBakhFaNum-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: maneli;
  font-style: normal;
  font-weight: normal;
  src: url("../font/Maneli.ttf") format("truetype");
  font-display: swap;
}
h1,
h2,
h3,
h4,
h5,
h6,
span,
div,
a,
input,
ul,
li,
button,
textarea {
  font-family: "YekanBakhFaNum" !important;
}

body {
  font-family: "YekanBakhFaNum" !important;
}

/**main colore**/
/** break point **/
/** general style **/
* {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a:focus {
  outline: none;
}

.mainView {
  max-width: 1310px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.mainView2 {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

img {
  max-width: 100%;
  height: auto;
}

a,
a:visited {
  text-decoration: none;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

html {
  scroll-behavior: smooth;
}

/* WebKit (Chrome / Edge / Safari) */
html::-webkit-scrollbar {
  width: 8px;
}

html::-webkit-scrollbar-track {
  background: #f7f4ef;
}

/* بدنهٔ اسکرول */
html::-webkit-scrollbar-thumb {
  background: #b78e67;
  border-radius: 10px;
  border: 2px solid #ffffff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

html::-webkit-scrollbar-thumb:hover {
  background: #b78e67;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

/* دکمه‌های بالا و پایین */
html::-webkit-scrollbar-button {
  background: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px 8px;
}

/* فلش بالا */
html::-webkit-scrollbar-button:single-button:vertical:decrement {
  background-image: url("data:image/svg+xml,%3Csvg%20width='14'%20height='14'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M12%204L6%2010M12%204L18%2010M12%204L12%2014.5M12%2020V17.5'%20stroke='%23b78e67'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

/* فلش پایین */
html::-webkit-scrollbar-button:single-button:vertical:increment {
  background-image: url("data:image/svg+xml,%3Csvg%20width='14'%20height='14'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M12%2020L18%2014M12%2020L6%2014M12%2020L12%209.5M12%204V6.5'%20stroke='%23b78e67'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

html::-webkit-scrollbar-button:hover {
  background-color: #19c2d8;
}

body {
  background-color: #fcfcf8;
}

.generalBtn {
  color: #b78e67;
  font-size: 16px;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  gap: 8px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.generalBtn svg {
  background-color: #f7f4ef;
  padding: 14px 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.generalBtn svg path {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.generalBtn:hover svg {
  background-color: #b78e67;
}
.generalBtn:hover path {
  stroke: white;
}

.mb14 {
  margin-bottom: 104px;
}
@media (max-width: 768px) {
  .mb14 {
    margin-bottom: 80px;
  }
}

.noticeIpOutOfIran {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: calc(100% - 60px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 90px;
  background-color: white;
  border: 1px solid #bd9975;
  padding: 60px 20px 20px;
  -webkit-box-shadow: 0px 0px 20px -6px #bd9975;
          box-shadow: 0px 0px 20px -6px #bd9975;
  line-height: 32px;
  font-size: 14px;
  font-weight: 200;
  text-align: center;
}

.noticeIpOutOfIran::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 8.00008V12.0001M12 16.0001H12.01M3 7.94153V16.0586C3 16.4013 3 16.5726 3.05048 16.7254C3.09515 16.8606 3.16816 16.9847 3.26463 17.0893C3.37369 17.2077 3.52345 17.2909 3.82297 17.4573L11.223 21.5684C11.5066 21.726 11.6484 21.8047 11.7985 21.8356C11.9315 21.863 12.0685 21.863 12.2015 21.8356C12.3516 21.8047 12.4934 21.726 12.777 21.5684L20.177 17.4573C20.4766 17.2909 20.6263 17.2077 20.7354 17.0893C20.8318 16.9847 20.9049 16.8606 20.9495 16.7254C21 16.5726 21 16.4013 21 16.0586V7.94153C21 7.59889 21 7.42756 20.9495 7.27477C20.9049 7.13959 20.8318 7.01551 20.7354 6.91082C20.6263 6.79248 20.4766 6.70928 20.177 6.54288L12.777 2.43177C12.4934 2.27421 12.3516 2.19543 12.2015 2.16454C12.0685 2.13721 11.9315 2.13721 11.7985 2.16454C11.6484 2.19543 11.5066 2.27421 11.223 2.43177L3.82297 6.54288C3.52345 6.70928 3.37369 6.79248 3.26463 6.91082C3.16816 7.01551 3.09515 7.13959 3.05048 7.27477C3 7.42756 3 7.59889 3 7.94153Z' stroke='%23bd9975' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  position: absolute;
  top: 6px;
  height: 50px;
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  background-position: center;
  background-repeat: no-repeat;
}

.backDropSubMeno {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(25px);
  z-index: 20;
  display: none;
}

.backDropSearch {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(10px);
  z-index: 100;
  display: none;
}

.menuMobilesection {
  z-index: 103;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  overflow: auto;
  width: 80%;
  max-width: 500px;
  background-color: #f7f4ef;
}
.menuMobilesection .upSidebarMenumobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 40px;
}
.menuMobilesection .upSidebarMenumobile a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  width: 170px;
}
.menuMobilesection .upSidebarMenumobile > svg {
  background: #ffffff;
  border-radius: 50%;
  padding: 10px;
  width: 40px;
  height: 40px;
  border: 1px solid #b2a392;
  background-color: #f7f4ef;
  color: #b2a392;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.menuMobilesection .upSidebarMenumobile > svg:hover {
  background-color: white;
}
.menuMobilesection .downerNav {
  width: 100%;
}
.menuMobilesection ul.menu {
  padding: 0 32px;
}
.menuMobilesection ul.menu > li > a {
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}
.menuMobilesection ul.menu > li > a a {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}
.menuMobilesection ul.menu ul {
  width: 100%;
  padding: 0 20px;
  display: none;
}
.menuMobilesection ul.menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.menuMobilesection ul.menu li > svg path {
  stroke: black;
  fill: black;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.menuMobilesection ul.menu a {
  display: block;
  width: calc(100% - 40px);
  position: relative;
  color: #121212 !important;
  font-weight: 300 !important;
  padding: 18px 0;
}
.menuMobilesection ul.menu a::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  margin: auto;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(rgb(203, 173, 144)), color-stop(50%, rgb(105, 77, 50)), to(rgb(203, 173, 144)));
  background: linear-gradient(90deg, rgb(203, 173, 144) 0%, rgb(105, 77, 50) 50%, rgb(203, 173, 144) 100%);
  bottom: 0;
  opacity: 0.5;
}
.menuMobilesection ul.menu svg {
  margin: auto;
}
.menuMobilesection .menuSideBarMenumobile svg {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#SearchsContainer {
  z-index: 103;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  overflow: auto;
}
@media (max-width: 1000px) {
  #SearchsContainer {
    padding-right: 15px;
    padding-left: 15px;
  }
}
#SearchsContainer input::-webkit-input-placeholder, #SearchsContainer textarea::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 300;
  color: white;
}
#SearchsContainer input::-moz-placeholder, #SearchsContainer textarea::-moz-placeholder {
  font-size: 14px;
  font-weight: 300;
  color: white;
}
#SearchsContainer input:-ms-input-placeholder, #SearchsContainer textarea:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 300;
  color: white;
}
#SearchsContainer input::-ms-input-placeholder, #SearchsContainer textarea::-ms-input-placeholder {
  font-size: 14px;
  font-weight: 300;
  color: white;
}
#SearchsContainer input::placeholder,
#SearchsContainer textarea::placeholder {
  font-size: 14px;
  font-weight: 300;
  color: white;
}
#SearchsContainer input#search-input {
  max-width: 846px;
  width: 100%;
  background-color: transparent;
  border: 0;
  outline: 0;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 18px;
  padding-right: 44px;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  color: rgba(255, 255, 255, 0.3098039216);
}
#SearchsContainer span#closeSea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  width: 100%;
  margin-bottom: 40px;
  margin-top: 80px;
  cursor: pointer;
}
@media (max-width: 768px) {
  #SearchsContainer span#closeSea {
    margin-top: 24px;
  }
}
#SearchsContainer span#closeSea svg path {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#SearchsContainer span#closeSea:hover svg path {
  fill: #d3ac69;
}
#SearchsContainer .searchResults {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 20px;
  margin-top: 64px;
  max-width: 846px;
  width: 100%;
}
@media (max-width: 768px) {
  #SearchsContainer .searchResults {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 32px;
    gap: 32px;
  }
}
#SearchsContainer .searchResults .no-found-search-result {
  text-align: center;
  color: white;
  font-weight: 300;
  margin-top: 30px;
  font-size: 14px;
}
#SearchsContainer .searchResultsChild {
  width: calc(50% - 10px);
}
@media (max-width: 768px) {
  #SearchsContainer .searchResultsChild {
    width: 100%;
  }
}
#SearchsContainer .searchResultsChild:first-child .search-item a img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
#SearchsContainer .searchResultsHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
#SearchsContainer .searchResultsHead span {
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  color: white;
}
#SearchsContainer .searchResultsHead a {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #d3ac69;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#SearchsContainer .searchResultsHead a:hover {
  -webkit-transform: translate(-4px, 0px);
          transform: translate(-4px, 0px);
}
#SearchsContainer .search-item a span {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: white;
  width: 55%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (max-width: 768px) {
  #SearchsContainer .search-item a span {
    max-width: 170px;
    font-size: 12px;
  }
}
#SearchsContainer .search-item a img {
  width: 33%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (max-width: 768px) {
  #SearchsContainer .search-item a img {
    width: 84px;
  }
}
#SearchsContainer .search-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 13px;
  height: 100%;
  width: 100%;
  gap: 11px;
  border: 1px solid rgba(255, 255, 255, 0.2588235294);
}
#SearchsContainer .search-item a:hover span {
  color: #d3ac69;
}
#SearchsContainer .search-item {
  width: 100%;
  height: 97px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  #SearchsContainer .search-item {
    height: 72px;
    margin-bottom: 14px;
  }
}
#SearchsContainer .search-input-div {
  width: 100%;
  max-width: 846px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
#SearchsContainer .search-input-div svg {
  position: absolute;
  right: 2px;
  top: 0;
}

#SearchsContainer .searchResultsHead a svg {
  margin-right: 8px;
}

#SearchsContainer.active,
.menuMobilesection.active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s linear 0.5s;
  transition: all 0.4s linear 0.5s;
}

header#masthead {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  background: #f7f4ef;
  width: 100%;
  z-index: 99;
}
@media (max-width: 768px) {
  header#masthead {
    -webkit-box-shadow: 0px -4px 10px 3px rgba(183, 142, 103, 0.4117647059);
            box-shadow: 0px -4px 10px 3px rgba(183, 142, 103, 0.4117647059);
  }
}
header#masthead .mianSectionHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  header#masthead .mianSectionHeader {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
header#masthead .mianSectionHeader > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header#masthead .mianSectionHeader .logoSide {
  height: 24px;
}
@media (max-width: 768px) {
  header#masthead .mianSectionHeader .logoSide {
    height: 16px;
  }
}
header#masthead .mianSectionHeader .logoSide a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
header#masthead .mianSectionHeader .logoSide a img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
header#masthead .mianSectionHeader .leftSideBar,
header#masthead .mianSectionHeader .hamMenuSide {
  width: calc(50% - 75px);
}
header#masthead .mianSectionHeader .leftSideBar {
  gap: 20px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media (max-width: 768px) {
  header#masthead .mianSectionHeader .leftSideBar {
    gap: 10px;
  }
}
header#masthead .mianSectionHeader .hamMenuSide {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  position: relative;
}
@media (max-width: 768px) {
  header#masthead .mianSectionHeader .hamMenuSide svg {
    height: 24px;
  }
}
header#masthead .mianSectionHeader .leftSideBar > a,
header#masthead .mianSectionHeader .leftSideBar > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  header#masthead .mianSectionHeader .leftSideBar > a,
  header#masthead .mianSectionHeader .leftSideBar > div {
    height: 22px;
    width: 22px;
  }
}
header#masthead .mianSectionHeader .leftSideBar > a .tooltip,
header#masthead .mianSectionHeader .leftSideBar > div .tooltip {
  position: absolute;
  white-space: nowrap;
  font-size: 9px !important;
  font-weight: 100 !important;
  background: #efefef !important;
  z-index: 10;
  height: 20px !important;
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  border-radius: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 12px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  left: 10px !important;
  right: unset !important;
  bottom: 22px !important;
  color: black !important;
  border: unset !important;
  -webkit-box-shadow: -7px -4px 8px -7px rgba(0, 0, 0, 0.5803921569), 7px 6px 8px -7px rgba(0, 0, 0, 0.5803921569);
          box-shadow: -7px -4px 8px -7px rgba(0, 0, 0, 0.5803921569), 7px 6px 8px -7px rgba(0, 0, 0, 0.5803921569);
  opacity: 0;
  visibility: hidden;
}
header#masthead .mianSectionHeader .leftSideBar > a .tooltip::before,
header#masthead .mianSectionHeader .leftSideBar > div .tooltip::before {
  content: "";
  position: absolute;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #efefef;
  bottom: -8px;
  left: 6px;
}
header#masthead .mianSectionHeader .leftSideBar > a:hover .tooltip,
header#masthead .mianSectionHeader .leftSideBar > div:hover .tooltip {
  opacity: 1;
  visibility: visible;
}
header#masthead .mianSectionHeader a#myCustomCartButton {
  position: relative;
}
header#masthead .mianSectionHeader a#myCustomCartButton span {
  position: absolute;
  bottom: -3px;
  right: -1px;
  background: #f7f4ef;
  height: 17px;
  width: 17px;
  border: 1px solid #b78f68;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  padding-top: 3px;
  color: black;
  border-radius: 8px;
}
@media (max-width: 768px) {
  header#masthead .mianSectionHeader a#myCustomCartButton span {
    font-size: 10px;
    width: 14px;
    height: 14px;
    bottom: -6px;
    right: -5px;
  }
}

.headerHelperFix {
  height: 80px;
}
@media (max-width: 768px) {
  .headerHelperFix {
    height: 48px;
  }
}

footer#colophon {
  margin-top: 160px;
  scroll-margin-top: 85px;
  background-color: #f7f4ef;
  margin-left: 16px;
  margin-right: 16px;
}
@media (max-width: 768px) {
  footer#colophon {
    margin-top: 80px;
  }
}
footer#colophon .backToTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("data:image/svg+xml,%3Csvg width='252' height='70' viewBox='0 0 252 70' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_5351_1033)'%3E%3Cpath d='M246 81.9999C249.314 81.9999 252 79.3136 252 75.9999C252 72.6862 249.314 69.9999 246 69.9999L198.977 69.9999C186.319 69.9999 173.401 68.0405 163.032 60.7793C143.232 46.9127 129.401 25.1656 126 -5.50763e-06C122.599 25.1656 108.768 46.9127 88.9678 60.7794C78.5997 68.0405 65.6809 69.9999 53.0231 69.9999L6.00044 69.9999C2.68673 69.9999 0.000454586 72.6862 0.000454442 75.9999C0.000454297 79.3136 2.68673 81.9999 6.00044 81.9999L53.0227 81.9999C65.6802 81.9999 78.5986 83.9592 88.9666 91.2199C108.767 105.087 122.599 126.834 126 152C129.401 126.834 143.233 105.087 163.034 91.2199C173.402 83.9591 186.32 81.9999 198.977 81.9999L246 81.9999Z' fill='%23FCFAF8'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_5351_1033'%3E%3Crect width='252' height='70' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0px auto -71px;
  position: relative;
  padding: 38px 120px 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
footer#colophon .siteFooterMain {
  background-color: #f7f4ef;
  padding: 40px 64px;
}
@media (max-width: 768px) {
  footer#colophon .siteFooterMain {
    padding: 90px 16px 16px;
    width: calc(100% - 30px);
  }
}
footer#colophon .upperFooterBox {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  footer#colophon .upperFooterBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    margin-bottom: 46px;
  }
}
footer#colophon .upperFooterBox .upperFooterBoxLogo {
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  footer#colophon .upperFooterBox .upperFooterBoxLogo {
    height: 24px;
  }
}
footer#colophon .upperFooterBox .upperFooterBoxLogo img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
footer#colophon .mainFooterBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer#colophon .mainFooterBox .footerItemsTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 32px;
  color: black;
}
footer#colophon .mainFooterBox .footerItemsTitle h4 {
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  position: relative;
  padding-right: 14px;
}
@media (max-width: 768px) {
  footer#colophon .mainFooterBox .footerItemsTitle h4 {
    padding-right: 0;
  }
}
footer#colophon .mainFooterBox .footerItemsTitle h4::before {
  content: "";
  position: absolute;
  height: 6px;
  width: 6px;
  background: #b78e67;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 768px) {
  footer#colophon .mainFooterBox .footerItemsTitle h4::before {
    display: none;
  }
}
footer#colophon .mainFooterBox .footerItemsTitle svg {
  display: none;
}
@media (max-width: 768px) {
  footer#colophon .mainFooterBox .footerItemsTitle svg {
    display: block;
  }
}
footer#colophon .mainFooterBox .footerItems2 {
  width: 12%;
}
@media (max-width: 768px) {
  footer#colophon .mainFooterBox .footerItems2 {
    width: 100%;
  }
}
footer#colophon .mainFooterBox .footerItems li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
footer#colophon .mainFooterBox .footerItems li:last-child {
  margin-bottom: 0px;
}
footer#colophon .mainFooterBox .footerItems li a,
footer#colophon .mainFooterBox .footerItems li p {
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: black;
}
footer#colophon .mainFooterBox .footerItems li a:hover,
footer#colophon .mainFooterBox .footerItems li p:hover {
  color: #b78e67;
}
footer#colophon .mainFooterBox .footerItems1 > svg {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  height: 48px;
  width: 118px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  footer#colophon .mainFooterBox .footerItems1 > svg {
    height: 40px;
    width: 78px;
  }
}
footer#colophon .mainFooterBox .footerItems1 {
  width: 32.2%;
}
@media (max-width: 768px) {
  footer#colophon .mainFooterBox .footerItems1 {
    width: 100%;
  }
}
footer#colophon .mainFooterBox .footerItems1 > p {
  color: black;
  line-height: 36px;
  font-size: 14px;
  text-align: justify;
  font-weight: 300;
}
@media (max-width: 768px) {
  footer#colophon .mainFooterBox .footerItems1 > p {
    text-align: center;
    line-height: 26px;
  }
}
footer#colophon .mainFooterBox .footerItems3 {
  width: 38%;
}
@media (max-width: 768px) {
  footer#colophon .mainFooterBox .footerItems3 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  footer#colophon .footerItems {
    margin-bottom: 16px;
  }
  footer#colophon .footerItems:last-child {
    margin-bottom: 0px;
  }
  footer#colophon .footerItems .footerItemsTitle {
    padding: 14px;
    margin-bottom: 0px;
    background-color: #eee5da;
    color: #020014;
  }
  footer#colophon .footerItems .footerItemsTitle h4 {
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
  }
  footer#colophon .footerItems .footerItemsTitle svg {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  footer#colophon .footerItems .footerItemsTitle svg path {
    stroke: #020014;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  footer#colophon .footerItems .footerItemsTitle.active svg {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  footer#colophon .footerItems .footerItemsTitle.active svg path:first-child {
    opacity: 0;
    visibility: hidden;
  }
  footer#colophon .footerItems > ul {
    display: none;
  }
  footer#colophon .footerItems ul li {
    width: 100% !important;
    margin-bottom: 8px !important;
    margin-top: 8px;
    padding: 14px;
    padding-left: 34px;
    background: rgb(221, 213, 202);
    position: relative;
  }
  footer#colophon .footerItems ul li::before {
    content: "";
    position: absolute;
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    left: 16px;
    bottom: 0;
    top: 0;
    margin: auto;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.3332 8H2.6665M2.6665 8L6.6665 4M2.6665 8L6.6665 12' stroke='%23020014' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
  footer#colophon .footerItems ul li svg {
    height: 16px;
    width: 16px;
  }
  footer#colophon .footerItems ul li a,
  footer#colophon .footerItems ul li p {
    color: #020014 !important;
    font-size: 12px !important;
    line-height: 22px !important;
    font-weight: 400 !important;
  }
  footer#colophon .footerItems ul li:not(:first-child) path,
  footer#colophon .footerItems ul li:not(:first-child) circle {
    stroke: #020014;
  }
  footer#colophon .footerItems ul li:first-child path {
    fill: #020014;
  }
}
footer#colophon .upperFooterBoxCer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
footer#colophon .upperFooterBoxCer a {
  height: 63px;
  width: 63px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer#colophon .upperFooterBoxCer a img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px;
}

.copyrightBack .copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .copyrightBack .copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 24px;
    padding-bottom: 16px;
    gap: 16px;
  }
}
.copyrightBack .copyright p {
  font-size: 12px;
  line-height: 24px;
  font-weight: 200;
  color: black;
}
@media (max-width: 480px) {
  .copyrightBack .copyright p {
    text-align: center;
  }
}
.copyrightBack .footerSocialMedia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media (max-width: 768px) {
  .copyrightBack .footerSocialMedia {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.copyrightBack .footerSocialMedia a {
  height: 42px;
  width: 42px;
  border: 1px solid #eee5da;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.copyrightBack .footerSocialMedia a svg {
  color: #b78e67;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.copyrightBack .footerSocialMedia a:hover {
  background: #b78e67;
}
.copyrightBack .footerSocialMedia a:hover svg {
  color: white;
}

.swiperHomeBlog {
  padding-bottom: 40px;
}

.swiperHomeBlogParent .next-perv-btns {
  display: none;
}
@media (max-width: 768px) {
  .swiperHomeBlogParent .next-perv-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.postCardHome {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 768px) {
  .postCardHome {
    aspect-ratio: 16/9;
    height: 100%;
  }
}
.postCardHome .postCardHomeImage {
  height: 355px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .postCardHome .postCardHomeImage {
    height: unset;
  }
}
.postCardHome .postCardHomeImage img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.postCardHome .blogCardTitles {
  position: absolute;
  bottom: -32px;
  background: #f7f4ef;
  width: calc(100% - 40px);
  padding: 18px;
  text-align: center;
}
.postCardHome .blogCardTitles h3 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #000000;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 480px) {
  .postCardHome .blogCardTitles h3 {
    font-size: 14px;
    line-height: 22px;
  }
}
.postCardHome .postDateParent {
  position: absolute;
  top: 20px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f7f4ef;
  font-size: 14px;
  line-height: 9px;
  font-weight: 300;
  color: #000000;
  gap: 8px;
  padding: 6px 8px;
}
@media (max-width: 480px) {
  .postCardHome .postDateParent {
    font-size: 10px;
    line-height: 6px;
  }
}
.postCardHome:hover .postCardHomeImage img {
  -webkit-transform: scale(1.12);
          transform: scale(1.12);
}
.postCardHome:hover .blogCardTitles h3 {
  color: #b78e67;
}

li.product {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid rgba(183, 142, 103, 0.4784313725);
  background: #f7f4ef;
  border-left: 0;
}
li.product > a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding: 40px 20px 20px;
}
li.product > a span.onsale {
  position: absolute;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  top: 20px !important;
  left: 20px !important;
  border: 1px solid black;
  padding: 5px 12px 3px;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  right: unset !important;
  border-radius: 0 !important;
  min-height: unset;
  min-width: unset;
  background-color: unset;
  margin: 0 !important;
}
li.product > a span.onsale svg {
  margin-bottom: 3px;
}
li.product > a > img {
  aspect-ratio: 1;
  margin-bottom: 40px !important;
  height: 270px !important;
  -o-object-fit: contain;
     object-fit: contain;
}
li.product > a .brand_svg,
li.product > a .brand-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 10px;
  width: 60px;
}
li.product > a .brand_svg svg,
li.product > a .brand_svg img,
li.product > a .brand-img svg,
li.product > a .brand-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
li.product > a > h2 {
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
  color: #000000;
  margin-top: 8px;
  margin-bottom: 10px;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 76px;
}
li.product > a > h2 mark.count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f7f4ef;
  font-size: 18px !important;
  border: 1px solid #b79070;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 0px 16px;
  font-weight: 400;
  margin-top: 10px;
  color: #b79070;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
li.product > a > h2 mark.count:hover {
  background: #b79070;
  color: #f7f4ef;
}
li.product > a .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
li.product > a .price > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 24px;
  font-weight: 600;
  line-height: 54px;
  color: #b78e67;
  font-family: maneli !important;
}
li.product > a .price > div > span > bdi {
  font-size: 24px;
  font-weight: 600;
  line-height: 54px;
  color: #b78e67;
  font-family: maneli !important;
}
li.product > a .price > div > span > bdi span {
  margin-right: 6px;
  font-weight: 100;
  font-family: maneli !important;
}
li.product > a .price > span > bdi {
  font-size: 24px;
  font-weight: 600;
  line-height: 54px;
  color: #b78e67;
  font-family: maneli !important;
}
li.product > a .price > span > bdi span {
  margin-right: 6px;
  font-weight: 100;
  font-family: maneli !important;
}
li.product > a .price del bdi,
li.product > a .price ins bdi {
  color: #b78e67;
  font-family: maneli !important;
}
li.product > a .price del bdi span,
li.product > a .price ins bdi span {
  font-family: maneli !important;
}
li.product > a .price del {
  color: #e3d3c4 !important;
  margin-top: -10px;
}
li.product > a .price del bdi {
  font-size: 14px;
  font-weight: 300;
  line-height: 32px;
  position: relative;
}
li.product > a .price del bdi::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  top: -4px;
  bottom: 0;
  margin: auto;
  background: #e3d3c4;
}
li.product > a .price del bdi span {
  margin-right: 6px;
  font-weight: 100;
}
li.product > a .price ins bdi {
  font-size: 24px;
  font-weight: 600;
  line-height: 54px;
}
li.product > a .price ins bdi span {
  margin-right: 6px;
  font-weight: 100;
}
li.product .custom-product-image {
  margin-bottom: 40px;
  height: 270px;
  width: 100%;
}
li.product .custom-product-image > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
li.product .custom-product-image > div > div img {
  height: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
}
li.product .custom-product-image .custom-product-image-inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1;
}
li.product .custom-product-image .mainImage {
  position: absolute;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 15px;
  overflow: hidden;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 100%;
}
li.product .custom-product-image .CoverImage {
  position: absolute;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: visibility 0.5s linear 0.1s, opacity 0.5s linear 0.1s, -webkit-transform 0.5s linear;
  transition: visibility 0.5s linear 0.1s, opacity 0.5s linear 0.1s, -webkit-transform 0.5s linear;
  transition: visibility 0.5s linear 0.1s, opacity 0.5s linear 0.1s, transform 0.5s linear;
  transition: visibility 0.5s linear 0.1s, opacity 0.5s linear 0.1s, transform 0.5s linear, -webkit-transform 0.5s linear;
  width: 100%;
}
li.product .my-custom-star-rating {
  position: absolute;
  top: 20px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  color: #121212;
  gap: 5px;
}
li.product .my-custom-star-rating svg {
  margin-top: -8px;
}
li.product:hover .mainImage {
  opacity: 0;
  visibility: hidden;
}
li.product:hover .CoverImage {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: visibility 0.001s linear, opacity 0.001s linear, -webkit-transform 0.71s linear 0.1s;
  transition: visibility 0.001s linear, opacity 0.001s linear, -webkit-transform 0.71s linear 0.1s;
  transition: visibility 0.001s linear, opacity 0.001s linear, transform 0.71s linear 0.1s;
  transition: visibility 0.001s linear, opacity 0.001s linear, transform 0.71s linear 0.1s, -webkit-transform 0.71s linear 0.1s;
}

.archiveBlogParent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 72px 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 72px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
}
.archiveBlogParent::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.568627451);
  z-index: 1;
  backdrop-filter: blur(6px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.archiveBlogParent > a + p {
  display: none;
}
.archiveBlogParent > p {
  margin: auto;
  text-align: center;
  margin-top: 60px;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  display: block;
}
.archiveBlogParent a.postCardHome {
  width: calc(50% - 10px);
}
@media (max-width: 768px) {
  .archiveBlogParent a.postCardHome {
    width: 100%;
  }
}

div#posts-wrapper.loading::before {
  opacity: 1;
  visibility: visible;
}

.globalHeaderBack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .globalHeaderBack {
    gap: 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.globalHeaderBack form {
  width: calc(50% - 98px);
  position: relative;
  background: #f7f4ef;
  padding: 10px;
  height: 65px;
}
.globalHeaderBack form::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.8309 20.5771C20.7744 20.6623 20.6725 20.7643 20.4685 20.9683C20.2646 21.1722 20.1626 21.2742 20.0774 21.3306C19.5782 21.6612 18.903 21.4908 18.6204 20.9631C18.5721 20.873 18.5307 20.7348 18.448 20.4585C18.3575 20.1566 18.3123 20.0057 18.3035 19.8994C18.252 19.2739 18.7742 18.7518 19.3997 18.8033C19.5059 18.812 19.6569 18.8572 19.9587 18.9477C20.235 19.0305 20.3732 19.0719 20.4633 19.1201C20.9911 19.4027 21.1614 20.078 20.8309 20.5771Z' stroke='black' stroke-width='1.0125' stroke-linecap='round'/%3E%3Cpath d='M7.27503 4.64384C8.53262 3.91636 9.99271 3.5 11.5501 3.5C16.2721 3.5 20.1001 7.32799 20.1001 12.0501C20.1001 16.7721 16.2721 20.6001 11.5501 20.6001C6.82799 20.6001 3 16.7721 3 12.0501C3 10.4927 3.41636 9.03262 4.14384 7.77503' stroke='black' stroke-width='1.0125' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  position: absolute;
  width: 24px;
  height: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 16px;
}
.globalHeaderBack form button {
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 45px;
  width: 114px;
  border: 0;
  color: white;
  background-color: #b78e67;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.globalHeaderBack form input#search {
  height: 100%;
  width: 100%;
  border: 0;
  background-color: #f7f4ef;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 100;
  line-height: 25px;
  color: black;
  outline: unset;
}
.globalHeaderBack .categorySecParent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.globalHeaderBack .categorySecParent .custom-select-wrapper {
  height: 100%;
  padding: 0 16px;
  background-color: #f7f4ef;
  margin-left: 10px;
}
.globalHeaderBack .categorySecParent select#category-filter {
  height: 100%;
  font-size: 14px;
  font-weight: 100;
  line-height: 25px;
  color: black;
  border: 0;
  background: #f7f4ef;
  outline: unset;
  font-family: "YekanBakhFaNum" !important;
}
.globalHeaderBack .categorySecParent button#filter-button {
  background: #b78e67 !important;
  color: white;
  font-weight: 400;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  padding: 8px 24px;
  max-width: 365px;
  width: 50%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border: 1px solid #b78e67;
}
@media (max-width: 480px) {
  .globalHeaderBack .categorySecParent button#filter-button {
    font-size: 14px;
    padding: 8px 14px;
  }
}
.globalHeaderBack .categorySecParent button#filter-button:hover {
  background: white !important;
  color: #b78e67;
}

.post-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f7f4ef;
  gap: 20px;
  padding: 20px 0;
  min-width: 530px;
}
@media (max-width: 768px) {
  .post-filters {
    position: relative;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding-right: 16px;
    min-width: unset;
    width: 100%;
  }
}
.post-filters > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .post-filters > div {
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: 70px;
    right: 0;
    background: #f7f4ef;
    z-index: 4;
    padding: 16px;
    width: 100%;
    -webkit-box-align: revert;
        -ms-flex-align: revert;
            align-items: revert;
    gap: 10px;
  }
  .post-filters > div a {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(183, 142, 103, 0.1294117647);
  }
  .post-filters > div a:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .post-filters p:first-child {
    display: none;
  }
}
.post-filters p:nth-child(2) {
  display: none;
}
@media (max-width: 768px) {
  .post-filters p:nth-child(2) {
    display: block;
    width: calc(100% - 16px);
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.95363 5.67461C3.13334 5.46495 3.44899 5.44067 3.65866 5.62038L7.99993 9.34147L12.3412 5.62038C12.5509 5.44067 12.8665 5.46495 13.0462 5.67461C13.2259 5.88428 13.2017 6.19993 12.992 6.37964L8.32532 10.3796C8.13808 10.5401 7.86178 10.5401 7.67453 10.3796L3.00787 6.37964C2.7982 6.19993 2.77392 5.88428 2.95363 5.67461Z' fill='%2368696E'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: left;
    background-size: auto;
  }
}
.post-filters a,
.post-filters p {
  font-size: 16px;
  font-weight: 100;
  line-height: 25px;
  color: #000000;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.post-filters a:hover {
  color: #b78e67;
}
.post-filters a.active {
  color: #b78e67;
}

@media (max-width: 768px) {
  .filtersOfShoping .post-filters {
    display: none !important;
  }
}

.load-more-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.load-more-wrapper button#load-more {
  color: #b78e67;
  font-size: 16px;
  background-color: transparent;
  position: relative;
  border: 0;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  gap: 8px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
  margin-left: 30px;
}
.load-more-wrapper button#load-more::before {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='11' viewBox='0 0 22 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 5.5H14.8571M1 5.5C2.94458 4.68182 5.93624 3.29091 5.93624 1M1 5.5C2.94458 6.31818 5.93624 8.03636 5.93624 10M1 5.5L11.8447 5.5' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
  content: "";
  width: 22px;
  height: 11px;
  left: -50px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-color: #b78e67;
  padding: 15px 9px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
}
.load-more-wrapper span#no-more-posts {
  color: #b78e67;
  font-size: 16px;
  background-color: transparent;
  position: relative;
  border: 0;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  gap: 8px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
  margin: auto;
}

.filtersOfShoping {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.filtersOfShoping .custom-sorting-tabs {
  margin-bottom: 20px;
  width: unset;
  padding: 20px 40px;
  z-index: 11;
}
@media (max-width: 600px) {
  .filtersOfShoping .custom-sorting-tabs {
    margin: auto;
    margin-bottom: 20px;
    width: calc(100% - 20px);
    z-index: 12;
    padding: 20px 20px;
  }
}
.filtersOfShoping .custom-sorting-tabs p.togglingFiltersBlog {
  width: 100%;
}

.shopPageParent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.shopPageParent .shopPageSideBar {
  width: calc(25% - 0px);
  padding: 32px;
  background-color: #f7f4ef;
  border-top: 1px solid rgba(0, 0, 0, 0.2509803922);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2509803922);
  border-right: 1px solid rgba(0, 0, 0, 0.2509803922);
  min-width: 340px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  position: sticky;
  top: 80px;
}
@media (max-width: 600px) {
  .shopPageParent .shopPageSideBar {
    min-width: unset;
    width: 100%;
    z-index: 10;
    padding: 11px;
    border-right: 0;
    border-bottom: 0;
    background-color: #b78e67;
    min-height: unset;
    position: static;
    top: unset;
  }
}
.shopPageParent .shopPageSideBar button.wc-block-product-filters__open-overlay {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
}
.shopPageParent .shopPageSideBar button.wc-block-product-filters__open-overlay svg {
  width: 32px;
  height: 32px;
}
.shopPageParent .shopPageSideBar button.wc-block-product-filters__apply {
  width: 100%;
  color: #b78e67 !important;
  -webkit-transition: all 0.3s ease-out !important;
  transition: all 0.3s ease-out !important;
  background-color: #f7f4ef !important;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  padding: 12px 20px 10px 20px !important;
  border-radius: 0 !important;
  border: 1px solid #b78e67 !important;
}
.shopPageParent .shopPageSideBar button.wc-block-product-filters__apply:hover {
  color: #f7f4ef !important;
  background-color: #b78e67 !important;
}
.shopPageParent .shopPageSideBar .wc-block-product-filters__overlay-content {
  gap: 0;
}
.shopPageParent .shopPageSideBar li.wc-block-product-filter-removable-chips__item {
  border: 1px solid #b78e67 !important;
  padding: 6px 10px 3px 5px !important;
  background: white !important;
  font-weight: 200;
  font-size: 14px;
  line-height: 25px;
  color: #020014;
}
.shopPageParent .shopPageSideBar .wp-block-woocommerce-product-filter-active {
  margin-top: 20px;
}
.shopPageParent .shopPageSideBar .wp-block-woocommerce-product-filter-active button.wc-block-product-filter-removable-chips__remove {
  margin-top: -4px !important;
  border: 1px solid #b78e67 !important;
  border-radius: 50%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: transparent !important;
}
.shopPageParent .shopPageSideBar .wp-block-woocommerce-product-filter-active button.wc-block-product-filter-removable-chips__remove svg {
  height: 20px;
  width: 20px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #b78e67;
}
.shopPageParent .shopPageSideBar .wp-block-woocommerce-product-filter-active button.wc-block-product-filter-removable-chips__remove:hover {
  background-color: #b78e67 !important;
}
.shopPageParent .shopPageSideBar .wp-block-woocommerce-product-filter-active button.wc-block-product-filter-removable-chips__remove:hover svg {
  color: #f7f4ef;
}
.shopPageParent .shopPageSideBar .wp-block-woocommerce-product-filter-clear-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.shopPageParent .shopPageSideBar .wp-block-woocommerce-product-filter-clear-button button {
  border-radius: 0 !important;
  height: 40px !important;
  font-size: 12px !important;
  padding: 6px 13px !important;
  background-color: #f7f4ef !important;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border: 1px solid #000000;
  color: black;
}
.shopPageParent .shopPageSideBar .wp-block-woocommerce-product-filter-clear-button button:hover {
  background-color: black !important;
  color: #f7f4ef;
}
.shopPageParent .shopPageSideBar .wc-block-product-filter-checkbox-list__input-wrapper:before {
  background-color: white !important;
}
.shopPageParent .shopPageSideBar .wp-block-woocommerce-product-filter-price,
.shopPageParent .shopPageSideBar .wp-block-woocommerce-product-filter-taxonomy,
.shopPageParent .shopPageSideBar .wp-block-woocommerce-product-filter-attribute {
  border-bottom: 1px solid #e0e0e0;
  width: 100%;
  padding-bottom: 1.5em;
  padding-top: 1.5em;
}
.shopPageParent .shopPageSideBar .wp-block-woocommerce-product-filter-price .wp-block-heading,
.shopPageParent .shopPageSideBar .wp-block-woocommerce-product-filter-taxonomy .wp-block-heading,
.shopPageParent .shopPageSideBar .wp-block-woocommerce-product-filter-attribute .wp-block-heading {
  margin-bottom: 0 !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  position: relative;
  color: #020014;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.shopPageParent .shopPageSideBar .wp-block-woocommerce-product-filter-price .wp-block-heading::before,
.shopPageParent .shopPageSideBar .wp-block-woocommerce-product-filter-taxonomy .wp-block-heading::before,
.shopPageParent .shopPageSideBar .wp-block-woocommerce-product-filter-attribute .wp-block-heading::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.96524 8.00031L10.2252 4.74031C10.3702 4.59531 10.3702 4.35531 10.2252 4.21031C10.0802 4.06531 9.84024 4.06531 9.69524 4.21031L6.43524 7.47031C6.19524 7.71031 5.80524 7.71031 5.56524 7.47031L2.30524 4.21031C2.16024 4.06531 1.92024 4.06531 1.77524 4.21031C1.63023 4.35531 1.63023 4.59531 1.77524 4.74031L5.03524 8.00031C5.30024 8.26531 5.65024 8.40031 6.00024 8.40031C6.35024 8.40031 6.70024 8.26531 6.96524 8.00031Z' fill='%23020014'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.shopPageParent .shopPageSideBar .wp-block-woocommerce-product-filter-price .wp-block-heading + div,
.shopPageParent .shopPageSideBar .wp-block-woocommerce-product-filter-taxonomy .wp-block-heading + div,
.shopPageParent .shopPageSideBar .wp-block-woocommerce-product-filter-attribute .wp-block-heading + div {
  display: none;
}
.shopPageParent .shopPageSideBar .wp-block-woocommerce-product-filter-price .wp-block-heading.is-open,
.shopPageParent .shopPageSideBar .wp-block-woocommerce-product-filter-taxonomy .wp-block-heading.is-open,
.shopPageParent .shopPageSideBar .wp-block-woocommerce-product-filter-attribute .wp-block-heading.is-open {
  color: #b78e67;
}
.shopPageParent .shopPageSideBar .wp-block-woocommerce-product-filter-price .wp-block-heading.is-open::before,
.shopPageParent .shopPageSideBar .wp-block-woocommerce-product-filter-taxonomy .wp-block-heading.is-open::before,
.shopPageParent .shopPageSideBar .wp-block-woocommerce-product-filter-attribute .wp-block-heading.is-open::before {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.96524 8.00031L10.2252 4.74031C10.3702 4.59531 10.3702 4.35531 10.2252 4.21031C10.0802 4.06531 9.84024 4.06531 9.69524 4.21031L6.43524 7.47031C6.19524 7.71031 5.80524 7.71031 5.56524 7.47031L2.30524 4.21031C2.16024 4.06531 1.92024 4.06531 1.77524 4.21031C1.63023 4.35531 1.63023 4.59531 1.77524 4.74031L5.03524 8.00031C5.30024 8.26531 5.65024 8.40031 6.00024 8.40031C6.35024 8.40031 6.70024 8.26531 6.96524 8.00031Z' fill='%23B78E67'/%3E%3C/svg%3E%0A");
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.shopPageParent .shopPageSideBar .wp-block-woocommerce-product-filter-price:last-child,
.shopPageParent .shopPageSideBar .wp-block-woocommerce-product-filter-taxonomy:last-child,
.shopPageParent .shopPageSideBar .wp-block-woocommerce-product-filter-attribute:last-child {
  border-bottom: unset !important;
  padding-bottom: 0;
}
.shopPageParent .shopPageSideBar .wp-block-woocommerce-product-filter-price .wc-block-product-filter-checkbox-list__items,
.shopPageParent .shopPageSideBar .wp-block-woocommerce-product-filter-taxonomy .wc-block-product-filter-checkbox-list__items,
.shopPageParent .shopPageSideBar .wp-block-woocommerce-product-filter-attribute .wc-block-product-filter-checkbox-list__items {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 10px;
}
.shopPageParent .shopPageSideBar .wp-block-woocommerce-product-filter-price .wc-block-product-filter-checkbox-list__items input[type=checkbox],
.shopPageParent .shopPageSideBar .wp-block-woocommerce-product-filter-taxonomy .wc-block-product-filter-checkbox-list__items input[type=checkbox],
.shopPageParent .shopPageSideBar .wp-block-woocommerce-product-filter-attribute .wc-block-product-filter-checkbox-list__items input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #ffffff;
  border: 0;
  border-radius: 0;
  color: blue;
  cursor: pointer;
  display: block;
  height: 16px;
  margin: 0;
  width: 16px;
  margin-top: -1px;
  border: 1px solid #b78e67;
}
.shopPageParent .shopPageSideBar .wp-block-woocommerce-product-filter-price .wc-block-product-filter-checkbox-list__items span,
.shopPageParent .shopPageSideBar .wp-block-woocommerce-product-filter-taxonomy .wc-block-product-filter-checkbox-list__items span,
.shopPageParent .shopPageSideBar .wp-block-woocommerce-product-filter-attribute .wc-block-product-filter-checkbox-list__items span {
  font-weight: 300;
  font-size: 14px;
  line-height: 25px;
  color: #020014;
}
.shopPageParent .shopPageSideBar .wp-block-woocommerce-product-filter-price .wc-block-product-filter-checkbox-list__items span > svg,
.shopPageParent .shopPageSideBar .wp-block-woocommerce-product-filter-taxonomy .wc-block-product-filter-checkbox-list__items span > svg,
.shopPageParent .shopPageSideBar .wp-block-woocommerce-product-filter-attribute .wc-block-product-filter-checkbox-list__items span > svg {
  color: #b78e67 !important;
  right: 0 !important;
  padding: 0.2em !important;
  position: absolute !important;
  top: -1px !important;
  background: #ffffff !important;
  height: 16px !important;
  width: 16px !important;
  border: 1px solid #b78e67 !important;
}
.shopPageParent .shopPageSideBar h2.wp-block-heading {
  font-weight: 300;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  background: #b78e67;
  padding: 8px;
  color: white;
}
.shopPageParent .shopPageParent .woocommerce-notices-wrapper {
  position: absolute;
  top: 200px;
}
@media (max-width: 600px) {
  .shopPageParent :where(.wc-block-product-filters) .wc-block-product-filters__overlay-wrapper {
    height: calc(100% - 50px);
    bottom: -48px;
  }
}
.shopPageParent nav.woocommerce-pagination {
  width: 100% !important;
}
.shopPageParent ul.products {
  width: calc(75% - 0px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: calc(100% - 340px);
}
@media (max-width: 600px) {
  .shopPageParent ul.products {
    width: 100%;
    max-width: unset;
  }
}
.shopPageParent ul.products li.product {
  margin: 0 !important;
  width: 33.33% !important;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.2509803922) !important;
  border-left: 0 !important;
}
.shopPageParent ul.products li.product:nth-child(n+4) {
  border-top: 0 !important;
}
.shopPageParent ul.products li.product:nth-child(3n) {
  border-left: 1px solid rgba(0, 0, 0, 0.2509803922) !important;
}
@media (max-width: 1300px) {
  .shopPageParent ul.products li.product:nth-child(3n) {
    border-left: 0 !important;
  }
}
.shopPageParent ul.products li.product:last-child {
  border-left: 1px solid rgba(0, 0, 0, 0.2509803922) !important;
}
@media (max-width: 1200px) {
  .shopPageParent ul.products li.product {
    width: 50% !important;
  }
  .shopPageParent ul.products li.product:nth-child(n+3) {
    border-top: 0 !important;
  }
  .shopPageParent ul.products li.product:nth-child(2n) {
    border-left: 1px solid rgba(0, 0, 0, 0.2509803922) !important;
  }
}
@media (max-width: 950px) {
  .shopPageParent ul.products li.product {
    width: 100% !important;
  }
  .shopPageParent ul.products li.product:nth-child(n+2) {
    border-top: 0 !important;
  }
  .shopPageParent ul.products li.product:nth-child(n) {
    border-left: 1px solid rgba(0, 0, 0, 0.2509803922) !important;
  }
}
.shopPageParent .woocommerce-no-products-found {
  max-width: calc(100% - 340px);
  width: 75%;
  padding: 0px 30px;
}
@media (max-width: 600px) {
  .shopPageParent .woocommerce-no-products-found {
    max-width: 100%;
    width: 100%;
    margin-top: 20px;
  }
}

.shopPageParent-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px 0px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.shopPageParent-cta ul.products {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.shopPageParent-cta li.product {
  margin: 0 !important;
  width: 25% !important;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.2509803922) !important;
  border-left: 0 !important;
}
.shopPageParent-cta li.product:nth-child(n+5) {
  border-top: 0 !important;
}
.shopPageParent-cta li.product:nth-child(4n) {
  border-left: 1px solid rgba(0, 0, 0, 0.2509803922) !important;
}
@media (max-width: 1200px) {
  .shopPageParent-cta li.product:nth-child(4n) {
    border-left: 0 !important;
  }
}
.shopPageParent-cta li.product:last-child {
  border-left: 1px solid rgba(0, 0, 0, 0.2509803922) !important;
}
@media (max-width: 1200px) {
  .shopPageParent-cta li.product {
    width: 33.3% !important;
  }
  .shopPageParent-cta li.product:nth-child(n+4) {
    border-top: 0 !important;
  }
  .shopPageParent-cta li.product:nth-child(3n) {
    border-left: 1px solid rgba(0, 0, 0, 0.2509803922) !important;
  }
}
@media (max-width: 950px) {
  .shopPageParent-cta li.product {
    width: 50% !important;
  }
  .shopPageParent-cta li.product:nth-child(n+3) {
    border-top: 0 !important;
  }
  .shopPageParent-cta li.product:nth-child(2n) {
    border-left: 1px solid rgba(0, 0, 0, 0.2509803922) !important;
  }
}
@media (max-width: 600px) {
  .shopPageParent-cta li.product {
    width: 100% !important;
  }
  .shopPageParent-cta li.product:nth-child(n+2) {
    border-top: 0 !important;
  }
  .shopPageParent-cta li.product:nth-child(n) {
    border-left: 1px solid rgba(0, 0, 0, 0.2509803922) !important;
  }
}
.shopPageParent-cta .woocommerce-no-products-found {
  max-width: 100%;
  width: 100%;
  padding: 0px 30px;
}
.shopPageParent-cta li.product-category.product {
  border-left: 1px solid rgba(0, 0, 0, 0.2509803922) !important;
}

.shopPageParent-cta-content {
  max-width: 1064px;
  margin: auto;
  padding: 15px;
  margin-top: 80px;
}

.shopPageParent-cta-btn {
  color: #b78e67;
  font-size: 16px;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  gap: 8px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
  margin: auto;
  margin-top: 40px;
}
.shopPageParent-cta-btn svg {
  background-color: #f7f4ef;
  padding: 14px 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.shopPageParent-cta-btn svg path {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.shopPageParent-cta-btn:hover svg {
  background-color: #b78e67;
}
.shopPageParent-cta-btn:hover path {
  stroke: white;
}

#stock-filter-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #e0e0e0;
  width: 100%;
  padding-bottom: 1.5em;
  padding-top: 1.5em;
}
#stock-filter-form .stock-label {
  font-size: 16px;
  font-weight: 500;
  color: #020014 !important;
}

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 22px;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 22px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #eee5da;
}

input:checked + .slider:before {
  -webkit-transform: translateX(18px);
          transform: translateX(18px);
  background-color: #b78e67;
}

.wc-block-product-filter-checkbox-list__label {
  font-size: 15px;
  line-height: 1.8em;
}

.wc-block-product-filter-chips__item {
  font-size: 1em;
  padding: 0.25em 0.75em;
  border-radius: 6px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.wc-block-product-filter-chips__item:hover {
  color: red;
}

.widget-area .widget.widget_block:last-of-type details {
  border-bottom: none;
}
.widget-area .widget.widget_block {
  margin: 0 !important;
}
.widget-area .widget.widget_block details {
  padding: 0;
  border-bottom: 1px solid #eaeaea;
  margin: 0 !important;
  font-size: 16px;
  font-weight: 500;
  color: #020014;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  position: relative;
}
.widget-area .widget.widget_block details:hover summary {
  color: red;
}
.widget-area .widget.widget_block details summary {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 16px;
}
.widget-area .widget.widget_block details summary::marker {
  position: absolute;
  content: "";
}
.widget-area .widget.widget_block details summary::before {
  position: absolute;
  content: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m6.965 8 3.26-3.26a.377.377 0 0 0 0-.53.377.377 0 0 0-.53 0l-3.26 3.26c-.24.24-.63.24-.87 0l-3.26-3.26a.377.377 0 0 0-.53 0 .377.377 0 0 0 0 .53L5.035 8a1.363 1.363 0 0 0 1.93 0' fill='%23020014'/%3E%3C/svg%3E");
  left: 0;
}

.wc-block-product-filter-price-slider__right,
.wc-block-product-filter-price-slider__left {
  max-width: 100%;
  width: 100%;
  min-width: 100px;
}
.wc-block-product-filter-price-slider__right .price-input,
.wc-block-product-filter-price-slider__left .price-input {
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: #f7f4ef;
  border: 1px solid #eee5da;
  min-width: 120px;
}
.wc-block-product-filter-price-slider__right .price-input label,
.wc-block-product-filter-price-slider__left .price-input label {
  position: absolute;
  top: -17px;
  right: 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 34px;
  padding: 0 12px;
  background-color: #f7f4ef;
}
.wc-block-product-filter-price-slider__right .price-input input,
.wc-block-product-filter-price-slider__left .price-input input {
  position: absolute;
  background: transparent;
  border: 0 !important;
  font-weight: 400;
  font-size: 12px !important;
  line-height: 34px;
  text-align: center;
  top: 0;
  bottom: 0;
  margin: auto !important;
  right: 12px;
  max-width: unset !important;
  min-width: 0 !important;
  width: 100% !important;
  right: 0 !important;
  pointer-events: none;
}
.wc-block-product-filter-price-slider__right .currency,
.wc-block-product-filter-price-slider__left .currency {
  background: white;
  font-family: Yekan Bakh FaNum;
  font-weight: 400;
  font-size: 8px;
  line-height: 100%;
  text-align: center;
  color: #b78e67;
  padding: 3px 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 8px;
  display: none !important;
}

.wc-block-product-filter-price-slider__range {
  --range-color: #b78e67 !important;
  margin-bottom: 36px !important;
}

.wc-block-product-filter-price-slider__range input[type=range]::-webkit-slider-thumb {
  background: #f7f4ef !important;
  background-position: 100% 0;
  border: 2px solid #b78e67 !important;
  cursor: pointer;
  height: 14px !important;
  width: 14px !important;
}

.entry-content h2 {
  color: #212121;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  line-height: 36px;
  margin: 0;
  font-weight: 300;
  margin-bottom: 14px;
}
@media (max-width: 768px) {
  .entry-content h2 {
    font-size: 18px;
  }
}
.entry-content > p {
  color: #212121;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  margin: 0;
  line-height: 32px;
  font-weight: 300;
  margin-bottom: 32px;
  text-align: justify;
}
@media (max-width: 480px) {
  .entry-content > p {
    font-size: 14px;
  }
}
.entry-content p:has(img) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 32px auto;
  height: 424px;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  .entry-content p:has(img) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 345px;
    gap: 16px;
  }
}
.entry-content p:has(img) img {
  width: 100%;
  height: calc(50% - 10px);
  -o-object-fit: cover;
     object-fit: cover;
}
.entry-content blockquote {
  position: relative;
  margin: 70px auto 48px;
}
.entry-content blockquote::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='53' height='53' viewBox='0 0 53 53' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M35.2129 41.0791C33.3891 41.0791 31.7856 40.3927 30.5186 39.0801C29.2543 37.7703 28.6172 36.1433 28.6172 34.3184L28.6172 16.8613C28.6172 14.8843 28.9903 12.9834 29.7383 11.1748C30.4281 9.50702 31.3571 8.02592 32.5303 6.74902L32.7686 6.49609C34.0556 5.16267 35.5756 4.11151 37.3096 3.3418C39.0741 2.55864 40.9351 2.16504 42.873 2.16504H44.4043C45.3953 2.16504 46.2628 2.56777 46.9189 3.24609L46.9209 3.24707C47.5779 3.9277 47.9364 4.79634 47.9365 5.75195V8.92676C47.9365 9.88348 47.5777 10.7513 46.9209 11.4316L46.9199 11.4326C46.2631 12.1123 45.3943 12.5137 44.4043 12.5137H42.873C41.7354 12.5137 40.8064 12.9052 39.9785 13.7627C39.1486 14.623 38.7452 15.618 38.7451 16.8613V17.6543C38.7451 17.8143 38.7787 17.8737 38.8535 17.9512V17.9521C38.9082 18.0088 38.9385 18.0208 38.9424 18.0225C38.9471 18.0245 38.9736 18.0352 39.043 18.0352H44.4043C46.1145 18.0352 47.6306 18.6392 48.8574 19.7959L49.0986 20.0352C50.3632 21.3451 50.9999 22.9714 51 24.7959V34.3184C51 36.1432 50.3626 37.7692 49.0986 39.0791V39.0801C47.8315 40.3923 46.2286 41.0791 44.4043 41.0791H35.2129ZM8.5957 50.165C6.77186 50.165 5.16915 49.4782 3.90234 48.166C2.63665 46.8558 2.00035 45.2286 2 43.4043V25.9473C2 24.0937 2.32798 22.3068 2.98535 20.6006L3.12109 20.2607C3.85664 18.4817 4.86504 16.9148 6.15137 15.582C7.43848 14.2487 8.95861 13.1975 10.6924 12.4277V12.4268C12.457 11.6437 14.3172 11.251 16.2549 11.251H17.7871C18.7766 11.251 19.6467 11.6523 20.3037 12.333V12.334C20.9602 13.0142 21.3193 13.882 21.3193 14.8379V18.0127C21.3193 18.9698 20.9603 19.8376 20.3037 20.5176C19.6465 21.1985 18.7764 21.5996 17.7871 21.5996H16.2549C15.1172 21.5997 14.1891 21.9912 13.3613 22.8486C12.5311 23.709 12.127 24.7039 12.127 25.9473V26.7402C12.127 26.899 12.1609 26.9589 12.2373 27.0381V27.0391C12.29 27.0934 12.3194 27.1054 12.3242 27.1074C12.328 27.109 12.3542 27.1211 12.4258 27.1211H17.7871C19.4975 27.1211 21.0136 27.7249 22.2402 28.8818L22.4814 29.1211C23.7456 30.4309 24.3828 32.0572 24.3828 33.8818V43.4043C24.3827 45.2289 23.7454 46.8551 22.4814 48.165L22.2402 48.4043C21.0135 49.5614 19.4974 50.165 17.7871 50.165H8.5957Z' fill='%23B78E67' stroke='white' stroke-width='4'/%3E%3C/svg%3E");
  position: absolute;
  height: 53px;
  width: 53px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: -28px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.entry-content blockquote p {
  color: #000000;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  padding: 40px 24px 24px;
  background-color: #f7f4ef;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
}
@media (max-width: 768px) {
  .entry-content blockquote p {
    padding: 40px 16px 24px;
    font-size: 14px;
  }
}
.entry-content ul li,
.entry-content ol li {
  color: #212121;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 12px;
}
.entry-content ul li::marker,
.entry-content ol li::marker {
  font-size: 18px;
  color: #b78e67;
}
.entry-content ul,
.entry-content ol {
  padding-right: 30px;
  margin: 48px 0;
}
.entry-content ul li {
  list-style: circle;
}
.entry-content ol li {
  list-style: persian;
}

.rowCardHome {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  gap: 12px;
}
.rowCardHome .rowCardHomeImage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1;
  height: 100%;
  overflow: hidden;
}
.rowCardHome .rowCardHomeImage img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.rowCardHome .blogCardTitlesparent {
  text-align: justify;
  width: calc(100% - 92px);
}
.rowCardHome .blogCardTitlesparent .blogCardTitles h3 {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: black;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rowCardHome .postDateParent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 10px;
  line-height: 6px;
  font-weight: 100;
  color: #4d4d4d;
  gap: 4px;
  padding: 6px 0;
}
.rowCardHome .postDateParent svg {
  height: 12px;
  width: 12px;
}
.rowCardHome:hover .rowCardHomeImage img {
  -webkit-transform: scale(1.12);
          transform: scale(1.12);
}
.rowCardHome:hover h4 {
  color: #b89069 !important;
}

.singlePostsPages > article.post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.singlePostsPages > article.post .ContentCenter {
  width: 50%;
  overflow: hidden;
}
.singlePostsPages > article.post .ContentCenter .entry-title {
  font-size: 24px;
  color: #000000;
  font-weight: 400;
  margin-bottom: 24px;
}
@media (max-width: 1260px) {
  .singlePostsPages > article.post .ContentCenter .entry-title {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .singlePostsPages > article.post .ContentCenter .entry-title {
    font-size: 18px;
  }
}
@media (max-width: 1260px) {
  .singlePostsPages > article.post .ContentCenter {
    width: 70%;
  }
}
@media (max-width: 1000px) {
  .singlePostsPages > article.post .ContentCenter {
    width: 100%;
  }
}
.singlePostsPages > article.post .ContentCenter .imgsParents {
  padding: 20px 0;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}
.singlePostsPages > article.post .ContentCenter .imgsParents .post-average-rating {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: 30px;
  left: 10px;
  background: #f7f4ef;
  padding: 9px 10px 1px 10px;
}
.singlePostsPages > article.post .ContentCenter .imgsParents .post-average-rating .average-star-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  font-style: normal;
  gap: 2px;
  font-size: 18px;
}
.singlePostsPages > article.post .ContentCenter .imgsParents .post-average-rating .average-star-rating svg path {
  stroke: #b78e67;
}
.singlePostsPages > article.post .ContentCenter .imgsParents .post-average-rating .average-star-rating i.star.filled path {
  fill: #b78e67;
}
.singlePostsPages > article.post .ContentCenter .imgsParents .post-thumbnail > img {
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
.singlePostsPages > article.post .ContentCenter .imgsParents > img {
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 24px;
  width: 100%;
}
.singlePostsPages > article.post .ContentCenter .entry-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.singlePostsPages > article.post .ContentCenter .entry-meta .ShareURL {
  margin: 0;
  background-color: #f7f4ef;
  border: none;
  color: #000000 !important;
  padding: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding-right: 24px;
}
@media (max-width: 768px) {
  .singlePostsPages > article.post .ContentCenter .entry-meta .ShareURL {
    font-size: 13px;
  }
}
.singlePostsPages > article.post .ContentCenter .entry-meta .ShareURL .tooltiptext {
  color: #000000;
  font-size: 14.5px;
  font-weight: 300;
}
.singlePostsPages > article.post .ContentCenter .entry-meta .ShareURL .IconSvg {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #b78e67;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 768px) {
  .singlePostsPages > article.post .ContentCenter .entry-meta .ShareURL .IconSvg {
    width: 34px;
    height: 34px;
  }
}
.singlePostsPages > article.post .ContentCenter .entry-meta .ShareURL .IconSvg svg {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.singlePostsPages > article.post .ContentCenter .entry-meta .ShareURL .IconSvg svg path {
  fill: white;
}
.singlePostsPages > article.post .ContentCenter .entry-meta .ShareURL:hover .IconSvg {
  background-color: #875d36;
}
.singlePostsPages > article.post .ContentCenter .entry-meta .ShareURL:hover .IconSvg svg {
  -webkit-transform: translateY(180deg);
          transform: translateY(180deg);
}
@media (max-width: 768px) {
  .singlePostsPages > article.post .ContentCenter .entry-meta .ShareURL:hover .IconSvg svg {
    width: 20px;
    height: 20px;
  }
}
.singlePostsPages > article.post .ContentCenter .entry-meta .metaP {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 12px;
}
@media (max-width: 1545px) {
  .singlePostsPages > article.post .ContentCenter .entry-meta .metaP .Cats.MetaSin {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .singlePostsPages > article.post .ContentCenter .entry-meta .metaP .singleAuthorCardMetaTime {
    display: none !important;
  }
}
.singlePostsPages > article.post .ContentCenter .entry-meta .metaP .MetaSin,
.singlePostsPages > article.post .ContentCenter .entry-meta .metaP .singleAuthorCardMetaTime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 4px;
  font-size: 13.5px;
  font-weight: 300;
}
.singlePostsPages > article.post .ContentCenter .entry-meta .metaP .MetaSin a,
.singlePostsPages > article.post .ContentCenter .entry-meta .metaP .singleAuthorCardMetaTime a {
  color: #000;
}
@media (max-width: 768px) {
  .singlePostsPages > article.post .ContentCenter .entry-meta .metaP .MetaSin,
  .singlePostsPages > article.post .ContentCenter .entry-meta .metaP .singleAuthorCardMetaTime {
    font-size: 12.5px;
  }
}
.singlePostsPages > article.post .ContentCenter .entry-meta .metaP .MetaSin .Icon,
.singlePostsPages > article.post .ContentCenter .entry-meta .metaP .singleAuthorCardMetaTime .Icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: black;
}
.singlePostsPages > article.post .ContentCenter .entry-meta .metaP .MetaSin svg,
.singlePostsPages > article.post .ContentCenter .entry-meta .metaP .singleAuthorCardMetaTime svg {
  color: black;
}
@media (max-width: 768px) {
  .singlePostsPages > article.post .ContentCenter .entry-meta .metaP .MetaSin svg,
  .singlePostsPages > article.post .ContentCenter .entry-meta .metaP .singleAuthorCardMetaTime svg {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 1260px) {
  .singlePostsPages > article.post .leftSidebar.Side {
    display: none;
  }
}
.singlePostsPages > article.post .singleSideContentMobileShow {
  bottom: 0 !important;
}
.singlePostsPages > article.post .singleSideContentMobileShow .titleSidebarPost::after {
  opacity: 1 !important;
}
@media (max-width: 1000px) {
  .singlePostsPages > article.post .RightsSideBar {
    display: initial;
    position: fixed !important;
    left: 0 !important;
    right: 0;
    bottom: -2px;
    overflow-y: auto;
    margin-bottom: 0;
    -webkit-transition: bottom 0.3s;
    transition: bottom 0.3s;
    z-index: 999;
    width: 100% !important;
    top: auto !important;
    -webkit-box-shadow: 0px 10px 70px -19px #b78e67;
            box-shadow: 0px 10px 70px -19px #b78e67;
  }
}
@media (max-width: 1000px) {
  .singlePostsPages > article.post .RightsSideBar .tabelOfContent {
    border-top: 1px solid #b78e67;
    padding-top: 16px;
    padding-bottom: 16px;
    display: none;
  }
}
.singlePostsPages > article.post .RightsSideBar,
.singlePostsPages > article.post .leftSidebar.Side {
  width: 22%;
  position: sticky;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  top: 95px;
  background: #f7f4ef;
  padding: 24px 20px;
}
@media (max-width: 1260px) {
  .singlePostsPages > article.post .RightsSideBar,
  .singlePostsPages > article.post .leftSidebar.Side {
    width: 28%;
    padding: 18px 18px 0;
  }
}
.singlePostsPages > article.post .RightsSideBar .PostRow,
.singlePostsPages > article.post .leftSidebar.Side .PostRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.singlePostsPages > article.post .RightsSideBar .titleSidebarPost.TitleSide,
.singlePostsPages > article.post .leftSidebar.Side .titleSidebarPost.TitleSide {
  text-align: center;
  background-color: #b78e67;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  margin-bottom: 1.3em;
  color: white;
  font-size: 18px;
  font-weight: 400;
}
.singlePostsPages > article.post .RightsSideBar .titleSidebarPost.TitleSide svg,
.singlePostsPages > article.post .leftSidebar.Side .titleSidebarPost.TitleSide svg {
  display: none;
}
@media (max-width: 1000px) {
  .singlePostsPages > article.post .RightsSideBar .titleSidebarPost.TitleSide,
  .singlePostsPages > article.post .leftSidebar.Side .titleSidebarPost.TitleSide {
    font-size: 16px;
    background: none;
    margin: 0 !important;
    height: -webkit-max-content !important;
    height: -moz-max-content !important;
    height: max-content !important;
    color: black;
    margin-bottom: 0px !important;
    padding: 0px 0px 18px;
    text-align: right !important;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: start !important;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
    border-bottom: 1px solid #b78e67;
  }
  .singlePostsPages > article.post .RightsSideBar .titleSidebarPost.TitleSide svg,
  .singlePostsPages > article.post .leftSidebar.Side .titleSidebarPost.TitleSide svg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: black;
  }
  .singlePostsPages > article.post .RightsSideBar .titleSidebarPost.TitleSide::after,
  .singlePostsPages > article.post .leftSidebar.Side .titleSidebarPost.TitleSide::after {
    position: absolute;
    content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.2 19.404V13.8H4.596m14.808-3.6H13.8V4.596M21 3l-7.2 7.2m-3.6 3.6L3 21' stroke='%233090B6' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    left: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    bottom: 0;
    top: 0;
    margin: auto;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    opacity: 0;
  }
  .singlePostsPages > article.post .RightsSideBar .titleSidebarPost.TitleSide::before,
  .singlePostsPages > article.post .leftSidebar.Side .titleSidebarPost.TitleSide::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 3px;
    background-color: black;
    right: 0;
    bottom: 4px;
    display: none;
  }
}
.singlePostsPages > article.post .RightsSideBar .tabelOfContent .listTableContent,
.singlePostsPages > article.post .leftSidebar.Side .tabelOfContent .listTableContent {
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
  list-style: none;
}
.singlePostsPages > article.post .RightsSideBar .tabelOfContent .listTableContent > li,
.singlePostsPages > article.post .leftSidebar.Side .tabelOfContent .listTableContent > li {
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  color: #020014;
  display: inline-block;
  font-weight: 200;
  font-size: 14px;
  line-height: 22px;
}
.singlePostsPages > article.post .RightsSideBar .tabelOfContent .listTableContent > li:hover,
.singlePostsPages > article.post .leftSidebar.Side .tabelOfContent .listTableContent > li:hover {
  color: #b78e67;
}
.singlePostsPages > article.post .RightsSideBar .tabelOfContent .listTableContent > li:hover > a,
.singlePostsPages > article.post .leftSidebar.Side .tabelOfContent .listTableContent > li:hover > a {
  color: #b78e67;
}
.singlePostsPages > article.post .RightsSideBar .tabelOfContent .listTableContent > li:has(.activeToc),
.singlePostsPages > article.post .leftSidebar.Side .tabelOfContent .listTableContent > li:has(.activeToc) {
  color: #b78e67;
  background-color: rgb(233.4, 221.1, 209.4);
  border-radius: 12px;
}
.singlePostsPages > article.post .RightsSideBar .tabelOfContent .listTableContent > li .activeToc,
.singlePostsPages > article.post .leftSidebar.Side .tabelOfContent .listTableContent > li .activeToc {
  color: rgb(126.1464285714, 92.1200892857, 59.7535714286);
  font-weight: 700;
  padding: 4px 6px;
}
.singlePostsPages > article.post .RightsSideBar .tabelOfContent .listTableContent > li > a,
.singlePostsPages > article.post .leftSidebar.Side .tabelOfContent .listTableContent > li > a {
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  color: #020014;
  display: inline-block;
  font-size: 14px;
}
@media (max-width: 1000px) {
  .singlePostsPages > article.post .RightsSideBar .tabelOfContent .listTableContent > li > a,
  .singlePostsPages > article.post .leftSidebar.Side .tabelOfContent .listTableContent > li > a {
    font-size: 13px;
  }
}
.singlePostsPages .GenParentSTags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  max-width: 700px;
  margin: auto;
}
.singlePostsPages .GenParentSTags > p {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  color: red;
  line-height: 2.5em;
}
.singlePostsPages .TagParentsPosts {
  color: #fff;
  font-size: 0;
}
.singlePostsPages .TagParentsPosts > a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0.4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  height: 45px;
  border-radius: 50px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  background-color: green;
  color: red;
  font-size: 14px;
  font-weight: 400;
}
.singlePostsPages .TagParentsPosts > a:hover {
  background-color: black;
  color: #fff;
}

.singlePostsPages > article.post .RightsSideBar .tabelOfContent .listTableContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.comment-form-rating .star-rating {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  margin-top: -4px;
}
.comment-form-rating .star-rating .star {
  font-size: 24px;
  font-style: initial;
  color: #ccc;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.comment-form-rating .star-rating .star path {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  fill: #fcfaf8;
}
.comment-form-rating .star-rating .star.selected path,
.comment-form-rating .star-rating .star.hover path {
  fill: #f7b661;
}
.comment-form-rating .average-star-rating .star {
  font-size: 22px;
  color: #ccc;
  font-style: normal;
  margin: 0 1px;
}
.comment-form-rating .average-star-rating .star.filled {
  color: #f7b661;
}
.comment-form-rating .average-star-rating .star.half {
  background: linear-gradient(280deg, #ffd700 30%, #ccc 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.comment-form-rating .average-star-rating .rating-number {
  font-size: 13px;
  margin: 0 6px;
  color: red;
}

div#comments h3#reply-title {
  font-size: 28px;
  line-height: 43px;
  font-weight: 300;
  margin-bottom: 18px;
}
div#comments input,
div#comments textarea {
  outline: unset;
}
div#comments form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 0px 20px;
}
div#comments form p.comment-notes,
div#comments form .logged-in-as {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 32px;
  color: black;
  font-weight: 100;
  width: 100%;
}
div#comments form p.comment-notes span.required-field-message,
div#comments form .logged-in-as span.required-field-message {
  display: block;
  margin-top: 8px;
}
div#comments form p.comment-notes a,
div#comments form .logged-in-as a {
  color: #b78e67;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
div#comments form p.comment-notes a:hover,
div#comments form .logged-in-as a:hover {
  color: #6d543d;
}
div#comments form p.comment-form-author,
div#comments form p.comment-form-email {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(50% - 12px);
  margin-bottom: 72px;
}
@media (max-width: 768px) {
  div#comments form p.comment-form-author,
  div#comments form p.comment-form-email {
    width: 100%;
    margin-bottom: 42px;
  }
}
div#comments form p.comment-form-comment {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 24px;
}
div#comments form p.comment-form-author label,
div#comments form p.comment-form-email label,
div#comments form p.comment-form-comment label {
  position: absolute;
  right: 16px;
  top: -16px;
  background: #fcfaf8;
  padding: 0 8px;
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
}
div#comments form p.comment-form-author input,
div#comments form p.comment-form-email input {
  width: 100%;
  height: 72px;
  padding: 20px;
  color: rgba(0, 0, 0, 0.6588235294);
  font-size: 16px;
  border: 1px solid #e3d3c4;
  background-color: #fcfaf8;
}
div#comments form p.comment-form-comment textarea {
  width: 100%;
  max-height: 160px;
  min-height: 160px;
  padding: 20px;
  color: rgba(0, 0, 0, 0.6588235294);
  font-size: 16px;
  border: 1px solid #e3d3c4;
  background-color: #fcfaf8;
}
div#comments form p.comment-form-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media (max-width: 768px) {
  div#comments form p.comment-form-rating {
    margin: auto;
  }
}
div#comments form p.form-submit {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-right: auto;
}
@media (max-width: 768px) {
  div#comments form p.form-submit {
    margin: auto;
    margin-top: 28px;
  }
}
div#comments form p.form-submit button#submit {
  border: 0;
  background: transparent;
}
div#comments ol.comment-list {
  margin-top: 80px;
}
div#comments ol.comment-list > li.comment > article.comment-body {
  background-color: #f7f4ef;
  margin-bottom: 32px;
  padding: 32px;
}
div#comments ol.comment-list > li.comment > article.comment-body footer.comment-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
div#comments ol.comment-list > li.comment > article.comment-body footer.comment-meta .comment-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
div#comments ol.comment-list > li.comment > article.comment-body footer.comment-meta .comment-author img {
  border-radius: 50%;
}
div#comments ol.comment-list > li.comment > article.comment-body footer.comment-meta .comment-author a,
div#comments ol.comment-list > li.comment > article.comment-body footer.comment-meta .comment-author b {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: black;
}
div#comments ol.comment-list > li.comment > article.comment-body footer.comment-meta .comment-author span {
  display: none;
}
div#comments ol.comment-list > li.comment > article.comment-body footer.comment-meta a time {
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  color: black;
}
div#comments ol.comment-list > li.comment > article.comment-body .comment-content {
  margin: 12px 0;
  font-size: 14px;
  line-height: 32px;
  font-weight: 300;
  color: black;
}
div#comments ol.comment-list > li.comment > article.comment-body .comment-content p.comment-rating {
  margin-top: 10px;
  height: 10px;
}
div#comments ol.comment-list > li.comment > article.comment-body .reply {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  background: #b78e67;
  position: relative;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.5303 10.0303C17.8232 9.73744 17.8232 9.26256 17.5303 8.96967L12.5303 3.96967C12.2374 3.67678 11.7626 3.67678 11.4697 3.96967L6.46967 8.96967C6.17678 9.26256 6.17678 9.73744 6.46967 10.0303C6.76256 10.3232 7.23744 10.3232 7.53033 10.0303L11.25 6.31066L11.25 14.5C11.25 15.2133 11.0298 16.3 10.3913 17.1868C9.7804 18.0353 8.75556 18.75 7 18.75C6.58579 18.75 6.25 19.0858 6.25 19.5C6.25 19.9142 6.58579 20.25 7 20.25C9.24444 20.25 10.7196 19.298 11.6087 18.0632C12.4702 16.8667 12.75 15.4534 12.75 14.5L12.75 6.31066L16.4697 10.0303C16.7626 10.3232 17.2374 10.3232 17.5303 10.0303Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}
div#comments ol.comment-list > li.comment > article.comment-body .reply a {
  color: transparent;
}
div#comments ol.comment-list > li.comment > ol.children {
  padding-right: 80px;
}
div#comments ol.comment-list > li.comment > ol.children article.comment-body {
  background-color: #b78e67;
  margin-bottom: 32px;
  padding: 32px;
}
div#comments ol.comment-list > li.comment > ol.children article.comment-body footer.comment-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
div#comments ol.comment-list > li.comment > ol.children article.comment-body footer.comment-meta .comment-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
div#comments ol.comment-list > li.comment > ol.children article.comment-body footer.comment-meta .comment-author img {
  border-radius: 50%;
}
div#comments ol.comment-list > li.comment > ol.children article.comment-body footer.comment-meta .comment-author a,
div#comments ol.comment-list > li.comment > ol.children article.comment-body footer.comment-meta .comment-author b {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: rgb(255, 255, 255);
}
div#comments ol.comment-list > li.comment > ol.children article.comment-body footer.comment-meta .comment-author span {
  display: none;
}
div#comments ol.comment-list > li.comment > ol.children article.comment-body footer.comment-meta a time {
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  color: rgb(255, 255, 255);
}
div#comments ol.comment-list > li.comment > ol.children article.comment-body .comment-content {
  margin: 12px 0;
  font-size: 14px;
  line-height: 32px;
  font-weight: 300;
  color: rgb(255, 255, 255);
}
div#comments ol.comment-list > li.comment > ol.children article.comment-body .comment-content p.comment-rating {
  margin-top: 10px;
  height: 10px;
}
div#comments ol.comment-list > li.comment > ol.children article.comment-body .reply {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  background: white;
  position: relative;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.5303 10.0303C17.8232 9.73744 17.8232 9.26256 17.5303 8.96967L12.5303 3.96967C12.2374 3.67678 11.7626 3.67678 11.4697 3.96967L6.46967 8.96967C6.17678 9.26256 6.17678 9.73744 6.46967 10.0303C6.76256 10.3232 7.23744 10.3232 7.53033 10.0303L11.25 6.31066L11.25 14.5C11.25 15.2133 11.0298 16.3 10.3913 17.1868C9.7804 18.0353 8.75556 18.75 7 18.75C6.58579 18.75 6.25 19.0858 6.25 19.5C6.25 19.9142 6.58579 20.25 7 20.25C9.24444 20.25 10.7196 19.298 11.6087 18.0632C12.4702 16.8667 12.75 15.4534 12.75 14.5L12.75 6.31066L16.4697 10.0303C16.7626 10.3232 17.2374 10.3232 17.5303 10.0303Z' fill='%23b78e67'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}
div#comments ol.comment-list > li.comment > ol.children article.comment-body .reply a {
  color: transparent;
}
div#comments ol.comment-list .comment-awaiting-moderation {
  display: block;
  font-size: 0.875em;
  line-height: 1.5;
  margin-top: 16px;
}
div#comments ol.comment-list li.byuser .comment-author b.fn {
  display: none;
}
div#comments ol.comment-list li.byuser .comment-author img.avatar {
  border-radius: 0 !important;
  height: 20px !important;
  width: 100px !important;
}
div#comments ol.comment-list li.byuser.depth-1 img.avatar {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}

.breadcrumbs,
.rankMathBC1 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.breadcrumbs p,
.rankMathBC1 p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  overflow: hidden;
}
.breadcrumbs p a,
.breadcrumbs p span,
.rankMathBC1 p a,
.rankMathBC1 p span {
  color: #b78e67;
  opacity: 0.5;
  font-size: 14px;
  line-height: 18px;
  white-space: nowrap;
  font-weight: 700;
}
.breadcrumbs span.separator,
.rankMathBC1 span.separator {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='12' viewBox='0 0 22 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 6H14.8571M1 6C2.94458 5.18182 5.93624 3.79091 5.93624 1.5M1 6C2.94458 6.81818 5.93624 8.53636 5.93624 10.5M1 6L11.8447 6' stroke='%23B78E67' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 22px;
  height: 12px;
  color: transparent;
}
.breadcrumbs span.last,
.rankMathBC1 span.last {
  opacity: 1;
}

.breadcrumbsCU {
  position: relative;
  margin-bottom: -40px;
  z-index: 1;
}
@media (max-width: 768px) {
  .breadcrumbsCU {
    display: none;
  }
}
.breadcrumbsCU p a,
.breadcrumbsCU p span {
  color: #000;
  opacity: 0.3;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}
.breadcrumbsCU span.separator {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='12' viewBox='0 0 22 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 6H14.8571M1 6C2.94458 5.18182 5.93624 3.79091 5.93624 1.5M1 6C2.94458 6.81818 5.93624 8.53636 5.93624 10.5M1 6L11.8447 6' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

img.main404Image {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 975px;
  padding-top: 24px;
}

.error-404-not-found-content {
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin-top: 52px;
}
.error-404-not-found-content h4 {
  font-size: 24px;
  line-height: 38px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #212121;
}
@media (max-width: 480px) {
  .error-404-not-found-content h4 {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 12px;
  }
}
.error-404-not-found-content p {
  font-size: 26px;
  line-height: 40px;
  font-weight: 300;
  margin-bottom: 24px;
  color: #212121;
}
@media (max-width: 480px) {
  .error-404-not-found-content p {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 18px;
  }
}
.error-404-not-found-content a {
  margin: auto;
}

.rankmath-header {
  margin-top: 30px;
  margin-bottom: 26px;
}
.rankmath-header p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.rankmath-header a,
.rankmath-header span {
  color: #004741;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  opacity: 0.3;
}
.rankmath-header span.last,
.rankmath-header span.separator {
  opacity: 1;
}
.rankmath-header span.separator {
  position: relative;
  color: transparent;
  width: 16px;
}
.rankmath-header span.separator::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.3'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.02055 4.14645C7.21581 4.34171 7.21581 4.65829 7.02055 4.85355L3.8741 8H13.3337C13.6098 8 13.8337 8.22386 13.8337 8.5C13.8337 8.77614 13.6098 9 13.3337 9H3.8741L7.02055 12.1464C7.21581 12.3417 7.21581 12.6583 7.02055 12.8536C6.82528 13.0488 6.5087 13.0488 6.31344 12.8536L2.31344 8.85355C2.11818 8.65829 2.11818 8.34171 2.31344 8.14645L6.31344 4.14645C6.5087 3.95118 6.82528 3.95118 7.02055 4.14645Z' fill='%23004741'/%3E%3C/g%3E%3C/svg%3E%0A");
  position: absolute;
  height: 17px;
  width: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  bottom: 0;
  margin: auto;
}

.coFormBack {
  margin: 80px 0;
}
.coFormBack input::-webkit-input-placeholder, .coFormBack textarea::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 34px;
  font-weight: 300;
  color: #cacace;
}
.coFormBack input::-moz-placeholder, .coFormBack textarea::-moz-placeholder {
  font-size: 14px;
  line-height: 34px;
  font-weight: 300;
  color: #cacace;
}
.coFormBack input:-ms-input-placeholder, .coFormBack textarea:-ms-input-placeholder {
  font-size: 14px;
  line-height: 34px;
  font-weight: 300;
  color: #cacace;
}
.coFormBack input::-ms-input-placeholder, .coFormBack textarea::-ms-input-placeholder {
  font-size: 14px;
  line-height: 34px;
  font-weight: 300;
  color: #cacace;
}
.coFormBack input::placeholder,
.coFormBack textarea::placeholder {
  font-size: 14px;
  line-height: 34px;
  font-weight: 300;
  color: #cacace;
}
.coFormBack .mainFormBox {
  margin-bottom: 80px;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .coFormBack .mainFormBox {
    margin-top: 0px;
  }
}
.coFormBack form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1064px;
  margin: auto;
  gap: 0px 20px;
}
.coFormBack form .gform_validation_errors {
  border-radius: 16px !important;
}
.coFormBack form .gform_validation_errors h2 {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}
.coFormBack form .gform-footer,
.coFormBack form .gform-body {
  width: 100%;
}
.coFormBack form .gform-footer {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.coFormBack form .gform_fields {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px 20px;
}
.coFormBack form .gform_fields > div {
  width: calc(50% - 10px);
  position: relative;
}
@media (max-width: 768px) {
  .coFormBack form .gform_fields > div {
    width: 100%;
  }
}
.coFormBack form .gform_fields > div .gfield_description.validation_message.gfield_validation_message {
  position: absolute;
  top: 0;
  left: 22px;
  background-color: white;
  padding: 0 8px;
  font-size: 14px;
}
@media (max-width: 768px) {
  .coFormBack form .gform_fields > div .gfield_description.validation_message.gfield_validation_message {
    font-size: 10px;
  }
}
.coFormBack form .gform_fields > div > label {
  font-size: 16px;
  line-height: 34px;
  background: #fcfaf8;
  position: relative;
  margin-right: 26px;
  z-index: 1;
  font-weight: 500;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0 10px;
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.coFormBack form .gform_fields > div:has(textarea) {
  width: 100%;
  height: 260px !important;
}
.coFormBack form textarea {
  border: 1px solid #eee5da !important;
  padding: 18px 24px !important;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  height: 240px !important;
  color: #212121 !important;
  background: #fcfaf8 !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}
.coFormBack form .gform_fields > div:has([type=submit]) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px;
  width: 100%;
}
.coFormBack form input:not([type=submit]) {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .coFormBack form input:not([type=submit]) {
    margin-bottom: 24px;
  }
}
.coFormBack form input:not([type=submit]) {
  border: 1px solid #eee5da !important;
  padding: 18px 24px !important;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  height: 70px !important;
  color: #212121 !important;
  margin-bottom: 0 !important;
  background: #fcfaf8 !important;
  outline: unset !important;
}
.coFormBack form input:not([type=submit]),
.coFormBack form textarea {
  position: relative;
  margin-top: -17px;
  outline: unset !important;
}
.coFormBack input.wpcf7-form-control.wpcf7-tel.wpcf7-text.wpcf7-validates-as-tel {
  direction: rtl;
}
.coFormBack button,
.coFormBack input[type=button],
.coFormBack input[type=reset],
.coFormBack input[type=submit] {
  color: #b78e67 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  gap: 8px !important;
  -webkit-transition: all 0.3s ease-out !important;
  transition: all 0.3s ease-out !important;
  background-color: transparent !important;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='11' viewBox='0 0 22 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 5.5H14.8571M1 5.5C2.94458 4.68182 5.93624 3.29091 5.93624 1M1 5.5C2.94458 6.31818 5.93624 8.03636 5.93624 10M1 5.5L11.8447 5.5' stroke='%23B78E67' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-size: auto !important;
  background-position: 0px 12px !important;
  padding: 0 10px 0 30px !important;
}
.coFormBack button:hover,
.coFormBack input[type=button]:hover,
.coFormBack input[type=reset]:hover,
.coFormBack input[type=submit]:hover {
  padding: 0 10px 0 36px !important;
}
.coFormBack button:hover svg,
.coFormBack input[type=button]:hover svg,
.coFormBack input[type=reset]:hover svg,
.coFormBack input[type=submit]:hover svg {
  background-color: #b78e67 !important;
}
.coFormBack button:hover path,
.coFormBack input[type=button]:hover path,
.coFormBack input[type=reset]:hover path,
.coFormBack input[type=submit]:hover path {
  stroke: white !important;
}

.mainContactUsBack .iframe-contact-us {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 512px;
}
.mainContactUsBack .iframe-contact-us .mainIframe {
  height: 100%;
  width: 100%;
  position: relative;
}
.mainContactUsBack .iframe-contact-us .mainIframe iframe {
  height: 100% !important;
  width: 100% !important;
}
.mainContactUsBack .iframe-contact-us .mainIframe::before {
  content: "";
  background: rgba(91, 91, 91, 0.5294117647);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 768px) {
  .mainContactUsBack .iframe-contact-us .mainIframe::before {
    opacity: 0 !important;
    visibility: hidden !important;
  }
}
.mainContactUsBack .iframe-contact-us .hide-before-overlay::before {
  opacity: 0 !important;
  visibility: hidden !important;
}
.mainContactUsBack .iframe-contact-us .secondaryframe {
  position: absolute;
  right: 0;
  left: 0;
  top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 1280px;
  margin: auto;
}
@media (max-width: 768px) {
  .mainContactUsBack .iframe-contact-us .secondaryframe {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.mainContactUsBack .iframe-contact-us .secondaryframe a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  background-color: #f7f6f4;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  color: #022a5a;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.mainContactUsBack .iframe-contact-us .secondaryframe a .secondaryframeSvg {
  height: 32px;
  width: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mainContactUsBack .iframe-contact-us .secondaryframe a .secondaryframeSvg svg {
  height: 100%;
  width: 100%;
}
.mainContactUsBack .iframe-contact-us .secondaryframe a::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(30%, transparent), to(rgb(247, 244, 239)));
  background: linear-gradient(0deg, transparent, transparent 30%, rgb(247, 244, 239));
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}
.mainContactUsBack .iframe-contact-us .secondaryframe a:hover {
  -webkit-box-shadow: 0 0 20px rgb(247, 244, 239);
          box-shadow: 0 0 20px rgb(247, 244, 239);
}
.mainContactUsBack .iframe-contact-us .secondaryframe a:hover::before {
  opacity: 1;
  -webkit-transform: rotate(-45deg) translateY(120%);
          transform: rotate(-45deg) translateY(120%);
}
.mainContactUsBack .mainContactUs {
  width: 100%;
  max-width: 1064px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 24px 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -36px;
  position: relative;
}
@media (max-width: 768px) {
  .mainContactUsBack .mainContactUs {
    width: 100%;
    padding: 34px 16px 0px 16px;
    margin-top: -78px;
    gap: 16px;
  }
}
.mainContactUsBack .mainContactUs .mainContactUsBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(50% - 10px);
  background-color: #f7f4ef;
  padding: 24px;
}
@media (max-width: 768px) {
  .mainContactUsBack .mainContactUs .mainContactUsBox {
    width: 100%;
  }
}
.mainContactUsBack .mainContactUs .mainContactUsBox svg {
  margin-left: 8px;
  height: 24px;
  width: 24px;
}
.mainContactUsBack .mainContactUs .mainContactUsBox h4 {
  font-weight: 400;
  line-height: 21px;
  color: #212121;
  font-size: 16px;
  text-align: center;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .mainContactUsBack .mainContactUs .mainContactUsBox h4 {
    font-size: 14px;
    line-height: 17px;
  }
}
.mainContactUsBack .mainContactUs .mainContactUsBox .numbersCo {
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 480px) {
  .mainContactUsBack .mainContactUs .mainContactUsBox .numbersCo {
    gap: 6px;
  }
}
.mainContactUsBack .mainContactUs .mainContactUsBox .numbersCo a,
.mainContactUsBack .mainContactUs .mainContactUsBox .numbersCo p,
.mainContactUsBack .mainContactUs .mainContactUsBox .numbersCo span {
  font-weight: 400;
  color: #212121;
  font-size: 16px;
  line-height: 32px;
  text-align: end;
}
@media (max-width: 768px) {
  .mainContactUsBack .mainContactUs .mainContactUsBox .numbersCo a,
  .mainContactUsBack .mainContactUs .mainContactUsBox .numbersCo p,
  .mainContactUsBack .mainContactUs .mainContactUsBox .numbersCo span {
    font-size: 14px;
    line-height: 17px;
  }
}
.mainContactUsBack .mainContactUs .mainContactUsBoxExtra {
  width: 100%;
}
.mainContactUsBack .socialmediaCo {
  margin: auto;
  height: 50%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  gap: 8px;
}
@media (max-width: 768px) {
  .mainContactUsBack .socialmediaCo {
    margin-top: 16px;
  }
}
.mainContactUsBack .socialmediaCo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  border: 1px solid #eee5da;
  border-radius: 50%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.mainContactUsBack .socialmediaCo svg path {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  stroke: #b78e67;
}
.mainContactUsBack .socialmediaCo a:hover {
  background-color: #b78e67;
}
.mainContactUsBack .socialmediaCo a:hover svg path {
  stroke: white;
}

.goalsWishesBack .goalsWishesItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .goalsWishesBack .goalsWishesItems {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.goalsWishesBack .goalsWishesItems .goalsWishesInner {
  padding: 32px;
  padding-top: 24px;
  background-color: #f7f4ef;
  position: relative;
}
@media (max-width: 768px) {
  .goalsWishesBack .goalsWishesItems .goalsWishesInner {
    padding: 16px;
  }
}
.goalsWishesBack .goalsWishesItems .goalsWishesInner::after {
  content: "";
  background: #b78e67;
  position: absolute;
  height: 3px;
  width: 48px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 0px 0px 100% 100%;
}
@media (max-width: 768px) {
  .goalsWishesBack .goalsWishesItems .goalsWishesInner::after {
    width: 32px;
  }
}
@media (max-width: 768px) {
  .goalsWishesBack .goalsWishesItems .goalsWishesInner svg {
    height: 32px;
    width: 32px;
  }
}
.goalsWishesBack .goalsWishesItems h4 {
  font-size: 18px;
  line-height: 28px;
  margin: 20px auto;
  font-weight: 400;
  color: #000000;
}
@media (max-width: 768px) {
  .goalsWishesBack .goalsWishesItems h4 {
    font-size: 16px;
    line-height: 25px;
    margin: 16px auto 8px;
  }
}
.goalsWishesBack .goalsWishesItems p {
  font-size: 14px;
  line-height: 32px;
  font-weight: 300;
  color: #000000;
}
@media (max-width: 768px) {
  .goalsWishesBack .goalsWishesItems p {
    font-size: 13px;
    line-height: 28px;
  }
}

.ImageGalleryBack .mySwiperImg1 {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .ImageGalleryBack .mySwiperImg1,
  .ImageGalleryBack .mySwiperImg2 {
    aspect-ratio: 17/7;
  }
}
.ImageGalleryBack .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
.ImageGalleryBack .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 305px;
}
@media (max-width: 768px) {
  .ImageGalleryBack .swiper-slide {
    height: unset;
  }
}
.ImageGalleryBack .swiper-slide a {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ImageGalleryBack .swiper-slide a img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.FAQSectionBack .faqs-item {
  background-color: #f7f4ef;
  padding: 16px 0px 0px 24px;
  margin-bottom: 24px;
}
@media (max-width: 480px) {
  .FAQSectionBack .faqs-item {
    padding: 11px 16px 0px;
    margin-bottom: 16px;
  }
}
.FAQSectionBack .faqs-item .faqs-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 16px;
  cursor: pointer;
}
@media (max-width: 480px) {
  .FAQSectionBack .faqs-item .faqs-question {
    padding-bottom: 10px;
  }
}
.FAQSectionBack .faqs-item .faqs-question span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
  background-color: #e3d3c4;
  color: #b78e67;
  height: 42px;
  width: 32px;
  margin-left: 16px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 480px) {
  .FAQSectionBack .faqs-item .faqs-question span {
    display: none;
  }
}
.FAQSectionBack .faqs-item .faqs-question span::before {
  content: "";
  position: absolute;
  height: 100%;
  border-radius: 100px;
  width: 3px;
  right: -7px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #e3d3c4;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.FAQSectionBack .faqs-item .faqs-question h3 {
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  color: #212121;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 480px) {
  .FAQSectionBack .faqs-item .faqs-question h3 {
    margin-left: 12px;
    font-size: 14px;
  }
}
.FAQSectionBack .faqs-item .faqs-question svg {
  margin-right: auto;
  -webkit-filter: opacity(0.5);
          filter: opacity(0.5);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.FAQSectionBack .faqs-item .faqs-question svg path {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.FAQSectionBack .faqs-item .faqs-answer {
  padding-right: 48px;
  padding-bottom: 25px;
  font-size: 14px;
  line-height: 32px;
  font-weight: 300;
  color: #212121;
  border-top: 1px solid rgb(238, 229, 218);
  padding-top: 16px;
  text-align: justify;
}
@media (max-width: 480px) {
  .FAQSectionBack .faqs-item .faqs-answer {
    padding-right: 0px;
    font-size: 13px;
    padding-bottom: 16px;
  }
}
.FAQSectionBack .faqs-item.active h3 {
  color: #b78e67 !important;
}
.FAQSectionBack .faqs-item.active svg {
  -webkit-filter: opacity(1);
          filter: opacity(1);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.FAQSectionBack .faqs-item.active svg path:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
.FAQSectionBack .faqs-item.active span {
  background-color: #b78e67;
  color: white;
}
.FAQSectionBack .faqs-item.active span::before {
  background-color: #b78e67;
}

.rankMathBC {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
}
.rankMathBC p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.rankMathBC p a,
.rankMathBC p span {
  color: white;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}
.rankMathBC span.separator {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='12' viewBox='0 0 22 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 6H14.8571M1 6C2.94458 5.18182 5.93624 3.79091 5.93624 1.5M1 6C2.94458 6.81818 5.93624 8.53636 5.93624 10.5M1 6L11.8447 6' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 22px;
  height: 12px;
  color: transparent;
}

.headerCustomPages {
  position: relative;
  height: 305px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 768px) {
  .headerCustomPages {
    height: 250px;
  }
}
@media (max-width: 480px) {
  .headerCustomPages {
    height: 200px;
  }
}
.headerCustomPages .titlePageCustomeIMG {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.headerCustomPages .titlePageCustomeIMG::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
}
.headerCustomPages .titlePageCustomeIMG img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.headerCustomPages .mainHeaderContent {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  color: white;
}
.headerCustomPages .mainHeaderContent h1 {
  font-size: 36px;
  line-height: 80px;
  font-weight: 100;
  font-family: maneli !important;
}
@media (max-width: 480px) {
  .headerCustomPages .mainHeaderContent h1 {
    font-size: 24px;
    line-height: 54px;
  }
}

.mbCustome {
  margin-top: -36px;
}

.contentSideRulePage {
  max-width: 1026px;
  margin: auto;
  margin-top: 80px;
  padding: 0 15px;
}
@media (max-width: 768px) {
  .contentSideRulePage {
    margin-top: 40px;
  }
}

.minicartFooter {
  display: none;
}

.wp-block-woocommerce-empty-mini-cart-contents-block .wc-block-mini-cart__empty-cart-wrapper {
  padding: 0px !important;
}
.wp-block-woocommerce-empty-mini-cart-contents-block strong {
  font-size: 18px;
  font-weight: 100;
  line-height: 60px;
  margin-bottom: 40px;
  font-family: maneli !important;
}
.wp-block-woocommerce-empty-mini-cart-contents-block a.wc-block-components-button {
  color: #f7f4ef !important;
  -webkit-transition: all 0.3s ease-out !important;
  transition: all 0.3s ease-out !important;
  background-color: #b78e67 !important;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  padding: 12px 20px 10px 20px !important;
  border-radius: 0 !important;
  border: 1px solid #b78e67 !important;
}
.wp-block-woocommerce-empty-mini-cart-contents-block a.wc-block-components-button:hover {
  color: #b78e67 !important;
  -webkit-transition: all 0.3s ease-out !important;
  transition: all 0.3s ease-out !important;
  background-color: #f7f4ef !important;
}

.wc-block-mini-cart__template-part h2.wp-block-woocommerce-mini-cart-title-block.wc-block-mini-cart__title {
  padding: 0 !important;
}
.wc-block-mini-cart__template-part h2.wp-block-woocommerce-mini-cart-title-block.wc-block-mini-cart__title span {
  font-size: 26px;
  font-weight: 100;
  line-height: 80px;
  margin-bottom: 0px;
  font-family: maneli !important;
}
.wc-block-mini-cart__template-part h2.wp-block-woocommerce-mini-cart-title-block.wc-block-mini-cart__title span:last-child {
  display: none !important;
}
.wc-block-mini-cart__template-part .wc-block-components-button.wc-block-components-drawer__close {
  left: 32px;
  top: 36px;
}
.wc-block-mini-cart__template-part .wc-block-components-button.wc-block-components-drawer__close svg {
  fill: rgb(183, 142, 103);
}
.wc-block-mini-cart__template-part .wc-block-mini-cart__items tbody tr.wc-block-cart-items__row {
  border: 1px solid #b78e67;
  margin-bottom: 10px;
  padding: 10px !important;
  background-color: #f7f4ef;
  position: relative;
  min-height: 140px;
}
.wc-block-mini-cart__template-part .wc-block-mini-cart__items tbody tr.wc-block-cart-items__row span.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-product-price__value {
  font-size: 16px;
  font-weight: 100;
  line-height: 40px;
  margin-bottom: 30px;
  font-family: maneli !important;
}
.wc-block-mini-cart__template-part .wc-block-mini-cart__items tbody tr.wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__quantity {
  position: absolute;
  left: 6px;
  bottom: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 !important;
}
.wc-block-mini-cart__template-part .wc-block-mini-cart__items tbody tr.wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__prices {
  display: none;
}
.wc-block-mini-cart__template-part .wc-block-mini-cart__items tbody tr.wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__wrap a.wc-block-components-product-name {
  font-size: 16px;
  font-weight: 300;
  line-height: 30px !important;
  margin-left: 14px;
  color: #000000;
}
.wc-block-mini-cart__template-part .wc-block-mini-cart__items tbody tr.wc-block-cart-items__row .wc-block-components-product-badge.wc-block-components-sale-badge {
  display: none;
}
.wc-block-mini-cart__template-part .wc-block-mini-cart__items tbody tr.wc-block-cart-items__row .wc-block-components-product-metadata ul.wc-block-components-product-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% - 60px);
}
.wc-block-mini-cart__template-part .wc-block-mini-cart__items tbody tr.wc-block-cart-items__row .wc-block-components-product-metadata li.wc-block-components-product-details__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  background: white;
  border: 1px solid #b78e67;
  padding: 2px 4px;
}
.wc-block-mini-cart__template-part .wc-block-mini-cart__footer .wc-block-components-totals-item span {
  font-size: 20px;
  font-weight: 100;
  line-height: 40px;
  margin-bottom: 30px;
  font-family: maneli !important;
}
.wc-block-mini-cart__template-part .wc-block-mini-cart__footer .wc-block-components-totals-item .wc-block-components-totals-item__description {
  text-align: center;
}
.wc-block-mini-cart__template-part .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wc-block-mini-cart__template-part .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions a:first-child {
  width: 100%;
  color: #f7f4ef !important;
  -webkit-transition: all 0.3s ease-out !important;
  transition: all 0.3s ease-out !important;
  background-color: #b78e67 !important;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  padding: 12px 20px 10px 20px !important;
  border-radius: 0 !important;
  border: 1px solid #b78e67 !important;
}
.wc-block-mini-cart__template-part .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions a:first-child:hover {
  color: #b78e67 !important;
  -webkit-transition: all 0.3s ease-out !important;
  transition: all 0.3s ease-out !important;
  background-color: #f7f4ef !important;
}
.wc-block-mini-cart__template-part .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions a:last-child {
  width: 100%;
  color: #b78e67 !important;
  -webkit-transition: all 0.3s ease-out !important;
  transition: all 0.3s ease-out !important;
  background-color: #f7f4ef !important;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  padding: 12px 20px 10px 20px !important;
  border-radius: 0 !important;
  border: 1px solid #b78e67 !important;
}
.wc-block-mini-cart__template-part .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions a:last-child:hover {
  color: #f7f4ef !important;
  -webkit-transition: all 0.3s ease-out !important;
  transition: all 0.3s ease-out !important;
  background-color: #b78e67 !important;
}/*# sourceMappingURL=global.css.map */