﻿
/*
-------------------
04_HEADER FOOTER
	Header
	Minicart
	If Dropdown Is Disabled
	Footer
	Newsletter Signup
-------------------
*/

/* Header */

.header_wrapper {
	margin: 14px 0 0 0;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}

/* Mini-cart */

ul.header-nav {
	display: inline-block;
	float: right;
	margin: 20px 0 0 0;
	padding: 0;
}

ul.header-nav > li {
	display: inline-block;
	float: none;
}

ul.header-nav li a {
	color: #373636;
	font-family: 'HelveticaRm', Arial, sans-serif;
	font-size: 12px;
	text-transform: capitalize;
}

ul.header-nav li a:hover {
	text-decoration: none;
}

ul.header-nav li {
	float: left;
	display: inline-block;
	width: 124px;
	border: medium none;
	cursor: pointer;
	text-align: right;
}

ul.header-nav ul#mini_cart {
	float: right;
	margin: 0 20px 0 0;
	padding: 0;
}

ul.header-nav li.dropdown {
	position: relative;
	height: 40px;
	width: 45px;
	margin-right: 0;
	padding: 0;
}

.cart-icon {
	position: relative;
	width: 68px;
	background: url(/img/icons/cart.svg) no-repeat left;
	font-family: inherit;
	font-size: 16px;
	text-align: right;
	height: 34px;
	background-position-y: 1px;
	background-size: 50%;
}

.cart-icon .fa {
	display: none;
}

.cart-icon .fa::before {
	content: "\f07a";
	font-size: 20px;
	text-align: center;
}

.cart-icon a {
	position: relative;
	height: 53px;
	width: 100%;
	padding-bottom: 40px;
	text-decoration: none;
	text-align: center;
}

.cart-icon span.cart-total {
	display: none;
}

.cart-icon span.cart-item-qty {
	display: inline-block;
	margin-left: 5px;
	color: white;
	font-size: 17px;
}

span.cart-item-qty:before {
	content: '(';
	padding-right: 2px;
}
span.cart-item-qty:after {
	content: ')';
	padding-left: 2px;
}


	img .icon_minicart {
	width: 26px;
}

header .right #filled_cart ul {
	display: block;
	width: 100%;
	padding-right: 0;
	font-size: 20px;
	text-align: right;
}

#cart_preview {
	display: none;
}

.cart-icon .count {
	margin: -1px 0 0 13px;
	text-align: center;
}

.cart-icon .amount {
	padding: 8px 0 0 2px;
	text-align: center;
	white-space: nowrap;
}

header .right ul ul.icon-nav:after {
	clear: both;
}

ul li.dropdown .cart_amt {
	margin: -31px 10px 0 0;
	font-size: 12px;
}

ul li.dropdown .cart_amt a {
	text-decoration: none;
}

ul li.dropdown > ul,
ul li.dropdown #cart_preview {
	display: none;
}

ul li.dropdown #cart_preview {
	box-shadow: 0 3px 10px rgba(0,0,0,0.15);
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

ul li.dropdown:hover > ul,
ul li.dropdown:hover #cart_preview {
	position: absolute;
	display: block;
	z-index: 1000;
}

ul li.dropdown #cart_preview {
	position: absolute;
	min-height: 50px;
	width: 550px;
	top: 110px;
	right: 0;
	border: 2px solid #f5f5f5;
	background-color: #fff;
	color: rgba(0,0,0,0.8);
	z-index: 999;
}

.cart {
	position: absolute;
	width: 254px;
	top: 35px;
	right: 0;
	padding-top: 75px;
	transition: all .4s cubic-bezier(.4,.9,.3,1);
}

.sign_in .mini a {
	color: #fff;
	font-size: 14px;
	font-size: 0.875rem;
}

ul#mini_cart {
	float: right;
}

#cart_preview {
	color: rgba(0,0,0,0.8);
}

#bottom_buttons .empty_cart > .btn {
	display: block;
}

#cart_preview #checkout > span {
	display: inline-table;
	padding: 0;
	font-size: 18px;
}

#cart_preview #checkout #subtotal_lbl,
#cart_preview #checkout #total_lbl,
#cart_preview #checkout #shipping_lbl {
	width: 428px;
	text-align: right;
}

#cart_preview #checkout #subtotal,
#cart_preview #checkout #shipping,
#cart_preview #checkout #total {
	min-width: 76px;
	text-align: right;
}

#cart_preview #wp_btns {
	padding: 20px 0;
	text-align: right;
}

#cart_preview #wp_btns .left,
#cart_preview #wp_btns .right {
	display: inline-block;
}

/*#cart_preview #wp_btns input.btn,
#cart_preview #wp_btns a.btn {
	display: inline;
	width: auto;
	margin-left: 10px;
	padding: 6px 15px;
	border: medium none;
	font-size: 16px;
	text-decoration: none;
	cursor: pointer;
}*/

#cart_preview #empty_cart {
	margin: 15px;
	text-align: center;
}

#cart_preview #empty_cart p {
	margin: 20px 0;
	font-size: 15px;
	text-align: center;
}

#cart_preview .row_item_header {
	height: 50px;
	width: 100%;
	margin: 15px 0 0 0;
	padding: 0;
	border-bottom: 1px solid rgba(0,0,0,0.11);
	color: inherit;
	text-align: center;
}

#cart_preview .row_item_header .image {
	display: inline-block;
	float: left;
	width: 37px;
	margin-left: 120px;
	padding: 0 0 0 0;
}

#cart_preview .row_item_header .desc span {
	color: red;
}

#cart_preview .row_item {
	display: table-row;
	float: left;
	height: 70px;
	width: 524px;
	margin: 5px 0 10px;
	padding: 0 0 15px;
	border-bottom: 1px solid rgba(0,0,0,0.11);
	vertical-align: middle;
}

#cart_preview .row_item .image {
	display: table-cell;
	width: 109px;
	padding: 7px 10px 0;
	text-align: center;
}

#cart_preview .row_item .image img {
	max-height: 60px;
	max-width: 85px;
	margin: 0 10px 0 0;
}

#cart_preview .row_item .desc {
	display: table-cell;
	height: 100%;
	width: 79%;
	padding-right: 0;
	text-align: left;
	vertical-align: middle;
}

#cart_preview .row_item .title {
	display: inline-block;
	width: 70%;
	margin: 0 0 5px;
	padding-right: 0;
	color: inherit;
	font-family: inherit;
	font-size: 15px;
	text-align: left;
}

#cart_preview .row_item .size {
	display: block;
	font-family: inherit;
	font-size: 15px;
	text-align: left;
}

#cart_preview .row_item .details {
	float: right;
	width: 28%;
	margin-right: 1%;
	font-size: 15px;
}

#cart_preview .row_item .qty_lbl {
	display: table-cell;
	width: 68%;
	font-family: inherit;
	font-size: 15px;
	text-align: left;
	vertical-align: middle;
}

#cart_preview .row_item .qty {
	display: table-cell;
	width: 30%;
	padding: 0;
	font-family: inherit;
	font-size: 15px;
	text-align: right;
	vertical-align: middle;
}

#cart_preview #checkout {
	min-height: 60px;
	padding: 6px 10px 10px;
	background-color: #fff;
}

#cart_preview #checkout .row {
	display: table-row;
	padding-bottom: 5px;
	height: 25px;
}

#cart_preview #checkout > span {
	display: inline-block;
	padding: 0;
	font-size: 15px;
}

#cart_preview #checkout .subtotal_lbl,
#cart_preview #checkout .total_lbl {
	display: table-cell;
	width: 46%;
	color: #808080;
	font-family: inherit;
	text-align: right;
}

#cart_preview #checkout #subtotal,
#cart_preview #checkout #shipping,
#cart_preview #checkout #total {
	display: table-cell;
	float: right;
	min-width: 12%;
	color: rgba(0,0,0,0.8);
	font-family: inherit;
	text-align: right;
}

#cart_preview #checkout .subtotal_estimated {
	text-align: right;
}

#cart_preview #wp_btns {
	padding: 20px 0 0 0;
	text-align: right;
}

#cart_preview #wp_btns .left,
#cart_preview #wp_btns .right {
	display: inline-block;
}

/*#cart_preview #wp_btns input.btn,
#cart_preview #wp_btns a.btn {
	padding: 9.5px 35px;
	font-family: inherit;
	cursor: pointer;
	text-decoration: none;
	color: white;
	font-size: 16px;
	background-color: #174195;
	border-radius: 28px;
	border: 2px solid #174195;
	transition: all 250ms ease-in-out;
	font-weight: 600;
}

#cart_preview #wp_btns input.btn:hover,
#cart_preview #wp_btns a.btn:hover {
	background-color: white;
	color: #174195;
}*/

#filled_cart {
	padding: 10px;
}

#filled_cart .description {
	width: 86%;
	font-size: 18px;
}

/* IF DROPDOWN IS DISABLED */

.mini_cart #mini_cart {
	text-align: right;
}

.mini_cart #mini_cart .empty_cart {
	margin: 0;
	text-align: right;
}

.mini_cart {
	width: 185px;
}

.mini_cart .left,
.mini_cart .right {
	display: inline-block;
}

.mini_cart input.btn,
.mini_cart a.btn {
	display: inline;
	width: auto;
	margin-left: 10px;
	padding: 3px 10px;
	border: medium none;
	background-color: inherit;
	color: #13161b;
	font-size: 14px;
	text-decoration: none;
	cursor: pointer;
}

nav.store_nav {
	margin: 0 auto;
	padding: 20px 0;
	font-size: 22px;
}

nav.store_nav ul {
	display: inline-block;
	margin: 0;
}

nav.store_nav li {
	display: inline;
	padding: 0 20px;
}

/* ----- Footer ----- */

footer {
	display: block;
}

.footer {
	padding-top: 4.5rem;
	overflow: hidden;
}

.footer .container {
	width: 100%;
	max-width: 1212px;
	margin-right: auto;
	margin-left: auto;
	padding-right: .6875rem;
	padding-left: .6875rem;
}

.footer__heading {
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 1rem;
	font-weight: 700;
	cursor: text;
}

.footer__list,
.footer__social__list {
	display: block;
	padding-bottom: 0;
}

.footer__list__item {
	margin-top: 1rem;
}

.social-media-links--platforms {
	padding-left: 0;
}

.footer__social__list {
	margin-top: 1rem;
	margin-bottom: 1rem;
	font-size: 1.75rem;
}

.social-media-links--platforms.horizontal li {
	display: inline-block;
	padding: .2em .1em;
	text-align: center;
}

.fa-instagram::before {
	content: "\f16d";
}

.fa-twitter::before {
	content: "\f099";
}

.fa-facebook-f::before,
.fa-facebook::before {
	content: "\f09a";
}

.footer__cards,
.footer__copyright,
.footer__img {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0px;
	width: auto;
	padding-top: 0;
	padding-bottom: 0;
}

.footer__bottom,
.footer__cards-copyright .footer__copyright {
	color: rgba(255,255,255,.5);
	font-size: .75rem;
	font-weight: 700;
	text-transform: uppercase;
}

.footer__bottom {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 2rem;
	padding: .625rem .6875rem;
	border-top: 1px solid rgba(255,255,255,.2);
}

.footer__copyright {
	padding: 1rem 0;
}

/* Scroll to top button */

#scroll-to-top {
	display: none;
	position: fixed;
	height: 50px;
	width: 50px;
	right: 30px;
	bottom: 56px;
	border-radius: 50%;
	transition: background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-moz-transition: background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-webkit-transition: background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-o-transition: background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	background-color: #f5f5f5;
	color: #333;
	font-size: 32px;
	line-height: 50px;
	text-align: center;
	z-index: 9999;
}

#scroll-to-top:hover {
	background-color: #000;
	color: #fff;
}

.ic-up::before {
	content: "\e262";
}