/* Main Css */
ins {
	text-decoration: none;
}
.woocommerce .star-rating span::before {
	color: #FFD600;
}
.woocommerce div.product .woocommerce-product-rating {
	margin-bottom: 0!important;
}
.woocommerce .star-rating {
    font-size: 16px !important;
    margin: 0 !important;
}
.input_number_product input::-webkit-outer-spin-button,
.input_number_product input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.input_number_product input[type=number] {
    -moz-appearance: textfield;
}
.input_number_product .btn_num:hover, .input_number_product .btn_num:focus  {
    background-color: transparent!important;
}
nav.rank-math-breadcrumb p {
	color: #fff;
	font-family: "Inter", Sans-serif;
    font-size: 14px;
    font-weight: 400;
	line-height: 19px;
	margin-bottom: 0;
}
nav.rank-math-breadcrumb p a {
	color: #fff;
}
.elementor-icon-box-title, .elementor-image-box-title {
	margin-top: 0;
}
ul.page-numbers {
	display: flex!important;
	gap: 15px;
    justify-content: center;
}
li .page-numbers {
	display: inline-flex!important;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
	border: 1px solid #FFD600;
}
.blog-item .blog-excerpt p:last-child {
    margin-bottom: 0;
}
nav.elementor-pagination .page-numbers {
	display: inline-flex;
	justify-content: center;
    align-items: center;
	width: 35px;
	height: 35px;
	border: 1px solid #FFD600;
	border-radius: 10px;
}
nav.elementor-pagination .page-numbers:hover, nav.elementor-pagination .page-numbers.current  {
	background-color: #FFD600;
}
.woocommerce ul.products li.product a img {
	margin: 0;
}
/* Slider Section */
.section_slider {
    position: relative;
}
.section_slider a.image-wrap {
	display: flex;
}
.section_slider a.image-wrap img {
	width: 100%;
	height: 350px;
	object-fit: cover;
    object-position: center center;
}
.section_slider .swiper-button-next, .section_slider .swiper-button-prev {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 36px;
    height: 36px;
    z-index: 1;
    text-align: center;
    font-size: 15px;
    line-height: 32px;
    cursor: pointer;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.5);
    transition: all .3s;
    -webkit-transition: all .3s;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    background-image: none;
}
.section_slider .swiper-button-next:hover, .section_slider .swiper-button-prev:hover {
    background-color: #0074BF;
}
.section_slider .swiper-button-next:after, .section_slider .swiper-button-prev:after {
    width: 30px;
    height: 30px;
    font-size: 14px;
    color: white;
}
.section_slider .swiper-button-prev {
    width: 36px;
    right: auto;
    left: 10px;
    margin: 0;
    top: 50%;
    bottom: auto;
}
.section_slider .swiper-button-next {
    width: 36px;
    left: auto;
    right: 10px;
    margin: 0;
    top: 50%;
    bottom: auto;
    margin: 0px;
}
.section_slider .swiper-button-disabled {
    display: none;
}
.gallery-thumbs .title_one_slide {
    display: flex;
	height: 50px;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
	color: #000000;
    font-family: "Inter", Sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.gallery-thumbs .swiper-slide {
    border-top: 3px solid transparent;
    text-align: center;
    position: relative;
}
.gallery-thumbs .swiper-slide:after {
    content: '';
    height: 100%;
    border-right: 1px solid #e5e5e5;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
}
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    border-top-color: #FFD600;
}
@media (max-width: 767px) {
    .gallery-thumbs .title_one_slide {
        font-size: 10px;
        line-height: 14px;
    }
	.section_slider a.image-wrap img {
		height: 250px;
	}
}
/* Menu Css */
.menuHasIcon ul.ekit-vertical-navbar-nav > li.menu-item {
	display: flex;
    align-items: center;
    gap: 8px;
}

/* Home Page Css */
.video-item .play-btn {
	transform: translate(-50%, -50%);
}
.home-blog-item .content-wrap {
	position: absolute;
	bottom: 0;
}
.home-blog-item .title .elementor-heading-title {
	min-height: 45px;
	overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}
.product-item .title .elementor-heading-title {
	height: 50px;
	overflow: hidden;
    display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}
.product-item a.woocommerce-review-link {
	display: none;
}
.product-item .star-rating {
	font-size: 16px!important;
	margin: 0!important;
}
@media (max-width: 767px) {
	.home-blog-item .title .elementor-heading-title {
		min-height: 30px;
	}
	.product-item .title .elementor-heading-title {
		height: 30px;
	}
}
/* Single Product Css */
.single_variation_wrap .woocommerce-variation-availability, a.reset_variations {
	display: none!important;
}
p.quantity-label {
	font-size: 16px;
    font-weight: 300;
    line-height: 19px;
}
.input_number_product {
	display: inline-flex;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.input_number_product input {
	height: 40px!important;
	border: 0;
}
.input_number_product input.btn_num {
	font-size: 16px;
	color: #000;
	font-weight: 400;
}
table.variations tr {
	display: flex;
	gap: 10px;
	align-items: center;
}
table.variations tr th.label, table.variations tr td.woo-variation-items-wrapper {
	padding: 0;
	background-color: transparent;
}
