/*
Theme Name:		Storefront-mygreengardener
Theme URI:		https://woocommerce.com/storefront/
Description:	Storefront-mygreengardener is a Storefront child theme. As a Storefront child theme, it benefits from all of the tasty WooCommerce integration features that Storefront provides.
Author:			WooCommerce
Author URI:		https://woocommerce.com
Template:		storefront
Version:		2.3.4
License:		GNU General Public License v2 or later
License URI:	http://www.gnu.org/licenses/gpl-2.0.html
Tags:			light, green, two-columns, right-sidebar, left-sidebar, responsive-layout, accessibility-ready
Text Domain:	Storefront-mygreengardener
*/
/* =Storefront-mygreengardener styles starts here
-------------------------------------------------------------- */
/*  THIS IS TO HIDE OR SHOW CUSTOM FIELDS UTM   */
#my_custom_checkout_field {display:none}

.single-directck .opc-single-product div.summary {
    float: right;
    width: 66%!important;
}
.single-directck .opc-single-product .images {
    float: left;
    width: 30%!important;
}
/*.opc_order_review .recurring-total { display:none;}
.opc_order_review .recurring-totals { color:#fff;}*/
.wcopc #customer_details {
    width: 100%;
    margin: 0 auto 20px;
}
.opc-single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    background-color: #007d6b;
    color: #ffffff;
}
.opc-single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    position: absolute;
    top: .875em;
    right: .875em;
    display: block;
    height: 2em;
    width: 2em;
    border-radius: 3px;
    z-index: 99;
    text-align: center;
}
.opc-single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    text-indent: -999px;
    overflow: hidden;
}
.opc-single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger::before {
    font-style: normal;
    font-variant: normal;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    vertical-align: baseline;
    content: "\f00e";
    display: block;
    line-height: 2;
    text-indent: 0;
	color: #ffffff;
}
.opc-single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger img {
    display: none !important; }
.opc-single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    color: #ffffff!important;
}
.single-vsl .wcopc #order_review {
	width: 100%!important;
	margin: 0 auto 20px!important;
	background: transparent!important;
	padding: 0!important;
}
.single-vsl .wcopc #payment .place-order {
	width: 100%!important;
	margin: 0 auto 20px!important;
	background: transparent!important;
	padding: 0!important;
}
.single-vsl .woocommerce table.shop_table {
    background-color: white!important;
}
.single-vsl #payment .payment_methods li .payment_box {
    padding: 5px!important;
}
.single-vsl #payment .payment_methods li .payment_box fieldset {
    padding: 0!important;
}
.woocommerce #payment div.payment_method_square_credit_card div.form-row {
    padding: 0!important;
}
.single-vsl .wc_payment_methods {
    border: 1px solid #B1B1B1!important;
}
.single-vsl #payment .payment_methods > .wc_payment_method > label {
    padding: 5px 0!important;
}
.single-vsl #wc-square-credit-card-credit-card-form {
    padding: 0!important;
}
.single-vsl table:not(.has-background) td {
    background-color: #f8f8f8;
}
.single-directck #opc-product-selection{
    border: 1px solid #fff!important;
}
#top_guarantee { 
	width: 100%;
	border: 1px solid #ccc;
	margin: 0 auto 20px;
 }
 #top_inset{
	padding: 20px; 
}
 #top_guarantee_header{
 	text-align:center;
	font-size: 24px; 
	color: #000000; 
	margin: 0 auto 20px;
	line-height:normal;
	font-weight:bold;
 }
 #top_guarantee_content p{ 
 	text-align:left; 
	color: #000000; 
	margin-bottom: 1em;
 }
 #top_guarantee_footer{
    text-align:center;
	padding: 5px 0;
	font-size: 14px;
	font-weight:bold
}
#direct_checkout_content {
	width: 98%;
    margin: 0px auto;
    padding: 0px;
}
#direct_footer { 
	width: 100%;
	font-size: 12px;
	line-height: 12px;
	/*border-style: ridge;
    border-width: 1px;
    -webkit-margin-start: auto;
    -webkit-margin-end: auto;
    border-color: rgb(175, 175, 175);*/
	display: table;
	padding:10px 20px;
	margin: 20px auto 50px;
 }
 #disclaimer_footer { 
	width: 98%;
	font-size: 11px;
	line-height: 10px;
	padding:10px 20px 0;
	margin: 0px auto;
 }
.single-directck #post-author, .single-directck .post-entries, .single-directck #comments, .single-directck #header, .single-directck #navigation {
	display:none!important;
}
 .single-directck .box-layout { max-width: 800px; margin: auto; background: #fff; overflow: hidden; border: 1px solid rgb(215, 215, 215);box-shadow: none;}
 body.single-directck { background-color: #e2efc3; color:#333;}
.single-directck #top, .single-directck .lms-breadcrumbs {display:none!important;}
.single-directck .wcopc .opc-single-product .images{
    float: left;
    margin-bottom: 20px;
    padding-right: 0;
    position: relative;
    width: 100%;
    padding: 15px;
    background: #f5f5f5;
}
 .single-directck .wcopc .opc-single-product .images .zoom_in_marker {
    background: #096a8d;
    bottom: 15px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 15px;
    text-align: center;
    width: 30px;
    z-index: 1000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.single-directck .wcopc .opc-single-product .product_meta {display:none;}
/*.single-directck .wcopc .woocommerce-info  {display:none;}*/
 
 /* DirectCheckout Order view remove x adjustment */
 #order_review .product-remove {
    padding-right: 5px;
	max-width:21px;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
     padding: 5px 3px; 
	/*border-color: #FFB503;*/
	border: solid 1px #666;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}
.single-directck h3#order_review_heading, .woocommerce form h3 {
    color: #366c9e;
}
.woocommerce form h3#ship-to-different-address label{
font-weight: normal;	
}
#direct_mail_checkout_code {
	margin-bottom: 100px;
}
#direct_mail_checkout_code label {
    line-height: 120%;
	font-size: 11px;
	font-family: "Roboto Condensed",sans-serif;
	font-weight: 300;
}
#direct_mail_checkout_code input {
	margin-top: 5px;
	text-transform:uppercase;
}

.single-vsl .box-layout {
    max-width: 1230px;
    margin: auto;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 9px 0px 0px white, 0 -9px 0px 0px white, 0px 0px 8px 2px #DAD5D5;
	padding-top: 30px
}
.single-directck .entry-title,.single-directmail .entry-meta,.single-directmail .social-sharing,.single-directmail .author-info,.single-directmail .nav-single {display: none!important;}
#order_review .opc_cart_item td.product-name {
    padding-left: 12px!important;
}

/*Login link thinner no background no top border*/
.woocommerce .woocommerce-info, .woocommerce-page .woocommerce-info, .wcopc .woocommerce-info {
	padding: 0 2em 1em 2em !important;
	margin: 0 !important;
	background-color: #FFFFFF !important;
	border-top-color:#FFF;
	border-top-style:solid;
	border-top-width:1px;
	box-shadow: none;
	font-family: 'calibri';
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	font-style: normal;
	color: #0066bf!important;
}

.woocommerce-info a, .woocommerce-info a:hover, .woocommerce-info .button, .woocommerce-info .button:hover {
    color: #0066bf !important;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message, .woocommerce-noreviews, p.no-comments {
    border-left: #ffffff!important;
}
.woocommerce .woocommerce-error::before, .woocommerce .woocommerce-info::before, .woocommerce .woocommerce-message::before {
    content: "";
}
.main-container .product-view .summary.single-product-info .product-nav, .widget_socialsharing_widget { display: none;}
.add-to-links {display: none;}
p.demo_store {padding: 0.4em 0px;}
.top-bar .widgettitle { display: none;}
#add_payment_method #payment div.payment_box {background-color: #FFE4AC!important;}
input { font-family: "Roboto Condensed",sans-serif; border: 1px solid #E3E3E3;}
textarea { border: 1px solid #E3E3E3;}
.select2-container .select2-choice { 
	/*border: 1px solid #FFB503; 
	border-radius: 0px;*/
	border: solid 1px #666;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}
.woocommerce table.shop_table { 
	border: 1px solid #B1B1B1;	
}
.woocommerce table.shop_table th, .woocommerce table.shop_table td{
	padding: 9px 12px;
	border-top: 1px solid rgba(0,0,0,.1);
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}
.single-directck #order_review, #order_review_heading, .single-directmail #order_review,.single-directmail #order_review_heading{
    width: 100%!important;
}
@media (min-width: 801px){
.site-main .entry-content #customer_details {
    float: left;
    padding-right: 80px;
    width: 55%;
}
.site-main .entry-content #order_review {
    float: left;
    width: 45%;
}
}
@media (max-width: 800px){
.site-main .entry-content #customer_details {
    float: left;
    padding-right: 0px;
    width: 100%;
}
.site-main .entry-content #order_review {
    float: left;
    width: 100%;
}
}
@media (min-width: 992px){
.single-directck .wcopc form.checkout {
margin: 0 auto;
}
.opc-single-product .vgwc-product-price {
    font-size: 14px !important;
}
.directmail .wcopc .woocommerce-checkout form.checkout {
width: 100%;
margin: 0 auto;
}
.directmail .woocommerce-checkout form.checkout {
width: 100%;
margin: 0 auto;
}
}
.opc-single-product .vgwc-product-price {
    font-size: 14px !important;
}
/*WOO RECURRENT ORDERS HIDE EXTRA FIELDS
.woocommerce-checkout-review-order .recurring-total {
    display: none;
}
.woocommerce-checkout-review-order .recurring-total {
    display: none;
}
.woocommerce-checkout-review-order .recurring-totals th {
    color: #fff!important;
} */

.header-widget {
    width: 30%;
	padding-top: 30px;
}
.isp_search_box_input{
	width: 100%!important;
    height: 3rem!important;
}
.isp_search_box_form{
	width: 100%!important;
}
.ingredients-btn, .ingredients-btn:visited, .ingredients-btn:focus {
    border: none;
    display: inline-block;
    outline: 0;
    /*padding: 3px 16px;*/
    vertical-align: middle;
    overflow: hidden;
    /*text-decoration: none!important;*/
	text-decoration:underline;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    color: #424242 ;
    background-color: #FFFFFF;
    /*box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
    }
.ingredients-btn:hover {	
	background-color: #ffffff;
    color: #4CAF50;
	text-decoration:underline;
    /*box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);*/
}
.guarantee-btn, .guarantee-btn:visited, .guarantee-btn:focus {
    border-color: rgb(186, 186, 186);
	border-radius: 0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	text-shadow: none;
    display: inline-block;
    outline: 0;
    padding: 3px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none!important;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    color: rgb(45, 137, 239);
    }
.guarantee-btn:hover {	
	background-color: #ffffff;
    color: rgb(45, 137, 239);
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
#offer_buttons{
margin: 20px auto;
width: 100%;
text-align: center;
}
#button_yes_so_offer a{
 color: #082652!important;
}
#button_no_so_offer a{
 color: #04274A!important;
}
#button_yes_so_offer{
border:1px solid #FF7500; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:20px;font-family:arial black, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;font-weight:bold; color: #082652;
 margin: 0 0 5px 0;
 background-color: #FFF00F; background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF00F), to(#FF6619));
 background-image: -webkit-linear-gradient(top, #FFF00F, #FF6619);
 background-image: -moz-linear-gradient(top, #FFF00F, #FF6619);
 background-image: -ms-linear-gradient(top, #FFF00F, #FF6619);
 background-image: -o-linear-gradient(top, #FFF00F, #FF6619);
 background-image: linear-gradient(to bottom, #FFF00F, #FF6619);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FFF00F, endColorstr=#FF6619);
}

#button_yes_so_offer:hover{
 border:1px solid #FF7500;
 background-color: #FFF00F; background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF00F), to(#FFFF19));
 background-image: -webkit-linear-gradient(top, #FFF00F, #FFFF19);
 background-image: -moz-linear-gradient(top, #FFF00F, #FFFF19);
 background-image: -ms-linear-gradient(top, #FFF00F, #FFFF19);
 background-image: -o-linear-gradient(top, #FFF00F, #FFFF19);
 background-image: linear-gradient(to bottom, #FFF00F, #FFFF19);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FFF00F, endColorstr=#FFFF19);
}
#button_no_so_offer{
border:1px solid #d7dada; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:18px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block; color: #04274A!important;
 margin: 0 0 5px 0;
 background-color: #E6E6E6; background-image: -webkit-gradient(linear, left top, left bottom, from(#E6E6E6), to(#CCCCCC));
 background-image: -webkit-linear-gradient(top, #E6E6E6, #CCCCCC);
 background-image: -moz-linear-gradient(top, #E6E6E6, #CCCCCC);
 background-image: -ms-linear-gradient(top, #E6E6E6, #CCCCCC);
 background-image: -o-linear-gradient(top, #E6E6E6, #CCCCCC);
 background-image: linear-gradient(to bottom, #E6E6E6, #CCCCCC);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#E6E6E6, endColorstr=#CCCCCC);
}

#button_no_so_offer:hover{
 border:1px solid #b3b3b3;
 background-color: #cdcdcd; background-image: -webkit-gradient(linear, left top, left bottom, from(#cdcdcd), to(#b3b3b3));
 background-image: -webkit-linear-gradient(top, #cdcdcd, #b3b3b3);
 background-image: -moz-linear-gradient(top, #cdcdcd, #b3b3b3);
 background-image: -ms-linear-gradient(top, #cdcdcd, #b3b3b3);
 background-image: -o-linear-gradient(top, #cdcdcd, #b3b3b3);
 background-image: linear-gradient(to bottom, #cdcdcd, #b3b3b3);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#cdcdcd, endColorstr=#b3b3b3);
}
/* Direct Checkout New Toggle Message */
.overlaydc {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1011;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0, 0.8);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
	background-color: rgba(255,255,255, 1);
    position: relative;
    top: 7%;
    width: 100%;
    text-align: left;
    margin-top: 30px;
	color: #000000;
    font-size: 14px;
	padding: 15px;
	line-height: 16px;
	font-weight: 400;
	font-style: normal;
	font-family: Verdana, Geneva, Sans-Serif;
	border-width: 1px;
	border-color: rgb(0, 0, 0);
	border-style: solid;
}

.overlaydc a {
    padding: 0;
    text-decoration: none;
    font-size: 15px;
    display: block;
    transition: 0.3s;
}

.overlaydc a:hover, .overlay a:focus {
    color: #000000;
}

.closebtn {
    position: absolute;
    top: 0;
    right: 45px;
    font-size: 60px !important;
}

@media screen and (max-height: 450px) {
  .overlaydc a {font-size: 20px}
  .closebtn {
    font-size: 40px !important;
    top: 15px;
    right: 35px;
  }
	
}

.main-container.default-page .non-wc-products .entry-content ul {
  margin: 0;
  padding: 0 0 0 40px;
  list-style: none;
}
.single-directmail #order_review .product-remove, .single-directck #order_review .product-remove {
	display:none!important;
}
.single-directmail .opc-pricing-table-product .product-quantity, .single-directck .opc-pricing-table-product .product-quantity{
	display:none!important;
}
ul.myList {
    list-style-type:disc!important;
    padding: 0 30px 15px!important;
}
ul.myList li {
    padding: 10px 0 5px!important;
}
.pp_deal_container ul {
	list-style:none;
}
pre {
    margin: 0;
    padding: 0;
}

/* GhostMonitor Fixes */

.ghostmonitor-container .ghostmonitor-atc-popup-close {
    background-color: #f00!important;
}

/* Cart Message Fixes */

.yith-cart-message .content{
    padding: 1em 1em 1em 80px;
    overflow: hidden;
	font-size:18px!important;
}

.yith-cart-message .content .button,
.yith-cart-message .content .button:hover{
    display:inline-block;
    float:right;
    background:none;
    text-shadow:none;
    border:0;
    border-radius:0px;
    text-transform: uppercase;
    font-size: 0.8em;
    padding: 8px 20px;
    box-shadow:none;
	margin-top:10px!important;
}

/* Remove Weight Info Box From Direct Mail Pages */

.opc-pricing-table-product-dimensions {
	display:none!important;
}

.g-recaptcha {
    margin: 0 auto 15px!important;
    float: left;
    width: 100%;
}
.woocommerce form.login, .woocommerce form.checkout_coupon, .woocommerce form.register {
    border: none!important;
}
@media screen and (max-height: 575px){
#rc-imageselect, .g-recaptcha {-webkit-transform:scale(0.77);transform:scale(0.77);-webkit-transform-origin:0 0;transform-origin:0 0;}
}
.wpcf7-form textarea {width: 95%;} 
.wpcf7-form input {width: 60%;}

/* Make StoreFront Tabs Horizontal Again */
.product .woocommerce-tabs ul.tabs {
	width: 100%;
	float: none;
	margin-right: 5.8823529412%;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	list-style: none;
	padding: 0 0 0 1em;
	margin: 0 0 1.618em;
	overflow: hidden;
	position: relative;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	position: absolute;
	content: ' ';
	width: 100%;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #d3ced2;
	z-index: 1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: 1px solid #d3ced2;
	background-color: #ebe9eb;
	display: inline-block;
	position: relative;
	z-index: 0;
	border-radius: 4px 4px 0 0;
	margin: 0 -5px;
	padding: 0 1em;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: #fff;
	z-index: 2;
	border-bottom-color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	border: 1px solid #d3ced2;
	position: absolute;
	bottom: -1px;
	width: 0;
	height: 0;
	content: ' ';
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	left: -6px;
	border-bottom-right-radius: 4px;
	border-width: 0 1px 1px 0;
	box-shadow: 2px 2px 0 #ebe9eb;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
	box-shadow: 2px 2px 0 #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	right: -6px;
	border-bottom-left-radius: 4px;
	border-width: 0 0 1px 1px;
	box-shadow: -2px 2px 0 #ebe9eb;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
	box-shadow: -2px 2px 0 #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	display: inline-block;
	padding: .5em 0;
	font-weight: 700;
	color: #515151;
	text-decoration: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: inherit;
	text-shadow: inherit;
}
/*.woocommerce .wc-tabs li a:focus, .ui-state-focus:focus { outline: none !important }
 
.ui-tabs-anchor:active, .ui-tabs-anchor:focus{
     outline:none;
}*/
/* End of Product Tabs*/

.site-footer {
    padding: 0;
}
.overlay.animated h1 {
    display: none;
}
body.promo {
    max-width: 800px;
    width: 100%;
    border-color: #6E6E6E;
    border-style: solid;
    border-width: 1px;
    border-spacing: 0px;
    background-color: #fff;
    margin: 20px auto 0;
    box-sizing: border-box;
    line-height: 20px;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    font-size: 14px;
    opacity: 1;
    font-family: Verdana, Geneva, sans-serif;
    height: auto;
}
.single-directmail #content {
    padding-left: 1.618em!important;
    padding-right: 1.618em!important;
}
#direct_mail_code { 
		text-transform: uppercase!important;
}
::-webkit-input-placeholder { /* WebKit browsers */
    text-transform: none;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    text-transform: none;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    text-transform: none;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    text-transform: none;
}
#direct_mail_code_header_field{
	color: #555555;
	font: 300 15px/1.5em 'Roboto', arial, sans-serif !important;
}
.single-directck div, .single-directmail div{
	box-sizing: border-box!important;
}
.single-directck #payment div.form-row, .single-directmail #payment div.form-row {	
    padding: 1em;
}
.single-directck .woocommerce form .form-row, .single-directmail .woocommerce form .form-row {
    margin: 0 0 6px;
}
.single-directck .woocommerce-checkout ul.payment_methods, .single-directmail .woocommerce-checkout ul.payment_methods, .woocommerce-checkout ul.payment_methods {
    text-align: left;
    padding: 1em!important;
    margin: 0!important;
}
.page .woocommerce-checkout #payment div.payment_box {
    position: relative;
    width: 96%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
	background-color: #FFE497;
}
.single-directck .woocommerce-checkout #payment div.payment_box, .single-directmail .woocommerce-checkout #payment div.payment_box {
    position: relative;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
	background-color: #FFE497;
}
.single-directmail .woocommerce a.button.alt, .single-directmail .woocommerce button.button.alt,.single-directmail .woocommerce input.button.alt,.single-directmail .woocommerce #respond input#submit.alt {
    background-color: #ee5488!important;
}
.single-directck .woocommerce-checkout input[type="submit"],.single-directck .woocommerce-checkout input.button {font-size: 1.5em;font-weight: 400;}
.single-directmail .woocommerce-checkout input[type="submit"],.single-directmail .woocommerce-checkout input.button {font-size: 1.5em;font-weight: 400;}
.main-container .page-content .entry-content #order_review #payment .payment_methods .payment_box {
    background-color: #FFE4AC;
}
.main-container .page-content .entry-content .woocommerce form fieldset {
    float: none;
    margin: 0px 0px;
}
#payment .payment_methods li .payment_box fieldset {
    padding: 1em!important;
}
.page-template-template-homepage .entry-content, .page-template-template-homepage .entry-header {
    max-width: 100%!important;
}
.page-template-template-homepage:not(.has-post-thumbnail) .site-main {
    padding-top: 0!important;
}
.page-template-template-homepage .type-page {
    padding-bottom: 0!important;
}
.site-header {
    padding-top: 0!important;
    padding-bottom: 0;
}
p.demo_store {
    padding: 10em 0px;
	text-align: center;
}
.demo_store {
    
    background-color: #25ad65;
}
.demo_store a.woocommerce-store-notice__dismiss-link {
    padding: 1em 5.41575em;

}
a.button.cancel, .button.back {
	display:none!important;
}
.wcsr-input {
background: #F2F2F2;
border-top: solid 1px #666;
border-left: solid 1px #666;
border-right: solid 1px #ccc;
border-bottom: solid 1px #ccc;
}
.vsl_checkout_container ol, ul {
list-style: none
}