/*
Theme Name: Concreate
Theme URI: http://shtheme.org/demosd/concreate
Author: Shtheme Team
Author URI: http://shtheme.com
Description: In 2020, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: concreate

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
body {
	font-family: 'Poppins', sans-serif;
	font-size: 1.45rem;
	line-height: 1.9em;
	font-style: normal;
	letter-spacing: .6px;
	color: #4e4e4e !important;
}
body.black{
	color: #fff !important;
}
/*body.customize-support header.show div.navbar-default-white.sticky{
	margin: 32px auto !important;
}*/
.slider-col{
	margin-top: -90px !important;
}
.features-2.slider-col-2 {
	margin-top: -16% !important;
}
.project-bottom{
	padding-bottom: 0!important;
}
section.tagline{
	margin-bottom: -82px;
}
section.about-team {
	padding: 85px 0 0 0;
}
section.dot{
	padding: 90px 0 90px 0;
}
.white nav li.actived > a{
	color: var(--theme-clr) !important;
}
.works-col{
	margin-top: 80px !important;
	margin-bottom: -82px;
}
.gallery{
	margin-top: -40px !important;
	margin-bottom: -82px;
}
.bre-gallery{
	margin-top: 35px;
}
.breadcumb{
	padding: 0!important;
}
.elementor-widget-google_maps{
	padding-left: 80px;
	padding-right: 70px;
}
.contact{
	margin-bottom: -82px;
}

section{
	padding: 0 0 90px 0;
}

#brand{
	padding: 0;
}
#about{
	padding: 90px 0 0px 0;
}

/* Comment Blog */
.comment-form-cookies-consent {
	display: none;
}

/*-- Search box ---*/
/*-- Search with no result ---*/
.search-custom h4 {
	text-align: justify;
	line-height: 45px;
	margin-bottom: 5%;
}
.search-custom form input {
	width: 100% !important;
	height: 80px !important;
	background: #f5f5f5 !important;
	border: 1px solid transparent !important;
	font-size: 18px !important;
	color: #7a7a7a !important;
	padding: 0 35px !important;
}

.search-custom form input .fa, .fas {
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
}
.search-custom form button {
	position: absolute !important;
	color: #26205e !important;
	right: 40px !important;
	padding: 0 !important;
	background: transparent;
	border: 1px solid transparent;
	transform: translateY(-50%);
}

.search-custom form button {
	top:  40px !important;
}
/*------ widget tags -----*/
.wp-tag-cloud{
	list-style: none;
}
.tagcloud{
	margin-left: -40px;
}
.wp-tag-cloud a {
	font-size: 13px !important;
	border: 1px solid #efefef;
	text-align: center;
	padding: 5px 10px;
	margin: 5px 5px 15px 0;
	display: inline-block;
}
.wp-tag-cloud{
	overflow: auto;
}
.wp-tag-cloud li{
	float: left !important;
	
}

/*------404 -----*/
.error404.#subheader {
	padding: 50px 0px 80px 0px;
}
.error-text-container {
	text-align: center;
}
.error-text-container h1 {
	text-align: center !important;
	font-size: 150px !important;
	color: var(--theme-clr) !important;
}
.error-text-container h2 {
	margin-bottom: 40px;
}
.error-text-container #text-search {
	display: block;
	margin-bottom: 40px;
}
.error-text-container a {
	font-size: 20px;
	border: 1px solid var(--theme-clr);
	padding: 7px 15px;
	background-color: var(--theme-clr);
	border-radius: 20px;
}
.error-text-container #text-search {
	display: block;
	margin-bottom: 40px;
}
.error-text-container #text-search .s-input-home {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	margin: 0 auto;
	max-width: 500px;
	margin-right: -10px;
}
.error-text-container #text-search .btn-s-input {
	position: inherit;
}
.error-text-container .btn-s-input {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 56px;
	height: 46px;
	color: #fff;
	background: var(--theme-clr);
	border: 0px;
	border-top-right-radius: 23px;
	border-bottom-right-radius: 23px;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/*-------- Author Name -----------*/
.c-name{
	text-transform: uppercase;
}

/*-------- Projects detail gallery -----------*/
#gallery-2{
	display: none;
}
.heading-top{
	padding-top: 30px;
}

/*-------- Social Share -----------*/
.post-share span.stHBubble, .post-share span.stButton_gradient{
	padding-bottom: 20px;
}
/*-------- Projects detail 2 -----------*/
.content-detail .col-md-4:first-child{
		margin-top: -45px;
}
.widget ul li a {
	color: #333;
}
.widget ul.wp-tag-cloud a{
	color: inherit;
}
.widget ul.wp-tag-cloud a:hover{
	color: var(--theme-clr);
}
.widget ul.recent-posts li h6.widget-posts-title {
	margin-bottom: 5px;
}

.related-post-2 .portfolio-thumb {
	max-height: 360px;
}

.dialog-lightbox-widget {
	display: none!important;
}
.ratio-1x1{
	aspect-ratio: 1/1;
	object-fit: cover;
}
.tab-content {
	position: relative;
	transition: height 0.4s ease;
	overflow: hidden;
	padding: 0;
}
.tab-pane {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.4s ease, visibility 0.4s 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;
}
.tp-shop-details__tab-btn-box .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;
}
div.nav.nav-tab{
	display: flex;
	gap: 20px;
}
div.nav.nav-tab:before, div.nav.nav-tab:after{
	content: unset;
}
div.nav.nav-tab button.nav-links{
	width: 25%;
	margin: 0;
}
div.nav.nav-tab button.nav-links img{
	width: 100%;
}
.p-relative{
	position: relative;
}
.woocommerce span.onsale{
	position: absolute;
	top: 30px;
	left: 30px;
	background-color: #FF1826;
	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: 20px;
	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: #333;
	border-radius: 6px;
	font-weight: 600;
}
.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: #333;
	border-radius: 6px;
	font-weight: 600;
}
.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: #333;
}
.woocommerce div.product form.cart button.tp-btn-black-sm:hover, 
.product-popup__modal-wrapper form.cart button.tp-btn-black-sm:hover{
	background: #999;
	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: 18px;
	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(--theme-clr);
	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(--theme-clr);
}
.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(--theme-clr) !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: #FF1826;
	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(--theme-clr);
	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: #999;
}
.ratio-47x50{
	aspect-ratio: 47/50;
	object-fit: cover;
}
.w-100{
	width: 100%;
}
.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(--theme-clr), var(--theme-clr)), linear-gradient(var(--theme-clr), var(--theme-clr));
	color: var(--theme-clr);
}
.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: 16px;
	font-weight: 600;
	text-decoration: line-through;
}
.tp-product-details-wrapper .tp-product-price.old-price{
	font-size: 22px;
	font-weight: 600;
	margin-left: 15px;
}
.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: 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(--theme-clr);
}
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: #FF1826;
	font-size: 22px;
}
.cartmini__close-btn:hover {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.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(--theme-clr);
}
.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(--theme-clr);
}
.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: #FF1826;
	font-size: 14px;
}
.cartmini__del:hover {
	color: #FF1826;
    -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(--theme-clr);
	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: #333;
	text-align: center;
}
.cartmini__area .cartmini__checkout-btn a.tp-btn-1:hover{
	background: #eee;
	color: var(--theme-clr);
}
.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: var(--theme-clr);
	background-color: #eee;
	text-align: center;
}
.cartmini__area .cartmini__checkout-btn a.tp-btn-2:hover{
	background: #333;
	color: #fff;
}
.d-flex{
	display: flex;
}
.align-items-center{
	align-items: center;
}
.justify-content-between{
	justify-content: space-between;
}
.flex-column{
	flex-direction: column;
}
.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;
}
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(--theme-clr), var(--theme-clr)), linear-gradient(var(--theme-clr), var(--theme-clr));
	color: var(--theme-clr);
}
.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: #FF1826;
	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(--theme-clr);
	text-align: center;
	height: 40px;
	line-height: 24px;
}
.tp-product-item-2 .tp-btn-price:hover{
	background: #999;
}
.basic-pagination > ul.page-numbers{
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.basic-pagination > ul.page-numbers > li{
	display: inline-block;
}
.basic-pagination > ul.page-numbers > li .page-numbers{
	background: #f7f7f7;
	border: 0;
	width: 38px;
	height: 38px;
	padding: 0;
	margin: 0;
	text-align: center;
	line-height: 38px;
	color: var(--theme-clr);
	-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{
	background: var(--theme-clr);
	color: #fff;
}
.basic-pagination > ul.page-numbers > li .page-numbers.current{
	background: var(--theme-clr);
	z-index: 3;
	color: #fff;
	border-color: #337ab7;
	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 button[type='submit']{
	position: absolute;
	right: 0;
	border: 2px;
	height: 33px;
	background: var(--theme-clr);
	color: #ffffff;
	z-index: 9;
}
.mb-60{
	margin-bottom: 60px;
}
.tp-product-sidebar .tp-product-widget .widget-title{
	border-bottom: 0;
	padding: 0;
	margin: 10px 0;
	font-size: 18px;
}
.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(--theme-clr);
}
.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{
	font: 400 14px/1.8 "Poppins", sans-serif !important;
	display: block;
	margin-bottom: 10px;
}
.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: #999 !important;
	display: inline;
	font-size: 14px;
	font-weight: 400;
}
.tp-cart-list tr td .tp-cart-action-btn:hover{
	color: #FF1826 !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(--theme-clr) !important;
	padding: 10px 30px !important;
	height: 46px;
}
.tp-cart-coupon-input button:hover{
	background-color: #999 !important;
}
.tp-cart-update button[type='submit']{
	font-weight: 500 !important;
	font-size: 16px !important;
	color: #fff !important;
	background-color: var(--theme-clr) !important;
	padding: 9px 29px !important;
	border: 1px solid var(--theme-clr) !important;
	height: 46px;
}
.tp-cart-update button[type='submit']:hover{
	background-color: #999 !important;
	border: 1px solid #999 !important;
}
.tp-cart-update button[type='submit']:hover{
	background-color: #333 !important;
	border-color: #333 !important;
	color: #fff !important;
}
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(--theme-clr) !important;
	display: inline-block !important;
	padding: 10px 30px !important;
	text-align: center;
}
.tp-cart-checkout-wrapper .tp-cart-checkout-proceed a.tp-cart-checkout-btn:hover{
	background: #999 !important;
}
.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: #333;
	display: inline-block;
	padding: 10px 30px;
	text-align: center;
}
.woocommerce form .form-row{
	padding: 3px 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: 50%;
	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(--theme-clr);
	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-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: 500;
	margin-bottom: 0;
}
.tp-order-info-list ul li.tp-order-info-list-desc p{
	font-size: 15px;
	margin-bottom: 0;
}
.tp-order-info-list ul li span{
	font-size: 15px;
	color: #4e4e4e;
}
.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 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(--theme-clr);
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	text-align: center;
	width: 100%;
}
.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{
	margin-top: 100px;
}
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(--theme-clr);
}
.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;
}
.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;
}
.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(--theme-clr);
	border-right: 1px solid var(--theme-clr);
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a,
.woocommerce-MyAccount-navigation ul li.is-active a{
	color: var(--theme-clr);
}
.woocommerce-MyAccount-navigation ul li:hover{
	background: #fff !important;
	border-left: 1px solid var(--theme-clr) !important;
	border-right: 1px solid var(--theme-clr) !important;
}
.woocommerce-MyAccount-navigation ul li:hover a{
	color: var(--theme-clr) !important;
}
.woocommerce-account .woocommerce-MyAccount-content{
	padding: 100px 0;
}
.woocommerce .woocommerce-MyAccount-content br{
	display: none;
}
.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: #333;
	text-align: center;
	height: 40px;
	line-height: 24px;
	margin-top: 20px;
}
.woocommerce .woocommerce-MyAccount-content button:hover{
	background: #999;
	color: #fff;
}
.woocommerce .woocommerce-MyAccount-content a.button{
	font-size: 14px;
	font-weight: 700;
	padding: 8px 30px;
	display: inline-block;
	text-transform: capitalize;
	color: #fff;
	background-color: #333;
	text-align: center;
}
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: #333;
	text-align: center;
}
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;
}
.justify-content-end{
	justify-content: flex-end;
}
.d-gap-20{
	gap: 20px;
}
.row{
	display: flex;
	flex-wrap: wrap;
}
.order-1{
	order: 1;
}
.order-2{
	order: 2;
}
.sticky button.cartmini-open-btn.white-color i{
	color: #222;
}
.text-center{
	text-align: center;
}
.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;
}




/*-------- 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(--theme-clr) !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(--theme-clr);
}
.woocommerce-message a.button{
    color: #fff !important;
    background-color: var(--theme-clr) !important;
}
.col-12{
	width: 100%;
}


@media (min-width : 576px ){
	.d-sm-flex{
		display: flex;
	}
	.col-sm-6{
		flex: 0 0 auto;
		width: 50%;
	}
	.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: right;
	}
	.col-md-2{
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.col-md-3{
		flex: 0 0 auto;
		width: 25%;
	}
	.col-md-4{
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.col-md-5{
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	.col-md-6{
		flex: 0 0 auto;
		width: 50%;
	}
	.col-md-7{
		flex: 0 0 auto;
		width: 58.33333333%;
	}
	.col-md-8{
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	.col-md-9{
		flex: 0 0 auto;
		width: 75%;
	}
	.col-md-10{
		flex: 0 0 auto;
		width: 83.33333333%;
	}
}
@media (min-width : 992px ){
	.col-lg-3{
		flex: 0 0 auto;
		width: 25%;
	}
	.col-lg-4{
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.col-lg-5{
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	.col-lg-6{
		flex: 0 0 auto;
		width: 50%;
	}
	.col-lg-7{
		flex: 0 0 auto;
		width: 58.33333333%;
	}
	.col-lg-8{
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	.col-lg-9{
		flex: 0 0 auto;
		width: 75%;
	}
	.order-lg-1{
		order: 1;
	}
	.order-lg-2{
		order: 2;
	}
}
@media (min-width : 1200px ){
	body.customize-support header.show div.navbar-default-white.sticky{
		margin: 32px auto !important;
	}
	.cartmini-open-btn.pt-xl-0 > span > i{
		padding-top: 0 !important;
	} 
	.col-xl-3{
		flex: 0 0 auto;
		width: 25%;
	}
	.col-xl-4{
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.col-xl-6{
		flex: 0 0 auto;
		width: 50%;
	}
	.col-xl-8{
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	.col-xl-9{
		flex: 0 0 auto;
		width: 75%;
	}
	.d-xl-block{
		display: block;
	}
	.d-xl-flex{
		display: flex;
	}
}
@media (min-width : 1400px ){
	.col-xxl-3{
		flex: 0 0 auto;
		width: 25%;
	}
	.col-xxl-4{
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.col-xxl-6{
		flex: 0 0 auto;
		width: 50%;
	}
	.col-xxl-8{
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	.col-xxl-9{
		flex: 0 0 auto;
		width: 75%;
	}
}
@media (max-width : 1199px ){
	.navbar-default-white{
		margin-top: 0 !important;
	}
}
@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;
	}
}
@media (max-width : 767.98px ){
	.pro-details-nav-btn{
		display: inline-block;
	}
}