@import "new-style.css";

body {
	overflow: hidden;
}

/* Single product styles */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	display: none;
}

.content .c20_prod_image figure img {
	width: 284px;
	height: auto;
}

.c20_prod_additional_info p {
	white-space: pre-wrap;
	font-weight: bold;
}

.c20_prod_summary {
	max-width: 588px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-top: 1px solid rgba(182, 173, 165, 0.75);
	margin-top: 0.625em;
	padding-top: 0.625em;
}

.c20_prod_summary:after {
	display: none;
}

.c20_prod_price {
	font-size: 18px;
	font-weight: bold;
}

.c20_prod_price > span {
	font-size: 27px;
	margin-left: 5px;
}

.c20_prod_summary form {
	display: flex;
	align-items: center;
}

div.quantity {
	margin: 0;
	position: relative;
	width: 182px;
	height: 50px;
	display: flex;
	margin-right: 10px;
}

div.quantity input {
	box-sizing: border-box;
	text-align: center;
	transition: all .2s;
	-moz-appearance: textfield;
	color: black;
	border: 1px solid rgba(182, 173, 165, 0.75);
	border-radius: 50px !important;
	font-size: 17px;
	font-weight: 600;
	width: 100%;
	max-width: none;
	height: 100%;
}

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

.c20_product_quantity_button {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background: transparent;
	color: black;
	font-size: 2rem;
	cursor: pointer;
	display: flex;
	align-items: center;
	border: 1px solid rgba(182, 173, 165, 0.75);
	border-radius: 50%;
	width: 50px;
	justify-content: center;
	padding-left: 2px;
	transition: 0.4s ease;
}

.c20_product_quantity_button:hover {
	color: #f00 !important;
}

.c20_product_quantity_button::selection {
	background-color: transparent;
}

.c20_product_quantity_button.c20_product_quantity_button_plus {
	left: auto;
	right: 0;
}

.c20_product_notices {
	width: 100%;
}

.c20_product_notices .woocommerce-message {
	display: flex;
	font-family: 'Graphik Compact Web', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 10px;
}

.c20_product_notices .woocommerce-message a {
	width: auto;
	height: auto;
	border: 0;
	font-weight: bold;
	font-size: 17px;
	padding: 0 10px 0 0;
	color: #f00 !important;
}

.c20_single_product_author, .c20_single_product_title {
	margin-top: 0 !important;
}

.c20_single_product_content {
	font-family: 'Graphik Compact Web', 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

.c20_you_may_also_like_products_label {
	margin-bottom: 40px !important;
	padding-top: 10px;
}

/* END OF Single product styles */

/* Products loop styles */

.c20_single_product_shop_loop {
	display: flex;
	flex-wrap: wrap;
}

.c20_loop_product {
	width: 284px;
	list-style: none;
	margin-top: 0 !important;
	margin-bottom: 20px !important;
}

.c20_loop_product:before {
	display: none !important;
}

.c20_loop_product:nth-child(odd) {
	margin-right: 0.625em;
}

.c20_loop_product img {
	width: 100%;
}

.c20_loop_product h2 {
	border-top: 0 !important;
	font-size: 17px !important;
	font-weight: bold !important;
	color: #000 !important;
}

.c20_loop_product p {
	font-size: 18px !important;
	color: #000 !important;
}

.c20_loop_product .price, .c20_loop_product .price span {
	font-family: 'Graphik Compact Web', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #FF0000;
	font-weight: bold;
}

.c20_loop_product a.button {
	margin-top: 10px;
	font-size: 17px;
	padding: 0 13px;
}

.c20_loop_product a.added_to_cart {
	font-size: 17px !important;
	display: block;
	padding: 10px 0;
}


/* END OF Products loop styles */

/* Shop Page */

.c20_shop_page_description {
	padding-bottom: 50px;
}

.c20_shop_page_description p {
	font-family: 'Graphik Compact Web', 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

.c20_shop_page_featured_product {
	width: 588px;
	max-width: 100%;
}

.c20_shop_page_featured_product .c20_loop_product {
	width: 100%;
}

.c20_shop_page_featured_product .c20_loop_product h2 {
	font-size: 27px !important;
}

.c20_shop_page_featured_product .c20_loop_prod_image_container {
	text-align: center;
	background: #D7D2CB;
	padding: 35px 0 25px;
}

.c20_shop_page_featured_product .c20_loop_product img {
	max-width: 248px;
}

.c20_shop_page_featured_product .c20_loop_product .price, .c20_shop_page_featured_product .c20_loop_product .price span {
	font-size: 27px;
}


.c20_shop_page_featured_product .c20_loop_product_short_description {
	margin-bottom: 25px !important;
}

.c20_shop_page_featured_product .c20_loop_product a.button {
	margin-top: 15px;
}

.c20_loop_product_short_description {
	margin-bottom: 20px !important;
	font-family: 'Graphik Compact Web', 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

.c20_prod_loop_container {
	display: flex;
	justify-content: space-between;
	position: relative;
}

.c20_prod_loop_container:after {
	display: none;
}

.c20_shop_loop_category_title {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0 !important;
}

.c20_shop_page_featured_product_label {
	display: none;
}

.c20_shop_page_featured_product_label p {
	font-size: 27px !important;
	font-weight: bold;
	color: #FF0000 !important;
	font-family: 'Graphik Compact Web', 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

.c20_category_page_title {
	padding-bottom: 30px;
}

/* END OF Shop Page */

/* Cart Page Styles */

.woocommerce-cart .content h1 {
	margin-bottom: 50px;
}

button[name='update_cart'] {
	display: none;
}

.c20_cart_page_item_row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px solid #B6ADA5;
	padding: 17px 0;
	font-family: 'Graphik Compact Web', 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

.c20_cart_page_item_row:after {
	display: none;
}

.c20_cart_page_item_row:first-child {
	border-top: 1px solid #B6ADA5;
}

.c20_cart_page_item_row .product-thumbnail {
	width: 134px;
	margin-right: 0.625em;
	text-align: center;
}

.c20_cart_page_item_row_description {
	width: calc(100% - 284px);
	font-size: 17px;
	font-weight: bold;
	line-height: 18px;
}

.c20_cart_page_item_row_description > div {
	width: 90%;
	max-width: 430px;
}

.c20_cart_page_item_row_description .product-name {
	margin-bottom: 0.625em;
}

.c20_cart_item_short_description {
	margin-bottom: 10px;
}

.c20_cart_page_item_row_product_price {
	width: 130px;
	text-align: right;
	font-weight: bold;
	font-size: 27px;
}

.c20_cart_item_price_label {
	font-size: 17px !important;
	color: #FF0000;
	margin: 0 0 15px !important;
}

.c20_cart_subtotal_container {
	padding: 2em 0 1em;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #B6ADA5;
	font-family: 'Graphik Compact Web', 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

.c20_cart_subtotal_container:after {
	display: none;
}

.c20_cart_subtotal_container .actions {
	display: flex;
}

.c20_cart_subtotal_container .actions label {
	font-size: 17px;
	font-weight: bold;
	display: block;
}

.c20_cart_subtotal_container #coupon_code {
	box-sizing: border-box;
	transition: all .2s;
	-moz-appearance: textfield;
	color: black;
	border: 1px solid rgba(182, 173, 165, 0.75);
	border-radius: 50px !important;
	font-size: 17px;
	width: 284px;
	max-width: none;
	height: 50px;
	padding: 0 0.625em;
	margin: 10px 0.625em 10px 0;
}

.c20_cart_apply_coupon_button {
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
	background: transparent;
	border: 0;
}

.c20_cart_subtotal {
	width: 130px;
	text-align: right;
	font-weight: bold;
	font-size: 27px;
}

.c20_cart_subtotal .c20_cart_item_price_label {
	margin-bottom: 5px !important;
}

.c20_cart_proceed_checkout_container {
	display: flex;
	justify-content: flex-end;
	padding-top: 0.625em;
	flex-wrap: wrap;
}

.c20_cart_page_item_row_product_price_subtotal {
	padding-top: 20px;
}

.c20_cart_page_item_row_product_price_subtotal .c20_cart_item_price_label {
	margin-top: 0 !important;
}

.c20_cart_page_coupons_container {
	width: calc(100% - 81px);
}

.c20_cart_page_coupons_container div.cart-discount {
	display: flex;
	padding-bottom: 10px;
}

.c20_cart_page_coupons_container div.cart-discount div {
	padding-right: 10px;
	font-size: 17px;
	font-family: 'Graphik Compact Web', 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

.woocommerce-notices-wrapper .woocommerce-message {
	font-size: 17px;
	font-family: 'Graphik Compact Web', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
}

/* END OF Cart Page Styles */

/* Checkout Page Styles */

.woocommerce-checkout .content h1 {
	margin-bottom: 30px;
}

.woocommerce-checkout .content h2 {
	margin-bottom: 0.625em;
	padding-top: 10px;
}

.c20_cart_page_item_row_description_checkout > div {
	max-width: 550px;
}

.woocommerce-checkout .c20_cart_page_item_row:last-child {
	border-bottom: 0;
}

.c20_checkout_order_total {
	height: 70px;
	background: #D7D2CB;
	font-size: 27px;
	font-weight: bold;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 10px;
	font-family: 'Graphik Compact Web', 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

.c20_checkout_order_total:after {
	display: none;
}

.c20_checkout_order_total_label {
	color: #FF0000
}

.woocommerce-checkout .c20_cart_proceed_checkout_container {
	border-top: 1px solid #B6ADA5;
	margin-top: 20px;
}

.c20_checkout_fields_section {
	font-family: 'Graphik Compact Web', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 17px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}

.c20_checkout_fields_section label {
	font-weight: bold;
	display: block;
	font-size: 17px;
	width: 100%;
}

.woocommerce .c20_checkout_fields_section p {
	margin-top: 0;
	margin-bottom: 15px;
}

.c20_checkout_fields_section .form-row, .c20_checkout_fields_section textarea {
	width: 788px;
	max-width: 100% !important;
}

.c20_checkout_fields_section input:not([type='checkbox']), .c20_checkout_fields_section select, .c20_checkout_fields_section textarea {
	width: 100%;
	height: 50px;
	font-size: 17px;
	padding: 0 20px;
	border: 1px solid #B6ADA5;
	border-radius: 50px;
}

.c20_checkout_fields_section input::-webkit-input-placeholder,
.c20_checkout_fields_section input::placeholder,
.c20_checkout_fields_section textarea::-webkit-input-placeholder,
.c20_checkout_fields_section textarea::placeholder {
	color: #D7D2CB !important;
}

.c20_checkout_fields_section textarea {
	height: 110px;
	border-radius: 0;
	padding-top: 20px;
	resize: none;
}

.c20_checkout_fields_section #billing_first_name_field, .c20_checkout_fields_section #billing_last_name_field,
.c20_checkout_fields_section #billing_city_field, .c20_checkout_fields_section #billing_state_field,
.c20_checkout_fields_section #billing_phone_field, .c20_checkout_fields_section #billing_email_field,
.c20_checkout_fields_section #shipping_first_name_field, .c20_checkout_fields_section #shipping_last_name_field,
.c20_checkout_fields_section #shipping_city_field, .c20_checkout_fields_section #shipping_state_field,
.c20_checkout_fields_section #shipping_phone_field, .c20_checkout_fields_section #shipping_email_field,
.c20_checkout_fields_section #billing_postcode_field input, .c20_checkout_fields_section #shipping_postcode_field input {
	width: 382px;
	max-width: 90%;
	margin-right: 20px;
}


#billing_country_field, #billing_phone_field {
	margin-top: 5px;
}

#billing_country_field .select2-selection.select2-selection--single, #shipping_country_field .select2-selection.select2-selection--single {
	height: 50px !important;
	font-size: 17px !important;
	padding: 11px 12px !important;
	border-radius: 50px !important;
}

#billing_country_field .select2-selection__arrow, #shipping_country_field .select2-selection__arrow {
	top: 12px !important;
	right: 10px !important;
}

#billing_country_field .select2-selection__arrow b, #shipping_country_field .select2-selection__arrow b {
	border-color: #000 transparent transparent transparent !important;
}

.select2-container.select2-container--default.select2-container--open {
	padding-top: 6px !important;
}

.select2-container.select2-container--default.select2-container--open .select2-results__options li {
	font-size: 17px !important;
}

.woocommerce-checkout #ship-to-different-address, .woocommerce-checkout  .c20_checkout_mailchimp_container {
	font-size: 17px;
	font-weight: bold;
	font-family: 'Graphik Compact Web', 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

.woocommerce-checkout #ship-to-different-address input, .woocommerce-checkout  .c20_checkout_mailchimp_container input {
	display: none;
}

.woocommerce-checkout #ship-to-different-address label, .woocommerce-checkout  .c20_checkout_mailchimp_container label {
	position: relative;
	padding-left: 50px;
	padding-top: 10px;
}

.woocommerce-checkout #ship-to-different-address span:before, .woocommerce-checkout  .c20_checkout_mailchimp_container span:before {
	content: '';
	width: 32px;
	height: 32px;
	border: 1px solid #B6ADA5;
	position: absolute;
	left: 0;
	top: 5px;
}

.woocommerce-checkout #ship-to-different-address input:checked + span:after, .woocommerce-checkout  .c20_checkout_mailchimp_container input:checked + span:after {
	content: "";
	background-color: transparent;
	position: absolute;
	left: 12px;
	top: 8px;
	width: 12px;
	border-bottom: 3px solid #B6ADA5;
	height: 20px;
	border-right: 3px solid #B6ADA5;
	transform: rotate(36deg);
	-o-transform: rotate(36deg);
	-ms-transform: rotate(36deg);
	-webkit-transform: rotate(36deg);
}

.c20_checkout_mailchimp_subtitle {
    display: block;
    font-size: 13px;
    font-weight: 400;
}

.ship_to_different_address_container {
	height: 50px;
}

#order_review li:before {
	display: none;
}

#order_review, #order_review p, #order_review li, #order_review span, #order_review label {
	font-family: 'Graphik Compact Web', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 17px;
}

#order_review p {
	font-weight: bold;
}

#place_order {
	font-size: 17px !important;
}

#order_review .wc_payment_method input {
	display: none;
}

#order_review .wc_payment_method {
	position: relative;
	padding-left: 50px;
	padding-top: 10px;
}

#order_review .wc_payment_method label:before {
	content: '';
	width: 32px;
	height: 32px;
	border: 1px solid #B6ADA5;
	position: absolute;
	left: 0;
	top: 5px;
	border-radius: 50%;
}

#order_review .wc_payment_method input:checked + label:after {
	content: "";
	background-color: transparent;
	position: absolute;
	left: 9px;
	top: 8px;
	width: 12px;
	border-bottom: 3px solid #B6ADA5;
	height: 20px;
	border-right: 3px solid #B6ADA5;
	transform: rotate(36deg);
	-o-transform: rotate(36deg);
	-ms-transform: rotate(36deg);
	-webkit-transform: rotate(36deg);
}

.c20_sign_in_button {
	position: absolute;
	right: 10px;
	top: 20px;
}

.c20_shipping_container {
	font-family: 'Graphik Compact Web', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	padding-bottom: 30px;
}

.c20_shipping_container #shipping_method li input {
	display: none;
}

.c20_shipping_container #shipping_method li {
	position: relative;
	padding-left: 50px;
	padding-top: 10px;
	min-height: 40px;
}

.c20_shipping_container #shipping_method li:before {
	display: none;
}

.c20_shipping_container #shipping_method li label:before {
	content: '';
	width: 32px;
	height: 32px;
	border: 1px solid #B6ADA5;
	position: absolute;
	left: 0;
	top: 5px;
	border-radius: 50%;
}

.c20_shipping_container #shipping_method li input:checked + label:after {
	content: "";
	background-color: transparent;
	position: absolute;
	left: 9px;
	top: 8px;
	width: 12px;
	border-bottom: 3px solid #B6ADA5;
	height: 20px;
	border-right: 3px solid #B6ADA5;
	transform: rotate(36deg);
	-o-transform: rotate(36deg);
	-ms-transform: rotate(36deg);
	-webkit-transform: rotate(36deg);
}

/* END OF Checkout Page Styles */

/* Non members banner */

.c20_non_members_banner_container {
	background: #FFD100;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url("../img/non_members_banner.png");
}

.c20_non_members_banner_container:after {
	display: none;
}

.c20_non_members_banner_col_left {
	padding: 10px 10px 20px;
	width: 204px;
	font-family: 'Graphik Compact Web', 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

.c20_non_members_banner_col_left p {
	font-size: 27px !important;
	margin-top: 0 !important;
	margin-bottom: 50px !important;
	font-weight: bold;
	color: #FF0000;
}

.c20_non_members_banner_col_left_links {
	display: flex;
	flex-wrap: wrap;
}

.c20_non_members_banner_col_left_links a:first-child {
	margin-right: 20px;
}

.c20_non_members_banner_col_right {
	padding: 13px 95px 90px 10px;
	width: calc(100% - 204px);
}

.c20_non_members_banner_col_right p {
	margin-top: 0 !important;
}

.c20_non_members_banner_col_right p {
	font-size: 26px !important;
}

/* END OF Non members banner */

/* Mini-Cart Styles */

.c20_mini_cart_container {
	position: absolute;
	right: 10px;
	top: 32px;
	width: 284px;
	height: 74px;
	background: #D7D2CB;
	padding: 15px 5px;
	display: flex;
	flex-direction: column;
}

.c20_mini_cart_container a {
	font-size: 17px;
	font-weight: bold;
	font-family: 'Graphik Compact Web', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	line-height: 21px;
	text-decoration: none !important;
}

.c20_mini_cart_container a:first-child {
	color: #000;
}

/* END OF Mini-Cart Styles */


/* Thank You Page Styles */

.woocommerce-checkout .woocommerce-order-overview li:before {
	display: none;
}

.woocommerce-checkout section.woocommerce-order-details,
.woocommerce-checkout section.woocommerce-customer-details,
.woocommerce-checkout section.woocommerce-customer-details p {
	font-size: 19px;
	font-weight: bold;
	font-family: 'Graphik Compact Web', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	line-height: 21px;
}


.woocommerce-checkout section.woocommerce-order-details h2,
.woocommerce-checkout section.woocommerce-customer-details h2 {
	font-size: 32px;
}

.woocommerce-checkout section.woocommerce-order-details td {
	padding: 10px 20px 10px 0;
}

/* END of Thank You Page Styles */

/* Responsive styles */

@media (max-width: 1199px) {

	/* Single Product Styles */
	.c20_mini_cart_container {
		top: 20px;
	}

	.c20_single_product_content .c20_mini_cart_container + header.article {
		padding-top: 100px;
	}

	/* END OF Single Product Styles */
	/* Cart Page Styles */
	.c20_cart_page_item_row_description {
		width: calc(100% - 134px - 0.625em);
	}

	.c20_cart_page_item_row {
		position: relative;
		padding: 17px 0 25px;
	}

	.c20_cart_page_item_row_description .product-quantity {
		position: absolute;
		left: 0;
		bottom: 15px;
	}

	.c20_cart_page_item_row_product_price {
		width: 100%;
	}

	.c20_cart_item_price_label {
		max-width: 100% !important;
	}

	/* END OF Cart Page Styles */
	/* Checkout Page Styles */
	.c20_checkout_fields_section #billing_first_name_field, .c20_checkout_fields_section #billing_last_name_field,
	.c20_checkout_fields_section #billing_city_field, .c20_checkout_fields_section #billing_state_field,
	.c20_checkout_fields_section #billing_phone_field, .c20_checkout_fields_section #billing_email_field,
	.c20_checkout_fields_section #shipping_first_name_field, .c20_checkout_fields_section #shipping_last_name_field,
	.c20_checkout_fields_section #shipping_city_field, .c20_checkout_fields_section #shipping_state_field,
	.c20_checkout_fields_section #shipping_phone_field, .c20_checkout_fields_section #shipping_email_field,
	.c20_checkout_fields_section #billing_postcode_field input, .c20_checkout_fields_section #shipping_postcode_field input {
		width: 100%;
		margin-right: 0;
	}

	.c20_checkout_fields_section .form-row-wide input {
		max-width: 100% !important;
	}

	/* END OF Checkout Page Styles */
	/* Non members banner */
	.c20_non_members_banner_col_right {
		padding-right: 125px;
	}

	/* END OF Non members banner */

}

@media (max-width: 899px) {

	/* Non members banner */
	.c20_non_members_banner_container {
		position: relative;
		border-top: 15px solid #000;
		flex-direction: column-reverse;
		padding-top: 40px;
	}

	.c20_non_members_banner_col_left {
		width: 100%;
		padding-bottom: 55px;
	}

	.c20_non_members_banner_col_right {
		width: 100%;
		padding: 10px;
	}

	.c20_non_members_banner_col_left_members_label {
		position: absolute;
		top: 7px;
		left: 10px;
	}

	/* END OF Non members banner */

}

@media (max-width: 767px) {

	/* Shop Page Styles */
	.c20_loop_product .c20_shop_page_featured_product_label + h2 {
		margin-top: 5px;
	}

	.c20_shop_page_featured_product_label {
		display: block;
	}

	.c20_shop_page_featured_product .c20_loop_product img {
		max-width: 40vw;
	}

	.c20_price_and_add_button_container {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.c20_price_and_add_button_container:after {
		display: none;
	}

	.c20_prod_loop_container {
		padding-top: 30px;
	}

	.c20_single_product_shop_loop .c20_loop_product {
		margin-right: 0;
		width: 100%;
		max-width: 320px;
	}

	.c20_shop_page_category_link_container {
		position: absolute;
		top: -45px;
		right: 0;
	}

	.c20_loop_product a.button {
		margin-top: 0;
	}

	.c20_shop_loop_category_title {
		padding-right: 70px;
	}

	.c20_single_product_shop_loop {
		justify-content: space-between;
		width: 100%;
	}

	/* END OF Shop Page Styles */
	/* Single Product Styles */
	.c20_mini_cart_container {
		top: 7px;
	}

	.content .c20_prod_image figure img {
		max-width: 320px;
		width: 100%;
	}

	.c20_prod_summary .c20_prod_price {
		margin-top: 5px !important;
		margin-bottom: 10px !important;
	}

	.c20_prod_summary {
		flex-direction: column;
	}

	.c20_prod_summary form {
		width: 100%;
		max-width: 360px;
		justify-content: space-between;
	}

	.c20_you_may_also_like_products_label {
		margin-bottom: 30px !important;
	}

	/* END OF Single Product Styles */
	/* Cart Page Styles */
	.woocommerce-cart .content h1 {
		margin-bottom: 10px;
	}

	.c20_cart_item_price_label {
		margin: 15px 0 0 !important;
	}

	.c20_cart_subtotal_container {
		flex-direction: column;
	}

	.c20_cart_subtotal {
		width: 100%;
	}

	.c20_cart_page_coupons_container {
		width: 100%;
	}

	.c20_cart_page_coupons_container div.cart-discount {
		flex-direction: column;
	}

	.c20_cart_page_coupons_container div.cart-discount div {
		padding-bottom: 10px;
	}

	/* END OF Cart Page Styles */
	/* Checkout Page Styles */
	body:not(.logged-in) .woocommerce-checkout .content h1 {
		margin-bottom: 0;
	}

	.c20_sign_in_button {
		top: 7px;
	}

	.woocommerce-checkout #order_review_heading {
		margin-top: 15px;
	}

	.woocommerce-checkout .c20_cart_page_item_row_product_price {
		width: 110px;
	}

	.woocommerce-checkout .c20_cart_page_item_row_description {
		width: calc(100% - 110px - 0.625em);
	}

	.c20_cart_page_item_row_description > div {
		width: 100%;
	}

	/* END OF Checkout Page Styles */
	/* Non members banner */
	.c20_non_members_banner_col_left {
		padding-bottom: 65px;
	}

	/* END OF Non members banner */

}

@media (max-width: 499px) {
	/* Non members banner */
	.c20_non_members_banner_col_left {
		padding-bottom: 100px;
	}

	/* END OF Non members banner */
}

/* END OF Responsive styles */
