@import url(fonts.css);

body {
  font-family: "Museo Sans", sans-serif !important;
  --main-color: #27373d;
  --dark-color: #182323;
}

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

h1,
h2,
h3,
p {
  margin-bottom: 0;
  font-family: "Museo Sans", sans-serif !important;
}

h1 {
  font-weight: 700;
  font-size: 48px !important;
}

h2 {
  font-weight: 700;
  font-size: 36px !important;
}

h3 {
  font-weight: 700;
  font-size: 18px !important;
}
a {
  text-decoration: none;
}

.header {
  background-color: var(--dark-color);
  padding-block: 14px;
  text-align: center;
  color: #fff;
}

nav {
  background-color: var(--main-color);
}

/* .search_box {
  margin-left: auto;
} */
.search_box .search_container {
  padding-block: 15px;
}

.nav_searchbar {
  margin-right: 70px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 6px;
  padding: 0.5rem 1rem;
  color: #fff !important;
  min-width: 260px;
  padding-right: 40px;
}

.nav_searchbar:focus {
  outline: 0;
}

.nav_searchbar::placeholder {
  color: #fff;
}

.nav_searchbar + .search_icon {
  position: absolute;
  right: 90px;
  top: 10px;
}

.search_container .nav_icons {
  display: flex;
  gap: 20px;
}

.nav_items ul {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  justify-content: end;
  gap: 20px;
  align-items: center;
  padding-left: 0;
  margin-bottom: 0;
}

.nav_items ul li > div {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
}

.nav_items ul li {
  padding-bottom: 1rem;
}

nav {
  position: relative;
}

nav .dropdown_list {
  position: absolute;
  top: 150px;
  left: 0;
  width: 100%;
  padding: 40px 200px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 250ms ease-in-out;
  background-color: var(--main-color);
}

.dropdown_list h3 {
  color: #fff;
  font-weight: 700;
  min-inline-size: 160px;
}

.dropdown_list .border_right {
  height: 1px;
  background-color: #fff;
  width: 100%;
}

.dropdown_list .dropdown_items {
  flex-direction: column;
  gap: 27px;
  align-items: flex-start;
}

.dropdown_list ul.dropdown_items li {
  width: 100%;
}

.dropdown_list ul.dropdown_items li a {
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  color: #fff;
  gap: 150px;
}

.dropdown_list ul.dropdown_items li a span {
  font-size: 18px;
  font-weight: 300;
}

.nav_items ul li:hover .dropdown_list {
  top: 108px;
  opacity: 1;
  visibility: visible;
}

.hero_div {
  background-color: var(--dark-color);
}

.hero_text {
  margin-bottom: 45px;
  color: #fff;
}

.hero_button {
  background-color: #fff;
  color: var(--main-color);
  border-radius: 5px;
  padding: 17px 47px;
  border: 0;
  font-weight: 700;
  margin-bottom: 1rem;
  transition: all 250ms ease-in-out;
  text-decoration: none;
}

.hero_button:hover {
  background-color: var(--main-color);
  color: #fff;
}

.light_types,
.inspiration_gallery_container {
  margin-block: 10px;
  border-radius: 10px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 10px !important;
}

.light_types h2 {
  color: #fff;
  text-align: center;
}

.light_types a,
.inspiration_gallery_container a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
  text-decoration: none;
  position: relative;
}

.inspiration_gallery_container a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.light_types .statement_lights {
  background-image: url(../assets/img/statement_lights.png);
  min-height: 413px;
}
.statement_lights:hover {
  filter: grayscale(1);
}
.light_types div {
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.light_types .chandeliers {
  background-image: url("../assets/img/chandeliers.png");
}

.light_types .outdoor_wall_lights {
  background-image: url("../assets/img/outdoor_wall_lights.png");
}

.light_types .table_lamps {
  background-image: url("../assets/img/table_lamps.png");
  border-bottom-left-radius: 10px;
}

.light_types .pendant_lights {
  background-image: url("../assets/img/pendant_lights.png");
  grid-column: 2 / span 2;
  border-bottom-right-radius: 10px;
  min-height: 339px;
}

.best_sellers,
.new_arrivals,
.inspiration_gallery,
.get_in_touch {
  text-align: center;
  margin-block: 25px;
}

.best_sellers hr,
.new_arrivals hr,
.footer_links hr,
.inspiration_gallery hr,
.get_in_touch hr {
  margin-inline: auto;
  max-width: 185px;
  margin-block: 10px;
  border-width: 2px;
  border-color: #000;
  opacity: 1;
}

.new_arrivals hr,
.inspiration_gallery hr {
  max-width: 500px;
}

.get_in_touch hr {
  max-width: 350px;
}

.best_sellers h2,
.new_arrivals h2,
.inspiration_gallery h2,
.get_in_touch h2 {
  color: var(--main-color);
  display: inline-block;
  font-weight: 700;
}

.best_sellers p,
.new_arrivals p,
.inspiration_gallery p,
.get_in_touch p {
  color: var(--main-color);
  font-weight: 700;
}

.best_sellers .row {
  margin-bottom: 50px;
}

.best_sellers .row:last-child {
  margin-bottom: 0;
}
.lamp_card {
  text-align: center;
}
.lamp_card .img_box {
  background-color: #f6f6f6;
  border-radius: 6px;
  margin-bottom: 28px;
}

.lamp_card p {
  color: #000;
  margin-bottom: 12px;
  font-weight: 700;
}

.lamp_card span,
.lamp_card .excerpt p {
  display: inline-block;
  color: var(--main-color);
  margin-bottom: 12px;
}
.lamp_card .add-cart {
  padding: 12px 15px;
  background-color: var(--main-color);
  border: 0;
  display: flex;
  margin-inline: auto;
  gap: 10px;
  font-size: 14px;
  font-weight: 700;
  align-items: center;
  border-radius: 4px;
  transition: all 250ms ease-in-out;
  justify-content: center;
  text-decoration: none;
  width: fit-content;
}

.lamp_card .add-cart:hover {
  background-color: var(--dark-color);
}

.lamp_card .add-cart span {
  color: #fff;
  margin-bottom: 0;
}

.happy_customers {
  background-image: url("../assets/img/background.png");
  padding-block: 35px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #2e4956;
  min-height: 496px;
}

.happy_customers p {
  color: #fff;
  text-align: center;
  font-weight: 700;
}

.happy_customers hr {
  margin-inline: auto;
  max-width: 352px;
  margin-block: 12px;
  border-width: 2px;
  border-color: #fff;
  opacity: 1;
}

.happy_customers .heading {
  text-align: center;
  color: #fff;
  margin-bottom: 65px;
}

.happy_customers .customer_feedback_card {
  border: 2px solid #fff;
  padding: 26px 20px;
  border-radius: 10px;
  background-color: transparent;
  position: relative;
}

.happy_customers .customer_feedback_card::after {
  content: "“";
  position: absolute;
  font-size: 100px;
  top: -38px;
  right: 15%;
  color: #fff;
}

.happy_customers .customer_feedback_card .star_icon {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 22px;
}

.happy_customers .customer_feedback_card .star_icon p,
.happy_customers .customer_feedback_card p {
  margin-bottom: 0;
}

.happy_customers .customer_feedback_card p {
  text-align: left;
}

.happy_customers .customer_feedback_card h3 {
  margin-bottom: 8px;
  color: #fff;
}

.happy_customers .customer_feedback_card span {
  color: #fff;
  font-weight: 300;
  display: inline-block;
  margin-bottom: 14px;
}

.new_arrivals_container {
  background-color: var(--main-color);
  background-image: url("../assets/img/new_arrivals/background.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  min-height: 802px;
}

.new_arrivals_card_container {
  padding-block: 35px;
}

.new_arrivals_card_container .row {
  margin-bottom: 34px;
}

.new_arrivals_card_container .row:last-child {
  margin-bottom: 0;
}

.new_arrivals_card_container .new_arrivals_card_img_container {
  position: relative;
  margin: auto;
  min-height: 286px;
  background-color: #ffffff66;
  border-radius: 8px;
  margin-bottom: 22px;
}
/*.new_arrivals_card a {
    color: #fff;
    text-decoration: none;
}*/

.new_arrivals_card a {
  background-color: #fff;
  border-radius: 5px;
  padding: 8px 25px;
  font-weight: 700;
  border: 0;
  display: block;
  margin: auto;
  transition: all 250ms ease-in-out;
  width: fit-content;
  text-decoration: none;
  color: var(--dark-color);
}

.new_arrivals_card a:hover {
  background-color: var(--dark-color);
  color: #fff;
}

.new_arrivals_card_container
  .new_arrivals_card_img_container
  .new_arrivals_card_text {
  position: absolute;
  top: 85%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  color: #fff;
}

.new_arrivals_card_img_container img {
  display: block;
  margin: auto;
  max-height: 200px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.new_arrivals_card button {
  background-color: #fff;
  border-radius: 5px;
  padding: 8px 25px;
  font-weight: 700;
  border: 0;
  display: block;
  margin: auto;
  transition: all 250ms ease-in-out;
}

.new_arrivals_card button:hover {
  background-color: var(--dark-color);
  color: #fff;
}

.delivery {
  background-color: var(--dark-color);
  padding-block: 40px;
}

.delivery .row h3 {
  color: #fff;
  font-weight: 700;
  max-inline-size: 234px;
  text-align: center;
  margin-bottom: 0;
}

.delivery .row p {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  max-inline-size: 234px;
  margin-bottom: 0;
  text-align: center;
}

footer {
  background-color: var(--dark-color);
  padding-top: 112px;
  /* padding-bottom: 14px; */
  padding-bottom: 58px;
}

/* footer .container .row {
  margin-bottom: 58px;
} */

footer span {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
}

.footer_links h3 {
  color: #fff;
  font-weight: 700;
}

.footer_links hr {
  border-color: #808080;
  max-width: 108px;
  margin-inline: 0;
  margin-bottom: 20px;
}

.footer_links a {
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  text-transform: capitalize;
}

.footer_links span a {
  text-transform: none;
  font-size: 16px;
}

footer .row .col-lg-3:nth-child(3) hr {
  max-width: 130px;
}

footer .row .col-lg-3:nth-child(4) hr {
  max-width: 170px;
}

.inspiration_gallery {
  background-color: #fff;
}

.inspiration_gallery_container {
  grid-template-rows: repeat(3, 1fr);
  gap: 7px;
  display: grid;
}

.inspiration_gallery_container a {
  min-height: auto;
}

.inspiration_gallery_container .gallery_1,
.inspiration_gallery_container .gallery_2,
.inspiration_gallery_container .gallery_3,
.inspiration_gallery_container .gallery_4,
.inspiration_gallery_container .gallery_5,
.inspiration_gallery_container .gallery_6 {
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  overflow: hidden;
}

.inspiration_gallery_container .gallery_1 {
  /* background-image: url("../assets/img/inspiration_gallery/gallery_1.png"); */
  grid-row: span 1;
  border-top-left-radius: 10px;
}

.inspiration_gallery_container .gallery_2 {
  /* background-image: url("../assets/img/inspiration_gallery/gallery_2.png"); */
  grid-row: span 2;
  min-height: 553px;
}

.inspiration_gallery_container .gallery_1 span,
.inspiration_gallery_container .gallery_2 span,
.inspiration_gallery_container .gallery_3 span,
.inspiration_gallery_container .gallery_4 span,
.inspiration_gallery_container .gallery_5 span,
.inspiration_gallery_container .gallery_6 span {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  transition: all 250ms ease-in-out;
}

.inspiration_gallery_container .gallery_1:hover span,
.inspiration_gallery_container .gallery_2:hover span,
.inspiration_gallery_container .gallery_3:hover span,
.inspiration_gallery_container .gallery_4:hover span,
.inspiration_gallery_container .gallery_5:hover span,
.inspiration_gallery_container .gallery_6:hover span {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.inspiration_gallery_container .gallery_3 {
  /* background-image: url("../assets/img/inspiration_gallery/gallery_3.png"); */
  grid-row: span 1;
  border-top-right-radius: 10px;
}

.inspiration_gallery_container .gallery_4 {
  /* background-image: url("../assets/img/inspiration_gallery/gallery_4.png"); */
  grid-row: span 2;
  grid-column: 1/2;
  min-height: 549px;
  border-bottom-left-radius: 10px;
}

.inspiration_gallery_container .gallery_5 {
  /* background-image: url("../assets/img/inspiration_gallery/gallery_5.png"); */
  grid-row: span 1;
  grid-column: 2/3;
}

.inspiration_gallery_container .gallery_6 {
  /* background-image: url("../assets/img/inspiration_gallery/gallery_6.png"); */
  grid-column: 3/4;
  grid-row: 2/4;
  border-bottom-right-radius: 10px;
}

.bigImage img {
  width: 100%;
}

/* .customModal .modal-dialog {
  max-width: 80%;
} */

.customModal .modal-content {
  background: var(--main-color);
  border: 1px solid #fff;
}

.customModal .modal-content .modal-header {
  padding: 5px 0px;
}

.customModal .modal-content .modal-header button {
  width: 50px;
  height: 34px;
  opacity: 1;
  background: none;
  box-shadow: none;
  outline: none;
}

.customModal .modal-content .modal-header button img {
  width: 100%;
  height: 100%;
}

.get_in_touch {
  position: relative;
}

.get_in_touch .bulb_on,
.get_in_touch .bulb_off {
  position: absolute;
}

.get_in_touch .bulb_on {
  left: 0;
}

.get_in_touch .bulb_off {
  right: 0;
}

.get_in_touch_container .main_text {
  font-size: 50px !important;
  font-weight: 700;
  text-align: center;
}

.get_in_touch_container .bold_text {
  color: var(--main-color);
}

.get_in_touch_container .light_text {
  -webkit-text-stroke: 2px var(--main-color);
  color: #fff;
}

.get_in_touch_container .contact_us_form {
  background-color: var(--main-color);
  padding: 35px 60px;
  border-radius: 6px;
}

.get_in_touch_container .contact_us_form label {
  color: #fff;
  font-weight: 300;
  margin-bottom: 8px;
}

.get_in_touch_container .contact_us_form .row {
  margin-bottom: 30px;
}

.get_in_touch_container .contact_us_form input,
.get_in_touch_container .contact_us_form textarea {
  border-radius: 6px;
  background-color: #fff;
  padding: 12px;
  border: 0;
  width: 100%;
}

.get_in_touch_container .contact_us_form input:focus,
.get_in_touch_container .contact_us_form textarea:focus {
  outline: 0;
}

.get_in_touch_container .contact_us_form input::placeholder,
.get_in_touch_container .contact_us_form textarea::placeholder {
  color: #808080;
}

.get_in_touch_container .contact_us_form button {
  background-color: #fff;
  padding: 15px 60px;
  border: 0;
  border-radius: 6px;
  color: var(--main-color);
  font-weight: 700;
  display: block;
  margin: auto;
}

.accordion-button {
  color: #fff !important;
  background-color: var(--dark-color) !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  padding: 18px 35px !important;
  border-radius: 6px !important;
}

.accordion-button:focus {
  box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
  color: #fff !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.accordion-button::after {
  background-image: none !important;
}

.accordion-button::before {
  content: "";
  position: absolute;
  right: 30px;
  width: 20px;
  height: 2px;
  background-color: #fff;
  transition: transform 0.3s ease;
}

.accordion-button.collapsed::before {
  content: "";
  transform: rotate(90deg);
}

.accordion-button::after {
  content: "" !important;
  position: absolute !important;
  right: 30px !important;
  width: 20px !important;
  height: 2px !important;
  background-color: #fff !important;
  transition: transform 0.3s ease !important;
}

.accordion-button.collapsed::after {
  transform: rotate(0);
}

.accordion-body {
  background-color: var(--main-color);
  color: #fff;
  font-weight: 300;
  padding: 18px 35px !important;
}

.menu-icon {
  display: flex;
  flex-direction: column;
  width: 35px;
  height: 30px;
  cursor: pointer;
  margin: 10px;
}

#closeBtn {
  font-size: 40px;
  text-align: right;
  padding-right: 20px;
  line-height: 1;
}

.dropdown-menu-custom {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
  width: 100%;
  height: 100%;
  background-color: var(--main-color);
  color: white;
  transform: translateY(-100%);
  overflow-y: auto;
  transition: transform 0.3s ease-in-out;
}

.dropdown-menu-custom ul {
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.dropdown-menu-custom ul li {
  margin: 10px 0;
  font-size: 18px;
}

.dropdown-menu-custom ul li > ul {
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease-out;
  padding-left: 0px;
}

.dropdown-menu-custom ul li > ul > li > a {
  color: #ffe5bc;
}

html .open {
  height: fit-content !important;
}

.dropdown img {
  transition: all 0.2s ease-out;
  margin-left: 10px;
}

.dropdown.active img {
  transform: rotate(90deg);
}

.dropdown-menu-custom ul li a {
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 15px;
  align-items: center;
  text-transform: capitalize;
}

.dropdown-menu-custom.active {
  transform: translateY(0);
}

.submit-search-btn {
  position: absolute;
  right: 70px;
  top: -7px;
  background: none;
  border: none;
}

.lamp_card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
#menu-quick-links {
  padding: 0;
  margin: 0;
}
#menu-customer-info li,
#menu-quick-links li {
  margin-bottom: 12px;
}
.footer_links h3 {
  margin-bottom: 20px;
  border-bottom: 3px solid #808080;
  padding-bottom: 10px;
  display: inline-block;
}
.modal-body .bigImage img {
  max-height: 400px;
  object-fit: contain;
}
.slick-padding {
  padding-inline: 220px;
}
.slick-next::before,
.slick-prev::before {
  font-size: 40px !important;
}
.hero_div .slick-prev {
  left: 150px !important;
  z-index: 2;
}
.hero_div .slick-next {
  right: 150px !important;
  z-index: 2;
}

.search-form input[type="text"] {
  padding-left: 15px;
}
.woocommerce form.login {
  border: 0;
}
.woocommerce form .form-row input.input-text {
  padding: 12px 16px;
  color: #fff;
  background-color: transparent;
  caret-color: #fff;
  border: 1px solid #fff;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: none;
}
.woocommerce button.button {
  padding: 12px 15px;
  transition: background-color 250ms ease-in-out;
}

.woocommerce button.button:hover {
  background-color: var(--dark-color) !important;
}
.woocommerce-LostPassword.lost_password a {
  text-decoration: none;
  color: #fff;
  transition: color 250ms ease-in-out;
}
.woocommerce-LostPassword.lost_password a:hover {
  color: #fff;
}
.woocommerce form .form-row .required {
/*   color: #ed6d23; */
	color:#fff;
}
.row.login-form .woocommerce-form.woocommerce-form-login.login {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0;
  padding: 0;
}
.row.login-form .woocommerce-form.woocommerce-form-login.login p label {
  color: #fff;
}
.row.login-form > .col-md-8 > h2,
.row.login-form > .col-lg-6 > h2,
.row.login-form > .col-xl-4 > h2 {
  color: #fff;
  text-align: center;
}

.row.login-form p.form-row {
  display: flex;
  flex-direction: column;
}
.row.login-form p.form-row label {
  margin-bottom: 10px;
}
/*.innerbanz {
  display: none;
}*/
#primary.site-main {
  /* background-color: #0e1c1c; */
  padding-block: 20px;
}
.row.login-form p.form-row button[type="submit"],
.row.row.reset-password p.form-row button[type="submit"] {
  background-color: #fff !important;
  border-radius: 5px;
  padding: 12px 25px;
  font-weight: 700;
  border: 0;
  display: block;
  margin: auto;
  width: 100%;
  transition: all 250ms ease-in-out;
  text-decoration: none;
  color: var(--dark-color) !important;
}
.row.login-form p.form-row button[type="submit"]:hover,
.row.reset-password p.form-row button[type="submit"]:hover {
  background-color: var(--dark-color) !important;
  color: #fff !important;
}
.row.login-form .col-md-8,
.row.login-form .col-lg-6,
.row.login-form .col-xl-4,
.row.reset-password .col-md-8,
.row.reset-password .col-lg-6,
.row.reset-password .col-xl-4 {
  /* background-color: #ffffff14; */
  background-color: var(--main-color);
  padding: 24px;
  border-radius: 4px;
}
.row.login-form
  p.form-row
  .woocommerce-form__input.woocommerce-form__input-checkbox {
  accent-color: var(--main-color);
}
.row.login-form .woocommerce form .show-password-input::after,
.woocommerce-page form .show-password-input::after {
  color: #fff;
}
.row.reset-password p.woocommerce-form-row.form-row {
  width: 100%;
}
.row.reset-password form p {
  color: #fff;
}
.has-text-align-center a {
  color: #27373d;
}
button.minus,
button.plus {
  padding: 12.2px 15px;
}
.related.products h2 {
  font-weight: 700;
  text-transform: capitalize;
  margin-block: 20px;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  border: 0 !important;
  --webkit-box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.1) !important;
  border-radius: 4px;
}
.woocommerce a.added_to_cart {
  color: #ed6d23;
}
.woocommerce-message .restore-item {
  color: #ed6d23;
}
nav.woocommerce-breadcrumb {
  background-color: #fff;
  font-weight: 700;
}
nav.woocommerce-breadcrumb a {
  color: #767676 !important;
  font-weight: 700 !important;
}
ul.products li.product span.price {
  border-radius: 4px;
}
.woocommerce div.product div.images img {
  object-fit: contain;
  aspect-ratio: 1/1;
}
.woocommerce div.product form.cart div.quantity {
  margin-bottom: 1em !important;
}
.woocommerce div.product form.cart {
  margin-bottom: 0 !important;
}
.wp-block-columns.section-gap {
  padding-block: 50px;
}
#wc-stripe-payment-request-wrapper {
  margin-top: 0 !important;
}
.woocommerce .woocommerce-ordering select.orderby {
  background-color: var(--main-color) !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 3px !important;
  font-family: "Museo Sans", sans-serif !important;
  font-weight: 700;
  margin-top: -5px;
}
.woocommerce .woocommerce-ordering select.orderby option {
  font-weight: 700;
}
.woo-filterswrap .woo-filters {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.woo-filterswrap .woo-filters #custom_html-2 {
  order: 2;
}
.woocommerce button.button.alt {
  margin-top: 0 !important;
  font-size: 1.2em !important;
}
.single-product .quantity .qty {
  margin-top: 0 !important;
}
.woocommerce-tabs.wc-tabs-wrapper {
  margin-top: 0 !important;
}

@media (width>=1200px) {
  .woocommerce-tabs.wc-tabs-wrapper {
    margin-top: -4% !important;
  }
}
@media (width>=1400px) {
  .woocommerce-tabs.wc-tabs-wrapper {
    margin-top: -10% !important;
  }
}
@media (width>=1800px) {
  .woocommerce-tabs.wc-tabs-wrapper {
    margin-top: -20% !important;
  }
}
@media (width<=1200px) {
  .hero_div .slick-prev {
    display: none !important;
  }
  .hero_div .slick-next {
    display: none !important;
  }
  .nav_searchbar {
    margin-right: 0;
  }

  .nav_searchbar + .search_icon {
    right: 15px;
  }

  .nav_icons {
    justify-content: center;
  }

  nav {
    /* position: sticky;
    top: 0;
    padding-block: 0.5rem;
    z-index: 1; */
    display: none;
  }

  .slick-padding {
    padding: 0px 20px 40px 20px;
  }
  #wprmenu_bar span.wpr-logo-wrap img {
    object-fit: contain;
    float: right !important;
    width: max-content !important;
  }
  #wprmenu_bar .menu-elements .toggle-search {
    margin-top: 2px;
  }
  h1 {
    font-size: 35px !important;
  }

  h2 {
    font-size: 24px !important;
  }
  .slick-slide img {
    margin: auto;
  }
  .hero_text {
    text-align: center;
  }
  .hero_button {
    margin-inline: auto;
    display: block;
    text-align: center;
    width: fit-content;
  }
  #wprmenu_bar span.wpr-logo-wrap {
    margin-top: 6px;
  }
}
@media (width<=1025px) {
  #wprmenu_bar span.wpr-logo-wrap {
    margin-top: 0;
  }
}
@media (width<=992px) {
  #wprmenu_bar span.wpr-logo-wrap {
    margin-top: 0;
  }
  .wpgs-for .slick-arrow::before,
  .wpgs-nav .slick-prev::before,
  .wpgs-nav .slick-next::before {
    display: none;
  }
}
@media (width<=768px) {
  #primary.site-main {
    /* background-color: var(--dark-color); */
    padding-block: 30px;
  }
  .reverse {
    order: 2;
  }
  .wp-block-columns.section-gap {
    padding-block: 25px;
  }
  footer .container .row {
    margin-bottom: 10px;
  }

  footer span {
    text-align: center;
    display: block;
  }

  .light_types {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    border-radius: 0;
    gap: 10px;
  }

  .light_types a {
    border-radius: 10px;
    background-position: center;
    aspect-ratio: 1;
    min-height: unset;
  }

  .light_types .statement_lights {
    min-height: unset;
  }

  .light_types .pendant_lights {
    grid-column: unset;
    min-height: unset;
  }

  .inspiration_gallery_container {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-template-rows: unset;
    border-radius: 0;
  }

  .inspiration_gallery_container .gallery_1,
  .inspiration_gallery_container .gallery_2,
  .inspiration_gallery_container .gallery_3,
  .inspiration_gallery_container .gallery_4,
  .inspiration_gallery_container .gallery_5,
  .inspiration_gallery_container .gallery_6 {
    grid-row: unset;
    grid-column: unset;
    border-radius: 10px;
    min-height: unset;
    aspect-ratio: 1;
  }

  .new_arrivals hr,
  .inspiration_gallery hr {
    max-width: 350px;
  }
  .customModal .modal-dialog {
    height: 100vh;
  }
  .customModal .modal-content {
    height: 100vh;
  }
  .bigImage {
    height: 100%;
  }
  .modal.show .modal-dialog {
    transform: none;
    width: 100%;
    max-width: 100%;
    height: 100vh;
  }

  .bigImage img {
    height: 100%;
    object-fit: cover;
  }
}

.contact-us_row {
  align-items: center;
  padding-block: 100px;
}

h3.contact_main_text {
  font-size: 25px !important;
}

.contact-logo {
  padding-block: 25px;
}


.yith-wcwl-wishlistaddedbrowse span.feedback {
    display: flex;
    gap: 4px;
}

.yith-wcwl-wishlistaddedbrowse {
    display: flex;
    gap:10px;
    flex-direction: row;
}

ul.tabs.wc-tabs {
    margin-top: 16vh !important;
}


.yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
     align-items: left; 
}

i.fa.fa-star {
  color: #ffc942;
}

.happy_customers .customer_feedback_card{
  height: 100%;
 }
 .slick-track
 {
     display: flex !important;
 }
 
 .slick-slide
 {
     height: inherit !important;
 }
 #mg-wprm-wrap ul#wprmenu_menu_ul li.menu-item a:hover{
  background: #fff !important;
  color: #27373d !important;
 }
 #mg-wprm-wrap li.current-menu-item > a{
  background: #fff;
  color: #27373d !important;
 }

 .vi-wcaio-sidebar-cart-bt-nav.button{
  background: #27373d !important;
  color: #fff !important;
 }
 .vi-wcaio-bt-coupon-code.button:hover{
  background: #27373d !important;
  color: #fff !important;
 }
 .woocommerce span.onsale{
  background: linear-gradient(90deg, #27373d 0%, #223035a4 100%)!important;
 }
 .woocommerce-message .restore-item{
  color: #27373d !important;
 }
 .yith-wcwl-wishlistaddedbrowse a{
  color: #27373d !important;
 }
 .gform_wrapper.gravity-theme .gform_validation_errors>h2{
  font-size: 19.2px !important;
 }
 span.gform-icon.gform-icon--circle-error{
  padding-bottom: 9.2rem;
 }