/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 10 2025 | 08:59:00 */
/* Forms */
input.wpcf7-form-control, textarea.wpcf7-form-control {
    border: 2px solid #21B24E !important;
	margin: 8px 0 !important;
}

/* Header */
.site-main-header {
    position: absolute;
    top: 0px;
}

.ro_logo img {
    max-height: 96px !important;
}

.mobile-menu-toggle-button {
    position: absolute;
	transition: all .3s ease-in-out; 
}


.mobile-menu-toggle-button:hover {
    opacity: .8;
}

.mobile-menu-toggle {
    cursor: pointer !important;
}

/* Ra-Features  */
.Ra-Features .White-label-icon, .Ra-Features .White-label-number {
	opacity: .3;
}

.Ra-Features:hover .White-label-icon, .Ra-Features:hover .White-label-number {
	opacity: 1;
}


/* Site Preloader */
	.ra_preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #171717;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 11111;
}

	.ra_preloader--container {
		z-index: 3 !important;
		--uib-size: 72px;
		--uib-color: #21B24E;
		--uib-speed: .9s;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		height: var(--uib-size);
		width: var(--uib-size);
	}
  
    .ra_preloader--dot {
      position: absolute;
      top: 0;
      left: 0;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      height: 100%;
      width: 100%;
    }
  
    .ra_preloader--dot::before {
      content: '';
      height: 20%;
      width: 20%;
      border-radius: 50%;
      background-color: var(--uib-color);
      transform: scale(0);
      opacity: 0.5;
      animation: pulse calc(var(--uib-speed) * 1.111) ease-in-out infinite;
      transition: background-color 0.3s ease;
    }
  
    .ra_preloader--dot:nth-child(2) {
      transform: rotate(45deg);
    }
  
    .ra_preloader--dot:nth-child(2)::before {
      animation-delay: calc(var(--uib-speed) * -0.875);
    }
  
    .ra_preloader--dot:nth-child(3) {
      transform: rotate(90deg);
    }
  
    .ra_preloader--dot:nth-child(3)::before {
      animation-delay: calc(var(--uib-speed) * -0.75);
    }
  
    .ra_preloader--dot:nth-child(4) {
      transform: rotate(135deg);
    }
  
    .ra_preloader--dot:nth-child(4)::before {
      animation-delay: calc(var(--uib-speed) * -0.625);
    }
  
    .ra_preloader--dot:nth-child(5) {
      transform: rotate(180deg);
    }
  
    .ra_preloader--dot:nth-child(5)::before {
      animation-delay: calc(var(--uib-speed) * -0.5);
    }
  
    .ra_preloader--dot:nth-child(6) {
      transform: rotate(225deg);
    }
  
    .ra_preloader--dot:nth-child(6)::before {
      animation-delay: calc(var(--uib-speed) * -0.375);
    }
  
    .ra_preloader--dot:nth-child(7) {
      transform: rotate(270deg);
    }
  
    .ra_preloader--dot:nth-child(7)::before {
      animation-delay: calc(var(--uib-speed) * -0.25);
    }
  
    .ra_preloader--dot:nth-child(8) {
      transform: rotate(315deg);
    }
  
    .ra_preloader--dot:nth-child(8)::before {
      animation-delay: calc(var(--uib-speed) * -0.125);
    }
  
    @keyframes pulse {
      0%,
      100% {
        transform: scale(0);
        opacity: 0.5;
      }
  
      50% {
        transform: scale(1);
        opacity: 1;
      }
    }

/* Products */
.ra_products-grid {
    display: grid;
    grid-template-columns: auto auto auto;
    padding: 10px;
}

.ra_products-grid li {
    list-style: none;
    padding: 24px;
	margin: 12px;
    background-color: rgba(255, 255, 255, .7);
	border-radius: 3px;
	transition: all .3s ease-in-out;
}

.ra_products-grid li:hover {
	box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.2);
}

.ra_products-grid li h5 {
	margin-bottom: 24px;
}

.ra_products-grid li .ra_button {
	padding: 16px 24px;
	border: 2px solid #21B24E;
	border-radius: 2px;
	transition: all .3s ease-in; 
	background-color: #FFF;
	color: #171717;
	text-align: center;
}

.ra_products-grid li a {
	text-decoration: none;
	text-align: center;
	font-family: poppins, sans-serif;
	font-size: 18px;
	font-weight: 500;
}

.ra_products-grid li .ra_button:hover {
	background-color: #21B24E;
}

.ra_products-grid li img {
	margin-bottom: 24px;
}

.products-pagination ul.page-numbers {
    list-style: none;
    text-align: center;
	width: 100%;
	margin-top: 32px;
}

.products-pagination ul.page-numbers li {
    display: inline;
    text-align: center;
	color: #171717;
    background-color: #21B24E;
    font-family: 'Poppins', sans-serif;
    margin: 4px;
    border-radius: 2px;
	padding: 16px 24px;
}

.products-pagination ul.page-numbers li:hover {
	background-color: #FFF;
	border: 2px solid #21B24E;
	color: #171717 !important;
}

.products-pagination ul.page-numbers li a {
    color: #171717;
    text-decoration: none;
    padding: 16px 24px;
}

.products-pagination ul.page-numbers li .current {
	color: #fff !important;
}

/* Subscription */
.tnp.tnp-subscription {
    margin: 0px !important;
}

input.tnp-submit {
    padding: 16px 32px !important;
    background-color: #fff !important;
    color: #191919 !important;
	transition: all .3s ease-in-out
}

input.tnp-submit:hover {
	background-color: #191919 !important;
	color: #FFF !important;
}

input#tnp-1 {
    border: 2px solid #FFF !important;
}

/* Footer */
footer .tnp-field label {
    font-family: 'Montserrat';
    font-weight: 800;
    color: green;
    margin-bottom: 12px;
}

footer li#menu-item-137 a {
    color: #fff !important;
}

footer li#menu-item-137:hover a {
    color: #191919 !important;
}