/*
Theme Name: alaqmart

WooCommerce styles override
*/

/**
 * Shop tables
 */



/* :root { */
    /* --main-txt-color: var(--main-txt-color); */
/* } */
 


.products-list-view .product-wrapper.grid-view-item {
    display: flex;
}



/* Product widget CSS */

/* MAIN GRID - dynamic based on wrapper class */
.page-column-2-wrapper.product_grid1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.page-column-3-wrapper.product_grid1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.page-column-4-wrapper.product_grid1 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.page-column-5-wrapper.product_grid1 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
}

.page-column-6-wrapper.product_grid1 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 25px;
}

/* Responsive */
@media (max-width: 1200px) {
    .page-column-6-wrapper.product_grid1,
    .page-column-5-wrapper.product_grid1 {
        grid-template-columns: repeat(4, 1fr);
    }
    .page-column-4-wrapper.product_grid1 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 992px) {
    .page-column-6-wrapper.product_grid1,
    .page-column-5-wrapper.product_grid1,
    .page-column-4-wrapper.product_grid1,
    .page-column-3-wrapper.product_grid1 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .page-column-6-wrapper.product_grid1,
    .page-column-5-wrapper.product_grid1,
    .page-column-4-wrapper.product_grid1,
    .page-column-3-wrapper.product_grid1,
    .page-column-2-wrapper.product_grid1 {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* PRODUCT BOX IMAGE */
.product_grid1 .product-img img {
    width: 100%;
    border-radius: 10px;
}

/* PRODUCT CONTENT */
.product_grid1 .product-content {
    margin-top: 15px;
}

/* BUTTONS */
.product_grid1 .line-btn {
    border: none;
}

/* PRODUCT BOX */



/*pagination*/

/* Pagination wrapper alignment */
.pagination-wrapper {
    margin-top: 30px;
    text-align: center;
}

/* WooCommerce pagination base */
.pagination-wrapper .woocommerce-pagination ul.page-numbers {
    display: inline-flex;
    gap: 6px;
    padding: 0;
    margin: 0;
    list-style: none;
}

/* List items styling */
.pagination-wrapper .woocommerce-pagination ul.page-numbers li {
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    min-width: 38px;
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Links + span styling */
.pagination-wrapper .woocommerce-pagination ul.page-numbers li a,
.pagination-wrapper .woocommerce-pagination ul.page-numbers li span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    font-size: 14px;
    color: #555;
    text-decoration: none;
}

.pagination-wrapper .woocommerce-pagination ul.page-numbers li a, .pagination-wrapper .woocommerce-pagination ul.page-numbers li span {
    align-items: center;
    justify-content: center;
    padding: 14px 22px;
    font-size: 14px;
    color: #555;
    text-decoration: none;
}



/* Hover */
.pagination-wrapper .woocommerce-pagination ul.page-numbers li a:hover {
    background: #f5f5f5;
    color: #000 !important;
}

/* Current page */
.pagination-wrapper .woocommerce-pagination ul.page-numbers li .current {
       background: var(--main-txt-color);
    color: #fff !important;
    border-color: #333;
}

/* Prev / Next arrows */
.pagination-wrapper .woocommerce-pagination .prev,
.pagination-wrapper .woocommerce-pagination .next {
    font-size: 16px;
    font-weight: bold;
}





/* IMAGE */
.product_grid1 .product-img img {
    width: 100%;
    border-radius: 10px;
}

/* CONTENT */
.product_grid1 .product-content {
    margin-top: 15px;
}


.product_grid1 .line-btn {
    border: none;
}

.woocommerce-shop .alaq-product-category-main-wrapper .product-category-single-wrapper {
    gap: 24px;
}


.woosq-popup {
    position: relative;
    width: 90%;
    max-width: 920px;
    margin: 0 auto;
    padding: 0;
    background-color: #fff;
    max-height: 630px;
    box-sizing: border-box;
    /* overflow: hidden; */
}
.woosq-product > .product > div {
    width: 50% !important;
    float: none !important;
    margin: 0 !important;
    height: 630px;
    overflow: auto;
}


.woosq-product .thumbnails .thumbnail {
    display: flex;
    height: auto;
    justify-content: center;
}
.woosq-product .thumbnails {
    outline: none;
    width: 460px;
    max-height: unset;
    text-align: center;
    position: relative;
    background-color: #f9f9f9;
}




div#list-view .product-wrapper.list-view-item .product-img{
     flex: 0 0 calc((100% - 40px) / 3);
}

.products-list-view .product-wrapper.grid-view-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

div#list-view .product-content {
    width:100%;
}


div#list-view .product-wrapper .product-img {
    border-left: 0;
    border-top: 0;
    border-bottom: 0;
    border-radius: 0;
}


div#list-view .product-wrapper.list-view-item {
    padding-bottom: 0;
}





div#list-view .product-wrapper {
    width: 100%;
    padding-bottom: 30px;
    align-items: center;
    gap: 30px;
    border: 1px solid #f85934;
    border-radius: 22px;
}





.view-toggle button.active {
    background-color: #F85934 !important;
        color: #fff !important;
}

.view-toggle button.view-btn {
    font-size: 18px;
    border-radius: 6px;
    color: black;
    background: #FEDED6;
    padding: 15px;
    border-color: transparent;
}





table.shop_table_responsive tbody th {
	display: none;
}


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: var(--main-txt-color);
}

/**
 * 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: var(--main-txt-color);
}

.woocommerce-password-strength.bad {
	color: var(--main-txt-color);
}

.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 var(--main-txt-color);
}

.required {
	color: #f00;
}

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

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



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





.woocommerce-checkout .col-1, .woocommerce-checkout .col-2 {
	max-width: inherit;
}
.woocommerce-account .col-1, .woocommerce-account .col-2 {
	max-width: inherit;
}
.woocommerce-input-wrapper{
	width:100%;
}
.return-to-shop .hs_btn_wrapper {
     float: left;
}
.btc_blog_single_post_admin_img {
    float: left;
    width: 140px;
}


.btc_blog_single_post_admin_img_cont {
    float: left;
    width: calc(100% - 140px);
    padding-left: 10px;
}
.woocommerce-form-login .hs_about_btn {
    margin-top: 40px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.hs_btn_wrapper li a {
	float: left;
	width: 220px;
	height:50px;
	font-size:16px;
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
	display: block;
	text-align:center;
	line-height:50px;
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.hs_btn_wrapper li a:focus {
	outline: none;
}
.hs_btn_wrapper li a > span {
	vertical-align: middle;
}
.hs_btn_wrapper li .hs_btn_hover {
	background: var(--main-txt-color) !important;
    color: #ffffff !important;
    border-radius: 10px !important;
    padding: 10px 30px 12px !important;
    display: inline-block;
    font-size: 18px;
    position: relative;
    overflow: hidden;
    margin-top: 6px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    
    
    
    
}
.hs_btn_wrapper li .hs_btn_hover::before {
	content: '';
	position: absolute;
	top: -20px;
	left: -20px;
	bottom: -20px;
	right: -20px;
	background: inherit;
	border-radius: 50px;
	z-index: -1;
	opacity: 0.4;
	-webkit-transform: scale3d(0.8, 0.5, 1);
	transform: scale3d(0.8, 0.5, 1);
}

.woocommerce-account .hs_btn_wrapper li .hs_btn_hover::before {
    background: transparent;
}


.hs_btn_wrapper li .hs_btn_hover:hover {
	-webkit-transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
	transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
	color: #ECEFF1;
	background-color: #0592dc;
	-webkit-animation: anim-moema-1 0.3s forwards;
	animation: anim-moema-1 0.3s forwards;
}
.hs_btn_wrapper li .hs_btn_hover:hover::before {
	-webkit-animation: anim-moema-2 0.3s 0.3s forwards;
	animation: anim-moema-2 0.3s 0.3s forwards;
}






@-webkit-keyframes anim-moema-1 {
	60% {
		-webkit-transform: scale3d(0.8, 0.8, 1);
		transform: scale3d(0.8, 0.8, 1);
	}
	85% {
		-webkit-transform: scale3d(1.1, 1.1, 1);
		transform: scale3d(1.1, 1.1, 1);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes anim-moema-1 {
	60% {
		-webkit-transform: scale3d(0.8, 0.8, 1);
		transform: scale3d(0.8, 0.8, 1);
	}
	85% {
		-webkit-transform: scale3d(1.1, 1.1, 1);
		transform: scale3d(1.1, 1.1, 1);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@-webkit-keyframes anim-moema-2 {
	to {
		opacity: 0;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes anim-moema-2 {
	to {
		opacity: 0;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.hs_effect_btn li button {
	float: left;
	width: 180px;
	height:49px;
	font-size:16px;
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
	display: block;
	text-align:center;
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.hs_effect_btn li button:focus {
	outline: none;
}
.hs_effect_btnli button > span {
	vertical-align: middle;
}
.hs_effect_btn li .hs_btn_hover {
	    background-color: var(--main-txt-color);
    color: #ffffff;
    border-radius: 10px;
    padding: 10px 30px 12px;
    display: inline-block;
    font-size: 18px;
    position: relative;
    overflow: hidden;
    margin-top: 6px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
}
.hs_effect_btn li .hs_btn_hover::before {
	content: '';
	position: absolute;
	top: -20px;
	left: -20px;
	bottom: -20px;
	right: -20px;
	background: inherit;
	border-radius: 50px;
	z-index: -1;
	opacity: 0.4;
	-webkit-transform: scale3d(0.8, 0.5, 1);
	transform: scale3d(0.8, 0.5, 1);
}
.hs_effect_btn li .hs_btn_hover:hover {
	-webkit-transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
	transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
	color: #ECEFF1;
	-webkit-animation: anim-moema-1 0.3s forwards;
	animation: anim-moema-1 0.3s forwards;
}
.hs_effect_btn li .hs_btn_hover:hover::before {
	-webkit-animation: anim-moema-2 0.3s 0.3s forwards;
	animation: anim-moema-2 0.3s 0.3s forwards;
}

/* Shop Page Products */

.sidebar_widget:last-child{
	margin-bottom:0;
}
.shop_page_wrapper, .single_product_wrapper{
    float: left;
    width: 100%;
	padding-top:100px;
	padding-bottom:100px;
}

.woocommerce span.onsale {
    background-color: var(--main-txt-color);
    top: 5px;
    left: 5px;
    width: 50px;
    height: 50px;
}
span.badge.onsale.perc,
.woocommerce .product .out-of-stock {
    display: inline-block;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.14);
    -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.14);
    color: #ffffff;
    font-size: 13px;
    left: 0;
    line-height: 19px;
    padding: 5px 10px;
    position: absolute;
    top: 10px;
    z-index: 1;
    background: #212121;
    border-radius: 0px;
    min-width: auto;
    min-height: auto;
}
span.badge.onsale.perc:before {
    border-color: transparent transparent transparent #212121;
    border-style: solid;
    border-width: 13px 0px 0 8px;
    bottom: 0;
    content: "";
    height: 0;
    position: absolute;
    right: -8px;
    width: 0;
}
span.badge.onsale.perc:after {
    border-color: #212121 transparent transparent;
    top: 0;
    bottom: auto;
    border-style: solid;
    border-width: 13px 8px 0px 10px;
    bottom: 0;
    content: "";
    height: 0;
    position: absolute;
    right: -8px;
    width: 0;
}
.woocommerce .product .out-of-stock {
    background: #fd6b6b;
    color: #fff !important;
}
.woocommerce div.btc_shop_indx_cont_box_wrapper {
	margin-bottom:30px;
	min-height: 400px;
}
.btc_shop_indx_img_wrapper {
    float: left;
    width: 100%;
}
.btc_shop_indx_img_wrapper figure{
    position: relative;
    display: block;
    background-color: #fafafa;
    border: .1rem solid #e8e8e8;
    margin-bottom:0;
    transition: all .3s;
}
.product_img:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.07);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_shop_indx_cont_box_wrapper:hover .product_img:after,
.btc_shop_indx_cont_box_wrapper:hover .quick_link {
    visibility: visible;
    opacity: 1;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_shop_indx_img_wrapper img {
    width: 100%;
}
.btc_shop_indx_img_wrapper figure .quick_link {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.quick_link{
    display: inline-block;
	text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    background-color: rgba(43,43,43,0.8);
    padding: 10px 24px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.quick_link a{
    padding:0 !important;
}
 
 
 .line-btn a.button {
    display: block;
    color:var(--main-txt-color);
}


.woocommerce .quick_link .add_to_cart_button {
	font-size: 14px;
	background-color:transparent;
	color:#fff;
}
.woocommerce .quick_link .add_to_cart_button:hover{
	background-color:transparent!important;
	color:#fff!important;
}
.btc_shop_indx_img_cont_wrapper {
    float: left;
    width: 100%;
    text-align: center;
    padding: 25px;
    background: #fff;
    border: 1px dashed #cecece;
    border-top: 0;
}

section.related.products .btc_shop_indx_cont_box_wrapper {
	padding-left: 0;
    padding-right: 30px;
}

.btc_shop_indx_img_cont_wrapper .name{
    margin-bottom:10px;
}
.btc_shop_indx_img_cont_wrapper .name a {
	font-size: 16px;
	line-height:26px;
    color: #2d3a4b;
    font-weight: 600;
    text-transform: capitalize;
	text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 50px;
}
.btc_shop_indx_img_cont_wrapper .price{
    margin-bottom: 10px;
}
.woocommerce div.btc_shop_indx_img_cont_wrapper span.price {
	display:block;
	font-size: 20px;
    color: #797979;
    font-weight: 600;
}
.woocommerce div.btc_shop_indx_img_cont_wrapper span.price ins {
	text-decoration:none;
	color: var( --main-txt-color);
}
.woocommerce div.btc_shop_indx_img_cont_wrapper span.price del {
	opacity:1;
	margin-right:5px;
}
.woocommerce .star-rating::before,
.woocommerce .star-rating span::before,
.woocommerce p.stars a::before {
    color: #ffc000;
}
.woocommerce .products .star-rating {
    display: inline-block;
}

/* Shop Page ordering and Result Count */


.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
	float: right;
    font-size: 16px;
    margin-top: 12px;
}
.woocommerce .woocommerce-ordering select{
	color: #999;
    border: 1px solid var( --main-txt-color);
    padding: 0px 60px 0px 15px;
    border: 1px solid var(--main-txt-color);
    width: 200px;
    border: 1px solid #F85934;
    border-radius: 5px;
    height: 45px;
    line-height: 43px;
    color: #444444;
    padding-left: 15px;
    padding-right: 15px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 700;
    appearance: none;
    position: relative;
    background-image: url(../images/inner/arrow.png);
    background-repeat: no-repeat;
    background-position-x: 90%;
    background-position-y: 20px;
    outline: none;
    
}

/* Shop Pagination */

.woocommerce nav.woocommerce-pagination ul {
	border: 0;
}
.woocommerce .woocommerce-pagination ul.page-numbers li, 
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 0 4px;
}
.woocommerce .woocommerce-pagination ul.page-numbers li .next, 
.woocommerce-page .woocommerce-pagination ul.page-numbers li .next,
.woocommerce-page .woocommerce-pagination ul.page-numbers li .next span,
.woocommerce .woocommerce-pagination ul.page-numbers li .prev, 
.woocommerce-page .woocommerce-pagination ul.page-numbers li .prev,
.woocommerce-page .woocommerce-pagination ul.page-numbers li .prev span{
    width: 155px;
    height: 50px;
    color: var( --main-txt-color);
    text-transform: uppercase;
    line-height: 50px;
}
.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span {
    padding: 0;
	width: 50px;
	height: 50px;
    line-height: 48px;
    font-size: 14px;
    font-weight: 400;
	text-align: center;
}
.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span {
    padding: 0;
	width: 50px;
	height: 50px;
    line-height: 48px;
    font-size: 14px;
    font-weight: 400;
	text-align: center;
}
.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: #fff;
    background:var( --main-txt-color);
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.woocommerce-page .woocommerce-pagination ul.page-numbers li .prev:focus span,
.woocommerce-page .woocommerce-pagination ul.page-numbers li .next:focus span,
.woocommerce-page .woocommerce-pagination ul.page-numbers li .prev:hover span,
.woocommerce-page .woocommerce-pagination ul.page-numbers li .next:hover span{
	color: #fff;
    background:var( --main-txt-color);
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

/* Product Single Page Image */
.single_prod_btn{
    float:left;
    width:100%;
    padding-top:30px;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport {
    border: 1px solid #ddd;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
	margin-top:40px!important;
}
.woocommerce div.product div.images .flex-control-thumbs li {
	width:20%;
    border: 1px solid #ddd;
    margin-right: 0px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    top: 12px;
    right: 12px;
    width: 35px;
    height: 35px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
    border: 2px solid #fff;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
    background: #fff;
}
.product .single_prod_content h1{
    margin: 0px 0px 40px 0px;
    font-size: 26px;
    line-height: 28px;
    color: #2d3a4b;
    font-weight: 600;
    position: relative;
    text-transform: capitalize;
}
.single_product_wrapper .page-content, .entry-content, .entry-summary {
    margin: 0px 0 0;
}
/* Product Single Page Title */

.product .single_prod_content h1:before {
    content: '';
    border: 1px solid #dedede;
    width: 70px;
    position: absolute;
    left: 0px;
    bottom: -21px;
}
.product .single_prod_content h1:after {
    content: '';
    border: 2px solid var( --main-txt-color);
    width: 40px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    position: absolute;
    left: 0;
    bottom: -22px;
}

/* Product Single Page Price */

.woocommerce div.product .single_prod_content p.price, 
.woocommerce div.product .single_prod_content span.price {
    font-size: 30px;
	margin-bottom: 15px;
	color: var( --main-txt-color);
}
.price del {
	    margin-left: 10px;
    color: #797979;
    font-size: 16px;
	opacity:1;
}
.save_txt {
    color: #0ee40e;
	font-size: 16px;
	    margin-left: 10px;
}
.price del + ins {
    margin-left: 10px;
}
.price ins {
    text-decoration: none;
}

/* Product Single Page Quantity */

.woocommerce div.product form.cart div.quantity {
    margin: 20px 4px 0 0;
}
.soldout {
	padding: 3px 8px;
	text-align: center;
	background: #222;
	color: white;
	font-weight: bold;
	position: absolute;
	top: 6px;
	right: 6px;
	font-size: 12px;
}

.woocommerce .quantity input[type="number"]{
	font-size: 16px;
	border-top: 1px solid #eeeeee;
	border-right: none;
	border-left: none;
	border-bottom: 1px solid #eeeeee;
}
.woocommerce .quantity input[type="number"] {
    -moz-appearance: textfield;
}
.woocommerce .quantity input[type=number]::-webkit-inner-spin-button,
.woocommerce .quantity input[type=number]::-webkit-outer-spin-button{
    -webkit-appearance: none;
     margin: 0;
}
.woocommerce .product div.entry-summary .cart .button {
    margin-left: 10px;
}

.woocommerce .quantity .qty {
    width: 1em !important;
}
.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .quantity {
    display: inline-block;
}

/* Product Single product_meta*/

.product_meta span, .sku_wrapper{
	width: 100%;
    float: left;
    margin-bottom: 10px;
}
.product_meta strong{
	color: #2d3a4b;
	margin-right:10px;
}

/* Product Single Page Tabs */

.woocommerce div.product .product_tab_section  {
    padding-top: 40px;
}
.woocommerce div.product .product_tab_section ul.tabs:before {
	border-bottom: 1px solid #ddd;
}
.woocommerce div.product .product_tab_section ul.tabs {
    text-align: center;
	padding: 20px 0 0 0;
    margin-bottom: 50px;
    border-top: 1px solid #ddd;
}
.woocommerce div.product .product_tab_section ul.tabs li {
    border: 0;
    padding: 0 25px;
    background: transparent;
}
.woocommerce div.product .product_tab_section ul.tabs li.active a {
    color: var( --main-txt-color);
}
.woocommerce div.product .product_tab_section ul.tabs li a {
    font-size: 18px;
    font-weight: 500;
    color: #797979;
	display: inline-block;
    padding: 0 0 20px 0;
}
.woocommerce div.product .product_tab_section ul.tabs li a:after {
    -webkit-transition: all .5s;
    transition: all .5s;
    content: '';
    position: absolute;
    right: 0;
	bottom: 0;
    width: 0;
    height: 2px;
    background-color: var( --main-txt-color);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:after{
	left: 0;
    width: 100%;
    background-color: var( --main-txt-color);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .product_tab_section ul.tabs li:after {
	display:none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    color: #111;
    background: transparent;
}

.related h2,
.woocommerce div.product .woocommerce-tabs .panel h2{
    margin: 0px 0px 0px 0px;
    font-size: 22px;
	line-height: 33px;
    color: #2d3a4b;
    font-weight: 600;
    position: relative;
    text-transform: capitalize;
    display: inline-block;
}
/*.related h2:before,*/
/*.woocommerce div.product .woocommerce-tabs .panel h2:before {*/
/*    content: '';*/
/*    border: 1px solid #dedede;*/
/*    width: 70px;*/
/*    position: absolute;*/
/*    left: 0px;*/
/*    bottom: -21px;*/
/*}*/
/*.related h2:after,*/
/*.woocommerce div.product .woocommerce-tabs .panel h2:after {*/
/*    content: '';*/
/*    border: 2px solid var( --main-txt-color);*/
/*    width: 40px;*/
/*    -webkit-border-radius: 1px;*/
/*    -moz-border-radius: 1px;*/
/*    border-radius: 1px;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: -22px;*/
/*}*/

/* Product Single Page Review Tab */

#review_form .form-group {
    position: relative;
}
#review_form .form-group i {
    position: absolute;
    top: 17px;
    right: 22px;
    color: #c7c7c7;
}
#review_form .form-control{
    height: 50px;
    padding: 15px 23px;
    font-size: 16px;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    box-shadow: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #f9f9f9;
}
/*#review_form .form-control:focus, #review_form .form-control:hover {*/
/*    color: #111;*/
/*    background-color: transparent;*/
/*    border: 1px solid var( --main-txt-color) !important;*/
/*    -webkit-transition: all 0.3s ease 0s;*/
/*    -moz-transition: all 0.3s ease 0s;*/
/*    -o-transition: all 0.3s ease 0s;*/
/*    transition: all 0.3s ease 0s;*/
/*}*/
.woocommerce div.product .woocommerce-tabs .panel #review_form h2 {
    margin: 0px 0px 50px 0px; 
}
.comment-form-rating{
	margin-top: 20px;
    margin-bottom: 20px;
}


.woocommerce #respond input#submit {
        padding: 0;
    width: 175px;
    height: auto;
    margin-top: 30px;
    text-align: center;
    cursor: pointer;
    position: relative;
    font-size: 16px;
    border: 2px solid transparent;
    line-height: 40px;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: all 0.6s;
    background: var(--main-txt-color);
    color: #fff;
    border-radius: 5px;
}

/*.woocommerce #respond input#submit:hover{*/
/*	border: 2px solid var( --main-txt-color);*/
/*    background: transparent;*/
/*    color: var( --main-txt-color);*/
/*	-webkit-transition: all 0.6s;*/
/*    -o-transition: all 0.6s;*/
/*    -ms-transition: all 0.6s;*/
/*    -moz-transition: all 0.6s;*/
/*    transition: all 0.6s;*/
/*}*/
.woocommerce #reviews #comments ol.commentlist {
    padding: 0	
}
#reviews .commentlist li .img-thumbnail {
	padding: 0;
    border: 0 solid transparent;
    border-radius: 0;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
	padding: 0;
    width: 100px;
    background: #fff;
    border: 0;
    border-radius: 100%;
    float:left;
}
#reviews .commentlist li .comment-text {
	border:0!important;
    margin-left: 36px !important;
    display: inline-block;
    width: 312px;
}
.woocommerce #reviews #comments ol.commentlist li {
    float: left;
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e6e6e6;
}
.woocommerce-review__author{
	font-size: 20px;
    font-weight: 600;
    color: #2d3a4b;
}
.woocommerce-review__published-date{
	font-size: 16px;
    color: var( --main-txt-color);
    font-style: italic;
}
.woocommerce #reviews #comment {
    height: auto;
}

/* Cart Page Css*/



.table_cart_img figure {
    width: 50px;
	height: 50px;
	line-height: 45px;
    float: left;
	margin: 0;
    overflow: hidden;
	border: 1px solid #ddd;
	text-align:center;
}
.table_cart_img figure img{
    max-width: 100%;
	display:inline-block;
}
.cart-calculations input {
    padding: 5px;
}
.cart_table_heading {
    font-size: 16px;
    color: #fff;
    background:var( --main-txt-color);
    font-weight: 400 !important;
    text-transform: capitalize;
}

.cart-calculations a.remove:hover i{
    color: var( --main-txt-color);
}
.cart-calculations i {
    margin-right: 20px;
    font-size: 14px;
    color: #111111;
    position: relative;
    top: -5px;
}
.cart_btn_cntnt{
	float: left;
	margin-top: 20px;
}
.actions .hs_effect_btn {
	float: right;
	width:auto;
	padding-top: 0px;
    margin-top: 5px;
	padding-right:20px;
}

.table_cart_cntnt h1 {
    font-size: 16px;
	line-height:26px;
    font-weight: 500;
    text-transform: capitalize;
}
.table_cart_cntnt h1 a{
	text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 50px;
}
.cart-calculations table.shop_table > tbody > tr{
   border-top: 1px solid #dddddd;
    }
.cart-calculations table.shop_table >tbody > tr:first-child{
   border-top: 0;
}
.cart-calculations table.shop_table > thead > tr > th {
    border-bottom: 0;
    padding-top: 15px;
    padding-left: 15px;
    font-size: 16px;
    padding-bottom: 15px;
}
.cart-calculations table.shop_table > tbody > tr >td{
	font-weight: 400;
    padding: 20px 8px 30px 20px;
    font-size: 20px;
    font-weight: 600;
    color: #444444;
    font-family: "Roboto", sans-serif;
}
.cart-calculations .table > tbody > tr > td.product_quantity div.quantity {
    float: left;
}
.cart-calculations table.shop_table > tbody > tr >td.product-remove{
	padding-right: 20px;
}
.table_cart_cntnt p {
    color: #4285f4;
    font-weight: 500;
    text-transform: capitalize;
}
.cart_page_price {
    font-weight: 600;
    color: #111;
}
.cart_page_totl {
    font-weight: 600;
    color: var( --main-txt-color);
}
.shop_btn_wrapper ul {
    float: right;
}
.table-responsive {
    border: 1px solid #efefef;
}
.estimate_shiping_Wrapper_cntnt {
    float: left;
    width: 100%;
    border: 1px solid #efefef;
    padding: 20px;
    margin-bottom: 30px;
	border-radius: 3px;
}
.coupan_head{
    float: left;
    width: 100%;
}
.coupan_head h2, .cart_totals h2{
    margin-bottom:60px!important;
    font-size: 22px;
    color: #2d3a4b;
    font-weight: 600;
    position: relative;
    text-transform: capitalize;
    display: inline-block;
}
.coupan_head h2:before, .cart_totals h2:before {
    content: '';
    border: 1px solid #dedede;
    width: 70px;
    position: absolute;
    left: 0px;
    bottom: -21px;
}
.coupan_head h2:after, .cart_totals h2:after {
    content: '';
    border: 2px solid var( --main-txt-color);
    width: 40px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    position: absolute;
    left: 0;
    bottom: -22px;
}
.coupan_form_wrapper input{
	float: left;
    width: 150px;
    height: 50px;
    border: 1px solid rgba(208, 208, 208, 0.52);
    background: transparent;
    color: #777777;
    padding-left: 20px;
    border-right: 0;
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.coupan_form_wrapper .hs_btn_wrapper {
    width: 170px;
    padding-top: 0;
}
.coupan_form_wrapper .dark_btn button {
    background-color: var( --main-txt-color);
	color:#fff;
}
.coupan_form_wrapper .dark_btn button:hover {
    background-color:transparent;
	color: var( --main-txt-color);
}
.woocommerce .cart-collaterals .cart_totals, 
.woocommerce-page .cart-collaterals .cart_totals {
    float: left;
    width: 100%;
}
.cart-collaterals .estimate_shiping_total_cntnt table.shop_table{
    margin: 0 0 0px;
	border:0;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    display: block;
    text-align: center;
    margin-bottom: 0;
}
.shop_btn_wrapper_shipping ul li a {
    width: 140px;
    height: 45px;
    line-height: 40px;
    margin-top: 20px;
}
.estimate_shiping_total_cntnt table{
	border: 1px solid #efefef;
    padding: 20px;
    margin-bottom: 30px;
	border-radius: 3px;
}
.estimate_shiping_Wrapper_repsnse {
    padding-top: 0;
}
.woocommerce .estimate_shiping_total_cntnt table.shop_table>tbody>tr>th{
	color: #2d3a4b;
	text-align: left;
	font-size: 16px;
}
.estimate_shiping_total_cntnt .price,
.estimate_shiping_total_cntnt .amount {
    font-weight: 500;
    color: var( --main-txt-color);
    font-size: 16px;
}
.estimate_shiping_total_cntnt .dark_btn {
    padding-top: 0;
}
.woocommerce-shipping-destination,
.woocommerce-shipping-destination strong,
.estimate_shiping_total_cntnt ul#shipping_method li label,
.estimate_shiping_total_cntnt .shipping-calculator-button{
	color: #2d3a4b;
}
.woocommerce .estimate_shiping_total_cntnt table.shop_table>tbody>tr>th,
.cart-calculations .estimate_shiping_total_cntnt table.shop_table>tbody>tr>td{
	padding: 20px 8px 8px 8px;
	
}
.woocommerce-cart .cart-collaterals .cart_totals .estimate_shiping_total_cntnt table tr th,
.woocommerce-cart .cart-collaterals .cart_totals .estimate_shiping_total_cntnt table tr td{
	border:0;
}
.woocommerce-cart .cart-collaterals .cart_totals .estimate_shiping_total_cntnt table tr th{
	color: #2d3a4b;
}
.cart_btn_cntnt_clr {
    font-size: 18px;
    color: #ec5959;
    font-weight: 600;
}
.woocommerce-message {
    border-top-color: var( --main-txt-color);
	margin-bottom: 30px !important;
}

.woocommerce-checkout section.al-main-page-container ,.woocommerce-cart section.al-main-page-container {
    float: left;
    width: 100%;
    padding: 80px 0;
}


.woocommerce-cart .al-main-page-container {
    float: left;
    width: 100%;
    padding: 80px 0;
}

li.woocommerce-mini-cart-item.mini_cart_item img {
    width: 90px;
    margin-right: 7px;
    float:left !important;
}

.woocommerce-checkout #payment div.payment_box p {
    color: #515151;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: right;
    height: 49px;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 41px;
    padding: 11px 57px;
}
.woocommerce-message::before {
    color: var( --main-txt-color);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
	border:0;
}
.select2-container--default .select2-selection--single {
    height: 50px;
    border: 1px solid #efefef;
    padding: 5px;
    height: 50px;
    background: #fff;
    color: #707070;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    color: #707070;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:before{
	content: "\f107";
	font-family: "Font Awesome 5 Free";
    margin-left: -4px;
    margin-top: -5px;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    box-shadow: none;
    width: 100%;
    border: 1px solid #efefef;
    padding: 10px;
    height: 50px;
    background: #fff;
    color: #949494;
    border-radius: 3px;
    margin-bottom: 10px;
}
.return-to-shop .dark_btn{
	padding-top:0;
}

/* Checkout Page Css*/

.checkout_wrapper{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, 
.woocommerce form.register {
    border: 1px solid #efefef;
    padding: 20px;
    border-radius: 3px;
}
.woocommerce-info {
    border: 0;
    background-color: #FFF6F4;
    padding: 15px 15px;
        margin: 0 0 2em!important;
    border-radius: 3px;
}
.woocommerce-info::before {
    display:none;
}
.woocommerce-info h4 {
    padding: 5px;
    color: #888888;
    font-size: 16px;
	text-transform: unset;
}
.woocommerce-info i {
    margin-right: 10px;
    font-size: 20px;
    color: #4a4a4a;
}
.woocommerce-info a {
    color: var( --main-txt-color);
}
.woocommerce-billing-fields h2, #ship-to-different-address h2{
    margin: 0px 0px 60px 0px;
    font-size: 22px;
    color: #2d3a4b;
    font-weight: 600;
    position: relative;
    text-transform: capitalize;
    display: inline-block;
}
.woocommerce-billing-fields h2:before, #ship-to-different-address h2:before {
    content: '';
    border: 1px solid #dedede;
    width: 70px;
    position: absolute;
    left: 0px;
    bottom: -21px;
}
.woocommerce-billing-fields h2:after,  #ship-to-different-address h2:after {
    content: '';
    border: 2px solid var( --main-txt-color);
    width: 40px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    position: absolute;
    left: 0;
    bottom: -22px;
}
#ship-to-different-address input[type=checkbox]{
    display: none;
}
.woocommerce form .form-row label {
    margin-bottom: 6px;
    color: #777;
    font-size: 15px;
}
.woocommerce form .woocommerce-additional-fields__field-wrapper .form-row textarea {
    resize: none;
    height: 60px !important;
    padding-left: 30px;
}
.checkout_crorpo_lable{
	position: relative;
    top: -1px;
    font-weight: normal;
    padding: 0px;
    font-size: 18px;
    cursor: pointer;
    color: #333333;
}
.woocommerce form .form-row .input-checkbox {
    margin: -5px 8px 0 0;
}
.checkout_crorpo_text{
	float: left;
    width: 100%;
    margin-bottom: 5px;
}
.woocommerce form .form-row.woocommerce-invalid label {
    font-weight: 700;
    color: #a00;
    color: #777777;
    text-transform: capitalize;
}
.woocommerce form .form-row.woocommerce-invalid input.input-text{
    font-size: 15px;
    color: #888888;
    padding: 12px 15px;
    border-radius: 3px;
    height: 50px;
    border: 1px solid #e0e0e0;
}
.woocommerce-form-login  input {
    background: #fafafa;
    border-radius: 5px;
}
.contect2_form1 input {
    width: 100%;
    height: 50px;
    padding-left: 20px;
    margin-bottom: 10px;
    border: 1px solid #f5f5f5;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.contect2_form1 i {
    font-size: 16px;
    color: #b1b1b1;
	margin-left: -30px;
}
.woocommerce form.login .coupan_head h2{
    margin: 0px 0px 20px 0px;
}
.woocommerce form.login .checkout_crorpo_text{
	margin-bottom: 20px;
    margin-top: 20px;	
}
.nopadding{
	padding:0;
}
.order-box {
    position: relative;
    margin-top: 15px;
    margin-bottom: 80px;
}
.title-box {
    position: relative;
    padding: 15px 30px;
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 20px;
    float: left;
    width: 100%;
    font-weight: 700;
    color: #222222;
    background-color: #f3f3f3;
}
.order-box .title-box .col {
    position: relative;
	padding: 0;
    width: 50%;
    float: left;
    color: #222222;
    font-size: 15px;
    font-weight: 700;
}
.order-box .cart_item li.clearfix{
    position: relative;
    padding: 25px 30px 24px;
    text-transform: capitalize;
    color: #777777;
    font-size: 15px;
    line-height: 30px;
    border-bottom: 1px solid #cccccc;
}
.order-box ul li .order_box_span {
    width: 50%;
    float: right;
    color: #222222;
    font-size: 15px;
}
.order-box ul li.order_total {
    border-bottom: none;
    background: #f5f5f5;
    padding: 15px 30px;
    margin-top: -1px;
    font-weight: 700;
    color: #222222;
}
.woocommerce-checkout #payment div.form-row {
	padding: 1em 0;
    float: right;
}
.place-order .dark_btn {
   padding-top:0;
}
.woocommerce-checkout #payment div.payment_box {
    margin: 2px 0 20px 0;
    font-size: 16px;
    line-height:26px;
    padding: 15px 20px;
    background-color: var( --main-txt-color);
    color: #fff;
	border-radius:3px;
}
.woocommerce-checkout #payment div.payment_box::before {
	left: 30px;
    top: -8px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 8px solid var( --main-txt-color);
}
.crorpo_pay_med_title{
    text-transform: capitalize;
    letter-spacing: 1px;
    cursor: pointer;
    color: #2d3a4b;
	font-weight: 600;
}
.payment-options {
	margin-top: 20px;
    margin-bottom: 20px;
    padding: 15px 35px;
    background-color: #f5f5f5;
}
.woocommerce-checkout #payment ul.payment_methods {
    border: 0;
}
.woocommerce-checkout #payment {
    background: transparent;
}
.woocommerce-checkout #payment ul.payment_methods 
li:last-child div.payment_box{
	margin: 2px 0 0 0;
}
.woocommerce-checkout .woocommerce .col2-set .col-1, 
.woocommerce-checkout.woocommerce-page .col2-set .col-1 {
    padding: 0;
}



.woocommerce-account .addresses .title .edit {
    float: right;
    color: var(--main-txt-color);
}

.woocommerce form .form-row {
    padding: 3px 0;
}
.woocommerce form .woocommerce-account-fields .form-row{
	padding: 3px 3px;	
}

/* My Account Page Css*/

.woocommerce-form-register{
    padding-top:30px;
}
.woocommerce-privacy-policy-text a{
    color:#fff;
}
.woocommerce table.my_account_orders td .hs_btn_wrapper,
.woocommerce-MyAccount-content .hs_btn_wrapper {
    float: left;
}
.woocommerce-MyAccount-content .float_right {
    float: right;
}
.btc_blog_single_post_admin_img_cont .hs_btn_wrapper {
    float: left;
}
.btc_blog_single_post_admin_img_cont .hs_btn_wrapper ul li a{
   width:140px;
}
.woocommerce-account .crorpo_register_wrapper .hs_btn_wrapper,
.woocommerce-account .crorpo_login_wrapper .hs_btn_wrapper{
    float: left;
}
.woocommerce-account .wrapper_main .site_content {
  background: var(--main-txt-color);
}
.woocommerce-lost-password .wrapper_main .site_content {
    background:#fff;
}
.woocommerce-account .woocommerce{
	background: #fff;
	margin:100px 0;
}
.woocommerce-order-received .woocommerce{
	margin-top:100px;
}
.woocommerce-account #customer_login {
    text-align: center;
}
.woocommerce-account .crorpo_register_wrapper,
.woocommerce-account .crorpo_login_wrapper {
    padding: 50px;
}
.woocommerce-account .crorpo_register_wrapper{
     background: var(--main-txt-color);
     color: #fff;
}
.woocommerce-account .crorpo_register_wrapper .coupan_head h2{
	color:#fff;
}
.woocommerce-account .crorpo_register_wrapper .coupan_head h2:after,
.woocommerce-account .crorpo_login_wrapper .coupan_head h2:after{
    content: '';
    border: 2px solid var( --main-txt-color);
    width: 40px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    position: absolute;
    left: 0px;
    right: 0;
    margin: 0 auto;
    bottom: -22px;
}
.woocommerce-account .crorpo_register_wrapper .coupan_head h2:before,
.woocommerce-account .crorpo_login_wrapper .coupan_head h2:before{
	content: '';
    border: 1px solid #dedede;
    width: 70px;
    position: absolute;
    left: 0px;
    bottom: -21px;
    right: 0;
    margin: 0 auto;
}
.woocommerce-account .crorpo_register_wrapper .coupan_head h2:after{
    border: 2px solid #c5701d;
}
.woocommerce-account .crorpo_register_wrapper .checkout_crorpo_text,
.woocommerce-account .crorpo_login_wrapper .checkout_crorpo_text{
	padding-bottom:30px;
}
.woocommerce-account .crorpo_register_wrapper .checkout_crorpo_text{
	color: #fff;
}
.woocommerce-account .crorpo_register_wrapper .form-row input.input-text{
    width: 100%;
    border: 1px solid #fff;
    background: #fff;
    color: #797979;
}
.woocommerce-account .crorpo_register_wrapper .form-row input::-webkit-input-placeholder{
    color:#797979;
}
.woocommerce-account .crorpo_register_wrapper .form-row input:-moz-placeholder{
    color:#797979;
}
.woocommerce-account .crorpo_register_wrapper .form-row input::-moz-placeholder{
    color:#797979;
}
.woocommerce-account .crorpo_register_wrapper .form-row input:-ms-input-placeholder{
    color:#797979;
}
.woocommerce form .password-input, 
.woocommerce-page form .password-input {
    width: 100%;
}
.crorpo_register_wrapper .show-password-input::after{
    color: #fff;
}
.woocommerce-account .dark_btn{
    padding-top: 0;
}
.crorpo_register_wrapper .dark_btn,
.crorpo_login_wrapper .dark_btn {
	text-align:center;
}
.crorpo_register_wrapper .header_btn button {
  background:#fff;
  color:#3a424a;
  border:2px solid transparent;
}
.crorpo_register_wrapper .header_btn button::before {
	border: 2px solid #fff;
}
.crorpo_register_wrapper .header_btn button:hover {
    color: #fff;
}
.crorpo_register_wrapper .header_btn button{
    float: none;
}

.woocommerce-account .crorpo_register_wrapper i,
.woocommerce-account .crorpo_login_wrapper i,
.lost_reset_password .contact2_form1 i,
.edit-account .contact2_form1 i{
    font-size: 16px;
    color: #b1b1b1;
    margin-left: -30px;
    position: relative;
    right: 0;
    cursor: pointer;
}
.woocommerce-account .crorpo_register_wrapper i{
	color:#fff;
}
.lost_reset_password .checkout_crorpo_text {
    margin-bottom: 20px;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
	width:100%;
	text-align:center;
	padding: 20px 0 0 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.woocommerce-MyAccount-navigation ul{
	display:inline-block;
	list-style:none;
}
.woocommerce-MyAccount-navigation ul li{
	float: left;
    margin-right: 60px;
}
.woocommerce-MyAccount-navigation ul li:last-child{
	margin-right:0;
}
.woocommerce-MyAccount-navigation ul li a{
	color: #2d3a4b;
    display: inline-block;
    padding: 0 0 10px 0;
	text-transform: capitalize;
	font-size: 16px;
    font-weight: 600;
	position:relative;
}
.woocommerce-MyAccount-navigation ul li a:after {
    -webkit-transition: all .5s;
    transition: all .5s;
    content: '';
    position: absolute;
    right: 0;
    bottom:-7px;
    width: 0;
    height: 2px;
    background-color: var( --main-txt-color);
}
.woocommerce-MyAccount-navigation ul li.is-active a:after {
    left: 0;
    width: 100%;
    background-color: var( --main-txt-color);
}
.woocommerce-MyAccount-navigation ul li.is-active a {
    color: var( --main-txt-color);
}
.woocommerce-account .woocommerce-MyAccount-content {
	width:100%;
}
.woocommerce-MyAccount-navigation ul li::before{
	font-family: dashicons;
    content: "\e028";
    display: inline-block;
    position: absolute;
    top: 28px;
    right: 20px;
    color: #fff;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard:before {
	content: '\f226';
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders:before {
	content: '\f174';
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads:before {
	content: '\f316';
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address:before {
	content: '\f102';
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account:before {
	content: '\f110';
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout:before {
	content: '\f528';
}
.woocommerce-orders .dark_btn,
.woocommerce-downloads .dark_btn {
	padding-top: 15px;
}
.woocommerce-orders .woocommerce-pagination .dark_btn,
.woocommerce-downloads .woocommerce-pagination .dark_btn {
	padding-top: 0;
	float:none;
}
.woocommerce-orders .dark_btn a,
.woocommerce-downloads .dark_btn a{
   float:right;
   width: 200px;
}
.woocommerce-orders .crorpo_info,
.woocommerce-downloads .crorpo_info{
    display: inline-block;
    padding-top: 10px;
    padding-left: 15px;
	color: #2d3a4b;
}
.woocommerce-edit-address .checkout_crorpo_text {
    color: #2d3a4b;
    margin-bottom: 15px;
    padding-left: 15px;
}
.woocommerce-account table.shop_table,
.woocommerce-order-details table.woocommerce-table--order-details{
	border-collapse: collapse;
	border: 1px solid #ccc;
}
.woocommerce-account table.shop_table th,
.woocommerce-account table.shop_table td {
	font-size: 16px;
}
.woocommerce-account table.shop_table thead th,
.woocommerce-order-details table.woocommerce-table--order-details thead th{
    background: var( --main-txt-color);
    color: #fff;
	font-size: 18px;
	padding: 15px 15px;
}
.woocommerce-account table.shop_table td{
	padding: 15px 8px 15px 20px;
	color: #2d3a4b;
	font-weight: 500;
	border:0;
}
.woocommerce-orders-table__cell-order-number a{
	color: var( --main-txt-color);
}
.woocommerce-account table.shop_table .hs_btn_wrapper ul li a{
	width: 140px;
	padding:0 !important;
}
.woocommerce-account table.shop_table .dark_btn {
	padding-top: 0;
}
.woocommerce-pagination .dark_btn .woocommerce-button--previous{
	float:left;
}
.btc_blog_single_post_admin_img_cont p a{
    color: rgba(255, 255, 255, 0.7);
}
.woocommerce-account .btc_blog_single_post_admin_img_cont h2 {
     color: #2d3a4b;
	 margin-bottom: 5px;
}
.woocommerce-account .btc_blog_single_post_admin_img_cont h1{
    font-size: 20px;
    text-transform: capitalize;
    color: var( --main-txt-color);
    font-weight: 600;
	margin: 10px 0;
}
.woocommerce-account .checkout_crorpo_text {
    margin-top: 20px;
}
.woocommerce-account .checkout_crorpo_text a{
    font-weight: 600;
    color: #2d3a4b;
}
.dashboard_head{
	margin-top:20px;
}
.woocommerce .woocommerce-order-details .coupan_head{
	margin-top: 40px;
}
.woocommerce-order-details table.woocommerce-table--order-details th,
.woocommerce-order-details table.woocommerce-table--order-details td  {
    padding: 25px 30px 24px;
    border-top: 1px solid #ccc;
    background: #fff;
    color: #2d3a4b;
	font-weight:700;
}
.woocommerce-order-details table.woocommerce-table--order-details thead td{
    padding: 15px 15px;
}
.woocommerce-order-details table.woocommerce-table--order-details tfoot tr:last-child th,
.woocommerce-order-details table.woocommerce-table--order-details tfoot tr:last-child td{
	background: #2d3a4b;
	color:#fff;
}
.woocommerce .woocommerce-customer-details address {
	border:0;
	padding:0;
}
.woocommerce .woocommerce-customer-details 
.woocommerce-customer-details--phone::before,
.woocommerce .woocommerce-customer-details 
.woocommerce-customer-details--email::before{
	display:none;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email, 
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone{
    padding-left:0; 
}
.woocommerce-view-order .crorpo_order_content {
	float:left;
	width:100%;
	padding-bottom:30px;
}
.woocommerce-view-order .woocommerce-MyAccount-content p{
	color: #2d3a4b;
    margin-bottom: 30px;
}
.woocommerce-view-order .woocommerce-MyAccount-content mark {
    padding: .2em;
    background-color: #fff;
    font-weight: 700;
	color:var( --main-txt-color);
}
.crorpo_order_header {
    border: 1px solid #ccc;
}
.crorpo_order_header .crorpo_order_number {
    background: #fff;
    font-size: 40px;
    padding: 50px 30px;
    text-align: center;
    color: #2d3a4b;
    border-bottom: 1px solid #ccc;
}
.crorpo_order_header .crorpo_order_number span{
    color:var( --main-txt-color);
}
.crorpo_order_header .crorpo_order_info {
    padding: 25px;
    font-size: 14px;
    color: #2d3a4b;
}
.crorpo_order_header .crorpo_order_info .coupan_head h2{
    margin-bottom:40px;
}
.crorpo_order_status{
    background: #2d3a4b;
	text-align:center;
	padding: 24px 30px;
}
.crorpo_order_status h2{
	color:#fff;
    font-size: 16px;
	text-transform:capitalize;
}
.crorpo_order_status h2 span{
	font-weight: 600;
	color:var( --main-txt-color);
}
.crorpo_order_content{
	margin-bottom: 30px;
}
.archive  .product .btc_shop_indx_img_cont_wrapper .excerpt{
    display: none;
}
.sidebar_widget {
    margin-bottom: 30px;
}
.sidebar_widget h2 {
    margin-top: 0px;
}
.woocommerce .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs a {
    font-weight: 400;
}

.woocommerce-account #customer_login {
    border: 1px solid var(--main-txt-color)47;
    border-left-color: transparent;
    text-align: left;
    background: var(--main-txt-color)12;
}
.woocommerce-account #customer_login label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    text-align: left;
}
.woocommerce-account #customer_login .woocommerce-privacy-policy-text {
    margin: 20px 0;
}

.woocommerce-account #customer_login .woocommerce-privacy-policy-text a.woocommerce-privacy-policy-link {
    text-decoration: underline;
    color: #ededed;
}

.woocommerce-account #customer_login .coupan_head ::before {
    right: unset;
}

.woocommerce-account #customer_login .coupan_head ::after {
    right: unset;
}
.woocommerce label {
    font-weight: normal;
}
.woocommerce-account .woocommerce .woocommerce-address-fields button.button {
    border-radius: 50px;
    background: var(--main-txt-color);
    color: #fff;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
    padding: 15px 50px;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    width: 100px !important;
 
}


/*alagmart woocommerce css*/



.single_product_wrapper .summary.entry-summary.single_prod_content {
    float: left;
}


ul.tabs.wc-tabs li {
    display: inline-block !important;
    padding: 12px;
}


.woocommerce div.product form.cart div.quantity input.plus {
    float: none;
}


.single_product_wrapper .product-wrapper {
    max-width: 300px;
    display: inline-block;
}


.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image.flex-active-slide a {
    display: block;
    text-align: center;
}


.single_product_wrapper h1.product_title.entry-title {
    color: #444444;
    font-size: 26px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
}


.single_product_wrapper p.price {
    padding-top: 20px;
    font-size: 26px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    color: #444444;
    margin-bottom: 25px;
}




/*.single_product_wrapper .woocommerce-product-gallery__image.flex-active-slide {*/
/*    float: unset !important;*/
/*}*/


.single_product_wrapper .woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f6f5f8;
    color: #515151;
    border-top: 3px solidvar(--main-txt-color);
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
    border-top-color:var(--main-txt-color);
    margin-bottom: 30px !important;
}


.single_product_wrapper .woocommerce-message a.button {
    float: right;
}


.single_product_wrapper .single_prod_btn ul {
    margin: 0;
}

.single_product_wrapper .product_meta span.posted_in {
    margin: 22px 0;
}


.single_product_wrapper ol.flex-control-nav.flex-control-thumbs li {
    width: 150px !important;
    text-align: center;
}

.single_product_wrapper .woocommerce-product-gallery__wrapper {
    text-align: center;
}



.single_product_wrapper section.related.products {
    margin: 80px 0 0;
}


.single_product_wrapper .woocommerce-product-gallery.woocommerce-product-gallery--with-images {
    width: 100%;
}

.single_product_wrapper p.woocommerce-noreviews {
    background: transparent;
    margin: 47px 0;
}


.single_product_wrapper li.active {
    background-color: transparent;
    border-radius: 0;
    color: var(--primary_color2);
    border-bottom: 2px solid var(--primary_color2);
}


.single_product_wrapper .woocommerce-tabs.wc-tabs-wrapper {
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
    border: 1px solid #ecf0f4;
    border-radius: 2px;
    padding: 30px 50px;
}





.woocommerce .quantity input.plus,
.woocommerce .quantity input.minus {
	   display: inline-block;
    border: 1px solid var(--main-txt-color);
    margin: 0px;
    width: 40px;
    height: 40px;
    font-size: 25px;
    line-height: 12px;
    text-align: center;
    vertical-align: middle;
    padding: 11px 0px 16px;
    color: var(--main-txt-color);
    background: transparent;
}
.woocommerce .quantity input.plus {
    float: right;
    border-left: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.woocommerce .quantity input.minus {
    float: left;
    border-right: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}


.woocommerce .quantity input.qty {
    min-width: 48px;
    height: 40px;
    outline: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    text-align: center;
    padding: 0;
    border: 1px solid var(--main-txt-color);
    float:left;
}


.single_product_wrapper section.related.products h2 {
    font-size: 36px;
    font-family: "Roboto", sans-serif;
    color: var(--main-txt-color);
    font-weight: 600;
    text-align: center;
    display: block;
    margin: 50px 0;
}


.single_product_wrapper section.related.products .product-content h2 {
    margin: 0;
    text-align: left;
}


.single_product_wrapper .line-btn a {
    color: var(--main-txt-color);
}


.single_product_wrapper section.related.products ul.products.columns-2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}


.single_product_wrapper section.related.products .product-wrapper {
    max-width: 100%;
    display: inline-block;
}



/*Cart Css*/


.wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block {
    border-radius: 20px;
    border: 1px solid var(--main-txt-color);
    background: #ffffff;
    padding: 20px 20px 30px 20px;
}



.is-large.wc-block-cart .wc-block-cart-items th {
    padding: 8px 16px 8px 0;
    white-space: nowrap;
    font-size: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.is-large.wc-block-cart .wc-block-cart__totals-title{
   color: #444444 !important;
    font-size: 26px !important;
    font-weight: 600 !important;
    font-family: "Roboto", sans-serif !important;
    border-bottom: 1px solid #dddddd !important;
    padding-bottom: 12px !important ;
}
    
    
    

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    background: #ffffff;
    line-height: 1;
    margin: 0.5em 0rem;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    padding: 1em 2em;
    border-radius: 10px;
    display: inline-block;
    transition: 0.3s ease-in-out;
    min-width: 100%;
    text-align: center;
    border: 1px solid var(--primary_color2);
    color: var(--primary_color2);
}


button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained {
    display: inline-block;
    color: var(--primary_color2);
    position: absolute;
    top: -1px;
    right: 12px;
    font-weight: 600;
    background: transparent;
    border: transparent;
}





a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover{
       box-shadow: inset 0 0 0 2em var(--primary_color2);
        transition: 0.3s ease-in-out;
        color: #ffffff;
}


.tag.Tag2 p {
    background-color: #29BD1C;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    width: 70px;
    height: 28px;
    text-align: center;
    line-height: 30px;
    border-radius: 4px;
    text-transform: uppercase;
}





.woocommerce-tabs ul.tabs li {
    display: block;
    margin: 0;
    position: relative;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    color: #888888;
    border-radius: 0;
}



.woocommerce .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs a{
    color: #888888;
}


li.description_tab.active a {
    background-color: transparent;
    border-radius: 0;
    color: var(--primary_color2);
}



.woocommerce .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs a {
    color: #888888;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    color: #888888;
    padding: 12px 30px;
    border-radius: 0;
}

.woocommerce-tabs ul.tabs li.active a {
    color: var(--primary_color2) !important;
}


.single_product_wrapper .product_meta span.posted_in {
    margin: 5px 0;
}

.product_meta span.posted_in ,.product_meta span.tagged_as{
    font-weight: 700;
}

.sku_wrapper {
    margin: 20px 0 0 0;
}


.comment_container {
    display: inline-block;
}



p.form-submit {
    margin: 0;
}


p.comment-form-comment {
    margin: 0;
}


.woocommerce #reviews #comments ol.commentlist {
    list-style: none;
}

tr.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_dimensions ,tr.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_size{
    background: #ecf0f4;
}


th.woocommerce-product-attributes-item__label {
    font-weight: 500;
    font-size: 1rem;
    color: #1d2128;
    padding: 19px 52px;
    vertical-align: top;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: capitalize;
    border: none;
}
div#respond h4 {
    margin: 15px 0;
}


p.comment-form-cookies-consent {
    margin: 20px 0;
}

.woocommerce #respond input#submit:before {
    background-color: pink;
    content: "";
    height: 150px;
    left: -75px;
    position: absolute;
    top: -35px;
    transform: rotate(35deg);
    transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 40px;
    opacity: 0;
}

.cart-calculations table.shop_table > thead > tr > th{
    
    font-size: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}

form.woocommerce-cart-form {
    border: 1px solid var(--main-txt-color);
    border-radius:20px;
}

table.shop_table_responsive tr td.product-remove a {
    text-align: left;
    border-radius: 5px;
    background: rgba(67, 172, 189, 0.2);
    padding: 7px 12px;
}

.wc-proceed-to-checkout a.checkout-button {
    border: 1px solid var(--primary_color2);
    color: var(--primary_color2);
    background: #ffffff;
    line-height: 1;
    margin: 0.5em 0rem;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    padding: 1em 2em;
    border-radius: 10px;
    min-width: 200px;
    transition: 0.3s ease-in-out;
}





.coupan_form_wrapper input#coupon_code {
    border: none;
    padding: 10px;
}

.coupan_form_wrapper input#coupon_code:focus-visible {
    border: none !important;
    outline: none !important;
}
.estimate_shiping_Wrapper_cntnt button.hs_btn_hover {
    background: transparent !important;
    display: inline-block;
    color: var(--primary_color2) !important;
    font-weight: 600;
    border:none;
}


.estimate_shiping_Wrapper_cntnt {
    background-color: var(--primary_color2);
    padding: 20px;
    border-radius: 8px;
}


.estimate_shiping_Wrapper_cntnt .coupan_head h2 {
    color: #fff;
}

.coupan_form_wrapper {
    width: 100%;
    background: #fff;
    z-index: 1111111;
    display: grid ;
    border-radius: var(--bs-border-radius);
    flex-wrap: unset;
    grid-template-columns: auto auto;
}


form.woocommerce-cart-form td.product-name a {
    font-size: 20px;
    font-weight: 600;
    color: #444444;
    font-family: "Roboto", sans-serif;
}



.cart_totals {
    background: rgba(248, 89, 52, 0.05);
    padding: 20px;
}


.estimate_shiping_Wrapper_cntnt .hs_effect_btn.hs_about_btn {
    width: 100%;
    display: contents;
}


.woocommerce span.onsale {
    background-color: var(--main-txt-color);
    top: 0;
    left: 0px;
    width: 40px;
    height: 30px;
    position: absolute;
    color: #fff;
    padding: 4px;
}

.al-large-product {
    position: relative;
}


.alaq-home-wrapper .cart-sidebar .view-btn-wrapper {
    position: fixed !important;
    bottom: 14px;
}

.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .quantity {
    display: flex;
}




@media(max-width:991px){
    
.mobile-filter-btn{
      display: inline-block !important;
      padding: 10px 20px;
      margin-bottom: 15px;
      background: #f85934;
      color: #fff;
      border: none;
      border-radius: 5px;
      font-size: 16px;
  }
  
.alaq-product-category-main-wrapper .product-category-single-wrapper .side-panel-box-wrapper {
    transform: translateX(-100%);
} 

.alaq-product-category-main-wrapper .product-category-single-wrapper .side-panel-box-wrapper.hide {
    transform: translateX(0%);
}  
  
/*.woocommerce-shop .alaq-product-category-main-wrapper .product-category-single-wrapper .side-panel-box-wrapper{*/
/*    display:none;*/
/*}    */

 /*.woocommerce-shop .alaq-product-category-main-wrapper .product-category-single-wrapper .side-panel-box-wrapper .sidebar-open{*/
 /*     display: block;*/
 /* }*/

.side-panel-box-wrapper.sidebar-open {
    display: block !important;
}

.cart-calculations table.shop_table > tbody > tr >td {
    font-weight: 400;
    padding: 20px 0;
    min-width: 140px;
}

.estimate_shiping_Wrapper_cntnt button.hs_btn_hover{
    text-align:right;
}

}


@media(max-width:1200px){

.cart-calculations .col-lg-3.col-md-12.col-sm-12.col-xs-12 {
    width: 100%;
}

.cart-calculations .col-lg-9.col-md-12.col-sm-12.col-xs-12 {
    width: 100%;
}
    .estimate_shiping_Wrapper_cntnt {
    margin: 40px 0px;
}


.coupan_form_wrapper input {
    width: 100%;
}




}

@media(max-width:1024px){
    
    .woocommerce .col2-set, .woocommerce-page .col2-set {
    display: block !important;
    width: 100% !important;
}
    
}

@media(max-wdith:767px){

        form.woocommerce-cart-form {
            padding: 20px;
        }
        
        .table_cart_cntnt h1{
            display:inline-block;
        }
        
        
        
}




.table-responsive {
    -webkit-overflow-scrolling: touch !important; /* Smooth scrolling on iOS */
    overflow-x: auto; /* Allow horizontal scroll */
    -ms-overflow-style: scrollbar !important; /* Ensure the scrollbar appears on IE */
}

/* Optionally, you can style the table itself */
.shop_table {
    width: 100%;
    table-layout: auto; /* Allow content to adjust to the width of the container */
}


.table-responsive tbody tr.woocommerce-cart-form__cart-item.cart_item td ::before ,table.shop_table_responsive tr td::before{
    display:none;
}





/*checkout page css start*/


.woocommerce .col2-set .col-1 {
    flex: 0 0 100%;
    max-width: 100%;
    float: none;
    width: 100%;
    padding: 0;
}


.woocommerce .col2-set, .woocommerce-page .col2-set {
    width: 48%;
    border: 1px solid #dddddd;
    margin: 20px 0;
    background: #FFF6F4;
    display:flex;
}


.woocommerce-checkout .woocommerce .col-2 {
    max-width: 100%;
    float: none;
    width: 100%;
    padding: 0;
}


.table-responsive{
    border:none;
}


.woocommerce-checkout .woocommerce form.checkout_coupon .form-row.form-row-first {
    width: calc(100% - 170px);
    display: inline-block;
    flex-wrap: wrap;
}

.woocommerce form.checkout_coupon .form-row.form-row-last {
    width: 165px;
    display: inline-block;
}

form.checkout_coupon.woocommerce-form-coupon button.button {
    background: var(--main-txt-color) !important;
    color: #ffffff !important;
    border-radius: 10px !important;
    padding: 20px 30px 20px !important;
    display: inline-block;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    margin-top: 6px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
}


.woocommerce table.shop_table {
    border: 1px solid #efefef;
    border-radius: 3px;
    margin: 0 -1px 24px 0;
    text-align: left;
    border-collapse: separate;
    margin: 0 -1px 24px 0;
    width: 100%;
}






.woocommerce table.shop_table td ,.woocommerce tr.cart-subtotal th{
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em;
}

tr.order-total th {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em;
}

span.woocommerce-Price-amount.amount {
    color: #444444;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 20px;
    font-family: "Roboto", sans-serif;
}
 del span.woocommerce-Price-amount.amount{
        font-size: 16px !important;
        color: #888888 !important;
        font-weight: 400 !important;
        padding-left: 12px;
    
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
    background-color: var(--main-txt-color);
    color: #ffffff;
    border-radius: 10px;
    padding: 10px 30px 12px;
    display: inline-block;
    font-size: 18px;
    position: relative;
    overflow: hidden;
    margin-top: 6px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
}

.woocommerce-error li {
    padding: 6px 0;
    color: red;
}

.woocommerce-error {
    background-color: #0000000d;
    padding: 5px;
}

h3#order_review_heading {
    margin: 30px 0;
}


a.showcoupon {
    color: var(--main-txt-color);
}

.woocommerce-account #customer_login {
    border: 1px solid var(--main-txt-color)47;
    border-left-color: transparent;
    text-align: left;
    background: var(--main-txt-color)12;
}

.woocommerce-account .crorpo_register_wrapper, .woocommerce-account .crorpo_login_wrapper {
    padding: 50px !important;
}


.woocommerce-account .hs_btn_wrapper ul {
    margin-left: 0;
    list-style:none;
}


.woocommerce-account .hs_btn_wrapper{
    float: none !important;
}


.u-column2.col-2.crorpo_login_wrapper {
    width: 100%;
    background: var(--main-txt-color)12;
}

.woocommerce-message {
    background: #FFF7F5;
    padding: 10px;
    border-radius: 10px;
}

.woocommerce-page .btc_blog_single_post_admin_img_cont .hs_btn_wrapper ul li a {
    padding: 0 !important;
}


.hs_btn_wrapper li a.woocommerce-Button.hs_btn_hover {
    float: right;
    padding: 0 !important;
    bottom: 27px;
}

.woocommerce-account .u-column2.col-2.woocommerce-Address{
    flex: 0 0 100%;
    max-width: 100%;
    float: none;
    width: 100%;
    padding: 0;
}

.woocommerce-edit-address .col2-set{
    width: 100% !important;
    padding: 30px;
    border: 1px solid #dddddd;
    margin: 20px 0;
    background: #fbfbfb;
}
.woocommerce .col2-set::after, .woocommerce .col2-set::before, .woocommerce-page .col2-set::after, .woocommerce-page .col2-set::before {
    content: " ";
    display: table;
}

.u-columns.woocommerce-Addresses.col2-set.addresses {
    float: left;
    width: 48% !important;
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
}




.woocommerce-account .woocommerce-Address {
    padding: 30px !important;
    border: 1px solid #dddddd;
    margin: 20px 0;
    background: #fbfbfb;
}


header.woocommerce-Address-title.title h2 {
    font-size: 27px;
}

 .woocommerce-orders table.woocommerce-orders-table td{
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em;
}



.woocommerce-checkout .woocommerce .col2-set {
    display:block;
    width: 100%;
    padding: 30px;
}

.woocommerce-checkout .woocommerce-form-login .woocommerce-form-login__submit {
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
    margin-top: 10px;
    background: var(--main-txt-color) !important;
    color: #ffffff !important;
    border-radius: 10px !important;
    padding: 20px 30px 20px !important;
    display: inline-block;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    margin-top: 6px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    display:block;
}


.woosw-list .woosw-actions span.woosw-copy-btn button#woosw_copy_btn {
    background: var(--main-txt-color);
    color: #fff;
    padding: 8px;
}





.woosw-btn-icon:before {
    content: "\e90c";
}

.woosw-list table.woosw-items tr td {
    border: 1px solid var(--main-txt-color);
}


.woosw-list table.woosw-items .woosw-item .woosw-item--atc .add_to_cart_inline a {
    line-height: 1;
    margin: 0.5em 0rem;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    padding: 1em 2em;
    border: 1px solid var(--primary_color);
    border-radius: 10px;
    transition: 0.3s ease-in-out;
}


.woosw-list input#woosw_copy_btn {
    background: var(--main-txt-color);
    color: #fff;
    border-color: var(--main-txt-color);
}

.woosw-list input#woosw_copy_btn {
    background: var(--main-txt-color);
    color: #fff;
    border-color: var(--main-txt-color);
    border-radius: 0px 5px 5px 0px;
}

.woosw-list input#woosw_copy_url {
    border-color: var(--main-txt-color);
    padding: 4px 10px;
    width: 371px;
}

p.product.woocommerce.add_to_cart_inline {
    background: transparent;
}

.single-product .alaq-product-category-main-wrapper .product-category-single-wrapper .side-panel-box-wrapper {
    width: 100%;
}


@media(max-width:1024px){
    .woocommerce-edit-address .woocommerce-Addresses.col2-set.addresses {
    width: 100% !important;
}
}



/* Horizontal gallery layout */
.gallery-layout-horizontal .woocommerce-product-gallery {
	display: flex;
	flex-direction: row;
	gap: 10px;
}

.gallery-layout-horizontal .woocommerce-product-gallery__wrapper {
	display: flex;
	flex-wrap: wrap;
}

/* Vertical gallery layout */
.gallery-layout-vertical .woocommerce-product-gallery {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

/* Hide gallery completely */
.gallery-layout-none .woocommerce-product-gallery {
	display: none !important;
}


.product-wrapper .prdt1 a.added_to_cart.wc-forward {
    text-align: center;
    display: block;
    margin-top: -12px;
    margin-bottom: 8px;
    color: var(--main-txt-color);
}


.price-box ins {
    background: transparent;
    color: #444444;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 20px;
    font-family: "Roboto", sans-serif;
    display: inline-block;
}

.price-box ins span.woocommerce-Price-amount.amount {
    color: #444444;
}

.single_product_wrapper p.price ins {
    background: transparent;
}


button.woosq-btn.woosq-btn-has-icon {
    background: transparent;
    border: none;
}

.woocommerce-checkout .alaq-blog-sidebar-inner-wrapper {
    display: flex;
    gap: 50px;
    justify-content: center;
}


span.price ins {
    background: transparent;
}


.line-btn:hover a.button.product_type_simple {
    color: #fff;
}



.alaq-product-category-main-wrapper .product-category-single-wrapper .product-sidebar-wrapper.no-sidebar {
    width: 100%;
}

.alaq-product-category-main-wrapper ul.page-numbers li {
    display: inline-flex
;
}

.single_product_wrapper.product-gallery-side span.onsale {
    left: 214px;
    z-index: 2;
}

/*.woocommerce-checkout .alaq-blog-sidebar-inner-wrapper {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*}*/



