/*
 Theme Name: Tunica Studio
 Author: Federico Salort
 Author URI: http://federicosalort.com/
 Description: Theme developed for Tunica Studio

 */

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 100vh;
	-webkit-overflow-scrolling: touch;
}

body {
	margin: 0px;
	color: #262626;
	margin: auto;
	overflow: visible;
	background-color: white;
	font-family: 'GrotesqueMTStd';
}

* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.overflow_hidden {
	overflow: hidden !important;
}

body * {
	outline: none;
}

#canvas {
	width: 100%;
	height: 100%
}

div, ul, li, header, footer, a, figure, img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

b, strong, h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

textarea, input[type="text"], input[type="button"], input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}

b, strong {
	/* font-family: 'BellMTStd-Bold'; */
}

.columns_container::after, .clear::after, .woocommerce div.product:after {
	clear: both;
	display: block;
	content: '';
}

a {
	text-decoration: none;
	color: #262626;
}

.home_menu_container {
	position: absolute;
	width: 100%;
	bottom: 0;
	height: 66px;
	pointer-events: auto;
}

#masthead {
	position: fixed;
	width: 100%;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'GrotesqueMTStd';
	top: 0;
	z-index: 100;
}

.home_menu_container #masthead {
	position: relative;
	bottom: 0;
	padding: 0px 0px;
	z-index: 10;
	pointer-events: none;
	height: 100vh;
	overflow: hidden;
}

.fixed_header .home_menu_container #masthead {
	position: fixed;
	top: 0;
}

#masthead .header_wrapper {
	position: absolute;
	background: white;
	height: 66px;
	pointer-events: auto;
	width: 100%;
}

#masthead .header_wrapper:after {
	background: #cccccc;
	width: 0;
	height: 1px;
	position: absolute;
	content: '';
	left: 0;
	display: block;
	bottom: 0;
	-moz-transition: all 0.7s ease-in-out 0s;
	-ms-transition: all 0.7s ease-in-out 0s;
	-o-transition: all 0.7s ease-in-out 0s;
	transition: all 0.7s ease-in-out 0s;
}

.single-post #masthead .header_wrapper:after {
	display: none
}

.fixed_header #masthead .header_wrapper:after {
	width: 100%;
}

#masthead .header_wrapper .main_menu {
}

#masthead .header_wrapper .main_menu .main_menu_wrapper {
}

#masthead .header_wrapper .main_menu .main_menu_wrapper .mobile_scroll {
}

#masthead .header_wrapper .main_menu .main_menu_wrapper .mobile_scroll nav {
}

#masthead .header_wrapper .main_menu .main_menu_wrapper .mobile_scroll nav ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

#masthead .header_wrapper .main_menu .main_menu_wrapper .mobile_scroll nav ul li {
	display: inline-block;
	line-height: 68px;
}

#masthead .header_wrapper .main_menu .main_menu_wrapper .mobile_scroll nav ul li a {
	margin: 0px 13px;
	position: relative;
	pointer-events: auto;
}

.hamburger:focus {
	outline: none
}

.hamburger span {
	display: block;
	position: absolute;
	top: 16px;
	top: 50%;
	left: 0;
	right: 0;
	height: 1px;
	height: 0.125 rem;
	background: #262626;
	text-indent: -990000px;
	width: 100%;
	transition-property: opacity, background-color;
	transition-property: opacity, background-color;
	transition-duration: .2s, 0.7s;
	transition-delay: 0s, .2s;
}

.hamburger span::before, .hamburger span::after {
	position: absolute;
	content: '';
	display: block;
	left: 0;
	width: 100%;
	height: 1px;
	height: 0.125 rem;
	background-color: #262626;
	transition-duration: 0.2s, 0.2s, 0.7s, 0.7s;
	transition-delay: 0.2s, 0s, .2s, .2s;
}

.hamburger span::before {
	top: -7px;
	top: -0.5625 rem;
	transition-property: top, -webkit-transform, width, background-color;
	transition-property: top, -webkit-transform, width, background-color;
}

.hamburger span::after {
	bottom: -7px;
	bottom: -0.5625 rem;
	transition-property: bottom, -webkit-transform, width, background-color;
	transition-property: bottom, -webkit-transform, width, background-color;
}

.open .hamburger span {
	background: none;
	transition-delay: 0s, 0s;
}

.open .hamburger span::before, .open .hamburger span::after {
	transition-delay: 0s, 0.2s;
}

.open .hamburger span::before {
	top: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.open .hamburger span::after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.menu_black_btn.open {
}

.menu_black_btn {
	text-align: center;
	vertical-align: middle;
	-moz-transition: all .2s ease-in-out 0s;
	-ms-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
	padding: 0 10px;
	height: 36px;
	width: 47px;
	/* top: 20px; */
	z-index: 200;
	pointer-events: auto;
	position: relative;
}

.hamburger {
	display: block;
	position: absolute;
	left: 50%;
	margin: 0px auto;
	padding: 0;
	width: 24px;
	top: 50%;
	height: 24px;
	font-size: 0;
	text-indent: -9999px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	cursor: pointer;
	z-index: 3;
	background: none;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-tap-highlight-color: transparent;
	-webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
	-o-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
	transition-delay: .23s;
	pointer-events: auto;
}

.header_left_controls {
	position: absolute;
	left: 20px;
	line-height: 68px;
}

.logo {
	margin: 0px 13px;
	display: inline-block;
}

.header_menu_btn {
	display: inline-block;
	vertical-align: -14px;
	pointer-events: auto;
}

.header_right_controls {
	position: absolute;
	right: 0;
	line-height: 68px;
}

.header_right_controls {
}

.header_right_controls .search_control {
	display: inline-block;
	width: 122px;
}

.header_right_controls .search_control span {
	color: #D8D8D8;
	cursor: pointer;
}

.header_right_controls .search_control span input {
	width: 100%;
	border: none;
	background: transparent;
	font-size: 14px;
	font-family: 'GrotesqueMTStd';
	pointer-events: auto;
}

.header_right_controls .cart_btn {
	display: inline-block;
	padding: 0px 10px;
	cursor: pointer;
	margin-right: 20px;
}

.header_right_controls .cart_btn .cart_label {
	position: relative;
	z-index: 101;
	cursor: pointer;
	display: inline-block;
	pointer-events: auto;
}

.header_right_controls .cart_btn span {
	vertical-align: middle;
}

.slider_container {
	position: relative;
	z-index: 10;
	height: 100vh;
	padding-bottom: 66px;
}

.slider_container .slider_container_wrapper {
	height: 100%;
}

.slider_container .slider_container_wrapper .main_slider_container {
	height: 100%;
}

.slider_container .slider_container_wrapper .main_slider_container {
}

.slider_container .slider_container_wrapper .main_slider_container .swiper-container {
	height: 100%;
	overflow: hidden;
	width: 100%;
	position: relative;
}

.slider_container .slider_container_wrapper .main_slider_container .swiper-container .swiper-wrapper {
	height: 100%;
	width: 900000vw;
}

.slider_container .slider_container_wrapper .main_slider_container .swiper-container .swiper-wrapper .slide {
	height: 100%;
	float: left;
	width: 100vw;
	display: block;
	position: relative;
	pointer-events: none;
}

.slider_container .slider_container_wrapper .main_slider_container .swiper-container .swiper-wrapper .slide.swiper-slide-active {
	pointer-events: auto;
}

.slider_container .slide {
}

.slider_container .slide .slider_text_wrapper {
	height: 100%;
}

.slider_container .slide .slider_text_wrapper .slider_text_container {
	height: 100%;
	width: 50%;
	position: absolute;
}

.slider_container .slide .slider_text_wrapper .slider_text_container .slider_text_container_wrapper {
	height: 100%;
	position: relative;
}

.slider_container .slide .slider_text_wrapper .slider_text_container .slider_text_container_wrapper label {
	position: absolute;
	top: 50%;
	font-size: 3.5vw;
	text-align: center;
	width: 100%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	display: block;
	padding: 0px 2vw;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
}

.slider_container .slide .slider_text_wrapper .slider_text_container .slider_text_container_wrapper span {
	position: absolute;
	display: block;
	bottom: 0;
	padding: 2.5vw 2vw;
	width: 100%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 2.1vw;
	font-family: 'BellMTStd-Regular';
}

.slider_container .slide .slider_text_wrapper .slider_text_container .slider_text_container_wrapper span p {
	margin: 0
}

.slider_container .slide .slider_text_wrapper .slider_text_container .slider_text_container_wrapper span.style_big {
	font-size: 3.5vw;
	text-transform: uppercase;
	line-height: 3.5vw;
	font-family: 'GrotesqueMTStd';
}

.slider_container .slide .slider_image_container {
	position: absolute;
	width: 50%;
	right: 0;
	top: 0;
	height: 100%;
}

.slider_container .slide.align_left .slider_image_container {
	right: auto;
	left: 0;
}

.slider_container .slide.align_left .slider_text_wrapper .slider_text_container {
	right: 0;
}

.slider_container .slide .slider_image_container.margin_small {
	padding-top: .5vw;
	padding-right: .5vw;
}

.slider_container .slide .slider_image_container.margin_big {
	padding: 10vw;
}

.slider_container .slide .slider_image_container.margin_big .slider_image {
	background-size: contain;
	background-repeat: no-repeat;
}

.slider_container .slide .slider_image_container .slider_image {
	background-size: cover;
	background-position: center center;
	height: 100%;
    -webkit-transition: -webkit-transform 8s linear,opacity 1s ease;
    transition: transform 8s linear,opacity 1s ease;
}

.section_title {
	padding: 30px;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'GrotesqueMTStd';
}

.magazine_content .section_title {
	border-bottom: 1px solid #cccccc;
}

.home_news_list {
}

.home_news_list .section_title {
}

.home_news_list .home_news_list_container {
	padding: 0px 10px 10px 10px;
}

.home_news_list .home_news_list_container .home_news_item {
	float: left;
	width: 50%;
	padding-bottom: 40px;
	border-bottom: 1px solid #cccccc;
	padding-top: 40px;
}

.home_news_list .home_news_list_container .home_news_item .home_news_item_wrapper {
}

.home_news_list .home_news_list_container .home_news_item .home_news_item_wrapper .home_news_item_content {
}

.home_news_list .home_news_list_container .home_news_item .home_news_item_wrapper .home_news_item_content .home_news_item_header {
}

.home_news_list .home_news_list_container .home_news_item .home_news_item_wrapper .home_news_item_content .home_news_item_header .home_news_item_excerpt {
	font-size: 16px;
	font-family: 'BellMTStd-Regular';
	padding: 0px 30px;
	margin: 0px 0px 20px 0px;
	height: 57px;
	overflow: hidden;
	line-height: 21px;
}

.home_news_item_footer_mobile .home_news_item_excerpt {
	font-size: 36px;
	font-family: 'BellMTStd-Regular';
	padding: 10px 30px 0px 30px;
	margin: 20px 0px 0px 0px;
	height: 112px;
	overflow: hidden;
	line-height: 34px;
}

.home_news_item_footer_mobile .home_news_item_excerpt p {
	margin: 0;
}

.home_news_list .home_news_list_container .home_news_item .home_news_item_wrapper .home_news_item_content .home_news_item_header .home_news_item_excerpt p {
	margin: 0;
}

.home_news_list .home_news_list_container .home_news_item .home_news_item_wrapper .home_news_item_content .home_news_item_header .home_news_item_title {
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 17px;
	height: 35px;
	overflow: hidden;
	margin-bottom: 20px;
	display: table;
	width: 100%;
}

.home_news_list .home_news_list_container .home_news_item .home_news_item_wrapper .home_news_item_content .home_news_item_header .home_news_item_title p {
	margin: 0;
	display: table-cell;
	vertical-align: middle;
}

.home_news_list .home_news_list_container .home_news_item .home_news_item_wrapper .home_news_item_content .home_news_item_image_container {
	position: relative;
}

.home_news_list .home_news_list_container .home_news_item .home_news_item_wrapper .home_news_item_content .home_news_item_image {
	height: 100%;
	background-size: cover;
	background-position: center center;
}

.home_news_list .home_news_list_container .home_news_item .home_news_item_wrapper .home_news_item_content .home_news_item_image h1, .home_news_list .home_news_list_container .home_news_item .home_news_item_wrapper .home_news_item_content .home_news_item_image p {
	margin: 0;
}

.home_news_list .home_news_list_container .home_news_item .home_news_item_wrapper .home_news_item_content .home_news_item_image h1 {
	color: white;
	text-align: center;
	padding: 2vw;
	position: absolute;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	letter-spacing: .012vw;
	font-size: 2.5vw;
	line-height: 3vw;
	opacity: 0;
	-moz-transition: all .7s ease-in-out 0s;
	-ms-transition: all .7s ease-in-out 0s;
	-o-transition: all .7s ease-in-out 0s;
	transition: all .7s ease-in-out 0s;
	text-transform: uppercase;
	-webkit-filter: drop-shadow(0px 0px 5px white) blur(2.5px);
	-moz-filter: drop-shadow(0px 0px 5px white) blur(2.5px);
	-ms-filter: drop-shadow(0px 0px 5px white) blur(2.5px);
	-o-filter: drop-shadow(0px 0px 5px white) blur(2.5px);
	filter: drop-shadow(0px 0px 5px white) blur(2.5px);
	font-family: 'GrotesqueMTStd-Bold';
}

.home_news_item_layer {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(38, 38, 38, .19);
}

.home_news_list .home_news_list_container .home_news_item:nth-of-type(2n) {
	float: right;
	margin-right: 0;
}

.home_news_list .home_news_list_container .home_news_item:nth-of-type(2n+1) {
	float: left;
	clear: both;
}

.home_news_list .home_news_list_container .home_news_item:nth-of-type(2n) .home_news_item_image_container {
	border-left: 5px solid;
}

.home_news_list .home_news_list_container .home_news_item:nth-of-type(2n+1) .home_news_item_image_container {
	border-right: 5px solid;
}

.ellip {
	display: block;
	height: 100%;
}

.ellip-line {
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	max-width: 100%;
}

.ellip, .ellip-line {
	position: relative;
	overflow: hidden;
}

.no_border {
	border: none !important;
}

.home_news_item_footer {
	position: absolute;
	bottom: 40px;
	text-align: center;
	width: 100%;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'GrotesqueMTStd';
}

.home_news_item_footer div {
	display: inline-block;
	color: white;
	margin: 0px 20px;
}

.home_recent_news_list {
}

.home_recent_news_list .home_recent_news_list_container {
}

.home_recent_news_item {
	display: block;
	float: left;
	width: 25%;
	padding: 40px;
	text-align: center;
	text-transform: uppercase;
	height: 300px;
}

.home_recent_news_item .home_recent_news_item_wrapper {
	height: 100%;
	position: relative;
}

.home_recent_news_item .home_recent_news_item_wrapper h1 {
	margin: 0;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 17px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	position: absolute;
	width: 100%;
}

.home_recent_news_item .home_recent_news_item_wrapper h1 p {
	margin: 0;
}

.home_recent_news_item .home_recent_news_item_wrapper .home_recent_news_item_image {
	position: absolute;
	height: 100%;
	width: 100%;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	z-index: 1;
}

.home_product_list {
}

.home_product_list .section_title {
}

.home_product_list .home_product_list_container {
	/* padding: 0px 10px; */
	border-top: 1px solid #cccccc;
}

.home_product_list .home_product_list_container .home_product_item, body.woocommerce ul.products li.product, body.woocommerce-page ul.products li.product {
	display: block;
	float: left;
	width: 25%;
	width: 50%;
	border: 1px solid #cccccc;
	border-left: none;
	padding: 20px 40px;
	border-top: 0;
}

body.woocommerce ul.products li.product, body.woocommerce-page ul.products li.product {
	margin: 0;
	text-align: center;
}


body.woocommerce ul.products li.product:nth-of-type(2n), body.woocommerce-page ul.products li.product:nth-of-type(2n) {
			border-right: 0
	}
body.woocommerce ul.products, body.woocommerce-page ul.products {
	/* padding: 0px 10px; */
	border-top: 1px solid #cccccc;
}

.home_product_item .home_product_item_wrapper {
}

.home_product_item .home_product_item_wrapper .home_product_item_content {
}

.home_product_item .home_product_item_wrapper .home_product_item_content > a {
	display: block;
	-moz-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
}

.home_product_item .home_product_item_wrapper .home_product_item_content .home_product_item_header {
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'GrotesqueMTStd';
	-moz-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
}

.home_product_item .home_product_item_wrapper .home_product_item_content .home_product_item_header .home_product_item_title {
	text-transform: uppercase;
	height: 28px;
	padding: 30px 0px 15px 0px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	overflow: hidden;
}

.home_product_item .home_product_item_wrapper .home_product_item_content .home_product_item_header .home_product_item_title p {
	margin: 0;
}

.home_product_item .home_product_item_wrapper .home_product_item_content .home_product_item_header .home_product_item_price {letter-spacing: 0.07em;}

.home_product_item .home_product_item_wrapper .home_product_item_content .home_product_item_image_container {
	margin: 20px 0px 25px 0px;
}

.home_product_item .home_product_item_wrapper .home_product_item_content .home_product_item_image_container .home_product_item_image {
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	-moz-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
}

.home_product_item:nth-of-type(4n),
.home_product_item:nth-of-type(2n) {
	border-right: none !important;
}

.home_news_item:nth-of-type(4n+1) {
}

.add_to_cart_container {
	text-align: center;
	padding-bottom: 30px;
}

.out_of_stock_container {
	text-transform: uppercase;
	color: red;
}

.add_to_cart_container button, .out_of_stock_container {
	font-size: 12px;
	line-height: 17px;
	position: relative;
	display: inline-block;
	background: transparent;
	border: none;
	padding: 0;
	cursor: pointer;
}

.add_to_cart_container button:before {
	/* width: 95%; */
	left: 50%;
	position: absolute;
	display: block;
	height: 1px;
	background-color: #000000;
	content: '';
	bottom: -2px;
	-webkit-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

#colophon {
	font-size: 11px;
	text-transform: uppercase;
	line-height: 17px;
	letter-spacing: .5px;
	background-repeat: no-repeat;
	background-position: top center;
	/* position: relative; */
	/* z-index: 21; */
	/* background-color: white; */
	overflow: hidden;
}

#colophon .footer_wrapper {
}

#colophon .footer_wrapper .newsletter_footer {
	min-height: 360px;
	text-align: center;
	padding: 98px 10px 40px 10px;
	/* border-top: 1px solid #cccccc; */
	min-height: 20px;
}

#colophon .footer_wrapper .newsletter_footer .newsletter_footer_wrapper {
}

#colophon .footer_wrapper .footer_menues_container {
	min-height: 260px;
	padding: 40px 0px;
}

#colophon .footer_wrapper .footer_menues_container .footer_menues_wrapper {
}

#colophon .footer_wrapper .footer_menues_container .footer_menues_wrapper .footer_menu {
	float: left;
	width: 14.285714286%;
	padding: 0px 10px;
}

#colophon .footer_wrapper .footer_menues_container .footer_menues_wrapper nav {
}

#colophon .footer_wrapper .footer_menues_container .footer_menues_wrapper nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#colophon .footer_wrapper .footer_menues_container .footer_menues_wrapper nav ul li {
}

#colophon .footer_wrapper .footer_menues_container .footer_menues_wrapper nav ul li a {
}

.footer_description_container {
	float: left;
	width: 42.857142857%;
	padding: 0px 10px;
}

.footer_description_container_wrapper {
	max-width: 320px;
	text-transform: none;
}

.footer_description_container_wrapper p {
	margin: 0;
}

.footer_description_address p {
	margin: 0;
}

.footer_description_address {
	padding-top: 60px;
}

.newsletter_thanks_wrapper {
	display: none;
}

.newsletter_title {
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 200px;
	margin-bottom: 40px;
}

.newsletter_popup_input_container input[type=text] {
	border: none;
	border-bottom: 1px solid #cccccc;
	text-align: center;
	padding-bottom: 12px;
	color: #262626;
	font-size: 12px;
	width: 150px;
	background: transparent;
}

.newsletter_popup_input_container input[type=text]::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #4C4C4C;
	opacity: 1;
	/* Firefox */
}

.newsletter_popup_input_container input[type=text]:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #4C4C4C;
}

.newsletter_popup_input_container input[type=text]::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #4C4C4C;
}

.newsletter_popup_input_container {
	display: inline-block;
}

#colophon .footer_wrapper .newsletter_footer input[type=submit] {
	font-size: 14px;
	line-height: 17px;
	position: relative;
	display: inline-block;
	background: transparent;
	border: none;
	padding: 0;
	cursor: pointer;
	vertical-align: middle;
	margin: 0px 10px;
}

#colophon .footer_wrapper .newsletter_footer input[type=submit]:before {
	width: 95%;
	left: 50%;
	position: absolute;
	display: block;
	height: 1px;
	background-color: #000000;
	content: '';
	bottom: -2px;
	-webkit-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.empty_error, .invalid_email {
	border-color: red !important;
}

.newsletter_thanks_container {
	position: absolute;
	width: 100%;
	color: green;
	left: 0
}

.newsletter_thanks_container h2 {
	font-size: 14px;
	margin: 20px 0p;
}

.float_cart_container {
	position: absolute;
	background: white;
	width: 350px;
	right: 0;
	top: 0;
	padding-top: 66px;
	border-left: 10px solid;
	-webkit-transform: translate(100%, 0%);
	-ms-transform: translate(100%, 0%);
	transform: translate(100%, 0%);
	-moz-transition: all 0.7s ease-in-out 0s;
	-ms-transition: all 0.7s ease-in-out 0s;
	-o-transition: all 0.7s ease-in-out 0s;
	transition: all 0.7s ease-in-out 0s;
	z-index: 100;
}

.float_cart_container.open {
	-webkit-transform: translate(0%, 0%);
	-ms-transform: translate(0%, 0%);
	transform: translate(0%, 0%);
}

.float_cart_container .float_cart_container_wrapper {
	overflow: auto;
	padding: 0px 20px;
	cursor: auto;
	padding-bottom: 66px;
}

.float_cart_container .float_cart_container_wrapper .close_cart_mobile {
}

.float_cart_container .float_cart_container_wrapper .cart_item_container {
	border-top: 1px solid #cccccc;
	padding: 5px 0px;
}

.float_cart_container .float_cart_container_wrapper .cart_item_container:last-child {
	border: none;
}

.float_cart_container .float_cart_container_wrapper .cart_item_container .cart_item_container_wrapper {
}

.float_cart_container .float_cart_container_wrapper .cart_item_container .cart_item_container_wrapper .cart_image_container {
	float: left;
	width: 160px;
	height: 180px;
	padding: 10px 10px 10px 0px;
}

.float_cart_container .float_cart_container_wrapper .cart_item_container .cart_item_container_wrapper .cart_image_container .cart_image {
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.cart_info_container {
	font-size: 12px;
	line-height: 17px;
	width: auto;
	overflow: hidden;
	height: 180px;
	position: relative;
}

.cart_info_container .remove_from_cart {
	margin-top: 30px;
	color: #B0B0B0;
	display: inline-block;
	cursor: pointer;
}

.cart_info_container .center_div {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.cart_info_container .center_div .cart_product_name {
}

.cart_info_container .center_div .cart_product_name h2 {
	font-size: 12px;
	margin: 0;
}

.cart_info_container .center_div .cart_product_price {
    letter-spacing: 0.07em;
}

.cart_info_container .center_div .cart_product_qty {
}

.checkout-button {
	background: white;
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 50px;
	padding: 0px 20px;
	width: 100%;
}

.checkout-button span {
	float: right
}

.checkout-button:before {
	left: 20px;
	position: absolute;
	display: block;
	height: 1px;
	background-color: #cccccc;
	content: '';
	top: 0;
}

.cart_title {
	position: absolute !important;
	top: 0;
	left: 20px;
}

.cart_total {
	line-height: 30px;
	/* border-bottom: 1px solid #cccccc; */
	border-top: 1px solid #cccccc;
	padding-top: 3px;
	text-transform: uppercase;
	text-align: right;
	color: #666666;
	font-size: 14px;
}

.cart-empty {
	display: block;
	margin: 0;
	text-align: center;
}

.cart-empty {
	border-top: 1px solid #cccccc;
	font-size: 13px;
}

.full_main_menu_container {
	position: absolute;
	background: white;
	width: 640px;
	left: 0;
	height: 100vh;
	z-index: 100;
	top: 0;
	padding: 66px 20px 0px 20px;
	border-right: 10px solid;
	-webkit-transform: translate(-100%, 0%);
	-ms-transform: translate(-100%, 0%);
	transform: translate(-100%, 0%);
	-moz-transition: all 0.7s ease-in-out 0s;
	-ms-transition: all 0.7s ease-in-out 0s;
	-o-transition: all 0.7s ease-in-out 0s;
	transition: all 0.7s ease-in-out 0s;
}

.full_main_menu_container.open {
	-webkit-transform: translate(0%, 0%);
	-ms-transform: translate(0%, 0%);
	transform: translate(0%, 0%);
}

.full_main_menu_container .full_main_menu_wrapper {
	overflow: auto;
}

.full_main_menu_container .full_main_menu_wrapper .full_main_menu_header {
	position: absolute;
	line-height: 66px;
	top: 0;
	width: 100%;
	/* text-align: center; */
	left: 0;
}

.full_main_menu_container .full_main_menu_wrapper .full_main_menu_header .full_main_menu_search {
	float: right;
	width: 376px;
}

.full_main_menu_container .full_main_menu_wrapper .full_main_menu_header .full_main_menu_search span {
	display: inline-block;
}

.full_main_menu_container .full_main_menu_wrapper .full_main_menu_header .full_main_menu_search span img {
	vertical-align: middle;
	padding-right: 10px;
	cursor: pointer;
}

.full_main_menu_container .full_main_menu_wrapper .full_main_menu_header .full_main_menu_search span input {
	border: none;
	border-bottom: 1px solid #262626;
	width: 89px;
	font-size: 12px;
	font-family: 'GrotesqueMTStd';
}

.float_cart_container {
}

.full_main_menu_section {
	border-top: 1px solid #cccccc;
	padding: 10px 0px 80px 0px;
	line-height: 22px;
	font-size: 14px;
}

.full_main_menu_section.short_padding_bottom {
	padding-bottom: 10px;
}

.full_main_menu_section .full_main_menu_section_wrapper {
}

.full_main_menu_section .full_main_menu_section_wrapper .full_main_menu_section_title {
	float: left;
}

.full_main_menu_section .full_main_menu_section_wrapper .full_main_menu_section_menu {
	float: right;
	width: 350px;
	padding-left: 23px;
}

.full_main_menu_section .full_main_menu_section_wrapper .full_main_menu_section_menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}

.full_main_menu_section .full_main_menu_section_wrapper .full_main_menu_section_menu ul li {
}

.full_main_menu_section .full_main_menu_section_wrapper .full_main_menu_section_menu ul li a {
	cursor: pointer;
}

.full_main_menu_section_title_menu {
}

.full_main_menu_section_title_menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.full_main_menu_section_title_menu ul li {margin-bottom: 2px;}

.full_main_menu_section_title_menu ul li a {
	position: relative;
}

.last_product_item_image_container {
	float: right;
	width: 150px;
	height: 180px;
	padding: 0px 0px 0px 0px;
}

.last_product_item_image_container .last_product_item_image {
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.last_product_item_header {
	float: left;
	width: 150px;
}

.full_main_menu_footer {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 14px;
	width: 100%;
	padding: 20px;
}

.full_main_menu_footer .full_main_menu_footer_wrapper {
}

.full_main_menu_footer .full_main_menu_footer_wrapper .full_main_first_menu {
	float: left;
	padding-right: 50px;
}

.full_main_menu_footer .full_main_menu_footer_wrapper .full_main_first_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.full_main_menu_footer .full_main_menu_footer_wrapper .full_main_first_menu ul li {
}

.full_main_menu_footer .full_main_menu_footer_wrapper .full_main_first_menu ul li a {
}

.full_main_menu_footer .full_main_menu_footer_wrapper .full_main_first_menu_address {
}

.full_main_menu_footer .full_main_menu_footer_wrapper .full_main_first_menu_address p {
	margin: 0;
}

.entry-footer {
	display: none
}

body .woocommerce ul.products li.product, body .woocommerce-page ul.products li.product {
	margin: 0;
	width: 25%;
	width: 50%;
	text-align: center;
	border: 1px solid #cccccc;
	border-left: none;
	padding: 20px 40px;
	border-top: 0;
}

body .woocommerce .products ul, body .woocommerce ul.products {
	padding: 0px 0px 0px 0px;
	margin: 0;
	border-top: 1px solid #cccccc;
}

body .woocommerce ul.products li.product .button {
	font-size: 14px;
	line-height: 17px;
	position: relative;
	display: inline-block;
	background: transparent;
	border: none;
	padding: 0;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: normal;
	text-align: center;
	margin-bottom: 30px;
}

body .woocommerce ul.products li.product .button:before {
	width: 95%;
	left: 50%;
	position: absolute;
	display: block;
	height: 1px;
	background-color: #000000;
	content: '';
	bottom: -2px;
	-webkit-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

body .woocommerce ul.products li.product .woocommerce-loop-product__title {
	text-transform: uppercase;
	height: 28px;
	padding: 30px 0px 15px 0px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	overflow: hidden;
}

body .woocommerce ul.products li.product .price {
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'GrotesqueMTStd';
	color: #262626;
	margin: 0;
	font-weight: normal;
	letter-spacing: 0.07em;
}

body .woocommerce ul.products li.product:nth-of-type(4n), body .woocommerce-page ul.products li.product:nth-of-type(4n) ,
body .woocommerce ul.products li.product:nth-of-type(2n), body .woocommerce-page ul.products li.product:nth-of-type(2n) {
	border-right: none
}

#primary {
	/* padding-top: 66px; */
	min-height: 345px;
}

.home #primary {
	padding-top: 0px;
}

.product_item_image_container {
	margin: 20px 0px 25px 0px;
}

.product_item_image {
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

body .woocommerce ul.products li.product a img {
	display: none
}

.product_item_title {
	text-transform: uppercase;
	height: 28px;
	padding: 30px 0px 15px 0px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	overflow: hidden;
	font-size: 12px;
}

.product_item_title p {
	margin: 0;
}

body .woocommerce ul.products li.product .price, .product_item_title, .product_item_image_container {
	-moz-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
}

body .woocommerce nav.woocommerce-pagination {
	padding-top: 10px;
}

body .woocommerce nav.woocommerce-pagination ul {
	border: none;
}

body .woocommerce nav.woocommerce-pagination ul li {
	border: none;
}

body .woocommerce .woocommerce-pagination ul.page-numbers li, body .woocommerce-page .woocommerce-pagination ul.page-numbers li {
}

body .woocommerce nav.woocommerce-pagination ul li a, body .woocommerce nav.woocommerce-pagination ul li span {
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 17px;
	letter-spacing: .5px;
	color: #B0B0B0;
}

body .woocommerce nav.woocommerce-pagination ul li a.page-numbers.next, body .woocommerce nav.woocommerce-pagination ul li span.page-numbers.next body .woocommerce nav.woocommerce-pagination ul li a.page-numbers.prev, body .woocommerce nav.woocommerce-pagination ul li span.page-numbers.prev {
	color: #262626
}

.slider_container_shop {
	position: relative;
	z-index: 10;
	height: 100vh;
	padding-bottom: 0px;
	border-bottom: 10px solid;
	padding-top: 66px;
}

.slider_container_shop .slider_container_shop_wrapper {
	height: 100%;
}

.slider_container_shop .slider_container_shop_wrapper .main_slider_container_shop {
	height: 100%;
}

.slider_container_shop .slider_container_shop_wrapper .main_slider_container_shop {
}

.slider_container_shop .slider_container_shop_wrapper .main_slider_container_shop .swiper-container {
	height: 100%;
	overflow: hidden;
	width: 100%;
}

.slider_container_shop .slider_container_shop_wrapper .main_slider_container_shop .swiper-container .swiper-wrapper {
	height: 100%;
	width: 900000vw;
}

.slider_container_shop .slider_container_shop_wrapper .main_slider_container_shop .swiper-container .swiper-wrapper .slide {
	height: 100%;
	float: left;
	width: 100vw;
	display: block;
	position: relative;
	pointer-events: none;
	background-size: cover;
	background-position: center center;
	height: 100%;
	margin: 0;
	text-transform: uppercase;
	margin: 0;
	padding: 40px 25px;
	background-color: white;
}

.slider_container_shop .slider_container_shop_wrapper .main_slider_container_shop .swiper-container .swiper-wrapper .slide.swiper-slide-active {
	pointer-events: auto;
}

.slider_container_shop .slide {
}

.slider_container_shop .slide .slider_shop_text_wrapper {
}

.slider_container_shop .slide .slider_shop_text_wrapper .slider_shop_text_container {
	font-size: 14px;
	line-height: 18px;
}

.slider_container_shop .slide .slider_shop_text_wrapper .slider_shop_text_container p {
	margin-top: 0;
	text-transform: uppercase;
}

.slider_container_shop .slide .slider_shop_text_wrapper .slider_shop_text_container h1 {
	font-size: 32px;
	line-height: 31px;
	margin: 50px 0px;
	font-family: 'BellMTStd-Regular';
	text-transform: none;
}

.slider_container_shop .slide[color_style="white"] .slider_shop_text_wrapper .slider_shop_text_container {
	color: white;
}

.slider_container_shop .slide[color_style="white"] .slider_shop_text_wrapper .slider_shop_text_container p {
}

.slider_container_shop .slide[color_style="white"] .slider_shop_text_wrapper .slider_shop_text_container h1 {
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
	bottom: 20px;
	left: 0;
	width: 100%;
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #8C8C8C;
	cursor: pointer;
}

.swiper-pagination-bullet-active {
	background: #363636;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.slider_container_shop .slide .slide_footer_link {
	position: absolute;
	bottom: 60px;
	width: 100%;
	text-align: center;
	left: 0;
}

.slider_container_shop .slide .slide_footer_link div {
	font-size: 14px;
	line-height: 17px;
	position: relative;
	display: inline-block;
	background: transparent;
	border: none;
	padding: 0;
	cursor: pointer;
}

.slider_container_shop .slide[color_style="white"] .slide_footer_link {
}

.slider_container_shop .slide[color_style="white"] .slide_footer_link div {
	color: white;
}

.slider_container_shop .slide .slide_footer_link div:before {
	width: 95%;
	left: 50%;
	position: absolute;
	display: block;
	height: 1px;
	background-color: #000000;
	content: '';
	bottom: -2px;
	-webkit-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.slider_container_shop .slide[color_style="white"] .slide_footer_link div:before {
	background: white;
}

.next_arrow, .prev_arrow {
	position: absolute;
	font-size: 21px;
	color: #262626;
	padding: 20px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.next_arrow {
	right: 30px;
}

.prev_arrow {
	left: 30px
}

div[color="white"] .next_arrow, div[color="white"] .prev_arrow {
	color: white;
}

div[color="white"] .swiper-pagination-bullet {
	background: #D8D8D8;
}

div[color="white"] .swiper-pagination-bullet-active {
	background: white;
}

body.woocommerce div.product form.cart .button span {
	position: relative;
	font-family: 'GrotesqueMTStd';
}

body.woocommerce div.product form.cart .button.disabled span:after {
	display: block
}

body.woocommerce div.product form.cart .button span:after, .accordion_module_container .accordion_item .accordion_item_header .accordion_item_title span:after, .magazine_left_menu ul li a:after, #masthead .header_wrapper .main_menu .main_menu_wrapper .mobile_scroll nav ul li a:before, .about_list_menu .about_list_menu_container ul li a:after, .full_main_menu_section_title_menu ul li a:after,.designed_and_code_by .designed_and_code_by_item a:after {
	width: 0%;
	left: 50%;
	position: absolute;
	display: block;
	height: 1px;
	background-color: #000000;
	content: '';
	bottom: -2px;
	-webkit-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.accordion_module_container .accordion_item.open .accordion_item_header .accordion_item_title span:after, .magazine_left_menu ul li a.active:after, #masthead .header_wrapper .main_menu .main_menu_wrapper .mobile_scroll nav ul li.active a:before, .about_list_menu .about_list_menu_container ul li a.active:after, .full_main_menu_section_title_menu ul li a.active:after {
	width: 95%;
}

.about_list_container {
	padding-top: 66px;
	width: auto;
	overflow: hidden;
	border-left: 1px solid #cccccc;
}

.about_list_container .about_item {
	min-height: 250px;
	border-bottom: 1px solid #cccccc;
	position: relative;
	padding: 15px 23px;
}

.about_list_container .about_item:last-child {
	border: none
}

.about_list_container .about_item .about_item_wrapper {
}

.about_list_container .about_item .about_item_wrapper .about_item_parallax_image {
	position: absolute;
	right: 10px;
	opacity: 0;
	-moz-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
	-webkit-transform: translate(0px, 25px);
	-ms-transform: translate(0px, 25px);
	transform: translate(0px, 25px);
	top: 0;
	display: none;
}

.about_list_container .about_item .about_item_wrapper .about_item_parallax_image.animated {
	opacity: 1;
	-webkit-transform: translate(0px, 0%);
	-ms-transform: translate(0px, 0%);
	transform: translate(0px, 0%);
}

.about_list_container .about_item .about_item_wrapper .about_item_parallax_image img {
}

.about_list_menu {
	width: 320px;
	float: left;
	min-height: 100px;
}

.about_item_content_text {
	/* max-width:587px */
}

.about_item_content {
	padding-right: 34%;
}

.about_item {
}

.about_item .about_item_wrapper {
}

.about_item .about_item_wrapper .about_item_content {
}

.about_item .about_item_wrapper .about_item_content .about_item_content_title {
	font-size: 14px;
	line-height: 17px;
	letter-spacing: .5px;
	padding-bottom: 80px;
}

.about_item .about_item_wrapper .about_item_content .about_item_content_title p {
	margin: 0;
}

.about_item .about_item_wrapper .about_item_content .about_item_content_text {
	font-size: 18px;
	line-height: 21px;
	font-family: 'BellMTStd-Regular';
}

.about_item .about_item_wrapper .about_item_content .about_item_content_text table {
	border: none;
	margin-top: 1.8em;
	margin-bottom: 3em;
}

.about_item .about_item_wrapper .about_item_content .about_item_content_text table tr {
}

.about_item .about_item_wrapper .about_item_content .about_item_content_text table tr td {
	border: none;
	vertical-align: top;
	padding-right: 20px;
}

.about_item .about_item_wrapper .about_item_content .about_item_content_text a {
	text-decoration: underline;
}

.about_item .about_item_wrapper .about_item_content .about_item_content_text p {
	margin-top: 0;
}

.post-type-archive-magazine #colophon, .single-magazine #colophon, .page-template-template_about #colophon, .page-template-template_magazine #colophon, .page-template-template_legal  #colophon {
	border-top: 1px solid #cccccc;
}

.about_item_list {
	padding: 0;
	margin: 0;
	list-style: none;
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
	margin-bottom: 30px;
}

.about_item_list .about_item_item {
}

.about_item_list .about_item_item .about_item_item_header {
	padding-bottom: 5px;
}

.about_item_list .about_item_item .about_item_item_header label {
	color: #BFBFBF;
	font-size: 12px;
	padding: 8px 0px 0px 0px;
	display: inline-block;
	cursor: pointer;
	text-transform: uppercase;
}

.about_item_list .about_item_item .about_item_item_content {
	display: none;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 18px;
	padding-left: 11px;
	/* margin-bottom: 20px; */
}

.about_item_list .about_item_item .about_item_item_content p {
	margin-top: 0;
}

.about_list_menu {
	padding-top: 66px;
}

.about_list_menu .about_list_menu_container {
	position: fixed;
	width: 320px;
}
.bottom_about_menu .about_list_menu .about_list_menu_container {
	position: absolute;
bottom:0;
}
.about_list_menu .about_list_menu_container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 14px;
	line-height: 23px;
	padding: 16px 20px 80px 20px;
}

.fixed_about_menu .about_list_menu .about_list_menu_container ul {
	position: fixed;
	width: 320px;
}

.about_list_menu .about_list_menu_container ul li {margin-bottom: 2px;}

.about_list_menu .about_list_menu_container ul li a {
	position: relative;
}

.about_list_menu .about_list_menu_container ul li a.active, .full_main_menu_section_title_menu ul li a.active {
	/* color: #B0B0B0; */
}

body .woocommerce nav.woocommerce-pagination ul li a:focus, body .woocommerce nav.woocommerce-pagination ul li a:hover, body .woocommerce nav.woocommerce-pagination ul li span.current {
	background: transparent;
	color: #262626;
}

.related products {
	clear: both;
	display: block
}

.magazine_left {
	width: 320px;
	float: left;
	min-height: 100px;
	padding-top: 66px;
}

.magazine_left .magazine_left_container {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 14px;
	line-height: 23px;
	position: fixed;
	width: 320px;
	/* background: white; */
}

.magazine_left .magazine_left_wrapper {
	padding: 16px 20px;
	border-bottom: 1px solid #cccccc;
}

.magazine_left .magazine_left_container h1 {
	font-size: 14px;
	line-height: 23px;
	padding: 0px;
	margin: 0;
	text-transform: uppercase;
}

.magazine_content {
	padding-top: 66px;
	width: auto;
	overflow: hidden;
	border-left: 1px solid #cccccc;
	min-height: 100vh;
}

.magazine_content .magazine_content_wrapper {
	padding: 16px 20px;
}

.magazine_content_main_text {
	width: 244px;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: .5px;
}

.magazine_content_main_text p {
	margin-top: 0;
}

.magazine_content_second_text {
	font-size: 15px;
	line-height: 18px;
	font-family: 'BellMTStd-Regular';
	padding-right: 35%;
	padding-top: 5px;
}

.magazine_content_second_text p:last-child {
	margin-bottom: 0
}

.magazine_content_second_text p {
}

.magazine_image {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	height: 250px;
	margin: 30px 0px 25px 0px;
}

.magazine_product_btn, .add_to_cart_container button,.out_of_stock_container {
	display: inline-block;
	border: 1px solid #cccccc;
	font-size: 12px;
	height: 30px;
	border-radius: 10px;
	line-height: 30px;
	padding: 0px 10px;
	letter-spacing: .5px;
	display: inline-block;
	text-align: center;
	width: auto;
	margin: auto;
	margin-bottom: 10px;
	-webkit-transition: -webkit-all .2s linear,opacity 1s ease;
	transition: all .2s linear,opacity 1s ease;
}
.magazine_left_wrapper .magazine_product_btn{
	display:block;
	width:110px
}
.out_of_stock_container{
	border:none;
}

.magazine_left_menu {
	padding: 16px 20px;
}

.magazine_left_menu ul {
	font-size: 14px;
	line-height: 23px;
	padding: 0px;
	margin: 0;
	text-transform: uppercase;
	list-style: none;
}

.magazine_left_menu ul li {
	margin-bottom:2px
}

.magazine_left_menu ul li a {
	position: relative;
}

.single-magazine .home_recent_news_item, .post-type-archive-magazine .home_recent_news_item {
	width: 33.33%
}

.magazine_people_columns {
	padding: 50px 30px 80px 30px;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: .5px;
}

.magazine_people_columns .column {
	padding: 0 10px;
}

.page_content_container_wrapper {
	position: relative;
}

.menu_stop_float .magazine_left .magazine_left_container {
	position: absolute;
	bottom: -1px;
}

.article_container {
	padding: 66px 0px 0px 0px;
	/* border-left: 1px solid #cccccc; */
	min-height: 100vh;
	font-family: 'BellMTStd-Regular';
}

.article_container .article_container_wrapper {
	padding: 20px 20px 0px 20px;
}

.article_container .article_container_wrapper .article_content_container {
}

.article_container .article_container_wrapper .article_content_container .article_content_wrapper {
}

.article_container .article_container_wrapper .article_content_container .article_content_wrapper .article_content {
	font-size: 21px;
	vertical-align: top;
}

.article_container h1.news_title {
	padding-bottom: 20px;
}

.article_container h1 {
	font-size: 38px;
	line-height: 42px;
	letter-spacing: -0.015em;
	margin-right: 30%;
}

.article_container .article_container_wrapper .article_content_container .article_content_wrapper .article_content h3 {
	font-size: 32px;
}

.article_container .article_container_wrapper .article_content_container .article_content_wrapper .article_content p {
	font-size: 21px;
	line-height: 25px;
	width: 45vw;
	/* width: 587px; */
	max-width: 100%;
	vertical-align: bottom;
}
.article_container .article_container_wrapper .article_content_container .article_content_wrapper .article_content em {
	font-style: normal;
	font-family: 'BellMTStd-Italic';
	vertical-align: top;
}
.article_container .article_container_wrapper .article_content_container .article_content_wrapper .article_content del {
	text-decoration: none;
	font-size: 12px;
	vertical-align: top;
	margin-right: 6px;
}
.article_container .article_container_wrapper .article_content_container .article_content_wrapper .article_content p.image_container {
	max-width: 100%;
	display: block;
	padding: 0em 2em 0em 2em;
	margin: 0;
	width: auto;
}

figcaption {
	font-size: 12px;
	text-align: center;
	width: 350px;
	margin: auto;
	letter-spacing: .5px;
	line-height: 14px;
	padding: 5px 0px;
	font-family: 'GrotesqueMTStd';
}

.article_content figure {
	/* display: block; */
	max-width: 100%;
	padding: 0;
	margin: 0 auto 1em auto;
	text-align: center;
	display: inline-block;
	padding: 1em 2em 0px 2em;
}

.article_content img {
	max-width: 100%;
	height: auto;
	margin: 2em 2em 2em 2em;
	display: block;
}

.article_content .image_container img {
	margin: 0;
	margin: 2em 0;
}

.article_content figure img {
	margin: 0em 0em 13px 0em;
	display: block;
}

.news_products_container {
	position: absolute;
	background: white;
	width: 350px;
	right: 0;
	height: 100%;
	top: 0;
	padding-top: 66px;
	border-left: 10px solid;
	min-height: 100vh;
	-moz-transition: all 0.7s ease-in-out 0s;
	-ms-transition: all 0.7s ease-in-out 0s;
	-o-transition: all 0.7s ease-in-out 0s;
	transition: all 0.7s ease-in-out 0s;
	z-index: 20;
	/* position: fixed; */
}

.article_content img.fullsize {
}

.news_products_container_wrapper {
	position: fixed;
	overflow: auto;
	top: 76px;
	position: relative !important;
	height: auto !important;
	top: 0 !important;
}

.single-post #masthead {
	height: 76px;
	border-bottom: 10px solid;
}

.fixed_products_stop .news_products_container_wrapper {
	position: absolute;
	bottom: 0;
	top: auto;
}

.news_products_container .home_product_list .home_product_list_container {
	padding: 0
}

.news_products_container .home_product_list .home_product_list_container .home_product_item {
	width: 100%;
	border-left: none;
	border-right: none;
}

.news_products_container .home_product_list .section_title {
	height: 99px;
	padding: 0;
	line-height: 100px;
}

.article_page_container {
	position: relative;
	padding-bottom: 70px;
	border-bottom: 1px solid #cccccc;
}

.related_posts_container {
	padding: 70px 0px;
	position: relative;
	z-index: 21;
	background-color: white;
}

.post_navigation_container {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.post_navigation_container .section_title {
	border-top: 1px solid #cccccc;
}

.post_navigation_container .post_navigation_wrapper {
}

.post_navigation_container .post_navigation_wrapper .post_navigation {
}

.post_navigation_container .home_recent_news_item {
	width: 100%;
	border-top: 1px solid #cccccc;
}

.post_navigation_container .next_arrow {
	right: -10px;
}

.post_navigation_container .prev_arrow {
	left: -10px;
}

.post_navigation_container .home_recent_news_item .home_recent_news_item_wrapper h1 {
	width: 200px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.news_header {
	text-transform: uppercase;
	font-family: 'GrotesqueMTStd';
	font-size: 12px;
	letter-spacing: .5px;
	padding-bottom: 20px;
}

.post_categories_label {
	display: inline-block;
	margin-right: 80px;
}

.share_post_container {
	display: inline-block;
	float: right;
}

.share_post_container label {
	display: none;
}

.share_post_container ul {
	padding: 0;
	margin: 0;
	display: inline-block;
}

.share_post_container li {
	display: inline-block;
}

.share_post_container li div {
	width: 15px;
	height: 15px;
	background-size: cover;
	background-position: center center;
	cursor: pointer;
	margin: 0px 3px;
}

.share_post_container li div.fb {
	background-image: url(images/social_icons/fb.png);
}

.share_post_container li div.tw {
	background-image: url(images/social_icons/tw.png);
}

.share_post_container li div.pt {
	background-image: url(images/social_icons/pint.png);
}

.post_date {
	display: inline-block;
	margin-right: 80px;
}

.image_fullsize_container {
	padding: 0em 0px !important;
}

.article_content .image_container.image_fullsize_container img {
	max-width: 100%;
	margin-left: -20px;
}

.content-column img {
	margin: 0px !important;
	/* width: auto !important; */
}

.columns_container {
	display: inline-block;
	white-space: normal;
	padding: 1em 2em;
	margin: 0px;
}

.one_half:first-child {
	padding-right: 10px
}

.one_half:last-child {
	padding-left: 10px
}

.news_products_container .home_product_list .home_product_list_container .home_product_item:last-child {
	border-bottom: 0;
}

.related.products, .related.products h2 {
	clear: both
}

.related.products {
	/* padding: 0px 10px; */
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	clear: both
}

.related.products h2 {
	padding: 30px;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'GrotesqueMTStd';
	margin: 0;
	display: block;
	position: absolute;
	width: 100%;
	-webkit-transform: translate(0%, -100%);
	-ms-transform: translate(0%, -100%);
	transform: translate(0%, -100%);
	left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.related.products .woocommerce-Price-amount {
	color: #262626;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'GrotesqueMTStd';
	letter-spacing: 0.07em;
}

body.woocommerce div.product form.cart {
	margin-bottom: 0
}

.woocommerce_product_custom_container {
	padding-top: 66px;
}

.woocommerce-breadcrumb {
	display: none;
}

.image_container img {
	display: block;
	margin: 60px auto;
	cursor: url(images/cursor.svg), auto;
}

.product .image_container {
	float: right;
	border-left: 1px solid #cccccc;
	padding: 12px 50px 80px 50px;
	min-height: 100vh;
}

body .woocommerce #content div.product div.summary, body .woocommerce div.product div.summary, body.woocommerce-page #content div.product div.summary, body.woocommerce-page div.product div.summary {
	float: none;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	margin: 0;
}

.product_summary_fixed {
	float: none;
	position: fixed;
	left: 0;
	top: 0;
	padding-top: 66px;
	max-height: 100vh;
}

.product_summary_scroll {
	overflow: auto;
	padding: 20px 0px 0px 0px;
}

.fixed_single_products_stop .product_summary_fixed {
	position: absolute;
	bottom: -1px;
	top: auto;
	width: 100%;
}

body.woocommerce div.product form.cart .button, body.woocommerce div.product p.stock {
	width: 100%;
	position: relative;
	background-color: white !important;
	color: #262626;
	height: 90px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: 14px;
	line-height: 17px;
	position: relative;
	display: inline-block;
	background: transparent;
	padding: 0;
	/* cursor: pointer; */
	text-transform: uppercase;
	/* text-decoration: underline; */
	border-radius: 0;
	font-weight: normal;
}

body.woocommerce div.product p.stock {
	color: red;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body.woocommerce div.product .product_title {
	font-size: 12px;
	text-transform: uppercase;
	padding: 0px 20px;
	font-family: 'GrotesqueMTStd';
}

.product_summary_fixed .price {
	margin: 0;
	font-size: 12px;
	text-transform: uppercase;
	padding: 4px 20px;
}

.woocommerce div.product .product_summary_fixed p.price {
	color: #262626;
	font-size: 12px;
	font-family: 'GrotesqueMTStd';
	letter-spacing: 0.07em;
}

.woocommerce-product-details__short-description {
	font-size: 17px;
	padding: 20px 20px 0px 20px;
	font-family: 'BellMTStd-Regular';
	line-height: 20px;
}

.woocommerce-product-details__short-description p {
	margin-top: 0
}

.quantity .screen-reader-text {
	clip: unset;
	height: auto;
	position: relative !important;
	width: auto;
	word-wrap: normal !important;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'GrotesqueMTStd';
	margin-right: 10px;
	color: #929292;
	width: 145px;
	display: inline-block;
	margin: 0;
	vertical-align: middle;
}

body.woocommerce div.product form.cart div.quantity {
	margin: 0;
	padding: 11px 20px 20px 20px;
}

body.woocommerce div.product form.cart div.quantity input {
	border: 1px solid #4CccccccC4C;
	width: 38px;
	height: 38px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.no_related_products #colophon {
	border-top: 1px solid #cccccc
}

#results_section {
	padding-top: 66px;
}

.results_list {
}

.results_list .section_title {
	border-bottom: 1px solid #cccccc
}

.results_list .results_list_container {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 20px;
}

.results_list .results_list_container .results_item {
	display: block;
	float: left;
	width: 25%;
	padding: 40px 40px 25px 40px;
	text-align: center;
	text-transform: uppercase;
	-moz-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
}

.results_list .results_list_container .results_item .results_item_wrapper {
	height: 100%;
	position: relative;
}

.results_list .results_list_container .results_item .results_item_wrapper h1,
.results_list .results_list_container .results_item .results_item_wrapper h2 {
	margin: 0;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 17px;
	/* top: 50%; */
	/* -webkit-transform: translate(0, -50%); */
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	/* transform: translate(0, -50%); */
	position: relative;
	width: 100%;
	padding: 20px 10px 0px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.results_list .results_list_container .results_item .results_item_wrapper h2 
{
	padding: 10px 10px 10px 10px;
}
.results_list .results_list_container .results_item .results_item_wrapper h1 p {
	margin: 0;
}

.results_list .results_list_container .results_item .results_item_wrapper .results_item_image {
	position: relative;
	height: 100%;
	width: 100%;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 1;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	height: 13vw;
	min-height: 200px;
}

.home_recent_news_item {
}

.home_recent_news_item .home_recent_news_item_wrapper {
	height: 100%;
	position: relative;
}

.home_recent_news_item .home_recent_news_item_wrapper h1 {
	margin: 0;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 17px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	position: absolute;
	width: 100%;
}

.home_recent_news_item .home_recent_news_item_wrapper h1 p {
	margin: 0;
}

.home_recent_news_item .home_recent_news_item_wrapper .home_recent_news_item_image {
}

.post_pagination {
	text-align: center;
	padding-top: 10px;
}

.post_pagination .page-numbers {
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 17px;
	letter-spacing: .5px;
	color: #B0B0B0;
	padding: .5em;
}

.post_pagination .page-numbers.current {
	background: transparent;
	color: #262626;
}

.post_pagination .page-numbers.next {
}

.post_pagination .page-numbers.prev {
}

.no_results_found {
	padding: 80px 20px;
	text-align: center;
	font-family: 'BellMTStd-Regular';
	font-size: 24px;
	border-bottom: 1px solid #cccccc;
}

.mobile {
	display: none;
}

hr {
	height: 1px;
	background: #cccccc;
	border: none;
}

.magazine_slider {
	height: 250px;
	margin: 30px 0px 25px 0px;
}

.magazine_slider {
}

.magazine_slider .swiper-container {
	width: 100%;
	overflow: hidden;
	height: 100%;
	position: relative;
	padding-bottom: 20px;
}

.magazine_slider .swiper-container .swiper-wrapper {
	height: 100%;
	width: 9000vw;
}

.magazine_slider .swiper-container .swiper-wrapper .slide {
}

.magazine_slider .swiper-container .swiper-wrapper .slide {
	height: 100%;
	float: left;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.magazine_slider .next_arrow {
	right: 0px;
	padding-right: 0;
	bottom: 0;
	top: auto;
	-webkit-transform: translate(0, 0%);
	-moz-transform: translate(0, 0%);
	-o-transform: translate(0, 0%);
	transform: translate(0, 0%);
	padding-bottom: 0px;
}

.magazine_slider .prev_arrow {
	left: 0px;
	padding-left: 0;
	bottom: 0;
	top: auto;
	-webkit-transform: translate(0, 0%);
	-moz-transform: translate(0, 0%);
	-o-transform: translate(0, 0%);
	transform: translate(0, 0%);
	padding-bottom: 0px;
}

body.woocommerce div.product p.stock {
	padding: 20px;
	font-size: 14px;
	margin: 0;
	text-align: center;
	line-height: 55px;
}

.legal_container_wrapper {
	padding-top: 66px;
}

.legal_container_wrapper .section_title {
	border-bottom: 1px solid #cccccc;
	text-align: left;
	font-family: 'BellMTStd-Regular';
	font-size: 32px;
	padding: 35px 20px 26px 20px;
	height: 100px;
}

.legal_text {
	/* max-width: 1280px; */
	margin: auto;
	padding: 50px 30px 20px 30px;
	font-family: 'BellMTStd-Regular';
	/* font-size: 20px; */
	/* line-height: 30px; */
	position: relative;
}

.accordion_module_container {
	padding: 20px 20px;
}

.accordion_module_container .accordion_item {
}

.accordion_module_container .accordion_item .accordion_item_header {
	cursor: pointer;
	padding: 4px 0px;
}

.accordion_module_container .accordion_item .accordion_item_header .accordion_item_title {
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'GrotesqueMTStd';
}

.accordion_module_container .accordion_item .accordion_item_header .accordion_item_title span {
	position: relative;
}

.accordion_module_container .accordion_item .accordion_item_body {
	display: none;
	padding: 2px 10px 2px 0px;
	font-family: 'BellMTStd-Regular';
	line-height: 21px;
}

.accordion_module_container .accordion_item .accordion_item_body .accordion_item_body_wrapper {
}

.accordion_module_container .accordion_item .accordion_item_body .accordion_item_body_wrapper .accordion_item_content {
}

.accordion_module_container .accordion_item .accordion_item_body .accordion_item_body_wrapper .accordion_item_content p {
}

.reset_variations {
	display: none !important
}

.mobile_product_images {
	display: none;
}

body.woocommerce div.product form.cart .variations {
	margin: auto;
	padding: 0px 20px;
	vertical-align: bottom;
}

body.woocommerce div.product form.cart .variations tbody tr {
}

body.woocommerce div.product form.cart .variations tbody tr td {
	vertical-align: middle;
}

body.woocommerce div.product form.cart .variations tbody tr td.label, body.woocommerce div.product form.cart .variations tbody tr td.label label {
	color: #929292;
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'GrotesqueMTStd';
	padding: 0;
	vertical-align: middle;
	padding: 5px 0px;
	width: 150px;
}

body.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-squared .variable-items-wrapper .variable-item {
	border-radius: 50%;
	padding: 0;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	width: 15px;
	height: 15px;
	opacity: .4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}

body.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-squared .variable-items-wrapper .variable-item.color-variable-item[data-value="white"] {
	border: 1px solid black;
}

body.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-squared .variable-items-wrapper .variable-item.selected {
	opacity: 1
}

body.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item .variable-item-span-color:after,
body.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item)
.color-variable-item .variable-item-span-color {
	border-radius: 50%;
	-webkit-box-shadow: none;
	box-shadow: none;
}

body.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item)
.color-variable-item .variable-item-span-color {
	border: 1px solid black;
}

body.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item)
.selected {
	opacity: 1;
}

body.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-squared .variable-items-wrapper .variable-item.button-variable-item .variable-item-span {
	padding: 0 5px;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'GrotesqueMTStd';
	display: block;
	line-height: 100%;
}

body.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-squared .variable-items-wrapper .variable-item.button-variable-item .variable-item-span,
body.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item)
.button-variable-item {
	text-align: left;
	padding: 0;
}

.woocommerce-notices-wrapper {
	display: none !important;
}

.cw_quantity_select {
	width: 100%;
	padding: 13px 20px 20px 20px;
}

.cw_quantity_select .quantity_label {
}

.tha_input_container {
	width: auto;
	overflow: hidden;
}

.label_td {
	color: #929292;
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'GrotesqueMTStd';
	padding: 0;
	vertical-align: middle;
	padding: 5px 0px;
	width: 150px;
}

.cw_quantity_select {
	border: 0;
	/* border-collapse:collapse */
	border: 0;
	width: 100%;
	-webkit-border-horizontal-spacing: 0px;
	-webkit-border-vertical-spacing: 0px;
}

.product-type-simple .cw_quantity_select {
	padding-top: 30px
}

body.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item)
.color-variable-item .variable-item-span-color {
	border-radius: 50%
}

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
	color: gray !important;
}

.woocommerce-variation-price {
	padding: 0px;
	color: #262626;
	padding-top: 0px;
}

.woocommerce-variation-price * {
	font-family: 'GrotesqueMTStd';
	color: #262626;
	font-size: 14px;
}

.site_container {
	opacity: 0;
	-moz-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
}

.start_website .site_container {
	opacity: 1;
}

#wc-stripe-payment-request-wrapper {
	display: none;
}

.woocommerce-variation-price {
}

.text_space {
	display: inline-block;
	width: 30px;
}



.slider_text_center {
	position: absolute;
	width: 1px;
	height: 1px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.farest_div {
	position: absolute;
	width: 1px;
	height: 1px;
	right: 0;
}
.align_left_slider .farest_div {
	left: 0;
}
.align_right_slider .farest_div {
}
@media screen and (min-width: 800px) {
	.results_list .results_list_container .results_item:nth-of-type(4n) {
		float: right;
		margin-right: 0;
	}

	.results_list .results_list_container .results_item:nth-of-type(4n+1) {
		float: left;
		clear: both;
	}
	.normal_style_list .home_recent_news_item:nth-of-type(3n) {
		float: right;
		margin-right: 0;
	}

	.normal_style_list .home_recent_news_item:nth-of-type(3n+1) {
		float: left;
		clear: both;
	}
}
.normal_style_list .home_recent_news_item {
	padding: 40px 40px 25px 40px;
	height: auto;
		-moz-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
}
.normal_style_list .home_recent_news_item .home_recent_news_item_wrapper .home_recent_news_item_image {
	opacity: 1;
	height: 13vw;
	min-height: 200px;
	position: relative;
}
.normal_style_list .home_recent_news_item .home_recent_news_item_wrapper h1 {
	margin: 0;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 17px;
	position: relative;
	width: 100%;
	padding: 20px 10px 0px 10px;
	top: auto;
	-webkit-transform: translate(0, 0%);
	-moz-transform: translate(0, 0%);
	-o-transform: translate(0, 0%);
	transform: translate(0, 0%);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.legal_container {
	padding-right: 350px
}
.legal_text p {
	font-size: 15px;
	line-height: 18px;
	width: 45vw;
	/* width: 587px; */
	max-width: 100%;
	vertical-align: bottom;
	pointer-events:none;

}

.legal_text h1, .legal_text h2, .legal_text h3, .legal_text h4 {
	text-align: left;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'GrotesqueMTStd';
	letter-spacing: .5px;
	line-height: 30px;
	pointer-events:none;

}
.legal_text ul {
	font-size: 15px;
	line-height: 18px;
	padding-left: 30px;
}
.legal_text ul li {
	pointer-events:none;
}
.express_checkout_button_cradit_card{
	display:none!important;
}
#express_checkout_button_text{
	display:none;
}
.checkout_container{
	max-width: 1040px;
	margin: auto;
	padding: 66px 40px 0px 40px;
}
.checkout_container .checkout_content{
    float: left;
    max-width: 480px;
    width: 100%;
}
.checkout_container .checkout_order_review{
    float: right;
    width: 320px;
}
body .woocommerce form .form-row{
	padding:0;
	margin:0
}
body .woocommerce form .form-row-first, 
body .woocommerce form .form-row-last, 
body.woocommerce-page form .form-row-first, 
body.woocommerce-page form .form-row-last {
    width: 50%;

}
.checkout_page_container{
	padding: 66px 0px 66px 0px;
	min-height: 100vh;
	border-left: 10px solid;
	border-bottom: 1px solid #cccccc !important;
}
.checkout_page_container .checkout_page_container_wrapper{}
.slider_image_hidden{
	height:100%;
	overflow: hidden;
}
.the_blur_fucking_area{
	position:absolute;
	width:50%;
	height:60%;
	bottom:0;
	z-index:1;
}
.align_left_slider .the_blur_fucking_area{
right:0;
}


.animate_item ,
.normal_style_list .home_recent_news_item .home_recent_news_item_wrapper h1.animate_item,
.home_recent_news_item .home_recent_news_item_wrapper .home_recent_news_item_image.animate_item,
.results_list .results_list_container .results_item .results_item_wrapper .results_item_image.animate_item,
.results_list .results_list_container .results_item .results_item_wrapper h1.animate_item,
.results_list .results_list_container .results_item .results_item_wrapper h2.animate_item{
	 transition: transform 700ms ease 100ms, opacity 700ms ease 100ms; 
	 -webkit-transform:translate3d(0, 25px, 0);
transform:translate3d(0, 25px, 0);
opacity:0;
	transition-delay : 0s;
}
.animate_item.block_animation{
		 transition: transform 0ms ease 0ms, opacity 0ms ease 0ms; 
} 

.animate_item.custom_animated,
.normal_style_list .home_recent_news_item .home_recent_news_item_wrapper h1.animate_item.custom_animated,
.home_recent_news_item .home_recent_news_item_wrapper .home_recent_news_item_image.animate_item.custom_animated,
.results_list .results_list_container .results_item .results_item_wrapper .results_item_image.animate_item.custom_animated,
.results_list .results_list_container .results_item .results_item_wrapper h1.animate_item.custom_animated,
.results_list .results_list_container .results_item .results_item_wrapper h2.animate_item.custom_animated{
transform:translate3d(0, 0px, 0);
opacity:1;

}


body .woocommerce form .form-row input.input-text, body .woocommerce form .form-row textarea{
	height:31px;
	border: 1px solid #cccccc;
	border-bottom: none;
	padding: 0px 8px;
	font-size:12px;
}
.checkout_container .select2-container--default .select2-selection--single {border-radius: 0px;border: 1px solid #cccccc;}
#billing_first_name,#shipping_first_name{
	border-right:none
}
#billing_phone,#billing_email,#shipping_postcode{
	border-bottom:1px solid #cccccc;
}
.woocommerce form .form-row input::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #B0B0B0;
	opacity: 1;
	text-transform:uppercase;
	/* Firefox */
		font-size:10px;
}

.woocommerce form .form-row input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #B0B0B0;
		text-transform:uppercase;
	font-size:10px;
}

.woocommerce form .form-row input::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #B0B0B0;
		text-transform:uppercase;
			font-size:10px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered[title="Select a state..."],
.select2-container--default .select2-selection--single .select2-selection__rendered[title="Select a country..."]{
	color: #B0B0B0;
			text-transform:uppercase;
			font-size:10px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	font-size:12px;
}
.woocommerce form .form-row .select2-container, .woocommerce form .form-row input.input-text, .woocommerce form .form-row select{
		border-color:#cccccc !important;
}

.woocommerce form .form-row.woocommerce-invalid .select2-container:-ms-input-placeholder , 
.woocommerce form .form-row.woocommerce-invalid input.input-text:-ms-input-placeholder , 
.woocommerce form .form-row.woocommerce-invalid select:-ms-input-placeholder {
	color:red
}
.woocommerce form .form-row.woocommerce-invalid .select2-container::-ms-input-placeholder , 
.woocommerce form .form-row.woocommerce-invalid input.input-text::-ms-input-placeholder , 
.woocommerce form .form-row.woocommerce-invalid select::-ms-input-placeholder{
	color:red
}
.woocommerce form .form-row.woocommerce-invalid .select2-container::placeholder , 
.woocommerce form .form-row.woocommerce-invalid input.input-text::placeholder, 
.woocommerce form .form-row.woocommerce-invalid selec::placeholder {
	color:red
}
.paypal_checkout_container{
	text-align:center;
}.express_checkout_button_chekout_page{
	display: inline-block !important;
	margin-bottom: 20px;
}
.or_billing_form{
	margin-bottom:20px;
	position: relative;
}
.or_billing_form:after{
    background: #cccccc;
    width: 0;
    height: 1px;
    position: absolute;
    content: '';
    left: 0;
    display: block;
    top: 50%;
    -moz-transition: all 0.7s ease-in-out 0s;
    -ms-transition: all 0.7s ease-in-out 0s;
    -o-transition: all 0.7s ease-in-out 0s;
    transition: all 0.7s ease-in-out 0s;
    width:100%;
}
.or_billing_form label{
    position: relative;
    z-index: 1;
    background: white;
    padding: 0px 15px;
    font-size: 12px;
}
.checkout_content h3{
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 25px;
	margin-bottom: 15px;
}
.checkout_content h3 span.subtitle{
display:block;
color:#B0B0B0;
padding:5px 0px
}
body #add_payment_method #payment, 
body .woocommerce-cart #payment, 
body .woocommerce-checkout #payment{
	background-color:transparent;
}
.home_recent_news_item.custom_animated:nth-of-type(4n+1) {
	transition-delay : .2s;
}
.home_recent_news_item.custom_animated:nth-of-type(4n+2) {
	transition-delay : .4s;
}
.home_recent_news_item.custom_animated:nth-of-type(4n+3) {
transition-delay : .6s;	
}
.home_recent_news_item.custom_animated:nth-of-type(4n+4) {
	transition-delay : .8s;
}

.results_list .results_list_container .results_item:nth-of-type(4n+1) .results_item_image.custom_animated,
.results_list .results_list_container .results_item:nth-of-type(4n+1) h1.custom_animated,
.results_list .results_list_container .results_item:nth-of-type(4n+1) h2.custom_animated {
	transition-delay : .2s;
}
.results_list .results_list_container .results_item:nth-of-type(4n+2) .results_item_image.custom_animated ,
.results_list .results_list_container .results_item:nth-of-type(4n+2)  h1.custom_animated,
.results_list .results_list_container .results_item:nth-of-type(4n+2)  h2.custom_animated {
	transition-delay : .4s;
}
.results_list .results_list_container .results_item:nth-of-type(4n+3) .results_item_image.custom_animated,
.results_list .results_list_container .results_item:nth-of-type(4n+3)  h1.custom_animated,
.results_list .results_list_container .results_item:nth-of-type(4n+3)  h2.custom_animated {
transition-delay : .6s;	
}
.results_list .results_list_container .results_item:nth-of-type(4n+4) .results_item_image.custom_animated,
.results_list .results_list_container .results_item:nth-of-type(4n+4)  h1.custom_animated,
.results_list .results_list_container .results_item:nth-of-type(4n+4)  h2.custom_animated {
	transition-delay : .8s;
}

.magazine_content .home_recent_news_item:nth-of-type(3n+1)  .home_recent_news_item_image.custom_animated,
.magazine_content .home_recent_news_item:nth-of-type(3n+1)  h1.custom_animated {
	transition-delay : .2s;
}
.magazine_content .home_recent_news_item:nth-of-type(3n+2) .home_recent_news_item_image.custom_animated,
.magazine_content .home_recent_news_item:nth-of-type(3n+2)  h1.custom_animated{
	transition-delay : .4s;
}
.magazine_content .home_recent_news_item:nth-of-type(3n+3) .home_recent_news_item_image.custom_animated,
.magazine_content .home_recent_news_item:nth-of-type(3n+3)  h1.custom_animated{
transition-delay : .6s;	
}

.woocommerce-privacy-policy-text{
	display:none;
}
#place_order{
	background:white;
	color: #4C4C4C;
	text-transform: uppercase;
	font-weight: normal;
	border: 1px solid #4C4C4C;
	border-radius: 0;
	line-height: 26px;
	font-size: 12px;
	padding: 2px 20px 0px 20px;
	-webkit-transition: -webkit-all .2s linear,opacity 1s ease;
	transition: all .2s linear,opacity 1s ease;
}
#place_order{}

body #add_payment_method #payment ul.payment_methods, 
body .woocommerce-cart #payment ul.payment_methods, 
body .woocommerce-checkout #payment ul.payment_methods{border: none;}
#paypal_label_image{
	width:90px;
}
.product-image{}

.product-image .cart_image{
	width:87px;
	height:87px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
body .woocommerce table.shop_table{font-size:10px;color:#666666;text-transform:uppercase;border: none;border-top: 1px solid #cccccc;border-radius: 0;padding-top: 10px;border-collapse: collapse;}
body .woocommerce table.shop_table td{
	padding: 5px 5px;
	line-height:15px;
	border: 0;
}

body .woocommerce table.shop_table tfoot{
	font-size:12px;

}
body .woocommerce table.shop_table tfoot td, body .woocommerce table.shop_table th, body .woocommerce table.shop_table tfoot th, body .woocommerce ul#shipping_method .amount{
		font-weight:normal
}
body .woocommerce table.shop_table tfoot th{
	padding: 2px 0px;
	border: 0;
	line-height: 14px;
	font-size: 12px;
}
body .woocommerce table.shop_table tfoot td{
	border:0;
	padding: 2px 0px;
	font-size: 12px;
}
body .woocommerce table.shop_table tfoot{
	padding-top:20px;

}
body .woocommerce table.shop_table tbody tr:last-child td{
	padding-bottom: 15px;
	border-bottom: 1px solid #cccccc;
}
body .woocommerce table.shop_table tbody tr:first-child td{
	padding-top: 15px;
}
.product-qty{
	width:20px
}
.product-total{
	padding-right:0 !important;
	text-align: right;
}
body .woocommerce ul#shipping_method li{
	margin:0;
}
body .woocommerce table.shop_table tfoot tr:first-child th,
body .woocommerce table.shop_table tfoot tr:first-child td{
	padding-top:15px !important;
}
.continue_shopping_container a{
color:#666666
}
.continue_shopping_container td{
	padding-top:20px !important; 
}
.legal_menu{position: absolute;bottom: 0;width: 100%;left: 0;}
.legal_menu nav{
	max-width: 1053px;
	margin: auto;
	padding: 0px 40px 10px 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.legal_menu nav ul{margin: 0;padding: 0;list-style: none;}
.legal_menu nav ul li{}
.legal_menu nav ul li a{
	text-transform:uppercase;
	color:black;
	font-size: 12px;
}
body  .woocommerce-checkout #payment ul.payment_methods li{
	font-weight:normal;
	font-size: 12px;
}
#place_order{}

body #add_payment_method #payment ul.payment_methods, 
body .woocommerce-cart #payment ul.payment_methods, 
body .woocommerce-checkout #payment ul.payment_methods{border: none;padding: 0;}
#paypal_label_image{
	width:90px;
}
body #add_payment_method #payment div.payment_box::before, 
body .woocommerce-cart #payment div.payment_box::before, body
 .woocommerce-checkout #payment div.payment_box::before{
	display:none;
}
body .woocommerce-checkout #payment div.payment_box{
	padding: 0;
	background: transparent;
}
body .woocommerce-checkout #payment div.payment_box .form-row{
	padding:0;
	margin: 0;
}
body .woocommerce form .form-row label{
	display:none;
}
body .wc-stripe-elements-field, .wc-stripe-iban-element-field{
	margin:0;
}
#stripe-exp-element{
	border-right:0px 
}
#stripe-card-element{
	border-bottom:0
}
.woocommerce-SavedPaymentMethods-saveNew{
	display:none !important
}
#stripe-payment-data >  p {
	display:none;
}
.woocommerce-checkout #payment ul.payment_methods li{
	padding: 7px 0;
}
.woocommerce-checkout #payment ul.payment_methods li label{
	font-size:12px;
}
body .woocommerce-checkout #payment div.payment_box .wc-credit-card-form{
	margin:0;
	padding:0;
}

.woocommerce-checkout #payment ul.payment_methods li .icheckbox, 
.woocommerce-checkout #payment ul.payment_methods li .iradio{
	margin-left:10px;
}

#stripe_cart_icon{float:right;WIDTH: 90PX;}
.woocommerce-thank_you_screen{
	/* position:absolute; */
	/* top:0; */
	padding: 66px 250px 0px 157px;
	max-width: 1040px;
	margin: auto;
	padding: 66px 40px 0px 40px;
}
.thank_you_main_container{
	width:480px;
	font-family: 'BellMTStd-Regular';
}
.thank_you_main_container h1{margin: 0;font-size: 32px;line-height: 38px;margin-bottom: 30px;}

.thank_you_main_text
{
	font-size:15px;
	line-height:18px
}
.return_to_website_btn{
    background: white;
    color: #4C4C4C;
    text-transform: uppercase;
    font-weight: normal;
    border: 1px solid #4C4C4C;
    border-radius: 0;
    line-height: 26px;
    font-size: 12px;
    padding: 2px 20px 0px 20px;
    -webkit-transition: -webkit-all .2s linear,opacity 1s ease;
    transition: all .2s linear,opacity 1s ease;
    float:right;
    margin-top:30px;
    font-family: 'GrotesqueMTStd';
    }
    .thankyou_right_container{
    position: absolute;
    right: 0;
    height: 100vh;
    width: 350px;
    top: 0;
    padding: 66px 20px 20px 20px;
    min-height: 100vh;
    border-left: 10px solid;
}
    .thankyou_right_container_wrapper{
    height: 100%;
    overflow: auto;
}
    .thankyou_right_container_wrapper .thankyou_right_container_content{
    position: relative;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    	font-size:12px;
	line-height:16px;
	letter-spacing:.5px;
}
.custom_order_details{padding: 35px 0px;border-bottom: 1px solid #cccccc;border-top: 1px solid #cccccc;}
.custom_order_details .custom_order_details_item{}
.custom_order_details .custom_order_details_item label{
    float: left;
}
.custom_order_details .custom_order_details_item > span{
    float: right;
}
.email_notification_text{
	padding: 35px 35px 35px 0px;
}
.mobile_review{
	display:none;
}
.wc-stripe-error{
	display:none !important
}
.image_zoom_container{
    position: absolute;
    z-index: 3;
    width: 100%;
}
.image_zoom_container .image_zoom_wrapper{}
.image_zoom_container .image_zoom_wrapper .image_zoom{}
.image_zoom_container .image_zoom_wrapper .image_zoom .image_zoom_title{}
.image_zoom_container .image_zoom_wrapper .image_zoom .image_zoom_content{}
.image_zoom_container .image_zoom_wrapper .image_zoom .image_zoom_content img{
    width: 100%;
}
.image_zoom_active{
	overflow:hidden;
}
.image_zoom_active #masthead .header_wrapper{
	background: rgba(255,255,255,.2);
}
.zoom_figure{
	z-index:40 !important;

}
.zoom_figure figcaption{
	bottom: auto !important;
	top: 86px !important;
	mix-blend-mode: difference;
	padding:0 !important
	}
.zoom_figure figcaption h1{
  font-size: 12px !important;
    text-transform: uppercase;
    padding: 0px 20px!important;
    font-family: 'GrotesqueMTStd';
    line-height:normal !important;
    letter-spacing:0 !important;
}
.zoom_figure img{
	cursor: url(images/cursor-hover.svg), auto !important;
}
.#masthead .header_wrapper{
	
}
.zoom_image #masthead .header_wrapper{
	background:rgba(255,255,255,.4);
	pointer-events: none;
}
.text_marker{
	width: 100%;
	position: absolute;

	left: 0;
}
body.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item .variable-item-span-color {
    border-radius: 50%;
}
.text_markers{
	height:100%;
	position:absolute;
	top:0;
	width:100%;
	left: 0;
	pointer-events: none;
}
.highlight_text{
	position:absolute;
	width: 100%;
	left: 0;
	/* z-index: -1; */
	pointer-events: auto;
	/* transform: translate3d(0, -25px, 0); */
	opacity:0;
	height: 10px;
}
.highlight_text span{
	width:100%;
	height:10px;
	display:block;
	top:50%;
	position:absolute;
	text-align:center;
	z-index:-1;
	-webkit-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}
.legal_text .new_line{
	    pointer-events: none;
}
.designed_and_code_by{
	font-size: 11px;
	padding: 16px 20px;
	position: fixed;
	bottom: 80px;
	line-height: 17px;
}
.designed_and_code_by .designed_and_code_by_item{
	
}
.designed_and_code_by .designed_and_code_by_item a{
	position:relative;
}

.designed_and_code_by{
	bottom:0;
	position:absolute;
}
.about_list_container .designed_and_code_by{
	display:none
}
.fake_add_to_cart_btn_container{
	display:none;
	padding: 0 12px;
	background-color:white;
	position: fixed;
	width: 100%;
	z-index: 10;
	top: 50px;
}
.fake_add_to_cart_btn{
	    width: 100%;
	    position: relative;
	    background-color: white !important;
	    color: #262626;
	    height: 90px;
	    border-top: 1px solid #cccccc;
	    border-bottom: 1px solid #cccccc;
	    font-size: 14px;
	    line-height: 17px;
	    position: relative;
	    display: inline-block;
	    background: transparent;
	    padding: 0;
	    /* cursor: pointer; */
	    text-transform: uppercase;
	    /* text-decoration: underline; */
	    border-radius: 0;
	    font-weight: normal;
	    font-size: 15px;
	    margin-top: 0px;
	    height: 45px;
	    text-align: center;
	    line-height: 45px;
}
.fixed_add_to_cart .fake_add_to_cart_btn_container{
	display:block
}
.primary_project .slider_container{
	padding-bottom:0;
	padding-top:66px;
}