.te-shop-archive__custom .items-sorting{
	display:flex;
	align-items:center;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-bottom:20px;
} 

.woocommerce .te-shop-archive__custom .woocommerce-result-count, 
.woocommerce-page .te-shop-archive__custom .woocommerce-result-count,
.woocommerce .te-shop-archive__custom .woocommerce-ordering, 
.woocommerce-page .te-shop-archive__custom .woocommerce-ordering{
	float:none;
	margin-bottom:0px;
	color:var(--text-bogy-gray);
	font-weight: bolder;
}

.te-shop-archive__custom .woocommerce-ordering select{
	background-color:#fff;
	padding:10px 20px;
	min-width:300px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url('../images/icons/icon-select.png');
	background-repeat: no-repeat;
	background-position: right center;
	border:1px solid #ECF0F5;
}

.shop__content .shop__left .lower-content .product__icon{
	display:flex;
	gap:10px;
}

.shop__content .shop__left .lower-content .product__icon li{
	display:inline-flex;
	margin:0px;
}

.shop__content .shop__left .lower-content .product__icon ul li a{
	font-size: 14px;
	background: #fff;
	padding: 5px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
}

.shop__content .shop__left .lower-content .product__icon ul li a:hover{
	background:var(--main-color);
	color:#ffffff;
}

.shop__content .shop__left .lower-content .product__icon ul li a:hover span{
	color:#ffffff;
}

.woocommerce .star-rating,
.woocommerce .star-rating::before{
	color: inherit;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, 
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price{
	color:inherit;
	font-size:inherit;
	display:inline-block;
	margin-bottom: 0px;
}

.te-shop-archive__custom .price,
.te-shop__detail .price{
	font-size:18px;
	color:#000;
}

.te-shop-archive__custom del .woocommerce-Price-amount bdi,
.te-shop__detail del .woocommerce-Price-amount bdi{
	font-size:100%;
}

.woocommerce .te-shop-archive__custom nav.woocommerce-pagination ul{
	display:flex;
	align-items:center;
	gap:10px;
	border:none;
	margin:10px 0 0 0;
	padding:0px;
}

.woocommerce .te-shop-archive__custom nav.woocommerce-pagination ul li{
	position: relative;
    margin: 0px 3px 10px;
    display: inline-block;
}

.woocommerce .te-shop-archive__custom nav.woocommerce-pagination ul li a,
.woocommerce .te-shop-archive__custom nav.woocommerce-pagination ul li > span{
	position: relative;
    display: inline-block;
    line-height: 25px;
    height: 47px;
    width: 47px;
    color: #3A3A3A;
    min-width: 47px;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    text-transform: capitalize;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    background-color: var(--white-color);
    border: 1px solid rgba(var(--black-color-rgb), 0.15);
}

.woocommerce .te-shop-archive__custom nav.woocommerce-pagination ul li a.current,
.woocommerce .te-shop-archive__custom nav.woocommerce-pagination ul li a:hover,
.woocommerce .te-shop-archive__custom nav.woocommerce-pagination ul li > span{
	color: var(--white-color);
    border-color: var(--main-color);
    background-color: var(--main-color);
}

/*****************Single Page***************/

.te-shop__detail .product-details-image-box .product-details-main-image .images{
	width:100%;
	float:none;
}

.te-shop__detail .customer-review .star-rating,
.te-shop__detail .customer-review .star-rating:before{
	float:none;
	color:var(--main-color);
}

.te-shop__detail .product-details-rate-box{
	margin:10px 0;
}

.woocommerce .te-shop__detail div.product .cart{
	display:flex;
	gap: 20px;
	margin:30px 0px 0px;
}

.cart-btn .thm-btn{
	padding: 11px 45px;
}

.woocommerce div.product form.cart div.quantity{
	margin:0px;
}

.woocommerce .quantity .qty{
	min-width:100px;
	height:58px;
	border:1px solid #e5e6ef;
}

.woocommerce div.product form.cart::after, .woocommerce div.product form.cart::before{
	display:none;
}

.te-shop__detail .product_meta{
	display:flex;
	flex-direction:column;
	gap:10px;
	 padding-top: 20px;
}

.te-shop__detail .product_meta .sku_wrapper,
.te-shop__detail .product_meta .posted_in,
.te-shop__detail .product_meta .tagged_as{
	font-size:16px;
	font-weight:700;
	color:var(--color-sixteen);
}

.te-shop__detail .product_meta .sku_wrapper span,
.te-shop__detail .product_meta .posted_in a,
.te-shop__detail .product_meta .tagged_as a{
	color: var(--text-bogy-gray);
	font-size:14px;
	font-weight:normal;
}

.te-shop__detail .woocommerce-tabs{
	margin-top:40px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs{
	padding:0px;
	margin:0px;
	display:flex;
	align-items:center;
	gap:0px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before{
	display:none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li{
	margin:0px;
	padding:12px 25px;
	border-radius:0px;
	border: 1px solid #e5e6ef;
	background:transparent;
	color:#070f64;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover{
	background:var(--main-color);
	color:#ffffff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before{
	display:none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a{
	padding:0px;
	color:var(--color-sixteen);
	font-weight:500;
}

.woocommerce div.product .woocommerce-tabs .panel{
	margin:0px;
	padding:40px;
	border:1px solid #e5e6ef;
}

.woocommerce div.product .woocommerce-tabs .panel h2{
	font-size:24px;
	line-height:1.2;
	margin-bottom:30px;
	color: var(--color-sixteen);
    font-weight: 700;
}
.woocommerce div.product .woocommerce-tabs .panel p{
	position:relative;
	font-size: 16px;
    line-height: 28px;
    color: var(--color-sixteen);
    font-family: "Work Sans", sans-serif;	
}

.woocommerce #reviews #comments ol.commentlist{
	padding:0px;
}

.woocommerce #reviews #comments ol.commentlist li{
	margin-bottom:30px;
}

.woocommerce #reviews #comments ol.commentlist li:last-child{
	margin-bottom:0px;
}

.woocommerce #reviews #comments ol.commentlist li .comment_container{
	display:flex;
	gap: 30px;
}

.woocommerce #reviews #comments ol.commentlist li .comment_container img{
	width:100px;
	height:100px;
	border-radius:50%;
	object-fit:cover;
	padding:0px;
	background:none;
	position:relative;
	left:auto;
	top:auto;
	border:none;
	margin:0px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text{
	margin:0px;
	flex:1;
	padding:30px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{
	font-size:16px;
	color: var(--gray-color);
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating{
	color:var(--main-color);
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p:last-child{
	margin:0px;
}

.woocommerce #review_form #respond{
	margin-top:40px;
}

.woocommerce #review_form #respond .comment-reply-title{
	font-size: 24px;
	line-height: 1.2;
	font-weight: 600;
	color: var(--color-sixteen);
	margin-bottom:20px;
	display:block;
}

.woocommerce #review_form #respond label{
	color: var(--color-sixteen);
	display:block;
	font-size:16px;
}

.woocommerce #review_form #respond .comment-form-comment label{
	display:none;
}

.woocommerce #review_form #respond p.stars{
	margin:15px 0;
}

.woocommerce #review_form #respond p.stars span{
	display:flex;
	gap:5px;
}

.woocommerce #review_form #respond p.stars a:hover{
	color:var(--main-color);
}

.woocommerce #review_form #respond p{
	margin-bottom:15px;
}

.woocommerce #review_form #respond input,
.woocommerce #review_form #respond textarea{
	font-size: 16px;
	color: var(--gray-color);
	height: 150px;
	width: 100%;
	background-color: transparent;
	padding: 15px 20px 20px;
	border: 1px solid #e5e6ef;
	outline: none;
	margin-bottom: 0;
	font-weight: 400;
	border-radius: 2px;
}

.woocommerce #review_form #respond input{
	height:auto;
	padding:15px 20px;
}

.woocommerce #review_form #respond #wp-comment-cookies-consent,
.woocommerce #review_form #respond #submit{
	width:auto;
}

.woocommerce #review_form #respond p.comment-form-cookies-consent{
	display:flex;
	gap:10px;
}

.woocommerce #review_form #respond #form-submit{
	margin-bottom:0px;
}

.woocommerce #review_form #respond #submit,
.woocommerce-notices-wrapper .wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward{
	background-color: var(--main-color) !important;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .08em;
	text-transform: uppercase;
	padding: 17px 45px !important;
	transition: all .5s linear;
	color: #ffffff !important;
	border:none;
	border-radius:50px;
	text-decoration:none;
}

.woocommerce #review_form #respond #submit:hover,
.woocommerce-notices-wrapper .wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward:hover{
	background-color: var(--main-color);
}

.woocommerce-notices-wrapper .wc-block-components-notice-banner.is-success,
.woocommerce-form-coupon-toggle .wc-block-components-notice-banner.is-info{
	background-color:#fff;
	border-color:var(--color-sixteen);
	border-radius:5;
}

.woocommerce-notices-wrapper .wc-block-components-notice-banner.is-success > svg{
	background-color:var(--main-color);
}

.woocommerce-notices-wrapper .wc-block-components-notice-banner > .wc-block-components-notice-banner__content{
	display:flex;
	flex-direction:row-reverse;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
}

.woocommerce-notices-wrapper .wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward{
	float:none;
	opacity:1;
}

.woocommerce-notices-wrapper .wc-block-components-notice-banner{
	align-items:center;
}

@media only screen and (max-width: 991px){
	
	.product-details-content-box{
		margin-left:0px;
	}
	
	.woocommerce div.product .woocommerce-tabs ul.tabs{
		flex-wrap:wrap;
	}
	
}

@media only screen and (max-width: 575px){
	
	.woocommerce #reviews #comments ol.commentlist li .comment_container{
		flex-direction:column;
	}
	
	.woocommerce-notices-wrapper .wc-block-components-notice-banner > .wc-block-components-notice-banner__content{
		flex-direction:column-reverse;
		align-items:flex-end;
		gap:15px;
	}
	
}

/****************Cart Styling***********************/

.wp-block-woocommerce-cart.alignwide{
	margin:0;
	padding:0;
	max-width:100%;
}

.page .wc-block-components-sidebar-layout .wc-block-components-main{
	padding-right:2%;
}

.page .wc-block-cart table.wc-block-cart-items, 

.page .wc-block-cart table.wc-block-cart-items td, 
.page .wc-block-cart table.wc-block-cart-items th{
	margin:0px;
	border:none;
}

.page .is-large.wc-block-cart .wc-block-cart-items td::after,
.page .is-large.wc-block-cart .wc-block-cart-items::after{
	display:none;
}

.page .wp-block-woocommerce-filled-cart-block thead{
	background: #f7f7f7;
	border-radius: 10px;
}

.page .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product, 
.page table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product{
	visibility:visible;
}

.page .wc-block-cart table.wc-block-cart-items th{
	padding:10px 20px;
	font-size:16px;
	text-transform:uppercase;
	color: var(--color-sixteen);
	font-weight:700;
}

.page .is-large.wc-block-cart .wc-block-cart-items th:last-child{
	padding-right:20px;
}

.page .wc-block-cart table.wc-block-cart-items td{
	padding:20px 0;
}

.page .wc-block-cart table.wc-block-cart-items td.wc-block-cart-item__product,
.page .wc-block-cart table.wc-block-cart-items th.wc-block-cart-items__header-product{
	padding-right:30px;
	padding-left:30px;
}

.page .wc-block-components-product-name{
	font-size:18px;
	font-weight:700;
	color: var(--color-sixteen);
}

.page .wc-block-components-product-name:hover{
	color:var(--main-color);
}

.page .wc-block-cart-item__product .wc-block-components-product-price{
	color:var(--main-color);
	margin-top:10px;
}

.page .wc-block-cart-item__product .wc-block-components-product-price del{
	font-size:18px;
	color:var(--gray-color);
}

.page .wc-block-components-product-badge{
	margin-top:10px;
	padding: 6px 10px 5px;
	border-color: #e5e6ef;
}

.page table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-metadata{
	margin-bottom:15px;
}

.page .wc-block-components-product-metadata .wc-block-components-product-metadata__description > p{
	margin-top:15px;
	margin-bottom:0px;
	font-size:14px;
    color: var(--color-sixteen);
}
.wp-block-woocommerce-cart .wc-block-components-product-metadata .wc-block-components-product-metadata__description > p{
	margin-top:15px;
	margin-bottom:0px;
	font-size:14px;
    color: var(--color-sixteen);
}

.page table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link{
	position:relative;
	font-size:14px;
	font-weight:600;
	margin-top:15px;
	color:var(--main-color);
	display: inline-flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
}

.page table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:before{
	position:relative;
	content:'\f00d';
	font-family: 'Font Awesome 5 Pro';
}

.page table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover{
	color:inherit;
}

.page .wc-block-components-quantity-selector{
	margin:0px;
	border-color:#e5e6ef;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__image>img{
	background-color:#fff;	
	border-radius:5px;
}
.wc-block-components-title.wc-block-components-title{
	color:#111;	
}

.page .is-large.wc-block-cart .wc-block-cart-items td:last-child{
	padding-right:0px;
}

.page .wc-block-cart-item__total .wc-block-components-formatted-money-amount{
	font-weight:600;
	color:var(--color-sixteen);
}

.page .wp-block-woocommerce-cart-order-summary-block{
	background-color: var(--color-sixtyone);
	padding:30px;
	margin-bottom: 25px;;
}

.page .is-large.wc-block-cart .wc-block-cart__totals-title{
	padding: 0px 0 15px;
	font-size: 16px;
	text-transform: uppercase;
	color: var(--color-sixteen);
	font-weight: 700;
	text-align: left;
}

.page .is-large .wc-block-components-sidebar .wc-block-components-panel, 
.page .is-large .wc-block-components-sidebar .wc-block-components-totals-coupon, 
.page .is-large .wc-block-components-sidebar .wc-block-components-totals-item{
	padding-top: 20px;
	color: var(--color-sixteen);
}
.page .is-large .wc-block-components-sidebar .wc-block-components-totals-coupon a{
	color: var(--main-color);
}
.page .wc-block-components-totals-wrapper::after{
	border-color: #e5e6ef;
	display:none;
}

.page .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button{
	background-color: var(--main-color);
	color: var(--white-color);
}

.page .wc-block-components-button:not(.is-link){
	background-color: var(--main-color);
	color: #ffffff;
}

.page .wc-block-components-button:not(.is-link):hover{
	background-color: var(--main-color);
}

.page .wc-block-cart-items__row:not(:last-child){
	border-bottom: 1px solid #e5e6ef;
}

/***************Checkout Page***************/
.page .wc-block-components-form .wc-block-components-text-input, 
.page .wc-block-components-text-input{
	display: flex;
	flex-direction: column-reverse;
}
.page .wc-block-components-form .wc-block-components-text-input input[type="email"], 
.page .wc-block-components-form .wc-block-components-text-input input[type="number"], 
.page .wc-block-components-form .wc-block-components-text-input input[type="tel"], 
.page .wc-block-components-form .wc-block-components-text-input input[type="text"], 
.page .wc-block-components-form .wc-block-components-text-input input[type="url"], 
.page .wc-block-components-text-input input[type="email"], 
.page .wc-block-components-text-input input[type="number"], 
.page .wc-block-components-text-input input[type="tel"], 
.page .wc-block-components-text-input input[type="text"], 
.page .wc-block-components-text-input input[type="url"],
.page .wc-block-components-form .wc-block-components-text-input.is-active input[type="email"],
.page .wc-block-components-text-input.is-active input[type="email"],
.page .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input, 
.page .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.page .wc-block-components-textarea{
	border-color: #e5e6ef;
	padding: 14px 20px !important;
	border-radius: 0;
}

.page .wc-block-components-form .wc-block-components-text-input label, 
.page .wc-block-components-text-input label,
.page .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label, 
.page .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label{
	position: relative;
	left: auto;
	top: auto;
	transform: none;
	margin-bottom: 10px;
}

.wc-block-components-form .wc-block-components-text-input input:autofill + label, 
.page .wc-block-components-form .wc-block-components-text-input.is-active label, 
.page .wc-block-components-text-input input:autofill + label, 
.page .wc-block-components-text-input.is-active label{
	transform: none;
}

.page .wc-block-components-checkout-return-to-cart-button{
	color: var(--main-color);
}

.page .wp-block-woocommerce-checkout-order-summary-block{
	background-color:  var(--color-sixtyone);
	padding: 10px 30px 30px;
	border-radius: 0;
}

.page .wc-block-components-totals-wrapper{
	margin-bottom: 0px;
	padding-bottom: 20px;
	padding-top: 0px;;
}

.page .wc-block-components-totals-wrapper:last-child,
.page .wp-block-woocommerce-checkout-order-summary-fee-block.wc-block-components-totals-wrapper,
.page .wp-block-woocommerce-checkout-order-summary-discount-block.wc-block-components-totals-wrapper,
.page .wp-block-woocommerce-cart-order-summary-fee-block.wc-block-components-totals-wrapper,
.page .wp-block-woocommerce-cart-order-summary-discount-block.wc-block-components-totals-wrapper{
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
	padding-top: -1px;
}

.page .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-wrapper::after{
	display: none;
}

.page .wc-block-components-panel__button[aria-expanded="true"] {
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.page .wc-block-components-totals-coupon__form{
	display: inline-flex;
	flex-direction: column;
}

.page .wc-block-components-totals-coupon__input.wc-block-components-text-input label{
	color: #fff;
}

.page .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button{
	margin-left: 0;
	margin-top: 10px;
	border: 1px solid var(--main-color);
}

/************Account Page*****************/

.woocommerce #customer_login h2{
	font-size:34px;
	font-weight:700;
	line-height:1.2;
}

.woocommerce form.checkout_coupon, 
.woocommerce form.login, 
.woocommerce form.register{
	border-radius:0;
	border-color:#e5e6ef;
}

.woocommerce form .form-row .input-text, 
.woocommerce-page form .form-row .input-text{
	position:relative;
	padding:12px 20px;
	border:1px solid #e5e6ef;
}

.woocommerce form.woocommerce-form-login .form-row{
	display:inline-flex;
	align-items:center;
	margin:0px 0 15px;
	padding:0px;
}

.woocommerce form.woocommerce-form-login .woocommerce-form-row{
	display:block;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce .woocommerce-form-register .woocommerce-form-register__submit{
	position:relative;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	padding: 15px 35px 15px;
	transition: all 0.5s linear;
	background-color: var(--main-color);
	color: var(--white-color);
	margin-left:20px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover,
.woocommerce .woocommerce-form-register .woocommerce-form-register__submit:hover{
	background-color: var(--main-color);
	color: var(--white-color);
}

.woocommerce .lost_password a{
	color:var(--main-color);
	font-size:16px;
	font-weight:600;
	transition: all 0.5s linear;
}

.woocommerce .lost_password a:hover{
	text-decoration:underline;
}

.woocommerce .woocommerce-form-register .woocommerce-form-row{
	padding:0px;
	margin-bottom:15px;
}

.woocommerce .woocommerce-form-register .woocommerce-form-register__submit{
	margin:15px 0 0 0;
}

.woocommerce .woocommerce-MyAccount-navigation ul{
	display:flex;
	flex-direction:column;
	gap:15px;
}

.woocommerce .woocommerce-MyAccount-navigation ul li{
	margin-right:20px;
	display: block;
}

.woocommerce .woocommerce-MyAccount-navigation ul li a{
	font-size: 16px;
    background:  var(--main-color);
    border: 1px solid var(--main-color);
    padding: 15px 30px;
    transition: all 0.5s linear;
    color: #fff;
    display: block;
}

.woocommerce .woocommerce-MyAccount-navigation ul li a:hover{
	background-color: #7fffd400;
	color: var(--color-sixteen);
	border: 1px solid var(--color-sixteen);
}

.woocommerce-account .woocommerce-MyAccount-content{
	border:1px solid #e5e6ef;
	padding:40px;
}

.woocommerce .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title{
	position:relative;
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin:20px 0;
}

.woocommerce .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title:before,
.woocommerce .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title:after{
	display:none;
}

.woocommerce .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title h3{
	font-size:22px;
	color:#222;
}

.woocommerce .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title a{
	font-size:16px;
	background:var(--main-color);
	padding:2px 30px;
	transition: all 0.5s linear;
	color:#fff;
	display:block;
}

.woocommerce .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title a:hover{
	background-color: var(--main-color);
}
.related-product{
	position:relative;
	margin-top:70px;	
}
.related-product .title-text{
	position:relative;
	margin-bottom:30px;	
}
.related-product .title-text h4{
	position:relative;
    font-weight: 500;
    margin-bottom: 22px;
    color: var(--color-sixteen);
	line-height: 40px;
    font-size: 30px;	
}

.shop-detail_text .woocommerce-product-details__short-description p{
	position: relative;
    font-size: 16px;
    line-height: 28px;
    color: var(--color-sixteen);
    font-family: "Work Sans", sans-serif;	
}

.woocommerce #content div.product div.images, 
.woocommerce div.product div.images, 
.woocommerce-page #content div.product div.images, 
.woocommerce-page div.product div.images{
	float:none;
	width:100%;
}
.woocommerce div.product div.images{
	margin-bottom: 0em;
}
.woocommerce .star-rating{
}
.woocommerce #review_form #respond p{
	margin-bottom:0px;
}
.wc-block-cart-item__image a{
	position:relative;
	background-color:#f7f7f7;
	border-radius:10px;
	display:inline-block;
}


/********* Widget Style *******/

/* widget product */
.woocommerce ul.product_list_widget li {
  margin-bottom: 20px;
  background-color:transparent;
}
.woocommerce ul.product_list_widget li:last-child{
	margin-bottom:0px;	
}
.woocommerce ul.product_list_widget li a {
  position:relative;  
}
.woocommerce ul.product_list_widget li a img {
   position:relative; 
  width: 70px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  float: left;
  margin-right: 20px;
  background: var(--color-six);
}
.woocommerce ul.product_list_widget li .star-rating {
  float: none;
  margin-top: 8px;
  margin-bottom: 7px;
  font-size: 12px;
  color:var(--main-color);
}
.woocommerce ul.product_list_widget li a .product-title{
	color:var(--main-color);
	font-weight:500;	
}
.woocommerce ul.product_list_widget li .woocommerce-Price-amount {
  font-size: 14px;
  line-height: 28px;
  display: inline-block;
}
.woocommerce ul.product_list_widget li .price del {
  color: var(--color-sixteen);
  margin-right: 5px;
}
.woocommerce ul.product_list_widget li .price del span {
  color: var(--main-color);	
  text-decoration: line-through;
}
.woocommerce ul.product_list_widget li .price ins {
  background: transparent;

}
.woocommerce ul.product_list_widget li:hover{
	color:inherit;	
}
/******** Range Slider widget Style***********/
.woocommerce .widget_price_filter .price_slider_amount{
	margin-top:30px;	
}
.woocommerce .widget_price_filter .price_label{
	font-size: 14px;
    font-weight: 400;
    color: var(--color-sixteen);
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
	background-color:var(--color-six);
	box-shadow:none;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range{
	background-color:var(--main-color);
	border-color:var(--main-color);
}

.woocommerce .widget_price_filter .price_slider_amount .button{
	font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    padding: 12px 26px;
    border-radius: 50px;
    color: var(--main-color);
    text-transform: capitalize;
	border: 1px solid var(--main-color);
    background-color: #ffffff;	
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover{
	background-color: var(--main-color);
    border-color: var(--main-color);
    color: #ffffff;	
}
.woocommerce-info {
    border-top-color: var(--main-color);
}
.woocommerce-info::before {
    color: var(--main-color);
}
/****** sidebar Post Style **********/

.sidebar-textwidget .woocommerce-mini-cart__totals {
    position:relative;
	display:block;
	text-align:center;
	margin:30px 0px 15px;
}
.sidebar-textwidget .woocommerce-mini-cart__totals strong,
.sidebar-textwidget .woocommerce-mini-cart__totals .amount{
	position:relative;
	color:var(--main-color);
}

.sidebar-textwidget .woocommerce-mini-cart__buttons{
	position:relative;
	display:block;
	text-align:center;	
}
.sidebar-textwidget .woocommerce-mini-cart__buttons .button{
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 4px;
    font-weight: 400;
    font-size: 12px;
    margin: 15px 5px 0px;
    text-align: center;
    letter-spacing: 1px;
    color: var(--white-color);
    text-transform: uppercase;
    background-color: var(--main-color);
}
.sidebar-textwidget .woocommerce-mini-cart__buttons .button:hover{
	color: var(--white-color);
    background-color: var(--black-color);	
}
.te-shop__detail .products-content .price-box{
	margin-bottom:15px !important;	
}
.shop-block-one .inner-box .price-box ins span.woocommerce-Price-amount.amount{
	margin-left:10px;
	text-decoration: line-through;
}
.te-shop__detail .shop-details-content .product_content_one .price-box ins span.woocommerce-Price-amount.amount{
	font-size: 18px;
    line-height: 26px;
    color: #a5a6b1;
    font-weight: 400;
    font-family: "Heebo";
    display: inline-block;
    margin-left: 10px;
    text-decoration: line-through;
}
.te-shop__detail .shop-details-content .product_content_one .price-box del span.woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol,
.te-shop__detail .shop-details-content .product_content_one .price-box del span.woocommerce-Price-amount.amount{
	font-size: 24px;
    line-height: 26px;
    color: var(--main-color);
    font-weight: 600;
    font-family: "Heebo";
}
.te-shop__detail .woocommerce-notices-wrapper .woocommerce-message{
	border-top-color: var(--main-color);
}
.te-shop__detail .woocommerce-notices-wrapper .woocommerce-message::before {
    color: var(--main-color);
}
.sidebar-page-container .wc-block-components-totals-coupon a,
.sidebar-page-container .wc-block-components-totals-coupon a:hover{
	color: #ffffff;
}
.woocommerce .woocommerce-info a,
.woocommerce .woocommerce-MyAccount-content button,
.te-shop__detail .woocommerce-notices-wrapper .woocommerce-message a {
    overflow: hidden;
    display: inline-block;
    padding: 14px 30px;
    font-weight: 500;
    color: #fff;
    background: var(--main-color);
    line-height: 1;
}
.woocommerce .woocommerce-info a:hover,
.woocommerce .woocommerce-MyAccount-content button:hover,
.te-shop__detail .woocommerce-notices-wrapper .woocommerce-message a:hover {
    color: var(--main-color);
    border: 1px solid #FD9900;
    background: transparent;
}
