.bgc-white{
    background-color: #fff;
}
/*========================= Product ====================*/
.trending-products-area .gshop-filter-btn-group button:not(:last-child) {
    margin-right: 12px;
}
.horizontal-product-card .card-content .pricing > .price {
    margin-bottom: 0;
}


    /* Featured Product Vertical ============================================= */
.horizontal-product-card .price del {
    color: #5D6374;
    margin-right: 5px;
}
.horizontal-product-card .price {
    font-size: 0.875rem;
}
.horizontal-product-card .card-content {
    display: flex;
    flex-direction: column;
}
.horizontal-product-card .thumbnail{
    background: #F3F3F3;
    border-radius: 5px;
    padding: 0;
}
.featured-products.woocommerce .star-rating{
    width: 6em;
    height: 1.4em;
}
.featured-products.woocommerce .count{
    font-size: 12px;
}
.featured-products.woocommerce .horizontal-product-card:last-child {
    margin-bottom: 0 !important;
}


/* Product Badge ========*/
.vertical-product-card .offer-badge {
    clip-path: polygon(100% 0, 82% 50%, 100% 100%, 0 100%, 0 0);
}
.vertical-product-card .offer-badge::after{
    content: '';
}

/*================= Grostore Button ====================*/
.grostore-btn-wrapper span svg {
    width: auto;
}
.grostore-btn-wrapper span.elementor-button {
    cursor: default;
}
.grostore-btn-wrapper a .elementor-button-content-wrapper {
    align-items: center;
}
.grostore-btn-wrapper .elementor-button-content-wrapper .elementor-button-text {
    line-height: normal;
}
.grostore-btn-wrapper .hover_left_to_right,
.grostore-btn-wrapper .hover_top_bottom {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.grostore-btn-wrapper .hover_top_bottom::before {
    content: "";
    position: absolute;
    border-radius: 0;
    left: -60px;
    top: -110px;
    width: 200%;
    height: 200%;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    z-index: -1;
}
.grostore-btn-wrapper .hover_top_bottom:hover::before {
    top: -30px;
}

.grostore-btn-wrapper .hover_left_to_right::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    z-index: -1;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}
.grostore-btn-wrapper .hover_left_to_right:hover::before {
    width: 100%;
    right: auto;
    left: 0;
}

/**======= Heading =======**/
.grostore-highlighted-heading {
    position: relative;
}
.autohive-highlighted-heading::after {
    content: "";
    width: 130px;
    height: 50px;
    border: 3px solid var(--color_primary);
    position: absolute;
    border-radius: 50%;
    -webkit-clip-path: circle(45.4% at 50% 0);
    clip-path: circle(45.4% at 50% 0);
}

/*==================== Contact Form Seven =======================*/
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
    margin-left: 0;
}
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item label {
    display: flex;
    align-items: center;
}
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item span {
    font-size: 16px;
    font-weight: 600;
    color: #191d28;
}
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item input[type="checkbox"],
.wpcf7-form .label-input-field input, .wpcf7-form .label-input-field textarea {
    background-color: transparent;
}


/*Highlited text */
.grostore-highlighted-heading span {
    position: relative;
}
.grostore-highlighted-heading span:after {
    content: '';
    height: 10px;
    width: 100%;
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
}

.gshop-hero .slick-dots {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    display: inline-block;
}
.gshop-hero .slick-dots li {
    width: 8px;
    height: 8px;
    background-color: black;
    border-radius: 50%;
    display: block;
    padding: 0;
    font-size: 0;
    margin-bottom: 15px;
    position: relative;
    cursor: pointer;
}
.gshop-hero .slick-dots li button {
    outline: 0;
}
.gshop-hero .slick-dots li::before {
    content: '';
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 1px solid var(--color_secondary);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    opacity: 0;
}
.gshop-hero .slick-dots li.slick-active {
    background-color: var(--color_secondary);
}
.gshop-hero .slick-dots li.slick-active::before {
    opacity: 1;
}

/* Product carousel */
.vertical-product-card .card-content a.btn{
    padding: 8px 20px;
}
.offer-product-slider .vertical-product-card .card-content .star-rating,
.hm3-featured-products-slider .vertical-product-card .card-content .star-rating {
    width: 4.5em;
    height: 1em
}

/*Product Tab*/
.woocommerce .horizontal-product-card .card-content .star-rating{
    width: 5.5em;
    height: 1.2em;
}
.woocommerce .horizontal-product-card .card-content .star-rating::before,
.woocommerce .horizontal-product-card .card-content .star-rating span::before {
    font-size: 12px;
}

.healthcare-hero-thumbnail-slider .thumbnail-single {
    border: 1px solid green;
    border-radius: 50%;
    opacity: 0 !important;
}
.healthcare-hero-thumbnail-slider .thumbnail-single.swiper-slide-prev,
.healthcare-hero-thumbnail-slider .thumbnail-single.swiper-slide-next,
.healthcare-hero-thumbnail-slider .thumbnail-single.swiper-slide-active {
    opacity: 1 !important;
}
.healthcare-hero-thumbnail-slider .thumbnail-single img {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background-color: #dddddd;
    padding: 4px;
}
.healthcare-hero-thumbnail-slider .thumbnail-single.swiper-slide-active {
    opacity: 1;
}


/*==================== Hero Slider =====================*/
.at-header-social {
    left: -95px;
}



/*====================== Responsive Device =====================*/
@media (max-width: 480px) {
    .article-horizontal .article-contents .blog-meta {
        gap: 1.5rem;
    }
    .hero-btns .btn {
        padding: 12px 24px;
        font-size: 14px;
    }
}

/* Bolg Grid Style */
article.article-horizontal {
    margin-bottom: 22px;
}
article.article-horizontal:last-child {
    margin-bottom: 0;
}

/* Countdown layout 4 */
.grostore-countdown .offer-countdown li{
    padding: 0;
    min-width: 64px;
}
.grostore-countdown .offer-countdown li h3 {
    color: rgba(78, 181, 41, 1);
    background: #fff;
    height: 64px;
    width: 64px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    border: 1px solid rgba(78, 181, 41, 1);
}
.grostore-countdown .offer-countdown li p {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;   
    text-align: center;    
    color: #404B69;
    margin-top: 12px;
}

.video-content .video_icon_wrap{
    display: inline-block;
}

.video_icon_wrap:after {
    content: '';
    background: rgba(255, 124, 8, 0.1);
    height: 0;
    width: 0;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    border-radius: 50%;
    transition: 0.3s;
}
.video_icon_wrap:hover:after {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

/* Halal Product carousel */
.hl-collection-slider-btns button {
    width: 40px;
    height: 40px;
    background-color: #4eb529;
    border-radius: 50%;
    font-size: 15px;
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.hl-collection-slider-btns button:hover {
    background-color: #161616
}

.hl-collection-single {
    padding: 8px 24px 32px;
    border: 1px solid rgba(0, 0, 0, 0);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.hl-collection-single .feature-image {
    padding: 24px
}

.hl-collection-single .product-title {
    font-weight: 700;
    color: #191d28
}

.hl-collection-single .cart-btn {
    position: absolute;
    right: 24px;
    bottom: 0;
    width: 42px;
    height: 42px;
    background-color: #4eb529;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.hl-collection-single:hover {
    border-color: #4eb529
}

.hl-collection-single:hover .cart-btn {
    opacity: 1;
    bottom: -24px;
    visibility: visible
}

/*Halal Top Category*/
.hl-category-card {
    background-color: #fff;
    padding: 32px 24px;
    -webkit-box-shadow: 0px 14px 20px rgba(0, 4, 94, .04);
    box-shadow: 0px 14px 20px rgba(0, 4, 94, .04);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 8px;
}

.hl-category-card h6,
.hl-category-card .h6 {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.hl-category-card .explore-btn {
    color: #5d6374;
    font-weight: 500
}

.hl-category-card .explore-btn svg path {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.hl-category-card:hover {
    background-color: #4eb529
}

.hl-category-card:hover h6,
.hl-category-card:hover .h6,
.hl-category-card:hover a {
    color: #fff
}

.hl-category-card:hover a svg path {
    fill: #fff
}

.gshop-animated-iconbox{
    border: 1px solid #f4f4f4;
}
.flex-row .cat_content {
    margin-left: 15px;
}


/* Search Filter */
.search-filter {
    padding: 48px 32px;
    background-color: #fff;
    box-shadow: 0 10px 40px hsla(0, 0%, 47%, 0.1);
}

.search-filter__dash {
    width: 40px;
    height: 3px;
    background-color: #00b6a9;
}

.search-filter__title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

.search-filter__title-is {
    margin-bottom: 0;
    font-size: 24px;
    color: #404b69;
    font-weight: 700;
}

.search-filter__form-select .form-select {
    appearance: none;
    background-color: transparent;
    border: none;
    padding: 18px 16px;
    margin: 0;
    width: 100%;
    font-size: 16px;
    color: hsla(224, 100%, 6%, 0.5);
    font-weight: 600;
    cursor: inherit;
    line-height: inherit;
    z-index: 1;
    outline: none;
    grid-area: select;
}

.search-filter__form-select .form-select::-ms-expand {
    display: none;
}

.search-filter__form-select {
    display: grid;
    grid-template-areas: "select";
    align-items: center;
    position: relative;
    min-width: 15ch;
    border: 1px solid hsla(176, 100%, 36%, 0.2);
    border-radius: 0.25em;
    cursor: pointer;
    line-height: 1.1;
    background-color: #edf4f6;
}

.search-filter__form-select::after {
    grid-area: select;
    content: "";
    width: 1rem;
    height: 1rem;
    background-color: red;
    position: absolute;
    top: 50%;
    left: calc(100% - 1rem);
    transform: translate(-50%, -50%);
    z-index: 2;
    pointer-events: none;
    font-size: 1rem;
    color: hsla(224, 100%, 6%, 0.5);
}

.search-filter__form-select .option {
    padding: 0.5rem 0;
    display: block;
}

.search-filter__input {
    padding: 18px 16px;
    width: 100%;
    min-width: 15ch;
    border: 1px solid hsla(176, 100%, 36%, 0.2);
    border-radius: 0.25em;
    font-size: 16px;
    color: hsla(224, 100%, 6%, 0.5);
    font-weight: 500;
    outline: none;
    line-height: 1.1;
    background-color: #edf4f6;
}

.search-filter__btn {
    padding: 16px 32px;
    display: flex;
    align-items: center;
    gap: 5px;
    border: 0;
    border-radius: 4px;
    background-color: #00b6a9;
    align-self: flex-start;
    flex-shrink: 0;
}

.search-filter__btn-text {
    display: block;
    font-weight: 700;
    color: #fff;
}

.search-filter__btn-icon {
    display: block;
    color: #fff;
}

.search-filter__content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

@media (min-width: 768px) {
    .search-filter__content {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .search-filter__select {
        width: calc(33% - 0.6rem);
    }
}

@media (min-width: 992px) {
    .search-filter__select {
        width: calc(26.6% - 0.7rem);
    }
}

@media (min-width: 1200px) {
    .search-filter__select {
        width: calc(26.6% - 1.1rem);
    }
}

@media (min-width: 1400px) {
    .search-filter__select {
        width: calc(26.6% - 0.55rem);
    }
}


/* meat card testimonial slider */
.meat-category-slider-container {
	position: relative;
	isolation: isolate;
}
.meat-category-slider-container .meat-category-slider__pagination {
	position: static;
    bottom: unset;
    left: unset;
    margin-top: 40px;
}
.meat-category-slider-container .meat-category-slider__pagination .swiper-pagination-bullet{
	width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #000;
    opacity: 1;
}
.meat-category-slider-container .meat-category-slider__pagination .swiper-pagination-bullet-active {
	width: 28px;
    border-radius: 1rem;
    background-color: #EC092C;
}
.meat-category-slider .swiper-slide {
	height: auto;
}
.meat-category-slider .swiper-backface-hidden .swiper-slide {
	height: auto;
}
.meat-category-card:hover .meat-category-card__icon {
	display: grid;
	grid-template-rows: 0fr;
	transition: all 0.3s ease;
}
.meat-category-card:hover .meat-category-card__icon .meat-category-card__icon-is {
	overflow: hidden;
}
.meat-category-card:hover::before {
	opacity: 0;
}
.meat-category-card:hover::after {
	opacity: 1;
}
.meat-category-card:hover .meat-category-card__title {
	color: #fff;
}
.meat-category-card:hover .meat-category-card__para {
	color: #fff;
}
.meat-category-card:hover .meat-category-card__btn {
	color: #fff;
	background-color: #ec092c;
}
.meat-category-card {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 1rem;
	padding: 40px 24px;
	height: 100%;
	background-image: url(../img/overlay-bg.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	box-shadow: 0px 1px 2px hsla(210, 13%, 62%, 0.16);
	text-align: center;
	border-radius: 4px;
	position: relative;
	isolation: isolate;
}
.meat-category-card::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background-color: #fff;
	z-index: -1;
	transition: all 0.5s ease;
}
.meat-category-card::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	z-index: -1;
	background-color: hsla(0, 0%, 9%, 0.85);
	opacity: 0;
	transition: all 0.5s ease;
}
.meat-category-card__icon {
	text-align: center;
	grid-template-rows: 1fr;
}
.meat-category-card__title {
	margin-bottom: 1rem;
	font-size: 24px;
	font-weight: 700;
	color: #161616;
	transition: all 0.3s ease;
}
.meat-category-card__para {
	margin-bottom: 1.25rem;
	color: #6b6b6b;
	text-align: center;
	transition: all 0.3s ease;
}
.meat-category-card__title {
	font-size: 1.5rem;
	font-weight: 700;
	color: #161616;
}
.meat-category-card__btn {
	margin-inline: auto;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 0.5rem;
	padding: 8px 16px;
	border-radius: 4px;
	color: #6b6b6b;
	text-decoration: none;
	transition: all 0.3s ease;
}
.meat-category-card__btn-text {
	display: inline-block;
	font-weight: 700;
}
.meat-category-card__btn-icon {
	display: inline-block;
	line-height: 1;
}
