/*

Theme Name:		Storm Creek
Description:	Parent theme for the Storm Creek web store
Version:			1.0
Author:			SG Web Partners
Author URI:		https://sgwebpartners.com
Domain Path:	/lib/languages
Text Domain:	stc

*/

/* = Document Setup
---------------------------------------------------- */

*{
	border: 0;
	padding: 0;
	margin: 0;

	box-sizing: border-box;
	word-wrap: break-word;

	background: transparent no-repeat left top;
	outline: none;
}

body{
	font-size: 16px;
	line-height: 29px;
	font-family: 'Gotham';
	font-style: normal;
	font-weight: 300;
	color: #000;

	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

body.popup-window-open,
body.side-panel-open{
	overflow: hidden;
}

body.with-scroll{
	margin-right: 17px;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4{
	text-transform: uppercase;
	font-weight: 700;
}

h1, .h1{
	font-size: 36px;
	line-height: 46px;
	letter-spacing: 0.04em;
	margin-bottom: 30px;
}

h2, .h2{
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 30px;
}

h3, .h3{
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 20px;
}

h4, .h4{
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 10px;
}

a{
	-webkit-tap-highlight-color: transparent;
	text-decoration: underline;
	color: #da4221;
}

a:hover,
a:active,
a:focus{
	text-decoration: none;
	color: #ff5420;
}

select,
textarea,
input{
	vertical-align: middle;
	display: inline-block;
}

select,
textarea,
input[type="tel"],
input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="url"]{
	border: 1px solid #ccc;
	background-color: #fff;

	font-size: 16px;
	line-height: 29px;
	font-family: 'Gotham';
	font-weight: 300;
	color: #000;
}

select,
input[type="tel"],
input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="url"]{
	padding: 7px 16px;
	height: 45px;
}

input[type="tel"],
input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="url"]{
	-webkit-appearance: none;
}

select.empty{
	color: #737373;
}

option{
	font-weight: 300;
	color: #000;
}

textarea{
	padding: 7px 16px;
	resize: vertical;
}

input[type="radio"],
input[type="checkbox"]{
	width: 16px;
	height: 16px;
	margin: 0 6px 2px 0;
	cursor: pointer;
}

button,
input[type="button"],
input[type="submit"]{
	-webkit-appearance: none;
	white-space: normal;
	cursor: pointer;

	border-radius: 25px;
	padding: 9px 40px;

	background-color: #da4221;
	color: #fff;

	font-size: 20px;
	line-height: 32px;
	font-family: 'Gotham';
	font-weight: bold;

	text-transform: uppercase;
	text-align: center;
}

button:hover,
button:active,
button:focus,
input[type="button"]:hover,
input[type="button"]:active,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus{
	background-color: #ff5420;
	color: #fff;
}

input:-ms-input-placeholder { color: #737373; }
input::-webkit-input-placeholder { color: #737373; }
input:-moz-placeholder { color: #737373; opacity: 1; }
input::-moz-placeholder { color: #737373; opacity: 1; }

textarea:-ms-input-placeholder { color: #737373; }
textarea::-webkit-input-placeholder { color: #737373; }
textarea:-moz-placeholder { color: #737373; opacity: 1; }
textarea::-moz-placeholder { color: #737373; opacity: 1; }

svg{
	max-width: 100%;
}

hr{
	width: 124px;
	margin: 25px auto 30px;
	height: 0;

	border-width: 0 0 4px;
	border-color: #da4221;
	border-style: solid;

	clear: both;
}

/* = Core Classes
---------------------------------------------------- */

.wrap{
	padding: 0 20px;
	max-width: 1350px;
	margin: 0 auto;
}

.left{
	float: left;
}

.right{
	float: right;
}

.alignleft{
	margin: 0 25px 15px 0;
	float: left;
	z-index: 1;
}

.aligncenter{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

.alignright{
	margin: 0 0 15px 25px;
	float: right;
	z-index: 1;
}

.textleft{
	text-align: left;
}

.textcenter{
	text-align: center;
}

.textright{
	text-align: right;
}

.hidden{
	display: none;
}

.clear{
	clear: both;
	font-size: 1px;
	height: 0;
}

.clearfix::after{
	content: "";
	clear: both;
	display: block;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.non-selectable{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.covering-image{
	position: relative;
	display: block;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.covering-image::after{
	content: "";

	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}

.covering-image img{
	display: block;
}

.inherited-color{
	display: inline-block;
	color: inherit;
}

.inherited-color:hover,
.inherited-color:active,
.inherited-color:focus{
	text-decoration: none;
	color: #ff5420;
}

.no-tap-color{
	-webkit-tap-highlight-color: transparent;
}

.simple-link{
	font-size: 14px;
	line-height: 23px;
	text-transform: uppercase;
	text-decoration: underline;
	color: inherit;
}

span.simple-link{
	cursor: pointer;
}

.simple-link:hover,
.simple-link:active,
.simple-link:focus{
	text-decoration: none;
	color: #666;
}

.text-shadow{
	text-shadow: 0 1px 2px rgba(0,0,0,0.35);
}

.no-text-transform{
	text-transform: none;
}

/* badge */

.product-badge{
	width: 50px;
	height: 50px;
	display: table;

	border-radius: 50%;

	text-align: center;
	color: #fff;

	position: absolute;
	z-index: 2;
	left: 3px;
	top: 3px;
}

.product-badge.best,
.product-badge.stock{
	background-color: #005f83;
    padding: 5px;
	font-size: 12px;
	line-height: 13px;
	font-weight: 500;
}

.product-badge.new{
	background-color: #7bafd4;

	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
}

.product-badge.sale{
	background-color: #dc582a;

	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
}

.product-badge-inner{
	vertical-align: middle;
	display: table-cell;
}

/* help */

.help-icon{
	display: inline-block;
	vertical-align: middle;
	line-height: 20px;
	margin: 0 6px;

	-webkit-transform: translateY(-1px);
	transform: translateY(-1px);

	position: relative;
	z-index: 1;
}

.help-icon-inner{
	cursor: pointer;
	display: block;

	font-size: 20px;
	color: #da4221;
}

.help-icon-inner::before{
	vertical-align: top;
}

.help-icon-hover{
	width: 228px;
	margin-bottom: 15px;
	display: none;
	z-index: 1;

	background-color: #0d0d0d;
	border-radius: 5px;

	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);

	font-size: 12px;
	line-height: 18px;
	font-weight: 300;
	color: #fff;

	text-align: center;
	text-decoration: none;
	text-transform: none;

	position: absolute;
	bottom: 100%;
	left: 50%;
}

.help-icon-hover.covering-image{
	padding: 5px;
}

.help-icon-hover.with-paddings{
	padding: 18px 14px;
}

.help-icon:hover .help-icon-hover{
	display: block;
}

.help-icon-hover::before{
	width: 15px;
	height: 15px;
	margin-top: -1px;

	background-color: #0d0d0d;
	content: "";

	-webkit-transform: translate(-50%,-50%) rotate(45deg);
	transform: translate(-50%,-50%) rotate(45deg);

	position: absolute;
	left: 50%;
	top: 100%;
}

/* nav arrows */

.nav-arrow{
	width: 49px;
	height: 49px;
	cursor: pointer;
	display: none;

	transition: background-color 0.15s;
	border-radius: 50%;

	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);

	font-size: 30px;
	line-height: 49px;
	text-align: center;
	color: #fff;

	position: absolute;
	z-index: 2;
	top: 50%;
}

.nav-arrow.prev{
	padding-right: 2px;
	left: 0;
}

.nav-arrow.next{
	padding-left: 2px;
	right: 0;
}

/* popup */

.popup-window{
	background-color: rgba(0,0,0,0.5);
	overflow-y: scroll;

	position: fixed;
	display: none;
	z-index: 11;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}

.admin-bar .popup-window{
	top: 32px;
}

.popup-window-outer{
	display: table;
	position: absolute;
	height: 100%;
	width: 100%;
}

.popup-window-inner{
	display: table-cell;
	vertical-align: middle;
	padding: 20px;
}

.popup-window-container{
	background-color: #fff;

	padding: 55px 50px;
	position: relative;

	max-width: 980px;
	margin: auto;
}

.popup-window .close-icon{
	cursor: pointer;
	width: 30px;

	font-size: 22px;
	line-height: 30px;
	text-align: center;
	color: #1d1d1b;

	position: absolute;
	right: 25px;
	top: 25px;
}

.popup-window .close-icon:hover{
	color: #da4221;
}

.popup-window .close-icon::before{
	display: block;
}

/* = Site Container
---------------------------------------------------- */

.site-container{
	position: relative;
	overflow: hidden;
}

.javascript-warning{
	background-color: #da4221;
	padding: 45px 0;

	font-size: 20px;
	line-height: 31px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	color: #fff;

	position: absolute;
	z-index: 6;
	right: 0;
	left: 0;
	top: 0;
}

/* = Site Header
---------------------------------------------------- */

.site-header li{
	list-style: none;
}

.site-header li a{
	text-decoration: none;
}

/* top */

.site-header-top{
	padding: 5px 0;

	background-color: #0d0d0d;
	color: #fff;
}

.site-header-top-inner{
	display: table;
	table-layout: fixed;
	padding: 0 40px;
	width: 100%;
}

.site-header-top-inner > div{
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}

.site-header-top-left{
	padding-right: 15px;
}

.site-header-top-right{
	padding-left: 15px;
	text-align: right;
}

.site-header-top ul{
	line-height: 0;
	font-size: 0;
}

.site-header-top li{
	display: inline-block;

	font-size: 14px;
	line-height: 26px;
	font-weight: 700;
}

.sitewide-notices li{
	text-transform: uppercase;
}

.sitewide-notices li:not(:last-child){
	margin-right: 50px;
}

.sitewide-notices li .highlight{
	font-weight: 300;
}

.top-right-menu li:not(:last-child){
	padding-right: 31px;
	position: relative;
}

.top-right-menu li:not(:last-child)::after{
	width: 1px;

	background-color: #fff;
	content: "";

	position: absolute;
	right: 15px;
	bottom: 6px;
	top: 6px;
}

.top-right-menu li a{
	display: block;
	color: inherit;
}

.top-right-menu li a:hover,
.top-right-menu li a:active,
.top-right-menu li a:focus{
	color: #ff5420;
}

/* main */

.site-header-main-inner{
	border-bottom: 1px solid #cecece;
	background-color: #fafafa;

	position: relative;
	z-index: 5;
}

.site-header-main-inner.fixed{
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
}

.admin-bar .site-header-main-inner.fixed{
	top: 32px;
}

.with-scroll .site-header-main-inner.fixed{
	right: 17px;
}

.site-header-desktop{
	display: table;
	table-layout: fixed;
	width: 100%;
}

.site-header-mobile{
	display: none;
}

/* logo */

.site-logo{
	max-width: 256px;
	display: block;
	margin: auto;
}

.site-logo svg{
	display: block;
}

.site-logo path,
.site-logo polygon,
.site-logo rect{
	fill: #0d0d0d;
}

/* icons */

body:not(.checkout) .cart-opener{
	cursor: pointer;
}

body:not(.checkout) .cart-opener:hover,
body:not(.checkout) .cart-opener:active,
body:not(.checkout) .cart-opener:focus{
	color: #ff5420;
}

.cart-opener i::before{
	vertical-align: bottom;
}

/* search */

.site-header .search-form{
	position: relative;
}

.site-header .search-form::before{
	text-align: center;
	line-height: 32px;

	position: absolute;
	width: 32px;
}

.site-header .search-form input[type="text"]{
	padding: 6px 44px 6px 24px;
	height: 40px;
	width: 100%;

	border-radius: 5px;

	font-size: 14px;
	line-height: 26px;
}

.site-header .search-form input[type="submit"]{
	display: none;
}

/* = Site Header: Desktop
---------------------------------------------------- */

.site-header-desktop-item{
	padding: 8px 1%;

	vertical-align: middle;
	display: table-cell;
}

.site-header-desktop-item:not(:first-child){
	border-left: 1px solid #bfbfbf;
}

/* logo */

.site-header-desktop-logo{
	width: 18%;
}

/* menu */

.site-header-desktop-menu{
	-webkit-tap-highlight-color: transparent;
	cursor: pointer;
}

.site-header-desktop-menu-button{
	font-size: 18px;
	font-weight: 700;

	text-transform: uppercase;
	text-align: center;
}

.site-header-desktop-menu:hover .site-header-desktop-menu-button{
	color: #ff5420;
}

.site-header-desktop-menu-button div{
	padding-right: 16px;
	display: inline-block;
	position: relative;
}

.site-header-desktop-menu-button div i{
	transition: transform 0.15s;

	font-size: 11px;
	line-height: 12px;

	position: absolute;
	top: 10px;
	right: 0;
}

.site-header-desktop-menu:hover .site-header-desktop-menu-button div i{
	-webkit-transform: translateY(-2px) rotate(180deg);
	transform: translateY(-2px) rotate(180deg);
}

.site-header-desktop-menu nav{
	padding-bottom: 48px;
	padding-top: 27px;
	display: none;

	box-shadow: 0 3px 4px rgba(0,0,0,0.10);
	border-top: 1px solid #cecece;
	background-color: #fff;
	cursor: default;

	position: absolute;
	z-index: 5;
	top: 100%;
	right: 0;
	left: 0;
}

.site-header-desktop-menu:hover > nav{
	display: block;
}

.site-header-desktop-menu ul.level-1{
	margin: 0 -15px;

	-webkit-justify-content: space-around;
	justify-content: space-around;

	display: -webkit-flex;
	display: flex;
}

.site-header-desktop-menu ul.level-2{
	margin-top: 7px;
}

.site-header-desktop-menu li.level-1{
	min-width: 180px;
	max-width: 280px;
	padding: 0 15px;
}

.site-header-desktop-menu .menu-item{
	display: block;
	color: inherit;
}

.site-header-desktop-menu .menu-item span{
	display: block;
}

.site-header-desktop-menu .menu-item-title.level-1{
	font-size: 18px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: 700;
}

.site-header-desktop-menu .menu-item-title.level-2{
	font-size: 14px;
	line-height: 28px;
}

.site-header-desktop-menu a.menu-item .menu-item-title:hover,
.site-header-desktop-menu a.menu-item .menu-item-title:active,
.site-header-desktop-menu a.menu-item .menu-item-title:focus{
	color: #ff5420;
}

.site-header-desktop-menu .menu-item-description{
	margin-top: 11px;

	font-size: 12px;
	line-height: 19px;
}

.site-header-desktop-menu .menu-item:not(:last-child) .menu-item-description{
	margin-bottom: 22px;
}

.site-header-desktop-menu .menu-item-image{
	margin-top: 14px;
	overflow: hidden;
}

.site-header-desktop-menu .menu-item-image-text{
	padding: 24px 26px;

	font-size: 24px;
	line-height: 33px;
	text-transform: uppercase;
	color: #fff;

	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}

.site-header-desktop-menu li .menu-item-image-text .highlight{
	font-weight: 700;
	color: inherit;
}

/* search */

.site-header-desktop-search{
	width: 40%;
	padding: 0;
}

.site-header-desktop-search .search-form-container{
	position: relative;
}

.site-header-desktop-search .search-form{
	padding: 20px;
}

.site-header-desktop-search .search-form.active{
	background-color: #e6e6e6;
}

.site-header-desktop-search .search-form::before{
	right: 26px;
}

.site-header-desktop-search .search-form.active::before{
	font-size: 19px;
	content: '\e909';

	top: 25px;
}

.site-header-desktop-search .search-form:not(.active)::before{
	font-size: 31px;
	content: '\e903';

	top: 26px;
}

.site-header-desktop-search input[type="text"]{
	background-color: #f2f2f2;
}

.site-header-desktop-search .search-form.active input[type="text"]{
	background-color: #fff;
}

.site-header-desktop-search .search-results{
	display: none;

	background-color: #e6e6e6;
	padding: 3px 12px 18px;

	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
}

.site-header-desktop-search .search-results li{
	list-style: none;
}

.site-header-desktop-search .search-results li + li{
	margin-top: 10px;
}

.site-header-desktop-search .search-results li.title{
	text-transform: uppercase;
	font-weight: 700;
}

.site-header-desktop-search .search-results li + li.title{
	padding-top: 6px;
}

.site-header-desktop-search .search-results li.result{
	font-size: 14px;
	line-height: 20px;
}

.site-header-desktop-search .search-results li.result a{
	padding: 17px 20px 17px 110px;
	min-height: 86px;

	background-color: #fff;

	position: relative;
	display: block;
}

.site-header-desktop-search .search-results .result-thumb{
	width: 70px;

	position: absolute;
	left: 20px;
	top: 8px;
}

.site-header-desktop-search .search-results .result-thumb img{
	max-width: 100%;
	height: auto;
}

.site-header-desktop-search .search-results .result-thumb i{
	display: block;
	margin: 10px auto 0;
	padding-left: 3px;
	width: 60px;

	font-size: 30px;
	line-height: 60px;
	text-align: center;
	color: #fff;

	background-color: #da4221;
	border-radius: 50%;
}

.site-header-desktop-search .search-results .result-thumb i::before{
	vertical-align: top;
}

.site-header-desktop-search .search-results .result-title,
.site-header-desktop-search .search-results .result-style{
	font-weight: 700;
}

.site-header-desktop-search .search-results .result-price{
	margin-top: 1px;
}

.site-header-desktop-search .search-results li.other a{
	padding: 10px 15px;
	display: block;

	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
}


.site-header-desktop-search .search-results li.nothing{
	margin-top: 4px;

	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	color: #999;
}

/* icons */

.site-header-desktop-icon{
	text-align: center;
	text-decoration: none;
	color: #da4221;
}

.site-header-desktop-icon.account{
	font-size: 24px;
	width: 95px;
}

.site-header-desktop-icon.cart{
	font-size: 32px;
	width: 105px;
}

/* = Site Header: Mobile
---------------------------------------------------- */

.site-header-mobile-top{
	position: relative;
	padding: 20px;
}

/* menu button */

.mobile-menu-button{
	width: 32px;
	height: 32px;
	cursor: pointer;
	display: none;

	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);

	line-height: 32px;
	text-align: center;
	color: #1d1d1b;

	position: absolute;
	left: 14px;
	top: 50%;
}

.mobile-menu-button.closed{
	font-size: 24px;
}

.mobile-menu-button.opened{
	font-size: 18px;
}

.mobile-menu-button.closed::before{
	content: '\e900';
}

.mobile-menu-button.opened::before{
	content: '\e909';
}

/* cart icon */

.site-header-mobile-cart{
	width: 32px;
	height: 32px;
	cursor: pointer;
	display: none;

	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);

	font-size: 20px;
	line-height: 32px;
	text-align: center;
	color: #da4221;

	position: absolute;
	right: 14px;
	top: 50%;
}

/* drop-down */

.site-header-mobile-drop-down{
	background-color: #f2f2f2;
	margin-bottom: -1px;

	padding-top: 8px;
	display: none;
}

/* search */

.site-header-mobile-search{
	max-width: 480px;
	padding: 0 15px;
	margin: auto;
}

.site-header-mobile-search:not(:first-child){
	padding-top: 7px;
}

.site-header-mobile-search .search-form::before{
	font-size: 31px;
	content: '\e903';

	right: 6px;
	top: 6px;
}

/* top menu */

.site-header-mobile-top-menu{
	padding: 0 10px;
}

.site-header-mobile-top-menu ul{
	text-align: center;
	line-height: 0;
	font-size: 0;
}

.site-header-mobile-top-menu li{
	display: inline-block;
	padding: 0 15px;

	font-size: 14px;
	line-height: 22px;
	font-weight: 700;
}

.site-header-mobile-top-menu li:not(:last-child){
	padding-right: 16px;
	position: relative;
}

.site-header-mobile-top-menu li:not(:last-child)::after{
	width: 1px;

	background-color: #da4221;
	content: "";

	position: absolute;
	right: 0;
	bottom: 4px;
	top: 4px;
}

/* main menu */

.site-header-mobile-main-menu{
	transition: transform 0.4s;
	padding-top: 18px;
}

.site-header-mobile-main-menu.active-level-2{
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.site-header-mobile-main-menu.active-level-3{
	-webkit-transform: translateX(-200%);
	transform: translateX(-200%);
}

.site-header-mobile-main-menu ul{
	border-bottom: 1px solid #dadada;
}

.site-header-mobile-main-menu ul.level-1{
	position: relative;
}

.site-header-mobile-main-menu ul.level-2,
.site-header-mobile-main-menu ul.level-3{
	background-color: #f2f2f2;
	width: 100%;

	position: absolute;
	left: 100%;
	top: 0;
}

.site-header-mobile-main-menu ul.level-2:not(.active),
.site-header-mobile-main-menu ul.level-3:not(.active){
	display: none;
}

.site-header-mobile-main-menu li{
	border-top: 1px solid #dadada;
}

.site-header-mobile-main-menu li .menu-item{
	padding: 8px 20px;
	display: block;

	line-height: 29px;
	color: inherit;
}

.site-header-mobile-main-menu li .menu-item:hover,
.site-header-mobile-main-menu li .menu-item:active,
.site-header-mobile-main-menu li .menu-item:focus{
	color: #da4221;
}

.site-header-mobile-main-menu li.level-1 > .menu-item,
.site-header-mobile-main-menu li.level-2 > .menu-item{
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
}

.site-header-mobile-main-menu li.level-3 > .menu-item{
	font-size: 14px;
}

.site-header-mobile-main-menu li.level-1.has-children > .menu-item,
.site-header-mobile-main-menu li.level-2.has-children > .menu-item{
	padding-right: 40px;
	position: relative;
}

.site-header-mobile-main-menu li.level-1.has-children > .menu-item i,
.site-header-mobile-main-menu li.level-2.has-children > .menu-item i{
	width: 30px;

	-webkit-tap-highlight-color: transparent;
	cursor: pointer;

	font-size: 11px;
	line-height: 30px;
	text-align: center;

	position: absolute;
	right: 10px;
	top: 8px;
}

.site-header-mobile-main-menu li.level-1.has-children > .menu-item i::before,
.site-header-mobile-main-menu li.level-2.has-children > .menu-item i::before{
	vertical-align: top;
}

.site-header-mobile-main-menu li.parent-link{
	padding: 8px 20px;

	-webkit-tap-highlight-color: transparent;
	cursor: pointer;

	font-size: 16px;
	line-height: 29px;
	text-transform: uppercase;
	font-weight: 700;

	background-color: #9a9a9a;
	color: #fff;
}

.site-header-mobile-main-menu li.parent-link:hover{
	background-color: #b2b2b2;
}

.site-header-mobile-main-menu li.parent-link i{
	vertical-align: top;
	margin-right: 12px;
	font-size: 11px;
}

.site-header-mobile-main-menu li.parent-link i::before{
	vertical-align: top;
}

/* = Page Header
---------------------------------------------------- */

.page-header{
	position: relative;
	padding: 30px 0;

	background-color: #4f4f4f;

	text-align: center;
	color: #fff;
}

.page-header .wrap{
	position: relative;
	z-index: 2;
}

.page-header-outer{
	display: table;
	width: 100%;
}

.page-header.category .page-header-outer{
	height: 420px;
}

.page-header.default .page-header-outer{
	height: 348px;
}

.page-header-inner{
	vertical-align: middle;
	display: table-cell;
}

.page-header-title{
	margin-bottom: 0;

	font-size: 50px;
	line-height: 63px;
	font-weight: 300;
}

.page-header-text:not(:first-child){
	position: relative;
	padding-top: 42px;
}

.page-header-text:not(:first-child)::before{
	width: 124px;
	height: 4px;

	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);

	background-color: #da4221;
	content: "";

	position: absolute;
	left: 50%;
	top: 18px;
}

.page-header-text a{
	color: inherit;
}

.page-header-text a:hover,
.page-header-text a:active,
.page-header-text a:focus{
	color: inherit;
}

.page-header-text .button{
	text-shadow: none;
}

.page-header-background{
	background-position: center;
	background-size: cover;

	position: absolute;
	z-index: 0;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}

.page-header-background-video{
	overflow: hidden;

	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}

.page-header-background-video video{
	transition: opacity 0.5s;
	opacity: 0;
}

.page-header-background-video.ready video{
	opacity: 1;
}

.page-header-shadow{
	background-color: #000;

	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}

/* = Page Breadcrumbs
---------------------------------------------------- */

.page-breadcrumbs{
	font-size: 13px;
	line-height: 22px;
	font-weight: 500;
}

.page-breadcrumbs a{
	text-decoration: none;
	color: inherit;
}

.page-breadcrumbs a:hover,
.page-breadcrumbs a:active,
.page-breadcrumbs a:focus{
	color: #da4221;
}

/* = Page Content
---------------------------------------------------- */

.page-content p{
	margin-bottom: 29px;
}

.page-content p:empty{
	margin-bottom: 0;
}

.page-content ol,
.page-content ul{
	margin-bottom: 29px;
}

.page-content li > ol,
.page-content li > ul{
	margin-bottom: 15px;
	margin-top: 15px;
}

.page-content li{
	margin-bottom: 7px;
	position: relative;
}

.page-content ol > li{
	padding-right: 30px;
	left: 30px;
}

.page-content ul > li{
	padding-left: 20px;
	list-style: none;
}

.page-content ul > li::before{
	content: '\e907';

	font-size: 16px;
	font-family: 'stc';
	color: #da4221;

	font-variant: normal;
	text-transform: none;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	position: absolute;
	left: -4px;
	top: 0;
}

.page-content blockquote{
	background-color: #eaf0f7;
	padding: 35px 40px;
	margin: 40px 0;

	font-weight: 500;
}

.page-content blockquote p:last-child,
.page-content blockquote ol:last-child,
.page-content blockquote ul:last-child{
	margin-bottom: 0;
}

.page-content img{
	max-width: 100%;
	height: auto;
}

/* wp-caption */

.page-content .wp-caption{
	margin-bottom: 29px;
	max-width: 100%;
	height: auto;
}

.page-content .wp-caption img{
	display: block;
}

.page-content .wp-caption.aligncenter img{
	margin: auto;
}

.page-content .wp-caption-text{
	margin: 5px 0 0;

	font-size: 14px;
	line-height: 22px;
	font-style: italic;
	color: #989898;
}

.page-content .wp-caption-text a{
	color: inherit;
}

.page-content .wp-caption-text a:hover,
.page-content .wp-caption-text a:active,
.page-content .wp-caption-text a:focus{
	color: #ff5420;
}

/* iframes */

.page-content iframe{
	max-width: 100%;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.fluid-width-video-wrapper{
	margin-bottom: 30px;
}

/* tables */

.page-content table{
	border-collapse: collapse;
	max-width: 100%;
}

.page-content .tablepress{
	margin-bottom: 29px;
}

.page-content .tablepress caption{
	display: none;
}

.page-content .tablepress img{
	max-width: 100%;
}

/* popups */

.page-content .popup-window-container{
	font-size: 14px;
	line-height: 26px;
}

.page-content .popup-window-container p,
.page-content .popup-window-container ol,
.page-content .popup-window-container ul{
	margin-bottom: 26px;
}

.page-content .popup-window-container p:last-child,
.page-content .popup-window-container ol:last-child,
.page-content .popup-window-container ul:last-child{
	margin-bottom: 0;
}

/* pagination */

.page-content .pagination{
	margin: 55px -5px 0;

	text-align: center;
	line-height: 0;
	font-size: 0;
}

.page-content .pagination a,
.page-content .pagination span{
	display: inline-block;

	padding: 5px;
	margin: 10px 5px 0;
	min-width: 35px;

	font-size: 16px;
	line-height: 25px;
}

.page-content .pagination a{
	background-color: #f1f1f1;

	text-decoration: none;
	color: inherit;
}

.page-content .pagination a:hover,
.page-content .pagination a:active,
.page-content .pagination a:focus{
	background-color: #da4221;
	color: #fff;
}

.page-content .pagination .current{
	background-color: #da4221;

	font-weight: 700;
	color: #fff;
}

.page-content .pagination .dots{
	background-color: #f1f1f1;
}

/* gift cards */

#pwgc-balance-form{
	margin-bottom: 30px;
	max-width: 645px;
}

#pwgc-balance-number-label{
	margin-bottom: 12px;

	font-size: 18px;
	font-weight: 700;
}

#pwgc-balance-number-container{
	padding: 3px 270px 3px 0;
	position: relative;
}

#pwgc-balance-number{
	width: 100%;
}

#pwgc-balance-button{
	padding-right: 20px;
	padding-left: 20px;
	width: 230px;

	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);

	position: absolute;
	right: 0;
	top: 50%;
}

#pwgc-balance-error{
	margin-top: 5px;

	font-weight: 700;
	color: #da4221;
}

#pwgc-balance-expiration-date-container{
	display: none;
}

#pwgc-balance-reload{
	display: none;
}

/* = Product Info Block
---------------------------------------------------- */

.product-info-block{
	text-align: center;
	padding: 0 20px;
}

.product-info-block-thumb{
	margin-bottom: 35px;
}

.product-info-block-thumb ul{
	margin-bottom: 0;
}

.product-info-block-thumb ul > li{
	margin-bottom: 0;
	padding-left: 0;

	transition: opacity 0.15s;
}

.product-info-block-thumb ul > li::before{
	display: none;
}

.product-info-block-thumb ul > li:not(.active){
	opacity: 0;

	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}

.product-info-block-thumb ul > li.hover{
	opacity: 1;
	z-index: 1;
}

.product-info-block-thumb ul > li img{
	margin: auto;
}

.product-info-block-title,
.product-info-block-style{
	line-height: 24px;
	font-weight: 700;
}

.product-info-block-title a{
	text-decoration: none;
}

.product-info-block-price{
	margin-top: 4px;
}

.product-info-block-size{
	margin-top: 7px;
}

.product-info-block-size select,
.product-info-block-size .select2{
	background-color: #f7f7f7;
	min-width: 132px;
}

.product-info-block-size .select2{
	text-align: left;
	margin: auto;
}

.product-info-block .product-info-block-swatches{
	margin: 0 -1px -3px;

	line-height: 0;
	font-size: 0;
}

.product-info-block .product-info-block-price + .product-info-block-swatches{
	margin-top: 7px;
}

.product-info-block .product-info-block-size + .product-info-block-swatches{
	margin-top: 12px;
}

.product-info-block .product-info-block-swatches li{
	display: inline-block;
	list-style: none;

	border: 1px solid transparent;
	border-radius: 50%;

	margin: 0 1px 3px;
	padding: 2px;
}

.product-info-block-swatches li.active{
	border-color: #b3b3b3;
}

.product-info-block-swatches li:not(.active){
	cursor: pointer;
}

.product-info-block-swatches li::before{
	display: none;
}

.product-info-block-swatches li span{
	width: 24px;
	height: 24px;
	display: block;

	background-size: cover;
	background-position: center;
	border-radius: 50%;
}

.product-info-block-button{
	margin-top: 18px;
}

.product-info-block-button span{
	min-width: 130px;
}

.product-info-block .wc-no-matching-variations{
	padding: 12px 16px;
	margin: 18px 0 0;

	font-size: 13px;
	line-height: 21px;
}

.product-info-block .wc-no-matching-variations::before{
	display: none;
}

/* list */

.product-info-blocks-list{
	position: relative;
	margin: 0 -19px;
}

.product-info-blocks-list .product-info-block{
	width: 25%;
	overflow-anchor: none;
	float: left;
}

.product-info-blocks-list:not(.ready) .product-info-block:nth-child(n+5){
	display: none;
}

.product-info-blocks-list .nav-arrow{
	margin-top: -80px;

	background-color: #292929;
	opacity: 0.7;
}

.product-info-blocks-list .nav-arrow:hover{
	background-color: #ff5420;
	opacity: 0.9;
}

/* = Articles List
---------------------------------------------------- */

.articles-list{
	overflow: hidden;
}

.articles-list-inner{
	margin: 0 -14px -75px;

	text-align: center;
	line-height: 0;
	font-size: 0;
}

.articles-list .article{
	width: 33.333333%;
	padding: 0 15px;
	margin-bottom: 75px;
	display: inline-block;
	vertical-align: top;

	font-size: 14px;
	line-height: 24px;
	text-align: left;
}

.articles-list .article-thumb{
	margin-bottom: 30px;
}

.articles-list .article-thumb img{
	max-width: 100%;
	height: auto;
}

.articles-list .article-title{
	margin-bottom: 10px;

	text-transform: none;
	line-height: 26px;
}

.articles-list .article-title a{
	text-decoration: none;
}

.articles-list .article-excerpt p{
	margin-bottom: 20px;
}

.articles-list .article-excerpt p:last-child{
	margin-bottom: 0;
}

.articles-list .read-more{
	margin-top: 26px;
}

.articles-list .read-more a{
	min-width: 130px;
}

/* = Contact Forms
---------------------------------------------------- */

.gform_wrapper{
	margin-bottom: 29px;
}

.gform_wrapper br,
.gform_wrapper .gform_heading p,
.gform_wrapper form + p,
.gform_wrapper + p{
	display: none;
}

.gform_wrapper .validation_error{
	margin-bottom: 29px;
	color: #da4221;
}

.gform_wrapper .gform_fields{
	margin-bottom: 0;
}

.gform_fields .gfield{
	margin-bottom: 25px;
	list-style: none;
	clear: both;

	padding: 0;
	left: 0;
}

.gform_fields .gfield::before{
	display: none;
}

.gform_fields .gfield.left,
.gform_fields .gfield.right,
.gform_fields .gfield.one-half,
.gform_fields .gfield.one-third,
.gform_fields .gfield.two-third{
	clear: none;
	z-index: 1;
}

.gform_fields .gfield.left,
.gform_fields .gfield.right{
	width: 48%;
}

.gform_fields .gfield.gform_hidden,
.gform_fields .gfield.gfield_visibility_hidden,
.gform_fields .gfield.gform_validation_container{
	display: none;
}

.gform_fields .gfield.gsection:not(:first-child){
	padding-top: 15px;
}

.gform_fields .gfield .gfield_label{
	margin-bottom: 15px;
	display: block;

	font-size: 18px;
	font-weight: 700;
}

.gform_fields .gfield.no-label .gfield_label{
	display: none;
}

.gform_fields .gfield .gfield_required{
	display: none;
}

.gform_fields .gfield select,
.gform_fields .gfield textarea,
.gform_fields .gfield input[type="tel"],
.gform_fields .gfield input[type="text"],
.gform_fields .gfield input[type="email"],
.gform_fields .gfield input[type="number"],
.gform_fields .gfield input[type="password"],
.gform_fields .gfield input[type="url"]{
	width: 100%;
}

.gform_fields .gfield textarea{
	height: 180px;
}

.gform_fields .gfield.gfield_error select,
.gform_fields .gfield.gfield_error textarea,
.gform_fields .gfield.gfield_error input[type="tel"],
.gform_fields .gfield.gfield_error input[type="text"],
.gform_fields .gfield.gfield_error input[type="email"],
.gform_fields .gfield.gfield_error input[type="number"],
.gform_fields .gfield.gfield_error input[type="password"],
.gform_fields .gfield.gfield_error input[type="url"]{
	border-color: #da4221;
}

.gform_fields .gfield ul.gfield_radio,
.gform_fields .gfield ul.gfield_checkbox{
	margin-bottom: 0;
}

.gform_fields .gfield.gfield_error ul.gfield_radio,
.gform_fields .gfield.gfield_error ul.gfield_checkbox{
	color: #da4221;
}

.gform_fields .gfield ul.gfield_radio li,
.gform_fields .gfield ul.gfield_checkbox li{
	margin-bottom: 8px;
	padding: 0;
	left: 0;
}

.gform_fields .gfield ul.gfield_radio li:last-child,
.gform_fields .gfield ul.gfield_checkbox li:last-child{
	margin-bottom: 0;
}

.gform_fields .gfield ul.gfield_radio li::before,
.gform_fields .gfield ul.gfield_checkbox li::before{
	display: none;
}

.gform_fields .gfield .ginput_container_name,
.gform_fields .gfield .ginput_container_address,
.gform_fields .gfield .ginput_container_password{
	margin-bottom: -20px;
	overflow: hidden;
}

.gform_fields .gfield .ginput_container_name > span,
.gform_fields .gfield .ginput_container_address > span,
.gform_fields .gfield .ginput_container_password > span{
	margin-bottom: 20px;
	display: block;
}

.gform_fields .gfield .ginput_container_name label,
.gform_fields .gfield .ginput_container_address label,
.gform_fields .gfield .ginput_container_password label{
	display: none;
}

.gform_fields .gfield .ginput_container_name .name_first,
.gform_fields .gfield .ginput_container_address .ginput_left,
.gform_fields .gfield .ginput_container_password .ginput_left{
	float: left;
	width: 48%;
}

.gform_fields .gfield .ginput_container_name .name_last,
.gform_fields .gfield .ginput_container_address .ginput_right,
.gform_fields .gfield .ginput_container_password .ginput_right{
	float: right;
	width: 48%;
}

.gform_wrapper .gfield_password_strength{
	background-color: #f2f2f2;
	border: 1px solid #d9d9d9;
	padding: 7px 16px;
	margin-top: 10px;
}

.gform_wrapper .gfield_password_strength.bad,
.gform_wrapper .gfield_password_strength.short,
.gform_wrapper .gfield_password_strength.mismatch{
	background-color: rgba(168,5,50,0.1);
	border-color: rgba(168,5,50,0.5);
	color: rgba(168,5,50,0.8);
}

.gform_wrapper .gfield_password_strength.good{
	background-color: rgba(30,133,190,0.1);
	border-color: rgba(30,133,190,0.5);
	color: rgba(30,133,190,0.8);
}

.gform_wrapper .gfield_password_strength.strong{
	background-color: rgba(143,174,27,0.1);
	border-color: rgba(143,174,27,0.5);
	color: rgba(143,174,27,0.8);
}

.gform_fields .gfield .validation_message{
	display: none;
}

.gform_footer img{
	vertical-align: middle;
	display: inline-block;
	margin-left: 15px;
}

.gform_footer p,
.gform_footer + p{
	display: none;
}

.gform_confirmation_message{
	margin-bottom: 29px;
}

.gf_clear_complex{
	clear: both;
}

/* custom settings */

.gform_wrapper .contact-us{
	max-width: 660px;
}

.gform_wrapper .contact-us .gfield_label{
	display: none;
}

.gform_wrapper .contact-us .gfield select,
.gform_wrapper .contact-us .gfield textarea,
.gform_wrapper .contact-us .gfield input[type="tel"],
.gform_wrapper .contact-us .gfield input[type="text"],
.gform_wrapper .contact-us .gfield input[type="email"],
.gform_wrapper .contact-us .gfield input[type="number"],
.gform_wrapper .contact-us .gfield input[type="password"],
.gform_wrapper .contact-us .gfield input[type="url"]{
	background-color: #f2f2f2;
	box-shadow: none;
}

.gform_wrapper .contact-us .gfield select,
.gform_wrapper .contact-us .gfield input[type="tel"],
.gform_wrapper .contact-us .gfield input[type="text"],
.gform_wrapper .contact-us .gfield input[type="email"],
.gform_wrapper .contact-us .gfield input[type="number"],
.gform_wrapper .contact-us .gfield input[type="password"],
.gform_wrapper .contact-us .gfield input[type="url"]{
	max-width: 370px;
}

.gform_wrapper .contact-us.warranty .gfield select,
.gform_wrapper .contact-us.warranty .gfield input[type="tel"],
.gform_wrapper .contact-us.warranty .gfield input[type="text"],
.gform_wrapper .contact-us.warranty .gfield input[type="email"],
.gform_wrapper .contact-us.warranty .gfield input[type="number"],
.gform_wrapper .contact-us.warranty .gfield input[type="password"],
.gform_wrapper .contact-us.warranty .gfield input[type="url"]{
	max-width: unset;
}

.gform_wrapper .contact-us .gfield textarea{
	height: 130px;
}

.gform_wrapper .contact-us .gform_button{
	min-width: 200px;
}

.gform_wrapper .warranty-return{
	max-width: 768px;
}

.gform_wrapper .warranty-return .gform_footer{
	text-align: center;
	margin-top: 10px;
}

/* = Page Sections
---------------------------------------------------- */

.page-section{
	padding-top: 70px;
	overflow: hidden;
}

.page-section:first-child{
	padding-top: 80px;
}

.page-section.with-background:first-child,
.page-section.with-background + .page-section.with-background{
	padding-top: 0;
}

.page-section:last-child{
	padding-bottom: 80px;
}

.page-section.with-background:last-child{
	padding-bottom: 0;
}

.page-section-outer{
	position: relative;
	padding: 80px 0;
}

.page-section-outer > .wrap{
	position: relative;
	z-index: 2;
}

.page-section-title{
	text-align: center;
}

.page-section-excerpt{
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0.04em;
	font-weight: 500;
	color: #da4221;

	text-transform: uppercase;
	text-align: center;
}

.page-section-excerpt p:last-child,
.page-section-excerpt ol:last-child,
.page-section-excerpt ul:last-child{
	margin-bottom: 0;
}

.page-section-background{
	background-position: center;
	background-size: cover;

	position: absolute;
	z-index: 0;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}

.page-section-shadow{
	background-color: #000;

	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}

/* announcements */

.announcements-section{
	text-align: center;
}

.announcements-section .wrap{
	max-width: 1300px;
}

.announcements-section-inner{
	margin: 0 -35px -40px;

	line-height: 0;
	font-size: 0;
}

.announcements-section-inner:not(:first-child){
	margin-top: 45px;
}

.announcements-section-item{
	width: 33.333333%;
	padding: 0 35px;
	margin-bottom: 40px;
	display: inline-block;
	vertical-align: top;
}

.announcements-section-item-inner{
	display: table;
	table-layout: fixed;
	width: 100%;
}

.announcements-section-item-inner > div{
	vertical-align: middle;
	display: table-cell;
}

.announcements-section-item-icon{
	width: 28.954424%;
}

.announcements-section-item-icon-inner{
	background-color: #f2f2f2;
	border-radius: 50%;

	position: relative;
	padding-top: 100%;
	width: 100%;
}

.announcements-section-item-icon svg{
	width: 53.703704%;
	height: 53.703704%;
	display: block;

	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);

	position: absolute;
	left: 50%;
	top: 50%;
}

.announcements-section-item-icon path,
.announcements-section-item-icon polygon,
.announcements-section-item-icon rect{
	fill: #666;
}

.announcements-section-item-text{
	padding-left: 28px;

	line-height: 25px;
	letter-spacing: 0.02em;
	text-align: left;
}

.announcements-section-item-main-text{
	font-size: 16px;
}

.announcements-section-item-bold-text{
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
}

.announcements-section-item-bold-text:not(:first-child){
	margin-top: 3px;
}

.announcements-section-item-bold-text .highlight{
	font-weight: 300;
}

.announcements-section-item-bottom-text{
	font-size: 13px;
	color: #a6a6a6;
}

.announcements-section-item-bottom-text:not(:first-child){
	margin-top: 10px;
}

/* cta (style 1) */

.cta-style-1-section-inner{
	margin: 0 -12.5px -25px;

	text-align: center;
	line-height: 0;
	font-size: 0;
}

.cta-style-1-section-inner:not(:first-child){
	margin-top: 45px;
}

.cta-style-1-section-item{
	padding: 0 12.5px;
	margin-bottom: 25px;
	display: inline-block;
	vertical-align: top;

	font-size: 16px;
	line-height: 29px;
	text-align: left;
}

.cta-style-1-section.one-item .cta-style-1-section-item{
	width: 100%;
}

.cta-style-1-section.two-items .cta-style-1-section-item{
	width: 50%;
}

.cta-style-1-section.three-items .cta-style-1-section-item{
	width: 33.333333%;
}

.cta-style-1-section-item-outer{
	position: relative;
	display: table;
	height: 240px;
	width: 100%;
}

a.cta-style-1-section-item-outer{
	text-decoration: none;
	color: inherit;
}

.cta-style-1-section-item-bg{
	background-position: center;
	background-size: cover;

	transition: opacity 0.15s;

	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}

.cta-style-1-section-item-outer:hover .cta-style-1-section-item-bg{
	opacity: 0.5;
}

.cta-style-1-section-item-middle{
	position: relative;
	display: table-cell;
	vertical-align: top;
	padding: 25px 30px;
}

.cta-style-1-section-item-inner{
	max-width: 300px;
}

.cta-style-1-section-item-title.h2{
	margin-bottom: 0;
	font-weight: 300;
}

.cta-style-1-section-item-title .highlight{
	font-weight: 700;
	color: inherit;
}

.cta-style-1-section-item-subtitle{
	position: relative;
	padding-top: 30px;

	font-weight: 500;
	color: #da4221;
}

.cta-style-1-section-item-subtitle::before{
	width: 100px;
	height: 3px;

	background-color: #da4221;
	content: "";

	position: absolute;
	top: 16px;
	left: 0;
}

.cta-style-1-section-item-subtitle::after{
	margin-left: 5px;
	content: '\003e';
}

/* cta (style 2) */

.cta-style-2-section{
	text-align: center;
}

.cta-style-2-section-inner{
	margin: 0 -15px -30px;

	line-height: 0;
	font-size: 0;
}

.cta-style-2-section-inner:not(:first-child){
	margin-top: 45px;
}

.cta-style-2-section-item{
	padding: 0 15px;
	margin-bottom: 30px;
	display: inline-block;
	vertical-align: top;
}

.cta-style-2-section.one-item .cta-style-2-section-item{
	width: 100%;
}

.cta-style-2-section.two-items .cta-style-2-section-item{
	width: 50%;
}

.cta-style-2-section.three-items .cta-style-2-section-item{
	width: 33.333333%;
}

.cta-style-2-section-item-outer{
	display: table;
	height: 416px;
	width: 100%;

	background-position: center;
	background-size: cover;
}

.cta-style-2-section-item-middle{
	display: table-cell;
	vertical-align: middle;
	padding: 20px;
}

.cta-style-2-section-item-inner{
	max-width: 345px;
	margin: auto;
}

.cta-style-2-section-item-logo{
	margin-bottom: 32px;
}

.cta-style-2-section-item-logo img{
	margin: auto;
}

.cta-style-2-section-item-title.h2{
	margin-bottom: 0;

	font-weight: 700;
	color: #fff;
}

.cta-style-2-section-button{
	margin-top: 50px;
}

/* featured products */

.featured-products-section-tabs{
	margin: 0 -22px 15px;

	text-align: center;
	line-height: 0;
	font-size: 0;
}

.featured-products-section-tabs div{
	display: inline-block;
	margin: 0 22px 20px;

	font-size: 18px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: 700;
}

.featured-products-section-tabs div.active{
	color: #da4221;
}

.featured-products-section-tabs div:not(.active){
	cursor: pointer;
	color: #808080;
}

.featured-products-section-tabs div span{
	display: inline-block;
}

.featured-products-section-tabs div:not(.active) span:hover{
	color: #ff5420;
}

.featured-products-section-tabs div.active span{
	border-bottom: 3px solid #da4221;
}

.featured-products-section .product-info-blocks-list:not(.active){
	overflow: hidden;
	height: 0;
}

/* instagram */

.instagram-section-top{
	margin: 0 -10px;

	text-align: center;
	font-size: 18px;
}

.instagram-section-top .button.normal{
	padding-right: 20px;
	padding-left: 20px;
	margin: 0 10px;

	font-size: inherit;
}

.instagram-section-inner{
	margin: 60px auto 0;
	max-width: 1308px;
}

.instagram-section .iscwp-gallery-slider .iscwp-cnt-wrp.slick-slide{
	padding: 0;
}

.instagram-section .iscwp-gallery-slider .slick-arrow{
	width: 49px;
	height: 49px;
	margin: 0 !important;

	transition: background-color 0.15s;
	opacity: 0.7;

	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);

	background: #292929 !important;
	border-radius: 50% !important;

	text-indent: 0;
	font-size: 0;
}

.instagram-section .iscwp-gallery-slider .slick-arrow:hover{
	background: #ff5420 !important;
	opacity: 0.9;
}

.instagram-section .iscwp-gallery-slider .slick-arrow::before{
	display: inline-block;
	width: 100%;

	font-size: 30px;
	line-height: 49px;
	font-family: 'stc';
	color: #fff;

	font-variant: normal;
	text-transform: none;
	text-align: center;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	position: absolute;
	left: 0;
	top: 0;
}

.instagram-section .iscwp-gallery-slider .slick-prev{
	left: 23px;
}

.instagram-section .iscwp-gallery-slider .slick-next{
	right: 23px;
}

.instagram-section .iscwp-gallery-slider .slick-prev::before{
	padding-right: 2px;
	content: '\e904';
}

.instagram-section .iscwp-gallery-slider .slick-next::before{
	padding-left: 2px;
	content: '\e905';
}

/* product categories */

.product-categories-section-inner{
	margin: 0 -15px -60px;

	line-height: 0;
	font-size: 0;
}

.product-categories-section-inner:not(:first-child){
	margin-top: 60px;
}

.product-categories-section-item{
	width: 33.333333%;
	padding: 0 15px;
	margin-bottom: 60px;
	display: inline-block;
	vertical-align: top;
}

.product-categories-section-item a{
	text-decoration: none;
	display: block;
}

.product-categories-section-item-thumb{
	transition: opacity 0.15s;
	margin-bottom: 32px;
}

.product-categories-section-item-thumb:hover{
	opacity: 0.5;
}

.product-categories-section-item-title{
	font-size: 20px;
	line-height: 25px;
	letter-spacing: 0.04em;
	font-weight: 700;

	text-transform: uppercase;
	text-align: center;
}

/* slider */

.slider-section{
	position: relative;

	background-color: #0d0d0d;
	color: #fff;
}

.slider-section-item{
	width: 100%;
	padding-top: 120px;
	padding-bottom: 100px;
	overflow-anchor: none;
	position: relative;
	float: left;
}

.slider-section-items:not(.ready) .slider-section-item:nth-child(n+2){
	display: none;
}

.slider-section .wrap{
	max-width: 1060px;

	position: relative;
	z-index: 3;
}

.slider-section-item-outer{
	display: table;
	table-layout: fixed;

	height: 380px;
	width: 100%;
}

.slider-section-item-inner{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.slider-section-item-logo img{
	max-width: 200px;
	max-height: 160px;
	margin: auto;
}

.slider-section-item-title{
	margin-bottom: 0;

	font-size: 50px;
	line-height: 63px;
	font-weight: 300;
}

.slider-section-item-title:not(:first-child){
	margin-top: 18px;
}

.slider-section-item-text{
	max-width: 920px;
	margin: auto;

	font-size: 24px;
	line-height: 39px;
	text-transform: uppercase;
	font-weight: 700;
}

.slider-section-item-text:not(:first-child){
	margin-top: 18px;
}

.slider-section-item-text p,
.slider-section-item-text ol,
.slider-section-item-text ul{
	margin-bottom: 39px;
}

.slider-section-item-text p:last-child,
.slider-section-item-text ol:last-child,
.slider-section-item-text ul:last-child{
	margin-bottom: 0;
}

.slider-section-item-buttons:not(:first-child){
	margin-top: 28px;
}

.slider-section-item-buttons .button{
	margin: 10px 8px 0;
}

.slider-section-nav{
	max-width: 1310px;
	margin: auto;

	position: absolute;
	z-index: 2;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}

/* slider > arrows */

.slider-section .nav-arrow{
	background-color: #292929;
	opacity: 0.7;
}

.slider-section .nav-arrow:hover{
	background-color: #ff5420;
	opacity: 0.9;
}

/* slider > bullets */

.slider-section .nav-bullets{
	line-height: 0;
	font-size: 0;

	position: absolute;
	bottom: 60px;
	left: 0;
}

.slider-section .nav-bullets a{
	width: 15px;
	height: 15px;
	margin: 0 3px;
	display: inline-block;

	border: 2px solid #fff;
	border-radius: 50%;
}

.slider-section .nav-bullets a:hover{
	background-color: #f7f7f7;
	border-color: #f7f7f7;
}

.slider-section .nav-bullets a.selected{
	background-color: #fff;
}

/* tile blocks */

.tile-blocks-section-inner{
	margin: -15px;
}

.tile-blocks-section-inner:not(:first-child){
	margin-top: 45px;
}

.tile-blocks-section-item{
	width: 50%;
	padding: 15px;
	float: left;

	text-align: center;
	color: #fff;
}

.tile-blocks-section-item.right{
	float: right;
}

.tile-blocks-section-item .tile-blocks-section-item-outer{
	background-position: center;
	background-size: cover;
}

.tile-blocks-section-item.big .tile-blocks-section-item-outer{
	min-height: 570px;
	height: 570px;
}

.tile-blocks-section-item.small .tile-blocks-section-item-outer{
	min-height: 270px;
	height: 270px;
}

.tile-blocks-section-item.alignment-centered .tile-blocks-section-item-outer{
	display: table;
	width: 100%;
}

.tile-blocks-section-item.alignment-separated .tile-blocks-section-item-outer{
	padding: 70px 20px;

	-webkit-flex-direction: column;
	flex-direction: column;

	-webkit-justify-content: space-between;
	justify-content: space-between;

	display: -webkit-flex;
	display: flex;
}

.tile-blocks-section-item.alignment-centered .tile-blocks-section-item-middle{
	display: table-cell;
	vertical-align: middle;
	padding: 20px;
}

.tile-blocks-section-item .tile-blocks-section-item-inner{
	margin-right: auto;
	margin-left: auto;
}

.tile-blocks-section-item.big .tile-blocks-section-item-inner{
	max-width: 530px;
}

.tile-blocks-section-item.small .tile-blocks-section-item-inner{
	max-width: 500px;
}

.tile-blocks-section-item .tile-blocks-section-item-title{
	margin-bottom: 0;
}

.tile-blocks-section-item.big .tile-blocks-section-item-text{
	font-size: 21px;
	line-height: 37px;
}

.tile-blocks-section-item.small .tile-blocks-section-item-text{
	font-size: 18px;
	line-height: 27px;
}

.tile-blocks-section-item.big .tile-blocks-section-item-text:not(:first-child){
	margin-top: 15px;
}

.tile-blocks-section-item.small .tile-blocks-section-item-text:not(:first-child){
	margin-top: 5px;
}

.tile-blocks-section-item.big .tile-blocks-section-item-button{
	margin-top: 30px;
}

.tile-blocks-section-item.small .tile-blocks-section-item-title + .tile-blocks-section-item-button{
	margin-top: 26px;
}

.tile-blocks-section-item.small .tile-blocks-section-item-text + .tile-blocks-section-item-button{
	margin-top: 12px;
}

/* = Articles Page
---------------------------------------------------- */

.page.articles .page-content{
	padding-bottom: 60px;
	padding-top: 50px;
}

.page.articles .page-title{
	margin-bottom: 50px;
	text-align: center;
}

/* = Single Article Page
---------------------------------------------------- */

/* main */

.page.article .main-section{
	padding: 50px 384px 60px 0;
}

/* content */

.page.article .page-content{
	width: 100%;
	float: left;
}

.page.article .page-content-inner{
	max-width: 846px;
	margin: auto;
}

.page.article .main-section .article-title{
	margin-bottom: 12px;

	text-transform: none;
	letter-spacing: 0;
}

.page.article .main-section .article-meta{
	margin-bottom: 30px;

	font-size: 14px;
	line-height: 26px;
	text-transform: uppercase;
	font-weight: 500;
	color: #4d4d4d;
}

.page.article .main-section .article-thumb{
	margin-bottom: 40px;
}

.page.article .main-section .article-thumb img{
	width: 100%;
}

/* sidebar */

.page.article .page-sidebar{
	width: 349px;
	margin-right: -384px;
	float: right;
}

.page.article .product-info-block{
	border: 1px solid #d9d9d9;
	padding: 35px 20px 45px;
}

.page.article .product-info-block:not(:first-child){
	margin-top: 20px;
}

.page.article .product-info-block-thumb ul > li{
	list-style: none;
}

.page.article .product-info-block-thumb img{
	max-width: 100%;
	height: auto;
}

.page.article .nav-arrow{
	margin-top: -80px;

	background-color: #292929;
	opacity: 0.7;
}

.page.article .nav-arrow:hover{
	background-color: #ff5420;
	opacity: 0.9;
}

/* latest articles */

.page.article .latest-articles{
	padding-bottom: 60px;
	padding-top: 10px;
}

.page.article .latest-articles-title{
	margin-bottom: 60px;
	text-align: center;
}

/* = User Form Page
---------------------------------------------------- */

.page.user-form .page-content{
	padding-bottom: 80px;
	padding-top: 70px;
}

.page.user-form .page-title{
	margin-bottom: 40px;
	text-align: center;
}

.page.user-form .form-instruction{
	margin-bottom: 20px;

	font-size: 18px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
}

.page.user-form .form-container{
	max-width: 480px;
	margin: auto;
}

.page.user-form .form-message{
	margin-bottom: 20px;
	padding: 9px 15px;

	border-style: solid;
	border-width: 1px;
}

.page.user-form .form-message.blue-message{
	background-color: rgba(30,133,190,0.1);
	border-color: rgba(30,133,190,0.5);
	color: rgba(30,133,190,0.8);
}

.page.user-form .form-message.green-message{
	background-color: rgba(143,174,27,0.1);
	border-color: rgba(143,174,27,0.5);
	color: rgba(143,174,27,0.8);
}

.page.user-form .form-message.red-message{
	background-color: rgba(168,5,50,0.1);
	border-color: rgba(168,5,50,0.5);
	color: rgba(168,5,50,0.8);
}

.page.user-form .form-row{
	font-size: 14px;
	line-height: 22px;
}

.page.user-form .form-row:not(:first-child){
	margin-top: 24px;
}

.page.user-form .form-label{
	margin-bottom: 15px;
	display: block;

	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
}

.page.user-form .form-field[type="text"],
.page.user-form .form-field[type="password"]{
	width: 100%;
}

.page.user-form .form-row a{
	text-transform: none;
	float: right;
}

.page.user-form .form-buttons{
	text-align: center;
	margin-top: 35px;
}

.page.user-form .form-buttons.two-buttons .form-buttons-inner{
	display: table;
	width: 100%;
}

.page.user-form .form-buttons.two-buttons .form-buttons-inner > div{
	vertical-align: middle;
	display: table-cell;
}

.page.user-form .form-buttons.two-buttons .form-button{
	width: 50%;
}

.page.user-form .form-buttons.two-buttons .form-button a,
.page.user-form .form-buttons.two-buttons .form-button input{
	width: 100%;
}

.page.user-form .form-buttons.two-buttons .or{
	min-width: 60px;
	width: 60px;

	font-size: 20px;
	text-transform: uppercase;
	font-weight: 500;
}

.page.user-form .form-notice{
	margin-bottom: -20px;
	margin-top: 30px;

	font-size: 12px;
	line-height: 21px;
}

.page.user-form .form-notice p,
.page.user-form .form-notice ol,
.page.user-form .form-notice ul{
	margin-bottom: 21px;
}

.page.user-form .form-notice p:last-child,
.page.user-form .form-notice ol:last-child,
.page.user-form .form-notice ul:last-child{
	margin-bottom: 0;
}

.page.user-form .form-notice a{
	color: inherit;
}

/* = Full-Width Page
---------------------------------------------------- */

.page.full-width .page-content{
	padding: 40px 0;
}

/* = Default Page
---------------------------------------------------- */

.page.default .page-outer{
	padding: 40px 0;
}

.page.default .page-breadcrumbs{
	padding-bottom: 20px;
}

.page.default .page-inner{
	padding-left: 325px;
}

/* content */

.page.default .page-content{
	width: 100%;
	max-width: 935px;
	float: right;
}

/* sidebar */

.page.default .page-sidebar{
	width: 275px;
	margin-left: -325px;
	padding-top: 15px;
	float: left;
}

.page.default .page-navigation-title{
	border-bottom: 1px solid #b2b2b2;
	padding-bottom: 22px;
	margin-bottom: 22px;
}

.page.default .page-navigation-title a{
	text-decoration: none;
}

.page.default .page-navigation ul.level-2{
	margin-left: 12px;
}

.page.default .page-navigation li{
	list-style: none;

	font-size: 14px;
	line-height: 25px;
	color: #595959;
}

.page.default .page-navigation li:not(:first-child){
	margin-top: 12px;
}

.page.default .page-navigation li h3{
	margin-bottom: 12px;

	font-size: inherit;
	line-height: inherit;
	color: #000;
}

.page.default .page-navigation li:last-child h3{
	margin-bottom: 0;
}

.page.default .page-navigation li h3::before{
	display: none;
}

.page.default .page-navigation li a{
	text-decoration: none;
	color: inherit;
}

.page.default .page-navigation li.current a{
	font-weight: 700;
	color: #da4221;
}

.page.default .page-navigation li a:hover,
.page.default .page-navigation li a:active,
.page.default .page-navigation li a:focus{
	color: #ff5420;
}

/* = Search Page
---------------------------------------------------- */

.page.search .page-inner{
	padding-bottom: 20px;
}

.page.search .page-title{
	margin-bottom: 40px;
	font-weight: 300;
}

.page.search .page-content .item{
	padding-left: 35px;
	position: relative;
}

.page.search .page-content .item + .item{
	margin-top: 40px;
}

.page.search .page-content .item-order-number{
	position: absolute;
	left: 0;
	top: 0;
}

.page.search .page-content .item-order-number::after{
	content: ".";
}

.page.search .page-content .item-thumb{
	width: 118px;
	float: left;
}

.page.search .page-content .item-thumb img{
	border: 1px solid #d9d9d9;
	padding: 10px;
}

.page.search .page-content .item-thumb i{
	display: block;
	margin: 3px auto 0;
	padding-left: 4px;
	width: 80px;

	font-size: 40px;
	line-height: 80px;
	text-align: center;
	color: #fff;

	background-color: #da4221;
	border-radius: 50%;
}

.page.search .page-content .item-thumb i::before{
	vertical-align: top;
}

.page.search .page-content .item-text{
	margin-left: 145px;
}

.page.search .page-content .item-title{
	text-transform: none;
	margin-bottom: 5px;
}

.page.search .page-content .item-title a{
	text-decoration: none;
}

.page.search .page-content .item-price{
	font-size: 18px;
}

.page.search .page-content .item-excerpt{
	margin-top: 10px;

	font-size: 14px;
	line-height: 23px;
}

/* = Sign Up Popup
---------------------------------------------------- */

.sign-up-popup-container{
	padding: 105px 40px 40px;
	max-width: 560px;
}

.sign-up-popup-logo{
	width: 200px;

	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);

	position: absolute;
	left: 50%;
	top: 50px;
}

.sign-up-popup-logo svg{
	display: block;
}

.sign-up-popup-logo path,
.sign-up-popup-logo polygon,
.sign-up-popup-logo rect{
	fill: #0d0d0d;
}

.sign-up-popup-form{
	display: table;
	height: 150px;
	width: 100%;
}

.sign-up-popup-form-inner{
	vertical-align: middle;
	display: table-cell;
}

.sign-up-popup-form h2,
.sign-up-popup-form h3{
	margin-bottom: 12px;

	font-size: 28px;
	line-height: 31px;
	letter-spacing: 0.04em;
}

.sign-up-popup-form h2:last-child,
.sign-up-popup-form h3:last-child{
	margin-bottom: 0;
}

.sign-up-popup .gform_wrapper{
	margin-bottom: 0;
}

.sign-up-popup .gf_progressbar_wrapper,
.sign-up-popup .validation_error{
	display: none;
}

.sign-up-popup .gform_body{
	max-width: 440px;
	margin: auto;
}

.sign-up-popup .gfield_html{
	text-align: center;
	line-height: 23px;
	font-weight: 500;
}

.sign-up-popup .gfield_html p,
.sign-up-popup .gfield_html ol,
.sign-up-popup .gfield_html ul{
	margin-bottom: 20px;
}

.sign-up-popup .gfield_html p:last-child,
.sign-up-popup .gfield_html ol:last-child,
.sign-up-popup .gfield_html ul:last-child{
	margin-bottom: 0;
}

.sign-up-popup .gfield_label{
	text-align: left;
}

.sign-up-popup .gfield_label .gfield_required{
	margin-left: 2px;
	display: inline;
}

.sign-up-popup .gform_page_footer,
.sign-up-popup .gform_footer{
	padding-top: 3px;
}

.sign-up-popup .gform_page_footer img,
.sign-up-popup .gform_footer img{
	display: none;
}

.sign-up-popup .gform_page_footer .cancel-button,
.sign-up-popup .gform_page_footer .gform_previous_button,
.sign-up-popup .gform_page_footer .gform_next_button{
	padding-right: 15px;
	padding-left: 15px;
	width: 48%;
}

.sign-up-popup .gform_page_footer .cancel-button,
.sign-up-popup .gform_page_footer .gform_previous_button{
	float: left;
}

.sign-up-popup .gform_page:last-child .gform_previous_button{
	display: none;
}

.sign-up-popup .gform_page_footer .gform_next_button{
	float: right;
}

.sign-up-popup .gform_button{
	width: 100%;
}

.sign-up-popup .cancel-link{
	margin-top: 17px;
	margin-bottom: -14px;
	text-align: center;
}

.sign-up-popup .cancel-link span{
	display: inline-block;
	cursor: pointer;

	text-decoration: underline;
	line-height: 22px;
	font-size: 14px;
}

.sign-up-popup .cancel-link span:hover{
	text-decoration: none;
	color: #da4221;
}

.sign-up-popup .gform_confirmation_message{
	text-align: center;
	margin-bottom: 0;
}

.sign-up-popup-bottom-notice{
	margin-top: 35px;

	font-size: 13px;
	line-height: 20px;
	text-align: center;
	color: #9a9a9a;
}

.sign-up-popup-bottom-notice a{
	color: inherit;
}

.sign-up-popup .close-link{
	margin-top: 15px;
	margin-bottom: 30px;
	text-align: center;
	display: none;
}

.sign-up-popup .close-link span{
	display: inline-block;
	cursor: pointer;

	text-decoration: underline;
	line-height: 22px;
	font-size: 14px;
}

.sign-up-popup .close-link span:hover{
	text-decoration: none;
	color: #da4221;
}

.sign-up-popup .close-icon{
	right: 12px;
	top: 14px;
}

/* = Page Footer
---------------------------------------------------- */

.page-footer{
	background-color: #f0eee4;
	padding: 60px 0;
}

.page-footer-inner.one-child{
	text-align: center;
}

.page-footer-inner.two-children{
	display: table;
	table-layout: fixed;
	width: 100%;
}

.page-footer-inner.two-children > div{
	vertical-align: middle;
	display: table-cell;
}

.page-footer h4{
	vertical-align: middle;
	display: inline-block;
}

/* form */

.page-footer-form{
	width: 64.122137%;
}

.page-footer-inner.one-child .page-footer-form{
	margin: auto;
}

.page-footer-form-inner{
	display: table;
	table-layout: fixed;
	width: 100%;
}

.page-footer-inner.two-children .page-footer-form-inner{
	padding-right: 3.571429%;
}

.page-footer-form-inner > div{
	vertical-align: middle;
	display: table-cell;
}

.page-footer-form-title{
	padding-right: 30px;
	width: 46.666667%;
}

.page-footer-form-title h4{
	margin-bottom: 0;
}

.page-footer-form-container{
	width: 53.333333%;
}

.page-footer .gform_wrapper{
	margin-bottom: 0;
}

.page-footer-form .gform_fields{
	margin-bottom: -25px;
}

.page-footer .validation_error,
.page-footer .gfield .gfield_label{
	display: none;
}

.page-footer .gfield:first-child .ginput_container{
	position: relative;
}

.page-footer .gfield:first-child .ginput_container::after{
	display: inline-block;
	content: '\e905';

	font-size: 18px;
	font-family: 'stc';
	color: #da4221;

	font-variant: normal;
	text-transform: none;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	position: absolute;
	right: 11px;
	top: 6px;
}

.page-footer .gfield input[type="text"],
.page-footer .gfield input[type="email"]{
	padding: 6px 42px 6px 18px;
	height: 40px;
	width: 100%;

	background-color: #f2f2f2;
	border-radius: 5px;

	font-size: 14px;
	line-height: 26px;
}

.page-footer .gform_footer{
	overflow: hidden;
	height: 0;
	width: 0;
}

.page-footer-form-confirmation{
	display: none;
}

/* social buttons */

.social-buttons{
	padding-left: 2.290077%;
	width: 35.877863%;
}

.social-buttons-title{
	display: inline-block;
	vertical-align: middle;
}

.social-buttons-title h4{
	margin: 7px 18px 7px 0;
}

.social-buttons ul{
	display: inline-block;
	vertical-align: middle;
	margin: 7px 0;

	line-height: 0;
	font-size: 0;
}

.social-buttons li{
	display: inline-block;
	list-style: none;
}

.social-buttons li:not(:last-child){
	margin-right: 18px;
}

.social-buttons li a{
	display: block;

	text-decoration: none;
	line-height: 27px;
	font-size: 27px;
}

.social-buttons li a::before{
	display: inline-block;
	vertical-align: top;
}

/* = Site Footer
---------------------------------------------------- */

.site-footer{
	padding-top: 90px;
	padding-bottom: 80px;
	line-height: 28px;

	background-color: #0d0d0d;
	color: #b3b3b3;
}

.site-footer-inner{
	padding-left: 345px;
}

.site-footer-left{
	width: 315px;
	margin-left: -345px;
	float: left;
}

.site-footer-right{
	width: 100%;
	float: right;
}

.site-footer h3{
	margin-bottom: 0;
	color: #fff;
}

.site-footer li{
	list-style: none;
}

.site-footer a{
	text-decoration: none;
	color: inherit;
}

.site-footer a:hover,
.site-footer a:active,
.site-footer a:focus{
	color: #fff;
}

/* logo */

.bottom-logo{
	max-width: 271px;
	margin-top: 5px;
	display: block;
}

.bottom-logo:not(:last-child){
	margin-bottom: 40px;
}

.bottom-logo svg{
	display: block;
}

.bottom-logo path,
.bottom-logo polygon,
.bottom-logo rect{
	fill: #fff;
}

/* contacts */

.site-footer-contacts{
	margin-top: 23px;
	overflow: hidden;
}

/* primary menu */

.site-footer-primary-menu ul.level-1{
	line-height: 0;
	font-size: 0;
}

.site-footer-primary-menu ul.level-2{
	position: relative;
	padding-top: 37px;
}

.site-footer-primary-menu ul.level-2::before{
	width: 75px;
	height: 4px;

	background-color: #da4221;
	content: "";

	position: absolute;
	top: 21px;
	left: 0;
}

.site-footer-primary-menu li.level-1{
	vertical-align: top;
	display: inline-block;
	padding-right: 25px;
}

.site-footer-primary-menu.one-column li.level-1{
	width: 100%;
}

.site-footer-primary-menu.two-columns li.level-1{
	width: 50%;
}

.site-footer-primary-menu.three-columns li.level-1{
	width: 33.333333%;
}

.site-footer-primary-menu.four-columns li.level-1{
	width: 25%;
}

.site-footer-primary-menu.four-columns li.level-1:nth-child(n+5){
	margin-top: 30px;
}

.site-footer-primary-menu li.level-2{
	margin-top: 6px;

	font-size: 16px;
	line-height: 28px;
}

.site-footer-primary-menu li.level-1.has-children h3{
	position: relative;
}

.site-footer-primary-menu li.level-1.has-children h3::before{
	transition: transform 0.15s;
	font-size: 12px;

	position: absolute;
	top: 14px;
	right: 0;
}

.site-footer-primary-menu li.level-1.has-children.expanded h3::before{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

/* copyrights */

.copyrights{
	margin-top: 50px;

	font-size: 14px;
	line-height: 24px;
	color: #5d5d5d;
}

/* = Side Panel
---------------------------------------------------- */

.side-panel{
	width: 465px;
	z-index: 10;

	background-color: #fff;

	position: fixed;
	right: -500px;
	bottom: 0;
	top: 0;
}

.admin-bar .side-panel{
	top: 32px;
}

.side-panel-title{
	padding: 15px 55px;
	margin-bottom: 0;

	background-color: #332e33;

	font-size: 24px;
	line-height: 31px;
	text-align: center;
	color: #fff;

	position: absolute;
	right: 0;
	left: 0;
	top: 0;
}

.side-panel-title i{
	display: block;
	cursor: pointer;
	width: 30px;

	font-size: 21px;

	position: absolute;
	left: 15px;
	top: 15px;
}

.side-panel-title i:hover{
	color: #ff5420;
}

.side-panel-title i::before{
	vertical-align: top;
}

.side-panel-inner{
	position: absolute;
	top: 61px;
	bottom: 0;
	right: 0;
	left: 0;
}

.side-panel-inner::before{
	width: 1px;

	background-color: #e6e6e6;
	content: "";

	position: absolute;
	bottom: 0;
	left: 0;
	top: 0;
}

.side-panel-page{
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}

/* cart */

.side-panel-cart{
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}

.side-panel-cart-outer{
	position: absolute;
	bottom: 170px;
	right: 0;
	left: 0;
	top: 0;
}

.side-panel-cart-inner{
	padding: 16px 20px 20px;
	overflow-x: hidden;
	overflow-y: auto;
}

/* cart > empty */

.side-panel-cart-outer.empty.with-progress{
	padding-top: 135px;
}

.side-panel-cart-outer.empty .cart-progress{
	width: calc(100% - 40px);
	height: 135px;

	margin-top: 0;

	position: absolute;
	right: 20px;
	left: 20px;
	top: 0;
}

.side-panel-cart-outer.empty .side-panel-cart-inner{
	display: table;
	min-height: 100%;
	width: 100%;
}

.side-panel-cart-container{
	display: table-cell;
	vertical-align: middle;
	padding: 30px 0;
}

.empty-cart-title{
	text-align: center;
}

.empty-cart-title:not(:last-child){
	margin-bottom: 65px;
}

.empty-cart-links{
	max-width: 340px;
	margin: auto;
}

.empty-cart-links .button{
	width: 100%;
}

.empty-cart-links .button:not(:first-child){
	margin-top: 18px;
}

/* user */

.side-panel-page.user{
	overflow-x: hidden;
	text-align: center;
}

.side-panel-page-inner{
	overflow-x: hidden;
	overflow-y: auto;
	padding: 20px;
}

.side-panel-page.user .top-text{
	margin-bottom: 28px;
	margin-top: 52px;

	font-size: 18px;
	line-height: 29px;
	font-weight: 500;
}

.side-panel-page.user .top-text span{
	color: #da4221;
}

.side-panel-page.user .error-message{
	margin-bottom: 28px;
	margin-top: -10px;

	font-size: 18px;
	line-height: 29px;
	font-weight: 500;
	color: #da4221;
}

.side-panel-page.user input[type="text"],
.side-panel-page.user input[type="password"]{
	margin-bottom: 20px;
	width: 100%;

	background-color: #f7f7f7;
	text-align: center;
}

.side-panel-page.user input[type="text"].valid,
.side-panel-page.user input[type="password"].valid{
	border-color: #69bf29;
}

.side-panel-page.user input[type="text"].invalid,
.side-panel-page.user input[type="password"].invalid{
	border-color: #da4221;
}

.side-panel-page.user .button{
	margin-bottom: 15px;
	width: 100%;
}

.side-panel-page.user .bottom-links .simple-link{
	text-transform: none;
}

.side-panel-page.user .bottom-links .back-link{
	float: left;
}

.side-panel-page.user .bottom-links .reset-link{
	float: right;
}

.side-panel-page.user .bottom-text{
	margin-top: 16px;

	font-size: 12px;
	line-height: 19px;
}

.side-panel-page.user .bottom-text p,
.side-panel-page.user .bottom-text ol,
.side-panel-page.user .bottom-text ul{
	margin-bottom: 19px;
}

.side-panel-page.user .bottom-text p:last-child,
.side-panel-page.user .bottom-text ol:last-child,
.side-panel-page.user .bottom-text ul:last-child{
	margin-bottom: 0;
}

.side-panel-page.user .bottom-text a{
	color: inherit;
}

/* background */

.side-panel-background{
	display: none;
	z-index: 9;

	background-color: rgba(0,0,0,0.2);

	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}

/* = Size Chart
---------------------------------------------------- */

.size-chart-popup-container{
	padding: 4px 30px 40px;
	max-width: 1120px;
}

/* tabs */

.size-chart .tabs{
	margin: 0 -8px 35px;

	line-height: 0;
	font-size: 0;
}

.size-chart .tab{
	width: 50%;
	padding: 0 8px;
	display: inline-block;
	list-style: none;
}

.size-chart .tab span{
	padding: 15px 30px;
	display: block;

	border-bottom-style: solid;
	border-bottom-width: 2px;

	font-size: 18px;
	line-height: 31px;
	font-weight: bold;
	color: #da4221;

	text-transform: uppercase;
	text-align: center;
}

.size-chart .tab.active span{
	border-border-bottom: #da4221;
}

.size-chart .tab:not(.active) span{
	border-bottom-color: #d8d8d8;
	cursor: pointer;
}

/* section */

.size-chart .section:not(.active){
	display: none;
}

.size-chart .section h2{
	margin-bottom: 25px;
}

.size-chart-values table{
	width: 100%;
}

.size-chart-values th,
.size-chart-values td{
	padding: 8px 5px;
}

.size-chart-values th{
	background-color: #0d0d0d;

	text-align: left;
	color: #fff;
}

.size-chart-values th:first-child,
.size-chart-values td:first-child{
	padding-left: 20px;
}

.size-chart-values td:first-child{
	font-weight: 700;
}

.size-chart-values th:last-child,
.size-chart-values td:last-child{
	padding-right: 10px;
}

.size-chart-values tr:nth-child(even) td{
	background-color: #f1f1f1;
}

.size-chart-note{
	margin-top: 15px;
}

.size-chart-description:not(:first-child){
	margin-top: 40px;
}

.size-chart-description p:last-child,
.size-chart-description ol:last-child,
.size-chart-description ul:last-child{
	margin-bottom: 0;
}

/* close */

.size-chart .close-icon{
	right: 25px;
	top: 16px;
}
