/*********** Header Styles ************/
/* put space between page content and the header */
#page-content {
	padding-top: 5rem;
}

form .note {
	white-space: nowrap;
}

/*********** Default Styles ************/
ul.details-list {
	margin-left: 0px;
}

ul.details-list li {
	margin-bottom: 6px;
	list-style-type: none;
}

ul.details-list li:last-child {
	margin-bottom: 0px;
}

.hidden {
	display: none;
}

.btn.checkout-btn {
	font-size: 15px;
	padding: 8px 15px;
}

legend {
	color: inherit !important;
}

.alert {
	margin-bottom: 13px;
}

.errorSummary {
	padding: 10px;
	margin-bottom: 20px;
	color: #b94a48;
	background-color: #eed3d7;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	border: 1px solid #eed3d7;
	border-radius: 4px;
}

.errorSummary:empty {
	display: none;
}

.errorSummary p {
	font-weight: bold;
	margin-bottom: 10px;
	color: #333;
}

.errorSummary ul {
	margin: 0px;
}

.errorSummary ul li {
	margin-bottom: 5px;
	list-style-type: none;
}

.errorSummary ul li:before {
	content: "-";
	margin-right: 4px;
}

.errorSummary ul li:last-child {
	margin-bottom: 0px;
}

.paging-links {
	text-align: right;
}



.fancybox-inner #login-form-wrapper {
	color: #000;
}

.fancybox-inner #login-form-wrapper h1,
.fancybox-inner #login-form-wrapper p,
.fancybox-inner #login-form-wrapper li,
.fancybox-inner #login-form-wrapper a {
	color: #333;
}

.table-striped tbody>tr:nth-child(2n + 1)>td,
.table-striped tbody>tr:nth-child(2n + 1)>th {
	color: #666;
}

@media (max-width: 550px) {

	.table th,
	.table td {
		word-break: break-all;
	}
}

#loadingOverlay {
	background: url("../images/ui-bg_flat_0_aaaaaa_40x100.png") repeat-x scroll 50% 50% #aaaaaa;
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.width-15 {
	width: 15%;
}

.width-70 {
	width: 70%;
}

.b360-text-center {
	text-align: center;
}

/*********** Default Styles ************/

/*********** Top Links ************/
.topLoginArea {
	display: inline-block;
	vertical-align: middle;
}

.topLoginArea ul {
	margin: 0px;
	padding: 0px;
	line-height: normal;
}

.topLoginArea:after {
	display: block;
	content: "";
	clear: both;
}

.topLoginArea .userprofile,
.topLoginArea #shopping-cart,
.topLoginArea .user-logout,
.topLoginArea .user-welcomemsg {
	float: left;
	line-height: normal;
}

.topLoginArea .user-welcomemsg {
	padding-right: 10px;
	color: #666;
	border-right: solid 1px rgba(255, 255, 255, 0.1);
	margin-right: 10px;
	line-height: normal;
}

.topLoginArea .userprofile ul li {
	display: inline-block;
	margin-right: 10px;
	line-height: normal;
}

.topLoginArea .userprofile ul li:last-child {
	margin-right: 0px;
}

.topLoginArea .user-logout,
.topLoginArea #shopping-cart {
	padding-left: 10px;
	line-height: normal;
}

/*********** Top Links ************/

/*********** Blog ************/
.blog-list {
	margin-bottom: 20px;
}

.blog-list h2 {
	font-size: 20px;
	margin-bottom: 10px;
	line-height: normal;
}

.blog-list ul {
	margin: 0px;
	padding: 0px;
}

.blog-list ul li {
	margin-bottom: 7px;
	padding-left: 22px;
	list-style-type: none;
	position: relative;
}

.blog-list ul li:before {
	content: "-";
	position: absolute;
	left: 10px;
	top: 0px;
}

.blog-list ul li:last-child {
	margin-bottom: 0px;
}

.blog-contents-wrapper #posts .post {
	border-bottom: solid 1px #999;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.blog-contents-wrapper #posts .post:last-of-type {
	margin-bottom: 0px;
	border-bottom: 0px;
}

.blog-contents-wrapper #posts .post .authorImageDiv {
	float: left;
	margin-right: 10px;
}

.blog-contents-wrapper #posts .post .authorImageDiv img {
	border: 1px solid #666;
	padding: 2px;
	width: 60px;
}

.blog-contents-wrapper .blog-data {
	margin-bottom: 13px;
}

.blog-contents-wrapper .shareThis {
	line-height: normal;
}

.blog-contents-wrapper .comments-container {
	background-color: #eee;
	border: solid 1px #cccccc;
	margin-top: 15px;
	padding: 15px;
}

.blog-contents-wrapper .comments-container p:last-child {
	margin-bottom: 0px;
}

.blog-contents-wrapper .blog-details:after {
	clear: both;
	display: block;
	content: "";
}

.blog-author-details .authorImageDiv {
	margin-bottom: 15px;
}

.blog-author-details .authorname {
	font-weight: bold;
}

.blog-author-details .authorImageDiv img {
	border: solid 1px #ccc;
	padding: 3px;
}

.blog-author-details p:last-child {
	margin-bottom: 0px;
}

/*********** Blog ************/

/*********** Photo Gallery ************/
.gallery ul.portfolio {
	margin: 0px;
	padding: 0px;
}

.gallery ul.portfolio li {
	display: inline-block;
	background-color: #fff;
	overflow: hidden;
	border: 1px solid #666;
	vertical-align: top;
	margin: 0px 10px 10px 0px;
}

.gallery ul.portfolio li a {
	border: 0px;
	line-height: normal;
	padding: 0px;
	border-radius: 0px;
	box-shadow: none;
}

.gallery ul.portfolio li img {
	max-height: 80px;
	min-height: 80px;
	padding: 2px;
	display: block;
}

/*********** Photo Gallery ************/

/*********** News Listing ************/
.news-contents-wrapper .items .news-item {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.news-contents-wrapper .items .news-item:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	box-shadow: none;
	border-bottom: 0px;
}

.news-contents-wrapper .items .news-item .news-teaser {
	margin-bottom: 10px;
}

.news-contents-wrapper .items .news-item .news-teaser p:last-child {
	margin-bottom: 0px;
}

.news-contents-wrapper .items .news-item p.news-link {
	margin-bottom: 0px;
}

/*********** News Listing ************/

/*********** Store qty field styles ************/

/*********** Store qty field styles ************/

/*********** eCommerce Page ************/
.cart-container {
	color: inherit;
}

.cart-container .fa-times {
	color: #b20000;
}

.cart-container .fa-times:hover {
	color: #888888;
}

.cart-container tr td[align="right"] {
	text-align: right;
}

.cart-container td,
.cart-container th {
	vertical-align: middle !important;
}

.cart-contents-wrapper .cart-container {
	border-bottom: solid 1px #666;
}

.cart-contents-wrapper .shipping_tax_container {
	background-color: #fcfcfc;
	padding: 13px;
	border: 1px solid #e0e0e0;
	margin-bottom: 15px;
	border-radius: 8px;
}

.cart-contents-wrapper .shipping_tax_container p {
	color: #333;
}

.cart-contents-wrapper .shipping_tax_container p:first-child {
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
}

.cart-contents-wrapper .shipping_tax_container #shippping_methods_widget {
	padding-top: 15px;
}

.cart-contents-wrapper .shipping_tax_container .add_zip_container .input-append {
	margin-bottom: 0px;
}

.cart-contents-wrapper .shipping_tax_container .add_zip_container input {
	padding: 5px 10px;
	font-size: 14px;
	width: auto;
	min-height: 30px;
	line-height: normal;
	font-weight: normal;
}

.cart-contents-wrapper .discount_container .discount {
	margin-bottom: 13px;
}

.cart-contents-wrapper .discount_container input {
	padding: 5px 10px;
	min-height: 30px;
	font-size: 14px;
	line-height: normal;

}

.cart-contents-wrapper .discount_container .discount ul li {
	list-style-type: none;
}

.cart-contents-wrapper .discount_container .btn {
	padding: 6px 10px;
	min-height: 30px;
	font-size: 14px;
	line-height: normal;
	border-radius: 0px 4px 4px 0px;
}

.shopping_cart {
	width: 100%;
}

.shopping_cart th {
	font-weight: bold;
	border-bottom: 1px solid #d2d2d2;
	padding: 2px;
}

.shopping_cart td {
	vertical-align: top;
	padding: 2px;
	text-align: left;
}

.checkout-detail legend {
	line-height: normal;
	padding-bottom: 6px;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
	color: inherit;
}

.checkout-detail #delivery_information {
	margin-top: 10px;
	margin-bottom: 20px;
}

.checkout-detail .checkout-left .dob label {
	margin-bottom: 0px;
	padding-top: 5px;
}

.checkout-detail .checkout-left #billing_printed ul {
	margin: 0px 0px 15px 0px;
}

.checkout-detail .checkout-left #billing_printed ul li {
	list-style-type: none;
}

.checkout-detail .checkout-left #s {
	margin-top: 15px;
	margin-bottom: 10px;
}

.checkout-detail .checkout-left #h legend {
	padding-bottom: 0px;
}

.checkout-detail .checkout-left #h img {
	margin-bottom: 7px;
}

.checkout-detail .checkout-left #s #shipping_printed ul {
	margin: 0px 0px 15px 0px;
}

.checkout-detail .checkout-left #s #shipping_printed ul li {
	margin-bottom: 6px;
	list-style-type: none;
}

.checkout-detail .checkout-left #s #shipping_printed ul li:last-child {
	margin-bottom: 0px;
}

.checkout-detail .checkout-right h3 {
	margin: 0px;
	line-height: normal;
	padding: 8px;
	font-size: 22px;
}

.checkout-detail .order-comments textarea {
	width: 60%;
	height: 100px;
	padding: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.checkout-detail .customer_view {
	margin-bottom: 35px;
}

.checkout-detail .customer_view table.detail-view {
	width: 100%;
}

.checkout-detail .customer_view table.detail-view th,
.checkout-detail .customer_view table.detail-view td {
	border-bottom: solid 1px #444;
	text-align: left;
	padding: 0.3em 0.6em;
	vertical-align: top;
}

.ui-spinner input {
	width: 60px;
}

.ui-spinner input {
	border: 0;
}

.products-contents-wrapper .category-description {
	margin-bottom: 10px;
}

.wines-listing .view {
	width: 32%;
	margin: 0px;
	padding: 0px;
	float: left;
	margin-right: 2%;
	padding: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.wines-listing .view .product-detail h3 {
	font-size: 18px;
	font-weight: normal;
}

.wines-listing .view:nth-child(3n) {
	margin-right: 0px;
}

.wines-listing .view:nth-child(3n + 1) {
	clear: both;
}

.wines-listing .view .image {
	margin-bottom: 10px;
}

.wines-listing .view .product-options .lbl-header {
	display: block;
}

.product-details hr {
	border-bottom-color: rgba(0, 0, 0, 0.3);
	border-top-color: rgba(255, 255, 255, 0.3);
}

.product-details .prod-image {
	text-align: center;
}

.product-details .prod-detail .shareThis {
	margin-bottom: 10px;
}

.product-details .prod-detail .product-description {
	margin-bottom: 10px;
}

.product-details .prod-detail .product-options hr {
	margin-top: 0px;
}

.product-details .prod-detail .accordion:last-of-type {
	margin-bottom: 0px;
}

.product-details .prod-detail .accordion {
	font-family: inherit;
}

.product-details .prod-detail .accordion .ui-accordion-header {
	font-family: inherit;
	padding-left: 34px;
	text-transform: capitalize;
}

.product-details .prod-detail .accordion>div {
	padding: 15px;
	background: #ddd;
	box-shadow: 0px 2px 0px #ccc;
}

.product-details .prod-detail .accordion>div .accordion-inner {
	padding: 0px;
	border: 0px;
}

.product-details .prod-detail .accordion>div .accordion-inner ul {
	margin: 0px;
}

.product-details .prod-detail .accordion>div .accordion-inner ul li {
	margin-bottom: 7px;
	list-style-type: none;
}

.product-details .prod-detail .accordion>div .accordion-inner ul li:before {
	content: "-";
	margin-right: 5px;
}

.product-details .prod-detail .accordion>div .accordion-inner ul li:last-child {
	margin-bottom: 0px;
}

#shippping_methods_widget label {
	display: block;
}

.success_total_heading>p {
	margin: 0;
	line-height: 23px;
}

.modal-dialog .modal-header h4 {
	margin: 0px;
}

#shoppingCartModal {
	color: #000;
}

#shoppingCartModal .modal-header .close {
	margin: 0px;
}

#shoppingCartModal .modal-footer .btn.btn-default {
	background-color: #666;
	font-size: 14px;
	color: #fff;
}

#shoppingCartModal .modal-footer .btn.btn-default:hover {
	background-color: #333;
	color: #fff;
}

#shoppingCartModal .cart-container-popup td,
#shoppingCartModal .cart-container-popup th {
	text-align: center;
	padding: 5px 7px;
	border-bottom: solid 1px #eee;
	color: #666;
}

#shoppingCartModal .cart-container-popup td:first-child,
#shoppingCartModal .cart-container-popup th:first-child {
	text-align: left;
}

#shoppingCartModal .cart-container-popup th {
	background-color: #eee;
	color: #000;
}

@media (max-width: 767px) {
	.wines-listing .view {
		width: 100%;
		float: none;
		margin: 0px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.2);
		box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
		margin-bottom: 15px;
		padding-bottom: 15px;
	}

	.wines-listing .view .product-options form {
		margin-bottom: 0px;
	}

	.wines-listing .view:last-child {
		margin-bottom: 0px;
		border-bottom: 0px;
		box-shadow: none;
	}

	.product-details .prod-image {
		border-bottom: 1px solid rgba(0, 0, 0, 0.2);
		box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
		margin-bottom: 15px;
		padding-bottom: 15px;
		text-align: left;
	}

	.product-details .prod-detail .product-options .row-fluid .span6:first-of-type .shoppincart_form {
		margin-bottom: 15px;
	}

	.checkout-detail .order-comments textarea {
		width: 100%;
	}

	.checkout-detail .customer_view>div:first-of-type {
		margin-bottom: 15px;
	}
}

@media (max-width: 550px) {
	#shopping-cart-content .table-responsive table {
		max-width: 100%;
		width: 100%;
	}

	#shopping-cart-content .table-responsive table td,
	#shopping-cart-content .table-responsive table th {
		padding: 8px 4px;
		word-break: break-all;
		font-size: 14px;
	}

	#shopping-cart-content .table-responsive table .qty-field {
		width: 32px;
	}

	.cart-contents-wrapper .cart-container tr td:first-child img {
		display: none;
	}

	.cart-contents-wrapper .cart-container tr td:nth-child(3),
	.cart-contents-wrapper .cart-container tr th:nth-child(2) {
		display: none;
	}

	.success_table td,
	.success_table th {
		word-break: unset;
	}
}

@media (max-width: 480px) {
	#shoppingCartModal .modal-header .close {
		padding: 0px;
	}

	.cart-contents-wrapper .cart-container {}
}

@media (max-width: 445px) {
	#shopping-cart-content .table-responsive table tr.confirm_order_product_row td:nth-child(2) {
		width: 78px;
	}

	#shopping-cart-content .table-responsive table td,
	#shopping-cart-content .table-responsive table th {
		font-size: 12px;
	}
}

@media (max-width: 440px) {
	#shoppingCartModal .modal-footer .btn {
		margin-bottom: 7px;
	}

	#shoppingCartModal .modal-footer .btn:last-child {
		margin-bottom: 0px;
	}
}

/*********** eCommerce Page ************/

/*********** New Cart Updates ************/

ul.credit_cards {
	margin: 0px 0 10px 0px;
	padding: 0;
	display: block;
}

ul.credit_cards li {
	display: inline-block;
	margin-right: 5px;
	verticle-align: middle;
}

ul.credit_cards li img:hover {
	opacity: 0.5;
}

ul.credit_cards li:last-child {
	margin-right: 0px;
}

.cart-contents-wrapper .buttons .btn {
	width: 100%;
}

input#Discount_Coupan {
	width: 79%;
}

.rates-container p:last-child {
	border-top: 1px solid #333;
	font-size: 1.35rem;
}

.cart-contents-wrapper .shipping_tax_container .add_zip_container .input-append {
	white-space: normal;
}

.cart-contents-wrapper .shipping_tax_container .add_zip_container input {
	width: 100%;
}

.cart-contents-wrapper .shipping_tax_container .add_zip_container .btn {
	width: 100%;
}

/*********** New Cart Updates ************/

/*********** Events Listing ************/
.event-list ul {
	margin: 0px;
}

.event-list ul li {
	margin-bottom: 6px;
	list-style-type: none;
}

.event-list ul li:last-child {
	margin-bottom: 0px;
}

.event-item {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
}

.event-item:last-of-type {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 0px;
	box-shadow: none;
}

.event-item .event-img img {
	padding: 3px;
	border: solid 1px #666;
}

.event-item ul.event-data {
	margin: 0px;
	padding-top: 10px;
}

.event-item ul.event-data li {
	list-style-type: none;
	margin-bottom: 8px;
}

.event-item ul.event-data li p:last-child {
	margin-bottom: 0px;
}

.event-item ul.event-data li:last-child {
	margin-bottom: 0px;
}

.event-item .shareThis {
	padding-top: 10px;
}

.event-item .description h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}

.event-item .description h3:first-of-type {
	margin-top: 0px;
}

@media (max-width: 767px) {
	.event-item .description {
		padding-top: 15px;
	}
}

/*********** Events Listing ************/

/*********** Member Page ************/
.user-links h3 {
	margin-bottom: 10px;
	line-height: normal;
}

.user-links p {
	margin-bottom: 10px;
}

.user-links ul {
	padding-left: 10px;
	margin: 0px;
}

.user-links ul li {
	margin-bottom: 5px;
	list-style-type: none;
}

.user-links ul li:before {
	content: "-";
	margin-right: 4px;
}

.user-links ul li:last-child {
	margin-bottom: 0px;
}

.user-contents-wrapper .table th,
.user-contents-wrapper .table td {
	font-size: 14px;
}

.user-contents-wrapper .user-profile .dataGrid {
	width: 100%;
}

.user-contents-wrapper .user-profile .dataGrid tr td {
	padding: 5px 10px;
}

.user-contents-wrapper .user-profile .dataGrid tr td:first-child {
	width: 18%;
	border-right: solid 1px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 0px 0px rgba(255, 255, 255, 0.15);
}

@media (max-width: 767px) {
	.user-contents-wrapper {
		padding-top: 20px;
		margin-top: 20px;
		border-top: 1px solid rgba(0, 0, 0, 0.2);
		box-shadow: 0px -1px 0px rgba(255, 255, 255, 0.2);
	}

	.user-links {
		margin-bottom: 20px;
	}

	.success_total_heading {
		width: 80% !important;
		float: left !important;
	}
}

@media (max-width: 600px) {
	.user-contents-wrapper .user-profile .dataGrid tr td:first-child {
		width: 30%;
	}
}

/*********** Member Page ************/

/*********** Trade Listing ************/
.trade-contents-wrapper .trade-listing .items:after {
	clear: both;
	display: block;
	content: "";
}

.trade-contents-wrapper .trade-listing .items .view-trade {
	margin-right: 2%;
	width: 32%;
	padding: 0px;
	margin-bottom: 20px;
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.trade-contents-wrapper .trade-listing .items .view-trade img {
	display: block;
	text-align: center;
	margin: 0 auto;
}

.trade-contents-wrapper .trade-listing .items .view-trade:nth-child(3n) {
	margin-right: 0px;
}

.trade-contents-wrapper .trade-listing .items .view-trade:nth-child(3n + 1) {
	clear: both;
}

.trade-contents-wrapper .trade-listing .items .view-trade .trade-links ul li {
	margin-bottom: 5px;
}

.trade-contents-wrapper .trade-listing .items .view-trade .trade-links ul li:last-child {
	margin-bottom: 0px;
}

@media (max-width: 767px) {
	.trade-contents-wrapper .trade-listing .items .view-trade {
		width: 100%;
		float: none;
		margin: 0px;
		margin-bottom: 15px;
		padding-bottom: 15px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.2);
		box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
	}

	.trade-contents-wrapper .trade-listing .items .view-trade:last-of-type {
		margin-bottom: 0px;
	}
}

/*********** Trade Listing ************/

/*********** Vineyards Listing ************/
.vineyard-contents-wrapper .vineyard-item {
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
	padding-bottom: 15px;
}

.vineyard-contents-wrapper .vineyard-item h2 a {
	text-decoration: none;
}

.vineyard-contents-wrapper .vineyard-item p.vineyard-readmore-link {
	margin-bottom: 0px;
}

.vineyard-contents-wrapper .vineyard-item:first-of-type {
	margin-top: 10px;
}

.vineyard-contents-wrapper .vineyard-item:last-child {
	margin: 0px;
	padding: 0px;
	border-bottom: 0px;
	box-shadow: none;
}

.vineyard-contents-wrapper .vineyard-item .vineyard-location span {
	display: inline-block;
	padding-right: 5px;
	font-weight: bold;
}

.vineyard-contents-wrapper .vineyard-description {
	margin-bottom: 10px;
}

.vineyard-contents-wrapper .vineyard-description p:last-child {
	margin-bottom: 0px;
}

/*********** Vineyards Listing ************/

/*********** Club Listing ************/

.club-contents-wrapper {
	padding-top: 7rem;
}

.club-contents-wrapper .club-listing .items .club-item p:last-child {
	margin-bottom: 0px;
}

.club-contents-wrapper .club-listing .items .club-item {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: solid 1px rgba(255, 255, 255, 0.2);
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}

.club-contents-wrapper .club-listing .items .club-item:last-child {
	margin: 0px;
	padding: 0px;
	border-bottom: 0px;
	box-shadow: none;
}

.club-contents-wrapper .club-benefits {
	padding-top: 15px;
}

.club-contents-wrapper .club-benefits ul {
	margin: 0px 15px 0px 0px;
}

.club-contents-wrapper .club-benefits ul li {
	list-style-type: none;
	margin-bottom: 6px;
}

.club-contents-wrapper .club-benefits ul li:last-child {
	margin-bottom: 0px;
}

.club-contents-wrapper .shipment-type-panel {
	margin-bottom: 20px;
}

.club-contents-wrapper .shipment-type-panel:after {
	clear: both;
	content: "";
	display: block;
}

.club-contents-wrapper .shipment-type-panel label {
	display: block;
	float: none;
}

.club-contents-wrapper #copy-billing-address {
	margin: -2px 5px 0px 0px;
}

.club-contents-wrapper .club-options ul {
	margin: 0px 0px 15px 0px;
}

.club-contents-wrapper .club-options ul li {
	list-style-type: none;
	margin-bottom: 6px;
}

.club-contents-wrapper .club-options ul li:last-child {
	margin-bottom: 0px;
}

.club-contents-wrapper .payment-information ul {
	margin: 0px 0px 15px 0px;
}

.club-contents-wrapper .payment-information ul li {
	margin-bottom: 6px;
	list-style-type: none;
}

.club-contents-wrapper .payment-information ul li:last-child {
	margin-bottom: 0px;
}

.club-contents-wrapper hr {
	border-top-color: rgba(0, 0, 0, 0.2);
	border-bottom-color: rgba(255, 255, 255, 0.2);
}

/*********** Club Listing ************/

/*********** Website Announcements ************/
.announcement-wrapper:empty {
	display: none;
}

.alert.website_messages {
	margin: 15px 15px 0px 15px;
	position: relative;
	padding: 8px 65px 8px 14px;
	margin-bottom: 15px;
	background-color: #f7e8d2;
	border-radius: 0px;
	border-color: #ebc58b;
}

.alert.website_messages p.title {
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 5px;
	color: #c87c6d;
}

.alert.website_messages>div p {
	line-height: 20px;
	text-shadow: none;
	color: #666;
}

.alert.website_messages>div p:last-child {
	margin-bottom: 0px;
}

.alert.website_messages .close {
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 14px;
}

/*********** Website Announcements ************/
.cart-msg {
	position: relative;
	/* max-height: 400px; */
	padding: 15px 0px 0px 15px;
	/* overflow-y: auto; */
}

.cart-msg p {
	margin-bottom: 8px;
}

#shoppingCartModal .modal-content .cart-container-popup td {
	vertical-align: top;
}

.cart-left img {
	float: left;
	padding-right: 25px;
}

/*********** New Cart ************/

.pickup-policy-text {
	clear: both;
}

/*********** NMI Payment Form ************/


.pageTitle {
	text-align: center;
	margin-top: 20px;
	font-size: 40px;
	font-family: "Domine" !important;
}


.formInner {
	width: 600px;
	max-width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px auto;
}

#trigger-payment-modal-button {
	display: block;
	padding: 10px 5px;
	font-size: 1rem;
	box-shadow: 0 3px 10px #bbbbbb;
}

#trigger-payment-modal-button.checkout-pay-btn {
	margin: 1rem 0 1rem 0;
}

#trigger-payment-modal-button.join-club-pay-btn {
	margin: 1rem 0 1rem 0;
}

#trigger-payment-modal-button:hover {
	background-color: #19C687;
	border-color: #19C687;
	box-shadow: 0 3px 4px #bbbbbb;
}

#trigger-payment-modal-button:active {
	opacity: 0.7;
}

#paymentTokenInfo {
	display: block;
	width: 600px;
	margin: 30px auto;
}

@media only screen and (max-width: 600px) {
	.pageTitle {
		font-size: 30px;
	}

	.theForm {
		width: 300px;
		max-width: 90%;
		margin: auto;
	}



	#paymentTokenInfo {
		width: 100%;
	}
}

.alert-notification {
	background-color: #b9d3ed;
	margin: 10px;
}

@media (min-width: 992px) {

	.modal-lg,
	.modal-xl {
		max-width: none !important;
	}
}

#shopping-cart-popup-content {
	overflow-x: auto !important;
}

.ui-button-icon-only .ui-icon {
	margin-left: 0 !important;
}


.cart-item {
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	padding: 24px;
	margin-bottom: 16px;
	transition: box-shadow 0.2s;
}

.cart-item:hover {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.cart-item-title {
	margin-bottom: 4px;
	font-weight: bold;
}

.cart-item-unit-price {
	color: #212529;
	margin-bottom: 12px;
}

.cart-item-meta {
	font-size: 0.9rem;
	color: #6c757d;
	margin-bottom: 8px;
}

.qty-container {
	display: inline-flex;
	align-items: center;
	border: 1px solid #dee2e6;
	border-radius: 4px;
	overflow: hidden;
}

/* Attempt to style jQuery UI spinner if possible, or wrapper */
.qty-input {
	text-align: center;
	border: none;
	width: 50px;
	height: 38px;
	font-weight: 600;
}

.qty-input:focus {
	outline: none;
	background: #f8f9fa;
}

.cart-summary {
	border-radius: 8px;
}

.cart-summary-card {
	background: #f8f8f8;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	padding: 24px;
	margin-bottom: 24px;
}

.cart-summary-title {
	font-size: 1.25rem;
	font-weight: 700;
	margin-bottom: 20px;
	color: #212529;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
}


.summary-row:last-child {
	border-bottom: none;
}


    .cart-summary-total {
        font-size: 1.2rem;
        font-weight: 700;
        padding-top: 15px;
        margin-top: 10px;
    }

.summary-row.total {
	border-top: 1px solid #eee;
	padding-top: 15px;
	margin-top: 15px;
	font-weight: 700;
	font-size: 1.2rem;
	color: #212529;
}

.btn-checkout {
	background-color: #212529;
	color: #fff;
	font-weight: 600;
	border-radius: 4px;
	padding: 12px;
	width: 100%;
	text-align: center;
	display: block;
	transition: background 0.2s;
}

.btn-checkout:hover {
	background-color: #000;
	color: #fff;
	text-decoration: none;
}

.discount-badge {
	background-color: #007bff;
	color: #fff;
	padding: 4px 8px;
	border-radius: 4px;
	font-size: 0.8rem;
	font-weight: 600;
	display: inline-block;
	margin: 5px 5px 0 0;
}


 .promo-code-section {
        margin-top: 20px;
        padding: 20px;
        background: #fff;
        border-radius: 8px;
        border: 1px solid #e0e0e0;
    }






/* Pricing Column */
.product-pricing {
	display: flex;
	flex-direction: column;
}

.product-pricing>div {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.product-pricing .price-value,
.product-pricing .discount-value {
	font-size: 1rem;
	margin-left: 1rem;
}

.product-pricing .total {
	margin-top: 0.5rem;
	padding-top: 0.5rem;
	border-top: 1px solid #e9ecef;
}

/* Cart Summary Styles */


.summary-row span:last-child {
	font-weight: 500;
}

.promo-code-section {
	text-align: right;
}

/* Promo Code Section */
.promo-code-section label {
	font-size: 0.95rem;
	color: #333;
}

#Discount_Coupan {
	border-right: none;
}

.input-group-append .btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}



@media (max-width: 767px) {
	.product-card {
		padding: 1rem !important;
	}


	.product-pricing {
		margin-top: 1rem;
		padding-top: 1rem;
		border-top: 1px solid #e9ecef;
	}

	.product-pricing>div {
		justify-content: space-between;
		width: 100%;
	}

	.product-pricing .price-value,
	.product-pricing .discount-value {
		margin-left: 0;
	}

	.cart-summary {
		padding: 1.5rem !important;
	}
}

/* Color adjustments to match screenshot */
.text-success {
	color: #28a745 !important;
}

.badge-primary {
	background-color: #007bff;
	text-wrap: unset !important;
	font-size: 85%;
	padding: 5px 5px;
    margin: 5px 5px 5px 0;
    white-space: normal;
    word-wrap: break-word;
    max-width: 85% !important;
    display: inline-block;
    text-align: left;
    line-height: 1.4;
}

.text-primary {
	color: #007bff !important;
}


.badge-disabled {
        background-color: #999;
        border-color: rgba(0, 0, 0, .2);
        padding: 5px 7px;
        margin: 5px 5px 5px 0;
		text-wrap: unset !important;
		text-align: left;
		font-size: 85%;
    }

.text-error {
	color: rgb(175, 3, 3)
}

.cart-summary-card .summary-row {
	justify-content: space-between !important;
}

.remove-products {
	cursor: pointer;
	justify-content: flex-end !important;
}

.success-header {
	color: #111111;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    border: 1px solid #e0e0e0;
    border-bottom: 0px;
}

.success-header .rounded-circle {
	width: 55px;
	height: 55px;
	line-height: 70px;
}

.success-header .rounded-circle .fa-check {
	font-size: 32px;
}


    .shipping-tax-row {
        display: flex;
        justify-content: space-between;
        padding: 10px 0;
        border-bottom: 1px solid #f0f0f0;
    }

    .shipping-tax-row:last-child {
        border-bottom: none;
    }

    .order-total-row {
        font-size: 1.1rem;
        font-weight: 700;
        padding-top: 15px;
        margin-top: 10px;
    }

    .prop65warning {
        margin-top: 30px;
        font-size: 0.85rem;
    }

@media (min-width: 768px) {
	#shoppingCartModal .modal-content {
		width: 700px;
	}
}

.notice-text small {
	font-size: 12px !important;
}
.payment-section{
	margin-bottom: 10px !important;
}
@media (max-width: 768px) {
	#billing_information, .shipping-address-section, .shipping-method-section, .shipping-date-section  {
		margin-top: 10px;
	}
	.order-detail{
		margin-bottom: 10px;
	}
}
#shopping-cart-popup-content .summary-row{
	justify-content: flex-end !important;
}
#loyaltyRedeemSection{
	width: 100%;
}


 .order-success-container {
        padding: 20px 10px;
    }

    .order-header {
        background: #d4edda;
        border: 1px solid #c3e6cb;
        border-radius: 8px;
        padding: 20px;
        margin-bottom: 30px;
    }

    .order-header h3 {
        color: #155724;
        margin: 0 0 10px 0;
    }

    .order-info-card {
        background: #fff;
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        padding: 20px;
        margin-bottom: 20px;
    }

    .order-info-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 0;
    }

    .order-info-left {
        font-size: 1.1rem;
    }

    .order-info-right {
        text-align: right;
        font-size: 0.95rem;
        color: #666;
    }

    .order-items-section {
        margin-top: 30px;
    }

    .order-item-card {
        background: #fff;
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        padding: 20px;
        margin-bottom: 15px;
    }

    .order-item-header {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #f0f0f0;
    }

    .product-name {
        font-size: 1.05rem;
        font-weight: 600;
        color: #333;
        flex: 1;
    }


    .discount-badges {
        margin: 10px 0;
    }

    

    .order-item-details {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 15px;
    }

    .detail-group {
        display: flex;
        flex-direction: column;
        min-width: 80px;
    }

    .detail-label {
        font-size: 0.85rem;
        color: #666;
        margin-bottom: 3px;
    }

    .detail-value {
        font-weight: 600;
        font-size: 1rem;
        color: #333;
    }

    .order-summary-card {
        background: #f8f9fa;
        border: 1px solid #dee2e6;
        border-radius: 8px;
        padding: 25px;
        margin-top: 30px;
    }

    .summary-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 0;
        border-bottom: 1px solid #dee2e6;
    }

    .summary-row:last-child {
        border-bottom: none;
    }

    .summary-label {
        font-weight: 600;
    }

    .summary-value {
        font-weight: 600;
        text-align: right;
    }

    .summary-discount {
        color: #dc3545;
    }

    .summary-total-row {
        font-size: 1.3rem;
        padding-top: 15px;
        margin-top: 10px;
        border-top: 2px solid #333;
    }

    .mobile-stack {
        display: flex;
        justify-content: space-between;
    }

    @media (max-width: 768px) {
        .order-info-row {
            flex-direction: column;
            align-items: flex-start;
        }

        .order-info-right {
            text-align: left;
            margin-top: 10px;
        }

        .order-item-header {
            flex-direction: column;
        }

        .order-item-details {
            flex-direction: column;
            align-items: flex-start;
        }

        .detail-group {
            width: 100%;
            flex-direction: row;
            justify-content: space-between;
        }

        .mobile-stack {
            flex-direction: column;
            gap: 5px;
        }
    }

	#loyaltyRedeemStatus{
		width: 100%;
    display: flex;
    justify-content: space-between;
	}