@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap);
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  outline: none;
}

.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: unset !important;
}

body {
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: unset !important;
  color: unset;
}

strong {
  font-weight: unset;
}

.hide {
  display: none !important;
}

.visibility-off {
  visibility: hidden !important;
}

.fl_row {
  display: flex;
  flex-direction: row;
}

.fl_col {
  display: flex;
  flex-direction: column;
}

.primary {
  color: #5B5C2C;
}

.secondary {
  color: #93931A;
}

.pastel {
  color: #D4D4BB;
}

.yellow {
  color: #D6DA21;
}

.p0,
.p1,
.p2,
.p3,
.p4,
.p5,
.p6 {
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
}

.playfair {
  font-family: "Playfair Display", serif !important;
}

.p0 {
  font-weight: 900 !important;
}

.abril {
  font-family: "Abril Fatface", cursive !important;
}

.montser {
  font-family: "Montserrat", sans-serif !important;
}

/* Space*/
@media (min-width: 992px) {
  .p0 {
    font-size: 3.89vw;
  }
  .p1 {
    font-size: 3.33vw;
  }
  .p2 {
    font-size: 2.22vw;
  }
  .p3 {
    font-size: 1.67vw;
  }
  .p4 {
    font-size: 1.11vw;
  }
  .p5 {
    font-size: 0.97vw;
  }
  .p6 {
    font-size: 0.83vw;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .p0 {
    font-size: 6.71vw;
  }
  .p1 {
    font-size: 5.76vw;
  }
  .p2 {
    font-size: 3.84vw;
  }
  .p3 {
    font-size: 2.88vw;
  }
  .p4 {
    font-size: 1.92vw;
  }
  .p5 {
    font-size: 1.68vw;
  }
  .p6 {
    font-size: 1.44vw;
  }
}
@media (max-width: 767px) {
  .p0 {
    font-size: 9.23vw;
  }
  .p1 {
    font-size: 6.15vw;
  }
  .p2 {
    font-size: 8.21vw;
  }
  .p3 {
    font-size: 6.15vw;
  }
  .p4 {
    font-size: 4.1vw;
  }
  .p5 {
    font-size: 3.59vw;
  }
  .p6 {
    font-size: 3.08vw;
  }
}
@media (min-width: 992px) {
  .gp5 {
    gap: 0.35vw;
  }
  .gp10 {
    gap: 0.69vw;
  }
  .gp20 {
    gap: 1.39vw;
  }
  .gp30 {
    gap: 2.08vw;
  }
  .gp40 {
    gap: 2.78vw;
  }
  .pd40 {
    padding: 2.78vw;
  }
  .pd30 {
    padding: 2.08vw;
  }
  .pd20 {
    padding: 1.39vw;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .gp5 {
    gap: 0.6vw;
  }
  .gp10 {
    gap: 1.2vw;
  }
  .gp20 {
    gap: 2.4vw;
  }
  .gp30 {
    gap: 3.6vw;
  }
  .gp40 {
    gap: 4.8vw;
  }
  .pd40 {
    padding: 2.4vw;
  }
  .pd30 {
    padding: 3.6vw;
  }
  .pd20 {
    padding: 2.4vw;
  }
}
@media (max-width: 767px) {
  .gp5 {
    gap: 1.28vw;
  }
  .gp10 {
    gap: 2.56vw;
  }
  .gp20 {
    gap: 5.13vw;
  }
  .gp30 {
    gap: 7.69vw;
  }
  .gp40 {
    gap: 10.26vw;
  }
  .pd40 {
    padding: 5.13vw;
  }
  .pd30 {
    padding: 7.69vw;
  }
  .pd20 {
    padding: 5.13vw;
  }
}
.mx1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  padding-bottom: 1px;
}

.mx2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-bottom: 1px;
}

.mx3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  padding-bottom: 1px;
}

.mx4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  padding-bottom: 1px;
}

.mx5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  padding-bottom: 1px;
}

.mx6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  -webkit-box-orient: vertical;
  padding-bottom: 1px;
}

.mx7 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  line-clamp: 7;
  -webkit-box-orient: vertical;
  padding-bottom: 1px;
}

.mx8 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  line-clamp: 8;
  -webkit-box-orient: vertical;
  padding-bottom: 1px;
}

.mx9 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  line-clamp: 9;
  -webkit-box-orient: vertical;
  padding-bottom: 1px;
}

.mx10 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  line-clamp: 10;
  -webkit-box-orient: vertical;
  padding-bottom: 1px;
}

@media (min-width: 992px) {
  .pd40-r-l {
    padding-right: 2.78vw;
    padding-left: 2.78vw;
  }
  .pd40-t-b {
    padding-top: 2.78vw;
    padding-bottom: 2.78vw;
  }
  .pd30-r-l {
    padding-right: 2.08vw;
    padding-left: 2.08vw;
  }
  .pd30-t-b {
    padding-top: 2.08vw;
    padding-bottom: 2.08vw;
  }
  .pd20-r-l {
    padding-right: 1.39vw;
    padding-left: 1.39vw;
  }
  .pd20-t-b {
    padding-top: 1.39vw;
    padding-bottom: 1.39vw;
  }
  .pd15-r-l {
    padding-right: 1.04vw;
    padding-left: 1.04vw;
  }
  .pd15-t-b {
    padding-top: 1.04vw;
    padding-bottom: 1.04vw;
  }
  .pd10-r-l {
    padding-right: 0.69vw;
    padding-left: 0.69vw;
  }
  .pd10-t-b {
    padding-top: 0.69vw;
    padding-bottom: 0.69vw;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pd40-t-b {
    padding-top: 4.8vw;
    padding-bottom: 4.8vw;
  }
  .pd40-r-l {
    padding-right: 20px;
    padding-left: 20px;
  }
  .pd30-t-b {
    padding-top: 3.6vw;
    padding-bottom: 3.6vw;
  }
  .pd30-r-l {
    padding-right: 3.6vw;
    padding-left: 3.6vw;
  }
  .pd20-t-b {
    padding-top: 2.4vw;
    padding-bottom: 2.4vw;
  }
  .pd20-r-l {
    padding-right: 2.4vw;
    padding-left: 2.4vw;
  }
  .pd15-t-b {
    padding-top: 1.8vw;
    padding-bottom: 1.8vw;
  }
  .pd15-r-l {
    padding-right: 1.8vw;
    padding-left: 1.8vw;
  }
  .pd10-t-b {
    padding-top: 1.2vw;
    padding-bottom: 1.2vw;
  }
  .pd10-r-l {
    padding-right: 1.2vw;
    padding-left: 1.2vw;
  }
}
@media (max-width: 767px) {
  .pd40-t-b {
    padding-top: 10.26vw;
    padding-bottom: 10.26vw;
  }
  .pd40-r-l {
    padding-right: 20px;
    padding-left: 20px;
  }
  .pd30-t-b {
    padding-top: 7.69vw;
    padding-bottom: 7.69vw;
  }
  .pd30-r-l {
    padding-right: 7.69vw;
    padding-left: 7.69vw;
  }
  .pd20-t-b {
    padding-top: 5.13vw;
    padding-bottom: 5.13vw;
  }
  .pd20-r-l {
    padding-right: 5.13vw;
    padding-left: 5.13vw;
  }
  .pd15-t-b {
    padding-top: 3.85vw;
    padding-bottom: 3.85vw;
  }
  .pd15-r-l {
    padding-right: 3.85vw;
    padding-left: 3.85vw;
  }
  .pd10-t-b {
    padding-top: 2.56vw;
    padding-bottom: 2.56vw;
  }
  .pd10-r-l {
    padding-right: 2.56vw;
    padding-left: 2.56vw;
  }
}
#page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body {
  background-color: #F1F2E0;
  overflow-x: hidden;
}

.ai_c {
  align-items: center;
}

.simple_page_layout {
  padding: 0 20px !important;
}

.home .prefooterPage {
  display: none !important;
}

.swiper-button-disabled {
  opacity: 0.3 !important;
}

#ast-scroll-top {
  display: none !important;
}

@media (min-width: 992px) {
  .section {
    padding-right: 11.11vw;
    padding-left: 11.11vw;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section {
    padding-right: 2.4vw;
    padding-left: 2.4vw;
  }
}
@media (max-width: 767px) {
  .section {
    padding-right: 5.13vw;
    padding-left: 5.13vw;
  }
}
.title-p {
  color: #5B5C2C;
  font-weight: 700;
  text-transform: uppercase;
}

.title-s {
  color: #93931A;
  font-weight: 700;
  text-transform: uppercase;
}

.p {
  color: black;
  font-weight: 300;
}

.blog_contact {
  background-image: url("/wp-content/uploads/src/img/bk_blog_contact.png");
  background-size: cover;
  position: relative;
}
.blog_contact::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #f1f2e0;
  z-index: -1;
}

.elementor-21 .elementor-element.elementor-element-1f10012 img {
  display: none !important;
}

.ProductsHomePage {
  background-image: url("/wp-content/uploads/src/img/bk_packs_home.png");
  background-size: cover;
}

#header .primaryHeader .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .primaryHeader .header .nav {
  display: flex;
  align-items: center;
}
#header .primaryHeader .header .nav .primaryMenu ul {
  display: flex;
}
#header .primaryHeader .header .nav .primaryMenu a {
  text-transform: capitalize;
}
#header .primaryHeader .header .language_switcher {
  color: #5b5c2c;
  background-color: rgba(255, 255, 255, 0.247);
  padding: 3px 0;
  border-radius: 10px;
}
#header .primaryHeader .header .language_switcher select {
  border: none;
  color: #5B5C2C;
  padding: 0 2.53vw 0 1.3vw;
}
#header .primaryHeader .header .language_switcher option {
  background-color: #5B5C2C !important;
  border: unset;
  color: white !important;
}
#header .primaryHeader select,
#header .primaryHeader .select2-container .select2-selection--single {
  background-image: url("/wp-content/uploads/src/img/dropdownArrow.svg");
  background-color: transparent;
}
#header .primaryHeader p,
#header .primaryHeader li {
  color: #5B5C2C;
}
@media (min-width: 992px) {
  #header .desktop_menu .header {
    position: absolute;
    width: 100%;
    z-index: 3;
  }
  #header .nav {
    gap: 18.54vw;
  }
  #header .logo img {
    width: 7.43vw;
  }
}
@media (max-width: 992px) {
  #header .desktop_menu {
    display: none !important;
  }
  #header .mobile_menu {
    display: block !important;
  }
  #header .mobile_menu .toggleBtn img {
    padding: 5.26vw 0 0 5.13vw;
  }
  #header .mobile_menu .hide_menu {
    bottom: -100% !important;
  }
  #header .mobile_menu .show_menu {
    bottom: 0% !important;
  }
  #header .mobile_menu .menuMobileContent {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    left: 0;
    background-image: url("/wp-content/uploads/src/img/bk_mobileMenu.png");
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    transition: all 0.3s;
  }
  #header .mobile_menu .menuMobileContent .closeBtn {
    position: absolute;
    top: 10.26vw;
    left: 5.13vw;
  }
  #header .mobile_menu .menuMobileContent .closeBtn img {
    width: 5.9vw;
  }
  #header .mobile_menu .menuMobileContent p,
  #header .mobile_menu .menuMobileContent li,
  #header .mobile_menu .menuMobileContent select,
  #header .mobile_menu .menuMobileContent option {
    color: #5B5C2C;
  }
  #header .mobile_menu .menuMobileContent .nav {
    flex-direction: column;
    gap: 7.69vw;
  }
  #header .mobile_menu .menuMobileContent .nav ul {
    flex-direction: column;
    text-align: center;
  }
  #header .mobile_menu .menuMobileContent .nav .logo img {
    width: 27.44vw;
  }
  #header .mobile_menu .menuMobileContent .nav .language_switcher {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  #header .language_switcher {
    background-color: transparent !important;
  }
  #header .language_switcher select {
    padding: 0 45px 0 35px !important;
  }
  #header .language_switcher .current-lang {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #header .nav {
    gap: unset !important;
    width: 85%;
    justify-content: inherit;
  }
  #header .nav .logo img {
    width: 12.83vw;
  }
}
@media (max-width: 767px) {
  #header .mobile_menu {
    display: block !important;
  }
  #header .mobile_menu .toggleBtn img {
    padding: 30px 0 0 20px;
  }
  #header .mobile_menu .hide_menu {
    bottom: -100% !important;
  }
  #header .mobile_menu .show_menu {
    bottom: 0% !important;
  }
  #header .mobile_menu .menuMobileContent {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    left: 0;
    background-image: url("/wp-content/uploads/src/img/bk_mobileMenu.png");
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding-top: 50px;
    transition: all 0.3s;
  }
  #header .mobile_menu .menuMobileContent .closeBtn {
    position: absolute;
    top: 10.26vw;
    left: 5.13vw;
  }
  #header .mobile_menu .menuMobileContent .closeBtn img {
    width: 5.9vw;
  }
  #header .mobile_menu .menuMobileContent p,
  #header .mobile_menu .menuMobileContent li,
  #header .mobile_menu .menuMobileContent select,
  #header .mobile_menu .menuMobileContent option {
    color: #5B5C2C;
  }
  #header .mobile_menu .menuMobileContent .nav {
    flex-direction: column;
    gap: 7.69vw;
  }
  #header .mobile_menu .menuMobileContent .nav ul {
    flex-direction: column;
    text-align: center;
  }
  #header .mobile_menu .menuMobileContent .nav .logo img {
    width: 27.44vw;
  }
  #header .mobile_menu .menuMobileContent .nav .language_switcher {
    display: flex;
    justify-content: center;
  }
}

.show-menu {
  left: 0 !important;
}

.hide-menu {
  left: -100%;
}

.miniHeader {
  position: absolute;
  width: 100%;
}

.remote_menu {
  background-color: white;
  width: 143px;
  height: -moz-fit-content;
  height: fit-content;
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999999;
  display: flex;
  flex-direction: column;
  gap: 13px;
  text-indent: 14px;
}
.remote_menu a {
  padding: 5px 0;
}
.remote_menu a:hover {
  background-color: #d4d4bb;
}

.prefooter {
  display: flex;
  justify-content: center;
  transform: translateY(0.6rem);
  padding-bottom: unset !important;
}
.prefooter img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .prefooter img {
    width: 45.56vw;
  }
}
@media (max-width: 992px) {
  .prefooter img {
    width: 100%;
  }
}

.footer .main_footer {
  background-image: url("/wp-content/uploads/src/img/bk_main_footer.png");
  background-size: cover;
  display: flex;
  justify-content: space-between;
  min-height: 13.68vw;
  align-items: center;
}
.footer .main_footer .footer_logo img {
  width: 8.33vw;
}
.footer .main_footer .blocA {
  display: flex;
  gap: 16.04vw;
}
.footer .main_footer .blocA .menu_col_1 ul, .footer .main_footer .blocA .menu_col_2 ul {
  display: flex;
  flex-direction: column;
  gap: 0.35vw;
}
.footer .main_footer .blocA .menu_col_1 a, .footer .main_footer .blocA .menu_col_2 a {
  text-transform: uppercase;
  color: white;
  font-weight: 500;
  font-size: 1.11vw;
}
.footer .main_footer .blocA .footer_menu {
  gap: 8vw;
}
.footer .main_footer .blocB {
  display: flex;
}
.footer .main_footer .blocB p {
  text-transform: uppercase;
  color: white;
  font-weight: 500;
}
.footer .main_footer .blocB .emaillist {
  min-width: 20vw;
}
.footer .main_footer .blocB .emaillist .es-form-field-container .gjs-row:nth-of-type(2) {
  height: 2vw;
}
.footer .main_footer .blocB .emaillist .es-form-field-container .gjs-row .gjs-cell {
  width: 100%;
  height: 100%;
  flex-grow: unset !important;
  flex-basis: unset !important;
  position: relative;
  display: flex;
}
.footer .main_footer .blocB .emaillist .es-form-field-container .gjs-row .gjs-cell input {
  height: 100%;
}
.footer .main_footer .blocB .emaillist .es-form-field-container .gjs-row .gjs-cell input:nth-of-type(1) {
  color: white;
  width: 85%;
  border: 1px solid #d6da21;
  border-top-left-radius: 0.5vw;
  border-bottom-left-radius: 0.5vw;
  text-indent: 1vw;
  font-size: 0.6vw;
  background-color: transparent;
}
.footer .main_footer .blocB .emaillist .es-form-field-container .gjs-row .gjs-cell input:nth-of-type(2) {
  width: 15%;
  position: relative;
  border: 0;
  border-top-right-radius: 0.5vw;
  border-bottom-right-radius: 0.5vw;
  background-image: url(/wp-content/uploads/src/img/telegram-svgrepo-com.svg);
  background-repeat: no-repeat;
  background-color: #d6da21;
  background-position: center;
  cursor: pointer;
}
.footer .main_footer .blocB .emaillist .es-form-field-container .gjs-row .gjs-cell ::-moz-placeholder {
  color: white !important;
}
.footer .main_footer .blocB .emaillist .es-form-field-container .gjs-row .gjs-cell ::placeholder {
  color: white !important;
}
@media (min-width: 992px) {
  .footer .main_footer .blocB .emaillist .es_subscription_message.success {
    color: #d6da21 !important;
    font-size: 0.9vw !important;
  }
}
@media (max-width: 991px) {
  .footer .main_footer .blocB .emaillist .es_subscription_message.success {
    background-color: white !important;
    padding: 10px 30px !important;
    border-radius: 20px !important;
  }
}
.footer .copyright {
  justify-content: space-between;
}
.footer .copyright span {
  font-weight: bold;
}
.footer .copyright .light {
  font-weight: 400 !important;
}
@media (min-width: 992px) {
  .footer .emaillist .gjs-row:nth-of-type(2) input:nth-of-type(2) {
    background-size: 1.5vw !important;
  }
}
@media (max-width: 992px) {
  .footer .main_footer {
    flex-direction: column;
    padding: 30px 20px !important;
  }
  .footer .blocA,
  .footer .footer_menu {
    gap: unset !important;
  }
  .footer .footer_menu,
  .footer .blocA,
  .footer .blocB {
    flex-direction: column;
    text-align: center;
    width: 100%;
  }
  .footer .footer_menu a,
  .footer .blocA a,
  .footer .blocB a {
    font-size: 14px !important;
  }
  .footer .footer_logo img {
    width: 117px !important;
  }
  .footer .blocB .p6 {
    font-size: 16px !important;
    color: #CFCBB0 !important;
    text-align: left;
  }
  .footer .blocB .emaillist {
    width: 100% !important;
  }
  .footer .blocB .emaillist .gjs-row:nth-of-type(2) {
    height: 40px !important;
  }
  .footer .blocB .emaillist .gjs-row:nth-of-type(2) input:nth-of-type(1) {
    font-size: 12px !important;
    text-indent: 20px !important;
  }
  .footer .blocB .emaillist .gjs-row:nth-of-type(2) input:nth-of-type(2) {
    background-size: 20px !important;
  }
  .footer .blocB .emaillist .es_subscription_message.success {
    font-size: 18px !important;
  }
  .footer .footer_menu {
    padding: 34px 0;
  }
  .footer .footer_socialmedia {
    text-align: left !important;
  }
  .footer .copyright {
    flex-direction: column;
    text-align: center;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.Contact_page {
  background-size: cover;
  background-position-y: bottom;
}
.Contact_page .Form_contact .contact_info .text .p0 {
  font-weight: 900;
  color: #5B5C2C;
  text-transform: uppercase;
  line-height: 1.2;
}
.Contact_page .Form_contact .contact_info .text .p4 {
  color: black;
  font-weight: 200;
}
.Contact_page .Form_contact .contact_info .info {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
.Contact_page .Form_contact .contact_info .info .boxInfo {
  align-items: center;
}
.Contact_page .Form_contact .contact_info .info .boxInfo .fl_row {
  align-items: center;
}
.Contact_page .Form_contact .contact_info .info .boxInfo .fl_row img {
  width: 1vw;
}
.Contact_page .Form_contact .contact_info .info .boxInfo .p6 {
  color: #93931A;
  font-weight: 500;
}
.Contact_page .Form_contact .fields input,
.Contact_page .Form_contact .fields textarea {
  background-color: transparent !important;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  border-bottom: 1px solid #D4D4BB;
  border-radius: unset !important;
}
.Contact_page .Form_contact .fields ::-moz-placeholder {
  color: 900 !important;
  opacity: 0.3 !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: 300 !important;
}
.Contact_page .Form_contact .fields ::placeholder {
  color: 900 !important;
  opacity: 0.3 !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: 300 !important;
}
.Contact_page .Form_contact .fields .sendMessageBtn button {
  background-color: transparent;
  border: 2px solid #D6DA21;
  color: #5B5C2C;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
}
.Contact_page .Form_contact .fields .sendMessageBtn button::after {
  content: url("/wp-content/uploads/src/img/sendMessage_RightArrow_primary.svg");
}
@media (min-width: 992px) {
  .Contact_page {
    margin-top: 12vw;
    background-image: url("/wp-content/uploads/src/img/contactpage_bk.png");
  }
  .Contact_page .Form_contact {
    max-width: 32.22vw;
  }
  .Contact_page .Form_contact .fields ::-moz-placeholder {
    font-size: 1.11vw;
  }
  .Contact_page .Form_contact .fields ::placeholder {
    font-size: 1.11vw;
  }
  .Contact_page .Form_contact .fields .sendMessageBtn {
    padding-top: 1.39vw;
  }
  .Contact_page .Form_contact .fields .sendMessageBtn button {
    padding-left: 1.39vw;
    padding-right: 2.08vw;
  }
  .Contact_page .Form_contact .fields .sendMessageBtn button::after {
    left: 9.04vw;
  }
}
@media (max-width: 992px) {
  .Contact_page {
    background-image: url("/wp-content/uploads/src/img/contactpage_bk_mobile.jpg");
    background-position-y: center !important;
    background-position-x: center !important;
    gap: unset !important;
  }
  .Contact_page button {
    min-width: 155px !important;
    display: flex !important;
    justify-content: center !important;
    gap: 10px !important;
    padding: 13px 15px !important;
  }
}

.productContentDetails {
  display: flex;
  gap: 8.06vw;
}
.productContentDetails .ProductImage {
  background-color: #5B5C2C;
  width: 32.5vw;
  height: 43.33vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.productContentDetails .ProductImage img {
  width: 100%;
  height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s;
}
.productContentDetails .ProductImage img:hover {
  transform: scale(1.2);
}
.productContentDetails .ProductInfo {
  flex: 1;
  max-width: 41vw;
  gap: 10.5vw;
}
.productContentDetails .ProductInfo .Product_Item .ProductTitle p {
  font-weight: 900;
  color: #5B5C2C;
  text-transform: uppercase;
  line-height: 1.2;
}
.productContentDetails .ProductInfo .Product_Item .ProductDescription p {
  color: black;
  font-weight: 300;
  line-height: 1.4;
}
.productContentDetails .ProductInfo .Product_variations .format_title p {
  color: #5B5C2C;
  font-weight: 900;
  text-transform: uppercase;
}
.productContentDetails .ProductInfo .Product_variations .format_variables {
  display: flex;
  flex-direction: column;
}
.productContentDetails .ProductInfo .Product_variations .format_variables .format_values {
  display: flex;
  flex-wrap: wrap;
  gap: 1.39vw;
}
.productContentDetails .ProductInfo .Product_variations .format_variables .format_values .format_value {
  background-image: url("/wp-content/uploads/src/img/shape_background_format_product.svg");
  background-size: contain;
  width: 6.74vw;
  height: 5.9vw;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  cursor: pointer;
}
.productContentDetails .ProductInfo .Product_variations .format_variables .format_values .format_value p {
  color: #5B5C2C;
}
.productContentDetails .ProductInfo .Product_variations .format_variables .format_values .format_value:hover {
  transform: scale(1.1) translateY(-8px);
}
.productContentDetails .ProductInfo .Product_variations .variable .variable_title p {
  font-weight: 900;
  color: #5B5C2C;
  text-transform: uppercase;
  line-height: 1.2 !important;
}
.productContentDetails .ProductInfo .Product_variations .variable .variable_items .variable_item {
  display: flex;
  justify-content: space-between;
  transition: all 0.3s;
}
.productContentDetails .ProductInfo .Product_variations .variable .variable_items .variable_item p {
  color: black;
  font-weight: 300;
}
.productContentDetails .ProductInfo .Product_variations .variable .variable_items .variable_item:hover {
  background-color: #5B5C2C;
  color: white;
}
.productContentDetails .widget_otherProducts {
  padding-top: 4.2vw;
}
.productContentDetails .widget_otherProducts .widgetTitle p {
  color: #5B5C2C;
  font-weight: 900;
  text-transform: uppercase;
}
.productContentDetails .widget_otherProducts .other_products {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.productContentDetails .widget_otherProducts .products_list {
  justify-content: space-between;
}
.productContentDetails .widget_otherProducts .products_list .ProductItem {
  width: 11.6vw;
}
.productContentDetails .widget_otherProducts .products_list .ProductItem .product_img {
  display: flex;
  justify-content: center;
}
.productContentDetails .widget_otherProducts .products_list .ProductItem .product_img img {
  width: 100%;
  height: 12.8vw;
  -o-object-fit: contain;
     object-fit: contain;
}
.productContentDetails .widget_otherProducts .products_list .ProductItem .product_info .p4 {
  font-weight: 700;
  color: #5B5C2C;
  text-transform: uppercase;
  text-align: center;
}
.productContentDetails .widget_otherProducts .products_list .ProductItem .product_info .p6 {
  color: black;
  text-align: center;
}
.productContentDetails .widget_otherProducts .products_list .ProductItem .product_btn {
  transition: 0.3s all;
  overflow: hidden;
}
.productContentDetails .widget_otherProducts .products_list .ProductItem .product_btn .p5 {
  color: #5B5C2C;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-align: center;
  transition: all 1s ease-in-out;
}
.productContentDetails .widget_otherProducts .products_list .ProductItem .product_btn .c-button {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.productContentDetails .widget_otherProducts .products_list .ProductItem .product_btn .c-button--gooey {
  color: #93931a;
  text-transform: uppercase;
  border: 1px solid #93931a;
  border-radius: 0;
  position: relative;
  transition: all 700ms ease;
  width: 100%;
  background-color: transparent;
}
.productContentDetails .widget_otherProducts .products_list .ProductItem .product_btn .c-button--gooey .c-button__blobs {
  height: 100%;
  filter: url(#goo);
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: -3px;
  right: -1px;
  z-index: -1;
}
.productContentDetails .widget_otherProducts .products_list .ProductItem .product_btn .c-button--gooey .c-button__blobs div {
  background-color: #93931a;
  width: 34%;
  height: 100%;
  border-radius: 100%;
  position: absolute;
  transform: scale(1.4) translateY(125%) translateZ(0);
  transition: all 700ms ease;
}
.productContentDetails .widget_otherProducts .products_list .ProductItem .product_btn .c-button--gooey .c-button__blobs div:nth-child(1) {
  left: -5%;
}
.productContentDetails .widget_otherProducts .products_list .ProductItem .product_btn .c-button--gooey .c-button__blobs div:nth-child(2) {
  left: 30%;
  transition-delay: 60ms;
}
.productContentDetails .widget_otherProducts .products_list .ProductItem .product_btn .c-button--gooey .c-button__blobs div:nth-child(3) {
  left: 66%;
  transition-delay: 25ms;
}
.productContentDetails .widget_otherProducts .products_list .ProductItem .product_btn .c-button--gooey:hover p {
  color: white;
}
.productContentDetails .widget_otherProducts .products_list .ProductItem .product_btn .c-button--gooey:hover .c-button__blobs div {
  transform: scale(1.4) translateY(0) translateZ(0);
}
@media (max-width: 992px) {
  .productContentDetails {
    display: flex;
    flex-direction: column !important;
  }
  .productContentDetails .ProductInfo {
    max-width: unset !important;
    padding: 20px;
  }
  .productContentDetails .ProductImage {
    max-width: unset !important;
    width: unset !important;
    height: 350px !important;
  }
  .productContentDetails .format_values {
    justify-content: space-between;
  }
  .productContentDetails .format_value {
    aspect-ratio: 1/1;
    background-repeat: no-repeat;
    width: unset !important;
    height: unset !important;
    min-width: 100px;
    aspect-ratio: 1/1;
  }
  .productContentDetails .other_products {
    flex-direction: column !important;
  }
  .productContentDetails .ProductItem {
    width: unset !important;
  }
  .productContentDetails .product_img img {
    width: 150px !important;
    height: unset !important;
  }
  .productContentDetails .other_products {
    gap: 40px !important;
  }
}

.blog_listing .blog_header {
  text-align: center;
  background-image: url("/wp-content/uploads/src/img/blog_listing_header.png");
  background-size: cover;
}
.blog_listing .blog_header p {
  margin: 0 auto;
}
.blog_listing .blog_header .p0,
.blog_listing .blog_header .p3 {
  font-weight: 700;
  color: #5B5C2C;
  text-transform: uppercase;
}
.blog_listing .blog_header .p4 {
  font-weight: 200;
}
.blog_listing .blog_listing_section {
  display: grid;
  grid-gap: 2.78vw;
}
.blog_listing .blog_listing_section .singleBlog .img_blogCarousel img {
  -o-object-fit: cover;
     object-fit: cover;
}
.blog_listing .blog_listing_section .singleBlog .content_blogCarousel .blog_title {
  text-transform: uppercase;
  color: #93931A;
  font-weight: 700;
}
.blog_listing .blog_listing_section .singleBlog .viewDetails_blogCarousel p {
  color: #93931A;
  font-weight: 700;
  text-transform: uppercase;
}
.blog_listing .prev-next_blog {
  color: #5B5C2C;
  display: flex;
  justify-content: center;
  width: 100%;
}
.blog_listing .prev-next_blog .off * {
  cursor: default !important;
  opacity: 0.4;
}
.blog_listing .prev-next_blog div {
  display: flex;
  align-items: center;
}
.blog_listing .prev-next_blog .nav-btn {
  font-weight: 200;
  cursor: pointer;
}
.blog_listing .prev-next_blog .nav-btn a {
  font-weight: 400;
  color: #5B5C2C;
}
.blog_listing .prev-next_blog .nav-btn img {
  transition: all 0.3s;
}
.blog_listing .prev-next_blog .remote-button-prev:hover img {
  transform: translateX(-20px);
}
.blog_listing .prev-next_blog .remote-button-next:hover img {
  transform: translateX(20px);
}
.blog_listing .prev-next_blog .line-diver {
  height: 2.08vw;
}
@media (min-width: 992px) {
  .blog_listing .blog_header {
    min-height: 51vw;
    padding-top: 19vw;
  }
  .blog_listing .blog_header .p0,
  .blog_listing .blog_header .p3 {
    max-width: 37.5vw;
  }
  .blog_listing .blog_header .p4 {
    max-width: 42vw;
  }
  .blog_listing .blog_listing_section {
    margin-top: -7vw;
    grid-template-columns: repeat(3, 1fr);
  }
  .blog_listing .blog_listing_section .singleBlog {
    max-width: 30vw;
  }
  .blog_listing .blog_listing_section .singleBlog .img_blogCarousel img {
    height: 21vw;
  }
  .blog_listing .blog_listing_section .singleBlog .viewDetails_blogCarousel img {
    width: 2.43vw;
  }
  .blog_listing .prev-next_blog {
    padding: 6.94vw 0 6vw 0;
  }
  .blog_listing .prev-next_blog .line-diver {
    height: 2.08vw;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog_listing .blog_listing_section {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 992px) {
  .blog_listing .blog_header {
    padding-top: 120px;
    padding-bottom: 50px;
  }
  .blog_listing .blog_header .title_desc {
    padding: 0 20px;
  }
  .blog_listing .blog_listing_section {
    padding-top: 80px;
    gap: 40px !important;
  }
  .blog_listing .blog_listing_section .singleBlog .img_blogCarousel img {
    height: 266px;
  }
  .blog_listing .blog_listing_section .singleBlog .viewDetails_blogCarousel img {
    width: 30px;
  }
  .blog_listing .prev-next_blog {
    padding: 6.94vw 0 6vw 0;
  }
  .blog_listing .prev-next_blog .line-diver {
    height: 2.08vw;
  }
}
@media (max-width: 767px) {
  .blog_listing .blog_listing_section {
    grid-template-columns: repeat(1, 1fr);
  }
}

.page-id-428 #header {
  height: unset !important;
}
.page-id-428 .prefooter {
  display: none !important;
}

.BlogContentDetails {
  display: flex;
  gap: 6.46vw;
}
.BlogContentDetails li {
  list-style: disc !important;
}
.BlogContentDetails .BlogImage {
  width: 28.82vw;
  height: 81vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.BlogContentDetails .BlogImage .background_post {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.BlogContentDetails .BlogImage .warqa {
  position: absolute;
  bottom: 3.2vw;
  right: -1.6vw;
  width: 4.5vw;
  height: 8.68vw;
  transform: rotate(8deg);
}
.BlogContentDetails .BlogInfo {
  flex: 1;
  max-width: 56vw;
  gap: 10.5vw;
}
.BlogContentDetails .BlogInfo .Blog_Item {
  height: 100%;
  justify-content: space-between;
}
.BlogContentDetails .BlogInfo .Blog_Item .BlogTitle p {
  font-weight: 900;
  color: #5B5C2C;
  text-transform: uppercase;
  line-height: 1.4;
}
.BlogContentDetails .BlogInfo .Blog_Item .Current_BlogDescription p {
  color: black;
  font-weight: 300;
  line-height: 1.4;
}
.BlogContentDetails .BlogInfo .Blog_Item .Current_BlogDescription .blog_Date p {
  color: #5B5C2C;
  font-weight: 400;
}

.Widget_OtherArticles {
  padding-left: 35.28vw;
  padding-right: 2.78vw;
}
.Widget_OtherArticles .titleArticle {
  font-weight: 900;
  color: #5B5C2C;
  text-transform: uppercase;
}
.Widget_OtherArticles .otherArticles .primary_blog {
  min-height: 32.2vw;
  justify-content: space-between;
  flex: 1;
}
.Widget_OtherArticles .otherArticles .primary_blog .readmore {
  padding-top: 4.65vw;
}
.Widget_OtherArticles .otherArticles .blog_swiper_bloc {
  flex: 2;
}
.Widget_OtherArticles .otherArticles .blog_swiper_bloc .img_blogCarousel img {
  height: 21vw;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.Widget_OtherArticles .otherArticles .blog_swiper_bloc .content_blogCarousel .blog_title {
  text-transform: uppercase;
  color: #93931A;
  font-weight: 700;
}
.Widget_OtherArticles .otherArticles .blog_swiper_bloc .viewDetails_blogCarousel a {
  display: flex;
}
.Widget_OtherArticles .otherArticles .blog_swiper_bloc .viewDetails_blogCarousel a img {
  width: 2.43vw;
}
.Widget_OtherArticles .otherArticles .blog_swiper_bloc .viewDetails_blogCarousel a p {
  color: #93931A;
  font-weight: 700;
  text-transform: uppercase;
}
.Widget_OtherArticles .remoteCarouselBlog {
  padding-bottom: unset !important;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5B5C2C;
}
.Widget_OtherArticles .remoteCarouselBlog .nav-btn {
  font-weight: 200;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.Widget_OtherArticles .remoteCarouselBlog .nav-btn .p5 {
  font-weight: 300;
}
.Widget_OtherArticles .remoteCarouselBlog .nav-btn img {
  transition: all 0.3s;
}
.Widget_OtherArticles .remoteCarouselBlog .remote-button-prev:hover img {
  transform: translateX(-20px);
}
.Widget_OtherArticles .remoteCarouselBlog .remote-button-next:hover img {
  transform: translateX(20px);
}
.Widget_OtherArticles .remoteCarouselBlog .line-diver {
  height: 2.08vw;
}

@media (max-width: 992px) {
  .BlogContentDetails {
    flex-direction: column;
    padding: 0 20px !important;
  }
  .BlogImage {
    width: 100% !important;
    height: 350px !important;
    margin-top: 40px;
  }
  .BlogInfo {
    max-width: unset !important;
  }
  .Widget_OtherArticles {
    padding: 20px !important;
  }
  .Widget_OtherArticles .img_blogCarousel img {
    height: 250px !important;
  }
}
.about_us_section .blocs_about .bloc01 {
  background-image: url("/wp-content/uploads/src/img/about_us_page_bloc_bk.png");
  background-size: cover;
  display: flex;
}
.about_us_section .blocs_about .bloc01 .wrapper_bloc {
  display: flex;
  width: 100%;
  align-items: flex-start;
}
.about_us_section .blocs_about .bloc01 .wrapper_bloc .left_bloc {
  flex: 1;
}
.about_us_section .blocs_about .bloc01 .wrapper_bloc .left_bloc .p0 {
  font-weight: 700;
  text-transform: uppercase;
  color: #5B5C2C;
  line-height: 1.4;
  position: relative;
}
.about_us_section .blocs_about .bloc01 .wrapper_bloc .left_bloc .p5 {
  font-weight: 200;
}
.about_us_section .blocs_about .bloc01 .wrapper_bloc .right_bloc {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.about_us_section .blocs_about .bloc01 .wrapper_bloc .right_bloc .p3 {
  font-weight: 700;
  text-transform: capitalize;
  text-align: right;
}
.about_us_section .blocs_about .bloc02 {
  display: flex;
  align-items: center;
}
.about_us_section .blocs_about .bloc02 .right_bloc .description_bloc p {
  text-align: right;
}
.about_us_section .blocs_about .bloc02 .right_bloc .description_bloc .p3 {
  font-weight: 700;
}
.about_us_section .blocs_about .bloc02 .right_bloc .description_bloc .p5 {
  font-weight: 200;
}
.about_us_section .blocs_about .bloc03 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow-x: clip;
}
.about_us_section .blocs_about .bloc03 .double_zitoun {
  position: absolute;
}
.about_us_section .blocs_about .bloc03 .left_bloc .p0 {
  font-weight: 700;
}
.about_us_section .blocs_about .bloc03 .left_bloc .p5 {
  font-weight: 200;
}
.about_us_section .blocs_about .bloc03 .right_bloc .bloc_icon_side {
  position: absolute;
  z-index: -1;
  opacity: 0.1;
}
.about_us_section .blocs_about .bloc04 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about_us_section .blocs_about .bloc04 .right_bloc p {
  text-align: right;
  text-transform: uppercase;
  margin-left: auto;
}
.about_us_section .blocs_about .bloc04 .right_bloc .p0 {
  font-weight: 700;
  max-width: 100%;
}
.about_us_section .blocs_about .bloc04 .right_bloc .p5 {
  font-weight: 200;
}
@media (min-width: 992px) {
  .about_us_section .blocs_about .bloc01 {
    height: 67.85vw;
    padding-top: 16.6vw;
    margin-bottom: -25vw;
  }
  .about_us_section .blocs_about .bloc01 .wrapper_bloc .left_bloc .p0 {
    max-width: 35vw;
  }
  .about_us_section .blocs_about .bloc01 .wrapper_bloc .left_bloc .p0 img {
    position: absolute;
    left: -1.9vw;
    top: 3.4vw;
    width: 4.5vw;
  }
  .about_us_section .blocs_about .bloc01 .wrapper_bloc .left_bloc .p5 {
    max-width: 37.5vw;
  }
  .about_us_section .blocs_about .bloc01 .wrapper_bloc .right_bloc {
    transform: translateY(-4vw);
    transform: translateX(2.6vw);
  }
  .about_us_section .blocs_about .bloc01 .wrapper_bloc .right_bloc .p3 {
    max-width: 11vw;
    transform: translateX(-2.6vw);
  }
  .about_us_section .blocs_about .bloc01 .wrapper_bloc .right_bloc img {
    width: 24vw;
  }
  .about_us_section .blocs_about .bloc02 .left_bloc img {
    width: 60vw;
  }
  .about_us_section .blocs_about .bloc02 .right_bloc .description_bloc {
    max-width: 53.5vw;
    padding-top: 11vw;
  }
  .about_us_section .blocs_about .bloc03 .double_zitoun {
    width: 12vw;
    left: 51.4%;
    top: -8vw;
  }
  .about_us_section .blocs_about .bloc03 .left_bloc {
    max-width: 38.89vw;
  }
  .about_us_section .blocs_about .bloc03 .right_bloc {
    width: 27.43vw;
  }
  .about_us_section .blocs_about .bloc03 .right_bloc .bloc_icon_side {
    right: -4%;
    width: 23.61vw;
  }
  .about_us_section .blocs_about .bloc04 .left_bloc img {
    width: 28vw;
    margin-top: -7.5vw;
  }
  .about_us_section .blocs_about .bloc04 .right_bloc .p0 {
    max-width: 35vw;
  }
  .about_us_section .blocs_about .bloc04 .right_bloc .p5 {
    max-width: 38.89vw;
  }
}
@media (max-width: 992px) {
  .about_us_section .bloc01 {
    padding-top: 120px;
  }
  .about_us_section .bloc01 .right_bloc {
    width: 100%;
  }
  .about_us_section .bloc01 .right_bloc .p3 {
    margin-top: -120px;
  }
  .about_us_section .bloc01 .p0 img {
    display: none;
  }
  .about_us_section .double_zitoun {
    display: none !important;
  }
  .about_us_section .blocs_about {
    display: flex;
    flex-direction: column;
    gap: 60px;
  }
  .about_us_section .wrapper_bloc {
    flex-direction: column;
  }
  .about_us_section .wrapper_bloc .right_bloc {
    flex-direction: column;
  }
  .about_us_section .section {
    flex-direction: column;
  }
  .about_us_section .section p {
    text-align: left !important;
  }
  .about_us_section .bloc04, .about_us_section .bloc02 {
    flex-direction: column-reverse !important;
  }
  .about_us_section .section img {
    max-width: 350px;
  }
  .about_us_section .bloc04 .left_bloc {
    display: flex;
    justify-content: center;
  }
  .about_us_section .bloc04 .left_bloc img {
    width: 80%;
    margin: 0 auto;
    margin-top: -112px;
  }
}
.page-id-433 #header,
.page-id-676 #header,
.page-id-727 #header,
.page-id-702 #header {
  height: unset !important;
}
@media (max-width: 992px) {
  .page-id-433 #header,
  .page-id-676 #header,
  .page-id-727 #header,
  .page-id-702 #header {
    position: absolute;
    z-index: 2;
    top: 0;
  }
}
.page-id-433 .prefooter,
.page-id-676 .prefooter,
.page-id-727 .prefooter,
.page-id-702 .prefooter {
  display: none !important;
}

@media (max-width: 992px) {
  .page-id-418 #header,
  .page-id-428 #header {
    position: absolute;
    z-index: 2;
    top: 0;
  }
}
#SliderHomePage {
  position: relative;
}
@media (min-width: 992px) {
  #SliderHomePage {
    height: 100vh;
  }
  #SliderHomePage .bk_mobile {
    display: none !important;
  }
  #SliderHomePage .default_bk_mobile {
    display: none !important;
  }
}
@media (max-width: 991px) {
  #SliderHomePage {
    height: calc(100vh - 92px);
  }
  #SliderHomePage .bk_desktop {
    display: none !important;
  }
}
#SliderHomePage .bk_mobile {
  height: 58vh !important;
  top: unset !important;
  left: 0 !important;
  bottom: 0 !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
#SliderHomePage .default_bk_mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
#SliderHomePage .default_bk_mobile img {
  width: 100%;
  height: 100%;
}
#SliderHomePage .sliderHome {
  height: 100%;
  background-image: url("");
  background-size: cover;
  background-position: center;
}
#SliderHomePage .sliderHome .swiper {
  width: 100%;
  height: 100%;
}
#SliderHomePage .sliderHome .productContent {
  width: 100vw;
  height: 100%;
  text-align: left;
}
#SliderHomePage .sliderHome .productContent .sliderTitle {
  font-weight: 900;
  color: #93931A;
  text-transform: uppercase;
  line-height: 1.3;
}
#SliderHomePage .sliderHome .productContent .sliderTitle::first-line {
  color: #5B5C2C;
}
#SliderHomePage .sliderHome .productContent .sliderDescription {
  font-weight: 200;
}
#SliderHomePage .sliderHome .productContent .readmore_slider {
  width: -moz-fit-content;
  width: fit-content;
}
#SliderHomePage .sliderHome .productContent .readmore_slider a {
  white-space: nowrap;
}
#SliderHomePage .sliderHome .slide_apperance .slider_background {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1 !important;
}
#SliderHomePage .sliderHome .swiper-pagination-numbers {
  position: absolute;
  left: unset !important;
  z-index: 2;
  display: flex;
  flex-direction: column;
  display: flex;
  align-items: flex-end;
}
#SliderHomePage .sliderHome .swiper-pagination-numbers span::before {
  content: "0";
}
#SliderHomePage .sliderHome .swiper-pagination-numbers .swiper-pagination-bullet {
  background: transparent !important;
  color: #93931A;
  font-size: 0.97vw;
}
#SliderHomePage .sliderHome .swiper-pagination-numbers .swiper-pagination-bullet-active {
  font-size: 1.11vw;
  font-weight: 700;
  color: #d4d4bb;
  text-decoration: underline;
}
#SliderHomePage .sliderHome .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
}
#SliderHomePage .sliderHome .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}
#SliderHomePage .sliderHome .swiper-pagination-bullet-active {
  color: #fff;
  background: #007aff;
}
#SliderHomePage .sliderHome .swiper-pagination-bullets {
  right: 2.78vw !important;
}
@media (min-width: 992px) {
  #SliderHomePage .sliderHome .productContent {
    padding-top: 17.78vw;
    padding-left: 11.11vw;
    max-width: 47vw;
  }
  #SliderHomePage .sliderHome .item_slider {
    width: 24vw;
    position: absolute;
    bottom: 0;
    right: 13.5vw;
  }
  #SliderHomePage .sliderHome .swiper-pagination-bullet {
    font-size: 0.97vw !important;
  }
  #SliderHomePage .sliderHome .swiper-pagination-numbers {
    width: 17.36vw !important;
    top: 50%;
    right: 2.78vw;
    gap: 1.39vw;
  }
}
@media (max-width: 991px) {
  #SliderHomePage .sliderHome .sliderText {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  #SliderHomePage .sliderHome .productContent {
    gap: 20px !important;
  }
  #SliderHomePage .sliderHome .prev-next {
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    bottom: 43px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #SliderHomePage .sliderHome .sliderText {
    max-width: 80vw;
  }
  #SliderHomePage .sliderHome .productContent {
    padding-top: 5vw;
    max-width: 100%;
  }
  #SliderHomePage .sliderHome .slide_apperance .slider_background {
    -o-object-fit: contain !important;
       object-fit: contain !important;
    -o-object-position: center !important;
       object-position: center !important;
  }
  #SliderHomePage .sliderHome .item_slider {
    width: 47vw;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  #SliderHomePage .sliderHome .swiper-pagination-numbers span {
    font-size: 1.44vw !important;
  }
  #SliderHomePage .sliderHome .swiper-pagination-bullet {
    font-size: 1.68vw;
  }
  #SliderHomePage .sliderHome .swiper-pagination-numbers {
    width: 17.36vw !important;
    top: 30%;
    right: 4.8vw;
    gap: 2.4vw;
  }
}
@media (max-width: 767px) {
  #SliderHomePage .sliderHome .prev-next {
    width: 83% !important;
  }
  #SliderHomePage .sliderHome .swiper-pagination-numbers span {
    font-size: 3.08vw !important;
  }
  #SliderHomePage .sliderHome .swiper-pagination-bullet {
    font-size: 3.59vw;
  }
  #SliderHomePage .sliderHome .swiper-pagination-numbers {
    width: 17.36vw !important;
    top: 40%;
    right: 10.26vw;
    gap: 5.13vw;
  }
  #SliderHomePage .sliderHome .swiper-pagination-bullet {
    font-size: 3.08vw !important;
  }
}

.readmore {
  width: -moz-max-content;
  width: max-content;
}

.light-btn {
  display: flex;
  align-items: center;
  border: 1px solid #d4d4bb;
  width: 80%;
  color: #93931A;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
}
.light-btn a, .light-btn p {
  white-space: nowrap;
  text-wrap: nowrap;
}

.prev-next {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #5B5C2C;
  color: white;
}
.prev-next div {
  display: flex;
  align-items: center;
}
.prev-next .nav-btn {
  font-weight: 200;
  cursor: pointer;
}
.prev-next .nav-btn .p5 {
  font-weight: 200;
}
.prev-next .nav-btn img {
  transition: all 0.3s;
}
.prev-next .remote-button-prev:hover img {
  transform: translateX(-20px);
}
.prev-next .remote-button-next:hover img {
  transform: translateX(20px);
}

@media (min-width: 992px) {
  .light-btn {
    padding-top: 1.01vw;
    padding-bottom: 1.01vw;
    white-space: nowrap;
  }
  .light-btn img {
    width: 2.43vw;
  }
  .prev-next .nav-btn img {
    width: 2.43vw;
  }
  .prev-next .line-diver {
    height: 3.33vw;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .light-btn {
    padding-top: 1.8vw;
    padding-bottom: 1.8vw;
  }
  .light-btn img {
    width: 4.2vw;
  }
  .prev-next .nav-btn img {
    width: 4.2vw;
  }
  .prev-next .line-diver {
    height: 5.76vw;
  }
}
@media (max-width: 767px) {
  .light-btn {
    padding-top: 3.85vw;
    padding-bottom: 3.85vw;
  }
  .light-btn img {
    width: 8.97vw;
  }
  .prev-next .nav-btn img {
    width: 8.97vw;
  }
  .prev-next .line-diver {
    height: 12.31vw;
  }
}
.body_section {
  background-size: cover;
  width: 100%;
}
@media (min-width: 992px) {
  .body_section {
    background-image: url("/wp-content/uploads/src/img/Group 14274.png");
    min-height: 1878px;
    background-position-y: -9vh;
  }
}
@media (max-width: 992px) {
  .body_section {
    background-image: url("/wp-content/uploads/src/img/background_home_about_extra_height.jpg");
  }
}

.about_home .about_content {
  display: flex;
  justify-content: center;
  flex: 1;
}
.about_home .about_content .readmore {
  width: -moz-fit-content;
  width: fit-content;
}
.about_home .about_content .p2 {
  color: #5B5C2C;
  font-weight: 300;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .about_home .about_img {
    flex: 1;
  }
  .about_home .about_img img {
    width: 37.5vw;
  }
}
@media (max-width: 992px) {
  .about_home .section-wrapper {
    padding-top: 40px;
    flex-direction: column-reverse;
  }
  .about_home .about_img div {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about_home .about_img img {
    width: 46vw;
  }
}
@media (max-width: 767px) {
  .about_home .about_img img {
    width: 98vw;
  }
}

.our_products_home {
  overflow: hidden;
}
@media (min-width: 992px) {
  .our_products_home {
    padding-top: 12.3vw;
  }
}
@media (max-width: 992px) {
  .our_products_home {
    padding-top: 7rem;
  }
}
.our_products_home .title-s {
  text-align: center;
}
.our_products_home .productsItems .singleProduct {
  align-items: center;
  flex: 1;
  background-repeat: no-repeat;
  background-position: center;
}
.our_products_home .productsItems .singleProduct:nth-of-type(1) {
  background-image: url("/wp-content/uploads/src/img/background_product01.png");
}
.our_products_home .productsItems .singleProduct:nth-of-type(2) {
  background-image: url("/wp-content/uploads/src/img/background_product02.png");
  transform: unset !important;
}
.our_products_home .productsItems .singleProduct:nth-of-type(3) {
  background-image: url("/wp-content/uploads/src/img/background_product03.png");
}
.our_products_home .productsItems .singleProduct .productImg img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.our_products_home .productsItems .singleProduct .productTitle p {
  color: #D6DA21;
  font-weight: 700;
}
.our_products_home .productsItems .singleProduct .productDescription p {
  color: white;
  font-weight: 300;
}
.our_products_home .productsItems .singleProduct .productBtn {
  cursor: pointer;
  border: 1px solid #D6DA21;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.our_products_home .productsItems .singleProduct .productBtn p {
  color: #d4d4bb;
  font-weight: 700;
  text-transform: uppercase;
}
.our_products_home .allProductsBtn {
  display: flex;
  justify-content: center;
}
.our_products_home .allProductsBtn a {
  display: flex;
  justify-content: center;
  color: white;
  font-weight: bold;
  padding-top: 9vw;
  text-transform: uppercase;
  color: #d4d4bb;
  gap: 1.39vw;
}
@media (min-width: 992px) {
  .our_products_home .singleProduct {
    transform: translateY(6.11vw);
  }
  .our_products_home .singleProduct:nth-of-type(1) {
    background-size: 21.94vw;
  }
  .our_products_home .singleProduct:nth-of-type(2) {
    background-size: 21.18vw;
  }
  .our_products_home .singleProduct:nth-of-type(3) {
    background-size: 16.25vw;
  }
  .our_products_home .singleProduct .productImg {
    min-height: 463px;
  }
  .our_products_home .singleProduct .productImg img {
    width: 19.96vw;
    height: 100%;
    transform: translateY(3.82vw);
  }
}
@media (min-width: 992px) and (min-width: 1441px) {
  .our_products_home .singleProduct .productTitle {
    padding-top: 5rem;
  }
}
@media (max-width: 991px) {
  .our_products_home .productsItems {
    flex-direction: column;
  }
  .our_products_home .singleProduct {
    transform: translateY(6.11vw);
    background-size: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .our_products_home .singleProduct .productBtn {
    max-width: 347px;
  }
  .our_products_home .singleProduct:nth-of-type(3) {
    background-position-y: 4rem !important;
  }
  .our_products_home .singleProduct .productImg {
    min-height: 463px;
  }
  .our_products_home .singleProduct .productImg img {
    width: 100%;
    height: 100%;
    transform: translateY(3.82vw);
  }
  .our_products_home .singleProduct .productDescription,
  .our_products_home .singleProduct .productTitle {
    max-width: 90%;
    margin: 0 auto;
  }
  .our_products_home .allProductsBtn {
    margin-top: 2rem;
  }
}
.packs_products {
  width: 100%;
  min-height: 45vw;
  background-size: cover;
  display: flex;
  position: relative;
  margin-top: 5vw;
  overflow: hidden;
}
.packs_products img {
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fill-available;
  -o-object-fit: contain;
     object-fit: contain;
}
.packs_products .pack_title p {
  color: #d4d4bb;
  text-transform: uppercase;
  font-weight: 300;
}
@media (max-width: 992px) {
  .packs_products .pack_contentTxt .p0 {
    min-height: 64px;
  }
}
.packs_products .pack_contentTxt .p0 {
  color: #D6DA21;
  font-weight: 700;
  text-transform: uppercase;
}
.packs_products .pack_contentTxt .p6 {
  color: white;
}
.packs_products .readmore p {
  color: #D6DA21 !important;
}
.packs_products .prev-next_pack {
  width: -moz-fit-content;
  width: fit-content;
  color: #D4D4BB;
}
.packs_products .prev-next_pack div {
  display: flex;
  align-items: center;
}
.packs_products .prev-next_pack .nav-btn {
  font-weight: 200;
  cursor: pointer;
}
.packs_products .prev-next_pack .nav-btn .p5 {
  font-weight: 300;
}
.packs_products .prev-next_pack .nav-btn img {
  transition: all 0.3s;
}
.packs_products .prev-next_pack .remote-button-prev:hover img {
  transform: translateX(-20px);
}
.packs_products .prev-next_pack .remote-button-next:hover img {
  transform: translateX(20px);
}
.packs_products .prev-next_pack .line-diver {
  height: 2.08vw;
}
@media (min-width: 992px) {
  .packs_products .pack_info {
    width: 29.24vw;
    padding-top: 5.11vw;
    padding-left: unset !important;
    padding-right: unset !important;
  }
  .packs_products .pack_img {
    margin: 0 auto;
    top: 0;
    position: absolute;
    z-index: -1;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .packs_products {
    padding-left: unset !important;
    padding-right: unset !important;
  }
  .packs_products .pack_contentTxt .p6 {
    min-height: 64px;
  }
}
@media (max-width: 420px) {
  .packs_products .pack_img {
    position: relative;
    width: 692px;
    left: -51%;
  }
}

.partners {
  padding-top: unset !important;
}
@media (max-width: 991px) {
  .partners {
    padding-bottom: 7rem;
  }
}
.partners p {
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}
.partners .swiper-wrapper {
  align-items: center !important;
}
.partners .swiper-wrapper img {
  max-width: 108px;
  max-height: 108px;
  filter: grayscale(1);
  transition: all 0.3s;
}
.partners .swiper-wrapper img:hover {
  filter: unset;
}
.partners .swiper-pagination {
  bottom: 6rem !important;
}
.partners .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #D4D4BB;
}
@media (max-width: 991px) {
  .partners .swiper-wrapper img {
    max-width: 19vw !important;
    margin: 0 auto;
  }
  .partners .swiper-wrapper .swiper-slide {
    display: flex;
    justify-content: center;
  }
}

.blog_home {
  overflow: hidden;
}
@media (min-width: 992px) {
  .blog_home {
    padding-top: 5.56vw;
    padding-right: 2.78vw !important;
  }
}
@media (max-width: 991px) {
  .blog_home {
    display: flex;
    flex-direction: column;
    gap: 5.13vw;
  }
  .blog_home .blog_description {
    max-width: 80%;
  }
}
.blog_home .light-btn {
  border-color: #5B5C2C !important;
}
.blog_home .light-btn p {
  color: #5B5C2C !important;
}
.blog_home .primary_blog {
  justify-content: space-between;
  flex: 1;
}
.blog_home .blog_swiper_bloc {
  width: 100%;
}
@media (min-width: 992px) {
  .blog_home .blog_swiper_bloc {
    flex: 2;
  }
}
.blog_home .blog_swiper_bloc .content_blogCarousel .blog_title {
  text-transform: uppercase;
  color: #93931A;
  font-weight: 700;
}
.blog_home .blog_swiper_bloc .viewDetails_blogCarousel img {
  width: 2.43vw;
}
.blog_home .blog_swiper_bloc .viewDetails_blogCarousel p {
  color: #93931A;
  font-weight: 700;
  text-transform: uppercase;
}
.blog_home .prev-next_blog {
  width: -moz-fit-content;
  width: fit-content;
  color: #5B5C2C;
}
.blog_home .prev-next_blog div {
  display: flex;
  align-items: center;
}
.blog_home .prev-next_blog .nav-btn {
  font-weight: 200;
  cursor: pointer;
}
.blog_home .prev-next_blog .nav-btn .p5 {
  font-weight: 300;
}
.blog_home .prev-next_blog .nav-btn img {
  transition: all 0.3s;
}
.blog_home .prev-next_blog .remote-button-prev:hover img {
  transform: translateX(-20px);
}
.blog_home .prev-next_blog .remote-button-next:hover img {
  transform: translateX(20px);
}
.blog_home .prev-next_blog .line-diver {
  height: 2.08vw;
}
@media (min-width: 992px) {
  .blog_home .MobileSwiperRemote {
    display: none !important;
  }
  .blog_home .primary_blog {
    min-height: 32.2vw;
  }
  .blog_home .primary_blog .readmore {
    padding-top: 4.65vw;
  }
  .blog_home .img_blogCarousel img {
    height: 21vw !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 991px) {
  .blog_home {
    gap: 40px !important;
    padding-right: unset !important;
  }
  .blog_home .swiper-slide-active {
    padding-right: 90px;
    margin-right: -46px !important;
  }
  .blog_home .swiper-slide:last-child {
    padding-right: 20px;
    margin-right: unset !important;
  }
  .blog_home .viewDetails_blogCarousel a {
    font-size: 14px !important;
    font-weight: bold;
    color: #93931A;
  }
  .blog_home .viewDetails_blogCarousel img {
    width: unset !important;
  }
  .blog_home .primary_blog {
    min-height: 32.2vw;
  }
  .blog_home .primary_blog .readmore {
    padding-top: 4.65vw;
  }
  .blog_home .MobileSwiperRemote .line-diver {
    height: 25px !important;
    max-width: unset !important;
    width: 1px !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .blog_home .MobileSwiperRemote div {
    align-items: center;
  }
  .blog_home .DesktopSwiperRemote {
    display: none !important;
  }
}
.blog_home .img_blogCarousel img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .blog_home .img_blogCarousel img {
    height: 21vw !important;
  }
}
@media (max-width: 992px) {
  .blog_home .img_blogCarousel img {
    height: 217px !important;
  }
}

.page-id-418 #header {
  height: unset !important;
}
.page-id-418 .prefooter {
  display: none !important;
}

.products_header {
  position: relative;
  background-image: url("/wp-content/uploads/src/img/header_page_listing_products.png");
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.products_header .header_items {
  text-align: center;
  z-index: 2;
}
.products_header .header_items .title p {
  font-weight: 700;
  text-transform: uppercase;
}
.products_header .header_items .description p {
  font-weight: 200;
  color: black;
}
.products_header img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: contain;
  filter: blur(3px);
}
@media (min-width: 992px) {
  .products_header {
    height: 45.25vw;
    margin-bottom: -10vw;
  }
  .products_header .header_items {
    max-width: 44.29vw;
  }
  .products_header img {
    position: absolute;
    bottom: 7%;
    right: 28.5%;
    width: 14.29vw;
    height: 21.6vw !important;
  }
}
@media (max-width: 992px) {
  .products_header {
    padding-top: 120px;
  }
  .products_header .header_items {
    z-index: 1 !important;
  }
}

#ourCollection {
  min-height: 76.4vw;
  padding-top: 15.83vw;
  position: relative;
  overflow: hidden;
  background-image: url("/wp-content/uploads/src/img/bk_ourCollection.png");
  background-size: cover;
  background-position: top;
}
#ourCollection .header_collection {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 42.4vw;
  margin: 0 auto;
}
#ourCollection .header_collection p {
  color: #D4D4BB;
  text-align: center;
}
#ourCollection .header_collection .p0 {
  font-weight: 700;
  text-transform: uppercase;
}
#ourCollection .header_collection .p4 {
  font-weight: 200;
}
@media (max-width: 992px) {
  #ourCollection .swiper-button-next,
  #ourCollection .swiper-button-prev {
    bottom: 10% !important;
    top: unset !important;
  }
}
#ourCollection .our_collection {
  display: flex;
  flex-direction: column;
}
#ourCollection .our_collection .pack_collection {
  position: relative;
}
#ourCollection .our_collection .pack_collection .pack_info {
  width: 29.24vw;
  padding-top: 9.11vw;
  position: relative;
}
#ourCollection .our_collection .pack_collection .pack_img {
  margin: 0 auto;
  top: 10%;
  right: 0;
  position: absolute;
  width: 79vw;
  display: flex;
  justify-content: flex-end;
  text-align: center;
  padding-left: unset !important;
}
#ourCollection .our_collection .pack_collection .pack_img img {
  width: 100%;
  height: -webkit-fill-available;
  -o-object-fit: contain;
     object-fit: contain;
}
#ourCollection .our_collection .pack_collection .pack_title p {
  color: #d4d4bb;
  text-transform: uppercase;
  font-weight: 300;
}
#ourCollection .our_collection .pack_collection .pack_contentTxt .p0 {
  color: #D6DA21;
  font-weight: 700;
  text-transform: uppercase;
}
#ourCollection .our_collection .pack_collection .pack_contentTxt .p6 {
  color: white;
}
@media (max-width: 992px) {
  #ourCollection .header_collection {
    padding-top: 123px;
    max-width: unset !important;
  }
  #ourCollection .pack_info {
    max-width: unset !important;
    padding: 0 !important;
    width: unset !important;
  }
  #ourCollection .pack_img {
    position: relative !important;
  }
}

.Products_listing .title-s {
  text-align: center;
}
.Products_listing .productsItems {
  display: grid;
}
.Products_listing .productsItems .singleProduct {
  align-items: center;
  flex: 1;
  background-repeat: no-repeat;
  background-position: center;
}
.Products_listing .productsItems .singleProduct .productImg img {
  -o-object-fit: cover;
     object-fit: cover;
}
.Products_listing .productsItems .singleProduct .productTitle p {
  color: #5B5C2C;
  font-weight: 700;
}
.Products_listing .productsItems .singleProduct .productDescription p {
  color: #5B5C2C;
  font-weight: 300;
}
.Products_listing .productsItems .singleProduct .productBtn {
  cursor: pointer;
  border: 1px solid #5B5C2C;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Products_listing .productsItems .singleProduct .productBtn p {
  color: #5B5C2C;
  font-weight: 700;
  text-transform: uppercase;
}
.Products_listing .productsItems .singleProduct:nth-of-type(1) {
  background-image: url("/wp-content/uploads/src/img/background_product01.png");
}
.Products_listing .productsItems .singleProduct:nth-of-type(4) {
  background-image: url("/wp-content/uploads/src/img/background_product01.png");
}
.Products_listing .productsItems .singleProduct:nth-of-type(2) {
  background-image: url("/wp-content/uploads/src/img/background_product02.png");
  transform: unset !important;
}
.Products_listing .productsItems .singleProduct:nth-of-type(5) {
  background-image: url("/wp-content/uploads/src/img/background_product02.png");
  transform: unset !important;
}
.Products_listing .productsItems .singleProduct:nth-of-type(3) {
  background-image: url("/wp-content/uploads/src/img/background_product03.png");
}
.Products_listing .productsItems .singleProduct:nth-of-type(6) {
  background-image: url("/wp-content/uploads/src/img/background_product03.png");
}
.Products_listing .allProductsBtn {
  cursor: pointer;
  display: flex;
  justify-content: center;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  color: #5B5C2C;
}
.Products_listing .allProductsBtn div {
  margin: 0 auto;
}
.Products_listing .allProductsBtn .pagination-products {
  margin: 0 auto;
}
.Products_listing .prev-next_products {
  color: #5B5C2C;
  display: flex;
  justify-content: center;
  width: 100%;
}
.Products_listing .prev-next_products .off * {
  cursor: default !important;
}
.Products_listing .prev-next_products div {
  display: flex;
  align-items: center;
}
.Products_listing .prev-next_products .nav-btn {
  font-weight: 200;
  cursor: pointer;
}
.Products_listing .prev-next_products .nav-btn a {
  font-weight: 400;
  color: #5B5C2C;
}
.Products_listing .prev-next_products .nav-btn img {
  transition: all 0.3s;
}
.Products_listing .prev-next_products .remote-button-prev:hover img {
  transform: translateX(-20px);
}
.Products_listing .prev-next_products .remote-button-next:hover img {
  transform: translateX(20px);
}
@media (min-width: 992px) {
  .Products_listing .productsItems {
    grid-template-columns: repeat(3, 1fr);
  }
  .Products_listing .productsItems .singleProduct {
    transform: translateY(6.11vw);
  }
  .Products_listing .productsItems .singleProduct .productImg img {
    width: 19.96vw;
    transform: translateY(3.82vw);
  }
  .Products_listing .productsItems .singleProduct .productTitle {
    padding-top: 5rem;
  }
  .Products_listing .productsItems .singleProduct:nth-of-type(1) {
    background-size: 21.94vw;
  }
  .Products_listing .productsItems .singleProduct:nth-of-type(4) {
    background-size: 21.94vw;
  }
  .Products_listing .productsItems .singleProduct:nth-of-type(2) {
    background-size: 21.18vw;
    transform: unset !important;
  }
  .Products_listing .productsItems .singleProduct:nth-of-type(5) {
    background-size: 21.18vw;
    transform: unset !important;
  }
  .Products_listing .productsItems .singleProduct:nth-of-type(3) {
    background-size: 16.25vw;
  }
  .Products_listing .productsItems .singleProduct:nth-of-type(6) {
    background-size: 16.25vw;
  }
  .Products_listing .allProductsBtn {
    padding-top: 9vw;
  }
  .Products_listing .allProductsBtn .pagination-products {
    transform: translateX(-1.5vw);
  }
  .Products_listing .prev-next_products {
    padding: 6.94vw 0 6vw 0;
  }
  .Products_listing .prev-next_products .off * {
    opacity: 0.4;
  }
  .Products_listing .prev-next_products .nav-btn img {
    transition: all 0.3s;
  }
  .Products_listing .prev-next_products .remote-button-prev:hover img {
    transform: translateX(-20px);
  }
  .Products_listing .prev-next_products .remote-button-next:hover img {
    transform: translateX(20px);
  }
}
@media (max-width: 992px) {
  .Products_listing .prev-next_products {
    padding-top: 60px;
  }
  .Products_listing .productsItems .singleProduct {
    display: flex;
    justify-content: space-between;
    background-size: 250px;
    max-width: 414px;
    margin: 0 auto;
  }
  .Products_listing .productsItems .singleProduct .productImg {
    display: flex;
    justify-content: center;
  }
  .Products_listing .productsItems .singleProduct .productImg img {
    width: 80%;
    transform: translateY(0);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .Products_listing .productsItems {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 40px !important;
  }
}
@media (max-width: 767px) {
  .Products_listing .productsItems {
    grid-template-columns: repeat(1, 1fr);
    gap: 0 !important;
  }
}

.contactUs .contact_wrapper {
  position: relative;
}
.contactUs .contact_wrapper .contactQuotes {
  background-image: url("/wp-content/uploads/src/img/bk_quotes.png");
  background-size: cover;
  align-items: center;
  justify-content: center;
}
.contactUs .contact_wrapper .contactQuotes .quotes_content {
  height: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.contactUs .contact_wrapper .contactQuotes .quotes_content p:nth-of-type(1) {
  color: white;
  font-weight: 300;
}
.contactUs .contact_wrapper .contactQuotes .quotes_content p:nth-of-type(2) {
  color: #D6DA21;
  font-weight: 700;
  text-transform: uppercase;
}
.contactUs .contact_wrapper .contactform {
  color: white;
  background-image: url("/wp-content/uploads/src/img/Stay-in-touch-with-us.png");
  background-color: #5B5C2C;
  background-size: contain;
  display: flex;
  align-items: center;
  background-position-y: bottom;
  background-position-x: center;
  background-repeat: no-repeat;
}
.contactUs .contact_wrapper .contactform p {
  text-transform: uppercase;
  color: #D4D4BB;
  font-weight: 700;
}
.contactUs .contact_wrapper .contactform .sendMessageBtn button {
  background-color: transparent;
  border: 1px solid #D4D4BB;
  color: #D6DA21;
  position: relative;
}
.contactUs .contact_wrapper .contactform .sendMessageBtn button::after {
  content: url("/wp-content/uploads/src/img/sendMessage_RightArrow_yellow.svg");
  position: absolute;
}
.contactUs .contact_wrapper input,
.contactUs .contact_wrapper textarea {
  background-color: transparent !important;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  border-bottom: 1px solid #707070;
  border-radius: unset !important;
}
.contactUs .contact_wrapper ::-moz-placeholder {
  color: white !important;
  opacity: 0.3 !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: 300 !important;
}
.contactUs .contact_wrapper ::placeholder {
  color: white !important;
  opacity: 0.3 !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: 300 !important;
}
@media (min-width: 992px) {
  .contactUs .contact_wrapper {
    height: 31.46vw;
  }
  .contactUs .contact_wrapper .contactQuotes {
    width: 58%;
  }
  .contactUs .contact_wrapper .contactQuotes .quotes_content img {
    width: 5.42vw;
  }
  .contactUs .contact_wrapper .contactform {
    width: 42%;
  }
  .contactUs .contact_wrapper .contactform .sendMessageBtn {
    padding-top: 1.39vw;
  }
  .contactUs .contact_wrapper .contactform .sendMessageBtn button {
    padding-left: 0.69vw;
    padding-right: 2.08vw;
  }
  .contactUs .contact_wrapper .contactform .sendMessageBtn button::after {
    left: 7.84vw;
  }
  .contactUs .zitoun img {
    position: absolute;
  }
  .contactUs .zitoun img:nth-of-type(1) {
    left: 27.54vw;
    top: -4.63vw;
    width: 6.58vw;
  }
  .contactUs .zitoun img:nth-of-type(2) {
    top: 12.2vw;
    left: -7.1vw;
    width: 14.6vw;
  }
  .contactUs .zitoun img:nth-of-type(3) {
    top: -7.8vw;
    right: -7.1vw;
    width: 14.6vw;
  }
  .contactUs .zitoun img:nth-of-type(4) {
    left: 26vw;
    bottom: -14vw;
    width: 22vw;
  }
}
@media (max-width: 992px) {
  .contactUs .contact_wrapper {
    flex-direction: column;
  }
  .contactUs .contact_wrapper .quotes_content {
    padding: 67px 10px !important;
  }
  .contactUs .contact_wrapper .quotes_content img {
    width: 55px;
  }
  .contactUs .contact_wrapper .contactform {
    width: 100%;
  }
  .contactUs .contact_wrapper .contactform .fl_col {
    width: 100%;
  }
  .contactUs .contact_wrapper .contactform .ff-btn-submit {
    padding: 15px 38px !important;
  }
  .contactUs .contact_wrapper .contactform .ff-btn-submit::after {
    right: -25px !important;
  }
  .contactUs .contact_wrapper .zitoun img {
    position: absolute;
  }
  .contactUs .contact_wrapper .zitoun img:nth-of-type(1) {
    left: 22.54vw;
    top: -16.63vw;
    width: 120px;
  }
  .contactUs .contact_wrapper .zitoun img:nth-of-type(2) {
    top: 36.2vw;
    left: -7.1vw;
    width: 188px;
  }
  .contactUs .contact_wrapper .zitoun img:nth-of-type(3) {
    top: -21.8vw;
    right: 0;
    width: 174px;
  }
  .contactUs .contact_wrapper .zitoun img:nth-of-type(4) {
    display: none !important;
  }
}
