/*
Theme Name: Kadmar Digital
Theme URI: https://www.kadmardigital.com
Description: Theme by Kadmar Digital
Version: 1.00
Author: Kadmar Digital
*/

.custom-logo {
    height: auto;
    max-width: 100%;
    display: block;
}
body{
    margin: 0;
    padding: 0;
}
h1, h2 , h3 , h4, h5{
	margin: 0;
    padding: 0;
}
/* .post-sec a.elementor-post__read-more {
    background-color: var(--e-global-color-accent );
    padding: 10px 16px;
    border-radius: 10px;
    color: #fff;
    margin-top: 10px;
    display: inline-block;
	font-size:16px;
} */
/* .elementor *,.elementor :after,.elementor :before {
    box-sizing: content-box !important;
} */
/* .home .elementor *,
.home .elementor :after,
.home .elementor :before {
    box-sizing: content-box !important;
} */
.woocommerce-additional-fields {
    display: none !important;
    /* border: none; */
}
a.button.wc-forward, a.button.wc-backward {
    background: #9993ea;
    color: #fff;
    padding: 12px 25px;
    font-size: 17px;
    font-family: 'Inter';
    font-weight: 500;
}
a.button.wc-forward:hover, a.button.wc-backward:hover {
    background: #4f46e5;
	color: #fff;
}
.header-menu-area a {
    color: #000;
}
.current-menu-item a
 {
    color: #9993ea;
}
.header-menu-area a:hover {
     color: #9993ea;
}
input#coupon_code {
    border-radius: 12px;
    border: 1px solid #c1c1c1;
}
td.product-thumbnail a {
    display: none;
}
.dis-text p, .dis-text li, .dis-text h3 {
    color: #000;
}
@media (max-width:767px){
	.counter-sect .elementor-counter-title {
    text-align: center !important;
}
.custom-nav {
    width: 95% !important;
}
button.mobile-menu-button {
    width: 15%;
}	
}