.header-top .container {
  background: #f6f6f8;
}
.header-top .container .tooltip span {
  color: #878787 !important;
}
.header-top .container .tooltip .icon-phone::before {
  color: #878787 !important;
}
.header-top .container .html_topbar_left strong,
.header-top .container .html_topbar_right strong {
  color: #878787 !important;
}
.header-top {
  background: #f6f6f8 !important;
}
.homepage__title,
.homepage__title h1,
.homepage__title h2,
.homepage__title h3 {
  margin-bottom: 0 !important;
}
.homepage__title h1,
.homepage__title h2 {
  font-size: 30px;
}
.footer__title p {
  color: #222;
  font-size: 16px !important;
  font-weight: bold;
}
.contact-button__cotent1,
.contact-button__cotent2 {
  width: 100% !important;
}
.contact-button__cotent2 {
  background: #295FEC !important;
}
.row__contact-cotent {
  border: 2px dashed var(--fs-color-alert);
  padding: 20px 10px 10px 10px;
}
.row__info-ship h4 {
  margin-bottom: 0 !important;
  font-size: 16px;
}
.row__info-ship p {
  font-size: 13px;
}
.home__products .product-title a {
  font-size: 15px;
  display: -webkit-box;
  min-height: 38px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home__products .price bdi {
  font-size: 12px !important;
}
.single-product .single_add_to_cart_button {
  border-radius: 100px;
}
.single-product .ux-quantity__button.minus {
  border-radius: 100px;
}
.single-product .ux-quantity__button.plus {
  border-radius: 100px;
}
.single-product .variations_form .variations select {
  margin-top: 0px;
  border-radius: 100px;
}
.single-product .product-page-price {
  display: none !important;
}
.single-product .custom-buy-rent-price .woocommerce-Price-amount {
  font-weight: normal;
}
.single-product .custom-buy-rent-price p{
  margin-bottom: 0 !important;
}
.single-product .related-products-wrapper .product-title{
  font-size: 15px;
  font-weight: bold;
}
.single-product .category.product-cat{
  text-transform: capitalize;
}
.single-product .related-products-wrapper .woocommerce-Price-amount{
  font-size: 12px;
  font-weight: normal;
}
.single-product #product-sidebar{
  display: none;
}
/* .archive.tax-product_cat .box .box-image img{
  max-height: 370px;
}
.home .box .box-image img{
  max-height: 370px;
}
.single-product .box .box-image img{
  max-height: 370px;
} */
.custom-price-box{
    line-height:1.4;
}

.cost-price{
    color:#999;
    font-size:13px;
}

.buy-price{
    color:#e53935;
    font-weight:600;
}
.rent-price {
		margin: 0;
    padding: 5px 0 !important;
		color: #000;
		font-weight: 700;
}
.box .box-image img{
	border: 3px solid var(--fs-color-primary) !important;
	border-radius: 18px;
}
.sale .badge-container.left{
	left: 15px !important;
}
.sale .badge-container.top{
	top: -15px !important;
}
.sale .badge-container .onsale{
	font-size: 14px !important;
}
.custom-buy-rent-price{
display: none}
.price_slider_amount{
	display: flex;
	flex-direction: column;
}
.price_slider_amount .price_label{
	text-align: left;
}
.price_slider_amount > .button{
	margin-top: 10px;
	order: 2
}

.product-categories {
    background: #fff;
    padding: 18px 20px;
    border-radius: 12px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.05);
    margin-bottom: 25px;
}
.widget-title {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #e88c9a; /* tone bridal */
    margin-bottom: 18px;
    position: relative;
}

.widget-title:after {
    content: "";
    width: 40px;
    height: 2px;
    background: #e88c9a;
    display: block;
    margin-top: 8px;
    border-radius: 2px;
}
.product-categories li {
    border-bottom: 1px solid #f2f2f2;
    padding: 10px 0;
    transition: all 0.3s ease;
}

.product-categories li:last-child {
    border-bottom: none;
}

.product-categories li a {
    color: #333;
    font-size: 15px;
    transition: all 0.3s ease;
}

.product-categories li:hover a {
    color: #e88c9a;
    padding-left: 6px;
}
.product-categories .children {
    margin-top: 8px;
    padding-left: 15px;
}
.price_slider_wrapper .ui-slider {
    height: 6px;
    background: #f3f3f3;
    border-radius: 10px;
}

.price_slider_wrapper .ui-slider-range {
    background: #e88c9a;
}
.price_slider_wrapper .ui-slider-handle {
    width: 16px;
    height: 16px;
    background: #fff;
    border: 2px solid #e88c9a;
    border-radius: 50%;
    top: -5px;
}
.price_slider_amount {
    font-size: 14px;
    margin-top: 10px;
    color: #555;
}
.price_slider_amount button {
    background: #e88c9a;
    border-radius: 30px;
    padding: 10px 24px;
    color: white;
    font-weight: 500;
    transition: all 0.3s ease;
    border: none;
}

.price_slider_amount button:hover {
    background: #d77383;
    transform: translateY(-2px);
}
.widget_price_filter .is-divider,
.widget_product_categories .is-divider{
	display: none;
}
.price_slider_wrapper{
	margin-top: 20px !important
}
.home__blog-posts .is-divider{
	display: none
}
.product-small.box .box-text {
  text-align: left;
}
.is-divider{
	display: none
}

.custom-price-box {
    padding: 10px 0;
}

.buy-price {
		color: #000;
		font-weight: 700;
}