/* 
Theme Name: DS Group - Ksheer
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.site-header{
	transition:all .5s ease-in-out;
}
.site-header.scale_down{
	padding:0;
}
.site-header.scale_down > .e-con-inner{
	padding:0;
}
.site-header.scale_down .site-logo img{
	max-width: 100px !important;
	width: !important;
}
.breadcrumbs{
	display:flex;
	align-items:center;
	color:#D7191F;
}
.breadcrumbs a{
	color:#959595;
}
.hp-product-container{
    display: flex;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
}
.hp-product-left,.hp-product-right{
    width: 50%;
}
.hp-product-container:not(:nth-child(even)) .hp-product-right__wrap{
	max-width:350px;
	margin:0 auto;
}
.hp-product-right.mq-mobile{
	display:none;
}
.hp-product-left{
    display: none;
    flex-wrap: wrap;
    align-items: center;
}
.hp-product-left.active{
    display: flex;
}
.hp-product-right h2{
    color: #E85122;
    font-size: 52px;
    letter-spacing: -2.08px;
}
.hp-product-right .tabs{
    display: flex;
    align-items: center;
    list-style-type: none;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    max-width: 370px;
    width: 100%;
    gap: 10px;
}
.hp-product-right .tabs li{
    padding: 20px 25px 40px;
    border-bottom: 3px solid transparent;
    color: #A07634;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -1.2px;
    cursor: pointer;
}
.hp-product-right .tabs li:first-child{
    padding-left: 0;
}
.hp-product-right .tabs li.active{
    border-color: #D92027;
    color: #D92027;
}
.hp-product-right .desc{
    max-width: 340px;
    font-size: 24px;
    font-weight: 500;
    display: none;
    margin-bottom: 50px;
}
.hp-product-right .button{
    margin-bottom: 45px;
    display: none;
    padding: 15px 30px;
    border-radius: 100px;
    border:2px solid #D6191F;
    color: #D6191F;
    transition: all .5s ease-in-out;
}
.hp-product-right .button.active{
    display: inline-flex;
}
.hp-product-right .button:hover{
    color: #D6191F;
    transform: scale(1.1);
}
.hp-product-right .desc.active{
    display: block;
}
.hp-product-left-bloom, .hp-product-left-slider-container{
    width: 50%;
}
.hp-product-container .hp-product-left-bloom{
	display:flex;
	justify-content:flex-start;
}
.hp-product-container:nth-child(even) .hp-product-left-bloom{
	display:flex;
	justify-content:flex-end;
}
.hp-product-container .hp-product-right{
    padding-left: 75px;
}
.hp-product-container:nth-child(even){
    flex-direction: row-reverse;
    padding: 130px 0;
}
.cfvsw-swatches-option:not( .cfvsw-swatches-disabled,.cfvsw-swatches-out-of-stock ):hover{
	border:2px solid #d6191f !important;
}
.hp-product-container:nth-child(even) .hp-product-right{
    padding-left: 75px;
}
.hp-product-container:nth-child(even) .hp-product-left{
    flex-direction: row-reverse;
}
.product_cat_slider{
    display: none !important;
}
.product_cat_slider.active{
    display: block !important;
}
.product_cat_slider .slick-track,.product_cat_slider .slick-list{
	display:flex;
	align-items:center;
}
.gallery-grid {
    position: relative !important;
    height: unset !important;
    column-count: 3;
    column-gap: 20px;
}
.gallery_contest{
    max-height: 780px;
    overflow: hidden;
    overflow-y: auto;
    margin-top: 50px;
}
.gallery_contest::-webkit-scrollbar{
    display: none;
}
.gallery-grid-item img{
    width: 100%;
    border-radius: 30px;
}
.filters{
    display: flex;
    column-gap: 15px;
    justify-content: flex-end;
    margin-top: -90px;
}
.filters select{
    max-width: 172px;
    height: 55px;
    padding: 10px 30px;
    border:2px solid #D7191F;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-progress-appearance: none;
    background-image: url('https://ksheerdairy.com/wp-content/uploads/2024/02/ep_arrow-down.svg');
    background-repeat: no-repeat;
    background-size: 27px auto;
    background-position: top 12px right 10px;
    color: #D7191F;
    font-size: 18px;
    border-radius: 100px;
    text-overflow:ellipsis;
    overflow:hidden;
}
.gallery-grid-item {
    position: relative !important;
    top: unset !important;
    left: unset !important;
    margin-bottom: 20px;
    display: grid;
    grid-template-rows: 1fr auto;
    margin-bottom: 20px;
    break-inside: avoid;
}
.slick-arrow{
    width: 50px;
    height: 50px;
    padding: 0 !important;
    font-size: 0 !important;
    position: absolute;
    left: calc(50% - 65px);
    bottom: 0;
    z-index: 1;
    display: flex;
	background-color:transparent !important;
    align-items: center;
    justify-content: center;
}
.slick-arrow:hover{
	background-color:#D6191F !important;
}
.slick-arrow.slick-next {
    right: calc(50% - 65px);
    left: unset;
}
.slick-arrow.slick-prev:hover::after,.slick-arrow.slick-prev:focus::after{
    transform: rotate(180deg);
}
.slick-arrow:hover::after,.slick-arrow:focus::after{
    background-image: url('https://ksheerdairy.com/wp-content/uploads/2024/02/Arrow-3-2.svg');
}
.slick-arrow.slick-next:hover::after,.slick-arrow.slick-next:focus::after{
    transform: unset;
}
.product_cat_slider .slick-arrow{
    bottom: -80px;
}
.hp-product-bloom{
	height: 350px;
    width: 350px;
/*     background-size: contain;
    background-repeat: no-repeat; */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.hp-product-bloom::after{
/* 	content:''; */
	width:100%;
	height:100%;
	background-color:#FCA738;
	border-radius:100%;
    position: absolute;
    left: -60%;
    -webkit-animation: continousRotate 150s linear infinite;
    animation: continousRotate 150s linear infinite;
    z-index: 0;
}
.hp-product-container:nth-child(even) .hp-product-bloom::after{
	left: unset;
    right: -220px;
	background-color:#7CCB53;
}

.slick-arrow.slick-next::after{
    transform: rotate(180deg);
}
.slick-arrow::after{
    content:'';
    position: absolute;
    background-image: url('https://ksheerdairy.com/wp-content/uploads/2024/02/Arrow-3-1.svg');
    background-size: 15px auto;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}
.halfspin {
	-webkit-animation: halfspin 1.6s;
	animation: halfspin 1.6s;
}
.hp-product-bloom img{
	position: absolute;
/*     left: -100px; */
    z-index: 1;
	left:-48%;
}
.hp-product-container:nth-child(even) .hp-product-bloom img{
    right: -48%;
    left: unset;
}
body.login h1 a{
	background:url('https://ksheerdairy.com/wp-content/uploads/2024/02/New-Project-3.jpg') no-repeat top center;
	width:200px;height:80px;background-size:100%;text-indent:-9999px;
	overflow:hidden;display:block;margin-left:auto;margin-right:auto
}
@keyframes continousRotate {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes halfspin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(359deg);
        filter: blur(10px);
    }

    100% {
        -webkit-transform: rotate(0deg);
    }
    }

    @keyframes halfspin {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(359deg);
        filter: blur(10px);
    }

    100% {
        transform: rotate(0deg);
    }
}
.product_cat.row{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    gap: 20px;
    justify-content: space-between;
}
.product_cat .col-md-4 {
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    max-width: 33%;
}
.product_cat .product-card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    padding: 30px 40px;
    display: flex;
    align-items: center;
    justify-content:center;
}
.product_cat .product-card.slick-slide{
    margin: 0 10px;
}
.product_cat .product-card:hover{
    background-color: #FAA638;
}
.product_cat .product-card:hover a{
    color: #fff;
    transform: scale(1.15);
}
.product_cat .product-card:hover img{
    color: #fff;
    transform: scale(1.03);
}
.product_cat .product-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.6s ease-in-out;
    /* z-index: -1; */
    opacity: 0;
}
.product_cat .product-card:hover::before {
    transform: scale(1.03);
    /* background-image: url(https://ksheerdairy.com/wp-content/uploads/2024/02/category-bg.png); */
    background-repeat: no-repeat;
    background-size: 106% auto;
    background-position: center;
    opacity: 1;
}
.product_cat .product-card{
    background-color: #FDF5E6; 
}
.product_cat .product-card img{
    min-height: 200px;
    max-height: 200px;
    height: 100%;
    object-fit: contain;
    transition: 0.4s ease-in;
}
.product_cat .product-card a{
    color: #444444;
    font-family: "Ubuntu", Sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.3em;
    text-align: center;
    align-items: center;
    display: grid;
    justify-items: center;
    transition: 0.4s ease-in;
}
.prod_rel_slider .slick-arrow{
    top:-100px;
    bottom: unset;
    left: unset;
    right: 80px;
    background-color: #fff;
    border-color: #21212154
}
.prod_rel_slider .slick-arrow.slick-next {
    right: 0;
}
.prod_rel_slider .slick-arrow::after{
    background-image: url('https://ksheerdairy.com/wp-content/uploads/2024/02/Arrow-3.svg');
}
.prod_rel_slider .slick-arrow:hover::after,.prod_rel_slider .slick-arrow:focus::after{
    background-image: url('https://ksheerdairy.com/wp-content/uploads/2024/02/Arrow-3-1-1.svg');
}
input#recipe_search{
    width: 100%;
    background-color: #F0F0F0;
    border-radius: 100px;
    height: 55px !important;
    color: #A5A5A5;
    font-size: 18px;
    background-image: url('https://ksheerdairy.com/wp-content/uploads/2024/02/Vector.svg');
    background-repeat: no-repeat;
    background-size: 13px auto;
    background-position: top 20px right 20px;
    font-weight: 400;
    padding: 10px 20px !important;
}
.loading-overlay__spinner {
    width: 100%;
    text-align: center;
    justify-content: center;
    display: none;
    position: absolute;
    top: -40px;
    transition: all .5s ease;
}

.loading-overlay__spinner img {
    max-width: 45px;
}

.spinner {
    animation: rotator 1.4s linear infinite;
}
.recipes{
    display: flex;
    flex-wrap: wrap;
    grid-template-columns: repeat(3,1fr);
    gap:20px;
    margin: 50px 0 90px;
}
.recipe_item{
    background-color: #D7191F;
    border-radius: 30px;
    padding: 40px;
    color: #fff;
    max-width: calc(33.33% - 13.33px);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 426px;
    position: relative;
	overflow:hidden;
	z-index:1;
}

.recipe_item.overlay::after{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:-1;
}
.recipe_item:first-child,.recipe_item:nth-child(8n+8){
    max-width: 40%;
}
.recipe_item:nth-child(7n+2){
    /* grid-column: span min( 2, 3 ); */
    max-width: calc(60% - 20px);
}
.recipe_item:nth-child(7n+3){
    max-width: 65.67%;
}
.recipe_item .post-terms a{
    pointer-events: none;
    color: #fff;
    font-size: 16px;
}
.recipe_item .post-terms{
    border-radius: 19.5px;
    flex-wrap: wrap;
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(2px);
    padding: 10px 12px;
}
.recipe_item h3{
    color: #fff;
    font-size: 30px;
    margin: 20px 0 10px;
}
.recipe_item .button{
    position: absolute;
    right: 40px;
    bottom: 40px;
    border-radius: 20px;
    background: #FCB040;
    color: #fff;
    font-size: 16px;
    transition: all .5s ease-in-out;
    padding: 12px 16px;
    text-transform: lowercase;
}
.recipe_filters {
    display: flex;
    gap: 20px;
    align-items: center;
}
.rec_search{
    width: 100%;
    max-width: 130px;
}
.recipe_filters ul{
    display: flex;
    gap: 20px;
    white-space: nowrap;
    overflow-x: auto;
    flex-wrap: nowrap;
    margin: 0;
    max-width: calc(100% - 150px);
    width: 100%;
    padding: 0;
    list-style-type: none;
}
.recipe_filters.sticky{
	position: fixed;
    left: 50%;
    background-color: #fff;
    z-index: 999;
    max-width: 1310px;
    margin: 0 auto;
    transform: translateX(-50%);
    padding: 10px 0;
}
.recipe_filters ul li{
    cursor: pointer;
    padding: 15px 30px;
    color: #0B0B0B;
    border-radius: 100px;
    background: #F0F0F0;
}
.recipe_filters ul::-webkit-scrollbar{
    display: none;
}
.recipe_results_wrap .pagination,.recipe_results_wrap .pagination-wrap{
    margin: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap:30px;
    color: #D9D9D9;
    font-size: 24px;
    font-weight: 500;
}
.recipe_results_wrap .page-number{
    cursor: pointer;
}
.recipe_results_wrap .page-number.current-page{
    color: #444444;
}
.recipe_results_wrap .page-number svg:hover{
    fill: #D7191F;
}
.recipe_results_wrap .page-number svg:hover path{
    fill: #fff;
}
.recipe_filters ul li.active{
    background: #CA1D20;
    color: #fff;
}

.recipe_item .button:hover{
    transform: scale(1.1);
    color: #fff;
}
.woocommerce-variation-add-to-cart{
    display: none !important;
}
.woocommerce div.product form.cart table tbody tr:hover>td, .woocommerce div.product form.cart table tbody tr:hover>th,
.woocommerce div.product form.cart table tbody>tr:nth-child(odd)>td,.woocommerce div.product form.cart table tbody>tr:nth-child(odd)>th{
    background-color: #fff;
}
.cfvsw-label-stacked table.variations th.label{
    padding: 0 !important;
}
.cfvsw-label-stacked table.variations td.value{
    padding: 20px;
}
.cfvsw-swatches-container{
    grid-gap: 20px;
}
.cfvsw-image-option{
    width: 116px;
    height: 97px;
    border-radius: 10px !important;
    background-color: #F5F5F5;
    padding: 10px 20px;
}
.cfvsw-swatches-option .cfvsw-swatch-inner{
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}  
.cfvsw-label-stacked table.variations th.label label{
    padding: 0;
    color: #A07634;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -1px;
}
/* .woocommerce-variation-price{
    display: none;
} */
.prod_con {
    max-height: 115px;
    overflow: hidden;
}
.prod_con.active{
    max-height: unset;
}
.breadcrumbs a.parent-0{
    display: none;
}
.read_more {
    cursor: pointer;
}
.elementor-search-form--skin-full_screen .elementor-search-form__toggle .e-font-icon-svg-container svg{
    display: none;
}
.elementor-search-form--skin-full_screen .elementor-search-form__toggle .e-font-icon-svg-container{
    background-image: url('https://ksheerdairy.com/wp-content/uploads/2024/02/iconoir_search.svg');
    background-repeat: no-repeat;
    background-size: 24px auto;
    background-position: center center;
}
.cfvsw-label-stacked table.variations tr:last-child label{
    margin-top:20px;
}
.cfvsw-label-option{
    border: 2px solid #D6191F;
    border-radius: 100px;
    padding: 12px 30px;
    font-size: 16px;
    color: #D6191F;
}
.woocommerce div.product form.cart .variations{
    margin-bottom: 0 !important;
}
.woocommerce div.product div.images img{
    max-height: 400px !important;
    height: 100% !important;
    object-fit: contain !important;
}
.cfvsw-swatches-option.cfvsw-swatches-blur-disable.cfvsw-swatches-disabled.cfvsw-swatches-blur.cfvsw-swatches-out-of-stock{
    opacity: 0.3 !important;
    cursor: not-allowed !important;
}
.cfvsw-swatches-option.cfvsw-label-option.cfvsw-selected-swatch,.cfvsw-swatches-option.cfvsw-label-option:hover{
    background-color: #D6191F;
    color: #fff;
}
.product_cat_slider img{
    margin: 0 auto;
}
.elementor-nav-menu--main li.mega_menu > a{
	background-color:#D7191F;
	border-radius:69px;
	color:#fff !important;
	padding:17px 28px !important;
	display:flex;
	gap:9px;
	align-items:center;
}
.elementor-nav-menu--main li.mega_menu > a::after {
    content: '';
	background-image:url('https://ksheerdairy.com/wp-content/uploads/2024/05/fluent_ios-arrow-24-filled.svg');
	background-repeat:no-repeat;
	background-size:16px auto;
    position: relative;
    width: 20px !important;
    height: 20px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    top: 7px;
    background-color: transparent !important;
    left: unset !important;
    opacity: 1 !important;
}
.megamenu {
    max-width: 60%;
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 100px;
/*     left: calc((100vw - 1310px)/2); */
    right:0;
/* 	background-color: #fff; */
    text-align: center;
/*     padding: 20px 35px 30px; */
    max-height: 85vh;
    height: 100%;
    overflow-y: auto;
/*     border-radius: 10px; */
    opacity: 0;
    pointer-events: none;
}
.menu_sect{
    margin-bottom: 20px;
}
.menu_sect h4{
    font-size: 20px;
    color: #D7191F;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: -0.8px;
}
.cat_sect{
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.cat_sect_col{
    border-radius: 8.5px;
    border: 1px solid #D2D2D2;
    max-width: calc(33.33% - 10px);
    width: 100%;
    font-size: 16px;
    color: #232323 !important;
    font-weight: 500;
    letter-spacing: -0.611px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all .5s ease-in-out;
}
.cat_sect_col img{
    max-height: 80px;
    object-fit: contain;
}
.cat_sect_col:hover{
    background-color: #D7191F;
    color: #fff !important;
}
.megamenu.active{
    opacity: 1;
    pointer-events: all;
}
@keyframes rotator {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(270deg);
    }
}
/* @media screen and (min-width:1801px){
    .hp-product-container:nth-child(even) .hp-product-bloom::after{
        right: -90%;
    }
    .hp-product-container:nth-child(even) .hp-product-bloom img{
        right: -65%;
    }
} */
@media screen and (max-width:1024px){
    .slick-arrow{
        width: 35px;
        height: 35px;
        left: calc(50% - 45px);
    }
    .recipe_item{
        max-width: calc(50% - 10px);
    }
    .recipe_item:first-child,.recipe_item:nth-child(8n+8){
        max-width: calc(50% - 10px);
    }
    .recipe_item:nth-child(7n+2){
        /* grid-column: span min( 2, 3 ); */
        max-width: calc(50% - 10px);
    }
    .recipe_item:nth-child(7n+3){
        max-width: calc(50% - 10px);
    }
    .slick-arrow.slick-next {
        right: calc(50% - 45px);
    }
    .hp-product-container:nth-child(even) .hp-product-bloom::after{
        right: -110px;
    }
/*     .hp-product-container:nth-child(even) .hp-product-bloom img{
        right: -65px;
    } */
    .hp-product-right .tabs li{
        font-size: 20px;
        padding: 10px;
    }
    .slick-arrow::after{
        background-size: 10px auto;
        width: 15px;
        height: 15px;
    }
    .prod_rel_slider .slick-arrow{
        right: 50%;
        bottom: -50px;
        top: unset;
    }
    .prod_rel_slider .slick-arrow.slick-next{
        right: calc(50% - 50px);
    }
    .hp-product-right .desc{
        font-size: 18px;
    }
    .hp-product-right h2{
        font-size: 35px;
        letter-spacing: -1.08px;
    }
}
@media screen and (max-width:767px){
	.breadcrumbs svg{
		width:12px;
	}
	.recipe_filters{
    	justify-content: flex-start;
	}
	.recipe_filters ul{
		justify-content: flex-start;
	}
	.recipe_filters ul li{
		padding:8px 15px;
		font-size:12px;
	}
	.recipe_results_wrap .pagination, .recipe_results_wrap .pagination-wrap{
		gap:20px;
		font-size:16px;
	}
	.cfvsw-swatches-container{
		grid-gap:10px;
	}
	.cfvsw-label-option{
		padding:5px 15px;
		font-size:14px;
	}
	.cfvsw-label-stacked table.variations td.value{
		padding:5px;
	}
	.woocommerce div.product div.images img{
		max-height:200px !important;
	}
	.recipes{
		margin:30px 0 20px;
	}
	.page-number svg{
		width:25px;
	}
	.recipe_filters.sticky{
		top:100px !important;
		left:0;
		transform:unset;
		padding:10px 20px;
	}
	input#recipe_search{
		height:35px!important;
		font-size:14px;
		background-size:10px;
		background-position:top 10px right 20px;
		padding:10px 20px!important;
	}
	.hp-product-right.mq-mobile{
		display:block;
		order:1;
		margin-top:-150px;
	}
	.hp-product-right h2.mq-desktop,.hp-product-right .desc.mq-desktop{
		display:none;
	}
	.hp-product-bloom img{
		top:50px;
/* 		left:-70px; */
	}
    .filters{
        margin-top: 0;
        padding: 0 20px;
    }
    .product_cat_slider .slick-arrow {
        bottom: -50px;
    }
    .hp-product-container .hp-product-right{
        padding-left: 20px;
		padding-right:20px;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
    }
	.hp_prod_con.mq-desktop{
		order:2;
	}
    .hp-product-container:nth-child(even){
        padding: 0px 0;
    }
    .cfvsw-image-option {
        width: 70px;
        height: 70px;
    }
    .gallery_contest{
        padding: 0 20px;
    }
    .recipe_item,.recipe_item:first-child,.recipe_item:nth-child(8n+8),.recipe_item:nth-child(7n+2),.recipe_item:nth-child(7n+3){
        max-width: 100%;
        min-height: 330px;
        padding: 20px;
    }
    .recipe_item .button {
        right: 20px;
        bottom: 20px;
    }
    .gallery-grid{
        column-count: 2;
    }
    .gallery-grid-item img{
        border-radius: 15px;
    }
    .hp-product-left, .hp-product-right{
        width: 100%;
    }
    .hp-product-bloom{
        width: 150px;
        height: 150px;
    }
    .hp-product-left-bloom{
        width: 150px;
    }
    .hp-product-left-slider-container{
        width: 100%;
		order:2;
/*         margin-top: -150px; */
    }
    .product_cat_slider.active .slick-slide img{
        max-width: 50%;
        margin: 0 auto;
    }
/*     .hp-product-container:nth-child(even) .hp-product-bloom img{
        right: -70px;
    } */
    .hp-product-container:nth-child(even) .hp-product-right{
        padding-left: 20px;
    }
    .hp-product-right .button{
        padding: 10px 15px;
    }
    .hp-product-right .tabs li {
        font-size: 15px;
        padding: 8px;
        letter-spacing: -0.5px;
    }
    .hp-product-right .desc{
        font-size: 14px;
		margin:0 auto 10px;
		max-width:225px;
        margin-bottom: 10px;
    }
	
    .hp-product-right .button{
        margin-bottom: 10px;
    }
	.hp-product-right.mq-mobile .button{
		display:none;
	}
	
    .hp-product-right h2{
        font-size: 28px;
    }
	.hp-product-right.mq-mobile{
		padding: 0 20px 0;
	}
    .hp-product-right{
        text-align: center;
    }
    .hp-product-right .tabs{
        justify-content: center;
		order:1;
		margin:25px 0 20px;
    }
    .product_cat .col-md-4 {
        -ms-flex: 0 0 47%;
        flex: 0 0 47%;
        max-width: 47%;
    }
    .product_cat.row{
        gap: 15px !important;
        margin-left: 0;
        margin-right: 0;
    }
    .product_cat .product-card a{
        font-size: 16px;
    }
    .product_cat .product-card img{
        max-height: 75px;
		min-height:75px;
        object-fit: contain;
    }
    .product_cat .product-card{
        padding: 20px 20px;
    }
}