/*
Theme Name: Youth Revisited

WooCommerce styles override
*/

/**
 * Shop tables
 */
table.shop_table_responsive thead {
	display: none;
}

table.shop_table_responsive tbody th {
	display: none;
}

table.shop_table_responsive tr td {
	display: block;
	text-align: right;
	clear: both;
}

table.shop_table_responsive tr td::before {
	content: attr(data-title) ": ";
	float: left;
}

table.shop_table_responsive tr td.product-remove a {
	text-align: left;
}

table.shop_table_responsive tr td.product-remove::before {
	display: none;
}

table.shop_table_responsive tr td.actions::before,
table.shop_table_responsive tr td.download-actions::before {
	display: none;
}

table.shop_table_responsive tr td.download-actions .button {
	display: block;
	text-align: center;
}

@media screen and (min-width: 48em) {

	table.shop_table_responsive thead {
		display: table-header-group;
	}

	table.shop_table_responsive tbody th {
		display: table-cell;
	}

	table.shop_table_responsive tr th,
	table.shop_table_responsive tr td {
		text-align: left;
	}

	table.shop_table_responsive tr td {
		display: table-cell;
	}

	table.shop_table_responsive tr td::before {
		display: none;
	}
}

/**
 * Products
 */
ul.products {
	margin: 0;
	padding: 0;
}

ul.products li.product {
	list-style: none;
	position: relative;
	margin-bottom: 2em;
}

ul.products li.product img {
	display: block;
}

ul.products li.product .button {
	display: block;
}

@media screen and (min-width: 48em) {

	ul.products li.product {
		width: 30.79667%;
		float: left;
		margin-right: 3.8%;
	}

	ul.products li.product.first {
		clear: both;
	}

	ul.products li.product.last {
		margin-right: 0;
	}

	ul.products.columns-1 li.product {
		float: none;
		width: 100%;
	}

	ul.products.columns-2 li.product {
		width: 48.1%;
	}

	ul.products.columns-3 li.product {
		width: 30.79667%;
	}

	ul.products.columns-4 li.product {
		width: 22.15%;
	}

	ul.products.columns-5 li.product {
		width: 16.96%;
	}

	ul.products.columns-6 li.product {
		width: 13.49333%;
	}
}

/**
 * Single product
 */
.single-product div.product {
	position: relative;
}

.single-product div.product .woocommerce-product-gallery {
	position: relative;
	float: left;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
	top: 2em;
	right: 1em;
	display: block;
	z-index: 99;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
	margin-bottom: 1em;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
	margin: 0;
	padding: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
	list-style: none;
	cursor: pointer;
	float: left;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
	opacity: 0.5;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
	width: 48.1%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
	width: 30.79667%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	width: 22.15%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
	width: 16.96%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
	clear: both;
}

.stock:empty::before {
	display: none;
}

.stock.in-stock {
	color: #0f834d;
}

.stock.out-of-stock {
	color: #e2401c;
}

/**
 * Checkout
 */
@media screen and (min-width: 768px) {

	.col2-set .form-row-first {
		float: left;
		margin-right: 3.8%;
	}

	.col2-set .form-row-last {
		float: right;
		margin-right: 0;
	}

	.col2-set .form-row-first,
	.col2-set .form-row-last {
		width: 48.1%;
	}
}

/**
 * General WooCommerce components
 */

/**
 * Header cart
 */
.site-header-cart {
	position: relative;
	margin: 0;
	padding: 0;
}

.site-header-cart .cart-contents {
	text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
	display: none;
}

.site-header-cart .product_list_widget {
	margin: 0;
	padding: 0;
}

/**
 * Star rating
 */
.star-rating {
	overflow: hidden;
	position: relative;
	height: 1.618em;
	line-height: 1.618;
	width: 5.3em;
	font-family: star;
	font-weight: 400;
}

.star-rating::before {
	content: "\53\53\53\53\53";
	opacity: 0.25;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.star-rating span::before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
	color: #4169e1;
}

p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
	margin-right: 1px;
	font-weight: 400;
}

p.stars a::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: star;
	content: "\53";
	color: #404040;
	text-indent: 0;
	opacity: 0.25;
}

p.stars a:hover ~ a::before {
	content: "\53";
	color: #404040;
	opacity: 0.25;
}

p.stars:hover a::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

p.stars.selected a.active::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

p.stars.selected a.active ~ a::before {
	content: "\53";
	color: #404040;
	opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.woocommerce-tabs ul.tabs li {
	display: block;
	margin: 0;
	position: relative;
}

.woocommerce-tabs ul.tabs li a {
	padding: 1em 0;
	display: block;
}

.woocommerce-tabs .panel h2:first-of-type {
	margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
	text-align: right;
}

.woocommerce-password-strength.strong {
	color: #0f834d;
}

.woocommerce-password-strength.short {
	color: #e2401c;
}

.woocommerce-password-strength.bad {
	color: #e2401c;
}

.woocommerce-password-strength.good {
	color: #3d9cd2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
	box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
	box-shadow: inset 2px 0 0 #e2401c;
}

.required {
	color: #f00;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
	background-color: none;
	clear: both;
	color:#000 !important;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
	background-color: none;
	padding:5px 10px;
	color:#000 !important;
}

.woocommerce-error {
	background-color: none;
	padding:5px 10px;
	color:#000 !important;
}

.demo_store {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 1em;
	background-color: #3d9cd2;
	z-index: 9999;
	color:#000 !important;
}

@media screen and (min-width: 48em) {

	/**
	 * Header cart
	 */
	.site-header-cart .widget_shopping_cart {
		position: absolute;
		top: 100%;
		width: 100%;
		z-index: 999999;
		left: -999em;
		display: block;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	}

	.site-header-cart:hover .widget_shopping_cart,
	.site-header-cart.focus .widget_shopping_cart {
		left: 0;
		display: block;
	}
}

/**
 * WooCommerce widgets
 */

/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
	margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: 2.4;
}

.widget_price_filter .price_slider_amount .button {
	float: left;
}

.widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1em;
	height: 1em;
	cursor: ew-resize;
	outline: none;
	background: #4169e1;
	box-sizing: border-box;
	margin-top: -0.25em;
	opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
	box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	border: 0;
	background: #4169e1;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
	height: 0.5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	height: 100%;
}



/**** Cusom woocommerce Css ***/


/**** CART PAGE CSS ****/
.woocommerce-cart h1.entry-title {
    color: #242424;
    font-size: 50px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 45px;
}
	
.woocommerce-cart table.shop_table {
    width: 100%;
    border: 1px solid #e3e3e3;
    border-bottom: 0px;
    border-right: 0px;
}
	
.woocommerce-cart table.shop_table tr td, .woocommerce-cart table.shop_table tr th {
    border: 1px solid #e3e3e3;
    border-left: 0px;
    border-top: 0px;
    padding: 10px 15px;
}
	
.woocommerce-cart table.shop_table label {
    color: #333;
	margin-bottom:10px;
}
	
.woocommerce-cart table.shop_table input {
	color:#000;
}
	
.woocommerce-cart table.shop_table input.input-text.qty {
	width:250px;
	height:40px;
	padding-right:0;
}
	
.woocommerce-cart button,
.woocommerce-cart .button,.woocommerce-cart a.post-edit-link {
    line-height: 36px;
    width: auto;
    border: 2px solid transparent;
    padding: 0px 36px;
    border-radius: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    color: #fff;
    background-color: #007bff;
    box-shadow: none;
    font-size: 16px;
    transition: all .3s;
	display:inline-block;
	vertical-align:middle;
    border-radius: 30px!important;
}
	
.woocommerce-cart button:hover,
.woocommerce-cart .button:hover,
.woocommerce-cart a.post-edit-link:hover {
    color: #fff;
    background-color: #242424;
    border-color: #242424;
}

.woocommerce-cart table.shop_table .actions input {
	width:200px;
	height:40px;
    vertical-align: middle;
}

.woocommerce-cart .actions .coupon {
    width: 80%;
    float: left;
}
	
.woocommerce-cart .actions .coupon button {
    vertical-align: middle;
    margin: 0;
    float: none;
}
	
.woocommerce-cart .actions button {
    vertical-align: middle;
    margin: 0;
    float: right;
}
	
.woocommerce-cart .cart_totals {
    margin-top: 35px;
}

.woocommerce-cart .checkout-button, .woocommerce-cart #contact-info a.post-edit-link {
	margin-top:20px;
}
	
.woocommerce-cart h2 {
    color: #242424;
    font-size: 50px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 45px;
	text-transform:inherit;
	letter-spacing:0;
}
	
	
/**** CHECKOUT PAGE CSS ****/
.woocommerce-checkout h1.entry-title {
    color: #242424;
    font-size: 50px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 45px;
}
	
.woocommerce-checkout .woocommerce-info {
	display:inline-block;
	width:100%;
	padding:5px 10px;
}

.woocommerce-checkout h3 {
    font-size: 24px;
}
	
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 42px;
    font-family: 'Kanit', sans-serif;
    padding-left: 20px;
    line-height: 42px;
	border-color:#d5dedf;
    color: #000;
}

	
.woocommerce-checkout .select2-container .select2-selection--single {
    height: 42px;
    font-family: 'Kanit', sans-serif;
	border-color:#d5dedf;
    color: #000;
}
	
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px;
}

.woocommerce-checkout .woocommerce form .form-row .required {
	border:none;
	text-decoration:none;
}
	

.woocommerce-checkout table.shop_table {
    width: 100%;
    border: 1px solid #e3e3e3;
    border-bottom: 0px;
    border-right: 0px;
}
	
.woocommerce-checkout table.shop_table tr td, .woocommerce-checkout table.shop_table tr th {
    border: 1px solid #e3e3e3;
    border-left: 0px;
    border-top: 0px;
    padding: 10px 15px;
}
	

.woocommerce-checkout button,
.woocommerce-checkout button,.woocommerce-checkout a.post-edit-link {
    line-height: 46px;
    width: auto;
    border: 2px solid transparent;
    padding: 0px 36px;
    border-radius: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    color: #fff;
    font-weight: bold;
    font-family: 'Kanit', sans-serif;
    background-color: #007bff;
    box-shadow: none;
    font-size: 16px;
    transition: all .3s;
	display:inline-block;
	vertical-align:middle;
}
	
.woocommerce-checkout button:hover,
.woocommerce-checkout button:hover,
.woocommerce-checkout a.post-edit-link:hover {
    color: #fff;
    background-color: #242424;
    border-color: #242424;
}

.woocommerce-checkout .checkout-button, .woocommerce-checkout a.post-edit-link {
	margin-top:20px;
}
	
.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods {
    margin-top: 30px;
	margin-left:0px !important;
	padding-left:0px !important;
}
	
.woocommerce-checkout ul li.woocommerce-notice {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.62em;
    color: #453e3c;
}
	

.woocommerce-checkout input,
.woocommerce-checkout textarea {
    color: #000;
}

	
.woocommerce-checkout input, .woocommerce-checkout .quantity input, .woocommerce-checkout textarea {
    background-color: transparent;
    border: 1px solid #d5dedf;
    border-radius: 0;
    box-sizing: border-box;
    color: #a6a19f;
    cursor: inherit;
    font-family: inherit;
    font-size: 13px;
    font-weight: inherit;
    height: 42px;
    line-height: 50px;
    margin: 0 0 15px;
    outline: 0;
    padding: 0 20px;
    border-radius: 3px;
    font-family: 'Kanit', sans-serif;
    width: 100%;
    font-weight: 300;
    color: #242424;
}

.woocommerce-checkout textarea {
	height:100px;
	resize:none;
}
	
.woocommerce-checkout button[type="submit"], .woocommerce-checkout button[type="submit"] {
    line-height: 46px;
    width: auto;
    border: 2px solid transparent;
    padding: 0px 36px;
    border-radius: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    color: #fff;
    background-color: #007bff;
    box-shadow: none;
    font-size: 16px;
    transition: all .3s;
    display: inline-block;
    min-width: 152px;
    line-height: 38px;
    font-size: 14px;
    padding: 0px 25px;
    text-align: center;
    margin-top: 15px;
}

.woocommerce-checkout button[type="submit"]:hover {
    color: #fff;
    background-color: #242424;
    border-color: #242424;
}
	
/**** SHOP PAGE CSS ****/

	
.wellness-packages p.woocommerce-result-count {
    display: inline-block;
    width: 50%;
    margin: 1em 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    color: #242424;
    font-family: 'Kanit', sans-serif;
}
	
.wellness-packages form.woocommerce-ordering {
    display: inline-block;
    float: right;
}

.wellness-packages nav.woocommerce-breadcrumb, .wellness-packages header.woocommerce-products-header, .wellness-packages .woocommerce-result-count, .wellness-packages .woocommerce-ordering {
	display:none !important;
}

.wellness-packages ul.products {
	display:inline-block;
	width:100%;
	text-align:center;
}
	
.wellness-packages ul.products li:hover {
	box-shadow: 0 0px 10px rgba(146,146,146,.4);
}
	
.wellness-packages ul.products li {
    background: #fff;
    margin-bottom: 10px;
    padding: 25px 15px 45px 15px;
    position: relative;
    transition: all .3s ease;
    border: 1px solid #f6f6f6;
    margin-bottom: 30px;
}
	
.wellness-packages ul.products h2.woocommerce-loop-product__title {
    font-size: 20px;
    margin-bottom: .6em;
    font-weight: 700;
    margin: 20px 0 20px;
    color: #242424;
	border:none;
}
	
.wellness-packages ul.products .add_to_cart_button {
    line-height: 46px;
    width: auto;
    border: 2px solid transparent;
    padding: 0px 36px;
    border-radius: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    color: #fff;
    font-weight: bold;
    font-family: 'Kanit', sans-serif;
    background-color: #007bff;
    box-shadow: none;
    font-size: 16px;
    transition: all .3s;
	display:inline-block;
    min-width: 152px;
    line-height: 42px;
    font-size: 14px;
    padding: 0px 25px;
}

.wellness-packages ul.products .add_to_cart_button:hover {
    color: #fff;
    background-color: #242424;
    border-color: #242424;
}
	
	
.wellness-packages span.price {
	display:inline-block;
	width:100%;
	margin-bottom:15px;
}
	
.wellness-packages p.woocommerce-mini-cart__buttons.buttons {
	display:inline-block;
	width:100%;
}
	

.wellness-packages p.woocommerce-mini-cart__buttons.buttons a {
    line-height: 46px;
    width: auto;
    border: 2px solid transparent;
    padding: 0px 36px;
    border-radius: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    color: #fff;
    font-weight: bold;
    font-family: 'Kanit', sans-serif;
    background-color: #007bff;
    box-shadow: none;
    font-size: 16px;
    transition: all .3s;
	display:inline-block;
    min-width: 152px;
    line-height: 42px;
    font-size: 14px;
    padding: 0px 25px;
	text-align:center;
	margin-top:15px;
}

.wellness-packages p.woocommerce-mini-cart__buttons.buttons a:hover {
    color: #fff;
    background-color: #242424;
    border-color: #242424;
}
	
.wellness-packages .left-bar .slide .ui-state-default, .slide .ui-widget-content .ui-state-default,
.wellness-packages .left-bar .slide .ui-widget-header .ui-state-default {
   background: #007bff;
    width: 27px;
    height: 27px;
    top: -.5em;
	border-radius:50%;
	background: #007bff;
	border:none;
	top:-10px;
}
        
.wellness-packages .left-bar .ui-slider-horizontal {
    height: 9px;
	border:none;
}

.wellness-packages .left-bar .ui-slider .ui-slider-range {
  background: #007bff;
  box-shadow:none;       
}
	
.wellness-packages .left-bar  h3.widget-title.berocket_aapf_widget-title {
    padding: 15px 0 10px;
    margin: 0 0 25px;
    border-bottom: 2px solid rgba(0,0,0,.1);
    font-weight: 700;
    color: #242424;
    font-size: 30px;
}
	

.wellness-packages .left-bar img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
	width:75px !important;
	height:auto !important;
	float:left;
}
	
.wellness-packages .left-bar .berocket_aapf_widget-title_div {
	padding:0;
}
	
.wellness-packages .left-bar ul li.woocommerce-mini-cart-item.mini_cart_item {
    margin-bottom: 15px;
}
	
.wellness-packages .left-bar span.woocommerce-Price-amount.amount {
    color: #007bff;
    font-size: 24px;
	margin:0;
    font-weight: 700;
    text-align: center;
    float: right;
    margin-top: -5px;
}
	
.wellness-packages .left-bar .berocket_aapf_widget li.slider span.left input,
.wellness-packages .left-bar .berocket_aapf_widget li.slider span.right input {
    background: none;
    border: none;
    padding: 0;	
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #242424;
	outline:none;
}
	
.wellness-packages .left-bar .berocket_aapf_widget li.slider span.left {
	position:relative;
}
	
.wellness-packages .left-bar .berocket_aapf_widget li.slider span.left:before {
    content: '$';
    color: #000;
    display: inline-block;
    vertical-align: middle;
    font-size: 19px;
    top: -3px;
    right: -3px;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    font-family: 'Kanit', sans-serif;
}

.wellness-packages .left-bar .berocket_aapf_widget li.slider span.right:before {
    content: '$';
    color: #000;
    display: inline-block;
    vertical-align: middle;
    font-size: 19px;
    top: -3px;
    right: -3px;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    font-family: 'Kanit', sans-serif;
}
		
.wellness-packages .rt .summary.entry-summary h1.product_title.entry-title {
	margin-bottom:25px;
}
	
.wellness-packages .quantity {
    display: inline-block;
    width: 59%;
}
	
.wellness-packages .rt .quantity label.screen-reader-text {
    font-family: 'Kanit', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    color: #242424;
	display:inline-block;
	width:100%;
	margin-bottom:20px;
}
	
.wellness-packages .rt .quantity input, .wellness-packages  .quantity input {
    background-color: transparent;
    border: 1px solid #d5dedf;
    border-radius: 0;
    box-sizing: border-box;
    color: #a6a19f;
    cursor: inherit;
    font-family: inherit;
    font-size: 13px;
    font-weight: inherit;
    height: 42px;
    line-height: 50px;
    margin: 0 0 15px;
    outline: 0;
    padding: 0 20px;
    border-radius: 3px;
    font-family: 'Kanit', sans-serif;
    width: 100%;
    font-weight: 300;
    color: #242424;
}
	
.wellness-packages .rt .cart button[type="submit"], .wellness-packages button[type="submit"] {
    line-height: 46px;
    width: auto;
    border: 2px solid transparent;
    padding: 0px 36px;
    border-radius: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    color: #fff;
    font-weight: bold;
    font-family: 'Kanit', sans-serif;
    background-color: #007bff;
    box-shadow: none;
    font-size: 16px;
    transition: all .3s;
    display: inline-block;
    min-width: 152px;
    line-height: 38px;
    font-size: 14px;
    padding: 0px 25px;
    text-align: center;
    margin-top: 15px;
}

.wellness-packages .rt .cart button[type="submit"]:hover {
    color: #fff;
    background-color: #242424;
    border-color: #242424;
}
	
.wellness-packages .rt .product_meta span {
    font-family: 'Kanit', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    color: #242424;
	display:inline-block;
	width:100%;
	margin-bottom:20px;
	
}
.woocommerce-tabs p {
    font-weight: 500;
    font-size: 18px;
}

	
.wellness-packages .woocommerce-tabs.wc-tabs-wrapper {
    display: inline-block;
    width: 100%;
	margin-top:30px;
	padding:0 15px;
}

.wellness-packages .woocommerce-tabs ul.tabs li a {
    line-height: 46px;
    width: auto;
    border: 2px solid transparent;
    padding: 0px 36px;
    border-radius: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    color: #fff;
    font-weight: bold;
    font-family: 'Kanit', sans-serif;
    background-color: #007bff;
    box-shadow: none;
    font-size: 16px;
    transition: all .3s;
    display: inline-block;
    text-align: center;
    margin-top: 15px;
}

.wellness-packages .woocommerce-tabs ul.tabs li.active a {
    color: #fff;
    background-color: #242424;
    border-color: #242424;
}
	
.wellness-packages .woocommerce-tabs p {
    font-weight: 500;
    font-size: 18px;
}

.wellness-packages .woocommerce-tabs p.woocommerce-noreviews {
    font-weight: 500;
    font-size: 18px;
	background:none;
    color: #242424;
	padding-left:0;
}
	
.wellness-packages .woocommerce-tabs .comment-form-rating label {
    color: #242424;
    font-size: 35px;
    margin-bottom: 25px;
    margin-top: 25px;
 	font-family: 'Kanit', sans-serif;
    font-weight: bold;
    color: #242424;
    display: inline-block;
    width: 100%;
    font-family: 'Kanit', sans-serif;
    font-weight: 600;
    font-size: 24px;
}

.wellness-packages .woocommerce-tabs p.comment-form-comment label {
    color: #242424;
    font-size: 35px;
    margin-bottom: 10px;
    margin-top: 25px;
 	font-family: 'Kanit', sans-serif;
    font-weight: bold;
    color: #a6a19f;
    display: inline-block;
    width: 100%;
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
    font-size: 17px;
}
	
.wellness-packages .woocommerce-tabs p {
	padding-left:0;
	padding-right:0;
}
	
.wellness-packages .woocommerce-tabs textarea {
    background-color: transparent;
    border: 1px solid #d5dedf;
    border-radius: 0;
    box-sizing: border-box;
    color: #242424;
    cursor: inherit;
    font-family: inherit;
    font-size: 13px;
    font-weight: inherit;
    height: 205px;
    line-height: 50px;
    margin: 0 0 15px;
    outline: 0;
    padding: 0 20px;
    width: 100%;
    resize: none;
    border-radius: 3px;
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
}
	
.wellness-packages .woocommerce-tabs .form-submit input[type="submit"] {
    line-height: 46px;
    width: auto;
    border: 2px solid transparent;
    padding: 0px 36px;
    border-radius: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    color: #fff;
    font-weight: bold;
    font-family: 'Kanit', sans-serif;
    background-color: #007bff;
    box-shadow: none;
    font-size: 16px;
    transition: all .3s;
    display: inline-block;
    text-align: center;
}
	
.wellness-packages .woocommerce-tabs .form-submit input[type="submit"]:hover {
    color: #fff;
    background-color: #242424;
    border-color: #242424;
}

.wellness-packages .woocommerce-tabs .panel {
	border-bottom:none;
	box-shadow:none;
}
	
.wellness-packages .woocommerce-message {
    display: inline-block;
    width: 100%;
    background: none;
    border: 1px solid #d5dedf;
    padding: 10px;
    line-height: 46px;
	margin-bottom:25px;
}
	
.wellness-packages .woocommerce-message a.button.wc-forward {
    line-height: 46px;
    width: auto;
    border: 2px solid transparent;
    padding: 0px 36px;
    border-radius: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    color: #fff;
    font-weight: bold;
    font-family: 'Kanit', sans-serif;
    background-color: #007bff;
    box-shadow: none;
    font-size: 16px;
    transition: all .3s;
    display: inline-block;
    min-width: 152px;
    line-height: 42px;
    font-size: 14px;
    padding: 0px 25px;
    text-align: center;
    margin-top: 0px;
	float:right;
}
	
.wellness-packages .woocommerce-message a.button.wc-forward:hover {
    color: #fff;
    background-color: #242424;
    border-color: #242424;
}

.wellness-packages .related.products {
	padding:0 15px;	
}
	
/*** ***/
#product-info .add_to_cart_button {
    line-height: 46px;
    width: auto;
    border: 2px solid transparent;
    padding: 0px 36px;
    border-radius: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    color: #fff;
    font-weight: bold;
    font-family: 'Kanit', sans-serif;
    background-color: #007bff;
    box-shadow: none;
    font-size: 16px;
    transition: all .3s;
    background: #007bff;
    color: #fff;
    min-width: 152px;
    line-height: 42px;
    font-size: 14px;
	display:inline-block;
    padding: 0px 25px;
}
	
#product-info .add_to_cart_button:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}

#product-info .down {
	margin-top:30px;
}
	
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
}

	

/* Media Css */
@media only screen and (max-width: 767px) {
.navbar-nav>li.bc-mnc.bc-mnc__float-right {
	float:none;
}
.swiper-slide {
	margin-right:0px !important;
}

.swiper-container-autoheight .swiper-wrapper {
	left:-40px;
}
	

#cost-info .bg {
    background-size: 268px !important;
    min-height: 248px !important;
}

#newsletter input {
    font-size: 15px;
    padding: 0 15px;
    width: 63%;
}
	
	.wellness-packages p.woocommerce-result-count {
		width:100%;
		text-align:center;
	}
.wellness-packages form.woocommerce-ordering {
    display: inline-block;
    float: none;
    width: 100%;
    text-align: center;
}
	
.wellness-packages .rt .summary.entry-summary h1.product_title.entry-title {
    margin-bottom: 25px;
    font-size: 22px;
}
	
.woocommerce-cart #contact-info h2, .woocommerce-cart #contact-info h1.entry-title {
    font-size: 33px;
}
	
.woocommerce-cart #contact-info table.shop_table tr td.actions {
    width: 100%;
    display: inline-block;
		text-align:center;
    float: left;
}
	
.woocommerce-cart #contact-info .actions .coupon {
	text-align:center;
	width:100%;
}
	
.woocommerce-cart #contact-info .actions button {
    float: none;
    display: inline-block;
}
	
.woocommerce-cart #contact-info table.shop_table tr td.product-subtotal {
    line-height: 35px;
}
	
.woocommerce-checkout .woocommerce-form-coupon-toggle {
    font-size: 13px;
}
	
	.woocommerce-checkout #contact-info input, .woocommerce-checkout #contact-info textarea {
		margin-bottom:0;
	}
	
	
	.woocommerce-checkout #contact-info textarea {
    line-height: 21px;
		padding-top:15px;
	}

#contact-info input  {
}

.wellness-packages .woocommerce-message {
    line-height: 16px;
    padding-top: 15px;
}

.wellness-packages .woocommerce-message a.button.wc-forward {
	margin-top:0px;
	float:none;
}
	ul.products li.product img{
		display:inline-block;
	}
	
	#who-we-are .rt p {
    margin-bottom: 40px;
	}
	
	#who-we-are .rt img {
    margin-top: 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1169px) {
.swiper-slide {
	width:30%;
}

#product-info .bg {
	padding-left:0px;
	padding-right:0px;
}

#newsletter input {
    width: 63%;
}

.wellness-packages ul.products h2.woocommerce-loop-product__title {
    font-size: 13px;
    min-height: 57px;
}

.wellness-packages .left-bar h3.widget-title.berocket_aapf_widget-title {
    font-size: 20px;
}
.columns-3 ul.products li.product {
    width: 45.796667%;
}
	
ul.products li.product.last {
    margin-right: 3.8%;
}
ul.products li.product.first {
    clear: inherit;
}
	.wellness-packages .rt .summary.entry-summary h1.product_title.entry-title {
		margin-bottom: 25px;
		font-size: 22px;
	}
	
.wellness-packages .quantity {
    width: 100%;
}
	
.wellness-packages .rt .cart button[type="submit"] {
	margin:0;
	margin-bottom:15px;
}
	

ul.products li.product {
    width: 45.796667%;
}
	
ul.products li.product.last {
    margin-right: 3.8%;
}
ul.products li.product.first {
    clear: inherit;
}

.woocommerce-cart #contact-info table.shop_table tr td img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail, .woocommerce-cart #contact-info table.shop_table tr th img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    width: auto;
    height: auto;	
}
	
#contact-info label {
    font-size: 14px;
}
.woocommerce-cart #contact-info table.shop_table input.input-text.qty {
    width: 125px;
}
	
.woocommerce-cart #contact-info .actions .coupon {
    width: 65%;
}
	
.woocommerce-cart #contact-info h2, .woocommerce-cart #contact-info h1.entry-title {
    font-size: 34px;
}
	
.wellness-packages .woocommerce-message {
    line-height: 16px;
    padding-top: 15px;
}

.wellness-packages .woocommerce-message a.button.wc-forward {
	margin-top:-7px;
}
}

.woocommerce-tabs ul.tabs li{
	display:inline-block;
}
#newsletter input.submit{
	width:34%;
}
.quantity label.screen-reader-text{
	display:none !important;
}
.woocommerce-product-details__short-description p{
	color: #242424 !important;
	font-size: 16px !important;
	line-height: 1.2em !important;
	font-weight: 300 !important;
	line-height: 20px !important;
	padding: 10 0px !important;
}

/**** ****/
.wellness-packages ul.products h2.woocommerce-loop-product__title {
    min-height: auto!important;
	margin-bottom:0;
}

.wellness-packages ul.products .add_to_cart_button {
	background:none;
	color:#000;
	border-color:#000;
}

.wellness-packages ul.products .add_to_cart_button:hover {
    color: #fff;
    background: #000;
    border-color: #000;
}

.wellness-packages p.woocommerce-result-count {
	font-family: 'Open Sans', sans-serif;
    color: #000;
}


.wellness-packages select.orderby {
    padding: 16px 18px;
    display: inline-block;
    color: rgba(0,0,0,.8);
    border: 1px solid #f6f6f6;
    width: 240px;
    position: relative;
    margin-bottom: 30px;
    transition: all .3s ease;
    outline: none;
    font-weight: 300;
    font-size: 16px;
	font-family: 'Open Sans', sans-serif;
}

nav.woocommerce-breadcrumb {
    display: none;
}


.woocommerce-notices-wrapper {
    display: none;
}

#customer_details {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

#customer_details .col-1, #customer_details .col-2 {
	    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width:50%;
}

.col2-set .form-row-last { float:unset !important;}

#customer_details .form-row label {
	width:100% !important;
}

#customer_details .woocommerce-input-wrapper {
	width:100% !important;
}

/*** MY ACCOUNT CSS ***/
.woocommerce-MyAccount-navigation ul, .woocommerce-MyAccount-navigation ul li {
	list-style:none;
	margin:0px;
	padding:0px;
}

.woocommerce-MyAccount-navigation ul li {
	display:inline-block;
	width:auto;
	padding:10px 15px;
	background:#007fff;
}

.woocommerce-MyAccount-navigation ul li.is-active {
	background:#000;
}

.woocommerce-MyAccount-navigation ul li a {
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
}

.woocommerce-MyAccount-content {
	border:1px solid #c8c8c8;
	padding:15px;
	display:inline-block;
}

.woocommerce-MyAccount-content h2, .woocommerce-MyAccount-content h3 {
	font-size:24px;
}

.woocommerce-Addresses {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.woocommerce-Addresses .col-1, .woocommerce-Addresses .col-2 {
	width:50%;
	flex: 0 0 50%;
    max-width: 50%;
}

.two-cols .woocommerce-checkout .woocommerce-info {
    padding: 10px 20px !important;
}

.two-cols .woocommerce-checkout h3 {
	margin-top:25px;
}

.two-cols input[type="checkbox"]{
	-webkit-appearance: none;
	float: left;
	position:relative;
	width: 42px !important;
	outline:0;
	margin-right: 15px!important;
}

.two-cols input[type="checkbox"]:checked:before {
	content:'\✓';
	position:absolute;
	top:0px;
	font-size:20px;
	line-height:42px;
	outline:0;
	text-align:center;
	left:0px;
	width: 100%;
	color: #007fff;
	font-weight: bold;
}

#wc_checkout_add_ons label {
	width:100%;
	line-height: 40px;
}

#customer_details .woocommerce-input-wrapper {
    width: 100% !important;
}

.payment_box.payment_method_stripe .form-row-wide,#stripe-exp-element,#stripe-cvc-element {
	width:48%;
	display:inline-block;
}

.payment_box.payment_method_stripe fieldset {
	width:100% !important;
	float:left !important;
}

.payment_box.payment_method_stripe .form-row-first label,.payment_box.payment_method_stripe .form-row-wide label
,.payment_box.payment_method_stripe .form-row-last label {
	width:100% !important;
	display:inline-block !important;
}


.payment_box.payment_method_stripe input[type="radio"] {
	height:25px;
	width:25px!important;
	-webkit-appearance:none;
	float:left;
	margin-right:15px !important;
	outline:0;
	padding:0px;
	border-radius:100%;
	position:relative;
}

.two-cols input[type="radio"]:checked:before {
	content:'';
	position:absolute;
	top:6px;
	height:10px!important;
	width:10px !important;
	outline:0;
	text-align:center;
	left:6px;
	border-radius:100% !important;
	width: 100%;
	background: #007fff;
	font-weight: bold;
}

ul.woocommerce-SavedPaymentMethods {
	padding-left:0px;
}

ul.woocommerce-SavedPaymentMethods li {
	list-style:none;
}

.wc-stripe-elements-field, .wc-stripe-iban-element-field {
	padding:10px!important;
}

.two-cols .form-row {
	float:left;
	width:100%;
}

p.woocommerce-validated {
	line-height:38px !important;
}

form.woocommerce-form.woocommerce-form-login .two-cols input#rememberme{
	height: 42px;
	border: 1px solid #ced4da;
}

.woocommerce-shipping-methods {
	list-style:none !important;
	margin:0px;
	padding:0px;
}

.woocommerce-shipping-methods input {
	width:auto !important;
	display:inline-block !important;
	line-height:1 !important;
	height:15px !important;
	margin-right:10px !important;
}

#wc_checkout_add_ons input[type="checkbox"] {
	height:42px !important;
}