/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 29 2023 | 23:02:15 */
p.kk-footer-p {
    font-weight: 600;
    margin-bottom: 0!important;
}

#read-more, #popular-searches, .kk-hide-pop {display:none;}

#show-more.homepage-show-more, a#hide-less.homepage-hide-less {
	color: #fff!important;
}

.kk-tag a {
    color:#FFF!important;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out; 
    transition: all 0.4s ease-in-out;
}

.kk-tag a:hover{
    color:#A3DC18!important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out; 
    transition: all 0.2s ease-in-out;
}

.kk-footer-container { 
	display: block;
	width: 100%;
}

.kk-footer {
    display: flex;
	justify-content: space-between; margin: 0 auto;
	max-width: 1180px;


}

.kk-footer a {
  	color: #FFF;!important;
  	text-transform: capitalize!important;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out; 
	-o-transition: all 0.4s ease-in-out; 
	transition: all 0.4s ease-in-out;
}

.kk-footer ul {
    list-style: outside none none;
    margin: 0;
    padding: 0 5px; 
}

.kk-footer a:hover {
  	color: #fff!important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out; 
    -o-transition: all 0.2s ease-in-out; 
    transition: all 0.2s ease-in-out;
}

@media (max-width: 799px) { 
	.kk-footer {
		padding: 20px 10px 0;
		text-align: center; 
		display:block;
	}
}


.kk-product-h2 {
  margin-bottom: 24px !important;
}