
@font-face {
    font-family: 'Futura Md BT';
    src: url('futura_bt/m/FuturaBT-Medium.eot');
    src: url('futura_bt/m/FuturaBT-Medium.eot?#iefix') format('embedded-opentype'),
        url('futura_bt/m/FuturaBT-Medium.woff2') format('woff2'),
        url('futura_bt/m/FuturaBT-Medium.woff') format('woff'),
        url('futura_bt/m/FuturaBT-Medium.ttf') format('truetype'),
        url('futura_bt/m/FuturaBT-Medium.svg#FuturaBT-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Encorpada Classic';
    src:url('EncorpadaClassic-Regular.woff2') format('woff2'),
        url('EncorpadaClassic-Regular.woff') format('woff'),
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

html {
  scroll-behavior: smooth;
}
body{
	/*font-family: 'Futura Md BT', sans-serif;
	font-family: 'Andada Pro', serif;*/
	font-family: 'Nunito Sans', sans-serif;
	font-size: 1em;
	background-color: #f7f7f7;
	
}

h1,h2,h3,h4,h5,h6{
	font-family: "Encorpada Classic";
}
.no_scroll{
	height: 100vh;
	overflow-y:hidden;
}

.swiper {
  width: 100%;
  
  
}
#home_slider{
	background-color: #0f0f0f;
	height: 100vh;
}
.slider_wrap_zoom{
	transform: scale(1.15);
	opacity: 0;

}
.slider_wrap{
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100vh;
  	-webkit-transition: all 1500ms ease-in-out;
	-moz-transition: all 1500ms ease-in-out;
	-ms-transition: all 1500ms ease-in-out;
	-o-transition: all 1500ms ease-in-out;
	transition: all 1500ms ease-in-out;
}
.slider_wrap>.slider_image{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	height: 100vh;
	width: 100%;
}
.slider_mask{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	height: 100vh;
	width: 100%;
	background-color: rgba(0,0,0,0.2);
}
.slider_wrap>.slider_image img{
	width: 100%;
	height: auto;
	position: relative;
	top:0;
	left: 0;
}

.slider_wrap>.slider_image video{
    min-width: 100%; 
  min-height: 100%; 

  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;

  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.slider_wrap>.slider_text{
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding:100px;
	color:#fff;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 100vh;
}
.slider_wrap>.slider_text_left{
	align-items: flex-start;
}
.slider_wrap>.slider_text_right{
	align-items: flex-end;
}
.slider_wrap>.slider_text_center{
	align-items: center;
}
.slider_wrap>.slider_text .slider_text_node{
	position: relative;
	left: -1000px;
	opacity: 0;
}
.slider_wrap>.slider_text .slider_text_node_show{
	opacity: 1;
	left: 0px;
}
.slider_wrap>.slider_text .slider_text_node a{
	color: #fff;
}
.slider_wrap>.slider_text .slider_text_node a:after{
	background-color: #fff;
}

.menu_trigger{
	position: fixed;
	height: 120px;
	left: 0;
	top: 0;
	z-index: 1200;
	padding-left:20px;
}

.menu_trigger_shrink{
	height: 60px;
}

.header{
	width: 100%;
	height: 120px;
	background-color: rgba(255,255,255,0);
	position: fixed;
	top:0;
	left: 0;
	z-index: 1000;
}
.header.header_shrink{
	height: 60px;
	background-color: #0f0f0f;
}
.dark_header{
	background-color: #0f0f0f;
}
.header_shrink.drawer_open
{
	background-color: transparent;
}
.home_slider{
	
}

.header_logo{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top:20px;
	height: 120px;
	opacity: 1;
	padding-bottom: 20px;
}
a.header_logo:after{
	height: 0;
}
.header_logo_drawer_open{
	opacity: 0;
}
.header_logo img{
	height: 100%
}

.header_shrink .header_logo{
	height: 55px;
	padding-top:10px;
	padding-bottom: 0;
}



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

.slide_animate_class{
	-webkit-transition: all 800ms ease-out;
	-moz-transition: all 800ms ease-out;
	-ms-transition: all 800ms ease-out;
	-o-transition: all 800ms ease-out;
	transition: all 800ms ease-out;
}
.header_icons{
	display: flex;
	width: 140px;
	justify-content: space-between;
	align-items: center;
	margin-top:50px;
	padding-right: 15px;
	opacity: 1;
	float: right;
}
.header_icons a:after{
	height: 0;
}
.header_shrink .header_icons{
	margin-top:15px;
}
.header_icons_hide{
	display: none;
	opacity: 0;
}
.header_icons i{
	color:#fff;
	font-size: 22px;
	cursor: pointer;
}

.header_mobile_icons{
	display: flex;
	width: 70%;
	margin-top:15px;
	margin-left:15%;
	margin-right: 15%;
	justify-content: space-between;
	align-items: center;
	padding-right: 15px;
	opacity: 1;
	float: right;
}
.header_mobile_icons a{
	text-align: center;
}
.header_mobile_icons a:after{
	height: 0;
}


.header_mobile_icons i{
	color:#0f0f0f;
	font-size: 22px;
	cursor: pointer;
}


.section_title{
	width: 100%;
	text-align: center;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 40px;
	font-weight: 600;
}
.section_title:after{
	content: "";
	width: 20%;
	position: absolute;
	bottom: 0;
	left:40%;
	height: 3px;

	background-color: #9f1c2c;
}
.form-control
{
	border-radius: 0;
}
input[type=checkbox]{
	margin-right: 10px;
}
.custom-checkbox .custom-control-input,.custom-checkbox .custom-control-input:focus,.custom-checkbox .custom-control-input:active{
	border:none;
	outline: none;
	box-shadow: none;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color:#0f0f0f;
    border:none;
    outline: none;
    box-shadow: none;
}

textarea[type=text]{
	border:none;
}
textarea[type=text]:hover, 
input[type=text]:hover, 
textarea[type=text]:active, 
input[type=text]:active, 
textarea[type=text]:focus, 
input[type=text]:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active
{
    outline:0px !important;
    -webkit-appearance:none;
    box-shadow: none !important;
    border:none;
}

.page_mask{
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	opacity: 0;
	display: none;
	background-color: rgba(255,255,255,0.9);
	z-index: 1050;
}
.page_mask_open{
	opacity: 1;
	display: block;
}
.drawer_menu{
	width: 25%;
	height: 100vh;
	position: fixed;
	top:0;
	left:-25%;
	background-color: #fff;
	z-index: 1100;
	padding: 10px 40px;
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-ms-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}
.drawer_menu_open{
	left: 0;
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-ms-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}

.drawer_menu .drawer_header{
	width: 100%;
	height: 20%;
	padding-top: 20px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
}
.drawer_menu .drawer_header a:after{
	height: 0;
}
.drawer_menu_footer{
	width: 100%;
	height: 15vh;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer .drawer_menu_footer{
	height: auto;
	justify-content: flex-end;
}
.drawer_menu_footer a{
	color:#0f0f0f;
	border: 1px solid transparent;
	height: 40px;
	width: 40px;
	font-size: 20px;
	text-align: center;
	line-height: 40px;
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-ms-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}
.footer .drawer_menu_footer a{
	color:#0f0f0f;
	border: 1px solid transparent;
	height: 40px;
	width: 40px;
	font-size: 26px;
	text-align: center;
	line-height: 40px;
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-ms-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}
.drawer_menu_footer a:hover{
	color:#0f0f0f;
	border: 1px solid #0f0f0f;
	background-color: transparent;
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-ms-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}
.drawer_menu_inner{
	width: 100%;
	height: 65%;
	overflow-y: scroll;
	margin-top:25px;
}
.drawer_menu_inner ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	position: relative;
}
.drawer_menu_inner ul li{
	display: block;
	position: relative;
	left:-100%;
	opacity: 0;
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-ms-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}
.drawer_menu_inner ul li.show_menu_item{
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-ms-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
	left: 0;
	opacity: 1;

}
.drawer_menu_inner ul li a{
	font-weight: bold;
	line-height: 3vw;
	font-size: 1.2vw;
	font-family: "Encorpada Classic";
}
.drawer_menu_inner_secondary_menu ul li a{
	font-family: 'Nunito Sans', sans-serif;
}
a{
	color:#0f0f0f;
	text-decoration: none;
	font-size: 16px;
	line-height: 26px;
	position: relative;	
	padding-bottom:4px;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.inline_ancher{
	position: relative;
}
a:hover{
	color:#0f0f0f;
	text-decoration: none;
}
.drawer_menu_inner_secondary_menu{
	margin-top:15px;
	padding-top:15px;
	position: relative;	
}
.drawer_menu_inner_secondary_menu:before{
	content: "";
	width: 80%;
	margin-left: 10%;
	height: 2px;
	background-color: #0f0f0f;
	position: absolute;
	top:0;
	left: 0;
}
.drawer_menu_inner .drawer_menu_inner_secondary_menu ul li a{
	line-height: 2.5vw;
	font-size: 1vw;
}

a:after{
	content: "";
	position: absolute;
	bottom:0;
	left: 0;
	width: 0%;
	height: 2px;
	background-color: #0f0f0f;

	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	transition-delay: 100ms;
}
a.white:after{
	background-color: #fff;
}
a.no_effect:after
{
	height: 0;
}
a:hover{
	text-decoration: none;
	opacity: 0.8;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
a:hover:after{
	width: 100%;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.may_we_help_trigger{
	display: block;
	font-size: 1.2em;

}
.may_we_help_trigger:after{
	height: 0;
}
.drawer_menu .drawer_header a{
	width: 100px;
	display: block;
}
.drawer_menu .drawer_header a img{
	width: 100%;
}



.cart_menu{
	width: 25%;
	height: 100vh;
	position: fixed;
	top:0;
	right:-25%;
	background-color: #fff;
	z-index: 1300;
	padding: 10px 40px;
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-ms-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}
.cart_menu_open{
	right: 0;
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-ms-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}

.cart_menu .cart_menu_header{
	width: 100%;
	height: 20%;
	padding-top: 20px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.cart_menu .cart_menu_header i{
	font-size: 40px;
	color: #0f0f0f;
}


.newsletter_menu{
	width: 25%;
	height: 100vh;
	position: fixed;
	top:0;
	right:-25%;
	background-color: #fff;
	z-index: 1300;
	padding: 10px 40px;
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-ms-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}
.newsletter_menu_open{
	right: 0;
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-ms-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}
.im_canvas{
	width: 25%;
	height: 100vh;
	position: fixed;
	top:0;
	right:-25%;
	background-color: #fff;
	z-index: 1300;
	padding: 10px 40px;
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-ms-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}
.im_canvas_open{
	right: 0;
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-ms-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}

.newsletter_menu .newsletter_menu_header{
	width: 100%;
	height: 20%;
	padding-top: 20px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.newsletter_menu .newsletter_menu_header i{
	font-size: 40px;
	color: #0f0f0f;
}


.im_canvas .newsletter_menu_header{
	width: 100%;
	height: 20%;
	padding-top: 20px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.im_canvas .newsletter_menu_header i{
	font-size: 40px;
	color: #0f0f0f;
}












.hide_on_mobile{
	display: block;
}
.show_on_mobile{
		display: none;
	}

/* ===== Scrollbar CSS ===== */
  /* Firefox */
  *{
    scrollbar-width: auto;
    scrollbar-color: #0f0f0f #ffffff;    
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 8px;
  }

  *::-webkit-scrollbar-track {
    background: #ffffff;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #0f0f0f;
    border-radius: 17px;
    border: 2px solid #ffffff;
    -webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
  }
  .drawer_menu_inner::-webkit-scrollbar-thumb {
    background-color: #ffffff;
    border-radius: 17px;
    border: 2px solid #ffffff;
    -webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
  }
  .drawer_menu_inner:hover::-webkit-scrollbar-thumb{
  	background-color: #0f0f0f;
    border-radius: 17px;
    border: 2px solid #ffffff;
    -webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
  }

  .cart_menu_inner {
    scrollbar-width: auto;
    scrollbar-color: #0f0f0f #ffffff;
  }

  /* Chrome, Edge, and Safari */
  .cart_menu_inner::-webkit-scrollbar {
    width: 11px;
  }

  .cart_menu_inner::-webkit-scrollbar-track {
    background: #ffffff;
  }

  .cart_menu_inner::-webkit-scrollbar-thumb {
    background-color: #0f0f0f;
    border-radius: 17px;
    border: 3px solid #ffffff;
  }

  .search_drawer{
  	width: 100%;
  	height: 120px;
  	position: fixed;
  	top:-130px;
  	left: 0;
  	z-index: 1300;
  	background-color: #fff;
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	-webkit-box-shadow: 0 1px 3px 1px rgba(50,50,50,0.3);
	box-shadow: 0 1px 3px 1px rgba(50,50,50,0.3);
  }
  .search_drawer_open{
  	top:0;
  }
  .search_drawer i
  {
  	font-size: 40px;
	color: #0f0f0f;
  }
  .search_input{
  	width: 100%;
  	height: 60px;
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	border:1px solid #0f0f0f;
  	background-color: #fff;
  }
  .search_input input{
  	width: 80%;
  	border:transparent;  	
  	line-height: 16px;
  	padding:14px;
  	
  }

  .text_input{
  	height: auto;
  	padding:20px 0;
  	min-height: 60px;
  }
  .search_input button{
  	width: 20%;  
  	background-color: transparent;
  	border: none;
  	height: 54px;	
  }
  .search_input button:hover{
  	opacity: 0.7;
  }
  .search_input button i{
  	font-size: 36px;
  	line-height: 54px;
	color: #0f0f0f;  
  }
  .hide_search_drawer{
  	line-height: 60px;
  }

  .swiper-slide img{
  	width: 100%;
  }
  #carousel .swiper-slide
  {
  	position: relative;
  	height: auto;
  }

  .carousel_slide_holder{
  	position: relative;
  	width: 100%;
  	height: 100%;
  	top: 0;
  	left: 0;
  	z-index: 3;
  }
  .carousel_text_holder{
  	position: absolute;
  	width: 100%;
  	height: 100%;
  	top: 0;
  	left: 0;
  	z-index: 4;
  }
  .carousel_text_holder a {
  	display: block;
  	height: 100%;
  }
  .carousel_text_holder a:hover{
  	opacity: 1;
  }
  .carousel_text_holder a:after{
  	
  }
  .carousel_text_holder a h2{
  	color: #fff;
  	padding:15px;
  }
  
  #carousel .swiper-slide img
  {
  
  	filter: blur(0px) grayscale(0%);
  	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
  }
  #carousel .swiper-slide h2{
  	color: #fff;
  	position: absolute;
  	margin:0 auto;
  	bottom:20px;
  	width: 100%;
  	left: 0;
  }
  #carousel .swiper-slide img.blur{
  	
  	filter: blur(3px) grayscale(70%);
  	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
  }
.double_content_container_wrap
{
	width: 100%;
	position: relative;
	height: 85vh;
}
.double_content_container{
	width: 100%;
	height: 85vh;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow-x: hidden;
	position: relative;
	background:  no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.double_content_container_text_wrap{
	width: 26%;
	position: sticky;
	bottom: -0px;
	opacity: 0;	
	height: 120px; 
	margin-left: 37%;
	display: flex;
	justify-content: center;
	
}
.set_absolute{
	position: absolute;
}

.double_content_container_text_wrap.open{
	opacity: 1;
	bottom: 0;
}
.double_content_container_text{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	flex-direction: column;
	padding:16px;
	background-color: #ffffff;
	height: 100px;
	font-weight: 600;
}
.double_content_container_text div{
	display: flex;
	width: 100%;
	justify-content: space-around;
	align-items: center;
	flex-direction: row;
}
.double_content_container_text div a{
	font-weight: 600;
}


.double_content_container_side{
	width: 50%;
	position: relative;
}
.double_content_container_side img{
	width: 100%;
}
.double_content_container_left{
	left: -50%;
}

.double_content_container_right{
	right: -50%;
}
.double_content_container_left.open{
	left: 0;
}
.double_content_container_right.open{
	right: 0;
}
.video_section{
	width: 100%;
	position: relative;
	left: 0;
	top: 0;
	margin:20px 0;
}
.video_section video{
  width: 100%; 
  height: 100%
}
.footer{
	width: 100%;
	min-height: 500px;
	font-family: 'Andada Pro', serif;
	position: relative;
}
.footer h4{
	font-family: 'Nunito Sans', sans-serif;
	font-size: 12pt;
	font-weight: bold;
	padding-bottom: 0.8em;
	margin-bottom: 0.8em;
	position: relative;
	display: block;
	width: 100%;
}

.footer ul{
	margin:0;
	padding: 0;
	list-style: none;
}
.footer ul li a{
	line-height: 30px;
	font-size: 9pt;
	font-family: 'Nunito Sans', sans-serif;
}



.swiper-button-next,.swiper-button-prev{
	color:#fff;
}
.swiper-pagination-bullet-active{
	background-color: #fff;
}

.swiper-pagination-fraction{
	text-align: left;
	padding-left: 20px;
	color:#fff;
}
.text_lean{
	display: flex;		
	flex-direction: column;
	height: 100%;
	position: relative;
	padding-bottom: 0;
}
.text_lean a{
	color: #0f0f0f;
	text-decoration: none;
	position: relative;
}
.even_container{
	display: flex;
	justify-content: center;
	align-items: center;
}
.bg_img_container{
	padding:100px;
	background:  no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.text_lean_right{
	
	align-items: flex-end;
	justify-content: center;
	text-align: right;
}
.text_lean_left{
	
	align-items: flex-start;
	justify-content: center;
	text-align: left;
}
a.outline_btn{
	color:#fff;
	border:1px solid #0f0f0f;
	background-color: #0f0f0f;
	line-height: 1.6em;
	text-align: center;
	padding:1px 12px;
	display: inline-block;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	text-decoration: none;
}
a.outline_btn:hover{
	background-color: #fff;
	color:#0f0f0f;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	text-decoration: none;
}
a.outline_btn:after
{
	height: 0;
}

a.outline_btn_white{
	color:#0f0f0f;
	border:1px solid #0f0f0f;
	background-color: #fff;
	line-height: 40px;
	text-align: center;
	padding:1px 12px;
	display: inline-block;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	text-decoration: none;
}
a.outline_btn_white:hover{
	background-color: #0f0f0f;
	color:#fff;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	text-decoration: none;
}
a.outline_btn_white:after
{
	height: 0;
}
a.cat_filter_tab_trigger{
	line-height: 40px;
}
a.cat_filter_tab_trigger:hover{
	opacity: 0.8;
}
a.cat_filter_tab_trigger:after{
	height: 0;
}

a.line_btn{
	color:#0f0f0f;
	display: block;
	font-weight: 700;
	position: relative;
	line-height: 24px;
}

.cat_filter_container{
	width: 100%;
	height: 85vh;
	position: relative;
	overflow: hidden;
}
.cat_filter_bg{
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background:  no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.cat_filter_mask{
	width: 100%;
	height: 100vh;
	position: absolute;
	background-color: rgba(0,0,0,0.3);
	top: 0;
	left: 0;
	z-index: 11;
}
.cat_filter_bg img{
	width: 100%;
	margin-left: 0%;
}
.cat_filter_list_wrap
{
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 100%;
	height: 100vh;
	z-index: 20;
	top:0;
	left: 0;
	
}
.cat_filter_list
{
	margin:0;
	padding: 0;
	list-style: none;
	text-align: center;
	padding:30px;
}
.cat_filter_list li a{
	color:#fff;
	font-size: 24px;
	line-height: 52px;
	opacity: 0.8;
}
.cat_filter_list li a:hover{
	opacity: 1;
}
.cat_filter_list li a.opaque
{
	opacity: 0.5;
}
.cat_filter_list li a:after{
	height: 0;
}

.cat_filter_img_wrap
{
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 100%;
	height: 100vh;
	z-index: 15;
	top:0;
	left: 0;

}
.cat_filter_img_list{
	margin:0;
	padding: 0;
	list-style: none;	
	display: block;
	height: 100vh;
	width: 100%;
	

}
.cat_filter_img_list li {
	width: 100%;
	height: 100vh;
	display: block;
	background:  no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}
.cat_filter_img_list li img{
	width: 100%;
	margin-left: 0;

}
.cat_filter_img_list li{
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	overflow-y: hidden;
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-ms-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}
.cat_filter_img_list li.show{
	opacity: 1;
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-ms-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}
.coll_header_wrap{
	width: 100%;
	position: relative;
	min-height: 500px;
	overflow-y: hidden;
	background:  no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.container_gallery_iso img{
	width: 100%;
}
.container_gallery_iso .cent{
	padding:0px;
	opacity: 1;
	cursor: pointer;
}
.container_gallery_iso .cent:hover{
	opacity: 0.8;
}
.coll_header_wrap_high{
	min-height: 100vh;
	background:  no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.coll_header_wrap_short{
	min-height: 250px;
	background:  no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.filtreler{
	text-align: right;
}
.filtreler i{
	font-size: 36px;
}
.filtreler span{
	font-size: 16px;
}
.coll_header_img_wrap{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}
.coll_header_img_wrap img{
	width: 100%;
}
.coll_header_mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
	background-color: rgba(0,0,0,0.2);
}
.coll_header_text_wrap
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 30;
	padding:30px;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	color: #fff;
	flex-direction: column;
}
.coll_header_high_text_wrap{
	justify-content: center;
	width: 40%;
	padding-left: 100px;
}
.coll_header_high_text_wrap p{
	display: block;
}
.down_indicator{
	width: 100%;
	height: 70px;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	z-index: 30;
	font-size: 50px;
	color: #fff;
}
.down_indicator a{
	color:#fff;
	font-size: 40px;
	display: block;
}
.down_indicator a:after{
	height: 0;
}
.coll_header_text_wrap a{
	color: #fff;
}
.dark_page{
	background-color: #0f0f0f;
	color: #fff;
}
.material_image{
	width: 100%;
}
.material_column_item{
	margin-bottom:130px;
}
.material_column_item a{
	color:#fff;
}.material_column_item a:after{
	height: 0;
}
.material_inner_column
{
	width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	height: auto;
	padding-bottom: 100px;
} 
.material_inner_column_item img{
	width: 70vw;
}


.coll_product_wrap{
	width: 100%;
	position: relative;
}
.product_image_wrap{
	width:100%;
	position: relative;
}
.product_img{
	width: 100%;
	height: 100%;
	position: relative;
	left: 0;
	top: 0;
	z-index: 10;
}
.product_img img{
	width: 100%;
}
.product_img_mask{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 20;
	background-color: rgba(0,0,0,0.2);
	opacity: 0;
}
a.product_img_text{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 30;
	opacity: 0;
	color:#fff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.product_image_wrap:hover .product_img_mask,.product_image_wrap:hover .product_img_text{
	opacity: 1;
}
.product_img_text h3{
	position: relative;
}
.product_img_text h3:after{
	content: "";
	width: 20%;
	margin-left: 40%;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	background-color: #fff;
}
.product_text_wrap{
	width: 100%;
	border: 1px solid #0f0f0f;
	padding:30px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.inner_page_wrap{
	margin-top:120px;
}
.product_data{
	font-size: 0.8em;
}
.product_data h1{
	font-size: 2em;
}
.product_data ul{
	margin-left: 10px;
}
.product_data a i{
	font-size: 30px;
}
.expand_panel{
	margin-left: 6px;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}
.collapse_trigger{
	display: block;
	display: flex;
	align-self: center;
}
.thumb_swiper{
	flex:1;
	align-items: flex-start;
	display: block;
	margin-right: 6px;
	
}
.product_swiper{
	flex:6;
}
.product_swiper img:hover{
	cursor: pointer;
}
.thumb_swiper .swiper-wrapper{
	
}
.thumb_swiper .swiper-slide{
	opacity: 0.5;
	cursor: pointer;
}
.thumb_swiper .swiper-slide-thumb-active
{
	opacity: 1;
}

.product_slider_wrap{
	display: flex;
	justify-content: center;
	align-items: stretch;
}
.product_slider_modal{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	z-index: 1400;
	

}
.product_img_column{
	width: 100%;
}
.product_img_column img{
	width: 100%;
	cursor: pointer;
	margin-top:10px;
}
.hide_modal{
	opacity: 0;
	top:-100%;
}
.product_slider_modal_mask{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(255,255,255,0.9);
	z-index: 10;
}
.product_slider_modal_wrap{
	position: absolute;
	left: 20%;
	top: 5vh;
	width: 60%;
	min-height: 50vh;
	z-index: 20;
	background-color: #fff;
	padding:50px;
	padding-top:30px;
}
.product_slider_modal_header{
	height: 40px;
}
.product_slider_modal_header i{
	font-size: 30px;
	float: right;
}
.footer_note{
	width: 100%;
	text-align: center;
	margin-bottom: 0px;
	display: inline-block;
	padding-bottom: 0px;
}
.breadcrumb{
	font-size: 0.8em;
	background-color: transparent;
	margin-bottom:0;
}
.breadcrumb span{
	line-height: 1.5em;
	padding-left: 6px;
}
.breadcrumb a{
	font-size: 0.8em;
	line-height: 1.5em;
}
.product_quantity{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.product_quantity_increment{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.product_quantity a{
	color:#0f0f0f;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	text-decoration: none;
	cursor: pointer;
	width: 40px;
	padding-bottom:0;
	font-size: 32px;
}

.product_quantity .add_to_cart{
	color:#fff;
	border:1px solid #0f0f0f;
	background-color: #0f0f0f;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	text-decoration: none;
	cursor: pointer;
	width: 40px;
	padding-bottom:0;
	font-size: 32px;
}
.product_quantity a.add_to_cart{
	width: 100%;
	font-size: 1.2em;
}
.product_quantity a:hover{
	background-color: #fff;
	color:#0f0f0f;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	text-decoration: none;
}
.product_quantity a:after{
	content: "";
	position: absolute;
	bottom:0;
	left: 0;
	width: 0%;
	height: 0px;
}
.product_quantity input{
  	border:transparent;
  	border:1px solid #0f0f0f;
  	max-width: 40px;  	
  	width: auto;
  	line-height: 16px;
  	text-align: center;
  	height: 42px;
  	position: relative;
  	font-size: 20px;
  	
  }
  .product_price{
  	display: flex;
  	justify-content: flex-start;
  	align-items: center;
  }
  .product_discount{
  	padding-left:16px;
  	min-height: 45px;
  	flex:1;
  }
  .product_variations{
  	flex:1;
  }
  .product_variations{
  	width: 100%;
  	display: flex;
  	justify-content: flex-end;
  	align-self: center;
  }
  .product_variations_inner{
  	width: 100%;
  	display: flex;
  	justify-content: flex-start;
  	align-self: center;
  }
  .product_variation_selector{
  	width: 60px;
  	height: 30px;
  	border:1px solid #0f0f0f;
  	margin:0 5px;
  	background:  no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  }
  .product_variation_selector:hover{
  	opacity: 0.8;
  	cursor: pointer;
  }
  .product_discount_with_variation{
  	width: 100%;
  	display: flex;
  	justify-content: flex-end;
  	align-self: flex-end;
  }
  .product_discount_price{
  	font-family: "Encorpada Classic";
  	font-size: 22px;
  	letter-spacing: 1.3pt;
  }
  .product_real_price{
  	font-family: "Encorpada Classic";
  	font-size: 15px;
  	text-decoration: line-through;
  }
  .product_discount_rate{
  	font-size: 15px;
  	letter-spacing: 1.3pt;
  }
  .product_card{
  	border:1px solid transparent;
  	width: 100%;
  	margin-bottom: 40px;
  }
  .product_card .product_card_addtocart{
  	display: block;
  	margin-top:10px;
  	opacity: 0;
  }
  .product_card:hover .product_card_addtocart{
  	opacity: 1;
  }
  .product_card_img_holder{
  	width: 100%;
  	position: relative;
  	max-height: 450px;
  	overflow-y:hidden;
  }
  .category_card_img_holder{
  	width: 100%;
  	position: relative;
  	max-height: 450px;
  	overflow-y:hidden;
  }
  .product_card_img{
  	position: relative;
  	left: 0;
  	top: 0;
  	z-index: 10;
  	width: 100%;
  }
  .product_card_img_mask{
  	position: absolute;
  	left: 0;
  	top: 0;
  	z-index: 20;
  	width: 100%;
  	height: 100%;
  	background-color: rgba(0,0,0,0.5);
  	opacity: 0;
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	flex-direction: column;
  	color: #fff;
  }
  .product_card_img_mask a{
  	display: block;
  	width: 100%;
  	height: 100%;
  	padding-top:30%;
  	color:#fff;
  	text-align: center;
  }
  .product_card:hover{
  	
  }
  .product_card:hover .product_card_img_mask{
  	opacity: 1;
  }
  .product_card_img img{
  	width: 100%;
  }
  .category_card_text_holder{
  	min-height:30px;
  	padding: 0;
  }
  .product_card_text_holder{
  	min-height:100px;
  	padding: 10px 20px;
  	text-align: left;
  }
  .product_card_text_link{
  	width: 100%;
  	margin-bottom:10px;
  	margin-top:10px;
  	font-weight: bold;
  	letter-spacing: 1.3pt;
  }
  .product_card_text_holder a{
  	font-size: 18px;
  	line-height: 32px;
  	font-family: "Encorpada Classic";
  }
  .product_card_text_holder .excerpt{
  	font-size: 12px;
  	margin-bottom: 6px;
  }
  .product_card_text_holder .product_discount{
  	padding-left:0;
  }
  .product_card_text_holder .product_real_price,.product_card_text_holder .product_discount_rate{
  	font-size: 14px;
  }
  .recommended_products{
  	padding-bottom:30px;
  	margin-bottom: 50px;
  }
  .recommended_products .swiper-pagination{
  	bottom:-0;
  }
  .recommended_products .swiper-pagination-bullet-active{
	background-color: #0f0f0f;
	}

	.recommended_products .swiper-pagination-fraction{
		text-align: left;
		padding-left: 20px;
		color:#fff;
	}
	.recommended_products_wrapper{
		overflow: hidden;
	}
	.recommended_products{
		width: 86%;
		margin:0 7%;
		overflow: visible;
	}
	.recommended_products .swiper-slide{
		visibility: hidden;
	}
	.recommended_products .swiper-slide .product_card{
		margin-bottom: 0;
	}

	
	.recommended_products .swiper-slide.swiper-slide-visible{
		visibility: visible;
	}
	.recommended_products .swiper-button-next{
		right:-7%;
		top:30%;
	}
	.recommended_products .swiper-button-next:after{
		color:#0f0f0f;
		font-size: 30px;
	}
	.recommended_products .swiper-button-prev{
		left:-7%;
		top:30%;
	}
	.recommended_products .swiper-button-prev:after{
		color:#0f0f0f;
		font-size: 30px;
	}
	.product_reccomnadations_text{
		display: flex;
		justify-content: center;
		align-items: flex-start;
		flex-direction: column;
		min-height: 300px;
		text-align: left;
	}
	.collection_row{
		margin-bottom: 26px;
		border-bottom:1px solid #d5d5d5;
		padding-bottom:26px;
	}
	.collection_row_img{
	}
	.collection_row_img img{
		width: 100%;
	}
	.collection-list__text{
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 100%;
	}
	.collection-list__text--h4b{
		font-weight: 600;
	}
	.collection-list__text--h4{
		font-weight: 600;
	}
	.collection-list__text_link{
		display: inline-block;

	}
	.collection_row .swatches{
		display: flex;
		align-items: flex-start;
	}
	.collection_row .swatches img{
		width: 80px;
		height: 40px;
		margin-left: 6px;
	}
	.collection_row .list__text_link a{
		font-size: 16px;
		position: relative;
		font-weight: 600;
	}
	.collection_row .list__text_link a i{
		font-size: 24px;
		position: relative;
		top:3px;
	}
	

	.footer_collapse{
		cursor: pointer;
	}
	.footer_collapse .opened{
		display: none;
	}
	.footer_collapse .closed{
		display: inline-block;
	}
	.footer_collapse.opened .opened{
		display: inline-block;
	}
	.footer_collapse.opened .closed{
		display: none;
	}
	.may_we_help{
		width: 100%;
		height: 100vh;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 1300;
		display: none;
		justify-content: flex-start;
		align-items: center;
		flex-direction: column;
		background-color: #efefef;
		padding: 50px;
		overflow: hidden;
		
	}
	.encorpada_text{
		font-family: "Encorpada Classic";
		letter-spacing: 1.3px;
	}
	.nunito_text{
		font-family: 'Nunito Sans', sans-serif;
		
	}
	.tiny_text{
		font-size: 0.8em;
	}
	.bold_text{
		font-weight: 600;
	}
	.wide_text{
		letter-spacing: 1.3px;
	}
	.may_we_help_show{
		display: flex;
	}
	.may_we_help_content{
		margin-top:30px;
		background-color: #fff;
	}
	.may_we_help_card{
		background-color: #fff;
		width: 100%;
		text-align: center;
		padding: 20px;
	}
	.may_we_help_card p{
		min-height: 120px;
		font-size: 0.9em;
	}
	.may_we_help_card i{
		font-size: 44px;
	}
	.tab_pane_border{
		border-left: 1px solid #6f6f6f;
	}
	.tab-pane ul{
		margin:0;
		padding: 0;
		list-style: none;
	}
	.tab-pane ul li{
		line-height: 34px;
		font-weight: 300;
	}





.collection_thumbs{
	width: 100%;
	margin-top:40px;
}















	.range_selector {
    position: relative;
    padding: 20px;
    width: 400px;
    color: #0f0f0f;
}

.range_selector ul {
    position: relative;
    display: block;
    overflow: auto;
    min-width: 138px;
    max-height: 200px;
    background: #fff;
    list-style: none;
    white-space: inherit;
    padding-right: 17px;
    width: calc(100% + 17px)
}

.range_selector li {
    position: relative;
    padding: 3px 20px 3px 25px;
    cursor: pointer
}

.range_selector li:before {
    position: absolute;
    top: 50%;
    left: 0;
    top: 4px;
    display: inline-block;
    margin-right: 9px;
    width: 17px;
    height: 17px;
    background-color: #f4f4f4;
    border: 1px solid #d5d5d5;
    content: ""
}

.range_selector li[data-selected="1"]:before {
    border: 1px solid #d7d7d7;
    background-color: #fff
}

.range_selector li[data-selected="1"]:after {
    position: absolute;
    top: 50%;
    left: 3px;
    top: 11px;
    display: inline-block;
    width: 4px;
    height: 10px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    background: none;
    color: #0f0f0f;
    content: "";
    -webkit-transform: rotate(40deg) translateY(-50%);
    transform: rotate(40deg) translateY(-50%)
}

.range_selector li:hover {
    color: #aaa
}

.range_selector li .total {
    position: absolute;
    right: 0;
    color: #d7d7d7
}

.range_selector .price-slider {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-top: 17px
}
.thin_fluid{
	padding:0 30px;
}
.product_collapse_trigger{
	font-family: "Encorpada Classic";
	
}
.contact_sidebar{
	margin:0;
	padding: 0;
	list-style: none;
}
.contact_sidebar li{
	margin-bottom: 20px;
}
.empty_header{
	width: 100%;
	height: 60px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 20;
}
.about_container{
	width: 100%;
	height: 100vh;
	position: relative;
	left: 0;
	top: 0;
	z-index: 10;
	background-color: #fff;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	overflow-x: hidden;
	flex-direction: row;

}
.about_mask{
	width: 100%;
	height: 100vh;
	position: fixed;
	background-color: #0E1116;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1300;
	top:0;
	left: 0;
}
.about_text_container{
	width: 100%;
	background-color: #0E1116;
	padding:50px 0;
}
.about_text_container_logo{
	display: flex;
	justify-content: center;
	align-items: center;
}
.about_text_container_logo img{
	width: 100px;
}
.about_text_container ul{
	margin:0;
	padding:0;
	list-style: none;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-top:20px;
}
.about_text_container ul li a{
	color:#fff;
	padding:0 12px;
	font-weight: 300;
}
.about_text_container p{
	color:#efefef;
	font-size: 0.7em;
}
.about_column{
	flex:1;
	height: 100vh;
	position: relative;
	background:  no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  cursor: pointer;
}
.about_column_enlarge{
	max-height: 100vh;
}
.about_column_shrink{
	width: 0%;
	flex:0;
	opacity: 0;
}

.about_column_mask{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.2);
	z-index: 10;
}
.about_column_media{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 5;
	opacity: 1;
	background:  no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.about_column_media_hide{
	opacity: 0;
}
.about_column_video{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 4;
	overflow: hidden;
}
.about_column_video video{
	min-width: 100%; 
  min-height: 100%; 
  
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;
  
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.about_column_content{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 15;
	display: flex;
	justify-content: center;
	align-items: center;
	color:#eee;
	flex-direction: column;
	text-align: center;
	padding:0 20px;
	
}
.about_column_content h1, .about_column_content p{
	font-family: 'Nunito Sans', sans-serif;
}
.about_column_nav{
	position: absolute;
	width: 100%;
	height: 20%;
	left: 0;
	bottom: 0;
	z-index: 20;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	color:#eee;
	flex-direction: column;
	text-align: center;
	padding:0 20px;
	
}

.about_column_nav i{
	font-size: 36px;
	margin-bottom: 30px;
	display: none;
}
.about_column_nav h4{
	display: none;
	font-size: 16px;
	font-weight: 400;
}
 .about_column_nav_get_back{
	position: absolute;
	width: 130px;
	height: 40px;
	right: 20px;
	bottom: 50px;	
	display: none;
	
}



.about_column_enlarge .about_column_nav i,.about_column_enlarge .about_column_nav h4
{
	display: block;
}
.about_column_enlarge .about_column_nav .about_column_nav_get_back{
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.about_column_enlarge .about_column_nav .about_column_nav_get_back i{
	display: inline-block;
}
.about_column_enlarge .about_column_nav .about_column_nav_get_back span{
	line-height: 36px;
	margin-left: 8px;
	height: 36px;
}
.about_main_content{
	display: none;
}
.about_main_content_show{
	display: block;
}
.about_column_content p{
	opacity: 0;
	margin-top:0;
}
.about_column_content h1
{
	margin-bottom:0;
}
.about_column:hover .about_column_content h1{
	margin-bottom: 10px;
}
.about_column:hover .about_column_content p{
	opacity: 1;
	margin-top: 10px;
}

.about_animate_class{
	-webkit-transition: all 600ms ease-out;
	-moz-transition: all 600ms ease-out;
	-ms-transition: all 600ms ease-out;
	-o-transition: all 600ms ease-out;
	transition: all 600ms ease-out;
}
.spacer{
	width: 100%;
	position: relative;
	height: 20px;
}
.footer_logo{
	width: 50%;
	margin-top: 0 25%;
}
.product_collapse_column{
	width:80%;
}
.product_collapse_line{
	width: 80%;
	margin:6px 0;
	margin-bottom:10px;
}
.image_section_bg{
	background-color: #f1f1eb;
}
.image_section_pad{
	padding: 50px;
}
a.wide_outline_btn{
	padding:1px 100px;
	line-height: 2.2em;
}

@media (min-width: 768px) {
    .range_selector .price-slider {
        padding-top:8px
    }
}



.range_selector .price-slider:before {
    position: absolute;
    top: 50%;
    left: 22px;
    margin-top: 0;
    color: #0f0f0f;
    content: attr(data-currency);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.range_selector #slider-range {
    width: 90%;
    margin-bottom: 30px;
    border: none;
    background: #e9e9e9;
    height: 3px;
    margin-left: 8px;
    margin-right: 8px
}

@media (min-width: 768px) {
     .range_selector #slider-range {
        width:100%
    }
}

.range_selector .ui-slider-handle {
    border-radius: 50%;
    background-color: #ffffff;
    
    border: none;
    border:2px solid #0f0f0f;
    top: -14px;
    width: 28px;
    height: 28px;
    outline: none
}

@media (min-width: 768px) {
    .range_selector .ui-slider-handle {
        top:-7px;
        width: 16px;
        height: 16px
    }
}

.range_selector .ui-slider-range {
    background-color: #d7d7d7
}

.range_selector .slider-price {
    position: relative;
    display: inline-block;
    padding: 5px;
    padding-left: 20px;
    width: auto;
    background-color: transparent;
    line-height: 28px;
    font-weight: 600;
}
.range_selector .slider-price#min-price{
	text-align: left;
}

.range_selector .slider-price#max-price{
	text-align: right;
}

.range_selector .slider-price:before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: 0;
    color: #0f0f0f;
    content: attr(data-currency);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.range_selector .show-all {
    position: relative;
    padding-left: 25px;
    color: #0f0f0f;
    cursor: pointer;
    line-height: 28px
}

.range_selector .show-all:after, .range_selector .show-all:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 4px;
    margin-top: -1px;
    color: #0f0f0f;
    width: 10px;
    border-bottom: 1px solid
}

.range_selector .show-all:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.range_selector.open ul {
    max-height: none
}

.range_selector.open .show-all:after {
    display: none
}

.footer h3{
	font-size: 1.5em;
	letter-spacing: 1.3pt;
}
.footer_note{
	font-size: 0.8em;
	letter-spacing: 1.3pt;
	font-family: 'Nunito Sans', sans-serif;
}
.text_lean h1{
	line-height: 1.3em;
	font-family: 'Nunito Sans', sans-serif;
}

/* Example Media Queries */
@media screen and (max-width: 55em) {
	
}

@media screen and (max-width: 32.25em) {
	
}

@media screen and (max-width: 765px) {
	a.wide_outline_btn{
	display: block;
	width: 100%;
}
	.about_container{
		flex-direction: column;
		height: 300vh;
	}
	.about_column_shrink{
	flex:1;
	opacity: 1;
}
	.about_column{
		width: 100%;
	}
	.product_collapse_column{
		width:100%;
	}
	.product_collapse_line{
		width: 100%;
	}
	.product_price{
		padding-top: 0;
	}
	.may_we_help{
		width: 100%;
		height: 100vh;
		margin:0 0%;
		padding: 20px;
		overflow: scroll;
	}
	.may_we_help_card p{
		min-height: auto;
		font-size: 0.9em;
	}
	.product_card_text_holder{
  	min-height:150px;
  	padding: 0;
  }

  .product_card_text_link{
  	width: 100%;
  	margin-bottom:2px;
  }
	.product_card_text_holder a{
  	font-size: 18px;
  	line-height: 22px;
  }
  .product_card_text_holder .excerpt{
  	display: none;
  }
	.product_quantity a{
	width: 40px;
}
.footer_note{
	font-size: 0.8em;
}
	.thumb_swiper{
		display: none;
	}
	.coll_header_wrap{
		min-height: 130px;
		margin-top:120px;
	}
	.coll_header_wrap_high{
	min-height: 50vh;
}
.coll_header_high_text_wrap{
	padding-left: 30px;
}
.coll_header_wrap_short{
	min-height: 250px;
}
.coll_header_high_text_wrap p{
	display: none;
}
	.coll_header_text_wrap{
		padding-bottom: 14px;
	}
	.coll_header_text_wrap h1
	{
		font-size: 32px;
	}
	.mobile_add_to_cart{
		position: fixed;
		left: 0;
		width: 100%;
		bottom:0;
		height: 110px;
		border-top:2px solid #0f0f0f;
		z-index: 120;
		background-color: #fff;
		padding-top:10px;
	}
	.product_reccomnadations_text{
		align-items: flex-start;
		min-height: auto;
		text-align: center;
	}
	.product_reccomnadations_text h2{
		text-align: center;
		width: 100%;
	}
	.product_quantity_increment{
		margin-bottom:10px;
	}
	
	.product_quantity input{
  	 	
  	max-width: 40px;  
  }
	.product_discount_price{
	  	font-size: 18px;
	  }
	  .product_real_price{
	  	font-size: 12px;
	  }
	  .product_discount_rate{
	  	font-size: 12px;
	  }
	.hide_on_mobile{
		display: none;
	}
	.show_on_mobile{
		display: block;
	}
	.product_name{
		font-size: 1.7em;
	}
	.bg_img_container{
		padding:20px;
	}
	.text_lean{
		padding-bottom: 30px;
		padding-top: 30px;
	}
	.text_lean_right{	
		align-items: center;
		text-align: center;
	}
	.text_lean_left{		
		align-items: center;
		text-align: center;
	}
	.double_content_container_text_wrap{
		width: 100%;
		height: 100px; 
		margin-left: 0%;
	}

	.header_logo{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		padding-top:40px;
		height: 100px;
		opacity: 1;
		padding-bottom: 10px;
	}
	.header_logo_drawer_open{
		opacity: 0;
	}
	.header_logo img{
		height: 100%
	}

	.header_shrink .header_logo{
		height: 50px;
		padding-top:15px;
		padding-bottom: 0;
	}
	.drawer_menu{
		width: 100%;
		height: 100vh;
		position: fixed;
		top:0;
		left:-100%;
		background-color: #fff;
		padding: 20px;
	}
	.slider_text_node h1{
		font-size: 1.6em;
	}
	.slider_text_node h3{
		font-size: 1.1em;
	}
	.slider_wrap>.slider_text{
		padding:30px;
	}
	.swiper-button-next,.swiper-button-prev{
		display: none;
	}
	.drawer_menu_open{
	left: 0;
	}
	.drawer_menu_inner ul li a{
	line-height: 44px;
	font-size: 26px;
}

.drawer_menu_inner .drawer_menu_inner_secondary_menu  ul li a{
	line-height: 38px;
	font-size: 18px;
}

	.cart_menu{
		width: 100%;
		right:-100%;
	}
	.cart_menu_open{
	right: 0;
	}

	.newsletter_menu{
		width: 100%;
		right:-100%;
	}
	.newsletter_menu_open{
	right: 0;
	}
	.swiper {
	  
	}
	#home_slider{
		height: 75vh;
	}
	.slider_wrap{
	  height: 75vh;
	}
	.slider_mask{
		height: 75vh;
	}
	.slider_wrap>.slider_text{
		height: 75vh;
	}
	.slider_wrap>.slider_image img{
	width: auto;
	height: 100%;
	top:-25%;
	}


	.cat_filter_container{
	height: 50vh;
}
.cat_filter_bg{
	height: 50vh;
}
.cat_filter_mask{
	height: 50vh;
}
.cat_filter_bg img{
	width: 300%;
	margin-left: -100%;
}
.cat_filter_list_wrap
{
	height: 50vh;
	
}
.cat_filter_list
{
	margin:0;
	padding: 0;
	list-style: none;
	text-align: center;
	padding:30px;
}
.cat_filter_list li a{
	color:#fff;
	font-size: 24px;
	line-height: 44px;
}
.cat_filter_list li a:after{
	height: 0;
}

.cat_filter_img_wrap
{
	height: 50vh;
}
.cat_filter_img_list{
	margin:0;
	padding: 0;
	list-style: none;	
	display: block;
	height: 100vh;
	width: 100%;
}
.cat_filter_img_list li img{
	width: 300%;
	
}




















}


/* animated header */


