/*
Theme Name: Cleener Child
Theme URI: http://themeforest.net/user/wpoceans/portfolio/
Author: wpoceans
Author URI: http://themeforest.net/user/wpoceans
Description: Cleener - Cleaning Service WordPress Theme
Template:	cleener
Version: 1.0
Text Domain: cleener-child
*/

/* .safely-icon:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 1px solid #52537961;
    clip-path: ellipse(120% 74% at 50% 0%);
    border-radius: 20px;
} */
.safely-icon {
    padding: 30px 20px;
    text-align: center;
}

.product-cate-cont figure img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}
.product-cate-cont .product-category h2 {
    position: absolute;
    bottom: 40px;
    text-align: left;
    width: 93%;
    background: #ed297d;
    padding: 14px 0px 8px 20px !important;
    border-radius: 50px 0 0 50px;
    left: 7%;
}

.product-cate-cont .product-category img {
    overflow: hidden;
    transition: 0.5s ease all;
}
.product-cate-cont .product-category{
	overflow: hidden;
	border: 2px solid #ED297D;
	border-radius: 15px;
 }
.product-cate-cont .product-category:hover img{
	transform: scale(1.1);
}
.product-cate-cont .product-category:hover h2{
	    background: #2f315c;
}
#why-list-row {
    margin-top: -190px;
    margin-bottom: 120px;
}
#why-list-row .e-con-inner {
    background: #2f315c;
    padding: 30px;
    border-radius: 20px;
}
div#why-we {
    background: #eff5ff;
    padding: 60px 0px 190px;
    margin-top: 60px;
    width: 96%;
}
.why-point h3 {
    margin: 0;
    color: #fff;
}
.extensive-prdut figure {
    position: relative;
}

.safely-icon .elementor-icon svg {
    filter: brightness(0) saturate(100%) invert(20%) sepia(62%) saturate(569%) hue-rotate(198deg) brightness(78%) contrast(91%);
}
.why-point .elementor-icon svg {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(307deg) brightness(104%) contrast(104%);
}
.view-btn{
	position: relative;
}
.view-btn:before {
    position: absolute;
    content: '';
    height: 2px;
    background: #b8c1d1;
    top: 30px;
    left: -18%;
    width: 52%;
    z-index: 1;
}
.view-btn:after{
    position: absolute;
    content: '';
    height: 2px;
    background: #b8c1d1;
    top: 30px;
    right: -18%;
    width: 52%;
    z-index: 1;
}
#product-col-slider .sp-wps-product-image-area {
    border: 2px solid #ed297d;
    border-radius: 15px;
    position: relative;
}
#product-col-slider .sp-wps-product-details .wpsf-product-title{
    position: absolute;
    bottom: 40px;
    text-align: left;
    width: 93%;
    margin: 0;
    background: #ed297d;
    padding: 18px 0px 18px 20px;
    border-radius: 50px 0 0 50px;
    color: #fff;
    left: 7%;
}
#product-col-slider .sp-wps-product-details .wpsf-product-title a {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Poppins';
    letter-spacing: 0.3px;
}
#product-col-slider .wps-product-data:hover .sp-wps-product-details .wpsf-product-title{
    background: #2F315C;
}
#wps-slider-section img.wpsf-product-img {
    height: 480px;
}
.ftr-bottom-cont .e-con-inner {
    border-top: 2px solid #cececf;
}
#top-hdr-menu .current-menu-item::after {
    content: "● ● ●";
    font-size: 13px;
    letter-spacing: 1px;
    color: transparent;
    bottom: -4px;
    position: absolute;
    left: 50%;
    width: 100%;
    transform: translate(-50%, 0px);
    text-align: center;
    opacity: 1;
    background: linear-gradient(to right, rgb(234 117 170 / 51%) 35%, rgb(237 41 126) 51%, rgb(235 103 161 / 45%) 60%) text;
    margin: auto;
    border: none;
    padding-top: 0;
    z-index: 99999999999;
    height: 17px;
}
#shop-archive-cont .woocommerce-result-count {
    display: block;
    width: 100%;
    margin: 0 0 20px;
    background-color: #fff;
    padding: 10px 15px;
    border: 1px solid #e6e6e6;
}
#pro-sidebr .wc-block-product-filters__overlay h3 {
    margin: 0;
    font-size: 28px;
    font-family: 'Poppins';
    font-weight: 500;
	color: #fff;
}
#pro-sidebr .wc-block-product-filters__overlay ul {
    padding: 0;
    list-style: none;
}
#pro-sidebr .wc-block-product-filters__overlay ul li.wc-block-product-categories-list-item {
    padding: 10px 0;
    line-height: 1.5;
    position: relative;
    border-bottom: 1px dashed #fff;
}
#pro-sidebr .wc-block-product-filters__overlay ul li.wc-block-product-categories-list-item a {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: 16px;
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
    color: #fff;
}
#pro-sidebr .wp-block-columns {
    margin: 0;
}
#pro-sidebr .wc-block-product-filters__overlay-content, #woocommerce_recently_viewed_products-4 {
    background-color: var(--e-global-color-4c1621e);
    overflow: hidden;
    border: 1px solid #e6e6e6;
    padding: 20px;
}
#woocommerce_recently_viewed_products-4{
	margin-top:30px;
}
div#woocommerce_recently_viewed_products-4 h3 {
    margin-top: 0;
	font-size: 28px;
    font-family: 'Poppins';
    font-weight: 500;
	color: #fff;
}
#pro-sidebr .woocommerce ul.product_list_widget li {
    border-bottom: 1px dashed #e6e6e6;
    padding-bottom: 20px;
}
#pro-sidebr .woocommerce ul.product_list_widget li img {
    width: 120px;
    height: 120px;
    object-fit: cover;
}
#pro-sidebr .woocommerce ul.product_list_widget li img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border: 1px solid #f3f3f3;
}
#pro-sidebr .woocommerce ul.product_list_widget li span {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}
#shop-archive-cont .product {
    overflow: hidden;
    border: 2px solid #ED297D;
    border-radius: 15px;
	position: relative;
}
#shop-archive-cont .product h2 {
    position: absolute;
    bottom: 30px;
    text-align: left;
    width: 93%;
    background: #ed297d;
    padding: 14px 0px 14px 12px !important;
    border-radius: 50px 0 0 50px;
    left: 7%;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.3px;
}
#shop-archive-cont .product img {
    overflow: hidden;
    transition: 0.5s ease all;
	height: 380px;
	object-fit: cover;
}
#shop-archive-cont .product:hover img{
	transform: scale(1.1);
}
#shop-archive-cont .product a.button{
	display: none;
}
span.price {
    display: none !important;
}
.prouct-pg-img .swiper-pagination {
    bottom: -25px !important;
}
.woocommerce #review_form #respond .form-submit input {
    background: #2F315C;
}

#pro-sidebr .woocommerce ul.product_list_widget li a {
    display: flex;
}
.wpo-section-title-s2:before, .wpo-section-title-s2:after{
	display: none;
}
.mis-cont h3 {
    margin-top: 0;
}
.abt-why-cont .elementor-icon svg{
	filter: brightness(0) saturate(100%) invert(20%) sepia(62%) saturate(569%) hue-rotate(198deg) brightness(78%) contrast(91%);
}
.wpo-about-img img {
    border-radius: 15px;
}
.contact-pg-point .elementor-icon-box-icon {
    margin-top: -50px;
}
.contact-pg-point .elementor-icon-box-description a {
    color: #414145;
    display: block;
}
.contact-pg-point .elementor-icon-box-description a:hover {
    color: #ed297d;
}
#contact-frm .form-control {
    height: 50px;
}
#contact-frm textarea {
    min-height: 120px;
}
#contact-frm .theme-btn {
    background: #ed297d !important;
    color: #fff;
    border-radius: 50px !important;
    padding: 15px 30px !important;
}
#contact-frm h2 {
    font-size: 32px;
    font-family: 'Poppins';
    color: #fff;
    letter-spacing: 0.3px;
    font-weight: 600;
    text-align: center;
    margin: 0px 0px 30px;
}
#contact-frm {
    background: var(--e-global-color-4c1621e);
    padding: 50px;
}
.contact-pg-point {
    min-height: 240px;
}

.shop-parent-categories li { margin-bottom: 8px; }
.shop-parent-categories a { font-weight: 600; color: #000; }

.shop-child-categories {
    display: flex;
    gap: 10px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}
.shop-child-categories .child-cat {
    background: #f5f5f5;
    padding: 8px 15px;
    border-radius: 4px;
}
.shop-child-categories .child-cat:hover {
    background: #000;
    color: #fff;
}

.ec-submenu {
    display:none;
    list-style:none;
}

.ec-toggle {
    user-select:none;
}
.ec-cat-link {
    text-transform: capitalize;
    font-size: 16px;
    color: var(--e-global-color-4c1621e);
    font-family: var(--e-global-typography-70ee36d-font-family), Sans-serif;
    font-weight: var(--e-global-typography-70ee36d-font-weight);
    line-height: var(--e-global-typography-70ee36d-line-height);
}
.ec-cat-link.active {
    color: #d32f2f;
}

.pro-subcategory-list {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.ec-tree ul {
    list-style: none;
    padding: 0;
}
.ec-tree ul li{
	margin-bottom:10px;
	position: relative;
}
.ec-tree ul li ul {
    padding-left: 10px;
}
.ec-tree ul li ul li {
    padding: 5px  0;
	margin:0px;
}
.pro-cate-product {
	    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;

}
.pro-cate-product-list {
    border: 1px solid #cccccc36;
    text-align: center;
}
.pro-cate-product-list p.price {
    display: none;
}
.ec-wrapper {
    display: flex;
    gap: 30px;
}
.ec-tree ul li span.ec-toggle {
    position: absolute;
    right: 0;
    font-size: 18px;
}
.ec-right {
    margin-left: 30px;
}
.pro-subcategory-list p {
    margin: 10px 0px 0px;
    font-weight: 600;
    line-height: 1.5em;
}
@media only screen and (max-width: 1600px){
	.view-btn:after {
    right: 0%;
    width: 34%;
}
	.view-btn:before {
    left: 0%;
    width: 34%;
}
	#top-hdr-menu li a {
    padding: 0px 20px;
}
	#top-hdr-menu .current-menu-item::after {
    bottom: -15px;
}
}
@media only screen and (max-width: 1200px){
#top-hdr-menu li a {
    padding: 0px 15px;
}
	.safely-icon {
    padding: 13px !important;
    text-align: center;
}
}

@media only screen and (max-width: 980px){
	div#why-we {
    width: 100%;
    border-radius: 0px;
    padding: 50px 15px;
}
	#why-list-row {
    margin-top: 0;
    margin-bottom: 50px;
}
	#why-list-row .e-con-inner {
    border-radius: 0;
}
	#why-list-row {
    margin-top: 0;
    margin-bottom: 50px;
    padding: 0;
}
	.product-cate-cont figure img {
		height: auto;
}
	.view-btn:before, .view-btn:after {
		display: none;
}
	.contact-pg-point .elementor-icon-box-icon {
    margin-top: 0px;
}

}
@media only screen and (max-width: 767px){
		.ec-wrapper {
    display: block;
}
	.ec-left, .ec-right{
		width: 100% !important;
	}
	.pro-subcategory-list, .pro-cate-product {
    grid-template-columns: 1fr 1fr;
}
	.ec-right {
    margin-left: 0;
		margin-top:30px;
}
}

