body {
	font-family: 'Lato', sans-serif;
	background: url('../images/background.jpg') center top #FFF no-repeat;
	background-attachment: fixed;	
	min-height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

::selection {
	background: #667cbd;
	color: #FFF;
}

::-moz-selection {
	background: #667cbd;
	color: #FFF;
}

.select {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.container {
	max-width: 940px;
	width: 100%;
	margin: 0 auto;
	display: table;
	background: #FFF;
	box-shadow: 0 0 5px #efefef;
}

.search-no-results #container,
.search-results #container,
.type-product #container {
	width: 100%;
	margin: 0;
	padding: 0 0 15px;
}

.single-product #container {
	padding: 0;
}

.header-top {
	float: left;
	width: 100%;
	background: #000;
	padding: 12px 20px;
}

.account {
	float: left;
}

.account p {
	font-size: 12px;
	color: #999;
}

.account a {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}

.account a:hover {
	color: #667cbd;
}

.cart {
	float: right;
	position: relative;
}

.cart a {
	color: #FFF;
	text-decoration: none;
}

.cart a:hover {
	color: #667cbd;
}

.cart-modal {
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
	background: #FFF;
	padding: 15px;
}

.cart-modal.hide {
	display: none !important;
}

.cart-modal.show {
	display: table;
}



header {
	float: left;
	width: 100%;
	position: relative;
	border-bottom: 1px solid #DDD;
}

.logo {
	float: left;
	padding: 20px;
}

.logo a {
	float: left;
	width: 250px;
	height: 72px;
	background: url('../images/logo.png') no-repeat;
	background-size: 100%;
	text-indent: -9999em;
	text-transform: uppercase
}

header .search {
	float: right;
	padding: 20px;
	margin-top: 20px
}

header .search #search-form {
	float: left;    
}

header .search #search-form input[type="text"] {
	float: left;
	padding: 10px;
	font-size: 12px;
	color: #000;
	background-color: #ffffff;
	border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    width: 150px;
}

header .search #search-form input[type="text"]:hover {
	border-color: #667cbd;
}

header .search #search-form input[type="text"]:active,
header .search #search-form input[type="text"]:focus {
	width: 220px;
	border-color: #667cbd;
	box-shadow: 0px 0px 0px 1px #667cbd;
}

header .search #search-form button#button-search {
	display: none;
}



.menu-tog {
	display: none;
}

.menu {
	float: left;
	width: 100%;
}

.menu ul {
	float: left;
	width: 100%;
	border-bottom: 1px solid #DDD;
}

.menu ul li {
	float: left;
	width: auto;
	position: relative;
}

.menu ul li a {
	float: left;
	color: #000;
	text-transform: uppercase;
	padding: 15px 17.203124046px;
	text-decoration: none;
	font-size: 13px;
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.menu ul li a:hover {
	color: #FFF;
	background: #667cbd;
}

.menu ul li:hover > ul {
	left: 0;
}

.menu ul.sub-menu li,
.menu ul.sub-menu li a {
	float: left;
	width: 100%;
	font-size: 1.05em;
	line-height: 1.25em;
}



.banner {
	float: left;
	width: 100%;
	padding: 20px 20px;
	position: relative;
	overflow: hidden;
}

.banner .cycle-slideshow {
	display: table;
	position: relative;
}

.banner img {
	float: left;
	width: 100%;
}

.banner-pager {
    display: table;
    width: auto;
    margin: 10px auto 0;
}

.banner-pager span {
    background: #000;
    border-radius: 20px;
    width: 10px;
    height: 10px;
    float: left;
    margin-left: 5px;
	text-indent: -9999em;
	text-transform: uppercase;
	cursor: pointer;
}

.banner-pager span.cycle-pager-active {
	background: #667cbd;
}

.banner #prev,
.banner #next {
	float: left;
	z-index: 9999;
	width: 8%;
	top: 50%;
	margin-top: -15px;
	position: absolute;
}

.banner #prev {
	left: 20px;
}

.banner #next {
	right: 20px;
}

.banner #prev i,
.banner #next i {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	font-size: 4em;
	color: #667cbd;
	-webkit-transition: left 0.1s ease;
	-moz-transition: left 0.1s ease;
	-o-transition: left 0.1s ease;
	transition: left 0.1s ease;
	cursor: pointer;
}

.banner #prev i {
	left: -9999em;
}

.banner #next i {
	right: 9999em;
}

.banner:hover #prev i {
	left: 20px;
}

.banner:hover #next i {
	right: 20px;
}




.call-to-actions {
	float: left;
	width: 100%;
	padding: 10px 20px;
}

.call-to-actions ul {
	float: left;
	width: 100%;
}

.call-to-actions ul li {
	float: left;
	width: 26.6667%;
	margin: 0 3.3333%;
}

.call-to-actions ul li a {
    float: left;
}

.call-to-actions li img {
	float: left;
	width: 100%;
	height: 100%;
	border: 1px solid #DDD;	
}

.call-to-actions ul li a:hover {
	
}



.featured-products {
	float: left;
	width: 100%;
}

.featured-products h2 {
	float: left;
	width: 100%;
	padding: 10px 20px;
	font-size: 1.75em;
	text-align: center;
	margin: 10px 0;
	color: #667cbd;
}

.products {
    float: left;
    width: 100%;
}

.products li {
    float: left;
    width: 30%;
    margin: 0 1.66722% 2%;
}

.products li a {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.products a span.onsale {
	position: absolute;
	top: -8px;
	left: -17px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	background: #667cbd;
	height:30px;
	width:50px;
	color:#FFF;
	line-height:4em;
	font-size:1em;
}

.products li img {
    float: left;
    width: 100%;
    height: auto;
    padding: 10px;
}

.products li h3 {
	float: left;
	width: 100%;
	font-size: 1.4em;
	color: #000;
	line-height: 1.6em;
	line-height: 1.5em;
	height: 4em;
}

.products li p.price {
	float: left;
	width: 100%;
}

.products li span.amount {
	display: inline-block;
	width: auto;
	font-size: 1.5em;
	margin: 10px 0;
	color: #85ad74;
}

.products .view-product-btn {
	float: left;
	width: 100%;
	padding: 12px 0;
}





.variations_form.cart {
	float: left;
	width: 100%;
	margin: 10px 0;
}






.search-no-results .woocommerce-message, 
.search-no-results .woocommerce-info, 
.search-no-results .woocommerce-error {
	margin: 5% 5% 1.5%;
	width: 90%;
}







.section-page {
	float: left;
	width: 100%;
	padding: 20px;
}

.section-header {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.section-header h1,
.search-results #content h1,
.search-no-results #content h1 {
	color: #000;
	font-size: 2.5em;
	background: #EFEFEF;
	padding: 35px 20px;
}

.section-header h2 {
	font-size: 1.6em;
    color: #000066;
}

.section-content,
.section-content p,
.section-content strong {
	font-size: 1.05em;
	margin: 5px 0;
	line-height: 1.5em;
}

.section-content a {
	color: #000;
	text-decoration: none;
}

.section-content a:hover {
	color: #667cbd;
	text-decoration: underline;
}



.col-1,
.col-2 {
	float: left;
	width: 49%;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.col-1 {
	margin-right: 2%;
}

.col2-set h2 {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	font-size: 1.4em;
}

form.login,
form.register {
    float: left;
    width: 100%;
    clear: both;
    border: 1px solid #ddd;
    padding: 2em;
    margin: 0em 0 2em 0;
}

.col2-set form.login {
	padding: 0;
}

.col2-set .form-row {
	padding: 0 20px;
}

form.register p.form-row {
	float: left;
	width: 100%;
}

form.login p:first-child,
form.register p:first-child {
	margin-top: 20px !important;
}

.col2-set label {
	font-size: 1em;
}

input[type="text"],
input[type="email"],
input[type="phone"],
input[type="tel"],
input[type="password"],
select,
.coupon .input-text {
	float: left;
	width: 100%;
	margin-bottom: 15px;
	font-size: 13px;
    background-color: #FFF;
    background-position: 150% 50%;
    border: 1px solid #acb4bc;
    height: 40px;
    color: #000;
    outline: none;
    padding: 0 12px;
    font-weight: 300;
    vertical-align: baseline;
    border-radius: 3px;
    box-shadow: none;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

textarea {
	float: left;
	width: 100%;
	margin-bottom: 15px;
	font-size: 13px;
    background-color: #FFF;
    background-position: 150% 50%;
    border: 1px solid #acb4bc;
    color: #000;
    outline: none;
    padding: 0 12px;
    font-weight: 300;
    vertical-align: baseline;
    border-radius: 3px;
    box-shadow: none;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="phone"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
select:focus,
.coupon .input-text:focus,
textarea:focus {
	border-color: #667cbd;
	box-shadow: 0px 0px 0px 1px #667cbd;
}

input:-webkit-autofill, 
textarea:-webkit-autofill {
	border-color: #667cbd;
    -webkit-box-shadow: 0 0 0 1000px #dbe9ef inset !important;
    -webkit-text-fill-color: #333;
}

input[type="text"].invalid,
input[type="email"].invalid,
input[type="password"].invalid {
	border-color: #bc2c28;
    box-shadow: 0px 0px 0px 1px #bc2c28;
}

input[type="submit"] {
	font-size: 13px;
	border: none;
    height: 40px;
    outline: none;
    padding: 0 12px;
    font-weight: 300;
    vertical-align: baseline;
    border-radius: 3px;
    box-shadow: none;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;

	background-repeat: no-repeat;
    background-color: #667cbd;
    border: none;
    box-shadow: inset 0px -3px 0px 0px rgba(0,0,0,0.1),0px 1px 1px rgba(0,0,0,0.1);
    outline: none;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
}

input[type="submit"]:hover {
	
}

input[type="submit"]:active {
	box-shadow: inset 0px 3px 0px 0px rgba(0,0,0,0.1);
    background: #0aa5af;
}

input[type="checkbox"] {
	float: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    outline: none;
    overflow: hidden;
    background: #FFF;
    border: 1px solid #667cbd;
    box-shadow: inset 0px 0px 0px 10px #FFF,0px 2px 0px rgba(0,0,0,0.05);
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
    height: 20px;
    width: 20px;
    cursor: pointer;
	margin: 0;
	border-radius: 0;
}

input[type="checkbox"]:checked {
	background: #667cbd;
	border-color: #667cbd;
	box-shadow: inset 0px 0px 0px 4px #FFF,0px 2px 0px rgba(0,0,0,0.05);
	-webkit-animation-duration: 0.3s;
	-moz-animation-duration: 0.3s;
	-o-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: wobble;
	animation-name: wobble;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	animation-duration: 1s
}

input[type="radio"] {
	float: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    outline: none;
    overflow: hidden;
    background: #FFF;
    border: 1px solid #667cbd;
    box-shadow: inset 0px 0px 0px 10px #FFF,0px 2px 0px rgba(0,0,0,0.05);
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
    height: 15px;
    width: 15px;
    cursor: pointer;
	margin: 0;
	border-radius: 20px;
}

input[type="radio"]:checked {
	background: #667cbd;
	border-color: #667cbd;
	box-shadow: inset 0px 0px 0px 4px #FFF,0px 2px 0px rgba(0,0,0,0.05);
	-webkit-animation-duration: 0.3s;
	-moz-animation-duration: 0.3s;
	-o-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: wobble;
	animation-name: wobble;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	animation-duration: 1s;
	border-radius: 20px;
}

.col2-set .remember-me {
	float: left;
	width: auto;
	font-size: 13px;
	color: #6b7781;
	margin: 4px 0 0 10px;
}

form.login p.form-row .inline {
	padding: 0;
	margin-top: 14px;
}

form.login p.form-row #rememberme {
	margin: -4px 10px 0 0;
}

.col2-set .remember-me:hover {
	color:#667cbd;
}

.col2-set .lost_password {
	float: left;
	width: 100%;
	padding: 20px 15px;
	background: #f5f7f9;
	text-align: center;
	margin-top: 15px;
}

.col2-set .lost_password a {
	text-decoration: none;
	font-size: 13px;
	color: #000;
}

.col2-set .lost_password a:hover {
	color: #667cbd;
}







.woocommerce-checkout-payment {
    float: left;
	background: #FFF;
}

.woocommerce-checkout-payment.sticky {
	position: fixed;
	top: 0;
	width: 436.5px;
}

.payment_method_paypal a.about_paypal {
	font-size: 0.85em;
	color: #000;
	text-decoration: none;
}

.payment_method_paypal a.about_paypal:hover {
	color: #667cbd;
	text-decoration: underline;
}

.place-order input.button {
	float: right;
}



.woocommerce-account p.myaccount_user p {
	
}

.woocommerce-account p.myaccount_user a {
	color: #000;
	text-decoration: none;
}

.woocommerce-account p.myaccount_user a:hover {
	text-decoration: underline;
}


.woocommerce-account .section-content h2 {
    float: left;
    width: 100%;
    margin: 25px 0 10px;
    font-size: 13px;
}

.woocommerce-account table.shop_table {
    float: left;
    width: 100%;
    margin: 0;
}





.social-share {
	float: left;
	width: 100%;
	margin: 10px 0 20px;
}

.social-share p {
	float: left;
	width: 100%;
	font-size: 1.4em;
	text-align: center;
	margin-bottom: 10px;
}

.social-share ul {
	display: table;
	width: auto;
	margin: 0 auto;
}

.social-share ul li {
	float: left;
	margin-left: 8px;
}

.social-share ul li:first-child {
	margin-left: 0;
}

.social-share ul li a {
	font-size: 2.25em;
	color: #000;
}

.social-share ul li a:hover {
	color: #667cbd;
}






#shipping_method {
	
}

#shipping_method li {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

#shipping_method li input {
    float: left;
    margin-right: 5px;
}

#shipping_method li label {
    float: left;
    margin-top: 2px;
}



.woocommerce-ordering {
	float: right;
	margin: 2% 2% 0 2%;
}

.woocommerce-result-count {
	display: none;
}

.woocommerce-cart .section-content .cart-empty,
.cart-empty {
	font-size: 1.3em;
	text-align: center;
	margin: 20px 0;
}

body .return-to-shop .button {
	display: table;
	width: auto;
	margin: 0 auto;
}

.product a p.price del {
	display: none;
}

.woocommerce .product-wrapper {
	float: left;
	width: 100%;
	padding: 15px;
}

.woocommerce .product-wrapper span.onsale {
	background: #667cbd;
    color: #FFF;
    line-height: 1.25em;
    font-size: 1.25em;
    padding: 10px;
    float: right;
}

.woocommerce .product-wrapper .summary h1 {
	display: none;
}

.woocommerce .product-wrapper .description {
	float: left;
	width: 100%;
	font-size: 15px;
}

.woocommerce .product-wrapper .description li {
	margin-bottom: 5px;
}

.woocommerce .images {
	float: left;
	width: 49%;
	margin-right: 2%;
}

.images img {
	width: 100%;
	height: 100%;
}

.woocommerce .thumbnails {
	float: left;
	width: 100%;
}

.woocommerce .thumbnails a {
	float: left;
	width: 30%;
	margin: 0 0 3.3333% 3.3333%;
}

.woocommerce .thumbnails a:first-child {
	margin-left: 0;
}

.woocommerce .thumbnails a:nth-child(3n+4) {
	margin-left: 0;
}

.woocommerce .summary {
	float: left;
	width: 49%;
}

.woocommerce .summary.summary-header {
	float: left;
	width: 100%;
	background: #F7F7F7;
	text-align: center;
}

.product .summary h1 {
	font-size: 22px;
	font-weight: normal;
	color: #000;
}

.product .summary .price {
	float: left;
	width: 100%;
	margin: 10px 0;
}

.product .summary .price i {
	color: #85ad74;
	font-size: 1.65em;
	line-height: 1em;
	float: left;
	margin: 1px 5px 0 0;
}

.product .summary .price del {
	margin-right: 10px;
}

.product .summary .price del span {
	font-size: 17px;
}

.product .summary .price span {
	font-size: 18px;
	font-weight: bold;
	color: #85ad74;     
}

.woocommerce .product_meta {
	float: left;
	width: 100%;
	margin: 0 0 10px;
	border-top: 1px solid #cbcaca;
	border-bottom: 1px solid #cbcaca;
	padding: 17px 0;
	text-align: center;
}

.woocommerce .product_meta span {
	text-transform: uppercase;
}

.woocommerce .product_meta a {
	color: #000;
	text-decoration: none;
	text-transform: none;
}

.woocommerce .product_meta a:hover {
	color: #667cbd;
	text-decoration: underline;
}

.woocommerce .variations_form .label,
.woocommerce .variations_form label {
	padding: 0;
	float: left;
}

.woocommerce .variations_form label {
	margin-top: 10px;
	font-size: 13px;
}

.woocommerce .variations_form table,
.woocommerce .variations_form tbody,
.woocommerce .variations_form tr {
	float: left;
	width: 100%;
}

.woocommerce .variations_form .value {
	float: right;
}

.woocommerce .variations_form #size-please-select {
	float: right;
	margin: 0;
	width: 200px;
	height: 34px;
}

.single_variation_wrap {
	float: right;
	width: auto;
}

.single form.cart {
	width: 100%;
    margin: 15px 0;
    float: right;
}

.single_variation {
	display: none;
}

.variations_button {
	float: left;
	width: 100%;
}

.quantity {
	float: left;
	width: auto;
	position: relative;
	width: 60px;
	height: 40px;
	margin-right: 10px;
	border-radius: 3px;
	overflow: hidden;
}

.quantity input.input-text {
	float: left;
	font-size: 1.4em;
	padding: 5px;
	text-align: center;
	height: 40px;
	width: 40px;
	margin: 0;
	color: #5c6b80;
	background: #eaedf2;
	max-width: 44px;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
}

.woocommerce-cart .quantity input.input-text {
	font-size: 1.1em;
}

.quantity input.input-text::-webkit-inner-spin-button,
.quantity input.input-text::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity input.input-text {
    -moz-appearance: textfield;
}

.quantity input.minus,
.quantity input.plus {
	position: absolute;
	float: left;
	background: #0aa5af;
	color: #FFF;
	padding: 0;
	height: 20px;
	width: 20px;
	text-align: center;
	font-size: 1em;
	line-height: 1em;
	border-radius: 0;
}

.quantity input.minus:hover,
.quantity input.plus:hover {
	background: #667cbd;
}

.quantity input.plus {
	top: 0;
	right: 0;
}

.quantity input.minus {
	border-top: 1px solid #FFF;
	bottom: 0;
	right: 0;
}

.woocommerce-cart .quantity {
	width: 40px;
	height: 58px;
}

.woocommerce-cart .quantity input.plus {
	bottom: 0;
	top: auto;
}

.woocommerce-cart .quantity input.minus {
	left: 0;
	right: auto;
	border-top: 0;
	border-right: 1px solid #FFF;
}

.plus-vat {
	display: inline-block;
	color: #000;
	width: auto;
	font-size: 1.3em;
}

.variations_button .single_add_to_cart_button {
	float: left;
}

.woocommerce-tabs {
	float: right;
	width: 49%;
}

.woocommerce-tabs ul {
	
}

.woocommerce-tabs ul li {
	float: left;
	width: 49%;
}

.woocommerce-tabs ul li.description_tab {
	margin-right: 2%;
}

.woocommerce-tabs li.active a {
	background: #000;
	color: #FFF;
}

.woocommerce-tabs li a {
	float: left;
    width: 100%;
    padding: 15px;
    background: #F7F7F7;
    margin-bottom: 15px;
	text-decoration: none;
	color: #000;
	font-size: 12px;
}

.woocommerce-tabs .panel {
	float: left;
	width: 100%;
	padding: 0 15px;
	font-size: 1.2em;
}

.woocommerce-tabs .panel h2 {
	display: none;
}

.woocommerce-tabs .panel p {
	font-size: 1.1em;
	font-weight: normal;
	margin: 0 0 5px;
	line-height: 1.4em;
}

.woocommerce-tabs .panel tr {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.woocommerce-tabs .panel th {
	padding-right: 5px;
}

.woocommerce-tabs .panel th:after {
	content: ":";
}

.woocommerce-tabs .panel ul {
	float: left;
	width: 100%;
	padding-left: 15px;
	margin: 15px 0;
}

.woocommerce-tabs .panel ul li {
	float: left;
	width: 100%;
	margin-bottom: 5px;
	list-style: initial;
}

.woocommerce-edit-address .section-header {
	margin-bottom: 0;
}

.section-content .woocommerce h3 {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	font-size: 1.4em;
}



.woocommerce-view-order .shop_table .order_item a {
	float: left;
	width: auto;
}

.woocommerce-view-order .shop_table .variation {
	float: left;
	width: 100%;
}

.woocommerce-view-order .shop_table .variation p {
	margin: 0;
}


.woocommerce-edit-account .woocommerce fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

.woocommerce-edit-account .woocommerce fieldset legend {
	font-size: 1.5em;
	margin-bottom: 20px;
}


/*
	P R O D U C T S
					*/

.reset_variations {
	display: none !important;
}






.upsells {
	
}

.upsells h2 {
	float: left;
	width: 100%;
	margin: 20px 0;
	background: #F7F7F7;
	padding: 15px;
	color: #000;
	font-size: 1.2em;
}

.upsells .product {
	float: left;
    width: 22.5%;
    margin: 0 1% 2%;
}


























footer {
	float: left;
	width: 100%;
	background: #000;
	margin-top: 30px;
}

.footer-inner {
	display: table;
	max-width: 940px;
	width: 100%;
	padding: 20px;
	margin: 0 auto;
	
}





.columns {
	float: left;
	width: 100%;
}

.column {
	float: left;
	width: 25%;
	padding-left: 2%;
}

.column:first-child {
	padding-left: 0;
}

.column h2 {
	color: #777;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 10px;
}

.column p {
	font-size: 13px;
	color: #BBB;
}

.column a {
	font-size: 13px;
	color: #BBB;
	text-decoration: none;
}

.column a:hover,
.logged-in .column.login a:hover {
	color: #667cbd;
}



.column.login {
	
}

.column.login h2 {
	
}

.logged-in .column.login a {
	float: left;
	width: 100%;
	text-decoration: none;
	margin-top: 10px;
	font-size: 11px;
	color: #BBB;
}

.column.login {
	
}



.login a.login-btn,
.newsletter a.subscribe {
    float: left;
    padding: 10px 15px;
    background: #777;
    text-decoration: none;
    margin-top: 15px;
    font-size: 12px;
    border: 1px solid #000;
    cursor: pointer;
    color: #FFF;
}

.login a.login-btn:hover,
.newsletter a.subscribe:hover {
	color: #FFF;
	background: #000;
	border: 1px solid #777;
}



.customer-service {

}

.customer-service a {
	float: left;
	width: 100%;
	margin-bottom: 5px;
	color: #BBB;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
}

.location p,
.location a {
	line-height: 16px;
	margin-bottom: 5px;
}

.location i {
	float: left;
	width: 4%;
	margin-right: 10px;
	color: #BBB;
	font-size: 12px;
	line-height: 16px;
}

.location .block {
	float: left;
	width: 90%

}




.lower-footer-top,
.lower-footer-bottom {
	float: left;
	width: 100%;
}

.lower-footer-top {
	border-top: 1px solid #333333;     
	border-bottom: 1px solid #333333;
	padding: 15px 0;
	margin: 30px 0;
}

.card-icons {
	float: left;
	width: auto;
}

.card-icons ul {
	float: left;
	width: 100%;
}

.card-icons li {
	float: left;
	margin-left: 5px;
}

.card-icons li:first-child {
	margin-left: 0;
}

.card-icons i {
    line-height: 20px;
    color: #FFF;
    font-size: 2.75em;
}

.card-icons i:hover {
	color: #667cbd;
	background: #FFF;
}

.lower-footer-top .welcome {
	float: right;
	margin-top: 5px;
}

.lower-footer-top .welcome p {
    font-size: 13px;
    color: #777;
}

.lower-footer-top .welcome a {
    color: #BBB;
    text-decoration: none;
}

.lower-footer-top .welcome a:hover {
	color: #667cbd;
}

.lower-footer-bottom {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.lower-footer-bottom .copyright {
	float: left;
	width: 48%;
	margin-right: 4%;
}

.lower-footer-bottom .copyright p {
	color: #777;
	font-size: 11px;
	line-height: 18px;
}

.lower-footer-bottom .copyright a {
	color: #BBB;
	font-size: 13px;
	text-decoration: none;
}

.lower-footer-bottom .copyright a:hover {
	color: #667cbd;
}

.lower-footer-bottom .socials {
	float: right;
}

.lower-footer-bottom .socials ul {
    display: table;
    width: auto;
    margin: 0 auto;
}

.lower-footer-bottom .socials li {
    float: left;
    margin-left: 10px;
}

.lower-footer-bottom .socials li:first-child {
	margin-left: 0;
}

.lower-footer-bottom .socials a {
	line-height: 10px;
	color: #FFF;
	font-size: 3em;
}

.lower-footer-bottom .socials a:hover {
	color: #667cbd;
}










/*---------------------*/
/*  MY ACCOUNT PAGE
/*---------------------*/

.page-my-account .addresses {
	float: left;
	width: 100%;
	margin-top: 15px;
}

.page-my-account .address .title {
    padding: 1em 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #000;
}

.page-my-account .address .title h3 {
    float: left;
    margin: 8px 0 0;
    font-size: 16px;
}

.page-my-account .address .edit {
    background-color: #667cbd;
    border: none;
    box-shadow: inset 0px -3px 0px 0px rgba(0,0,0,0.1), 0px 1px 1px rgba(0,0,0,0.1);
    outline: none;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    float: right;
    padding: 8px 15px;
    line-height: 15px;
    margin: 0;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 3px;
}

.page-my-account .address .edit:hover {
    background: #0aa5af;  
}

.page-my-account .address .edit:focus {
	box-shadow: inset 0px 3px 0px 0px rgba(0,0,0,0.1);
    background: #0aa5af;
}

.page-my-account address {
	float: left;
	width: 100%;
	font-size: 13px;
	line-height: 20px;
}

/*---------------------*/
/*  END ACCOUNT PAGE
/*---------------------*/









.woocommerce .product-remove {
    vertical-align: middle;
    padding: 0 5px;
    max-width: 23px;
}

.woocommerce .product-remove a {
	float: left;
	background: red;
	border: 1px solid red;
	padding: 3px 6px;
	text-decoration: none;
	color: #FFF;
	border-radius: 20px;
	font-size: 12px;
	line-height: 12px;
}

.woocommerce .product-remove a:hover {
	color: red;
	background: #FFF;
	border: 1px solid red;
}

.product-thumbnail {
    max-width: 58px;
}

.product-thumbnail a {
    float: left;	
}

.product-thumbnail a img {
    float: left;
    width: 100%;
    max-width: 75px;
    height: 100%;
    max-height: 75px;
}

.wc-proceed-to-checkout {
	float: right;
	width: auto;
}

.product-price,
.product-subtotal {
	text-align: center;
}

.coupon .input-text {
	width: auto;
	margin-right: 15px;
	margin-bottom: 0;
	height: 39px;
}

.coupon .input-text.required {
	box-shadow: inset 0px 3px 0px 0px rgba(0,0,0,0.1);
    background: red;
}

.product-quantity {
	max-width: 57px;
}

.type-product .woocommerce-message,
.type-product .woocommerce-info,
.type-product .woocommerce-error {
	float: left;
	width: 96%;
	margin: 2%;
}

.button, .button:hover, 
.button span, 
.button:hover span, 
.button:active, 
.button:active span, 
.button:focus, 
.button:focus span {}



body .woocommerce .order-actions a {
	font-size: 11px;
}

.woocommerce input[type="submit"],
.woocommerce .checkout-button,
.woocommerce-shipping-calculator button,
.woocommerce-message .button,
.variations_button button,
body .return-to-shop .button,
.woocommerce .order-actions a,
.products .view-product-btn,
.cart-checkout a,
.cart-clean a,
.single_add_to_cart_button {
	font-size: 13px;
	background-color: #667cbd;
    border: none;
    box-shadow: inset 0px -3px 0px 0px rgba(0,0,0,0.1), 0px 1px 1px rgba(0,0,0,0.1);
    outline: none;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
	border-radius: 0;
}

.woocommerce input[type="submit"]:hover,
.woocommerce .checkout-button:hover,
.woocommerce-shipping-calculator button:hover,
.woocommerce-message .button:hover,
.variations_button button:hover,
body .return-to-shop .button:hover,
.woocommerce .order-actions a:hover,
.products .view-product-btn:hover,
.cart-checkout a:hover,
.single_add_to_cart_button:hover {
	color: #FFF;
	background: #0aa5af;
}

.btn,
.woocommerce input[type="submit"]:focus,
.woocommerce .checkout-button:focus,
.woocommerce-shipping-calculator button:focus,
.woocommerce-message .button:focus,
.variations_button button:focus,
body .return-to-shop .button:focus,
.woocommerce .order-actions a:focus,
.products .view-product-btn:focus,
.cart-checkout a:focus,
.cart-clean a:focus,
.single_add_to_cart_button:focus {
	box-shadow: inset 0px 3px 0px 0px rgba(0,0,0,0.1);
    background: #0aa5af;
}










.cart-products {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.cart-products h2 {
	font-size: 1.6em;
	margin-bottom: 10px;
}

.cart-products table {
	float: left;
	width: 100%;
}

.cart-products tr {
	padding: 10px;
}

.cart-products tr td {
	padding: 10px 10px;
	border-bottom: 1px solid #EFEFEF;
}

.cart-products .qty,
.cart-products .price {
	text-align: center;
}

.cart-totals {
	float: left;
	width: auto;
	padding: 10px 0;
}

.cart-totals p {
    font-size: 1.25em;
}

.cart-totals span {
	font-weight: bold;
	color: #667cbd;
}

.cart-checkout {
    float: right;
	width: auto;
}

.cart-actions {
	float: right;
	width: auto;
}

.cart-clean {
    float: left;
	width: auto;
	margin: 0 10px 0 0;
}

.cart-checkout a,
.cart-clean a {
	float: left;
	padding: 10px;
}

.cart-clean a {
	background: #0aa5af;
	color: #FFF;
}

.cart-clean a:hover {
	background: #667cbd;
	color: #FFF;
}









.cart-collaterals {
	float: left;
	width: 100%;
}

.cart-collaterals table {
	float: left;
	width: 100%;
}

.cart-collaterals .wc-cart-shipping-notice {
	float: left;
	width: 100%;
	margin: 10px 0;
}














.type-product #content h1 {
	float: left;
	width: 100%;
	background: #F7F7F7;
	padding: 40px 10px;
	text-align: center;
	font-size: 22px;
	font-weight: normal;
	color: #000;
}

.term-description {
	float: left;
	width: 100%;
}

.term-description p {
	float: left;
	width: 100%;
	
}

.term-description p a {
	float: left;
	color: #FFF;
	background: #000;
	padding: 10px;
	text-decoration: none;
	font-size: 1.4em;
}

.term-description img {
	float: left;
	width: 100%;
	max-width: 940px;
	height: 100%;
}

.woocommerce-pagination {
	float: left;
	width: 96%;
	margin: 4% 2% 0;
}

.woocommerce-pagination li {
	float: left;
	width: auto;
	margin-left: 5px;
}

.woocommerce-pagination li:first-child {
	margin: 0;
}

.woocommerce-pagination li span {
	float: left;
	color: #FFF;
	background: #667cbd;
	padding: 10px;
}

.woocommerce-pagination li a {
	float: left;
	text-decoration: none;
	color: #000;
	background: #F5F5F5;
	padding: 10px
}

.woocommerce-pagination li a:hover {
	color: #FFF;
	background: #0aa5af;
}



.woocommerce-billing-fields,
.woocommerce .shipping_address {
	float: left;
	width: 100%;
	padding: 20px 0 0;
}

.woocommerce-shipping-fields {
	float: left;
	width: 100%;
	padding: 0;
}

.woocommerce-billing-fields h3 {
	padding: 0 20px 10px;
}

.custom-boot-size {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.col2-set .custom-boot-size .form-row,
.col2-set .custom-boot-size .form-row input {
	margin-bottom: 0 !important;
}

.woocommerce-shipping-fields .form-row#shipping_state_field,
.woocommerce-shipping-fields .form-row#shipping_postcode_field {
	margin-bottom: 20px !important;
}


.woocommerce-shipping-fields .form-row#shipping_state_field input,
.woocommerce-shipping-fields .form-row#shipping_postcode_field input {
	margin-bottom: 0 !important;
}

.woocommerce .woocommerce-checkout-review-order p {
	font-size: 1em;
}

.payment_methods li .payment_box p {
	font-size: 1.3em;
}

#ship-to-different-address {
	float: left;
	width: 100%;
}

.woocommerce .checkout_coupon {
	float: left;
	width: 50%;
}

.woocommerce .checkout_coupon .form-row-first {
	width: 65%;
}

.woocommerce .checkout_coupon .form-row-last {
	width: auto;
	float: right;
	margin-right: 12px !important;
}

.woocommerce-cart .quantity.buttons_added {
	margin: 0 auto;
	display: block;
	float: none;
}

.woocommerce-cart .section-content p {
	font-size: 1em;
}

.woocommerce-cart .wc-cart-shipping-notice small {
	font-size: 1em;
}




.woocommerce-cart .cart_totals {
	float: right;
	width: 50%;
	padding: 5px 0 0 3%;
	text-align: left;
}

.woocommerce-cart .cart_totals h2 {
	display: block;
	padding:0 0 10px 0;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	color: #000;
	border-bottom: 2px solid #333;	
	margin: 0 0 4% 0;
}

.woocommerce-cart .cart-collaterals .cart-subtotal span,
.woocommerce-cart .cart-collaterals .order-total span {
	font-size: 1.5em;
	font-weight: bold;
}

.woocommerce-cart .cart_totals table {
	width: 100%;
}

.woocommerce-cart .cart_totals table tr {
	float: left;
	width: 50%;
}
.woocommerce-cart .cart_totals table .order-total {
	width: 100%;
	padding: 0 0 4% 0;
}

.woocommerce-cart .cart_totals table tr th {
	display: block;
	padding:0 0 10px 0;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	color: #000;
	border-bottom: 1px solid #999;	
	margin: 0 0 4% 0;
}

.tax-rate {
	display: none;
}

#shipping_method {
	padding: 0;
}

.woocommerce-cart .cart_totals #shipping_method {
	padding: 5px 0 0 0;
}

#shipping_method li {
	background: none;
	padding: 0;
	margin: 0 0 1em 0;
}

.woocommerce-shipping-calculator {
	float: left;
	width: 100%;
}

.woocommerce-shipping-calculator a {
	text-decoration: none;
	color: #667cbd;
}

.shipping-calculator-form {
	margin-top: 10px;
}

.shipping-calculator-form p.form-row {
	margin: 0 !important;
}

.woocommerce-cart .shipping-calculator-form input,
.woocommerce-cart .shipping-calculator-form select {
	float: left;
	width: 100%;
	font-size: 1em;
	height: 34px;
	margin-bottom: 10px;
}

.woocommerce-cart .shipping-calculator-form button {
	float: left;
	width: 100%;
}

.order-total {
	
}







.col2-set .form-row.create-account {
	margin: 0 !important;
	padding: 17px 20px;
	background: #F7F7F7;
}

.col2-set .create-account label.checkbox {
	float: left;
	width: 85%;
	margin: 4px 0 0 10px;
}

.col2-set .create-account {
	float: left;
    width: 100%;
    margin: 0;
	background: #FFF;	    
}











.g-map {
	float: left;
	width: 49%;
	margin-top: 30px;
}

.woocommerce-order-confirmation .section-header {
	margin-bottom: 0;
}

.woocommerce-order-confirmation .woocommerce > p:first-child {
	font-size: 1.4em;
	margin: 0 0 20px;
}

.shop_table.order_details tfoot tr th {
	text-align: right;
	font-weight: bold;
}

.section-content .woocommerce h2,
.section-content header h2 {
	font-size: 1.3em;
	margin-bottom: 10px;
}

.customer_details tbody th {
	vertical-align: middle;
	padding: 0;
}



.col2-set.addresses {
	float: left;
	width: 100%;
	margin-top: 20px;
}

.col2-set.addresses .col-1 {
	float: left;
	margin-bottom: 15px;
}

.col2-set header {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.col2-set header h3 {
	font-size: 1.3em;
	float: left;
	width: 100%;
}

.col2-set address {
	float: left;
	width: 100%;
	font-size: 1.15em;
	margin-left: 10px;
}








.subscribe-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
    z-index: 9999;
    
    width: 300px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    -o-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: appear;
    animation-name: appear;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

@-webkit-keyframes appear {
    0% {
	    opacity: 0;

	}
	100% {
	    opacity: 1;

	}
}

@keyframes appear {
    0% {
	    opacity: 0;

	}
	100% {
	    opacity: 1;

	}
}

.subscribe-modal .section-header {
	
}

.subscribe-modal .section-header h3 {
	color: #FFF;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
}

.subscribe-modal .section-subscribe {
	float: left;
	width: 100%;
	background: #FFF;
	padding: 20px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.subscribe-modal .section-why {
	float: left;
	width: 100%;
	padding: 20px;
	background: #f5f7f9;
	text-align: center;
}

.modal input[type="text"],
.modal input[type="email"],
.modal input[type="password"],
.modal input[type="submit"] {
	float: left;
	width: 100%;
	margin-bottom: 15px;
	font-size: 13px;
	border: none;
    background-color: #FFF;
    background-position: 150% 50%;
    border: 1px solid #acb4bc;
    height: 40px;
    color: #000;
    outline: none;
    padding: 0 12px;
    font-weight: 300;
    vertical-align: baseline;
    border-radius: 3px;
    box-shadow: none;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.modal input[type="text"]:focus,
.modal input[type="email"]:focus,
.modal input[type="password"]:focus {
	border-color: #667cbd;
	box-shadow: 0px 0px 0px 1px #667cbd;
}

input[type="text"].invalid,
input[type="password"].invalid {
	border-color: #bc2c28;
    box-shadow: 0px 0px 0px 1px #bc2c28;
}

.modal input[type="submit"] {
	background-repeat: no-repeat;
    background-color: #667cbd;
    border: none;
    box-shadow: inset 0px -3px 0px 0px rgba(0,0,0,0.1),0px 1px 1px rgba(0,0,0,0.1);
    outline: none;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
	margin-bottom: 0;
}

.modal input[type="submit"]:hover {
	background: #0aa5af;
}

.modal input[type="submit"]:active {
	box-shadow: inset 0px 3px 0px 0px rgba(0,0,0,0.1);
    background: #0aa5af;
}

@-webkit-keyframes wobble {
    0%,  20%,  40%,  60%,  80%,  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215,  0.61,  0.355,  1);
    transition-timing-function: cubic-bezier(0.215,  0.61,  0.355,  1);
	}
	0% {
	    -webkit-transform: scale3d(1,  1,  1);
	    transform: scale3d(1,  1,  1);
	}
	10% {
	    -webkit-transform: scale3d(0.6,  0.6,  0.6);
	    transform: scale3d(0.6,  0.6,  0.6);
	}
	20% {
	    -webkit-transform: scale3d(1.1,  1.1,  1.1);
	    transform: scale3d(1.1,  1.1,  1.1);
	}
	40% {
	    -webkit-transform: scale3d(0.9,  0.9,  0.9);
	    transform: scale3d(0.9,  0.9,  0.9);
	}
	60% {
	    -webkit-transform: scale3d(1.03,  1.03,  1.03);
	    transform: scale3d(1.03,  1.03,  1.03);
	}
	80% {
	    -webkit-transform: scale3d(0.97,  0.97,  0.97);
	    transform: scale3d(0.97,  0.97,  0.97);
	}
	100% {
	    opacity: 1;
	    -webkit-transform: scale3d(1,  1,  1);
	    transform: scale3d(1,  1,  1);
	}
}
@keyframes wobble {
    0%,  20%,  40%,  60%,  80%,  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215,  0.61,  0.355,  1);
    transition-timing-function: cubic-bezier(0.215,  0.61,  0.355,  1);
	}
	10% {
	    -webkit-transform: scale3d(1,  1,  1);
	    transform: scale3d(1,  1,  1);
	}
	0% {
	    -webkit-transform: scale3d(0.6,  0.6,  0.6);
	    transform: scale3d(0.6,  0.6,  0.6);
	}
	20% {
	    -webkit-transform: scale3d(1.1,  1.1,  1.1);
	    transform: scale3d(1.1,  1.1,  1.1);
	}
	40% {
	    -webkit-transform: scale3d(0.9,  0.9,  0.9);
	    transform: scale3d(0.9,  0.9,  0.9);
	}
	60% {
	    -webkit-transform: scale3d(1.03,  1.03,  1.03);
	    transform: scale3d(1.03,  1.03,  1.03);
	}
	80% {
	    -webkit-transform: scale3d(0.97,  0.97,  0.97);
	    transform: scale3d(0.97,  0.97,  0.97);
	}
	100% {
	    opacity: 1;
	    -webkit-transform: scale3d(1,  1,  1);
	    transform: scale3d(1,  1,  1);
	}
}


.overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(18, 28, 37, 0.9);
	z-index: 9998;	
	-webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    -o-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    animation-duration: 0.3s;
}

@-webkit-keyframes fadeIn {
    0% {
	    opacity: 0;
	}
	100% {
	    opacity: 1;
	}
	}@keyframes fadeIn {
	    0% {
	    opacity: 0;
	}
	100% {
	    opacity: 1;
	}
}

@-webkit-keyframes fadeInDown {
    0% {
	    opacity: 0;
	    -webkit-transform: translate3d(0,  -20px,  0);
	    transform: translate3d(0,  -20px,  0);
	}
	100% {
	    opacity: 1;
	    -webkit-transform: none;
	    transform: none;
	}
}

@keyframes fadeInDown {
    0% {
	    opacity: 0;
	    -webkit-transform: translate3d(0,  -20px,  0);
	    transform: translate3d(0,  -20px,  0);
	}
	100% {
	    opacity: 1;
	    -webkit-transform: none;
	    transform: none;
	}
}




@media only screen and (max-width: 330px) {
	
	.shop_table .order-status {
		display: none;
	}
}

@media only screen and (max-width: 350px) {
	
	.cart-actions {
		float: left;
		width: 100%;
	}
	
	.logo {
		padding: 25px 20px 20px;
	}
	
	.logo a {
		width: 210px;
	}
	
	ul.products li {
		float: left;
		width: 96%;
		margin: 0 2% 2%;
	}
}

@media only screen and (max-width: 410px) {
	
	.shop_table .order-date {
		display: none;
	}
}

@media only screen and (max-width: 414px) {
	
	.woocommerce-cart .quantity input.input-text {
		max-width: 40px;
	}
	
	.woocommerce .actions input[type="submit"],
	.woocommerce .actions #coupon_code {
		float: left;
		width: 100%;
		margin-bottom: 10px;
	}
	
	.woocommerce .coupon input[type="submit"] {
		margin-bottom: 0;
	}
		
	.woocommerce .actions .wc-proceed-to-checkout,
	.woocommerce .actions .wc-proceed-to-checkout a {
		float: left;
		width: 100%;
	}
	
	.woocommerce .actions input[name="update_cart"] {
		background: #0aa5af;
	}
	
	.woocommerce .actions input[name="update_cart"]:hover {
		background: #667cbd;
	}
	
	.woocommerce-cart .cart_totals {
		width: 100%;
	}
}

@media only screen and (max-width: 500px) and (min-width: 351px) {
	
	.logo {
		padding: 20px;
	}
	
	ul.products li {
		float: left;
		width: 49%;
	    margin: 0 0 2%;
	}
}

@media only screen and (max-width: 700px) and (min-width: 500px) {
	
	.column {
		width: 50%;
		padding: 4% 2%;
	}
}


@media only screen and (max-width: 500px) {
	
	body {
		background: none;
	}
	
	.container {
		box-shadow: none;
	}
	
	.logo {
	    float: none;
	    display: table;
	    width: auto;
	    margin: 0 auto;
	}
	
	header .search {
	    float: left;
	    width: 100%;
	    padding: 0 20px 20px;
	    margin-top: 0;
	}
	
	header .search #search-form {
	    float: left;
	    width: 100%;
	}
	
	header .search #search-form input[type="text"] {
	    width: 100%;
	    margin: 0;
	}
	
	header .search #search-form input[type="text"]:active, 
	header .search #search-form input[type="text"]:focus {
		width: 100%;
	}
	
	.banner {
		padding: 0 0 20px;
	}
	
	.call-to-actions ul {
		display: table;
		width: 242px;
		margin: 0 auto;
		float: none;
	}
	
	.call-to-actions ul li {
		float: left;
		width: 100%;
		margin: 0 0 15px;
	}
	
	.col-1, .col-2 {
		width: 100%;
		margin: 0;
	}
	
	.col2-set form.login,
	.col2-set form.register {
		padding: 0;
	}
	
	.woocommerce .images {
		float: left;
		width: 100%;
		margin-right: 0;
	}
	
	.woocommerce .summary {
		float: left;
		width: 100%;
	}
	
	/*
	.woocommerce.type-product #content .summary h1 {
		display: block;
		padding: 15px 0 8px;
		text-align: left;
		background: none;
	}
	*/
	
	.images {
		display: table;
	    width: auto;
	    margin: 0 auto 30px;
	}
	
	.quantity input {
		font-size: 13px;
	    height: 39px;
	    padding: 0 5px;
	    text-align: center;
	    max-width: 34px;
	}
	
	.woocommerce .product_meta {
		margin-top: 10px;
	}
	
	.woocommerce .single_variation_wrap {
		margin-bottom: 0;	
	}
	
	.variations_form.cart {
		margin-bottom: 0;
	}
	
	.woocommerce .variations {
		float: left;
		width: 100%;
	}
	
	.woocommerce .variations .value {
		float: left;
		width: 100%;
		margin-top: 10px;
	}
	
	.woocommerce .variations .value select {
		margin-bottom: 0;
	}
	
	.woocommerce .variations tr:last-child td.value select {
		margin-bottom: 20px;
	}
	
	.woocommerce-tabs {
		float: left;
		width: 100%;
	}
	
	.product-thumbnail,
	.product-price,
	.cross-sells {
		display: none;
	}
	
	.woocommerce #customer_details,
	.woocommerce-checkout-review-order,
	#order_review {
		width: 100%;
	}
	
	#order_review {
		margin-top: 30px;
	}
	
	.payment_method_paypal a.about_paypal {
		display: none;
	}
	
	.woocommerce .product-remove {
	    padding: 0 5px;
	    max-width: none;
	}
	
	.woocommerce-message {
		font-size: 12px;
	    line-height: 19px;
	}
	
	.type-product .woocommerce-message,
	.type-product .woocommerce-info,
	.type-product .woocommerce-error {
		float: left;
		width: 90%;
		margin: 5%;
	}
	
	.woocommerce-message .button {
		float: right;
	    margin-left: 10px;
	}
	
	.woocommerce-ordering {
	    float: left;
	    width: 96%;
	    margin: 2% 2% 0;
	}
	
	ul.products {
		width: 96%;
		margin: 0 2%;
	}

	ul.products li:nth-child(2n+2) {
		margin-left: 2%;
	}
	
	.upsells .product {
		float: left;
	    width: 22.5%;
	    margin: 0 1% 2%;
	}
	
	.upsells ul.products {
		width: 100%;
		margin: 0;
	}
	
	.upsells .product:nth-child(2n+2) {
		margin-left: 1%;
	}
	
	ul.products li img {
		float: none;
	    display: table;
	    width: 100%;
	    height: 100%;
	    padding: 10px;
		margin: 0 auto 10px;
	}
	
	.woocommerce .place-order {
		padding: 2em;
	}
	
	.woocommerce .place-order input[type="submit"] {
		float: left;
		width: 100%;
	}
	
	.woocommerce .place-order .terms {
		float: left;
		width: 100%;
	}
	
	.woocommerce .terms .input-checkbox {
		margin-top: 0;
	}
	
	footer {
		margin-top: 0;
	}
	
	.column {
		width: 100%;
	    margin: 20px 0;
	    padding: 0;
	}
	
	.card-icons {
	    float: none;
	    width: auto;
	    margin: 10px auto;
	    display: table;
	}
	
	.lower-footer-top .welcome {
	    float: left;
	    width: 100%;
	    margin: 10px 0 0;
	    text-align: center;
	}
	
	.lower-footer-bottom .copyright {
		width: 100%;
		margin: 0 0 15px;
	}
	
	.lower-footer-bottom .socials {
		float: left;
		width: 100%;
	}
}

@media only screen and (max-width: 600px) {
	
	.upsells .product {
		float: left;
	    width: 48%;
	    margin: 0 1% 2%;
	}
	
	.gform_wrapper,
	.g-map {
		width: 100%;
	}
}


@media only screen and (max-width: 700px) and (min-width: 501px) {
	
	.logo {
		margin-left: 40px;
	}
}

@media only screen and (max-width: 700px) {
	
	.menu-tog {
		display: block;
	    position: absolute;
	    left: 4px;
	    top: 45px;
	    padding: 0 20px;
	}
	
	.m-hide {
		display: none;
	}
	
	.hamburger {
	    position: relative;
	    margin: 0;
	    height: 25px;
	    width: 40px;
	    overflow: hidden;
	    cursor: pointer;
	}
	
	.hamburger .hamburger-patty,
	.hamburger .hamburger-bun {
		background: #000;
	}
	
	.hamburger .hamburger-patty,
	.hamburger .hamburger-bun {
		display: block;
	    width: 24px;
	    height: 2px;
	    margin: 0 auto 6px;
	    -webkit-transition: all 100ms linear;
	    -moz-transition: all 100ms linear;
	    -o-transition: all 100ms linear;
	    -ms-transition: all 100ms linear;
	    transition: all 100ms linear;
	     border-radius: 10px;
	    -webkit-border-radius: 10px;
	    -moz-border-radius: 10px;
	}
	
	.hamburger.isActive .hamburger-bun, 
	.hamburger.isActive .hamburger-patty {
	    background-color: #000;
	    position: relative;
	}
	
	.hamburger.isActive .hamburger-bun-top,
	.hamburger.isActive .hamburger-patty {
		-webkit-transform: rotate(45deg);
	    -moz-transform: rotate(45deg);
	    -o-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	    transform: rotate(45deg);
	}
	
	.hamburger.isActive .hamburger-bun-top {
	    top: 10px;
	}
	
	.hamburger.isActive .hamburger-patty {
	    top: -1px;
	    -webkit-opacity: 0;
	    -moz-opacity: 0;
	    opacity: 0;
	}
	
	.hamburger.isActive .hamburger-bun-btm {
	    bottom: 6px;
	    -webkit-transform: rotate(-45deg);
	    -moz-transform: rotate(-45deg);
	    -o-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	    transform: rotate(-45deg);
	}
	
	.menu ul li,
	.menu ul li a {
		float: left;
		width: 100%;
	}

	.menu ul.sub-menu {
		display: block;
		border-bottom: 0;
	}

	.menu ul.sub-menu li a {
		padding-left: 40px;
	}
	
	.banner #prev,
	.banner #next {
		display: none;
	}
}

@media only screen and (min-width: 701px) {
	
	.menu ul.sub-menu {
		left: -9999em;
		position: absolute;
		z-index: 9999;
		border: 1px solid #DDD;
		top: 43px;
		width: auto;
		background: #FFF;
	}
	
	.menu ul.sub-menu li,
	.menu ul.sub-menu li a {
		float: left;
		width: 100%;
		font-size: 1.05em;
		line-height: 1.25em;
	}
	
	.menu ul.sub-menu li:hover > ul.sub-menu {
		left: 108px;
	}

	.menu ul.sub-menu ul.sub-menu {
		left: -9999em;
		top: 0;
		width: 140px;
	}
}