/*general*/
.woocommerce form .form-row label {
	color:#444;
}
.woocommerce form .form-row .required {
	color:#c00 !important;
}
.woocommerce form .form-row input.input-text {
	font-size:1rem;
	line-height:1;
	padding:0 15px;
	height:3em;
	color:#444 !important;
	font-weight:500;
	border:1px solid #949494;
}
.woocommerce form .form-row .input-text {
	border:1px solid #949494;
	color:#444 !important;
	background:#fff !important;
	border-radius:1px;
}
.woocommerce form .form-row .input-text:-ms-input-placeholder {
	color:#5b5751 !important;
}
.woocommerce form .form-row .input-text::-ms-input-placeholder {
	color:#5b5751 !important;
}
.woocommerce form .form-row .input-text::placeholder {
	color:#5b5751 !important;
}
.woocommerce form .form-row textarea {
	font-size:1rem !important;
	color:#444 !important;
}
.select2-container .select2-selection--single {
	height:48px;
	border:1px solid #949494;
	border-radius:0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height:47px;
	padding-left:15px;
	padding-top:0;
	padding-bottom:0;
	font-size:1rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	top:50%;
	height:auto;
	transform:translateY(-50%);
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
	font-weight:400;
	color:#5b5751;
}
#et-main-area .single_add_to_cart_button,
.woocommerce #et-main-area button.button.alt {
	padding-top:12px;
	padding-bottom:10px;
	padding-left:20px;
}
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
	background-color:#d7d2cc;
	color:#000;
}
#et-main-area .single_add_to_cart_button:after,
.woocommerce #et-main-area button.button.alt:after {
	margin-top:-2px;
}
.woocommerce button.button:disabled {
	padding:.3em 2em .3em .7em !important;
}
/*products*/
.woocommerce #page-container ul.products {
	display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px;
	-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center
}
.woocommerce #page-container .up-sells ul.products,
.woocommerce #page-container .related ul.products {
	-webkit-box-pack:unset;-ms-flex-pack:unset;justify-content:unset
}
.woocommerce #page-container ul.products li {
	-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25% !important;
	padding-left:5px;
	padding-right:5px;
	float:none;
	width:100%;
	margin:0 0 10px 0 !important;
}
@media (max-width:1100px) {
	.woocommerce #page-container ul.products li {
		-webkit-box-flex:0;-ms-flex:0 0 33.333%;flex:0 0 33.333%;max-width:33.333% !important;
	}
}
@media (max-width:768px) {
	.woocommerce #page-container ul.products li {
		-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50% !important;
	}
	.related.products .product:nth-child(3) {
		display:none;
	}
}
@media (max-width:410px) {
	.woocommerce #page-container ul.products li {
		-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100% !important;
	}
}
.woocommerce #page-container ul.products > li > a {
	position:relative;
	display:block;
	overflow:hidden;
}
.woocommerce #page-container ul.products > li > a img {
	margin-bottom:0 !important;
}
ul.products .out-of-stock-flag span {
	background:#c90b07;
	color:#fff;
	display:inline-block;
	width:auto;
	font-size:.875rem;
	text-transform:uppercase;
	padding:2px 7px;
}
.woocommerce #page-container ul.products .overlay {
	position:absolute;
	top:100%;
	left:0;
	height:100%;
	width:100%;
	background:rgba(255,255,255,0);
	transition:background .3s;
	display:flex;
	-ms-flex-direction:column;
	flex-direction:column;
	justify-content:flex-end;
	text-align:center;
	overflow-y:auto;
}
.woocommerce #page-container ul.products a:hover .overlay,
.woocommerce #page-container ul.products a.touch .overlay,
.woocommerce #page-container ul.products a:focus .overlay {
	background:rgba(235,235,235,.5);
	top:0;
}
.woocommerce #page-container ul.products h2 {
	margin:0;
	padding:10px;
	background:rgba(255,255,255,.2);
	color:#000;
	text-shadow:0 0 1px #fff;
	font-size:1rem !important;
}
.woocommerce #page-container ul.products .price {
	display:block;
	margin-top:-10px !important;
	padding:0 10px 10px;
	background:rgba(255,255,255,.2);
	color:#000 !important;
	text-shadow:0 0 1px #fff;
}
.woocommerce ul.products:before {
	display:none;
}
/*product*/
#et-main-area .woocommerce-product-gallery {
	margin:.5em 0 1.25em !important;
}
.woocommerce div.product .twt-product-gallery-top + .summary {
	width:100%;
	float:none;
	margin:20px 0;
}
.woocommerce div.product .product_title {
	text-align:left;
}
.woocommerce-product-details__short-description {
	margin-top:1rem;
}
.woocommerce div.product form.cart {
	margin:24px 0;
}
.woocommerce div.product form.cart .variations {
	width:auto;
	margin-bottom:30px;
}
.woocommerce div.product form.cart .variations th.label {
	vertical-align:middle !important;
	padding:0 10px 0 0 !important;
}
.woocommerce div.product form.cart .variations tr:last-child td {
	padding-bottom:0 !important;
}
.woocommerce div.product form.cart .variations td select {
	color:#444;
	font:500 16px/1 Raleway, sans-serif;
	font-size:1rem;
	border:1px solid #bbb;
	background:#fff;
	height:49px;
	padding:0 15px;
}
.woocommerce-variation {
	margin:-13px 0 20px;
}
.woocommerce .quantity input.qty {
	background:#fff !important;
	border:1px solid #bbb !important;
	color:#5b5751 !important;
	padding:11px 16px !important;
}
.woocommerce div.product .out-of-stock {
	color:#c90b07;
}
.pswp__caption__center {
	text-align:center;
}
.twt-product-image {
	float:left;
}
.twt-product-image a img {
	display:block;
}
.twt-product-gallery {
	clear:both;
	margin-bottom:-20px;
}
.twt-product-gallery .col,
.twt-product-gallery .col-4 {
	margin-bottom:20px;
}
.twt-product-gallery .twt-open-photoswipe {
	position: absolute;
	top: .5em;
	right: .5em;
	font-size: 2em;
	z-index: 2;
	width: 36px;
	height: 36px;
	background: #fff;
	text-indent: -9999px;
	border-radius: 100%;
	box-sizing: content-box;
}
.twt-product-gallery .twt-open-photoswipe:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border: 2px solid #000;
	border-radius: 100%;
	position: absolute;
	top: 9px;
	left: 9px;
	box-sizing: content-box
}
.twt-product-gallery .twt-open-photoswipe:after {
	content: "";
	display: block;
	width: 2px;
	height: 8px;
	background: #000;
	border-radius: 6px;
	position: absolute;
	top: 19px;
	left: 22px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: content-box
}
.product-short-description-c .woocommerce-product-details__short-description {
	margin-top:4px;
	margin-bottom:24px;
}
@media (max-width:900px) {
	#page-container .product-content-columns > div {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.product-short-description-c .woocommerce-product-details__short-description {
		margin-top:0;
	}
}
.product_meta .posted_in a {
	text-decoration:underline;
}
@media (min-width:601px) {
	.product_meta span + span:before {
		content:'';
		display:inline-block;
		margin-left:5px;
		height:1em;
		line-height:1;
		vertical-align:middle;
		border-left:1px solid #dadada;
		padding-left:8px;
	}
}
.product_meta .posted_in a:hover,
.product_meta .posted_in a:focus {
	text-decoration:none !important;
}
.product .up-sells > h2,
.product .related > h2 {
	text-align:left;
	text-transform:capitalize;
}
/*cart*/
.woocommerce .cart-collaterals .cart_totals {
	float:none;
	width:100%;
}
/*checkout*/
.product .woocommerce-checkout {
	margin-top:30px;
}
#order_review_heading {
	margin-top:30px;
}
.woocommerce form .form-row {
	padding-left:0;
	padding-right:0;
}
#main-content .woocommerce-checkout .cart-subtotal td {
	border-top:1px solid rgba(0, 0, 0, .1);
}
.woocommerce ul#shipping_method li input {
	vertical-align:inherit;
}
.woocommerce-checkout #payment {
	background:#f3f3f2;
}
.woocommerce-checkout #payment div.payment_box {
	background:#e4e4e2;
}
.woocommerce-checkout #payment div.payment_box::before {
	border-bottom-color:#e4e4e2;
}
.woocommerce-checkout #payment ul.payment_methods li {
	font-weight:500;
}
.woocommerce ul#shipping_method li:last-child {
	margin-bottom:0;
}
#wc-stripe-upe-form {
	margin-top:10px;
}
#place_order {
	margin-top:1em;
	color:#444 !important;
}
/*thank you page*/
.woocommerce-thankyou-order-received {
	margin-bottom:1.25em;
}
.woocommerce-thankyou-order-details {
	padding-left:0 !important;
}
/*gift card*/
#product-172 .reset_variations {
	display:none !important;
}
@media (max-width:768px) {
	.twt-product-gallery .row {
		margin-left:-5px;
		margin-right:-5px;
	}
	.twt-product-gallery .row .col {
		padding-right:5px;
		padding-left:5px;
		margin-bottom:10px;
	}
	.twt-product-gallery .row[data-number-of-photos="3"] > div:first-child {
		-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%
	}
}
@media (max-width:600px) {
	.twt-product-gallery .twt-open-photoswipe {
		position:absolute;
		top:10px;
		right:10px;
	}
	.twt-product-gallery .row > div.col-4 {
		-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%
	}
	.product_meta > span {
		display:block !important;
	}
}