@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,900");

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Poppins", sans-serif !important;
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  background: #ffffff;
  color: #1e1e27;
}

div {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul {
  list-style: none;
  margin-bottom: 0px;
}

p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 500;
  color: #989898;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

p a {
  display: inline;
  position: relative;
  color: inherit;
  border-bottom: solid 2px #fde0db;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

a,
a:hover,
a:visited,
a:active,
a:link {
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

p a:active {
  position: relative;
  color: #ff6347;
}

p a:hover {
  color: #4F5D2F;
  background: #A8C191;
}

p a:hover::after {
  opacity: 0.2;
}

::selection {
  background: #7a8b53;
  color: #ffffff;
}

p::selection {
  background: #A8C191;
}

h1 {
  font-size: 72px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #282828;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection {}

::-webkit-input-placeholder {
  font-size: 16px !important;
  font-weight: 500;
  color: #777777 !important;
}

:-moz-placeholder

/* older Firefox*/
  {
  font-size: 16px !important;
  font-weight: 500;
  color: #777777 !important;
}

::-moz-placeholder

/* Firefox 19+ */
  {
  font-size: 16px !important;
  font-weight: 500;
  color: #777777 !important;
}

:-ms-input-placeholder {
  font-size: 16px !important;
  font-weight: 500;
  color: #777777 !important;
}

::input-placeholder {
  font-size: 16px !important;
  font-weight: 500;
  color: #777777 !important;
}

.form-control {
  color: #db5246;
}

section {
  display: block;
  position: relative;
  box-sizing: border-box;
}

.clear {
  clear: both;
}

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.trans_200 {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.trans_300 {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.trans_400 {
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.trans_500 {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.fill_height {
  height: 100%;
}

.super_container {
  width: 100%;
  overflow: hidden;
}

/*********************************
3. Home
*********************************/

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  z-index: 8;
}

.top_nav {
  width: 100%;
  height: 50px;
  background: #4F5D2F;
  position: relative;
  /* allow absolute-centered socials */
}

.top_nav_left {
  height: 50px;
  line-height: 50px;
  font-size: 13px;
  color: #ffffff;
  text-transform: uppercase;
  left: 25px;
}

/* Centered header socials without affecting layout */
.top_nav .socials {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  /* requested spacing */
  margin: 0;
  padding: 0;
  z-index: 11;
  /* above background, below menus */
}

.top_nav .socials li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.top_nav .socials li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: #ffffff;
}

.top_nav .socials li a:hover {
  color: #bfe0a0;
}

.logo_container a img {
  width: 90px;
  z-index: 11;
  filter: brightness(0%)
}

.join_club_mobile {}

.join_club_mobile a {
  color: #4F5D2F;
  font-size: 14px;
  font-weight: 500;
}

.join_club a {
  color: #4F5D2F;
  font-size: 20px;
  font-weight: 500;
}

.main_nav_container .container .row .col-lg-12 {
  position: relative;
}

.join_club {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.mobile_nav {
  position: relative;
}

/*********************************
3.2 Language
*********************************/

.language {
  display: inline-block;
  position: relative;
  min-width: 50px;
  border-right: solid 1px #4F5D2F;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
  vertical-align: middle;
  background: #4F5D2F;
}

.language>a {
  display: block;
  color: #ffffff;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  font-size: 13px;
}

.language>a>i {
  margin-left: 8px;
}

.language:hover .language_selection {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.language_selection {
  display: block;
  position: absolute;
  right: 0;
  top: 120%;
  margin: 0;
  width: 100%;
  background: #ffffff;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  box-shadow: 0 0 25px rgba(63, 78, 100, 0.15);
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: all 0.3s ease;
}

.language_selection li {
  padding-left: 10px;
  padding-right: 10px;
  line-height: 50px;
}

.language_selection li a {
  display: block;
  color: #232530;
  border-bottom: solid 1px #dddddd;
  font-size: 13px;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: all 0.3s ease;
}

.language_selection li a:hover {
  color: #b5aec4;
}

.language_selection li:last-child a {
  border-bottom: none;
}

/*********************************
3.3 Account
*********************************/

.account {
  display: inline-block;
  position: relative;
  min-width: 50px;
  padding-left: 20px;
  text-align: center;
  vertical-align: middle;
  background: #4F5D2F;
}

.account>a {
  display: block;
  color: #ffffff;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  font-size: 13px;
}

.account>a>i {
  margin-left: 8px;
}

.account:hover .account_selection {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.account_selection {
  display: block;
  position: absolute;
  right: 0;
  top: 120%;
  margin: 0;
  width: 100%;
  background: #ffffff;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  box-shadow: 0 0 25px rgba(63, 78, 100, 0.15);
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: all 0.3s ease;
}

.account_selection li {
  padding-left: 10px;
  padding-right: 10px;
  line-height: 50px;
}

.account_selection li a {
  display: block;
  color: #232530;
  border-bottom: solid 1px #dddddd;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.account_selection li a:hover {
  color: #b5aec4;
}

.account_selection li:last-child a {
  border-bottom: none;
}

.account_selection li a i {
  margin-right: 10px;
}

/*********************************
3.4 Main Navigation
*********************************/

.main_nav_container {
  width: 100%;
  background: #ffffff;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
}

.navbar {
  width: auto;
  height: 100px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  padding-left: 0px;
  padding-right: 0px;
}

.navbar_menu li {
  display: inline-block;
}

.navbar_menu li a {
  display: block;
  color: #1e1e27;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 20px;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.navbar_menu li a:hover {
  color: #9DAF7E;
}

.navbar_user {
  margin-left: 37px;
}

.navbar_user li {
  display: inline-block;
  text-align: center;
}

.navbar_user li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 40px;
  height: 40px;
  color: #1e1e27;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.navbar_user li a:hover {
  color: #5A4632;
}

.navbar_user .search_li {
  position: relative;
}

.header_search_input {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 36px;
  width: 0;
  opacity: 0;
  pointer-events: none;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 0 12px;
  background: #fff;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  transition: width 200ms ease, opacity 200ms ease;
  z-index: 12;
}

.navbar_user .search_li:hover .header_search_input {
  width: 220px;
  opacity: 1;
  pointer-events: auto;
}

.header_search_input:focus {
  border-color: #5A4632;
  outline: none;
  box-shadow: 0 0 0 2px rgba(90, 70, 50, 0.25);
}

.checkout a {
  background: #D6C7A1;
  border-radius: 50%;
}

.checkout_items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -9px;
  left: 22px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #4F5D2F;
  font-size: 12px;
  color: #ffffff;
}

/*********************************
3.5 Hamburger Menu
*********************************/

.hamburger_container {
  display: none;
  margin-left: 40px;
}

.hamburger_container i {
  font-size: 24px;
  color: #1e1e27;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.hamburger_container:hover i {
  color: #b5aec4;
}

.hamburger_menu {
  position: fixed;
  top: 0;
  right: -400px;
  width: 400px;
  height: 100vh;
  background: rgba(255, 255, 255, 0.95);
  z-index: 10;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.hamburger_menu.active {
  right: 0;
}

.fs_menu_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9;
  background: rgba(255, 255, 255, 0);
  pointer-events: none;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.hamburger_close {
  position: absolute;
  top: 26px;
  right: 10px;
  padding: 10px;
  z-index: 1;
}

.hamburger_close i {
  font-size: 24px;
  color: #1e1e27;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.hamburger_close:hover i {
  color: #b5aec4;
}

.hamburger_menu_content {
  padding-top: 100px;
  width: 100%;
  height: 100%;
  padding-right: 20px;
}

.menu_item {
  display: block;
  position: relative;
  border-bottom: solid 1px #b5aec4;
  vertical-align: middle;
}

.menu_item>a {
  display: block;
  color: #1e1e27;
  font-weight: 500;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  text-transform: uppercase;
}

.menu_item>a:hover {
  color: #b5aec4;
}

.menu_item>a>i {
  margin-left: 8px;
}

.menu_item.active .menu_selection {
  display: block;
  visibility: visible;
  opacity: 1;
}

.menu_selection {
  margin: 0;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.menu_selection li {
  padding-left: 10px;
  padding-right: 10px;
  line-height: 50px;
}

.menu_selection li a {
  display: block;
  color: #232530;
  border-bottom: solid 1px #dddddd;
  font-size: 13px;
  text-transform: uppercase;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: all 0.3s ease;
}

.menu_selection li a:hover {
  color: #b5aec4;
}

.menu_selection li:last-child a {
  border-bottom: none;
}

/*********************************
3.6 Logo
*********************************/

.logo_container {
  position: relative;
  float: left;
  top: auto;
  left: auto;
  transform: none;
  height: 100px;
  display: flex;
  align-items: center;
}

.logo_container a {
  font-size: 24px;
  color: #181818;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo_container a span {
  color: #3B4528;
}

/*********************************
3.6.1 Mobile Navigation
*********************************/

.mobile_nav {
  display: none;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
  padding-top: 10px;
  padding-left: 15px !important;
  padding-right: 15px;
  justify-content: space-between;
  align-items: center;
}

.hamburger_container {
  flex: 0 0 auto;
  text-align: center;
  margin-right: 20px;
}

.logo_container_mobile {
  margin-left: -500px;
}

.logo_container_mobile a img {
  width: 90px;
  margin-left: 5px;
  filter: brightness(0%);
}

.cart_mobile {
  flex: 0 0 auto;
  position: relative;
}

.cart_mobile a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  color: #1e1e27;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  background-color: #D6C7A1;
  border-radius: 50%;
}

.cart_mobile a:hover {
  color: #B5A476;
}

.cart_mobile .checkout_items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -9px;
  left: 22px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #4F5D2F;
  font-size: 12px;
  color: #ffffff;
}

/*********************************
3.7 Main Slider
*********************************/

.main_slider {
  width: 100%;
  height: 700px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-top: 150px;
  position: relative;

}

.main_slider_content {
  width: 60%;
  margin: 0 auto;

}

.main_slider_content h6 {
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 29px;
}

.main_slider_content h1 {
  font-weight: 400;
  line-height: 1;
}

.red_button {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 40px;
  background: #B5A476;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.red_button:hover {
  background: #5A4632 !important;
}

.red_button a {
  display: block;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 40px;
  width: 100%;
}

.red_button a:hover {
  color: #D6C7A1 !important;
}

.shop_now_button {
  width: 140px;
  margin-top: 32px;
}

.main_slider_video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video_container {
  position: absolute;
  top: -10%;
  left: 0;
  width: 100%;
  height: 120%;
  z-index: -1;
}

.content {
  z-index: 1;
}

.content h6,
.content h1 {
  color: white;
}

.overlay {
  position: absolute;
  top: -10%;
  left: 0;
  width: 100%;
  height: 120%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 0;
}

@media (max-width: 768px) {

  /* Banner: 2-up top, 1 full-width bottom */
  .banner .row {
    flex-wrap: wrap;
  }

  .banner .flex-fill {
    width: 50%;
    padding: 4px;
  }

  .banner .flex-fill:nth-child(3) {
    width: 100%;
  }

  .banner .banner_item {
    height: 120px;
  }

  /* Hide the second gallery on mobile */
  .gallery_section .gallery:last-of-type {
    display: none;
  }
}

.gallery_section {
  padding-top: 10px;
}

.main_slider_video {
  height: 100%;
  width: 100%;
}

.video_container {
  position: absolute;
  top: -25%;
  left: 0;
  width: 100%;
  height: 150%;
  z-index: -1;
}

.main_slider {
  height: 446px !important;
}

.main_slider_content {
  text-align: center;
  width: 100%;
  left: 0;
}

.content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.overlay {
  position: absolute;
  top: -25%;
  left: 0;
  width: 100%;
  height: 150%;
}


/*********************************
4. List
*********************************/

.list {
  position: relative;
  display: flex;
  width: 100%;
  height: 120px;
  background-color: hsl(90, 100%, 98%) !important;
  margin-top: 60px;
  margin-left: 0px;
  align-items: center;
  justify-content: space-around;
}

.item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.item h3 {
  color: #5A4632;
  text-align: center;
  font-size: 25px;
  font-weight: 400;
}

.item img {
  width: 45px;
  height: 45px;
  align-items: center;
}

/*********************************
4. Banner
*********************************/
.banner {
  width: 100%;
  padding-top: 5%;
  padding-bottom: 5%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/scenery1.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
}

.row {
  display: flex !important;
}

.banner_item {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  height: 290px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 10px;
}

.banner_category {
  height: 130px;
  min-width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  background-color: #ffffffb0;
  border-radius: 0 0 10px 10px;
}

.banner_category a {
  display: block;
  color: #1e1e27;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 50px;
  width: 100%;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.banner_category a:hover {
  color: #4F5D2F;
}

.banner_category p {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #161616;
}

.container {
  max-width: 1400px;
}

#flex-container {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}

.flex-fill {
  flex: 1;
  transition: .3s all ease;
  padding-right: 10px;
  padding-left: 10px;
  overflow: hidden;
}

.flex-fill:hover {
  flex: 5;
}

#flex-container:hover .banner_category {
  opacity: 0;
}

#flex-container .flex-fill:hover .banner_category {
  opacity: 1;
}

.banner_category {
  transition: opacity 0.3s ease;
}

.flex-fill.banner_item.banner_category a :hover {
  transform: scale(1.3);
}

.header_of_section {
  text-align: center;
  color: white;
  margin-bottom: 30px;
}

.header_of_section h2 {
  font-size: 36px;
  font-weight: 600;
  color: white;
}

.header_of_section p {
  font-size: 16px;
  font-weight: 200;
  color: rgb(236, 236, 236);
}

@media (max-width: 768px) {
  .banner_category {
    height: 100% !important;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    background-color: #ffffffb0;
    border-radius: 10px 10px 10px 10px;
    align-items: center;
    justify-content: center;
  }

  #flex-container {
    height: auto !important;
    flex-direction: column;
  }

  .flex-fill, .banner_item {
    align-items: center !important;
    justify-content: center !important;
  }

  .flex-fill {
    width: 100% !important;
    flex: none;
  }

  .banner_category p {
    display: none !important;
  }

  .banner_category a {
    font-size: 14px !important;
  }

  .header_of_section p {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/*********************************
5. New Arrivals
*********************************/

.new_arrivals {
  width: 100%;
  background-color: white;
  padding-bottom: 60px;
}

.new_arrivals_title {
  margin-top: 5px;
}

.powpow {
  width: 60px;
  height: 60px;
}

.powpow_container {
  padding-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .powpow {
    width: 60px;
    height: 60px;
    padding-left: 10px;
  }

  .new_arrivals_title {
    margin-top: 0px !important;
  }
}

.product-grid .product-item {
  width: unset !important;
}

.owl-dots {
  display: block !important;
  margin-top: -42px !important;
}

.owl-dots .owl-dot span {
  background: #4F5D2F !important;
}

.owl-dots .owl-dot:hover span {
  background: #9DAF7E !important;
}

.owl-dots .owl-dot.active span {
  background: #9DAF7E !important;
}

/*********************************
5.1 New Arrivals Sorting
*********************************/

.new_arrivals_sorting {
  display: inline-block;
  border-radius: 3px;
  margin-top: 20px;
  overflow: visible;
}

.grid_sorting_button {
  height: 40px;
  min-width: 102px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 20px !important;
  cursor: pointer;
  border: solid 1px #ebebeb;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  background: #ffffff;
  border-radius: 3px;
  margin: 0;
  float: left;
}

.grid_sorting_button:first-child {
  margin-left: 0px;
}

.grid_sorting_button:last-child {}

.grid_sorting_button.active:hover {
  background: #000000 !important;
}

.grid_sorting_button.active {
  color: #ffffff;
  background: #4F5D2F;
}

.arrivals_grid_sorting li a {
  color: white;
  background-color: #4F5D2F;
  padding: 10px;
  border-radius: 25px;
  border: solid 1px #4F5D2F;
}

.arrivals_grid_sorting li a:hover {
  color: #4F5D2F;
  background-color: white;
  padding: 10px;
  border-radius: 25px;
  border: solid 1px #4F5D2F;
}

/*********************************
5.2 New Arrivals Products Grid
*********************************/

.product-grid {
  width: 100%;
  margin-top: 57px;
}

.product-item {
  width: 20%;
  height: 380px;
  cursor: pointer;
}

/* Grid column utilities */
.product-grid.cols-6 .product-item {
  width: 16.6667%;
}

.product-grid.cols-5 .product-item {
  width: 20%;
}

.product-grid.cols-4 .product-item {
  width: 25%;
}

.product-grid.cols-3 .product-item {
  width: 33.3333%;
}

.product-item::after {
  display: block;
  position: absolute;
  top: 0;
  left: -1px;
  width: calc(100% + 1px);
  height: 100%;
  pointer-events: none;
  content: "";
  border: solid 2px rgba(235, 235, 235, 0);
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.product-item:hover::after {
  box-shadow: 0 25px 29px rgba(63, 78, 100, 0.15);
  border: solid 2px rgba(235, 235, 235, 1);
}

.product {
  width: 100%;
  height: 340px;
  border-right: solid 1px #e9e9e9;
  cursor: pointer;
}

.product_image {
  width: 100%;
  height: 220px;
}

.product_image img {
  width: 100%;
  height: 240px;
}

.product_info {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.product_name {
  margin-top: 27px;
}

.product_name a {
  color: #1e1e27;
  line-height: 20px;
}

.product_name:hover a {
  color: #b5aec4;
}

.discount .product_info .product_price {
  font-size: 14px;
}

.product_price {
  font-size: 16px;
  color: #4F5D2F;
  font-weight: 600;
}

.product_price span {
  font-size: 12px;
  margin-left: 10px;
  color: #b5aec4;
  text-decoration: line-through;
}

.product_label {
  position: absolute;
  height: 22px;
  border-radius: 3px;
  text-transform: uppercase;
}

.product_label span{
  color: white;
}

.label_Sale {
  background: #C0392B;
  width: 120px;
  top: 15px;
  left: 5px;
}

.label_Top {
  background: #2E8B57;
  width: 120px;
  top: 15px;
  right: 5px;
}

.label_New {
  background: #2980B9;
  width: 90px;
  bottom: 115px;
  right: 5px;
}

.label_OutOfStock {
  background: #7F8C8D;
  width: 100%;
  top: 110px;
  text-align: center;
  height: 50px !important;
}

.label_OutOfStock span {
  transform: translateY(50%);
}


.add_to_cart_button {
  width: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.add_to_cart_button a {
  font-size: 12px;
  font-weight: 600;
}

.product-item:hover .add_to_cart_button {
  visibility: visible;
  opacity: 1;
}

.favorite {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #b9b4c7;
  width: 17px;
  height: 17px;
  visibility: hidden;
  opacity: 0;
}

.favorite_left {
  left: 15px;
}

.favorite.active {
  visibility: visible;
  opacity: 1;
}

.product-item:hover .favorite {
  visibility: visible;
  opacity: 1;
}

.favorite.active::after {
  font-family: 'Poppins', sans-serif;
  content: "\f004";
  color: #d5050a;
}

.favorite::after {
  font-family: 'Poppins', sans-serif;
  content: "\f08a";
}

.favorite:hover::after {
  color: #d5050a;
}

/*********************************
6. Quote
*********************************/

.quote {
  background-color: white;
  height: 390px;
  z-index: 3;
  position: relative;
  display: flex;
  z-index: 1;
}

.quote_container {
  height: 100%;
  width: 100%;
  background-image: url('/images/shotgun_close.jpg') !important;
  background-size: cover;
  background-position: center center;
}

.quotes-text {
  justify-content: center;
  align-items: center;
  display: flex;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.quotes-text h4 {
  color: white;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

/*********************************
7. Best Sellers
*********************************/
.best_sellers {
  background-color: rgb(255, 255, 255);
}

.product_slider_container {
  width: 100%;
  height: 340px;
}

.product_slider_container::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #ffffff;
  content: "";
  z-index: 1;
}

.product_slider {
  overflow: visible !important;
}

.product_slider_item .product-item {
  height: 340px;
}

.product_slider_item {
  width: 20%;
}

.product_slider_item .product-item {
  width: 100% !important;
}

/*********************************
7.1 Slider Nav
*********************************/

.product_slider_nav {
  position: absolute;
  width: 30px;
  height: 70px;
  background: #d3d3d6;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product_slider_container:hover .product_slider_nav {
  visibility: visible;
  opacity: 1;
}

.product_slider_nav i {
  color: #ffffff;
  font-size: 12px;
}

.product_slider_nav_left {
  top: 50%;
  left: 0;
}

.product_slider_nav_right {
  top: 50%;
  right: 0;
}

/*********************************
8. Benefit
*********************************/

.benefit {
  background-color: rgb(0, 0, 0);
  padding-top: 15px;
  padding-bottom: 15px;
}

.benefit_row {
  padding-left: 15px;
  padding-right: 15px;
}

.benefit_col {
  padding-left: 0px;
  padding-right: 0px;
  border-radius: 50px;
}

.benefit_item {
  height: 100px;
  background: #f3f3f3;
  border-right: solid 1px #ffffff;
  padding-left: 25px;
  text-align: center;
}

.benefit_col:last-child .benefit_item {
  border-right: none;
}

.benefit_icon i {
  font-size: 30px;
  color: #4F5D2F;
}

.benefit_content {
  padding-left: 22px;
}

.benefit_content h6 {
  text-transform: uppercase;
  line-height: 18px;
  font-weight: 500;
  margin-bottom: 0px;
}

.benefit_content p {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0px;
  color: #51545f;
}

/*********************************
9. Gallery
*********************************/
.gallery_container {
  background-color: #f8f8f8;
  text-align: center;
  padding-top: 30px;
}

.gallery_section {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #f8f8f8;
  align-items: center;
  justify-content: center;
  display: flex;
}

.gallery_title {
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #161616;
  margin-bottom: 30px;
}

.gallery {
  --s: 160px;
  /* control the size */
  --g: 10px;
  /* control the gap */
  --f: 1.5;
  /* control the scale factor */

  display: grid;
  gap: var(--g);
  width: calc(3*var(--s) + 2*var(--g));
  aspect-ratio: 1;
  grid-template-columns: repeat(3, auto);

  background-color: white;
}

.gallery>img {
  width: 0;
  height: 0;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  cursor: pointer;
  filter: grayscale(80%);
  transition: .35s linear;
}

.gallery img:hover {
  filter: grayscale(0);
  width: calc(var(--s)*var(--f));
  height: calc(var(--s)*var(--f));
}

.video_gallery_container {
  padding-bottom: 50px;
  padding-top: 20px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.youtube_button {
  cursor: pointer;
  text-align: center;
}

.youtube_button a {
  cursor: pointer;
  color: white;
  background-color: #4F5D2F;
  padding: 15px;
  border-radius: 20px;
}

.video_item iframe {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: 315px;
}

.video_gallery {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
}

.video_gallery .video_item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}

.video_title {
  padding-top: 25px;
}

@media (max-width: 768px) {
  .video_gallery .video_item iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }
}

/*********************************
10. Contact Us
*********************************/
.contact_us {
  background-color: rgb(255, 255, 255);
  text-align: center;
  padding-bottom: 30px;
}

.contact_title {
  text-align: center;
  align-items: center;
  background-color: #4F5D2F;
  width: 100%;
}

.contact_title h2 {
  color: white;
}

.contact_title p {
  color: rgb(219, 219, 219);
}

.form_contact {
  padding-top: 60px;
  justify-content: center;
}

.contact_input {
  border-radius: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  width: 100%;
  border: 1px solid #4F5D2F;
}

.input_container {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  height: 100%;
}

.contact_button {
  background-color: #4F5D2F;
  border-radius: 20px;
  padding: 10px;
  border: none;
}

.contact_button {
  color: white;
  font-weight: 600;
  font-size: 14px;
}

.contact_button:hover {
  background-color: #ffffff !important;
  color: #4F5D2F !important;
  border: 1px solid #4F5D2F !important;
}


/*********************************
11. Visit Us
*********************************/
.visit_us_container {
  padding-left: 25px;
  padding-right: 25px;
}

.visit_us_content h2 {
  font-size: 30px;
}



/*********************************
12. Footer
*********************************/
.footer {
  background-color: #2A2E2E !important;
  padding-top: 40px;
  padding-bottom: 10px;
  z-index: 9;
}

.footer .col-lg-4 {
  flex: 1;
}

.info_logo p, .Contact_info p {
  color: whitesmoke;
}

.info_logo {
  padding-left: 10px;
}

.cr {
  color: hsl(0, 0%, 90%);
}

.cr a {
  color: hsl(0, 0%, 90%);
}

.cr a:hover {
  color: #bfe0a0;
}

.footer_nav_container {
  display: flex;
  align-items: center;
}

.cr1 {
  padding-left: 1.6%;
}


.cr2 {
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
  padding-right: 2.5%;
}

.cr2 li {
  list-style: none;
}

.cr2 li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: hsl(0, 0%, 90%);
}

.cr2 li a:hover {
  color: #bfe0a0;
}


.center, .container {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.center {
  padding-bottom: 30px;
}

.qLinks_header {
  color: White;
  font-size: 16px;
  font-weight: 500;
}

.qLinks ul li a {
  color: white;
  font-size: 14px;
  line-height: 2;
}

.qLinks ul li a:hover {
  color: #bfe0a0;
}


/*Media edits*/
@media (max-width: 768px) {
  .list {
    padding-top: 10px;
    padding-bottom: 10px;
    flex-direction: row;
    height: auto;
    left: 0 !important;
    background-color: rgb(248, 248, 248) !important;
  }

  .item {
    align-items: center;
    justify-content: center;
    flex: 1;
  }

  .main_slider_content {
    position: absolute;
    top: 0% !important;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    margin-left: 20px !important;
    margin-top: -50px;
  }

  .main_slider_content h6 {
    font-size: 12px;
  }

  .item h3 {
    font-size: 18px;
  }

  .item img {
    width: 30px;
    height: 30px;
  }

  .desktop-list {
    display: none;
  }

  .mobile-list {
    display: block;
  }

  .col-lg-12 {
    display: none;
  }

  .mobile_nav {
    display: flex !important;
    /* Ensure it shows on mobile */
    width: 100%;
    background: #ffffff;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
    padding: 10px 20px;
    /* Uniform padding */
    justify-content: space-between;
    /* This pushes items to Left, Center, Right */
    align-items: center;
    height: 80px;
    /* Give the header a consistent height */
  }

  .logo_container_mobile {
    margin: 0 auto;
    /* Keeps it centered if needed */
    display: block;
    flex: 0 0 auto;
  }

  .main_nav_container .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .contact_button {
    margin-bottom: 20px;
  }

  .form_contact {
    padding-left: 15px;
    padding-right: 15px;
  }

  .logo_container_mobile a img {
    width: 70px;
    filter: brightness(0%);
    display: block;
  }

  .cart_mobile {
    flex: 0 0 40px;
  }

  .hamburger_container {
    display: block !important;
    flex: 0 0 40px;
    text-align: right;
    margin: 0;
    cursor: pointer;
  }

  .hamburger_container i {
    font-size: 24px;
    color: #1e1e27;
  }
}

.mobile-list {
  display: none !important;
}

/* New Arrivals: phone-specific layout */
@media (max-width: 768px) {
  .new_arrivals .product-item {
    width: calc(50% - 6px);
    margin: 0;
    height: auto;
  }

  .new_arrivals .product {
    padding: 12px;
    height: auto;
  }

  .new_arrivals .product_image {
    height: auto;
  }

  .new_arrivals .product_image img {
    width: 100%;
    height: auto;
  }

  .new_arrivals .add_to_cart_button {
    width: 80%;
    bottom: 12px;
    left: 8px;
    right: 12px;
    visibility: visible;
    opacity: 1;
  }

  .new_arrivals .product_name a {
    font-size: 13px;
  }

  .new_arrivals .product_price {
    font-size: 14px;
  }
}

@media (max-width: 420px) {
  .new_arrivals .product-item {
    width: 100%;
  }
}

.login,
.register {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 440px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.24);
  z-index: 1002;
  padding: 24px;
  box-sizing: border-box;
}

.login form,
.register form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.login label,
.register label {
  font-weight: 600;
}

.login input,
.register input {
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 0 12px;
}

.login button,
.register button {
  height: 42px;
  border: none;
  border-radius: 6px;
  background: #5A4632;
  color: #fff;
  font-weight: 600;
}



/* Optional: prevent background scroll when modal open */
.modal-open {
  overflow: hidden;
}

/* Modal close button, top-right */
.modal_close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 6px;
  background: transparent;
  color: #333;
  cursor: pointer;
  z-index: 1003;
}

.modal_close:hover {
  background: rgba(0, 0, 0, 0.06);
}

.login h2, .register h2 {
  font-size: 30px;
  text-align: center;
}

/* Floating Tab Styles */
.floating-tab {
  position: fixed;
  top: 158px;
  left: 10px;
  width: 70px;
  height: 70px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
}

.floating-tab img {
  width: 100%;
  height: 60px;
  object-fit: cover;
  border-radius: 15px;
}

.map_container {
  display: flex;
  justify-content: center;
}

@media (max-width: 768px){
  .floating-tab{
      top: 90px !important;
  }
}