* {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 500 !important;
}

.azome-button {
  padding: 12px 10px;
  width: 100%;
  border: none;
  margin-bottom: 10px;
  color: white;
  border-radius: 7px;
  font-weight: bold;
  cursor: pointer;
}

.azome-button.primary {
  background-color: #7c3a04;
}
.azome-button .secondary {
  background-color: #c49a6c;
}

.azome-button.primary:hover {
  background-color: #c49a6c;
  transition: background-color 0.4s;
}

.azome-primary-color {
  color: #7c3a04;
}
.azome-secondary-color {
  color: #c49a6c;
}

.azome-bg-primary {
  background-color: #7c3a04;
}
.azome-bg-secondary {
  background-color: #c49a6c;
}
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: transparent !important;
  opacity: 0.5;
}

.lh-1 {
  line-height: 1px !important;
}

.ribbon-wrapper {
  height: 70px;
  overflow: hidden;
  position: absolute;
  right: -2px;
  top: -2px;
  width: 70px;
  z-index: 10;
}

.ribbon-wrapper.ribbon-lg {
  height: 120px;
  width: 120px;
}

.ribbon-wrapper.ribbon-lg .ribbon {
  right: 0px;
  top: 26px;
  width: 160px;
}

.ribbon-wrapper.ribbon-xl {
  height: 180px;
  width: 180px;
}

.ribbon-wrapper.ribbon-xl .ribbon {
  right: 4px;
  top: 47px;
  width: 240px;
}

.ribbon-wrapper .ribbon {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  font-size: 0.8rem;
  line-height: 100%;
  padding: 0.375rem 0;
  position: relative;
  right: -2px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  top: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 90px;
}

.ribbon-wrapper .ribbon::before,
.ribbon-wrapper .ribbon::after {
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid #9e9e9e;
  bottom: -3px;
  content: "";
  position: absolute;
}

.ribbon-wrapper .ribbon::before {
  left: 0;
}

.ribbon-wrapper .ribbon::after {
  right: 0;
}

.h9_header-button-text {
  color: #21242c;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
}
.h9_header-button:hover > a {
  color: var(--clr-theme-primary-9);
}
.h9_header-button .h2_header-category-submenu li:hover > a {
  background-color: var(--clr-theme-primary-9);
  color: #fff;
}

.h9_header-search form {
  position: relative;
  z-index: 1;
}
.h9_header-search form input {
  min-width: 300px;
  width: 100%;
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  padding-right: 45px;
  color: rgba(33, 36, 44, 0.6);
  font-size: 13px;
  font-weight: 400;
  border-radius: 6px;
  border: 1.5px solid #1865f2;
  background: #f5f5f5;
}
.h9_header-search form input::-webkit-input-placeholder {
  color: rgba(33, 36, 44, 0.6);
  font-size: 13px;
  opacity: 1;
}
.h9_header-search form input:-moz-placeholder {
  color: rgba(33, 36, 44, 0.6);
  font-size: 13px;
  opacity: 1;
}
.h9_header-search form input::-moz-placeholder {
  color: rgba(33, 36, 44, 0.6);
  font-size: 13px;
  opacity: 1;
}
.h9_header-search form input:-ms-input-placeholder {
  color: rgba(33, 36, 44, 0.6);
  font-size: 13px;
  opacity: 1;
}
.h9_header-search form button {
  position: absolute;
  right: 15px;
  top: 0;
  height: 100%;
  font-size: 14px;
  border: none;
  background: transparent;
  padding: 0;
}
.h9_header-search form button svg {
  font-weight: 300;
  color: #21242c;
}
.h9_header-left {
  display: flex;
  align-items: center;
  gap: 20px;
  height: 90px;
}
.h9_header-right {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: end;
}
.h9_header-logo {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .h9_header-logo {
    height: 70px;
    line-height: 70px;
  }
}
.h9_header-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 30px !important;
  height: 45px !important;
}
.h9_header-btn svg {
  color: #fff;
}

.h9_header-right-text ul {
  display: flex;
  align-items: center;
  gap: 55px;
}

.h9_header-right-text ul li a {
  color: #21242c;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
}

.h9_slider-thumb-item {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding-left: 20px;
  padding-right: 20px;
  height: 140px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .h9_slider-thumb-item {
    gap: 15px;
  }
}

.h9_slider-thumbs-info h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .h9_slider-thumbs-info h4 {
    font-size: 22px;
  }
}

.h9_slider-thumbs-info a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
}

.h9_slider-thumbs-icon svg {
  color: #fff;
}

.h9_slider-thumbs-info a i {
  font-size: 15px;
}

.h9_slider-green {
  background-color: #10c45c;
}

.h9_slider-skyBlue {
  background-color: #1ec1d9;
}

.h9_slider-orange {
  background-color: #e1b12f;
}

.h9_slider-blue {
  background-color: #307ad5;
}

.h9_slider-pink {
  background-color: #292524;
}

.section-width.swiper .swiper-wrapper .swiper-slide {
  width: auto !important;
}

.section-width-2.swiper .swiper-wrapper .swiper-slide {
  width: auto !important;
}
.swiper-wrapper.roll-slider {
  transition-timing-function: linear;
}

.h7_slider-active-nav .swiper-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.h9_slider-active-nav .swiper-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.bg-white {
  background-color: white !important;
}
