.elementor-kit-4 {
    --e-global-color-primary: #f2cb1f;
    --e-global-color-primary_hover: #C7A21E;
    --e-global-color-secondary: #006838;
    --e-global-color-secondary_hover: #006838;
    --e-global-color-text: #006838;
    --e-global-color-accent: #000000;
    --e-global-color-lighter: #999999;
    --e-global-color-border: #E8E8E9;
    background-color: #f7f7f7
}

.elementor-kit-4 button,
.elementor-kit-4 input[type=button],
.elementor-kit-4 input[type=submit],
.elementor-kit-4 .elementor-button {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.8em;
    /*color: var( --e-global-color-accent);*/
    color: #064c06;
    background-color: #006838;
    border-radius: 50px;
    padding: 17px 33px
}

.elementor-kit-4 button:hover,
.elementor-kit-4 button:focus,
.elementor-kit-4 input[type=button]:hover,
.elementor-kit-4 input[type=button]:focus,
.elementor-kit-4 input[type=submit]:hover,
.elementor-kit-4 input[type=submit]:focus,
.elementor-kit-4 .elementor-button:hover,
.elementor-kit-4 .elementor-button:focus {
    color: #fff;
    background-color: #006838
}

.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1290px
}

.e-container {
    --container-max-width: 1290px
}

.elementor-widget:not(:last-child) {
    margin-bottom: 0
}

.elementor-element {
    --widgets-spacing: 0px
}



h1.entry-title {
    display: var(--page-title-display)
}

.elementor-kit-4 e-page-transition {
    background-color: #ffbc7d
}

@media(max-width:1024px) {
    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 1024px
    }
    .e-container {
        --container-max-width: 1024px
    }
}

@media(max-width:767px) {
    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 767px
    }
    .e-container {
        --container-max-width: 767px
    }
}



/* <<<<<<<<<<<<<<<<<<<< */
.salep{
    top:15px; 
    left:15px; 
    position:absolute;
}
.salet{
    background-color: #006838;
    color:white; 
    padding: 5px 12px;
    min-width: 60px;
    display: block; 
    font-weight:bold;
}



.form__message.errors {
	color: red;
}

.form__message {
	font-family: var(--font-body-family);
	align-items: center;
	display: grid;
	grid-template-columns: auto 1fr;
	font-size: 1rem;
	line-height: 1;
	margin-top: 1rem;
	margin-bottom: 0;
	font-weight: 400;
	color: var(--color-success);
}







/*<<<<<<<<<<<<<<<*/


/* ---------------------- */

.fl-photo-content img {
    display: inline;
    height: auto;
    max-width: 100%;
}

.fl-node-xercykfapods .fl-photo {
    text-align: center;
}

.fl-photo-align-center {
    text-align: center;
}

.fl-node-xercykfapods .fl-photo-content, 
.fl-node-xercykfapods .fl-photo-img {
    width: 75%;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .fl-photo-content img {
        max-width: 60%;
    }
    .fl-node-xercykfapods .fl-photo-content, 
    .fl-node-xercykfapods .fl-photo-img {
        width: 100%;
    }

    .wp-image-273350 {
        margin: 0px 50px;
    }
}
@media (max-width: 768px) {
    .fl-node-xercykfapods .fl-photo-content, 
    .fl-node-xercykfapods .fl-photo-img {
        width: 90%;
    }

    .wp-image-273350 {
        margin: 0px 20px;
    }
}

@media (max-width: 480px) {
    .fl-node-xercykfapods .fl-photo-content, 
    .fl-node-xercykfapods .fl-photo-img {
        width: 100%;
    }

    .wp-image-273350 {
        margin: 0px 10px;
    }
}









/* ---------- */
.fl-col-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    
}


.fl-col-small {
    width: 48%; 
}

.fl-col-small-custom-width {
    width: auto;
}

.mc4wp-form-fields {
    padding: 10px 0;
}

.mc4wp-form-fields p {
    margin-bottom: 15px;
}

.mc4wp-form-fields label {
    display: block;
    margin-bottom: 5px;
    color: #333; 
}

.mc4wp-form-fields input[type="text"],
.mc4wp-form-fields input[type="email"] {
    width: 70%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}

.mc4wp-form-fields input[type="submit"] {
    background-color: #006838;
    color: #fff;
    padding: 12px 20px;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    cursor: pointer;
    width: 50%; 
}

.mc4wp-form-fields input[type="submit"]:hover {
    background-color: #87bd42; 
}

.pp-social-icons {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.pp-social-icon a {
    color: #006838;
    font-size: 70px; 
    transition: color 0.3s ease;
}

.pp-social-icon a:hover {
    color: #87bd42;
    
}

.fl-module-rich-text {
    text-align: center;
}

.fl-module-rich-text p {
    margin: 10px 0;
    color: #006838;
}

@media (max-width: 768px) {
    .fl-col-group {
        flex-direction: column;
        align-items: flex-start;
    }

    .fl-col-small {
        width: 100%; 
        /* margin-bottom: 20px; */
    }

    .pp-social-icons {
        /* justify-content: flex-start; */
    }
    .mc4wp-form-fields input[type="text"],
.mc4wp-form-fields input[type="email"] {
    width: 100%;
}
}





/* ------------------- */
#searchResults {
     display: none; 
  }
  
  .ml-1, .mx-1 {
    margin-left: .25rem !important;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-secondary {
    color: #fff;
    background-color: #006838;
    border-color: #006838;
    border-radius: 8px;
}
  .search-wrap {
    z-index: 9999;
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 3px 17px -8px #263238;
    border: 1px solid #f4f4f4;
    padding-bottom: 30px;
    padding-top: 30px;
}

.search-wrap_categories {
    padding: 0;
}
/* padding: 20px; */
.search-block_categories {
    display: none;
}

@media only screen and (min-width: 1025px) {
    .search-block_categories {
        display: block;
    }
}

.ais-header {
    font-size: 16px;
    color: #263238;
}

.ais-hits {
    margin: 0;
}

.ais-hits--item {
    border: 1px solid #e9e9e9;
    border-top: 0;
}

.ais-pagination {
    margin-bottom: 0;
}

.ais-pagination--item {
    display: inline-block;
    width: auto;
}

.ais-pagination--item__active a {
    border-color: #6ead0d;
    color: #6ead0d;
}

.ais-pagination--item__disabled {
    display: none;
}

.ais-pagination--link {
    font-size: 16px;
    color: #666;
    border-bottom: 2px solid transparent;
    width: 24px;
    height: 24px;
    display: block;
    text-align: center;
}

.searchProd-block {
    margin-bottom: 15px;
    padding: 10px 20px 0;
    position: relative;
}

.searchProd-block .arrowRight:after {
    background-position: -258px -48px;
    height: 15px;
    width: 8px;
    background-size: 280px auto;
    margin-top: 4px;
    margin-left: 5px;
    vertical-align: middle;
}

.searchProd-block::after {
    content: "";
    display: inline-block;
    position: absolute;
    background: url(../images/sprit.png) center center no-repeat;
    background-position: -63px -4px;
    height: 18px;
    width: 12px;
    top: 40%;
    right: 0;
    margin-top: -9px;
    margin-right: 10px;
}

.searchProd-name {
    color: #6ead0d;
    display: block;
    height: 60px;
    line-height: 20px;
    font-family:BrandonGrotesque-Bold;
    overflow: hidden;
}

.searchProd-name:hover {
    color: #000;
}

.searchProd-brand {
    color: #aaa;
    margin-bottom: 0;
    font-size: 13px;
    min-height: 20px;
}

.searchProd-price {
    font-family:BrandonGrotesque-Bold;
    font-size: 16px;
    margin: 0 0 10px;
    display: block;
    color: #5f5f5f;
}

.searchProd-price del {
    font-family: BrandonGrotesque-Regular;
    color: #545454;
    font-size: 14px;
    margin-left: 5px;
}

.searchProd-pageBlock {
    background: #e9e9e9;
    border-radius: 0 0 5px 5px;
    padding: 10px;
    color: #666;
}

.ais-menu--item a {
    font-size: 13px;
    color: #666;
    padding: 3px 0 0 18px;
    position: relative;
}

.ais-menu--item a:hover {
    text-decoration: underline;
}

.ais-menu--item__active a {
    color: #6ead0d;
}

.ais-menu--item__active a::after,
.ais-menu--item__active a::before {
    content: "";
    height: 8px;
    width: 2px;
    border-radius: 1px;
    background: #7aad0e;
}

.ais-menu--item__active a::after {
    transform: rotate(45deg);
}

.ais-menu--item__active a::before {
    transform: rotate(135deg);
}

.ais-clear-all--link .search-eraser {
    background: url(../images/search-eraser.png) center center no-repeat;
    height: 12px;
    width: 14px;
    display: inline-block;
    background-size: cover;
    margin-right: 5px;
}

.ais-clear-all--link {
    margin-left: 20px;
}
@media only screen and (max-width: 768px) {
    .search-wrap {
        max-height: 400px;
        overflow-y: auto;
    }
}


.btn.arrowRight::after {
    content: "";
    background: url(../images/sprit.png) 50% no-repeat;
    display: inline-block;
    background-position: -275px -52px;
    height: 15px;
    width: 10px;
    background-size: 300px auto;
    float: right;
    margin-top: 4px;
    margin-left: 5px;
}