.ratio-1x1{
	aspect-ratio: 1/1;
	object-fit: cover;
}
.tab-content {
	position: relative;
	transition: height 0.6s ease;
	overflow: hidden;
	padding: 0;
}
.tab-pane {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.6s ease, visibility 0.6s ease;
}
.tab-para.tab-pane ul{
	padding-left: 25px;
}
.tab-para.tab-pane ul > li{
	list-style: inherit;
}
.tab-pane.show {
	opacity: 1;
	position: relative;
	visibility: visible;
}
.tab-pane.active {
	position: relative;
	visibility: visible;
}
.tp-shop-details__tab-btn-box .nav-links,
.tp-product-details-thumb-wrapper .nav-links{
	border: none;
	background: transparent;
	padding: 0;
	margin-right: 10px;
	cursor: pointer;
	outline: none;
	transition: border 0.3s;
	border-bottom: 2px solid transparent;
}
div.nav.nav-tab button.nav-links.active,
.tp-product-details-thumb-wrapper .nav-links.active{
	border: 1px solid #333;
}
.tp-shop-details__tab-btn-box .nav-links img,
.tp-product-details-thumb-wrapper .nav-links img{
	width: 60px;
	height: auto;
	display: block;
}
.mb-15{
	margin-bottom: 15px;
}
.mb-20{
	margin-bottom: 20px;
}
.mb-25{
	margin-bottom: 25px;
}
.mb-35{
	margin-bottom: 35px;
}
.tp-shop-details__tab-big-img > img,
.tp-product-details-nav-main-thumb > img{
	border-radius: 4px;
}
div.nav.nav-tab{
	display: flex;
	gap: 20px;
	flex-wrap: unset;
}
div.nav.nav-tab:before, div.nav.nav-tab:after{
	content: unset;
}
div.nav.nav-tab button.nav-links{
	width: 25%;
	margin: 0;
	border-radius: 4px;
	border: 1px solid transparent;
}
div.nav.nav-tab button.nav-links img{
	width: 100%;
	border-radius: 4px;
}
.p-relative{
	position: relative;
}
.woocommerce span.onsale{
	position: absolute;
	top: 30px;
	left: 30px;
	background-color: var(--second-color);
	color: #fff;
	width: 50px;
	height: 50px;
	padding: 0;
	line-height: 50px;
	font-size: 14px;
}
h3.tp-section-title{
	font-size: 30px;
	margin-top: 0;
	font-weight: 600;
}
.pb-10{
	padding-bottom: 10px;
}
.tp-shop-details__price{
	display: flex;
	gap: 15px;
	align-items: baseline;
}
.tp-shop-details__price > del{
	font-size: 16px;
	font-weight: 600;
}
.tp-shop-details__price > span{
	font-size: 24px;
	font-weight: 600;
}
.tp-shop-details__btn a.btn{
	height: 60px;
	line-height: 60px;
	padding: 0 41px;
	overflow: hidden;
	font-weight: 700;
	font-size: 18px;
	text-transform: capitalize;
	position: relative;
	z-index: 1;
	transition: all 0.3s ease-in-out;
	width: 340px;
	display: block;
	border-radius: 6px;
}
.tp-shop-details__btn a.btn:hover{
	color: #fff;
	background: #999;
}
.tp-shop-details__right-wrap p.stock{
	display: none;
}
.tp-shop-details__quantity{
	border-radius: 12px;
	width: 133px;
	height: 50px;
	position: relative;
	margin-right: 30px;
	background-color: rgba(24, 24, 24, 0.08);
}
.tp-shop-details__quantity input{
	font-weight: 700;
	font-size: 30px;
	border: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 0 50px;
	background-color: transparent;
	color: #333;
	border-radius: 6px;
	line-height: 60px;
	outline: none;
}
.tp-shop-details__quantity .tp-cart-minus{
	position: absolute;
	top: 50%;
	left: 5px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	transform: translateY(-50%);
	color: #fff;
	background-color: var(--primary-color);
	border-radius: 6px;
	font-weight: 600;
	cursor: pointer;
}
.tp-shop-details__quantity .tp-cart-plus{
	position: absolute;
	top: 50%;
	right: 5px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	transform: translateY(-50%);
	color: #fff;
	background-color: var(--primary-color);
	border-radius: 6px;
	font-weight: 600;
	cursor: pointer;
}
.tp-cart-quantity-input::-webkit-outer-spin-button,
.tp-cart-quantity-input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.tp-cart-quantity-input[type="number"] {
	-moz-appearance: textfield;
	appearance: textfield;
}
.tp-shop-details__quantity-box{
	width: fit-content;
	float: left;
}
.woocommerce div.product form.cart button.tp-btn-black-sm, 
.product-popup__modal-wrapper form.cart button.tp-btn-black-sm{
	height: 50px;
	line-height: 48px;
	padding: 0 35px;
	overflow: hidden;
	display: inline-block;
	font-weight: 700;
	font-size: 18px;
	text-transform: capitalize;
	position: relative;
	z-index: 1;
	border-radius: 6px;
	transition: all 0.3s ease-in-out;
	color: #fff;
	background-color: var(--primary-color);
}
.woocommerce div.product form.cart button.tp-btn-black-sm:hover, 
.product-popup__modal-wrapper form.cart button.tp-btn-black-sm:hover{
	background: var(--second-color);
	color: #fff;
}
.tp-shop-details__product-info > span{
	font-weight: 600;
	font-size: 20px;
	text-decoration: underline;
	color: #555;
	display: block;
}
.tp-shop-details__product-info ul{
	padding: 0;
	list-style: none;
	margin-bottom: 0;
}
.tp-shop-details__product-info ul > li > span{
	font-weight: 600;
	font-size: 16px;
	color: #555;
}
.mt-50{
	margin-top: 50px;
}
.pro-details-nav-btn li button span{
	position: relative;
	z-index: 9;
	font-weight: 600;
	font-size: 18px;
}
.pro-details-nav-btn li button::before{
	content: "";
	height: 2px;
	width: 100%;
	bottom: 20%;
	left: 0px;
	background: var(--primary-color);
	position: absolute;
	z-index: 3;
	opacity: 0;
	visibility: hidden;
	border-radius: 5px;
}
.pro-details-nav-btn li button.active::before{
	opacity: 1;
	visibility: visible;
}
.pro-details-nav-btn li .nav-links{
	padding: 20px 0px;
	border-radius: 5px;
	background: transparent;
	border: 0;
}
.pro-details-nav-btn li .nav-links.active{
	color: var(--primary-color);
}
.pro-details-nav-btn li{
	position: relative;
	color: #555;
	margin: 0 25px;
}
.mb-40{
	margin-bottom: 40px;
}
.pro-details-nav-btn{
	display: flex;
	justify-content: center;
	background: #eee;
}
.tab-content .tab-pane > p{
	margin-bottom: 10px;
} 
.tp-shop-details__ratting .review-text{
	font-weight: 600;
	font-size: 16px;
	color: #555;
	margin-left: 5px;
}
.product-additional-tab .tab-pane .mbYTP_wrapper{
	width: 100% !important;
	transition-duration: 0ms !important;
	min-width: 100% !important;
	max-width: 100% !important;
}
.product-additional-tab .tab-pane .video-player iframe.playerBox{
	margin-top:  0 !important;
	margin-left: 0 !important;
}
.product-additional-tab .video-player {
	min-height: 700px;
	width: 100%;
	position: relative;
	display: block !important;
	opacity: 1 !important;
}
.product-additional-tab .video-player iframe.playerBox {
	width: 100% !important;
	height: 100% !important;
	opacity: 1 !important;
}
 .woocommerce #reviews h3.tp-comments-title{    
	font-size: 24px;
	color: #333;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 35px;
}
.mb-55{
	margin-bottom: 55px;
}
.product-additional-tab div.latest-comments > ul{
	padding: 0;
	list-style: none;
}
.product-additional-tab div.latest-comments > ul > li .comments-box{
	margin-bottom: 50px;
	display: flex;
}
.product-additional-tab div.latest-comments > ul > li .comments-box .comments-avatar{
	flex: 0 0 auto;
}
.mr-25{
	margin-right: 25px;
}
.product-additional-tab div.latest-comments > ul > li .comments-box .comments-avatar img{
	width: 80px;
	height: 80px;
	object-fit: cover;
	border-radius: 50%;
}
.mb-5{
	margin-bottom: 5px;
}
.product-additional-tab .align-items-start{
	align-items: flex-start;
}
.product-additional-tab .justify-content-between{
	justify-content: space-between;
}
.product-additional-tab div.latest-comments > ul > li .comment-text{
	width: 100%;
}
.product-additional-tab .avatar-name b{
	color: #333;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
}
.product-additional-tab .user-rating ul{
	padding: 0;
	list-style: none;
	display: inline-block;
}
.product-additional-tab .user-rating ul li{
	display: inline-block;
}
.product-additional-tab .comment-title > h3{
	font-size: 24px;
	color: #333;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 35px;
}
.product-additional-tab div.comment-respond form{
	margin: 0;
}
.module-video .mbYTP_wrapper{
	min-width: 100% !important;
	opacity: 1 !important;
	transition-duration: 2000ms;
}
.module-video .mbYTP_wrapper > iframe{
	margin: 0 !important;
	width: 100% !important;
	height: 100% !important;
	scale: 1.2;
	transform-origin: center center;
}
.woocommerce p.stars a{
	font-size: 16px;
}
div#review_form_wrapper form.comment-form div.row{
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(-1 * var(--bs-gutter-y));
	margin-right: calc(-.5 * var(--bs-gutter-x));
	margin-left: calc(-.5 * var(--bs-gutter-x));
}
div#review_form_wrapper form.comment-form div.row > *{
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
	margin-top: var(--bs-gutter-y);
	width: 50%;
	flex: 0 0 auto;
}
div#review_form_wrapper form.comment-form .comment-input input{
	width: 100%;
	height: 50px;
	resize: none;
	outline: 0;
	border: 1px solid #999;
	padding: 8px 20px;
	margin-bottom: 30px;
}
div#review_form_wrapper form.comment-form .comment-input textarea{
	width: 100%;
	height: 120px !important;
	margin-bottom: 20px;
	border: 1px solid #999;
	padding: 20px;
	resize: none;
}
div#review_form_wrapper form.comment-form .d-flex{
	display: flex;
	gap: 20px;
}
div#review_form_wrapper form.comment-form .form-submit input[type='submit']{
	height: 50px;
	line-height: 48px !important;
	padding: 0 35px !important;
	overflow: hidden !important;
	display: inline-block !important;
	font-weight: 700 !important;
	font-size: 18px !important;
	text-transform: capitalize;
	position: relative !important;
	z-index: 1;
	border-radius: 6px !important;
	transition: all 0.3s ease-in-out;
	color: #fff !important;
	background-color: #333 !important;
}
div#review_form_wrapper form.comment-form .form-submit input[type='submit']:hover{
	background: #eee !important;
	color: var(--primary-color) !important;
}
.tp-our-related-product .tp-product-item{
	box-shadow: 5px 15px 40px 0 rgba(5, 13, 54, 0.05);
	position: relative;
}
.tp-our-related-product .tp-product-item .tp-product-thumb img{
	overflow: hidden;
	border-radius: 6px 6px 0 0;
	transition: all 0.3s 0s ease-out;
}
.tp-our-related-product .tp-product-item:hover .tp-product-thumb img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.tp-our-related-product .tp-product-item .tp-product-badge .product-discount{
	position: absolute;
	top: 20px;
	left: 20px;
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: var(--second-color);
	border-radius: 50%;
	color: #fff;
	font-weight: 500;
	font-size: 13px;
	letter-spacing: -0.02em;
}
.tp-our-related-product .tp-product-item .tp-product-action{
	position: absolute;
	top: 20px;
	right: 0;
	bottom: auto;
	z-index: 1;
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s ease;
}
.tp-our-related-product .d-flex{
	display: flex !important;
}
.tp-our-related-product .flex-column{
	flex-direction: column !important;
}
.tp-our-related-product .tp-product-item .tp-product-action .tp-product-action-btn{
	position: relative;
	display: inline-block;
	height: 40px;
	width: 40px;
	line-height: 40px;
	background: #fff;
	border: 1px solid #999;
	box-shadow: 0px 1px 1px rgba(1, 15, 28, 0.1);
	margin-bottom: 4px;
	transition: all 0.4s ease;
}
.tp-our-related-product .tp-product-item .tp-product-action .tp-product-action-btn:hover{
	color: #fff;
	border-color: #333;
	background: #333;
	box-shadow: 0px 1px 1px rgba(1, 15, 28, 0.1);
}
.tp-our-related-product .tp-product-item .tp-product-action .tp-product-action-btn:hover svg{
	color: #fff;
}
.tp-our-related-product .tp-product-item:hover .tp-product-action{
	right: 20px;
	visibility: visible;
	opacity: 1;
}
.tp-our-related-product .tp-product-item .tp-product-add-cart-btn-large-wrapper{
	position: absolute;
	bottom: -40px;
	left: 0;
	right: 0;
	width: 100%;
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s ease;
}
.tp-our-related-product .tp-product-item:hover .tp-product-add-cart-btn-large-wrapper{
	bottom: 0;
	visibility: visible;
	opacity: 1;
}
.tp-our-related-product .tp-product-item .tp-product-add-cart-btn-large-wrapper a{
	font-size: 14px;
	font-weight: 700;
	width: 100%;
	padding: 8px 30px;
	display: inline-block;
	text-transform: capitalize;
	color: #fff;
	background-color: var(--primary-color);
	text-align: center;
	height: 40px;
	line-height: 24px;
}
.tp-our-related-product .tp-product-item .tp-product-add-cart-btn-large-wrapper a:hover{
	background: var(--second-color);
}
.ratio-47x50{
	aspect-ratio: 47/50;
	object-fit: cover;
}
.fix{
	overflow: hidden;
}
.tp-our-related-product .tp-product-item .tp-product-content{
	padding: 0 20px;
}
.tp-our-related-product .tp-product-item .tp-product-content .tp-product-tag > span{
	position: relative;
	display: inline-block;
	line-height: 1;
	font-weight: 500;
	font-size: 12px;
	text-transform: uppercase;
	color: #555;
	transition: all 0.4s ease;
}
.tp-our-related-product .tp-product-item .tp-product-content h3.tp-product-title{
	font-weight: 600;
	font-size: 18px;
	margin: 0;
	margin-top: 8px;
	margin-bottom: 8px;
}
.tp-our-related-product .tp-product-item .tp-product-content h3.tp-product-title > a{
	display: inline;
	background-size: 0% 1px, 0 1px;
	background-position: 100% 100%, 0 100%;
	background-repeat: no-repeat;
	transition: 0.3s linear;
	background-image: linear-gradient(var(--primary-color), var(--primary-color)), linear-gradient(var(--primary-color), var(--primary-color));
	color: var(--primary-color);
}
.tp-our-related-product .tp-product-item .tp-product-content h3.tp-product-title > a:hover{
	background-size: 0% 1px, 100% 1px;
}
.tp-our-related-product .tp-product-item .tp-product-content .tp-product-price-wrapper .tp-product-price{
	font-weight: 600;
	font-size: 16px;
	color: #111;
}
.tp-our-related-product .tp-product-item .tp-product-content .tp-product-price-wrapper .tp-product-price.old-price{
	font-weight: 600;
	font-size: 14px;
	text-decoration-line: line-through;
	color: #555;
	margin-left: 10px;
}
.mb-30{
	margin-bottom: 30px;
}
.tp-our-related-product .tp-section-title{
	font-weight: 700;
	font-size: 44px;
	line-height: 1.4;
	margin: 0;
	margin-bottom: 30px;
}
.pb-20{
	padding-bottom: 20px;
}
.pt-40{
	padding-top: 40px;
}
.tp-our-related-product .tp-product-item .tp-product-action .tp-product-action-btn.tp-product-add-to-wishlist-btn{
	padding: 0;
	margin: 0;
	background: transparent;
	border: 0;
}
.tp-our-related-product .tp-product-item .tp-product-action .tp-product-action-btn.tp-product-add-to-wishlist-btn > .yith-add-to-wishlist-button-block{
	margin: 0;
	padding: 0;
	position: relative;
}
.tp-our-related-product .tp-product-item .tp-product-action .tp-product-action-btn.tp-product-add-to-wishlist-btn > .yith-add-to-wishlist-button-block > a.yith-wcwl-add-to-wishlist-button{
	position: relative;
	display: inline-block;
	height: 40px;
	width: 40px;
	line-height: 40px;
	background: #fff;
	border: 1px solid #999;
	box-shadow: 0px 1px 1px rgba(1, 15, 28, 0.1);
	margin-bottom: 4px;
	align-items: center;
	justify-items: anchor-center;
	transition: all 0.4s ease;
}
.tp-our-related-product .tp-product-item .tp-product-action .tp-product-action-btn.tp-product-add-to-wishlist-btn > .yith-add-to-wishlist-button-block > a.yith-wcwl-add-to-wishlist-button:hover{
	background: #333;
	color: #fff;
	border-color: #333;
}
.tp-our-related-product .tp-product-item .tp-product-action .tp-product-action-btn.tp-product-add-to-wishlist-btn > .yith-add-to-wishlist-button-block > a.yith-wcwl-add-to-wishlist-button svg{
	width: 25px;
	height: 20px;
	margin-top: 10px;
}
.tp-our-related-product .tp-product-item .tp-product-action .tp-product-action-btn.tp-product-add-to-wishlist-btn > .yith-add-to-wishlist-button-block > a.yith-wcwl-add-to-wishlist-button span{
	position: absolute;
}
.tp-our-related-product .tp-product-item .tp-product-action button.tp-product-action-btn span{
	position: absolute;
	top: 50%;
	right: 100%;
	font-weight: 600;
	font-size: 12px;
	color: #fff;
	background-color: #333;
	display: inline-block;
	width: max-content;
	line-height: 1;
	padding: 6px;
	border-radius: 4px;
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: opacity 0.3s ease, 
	visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), 
	-webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}
.tp-our-related-product .tp-product-item .tp-product-action button.tp-product-action-btn span:before{
	position: absolute;
	content: "";
	right: -4px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-left: 8px solid #333;
	border-bottom: 8px solid transparent;
}
.tp-our-related-product .tp-product-item .tp-product-action button.tp-product-action-btn:hover span{
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateX(-8px) translateY(-50%);
	-moz-transform: translateX(-8px) translateY(-50%);
	-ms-transform: translateX(-8px) translateY(-50%);
	-o-transform: translateX(-8px) translateY(-50%);
	transform: translateX(-8px) translateY(-50%);
}
.product-popup__modal .modal-dialog.modal-dialog-centered{
	max-width: 1200px;
	width: 100%;
	display: flex;
	align-items: center;
	min-height: calc(100% - 3.5rem);
}
.product-popup__modal .modal-content{
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #999;
	border-radius: 0;
	outline: 0;
	padding: 40px;
}
.product-popup__modal .product-popup__modal-close{
	position: absolute;
	top: 20px;
	right: 20px;
}
.product-popup__modal .product-popup__modal-close > button{
	background: transparent;
	border: 0;
}
.product-popup__modal .tp-product-details-title{
	margin-top: 0;
	font-size: 24px;
	font-weight: 500;
}
.mb-10{
	margin-bottom: 10px;
}
.tp-shop-details__right-wrap form.cart{
	float: left;
}
.tp-shop-details__right-wrap .tp-shop-details__product-info{
	clear: both;
}
.tp-shop-details__right-wrap button.single-product-wishlist{
	margin-left: 30px;
	background: transparent;
	border: 0;
	padding: 0;
}
.tp-shop-details__right-wrap button.single-product-wishlist > div{
	margin: 0 auto;
	width: 50px;
	height: 50px;
	border: 1px solid #999;
	align-items: center;
	border-radius: 6px;
	background: #fff;
	box-shadow: 0px 1px 1px rgba(1, 15, 28, 0.1);
}
.tp-shop-details__right-wrap button.single-product-wishlist > div:hover{
	background: #333;
	color: #fff;
}
.tp-shop-details__right-wrap button.single-product-wishlist > div:hover a.yith-wcwl-add-to-wishlist-button--added svg{
	color: #fff;
}
.tp-shop-details__right-wrap button.single-product-wishlist .yith-wcwl-add-to-wishlist-button__label{
	display: none;
}
.tp-product-details-wrapper .tp-product-details-price{
	font-size: 22px;
	font-weight: 600;
}
.tp-product-details-wrapper .tp-product-price.old-price{
	font-size: 18px;
	font-weight: 600;
	margin-left: 15px;
	text-decoration: line-through;
}
.tp-product-details-wrapper .tp-product-details-rating{
	float: inline-start;
	margin-right: 10px;
}
.tp-product-details-wrapper .tp-product-details-action-item-wrapper p.stock{
	font-weight: 600;
	font-size: 20px;
	text-decoration: underline;
	color: #555;
	display: block;
}
.tp-product-details-wrapper .tp-product-details-action-item-wrapper form{
	float: left;
}
.tp-product-details-wrapper .tp-product-details-action-item-wrapper button.single-product-wishlist{
	width: 50px;
	margin-left: 30px;
	border: 2px solid #999;
	height: 50px;
	border-radius: 6px;
	background: #fff;
	box-shadow: 0px 1px 1px rgba(1, 15, 28, 0.1);
}
.tp-product-details-wrapper .tp-product-details-action-item-wrapper button.single-product-wishlist svg{
	color: #333 !important;
}
.tp-product-details-wrapper .tp-product-details-action-item-wrapper button.single-product-wishlist .yith-wcwl-add-to-wishlist-button__label{
	display: none;
}
.tp-product-details-wrapper .tp-product-details-query{
	margin-top: 30px;
}
.tp-product-details-wrapper .tp-product-details-query-item{
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	gap: 5px;
}
.tp-product-details-wrapper .tp-product-details-query-item > p{
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 0;
	color: #555;
}
button.cartmini-open-btn{
	background: transparent;
	border: 0;
	align-items: center;
	padding: 0;
}
button.cartmini-open-btn:hover{
	cursor: pointer;
}
button.cartmini-open-btn > span{
	padding: 15px 10px;
}
button.cartmini-open-btn i{
	font-size: 16px;
	color: #000;
}
button.cartmini-open-btn.white i{
	color: #fff;
}
button.cartmini-open-btn:hover i{
	color: var(--primary-color);
}
button.cartmini-open-btn.white-color i{
	color: #fff;
}
.body-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: rgba(51, 51, 51, 0.8);
	visibility: hidden;
	opacity: 0;
	transition: 0.45s ease-in-out;
}
.body-overlay.apply {
	opacity: 1;
	visibility: visible;
}
.cartmini__area {
	position: fixed;
	right: 0;
	top: 0;
	width: 320px;
	height: 100%;
	-webkit-transform: translateX(calc(100% + 80px));
	-moz-transform: translateX(calc(100% + 80px));
	-ms-transform: translateX(calc(100% + 80px));
	-o-transform: translateX(calc(100% + 80px));
	transform: translateX(calc(100% + 80px));
	background: #fff none repeat scroll 0 0;
	z-index: 999999;
	scrollbar-width: none;
	transition: 0.3s;
	box-shadow: 5px 15px 40px 0 rgba(5, 13, 54, 0.05);
}
body.logged-in .cartmini__area{
	top: 32px;
}
.cartmini__area::-webkit-scrollbar {
	display: none;
}
.cartmini__area.cartmini-opened {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.cartmini__wrapper {
	position: relative;
	min-height: 100%;
	padding-left: 25px;
	padding-right: 25px;
}
.cartmini__top-title {
	padding: 20px 0;
	border-bottom: 1px solid #E0E2E3;
}
.cartmini__top-title h4 {
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 0;
	color: #000 !important;
}
.cartmini__wrapper .cartmini__checkout-title strong{
	color: #000 !important;
}
.cartmini__close {
	position: absolute;
	top: 17px;
	right: 0;
}
.cartmini__close-btn {
	background: transparent;
	color: var(--second-color);
	font-size: 22px;
	cursor: pointer;
}
.cartmini__shipping {
	padding: 15px 0;
	border-bottom: 1px solid #E0E2E3;
}
.cartmini__shipping .progress {
	height: 10px;
	border-radius: 0;
}
.cartmini__shipping .progress-bar {
	background-color: var(--primary-color);
}
.cartmini__shipping p {
	margin-bottom: 5px;
	font-size: 16px;
}
.cartmini__shipping p span {
	color: red;
	font-weight: 600;
}
.cartmini__widget {
	height: 100%;
	overflow-y: scroll;
	overscroll-behavior-y: contain;
	scrollbar-width: none;
}
.cartmini__widget::-webkit-scrollbar {
	display: none; /* for Chrome, Safari, and Opera */
}
.cartmini__widget-item {
	position: relative;
	display: flex;
	padding: 20px 0;
	border-bottom: 1px solid rgba(129, 129, 129, 0.2);
}
.cartmini__widget-item:last-child {
	border-bottom: 0;
}
.cartmini__thumb {
	border: 1px solid #E0E2E3;
	margin-right: 15px;
}
.cartmini__thumb img {
	width: 70px;
	height: auto;
}
.cartmini__title {
	font-size: 15px;
	margin-bottom: 4px;
	font-weight: 500;
}
.cartmini__title a:hover {
	color: var(--primary-color);
}
.cartmini__content {
	padding-right: 15px;
}
.cartmini__content .tp-product-quantity {
	width: 75px;
	padding: 0;
}
.cartmini__content .tp-product-quantity .tp-cart-input[type=text] {
	height: 30px;
	text-align: center;
	font-size: 13px;
	border: 1px solid #E0E2E3;
	background-color: #fff;
	padding: 0;
}
.cartmini__content .tp-product-quantity .tp-cart-plus,
.cartmini__content .tp-product-quantity .tp-cart-minus {
	width: 20px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	text-align: center;
	font-size: 13px;
	left: 3px;
}
.cartmini__content .tp-product-quantity .tp-cart-plus svg,
.cartmini__content .tp-product-quantity .tp-cart-minus svg {
	-webkit-transform: translateY(-1px);
	-moz-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	-o-transform: translateY(-1px);
	transform: translateY(-1px);
	width: 10px;
}
.cartmini__content .tp-product-quantity .tp-cart-plus::after,
.cartmini__content .tp-product-quantity .tp-cart-minus::after {
	display: none;
}
.cartmini__content .tp-product-quantity .tp-cart-plus {
	left: auto;
	right: 3px;
}
.cartmini__del {
	position: absolute;
	top: 15px;
	right: 0;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: var(--second-color);
	font-size: 14px;
}
.cartmini__del:hover {
	color: var(--second-color);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.cartmini__checkout {
	padding-top: 15px;
	padding-bottom: 85px;
	width: 100%;
	border-top: 2px solid #E0E2E3;
}
.cartmini__checkout-title h4 {
	font-size: 15px;
	display: inline-block;
	font-weight: 500;
	margin-bottom: 0;
	text-transform: capitalize;
}
.cartmini__checkout-title span {
	float: right;
	font-size: 15px;
	color: #000;
	font-weight: 500;
}
.cartmini__price {
	font-size: 14px;
	font-weight: 500;
	color: #000;
}
.cartmini__quantity {
	font-size: 12px;
	font-weight: 500;
}
.cartmini__empty {
	margin-top: 150px;
}
.cartmini__empty img {
	margin-bottom: 30px;
}
.cartmini__empty p {
	font-size: 16px;
	color: var(--primary-color);
	margin-bottom: 15px;
}
button.cartmini__close-btn{
	border: 0;
}
.cartmini__area .cartmini__widget-item h5.cartmini__title a{
	color: #000;
	font-weight: 500;
}
.cartmini__area .cartmini__checkout-btn a.tp-btn-1{
	height: 50px;
	line-height: 48px;
	padding: 0 35px;
	overflow: hidden;
	display: inline-block;
	font-weight: 700;
	font-size: 18px;
	text-transform: capitalize;
	position: relative;
	z-index: 1;
	border-radius: 6px;
	transition: all 0.3s ease-in-out;
	color: #fff;
	background-color: var(--primary-color);
	text-align: center;
	box-shadow: 0px 14px 47px 0px rgba(28, 28, 28, 0.24);
}
.cartmini__area .cartmini__checkout-btn a.tp-btn-2{
	height: 50px;
	line-height: 48px;
	padding: 0 35px;
	overflow: hidden;
	display: inline-block;
	font-weight: 700;
	font-size: 18px;
	text-transform: capitalize;
	position: relative;
	z-index: 1;
	border-radius: 6px;
	transition: all 0.3s ease-in-out;
	color: #fff;
	background-color: var(--second-color);
	text-align: center;
	box-shadow: 0px 14px 47px 0px rgba(28, 28, 28, 0.24);
}
.cartmini__area .cartmini__checkout-btn a.tp-btn-1::before,
.cartmini__area .cartmini__checkout-btn a.tp-btn-2::before{
	background-color: rgba(255, 255, 255, 0.15);
	position: absolute;
	top: 0;
	left: 60%;
	right: 60%;
	bottom: 0;
	opacity: 0;
	content: '';
	z-index: -2;
	-webkit-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	transition: 0.5s all ease;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.cartmini__area .cartmini__checkout-btn a.tp-btn-1:hover,
.cartmini__area .cartmini__checkout-btn a.tp-btn-2:hover{
	box-shadow: none;
}
.cartmini__area .cartmini__checkout-btn a.tp-btn-1:hover::before,
.cartmini__area .cartmini__checkout-btn a.tp-btn-2:hover::before{
	left: 0;
	right: 0;
	opacity: 1;
	-webkit-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
.align-items-center{
	align-items: center;
}
.justify-content-between{
	justify-content: space-between;
}
.pt-100{
	padding-top: 100px;
}
.pb-100{
	padding-bottom: 100px;
}
.tp-product-item-2{
	box-shadow: 5px 15px 40px 0 rgba(5, 13, 54, 0.1);
}
.tp-product-thumb-2{
	overflow: hidden;
	margin-bottom: 15px;
}
.tp-product-thumb-2 img{
	width: 100%;
	transition: 0.7s;
}
.tp-product-item-2:hover .tp-product-thumb-2 img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.tp-product-action-2{
	position: absolute;
	right: -20px;
	top: 20px;
	z-index: 1;
	visibility: hidden;
	opacity: 0;
	transition: 0.4s;
}
.tp-product-item-2:hover .tp-product-action-2{
	right: 20px;
	opacity: 1;
	visibility: visible;
}
.tp-product-action-btn-2{
	position: relative;
	display: inline-block;
	height: 40px;
	width: 40px;
	line-height: 40px;
	background: #fff;
	border: 1px solid #999;
	box-shadow: 0px 1px 1px rgba(1, 15, 28, 0.1);
	margin-bottom: 4px;
	transition: all 0.4s ease;
	cursor: pointer;
}
button.tp-product-action-btn-2.tp-product-add-to-wishlist-btn{
	padding: 0;
	background: transparent;
	border: 0;
}
button.tp-product-action-btn-2.tp-product-add-to-wishlist-btn .yith-add-to-wishlist-button-block{
	margin: 0;
	padding: 0;
	position: relative;
}
button.tp-product-action-btn-2.tp-product-add-to-wishlist-btn .yith-add-to-wishlist-button-block > a{
	position: relative;
	display: inline-block;
	height: 40px;
	width: 40px;
	line-height: 40px;
	background: #fff;
	border: 1px solid #999;
	box-shadow: 0px 1px 1px rgba(1, 15, 28, 0.1);
	margin-bottom: 4px;
	align-items: center;
	justify-items: anchor-center;
	transition: all 0.4s ease;
}
button.tp-product-action-btn-2.tp-product-add-to-wishlist-btn .yith-add-to-wishlist-button-block > a svg{
	width: 25px;
	height: 20px;
	margin-top: 10px;
}
.tp-product-item-2 span.tp-product-tooltip.tp-product-tooltip-right,
.tp-product-item-2 span.yith-wcwl-add-to-wishlist-button__label{
	position: absolute;
	top: 50%;
	right: 100%;
	font-weight: 600;
	font-size: 12px;
	color: #fff;
	background-color: #333;
	display: inline-block;
	width: max-content;
	line-height: 1;
	padding: 6px;
	border-radius: 4px;
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: opacity 0.3s ease, 
	visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), 
	-webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}
.tp-product-item-2 .tp-product-action-btn-2:hover span.tp-product-tooltip.tp-product-tooltip-right,
.tp-product-item-2 .tp-product-action-btn-2:hover span.yith-wcwl-add-to-wishlist-button__label{
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateX(-8px) translateY(-50%);
	-moz-transform: translateX(-8px) translateY(-50%);
	-ms-transform: translateX(-8px) translateY(-50%);
	-o-transform: translateX(-8px) translateY(-50%);
	transform: translateX(-8px) translateY(-50%);
}
.tp-product-item-2 span.tp-product-tooltip.tp-product-tooltip-right:before,
.tp-product-item-2 span.yith-wcwl-add-to-wishlist-button__label:before{
	position: absolute;
	content: "";
	right: -4px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-left: 8px solid #333;
	border-bottom: 8px solid transparent;
}
.woocommerce div.product .tp-product-action-item-2 form.cart{
	margin-bottom: 0;
}
.tp-product-item-2 .tp-product-content-2{
	padding: 0 20px;
}
.tp-product-item-2 .tp-product-tag-2 span{
	position: relative;
	display: inline-block;
	line-height: 1;
	font-weight: 500;
	font-size: 12px;
	text-transform: uppercase;
	color: #555;
	transition: all 0.4s ease;
}
.tp-product-item-2 .tp-product-title-2{
	font-weight: 600;
	font-size: 20px;
	margin: 0;
	margin-bottom: 8px;
}
.tp-product-item-2 .tp-product-title-2 a{
	display: inline;
	background-size: 0% 1px, 0 1px;
	background-position: 100% 100%, 0 100%;
	background-repeat: no-repeat;
	transition: 0.3s linear;
	background-image: linear-gradient(var(--primary-color), var(--primary-color)), linear-gradient(var(--primary-color), var(--primary-color));
	color: var(--primary-color);
}
.tp-product-item-2 .tp-product-title-2 a:hover{
	background-size: 0% 1px, 100% 1px;
}
.tp-product-item-2 .tp-product-price-wrapper-2 .tp-product-price{
	font-weight: 600;
	font-size: 16px;
	color: #111;
}
.tp-product-item-2 .tp-product-price-wrapper-2 .tp-product-price.old-price{
	font-weight: 600;
	font-size: 14px;
	text-decoration-line: line-through;
	color: #555;
	margin-left: 10px;
}
.tp-product-item-2 .tp-product-badge .product-discount{
	position: absolute;
	top: 20px;
	left: 20px;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: var(--second-color);
	border-radius: 50%;
	color: #fff;
	font-weight: 500;
	font-size: 13px;
	letter-spacing: -0.02em;
}
.tp-product-item-2 .tp-btn-price{
	font-size: 14px;
	font-weight: 700;
	width: 100%;
	padding: 8px 30px;
	display: inline-block;
	text-transform: capitalize;
	color: #fff;
	background-color: var(--primary-color);
	text-align: center;
	height: 40px;
	line-height: 24px;
	position: relative;
	z-index: 2;
}
.tp-product-item-2 .tp-btn-price::before{
	background-color: rgba(255, 255, 255, 0.15);
	position: absolute;
	top: 0;
	left: 60%;
	right: 60%;
	bottom: 0;
	opacity: 0;
	content: '';
	z-index: -2;
	-webkit-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	transition: 0.5s all ease;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.tp-product-item-2 .tp-btn-price:hover::before{
	left: 0;
	right: 0;
	opacity: 1;
	-webkit-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
.basic-pagination > ul.page-numbers{
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
	text-transform: uppercase;
	letter-spacing: 3px;
	border: 0;
}
.basic-pagination > ul.page-numbers > li{
	display: inline-block;
}
.basic-pagination > ul.page-numbers > li .page-numbers{
	background: #fafafa;
	border: 1px solid #ececec;
	width: 38px;
	height: 38px;
	padding: 0;
	margin: 0;
	text-align: center;
	line-height: 38px;
	color: #28324c;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	float: left;
	font-weight: 600;
}
.basic-pagination > ul.page-numbers > li .page-numbers:hover{
    color: #fff;
    background-color: var(--second-color);
    border-color: var(--second-color);
}
.basic-pagination > ul.page-numbers > li .page-numbers.current{
	background: var(--second-color);
	color: #fff;
	border-color: var(--second-color);
	cursor: default;
}
.tp-shop-top .woocommerce-ordering{
	margin-bottom: 0;
}
.tp-shop-top .woocommerce-ordering select{
	border: 2px solid #eee;
	height: 33px;
	margin-left: 10px;
	font-size: 14px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.tp-product-sidebar .tp-product-widget.widget_product_search .widget-title{
	display: none;
}
.tp-product-sidebar .tp-product-widget.widget_product_search .devider-widget{
	display: none;
}
.tp-product-sidebar .tp-product-widget.widget_product_search label{
	display: none;
}
.tp-product-sidebar .tp-product-widget.widget_product_search form{
	position: relative;
}
.tp-product-sidebar .tp-product-widget.widget_product_search input[type='search']{
	border: 2px solid #eee;
	height: 33px;
	font-size: 14px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	width: 100%;
	padding-right: 60px;
	padding-left: 12px;
}
.tp-product-sidebar .tp-product-widget.widget_product_search input[type='search']:focus-visible{
	outline: 0;
}
.tp-product-sidebar .tp-product-widget.widget_product_search button[type='submit']{
	position: absolute;
	right: 0;
	border: 2px;
	height: 33px;
	background: var(--primary-color);
	color: #ffffff;
	z-index: 9;
}
.mb-60{
	margin-bottom: 60px;
}
.tp-product-sidebar .tp-product-widget.widget_product_search{
	margin-bottom: 30px;
}
.tp-product-sidebar .tp-product-widget{
	margin-bottom: 20px;
}
.tp-product-sidebar .tp-product-widget .widget-title{
	color: var(--primary-color);
}
.tp-product-sidebar .tp-product-widget.widget_product_categories ul{
	padding: 0;
	list-style: none;
}
.tp-product-sidebar .tp-product-widget.widget_product_categories ul li{
	padding-bottom: 10px;
}
.tp-product-sidebar .tp-product-widget.widget_product_categories ul li:has(>a:hover),
.tp-product-sidebar .tp-product-widget.widget_product_categories ul li > a:hover{
	color: var(--primary-color);
}
.tp-product-sidebar .tp-product-widget.widget_product_tag_cloud div.tagcloud{
	margin: 0;
}
.tp-product-sidebar .tp-product-widget.widget_product_tag_cloud a,
.tp-product-sidebar .tp-product-widget.widget_product_categories li{
    padding: 0.5rem 0;
    display: block;
    font-size: 0.875rem !important;
    font-weight: 600;
    color: #333;
}
.tp-product-sidebar .tp-product-widget.widget_product_tag_cloud a:hover,
.tp-product-sidebar .tp-product-widget.widget_product_categories li:hover,
.tp-product-sidebar .tp-product-widget.widget_product_categories li:hover > a{
    color: var(--second-color) !important;
}
.tp-product-sidebar .tp-product-widget.widget_price_filter .price_slider_wrapper .ui-widget-content{
	background-color: #eaeaea;
}
.tp-product-sidebar .tp-product-widget.widget_price_filter .price_slider_wrapper .ui-slider-range,
.tp-product-sidebar .tp-product-widget.widget_price_filter .price_slider_wrapper .ui-slider-handle{
	background-color: #999;
}
.woocommerce-message:focus-visible{
	outline: none;
}
.pb-120{
	padding-bottom: 120px;
}
.pt-120{
	padding-top: 120px;
}
.mr-30{
	margin-right: 30px;
}
.tp-cart-header-product{
	padding-left: 30px !important;
}
.tp-cart-list thead{
	background-color: #F1F3F4;
}
.table>thead{
	vertical-align: bottom;
}
.tp-cart-list thead th{
	border: 0 !important;
	padding-top: 9px !important;
	padding-bottom: 9px !important;
}
.tp-cart-list tr td{
	border-color: #E0E2E3;
}
.tp-cart-list .table > :not(caption) > * > *{
	padding: 20px 0;
	box-shadow: none;
	vertical-align: middle;
}
.tp-cart-list tbody tr:first-child td{
	padding-top: 30px !important;
}
.tp-cart-img img{
	width: 100px;
	height: 100px;
	object-fit: cover;
}
.tp-cart-title,
.tp-cart-price{
	font-weight: 600;
}
.tp-product-details-quantity .tp-product-quantity{
	width: 122px;
	border-radius: 0;
	position: relative;
	background: #fff;
	box-shadow: 0px 1px 3px rgba(1, 15, 28, 0.1);
}
.tp-product-details-quantity .tp-cart-plus,
.tp-product-details-quantity .tp-cart-minus{
	width: 24px;
	height: 24px;
	line-height: 21px;
	text-align: center;
	border-radius: 50%;
	left: 14px;
	display: inline-block;
	text-align: center;
	font-size: 16px;
	color: #333;
	position: absolute;
	top: 50%;
	left: 16px;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: all 0.3s 0s ease-out;
}
.tp-product-details-quantity .tp-cart-plus{
	left: auto;
	right: 14px;
}
.tp-product-details-quantity .tp-product-quantity input{
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	color: #333;
	background-color: #fff;
	width: 100%;
	text-align: center;
	border-width: 0px;
	border-style: initial;
	border-color: initial;
	border-image: initial;
	border-radius: 0px;
	padding: 0px 30px;
}
.tp-cart-input::-webkit-outer-spin-button,
.tp-cart-input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.tp-cart-list tr td .tp-cart-action-btn{
	color: #333 !important;
	display: inline;
	font-size: 14px;
	font-weight: 400;
}
.tp-cart-list tr td .tp-cart-action-btn:hover{
	color: #a00 !important;
	background-color: transparent;
}
.tp-cart-list tr td .tp-cart-action-btn > span{
	margin-left: 5px;
}
.align-items-end{
	align-items: flex-end;
}
.tp-cart-coupon-input input{
	background: #FFFFFF;
	border: 1px solid #D6D9DC;
	height: 46px;
	line-height: 46px;
	margin-right: 4px;
	max-width: 282px;
	font-size: 14px;
	color: #999;
	padding-left: 26px;
	padding-right: 26px;
	text-transform: capitalize;
	width: 100%;
}
.tp-cart-coupon-input input:focus-visible{
	border: 1px solid #D6D9DC;
	outline: 0;
}
.tp-cart-coupon-input button{
	font-weight: 500 !important;
	font-size: 16px !important;
	color: #fff !important;
	background-color: var(--primary-color) !important;
	padding: 10px 30px !important;
	height: 46px;
	z-index: 2;
	position: relative;
}
.tp-cart-coupon-input button::before{
	background-color: rgba(255, 255, 255, 0.15);
	position: absolute;
	top: 0;
	left: 60%;
	right: 60%;
	bottom: 0;
	opacity: 0;
	content: '';
	z-index: -2;
	-webkit-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	transition: 0.5s all ease;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.tp-cart-coupon-input button:hover::before{
	left: 0;
	right: 0;
	opacity: 1;
	-webkit-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
.tp-cart-update button[type='submit']{
	font-weight: 500 !important;
	font-size: 16px !important;
	color: #fff !important;
	background-color: var(--primary-color) !important;
	padding: 9px 29px !important;
	border: 1px solid var(--primary-color) !important;
	height: 46px;
	z-index: 2;
	position: relative;
}
.tp-cart-update button[type='submit']::before{
	background-color: rgba(255, 255, 255, 0.15);
	position: absolute;
	top: 0;
	left: 60%;
	right: 60%;
	bottom: 0;
	opacity: 0;
	content: '';
	z-index: -2;
	-webkit-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	transition: 0.5s all ease;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.tp-cart-update button[type='submit']:hover::before{
	left: 0;
	right: 0;
	opacity: 1;
	-webkit-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
tr.woocommerce-cart-form__cart-item{
	border-bottom: 1px solid #ddd;
}
.tp-cart-checkout-top{
	padding-bottom: 13px;
	margin-bottom: 19px;
	border-bottom: 1px solid #E0E2E3;
}
.tp-cart-checkout-top span{
	font-size: 20px;
	color: #000;
}
.tp-cart-checkout-shipping{
	padding-bottom: 16px;
	border-bottom: 1px solid #E0E2E3;
	margin-bottom: 15px;
}
div.tp-cart-checkout-shipping li{
	list-style: none;
}
div.tp-cart-checkout-shipping span.tp-cart-checkout-shipping-title{
	color: #000;
	font-size: 15px;
	margin-bottom: 7px;
}
div.tp-cart-checkout-shipping div.tp-order-info-list-shipping-item{
	align-items: start;
}
.tp-cart-checkout-wrapper .tp-cart-checkout-shipping p.woocommerce-shipping-destination{
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 0;
}
.tp-cart-checkout-total{
	margin-bottom: 25px;
}
.tp-cart-checkout-total span{
	font-size: 18px;
	color: #000;
}
.tp-cart-checkout-wrapper .tp-cart-checkout-proceed a.tp-cart-checkout-btn{
	font-size: 15px !important;
	font-weight: 500 !important;
	color: #fff !important;
	background-color: var(--primary-color) !important;
	display: inline-block !important;
	padding: 10px 30px !important;
	text-align: center;
	z-index: 2;
	position: relative;
}
.tp-cart-checkout-wrapper .tp-cart-checkout-proceed a.tp-cart-checkout-btn::before{
	background-color: rgba(255, 255, 255, 0.15);
	position: absolute;
	top: 0;
	left: 60%;
	right: 60%;
	bottom: 0;
	opacity: 0;
	content: '';
	z-index: -2;
	-webkit-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	transition: 0.5s all ease;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.tp-cart-checkout-wrapper .tp-cart-checkout-proceed a.tp-cart-checkout-btn:hover::before{
	left: 0;
	right: 0;
	opacity: 1;
	-webkit-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
.tp-cart-checkout-wrapper{
	box-shadow: rgba(1, 15, 28, 0.1) 0px 30px 70px;
	margin-left: -24px;
	background: #fff;
	padding: 36px 24px 28px;
}
.tp-cart-checkout-wrapper .tp-cart-checkout-shipping .shipping-calculator-form button{
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	background-color: var(--primary-color);
	display: inline-block;
	padding: 10px 30px;
	text-align: center;
	position: relative;
	z-index: 2;
}
.tp-cart-checkout-wrapper .tp-cart-checkout-shipping .shipping-calculator-form button::before{
	background-color: rgba(255, 255, 255, 0.15);
	position: absolute;
	top: 0;
	left: 60%;
	right: 60%;
	bottom: 0;
	opacity: 0;
	content: '';
	z-index: -2;
	-webkit-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	transition: 0.5s all ease;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.tp-cart-checkout-wrapper .tp-cart-checkout-shipping .shipping-calculator-form button:hover::before{
	left: 0;
	right: 0;
	opacity: 1;
	-webkit-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
.woocommerce form .form-row{
	display: block;
	padding: 3px 0;
}
.woocommerce .woocommerce-MyAccount-content form fieldset p.form-row label{
	margin-right: 10px;
	margin-bottom: 0;
}
div.tp-cart-checkout-shipping div.tp-order-info-list-shipping-item > span{
	position: relative;
}
div.tp-cart-checkout-shipping div.tp-order-info-list-shipping-item > span > label{
	font-weight: 400;
	font-size: 14px;
	padding-left: 20px;
}
div.tp-cart-checkout-shipping div.tp-order-info-list-shipping-item > span > input{
	position: absolute;
	left: 0;
	top: calc(50% - 0.25rem);
	transform: translateY(-50%);
	margin: 0;
}
.tp-checkout-area{
	background: #EFF1F5;
}
.woocommerce-form-coupon-toggle div.tp-checkout-verify-reveal{
	font-size: 14px;
	color: #4e4e4e;
	margin-bottom: 0;
	display: inline-block;
	border: 1px dashed #AAB0B2;
	padding: 8px 26px;
	width: 100%;
	height: 48px;
	line-height: 32px;
	background: transparent;
}
.woocommerce-form-coupon-toggle div.tp-checkout-verify-reveal a{
	position: relative;
	color: #4e4e4e;
}
.woocommerce-form-coupon-toggle div.tp-checkout-verify-reveal a::after{
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #4e4e4e;
}
.woocommerce form.checkout_coupon{
	margin: 14px 0 0;
	padding: 40px 40px;
	background-color: #fff;
	border: 0;
	border-radius: 0;
}
.tp-return-customer-input{
	margin-bottom: 20px;
}
.tp-return-customer-input input{
	width: 100%;
	color: #333;
	height: 50px;
	padding: 0 26px;
	text-transform: capitalize;
	line-height: 50px;
	font-size: 14px;
	background: #FFFFFF;
	border: 1px solid #D5D8DB;
}
.woocommerce form.checkout_coupon button[type='submit']{
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	background-color: var(--primary-color);
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	text-align: center;
}
.tp-checkout-verify-item{
	margin-bottom: 40px;
}
.tp-checkout-bill-area{
	padding: 45px 40px 24px;
	background-color: #fff;
}
.tp-checkout-bill-area .form-row{
	display: block;
}
.tp-checkout-bill-area label{
	font-weight: bold;
}
.tp-checkout-bill-area label.woocommerce-form__label-for-checkbox{
	display: flex;
	gap: 5px;
	margin: 0;
}
.tp-checkout-bill-area label.woocommerce-form__label-for-checkbox > input{
	margin-top: 7px !important;
}
.tp-checkout-bill-title{
	font-weight: 600;
	font-size: 26px;
	margin-bottom: 35px;
}
.woocommerce form.woocommerce-checkout .form-row textarea{
	height: 200px;
	resize: none;
	padding: 26px;
}
.woocommerce-shipping-fields h3#ship-to-different-address{
	margin: 10px 20px;
}
.woocommerce-shipping-fields h3#ship-to-different-address input[type='checkbox']{
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
	margin-left: -20px;
}
.woocommerce-shipping-fields h3#ship-to-different-address span{
	font-weight: 400;
	font-size: 14px;
}
.tp-checkout-place{
	padding: 44px 50px 50px;
	background: #fff;
}
.tp-checkout-place-title{
	font-size: 26px;
	font-weight: 600;
	margin-right: 37px;
	margin-bottom: 30px;
}
.tp-order-info-list ul li{
	list-style: none;
	padding: 15px 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.tp-order-info-list ul li:not(:last-child){
	border-bottom: 1px solid #E0E2E3;
}
.tp-order-info-list ul li.tp-order-info-list-header{
	padding-top: 0;
	padding-bottom: 12px;
}
.tp-order-info-list ul li.tp-order-info-list-header h4{
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 0;
}
.tp-order-info-list ul li.tp-order-info-list-desc p{
	font-size: 15px;
	margin-bottom: 0;
	font-weight: 500;
}
.tp-order-info-list ul li.tp-order-info-list-desc bdi{
	font-weight: 500;
}
.tp-order-info-list ul li span{
	font-size: 15px;
	color: #4e4e4e;
}
.tp-order-info-list ul li.cart-subtotal.tp-order-info-list-subtotal{
	font-weight: 700;
}
.tp-order-info-list ul li.woocommerce-shipping-totals{
	text-align: end;
}
.tp-order-info-list ul li.tp-cart-checkout-shipping-title{
	font-weight: 600;
}
.tp-order-info-list ul li.woocommerce-shipping-totals span.tp-cart-checkout-shipping-title{
	font-weight: 600;
}
.tp-order-info-list ul li.woocommerce-shipping-totals label{
	font-weight: 500;
}
.tp-order-info-list ul li.order-total.tp-order-info-list-total{
	font-weight: bold;
}
.pr-10{
	padding-right: 10px;
}
.tp-checkout-place .woocommerce-shipping-totals label{
	font-weight: 400;
	margin-bottom: 0;
}
.tp-checkout-place ul.woocommerce-checkout-review-order-table{
	padding: 0;
}
.woocommerce-checkout #payment{
	background: transparent;
}
.woocommerce-checkout #payment label{
	font-weight: 500;
}
.woocommerce-checkout #payment div.payment_box,
div.woocommerce-privacy-policy-text{
	display: none !important;
}
.woocommerce-checkout #payment div.place-order.tp-checkout-btn-wrapper{
	padding: 0;
	padding-top: 1em;
	margin: 0;
}
.woocommerce .woocommerce-checkout-payment .tp-checkout-btn-wrapper button#place_order{
	text-transform: capitalize;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	background-color: var(--primary-color);
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	text-align: center;
	width: 100%;
	z-index: 2;
	position: relative;
	box-shadow: 0px 14px 47px 0px rgba(28, 28, 28, 0.24);
}
.woocommerce .woocommerce-checkout-payment .tp-checkout-btn-wrapper button#place_order::before{
	background-color: rgba(255, 255, 255, 0.15);
	position: absolute;
	top: 0;
	left: 60%;
	right: 60%;
	bottom: 0;
	opacity: 0;
	content: '';
	z-index: -2;
	-webkit-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	transition: 0.5s all ease;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.woocommerce .woocommerce-checkout-payment .tp-checkout-btn-wrapper button#place_order:hover{
	box-shadow: none;
}
.woocommerce .woocommerce-checkout-payment .tp-checkout-btn-wrapper button#place_order:hover::before{
	left: 0;
	right: 0;
	opacity: 1;
	-webkit-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
.woocommerce .woocommerce-order ul.woocommerce-order-overview{
	padding: 0;
}
.wishlist-title-container{
	display: none;
}
.yith-wcwl-share ul > li.share-button > a > br,
.yith-wcwl-share ul > li.share-button > a > p,
.yith-wcwl-share ul > li.share-button > p{
	display: none;
}
table.shop_table.wishlist_table.wishlist_view br{
	display: none;
}
table.shop_table.wishlist_table.wishlist_view span,
table.shop_table.wishlist_table.wishlist_view a{
	font-size: 14px;
}
table.shop_table.wishlist_table.wishlist_view p{
	margin-bottom: 0;
}
table.shop_table.wishlist_table.wishlist_view .product-price ins{
	margin-left: 5px;
}
.woocommerce-account .woocommerce-MyAccount-navigation{
	background: var(--primary-color);
}
.woocommerce .woocommerce-MyAccount-navigation > ul{
	padding: 100px 0;
	list-style: none;
	margin: 0;
}
.woocommerce .woocommerce-MyAccount-navigation > ul > li{
	border-top: 1px solid #fff;
	text-align: center;
	z-index: 2;
	position: relative;
}
.woocommerce .woocommerce-MyAccount-navigation > ul > li:last-child{
	border-bottom: 1px solid #fff;
}
.woocommerce .woocommerce-MyAccount-navigation > ul > li br{
	display: none;
}
.woocommerce .woocommerce-MyAccount-navigation > ul > li > a{
	color: #fff;
	line-height: 50px;
	height: 50px;
	padding: 17px;
}
.woocommerce-MyAccount-navigation ul:has(li.is-active) li.woocommerce-MyAccount-navigation-link--dashboard{
	background: transparent;
	border-left: 0;
	border-right: 0;
}
.woocommerce-MyAccount-navigation ul:has(li.is-active) li.woocommerce-MyAccount-navigation-link--dashboard a{
	color: #fff;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard,
.woocommerce-MyAccount-navigation ul li.is-active{
	background: #fff;
	border-left: 1px solid var(--primary-color);
	border-right: 1px solid var(--primary-color);
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a,
.woocommerce-MyAccount-navigation ul li.is-active a{
	color: var(--primary-color);
}
.woocommerce-MyAccount-navigation ul li::before{
	background-color: rgba(255, 255, 255, 0.15);
	position: absolute;
	top: 0;
	left: 60%;
	right: 60%;
	bottom: 0;
	opacity: 0;
	content: '';
	z-index: -2;
	-webkit-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	transition: 0.5s all ease;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.woocommerce-MyAccount-navigation ul li:hover::before{
	left: 0;
	right: 0;
	opacity: 1;
	-webkit-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
.woocommerce-account .woocommerce-MyAccount-content{
	padding: 100px 0;
}
.woocommerce .woocommerce-MyAccount-content table p{
	margin-bottom: 0;
}
.woocommerce .woocommerce-MyAccount-content .addresses .title .edit{
	float: unset;
}
.woocommerce .woocommerce-MyAccount-content button[type='submit']{
	font-size: 14px;
	font-weight: 700;
	padding: 8px 30px;
	display: inline-block;
	text-transform: capitalize;
	color: #fff;
	background-color: var(--primary-color);
	text-align: center;
	height: 40px;
	line-height: 24px;
	margin-top: 20px;
	position: relative;
	z-index: 2;
	box-shadow: 0px 14px 47px 0px rgba(28, 28, 28, 0.24);
}
.woocommerce .woocommerce-MyAccount-content button[type='submit']::before{
	background-color: rgba(255, 255, 255, 0.15);
	position: absolute;
	top: 0;
	left: 60%;
	right: 60%;
	bottom: 0;
	opacity: 0;
	content: '';
	z-index: -2;
	-webkit-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	transition: 0.5s all ease;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.woocommerce .woocommerce-MyAccount-content button[type='submit']:hover{
	box-shadow: none;
}
.woocommerce .woocommerce-MyAccount-content button[type='submit']:hover::before{
	left: 0;
	right: 0;
	opacity: 1;
	-webkit-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
.woocommerce .woocommerce-MyAccount-content a.button{
	font-size: 14px;
	font-weight: 700;
	padding: 10px 30px;
	display: inline-block;
	text-transform: capitalize;
	color: #fff;
	background-color: var(--primary-color);
	text-align: center;
	position: relative;
	z-index: 2;
	box-shadow: 0px 14px 47px 0px rgba(28, 28, 28, 0.24);
}
.woocommerce .woocommerce-MyAccount-content a.button::before{
	background-color: rgba(255, 255, 255, 0.15);
	position: absolute;
	top: 0;
	left: 60%;
	right: 60%;
	bottom: 0;
	opacity: 0;
	content: '';
	z-index: -2;
	-webkit-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	transition: 0.5s all ease;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.woocommerce .woocommerce-MyAccount-content a.button:hover{
	box-shadow: none;
}
.woocommerce .woocommerce-MyAccount-content a.button:hover::before{
	left: 0;
	right: 0;
	opacity: 1;
	-webkit-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
body.woocommerce-account.woocommerce-page .woocommerce > h2{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	margin-top: 100px;
}
body.woocommerce-account.woocommerce-page .woocommerce > form.woocommerce-form-login{
	max-width: 600px;
	margin: 0 auto;
	margin-bottom: 100px;
}
body.woocommerce-account.woocommerce-page .woocommerce > form.woocommerce-form-login br{
	display: none;
}
body.woocommerce-account.woocommerce-page .woocommerce > form.woocommerce-form-login .woocommerce-form-login__rememberme{
	display: block;
}
body.woocommerce-account.woocommerce-page .woocommerce > form.woocommerce-form-login button[type='submit']{
	font-size: 14px;
	font-weight: 700;
	padding: 10px 30px;
	display: inline-block;
	text-transform: capitalize;
	color: #fff;
	background-color: var(--primary-color);
	text-align: center;
	position: relative;
	z-index: 2;
}
body.woocommerce-account.woocommerce-page .woocommerce > form.woocommerce-form-login button[type='submit']::before{
	background-color: rgba(255, 255, 255, 0.15);
	position: absolute;
	top: 0;
	left: 60%;
	right: 60%;
	bottom: 0;
	opacity: 0;
	content: '';
	z-index: -2;
	-webkit-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	transition: 0.5s all ease;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
body.woocommerce-account.woocommerce-page .woocommerce > form.woocommerce-form-login button[type='submit']:hover::before{
	left: 0;
	right: 0;
	opacity: 1;
	-webkit-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	transition: 0.5s all ease;
}

body.woocommerce-account.woocommerce-lost-password .woocommerce{
	padding: 100px 0;
	margin: 0 auto;
	max-width: 600px;
}
	body.woocommerce-account.woocommerce-lost-password .woocommerce form.lost_reset_password br{
	display: none;
}
body.woocommerce-account.woocommerce-lost-password .woocommerce form.lost_reset_password button[type='submit']{
	font-size: 14px;
	font-weight: 700;
	padding: 10px 30px;
	display: inline-block;
	text-transform: capitalize;
	color: #fff;
	background-color: #333;
	text-align: center;
}
body.woocommerce-account.woocommerce-lost-password .woocommerce form.lost_reset_password p.form-row.form-row-first{
	width: 100%;
}
.tp-cart-area p.return-to-shop{
	margin: 20px 0;
}
.tp-cart-area p.return-to-shop a.button{
	font-size: 14px;
	font-weight: 700;
	padding: 10px 30px;
	display: inline-block;
	text-transform: capitalize;
	color: #fff;
	background-color: #333;
	text-align: center;
}
.d-gap-20{
	gap: 20px;
}
.sticky button.cartmini-open-btn.white-color i{
	color: #222;
}
.tab-content #commentform input[type="submit"]{
	width: fit-content;
}
#menu-block ul li{
	width: max-content;
}
.ml--15{
	margin-left: -15px;
}
.mr--15{
	margin-right: -15px;
}
.justify-space-between{
	justify-content: space-between;
}
.no-bf:before{
	content: none !important;
}
.no-af:after{
	content: none !important;
}
.d-none{
	display: none;
}
.m-0{
	margin: 0px !important;
}
.tp-product-sidebar div.tp-product-widget:last-child{
	margin-bottom: 0;
}
button:focus{
	outline: 0;
}
.tp-product-action-item button{
	cursor: pointer;
}




/*-------- Menu header 3 -----------*/
#menu-block ul li i {
	margin-left: 5px;
}
#menu-block li:first-child a{
	color: #111;
}
.elementor-container .elementor-widget-container .onStep {
	opacity: 1;
}
.h--350{
	min-height: calc(100vh - 350px);
}
.modal-login .ur-frontend-form.login,
.modal-login .user-registration.ur-frontend-form{
	padding: 20px !important;
	border-radius: 5px !important;
	border: 0 !important;
}
.modal-login .user-registration-login-title,
.modal-login .user-registration-registration-title{
	text-align: center !important;
	font-size: 2.1rem !important;
	font-weight: 500 !important;
	color: #272727 !important;
}
.modal-login .user-registration-login-description,
.modal-login .user-registration-registration-description{
	display: none !important;
}
.modal-login .user-registration-form-row.form-row.form-row-wide,
.modal-login .ur-field-item{
	margin-bottom: 20px !important;
}
.modal-login .ur-field-item.field-checkbox{
	margin-bottom: 0 !important;
}
.modal-login .user-registration-form-row.form-row.form-row-wide label,
.modal-login .ur-field-item label{
	margin: 0 !important;
	margin-bottom: 5px !important;
	font-size: 1.45rem !important;
}
.modal-login .ur-field-item.field-checkbox abbr{
	display: none !important;
}
.modal-login .ur-button-container{
	width: 100% !important;
	margin-top:0 !important;
}
.modal-login button[type='submit']{
	font-size: 11pt !important;
	letter-spacing: 1px !important;
	background: var(--primary-color) !important;
	border: none !important;
	border-radius: 0px !important;
	line-height: normal !important;
	-moz-transition: all 0.3s ease !important;
	-ms-transition: all 0.3s ease !important;
	-o-transition: all 0.3s ease !important;
	transition: all 0.3s ease !important;
	width: 100% !important;
}
.modal-login button[type='submit']:hover{
	background: #ddd !important;
	-moz-transition: all 0.3s ease !important;
	-ms-transition: all 0.3s ease !important;
	-o-transition: all 0.3s ease !important;
	transition: all 0.3s ease !important;
}
.mt-0{
	margin-top: 0 !important;
}
.pt-xl-0{
	padding-top:  0 !important;
}
.pd-0{
	padding: 0;
}
.tp-product__area .woocommerce-notices-wrapper{
	padding: 0 15px;
}
.woocommerce-message{
	border-top-color: var(--primary-color);
}
.woocommerce-message a.button{
	color: #fff !important;
	background-color: var(--primary-color) !important;
}
.tp-product__area .woocommerce-notices-wrapper{
	width: 100%;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
	max-width: unset;
	padding: 0;
}



@media (min-width : 576px ){
	.justify-content-sm-end{
		justify-content: flex-end!important;
	}
	.woocommerce:has(>nav.woocommerce-MyAccount-navigation){
		display: flex;
		gap: 30px;
	}
	.woocommerce nav.woocommerce-MyAccount-navigation{
		flex: 0 0 30%;
	}
	.woocommerce div.woocommerce-MyAccount-content{
		flex: 0 0 60%;
	}
}
@media (min-width : 768px ){
	.text-md-end{
		text-align: end;
	}
}
@media (min-width : 1200px ){
	.cartmini-open-btn.pt-xl-0 > span > i{
		padding-top: 0 !important;
	} 
}
@media (min-width: 768px) and (max-width: 991.98px){
	.tp-product-details-wrapper .tp-product-details-action-item-wrapper form{
		float: unset;
	}
	.tp-product-details-wrapper .tp-product-details-action-item-wrapper button.single-product-wishlist{
		display: block;
		margin: 0;
		margin-top: 20px;
	}
}
@media (max-width : 768px ){
	.woocommerce table.shop_table_responsive tr td.tp-cart-img, 
	.woocommerce-page table.shop_table_responsive tr td.tp-cart-img{
		display: none;
	}
	.woocommerce table.shop_table_responsive tr td.tp-cart-action,
	.woocommerce-page table.shop_table_responsive tr td.tp-cart-action{
		text-align: center !important;
	}
	.woocommerce table.shop_table_responsive tr td.tp-cart-action:before,
	.woocommerce-page table.shop_table_responsive tr td.tp-cart-action:before,
	.woocommerce table.shop_table_responsive tr td.tp-cart-quantity:before,
	.woocommerce-page table.shop_table_responsive tr td.tp-cart-quantity:before{
		content: unset;
	}
	.tp-product-details-quantity .tp-product-quantity{
		margin: auto;
	}
	.mr-30{
		margin-right: 0;
	}
}
@media (max-width : 767.98px ){
	.product-popup__modal{
		top: 20px;
	}
	.product-popup__modal .modal-dialog.modal-dialog-centered{
		max-width: 600px;
	}
	.pt-md-15{
		padding-top: 15px;
	}
	.pt-md-30{
		padding-top: 30px;
	}
}
@media (max-width : 600px ){
	.tp-product-details-wrapper .tp-product-details-action-item-wrapper form{
		float: unset;
	}
	.tp-product-details-wrapper .tp-product-details-action-item-wrapper button.single-product-wishlist{
		display: block;
		margin: 0;
		margin-top: 20px;
	}
}
@media (max-width : 575.98px ){
	.woocommerce-account .woocommerce-MyAccount-content{
		padding: 50px 15px;
	}
}