button, input, textarea {
	font: inherit;
}
button.btn-change-payment.button, a.cc-switch-pack-btn, a.cc-update-payment-details-link, a.start_switch.club_normal_btn{border:none;text-transform:uppercase;font-family: 'Gotham'; font-weight: 700; background: #B6A060; color: #fff; padding: 8px 18px; font-size: 15px; display: inline-block;}
a.start_switch.club_normal_btn:hover{background:#B6A060;}
.woocommerce-account .cc-sidebar{margin-top:50px;position: relative!important;width: 100%;}
a.cc-update-payment-details-link, a.cc-switch-pack-btn{background:#B6A060;opacity: 0.6; }
a.cc-update-payment-details-link:hover, a.cc-switch-pack-btn:hover{opacity:1;background:#B6A060;}

a.cc-switch-pack-btn.active, a.cc-update-payment-details-link.active{opacity: 1;background:#b6a060;}
.woocommerce-account .cc-wc-btn:hover .cc-select-wrapper, .woocommerce-account .cc-wc-btn.active .cc-select-wrapper{border-color: #b6a060; }
.woocommerce-account .cc-wc-btn.active .cc-select-wrapper .cc-select-title, .woocommerce-account .cc-wc-btn:hover .cc-select-wrapper .cc-select-title{color: #b6a060; }
.woocommerce-account .cc-sidebar-panel-head.proceed-active {background: #b6a060; }
.cc-sidebar-wrapper .cc-switch-pack-btn > a, .woocommerce-account .cc-wc-btn .cc-select-wrapper .cc-select-title{font-weight:700;}
.cc-switch-pack-btn {max-width: 300px;margin:20px auto; font-weight: 700; }
.cc-sidebar-wrapper .cc-switch-pack-btn > a:hover{background:#b6a060!important;border-color:#b6a060;}
.cc-sidebar .cc-sidebar-wrapper .cc-data-result p.cc-label {margin-top: 30px; }
button.btn-change-payment.button:hover{opacity:0.6;}
.woocommerce-account .cc-container{padding:30px 0;}
.woocommerce-MyAccount-content ul.cc-card-list li.cc-existing-stripe-token {display: none!important; }
.woocommerce-account .cc-sidebar .cc-sidebar-wrapper p.cc-data-fixed-total{margin-top:20px;}

.woocommerce-MyAccount-content ul.cc-card-list li, .woocommerce-MyAccount-content .cc-subscription-card .cc-card-details-item label, .woocommerce-MyAccount-content .cc-subscription-card .btn-change-payment{display:block!important;}
li.cc-existing-stripe-token{display:none;}
.cc-card-details{margin:30px 0 20px;}
div.cc-card-details, .cc-subscription-card, div.cc-token-details{max-width:500px;}
.cc-card-details-item input {background: transparent; box-shadow: none; border: 1px solid #c9c9c9; }

li.woocommerce-mini-cart-item .divTable{
	display: table;
	width: 100%;
}
li.woocommerce-mini-cart-item .divTableRow {
	display: table-row;
}
li.woocommerce-mini-cart-item .divTableHeading {
	display: table-header-group;
}
li.woocommerce-mini-cart-item .divTableCell, .divTableHead {
	display: table-cell;
	padding: 5px;
	vertical-align: middle;
}
li.woocommerce-mini-cart-item .divTableHeading {
	display: table-header-group;
	font-weight: bold;
}
li.woocommerce-mini-cart-item .divTableFoot {
	display: table-footer-group;
	font-weight: bold;
}
li.woocommerce-mini-cart-item .divTableBody {
	display: table-row-group;
}

/* .buttonMinus, .buttonPlus,
.buttonMinus:hover, .buttonPlus:hover{
	background: #afafaf;
	color: #fff;
	padding: 2px 5px;
	width: 20px;
}

.buttonMinus {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	margin-left: 0;
}

.buttonPlus {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-right: 0;
} */

input.offscreen_cart_quantity,
input.offscreen_cart_quantity:hover {
	padding: 2px 5px;
	width: 30px;
	line-height: 1.45;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	box-shadow: none;
	opacity: 0.5;
	text-align: center;
	background: transparent;
	margin: 0 -3px;
}

.woocommerce-mini-cart__update {
	font-weight: bold;
	text-align: center;
}

#site-header-cart .product_list_widget li {
	border-bottom: 1px solid #f0f0f0;
}

.woocommerce-cart-tab,
.woocommerce-cart-tab-icon{
	z-index: 99999;
}

.woocommerce-cart-tab-container {
	max-width: 477px !important;
	width: 100%;
}

.woocommerce-cart-tab-container .widget_shopping_cart .widgettitle {
    text-align: left;
    padding: 20px 30px;
    color: #fff;
    font-size: 35px;
}
.woocommerce-cart-tab-icon {
	position: absolute;
	top: 38px;
	right: 20px;
	box-sizing: border-box;
	line-height: 1;
	cursor: pointer;
	background-color: #ffffff;
	color: #000;
}
.widget_shopping_cart {
	display: none;
}

.woocommerce-cart-tab-is-visible .widget_shopping_cart {
	display: block;
}

.woocommerce-cart-tab-is-visible .woocommerce-cart-tab-container--right .woocommerce-cart-tab {
	right: 40px;
}
.woocommerce-cart-tab-icon {
	display: none;
}
.woocommerce-cart-tab-is-visible .woocommerce-cart-tab-icon {
	display: block;
}

div.woocommerce-mini-cart__update-container {
	text-align: center;
	position: absolute;
    left: 0;
    right: 0;
	bottom: 145px;
	width: 100%;
	padding: 40px 30px;
	background: #fff;
}

div.woocommerce-mini-cart__update-container button.woocommerce-mini-cart__update {
    color: #000;
    background: #efefef;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: 400;
    width: 100%;
    text-transform: uppercase;
}
div.woocommerce-mini-cart__update-container button.woocommerce-mini-cart__update:hover {
	opacity: 0.6;
}

.woocommerce-cart-tab-container .widget_shopping_cart ul.product_list_widget li {
	border-bottom: 1px solid #f0f0f0!important;
	/* padding-right: 40px!important; */
}

div.woocommerce-mini-cart__total-container {
	/*margin-top: 40px;*/
	position: absolute;
	bottom: 75px;
	background: #fff;
	width: 100%;
	left: 0;
	right: 0;
}

div.woocommerce-mini-cart__total-container span.title {
	float: left;
	font-size: 20px;
}

div.woocommerce-mini-cart__total-container span.subtotal {
	float: right;
	font-size: 20px;
}

.woocommerce-cart-tab-container .widget_shopping_cart ul.product_list_widget {
	padding: 0!important;
	padding-bottom: 250px !important;
}

.woocommerce-cart-tab-container .widget_shopping_cart .total {
	margin-bottom: 40px!important;
	padding: 20px 30px 10px;
}


p.woocommerce-mini-cart__buttons > a.checkout.wc-forward {
	display: none!important;
}
.woocommerce-cart-tab-container .widget_shopping_cart .buttons .button {
	width: 100%!important;
	float: unset!important;
	background: #B6A060!important;
	/*background: transparent !important;*/
	color: #fff!important;
	/*color: #3b3b3b !important;*/
	border: 1px solid;
	text-transform: uppercase!important;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-weight: 400;
	border: 0;
}
.woocommerce-cart-tab-container .widget_shopping_cart .buttons .button:hover {
	background: #707070;
	opacity: 0.6;
}
div.divTableCell.increments {
	text-align: right;
	position: relative;
}

div.divTableCell.offscreen-product-summary {
	width: 150px;
}

div.divTableCell .offscreen-product-price {
	color: #b3b3b3;
}

h3.woocommerce-thankyou-order-received:before {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	content: " ";
	background: url("../images/checkout-order.jpg");
	background-size: 100% 100%;
	height: 85px;
	width: 240px;
	margin-top: -100px;
}

h3.woocommerce-thankyou-order-received {
	text-align: center;
	font-size: 28px;
	margin-top: 150px;
}

div.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
	width: 580px;
	margin: 0 auto;
	padding: 40px 60px;
}

div.woocommerce-order p {
	text-align: center;
	margin-top: 40px;
}

div.woocommerce-order span.email-address {
	text-decoration: underline;
}

div.woocommerce-order a.button,
form.woocommerce-cart-form button.button,
form.woocommerce-form-login button.button,
form.woocommerce-cart-form a.button,
form.woocommerce-cart-form div.coupon input[name='apply_coupon']{
	background: transparent;
	border: 1px solid #3e3e3e;
	text-transform: uppercase;
	color: #3d3d3d;
	transition: all 0.3s ease;
}
form.woocommerce-form-login button.button:hover {
	background: #3e3e3e;
	color: #fff;
}
h3#order_review_heading {
	text-align: left;
	float: unset;
}

form.woocommerce-cart-form > table {
	vertical-align: middle;
}

form.woocommerce-cart-form > table thead th,
form.woocommerce-cart-form > table thead td,
form.woocommerce-cart-form > table tbody th,
form.woocommerce-cart-form > table tbody td{
	background: transparent;
	vertical-align: middle;
}

form.woocommerce-cart-form > table thead th,
form.woocommerce-cart-form > table thead td{
	border-bottom: 1px solid #b7b7b7;
	padding: 0.5em 2em;
}

form.woocommerce-cart-form > table tbody tr.button-actions th,
form.woocommerce-cart-form > table tbody tr.button-actions td{
	border-top: 1px solid #b7b7b7;
	padding: 2em 0 0.5em 0;
}
form.woocommerce-cart-form > table .product-thumbnail img {
	margin: unset;
}

form.woocommerce-cart-form,
form.woocommerce-cart-form a,
form.woocommerce-cart-form a:hover,
form.woocommerce-cart-form a:active {
	color: #333;
}

form.woocommerce-cart-form .product-name .woocommerce-Price-amount {
	/* color: #c9c9c9; */
}

form.woocommerce-cart-form button.button {
	color: #c9c9c9;
	border: 1px solid #c9c9c9;
}

form.woocommerce-cart-form button.button.active,
form.woocommerce-cart-form a.button.active {
	color: #333;
	border: 1px solid #333;
	text-align: center;
}

form.woocommerce-cart-form button.button,
form.woocommerce-cart-form a.button {
	width: 100%;
	max-width: 270px;
	/*font-size: 100%;*/
	font-weight: 400;
	padding: 8px 18px;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	padding: 8px 18px;
    font-size: 15px;
}
form.woocommerce-cart-form button.button:hover,
form.woocommerce-cart-form a.button:hover {
	background: #333;
	color: #fff;
}

form.woocommerce-cart-form div.coupon label {
	display: block;
	text-align: left;
}
form.woocommerce-cart-form div.coupon input[name='coupon_code'] {
	background: transparent;
	border: 1px solid #c9c9c9;
	box-shadow: none;
	display: block;
	width: 320px;
	padding:0.6180469716em;
	font-size: 15px;
}
form.woocommerce-cart-form  .cart-collaterals {
	text-align: left
}

form.woocommerce-cart-form  .cart-collaterals .cart_totals,
form.woocommerce-cart-form  .cart-collaterals .cart_totals > table {
	width: 100%;
	color: #c9c9c9;
}

form.woocommerce-cart-form  .cart-collaterals .cart_totals table thead th,
form.woocommerce-cart-form  .cart-collaterals .cart_totals table thead td,
form.woocommerce-cart-form  .cart-collaterals .cart_totals table tbody th,
form.woocommerce-cart-form  .cart-collaterals .cart_totals table tbody td {
	padding: 0 0 0 10px;
	margin: 0;
}

form.woocommerce-cart-form  .cart-collaterals .cart_totals table thead td,
form.woocommerce-cart-form  .cart-collaterals .cart_totals table tbody td {
	text-align: right;
}

form.woocommerce-cart-form  .cart-collaterals .cart_totals table tr.cart-subtotal,
form.woocommerce-cart-form  .cart-collaterals .cart_totals table tr.order-total {
	color: #3c3c3c;
}

form.woocommerce-cart-form  .cart-collaterals .cart_totals table tr.order-total {
	font-size: 1.3em;
}

form.woocommerce-cart-form  .cart-collaterals .wc-proceed-to-checkout button.checkout-button.button.wc-forward, form.woocommerce-cart-form  .cart-collaterals .wc-proceed-to-checkout button.checkout-button.button.wc-scroll {
	width: 100%;
	color: #fff;
	text-transform: uppercase;
	background: #B6A060;
	border: 0;
	float: right;
	font-size: 18px;    
	font-weight: 700;
    padding: 10px 18px;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
form.woocommerce-cart-form  .cart-collaterals .wc-proceed-to-checkout button.checkout-button.button.wc-forward:hover {
	opacity: 0.6;
}

form.woocommerce-cart-form  .cart-collaterals .wc-proceed-to-checkout button.wc-forward:after {
	display: none;
}

form.woocommerce-cart-form div.coupon input[name='apply_coupon'] {
	display: block;
	margin-top: 10px;
	padding: 8px 18px;
    font-size: 15px;
	font-weight: 400;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
form.woocommerce-cart-form div.coupon input[name='apply_coupon']:hover {
	background: #333;
	color: #fff;
	border-color: #333;
}

form.checkout div#customer_details {
	float: unset;
	width: 100%;
}

form.checkout div#customer_details .col-1,
form.checkout div#customer_details .col-2{
	width: 49%;
}

form.checkout div#customer_details .col-1 {
	float: left;
}

form.checkout div#customer_details .col-2 {
	float: right;
}

form.checkout div#order_review {
	float: unset;
	width: 49%;
}

form.checkout div#order_review table.woocommerce-checkout-review-order-table {
	display: none;
}

form.woocommerce-form.woocommerce-form-login.login {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
table:not( .has-background ) tbody tr:nth-child(2n) td, fieldset, fieldset legend {
	background-color: transparent;
}

form.woocommerce-form.woocommerce-form-login.login input[type=text],
form.woocommerce-form.woocommerce-form-login.login input[type=password]{
	background: transparent;
	box-shadow: none;
	border: 1px solid #c9c9c9;
}

form.woocommerce-form.woocommerce-form-login.login input[type=text]:hover,
form.woocommerce-form.woocommerce-form-login.login input[type=password]:hover,
form.woocommerce-form.woocommerce-form-login.login input[type=text]:active,
form.woocommerce-form.woocommerce-form-login.login input[type=password]:active {
	border: 1px solid #3c3c3c;
}

body:not(.woocommerce-account) form.woocommerce-form.woocommerce-form-login.login p:not(.form-row-email).form-row,
body:not(.woocommerce-account) form.woocommerce-form.woocommerce-form-login.login p.lost_password {
	display: none;
}
form.woocommerce-form.woocommerce-form-login.login p button.button-next {
	margin-top: 20px;
	padding: 8px 18px;
    font-size: 15px;
    line-height: 1.618;
    font-weight: 400;
	color: #3D3D3E;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
form.woocommerce-form.woocommerce-form-login.login p button.button-next:hover {
	background: #3D3D3E;
	color: #fff;
}

form.checkout div#customer_details input.input-text,
form.checkout div#customer_details textarea.input-text,
form.checkout div#customer_details select{
	background: transparent;
	box-shadow: none;
	border: 1px solid #c9c9c9;
}

form.checkout div#customer_details select option {
	line-height: 1.618;
	padding: 0.6180469716em;
}

p#billing_email_field {
	display: none;
}

.select2-container--default .select2-selection--single {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.select2-container .select2-selection--single {
	height: auto;
	padding: 8px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__arrow{
	line-height: 2em;
	height: 2em;
}

p#account_password_field label {
	display: none;
}

div#order_review div.subtotal-review {
	display: block;
	background: #f5f5f5;
	padding: 25px 20px;
	border: 1px solid #f0f0f0;
	margin-bottom: 30px;
	font-size: 20px;
}

div#order_review div.subtotal-review:after {
	content: " ";
	display: block;
	clear: both;
	
}
div#order_review div.subtotal-review span.left {
	float: left;
}

div#order_review div.subtotal-review span.right {
	float: right;
}

div#order_review div#payment .payment_methods > li:not(.woocommerce-notice),
div#order_review div#payment .payment_methods > li .payment_box,
div#order_review div#payment .place-order{
	background: transparent;
}

div#order_review div#payment button#place_order {
	color: #fff;
    text-transform: uppercase;
    background: #B6A060;
    border: 0;
    font-size: 18px;
    width: 100%;
	max-width: 270px;
    font-weight: 700;
    padding:10px;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
div#order_review div#payment button#place_order:hover {
	opacity: 0.6;
}


h3.cru-storefront-heading {
	font-size: 30px;
}

#payment .payment_methods li.woocommerce-PaymentMethod > input[type=radio]:first-child:checked + label:before, #payment .payment_methods li.wc_payment_method > input[type=radio]:first-child:checked + label:before {
	display: none;
}

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details,
.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details small.includes_tax{
	font-size: 20px;
}

#stripe-exp-element,
.woocommerce-checkout-review-order #stripe-cvc-element,
#stripe-card-element {
	padding: 15px !important;
}
.wc-terms-and-conditions a {
	color: #F7BE68;
}
.woocommerce-checkout input#terms {
	float: left;
	margin-top: 5px;
}
#payment .terms label {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
#payment .terms label span {
	order: 3;
}
#payment .terms label span.required {
	order: 1;
}
#payment .terms label input {
	order: 2;
}
.ui-dialog .ui-dialog-title{font-size:22px;font-weight:400}
.ui-dialog .ui-dialog-buttonpane button{padding:4px 14px;margin:4px!important}
.ui-dialog .ui-dialog-content p{font-size:19px}
.ui-dialog .ui-dialog-buttonpane{padding:8px 3px 3px}

.product .quantity {display: flex; }
.product .quantity>*{cursor:pointer;width: 33.33%;border: 1px solid; font-size: 20px; padding: 5px 0; color: #000; }
.product .quantity>*:nth-child(2){border-left:0;border-right:0;}

@media only screen and (max-width: 1200px) {
	form.woocommerce-cart-form button.button, form.woocommerce-cart-form a.button {
		font-size: 19px;
	}
	.wc-terms-and-conditions label span,
	.wc-terms-and-conditions label span a {
		font-size: 16px;
	}
}
@media only screen and (max-width: 1000px) {
	form.woocommerce-cart-form button.button, form.woocommerce-cart-form a.button,
	form.woocommerce-cart-form div.coupon input[name='apply_coupon'] {
		font-size: 13px;
	}
	form.woocommerce-cart-form .cart-collaterals .wc-proceed-to-checkout button.checkout-button.button.wc-forward,
	div#order_review div#payment button#place_order  {
		font-size: 14px;
	}
	h3.cru-storefront-heading {
		font-size: 26px;
	}
	div#order_review div.subtotal-review span.left,
	div#order_review div.subtotal-review span.right {
		float: none;
	}
	.wc-terms-and-conditions label span, .wc-terms-and-conditions label span a {
		font-size: 20px;
	}
}
@media only screen and (max-width: 767px) {
	form.woocommerce-cart-form button.button,
	form.woocommerce-cart-form a.button,
	form.checkout div#customer_details .col-1,
	form.checkout div#customer_details .col-2,
	form.checkout div#order_review {
		width: 100%;
		margin-bottom: 20px;
	}
	h3#order_review_heading {
		margin-top: 120px;
	}
	form.woocommerce-cart-form > table tbody tr.button-actions td {
		border-top: 0;
	}
	form.woocommerce-cart-form > table tbody td.product-thumbnail {
		border-top: 1px solid #b7b7b7;
	}
	
	form.woocommerce-cart-form > table tbody td.product-subtotal {
		border-bottom: 1px solid #b7b7b7;
	}
	form.woocommerce-form.woocommerce-form-login.login {
		width: 100%;
	}
	div#order_review div.subtotal-review span.left {
		float: left;
	}
	div#order_review div.subtotal-review span.right {
		float: right;
	}
	form.woocommerce-cart-form div.coupon input[name='apply_coupon'] {
		width: 320px;
	}
	h3.woocommerce-thankyou-order-received {
		margin-top: 260px;
	}
}
@media only screen and (max-width: 600px) {
	div#order_review div.subtotal-review span.left,
	div#order_review div.subtotal-review span.right {
		float: none;
		display: block;
	}
	.wc-terms-and-conditions label span,
	.wc-terms-and-conditions label span a {
		font-size: 16px;
	}
	h3.woocommerce-thankyou-order-received {
		font-size: 23px;
	}
	div.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
		padding: 40px 20px;
		width: auto;
	}
}
@media only screen and (max-width: 480px) {
	div.woocommerce-mini-cart__update-container {
		bottom: 145px;
	}
	.woocommerce-cart-tab-container .widget_shopping_cart ul.product_list_widget li {
		padding: 16px 0px !important;
	}
	li.woocommerce-mini-cart-item .divTableCell:first-child {
		padding: 0 !important;
	}
	.woocommerce-cart-tab-container .widget_shopping_cart .buttons {
		padding: 10px !important;
	}
	.woocommerce-cart-tab-container .widget_shopping_cart .buttons .button {
		font-size: 18px;
	}
	form.woocommerce-cart-form div.coupon input[name='apply_coupon'],
	form.woocommerce-cart-form div.coupon input[name='coupon_code'] {
		width: 100%;
	}
	h3#order_review_heading {
		margin-top: 35px;
	}
	form.woocommerce-cart-form .cart-collaterals .wc-proceed-to-checkout button.checkout-button.button.wc-forward {
		width: 60%;
	}
	small.includes_tax {
		display: block;
	}
	div#order_review div#payment button#place_order {
		width: 100%;
	}
	h3.woocommerce-thankyou-order-received {
		margin-top: 155px;
	}
	.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details small.includes_tax {
		display: inline;
	}
	.woocommerce-cart-tab-container .widget_shopping_cart .widgettitle {
		padding: 20px;
	}
	.woocommerce-cart-tab-icon {
		top: 36px;
	}
}