/*
Theme Name: WebArt Theme
Author: WebArt Technology
Description: This is simple custom theme
Version: 1.0
*/
/* .categories .img-style img {
width: 156px;
height: 156px;
} */
.home-tab .card-anchor {
	position: relative;
}

.home-tab .card-anchor .yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button).yith-wcwl-add-to-wishlist-button--added svg.yith-wcwl-add-to-wishlist-button-icon {
    color: #ec1010;
}
.home-tab .card-anchor span.yith-wcwl-add-to-wishlist-button__label {
	display: none;
}
.wpcf7-form-control-wrap .wpcf7-not-valid-tip:not(:first-of-type) {
	display: none !important;
}
.woocommerce-products-header{
	display:none;
}
.footer-newsletter form.wpcf7-form.invalid .wpcf7-response-output {
	display: none;
}


/* wocommerce */
#wpgs-gallery  {
	width: 100%;
}
.product_title {
	font-size: 28px ;
	margin-bottom: 15px;
}
.woocommerce-breadcrumb{
	display:none;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
	color: #e43131 !important;
	font-weight: 600;
}
.variable-items-wrapper li {
	/*     border-radius: 50% !important; */
	width: 48px !important;
	height: 48px !important;
	border: 2px solid #e9e9e9 !important;
	box-shadow: none !important;
	margin-right: 9px !important;
}
.variable-items-wrapper li:hover {
	border: 2px solid #181818 !important;
	box-shadow: none !important;
}
.variations label{
	font-weight: 500 !important;
	font-size:16px !important;
}
.single_add_to_cart_button {
	padding: 14px 15px !important;
	border-radius: 999px !important;
	background-color: #181818 !important;
	color: #fff !important;
	letter-spacing: 0.1em;
	border: 0 !important;
	opacity: 1 !important;
	width: 100%;
}
.single_add_to_cart_button:hover{
	background-color:#e43131 !important;
}
.variable-items-wrapper.button-variable-items-wrapper.wvs-style-squared li{
	width: auto !important;
}
.quantity input[type=number]::-webkit-inner-spin-button, 
.quantity input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.quantity input[type=number]:hover,
.quantity input[type=number]:focus {
	appearance: textfield;
}
.quantity input[type=number] {
	-moz-appearance: textfield;
}
.related.products h2{
	margin: 20px 0;
}
/*  {
border: 0 !important;
font-size: 25px;
background-color: transparent;
} */
.quantity button {
	width: 44px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	font-size: 38px;
	color: #181818 !important;
	cursor: pointer;
	border: 0 !important;
	align-items:center;
}
.quantity {
	width: 180px;
	height: 48px;
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	border: 2px solid #e9e9e9;
	border-radius: 999px;
	overflow: hidden;
	margin-bottom: 18px !important;
}
.woocommerce .quantity .qty {
	border: 0;
}
.woocommerce .quantity .qty:focus-visible {
	outline:0 !important;
}
.product_meta {
	display: grid;
	gap: 6px;
	font-size: 15px;
}
.product_meta a, .product_meta .sku {
	color: #4d4e4f !important;
	text-transform: capitalize;
}
.product_meta a:hover{
	color: #e43131 !important;
}
.woo-selected-variation-item-name {
	color: #4d4e4f !important;
	font-weight: 500 !important;
	font-size: 15px;
}
.variationColor li{
	border-radius:0 !important;
	width:auto !important;
	padding:10px  !important;
	font-size:14px !important;
}
.wc-tabs{
	display:flex;
	justify-content:center;
}
.wc-tabs li{
	border:0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	border-bottom: none !important;
}
.wc-tabs li {

	position:relative;
	background-color:transparent !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	font-size: 20px ;
	font-weight: 500 !important;
	color:#181818 !important;
}
.wc-tabs li::before {
	position: absolute !important;
	content: "" !important;
	background-color: #181818 !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	bottom: -1px !important;
	left: 0 !important;
	width: 0 !important;

}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
	width: 100% !important;
	height: 3px;
}

.woocommerce div.product .woocommerce-tabs .panel {
	padding: 39px !important;
	border: 1px solid #e9e9e9;
	border-radius: 8px;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
	margin-bottom: 15px;
}
.ux-textspans {
	font-family: "Kumbh Sans", sans-serif !important;
	font-weight: 600 !important;
}
.stars a {
	color: #181818 !important;
	font-size: 16px !important;
	margin-top: 8px;
}
.comment-form-rating {
	margin-top: 15px;
}
#comment-form-rating-label {
	font-weight: 600;
	font-size: 18px;
}
.woocommerce #reviews #comment {
	height: 160px !important;
	margin-top: 10px;
	border: 1px solid #181818;
}
.comment-form-comment label{
	color:#181818 !important;
	font-weight:600 !important;
}
#submit{
	padding: 14px 15px !important;
	border-radius: 999px !important;
	background-color: #181818 !important;
	color: #fff !important;
	letter-spacing: 0.1em;
	border: 0 !important;
	opacity: 1 !important;
}
#submit:hover{
	background-color:#e43131 !important;
}
.woocommerce div.product .woocommerce-tabs .panel {
	margin: 0 !important;

}
.woocommerce table.shop_attributes td p {
	padding: 11px 0 !important;
	font-style: normal !important;
}
.woocommerce-message {
	border-top-color: #e43131 !important;
	padding-top: 26px !important;
}
.woocommerce-message::before {
	color: #e43131 !important;
	top: 25px !important;
}

.wc-forward {
	padding: 14px 15px !important;
	border-radius: 999px !important;
	background-color: #181818 !important;
	color: #fff !important;
	letter-spacing: 0.1em;
	border: 0 !important;
	opacity: 1 !important;
}
.wc-forward:hover{
	background-color:#e43131 !important;
}
.wc-block-components-product-name{
	color:#181818 !important; 
}
.wc-block-cart-items th{
	padding-bottom: 12px;
	font-weight: 500 !important;
	font-size: 20px !important;
}
.wc-block-cart-item__image img{
	border-radius:8px !important;
}
.wc-block-formatted-money-amount{
	font-weight:600 !important;
}
.wp-block-woocommerce-cart-totals-block{
	background-color:#f7f7f7 !important;
	padding:24px !important;
	border-radius: 12px !important;
	height:100%;
}
.wc-block-cart__totals-title{
	font-weight: 500 !important;
	font-size: 20px !important;
}
.wp-element-button{
	padding: 14px 15px !important;
	background-color: #181818 !important;
	color: #fff !important;
	letter-spacing: 0.1em;
	border: 0 !important;
	border-radius: 12px !important;
}
.wc-block-components-form input, .wc-block-components-form select{
	background-color: #fff !important;
	border: 1px solid #ced4da !important;
	font-weight: 400 !important;
	line-height: 1.5 !important;
	border-radius: .25rem !important;
}
.wc-block-components-button:not(.is-link):disabled .wc-block-components-button__text {
	opacity: 1 !important;
}
.wp-block-woocommerce-checkout-order-summary-block {
	border: none !important;
	background-color:#f7f7f7 !important;
	padding:24px !important;
	border-radius: 12px !important;
}
.wc-block-components-checkout-order-summary__title-text{
	color:#181818 !important;
	font-size:20px !important;
}
.wp-block-woocommerce-checkout {
	padding-top: 0 !important;
}
.page-id-8 .wc-block-grid__product-title{
	color:#181818 !important;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.in-stock{
	color: #181818 !important;
	font-weight:600 !important;
	margin-bottom: 10px;
}
.woocommerce div.product form.cart .variations {
	margin-bottom: 0 !important;
}
.woocommerce-MyAccount-navigation{
	background-color: #f7f7f7 !important;
	border-radius: 20px;
	padding: 40px 32px;
}
.woocommerce-MyAccount-navigation ul li a {
	padding: 16px 20px;
	font-size: 20px;
	font-weight: 500;
	border-radius: 16px;
	display: block;
	color:#181818;
}
.woocommerce-MyAccount-navigation ul li.is-active a{
	background-color: #fff;
}
.woocommerce-MyAccount-content {
	background-color: #f7f7f7 !important;
	border-radius: 16px;
	padding: 16px 20px;
	min-height: 453px;
}
.woocommerce-MyAccount-content p a{
	color:#f03e3e !important;
}
.page-id-10 .woocommerce-info{
	margin:0 !important;
}
.woocommerce-account .addresses .title .edit {
	float: left !important;
	margin: 10px 0;
	color:#f03e3e !important;
}
.woocommerce-Address {
	background: #fff;
	border-radius: 12px;
	padding: 15px;
}
.woocommerce .col2-set, .woocommerce-page .col2-set {
	margin-top: 28px;
}
.woocommerce-Address-title .title h2{
	font-size: 26px;
}
.woocommerce-Addresses address{
	margin-bottom: 0;
}
.woocommerce-EditAccountForm input{
	height: 48px !important;
	border-radius: .25rem;
}
.woocommerce-EditAccountForm label{
	color:#181818 !important;
}

.woocommerce-Button {
	padding: 14px 15px !important;
	border-radius: 999px !important;
	background-color: #181818 !important;
	color: #fff !important;
	letter-spacing: 0.1em;
	border: 0 !important;
}
.woocommerce-Button:hover{
	background-color:#e43131 !important;
}
.woocommerce-loop-product__title {
	color: #181818 !important;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 47px;
}
.woocommerce ul.products li.product .button {
	margin-top: 0 !important;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
	color: #181818 !important;
	font-size: 16px !important;
	font-weight: 600 !important;
}
.product_type_variable{
	padding: 14px 15px !important;
	border-radius: 999px !important;
	background-color: #181818 !important;
	color: #fff !important;
	letter-spacing: 0.1em;
	border: 0 !important;
	margin-top:0 !important;
}
.product_type_variable:hover{
	background-color:#e43131 !important;
}
.woocommerce ul.products li.product a img {
	border-radius: 8px;
}
.woocommerce .woocommerce-ordering select {
	padding: 7px;
	border: 1px solid #e9e9e9 !important;
	border-radius: 7px;
}
.woocommerce .woocommerce-result-count {
	margin: 1em 0 2em !important;
}
#customer_login input{
	height: 48px;
	border: 1px solid #ced4da;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
	display: inline-flex !important;
	align-items: center !important;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme span {
	margin-left: 7px;
}
.woocommerce-button {
	padding: 14px 15px !important;
	border-radius: 999px !important;
	background-color: #181818 !important;
	color: #fff !important;
	letter-spacing: 0.1em;
	border: 0 !important;
}
.woocommerce-button:hover{
	background-color:#e43131 !important;
}
.lost_password a{
	color:#e43131 !important;
}
.woocommerce-privacy-policy-text{

	margin-bottom: 9px;
}
.woocommerce-privacy-policy-text a{
	color:#e43131 !important;
}
.page-numbers li {
	border: 0;
	border-right: 0 !important;
}
.page-numbers{
	border:0 !important;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
	background: #181818 !important;
	color: #fff !important;
	border-radius: 50% !important;
	width: 32px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.woocommerce-pagination ul li a{
	color: #181818 !important;
	width: 32px;
	height: 32px;

}
.woocommerce nav.woocommerce-pagination ul li a:hover{
	background: #181818 !important;
	color: #fff !important;
	border-radius: 50% !important;
	width: 32px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.product_type_simple{
	padding: 14px 15px !important;
	border-radius: 999px !important;
	background-color: #181818 !important;
	color: #fff !important;
	letter-spacing: 0.1em;
	border: 0 !important;
}
.product_type_simple:hover{
	background-color:#e43131 !important;
}




.inner-banner{
	background-color:#f4f3ee;
}
.countdown-banner .js-countdown {
	display: grid;
	gap: 8px;
	justify-content: end;
	grid-template-columns: auto auto auto auto;
}


.woof_sid h4 {

	font-size: 20px;
	font-weight: 500;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.woof_container_radio{
	margin-top: 17px;
	border-bottom: 1px solid #0000003d;
}
.woof_container_radio:last-child{
	border-bottom:0;
}
.woof_list{
	height:200px;
	overflow-x:hidden;
	overflow-y:scroll;
}
.woof_redraw_zone {
	background-color: #f6f5f8;
	padding: 15px;
}
a.woof_front_toggle {
	font-size: 40px;
	color: #000;
}
.woof_list li {
	display: flex !important;
}
.woof_radio_label {
	padding-left: 10px !important;
}
.iradio_square-blue{
	margin-top: 5px !important;
	width: 24px !important;
}

.irs--round .irs-handle {
	border: 4px solid #181818 !important;
}
.irs--round .irs-bar {
	background-color: #181818 !important;
}

.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
	background-color: #181818 !important;
}
.irs--round .irs-to:before{
	border-top-color:  #181818 !important;
}
.woocommerce ul.products li.product a {
	margin-top: 9px;
}
.wc-block-grid__product-onsale span{
	vertical-align: sub;
}

header{
	position:fixed;
	width:100%;
	z-index:999;
}

header .bottom-header {
	background-color:#fff;
}
.banner {
	padding-top: 139px;
}
.inner-banner {
	padding-top: 139px;
}

/* categories */
.page-id-1464  .card-product img {
	width: 100% !important;
	height: 300px !important;
	border-radius: 41px;
}
.page-id-1464  .card-product-info {
	position: absolute;
	bottom: 24px;
	left: 23px;
	background-color: #fff;
	/* width: 100%; */
	right: 23px;
	border-radius: 99px;
	padding: 12px 24px;
	text-align: center;
}
.page-id-1464  .card-product-info .title{
	font-weight: 600;
	color: #181818;
	transition:all 0.4s;
}
.page-id-1464 .card-product:hover .title{
	color: #e43131;
}
.page-id-1464  .card-product{
	margin-bottom: 27px;
}
.page-id-1464   .pagination {
	justify-content: center;
}
.page-id-1464 ul.page-numbers {
	display: flex;
	gap: 8px;
	margin-top: 33px;
}
.page-id-1464 .page-numbers a {
	border: 1px solid #e9e9e9 !important;
	color: #181818;
	/* width: 40px; */
	/* height: 40px; */
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 13px;
	height: 38px;
	line-height: 38px
		display: block;
	border-radius:10px;
	min-width: 34px;
}
.page-id-1464 .current{
	background-color:#181818;
	padding: 0 13px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius:10px;
	color:#fff;
	padding: 0 13px;
	height: 38px;
	line-height: 38px
		display: block;
	border-radius:10px;
	min-width: 37px;
}
.contact-page .text-secondary:hover {
	color: #e43131 !important;
}

.woof_list.woof_list_radio .woof_radio_term_reset_visible img{
	display:none;
}
.banner h2 {
	margin-left: -3px;
}
#wc-block-components-totals-coupon__input-coupon{
	height:unset;

	line-height: 22px;
}
#reviews .required{
	color:red;
}
.woof_products_top_panel_ul .woof_remove_ppi {
	text-transform:capitalize;
	color:#000;
}

.home-tab .card-anchor:hover .box-icon {
	opacity: 1 !important;
	visibility: visible !important;
	transform: translate(0) !important;
}
.home-tab .card-anchor .box-icon {
	transform: translate(20px);
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
}
#review_form_wrapper .comment-form-email label{
	margin-right: 4px;
}

.Terms a {
    text-decoration: underline !important;
}
 .products  li{
	position:relative;
}
 .products .yith-add-to-wishlist-button-block {
    position: absolute;
    top: 9px;
    right: 9px;
    background: #000;
    color: #fff;
    padding: 2px 5px;
}
 .products .yith-add-to-wishlist-button-block a{
	margin-top:0 !important;
}
.yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button) svg.yith-wcwl-add-to-wishlist-button-icon {
    color: #fff !important;
   
}
 .products .yith-wcwl-add-to-wishlist-button__label{
	display:none;
}

.home-tab .list-product-btn .box-icon svg:hover {
     fill: #fff;
}
 .side-product .offcanvas-end {
    width: 500px;
}
 .side-product  .quickview-product img{
	width:100%;
	height:100%;
}
.side-product  .quickview-product h3 {
    font-size: 19px;
    margin-top: 14px;
}
.side-product  .price{
	 margin-bottom: 14px;
}
.qty-minus{
	    margin-top: 6px;
}