/* GLOBAL STYLE */
/* .wd-scrollbar.platform-Windows {
        --wd-scroll-w: 0 !important;
}
 */

/* STORE */
aside .widget-title {
	font-weight: 700;
}
aside .product-categories li {
	padding: 4px 12px;
}
aside .product-categories li.current-cat {
	border-radius: 8px;
	background-color: #fee8de;
}
aside .product-categories li.current-cat a {
	color: #621706;
}

/* HERO SECTION */
.head-dot::before {
    content: '';
    position: absolute;
    inset-inline-start: 8px;
    inset-block-start: 50%;
    transform: translateY(-50%);
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-color: #f3b943;
}

.btn-rotate.main-btn svg {
    transform: rotate(45deg);
}

:dir(ltr) .btn-rotate.main-btn svg {
	transform: scaleX(-1) rotate(45deg);
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 32px !important;
    border-radius: 9999px !important;
}

/* BLOG ITEM */
.blog-item:hover .blog-img {
    transform: scale(1.05);
}

/* FOOTER */
.sub-form .elementor-form-fields-wrapper {
    flex-wrap: nowrap;
}
.sub-form .elementor-form-fields-wrapper input:focus {
    border-color: #e69e00 !important;
}