/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 04 2022 | 23:28:35 */
#popular-searches{display:none;}

.kk-footer-container { 
	display: block;
	width: 100%;
}

.kk-footer {
    display: flex;
	flex-direction: column;
}

.kk-footer li,
#show-links {
  border-bottom: 1px solid black;
}

#show-links{
  display: inline-block;   
  width: 100%;
}

#show-links,
.kk-footer li,
.kk-footer a {
  	font-size: 0.92857143rem!important;
  	padding: 15px 0!important;
	color: #787878!important;
  	font-family: Arial, Helvetica, sans-serif;
  	line-height: 1.38461538;
    text-transform: uppercase;
}

.kk-footer ul {
	list-style: outside none none;
}

.kk-footer a:hover {

}

@media (max-width: 799px) { 
	.kk-footer {
		padding: 0px;
		text-align: left; 
		display:block;
	}
}

#kk-tag {
  	padding-top: 20px!important;
  	display: block!important
}
#kk-tag a { 
   display: block!important;
  color:#777!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;
}

#read-more {display:none;}

#read-more a {
	-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;
}

#read-more a:hover {
	-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;
}

#show-more, a#hide-less {
}

.kk-content-fix h2 {
	font-size: 40px!important;
}

.kk-content-fix h6 {
	font-size: 40px!important;
}

.kk-content-fix * {
	font-size: 14px!important;
}

















/* .accordion a, */ .accordion h2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;

  flex-direction: column;
  width: 100%;
    padding: 30px 40px 0px 10px;
  color: #79288c;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 30px;
    text-transform: uppercase;
    margin-top: -2px;
    margin-bottom: 0px;
    text-transform: uppercase;
  
}


.accordion h3 {

    padding: 30px 0px 10px;
  color: #79288c;
    font-size: 16px;
margin:0px;
  
}


.accordion h2:hover,
.accordion h2:hover::after {
  cursor: pointer;
  border: 1px solid #89C540;
        /* background-color: #89c54012; */
}

.accordion h2.active {
  color: #79288c;
  border-bottom: 1px solid #89C540;
}

.accordion h2::after {
    font-family: "FontAwesome";
    content: "\f107";
    position: absolute;
    float: right;
    right: 1rem;
    font-size: 1rem;
    color: #79288c;
    padding: 3px 0px 0px 1px;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #89C540;
    text-align: center;
    font-weight: 800;
    font-size: 20px;
  margin-top: -7px;
}

.accordion h2.active::after {
    font-family: "FontAwesome";
   content: "\f00d";
  color: #79288c;
  border: 1px solid #89C540;
font-weight: 100;
    font-size: 20px;
}

.accordion .content {
  opacity: 0;
  padding: 0 1rem;
  max-height: 0;
  border-bottom: 1px solid #89C540;
  overflow: hidden;
  clear: both;
  -webkit-transition: all 0.2s ease 0.15s;
  -o-transition: all 0.2s ease 0.15s;
  transition: all 0.2s ease 0.15s;
}

.accordion .content p. .accordion .content li {
     font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
    font-weight: 300;
    font-style: normal;
    line-height: 1.4em;
    text-transform: none;
    text-decoration: none;
    margin: 0 0 1em;
  color:#000;
}

.accordion .content.active {
  opacity: 1;
  padding: 1rem;
  max-height: 100%;
  -webkit-transition: all 0.35s ease 0.15s;
  -o-transition: all 0.35s ease 0.15s;
  transition: all 0.35s ease 0.15s;
      margin-bottom: 1px;
}

.content p strong {
    font-weight: 500;
}



div a.kk-cta-1 {
    max-width: 90%;
    min-width: 300px;
    width: 500px;
    display: block;
    margin: 50px auto;
    text-align: center;
    background-color: #79288c;
    padding: 1px 20px 20px;
    border-radius: 50px;
  	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
	    display: none;

}

span.kk-cta-h1 {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
      font-weight: 600;
}
span.kk-cta-h2 {
      color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 2px;
    display: inline-block;
}

.kk-cta-hr{
  display:block;
height:2px;
  width:100px;
  margin: 5px auto;
  background-color:#89C540;
}

div a.kk-cta-1:hover{
   box-sizing: inherit!important;
   -webkit-box-sizing: none;
    -moz-box-sizing: none;
 
  background-color:#a55ab7;
  	-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;
      max-width: 90%;
    min-width: 300px;
    width: 500px;
  text-decoration: none;
}


.container.kk-accordian ul {
    list-style: disc;
    list-style-type: disc;
    padding-left: 25px!important;
}

.container.kk-accordian ul li {
    display: list-item;
  color: #79288c;
    list-style: disc;
}


.container.kk-accordian ol li {
    display: list-item;
  color: #79288c;
}

.container.kk-accordian ul li span, .container.kk-accordian ol li span {
  color: #767676; 
}




.label label {
    font-size: 14px;
    color: #79288c;
}

.label {
    border: none;
    }


table.variations td select {
    width: 100%;
    height: 32px;
}


.product-information .cart button[type="submit"] {
    width: auto!important;
    min-width: 200px;
    height: 40px;
}


.single_variation_wrap {
    margin-top: 0px;
    }

h3.product_title.entry-title {
    font-size: 20px;
    font-weight: 900;
    margin: 10px auto;
    color: #79288c;
}

.product-information .price {
    font-size: 16px;
    margin: 10px auto;
}

tr:last-child td.value {
    margin-bottom: 0px!important;
}

.woocommerce-product-details__short-description a {
    margin-left: 10px;
}
/* .woocommerce-product-details__short-description {
    display: none;
} */

.mail-woo .vc_column-inner {
    padding-top: 0px!important;
}

#home-h2 {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif!important;
    font-weight: 700!important;
    font-size: 20px!important;
}

#home-h2:after {
  content: "";
  display: block;
  width: 120px;
  height: 3px;
  background: #89C540;
  margin: 10px 0px 30px;
  right: 0;

}

.kk-products {
    margin-top: 50px;
}

a.kk-cta-3 {
    background-color: #89c540;
    height: 50px;
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 30px;
    -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;
	    color: #fff;
    font-size: 20px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}

.kk-cta-3 span {
    color: #fff;
    font-size: 25px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 900;
}

a.kk-cta-3:hover {
    text-decoration: none;
    background-color: #98d055;
   -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;
	color:#fff;
}

.page-heading {
    background-position: top center!important;
	    background-size: cover!important;
}

a.btn.border-grey.product_type_variable:hover {
    color: #fff;
}


.kk-accordian .et-gallery {
    padding-bottom: 90px;
}

     .kk-accordian   #gallery-1 {
            margin: auto;
            }

          .kk-accordian  #gallery-1 .gallery-item {
            float: left;
            margin-top: 10px;
            text-align: center;
            width: 20%;
            }

           .kk-accordian #gallery-1 img {}

         .kk-accordian  #gallery-1 .gallery-caption {
            margin-left: 0;
            }           

.kk-accordian .et-gallery .gallery-item {
    display: inline-block!important;
}

.kk-accordian dl.gallery-item {
    display: inline-block;
    width: 65px!important;
    height: 65px!important;
    vertical-align: top;
}

.kk-accordian dl.gallery-item img {
    height: 50px;
}

.page-heading.bc-type-5 {
    background-position: center center!important;
    background-size: cover!important;
}
             