/*
Theme Name: immaculate-business

woocommerce-page 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;
	font-size: 0.9em;
}

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;
}





/*woocommerce-page Single Product Page CSS Starts*/

.woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: right;
    width: 54%;
    clear: none;
}

.woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: left;
    width: 44%;
}

.single-product .yith-add-to-wishlist-button-block, .compare.button {
    display: none;
}

.single-product del .woocommerce-Price-amount.amount {
    font-weight: 400;
}

.single-product ins {
    background: transparent;
}

.single-product .woocommerce-Price-amount.amount:first-child {
    color: #8e8b8b;
}

.single-product ins .woocommerce-Price-amount.amount,
.single-product .woocommerce-Price-amount.amount:nth-child(2) {
    font-size: 1.5rem;
    font-weight: 500;
    background: transparent;
}

.single-product ins .woocommerce-Price-amount.amount {
        color: #212529 !important;
}

.single-product .woocommerce-Price-amount.amount {
    font-weight: 400;
}

.custom_var_product {
    margin-bottom: 10px;
}

.woocommerce-product-rating {
    margin-top: 5px;
    display: flex;
    gap: 7px;
    font-size: 14px;
}

.woocommerce-product-info-top {
    display: flex;
    gap: 10px;
    align-items: center;
}

.woocommerce-product-info-top .sku_wrapper {
    border: 1px solid #bdbdbd;
    font-size: 13px;
    padding: 1px 5px;
    border-radius: 15px;
}

.product_single_info_buttons {
    margin-top: 5px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.product_single_info_buttons .shop_option {
    background: transparent;
    border: 0;
    padding-inline: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 13px;
}

.product_single_info_buttons .shop_option:hover {
    background-color: #f5f5f5;
    border-radius: 10px;
}

.product_single_info_buttons .wishlist_btn svg {
    width: 27px;
}

.woocommerce-breadcrumb {
	padding-top: 5px;
    padding-bottom: 5px;
    width: max-content;
    padding-inline: 10px;
    margin: 10px 0;
    border-radius: 50px;
    margin-top: 2em;
    background: #ededed;
    font-size: 13px;
}

.woocommerce-breadcrumb a {
	color: #212529;
}

.single-product .woocommerce-tabs {
    padding-top: 30px!important;
    padding-left: 15px;
    padding-right: 15px;
    clear: both;
}

.single-product .woocommerce-Tabs-panel h2 {
	padding-top: 0;
	font-size: 1.2em;
}

.single-product .woocommerce-Tabs-panel p {
	font-size: .9rem;
    color: #101010;
    margin-bottom: 0;
}

.single-product .woocommerce-product-details__short-description p {
	font-size: .9rem;
	color: #101010;
	margin-bottom: 0;
	font-weight: 300;
}

.single-product .woocommerce-product-details__short-description strong {
    font-weight: 500;
}

.woocommerce-product-details__short-description ul {
    margin-bottom: 0;
    padding-left: 20px;
}

.woocommerce-product-details__short-description ul li {
    padding-bottom: 10px;
}

.single-product .woocommerce-review-link {
	    color: #3a3838;
}

.single-product .quantity .minus,
.single-product .quantity .plus {
	background-color: transparent;
    color: #2d2d2d;
    margin-top: 0;
    border: 0;
}

.single-product .quantity .minus:hover,
.single-product .quantity .plus:hover {
	text-decoration: none;
}

.single-product form.cart .quantity {
    float: left;
    margin-right: 0.5em;
    display: flex;
    align-items: center;
    border: 1px solid #cbcbcb;
    border-radius: 10px;
}

.single-product .cart {
	padding-top: 1em;
	padding-bottom: 0.5em;
}

.single-product .cart input {
    width: 3em;
    padding: 10px 10px 10px 10px;
    border-radius: 0;
    border-radius: 0;
    text-align: center;
    margin: 0;
    border: 0;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.single-product .product_meta .posted_in,
.single-product .product_meta .sku_wrapper {
	display: block;
	font-weight: 500;
}

.product_meta .sku_wrapper {
    padding-bottom: 5px;
}

.single-product .product_meta .tagged_as {
	padding-left: 0;
	display: block;
	font-weight: 500;
}

.single-product .product_meta .posted_in a,
.single-product .product_meta .sku_wrapper .sku {
	background-color: transparent;
	color: #8e8b8b;
	font-weight: normal;
	font-size: 14px !important;
	padding: 0;
}

.single-product .product_meta .tagged_as a {
    background-color: #e3e3e3;
    padding: 3px 10px;
    color: #101010;
    font-size: 14px !important;
    font-weight: normal;
}

/*.single-product .woocommerce-product-gallery__trigger {*/
/*	display: none !important;*/
/*}*/

/*.single-product .shop_single.main_content .onsale {*/
/*	display: none;*/
/*}*/

.single-product #woocommerce-slider .thumb.slick-slide img {
	width: 100%;
    height: 100%;
}

.single-product .woocommerce_thumbnail_image_custom {
	cursor: pointer;
}

.single-product .woocommerce-review__author {
	color: #2d2d2d;
}

/*woocommerce-page Single Product Page CSS Ends*/

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

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

	table.shop_table_responsive tbody th {
		display: table-cell;
		font-weight: 600;
        padding-inline: 0;
	}

	table.shop_table_responsive tr th,
	table.shop_table_responsive tr td {
		text-align: left;
		font-size: 0.9em;
	}

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

	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;
	overflow: hidden;
	border-radius: 10px;
}

.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: 10px;
    left: 10px;
    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;
	display: flex;
	padding-bottom: 1em;
}

.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: 13.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 {
    margin: 0;
	color: #0f834d;
}

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

/**
 * Checkout
 */

 @media screen and (max-width: 768px) {

/*woocommerce-page Single Page Media Starts*/

.woocommerce-tabs ul.tabs {
	text-align: center;
}

.related.products .woocommerce-page ul.products li.product, .woocommerce-page ul.products li.product {
	    float: left;
    margin: 0 3.8% 2.992em 0;
    padding: 0;
    position: relative;
    width: 45.05%;
    margin-left: 0;

}

.woocommerce-tabs .tabs.wc-tabs {
	text-align: center;
	padding-top: 0 !important;
}

.woocommerce-page section.related {
	padding-top: 0;
}

.shop-sidebar {
	padding-top: 25px;
}

.single-product .product_title {
	padding-top: 25px;
}

.product_list_widget {
	padding-top: 25px;
	display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap;
}

.product_list_widget li {
	   float: left;
    margin: 0 3.8% 2.992em 0;
    padding: 0;
    position: relative;
    width: 45.05%;
    margin-left: 0;
    margin-bottom: 0;
}

.woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: none;
    width: 100%;
    clear: none;
}

.woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: none;
    width: 100%;
}

.single-product .entry-content {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}



/*woocommerce-page Single Page Media Ends*/
 }
@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-page 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: "";
	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;
    font-weight: 400;	
}

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

.product-quantity input {
	max-width: 60px;
}

/**
 * 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: #92f7c8;
    clear: both;
    padding: 10px;
    color: #072e07;
    margin-bottom: 1em;
    outline: none !important;
    font-size: 14px;
}

.button.wc-forward {
	color: #072e07;
	text-decoration: underline;
}

.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-page widgets
 */

/**
 * woocommerce-page Price Filter
 */
.widget_price_filter .price_slider {
	margin-bottom: 10px;
}

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

.widget_price_filter .price_slider_amount .button {
	float: left;
    margin-top: 6px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 14px;
    line-height: normal;
    border: 1px solid #979797 !important;
}

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

.widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
    z-index: 2;
    width: 15px;
    height: 15px;
    cursor: ew-resize;
    outline: none;
    background: #141414;
    box-sizing: border-box;
    margin-top: -3px;
    opacity: 1;
    border-radius: 50px;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left: -10px;
}

.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;
    border-radius: 50px;
    background: #141414;
}

.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%;
}

.woocommerce.widget_price_filter .widgettitle {
        font-size: 1rem;
    font-weight: 600;
    border-bottom: 0;
    padding-top: 10px;
}

.widget_price_filter .ui-slider-horizontal {
    height: 2px;
}

.price_label {
    font-size: 14px;
}

/*woocommerce-page Custom starts*/

.mrt_0 .star-rating {
	margin: 0;
}

.shop-classic .shop-col {
    padding: 1em 1em 1em 1em;
}

.shop_title {
	color: #000000;
    font-size: 1em;
    padding-top: 7px;
}

.woocommerce-results_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*.woocommerce-page .entry-content {
	padding-top: 2em;
	padding-bottom: 2em;
}*/


/*woocommerce-page Custom ends*/

/*woocommerce-page Generic CSS Starts*/

/*woocommerce-page Container CSS Starts*/

/*.woocommerce-page .woocommerce-page {
	    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px){
.woocommerce-page .woocommerce-page {
    max-width: 540px;
}
}

@media (min-width: 768px){
.woocommerce-page .woocommerce-page {
    max-width: 720px;
}
}

@media (min-width: 992px){
.woocommerce-page .woocommerce-page {
    max-width: 960px;
}
}

@media (min-width: 1200px){
.woocommerce-page .woocommerce-page {
    max-width: 1140px;
}
}
*/
/*.woocommerce-page {
	    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px){
.woocommerce-page {
    max-width: 540px;
}
}

@media (min-width: 768px){
.woocommerce-page {
    max-width: 720px;
}
}

@media (min-width: 992px){
.woocommerce-page {
    max-width: 960px;
}
}

@media (min-width: 1200px){
.woocommerce-page {
    max-width: 1140px;
}
}*/


/*woocommerce-page Container CSS Ends*/

.woocommerce-page table th {
	padding: 0.5em;
}

.woocommerce-page table tr.cart-subtotal th {
    padding-inline: 0;
}

.woocommerce-page table td {
	padding: 0.5em;
	border: 1px solid #e8e8e8;
}

.woocommerce-page table td label {
    margin: 0;
}

.woocommerce-page .group_table td a {
    color: #101010;
}


.single-product .group_table .quantity .minus, .single-product .group_table .quantity .plus {
    padding-top: 3px;
    padding-bottom: 3px;
}

.single-product .group_table .cart input {
    padding: 5px 10px 5px 10px;
}

.single-product .group_table ins .woocommerce-Price-amount.amount, .single-product .group_table .woocommerce-Price-amount.amount:nth-child(2) {
    font-size: 1rem;
    font-weight: 500;
    background: transparent;
}

.woocommerce-page table td.custom_cbox {
    padding: 0;
    border: 0;
    display: flex;
}

.woocommerce-page .custom_cbox label {
    margin-bottom: 0;
}

.custom_var_product .label_var {
    display: none;
}

.woocommerce-page input {
	width: 100%;
}

.woocommerce-page input[type=checkbox],
.woocommerce-page input[type=radio] {
    width: auto;
}

.woocommerce-page .form-row-first, .woocommerce-page .form-row-last {
	float: left;
}

.woocommerce-page .woocommerce-form-row {
	padding-bottom: 5px;
}

.woocommerce-page legend {
	font-weight: bold;
}

/*.woocommerce-page a {
	color: #212529;
	text-decoration: underline;
}*/

.woocommerce-page .woocommerce-Addresses .woocommerce-Address,
.woocommerce-page .woocommerce-Addresses .woocommerce-Address {
	flex: 0 0 100%;
    max-width: 100%;
    padding-inline: 0;
}

.woocommerce-page form button {
    background-color: #101010;
    color: #fff;
    border: none;
    cursor: pointer;
    text-decoration: none;
    border-radius: 10px;
    border:  0;
    font-size: 14px;
}

.woocommerce-page form button:hover {
	text-decoration: underline;
}

.woocommerce-page .show-password-input {
    padding: 0;
    border: 0;
    margin: 0;
}

.woocommerce-page .variation-button {
    margin-bottom: 10px;
    display: flex;
    gap: 5px;
}

.woocommerce-page .variation-button button {
    margin: 0;
    padding: 7px 10px;
    font-size: 14px;
    border: 1px solid #ccc;
}

.woocommerce-page .variation-button button:hover,
.woocommerce-page .variation-button button.selected {
    border: 1px solid #ffffff !important;
    outline: 1px solid #a3a3a3 !important;
}

.woocommerce-page .variation-button button.btn_color {
    width: 30px;
    height: 30px;
}

.gap-0 {
    gap: 0 !important;
}

.reset_variations {
    visibility: visible;
    color: #303030;
    border: 1px solid #303030;
    padding: 3px 10px;
    border-radius: 50px;
    font-size: 13px;
}

.reset_variations:hover {
    color: #303030;
}

.woocommerce-page .variation-button label {
    margin-bottom: 0;
}

/*.woocommerce-page ul,
.woocommerce-page li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.woocommerce-page ul {
  margin: 2em 0;
  padding: 0;
}

.woocommerce-page li {
  margin: 1em;
  margin-left: 25px;
}

.woocommerce-page li:before {
  content: '\f192';
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1.5em;
  color: #212529;
}*/

/*woocommerce-page Generic CSS Ends*/

/*woocommerce-page Custom Cart CSS Starts*/

.shop_table {
    border-radius: 8px;
    overflow: hidden;
}

.woocommerce-cart-form thead {
	background-color: #f2f2f2;
}

.woocommerce-cart-form th {
	padding: 1em 1em;
	font-weight: 600;
}

.woocommerce-cart-form .woocommerce-cart-form__cart-item td {
	padding-top: 1em;
	padding-bottom: 1em;
}

.woocommerce-cart-form .woocommerce-cart-form__cart-item td {
	border-bottom: 1px solid #f2f2f2;
}

.woocommerce-cart-form .woocommerce-cart-form__cart-item td.product-thumbnail img {
    max-width: 70px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.woocommerce-cart-form .product-name, 
.woocommerce-cart-form .product-name a {
	color: #2d2d2d;
}

.woocommerce-cart-form .coupon {
    padding-top: 2em;
    padding-bottom: 2em;
    float: left;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.woocommerce-cart-form__cart-item .product-quantity button {
    background-color: transparent;
    color: #000;
    border: 0;
}

.woocommerce-page form .coupon button {
    margin-top: 0;
    white-space: nowrap;
}

.woocommerce-page form .coupon label {
        margin-top: 8px;
}

.woocommerce-cart-form .update_cart {
	float: right;
	margin-top: 25px;
}

.woocommerce-cart-form .coupon input {
    padding: 0.45em 0.8em;
    border-radius: 5px;
    margin-top: 1px;
}

.woocommerce-cart-form .product-remove a {
       color: #a6a6a6;
    font-size: 1.2em;
}

.woocommerce-cart-form button {
    background-color: #1e1e1f;
    color: #fff;
    border: none;
    cursor: pointer;
}

.woocommerce-cart-form button:hover {
	text-decoration: underline;
}

.cart_totals .shop_table {
	margin-top: 0.5em;
}

.cart_totals .shop_table tr {
   border-bottom: 1px solid #f2f2f2;
}


.wc-proceed-to-checkout a {
    background-color: #101010;
    color: #fff !important;
    border: none;
    padding: 0.6em 1em 0.6em;
    border-radius: 5px;
    text-decoration: none !important;
    display: block;
    text-align: center;
}

.wc-proceed-to-checkout a:hover {
	text-decoration: underline !important;
}

.wc-proceed-to-checkout {
	padding-bottom: 5%;
	padding-top: 0.5em;
}

.woocommerce-page .return-to-shop {
	padding-top: 1.5em;
}

.woocommerce-page .return-to-shop a {
	background-color: #101010;
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 0.6em 1em 0.6em;
    border-radius: 5px;
}

.woocommerce-page .return-to-shop a:hover {
	text-decoration: underline;
}

.woocommerce-info {
    padding: 1em 1em;
    background-color: #d6f0fe;
    color: #212529;
    font-size: 14px;
}


.woocommerce-notice {
	list-style-type: none;
}

.woocommerce-checkout .wc_payment_methods {
	padding-left: 0;
	font-size: .9em;
}

/*woocommerce-page Custom Cart CSS Ends*/

/*woocommerce-page Custom Checkout Starts*/

.pd_5pr {
	padding-top: 5%;
	padding-bottom: 5%;
} 

.woocommerce-page .form-row {
	width: 100%;
	display: block;
}

.woocommerce-checkout .form-row {
    width: auto;
    margin-right: 0;
    padding-inline: 5px;
}

.form-row.form-row-first {
    margin-right: 20px;
    width: -webkit-calc( ( 100% - 20px ) / 2);
    width: -moz-calc( ( 100% - 20px ) / 2);
    width: calc( ( 100% - 20px ) / 2);
    display: block;
    padding-inline: 5px;
}

.form-row.form-row-last {
    width: -webkit-calc( ( 100% - 0px ) / 2);
    width: -moz-calc( ( 100% - 0px ) / 2);
    width: calc( ( 100% - 0px ) / 2);
}

.woocommerce-billing-fields__field-wrapper {
    padding-inline: 5px;
}

.woocommerce-page #place_order {
    display: block;
    width: 100%;    
}

.woocommerce-page .cart-collaterals {
    padding-inline: 1.5em;
}

.woocommerce-page h3 {
	font-weight: 500;
    padding-bottom: 10px;
    font-size: 1.3rem;
}

.woocommerce-page h2 {
	font-weight: 500;
	font-size: 1.5rem;
}

.woocommerce-page .form-row > label {
    font-size: 13px;
    margin-bottom: 2px;
    display: block;
    font-weight: 500;
}


.account_page form {
    margin-inline: 5px;
    margin-top: 15px;
}

.account_page .u-columns {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 30px;
}

.account_page .woocommerce-form-login input[type=text], .account_page .woocommerce-form-login input[type=password] {
    width: 100%;
}


.account_page .lost_password {
    margin-top: 5px;
}

.account_page .u-column1 {
    margin-top: 2px;
}

.woocommerce form p {
    font-size: 14px;
}

.woocommerce-ResetPassword .form-row-first {
    margin-bottom: 5px;
}

.woocommerce-ResetPassword .woocommerce-form-row {
    display: flex;
    padding-inline: 5px;
}

.woocommerce-page .account_page .form-row {
    margin-bottom: 0;
}

.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="url"],
.woocommerce-checkout input[type="password"],
.woocommerce-checkout input[type="search"],
.woocommerce-checkout input[type="number"],
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout input[type="range"],
.woocommerce-checkout input[type="date"],
.woocommerce-checkout input[type="month"],
.woocommerce-checkout input[type="week"],
.woocommerce-checkout input[type="time"],
.woocommerce-checkout input[type="datetime"],
.woocommerce-checkout input[type="datetime-local"],
.woocommerce-checkout input[type="color"],
.woocommerce-checkout textarea,
.woocommerce-checkout select {
    width: 100%;
    border-radius: 5px;
}

.select2-container--default .select2-selection--single {
	border-radius: 5px;
}

.woocommerce-page abbr {
	text-decoration: none;
	color: #666;
}

.woocommerce-page .required {
	text-decoration: none;
	color: #666;
}

.woocommerce-page input{
	font-size: .9em;
	padding-left: 1em;
	height: 35px;
	border: 1px solid #e8e8e8;
	margin-bottom: 5px;
	background: #f3f3f3;
	border-radius: 5px;
}

.woocommerce-page .cart-info-price {
    border: 1px solid #979797;
    padding: 10px;
    border-radius: 8px;
    padding-inline: 1em;
}

.woocommerce-page .cart-info-price h2 {
    font-size: 1.5em;
    padding-top: 0.3em;
}

.woocommerce-page textarea {
	font-size: .9em;
	padding-left: 1em;
	border: 1px solid #e8e8e8;
	background: #f3f3f3;
}

.woocommerce-page .select2-results__option {
	color: #666;
	font-size: .9em;
}

.select2-container--default .select2-selection--single {
	height: 50px;
	font-size: .8em;
	padding-left: 1em;
	color: #666;
	border: 1px solid #e8e8e8;
	background: #f3f3f3;
}

.woocommerce-checkout .woocommerce-privacy-policy-link {
	    color: #212529;
	    text-decoration: underline;
}

.woocommerce-checkout .woocommerce-form-coupon {
	width: 100%;
    text-align: center;
    padding-top: 0;
    padding-bottom: 2em;
}

.woocommerce-checkout .woocommerce-form-coupon p {
	margin: 0 auto;
	padding-top: 1em;
}

.woocommerce-checkout .woocommerce-info {
	font-size: .9em;
}

.woocommerce-checkout .woocommerce-info a {
	    color: #212529;
	    text-decoration: underline;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle {
	text-align: center;
	margin-bottom: 25px;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
	text-align: left;
    background-color: #f1f1f1;
    padding-bottom: 1em;
    border-bottom: 1px solid #e8e8e8;
    border-radius: 5px;
    margin-bottom: 0;
}

.woocommerce-product-gallery__image {
	width: 99% !important;
    border: 1px solid #d9d9d9;
    border-radius: 15px;
}


.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 50px;
	color: #666;
	padding-left: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 50px;
}

.woocommerce-checkout input[type=text]::placeholder,
.woocommerce-checkout input[type=number]::placeholder {
	font-size: .9em;
}

.woocommerce-checkout .form-row textarea {
	    min-height: 240px;
    padding: 1em 1em;
    resize: none;
}

input:focus,
input:active,
textarea:focus,
textarea:active {
	outline: none !important;
	-webkit-outline: none !important;
	-moz-outline: none !important;
}

form.woocommerce-checkout #customer_details {
	width: 60%;
	float: left;
	 padding-right: 30px;
	 margin-bottom: 2em;
}

form.woocommerce-checkout #order_review {
    width: 40%;
    float: left;

}

form.woocommerce-checkout #order_review_heading {
    float: left;
    clear: none;
    margin-bottom: 58px;
    padding-bottom: 15px;
    font-size: 1.5rem;
    font-weight: 500;
}

.woocommerce-checkout {
	float: left;
	width: 100%;
}

form.woocommerce-checkout #order_review {
    border: 1px solid #979797;
    padding: 1em 2em;
    border-radius: 8px;
}

form.woocommerce-checkout .shop_table tr {
    border-bottom: 1px solid #dddddd;
}

form.woocommerce-checkout .shop_table td, form.woocommerce-checkout .shop_table th {
    border: 0;
    padding: 1em 0;
    vertical-align: top;
    font-size: .9em;
}

.woocommerce-page .checkout_coupon .form-row-first,
.woocommerce-page .checkout_coupon .form-row-last {
	float: none;
	padding-top: 0;
}

.woocommerce-checkout form button {
    background-color: #101010;
    color: #fff;
    border: none;
    cursor: pointer;
}

.woocommerce-checkout form button:hover {
	text-decoration: underline;
}

.woocommerce-checkout .entry-content p {
	font-size: .9em;
}

.woocommerce-checkout #order_review {
	margin-bottom: 2em;
}

.woocommerce-error {
    background-color: #fc8e76;
    padding: 1em 1em;
    font-size: .9em;
}

.woocommerce-error li {
    list-style-type: none;
}

.wc_payment_methods {
	list-style-type: none;
}

.wc_payment_methods li {
	margin-left: 0;
	display: table;
}

.wc_payment_methods li:before {
	content: '';
	display: none;
}

.wc_payment_method input[type=radio] {
	float: left;
}

.wc_payment_method label {
	display: flex;
	padding-top: 7px;
    padding-left: 10px;
}

.wc_payment_method .payment_box {
   padding-left: 10px;
       padding-left: 24px;
}

.woocommerce__dashboard__cont {
	padding-top: 2em;
}

.woocommerce-page .woocommerce-MyAccount-navigation {
	width: 25%;
	float: left;
	    border: 1px solid #e8e8e8;
    margin-right: 2.5em;
    margin-bottom: 2em;
}

.woocommerce-page .woocommerce-MyAccount-content {
	width: 70%;
	float: left;
	margin-bottom: 2em;
}

.woocommerce-page .woocommerce-MyAccount-navigation ul {
	list-style-type: none;
	padding: 0;
	margin-bottom: 0;
}


.woocommerce-page .woocommerce-MyAccount-navigation ul li {
	padding-bottom: 13px;
    border-bottom: 1px solid #e8e8e8;
    padding-top: 13px;
    padding-right: 15px;
    padding-left: 15px;
}


.woocommerce-page .woocommerce-MyAccount-navigation ul li a {
	color: #212529;
	text-decoration: none;
	font-size: 14px;
}

.woocommerce-MyAccount-content h2 {
    font-size: 1.2rem;
    padding-bottom: 10px;
}

.woocommerce-MyAccount-content p,
.woocommerce-MyAccount-content address {
    font-size: 14px;
}

.woocommerce-page .woocommerce-MyAccount-navigation ul li a:hover {
	text-decoration: underline;
}

.woocommerce-MyAccount-content .container.woocommerce__dashboard__cont {
    margin-inline: 0;
    padding-top: 15px;
    padding-inline: 0;
}

.woocommerce-MyAccount-content .container.woocommerce__dashboard__cont p {
    font-size: 14px;
}

.woocommerce-shipping-methods {
    list-style-type: none;
    padding: 0;
}


.woocommerce-shipping-methods li {
    display: flex;
    align-items: center;
    gap: 8px;
}

.woocommerce-page .woocommerce-shipping-calculator .shipping-calculator-button {
    margin-bottom: 5px;
}

.woocommerce-shipping-methods li label, 
.woocommerce-shipping-methods li input {
    margin-bottom: 0;
}

.woocommerce-shipping-methods li bdi {
    font-weight: bold;
}

.woocommerce-page .shipping-calculator-form button {
    margin-top: 0;
}

/*My Account CSS Starts*/


.woocommerce-form-login input[type=text],
.woocommerce-form-login input[type=password] {
	width: 35%;
}

.woocommerce-form__label-for-checkbox {
	align-items: center;
	display: flex !important;
}

.woocommerce-form__label-for-checkbox span {
	padding-left: 10px;
}

.woocommerce-form-login a {
    color: #212529;
    text-decoration: underline;
    font-size: .9em;
}

/*My Account CSS Ends*/

/*woocommerce-page Custom Checkout Ends*/

.onsale {
    position: absolute;
    background: #000;
    padding: 5px 10px;
    color: #ffffff;
    font-size: .8em;
    font-weight: 300;
    top: 0;
    left: 0;
    z-index: 1;
    border-bottom-right-radius: 10px;
    /*border-top-left-radius: 10px;*/
}

.woocommerce-page .lightbox_btn {
    position: absolute;
    right: 10px;
    top: 6px;
    z-index: 1;
    background: #fff;
    border-radius: 50px;
    padding: 5px;
    cursor: pointer;
    border: 1px solid #c1c1c1;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.woocommerce-product-gallery--with-images .slick-slide {
    border-radius: 15px;
    overflow: visible;
}

.single-product #thumbnail .slick-slide .woocommerce_thumbnail_image_custom {
    border-radius: 10px;
    padding: 5px;
    border: 1px solid #d9d9d9;
    width: 90%;
}

.filter_grid_col_1 .close__btn, .filter_button {
    display: none;
}

.woocommerce-Tabs-panel.entry-content {
    min-width: 100% !important;
}

.woocommerce-Tabs-panel h2, .woocommerce-Tabs-panel h3, .woocommerce-Tabs-panel h4, .woocommerce-Tabs-panel h5, .woocommerce-Tabs-panel h5 {
    padding-bottom: 5px;
}

.single-product .woocommerce-Tabs-panel p {
    margin-bottom: 10px;
    font-weight: 300;
}

.single-product .woocommerce-product-attributes-item__value p {
    margin-bottom: 0;
}

.woocommerce-product-attributes-item__label {
    font-weight: 500;
}

.woocommerce-product-attributes.shop_attributes tr:nth-child(even) td {
      background-color: #f5f5f58c;  
} 

.woocommerce-page #primary {
     margin-bottom: 3em;
}

/*Custom Media Query Starts*/

@media only screen 
and (max-width :992px) {
	.woocommerce-page .woocommerce-MyAccount-content {
    width: 55%;
    float: left;
}
}

@media only screen 
and (max-width : 767px) {

.woocommerce-cart-form__cart-item {
	position: relative;
}

.woocommerce-cart-form__cart-item .product-remove {
	position: absolute;
	right: 0;
	border: 0;
}

.single-product .woocommerce-Tabs-panel p {
    padding: 0;
}

#comments {
    padding: 1em 1em;
}

/*Filter Starts */

.woocommerce-page div.product_col_5.filter_products_grid ul.products.shop_list {
    grid-template-columns: 100% !important;
}

.shop_list .brief_des ul li p {
    margin-bottom: 5px;
    font-size: 13px;
    line-height: normal;
}

.shop_list .shop_content.shop-col {
    grid-template-columns: 40% 60%;
}

.shop_list .shop_content .shop_option {
    opacity: 1;
    animation: unset !important;
}

.shop_list .shop_title {
    font-size: 1.1rem;
}

.shop_list .shop-img, .shop_list .shop-img img {
    max-height: 200px;
    min-height: 200px;
}

.woocommerce-ordering select.orderby {
    font-size: 13px;
    width: 100%;
}

.filter_button {
    font-size: 13px;
    padding: 8px 8px;
}

.shop_list .custom_cart_div .product_modal_tooltip {
    right: unset;
    left: 37px;
    display: none;
}

.shop_list .custom_cart_div .product_modal_tooltip::after {
    right: unset;
    left: -5px;
    border-color: transparent #000 transparent transparent;
}

.filter_products_grid {
    grid-template-columns: 100%;
}

.woocommerce-page div.product_col_5.filter_products_grid ul.products {
    grid-template-columns: repeat(2, 1fr) !important;
}

.woocommerce-orderby-container {
    display: block;
}

.woocommerce-results_container .woocommerce-result-count {
    font-size: 14px;
}

.filter_grid_col_1 {
    position: fixed;
    left: 0;
    height: 100%;
    width: 80%;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 9999;
    transition: 0.4s ease-out;
    top: 0;
    display: block;
    background-color: #fff;
}

.filter_grid_inner {
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    padding: 2rem 2rem;
}

.filter_grid_col_1.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    display: block;
}

.filter_grid_col_1 .close__btn {
    position: absolute;
    right: -35px;
    top: 9px;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: none;
    align-items: center;
    cursor: pointer;
    padding: 7px;
}

.filter_grid_col_1.active .close__btn {
    display: flex;
}

.woocommerce-results_container {
    display: inline-block;
}

.woocommerce-ordering-container {
    margin-top: 30px;
}

.woocommerce-ordering-buttons {
    display: flex;
    gap: 6px;
}

.filter_button {
    border-radius: 10px;
    padding: 6px 8px;
    background: transparent;
    border: 1px solid #ccc !important;
    display: flex;
    margin-right: 5px;
}

/*Filter Ends*/

/*Checkout Media CSS Starts*/

form.woocommerce-checkout #customer_details {
	width: 100%;
	 padding-right: 0;
}

form.woocommerce-checkout #order_review {
    width: 100%;
}

.woocommerce-checkout  .form-row.form-row-first {
    width: 100%;
}

.woocommerce-checkout  .form-row.form-row-last {
    width: 100%;
}

/*Checkout Media CSS Ends*/ 



.woocommerce-product-gallery__trigger {
	display: none;
}

.woocommerce-cart-form .product-thumbnail:before {
    content: '';
}

.woocommerce-cart-form .product-thumbnail {
text-align: left;
}

.woocommerce-cart-form .coupon {
    text-align: left;
}

.woocommerce-cart-form .coupon label {
	display: block;
	margin-bottom: 0;
}

.woocommerce-cart-form .coupon button {
	    margin-top: 1em;
}

.woocommerce-cart-form .update_cart {
	float: left;
	margin-top: 0;
}

.woocommerce-cart-form .product-remove {
	    position: absolute;
    right: 1em;
}

.woocommerce-cart-form .product-remove a {
    font-size: 1.5em;
}


/*woocommerce-page Account Page Media Starts*/

.woocommerce-page .woocommerce-MyAccount-navigation {
    width: 100%;
    float: none;
}

.woocommerce-page .woocommerce-MyAccount-content {
        width: 100%;
        float: none;
        padding-right: 5px;
        padding-left: 5px;
        padding-top: 0px;
}

.woocommerce__dashboard__cont {
    padding-top: 0;
    padding-inline: 0;
}

/*Woocommerece Account Page Media Ends*/

}

/*Custom Media Query Ends*/



/*Woocommerece Compare List Starts*/

/*.woocommerce-page .entry-content {*/
/*    padding-inline: 1rem;*/
/*}*/


/*Woocommerece Compare List Ends*/


/*Cart CSS Starts*/


.page_title .custom_breadcrumb {
    display: none;
}

.woocommerce-page .page_title .custom_breadcrumb {
    display: flex;
}

.page_title .custom_breadcrumb {
    text-align: left;
    padding-inline: 0;
    justify-content: flex-start;
    margin: 0;
    border: 0;
}

.page_title {
    margin-bottom: 1em;
}

.page_title .custom_breadcrumb li {
    background: transparent;
    color: #000;
    padding-inline: 0;
}

.page_title .custom_breadcrumb a {
    color: #000;
}

/*Cart CSS Ends*/


.woocommerce-page ul.products {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;   
    list-style-type: none;
}

.products .shop_content .add_to_cart_button {
    background-color: #fff;
    color: #000;
}

.products .shop_content .custom_select_options:hover svg path {
    stroke: #fff;
}

.custom_var_product select {
    display: none;
}

.custom_var_product tr {
    align-items: center;
    display: flex;
    gap: 15px;
}

.woocommerce-page table.custom_var_product th {
        margin: 0;
    font-size: 0.9rem;
    font-weight: 600;
}

.woocommerce-page table.custom_var_product th,
.woocommerce-page table.custom_var_product td {
    padding: 0;
    border: 0;
}


.woocommerce .wishlist-title {
    margin-bottom: 0;
}

.wishlist-title-container p {
    margin: 0;
}

.wishlist-title h2 {
    color: #101010;
}



table.wishlist_table.shop_table th {
    background-color: #fff;
}

table.wishlist_table.shop_table th span {
    color: #101010;
}

table.wishlist_table.shop_table th br {
    display: none;
}

.woocommerce table.shop_table.wishlist_table tr td {
    border-color: #e7e7e7;
    border-right: 0;
    border-top: 0;
    border-left: 0;
}

.woocommerce table.shop_table.wishlist_table tr td p {
    margin-bottom: 0;
}

.woocommerce table.shop_table.wishlist_table del .woocommerce-Price-amount {
    font-weight: 400;
    color: #919191;
}


table.wishlist_table.shop_table thead {
    border-right: 0;
    border-top: 0;
    border-left: 0;
    border-bottom: 1px solid #e7e7e7;
}

.wishlist-title-container .wishlist-title-with-form,
.wishlist-title-container .hidden-title-form,
.wishlist-title-container .show-title-form,
.woocommerce table.shop_table.wishlist_table tr td br {
    display: none !important;
}

table.wishlist_table.shop_table .product-name a {
    color: #101010;
}

.wishlist_table .product-add-to-cart a {
    width: max-content;
    display: inline-flex !important;
    background: #101010;
    border-radius: 5px;
    padding: 6px 15px;
    color: #fff;
    transition: .3s;
}

.yith-wcwl-share ul li a {
    background-color: #e9e9e9 !important;
}

.yith-wcwl-share ul li a:hover {
    background-color: #cdcdcd !important;
}

.wishlist_table .product-add-to-cart a:hover {
    background-color: #000;
}

.yith-wcwl-share a.whatsapp svg path,
.yith-wcwl-share li a.email svg,
.yith-wcwl-share li a.pinterest svg path, 
.yith-wcwl-share a.twitter svg path,
.yith-wcwl-share a.facebook svg path {
    fill: #000;
}

.yith-wcwl-share a.whatsapp p,
.yith-wcwl-share a.whatsapp + p {
	display: none;
	
}

.yith-wcwl-share li a br {
    display: none;
}


.yith-wcwl-share h4.yith-wcwl-share-title {
    color: #101010;
    font-size: 15px;
}

.woocommerce table.shop_table.wishlist_table tr td.product-add-to-cart .remove_from_wishlist {
    display: none !important;
}

.woocommerce table.shop_table.wishlist_table tr td.product-remove td {
    order: 100;
}

table.wishlist_table.shop_table .woocommerce-Price-amount {
    font-weight: 600;
    color: #101010;
    background: transparent;
}

table.wishlist_table.shop_table ins {
    background: transparent;
}

table.wishlist_table.shop_table .product-remove>div .remove_from_wishlist {
    font-size: 25px;
    color: #101010;
    font-weight: 100;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    line-height: 22px;
    border-radius: 50px;
}

table.wishlist_table.shop_table .product-remove>div .remove_from_wishlist:hover {
    background-color: #e9e9e9;
}



.wishlist_table.mobile {
    padding-left: 0;
}

.wishlist_table.mobile .product-name a {
    color: #101010;
    font-size: 14px;
}

.wishlist_table.mobile .product-name h3 {
    padding-bottom: 0;
}

.wishlist_table.mobile li .item-details table.item-details-table td.label {
    font-weight: 500;
}

.wishlist_table.mobile li .item-details table.item-details-table td.value span + span.woocommerce-Price-amount {
    color: #101010;
    font-weight: 600;
}

.wishlist_table.mobile .wishlist-in-stock {
    color: #297e29;
}

.wishlist_table.mobile .wishlist-out-of-stock {
    color: #bb0707;
}

.wishlist_table.mobile .attachment-woocommerce_thumbnail {
    border: 1px solid #ccc;
    border-radius: 5px;
}

.wishlist_table.mobile .product-add-to-cart a {
    font-size: 14px;
}

.wishlist_table.mobile li table.additional-info td.label {
    font-weight: 500;
}

.wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart {
    text-align: left;
}

.wishlist_table.mobile .product-remove i {
    color: #bb0707;
}

.wishlist_table.mobile li {
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

.wishlist_table.mobile li .additional-info-wrapper .product-remove {
        margin-top: -50px;
}

.wishlist_table.mobile li .item-wrapper {
    margin-bottom: 0;
    width: 100%;
}

.wishlist_table.mobile .item-details + p {
    display: none;
}


#load-more {
    color: #fff;
    background-color: #101010;
    border-radius: 10px;
    font-size: 14px;
    border: 0;
    min-width: 100px;
    min-height: 30px;
    line-height: normal;
}

#load-more:hover {
    text-decoration: underline;
}


.woocommerce-page button.button {
    text-decoration: none !important;
}

.woocommerce-page button.button:after {
    content: "";
    display: block;
    margin: 0;
    width: 0;
    height: 1px;
    background-color: #fff;
    transition: opacity 0.3s ease, width 0.3s ease;
    -ms-transition: opacity 0.3s ease, width 0.3s ease;
}

.woocommerce-page button.button:hover:after {
    width: 100%;
    color: #101010;
    margin: 0;
}

.custom_buy_btn_container {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 10px;
}

.custom_buy_btn_container .live_preview_btn {
    width: max-content;
    background-color: #1e1e1e;
    font-size: 13px;
    padding: 5px 9px;
    border-radius: 8px;
    color: #fff;
}

.custom_buy_btn_container .live_preview_btn a {
    color: #fff;
}


@media screen and (max-width: 575px) {
    
    
    .shop_grid_section {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    
    .category_slider .category_img_container {
        max-height: 130px;
    }
    
}


/*@media (min-width: 1200px) {*/
/*    .woocommerce-page .entry-content {*/
/*       max-width: 1140px;*/
/*    }*/
/*}*/

/*@media (min-width: 992px) {*/
/*    .woocommerce-page .entry-content {*/
/*       max-width: 960px;*/
/*    }*/
/*}*/

/*@media (min-width: 768px) {*/
/*    .woocommerce-page .entry-content {*/
/*        max-width: 720px;*/
/*    }*/
/*}*/

/*@media (min-width: 576px) {*/
/*    .woocommerce-page .entry-content {*/
/*        max-width: 540px;*/
/*    }*/
/*}*/



