.woodmart-cart-icon{
	position: relative;
}
.woodmart-cart-icon .woodmart-cart-count{
	    position: absolute;
    right: -12px;
    top: -12px;
    background: #D1AC5B;
    padding: 3px;
    border-radius: 50px;
    display: inline-block;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
				color: #fff;
}
}
.woodmart-cart-icon svg{
	width: 20px !important;
	height: 20px  !important;
	fill: #fff !important;
}
.woodmart-cart-icon svg{
	fill: #fff !important;
}

main{
	padding: 0 !important;
}

.wd-page-content{
	min-height: unset !important;
}
.wc-block-product-filter-checkbox-list__text{
	font-family: Outfit, Outfit;
}
.product-page-peptiviumlabs .wp-block-heading{
	font-size: 22px;
	font-weight: 700;
	color: #D1AC5B;
}
.wc-block-product-filter-price-slider__range{
	--range-color: #D1AC5B !important;
}

#jp-relatedposts{
	display: none !important;
}

.related-products h2 span{
	font-size: 24px;
	font-weight: 700;
	color: #D1AC5B;
}

.star-rating,
.wd-star-rating {
    display: none !important;
}

.track_order :is(.form-row-first,.form-row-last){
	width: 100% !important;
}
.track_order p{
	font-size: 22px;
	font-weight: 700;
	color: #000000;
}

.track_order :is(.form-row-first,.form-row-last) input{
	height: unset;
	padding: 15px;
	color: #000;
	border-radius: 12px;
	border-color: #D1AC5B;
}

.track_order :is(.form-row-first,.form-row-last) label{
	font-family: Outfit, Outfit;
	font-size: 24px;
	font-weight: 700;
	color: #000;
}

.track_order .form-row{
	width: 100%;
}
.track_order .form-row button{
	width: 100%;
}

.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .form-row-first, .elementor-widget-woocommerce-checkout-page .woocommerce-checkout .form-row-last{
	width: 100%;
}
.woocommerce-account-gravatar__display-name {
    line-height: 24px;
    font-size: 24px;
    color: #000;
    font-weight: 700;
}
.elementor-1861 .elementor-element.elementor-element-42c2b51 .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) h3{
	font-weight: 700;
}
.elementor-menu-cart__product.woocommerce-cart-form__cart-item.cart_item{
	display: flex;
	align-items: center;
	justify-content: start;
	margin-bottom: 13px;
  border-bottom: 1px solid #D1AC5B;
}
.cart-widget-side .widget_shopping_cart_content{
	padding: 20px;
	gap: 10px;
}

.elementor-menu-cart__product-image.product-thumbnail{
	width: 60px;
	height: 60px;
	object-fit: contain;
}

.elementor-menu-cart__footer-buttons{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.elementor-menu-cart__subtotal {
    font-size: 20px;
}
.elementor-menu-cart__footer-buttons a{
	background-color: #D1AC5B;
	color: #fff;
  transition: .4s;
}
.elementor-menu-cart__footer-buttons a:hover{
	background-color: #000;
color:  #D1AC5B;
}
.woocommerce-error a{
	color: red;
}
.woocommerce-error a:hover{
	color: #fff;
}