/*
Theme Name: Gecko Sun's Eye
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> of the Gecko Wordpress Theme for Sun's Eye.
Version: 1.0
Author: Andrew Huguenard
Author URI: http://www.sunseye.com
Template: gecko
Text Domain: gecko-child
*/

img {
	image-rendering: -webkit-optimize-contrast;
	border: 0;
}
.show-password-input {
	display:none
}

.jas-branding {
    max-width: 300px;
    margin: auto;
}
.wc-tab h2 {
    margin-top: 0;
    display:block!important;
	font-size:28px;
}
.wc-tab p {
   margin-bottom: 1.3em!important;
}
.wc-tab p:last-of-type {
   margin-bottom:0!important;
}
.woocommerce .product-category h2,
.product-category h2,
.woocommerce .product-category h3,
.product-category h3 {
	left: 15px;
    padding: 10px 15px;
}
.product-category h2::before, .product-category h3::before {
    top: 38px;
    left: 15px;
}
.product-category h2::after, .product-category h3::after {
    top: 39px;
    left: 90px;
}

.jas-wc .page-head, .jas-wc-single .page-head {
	background-image: url(images/header-gemscents-300.jpg)!important;
	background-repeat: no-repeat;
	background-position: center center;
}

.woocommerce .woocommerce-cart-form .product-thumbnail img {
	max-width: 100px;
	width: 100%;
	height: auto;
}
.woocommerce .product-category h2, .product-category h2, .woocommerce .product-category h3, .product-category h3 {
    text-transform:none;
    letter-spacing: 0;
	text-shadow: 0 0 3px #ffffff, 0 0 6px #eae6e3, 0 0 9px #eae6e3, 0 0 12px #eae6e3, 0 0 15px #eae6e3;
}
.white_text, .page-head {
	text-shadow: 0 0 2px rgba(0,0,0, 1), 0 0 5px rgba(0,0,0, 0.8), 0 0 10px rgba(0,0,0, 0.65), 0 0 15px rgba(0,0,0, 0.5);
}
.product-name .item-thumb {
    min-width: 48px;
}
.login-warning {
	font-size: 15px;
    line-height: 1.3;
    font-weight: bold;
}
.home .login-warning {
	display: none;
}
.woocommerce-MyAccount-navigation ul li {
    margin-bottom: 15px;
    line-height: 1.3;
}
.vc_custom_1525516926432 {
    background-image: url(images/background-gemscents.jpg) !important;
}
.vc_custom_1525516655790 {
    background: rgba(0,0,0,0.9) url(images/gecko-organic-background.jpg)!important;
}
.header-text {
    line-height: 1.3;
}
.header__top .hidden-sm {
    margin: 0 auto;
}
.payment_method_paypal label[for="payment_method_paypal"] img {
	display: none;
}
.page-category .pr {
    position: inherit!important;
    right: inherit!important;
    display: inline-block;
    top: inherit!important;
}
.woocommerce-cart .mt__60,
.woocommerce-checkout .mt__60 {
	margin-top:0;
}
.woocommerce-page .woocommerce {
    margin: 30px auto;
}
.cart_totals th {
    width: 40%;
}
.shipping_discretion {
	background-color: #f2f2f2;
	padding: 5px;
	font-weight: normal;
	font-size: 12px;
	line-height: 15px;
	max-width: 250px;
}
.cart_totals td {
    width: 60%;
}
#shipping_method li input {
    margin: 0 5px 1px 0;
    vertical-align: text-bottom;
}
label[for="poorder"] span {
	display: none;
}
.wc-terms-and-conditions {
	font-weight: bold;
    color: #000000;
}
.wc-terms-and-conditions label[for="terms"] {
	border: 1px solid #666666;
}
.yith-wcwl-add-button.show {
	width: 40px;
}
.woocommerce-variation.single_variation {
    margin-bottom: 0;
}
.woocommerce-variation-description {
	clear:both;
	padding-top:15px;
    margin-bottom: 0;
}
.woocommerce-variation-price {
	display:initial
}
.woocommerce-variation-availability {
    display: table-cell;
}
.entry-summary .product_meta {
	margin-top:15px
}
.woocommerce-variation-add-to-cart .yith-wcwl-add-to-wishlist {
	display:none;
}

.btn-atc .cart:not(.variations_form) {
    flex-wrap: wrap;
}

.style-checkbox label {
    border: 1px solid #a3a3a3;
}
.style-checkbox label:after {
    border: 2px solid #0055bb;
    border-right: 0;
    border-top: 0;
}
input:not([type="submit"]):not([type="checkbox"]), textarea, select {
    border: 1px solid #d3d3d3;
    color: #555;
}
span.discounts_link {
	padding-left: 25px;
}

.chbox {
    text-align: left;
    padding: 0;
    clear: both;
}
label.optin_container {
	line-height: 1.2;
	display: block;
	position: relative;
	padding-left: 22px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
label.optin_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
label.optin_container .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 16px;
	width: 16px;
	background-color: #ffffff;
	border: 1px solid #a3a3a3;
}

label.optin_container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

label.optin_container input:checked ~ .checkmark:after {
  display: block;
}
label.optin_container .checkmark:after {
    height: 6px;
    left: 2px;
    top: 3px;
    width: 10px;
	border: 2px solid #0055bb;
    border-right: 0;
    border-top: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.header-text p {
    margin: 5px 0;
}
.header-text a {
    color:#6caaee;
}
ol.standard_list,
ul.standard_list {
	padding: 0 0 20px 30px;
	list-style: outside none decimal;
}
ol.standard_list li,
ul.standard_list li {
	padding: 0 0 0 5px;
}
.woocommerce-variation-price .price del > span {
	text-decoration: line-through;
}
.price del {
    color: #b88!important;
}
.price ins {
    color: #0da327;
}
.shipping-notice {
	margin-bottom:15px;
	overflow:hidden
}
.shipping-notice h1,
.shipping-notice h2,
.shipping-notice h3,
.shipping-notice h4,
.shipping-notice h5,
.shipping-notice p {
	color:#202224;
	margin-bottom:15px!important
}
.shipping-notice ul {
	margin-top:0;
	margin-bottom:15px;
	list-style:inherit;
}
.shipping-notice ul li {
	margin: 0 0 0 25px;
}
.shipping-notice strong {
	color:#202224
}
.woocommerce-info + .checkout_coupon, .login + .checkout_coupon, .woocommerce-form-coupon-toggle + .checkout_coupon {
    margin-top:0;
	margin-bottom: 20px
}
.woocommerce-form-coupon p {
	margin:0
}
@media (min-width:768px) {
	.product-quickview {
	    overflow: paged-x;
	    overflow: -webkit-paged-x;
	}

	.product-quickview .jas-row {
		overflow: unset;
	}
	.product-quickview .jas-col-md-5 {
    	overflow-x:inherit!important;
	}
}
@media (min-width:1440px) {
	#jas-wrapper header#jas-header {
		min-height:253px;
	}
}
@media (min-width:1025px) and (max-width:1439px){
	#jas-wrapper header#jas-header {
		min-height:212px;
	}
}
@media (min-width:768px) and (max-width:1024px){
	#jas-wrapper header#jas-header {
		min-height:162px;
	}
}
@media only screen and (max-width: 800px) {
	.header__top .hidden-sm {
		display: block;
	}
	.header__top {
		min-height: 65px;
	}
}
@media (max-width:767px){
	#jas-wrapper header#jas-header {
		min-height:177px;
	}
}
@media only screen and (max-width: 736px) {
	.header__top .jas-socials {
		padding-top: 0px;
	}
	.header__top .jas-socials {
		line-height: 40px;
	}
}
@media (max-width:640px){
	span.discounts_link {
		display: block;
		padding: 10px 0 0;
	}
}
@media only screen and (max-width: 480px) {
	.header__top {
		min-height: 90px;
	}
}
@media print {
	table {
		page-break-inside:auto;
	}
	tr {
		page-break-inside:avoid;
		page-break-after:auto;
	}
	.woocommerce-MyAccount-navigation,
	.page-head.pr.tc,
	.header__top.bgbl.pl__30.pr__30,
	.jas-push-menu-btn,
	.jas-action.flex.end-xs.middle-xs.jas-col-md-3.jas-col-xs-3 a,
	.jas-action.flex.end-xs.middle-xs.jas-col-md-3.jas-col-xs-3 div,
	.jas-navigation.flex.center-xs.hidden-sm,
	#jas-backtop {
		display: none;
	}
	#jas-header {
		height: 110px!important;
		min-height: 0!important;
	}
	.jas-col-md-12.jas-col-xs-12.mt__60.mb__60,
	.woocommerce {
		margin-top: 0!important;
		position: absolute;
		width: 100%;
		height: 100%;
	}
	#jas-footer {
		position: fixed;
		bottom: 0;
		width: 100%;
	}
	.header-5 .jas-branding {
		padding: 5px 0 5px;
	}
	.woocommerce-MyAccount-content {
		width: 100%;
		padding: 0;
		float: none;
		background: #ffffff;
	}
	.legacy-table td, 
	.legacy-table th {
		padding: 5px;
	}
	.header__mid,tc,header__transparent,pa,w__100 {
		top:0!important;
	}
}
