/****************************
	WooCommerce Breadcrumb
*****************************/
.woocommerce-breadcrumb {
	margin-bottom: 20px;
	text-transform: capitalize;
}
/****************************
	Product Category Page
****************************/
.product-page ul {
	padding: 0;
	min-height: 100%;
	margin-top: 0;
}
.product-page ul li {
	list-style: none;
}
.product-page .product-categories {
	text-align: center;
	margin-bottom: 30px;
}
.product-page .product-categories .categories-image {
	border: 1px solid #e8e8e8;
	padding: 15px 0px;
}
.product-page .product-categories .categories-image:hover {
	border-color: #ea1d63;
}
.product-page .product-categories .categories-image a {
	display: block;
}
.product-page .product-categories .categories-image a img {
	min-height: 199px;
	max-height: 199px;
}
.product-page .product-categories h3 {
	margin-top: 10px;
	font-size: 16px;
	color: #000;
	text-transform: uppercase;
}
.product-page .product-categories h3:hover {
	color: #ea1d63;
}
.product-page .product-categories .count {
	display: none;
}
/****************************
	Product Listing Page
*****************************/
.product-item {
	border: 1px solid #e8e8e8;
	padding: 20px;
	text-align: center;
	margin-bottom: 30px;
}
.product-item:hover {
	border-color: #ea1d63;
}
.product-item:hover .button {
	background-color: #ea1d63 !important;
	color: #ffffff !important;
	border-color: #ea1d63 !important;
}
.product-page .product-item a.woocommerce-LoopProduct-link {
	display: block;
	text-align: center;
}
.product-page .product-item a img {
	max-width: 140px;
	padding-bottom: 30px;
}
.woocommerce ul.products li.product a img {
	margin: 0 auto;
}
.product-page .product-item h3 {
	text-align: center;
}
.product-page ul.products li.product .price {
	text-align: center;
	display: block;
	font-size: 14px;
	color: #ea1d63;
}
.product-page ul.products li.product h3 {
	padding: 0;
	margin: 0px auto 10px auto;
	font-size: 14px;
	color: #9b9b9b;
	max-width: 150px;
	line-height: 20px;
	text-transform: capitalize;
}
.product-page ul.products li.product h3:hover {
	color: #ea1d63;
}
.product-page ul.products li.product .button {
	background-color: transparent;
	border: 1px solid #999;
	color: #000;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 12px;
	padding: 8px 10px 7px 10px;
	-webkit-transition: 0.3s ease-in-out 0s;
	-moz-transition: 0.3s ease-in-out 0s;
	-o-transition: 0.3s ease-in-out 0s;
	-ms-transition: 0.3s ease-in-out 0s;
	border-radius: 0;
	font-weight: normal;
	display: inline-block;
}
.product-page ul.products li.product .button:hover {
	background-color: #ea1d63;
	color: #ffffff;
	border-color: #ea1d63;
}
.product-page .woocommerce-result-count {
	display: inline-block;
}
.product-page .product-pagination {
	margin-bottom: 30px;
}
.product-page .woocommerce-ordering {
	display: inline-block;
	float: right;
}

/****************************
	Product Detail Page
*****************************/
.product-page .product-detail-image {
	margin-bottom: 50px;
}
.product-page .product-detail-image .images {
	border: 1px solid #e8e8e8;
	text-align: center;
	padding: 40px 0px;
}
.product-page .product-detail-image .images a {
	display: inline-block;
	margin: 0 auto;
}
.product-page .summary {
	font-size: 16px;
	color: #666;
}
.product-page .summary .product_title {
	font-size: 26px;
	text-transform: capitalize;
	color: #000;
	margin-top: 0;
}
.product-page .summary .woocommerce-Price-amount {
	font-size: 25px;
	color: #ea1d63;
}
.product-page .summary .cart {
	margin-bottom: 30px;
	margin-top: 20px;
}
.product-page .summary .quantity-box {
	display: inline-block;
	width: 100px;
	vertical-align: middle;
}
.product-page .summary .add-to-cart-btn-detail {
	display: inline-block;
	vertical-align: middle;
}
.product-page .summary .add-to-cart-btn-detail button, .product-page .form-submit input {
	background-color: #ea1d63;
	border: 1px solid #ea1d63;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 12px;
	padding: 10px 10px 9px 10px;
	-webkit-transition: 0.3s ease-in-out 0s;
	-moz-transition: 0.3s ease-in-out 0s;
	-o-transition: 0.3s ease-in-out 0s;
	-ms-transition: 0.3s ease-in-out 0s;
	border-radius: 0;
	font-weight: normal;
	display: inline-block;
}
.product-page .summary .add-to-cart-btn-detail button:hover, .product-page .form-submit input:hover {
	background-color: #fff;
	color: #ea1d63;
	border-color: #ea1d63;
}
.product-page .summary .product_meta {
	margin-bottom: 20px;
}

/*********************
	Product Tab
**********************/

.product-page .woocommerce-tabs ul li {
	display: inline-block;
	padding: 15px 25px;
	font-size: 17px;
}
.product-page .woocommerce-tabs ul li a {
	color: #000;
}
.product-page .woocommerce-tabs .wc-tabs {
	margin-bottom:0px;
}
.product-page .woocommerce-tabs ul li.active {
	background:#f0f0f0;
}
.product-page .woocommerce-Reviews-title, .product-page .woocommerce-Tabs-panel h2 {
	display: none;
}
.product-page .woocommerce-Tabs-panel{
	background:#f0f0f0;
	padding:40px 0px 30px;
}
/************************
	Product Cart Page
*************************/
.woocommerce .product-cart-page .woocommerce-message {
	border: 1px solid #e8e8e8;
	padding: 10px;
	margin: 20px 0px;
}
.product-cart-page {
	margin-top: 20px;
}
.product-cart-page .shop_table {
	border: 1px solid #e8e8e8;
}
.product-cart-page .shop_table > thead > tr > th {
	border-bottom: 1px solid #e8e8e8;
	text-align: center;
}
.product-cart-page .shop_table .cart_item td {
	vertical-align: middle;
	border-right: 1px solid #e8e8e8;
	text-align: center;
}
.product-cart-page .shop_table .product-thumbnail img {
	width: 60px;
}
.product-cart-page .shop_table .product-quantity .quantity input {
	width: 80px;
	float: none;
	margin: 0 auto;
}
.product-cart-page .shop_table .product-remove {
	text-align: center;
}
.product-cart-page .shop_table .product-remove .remove {
	background: #ea1d63;
	padding: 5px 10px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	-webkit-transition: 0.3s ease-in-out 0s;
	-moz-transition: 0.3s ease-in-out 0s;
	-o-transition: 0.3s ease-in-out 0s;
	-ms-transition: 0.3s ease-in-out 0s;
}
.product-cart-page .shop_table .coupon {
	display: inline-block;
}
.product-cart-page .shop_table .product-remove .remove:hover {
	background: #000;
}
.product-cart-page .shop_table .actions label {
	display: none;
}
.product-cart-page .shop_table .input-text {
	float: left;
	width: 200px;
	margin-right: 10px;
}
.product-cart-page .shop_table .update-cart-btn {
	float: right;
}
.woocommerce .button {
	display: inline-block;
	border-radius: 0px;
	background-color: #ea1d63;
	font-size: 14px;
	text-align: center;
	color: #ffffff;
	-webkit-transition: 0.3s ease-in-out 0s;
	-moz-transition: 0.3s ease-in-out 0s;
	-o-transition: 0.3s ease-in-out 0s;
	-ms-transition: 0.3s ease-in-out 0s;
	-webkit-transition: background 0.3s ease;
	border: 1px solid #ea1d63;
	padding: 6px 12px;
}
.woocommerce .button:hover {
	background: transparent;
	color: #ea1d63;
	border-color: #ea1d63;
}
.product-cart-page .shop_table .actions .button, .product-cart-page .cart-collaterals .cart_totals .wc-proceed-to-checkout a, .product-checkout-page .form-row .button, .woocommerce .login .form-row .button {
	display: inline-block;
	border-radius: 0px;
	background-color: #ea1d63;
	font-size: 14px;
	text-align: center;
	color: #ffffff;
	-webkit-transition: 0.3s ease-in-out 0s;
	-moz-transition: 0.3s ease-in-out 0s;
	-o-transition: 0.3s ease-in-out 0s;
	-ms-transition: 0.3s ease-in-out 0s;
	-webkit-transition: background 0.3s ease;
	border: 1px solid #ea1d63;
	padding: 6px 12px;
}
.product-cart-page .shop_table .actions .button:hover, .product-cart-page .cart-collaterals .cart_totals .wc-proceed-to-checkout a:hover, .product-checkout-page .form-row .button:hover, .woocommerce .login .form-row .button:hover {
	background: transparent;
	color: #ea1d63;
}
.woocommerce .required {
	color: #ea1d63;
	border-bottom: 0;
}
.product-cart-page .cart-collaterals .cart_totals {
	width: 30%;
	float: right;
}
.product-cart-page .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
	float: right;
}
.woocommerce-cart article .post-data {
    margin-top: 0px;
}
#wrapper .woocommerce-info, #wrapper .woocommerce-error, #wrapper .woocommerce-message {
    padding: 10px 10px 10px 50px;
    line-height: 1;
    display: block;
    background: #b0d2ff;
    border: 1px solid #1b2e4d;
	box-shadow: none;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
    padding: 10px 10px 10px 50px;
    position: relative;
    margin-bottom: 20px;
	color:#000;
}
b,
strong {
    font-weight:600;
}
body .woocommerce-error::before, body .woocommerce-info::before, body .woocommerce-message::before {
    font-family: FontAwesome;
    content: "\f06a";
	font-style:normal;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 22px;
    color: #1b2e4d;
}
/*body .woocommerce-form-login-toggle .woocommerce-info::before{
	content: "\f2c0";
}*/
body .woocommerce-form-coupon-toggle .woocommerce-info::before{
	content: "";
	background:url(../images/discount.svg) no-repeat;
	width:20px;
	height:30px;
	background-position:center center;
}
#wrapper .woocommerce-info a:hover, #wrapper .woocommerce-error a:hover, #wrapper .woocommerce-message a:hover {
	text-decoration:underline;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    background-color:#b0d2ff;
	/*border: 1px solid rgba(45,129,79, 0.3);*/
	border: none;
	padding: 10px 15px;
	border-radius: 0px;
	margin: 1em 0;
	color:#000;
}
.woocommerce form.login, .woocommerce form.register {
    background-color:transparent;
	/*border: 1px solid rgba(45,129,79, 0.3);*/
	padding: 0px;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme{
	display: block;
    margin-bottom: 15px;
}
body.woocommerce-account .woocommerce form.lost_reset_password .form-row,body.woocommerce-account .woocommerce form.register .form-row,body.woocommerce-account .woocommerce form.login .form-row {
    padding: 0px;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit{
	float: none;
	margin-left: 0px;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme{
	margin-right: 10px;
}
/************************
	Product checkout Page
*************************/
.product-checkout-page .checkout_coupon {
	margin-top: 20px;
	border: 1px solid #e8e8e8;
	padding: 20px;
}
.product-checkout-page .checkout_coupon .form-row {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}
.product-checkout-page .woocommerce-checkout {
	margin-top: 20px;
}
.product-checkout-page .woocommerce-checkout .address-box {
	border: 1px solid #e8e8e8;
	padding: 20px 20px;
}
.woocommerce-checkout .address-box .woocommerce-billing-fields h3, .woocommerce-checkout .address-box .woocommerce-shipping-fields h3 {
	margin-top: 0;
	color: #ea1d63;
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 10px;
}
.product-checkout-page .woocommerce-checkout-review-order-table {
	border: 1px solid #e8e8e8;
}
.product-checkout-page .woocommerce-checkout-review-order-table > thead > tr > th {
	border-bottom: 1px solid #e8e8e8;
}
.product-checkout-page ul.payment_methods {
	padding: 0;
}
.product-checkout-page ul.payment_methods li {
	list-style: none;
}
.product-checkout-page .select2-container {
	line-height: 32px;
}
.product-checkout-page .select2-container .select2-choice {
	border-radius: 0;
}
.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {
	border-color: #a00;
}
.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
	border-color: #69bf29;
}
.woocommerce .login {
	border: 1px solid #e8e8e8;
	display: block;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 20px;
}
.product-checkout-page .woocommerce-checkout .create-account .checkbox {
	display: inline-block;
}
ul.woocommerce-error li {
	list-style: none;
}
.product-checkout-page .woocommerce-error::before, .product-checkout-page .woocommerce-info::before, .product-checkout-page .woocommerce-message::before {
	font-family: FontAwesome;
	content: "\e028";
	display: inline-block;
	position: absolute;
	top: 10px;
	left: 20px;
}
.woocommerce-error::before {
	content: "\f06a";
	color: #b81c23;
}

/****************************
	Product Thank You Page
*****************************/
.product-thankyou-page .woocommerce-thankyou-order-received {
	border: 1px solid #e8e8e8;
	padding: 10px;
	margin-bottom: 20px;
}
.product-thankyou-page ul.woocommerce-thankyou-order-details {
	padding: 0;
}
.product-thankyou-page ul.woocommerce-thankyou-order-details li {
	list-style: none;
	float: left;
	margin-right: 2em;
	text-transform: uppercase;
	font-size: .715em;
	line-height: 1;
	border-right: 1px dashed #d3ced2;
	padding-right: 2em;
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 15px;
}
.product-thankyou-page ul.woocommerce-thankyou-order-details li strong {
	display: block;
	font-size: 1.4em;
	text-transform: none;
	line-height: 1.5;
}
.clear, .woocommerce .woocommerce-breadcrumb:after {
	clear: both;
}
.product-thankyou-page .shop_table.order_details {
	border: 1px solid #e8e8e8;
}
.product-thankyou-page .shop_table.order_details > thead > tr > th {
	border-width: 1px;
}
.product-thankyou-page .shop_table.customer_details {
	border: 1px solid #e8e8e8;
}
/**************************
	My Account Pages
***************************/
.woocommerce .woocommerce-MyAccount-navigation ul {
	padding: 0;
}
.woocommerce-MyAccount-navigation ul li {
	border-bottom: 1px solid #fff;
	padding: 10px;
}
.woocommerce-MyAccount-navigation ul li a {
	color: #000000;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active a {
	color: #ea1d63;
}
.woocommerce-MyAccount-orders.shop_table {
	border: 1px solid #e8e8e8;
}
.woocommerce-Address .my-account-order-address {
	border: 1px solid #e6e6e6;
	padding: 10px;
}
.woocommerce-MyAccount-content fieldset {
	margin-top: 40px;
}
/**************************
	Display Star Rating
***************************/
.woocommerce p.stars a:before, .woocommerce p.stars a:hover~a:before {
	content: "\e021"
}
.woocommerce #review_form #respond p {
	margin: 0 0 10px
}
.woocommerce #review_form #respond .form-submit input {
	left: auto
}
.woocommerce #review_form #respond textarea {
	box-sizing: border-box;
	width: 100%
}
.woocommerce p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none
}
.woocommerce p.stars a:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: WooCommerce;
	text-indent: 0
}
.woocommerce table.shop_attributes td, .woocommerce table.shop_attributes th {
	line-height: 1.5;
	border-bottom: 1px dotted rgba(0,0,0,.1);
	border-top: 0;
	margin: 0
}
.woocommerce p.stars.selected a.active:before, .woocommerce p.stars:hover a:before {
	content: "\e020"
}
.woocommerce p.stars.selected a.active~a:before {
	content: "\e021"
}
.woocommerce p.stars.selected a:not(.active):before {
	content: "\e020"
}
.woocommerce table.shop_attributes {
	border: 0;
	border-top: 1px dotted rgba(0,0,0,.1);
	margin-bottom: 1.618em;
	width: 100%
}
.woocommerce-MyAccount-content .woocommerce-Address {
    border: 1px solid #d8d8d8;
    padding: 10px;
}
.woocommerce-address-bg,
.woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper{
    background-color:#fff;
	padding: 0px;
	border-radius: 0px;
}
.woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper{
	margin-bottom:20px;
}
.form-sec-acc {
    margin: 0 -10px;
}
.woocommerce form.login, .woocommerce form.register{
	margin:0 0 20px;
}
.socials-list a,
.ywsl-box a{
	margin:0 10px;
	font-size: 13px;
    line-height: normal;
    letter-spacing: 1px;
    font-weight: 600;
	padding:5px;
	width:46px;
	height:46px;
	display:inline-block;
	position:relative;
	color:#000000;
	text-align:center;
	box-sizing:border-box;
	background: #fff;
    border-radius: 0px;
    border: 1px solid #000000;
	outline:none;
}
.socials-list a:hover,
.ywsl-box a:hover{
	background: #000000 !important;
    color: #fff !important;
    border: 1px solid #000000 !important;
    text-decoration: none !important;
}
.socials-list a img,
.ywsl-box a img{
	display:none;
}
.socials-list a::before,
.ywsl-box a::before{
	font-family: "fontawesome";
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
    line-height: 36px;
}
.ywsl-label{
	font-size: 14px;
    line-height: 19px;
    text-transform: none;
    color: #000000;
    margin-bottom: 6px;
    font-weight: 500;
}
.socials-list a.ywsl-facebook::before,
.ywsl-box a.ywsl-facebook::before{
	content:'\f09a';
}
.socials-list a.ywsl-twitter::before,
.ywsl-box a.ywsl-twitter::before{
	content:'\f099';
}
.socials-list a.ywsl-google::before,
.ywsl-box a.ywsl-google::before{
	content:'\f1a0';
}
.socials-list,
.ywsl-box{
	margin:0 -10px;
	margin-bottom:20px;
}
.woocommerce-account .woocommerce{
	margin-top:0px;
}
@media(min-width:1025px) {
	.main-page-title{
		font-size: 30px;
		margin: 0 0 20px;
		color: #000000;
		line-height: 1.52;
		font-weight: 600;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation { width: 23%; }
	.woocommerce-account .woocommerce-MyAccount-content { width:75%;}
	.woocommerce .woocommerce-MyAccount-navigation ul {
		padding: 0;
		margin-bottom: 0px;
		background: #f2f2f2;
		padding-bottom:30px;
		min-height:475px;
	}
	.woocommerce .woocommerce-MyAccount-navigation.my-account-equal {
		background:#fbece3;
	}
	.woocommerce-MyAccount-navigation ul li{
		font-size:16px;
		padding:0px;
		background: #f2f2f2;
		border-bottom: 0px solid rgba(255,255,255,0.5);
		color:#000000;
		margin-bottom:0px;
	}
	.woocommerce-MyAccount-navigation ul li a {
		color: #000000 !important;
		display:block;
		padding:10px;
		font-weight:500;
		background: #f2f2f2;
		font-size:16px;
		text-decoration:none !important;
	}
	.woocommerce-MyAccount-navigation ul li.static-menu.heading{
		font-weight:600;
	}
	.woocommerce-MyAccount-navigation ul li.static-menu.heading,.woocommerce-MyAccount-navigation ul li.static-menu.heading:hover{
		background: #2d7d4f;
		padding:5px 10px;
		font-size: 20px;
		border-bottom: 2px solid #ffffff;
		margin-bottom: 0px;
		color: #fff !important;
	}
	.woocommerce-MyAccount-navigation ul li a:hover, .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active a{
		color:#fff !important;
		background: #f57a59;
	}
	.woocommerce-MyAccount-navigation ul li a::after {
		display: inline-block;
		font-family: "fontawesome";
		font-style: normal;
		font-weight: normal;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		float:right;
		margin-top:5px;
		margin-right:10px;
	}
	.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a::after {content: "\f0e4";}
	.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a::after { content: "\f058"; }
	.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--queue-list a::after { content: "\f022"; }
	.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a::after { content: "\f019"; }
	.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a::after { content: "\f041"; }
	.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a::after { content: "\f007"; }
	.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a::after { content: "\f08b"; }
	.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a::after { content: "\f09d"; }
	.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--0 a::after { content: "\f011"; }
}
.woocommerce-account #add_payment_method #payment ul.payment_methods li label:before{
	display:none !important;
}
.woocommerce-account #add_payment_method #payment ul.payment_methods li label{
	padding-left:0px !important;
}
 @media(max-width:767px) {
/************************
	Product Cart Page
**************************/
.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
	content: attr(data-title) ": ";
	float: left;
	font-weight: 700;
}
.woocommerce table.shop_table_responsive tbody th, .woocommerce table.shop_table_responsive thead, .woocommerce-page table.shop_table_responsive tbody th, .woocommerce-page table.shop_table_responsive thead {
	display: none;
}
.woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce table.my_account_orders tr td.order-actions::before, .woocommerce table.shop_table_responsive tr td.actions::before, .woocommerce table.shop_table_responsive tr td.product-remove::before, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail, .woocommerce-page table.my_account_orders tr td.order-actions::before, .woocommerce-page table.shop_table_responsive tr td.actions::before, .woocommerce-page table.shop_table_responsive tr td.product-remove::before {
	display: none;
}
.product-cart-page table.shop_table {
	font-size: 14px;
}
.product-cart-page table.shop_table .cart_item {
	margin-bottom: 20px;
}
.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
	display: block;
	text-align: right !important;
	width: 100% !important;
	font-size: 14px;
}
.product-cart-page .shop_table .product-thumbnail img {
	width: 45px;
}
.product-cart-page .shop_table .product-remove .remove {
	font-size: 14px;
}
.product-cart-page .shop_table .product-quantity .quantity input {
	display: inline-block;
	width: 65px;
}
.product-cart-page .shop_table .input-text {
	width: 100%;
	margin-bottom: 10px;
}
.product-cart-page .shop_table .coupon {
	display: block;
}
.product-cart-page .shop_table .actions .coupon .button {
	display: block;
	float: none;
	width: 100%;
	margin-bottom: 10px;
}
.product-cart-page .shop_table .update-cart-btn {
	float: none;
	width: 100%;
	display: block;
}
.product-cart-page .cart-collaterals .cart_totals {
	width: 100%;
}
.product-cart-page .shop_table .cart_item td {
	border-right: 0;
}
.product-cart-page .shop_table .cart_item td.product-remove, .product-cart-page .shop_table .cart-subtotal td {
	border-top: 0;
}
/************************
Product Checkout Page
************************/
.product-checkout-page .woocommerce-checkout #customer_details {
	margin-bottom: 30px;
}
.product-checkout-page .woocommerce-checkout-review-order .shop_table {
	font-size: 14px;
}
.product-checkout-page .checkout_coupon .form-row, .product-checkout-page .form-row-last .button {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
.product-thankyou-page ul.woocommerce-thankyou-order-details li {
	float: none;
	border-right: 0;
}
.product-thankyou-page .shop_table.order_details {
	font-size: 14px;
}
.product-thankyou-page .shop_table.order_details .product-total, .product-thankyou-page .shop_table.order_details tr td {
	text-align: right;
}
.product-thankyou-page .shop_table.order_details .order_item .product-name {
	text-align: left;
}
/******************
My Account Page
******************/
.woocommerce-MyAccount-navigation {
	margin-bottom: 40px;
}
}
 @media(max-width:480px) {
	.col-2.woocommerce-Address {
		margin-top: 20px;
	}
}
 @media(max-width:479px) {
.product-page .products .col-xs-6 {
	width: 100%;
}
.product-page ul.products li.product h3 {
	max-width: 100%;
}
}

/** Shop Listing Page **/
.woocommerce .woocommerce-MyAccount-content a:hover{
	text-decoration:underline;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce .login .form-row .button,.woocommerce a.button.alt,body .pro-menu-list .mini-cart-area .widget_shopping_cart_content .woocommerce-mini-cart__buttons a{
    font-size: 16px;
	line-height: normal;
	letter-spacing: 1px;
	font-weight: 500;
	text-transform: none;
	color:#fff;
	background:#f57a59;
	border-radius: 0px;
	border: 0px solid #2d7d4f !important;
	display: inline-block;
	padding: 12px 25px !important;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce .login .form-row .button:hover,
.woocommerce a.button.alt:hover,
body .pro-menu-list .mini-cart-area .widget_shopping_cart_content .woocommerce-mini-cart__buttons a:hover{
    background:#000;
	color:#fff;
	text-decoration:none;
}
.woocommerce a.button:focus{
	background:#000 !important;
	color:#fff !important;
}
.woocommerce .actions button.button{
	font-size:14px;
	color:#fff;
	background: #f57a59;
    padding: 11px 22px !important;
}
.woocommerce .actions button.button:hover{
	color:#fff;
	background:#000;
}
.select2-container input{
	box-shadow:none;
	border-radius:0px;
	appearance:none;
	-webkit-appearance:none;
		
}
.woocommerce .woocommerce-MyAccount-content a.button,
.woocommerce #wrapper .woocommerce-info a.button,
.woocommerce #wrapper .woocommerce-error a.button,
.woocommerce #wrapper .woocommerce-message a.button{
	padding:7px 15px !important;
	font-size:12px;
	text-decoration:none;
}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled]{
	/* opacity:1; */
	color:#fff;
}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled]{
	opacity:1;
	background:#f5f4f5;
	color:#808fa1;
	border:1px solid #f57a59 !important;
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: 180px;
    height: 40px;
	border-radius:0px;
	appearance:none;
	-webkit-appearance:none;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    font-size: 14px;
	line-height: normal;
	letter-spacing: 1px;
	font-weight: 600;
	width:100%;
	text-transform: uppercase;
	color:#fff;
	background:#f57a59;
	border-radius: 0px;
	border: 0px solid #2d7d4f !important;
	display: inline-block;
	padding: 11px 20px !important;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
    background:#000;
	color:#fff;
	border: 0px solid #2d7d4f;
}

.top-banner {
    height: 340px;
    background-size: cover !important;
    display: table;
    width: 100%;
    margin: 0 0 42px;
}
.top-banner .inner-top-banner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    font-size: 21px;
    line-height: 27px;
    font-weight: normal;
    letter-spacing: 4px;
   	box-sizing: border-box;
    padding: 0 100px;
    text-align: center;
}
.woocommerce-products-header .page-title{
  font-size: 30px;
  font-weight: normal;
  line-height: 1.53;
  letter-spacing: normal;
  color: #000000;
  margin:0 0 22px;
}
.top-pro-sec {
    padding-bottom: 15px;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: right;
    margin: 0px;
    margin-left: 40px;
}
.woocommerce #content-woocommerce .woocommerce-result-count {
    margin: 0px;
    color: #000000;
}
body .woocommerce-ordering span {
    display: inline-block;
    margin-left: 5px;
    font-size: 14px;
    line-height: 20px;
	font-weight:600;
    color:#000000;
    vertical-align: middle;
}
.woocommerce .woocommerce-ordering select {
    width: 190px;
    height: 25px;
    background: url(../images/select-drop-arrow.svg) no-repeat center right 7px;
    appearance: none;
    -webkit-appearance: none;
    box-shadow: none;
	font-weight:400;
    border-radius: 0px;
	border:none;
    padding: 0 5px;
	font-size: 14px;
	line-height: normal;
	color:#000000;
	outline:none;
	text-transform: capitalize;
}
.woocommerce .woocommerce-ordering select option{
	font-weight:normal !important;
}
.woocommerce #content-woocommerce .woocommerce-result-count {
    margin:3px 0 0;
	color:#000000;
	font-size: 14px;
	line-height: 26px;
	float:right;
}
.shop-list-pg ul.products {
    margin-top: 25px;
    margin-bottom: 0px;
}
.shop-sidebar-wrap .entry-title{
  font-size: 24px;
  font-weight: 600;
  line-height: 1.13;
  letter-spacing: normal;
  color: #000000;
  text-transform:uppercase;
}
.shop-sidebar-wrap {
    padding-right: 30px;
}
.shop-sidebar-wrap .product-filter {
    margin-bottom: 35px;
}
.shop-sidebar-wrap .product-filter h3 {
    font-size: 12px;
	font-weight: 600;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #000000;
	padding: 0px;
	margin: 0 0 10px;
    position: relative;
    cursor: pointer;
	text-transform: uppercase;
}
/*.shop-sidebar-wrap .product-filter h3::after {
    content: "";
    background: url(../images/drop-down-arrow.svg) no-repeat;
    width: 14px;
    height: 10px;
	background-size:14px;
    position: absolute;
    top: 6px;
    right: 0;
    font-weight: normal;
    transform: rotate(0deg);
    transition: transform .3s ease-in-out;
    -webkit-transition: transform .3s ease-in-out;
}
.shop-sidebar-wrap .product-filter h3.open::after {
    transform: rotate(180deg);
}*/
.shop-sidebar-wrap .product-filter ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
.shop-sidebar-wrap .product-filter li {
    line-height: 1px;
    padding: 0 0 4px !important;
	position:relative !important;
}
.shop-sidebar-wrap .product-filter li a {
    font-size: 14px;
    line-height: 1.86;
	letter-spacing: normal;
	color: #000000;
	outline:none;
	font-weight: 400;
}
.shop-sidebar-wrap .product-filter li .count{
	color: #000000;
	position: absolute;
    top: 13px;
    display: inline-block;
    right: 0px;
    text-align: right;
}
.shop-sidebar-wrap .product-filter li a:hover,
.shop-sidebar-wrap .product-filter li.current-cat a{
	text-decoration:none;
	color:#2aa15d;
}
.shop-sidebar-wrap .product-filter li.current-cat a,
.shop-sidebar-wrap .product-filter li.current-cat a + .count{
	font-weight:600;
	color:#2aa15d;
}
.shop-sidebar-wrap .product-filter li a:hover + .count{
	color:#2aa15d;
}
.woocommerce-address-bg{
	margin:0 0 20px;
}
.product-filter.widget_price_filter .price_slider_wrapper {
    padding-top: 5px;
}
.product-filter.widget_price_filter .price_slider {
    height: 2px;
    background: #000000;
    position: relative;
    margin-bottom: 12px;
}
.product-filter.widget_price_filter .price_slider .ui-slider-range {
    height: 2px;
    background: #000000;
    position: absolute;
}
.product-filter.widget_price_filter .price_slider .ui-slider-handle {
    display: block;
    outline: none;
    position: absolute;
    top: -5px;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    border: 2px solid #000000;
    background: #fff;
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}
.product-filter.widget_price_filter .price_slider .ui-slider-handle:last-child {
    margin-left: -5px;
}
.product-filter.widget_price_filter .price_slider_amount {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    font-weight: 400;
}
.product-filter.widget_price_filter .price_label{
	font-size:14px;
}
.product-filter.widget_price_filter .price_slider_amount .button {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    color: #000000 !important;
    background: none !important;
    height: auto !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
	text-transform:none !important;
}
.product-filter.widget_price_filter .price_slider_amount .clear {
    display: none;
}
.woocommerce .product-filter.widget_layered_nav li, .woocommerce .product-filter.widget_layered_nav_filters li {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
	padding-bottom:1px !important;
}
.woocommerce .product-filter.widget_layered_nav li > a, .woocommerce .product-filter.widget_layered_nav_filters li > a {
    display: block;
    position: relative;
    padding-left: 25px;
    color: #000000;
}
.woocommerce .product-filter.widget_layered_nav li > a:before, .woocommerce .product-filter.widget_layered_nav_filters li > a:before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid rgba(151, 151, 151, 0.38);
    color: #fff;
}
.woocommerce .product-filter.widget_layered_nav li.chosen > a:before, .woocommerce .product-filter.widget_layered_nav_filters li.chosen > a:before {
    -moz-box-shadow: inset 0 0 0 1px;
    -webkit-box-shadow: inset 0 0 0 1px;
    box-shadow: inset 0 0 0 1px;
    background: #2aa15d;
}
.woocommerce .product-filter.widget_layered_nav li .count, .woocommerce .product-filter.widget_layered_nav_filters li .count{
	display:none;
}
.woocommerce .product-filter.widget_layered_nav li:hover > a:before, .woocommerce .product-filter.widget_layered_nav_filters li:hover > a:before {
    -moz-box-shadow: inset 0 0 0 2px;
    -webkit-box-shadow: inset 0 0 0 2px;
    box-shadow: inset 0 0 0 2px;
    background: #2aa15d;
}

.offer-img span{
	display:block;
}
.offer-img{
	padding:10px 0;
}
.offer-title{
  background-color: #a4a3a1;
  font-size:19px;
  font-weight:600;
  line-height: normal;
  letter-spacing: 0.73px;
  text-align: center;
  padding:8px;
  color: #000000;
  text-transform:uppercase;
}
.offer-img-sec{
	background:#f5f5f7;
	padding:20px 0;
	margin:15px 0;
}
.offer-img-sec a{
	outline:none;
}

.woocommerce ul.products .product-inner{
  border: solid 1px #dcdcdc;
  padding:20px 15px;
  box-sizing:border-box;
  position: relative;
  height:100%;
  -webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
}
.woocommerce ul.products .product-inner:hover{
	border-color: #000000;
}
.woocommerce .shop-list-pg ul.products,
.woocommerce-page .shop-list-pg ul.products{
	margin:0 -10px;
	margin-top:0px;
}
.woocommerce .shop-list-pg ul.products li.product,
.woocommerce-page .shop-list-pg ul.products li.product{
    padding: 0 10px;
    box-sizing: border-box;
    margin: 0px;
    margin-bottom:25px;
    width: 33.33% !important;
}
.woocommerce-page .shop-list-pg ul.products li.product:nth-child(3n+1){
	clear:both !important;
}
.woocommerce ul.products li.product .pro-img{
	border: solid 1px rgba(151, 151, 151, 0.38);
	padding:30px 15px;
	box-sizing:border-box;
	position:relative;
	margin:0 0 25px;
}
.woocommerce ul.products li.product a img{
	height:250px;
	object-fit:contain;
	text-align:center;
	margin:0 auto;
}
.woocommerce ul.products li.product .onsale, .woocommerce span.onsale {
    border-radius: 0px;
    font-size: 12px;
    line-height: normal;
    color: #fff;
	font-weight:600;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 4px 7px;
	box-sizing: border-box;
	min-width: 1px;
	min-height: 1px;
	background:#2d7d4f;
    font-weight: normal;
    top: 10px;
    left: 10px;
	right:auto;
    margin: 0px;
}
.woocommerce div.product span.onsale {
	left: 130px; 
}
.woocommerce .woocommerce-loop-product__title{
  font-size: 20px !important;
  font-weight: normal;
  line-height: 26px;
  letter-spacing: normal;
  color: #000000;
  padding:0px !important;
  text-align:center;
  margin:0 0 5px !important;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.woocommerce ul.products li.product .price, .woocommerce ul.products li.product .price .amount,.woocommerce .sub-heading {
    color: #000000;
    font-size: 16px;
    letter-spacing: normal;
    font-weight: 400;
    text-decoration: none;
	text-align: center;
}
.woocommerce ul.products li.product .price del .amount {
	color: #000000;
    font-size: 14px;
    line-height: 21px;
    font-weight:400;
}
.woocommerce ul.products li.product .price ins {
	font-weight: normal;
	text-decoration: none;
}
.qty-text {
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    display: block;
    margin: 0px;
	font-weight:400;
}
ul.products .qty-text {
    font-size: 16px;
	font-weight: normal;
	color:#000000;
	margin: 0px;
	text-transform: none;
	display: inline-block;
}
.woocommerce ul.products li.product .price, .woocommerce ul.products li.product .price{
	position:relative;
	padding:0;
	line-height: 1px;
	margin:0px;
	display:block;
	text-align:center;
}
.pro-sub-title{
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #43474f;
  margin:0 0 4px;
}
.woocommerce ul.products li.product .pro-desc .button.add_to_cart_button,
.woocommerce ul.products li.product .pro-desc .added_to_cart.wc-forward,
.woocommerce ul.products li.product .pro-desc .button{
	display:none !important;
}
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .added_to_cart.wc-forward{
	width:100%;
	font-size: 16px;
	line-height: normal;
	font-weight: 500;
	color:#fff;
	background:#f57a59;
	text-transform:capitalize;
	border-radius: 0px;
	border: 0px solid #2d7d4f !important;
	display: inline-block;
	padding: 14px 14px;
	margin:0px;
	text-align:center;
}
.woocommerce ul.products li.product .button.added{
	display:none;
}
.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product .added_to_cart.wc-forward:hover{
    background: #000;
	color:#fff;
}
.woocommerce ul.products li.product a.button.loading::after{
	top: 16px;
	right: 10px;
}
.woocommerce ul.products li.product a.button.loading{
	opacity:0.8;
}
.woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
    clear: none;
}
.woocommerce ul.products li.product .pro-desc-sec{
	margin-top:5px;
}
.woocommerce ul.products li.product .pro-btn-sec{
	position: absolute;
    width: 100%;
    bottom: 15px;
    left: 0;
    padding: 0 15px;
	opacity: 0;
	transition: all 0.25s cubic-bezier(0.104, 0.204, 0.492, 1);
}
.woocommerce ul.products li.product:hover .pro-btn-sec{
    opacity: 1;
}
.woocommerce nav.woocommerce-pagination ul {
    border: none;
}
.woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li {
    margin: 0 3px;
	border-right: none;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
	color:#2d7d4f;
	text-decoration:underline;
	background:transparent;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
	font-weight:500;
    font-size: 16px;
    line-height: normal;
	padding:0px;
    color: #000000;
    display: block;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	display:inline-block;
	vertical-align:middle;
}
.woocommerce nav.woocommerce-pagination ul li a.next::after{
	content:'\f105';
	font-family:FontAwesome;
	display:inline-block;
	margin-left:10px;
	vertical-align:middle;
	font-size: 18px;
}
.woocommerce nav.woocommerce-pagination ul li a.prev::before{
	content:'\f104';
	font-family:FontAwesome;
	display:inline-block;
	margin-right:10px;
	vertical-align:middle;
	font-size: 18px;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
	color:#2d7d4f;
	text-decoration:underline;
	background:transparent;
}
.woocommerce nav.woocommerce-pagination{
	padding:20px 0;
}
.site-content{
	margin:0 0 45px;
}
ul.products  li.product .yith-wcwl-add-button .add_to_wishlist > span,
ul.products  li.product .yith-wcwl-add-button .add_to_wishlist > i{
	font-size:0px;
	display:none !important;
}
ul.products  li.product .yith-wcwl-add-button .add_to_wishlist::before{
	content:'\f08a';
	font-family:FontAwesome;
	font-size:20px;
	color:#a4a3a1;
}
ul.products  li.product .yith-wcwl-wishlistexistsbrowse .feedback,
ul.products  li.product .yith-wcwl-wishlistaddedbrowse .feedback{
	font-size:0px;
	display:none !important;
}
ul.products  li.product .yith-wcwl-wishlistexistsbrowse a,
ul.products  li.product .yith-wcwl-wishlistaddedbrowse a{
	font-size:0px;
}
ul.products  li.product .yith-wcwl-add-to-wishlist {
    margin-top: 0;
    line-height: 20px;
}
ul.products  li.product .wishlist-heart{
	position:absolute;
	top:10px;
	right:10px;
	display:inline-block;
}
ul.products li.product .yith-wcwl-wishlistaddedbrowse a::before,
ul.products li.product .yith-wcwl-wishlistexistsbrowse a::before{
	content:'\f004';
	font-family:FontAwesome;
	font-size:20px;
	color:#a4a3a1;
}

/** Single Product Page **/
.single-product-wrapper{
	position: relative;
}
div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: left;
    width: 48%;
	margin:0px;
}
div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: right;
    width: 50%;
    clear: none;
	margin:0px;
}
.woocommerce div.product .product_title{
    font-size: 30px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #000000;
    margin: 0 0 2px;
}
.rating-sec-area {
    margin-bottom: 5px;
}
.woocommerce div.product .pro-title-sec {
	margin:0 0 5px;
}
.pro-title-sec .sub-heading{
	text-align:left;
}
.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 5px;
}
.woocommerce .woocommerce-review-link {
    color:#000000;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    padding-left: 15px;
    margin-left: 5px;
}
.woocommerce .woocommerce-review-link::before {
    content: '';
    width: 1px;
    background:rgba(151, 151, 151, 0.38);
    height: 14px;
    position: absolute;
    left: 0px;
    top: 4px;
}
.woocommerce .star-rating {
    width: 6.4em;
}
.woocommerce .star-rating::before {
    color: #2d7d4f;
}
.woocommerce .star-rating::before, .woocommerce .star-rating span::before {
    letter-spacing: 4px;
}
.woocommerce .star-rating span {
    color: #2d7d4f;
}
.pro-info {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.pro-info b, .pro-info strong {
    font-weight: 600;
}
.woocommerce div.product .woocommerce-product-details__short-description{
  padding:5px 0 15px 0;
}
.woocommerce div.product .summary .inner-product-content{
	padding:0 45px 0 65px;
	box-sizing:border-box;
}
.woocommerce .summary .price del {
    opacity: 1 !important;
    font-size: 16px;
    line-height: 24px;
	color: rgba(0,0,0,0.5);
}
.woocommerce .summary .price del .amount {
    color: rgba(0,0,0,0.5);
    font-size: 16px;
    line-height: 1.63;
	font-weight:400;
}
.autocomplete-suggestion{
	font-size:15px !important;
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins{
    font-weight: normal;
	text-decoration:none;
}
.woocommerce .summary .price, .woocommerce .summary .price .amount {
    color: #000000;
    font-size: 18px;
    line-height: 1.63;
    letter-spacing: normal;
    font-weight: 500;
    text-transform: none;
    text-decoration: none;	
}
.woocommerce .summary .product-addon-totals .amount { margin-left: 15px; }
.woocommerce .images .wpgs-for{
	border:1px solid #d8d8d8;
	margin:0 0 30px;
}
.woocommerce div.product form.cart .variations select{
	max-width: 300px;
	/*min-width: 300px;*/
	min-width: auto;
	width: 100%;
    margin:0 !important;
	appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 1px solid #e0e0e0;
    padding: 0 15px;
    height: 45px;
    line-height: 45px;
    border-radius: 0px;
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    background: url(../images/select-drop-arrow.svg) no-repeat center right 7px;
    position: relative;
}
#wpgis-gallery .slick-slide {
    margin: 0;
	border: solid 1px rgba(151, 151, 151, 0.38);
	margin-bottom:10px;
	padding:15px 5px;
	box-sizing: border-box;
}
#wpgis-gallery .slick-slide img{
	height:80px;
	object-fit:contain;
}
.ie10 #wpgis-gallery .slick-slide img,.ie11 #wpgis-gallery .slick-slide img{
	width: auto;
	margin:0px auto;
}
#wpgis-gallery .slick-slide.slick-current{
	border: solid 1px #2d7d4f;
}
.vertical-img-left.wpgis-slider-for {
    width: 78%;
    float: right;
    margin-left: 10px;
}
.wpgis-slider-for {
    border: solid 1px rgba(151, 151, 151, 0.38);
	padding:15px 10px;
	box-sizing: border-box;
}
.wpgis-slider-for .slick-slide > img:not(.zoomImg) {
    height: 446px !important;
    object-fit: contain;
    margin: 0 auto;
    width: auto !important;
}
.wpgis-slider-for .zoom:not(.slick-slide) > img.size-shop_single {
	height: 446px !important;
    object-fit: contain;
    margin: 0 auto;
    width: auto !important;
}
.wpgis-slider-for .zoom:not(.slick-slide){
	display:none !important;
}
.wpgis-slider-for .zoom:not(.slick-slide):first-child{
	display:block !important;
}
#wpgis-gallery li:not(.slick-slide){
	display:none !important;
}
.wpgis-popup.fa-expand:before{
	content:'';
	background:url(../images/zoom-icon.svg) no-repeat;
	width:25px;
	height:25px;
	display:inline-block;
	margin-top: 9px;
    margin-left: 9px;
}
.wpgis-popup.fa-expand{
    transition: all 0.25s cubic-bezier(0.104, 0.204, 0.492, 1);
	width: 42px;
    height: 42px;
	position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    z-index: 30;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: #000000;
    border-radius: 50%;
    opacity: 0;
    cursor: pointer;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.14);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
}
.wpgis-slider-for .slick-slide:hover .wpgis-popup{
    opacity: 1;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.wpgis-slider-for .btn-prev,
.wpgis-slider-for .btn-next{
	background:transparent !important;
	color:#000000 !important;
	font-size:50px;
}
.wpgis-slider-for .btn-prev::before{
	content:'\f104';
	font-family:FontAwesome;
}
.wpgis-slider-for .btn-next::before{
	content:'\f105';
	font-family:FontAwesome;
}


.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper{
	padding:40px 0;
	border-bottom: 1px solid rgba(151, 151, 151, 0.38);
}
.woocommerce div.product form.cart .button,
.woocommerce div.product form.cart .button.disabled{
	min-width:245px;
	font-size: 16px;
	line-height: normal;
	font-weight: 500;
	color:#fff;
	background:#2d7d4f;
	border-radius: 0px;
	border: 1px solid #2d7d4f;
	display: inline-block;
	padding: 12px 14px !important;
	margin: 0px;
	text-align: center;
	margin-left:20px;
	text-transform:capitalize;
}
.woocommerce div.product form.cart .button:hover,
.woocommerce div.product form.cart .button.disabled:hover {
    background: transparent;
	color:#2d7d4f;
}
.woocommerce .variations_form .variations tbody td {
    width: 100%;
    display: inline-block;
}
.woocommerce .variations_form .variations tbody td.value{
	margin:0 0 15px;
}
.woocommerce div.product form.cart .variations td.label {
    font-weight:600;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.25;
    color: #000000;
    text-align: left;
    font-weight: normal;
}
.woocommerce div.product form.cart .variations td.label label{
	margin:0px;
}
.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-squared .variable-items-wrapper{
	margin:0 -5px !important;
}
.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item){
    border-radius: 0 !important;
	padding: 0px !important;
	margin: 0px 6px !important;
}
.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .color-variable-wrapper .variable-item:not(.radio-variable-item).selected, .woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .color-variable-wrapper .variable-item:not(.radio-variable-item).selected:hover,
.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .image-variable-wrapper .variable-item:not(.radio-variable-item).selected, .woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .image-variable-wrapper .variable-item:not(.radio-variable-item).selected:hover {
    box-shadow: none !important;
	border:2px solid #000000;
}
.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .button-variable-wrapper .variable-item:not(.radio-variable-item).selected, .woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .button-variable-wrapper .variable-item:not(.radio-variable-item).selected:hover {
	box-shadow: none !important;
	border-color:#000000;
}
.variations_form .button-variable-wrapper .button-variable-item {
    min-width: 42px;
	height: 32px !important;
}
.woocommerce div.product form.cart .reset_variations{
	font-size:12px;
	color: rgba(0,0,0,0.5);
	font-weight:300;
}
.qty-sec {
    margin: 10px 0 30px 0;
}
.qty-sec .qty-text {
    font-size: 16px;
    line-height: 22px;
    color:#000000;
    display: block;
    margin: 0 0 8px;
	font-weight:500;
}
.qty-input-sec, .single-wishlist {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}
.qty-input-sec {
    margin-right: -3px;
}
div.quantity {
  margin-right: 5px;
}
div.quantity {
    padding-right: 23px;
}
div.quantity {
    display: inline-flex;
    position: relative;
    vertical-align: middle;
    background: #fff;
}
div.quantity .plus:after, div.quantity .minus:after {
    content: '';
    display: block;
    width: 7px;
    height: 1px;
    background: #000000;
    position: absolute;
    top: 50%;
    left: 8px;
}
div.quantity .plus:before {
    content: '';
    display: block;
    width: 1px;
    height: 7px;
    background: #000000;
    position: absolute;
    top: 9px;
    left: 11px;
}
div.quantity .plus,div.quantity .minus {
    display: flex;
    padding: 0;
    margin: 0;
    outline: 0;
    border: 1px solid #cdcdcd;
    position: absolute;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 25px;
    line-height: 21px;
    text-decoration: none;
    overflow: visible;
    text-decoration: none;
    font-weight: 400;
    cursor: pointer;
    text-shadow: none;
    background: transparent;
    border-radius: 0;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
div.quantity .minus {
    bottom: 0;
    right: 0;
}
div.quantity .plus {
    top: 0;
    right: 0;
    height: 26px;
}
.woocommerce  div.quantity .qty {
    display: inline-flex;
    padding: 0;
    width: 52px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #cdcdcd;
    justify-content: center;
    background: transparent;
    font-size: 20px;
    font-weight: normal;
    color: #000000;
    margin: 0;
    outline: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.woocommerce  div.quantity .qty::-webkit-outer-spin-button,
.woocommerce  div.quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce  div.quantity .qty[type=number] {
  -moz-appearance: textfield;
}
.single-wishlist {
    text-align: right;
}
.woocommerce .summary .yith-wcwl-add-to-wishlist a {
    background: #fff;
	border: 1px solid #e4e4e4;
	width: 180px;
	height: 40px;
	line-height: 40px;
	padding: 0px;
	display: inline-block;
	color:rgba(51,51,51,0.8);
	font-size: 14px;
	text-align: center;
	border-radius: 0px;
	position: relative;
}
.yith-wcwl-add-to-wishlist {
    margin-top: 0;
}
.woocommerce .summary .yith-wcwl-add-to-wishlist a:hover{
	border-color:#000000;
}
.woocommerce form .form-row{
	margin:0 0 10px;
}
.woocommerce-billing-fields .outer h4{
	color:#000;
	margin-bottom:20px;
}
.woocommerce-billing-fields .outer .inner{
	padding: 10px 20px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
	margin-top: 10px;
    width: 49%;
    float: left;
}
.woocommerce-billing-fields .outer .inner:nth-child(odd){
    margin-right: 2%;
}
.woocommerce .summary .yith-wcwl-add-to-wishlist a::before {
    content: "\f08a";
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 5px;
    color: #000;
    font-size: 18px;
    vertical-align: middle;
}
.yith-wcwl-add-to-wishlist .feedback {
    display: none !important;
}
.woocommerce .summary .yith-wcwl-wishlistaddedbrowse.show a::before, .woocommerce .summary .yith-wcwl-wishlistexistsbrowse.show a::before {
    content: "\f004" !important;
    font-family: FontAwesome !important;
    display: inline-block;
}
.woocommerce .summary .yith-wcwl-add-to-wishlist a i{
	font-size:0px;
	display:none !important;
}
.woocommerce div.product .summary form.cart + .yith-wcwl-add-to-wishlist {
    display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    background:transparent;
    position: relative;
    padding: 0px;
    margin: 0 0 50px;
	border-bottom:none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom:solid 1px rgba(151, 151, 151, 0.38);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
    border-bottom-color: currentcolor;
    padding: 0 20px;
    border-radius: 0px;
    background-color: transparent;
    margin: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background-color:transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
    padding: 0px 20px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child{
    padding-left:0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 16px;
    line-height: 1.63;
    font-weight: 600;
    text-transform: none;
    color: #000000;
    padding: 7px 0px;
    box-sizing: border-box;
	transition: all 0.25s cubic-bezier(0.104, 0.204, 0.492, 1);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    border-bottom: none;
	color:#2d7d4f;
	font-weight: 600;
	-moz-box-shadow: inset 0 -3px 0 0 #2d7d4f;
    -webkit-box-shadow: inset 0 -3px 0 0 #2d7d4f;
    box-shadow: inset 0 -3px 0 0 #2d7d4f;
}
.woocommerce div.product .woocommerce-Tabs-panel h2,
.woocommerce div.product .woocommerce-Tabs-panel h3,
.woocommerce div.product .woocommerce-Tabs-panel h4,
.woocommerce div.product .woocommerce-Tabs-panel h5,
.woocommerce div.product .woocommerce-Tabs-panel h6{
	font-size:18px;
	line-height:1.5;
	color:#000000;
	font-weight:normal;
	margin:0 0 10px;
}
.woocommerce div.product .woocommerce-Tabs-panel p{
	margin:0 0 20px;
}
.woocommerce div.product .woocommerce-Tabs-panel h2{
	font-size:22px;
}
.woocommerce div.product .woocommerce-Tabs-panel h3{
	font-size:18px;
}
.woocommerce div.product .woocommerce-Tabs-panel h4{
	font-size:17px;
}
.woocommerce div.product .woocommerce-Tabs-panel h5{
	font-size:16px;
}
.woocommerce div.product .woocommerce-Tabs-panel h6{
	font-size:15px;
}
.woocommerce div.product .out-of-stock{
    display: flex;
    height: 48px;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 280px;
    border: solid 1px rgba(151, 151, 151, 0.38);
    font-size: 14px;
    font-weight: 600;
    color: #f44949;
}
.related.products h2{
	font-size:40px;
	text-align:center;
	margin:0 0 30px;
}
.related.products,
.pro-slider{
	position:relative;
}
.related.products{
	margin-top: 50px;
}
.products.slick-slider{
	position:static;
}
.products.slick-slider .slick-arrow,
.category-row.slick-slider .slick-arrow {
    position: absolute;
    right: 0px;
    top: 5px;
    display: inline-block;
    border: none;
    width: 40px;
    height: 35px;
    text-align: center;
    line-height: 28px;
    font-size: 18px;
    color: #2d2d2b;
    cursor: pointer;
    border-radius: 0px;
}
.products.slick-slider .slick-arrow.post-prev,
.category-row.slick-slider .slick-arrow.post-prev {
    right: 45px;
    left: auto;
    z-index: 99;
    background: url(../images/left-arrow.svg) no-repeat;
}
.products.slick-slider .slick-arrow.post-next,
.category-row.slick-slider .slick-arrow.post-next {
    background: url(../images/right-arrow.svg) no-repeat;
}
.pro-slider .products.slick-slider .slick-arrow{
	top:-70px;
	right:15px;
}
.category-row.slick-slider .slick-arrow {
	top:-70px;
}
.pro-slider .products.slick-slider .slick-arrow.post-prev{
	right: 60px;
}

.woocommerce div.product .woocommerce-Tabs-panel ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
	margin:0 0 20px;
}
.woocommerce div.product .woocommerce-Tabs-panel ul li{
	position:relative;
	padding-left:20px;
	margin:0 0 5px;
}
.woocommerce div.product .woocommerce-Tabs-panel ul li::before{
	content:'';
	position:absolute;
	left:1px;
	top:10px;
	display:inline-block;
	width:6px;
	height:6px;
	border-radius:50%;
	background:#2d7d4f;
}
.woocommerce div.product .woocommerce-tabs .panel{
	box-shadow:none;
	max-width:750px;
	margin:0 auto;
}
.woocommerce table.shop_attributes {
    border: none;
}
.woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th {
    background: none;
}
.woocommerce table.shop_attributes td, .woocommerce table.shop_attributes th {
    border-bottom: 1px solid rgba(151, 151, 151, 0.38);
}
.woocommerce table.shop_attributes th {
    line-height: 1.63;
    color: #000000;
    font-size: 15px;
    font-weight: 600;
}
.woocommerce table.shop_attributes td {
    font-size: 16px;
    line-height: 1.63;
    color: #000000;
	font-style:normal;
    font-style: 400;
	padding:10px;
}
.woocommerce table.shop_attributes td p{
	padding:0px;
	margin:0px !important;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text{
	border: none;
	border-radius:0px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p{
	font-size:16px;
}
.woocommerce #reviews #review_form .comment-reply-title{
	font-weight:600;
	display:block;
}
.woocommerce #reviews #comments .woocommerce-Reviews-title,
.woocommerce #reviews #review_form .comment-reply-title{
	font-weight:normal;
	padding:0 0 10px;
	margin:0 0 15px;
	text-transform:none;
	border-bottom: 1px solid rgba(151, 151, 151, 0.38);
}
.woocommerce #reviews #comments .woocommerce-Reviews-title span{
	font-weight:300;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{
	font-size:16px;
	line-height:22px;
	color:#000000;
	display:block;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text div:not(.star-rating):first-child{
	line-height:16px;
	margin-right:5px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong{
	font-weight:600;
	font-size:16px;
}
.comment-form label {
    display: inline-block;
    min-width: 129px;
    vertical-align: top;
    margin: 0px;
    padding-top: 0px;
    font-weight: 500;
    color: #000000;
    font-size: 16px;
	line-height:20px;
}
.woocommerce #review_form input[type="text"],
.woocommerce #review_form input[type="email"],
.woocommerce #review_form textarea{
    border: 1px solid rgba(151, 151, 151, 0.38);
	font-size: 14px;
	padding: 0px 10px;
	height: 46px;
	line-height: 46px;
	width: 100%;
	color:#43474f;
	box-shadow: none;
	-webkit-box-shadow: none;
	appearance: none;
	-webkit-appearance: none;
}
.comment-form-rating .stars {
    display: inline-block;
}
.woocommerce #review_form #respond textarea {
    width:  100%;
    line-height: 1.5;
    padding: 10px 10px;
}
#review_form .comment-form-cookies-consent {
    display: none !important;
}
.woocommerce #review_form #respond p {
    margin: 0 0 20px;
}
.woocommerce #review_form #respond p span {
    font-size: 20px;
}
.woocommerce #review_form p.stars{
	line-height:20px;
}
.woocommerce #review_form p.stars a {
    color: #2d7d4f;
	outline:none;
}
.woocommerce p.stars:hover a, .woocommerce p.stars.selected a {
    color: #2d7d4f !important;
}
.comment-form .comment-form-rating label {
    padding-top: 0px;
}
.woocommerce #review_form #respond p span#email-notes {
    font-size: 14px;
    display: block;
    color: #43474f;
}
.woocommerce #review_form #respond p.comment-notes,
.woocommerce #review_form #respond p.comment-notes span {
    font-size: 12px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text{
	padding:0px;
}
.woocommerce #review_form #respond .form-submit input, .woocommerce #review_form #respond .form-submit input:focus {
    background: #2d7d4f;
	font-size: 16px;
	line-height: normal;
	padding: 10px 40px;
	color:#fff;
	border-radius:0px;
	display: inline-block;
	text-transform: none;
	letter-spacing: 1px;
	font-weight: 500;
	margin: 5px 0;
	outline: none;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	border: 1px solid #2d7d4f;
}
.woocommerce #review_form #respond .form-submit input:hover {
    border: 1px solid 2d7d4f;
	color:#2d7d4f;
	background: #ffffff;
}
.scroll-pane {
    width: 100% !important;
    height: 200px;
    overflow: auto;
	padding-right:20px !important;
	outline: none;
}
.woocommerce .woocommerce-Reviews{
	outline:none;
}
.scroll-pane .jspPane{
	padding-right:15px !important;
}
.jspVerticalBar{
	background:#eae6df;
}
.jspDrag {
    background:#000000;
}
/** Product Slider **/
.woocommerce .pro-slider ul.products li.product,
.woocommerce .related.products ul.products li.product,
.pro-slider .woocommerce ul.products li.product{
    padding: 0 10px;
    box-sizing: border-box;
    margin: 0px;
    margin-bottom: 0px;
    width: 25%;
}
.woocommerce .pro-slider ul.products .slick-list,
.woocommerce .related.products ul.products .slick-list,
.pro-slider .woocommerce ul.products .slick-list{
    margin: 0 -10px;
}
.woocommerce .pro-slider ul.products li.first,
.woocommerce .related.products ul.products li.first {
    clear: none;
}
.single_variation_wrap .woocommerce-variation-price .price {
    display: block;
    width: 100%;
}
/** Cart Page **/
.woocommerce table.shop_table{
	background:#fff;
	border-radius:0px;
	border:none;
	font-size:14px;
	line-height:22px;
	table-layout: auto;
}
.woocommerce table.shop_table th{
	font-weight:600 !important;
	font-size:14px;
	line-height:normal;
	border-bottom:1px;
}
.woocommerce table.shop_table strong,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th{
	font-weight:600;
	color:#000000;
}
.woocommerce table.shop_table td {
    border-top: solid 1px rgba(151, 151, 151, 0.38);
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em;
}
.woocommerce .shop_table tbody tr td:last-child {
    text-align: right;
    padding-right: 0;
}
.woocommerce .shop_table tfoot tr td:last-child {
    text-align: right;
    padding-right: 0;
}
.woocommerce .shop_table thead tr th:last-child {
    text-align: right;
	padding-right: 0;
}
.woocommerce .shop_table tbody tr td:first-child {
    padding-left: 0;
}
.woocommerce .shop_table tfoot tr td:first-child,
.woocommerce .shop_table tfoot tr th:first-child {
    padding-left: 0;
}
.woocommerce .shop_table thead tr th:first-child {
	padding-left: 0;
}
.woocommerce table.shop_table thead th {
	color:#000000;
	text-transform:uppercase;
}
.woocommerce-cart-form .shop_table .product-remove .remove, #yith-wcwl-form .shop_table .product-remove .remove {
    background: #fff;
    border: solid 1px rgba(151, 151, 151, 0.38);
    color: #000000 !important;
    border-radius: 0px;
    height: 25px;
    width: 25px;
    display: block;
    margin: auto;
    font-size: 16px;
	line-height:21px;
}
.woocommerce-cart-form .shop_table .product-remove .remove:hover, #yith-wcwl-form .shop_table .product-remove .remove:hover{
	background-color:#000000;
	border-color:#000000;
	color:#fff !important;
	text-decoration:none !important;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: left;
    width: 100%;
}
.cart_totals h2,
.woocommerce-checkout h2,
.woocommerce-checkout h3,
.woocommerce .woocommerce-MyAccount-content h2,
.woocommerce .woocommerce-MyAccount-content h3,
.page-my-account .site-content h2,
.page-my-account .site-content h3,
.shop-general-title{
    font-size: 26px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: normal;
    color: #000000;
    margin: 0 0 10px;
	display:inline-block;
}
.woocommerce-cart form.woocommerce-cart-form {
    padding-right: 20px;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 44px;
}
.shop_table .product-name a:hover{
	text-decoration:underline;
}
#add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border-top: 1px solid #d8d8d8;
}
.woocommerce ul#shipping_method li label{
	font-size:14px;
	font-weight:600;
	display:inline-block;
}
.woocommerce .shop_table .product-name .variation{
	margin:5px 0 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table{
	margin: 0 0 19px;
}
/** Checkout page **/
.woocommerce form .form-row label {
    font-size: 15px;
    line-height: 20px;
    text-transform: none;
    color: #000000;
    margin-bottom: 4px;
    font-weight: 500;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    background-color: #ffffff;
    border: solid 1px rgba(151, 151, 151, 0.38);
    height: 44px;
    line-height: 20px;
    font-size: 15px;
    padding: 0 10px;
    border-radius: 0px;
    box-shadow: none;
	color: #000000;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.woocommerce form .form-row textarea{
	height:70px;
	width:100% !important;
	padding:5px 10px;
}
.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox{
	font-weight: 500;
    font-size: 15px;
    color: #000000;
    margin: 0 0 10px !important;
}
.select2-container--default .select2-selection--single {
    border: 1px solid rgba(151, 151, 151, 0.38);
    border-radius: 0px;
    outline: none;
	height: 44px;
	text-align: left;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 44px;
	font-size:15px;
}
.woocommerce .woocommerce-checkout .col2-set .col-1, .woocommerce .woocommerce-checkout .col2-set .col-2 {
    float: none;
    width: 100%;
}
.woocommerce .woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
.woocommerce .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper,
.woocommerce .woocommerce-checkout .woocommerce-additional-fields__field-wrapper,
.woocommerce .woocommerce-checkout p.create-account + .create-account{
    margin:0 -10px;
}
.woocommerce .woocommerce-checkout .form-row {
    padding: 3px 10px;
}
.woocommerce .woocommerce-checkout .outer .form-row {
    padding: 0px 0px;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last{
    width: 50%;
    overflow: visible;
    float: left;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 44px;
}
.woocommerce .woocommerce-checkout .checkbox input[type="checkbox"],
.woocommerce .woocommerce-checkout .checkbox-inline input[type="checkbox"] {
    position: relative;
    margin-left: 0;
    margin-top: 0;
    vertical-align: middle;
}
.woocommerce-shipping-fields label.checkbox span{
	display:inline-block;
	vertical-align:middle;
}
.woocommerce .woocommerce-checkout .checkbox, .woocommerce .woocommerce-checkout .checkbox-inline,.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme{
	position: relative;
	cursor: pointer;
}
.woocommerce .woocommerce-checkout .checkbox input[type="checkbox"], .woocommerce .woocommerce-checkout .checkbox-inline input[type="checkbox"],.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme input[type="checkbox"]{
    /*position: relative;
    margin-left: 0;
    margin-top: 0;
    vertical-align: middle;*/
    display: inline-block;
    margin: 0 5px 0 0;
    vertical-align: middle;
    opacity: 0;
    height: 22px;
    width: 22px;
    position: absolute;
    top: -3px;
    left: 0;
    /*z-index: 111;*/
}
.woocommerce .woocommerce-checkout .checkbox span, .woocommerce .woocommerce-checkout .checkbox-inline span,.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme span{
	display: block;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    padding-left: 25px;
    font-weight: 500;
    font-size: 15px;
    font-style: normal;
    font-stretch: normal;
    text-align: left;
    cursor: pointer;
    margin-left: 0px;
}
.woocommerce .woocommerce-checkout .checkbox span:before, .woocommerce .woocommerce-checkout .checkbox-inline span:before,.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme span:before{
	content: '';
    height: 15px;
    width: 15px;
    border: solid 1px rgba(151, 151, 151, 0.6);
    background-color: #fff;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 6px;
    font-size: 13px;
    position: absolute;
    top: 3px;
    font-weight: 400;
    left: 0;
}
.woocommerce .woocommerce-checkout .checkbox input[type="checkbox"]:checked + span:before, .woocommerce .woocommerce-checkout .checkbox-inline input[type="checkbox"]:checked + span:before,.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme input[type="checkbox"]:checked + span:before {
	content: "\f00c";
    font-family: 'fontawesome';
    background-color: #fff;
    color: #f57a59;
    line-height: 13px;
}
.woocommerce-shipping-fields label.checkbox span {
    margin-left: 5px;
}
.woocommerce-shipping-fields label.checkbox span {
    display: inline-block;
    vertical-align: middle;
}
.woocommerce-checkout h3 label {
    font-weight: 500;
    font-size: 14px;
}
.woocommerce-checkout-payment, .woocommerce-checkout #payment {
    background: #fff;
    border-radius: 0px;
}
.woocommerce-checkout #payment label{ 
	font-size:15px;
}
#add_payment_method #payment .payment_method_paypal .about_paypal, .woocommerce-cart #payment .payment_method_paypal .about_paypal, .woocommerce-checkout #payment .payment_method_paypal .about_paypal{
	font-size:12px;
	margin-left:5px;
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods, .woocommerce-checkout #payment .place-order {
    padding: 0px;
    background-color:transparent;
}
.woocommerce-checkout #payment div.form-row{
	padding:15px 0;
}
body.woocommerce-cart .site-main,
body.woocommerce-checkout .site-main{
	margin-top:0px;
}
body.woocommerce-account .woocommerce form .form-row {
    padding: 0 5px;
    margin: 0 0 15px;
}

#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li{
	border-bottom: solid 1px rgba(151, 151, 151, 0.38);
	padding:0 0 5px;
	margin:0 0 5px;
}
#add_payment_method #payment ul.payment_methods li:last-child, .woocommerce-cart #payment ul.payment_methods li:last-child, .woocommerce-checkout #payment ul.payment_methods li:last-child{
	border-bottom: none;
	padding:0px;
	margin:0;
}
#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li{
	position: relative;
}
#add_payment_method #payment ul.payment_methods li input[type="radio"], .woocommerce-cart #payment ul.payment_methods li input[type="radio"], .woocommerce-checkout #payment ul.payment_methods li input[type="radio"]{
    display: inline-block;
    margin: 0 5px 0 0;
    vertical-align: middle;
    opacity: 0;
    height: 22px;
    width: 22px;
    position: absolute;
    top: 3px;
    left: 0;
}
ul.payment_methods .woocommerce-SavedPaymentMethods li input[type="radio"]{
    display: inline-block;
    margin: 0 5px 0 0;
    vertical-align: middle;
    opacity: 1 !important;
    height: 22px;
    width: 22px;
    position: absolute;
    top: 3px;
    left: 0;
}
ul.payment_methods .woocommerce-SavedPaymentMethods li label{
    display: inline !important;
}
ul.payment_methods .woocommerce-SavedPaymentMethods{
    padding-left:0px !important;
}
#add_payment_method #payment ul.payment_methods li label, .woocommerce-cart #payment ul.payment_methods li label, .woocommerce-checkout #payment ul.payment_methods li label{
	display: block;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    padding-left: 25px;
    font-weight: 500;
    font-size: 15px;
    font-style: normal;
    font-stretch: normal;
    text-align: left;
    cursor: pointer;
    margin-left: 0px;
}
#add_payment_method #payment ul.payment_methods li label:before, .woocommerce-cart #payment ul.payment_methods li label:before, .woocommerce-checkout #payment ul.payment_methods li label:before{
	content: '';
    height: 18px;
    width: 18px;
    border: solid 1px rgba(151, 151, 151, 0.38);
    border-radius: 18px;
    background-color: #fff;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    position: absolute;
    /*top: 3px;*/
    top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: 400;
    left: 0;
}
#add_payment_method #payment ul.payment_methods li input[type="radio"]:checked + label:before, .woocommerce-cart #payment ul.payment_methods li input[type="radio"]:checked + label:before, .woocommerce-checkout #payment ul.payment_methods li input[type="radio"]:checked + label:before{
	content: "\f111";
    font-family: 'fontawesome';
    background-color: #fff;
    color: #1b2e4d;
    padding-left: 1px;
}
.woocommerce-privacy-policy-text {
    font-size: 14px;
    margin: 0 0 15px;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box{
	background: #b0d2ff;
    color: #000000;
}
#add_payment_method #payment div.payment_box::before, 
.woocommerce-cart #payment div.payment_box::before, 
.woocommerce-checkout #payment div.payment_box::before {
	top: -1em;
    content: "";
    display: block;
    border: 1em solid #b0d2ff;
    border-right-color: transparent;
    border-left-color: transparent;
	border-top-color: transparent;
}
#add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input{
	margin: 0 8px 0 0;
}
.woocommerce form .form-row.place-order p.form-row{
	padding:3px 0px;
}
.woocommerce form .form-row.place-order label{
	font-size:13px;
	line-height:18px;
}
/** Order thank you page **/
.woocommerce-order .woocommerce-notice--success {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 10px;
}
.woocommerce-thankyou-order-details.order_details {
    border: 1px solid #d8d8d8;
    padding: 10px;
    margin: 0 0 10px !important;
    list-style: none;
}
.woocommerce ul.order_details li {
    opacity: 1;
    font-size: 12px;
    line-height: 1.64;
    color: #43474f;
	border-right: 1px solid #d8d8d8;
}
.woocommerce ul.order_details li strong {
    color:#000000;
	font-size:14px;
}
.woocommerce .woocommerce-customer-details address {
    border: 1px solid #d8d8d8;
    border-radius: 0px;
    padding: 10px;
    line-height: 1.5;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
	content:'';
	display:none;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email, .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
    margin-bottom: 0;
    padding-left: 0;
}

/** Product Addons Plugin Custom CSS **/
.woocommerce .variations_form .variations tbody tr:last-child td.value{
	margin-bottom:0px;
}
.woocommerce div.product form.cart .reset_variations{
	display:none !important;
}
.woocommerce div.product form.cart .variations label {
    font-weight: 600;
}
.woocommerce .cart .wc-pao-addon label,
.woocommerce .cart .wc-pao-addon .wc-pao-addon-name{
	font-size:18px;
	line-height: normal;
  	letter-spacing: normal;
	color: #000000;
	font-weight:600;
	margin:0 0 8px;
	position:relative;
	display:block;
}
.woocommerce .cart .wc-pao-addon .wc-pao-addon-name .wc-pao-addon-image-swatch-price{
	display:none;
}
.woocommerce .cart .wc-pao-addon{
	border-bottom:1px solid #d8d8d8;
	padding:0 0 5px;
	margin:0 0 15px;
}
.woocommerce .cart .wc-pao-addon .wc-pao-addon-image-swatch img{
	width:65px;
	height:65px;
	object-fit:contain;
}
.woocommerce .cart .wc-pao-addon .wc-pao-addon-wrap{
	padding:0px;
	margin:0 -6px;
}
.woocommerce .cart .wc-pao-addon .wc-pao-addon-wrap .wc-pao-addon-image-swatch{
	margin:0 6px;
	margin-bottom: 12px;
}
.woocommerce .cart .wc-pao-addon .wc-pao-addon-wrap .wc-pao-addon-image-swatch::first-child{
	margin-left:0px;
}
.woocommerce .cart .wc-pao-addon .wc-pao-addon-wrap .wc-pao-addon-image-swatch::last-child{
	margin-right:0px;
}
.woocommerce .cart .wc-pao-addon .wc-pao-addon-image-swatch{
	padding:0px;
	outline:1px solid #979797;
}
.woocommerce .cart .wc-pao-addon .wc-pao-addon-image-swatch.selected{
	outline-color:#000;
	outline-width:2px;
}
.woocommerce div.product form.cart .variations{
	margin:0 0 25px;
	max-width: 100%;
    table-layout: fixed;
}
.woocommerce div.product form.cart .woocommerce-variation-price{
	margin:0 0 15px
}
.woocommerce div.product .product_meta > span {
    display: block;
    margin-bottom: 3px;
}
.woocommerce div.product form.cart {
    margin-bottom: 35px;
}
.woocommerce div.product .product_meta >  .sku_wrapper .sku{
	color:#2d7d4f;
}
.summary .inner-product-content.no-addtional-addons .single_variation_wrap{
	padding-top:0px;
	border-top:none;
}
.summary .inner-product-content.addtional-addons .single_variation_wrap .woocommerce-variation.single_variation{
	display:none !important;
}
.woocommerce .cart .wc-pao-addon .wc-pao-addon-wrap{
	display:none;
}
.addon-toggle {
    cursor: pointer;
}
.addon-toggle::after {
    content: "\f107";
    font-family: fontawesome;
    color: #000000;
    position: absolute;
    top: 1px;
    right: 0px;
    font-size: 22px;
    line-height: 22px;
    font-weight: normal;
}
.addon-toggle.open::after {
	transform:rotate(180deg);
}
.woocommerce div.product-addon-totals {
    margin: 15px 0;
    padding: 15px 25px;
	box-sizing:border-box;
    border:none;
    overflow: hidden;
	background:#f6f5f0;
	border-radius:0px;
}
.woocommerce div.product-addon-totals ul {
    padding: 0px;
	color: #000000;
}
.woocommerce div.product-addon-totals ul li{
	font-size:14px;
	letter-spacing: 0.44px;
}
.woocommerce div.product-addon-totals ul li span.amount{
	font-weight:600;
}
.woocommerce div.product-addon-totals ul li .wc-pao-col1 strong{
	font-weight:400;
}
.single-product div.product div.product-addon-totals .wc-pao-subtotal-line p.price{
	padding:0px;
	border:none;
	font-size: 14px;
	color:#000000;
	display:block;
	width:100%;
}
.single-product div.product div.product-addon-totals .sub-txt{
	display: inline-block;
	width: 30%;
	vertical-align: middle;
	margin-right: -4px;
}
.single-product div.product div.product-addon-totals .wc-pao-subtotal-line span.amount{
	display: inline-block;
	width: 70%;
	vertical-align: middle;
	margin: 0;
	text-align: right;
}
div.product-addon-totals .wc-pao-subtotal-line{
	border-top:1px solid rgba(151,151,151,0.4);
}
.woocommerce .shop_table ul.wc-item-meta{
	padding-left:0px;
}
.woocommerce .shop_table ul.wc-item-meta li{
	font-size: 14px;
}
.woocommerce .shop_table.cart td.product-name,
.woocommerce .shop_table.cart th.product-name{
	max-width:260px;
	min-width:260px;
}
.woocommerce .shop_table.cart td.product-name a{
	font-size:16px;
	color:#f57a59;
}
/** END Product Addons Plugin Custom CSS **/
.woocommerce #content table.wishlist_table.cart a.remove:hover {
    background-color: #000000;
}
.wishlist_table tr td,
.wishlist_table tr th.product-checkbox,
.wishlist_table tr th.wishlist-delete {
    text-align: left;
}
.ywsl-box a.ywsl-social:hover{
	color:#fff;
}
.form-row.form-row-wide.create-account.woocommerce-validated{
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
}
.product-addon-totals ul li .wc-pao-col1{
	max-width:250px;
}
.woocommerce div.product-addon-totals ul li{
	padding-left:0px;
}
.woocommerce-shipping-calculator .shipping-calculator-form p > .button{
	display: block;
	width: 100%;
}
.woocommerce-MyAccount-content fieldset h3{
	padding-left: 5px;
	padding-right: 5px;
}
.woocommerce div.product .pro-title-sec .product_title.mb-title{display: none;}
.woocommerce-checkout .woocommerce-error [data-id*="attendee"] {
  display: none !important;
}
.woocommerce-checkout #payment ul.payment_methods li .payment_method_stripe label:before{
	display: none !important;
}
.woocommerce-checkout #payment ul.payment_methods li .payment_method_stripe label{
	padding-left:0px !important;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-payment .checkbox span.required:before{
	display:none;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-payment .checkbox span.required{
	display:none;
}
.woocommerce-checkout #payment .wc-payment-form div.form-row {
    padding: 0 !important;
}
.wc-stripe-elements-field, .wc-stripe-iban-element-field {
    border: 1px solid #000 !important;
    padding: 10px !important; 
    color: #000 !important;
}
.woocommerce form .payment_method_stripe .form-row-first, .woocommerce form .payment_method_stripe .form-row-last, .woocommerce-page form .payment_method_stripe .form-row-first, .woocommerce-page form .payment_method_stripe .form-row-last{
	width:49% !important;
	margin-bottom: 0px !important;
}
.woocommerce form .payment_method_stripe .form-row-first, .woocommerce-page form .payment_method_stripe .form-row-first{
	margin-right:2% !important;
}
.woocommerce-checkout #payment div.payment_box p.woocommerce-SavedPaymentMethods-saveNew{
	padding:0px !important;
}
#wc-stripe-new-payment-method{
	vertical-align: middle !important;
}
.wc-stripe-error{
	line-height: 26px;
    padding: 7px 7px 7px 30px !important;
}
.wc-stripe-error::before{
	top: 7px !important;
    left: 10px !important;
}
.payment_method_stripe{
	font-size:15px !important;
}
.woocommerce-cart .woocommerce-message .button{
	display: none !important;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
select::-ms-expand {
    display: none;
}
.woocommerce ul.products li.product a img,
.woocommerce div.product div.images .wpgs-for img,
.woocommerce div.product div.images .wpgs-nav .slick-slide img,
.woocommerce .cart .wc-pao-addon .wc-pao-addon-image-swatch img{
		width:auto;
}
}
@media(min-width:1600px) {
.pro-slider .woocommerce ul.products li.product a img{
	height:320px;
}
}
@media(max-width:1199px) {
.woocommerce table.shop_table{
	table-layout: fixed;
}
	.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals { /*width: 40%;*/ }
	.payment_methods .wc_payment_method label{
		/*width:88%;*/
		vertical-align:top;
	}
	#add_payment_method #payment ul.payment_methods li img, .woocommerce-cart #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img{
		margin:0px;
	}
	#add_payment_method #payment .payment_method_paypal .about_paypal, .woocommerce-cart #payment .payment_method_paypal .about_paypal, .woocommerce-checkout #payment .payment_method_paypal .about_paypal{
		float: none;
		line-height: normal;
		display: inline-block;
		margin-left: 10px;
		vertical-align: middle;
	}
	#add_payment_method #payment ul.payment_methods li.wc_payment_method.payment_method_paypal label:before, .woocommerce-cart #payment ul.payment_methods li.wc_payment_method.payment_method_paypal label:before, .woocommerce-checkout #payment ul.payment_methods li.wc_payment_method.payment_method_paypal label:before{
		top: 25px;
	}
	.woocommerce ul.products li.product .pro-btn-sec{
		opacity:1;
	}
}
@media(max-width:991px) {
	.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
	    display: block;
	    text-align: left !important;
	    width: 100% !important;
	}
	.woocommerce .shop_table.cart td.product-name, .woocommerce .shop_table.cart th.product-name{
		max-width: 100%;
	}
	.woocommerce-cart-form .shop_table .product-remove .remove {
	    margin: 0px;
	}
	.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	    width: 100%;
	    float: none;
	}
	.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
	    display: block;
	    text-align: right !important;
	    width: 100% !important;
	    font-size: 13px;
	    position: relative;
    	padding-left: 90px;
	}
	.quantity .qty-minus, .quantity .qty-plus{
		font-size: 12px;
	}
	.quantity .qty.text{
		font-size: 14px;
	}
	.woocommerce-checkout #order_review_heading {
	    margin-top: 30px;
	}
	.woocommerce-column--shipping-address.col-2 .woocommerce-column__title{
		margin-top: 30px;
	}
	.woocommerce ul.order_details li strong{
		font-size: 13px;
	}
	.woocommerce ul.order_details li{
		    padding-right: 1em;
		    margin-right: 1em;
	}
	ul.products li.product .wishlist-heart {
    	top: 5px;
    	right: 8px;
	}
	.woocommerce form.login, .woocommerce form.register{
		height:auto !important;
	}
	/*.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
	    content: attr(data-title) ": ";
	    font-weight: 700;
	    float: left;
	}*/
	.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
	    content: attr(data-title) ": ";
	    font-weight: 700;
	    position: absolute;
	    left: 12px;
	    top: 50%;
	    transform: translateY(-50%);
	    -webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	    -o-transform: translateY(-50%);
	}
	.woocommerce td.product-name .wc-item-meta .wc-item-meta-label, .woocommerce td.product-name .wc-item-meta dt, .woocommerce td.product-name dl.variation .wc-item-meta-label, .woocommerce td.product-name dl.variation dt{
		float: none;
	}
	.woocommerce-shipping-calculator {
	    max-width: 450px;
	    margin-left: auto;
	}
	.woocommerce .shop_table.cart td.product-name a{
		font-size: 13px;
	}
		.woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
	    display: none;
	}
	.woocommerce table.shop_table_responsive thead, .woocommerce-page table.shop_table_responsive thead {
	    display: none;
	}
	.woocommerce table.shop_table_responsive tr td.product-remove::before,
	.woocommerce table.shop_table_responsive tr td.actions::before{
		display:none;
	}
	.woocommerce-cart form.woocommerce-cart-form{
		padding-right: 0px;
	}
	.woocommerce table.shop_table{
		border:1px solid rgba(0,0,0,.1); 
	}
	.woocommerce .shop_table tbody tr td:first-child,.woocommerce .shop_table thead tr th:first-child,.woocommerce .shop_table tfoot tr td:first-child, .woocommerce .shop_table tfoot tr th:first-child{
		padding-left: 12px;
	}
	.woocommerce .shop_table tbody tr td:last-child,.woocommerce .shop_table thead tr th:last-child,.woocommerce .shop_table tfoot tr td:last-child{
		padding-right: 12px;
	}
	.related.products .slick-dots{
		margin-bottom: 0px;
		margin-top: 15px;
	}
	.related.products .slick-dots li{
		position: relative;
		width: auto;
		height: auto;
	    display: inline-block;
	    margin: 0 5px;
	    padding: 0;
	    cursor: pointer;
	}
	.related.products .slick-dots li button{
		font-size: 0;
	    line-height: 0;
	    display: block;
	    width: 10px;
	    height: 10px;
	    border: 0;
	    border-radius: 10px;
	    -webkit-border-radius: 10px;
	    cursor: pointer;
	    color: transparent;
	    outline: none;
	    background: #e5e5e5;
	    padding: 0;
	}
	.related.products .slick-dots li.slick-active button{
		background: #2d7d4f;
	}
	.related.products .slick-dots li button:before{
		display: none;
	}
	/* New Cart page */
	.woocommerce table.shop_table_responsive.cart thead, .woocommerce-page table.shop_table_responsive.cart thead{
		display: table-header-group;
	}
	.woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail{
    	display:table-cell;
		padding-left:0px;
	}
	.woocommerce table.shop_table_responsive.cart tr td::before, .woocommerce-page table.shop_table_responsive.cart tr td::before{
		display:none;
	}
	.woocommerce table.shop_table_responsive.cart tr td, .woocommerce-page table.shop_table_responsive.cart tr td {
    	display: table-cell;
    	text-align: left !important;
		padding:9px 12px;
		box-sizing:border-box;
	}
	.woocommerce table.shop_table_responsive.cart tr td.actions, .woocommerce-page table.shop_table_responsive.cart tr td.actions {
		padding:0px;
		padding-top:15px;
	}
	.woocommerce table.shop_table_responsive.cart tr, .woocommerce-page table.shop_table_responsive.cart tr{
		display:table-row;
	}
	#add_payment_method table.cart .product-thumbnail, .woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail {
    	min-width: 62px;
		display:none;
	}
	.woocommerce table.shop_table_responsive.cart tbody tr td.product-remove,
	.woocommerce table.shop_table_responsive.cart tr th.product-remove{
		width: 0px !important;
		padding: 0px;
		position: relative;
	}
	.woocommerce table.shop_table_responsive.cart tbody tr td.product-remove .remove {
		position: absolute;
		top: 3px;
		left: -10px;
		z-index: 2;
	}
	.woocommerce .shop_table.cart td.product-name, .woocommerce .shop_table.cart th.product-name {
    	max-width: 100%;
   		min-width: 100%;
	}
	.woocommerce .shop_table.cart td.product-thumbnail, .woocommerce .shop_table.cart th.product-thumbnail,
	.woocommerce .shop_table.cart td.product-quantity, .woocommerce .shop_table.cart th.product-quantity{
		width:100px !important;
	}
	.woocommerce .shop_table.cart td.product-thumbnail, .woocommerce .shop_table.cart th.product-thumbnail{
		width:65px !important;
	}
	.woocommerce table.shop_table.cart {
    	border: none;
	}
	.woocommerce table.shop_table.cart td.product-name .wc-item-meta .wc-item-meta-label, .woocommerce table.shop_table.cart td.product-name .wc-item-meta dt, .woocommerce table.shop_table.cart td.product-name dl.variation .wc-item-meta-label, .woocommerce table.shop_table.cart td.product-name dl.variation dt{
		float:left;
	}
	.woocommerce-cart form.woocommerce-cart-form {
    	padding-right: 0;
	}
	.woocommerce-cart-form .shop_table.cart .product-remove .remove, #yith-wcwl-form .shop_table.cart .product-remove .remove {
		background: #f57a59;
		border: solid 1px #f57a59;
		color: #ffff !important;
		height: 20px;
		width: 20px;
		font-size: 15px;
		line-height: 16px;
		border-radius: 50%;
	}
	.woocommerce table.cart td.product-thumbnail > a{
		display:block;
		padding:3px;
		box-sizing:border-box;
		text-align:center;
		border:solid 1px rgba(151, 151, 151, 0.38);
	}
	.woocommerce ul.products li.product a.button.loading::after{top: 12px;}
	.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: transparent;
}
.woocommerce table.shop_table_responsive.cart tr td.product-subtotal, .woocommerce-page table.shop_table_responsive.cart tr td.product-subtotal{
	text-align: right !important;	
}
.woocommerce-cart .cart-collaterals .cart_totals table {
    margin: 0 0 0px;
}
}
@media(max-width:767px) {
.woocommerce form .payment_method_stripe .form-row-first, .woocommerce form .payment_method_stripe .form-row-last, .woocommerce-page form .payment_method_stripe .form-row-first, .woocommerce-page form .payment_method_stripe .form-row-last{
	width:100% !important;
	margin-right:0px !important;
	margin-bottom: 15px !important;
}
.woocommerce form .payment_method_stripe .form-row-last, .woocommerce-page form .payment_method_stripe .form-row-last{
	margin-bottom: 0px !important;
}
.cart_totals h2, .woocommerce-checkout h2, .woocommerce-checkout h3, .woocommerce .woocommerce-MyAccount-content h2, .woocommerce .woocommerce-MyAccount-content h3, .page-my-account .site-content h2, .page-my-account .site-content h3, .shop-general-title{
	font-size:22px;
	}
	.pro-sub-title{
		text-align:center;
	}
	.woocommerce table.shop_table_responsive.cart tbody tr td.product-remove .remove {
    left: -4px;
}
div.quantity .plus:before {
    top: 7px;
}
	.woocommerce table.shop_table {
   		table-layout: auto;
	}
	body.woocommerce .woocommerce-loop-product__title,
	body .pro-slider .woocommerce-loop-product__title{
	    font-size: 15px !important;
	    line-height: 20px;
	}
	.woocommerce ul.products li.product .price, .woocommerce ul.products li.product .price .amount {
	    font-size: 17px;
	}
	.woocommerce ul.products li.product .price del .amount {
	    font-size: 13px;
	    line-height: 20px;
	}
	.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
	    float: none;
	    width: 100%;
	}
	#wrapper .woocommerce-info, #wrapper .woocommerce-error, #wrapper .woocommerce-message {
	    line-height: 20px;
	    padding-left: 40px;
	}
	body .woocommerce-error::before,body .woocommerce-info::before,body .woocommerce-message::before {
	    left: 12px;
	}
	.woocommerce ul.order_details li {
	    border-right: none;
	    border-bottom: 1px solid #d8d8d8;
	    padding: 6px 0;
	    float: none;
	    width: 100%;
	    margin-right: 0px;
	}
	body .woocommerce-form-coupon-toggle .woocommerce-info::before{
		height: 17px;
	}
	.related.products{
		margin-top: 30px;
	}
	.woocommerce table.shop_table_responsive.cart thead tr th.product-price, .woocommerce table.shop_table_responsive.cart thead tr th.product-subtotal {
    	display: none;
	}
	.woocommerce table.shop_table_responsive.cart tbody tr td.product-price, .woocommerce table.shop_table_responsive.cart tbody tr td.product-subtotal {
    	display: none;
	}
}
@media(max-width:480px) {
	.woocommerce ul.products li.product a img {
	    height: 155px;
	}
	.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce .login .form-row .button, .woocommerce a.button.alt {
	    font-size: 12px;
	    /*padding: 12px 10px !important;*/
	}
	.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
	    float: none;
	    margin: 0px 0px .5em 0px;
	}
	.woocommerce #content table.cart td.actions .coupon .button.alt, .woocommerce #content table.cart td.actions .coupon .input-text+.button, .woocommerce table.cart td.actions .coupon .button.alt, .woocommerce table.cart td.actions .coupon .input-text+.button, .woocommerce-page #content table.cart td.actions .coupon .button.alt, .woocommerce-page #content table.cart td.actions .coupon .input-text+.button, .woocommerce-page table.cart td.actions .coupon .button.alt, .woocommerce-page table.cart td.actions .coupon .input-text+.button{
		float: none;
		width: 100%;
	}
	.woocommerce ul.products li.product .button, .woocommerce ul.products li.product .added_to_cart.wc-forward{
		font-size:12px;
	}
	.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
	    width: 100% !important;
	}
	.apply-coupon-btn {
	    width: 100% !important;
	    margin-top: 0.5em !important;
	}
	.woocommerce .shop_table dl.variation::before,.woocommerce td.product-name .wc-item-meta::before{
		content: '';
		display: table;
	}
	.woocommerce .shop_table dl.variation::after,.woocommerce td.product-name .wc-item-meta::after{
		content: '';
		display: table;
		clear: both;
	}
	.woocommerce .shop_table dl dt{
		/*width: 60%;
	    text-align: left;
	    margin: 0 !important;*/
	}
	.woocommerce .shop_table dl dd{
		/*float: right;
   	 	width: 40%;*/
	}
	#order_review .shop_table.woocommerce-checkout-review-order-table dl dt,.woocommerce td.product-name .wc-item-meta li strong{
		width: 100%;
	    text-align: left;
	    margin: 0 !important;
	    float: none !important;
	}
	#order_review .shop_table.woocommerce-checkout-review-order-table dl dd,.woocommerce td.product-name .wc-item-meta li p{
		float: none;
    	width: 100%;
	}
	.product-addon-totals ul li .wc-pao-col1 {
	    max-width: 220px;
	}
	.woocommerce table.shop_table,.woocommerce .shop_table ul.wc-item-meta li{
		font-size: 13px;
	}
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after{ display:none; }
.cmspage-content .product-name a{
	text-decoration:none;
}
.woocommerce .wishlist-items-wrapper del {
    font-size: 12px;
}
.woocommerce .wishlist-items-wrapper ins {
	text-decoration:none;
}
.woocommerce .wishlist-items-wrapper .qty-text {
    font-size: 12px;
	margin-bottom:0px;
}
.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-error .button{
	display:none;
}
@media(min-width:1200px){
.woocommerce .woocommerce-MyAccount-navigation .menu-open{
	display:none !important;
}
}
@media(max-width:1199px){
	div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images { width:45%; }
	div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{ width: 55%; padding-left: 30px;}
	.woocommerce div.product div.images .wpgs-for img { height:400px; }
	.woocommerce div.product div.images .wpgs-nav .slick-slide img { height: 75px; }
	.woocommerce div.product .summary .inner-product-content { padding: 0 0px 0 50px; }
	.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper { padding:20px 0; }
	.woocommerce div.product .product_title { font-size:26px; }
	div.product-addon-totals ul li.wc-pao-row-quantity-based { padding-left:0px; }
	.woocommerce .summary .price {/* padding: 10px 0 10px;*/ padding: 0px; }
	.price .start-txt.qty-text { top: 5px; }
	.woocommerce .summary .price, .woocommerce .summary .price .amount { font-size: 24px; }
	.top-banner {
	    height: 225px;
	    margin: 0 0 20px;
	}
	.pro-sub-title{
		font-size:13px;
	}
	.woocommerce ul.products li.product a img {
	    height: 165px;
	}
	.woocommerce ul.products li.product .price, .woocommerce ul.products li.product .price {
	    margin: 0 0 10px;
	}
	.woocommerce ul.products li.product .button, .woocommerce ul.products li.product .added_to_cart.wc-forward{
		font-size:12px;
		padding:8px 12px !important;
	}
	.woocommerce ul.products .product-inner {
	    padding: 10px 10px;
	}
	.woocommerce ul.products li.product .onsale, .woocommerce span.onsale {
	    letter-spacing: 1px;
	    padding:4px 6px;
	    top: 5px;
	    left: 5px;
	}
	.shop-sidebar-wrap {
	    padding-right: 0;
	}
	.shop-sidebar-wrap .product-filter h3 {
	    letter-spacing: 1px;
	}
	.shop-sidebar-wrap .product-filter {
	    margin-bottom: 15px;
	}
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product{
		clear:none !important;
		margin-bottom:0px !important;
	}
	.woocommerce .shop-list-pg ul.products li.product, .woocommerce-page .shop-list-pg ul.products li.product {
	    padding: 0 10px;
	    margin-bottom: 20px !important;
	}
	.woocommerce .shop-list-pg ul.products, .woocommerce-page .shop-list-pg ul.products {
	    margin: 0 -10px;
	    margin-top:5px;
	}
	.woocommerce .pro-slider ul.products li.product a img, .woocommerce .related.products ul.products li.product a img, .pro-slider .woocommerce ul.products li.product a img {
	    height: 225px;
	}
	.woocommerce .pro-slider ul.products li.product, .woocommerce .related.products ul.products li.product, .pro-slider .woocommerce ul.products li.product {
	    padding: 0 10px;
	}
	.woocommerce .pro-slider ul.products .slick-list, .woocommerce .related.products ul.products .slick-list, .pro-slider .woocommerce ul.products .slick-list {
	    margin: 0 -10px;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child a{ border-bottom:none !important; }
	.woocommerce .woocommerce-MyAccount-navigation .menu-open {
	    background: #2d7d4f;
	    color: #fff !important;
	    border: 2px solid #2d7d4f;
	    padding: 7px 15px;
	    position: relative;
	}
	.woocommerce .woocommerce-MyAccount-navigation .menu-open::after {
	    content: "\f107";
	    display: block;
		color: #fff;
	    position: absolute;
	    top: 2px;
		font-size:20px;
	    right: 10px;
	    font-family: 'FontAwesome';
	}
	.woocommerce .woocommerce-MyAccount-navigation .menu-open.active::after {
	    content: "\f106";
	}
	.woocommerce .woocommerce-MyAccount-navigation ul {
	    border: 1px solid #ccc;
	}
	.woocommerce-MyAccount-navigation ul li {
    	border-bottom: 1px solid #ccc;
	}
	.woocommerce-account .woocommerce-MyAccount-content, .woocommerce-account .woocommerce-MyAccount-navigation {
	    width: 100%;
		margin:0 0 10px;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation {
		margin-bottom: 20px;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation ul li.static-menu.heading {
	    display: none;
	}
	.woocommerce-MyAccount-navigation ul li {
	    padding: 0px;
		margin-bottom:0px;
	}
	.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
		text-decoration:none;
		display:block;
		padding: 10px 15px;
	}
	.woocommerce-MyAccount-navigation ul li a::after {
		display: inline-block;
		font-family: "fontawesome";
		font-style: normal;
		font-weight: normal;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		float: left;
		margin-top: 3px;
		margin-right: 10px;
}
	.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a::after {content: "\f0e4";}
	.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a::after { content: "\f058"; }
	.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--queue-list a::after { content: "\f022"; }
	.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a::after { content: "\f019"; }
	.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a::after { content: "\f041"; }

	.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a::after { content: "\f007"; }
	.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a::after { content: "\f08b"; }
	.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a::after { content: "\f09d"; }
	.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--0 a::after { content: "\f011"; }
	.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active a {
	    background: #f57a59;
		color:#fff;
		font-weight:600;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation ul {
	    min-height: auto !important;
	    height: auto !important;
	    background-color: #fff;
	}
	.woocommerce-MyAccount-navigation ul li:last-child {
	    border-bottom: none;
	}
	.woocommerce div.product-addon-totals {
	    padding: 12px 12px;
	}
	.cart_totals h2, .woocommerce-checkout h2, .woocommerce-checkout h3, .woocommerce .woocommerce-MyAccount-content h2, .woocommerce .woocommerce-MyAccount-content h3, .page-my-account .site-content h2, .page-my-account .site-content h3{
		font-size:26px;
		margin: 0 0 5px;
	}
	body .wishlist_table.mobile{
		padding:0px;
		list-style-type:none;
	}
	body .wishlist_table.mobile li{
	    width: 100%;
	    margin-bottom:15px;
	    border: 1px solid #d8d8d8;
		padding:10px;
	}
	.wishlist_table.mobile li .additional-info-wrapper .product-remove {
	    text-align: right;
	    display: inline-block;
	    vertical-align: middle;
		width:20%;
	}
	.wishlist_table.mobile li .additional-info-wrapper .product-remove a{
		font-size:32px;
		line-height:38px;
	}
	.wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart{
		 display: inline-block;
	    vertical-align: middle;
		margin:0px;
		padding:0px;
		width:80%;
		margin-right:-4px;
		text-align: left;
	}
	.wishlist_table.mobile li .item-wrapper .product-thumbnail {
	    max-width: 100px;
	}
	.wishlist_table.mobile li .item-wrapper .item-details {
	    width: calc(100% - 120px);
		border-left: 1px solid #d8d8d8;
	    padding-left: 15px;
	}
	.wishlist_table.mobile li .item-details table.item-details-table td.label{
		color:#000000;
		font-weight:600;
		font-size:14px;
		display: none;
	}
	.wishlist_table.images_grid li .item-details table.item-details-table td.value, .wishlist_table.mobile li .item-details table.item-details-table td.value, .wishlist_table.mobile li table.additional-info td.value, .wishlist_table.modern_grid li .item-details table.item-details-table td.value{
		text-align:left;
		display:block;
		width:100%;
	}
	.wishlist_table.images_grid li .item-details table.item-details-table td, .wishlist_table.mobile li .item-details table.item-details-table td, .wishlist_table.mobile li table.additional-info td, .wishlist_table.modern_grid li .item-details
	 table.item-details-table td{
		font-size:15px;
		line-height:22px;
	}
	.wishlist_table.mobile li .item-details table.item-details-table td.value ins{
		text-decoration:none;
	}
	.wishlist_table.mobile li .item-details table.item-details-table td.value .qty-text{
		margin-bottom:0px;
		font-size:12px;
	}
	.wishlist_table.mobile li .additional-info-wrapper{
		padding-top:10px;
		margin-top:10px;
		border-top:1px solid #d8d8d8;
	}
	.wishlist_table.mobile li .item-wrapper{
		margin-bottom:0px;
	}
	.wishlist_table.images_grid li .item-details h3, .wishlist_table.mobile li .item-details h3, .wishlist_table.modern_grid li .item-details h3{
		font-size:22px;
	}
	body .wishlist_table .product-add-to-cart a{
		display:inline-block !important;
		text-align:left !important;
		margin:0px !important;
	}
	.woocommerce .widget_price_filter .price_label {
	    float: left;
	}
	.woocommerce ul.products li.product .pro-img {
	    margin: 0 0 15px;
	}
	.woocommerce div.product span.onsale{left: 105px; top: 10px;}
	body.woocommerce-cart .site-main,
	body.woocommerce-checkout .site-main{
		margin-top:10px;
	}
}
@media(min-width:992px){
.shop-sidebar-wrap .shop-sidebar-inner {
    display: block !important;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .menu-open{
	display:none !important;
}
#mob-filter-title,
#mob-filter-closed{
	display:none !important;
}
}
@media(max-width:991px){
	div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images { width:45%; }
	.shop-list-pg.no-pro-available .shop-sidebar-wrap{padding-bottom:35px;}
	div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{ width:55%; }
	.woocommerce div.product div.images .wpgs-for img { height:300px; }
	.woocommerce div.product div.images .wpgs-nav .slick-slide img { height: 60px; }
	.woocommerce div.product .summary .inner-product-content { padding: 0 0px 0 30px; }
	.woocommerce .images .wpgs-for { margin: 0 0 20px; }
	.woocommerce div.product .product_title { font-size:22px; }
	.woocommerce div.product .woocommerce-product-details__short-description { padding: 5px 0 0; }
	.quantity .qty-minus, .quantity .qty-plus { width: 45px; }
	.quantity .qty.text { width: 45px; }
	.woocommerce-Tabs-panel .woocommerce-Reviews .comments-txt.scroll-pane{ height:auto !important; }
	.col-sm-4.pro-spc {
	    width: 100%;
	}
	.col-sm-8.pro-spc {
	    width: 100%;
	}
	.offer-img {
	    text-align: center;
	}
	.woocommerce .shop-list-pg ul.products[class*=columns-] li.product:nth-child(2n), .woocommerce-page .shop-list-pg ul.products[class*=columns-] li.product:nth-child(2n){
		float:left !important;
	}
	.shop-sidebar-wrap .entry-title {
	    font-size: 18px;
	}
	.woocommerce .pro-slider ul.products li.product a img, .woocommerce .related.products ul.products li.product a img, .pro-slider .woocommerce ul.products li.product a img {
	    height: 165px;
	}
	.woocommerce-MyAccount-content .woocommerce-Addresses .col-1,
	.addresses.woocommerce-columns--addresses .col-1{
		float:left;
		width:48%;
	} 
	.woocommerce-MyAccount-content .woocommerce-Addresses .col-2,
	.addresses.woocommerce-columns--addresses .col-2{
		float:right;
		width:48%;
	}
	.woocommerce-column--shipping-address.col-2 .woocommerce-column__title {
   		 margin-top: 0;
	}
	.woocommerce .widget_price_filter .price_label {
    	float: right;
	}
	.shop-sidebar-wrap {
		position: relative;
	}
	.shop-sidebar-wrap .filter-btn{
		display:inline-block !important;
		position:absolute;
		top:0px;
		left:0px;
		z-index:99;
	}
	.shop-sidebar-wrap .filter-btn::before{
		content:'';
		display:inline-block;
		background:url(../images/filter.svg) no-repeat;
		width:15px;
		height:15px;
		vertical-align:middle;
		margin-right:5px;
	}
	.shop-sidebar-wrap .shop-sidebar-inner {
	    padding:65px 15px 15px 15px;
	    overflow-y: auto;
	    box-shadow: inset -10px 0px 19px -10px rgba(0,0,0,0.3);
	    -webkit-box-shadow:inset -10px 0px 19px -10px rgba(0,0,0,0.3)
	    -webkit-transition: left 0.5s;
	    transition: left 0.5s;
	    width: 280px;
	    z-index: 999999;
	    background-color: #FFF;
	    left: -300px;
	    position: fixed;
	    top: 0px;
	    bottom: 0px;
	}
	.shop-sidebar-wrap .shop-sidebar-inner #mob-filter-title{
		position: absolute;
		top: 0px;
		display: block;
		text-align: center;
		left: 0;
		right: 0;
		border-bottom: 1px solid;
		padding:10px 0;
		margin: 0 15px;
		border-bottom: solid 1px rgba(151, 151, 151, 0.38);
	}
	.shop-sidebar-wrap .shop-sidebar-inner #mob-filter-closed {
		height: 40px;
		width: 40px;
		position: absolute;
		top: 0px;
		right: 5px;
		content: "X";
		font-size: 22px;
		color: #000000;
		text-align: center;
		line-height: 40px;
		display: block;
		cursor: pointer;
		z-index: 1;
	}
	.shop-sidebar-wrap .shop-sidebar-inner.open-filter{
		left: 0px;
		top: 0px;
	}
	.shop-sidebar-wrap .filter-overlay{
	    position: fixed;
	    top: 0px;
	    right: 0;
	    bottom: 0px;
	    background: rgba(0, 0, 0, 0.5);
	    display: none;
	    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
	    -webkit-transition: opacity 1s;
	    transition: opacity 1s;
	    left: 0;
	    opacity: 0;
	    z-index: 99999;
	}
	.shop-sidebar-wrap .shop-sidebar-inner.open-filter + .filter-overlay {
	    opacity: 1;
	    display: block;
	}
	.woocommerce ul.products li.product .pro-img {
	    margin: 0 0 10px;
	}
	.woocommerce div.product span.onsale{left: 82px;}
	div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
		padding-left:0px !important;
	}
	.woocommerce div.product .pro-title-sec .product_title{display: none;}
	.woocommerce div.product .pro-title-sec .product_title.mb-title{display: block; margin-bottom: 20px;}
	div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{ width:100%; margin-top:30px; }
	div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images { width:100%; }
	.woocommerce #content table.cart td.actions .coupon .button, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon input, .woocommerce table.cart td.actions .coupon .button, .woocommerce table.cart td.actions .coupon .input-text, .woocommerce table.cart td.actions .coupon input, .woocommerce-page #content table.cart td.actions .coupon .button, .woocommerce-page #content table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon input, .woocommerce-page table.cart td.actions .coupon .button, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon input{
		width: 48%;
    	box-sizing: border-box;
	}
	.woocommerce #content table.cart td.actions .button, .woocommerce table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page table.cart td.actions .button {
    display: block;
    width: 100%;
}
.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon{
	float:none;	
}
.woocommerce #content table.cart td.actions .coupon .button.alt, .woocommerce #content table.cart td.actions .coupon .input-text+.button, .woocommerce table.cart td.actions .coupon .button.alt, .woocommerce table.cart td.actions .coupon .input-text+.button, .woocommerce-page #content table.cart td.actions .coupon .button.alt, .woocommerce-page #content table.cart td.actions .coupon .input-text+.button, .woocommerce-page table.cart td.actions .coupon .button.alt, .woocommerce-page table.cart td.actions .coupon .input-text+.button{
	float:right;
	margin-bottom:8px;
}
	.woocommerce table.shop_table_responsive tbody th, .woocommerce table.shop_table_responsive thead, .woocommerce-page table.shop_table_responsive tbody th, .woocommerce-page table.shop_table_responsive thead {
    display: none;
}
}
@media(max-width:767px) {
	div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{ width:100%; margin-top:30px; }
	div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images { width:100%; }
	.woocommerce div.product .summary .inner-product-content { padding: 0; }
	.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper { padding:0px 0px 20px 0px; }
	.woocommerce div.product div.images .wpgs-for img { height:350px; }
	.woocommerce div.product div.images .wpgs-nav .slick-slide img { height: 110px; }
	.woocommerce div.product form.cart .variations { margin: 0 0 20px; }
	.woocommerce .summary .price, .woocommerce .summary .price .amount { font-size: 20px; }
	.woocommerce div.product .product_title { font-size: 22px; }
	.woocommerce .cart .wc-pao-addon { margin: 0 0 5px; padding:0px; }
	.summary .single_variation_wrap { padding-top:8px; }
	.woocommerce .cart .wc-pao-addon label, .woocommerce .cart .wc-pao-addon .wc-pao-addon-name { padding-right: 18px; font-size:16px; }
	.woocommerce-products-header .page-title {
	    margin: 0 0 15px;
	}
	.woocommerce ul.products li.product .button, .woocommerce ul.products li.product .added_to_cart.wc-forward{
		font-size:11px;
	}
	.woocommerce div.product-addon-totals {
	    padding: 10px;
	}
	.cart_totals h2, .woocommerce-checkout h2, .woocommerce-checkout h3, .woocommerce .woocommerce-MyAccount-content h2, .woocommerce .woocommerce-MyAccount-content h3, .page-my-account .site-content h2, .page-my-account .site-content h3{
		font-size:24px;
	}
	.wishlist_table.images_grid li .item-details h3, .wishlist_table.mobile li .item-details h3, .wishlist_table.modern_grid li .item-details h3 {
	    font-size: 20px;
	}
	.mobile-footer-sticky{
	    position: fixed;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    background: #fff;
	    padding: 10px 10px 5px 10px;
	    border-top: solid 1px rgba(151, 151, 151, 0.38);
	    z-index: 1024;
	    display: block !important;
		padding:10px 15px;
		box-sizing:border-box;
	}
	.inner-mobile-footer{
		max-width:280px;
		margin:0 auto;
	}
	.woocommerce div.quantity .qty {
	    width: 45px;
	    height: 45px;
	    line-height: 45px;
	    font-size: 16px;
	}
	div.quantity .plus, div.quantity .minus{
		height:23px;
	}
	.woocommerce div.product form.cart .button, .woocommerce div.product form.cart .button.disabled {
	    font-size: 15px;
		padding: 10px 14px !important;
		min-width: 195px;
		margin-left: 10px;
	}
	.woocommerce div.product form.cart {
	    margin-bottom: 10px;
	}
	.woocommerce div.product form.cart .woocommerce-variation-price {
	    margin: 0;
	}
	.woocommerce #content-woocommerce .woocommerce-result-count,
	#pg-results{
		display:none !important;
	}
	.woocommerce div.product .product_meta{
		margin-bottom: 30px;
	}
	div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
		padding-left: 0px;
	}
	.vertical-img-left.wpgis-slider-for {
	    width: 100%;
	    float: none;
	    margin-left: 0;
	}
	#wpgis-gallery .slick-slide{
		margin:0px 5px;
	}
	.woocommerce div.product span.onsale{
		left: 10px;
	}
	.wpgis-slider-for .slick-slide > img:not(.zoomImg){
		height: 346px !important;
	}
	.wpgis-slider-for .zoom:not(.slick-slide) > img.size-shop_single {
		height: 346px !important;
	}
	.related.products h2{
		font-size: 30px;
	}
}
@media(max-width:665px) {
	.top-banner {
	    height: 185px;
	}
	.woocommerce .shop-list-pg ul.products li.product, .woocommerce-page .shop-list-pg ul.products li.product {
	    width: 50% !important;
	}
	.woocommerce-page .shop-list-pg ul.products li.product:nth-child(3n+1){
		clear:none !important;
	}
	.woocommerce-page .shop-list-pg ul.products li.product:nth-child(2n+1){
		clear:both !important;
	}
	.wpgis-slider-for .slick-slide > img:not(.zoomImg) {
	    height: 246px !important;
	}
	.wpgis-slider-for .zoom:not(.slick-slide) > img.size-shop_single {
		height: 246px !important;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li a { font-size: 14px; color: #000000; }
	.woocommerce-tabs.wc-tabs-wrapper .menu-open {
		font-size: 14px;
		line-height: 14px;
		font-weight: 600;
		letter-spacing: normal;
		color: #fff;
		padding: 15px 10px;
		box-sizing: border-box;
		border: 2px solid #2d7d4f;
		background: #2d7d4f;
		position: relative;
	}
	.woocommerce div.product .woocommerce-tabs .panel{ margin-top:15px; }
	.woocommerce-tabs.wc-tabs-wrapper .menu-open::after {
		content: "\f107";
		/*background: url(../images/arrow-up.svg) no-repeat;
		width: 10px;
		height: 6px;*/
		font-family: 'FontAwesome';
		color:#fff;
		font-size: 20px;
		position: absolute;
		top: 50%;
		right: 10px;
		font-weight: normal;
		/*transform: rotate(180deg);*/
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		transition: transform .3s ease-in-out;
		-webkit-transition: transform .3s ease-in-out;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs::before,
	.woocommerce div.product .woocommerce-tabs ul.tabs::after{ display:none; }
	.woocommerce-tabs.wc-tabs-wrapper .menu-open.active::after { /*transform: rotate(0deg);*/content: "\f106"; }
	.woocommerce div.product .woocommerce-tabs ul.tabs{
		border: solid 1px rgba(151, 151, 151, 0.38);
		background:#fff;
	    margin: 0 0 20px;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { border-bottom: none; color: #fff; background:#2d7d4f; }
	.woocommerce div.product .woocommerce-tabs ul.tabs li{ display:block; padding:0px; }
	.woocommerce div.product .woocommerce-tabs ul.tabs li a{
		padding: 15px 10px;
		border-bottom:solid 1px rgba(151, 151, 151, 0.38) !important;
		display:block;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover, .woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
		box-shadow: none;
	}
}
@media(max-width:480px) {
	.woocommerce-billing-fields .outer .inner {
    width: 100%;
    float: none;
}
.woocommerce-billing-fields .outer .inner:nth-child(odd) {
    margin-right: 0;
}
	.quantity .qty-minus, .quantity .qty-plus { width:43px; }
	.quantity .qty.text { width:43px; }	
	.woocommerce .summary .yith-wcwl-add-to-wishlist a { width: 150px; font-size: 12px; }
	
	.woocommerce div.product div.images .wpgs-for img { height:300px; }
	.woocommerce div.product div.images .wpgs-nav .slick-slide img { height: 95px; }
	.top-banner {
	    height: 155px;
	}
	.woocommerce .shop-list-pg ul.products li.product, .woocommerce-page .shop-list-pg ul.products li.product {
	    padding: 0 5px;
	    margin-bottom: 15px !important;
	}
	.woocommerce .shop-list-pg ul.products, .woocommerce-page .shop-list-pg ul.products {
	    margin: 0 -5px;
	    margin-top: 15px;
	}
	.woocommerce ul.products li.product a img {
	    height: 130px;
	}
	.woocommerce .pro-slider ul.products li.product a img, .woocommerce .related.products ul.products li.product a img, .pro-slider .woocommerce ul.products li.product a img {
	    height: 130px;
	}
	.woocommerce ul.products li.product .onsale, .woocommerce span.onsale{
		font-size:11px;
		padding: 2px 5px;
		letter-spacing:0.5px;
	}
	.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
	    margin-right: 0;
	}
	.shop-sidebar-wrap .filter-btn {
		top: 2px;
	}
	.woocommerce #content-woocommerce .woocommerce-result-count{
		margin:0px;
	}
	.top-pro-sec {
	    padding-bottom: 5px;
	}
	.pro-sub-title{
		display:none;
	}
	.woocommerce .pro-slider ul.products li.product, .woocommerce .related.products ul.products li.product, .pro-slider .woocommerce ul.products li.product {
	    padding: 0 5px;
	}
	.woocommerce .pro-slider ul.products .slick-list, .woocommerce .related.products ul.products .slick-list, .pro-slider .woocommerce ul.products .slick-list {
	    margin: 0 -5px;
	}
	.cart_totals h2, .woocommerce-checkout h2, .woocommerce-checkout h3, .woocommerce .woocommerce-MyAccount-content h2, .woocommerce .woocommerce-MyAccount-content h3, .page-my-account .site-content h2, .page-my-account .site-content h3{
		font-size:22px;
	}
	.wishlist_table.mobile li .item-wrapper .product-thumbnail {
	    max-width: 100%;
	    text-align: center;
	    width: 100%;
	}
	.wishlist_table.mobile li .item-wrapper .item-details {
	    width: 100%;
	    border-left: none;
	    padding-left: 0;
	    border-top: 1px solid #d8d8d8;
	    padding-top: 10px;
	    margin-top: 5px;
	}
	.wishlist_table.mobile li .item-wrapper{
		width:100%;
	}
	.wishlist_table.mobile li .additional-info-wrapper {
	    margin-top: 5px;
	}
	.wishlist_table.mobile li .additional-info-wrapper .product-remove a {
	    font-size: 26px;
	    line-height: 32px;
	}
	.woocommerce-MyAccount-content .woocommerce-Addresses .col-1,
	.woocommerce-MyAccount-content .woocommerce-Addresses .col-2,
	.addresses.woocommerce-columns--addresses .col-1,
	.addresses.woocommerce-columns--addresses .col-2{
		float:none;
		width:100%;
	}
	.woocommerce-column--shipping-address.col-2 .woocommerce-column__title {
   		 margin-top: 25px;
	}
	body .woocommerce-error::before, body .woocommerce-info::before, body .woocommerce-message::before {
	    top: 12px;
	}
	.woocommerce div.product form.cart .button, .woocommerce div.product form.cart .button.disabled {
	    margin-left: 10px;
	}
	.woocommerce div.product form.cart .variations select{
		max-width:100%;
		min-width:100%;
	}
}
@media(max-width:374px) {
	.woocommerce .shop-list-pg ul.products li.product, .woocommerce-page .shop-list-pg ul.products li.product {
	    width: 100% !important;
	}
	.woocommerce ul.products li.product a img {
	    height: 200px;
	}
	.woocommerce .woocommerce-ordering select {
	    width: 160px;
	    padding: 0 5px;
	    font-size: 13px;
	}
	.woocommerce-page .shop-list-pg ul.products li.product:nth-child(2n+1){
		clear:none !important;
	}
}
/* My account Login */
.thb-myaccount-login {
    display: block;
    padding: 0 15px;
    max-width: 520px;
    margin: 0 auto;
}
.thb-overflow-container {
    overflow: hidden;
    padding: 40px 0;
}
.login-page-form {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    display: flex;
    justify-content: center;
}
.login-page-form li {
    display: inline-flex;
    align-items: center;
    padding: 0 15px;
}
.login-page-form li a {
    font-weight: 600;
    position: relative;
    color: #bababa;
    transition: all 0.25s cubic-bezier(0.104, 0.204, 0.492, 1);
}
.login-page-form li a:hover,.login-page-form li a.active {
    color: #2d7d4f;
}
.login-page-form li a:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border-bottom: 1px solid #2d7d4f;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    transition: all 0.25s cubic-bezier(0.104, 0.204, 0.492, 1);
}
.login-page-form li a.active:before {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.thb-form-container {
    display: flex;
    width: 200%;
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    transition: all 0.25s cubic-bezier(0.104, 0.204, 0.492, 1);
}
.thb-form-container.register-active {
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.thb-form-container .thb-login-form, .thb-form-container .thb-register-form {
    padding: 0 1px;
    width: 100%;
    will-change: opacity;
    transition: all 0.25s cubic-bezier(0.104, 0.204, 0.492, 1);
}
.thb-form-container .thb-lost-form, .thb-form-container .thb-register-form {
    opacity: 0;
}
.thb-form-container.register-active .thb-login-form {
    opacity: 0;
}
.thb-form-container.register-active .thb-register-form {
    opacity: 1;
}
.woocommerce .thb-myaccount-login form.login, .woocommerce .thb-myaccount-login form.register{
	background-color: transparent;
    border-color: transparent;
    margin:0px;
    padding:0px; 
}
body.woocommerce .thb-myaccount-login form .form-row, body.woocommerce-page .thb-myaccount-login .form-row, body.woocommerce-page .lost-password-form-outer .form-row {
    width: 100%;
    display: block;
    float: none;
    margin:0px 0px 15px 0px !important;
    padding:0px !important;
}
.thb-register-form .button {
    width: 100%;
}
.thb-login-form .woocommerce-LostPassword {
    display: flex;
    flex-direction: column;
    clear: both;
    margin-bottom: 15px;
}
.thb-login-form .woocommerce-LostPassword a {
    display: inline-block;
    clear: left;
    font-size: 14px;
    vertical-align: middle;
}
.thb-myaccount-login label.woocommerce-form__label-for-checkbox.inline span {
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
}
#wrapper .thb-myaccount-login .woocommerce-error{
	margin-bottom: 0px;
}
.thb-myaccount-login .woocommerce-privacy-policy-text{
	font-size: 16px;
}
.lost-password-form-outer{
	padding: 40px 0px;
    max-width: 500px;
    margin: 0 auto;
}
.lost-password-form-outer .form-row{
	width: 100% !important;
	margin-bottom: 15px;
}
.lost-password-form-outer .form-row .button{
	width: 100%;
}
body.woocommerce-account:not(.logged-in) .breadcrumb-list,
body.woocommerce-account:not(.logged-in) .entry-header{
	display:none !important;
}
@media only screen and (min-width: 768px){
	/* My account Login */
	.thb-login-form .woocommerce-LostPassword {
	    flex-direction: row;
	    justify-content: space-between;
	}
}


.woocommerce-account .woocommerce-order-details .outer .inner{
	width: 50%;
    float: left;
	padding:0px 10px;
	margin-top: 10px;
}
.woocommerce-account .woocommerce-order-details .outer{
	margin:0px -10px;
}
.woocommerce .shop_table tbody tr td.product-total{
    vertical-align: top;
}
.woocommerce-order-received .woocommerce-order-details .outer .inner{
	width: 33.33%;
    float: left;
	padding:0px 10px;
	margin-top: 10px;
}
.woocommerce-order-received .woocommerce-order-details .outer{
	margin:0px -10px;
}
.woocommerce .shop_table tbody tr td.product-total{
    vertical-align: top;
}
.woocommerce-add-payment-method .woocommerce-Payment .woocommerce-PaymentMethod{
	padding:30px !important;
	padding-bottom:20px !important;
}
.woocommerce-add-payment-method #add_payment_method{
	max-width:600px !important;
}
#add_payment_method #payment{
    background: #f2f2f2;
}
#add_payment_method #payment div.payment_box .form-row{
	padding:0px;
}
#add_payment_method #payment div.payment_box{
    margin: 0;
}
.woocommerce-checkout .woocommerce-form-login{
	background-color: #b0d2ff !important;
    border: none;
    padding: 10px 15px !important;
    border-radius: 0px;
    margin: 1em 0 !important;
    color: #000;
}
#order_review .woocommerce-terms-and-conditions-wrapper .form-row .input-checkbox{
	display: inline-block;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    position: relative;
}
@media(max-width:1199px) {
.woocommerce-order-received .woocommerce-order-details .outer .inner{
	width: 50%;
}	
.woocommerce-add-payment-method #add_payment_method {
    max-width: 100% !important;
}	
.woocommerce-cart #main article,.woocommerce-checkout #main article {
    padding-bottom: 0px;
}
.woocommerce-checkout article .post-data {
    margin-top: 0px;
}
}
@media(max-width:580px) {
.woocommerce-account .woocommerce-order-details .outer .inner{
	width: 100%;
    float: none;
	margin-top: 20px;
}
.woocommerce-order-received .woocommerce-order-details .outer .inner{
	width: 100%;
    float: none;
	margin-top: 20px;
}
ul.payment_methods .woocommerce-SavedPaymentMethods li label{
    font-size:13px !important;
}
.woocommerce-add-payment-method .woocommerce-Payment .woocommerce-PaymentMethod {
    padding: 15px !important;
    padding-bottom: 15px !important;
}
}