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

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

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
	3.1 Header - Logo
	3.2 Header - Main Navigation
	3.3 Header - Search
	3.4 Header - Shopping
	3.5 Header - Burger
4. Home
	4.1 Home Slider
5. Menu
6. Promo
7. New Arrivals
8. Extra
9. Gallery
10. Testimonials
11. Newsletter
12. Footer


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

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

@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@font-face
{
	font-family: "Open Sans", sans-serif;
}
@font-face
{
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
}
@font-face
{
	font-family: "Open Sans", sans-serif;
}

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

*
{
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
body
{
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: 300;
	background: #FFFFFF;
	color: #2f2f2f;
}
div
{
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 300 !important;
}
p
{
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	line-height: 2;
	font-weight: 300;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a
{
	display: inline;
	position: relative;
	color: #000;
	border-bottom: solid 1px #ffa07f;
	-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,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

::selection
{
	
}
p::selection
{
	
}
h1{font-size: 48px;}
h2{font-size: 36px;}
h3{font-size: 24px;}
h4{font-size: 18px;}
h5{font-size: 14px;}
h1, h2, h3, h4, h5, h6
{
	font-family: "Open Sans", sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
h1::selection, 
h2::selection, 
h3::selection, 
h4::selection, 
h5::selection, 
h6::selection
{
	
}
.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;
}
.prlx_parent
{
	overflow: hidden;
}
.prlx
{
	height: 130% !important;
}
.nopadding
{
	padding: 0px !important;
}
.section_title_container
{

}
.section_subtitle
{
	font-size: 14px;
	font-weight: 300;
	color: #937c6f;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.section_title
{
	font-family: "Open Sans", sans-serif;
	font-size: 30px;
	text-transform: capitalize;
	color: #2f2f2f;
	margin-top: -4px;
}

.main-cat .section_title
{
	font-family: "Niconne", cursive;
	font-size: 25px;
	text-transform: capitalize;
}
.main-cat .cat-1 {
	color: #185E3F;
}
.main-cat .cat-2 {
	color: #FD5800;
}
.main-cat .cat-3 {
	color: #AF2413;
}
.button
{
	height: 42px;
	background-color: #000;
	color: #fff;
	text-align: center;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.button a
{
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #000;
	letter-spacing: 0.2em;
	line-height: 46px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.button:hover
{
	background-color: #e0e3e4;
	color: #000;
	border: 1px solid #000;
}
.button:hover a
{
	color: #232323;
	background-color: #fff;
	border: 1px solid #000;
}

/*********************************
3. Header
*********************************/

.header
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
/* 	height: 80px; */
	background: #FFFFFF;
	z-index: 100;
	padding-left: 60px;
	padding-right: 64px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
/* .header.scrolled
{
	height: 80px;
} */
.header_inner
{
	width: 100%;
	height: 100%;
	padding: 15px 0px;
}

.header-left {
	width: 33.33%;
}

.header-center {
	width: 33.33%;
}

.header-right {
	width: 33.33%;
}

.header-right .header_content a {
	margin-left: 20px;
}
.logo img {
	width: 70%;
}
/*********************************
3.1 Header - Logo
*********************************/

.logo a
{
	font-family: "Open Sans", sans-serif;
	font-size: 30px;
	color: #2f2f2f;
}

/*********************************
3.2 Header - Main Navigation
*********************************/

.main_nav
{
	padding-left: 252px;
	-webkit-transform: translateY(4px);
	-webkit-transform: translateX(50%);
	-moz-transform: translateY(4px);
	-ms-transform: translateY(4px);
	-o-transform: translateY(4px);
	transform: translateY(4px);
}
.main_nav ul li
{
	display: inline-block;
	margin-right: 50px;
}
.main_nav ul li:last-child
{
	margin-right: 0;
}
.main_nav ul li a
{
	font-size: 12px;
	text-transform: uppercase;
	color: #2f2f2f;
	font-weight: 300;
	letter-spacing: 0.2em;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.main_nav ul li a:hover
{
	color: #937c6f;
}

/* .sub-menu {
	margin-left: 20px;
} */

/*********************************
3.3 Header - Search
*********************************/

.header-left .search {
	margin-left: 30px;
}

/* .search
{
	display: inline-block;
	width: 400px;
	-webkit-transform: translateY(2px);
	-moz-transform: translateY(2px);
	-ms-transform: translateY(2px);
	-o-transform: translateY(2px);
	transform: translateY(2px);
} */
.search_input
{
	width: 100%;
	height: 43px;
	background: #f9f9f9;
	border: none;
	outline: none;
	padding-left: 20px;
}
.search_button
{
	position: absolute;
	top: 45%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 10px;
	width: 19px;
	height: 19px;
	background: transparent;
	border: none;
	outline: none;
}
.search_button:focus
{
	outline: none !important;
}
.search_button img
{
	max-width: 100%;
}

/*********************************
3.4 Header - Shopping
*********************************/

.shopping
{
	display: inline-block;
	margin-left: 111px;
	padding-right: 161px;
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);
}
.shopping a
{
	display: inline-block;
	margin-right: 10px;
}
.shopping a:last-child
{
	margin-right: 0;
}
.cart_num_container,
.star_num_container
{
	position: absolute;
	top: 13px;
	left: -5px;
	width: 15px;
	height: 15px;
	background: #937c6f;
	border-radius: 50%;
}
.cart_num_inner,
.star_num_inner
{
	width: 100%;
	height: 100%;
}
.cart_num,
.star_num
{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 9px;
	font-weight: 300;
	color: #FFFFFF;
}
.star img
{
	width: 20px;
	height: 20px;
}
.avatar img
{
	width: 20px;
	height: 20px;
}

/*********************************
3.5 Header - Burger
*********************************/

.burger_container
{
	position: absolute;
	top: calc(50% + 4px);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	/* right: 0; */
	width: 22px;
	height: 16px;
	cursor: pointer;
}
.burger_container div
{
	width: 100%;
	height: 2px;
	background: #232323;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	pointer-events: none;
}
.burger_container:hover div
{
	background: #937c6f;
}

/*********************************
4. Home
*********************************/

.home
{
	width: 100%;
	background: #FFFFFF;
	margin-top: 35px;
}

/*********************************
4.1 Home Slider
*********************************/

.home_slider_container
{
	width: 100%;
	height: 100%;
}
.home_slider_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.home_slider_content
{
	position: absolute;
	top: 56.3%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 10;
}
.home_slider_content_inner
{
	background: #937c6f;
}
.home_slider_title
{
	font-family: "Open Sans", sans-serif;
	font-size: 72px;
	color: #FFFFFF;
	height: 99px;
	line-height: 99px;
	padding-left: 31px;
	padding-right: 19px;
	white-space: nowrap;
}
.home_slider_subtitle
{
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	top: -37px;
	height: 37px;
	background: #2f2f2f;
	color: #FFFFFF;
	padding-left: 34px;
	padding-right: 34px;
	line-height: 37px;
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	white-space: nowrap;
}
.home_slider_next
{
	position: absolute;
	top: 54%;
	right: 60px;
	width: 45px;
	height: 45px;
	background: #937c6f;
	z-index: 10;
	border-radius: 50%;
	cursor: pointer;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.home_slider_next:hover
{
	background: #2f2f2f;
}
.home_slider_dots_container
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}
.home_slider_dots
{
	display: inline-block;
	position: absolute;
	top: -54px;
	left: 0;
}
.home_slider_dots ul
{
	display: inline-block;
}
.home_slider_dots ul li
{
	display: inline-block;
	position: relative;
	font-family: "Open Sans", sans-serif;
	font-size: 20px;
	color: #937c6f;
	font-weight: 300;
	margin-right: 7px;
	cursor: pointer;
}
.home_slider_dots ul li:last-child
{
	margin-right: 0;
}
.home_slider_custom_dot div
{
	display: inline-block;
	width: 0px;
	height: 1px;
	background: #937c6f;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	margin-left: 4px;
	margin-right: -4px;
}
.home_slider_custom_dot.active div
{
	width: 100px;
}
.home_slider .owl-dots
{
	display: none !important;
}

/*********************************
5. Menu
*********************************/

.menu
{
	position: fixed;
	top: 0;
	right: -400px;
	width: 400px;
	height: 100vh;
	background: #FFFFFF;
	z-index: 101;
	padding-right: 60px;
	padding-top: 30px;
	padding-left: 20px;
}
.menu.active
{
	left: 0;
}
.menu_close_container
{
	position: absolute;
	top: 30px;
	right: 60px;
	width: 18px;
	height: 18px;
	transform-origin: center center;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	cursor: pointer;
}
.menu_close
{
	width: 100%;
	height: 100%;
	transform-style: preserve-3D;
}
.menu_close div
{
	width: 100%;
	height: 2px;
	background: #232323;
	top: 8px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_close div:last-of-type
{
	-webkit-transform: rotate(90deg) translateX(-2px);
	-moz-transform: rotate(90deg) translateX(-2px);
	-ms-transform: rotate(90deg) translateX(-2px);
	-o-transform: rotate(90deg) translateX(-2px);
	transform: rotate(90deg) translateX(-2px);
	transform-origin: center;
}
.menu_close:hover div
{
	background: #937c6f;
}
.menu .logo
{
	margin-bottom: 20px;
}

.menu_nav {
	margin-left: 20px;
}
.menu_nav ul li
{
	margin-bottom: 8px;
}
.menu_nav ul li a
{
	font-size: 16px;
	text-transform: capitalize;
	color: #2f2f2f;
	font-weight: 300;
	letter-spacing: 0.1em;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_nav ul li a:hover
{
	color: #937c6f;
}
.menu .search
{
	width: 100%;
	margin-bottom: 67px;
}

.sub-menu-toggle {
	display: none;
}

/*********************************
6. Promo
*********************************/

.promo
{
	padding-top: 55px;
}
/* .promo_container
{
	margin-top: 30px;
} */
.promo_item
{
	width: 100%;
}
.promo_image
{
	width: 100%;
}
.promo_image img
{
	max-width: 100%;
}
.promo_link {
    margin-top: -25px;
    text-align: center;
}
.promo_link a {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #000;
    padding: 7px 15px;
    background-color: #fff;
    width: fit-content;
}
.promo_content
{
	position: absolute;
	top: 43.6%;
	z-index: 1;
}
.promo_content_1
{
	right: 0;
	text-align: right;
	padding-right: 14px;
}
.promo_content_2
{
	left: 0;
	width: 100%;
	text-align: center;
	background: rgba(35, 35, 35, 0.63);
	padding-bottom: 9px;
	padding-top: 2px;
}
.promo_content_3
{
	top: 30%;
	left: 15px;
	background: #232323;
	padding-left: 10px;
	text-align: right;
	padding-right: 22px;
	padding-top: 39px;
	padding-bottom: 41px;
}
.promo_title
{
	font-family: "Open Sans", sans-serif;
	font-size: 30px;
	color: #FFFFFF;
}
.promo_subtitle
{
	font-size: 14px;
	color: #FFFFFF;
	font-weight: 300;
	text-transform: uppercase;
	margin-top: -3px;
}
.promo_content_3 .promo_subtitle
{
	text-transform: none;
	font-weight: 300;
	font-style: italic;
}
.home-cat-head-1 {
	font-family: "Lobster", sans-serif;
  	font-size: 32px;
	color: #27964a;
}

.home-cat-head-2 {
	font-family: "Lobster", sans-serif;
  	font-size: 32px;
	color: #d66319;
}

.home-cat-head-3 {
	font-family: "Lobster", sans-serif;
  	font-size: 32px;
	color: #962121;
}

/*********************************
7. New Arrivals
*********************************/

.arrivals
{
	padding-top: 60px;
	padding-bottom: 50px;
}
.products_container
{
	margin-top: 30px;
}
.product
{
	padding: 5px;
}
.product_image
{
	width: 100%;
}
.product_image img
{
	max-width: 100%;
}
.rating
{
	margin-top: 24px;
}
.rating i
{
	font-size: 10px;
	margin-right: 1px;
	color: #e0e3e4;
}
.rating i:last-child
{
	margin-right: 0px;
}
.rating_1 i:first-child{color: #f5c06f;}
.rating_2 i:first-child{color: #f5c06f;}
.rating_2 i:nth-child(2){color: #f5c06f;}
.rating_3 i:first-child{color: #f5c06f;}
.rating_3 i:nth-child(2){color: #f5c06f;}
.rating_3 i:nth-child(3){color: #f5c06f;}
.rating_4 i:first-child{color: #f5c06f;}
.rating_4 i:nth-child(2){color: #f5c06f;}
.rating_4 i:nth-child(3){color: #f5c06f;}
.rating_4 i:nth-child(4){color: #f5c06f;}
.rating_5 i:first-child{color: #f5c06f;}
.rating_5 i:nth-child(2){color: #f5c06f;}
.rating_5 i:nth-child(3){color: #f5c06f;}
.rating_5 i:nth-child(4){color: #f5c06f;}
.rating_5 i:nth-child(5){color: #f5c06f;}
/* .home-pro {
	margin-bottom: 20px;
} */
.product_content
{
	margin-top: 7px;
	display: flex;
}
.product-con .product_info
{
	float: left;
	width: 90%;
}
.product_name a {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #232323;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.pro-carousel .product_price {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin-top: 0px;
    font-family: 'Montserrat', sans-serif;
}
.product_price
{
	font-size: 16px;
	font-weight: 300;
	color: #8a8a8a;
	margin-top: 0px;
}
.product_options
{
	float: right;
	transform: translateY(4px);
}
.product_option
{
	width: 37px;
	height: 37px;
	cursor: pointer;
}
.product_buy
{
	display: inline-block;
	background: #937c6f;
	vertical-align: middle;
	margin-right: 4px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.product_buy img
{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 23px;
	height: 23px;
}
.product_buy:hover
{
	background: #2f2f2f;
}
.product_fav
{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	font-weight: 300;
	color: #232323;
	background: #e0e3e4;
	line-height: 37px;
	text-align: center;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.product_fav:hover
{
	color: #FFFFFF;
	background: #232323;
}

/*********************************
8. Extra
*********************************/

.extra
{
	width: 100%;
	padding-left: 62px;
	padding-right: 62px;
}
.extra_promo
{
	width: calc((100% - 30px) / 2);
	height: 616px;
	float: left;
}
.extra_promo_image
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.extra_promo_1
{
	margin-right: 30px;
	padding-top: 43px;
	padding-left: 45px;
	padding-bottom: 46px;
	padding-right: 45px;
}
.extra_1_content
{
	max-width: 425px;
	height: 100%;
	background: rgba(35, 35, 35, 0.95);
	border: solid 2px #937c6f;
	padding-left: 40px;
	padding-right: 40px;
}
.extra_1_price
{
	font-family: "Open Sans", sans-serif;
	font-size: 72px;
	color: #FFFFFF;
	line-height: 0.75;
}
.extra_1_price span
{
	font-size: 18px;
}
.extra_1_title
{
	font-family: "Open Sans", sans-serif;
	font-size: 30px;
	color: #937c6f;
	margin-top: 39px;
}
.extra_1_text
{
	font-size: 12px;
	color: #aeaeae;
	margin-top: 26px;
	line-height: 2;
}
.extra_1_button
{
	margin-top: 39px;
}
.extra_promo_2
{
	border: solid 2px #937c6f;
	padding-top: 43px;
	padding-bottom: 46px;
}
.extra_2_content
{
	max-width: 408px;
	height: 100%;
	background: transparent;
	padding-top: 27px;
	padding-left: 37px;
	padding-right: 37px;
}
.extra_2_title
{
	transform: translateX(20px);
}
.extra_2_center
{
	font-family: "Open Sans", sans-serif;
	font-size: 200px;
	color: #937c6f;
	line-height: 0.75;
	-webkit-transform: rotate(-12deg);
	-moz-transform: rotate(-12deg);
	-ms-transform: rotate(-12deg);
	-o-transform: rotate(-12deg);
	transform: rotate(-12deg);
}
.extra_2_top
{
	position: absolute;
	left: -50px;
	top: -32px;
	font-family: "Open Sans", sans-serif;
	font-size: 72px;
	line-height: 0.75;
	color: #232323;
}
.extra_2_bottom
{
	position: absolute;
	left: -43px;
	bottom: -28px;
	font-family: "Open Sans", sans-serif;
	font-size: 72px;
	line-height: 0.75;
	color: #232323;
}
.extra_2_text
{
	font-size: 12px;
	color: #aeaeae;
	margin-top: 83px;
	line-height: 2;
}
.extra_2_button
{
	margin-top: 36px;
}

/*********************************
9. Gallery
*********************************/

.gallery
{
	width: 100%;
	padding-top: 88px;
	padding-left: 44px;
	padding-right: 44px;
	padding-bottom: 42px;
	margin-top: 99px;
}
.category
{
	width: 100%;
	padding-top: 88px;
	padding-left: 44px;
	padding-right: 44px;
}
.gallery_item a
{
	display: block;
	outline: none;
}
.gallery_image
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.gallery_title
{

}
.gallery_title ul li
{
	display: inline-block;
	margin-right: 34px;
}
.gallery_title ul li:last-child
{
	margin-right: 0;
}
.gallery_title ul li a
{
	font-family: "Open Sans", sans-serif;
	font-size: 36px;
	font-weight: 300;
	color: #FFFFFF;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.gallery_title ul li a:hover
{
	color: #937c6f;
}
.gallery_text
{
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 5px;
}
.gallery_button
{
	margin: 0 auto;
	margin-top: 40px;
}
.gallery_slider_container
{
	margin-top: 30px;
}

.colorbox h2{
	position: relative;
	background-color: #937c6f;
	margin: -23px 10px 10px 10px;
	font-size: 20px;
	color: #fff;
	font-weight: 300;
	padding: 10px;
	text-transform: uppercase;
	text-align: center;
}

/*********************************
10. Testimonials
*********************************/

.testimonials
{
	width: 100%;
	padding-top: 88px;
	padding-bottom: 93px;
}
.test_slider_container
{
	margin-top: 30px;
}
.test_text
{
	font-family: "Open Sans", sans-serif;
	font-size: 24px;
	color: #8a8a8a;
	font-style: italic;
	line-height: 1.75;
}
.test_image
{
	width: 86px;
	height: 86px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 26px;
}
.test_image img
{
	max-width: 100%;
}
.test_name
{
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #232323;
	margin-top: 14px;
}
.test_title
{
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-weight: 300;
	color: #937c6f;
	margin-top: 4px;
}

/*********************************
11. Newsletter
*********************************/

.newsletter
{
	width: 100%;
	padding-left: 62px;
	padding-right: 62px;
}
.newsletter_content
{
	width: 100%;
	/* padding-top: 88px;*/
	padding-bottom: 90px; 
}
.newsletter_image
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.newsletter .section_subtitle,
.newsletter .section_title
{
	color: #FFFFFF;
}
.newsletter_container
{
	margin-top: 75px;
}
.newsletter_input
{
	width: 100%;
	height: 46px;
	background: #FFFFFF;
	padding-left: 25px;
	border: none;
	outline: none;
}
.newsletter_input::-webkit-input-placeholder
{
	font-size: 12px !important;
	font-weight: 300 !important;
	font-style: italic;
	color: #b3b3b3 !important;
}
.newsletter_input:-moz-placeholder
{
	font-size: 12px !important;
	font-weight: 300 !important;
	font-style: italic;
	color: #b3b3b3 !important;
}
.newsletter_input::-moz-placeholder
{
	font-size: 12px !important;
	font-weight: 300 !important;
	font-style: italic;
	color: #b3b3b3 !important;
} 
.newsletter_input:-ms-input-placeholder
{ 
	font-size: 12px !important;
	font-weight: 300 !important;
	font-style: italic;
	color: #b3b3b3 !important;
}
.newsletter_input::input-placeholder
{
	font-size: 12px !important;
	font-weight: 300 !important;
	font-style: italic;
	color: #b3b3b3 !important;
}
.newsletter_button
{
	position: absolute;
	top: 0;
	right: 0;
	width: 142px;
	height: 46px;
	background: #937c6f;
	color: #FFFFFF;
	font-size: 12px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	border: none;
	outline: none;
	cursor: pointer;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.newsletter_button:hover
{
	background: #e0e3e4;
	color: #232323;
}
.newsletter_text
{
	font-size: 14px;
	font-style: italic;
	color: #FFFFFF;
	margin-top: 19px;
}

/*********************************
12. Footer
*********************************/

.footer
{
	padding-top: 100px;
}
.footer_logo a
{
	font-family: "Open Sans", sans-serif;
	font-size: 30px;
	color: #232323;
}
.footer_nav {
    margin-top: 0px;
}
.footer_nav ul {
	padding-left: 0px;
	list-style: none;
	margin-bottom: 0px;
}
.footer_social ul {
	padding-left: 0px;
}
/* .footer_nav ul li
{
	display: inline-block;
	margin-right: 53px;
}
.footer_nav ul li:last-child
{
	margin-right: 0;
} */
.footer_nav ul li {
	margin-top: -5px;
	margin-bottom: 12px
}
.footer_nav ul li a
{
	font-size: 12px;
	text-transform: uppercase;
	color: #232323;
	font-weight: 500;
	letter-spacing: 0.1em;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.footer_nav ul li a:hover
{
	color: #937c6f;
}
.footer_social
{
	margin-top: 0px;
	margin-bottom: 20px;
}
.footer_social ul li
{
	display: inline-block;
	margin-right: 10px;
}
.footer_social ul li:last-child
{
	margin-right: 0;
}
.footer_social ul li a i
{
	font-size: 24px;
	color: #000;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.footer_social ul li a i:hover
{
	color: #e0e3e4;
}
.footer_con ul li a i {
    font-size: 15px;
    color: #937c6f;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.footer_con ul li a{
    font-size: 15px;
    color: #000;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
#newsletters-1-form-wrapper {
	margin-top: 14px;
}
.copyright {
    margin-top: 22px;
    padding-bottom: 22px;
    font-family: "Open Sans", sans-serif;
    font-size: 8px;
    color: #232323;
}
.lower-content .products_container .product_content .product_name a{
	font-size: 16px;
	text-decoration: underline;
}
.lower-content .product_content {
    text-align: center;
}

.bg-image {
	position: relative;
	margin-top: 70px;
}
.bg-image .container {
	position: absolute;
	top: 50%;
	transform: translate(10%, -50%);
}
.pro-carousel .yith-wcwl-add-to-wishlist-button__label{
	display: none;
}

.pro-carousel .yith-add-to-wishlist-button-block {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: max-content;
    margin: 5px auto;
}

.bg-image img {
	width: 100%;
}

/*********************************
6. Map
*********************************/

.map
{
	width: 100%;
}
.google_map
{
	width: 100%;
	height: 531px;
}
.map_container
{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#map
{
	width: 100%;
	height: calc(100% + 30px);
}

/*********************************
7. Contact
*********************************/

.contact
{
	width: 100%;
	background: #f9f5f5;
	padding-top: 99px;
	padding-bottom: 97px;
}
.review_form_container
{
	width: 100%;
}
.review_form_title
{
	font-family: "Open Sans", sans-serif;
	font-size: 30px;
	color: #232323;
	text-transform: uppercase;
	line-height: 0.75;
	text-align: center;
}
.review_form_content
{
/* 	margin-top: 45px; */
	text-align: center;
}
.review_form
{
	width: 100%;
}
.review_form div
{
	width: 100%;
}
.review_form_input
{
	display: block;
	width: calc((100% - 60px) / 3);
	height: 53px;
	border: solid 1px #b5b5b5;
	outline: none;
	padding-left: 22px;
}
.review_form_text
{
	width: 100%;
	height: 53px;
	border: solid 1px #b5b5b5;
	outline: none;
	padding-left: 22px;
	margin-top: 27px;
	height: 234px;
	padding-top: 20px;
}
.review_form_input::-webkit-input-placeholder,
.review_form_text
{
	font-size: 12px !important;
	font-weight: 300 !important;
	font-style: italic;
	color: #8c8c8c !important;
}
.review_form_input:-moz-placeholder,
.review_form_text
{
	font-size: 12px !important;
	font-weight: 300 !important;
	font-style: italic;
	color: #8c8c8c !important;
}
.review_form_input::-moz-placeholder,
.review_form_text
{
	font-size: 12px !important;
	font-weight: 300 !important;
	font-style: italic;
	color: #8c8c8c !important;
} 
.review_form_input:-ms-input-placeholder,
.review_form_text
{ 
	font-size: 12px !important;
	font-weight: 300 !important;
	font-style: italic;
	color: #8c8c8c !important;
}
.review_form_input::input-placeholder,
.review_form_text
{
	font-size: 12px !important;
	font-weight: 300 !important;
	font-style: italic;
	color: #8c8c8c !important;
}
.review_form_button
{
	width: 179px;
	height: 46px;
	border: none;
	outline: none;
	background: #000;
	color: #FFFFFF;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	cursor: pointer;
	margin-top: 18px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.review_form_button:hover
{
	background: #fff;
	border: 1px solid #000;
	color: #232323;
}

/*********************************
8. Contact Text
*********************************/

.contact_text
{
	width: 100%;
	padding-top: 101px;
	padding-bottom: 99px;
	background: #FFFFFF;
}

/*********************************
8.1 Contact Info
*********************************/

.contact_info
{

}
.contact_title
{
	font-family: "Open Sans", sans-serif;
	font-size: 30px;
	color: #232323;
	text-transform: uppercase;
	line-height: 0.75;
}
.contact_info_content
{
	margin-top: 30px;
}
.contact_info_content ul {
	list-style: none;
}
.contact_info_content ul li
{
	margin-bottom: 28px;
}
.contact_info_content ul li:last-child
{
	margin-bottom: 0;
}
.contact_info_icon
{
	display: inline-block;
	width: 22px;
	text-align: center;
}
.contact_info_icon img
{
	max-width: 100%;
}
.contact_info_text
{
	display: inline-block;
	font-size: 16px;
	font-weight: 300;
	color: #232323;
}
.contact_info_social
{
	margin-top: 25px;
}
.contact_info_social ul li
{
	display: inline-block;
	margin-right: 5px;
}
.contact_info_social ul
{
  padding-left: 0rem !important;
}
.contact_info_social ul li:last-child
{
	margin-right: 0;
}
.contact_info_social ul li a i
{
	font-size: 19px;
	color: #937c6f;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.contact_info_social ul li a i:hover
{
	color: #e0e3e4;
}

/*********************************
8.2 FAQ
*********************************/

.accordions
{
	margin-top: 30px;
}
.accordion_container
{
	margin-bottom: 15px;
}
.accordion
{
	height: 57px;
	width: 100%;
	background: #937c6f;
	padding-left: 33px;
	cursor: pointer;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 300;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.accordion div
{
	max-width: 90%;
	overflow: hidden;
	white-space: nowrap;
}
.accordion.active
{
	background: #FFFFFF;
	border: solid 1px #b5b5b5;
	color: #232323;
}
.accordion:active
{
	background: #fffbfa !important;
}
.accordion::after
{
	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: 0;
	right: 13px;
	height: 100%;
	content: '+';
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 300;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.accordion.active::after
{
	color: #232323;
	content: '-';
}
.accordion:hover
{
	background: #b5b5b5;
}
.accordion_panel
{
	padding-right: 8px;
	max-height: 0px;
	overflow: hidden;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.accordion_panel p
{
	padding-top: 28px;
}
.accordion_panel p:last-child
{
	margin-bottom: 0;
}
.contact_text {
	margin-bottom: 20px;
}

@media only screen and (max-width: 767px)
{
	.review_form_input
	{
		width: 100%;
		margin-bottom: 8px;
	}
	.review_form_text
	{
		margin-top: 0;
	}
}

@media only screen and (max-width: 575px)
{
	.review_form_title,
	.review_form_content
	{
		text-align: left;
	}
	.google_map
	{
		height: 350px;
	}
	.accordion
	{
		padding-left: 20px;
		font-size: 13px;
	}
}

.external-about-section {
	position: relative;
	padding: 50px 50px 0px 50px;
  }
  
  .external-about-wraper img {
	width: 500px;
	float: left;
	padding-right: 25px;
  }
  
  .external-about-wraper .external-about-content h2 {
	color: #000;
	font-size: 30px;
	font-weight: 300;
  }
  
.external-about-wraper .external-about-content p {
    color: #000;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 0.8rem;
    line-height: 24px;
    text-align: justify;
}


@media (max-width: 768px) {
	.external-about-wraper img {
		width: 100%;
		padding: 0 0 20px 0;
	}
  }

.external-about2-section {
	position: relative;
	padding: 0px 50px 0px 50px;
  }
  
  .external-about2-section img {
	width: 500px;
	float: right;
	padding-left: 25px;
  }
  
.external-about2-section .external-about-wraper .external-about-content h2 {
	color: #000;
	font-size: 30px;
	font-weight: 300;
  }
  
.external-about2-section .external-about-wraper .external-about-content p {
    color: #000;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 0.8rem;
    line-height: 24px;
    text-align: justify;
}


@media (max-width: 768px) {
	.external-about2-section .external-about-wraper img {
		width: 100%;
		padding: 20px 0 20px 0;
	}
  }

.external-about3-section {
	position: relative;
	padding: 0px 50px 50px 50px;
  }
  
  .external-about3-section img {
	width: 500px;
	float: right;
	padding-left: 25px;
  }
  
.external-about3-section .external-about-wraper .external-about-content h2 {
	color: #000;
	font-size: 30px;
	font-weight: 300;
  }
  
.external-about3-section .external-about-wraper .external-about-content p {
    color: #000;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 0.8rem;
    line-height: 24px;
    text-align: justify;
}


@media (max-width: 768px) {
	.external-about3-section .external-about-wraper img {
		width: 100%;
		padding: 20px 0 20px 0;
	}
  }


.newsletters-fieldholder .checkbox {
	display: none !important;
}

#newsletters-1-form .btn-primary {
    background-color: #000 !important;
    border-color: #000 !important;
	padding: 6px 30px !important;
}

.page-id-225 .entry-content{
	width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.home-cat {
  position: relative;
}

.home-cat-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.home-cat-overlay {
  position: absolute; 
  bottom: 0;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1; 
  width: 100%;
  height: 100%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 20px;
  padding-top: 48%;
  text-align: center;
  border-radius: 20px;
}

.home-cat-overlay .cat-button{
	color: #fff;
	text-decoration: underline;
}

.home-cat .home-cat-overlay {
  opacity: 1;
  border-radius: 20px;
}

.home-cat-overlay:hover {
	color: #fff;
}

.newsletter_content h3 {
	margin-bottom: 20px;
	margin-top: 20px;
	font-size: 48px;
	font-family: "Open Sans", sans-serif;
}
.newsletter_content h4 {
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    margin-top: 40px;
    margin-bottom: 20px;
	font-weight: 700 !important;
}
.newsletter_content p {
	font-size: 16px;
	font-family: "Open Sans", sans-serif;
}

.gallery_content h3 {
	font-size: 48px;
	margin-bottom: 20px;
	font-family: "Open Sans", sans-serif;
}

/* Slideshow container */
.slideshow-container {
  width: 100%;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.slideshow-container .prev, .slideshow-container .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: #000;
  background-color: #fff;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.slideshow-container .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}



/* Caption text */
.slideshow-container .text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

.slideshow-container .fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

.product-con .owl-carousel .item {
  position: relative;
}

.product-con .owl-nav > div {
  margin-top: -27%;
  position: absolute;
}

.product-con .owl-nav i {
  font-size: 52px;
}

.product-con .owl-nav .owl-prev {
  left: 0px;
  color: #000;
  margin-left: 10px;
}

.product-con .owl-nav .owl-next {
  right: 0px;
  color: #000;
  margin-right: 10px;
}
@media only screen and (max-width: 800px) {
	.product-con .owl-nav > div {
  		margin-top: -30%;
	}
}
@media only screen and (max-width: 600px) {
	.product-con .owl-nav > div {
  		margin-top: -40%;
	}
}
@media only screen and (max-width: 500px) {
	.product-con .owl-nav > div {
  		margin-top: -85%;
	}
}
/* .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:not(:checked)+.wc-block-components-checkbox__mark {
    display: block !important;
} */


.woocommerce-error, .woocommerce-info, .woocommerce-message {
	border-top: 3px solid #000 !important;
    font-size: 20px !important;
    font-family: "Open Sans", sans-serif !important;
	font-weight: 300 !important;
}
.woocommerce .woocommerce-form-login .show-password-input, .woocommerce-page .woocommerce-form-login .show-password-input {
    top: 53% !important;
}
.footer-link {
	width: 80%;
	border: 1px solid #000;
	padding: 10px;
}
.footer-link a{
	color: #000;
}
#newsletters-1-form-wrapper {
    width: 80%;
}
.cookie-notice-container a {
	color: #fff !important;
	background: #000 !important;
	padding: 3px 10px !important;
}
.cn-close-icon {
    right: 5px !important;
    top: 10% !important;
	opacity: 1 !important;
}
.cn-close-icon:after, .cn-close-icon:before {
    background-color: #fff !important;
}
/* .external-about-content ul {
	list-style: none;
	padding-left: 0px !important;
} */
.faq_content {
	padding: 60px 0px 30px 0px;
}
.faq_content .faq {
  margin: 20px;
  padding: 30px 30px 20px 30px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
}

.faq_content .faq__title {
  text-transform: uppercase;
  color: #000;
  text-align: center;
  font-size: 25px;
  font-weight: 400;
}

.faq_content details {
    background-color: #0000007d;
    border-radius: 5px;
    cursor: pointer;
    padding: 10px 15px;
    margin-bottom: 10px;
}

.faq_content summary, .faq_content p {
  text-align: left;
  color: #fff;
}

.faq_content summary {
  margin-inline-start: 1rem;
  list-style-position: outside;
  font-size: 18px;
}

.faq_content p {
	font-size: 15px;
	text-align: justify;
	margin-top: 10px;
}

.faq_content summary::marker {
  color: #fff;
  font-size: 16px;
}

.common_content {
	padding: 60px 0px 30px 0px;
}

.contact_info_content ul {
	list-style: none;
	padding-left: 0px !important;
}

.logo {
	margin-top: -10px;
}

@media only screen and (max-width: 1024px)
{
	.header-left {
		width: 5%;
	}
	.header-center {
		width: 45%;
	}
	.header-right {
		width: 50%;
	}
	.main_nav {
    	padding-left: 5px !important;
	}
}

@media only screen and (max-width: 500px)
{
	.header-left {
		width: 10%;
	}
	.header-center {
		width: 40%;
	}
}
.foogallery.fg-dark .fg-item-inner {
    border-color: #fff !important;
}
.foogallery.fg-dark.fg-shadow-small .fg-item-inner, .foogallery.fg-light.fg-shadow-small .fg-item-inner {
    box-shadow: none !important;
}
.fg-x-large-width:is(.fg-panel-thumbs-left,.fg-panel-thumbs-right) .fg-panel-thumbs-inner, .fg-x-large-width:is(.fg-panel-thumbs-top,.fg-panel-thumbs-bottom) .fg-panel-thumb {
    min-width: 50px !important;
}