@charset "utf-8";
/******************************

Colors: #df2531 (45% transparent)
        #df2531 (65% transparent)
        #ffffff
        #000000

******************************/

html {
  scroll-behavior: smooth;
}

/***********
1. Fonts
***********/

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

/*********************************
2. Body and some general stuff
*********************************/

* {
  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: #ff6347;
  background: #fde0db;
}
p a:hover::after {
  opacity: 0.2;
}
::selection {
  background: #fde0db;
  color: #ff6347;
}
p::selection {
  background: #fde0db;
}
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;
}
.top_nav_left {
  height: 50px;
  line-height: 50px;
  font-size: 13px;
  color: #ffffff;
  text-transform: uppercase;
  left: 25px;
}

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


/*********************************
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;
  float: right;
  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;
}
.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: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
}
.logo_container a {
  font-size: 24px;
  color: #181818;
  font-weight: 700;
  text-transform: uppercase;
}
.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: center;
  align-items: center;
}
.hamburger_container {
  flex: 0 0 auto;
  margin-right: 20px;
}
.logo_container_mobile {
  flex: 1;
  text-align: center;
  margin-right: 20px;
}
.logo_container_mobile a img {
  width: 60px;
  filter: brightness(0%);
  margin-left: 5px;
}
.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-color: rgb(0, 0, 0) !important;
}

.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-fill, .banner_item {
  align-items: center !important;
  justify-content: center !important;
}

.banner_category p{
  display: none !important; 
}

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

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

.new_arrivals {
  width: 100%;
  background-color: white;
  padding-bottom: 50px;
}
.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;
}
}

/*********************************
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_bubble {
  position: absolute;
  top: 15px;
  width: 50px;
  height: 22px;
  border-radius: 3px;
  text-transform: uppercase;
}
.product_bubble span {
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
}
.product_bubble_right::after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: 6px;
  right: auto;
  top: auto;
  bottom: -6px;
  border: 6px solid;
}
.product_bubble_left::after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: 6px;
  bottom: -6px;
  border: 6px solid;
}
.product_bubble_red::after {
  border-color: transparent transparent transparent #d5050a;
}
.product_bubble_left::after {
  border-color: #51a042 #51a042 transparent transparent;
}
.product_bubble_red {
  background: #d5050a;
}
.product_bubble_green {
  background: #51a042;
}
.product_bubble_left {
  left: 15px;
}
.product_bubble_right {
  right: 15px;
}
.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;
}

.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));
}


/*********************************
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: black;
  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 a{
  color: white;
  font-weight: 600;
  font-size: 14px;
}



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

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

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

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

.cr 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;
    padding-left: 0;
    padding-right: 0;
  }
  .hamburger_container {
    display: block !important;
    margin-left: 0;
  }
  .logo_container_mobile {
    display: block;
  }
  .main_nav_container .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

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

/* New Arrivals: phone-specific layout */
@media (max-width: 768px) {
  .new_arrivals .product-grid { display: flex; flex-wrap: wrap; gap: 12px; }
  .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;
}


.fs_menu_overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1001;
}

.fs_menu_overlay.active { 
  display: block; 
}

/* 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;
}
