/*
Theme Name: zcurtains

WooCommerce styles override
*/

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

table.shop_table_responsive tbody th {
	display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * General WooCommerce components
 */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.required {
	color: #f00;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
	background-color: #0f834d;
	clear: both;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
	background-color: #3d9cd2;
}

.woocommerce-error {
	background-color: #e2401c;
}

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

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

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

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

/**
 * WooCommerce widgets
 */

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

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

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

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

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

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

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

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

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

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

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	height: 100%;
}
.block__content-pruduct{
	display: flex;
    justify-content: space-between;
}
.block__content-pruduct .left-side{
	width: 50%;
}
.block__content-pruduct .right-side{
	width: 41%;
}
.block__content-pruduct .woocommerce-product-gallery__image .wp-post-image{
	width: 100% !important;
	height: 100% !important;
}
.block__content-pruduct .woocommerce-product-gallery{
	width: 100% !important;
}
.breadcrumb_custom{
	background: #F2F9F8;
	display: grid;
	justify-content: center;
	margin-bottom: 50px;
}
.breadcrumb_custom .woocommerce-breadcrumb{
    display: flex;
	flex-direction: row;
	font-size: 12px;
	line-height: 24px;
}
.breadcrumb_custom main{
	padding: 13px 0 !important;
}
.woocommerce-breadcrumb {
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: #999999;
}
.woocommerce-breadcrumb a{
	font-weight: 400;
	font-size: 12px;
	line-height: 24px;
	text-decoration-line: underline;
	color: #00A99D;
}
.woocommerce-breadcrumb a::after{
	content: url(../zcurtains/assets/images/breadcrumb-arrow.svg);
	margin: 0 10px;
}
.block__content-pruduct .product_title{
	font-weight: 400;
	font-size: 48px;
	line-height: 43px;
	color: #100C08;
}
.block__content-pruduct .price{
	margin: 50px 0;
}
.block__content-pruduct .woocommerce-Price-amount {
	font-size: 32px;
}
.block__content-pruduct .single_add_to_cart_button{
	background: #00A99D;
	border-radius: 10px;
	font-weight: 700;
	font-size: 15px;
	line-height: 26px;
	color: #FFFFFF;
	padding: 10px 50px;
}
.product_sku{
	font-weight: 300 !important;
	color: #100C08;
	margin: 1em 0;
}
.related_sec{
	background: #F2F9F8;
	padding: 50px 0;
}
.related_sec .products ul{
	position: relative;
	display: flex;
}
.block__content-pruduct .quantity{
  display: inline-flex;
  margin: 0 0 50px;
  border: 1px solid #B3B3B3;
  border-radius: 50px;
  padding: 2px;
}
.block__content-pruduct .qty_button{
	min-width: 50px;
    height: 50px;
    padding-bottom: 1px;
    border-radius: 50%;
    background: #00A99D;
    color: #fff;
    font-size: 32px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}
.block__content-pruduct .qty_button:hover{
    background: #008379;
}
.input-text.qty.text{
	max-width: 70px;
    text-align: center;
    font-size: 24px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
}
input[type='number'] {
    -moz-appearance: textfield !important;
}
.worko-tabs {
	width: 100%;
}
.worko-tabs .state {
	position: absolute;
	left: -10000px;
}
.worko-tabs .flex-tabs {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	color: #A5A5A5;
}
.worko-tabs .flex-tabs .tab {
	flex-grow: 1;
	max-height: 40px;
	font-size: 21px;
}
.worko-tabs .flex-tabs .panel {
	background-color: #fff;
	padding: 20px 0;
	color: #000;
	display: none;
	width: 100%;
	flex-basis: auto;
	font-weight: 300;
    font-size: 18px;
	line-height: 24px;
}
.worko-tabs .tab {
	display: inline-block;
	padding: 10px 0;
	vertical-align: top;
	cursor: hand;
	cursor: pointer;
}
#tab-one:checked ~ .tabs #tab-one-label,
#tab-two:checked ~ .tabs #tab-two-label,
#tab-three:checked ~ .tabs #tab-three-label,
#tab-four:checked ~ .tabs #tab-four-label {
	cursor: default;
	color: #000;
}  
#tab-one:checked ~ .tabs #tab-one-panel,
#tab-two:checked ~ .tabs #tab-two-panel,
#tab-three:checked ~ .tabs #tab-three-panel,
#tab-four:checked ~ .tabs #tab-four-panel {
	display: block;
}
.block__content-pruduct .right-side hr{
	margin: 40px 0 10px;
}
.catalog-prod ul.products li.product img {
	width: 100%;
	height: auto;
}
.catalog-prod ul li .woocommerce-loop-product__title{
	font-size: 28px !important;
    line-height: 32px;
	margin-top: 10px;
    margin-bottom: 10px;
}
.block-filter{
	display: block !important;
    margin: 30px 0 20px;
}
.block-filter .woocommerce-ordering .orderby{
	font-weight: 600 !important;
    font-size: 16px !important;
}
.small-btns .small{
	position: relative;
}
.small-btns .small .count{
	position: absolute;
    right: 7px;
    top: 4px;
    font-size: 15px;
    line-height: 14px;
}
.block-filter .prdctfltr_close_sidebar{
	background: #00A99D;
	display: flex !important;
    width: 150px;
    padding: 8px !important;
    margin: 10px;
    justify-content: center;
    border-radius: 10px;
    color: #fff;
	font-size: 15px;
	line-height: 26px;
}
.block-filter .prdctfltr_close_sidebar:hover{
	background: #008379;
}
.block-filter .prdctfltr_wc.pf_arrow .prdctfltr_woocommerce_ordering {
    background-color: #F2F9F8 !important;
}
.catalog-prod .btn-more{
	color: #204d49;
}
.catalog-prod .btn-more:hover{
	opacity: .6;
}
.catalog-prod ul .product{
	background: #f2f9f9;
    padding: 15px;
    border-radius: 10px;
}
.catalog-prod .product h2{
	font-size: 32px !important;
    line-height: 50px;
    margin-bottom: 10px;
    font-weight: 400;
}
.catalog-prod .product .woocommerce-Price-amount{
	font-size: 21px;
}
.breadcramb-catalog{
	margin: 0 !important;
}
.banner-catalog{
	position: relative;
	overflow: hidden;
	background: linear-gradient(91.92deg, #00A99D 8.61%, #18726B 100.76%);
}
.bg-category{
	position: absolute;
    top: -15px;
    z-index: 1;
    max-width: 630px;
    right: 0px;
}
.woocommerce-products-header__title {
	color: #fff !important;
    padding: 100px 0;
    margin: 0 !important;
    max-width: 600px;
}
.sec-cart .shop_table{
	width: 100%;
}
.banner-grean{
	background: linear-gradient(91.92deg, #00A99D 8.61%, #18726B 100.76%);
	color: #fff;
	margin-bottom: 100px;
}
.banner-grean h1{
	padding: 50px 0;
	color: #fff;
	font-weight: 700;
	font-size: 58px;
	line-height: 70px;
    text-align: center;
}
.sec-cart .shop_table thead{
	background: #00A99D !important;
	color: #fff !important;
}
.sec-cart .shop_table thead .product-name{
	padding: 10px 5px !important;
}
.sec-cart .shop_table tbody .woocommerce-cart-form__cart-item{
	height: 200px !important;
	background:	#F2F9F8;
}
.sec-cart .shop_table tbody .actions{
	display: none !important;
}
.sec-cart .product-remove a{
	text-align: center !important;
    font-size: 26px;
    color: #204d49;
}
.pf_rngstyle_thin .irs-from, .pf_rngstyle_thin .irs-to, .pf_rngstyle_thin .irs-single {
    font-size: 14px !important;
    background: #008379 !important;
}
.sec-cart .quantity{
	display: inline-flex;
	border: 1px solid #E3E3E3;
    border-radius: 50px;
    padding: 2px;
}
.sec-cart .qty_button{
	min-width: 40px;
    height: 40px;
    padding-bottom: 1px;
    border-radius: 50%;
    background: #00A99D;
    color: #fff;
    font-size: 28px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}
.shop_table thead th{
	text-align: center !important;
}
.shop_table tbody td{
	text-align: center !important;
}
.prod__tabs .product-details li{
	display: flex;
	justify-content: space-between;
	padding: 1em 0;
    border-top: 1px solid #E0DFDC;
}
.prod__tabs .product-details .product-detail-info{
	font-weight: 300;
    font-size: 23px;
}
.product-details li:first-child {
    border-top: none;
}
.woocommerce-notices-wrapper{
	position: absolute;
    right: 5rem;
    top: 6rem;
	width: 100%;
    max-width: 350px;
    text-align: center;
}
.woocommerce-message {
	background: #00A99D !important;
	padding: 15px;
	width: 100%;
	max-width: 400px;
    border-radius: 10px;
    border: 1.5px solid #fff;
    color: #fff;
}
.sec-cart .cart-collaterals{
	max-width: 400px;
    margin-left: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}
.cart-collaterals h2{
	font-size: 28px;
    line-height: 50px;
    margin-bottom: 15px;
	background: #00A99D;
	color: #fff;
	padding-left: 10px;
}
.cart-collaterals .wc-proceed-to-checkout{
	margin-top: 30px;
}
.woocommerce-info{
	padding: 20px;
    color: #fff;
    border-radius: 10px;
    margin: 50px;
    text-align: center;
}
.return-to-shop {
    margin: 0 0 100px !important;
}
#customer_login{
	display: flex;
    flex-direction: row-reverse;
	width: 100%;
	justify-content: space-between;
}
#customer_login h3{
	font-weight: 100;
    font-size: 28px;
    line-height: 1.2;
	margin-bottom: 20px;
}
#customer_login .left-side{
	width: 48%;
	padding-bottom: 100px;
}
#customer_login .right-side{
	width: 48%;
}
.woocommerce-form-login label{
	display: none !important;
}
.woocommerce-form-login{
	background: #204d49;
	color: #fff !important;
	padding: 20px;
}
.woocommerce-form-login input{
	background: #fff;
    color: #404040 !important;
    padding: 10px;
    font-size: 14px;
    border-radius: 10px;
    margin-bottom: 20px;
    width: 100%;
    max-width: 350px;
}
.form-acc{
	max-width: 360px;
    margin: 0 auto;
    padding: 15px 0;
}
.green{
	background: #204d49;
	padding: 20px;
	margin-bottom: 150px;
	border-radius: 10px;
}
.green h3{
	color: #fff !important;
	text-align: center;
}
.prdctfltr_buttons a{
	background: #00A99D !important;
	border-radius: 10px;
	font-weight: 700;
	font-size: 15px 20px;
	line-height: 26px;
	color: #fff;
	padding: 10px;
	max-width: 180px;
	text-align: center;
	border: 2px solid transparent;
	transition: .3s;
}
.prdctfltr_buttons a:hover{
	background: transparent !important;
	border: 2px solid #00A99D;
	color: #00A99D;
}
.prdctfltr_title_selected{
	display: inline-flex !important;
	background: #00A99D !important;
	color: #fff !important;
	border-radius: 5px !important;
    padding: 8px 15px !important;
	font-size: 14px !important;
	height: 35px !important;
}
.prdctfltr_title_added {
    color: #00ff11 !important;
	margin-right: 3px;
}
.prdctfltr_wc.prdctfltr_square .prdctfltr_filter label.prdctfltr_active>span:before {
    width: 15px !important;
    height: 15px !important;
    border:	2px solid #fff !important;
    box-shadow: 0px 0px 0px 2px #00A99D !important;
    margin-top: 3px;
    margin-right: 12px;
    box-sizing: content-box;
    background: #008379 !important;
	border-radius: 3px !important;
}
.prdctfltr_wc.prdctfltr_square .prdctfltr_filter label>span:before {
    width: 15px !important;
    height: 15px !important;
    border: 2px double transparent !important;
    box-shadow: 0 0 0 2px #ccc !important;
    background-color: #fff;
	border-radius: 3px !important;
}
.prdctfltr_collector{
	transition: .3s !important;
}
.prdctfltr_regular_title{
	font-size: 16px !important;
    margin-bottom: 5px;
}
.prdctfltr_woocommerce_filter_title{
	font-size: 18px;
    margin-bottom: 10px;
}
.prdctfltr_buttons{
	display: flex;
}
.prdctfltr_reset{
	background: transparent !important;
	border-radius: 10px;
	font-weight: 700;
	font-size: 15px;
	line-height: 26px !important;
	color: #00A99D;
	padding: 10px 20px;
	max-width: 180px;
	text-align: center;
	border: 2px solid #00A99D;
	transition: .3s;
}
.prdctfltr_reset:hover{
	background: #008379 !important;
	color: #fff;
	border: 2px solid #00A99D;
}
.prdctfltr_ft_none{
	display: none !important;
}
#customer_login .left-side input{
	border: 2px solid #008379 !important;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 15px;
	width: 100%;
}
#customer_login .left-side label{
	display: none !important;
	margin: 0; 
}
.b2bking_custom_registration_container label{
	display: none !important;
}
#customer_login .required{
	display: none !important;
}
.woocommerce-privacy-policy-text{
	margin: 20px 0;
}
.woocommerce-privacy-policy-link{
	display: contents !important;
	color: #008379 !important;
}
#b2bking_registration_roles_dropdown{
	border: 2px solid #008379 !important;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 10px;
	width: 100%;
}
.woocommerce-password-strength {
	text-align: center !important;
    font-size: 14px !important;
}
.woocommerce-password-hint{
	font-size: 12px;
    line-height: 12px;
	margin-bottom: 10px !important;
}
.block__content-pruduct .price del{
	text-decoration: line-through;
    font-size: 26px;
	color: #878787;
	text-decoration-color: #000;
}
.price  del bdi{
	font-size: 26px;
    margin-right: 10px;
}
.price ins{
	text-decoration: none !important;
    font-size: 32px;
}
.price ins bdi{
	color: #000;
}
.onsale{
	display: none !important;
}
.catalog-prod .price ins {
    text-decoration: none !important;
    font-size: 21px !important;
}
.catalog-prod .price  del{
	font-size: 19px;
}
.catalog-prod .price  del bdi{
	font-size: 17px;
}
.account__dashboard{
	display: flex;
    width: 100%;
    justify-content: space-between;
	margin: 50px 0;
}
.account__dashboard .woocommerce-MyAccount-navigation{
	width: 20%;
}
.account__dashboard .woocommerce-MyAccount-content{
	width: 75%;
	border: 2px solid #008379;
	border-radius: 10px;
	padding: 10px;
}
.account-banner{
	margin: 0;
    padding: 50px 0;
    font-size: 42px;
	text-align: left;
}
.account__dashboard .woocommerce-MyAccount-navigation-link{
	background: #00A99D;
	color: #fff;
	margin-bottom: 15px;
	padding: 8px;
	border-radius: 5px;
	transition: .3s;
}
.account__dashboard .woocommerce-MyAccount-navigation-link:hover{
	background: #008379;
}
.account__dashboard .woocommerce-MyAccount-navigation-link.is-active{
	background: #008379;
}
.account__dashboard .woocommerce-message{
	margin: 0;
    width: 100%;
    max-width: 100%;
}
.woocommerce-MyAccount-content p a{
	color: #00A99D;
    display: inline-block;
}
.woocommerce-MyAccount-content p a:hover{
	color: #008379;
}
.catalog-prod .woocommerce-pagination {
	text-align: center;
}
.catalog-prod .woocommerce-pagination ul {
	display: inline-flex;
	margin: 30px 0 50px;
    align-items: center;
}
.catalog-prod .page-numbers .next.page-numbers{
	background: #00A99D;
	color: #fff;
	padding: 10px;
	border: 2px solid transparent;
	margin-left: 20px;
	border-radius: 10px;
	transition: .3s;
	line-height: 18px;
}
.catalog-prod .page-numbers .next.page-numbers:hover{
	background: transparent;
	color: #00A99D;
	border: 2px solid #00A99D;
}
.catalog-prod .page-numbers .prev.page-numbers{
	background: #00A99D;
	color: #fff;
	padding: 10px;
	border: 2px solid transparent;
	margin-right: 20px;
	border-radius: 10px;
	transition: .3s;
	line-height: 18px;
}
.catalog-prod .page-numbers .prev.page-numbers:hover{
	background: transparent;
	color: #00A99D;
	border: 2px solid #00A99D;
}
.catalog-prod li .page-numbers{
	font-size: 18px;
	margin: 0 10px;
	color: #ccc;
}
.catalog-prod li .page-numbers.current{
	color: #000 !important;
	font-size: 19px;
}
label.prdctfltr_active .prdctfltr_customize_block {
    padding: 2px;
    border: 2px solid #008379 !important;
    box-shadow: 0px 4px 9px -3px rgba(0,0,0,0.3);
}
.woocommerce-loop-category__title mark{
	display: none !important;
}
.catalog-prod ul .product-category{
	background: transparent !important;
    padding: 0 !important;
    border-radius: 0 !important;
}
.product-category h2{
	font-size: 32px !important;
    line-height: 36px !important;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 400;
}
.thwepo_option_custom_curtains .thwepo_number{
	display: grid;
}
.thwepo_option_custom_curtains .thwepo_inputtext{
	display: grid;
}
.thwepo_option_custom_curtains input{
	border: 2px solid #00A99D;
	border-radius: 10px;
	width: 100% !important;
}
.thwepo_select.heading_style{
	display: grid;
}
.thwepo_select.lining{
	display: grid;
}
.thwepo_select{
	display: grid;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 2px solid #00A99D;
    border-radius: 10px !important;
}
.select2-container .select2-selection--single {
    height: 35px !important;
    margin: 0px 0 -2px;
}
.thwepo-conditional-field .label{
	display: block !important;
}
.thwepo-conditional-field .value {
	display: block !important;
}
.thwepo_number .value{
	margin: 10px 0 20px;
}
.thwepo_inputtext.heigh .value{
	margin: 10px 0 20px;
}
.thwepo_number.width{
	display: grid !important;
}
.thwepo_number.width .value input{
	border: 2px solid #00A99D;
    border-radius: 10px !important;
}
.thwepo_inputtext.heigh{
	display: grid !important;
}
.thwepo_inputtext.heigh .value input{
	border: 2px solid #00A99D;
    border-radius: 10px !important;
}
.thwepo_inputtext.name_room{
	display: grid !important;
}
.thwepo_inputtext.name_room  .value input{
	order: 2px solid #00A99D !important;
    border-radius: 10px !important;
}
.thwepo_select .value {
	margin: 10px 0 20px;
}
.thwepo_inputtext .value{
	margin-bottom: 20px;
}
.text-cell{
	display: block;
}
#quantity_title{
	margin-bottom: 10px;
}
dl.variation{
	display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: start;
}
.sec-cart .variation-Color .thwepo-image-item{
	display: inline-flex !important;
    align-items: center !important;
}
.catalog-prod .product-category{
	width: 32.1% !important;
}
.catalog-prod .product-category:not(:last-of-type){
	margin-right: 20px !important;
}
.catalog-prod .product-category:last-of-type{
	margin-right: 0px !important;
}
.thwepo-image-group-item input[type=radio]:checked+.thwepo-image-group-lable .thwepo-image-box {
    border: 2px solid #00A99D !important;
}
.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_mod_row .prdctfltr_filter_inner {
    margin: 0 !important;
}
.related_sec .products a img{
	width: 100%;
    display: block;
    height: 100%;
}
.related_sec .products a h2 {
	font-size: 28px;
    line-height: 32px;
    margin-bottom: 10px;
}
.related_sec {
    padding: 50px 0;
    height: 100%;
    display: flex;
	margin-top: 70px;
}
.woocommerce-checkout .woocommerce-input-wrapper input{
	border: 2px solid #00A99D !important;
    border-radius: 10px !important;
	width: 100% !important;
	padding: 8px;
}
.woocommerce-checkout .form-row{
	display: grid;
}
.shop_table .product-name a{
	text-align: left;
    font-weight: 700;
    margin: 20px 0 5px;
}
.block-chackout{
	display: flex;
	justify-content: space-between;
}
.block-chackout .left-side{
	width: 45%;
}
.block-chackout .right-side{
	width: 50%;
}
#billing_company_field{
	display:  block !important;
}
.woocommerce-billing-fields .form-row{
	margin-bottom: 10px;
}
#billing_country_field .select2-selection{
	background: #00a99d;
    color: #fff !important;
}
#order_comments{
	border: 2px solid #00A99D !important;
	width: 100%;
	border-radius: 10px;
	height: 80px;
	padding: 5px;
	resize: none;
}
#select2-billing_country-container{
	color: #fff !important;
}
.select2-selection__arrow b{
	border-color: #fff transparent transparent transparent !important;
}
textarea{
	resize: none;
}
.emoji{
	display: none !important;
}
.woocommerce-checkout-review-order-table tfoot{
	background: #00a99d;
    border-spacing: 0 !important;
    border: none !important;
    color: #fff;
	border-radius: 10px;
	margin: 10px 0;
}
.shop_table{
	border-spacing: 0 !important;
}
.woocommerce-checkout-review-order-table .product-name{
	text-align: left !important;
}
.woocommerce-checkout-review-order-table tfoot tr{
	height: 30px !important;
}
.woocommerce-checkout-review-order-table tfoot tr th{
	text-align: left;
	padding-left: 5px;
}
.wc_payment_methods .wc_payment_method{
	border: 2px solid #00a99d;
    border-radius: 10px;
    padding: 10px;
    margin: 15px 0;
}
#place_order{
	background: #00a99d;
    color: #fff;
    padding: 15px 45px;
    max-width: 200px;
    font-size: 16px;
    border-radius: 10px;
    margin: 40px 0 100px auto;
}
#place_order:hover{
	background: #008379;
    color: #fff;
}
.woocommerce-checkout-review-order-table tbody{
	background: #f2f9f9;
}
.woocommerce-checkout-review-order-table tbody .product-name{
	font-weight: 600;
    padding: 10px 5px;
}
#name_room{
	border: 2px solid #00A99D;
}
#order_review .cart_item dd{
	margin-left: auto;
	margin-right: 10px;
}
#shipping_company_field{
	display: block !important;
}
.woocommerce-checkout-review-order-table .thead .product-name{
	padding-left: 5px !important;
}
.woocommerce-checkout-review-order-table .thead .product-total{
	padding-right: 5px !important;
}
#order_comments_field{
	margin-bottom: 100px;
}
.b2bking_custom_registration_role_367 label[for=b2bking_field_678]{
	font-size: 24px;
	display: block !important;
	margin: 20px 0 10px !important;
}
.row__cross_sale{
	  display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	gap: 20px;
}
.item__cross_sale{
	max-width: 100% !important;
}
.item__cross_sale .normal_img img{
	width: 100%;
	height: 100%;
}
.image__single_product img{
	width: 100%;
	height: auto;
}
.item__cross_sale .bottom_cont h3{
	font-size: 28px !important;
    margin-bottom: 0 !important;
    margin-top: 5px !important;
}
.summary.right-side form.cart tbody tr{
	width: 100%;
    display: flex;
    flex-direction: column;
}

@media only screen and (min-width: 558px) and (max-width: 991px) {
	.bg-category {
		top: -10px;
		max-width: 497px;
		right: -15px;
	}
	ul.products li.product {
		margin-right: 15px;
		width: 23.15% !important;
	}
	.catalog-prod ul li .woocommerce-loop-product__title {
		font-size: 21px !important;
		line-height: 21px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
}


@media only screen and (max-width: 450px) {
	.catalog-prod .products{
		display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap: 20px;
	}
	.block__content-pruduct {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}
	.block__content-pruduct .left-side {
		width: 100%;
	}
	.block__content-pruduct .right-side {
		width: 100%;
	}
	.right-side .cart{
		text-align: center;
	}
	.right-side .price{
		text-align: center;
	}
	.block__content-pruduct .single_add_to_cart_button {
		background: #00A99D;
		border-radius: 10px;
		font-weight: 700;
		font-size: 15px;
		line-height: 26px;
		color: #FFFFFF;
		padding: 10px 50px;
		margin: 0 auto;
	}
	.related_sec .products{
		display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap: 20px;	
	}
	.bg-category {
		position: relative;
		top: 0px;
		z-index: 1;
		max-width: 630px;
		right: 0px;
	}
	.woocommerce-products-header__title {
		color: #fff !important;
		padding: 50px 0;
		font-size: 38px;
		margin: 0 !important;
	}
	.woocommerce-cart-form__cart-item .product-thumbnail img{
		width: 100%;
		height: 100%;
		padding: 20px;
	}
	.catalog-prod ul li .woocommerce-loop-product__title {
		font-size: 18px !important;
		line-height: 21px;
		margin-top: 10px;
		margin-bottom: 5px;
	}
	.catalog-prod ul .product {
		background: #f2f9f9;
		padding: 7px;
		border-radius: 10px;
	}
	.catalog-prod ul .product-category {
		background: transparent !important;
		padding: 0 !important;
		border-radius: 0 !important;
		width: 100% !important;
	}
	.catalog-prod .product h2 {
		font-size: 18px !important;
		line-height: 24px !important;
		margin-bottom: 10px;
		font-weight: 400;
	}
	.breadcrumb_custom .woocommerce-breadcrumb {
		display: inline-flex;
		flex-direction: row;
		align-items: flex-start;
		padding-left: 5px;
	}
	.woocommerce-breadcrumb a {
		display: flex;
	}
	.block__content-pruduct .product_title {
		font-weight: 400;
		font-size: 32px;
		line-height: 38px;
		color: #100C08;
	}
	.thwepo-image-group-item {
		margin-right: 10px !important;
	}
	.small-btns .small .count {
		right: 3px;
		top: 2px;
		line-height: 10px;
		font-size: 12px;
	}
	dl.variation {
		display: grid;
		grid-template-columns: 1fr 1fr;
		justify-items: stretch;
		align-items: center;
	}
	.shop_table .product-name a{
		margin-bottom: 10px;
	}
	table.shop_table_responsive tr td::before {
		float: left;
		font-weight: 700;
		margin-right: 10px;
		padding-left: 5px;
	}
	.woocommerce-notices-wrapper {
		position: absolute;
		right: 1rem;
		top: 5rem;
		width: 100%;
		max-width: 360px;
		text-align: center;
	}
	.return-to-shop {
		margin: 150px auto !important;
	}
	#customer_login {
		display: flex;
		flex-direction: column;
		width: 100%;
		justify-content: space-between;
	}
	#customer_login .right-side {
		width: 100%;
	}
	#customer_login .left-side {
		width: 100%;
		padding-bottom: 50px;
	}
	.green {
		background: #204d49;
		padding: 20px 0;
		margin-bottom: 50px;
		border-radius: 10px;
	}
	.banner-grean h1 {
		padding: 50px 0;
		font-size: 38px;
	}
	.account__dashboard {
		display: flex;
		width: 100%;
		justify-content: space-between;
		margin: 50px 0;
		flex-direction: column;
	}
	.account__dashboard .woocommerce-MyAccount-navigation {
		width: 100%;
	}
	.account__dashboard .woocommerce-MyAccount-content {
		width: 100%;
		border: 2px solid #008379;
		border-radius: 10px;
		padding: 10px;
	}
	.woocommerce-info {
		padding: 20px;
		color: #fff;
		border-radius: 10px;
		margin: 50px 0px;
		text-align: center;
	}
	.shop_table .product-name dt{
		text-align: left;
		font-weight: 600;
		padding-left: 5px;
		margin-bottom: 10px;
	}
	.shop_table .product-name dd{
		text-align: end;
		padding-right: 5px;	
	}
	.shop_table tbody td{
		text-align: end !important;
		padding-right: 5px;
	}
	.shop_table  .product-thumbnail{
		padding-right: 0 !important;
	}
	.shop_table .product-thumbnail::before{
		display: none !important;
	}
	.shop_table .product-remove a{
		width: 35px;
		height: 35px;
		background: #00a99d;
		color: #fff;
		border-radius: 5px;
	}
	.shop_table .product-subtotal{
		padding-bottom: 20px;
	}
	.prdctfltr_pa_collection{
		max-width: 50% !important;
	}
	.prdctfltr_pa_style{
		max-width: 50% !important;
	}
	.catalog-prod .product .woocommerce-Price-amount{
		font-size: 18px;
	}
	.related_sec .products a h2 {
		font-size: 18px;
		line-height: 21px;
		margin-bottom: 5px;
		margin-top: 10px;
	}
	.woocommerce-message a{
		text-decoration: underline;
	}
	.wc-proceed-to-checkout a{
		margin: 0 auto;
	}
	.block-chackout {
		display: flex;
		flex-direction: column;
	}
	.block-chackout .left-side {
		width: 100%;
	}
	.block-chackout .right-side {
		width: 100%;
	}
	#place_order {
		margin: 20px auto 50px;
	}
}

.select2-container {
    z-index: 0 !important;
}
.woocommerce-product-details__short-description{
	display: none !important;
}