/*
Theme Name: organic
Author: pro-site.org
*/
@font-face {
font-display:swap;
    font-family: Nunito;
    src: url('/wp-content/themes/organic/Nunito-Regular.ttf');
    font-weight: 400;
}
@font-face {
font-display:swap;
    font-family: Nunito;
    src: url('/wp-content/themes/organic/Nunito-Medium.ttf');
    font-weight: 500;
}
@font-face {
font-display:swap;
    font-family: Nunito;
    src: url('/wp-content/themes/organic/Nunito-SemiBold.ttf');
    font-weight: 600;
}
.justify-content-center {
    justify-content: center;
    align-items: center;
    display: flex;
}
/*WordPress Core*/
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

.gallery-caption {
    display: block;
}

.bypostauthor {
    display: block;
}

/* Custom styles */

#page {
    width: 100vw!important;
    overflow-x: hidden!important;
}
body {
    font-family: Nunito;
}
body p {
    margin-bottom: 16px;
    font-family: Nunito;
}

h1, h2, h3, h4, h5, h6 {

    font-family: Nunito;
}
h1, h2, h3 {
    font-weight: 600 !important;
}
ul, ol {
    padding-left: 15px;
    margin-bottom: 16px;
}

ul li::marker,
ol li::marker {
    color: #97ae76;
}

.breadcrumb-wrapper .row {
    margin: 0;
}

.header-1-inner .brand-logo,
.footer-style-1 .brand-logo{
    display: inline-block;
    margin-right: 50px;
    width: 260px;
    font-family: 'Nunito', sans-serif;
    font-size: 30px;
    color: black;
    text-transform: uppercase;
}

ul.menu {
    margin-bottom: 0;
}

.widget-footer .heading {
    padding-top: 17px;
}

.footer-style-1 .logo-footer {
    margin-bottom: 0!important;
}

.slick-initialized .slick-slide {
    outline: none!important;
}

.slick-list,
.slick-track {
    min-width: 100%;
}

#menu:not(.mm-opened) {
    display: none;
}

.hidden-input {
    display: none;
}

.form-control:focus {
    border-color: #97ae76;
    outline: 0;
    box-shadow: inset 0 1px 1px rgb(0,0,0,0.08), 0 0 8px rgb(151,174,118,0.6);
}

.phone-button {
    position: fixed;

    right: 0;
    bottom: 80px;
    transform: translate(-50%, -50%);
    background: #97ae76;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 35px;
    z-index: 10;
}
.phone-button:hover {
    opacity: 0.8;
}
.phone-button:before,
.phone-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #97ae76; /*цвет анимированных волн от кнопки*/
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden;
    overflow-x: hidden;
    z-index: 0;
}

.phone-button:after{
    animation-delay: .5s;
}

@keyframes animate
{
    0%
    {
        transform: scale(0.5);
        opacity: 0;
    }
    50%
    {
        opacity: 1;
    }
    100%
    {
        transform: scale(1.2);
        opacity: 0;
    }
}

.scroll-to-top {
    background-color: #97ae76;
    border-radius: 100%;
    color: #ffffff;
    position: fixed;
    right: 35px;
    bottom: 30px;
    z-index: 999;
    overflow: hidden;
    display: block;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-animation: fadeOutDown 1s normal;
    animation: fadeOutDown 1s normal;
}

.scroll-to-top:hover {
    background-color: #7e975a;
}

.scroll-to-top.show {
    opacity: 1;
    visibility: visible;
    -webkit-animation: fadeInUp 1s normal;
    animation: fadeInUp 1s normal;
}

.scroll-to-top i {
    width: 40px;
    height: 40px;
    line-height: 38px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #ffffff;
    display: inline-block;
}

/* Modal */

.modal.in .modal-dialog {
    transform: translate(0, calc(50vh - 50%));
}

.modal-close {
    position: absolute;
    right: 10px;
    top: 7px;
    color: #97ae76;
}

.modal-content-wrapper {
    padding: 30px;
}

.modal-heading {
    text-align: center;
}

#success .modal-content {
    background-color: #4ba847;
}

#success .modal-heading,
#success .modal-text,
#success .modal-close {
    color: #fff;
}

#success .modal-content {
    border: none!important;
}

.modal-text {
    text-align: center;
    margin-bottom: 0;
}

.modal .contact-form {
    width: 100%!important;
    padding: 0;
}

.modal-backdrop {
    background-color: rgb(151, 174, 118) !important;
}

.modal-backdrop.in {
    opacity: 0.95!important;
}
.btn {
    font-size: 16px;

}
.modal-content-wrapper .btn {
    display: block;
    width: fit-content;
    margin: 20px auto 0;
}

.modal-content-wrapper .modal-heading {
    margin-bottom: 15px;
}

.modal textarea.form-control {
    max-height: 100px;
}

/* Front Page */

.product-style-2 .product-name,
.product-style-2 .price {
    color: #fff!important;
}

.product-category-grid-style-1 .btn {
    display: block;
    width: fit-content;
    margin: 0 auto;
}

.product-category-item {
    margin-bottom: 40px;
}

.product-category-item .thumbnail {
    margin-bottom: 20px!important;
}

.product-category-item .thumbnail img {
    height: 100%;
    object-fit: cover;
}

.team-wrapper {
    margin-bottom: 50px;
}

.avtopark .product-style-1 .desc {
    background-color: whitesmoke;
}

.avtopark .product-category-item-5 .outter-product-wrapper {
    position: static!important;
    top: 0!important;
    transform: none!important;
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
}

.avtopark .product-category-item-5 .outter-product-wrapper .inner-product-wrapper {
    flex-wrap: wrap;
    box-shadow: none!important;
    width: 100%!important;
    padding: 0!important;
}

.avtopark .product-category-item-5 .outter-product-wrapper .inner-product-wrapper .item {
    width: 25%;
}

.portfolio-section {
    margin-top: -60px;
}

.woocommerce .portfolio-section {
    margin-top: 0;
}

.location-section {
    margin-bottom: 60px;
    margin-top: -60px;
}

.location-item {
    position: relative;
    color: #666666;
    transition: all 0.3s ease-in-out;
    margin-bottom: 20px;
}

.location-item:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #333;
    transition: all 0.3s ease-in-out;
    position: absolute;
    bottom: -3px;
    left: 0;
    opacity: 0;
}

.location-item:hover:after {
    bottom: 0;
    opacity: 1;
}

/* Catalog */

.slider-2-button {
    display: none!important;
}

.product-list-wrapper .cate-thumbnail img {
    width: 500px;
    height: 500px;
    object-fit: cover;
}

.bg-overlay {
    top: 0!important;
    height: 100%!important;
    width: 100%!important;
    object-fit: cover!important;
}

.product-slider-2 .carousel-arrow,
.inner-product-wrapper .carousel-arrow {
    opacity: 1;
    transform: translate(0, -50%)!important;
}

.product-section {
    margin-top: 60px;
}

.blog-layout-2 .product-section .main {
    margin-top: 0;
    margin-bottom: 0;
}

.product-slider-2 .item {
    padding: 0 15px;
}

.product.product-style-1 h3 a {
    min-height: 51px;
}

.price-section {
    margin-bottom: 40px;
}

.price-section table tr td:not(:last-child) a {
    color: #97ae76;
}

.price-section table tr td:last-child a {
    line-height: 30px;
}

.faq-manager-section {
    margin-top: 60px;
    margin-bottom: 40px;
}

.faq-manager-section h3 {
    margin-bottom: 25px;
}

.manager-block {
    background-color: #edf2f5;
    padding: 35px 30px 40px 30px;
    border-radius: 10px;
    text-align: center;
}

.manager-block .manager-img {
    border-radius: 100%;
    margin-bottom: 20px;
}

.manager-spec,
.manager-name {
    margin-bottom: 10px;
}

.manager-phone {
    display: block;
    font-size: 20px;
    margin-bottom: 10px;
}

.manager-text {
    margin-bottom: 0;
}

.product-category-random .product-category-grid-style-1 {
    padding-top: 0;
}

.tabs {
    flex-wrap: wrap;
    justify-content: center;
}

.tab-style-2 li {
    padding: 20px 30px;
    width: auto;
}

.tab-gallery-slider,
.tab-sert-slider,
.tab-video-slider {
    margin-left: -7px;
    margin-right: -7px;
}

.tab-gallery-slider .gallery-slide,
.tab-sert-slider .sert-slide,
.tab-video-slider .video-slide {
    padding: 0 7px;
}

.tab-gallery-slider .gallery-slide img {
    height: 150px;
}

.tab-video-slider .video-slide iframe {
    max-width: 100%;
    height: 210px;
}

.tab-gallery-slider .gallery-slide figcaption,
.tab-sert-slider .sert-slide figcaption {
    padding-top: 5px;
}

.comment-list .comment-text {
    padding-left: 0;
}

.rating-box ul {
    padding: 0;
    list-style: none;
}

.rating-box ul {
    display: flex;
}

.rating-box ul li {
    margin-right: 3px;
    color: gold;
}

.feedback-area h3 {
    margin-bottom: 20px;
    margin-top: 20px;
}

/* Single Product */

.header-desc .price-box {
    margin-bottom: 20px;
}

.header-desc .price-box .new-price {
    font-size: 22px;
}

.product-desc-links a {
    color: #97ae76;
    display: block;
}

.single-product-top-row {

    margin-bottom: 20px;
}

.header-desc .stock-status {
    font-size: 20px;
    color: #97ae76;
    margin-bottom: 20px;
}

.single-product-top-row .single-product-top-item:first-child {
    margin-right: 30px;
}

.single-product-top-row .single-product-top-item {
    display: flex;
    vertical-align: center;
    margin-bottom: 10px;
    font-size: 16px;
    color: #292929;
}
.single-product-top-row .single-product-top-item svg {
    margin-right: 10px;
}
.single-product-top-row .single-product-top-item span {
    color: #97ae76;
}

.service-item-wrap {
    list-style: none;
    padding: 0;
    display: flex;
}

.service-item-wrap .service-item {
    display: flex;
    align-items: center;
    padding: 20px;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.service-item-wrap .service-item:not(:last-child) {
    margin-right: 30px;
}

.service-item .service-content {
    padding-left: 15px;
}

.service-item-wrap .service-item:hover {
    border: 1px solid #97ae76;
    transition: 0.3s;
}

.shop-detail-3 .footer-desc {
    padding-bottom: 30px;
}

.price-box span.old-price {
    text-decoration: line-through;
    margin-left: 0!important;
    color: #7C7C7C;
    font-size: 16px;
    line-height: 150%;

}
.price-box span.new-price {
    color: #97ae76!important;
    margin-right: 20px;
}
.single-product-content .stock-status {
    color: #97ae76;
    margin-bottom: 20px;
}

.tech-item-title {
    font-size: 22px;
    margin-bottom: 15px;
}

.tech-item-list {
    margin-bottom: 20px;
}

.tech-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.tech-item-num {
    padding: 7px;
    margin: 0 8px 0 0;
    width: 80px;
    border: 2px solid #97ae76;
    border-radius: 5px;
    text-align: center;
}

.tech-item-tip {
    cursor: pointer;
    text-align: center;
    color: #97ae76;
    border: 1px solid #97ae76;
    border-radius: 50%;
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 11px;
	vertical-align: 1em
}

.shop-detail-3 .woocommerce-tabs .woocommerce-tabs-inner {
    border-bottom: 0;
}

.shop-detail-3 .product-section {
    margin-top: 0;
    margin-bottom: 60px;
}

.shop-detail-3 .feedback-section {
    margin-bottom: 60px;
}

/* Blog */

.list-blog .img-wrapper {
    height: 80px;
}

.blog .main {
    margin-top: 60px;
    margin-bottom: 100px;
}

.blog-h-full-width .post .img-wrapper img {
    max-height: 500px;
    object-fit: cover;
}

.blog-detail .content img {
    max-width: 100%;
}

.blog-detail .content .row {
    margin-bottom: 0;
}

.blog-content-list li a {
    color: #333333;
}

.widget-social-color a {
    background-color: #97ae76;
	padding-top: 5px;
}

.blog-detail-03 .product-section {
    margin-top: 0;
}

.blog-detail-03 .feedback-section {
    margin-bottom: 60px;
}

/* Portfolio */

.portfolio-detail {
    padding-top: 60px;
    padding-bottom: 60px;
}

.portfolio-detail .content img {
    max-width: 100%;
}

.portfolio-detail .post-control {
    padding-top: 20px;
}

.portfolio-detail .content .row {
    margin-bottom: 0;
}

/* Other */

.avtopark-shipping {
    margin-bottom: 45px;
}

.content-shipping {
    margin-bottom: 45px;
}

.content-job {
    margin-bottom: 45px;
    margin-top: 60px;
}

.archive-job-content {
    margin-bottom: 45px;
}

.archive-job {
    margin-top: 60px;
}

.contact .form-contact {
    margin-top: 30px;
    margin-bottom: 60px;
}

.contact .rekvizity-section {
    margin-bottom: 60px;
}

.about-desc {
    margin-bottom: 60px;
}

.search__content {
    margin-top: 60px;
    margin-bottom: 60px;
}

.search__item {
    font-size: 18px;
    color: #333333;
    display: block;
    padding: 15px;
    text-decoration: none;
    margin-bottom: 15px;
    border: 1px solid #e6e6e6;
}

.search__item h4 {
    margin-bottom: 0;
}

.search__item:hover {
    color: #97ae76;
}

.pagination-area {
    margin-top: 30px;
}

.sert-list {
    flex-wrap: wrap;
    margin-top: 60px;
    margin-bottom: 60px;
}

.sert-item {
    display: block;
    margin-bottom: 20px;
}

.sert-item img {
    max-width: 100%;
}

.reviews-section {
    padding-top: 30px;
}

.reviews-section + .feedback-section {
    margin-bottom: 60px;
}

.reviews-section .post .desc a {
    color: #97ae76;
}

.reviews-loadmore {
    display: block;
    width: fit-content;
    margin: 0 auto;
}

.price-tabs-section {
    margin-top: 30px;
}

.regionpages-template .product-category-grid-style-1 {
    padding: 0;
}

.regionpages-template .product-section {
    margin-top: 0;
}

.regionpages-template footer {
    margin-top: 60px;
}

.page-template-location .location-section {
    margin-top: 60px;
}

/* Responsive */

@media (max-width: 1199px) {
    .avtopark .product-category-item-5 .outter-product-wrapper .inner-product-wrapper .item {
        width: 33.33%;
    }
    .item-team {
        padding: 15px 45px;
    }
    .contact .icon-box-contact-wrapper {
        margin-bottom: 30px;
    }
    .contact .icon-box-contact-wrapper .icon-box {
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .widget-footer .heading {
        padding-top: 0;
    }
    .product .desc {
        padding: 15px;
    }
    .product h3 a {
        font-size: 18px;
    }
    .item-team {
        padding: 15px 20px;
    }
    .tabs {
        justify-content: flex-start;
    }
    .tab-style-2 li {
        padding: 15px;
    }
}

@media (max-width: 767px) {
    .boxed-sm {
        padding-left: 0;
        padding-right: 0;
    }
    .shop-layout-2 .product-category-item-5 .outter-product-wrapper .inner-product-wrapper {
        height: auto;
        float: right!important;
    }
    .shop-layout-2 .product-category-item-5 .cate-thumbnail img {
        height: calc(100% - 30px);
        width: 100%;
    }
    .avtopark .product-category-item-5 .outter-product-wrapper .inner-product-wrapper .item {
        width: 50%;
    }
}

@media (max-width: 479px) {
    .header-1-inner .brand-logo, .footer-style-1 .brand-logo {
        width: 185px;
        font-size: 22px;
    }
    .avtopark .product-category-item-5 .outter-product-wrapper .inner-product-wrapper .item {
        width: 100%;
    }
    .item-team .img-wrapper {
        width: 240px;
        height: 240px;
        margin: 0 auto 15px;
    }
    .page-404 h3 {
        font-size: 150px;
    }
}

.header-1-inner .brand-logo:hover, .footer-style-1 .brand-logo:hover {
	color: #97ae76;
}
.item-team .name {
    font-family: Nunito !important;
    color: #292929;
}
.item-team .position {
    font-family: Nunito !important;
    color: #7C7C7C;
}

.overlay-counter {
    background-color: #DBF8E7;
}
.counter-wrapper {
    color: #333333;
    font-family: Nunito;

}
.counter-wrapper p, .counter-wrapper span {
    text-shadow: none;
}
.counter-wrapper p {
    font-weight: 500;
    font-size: 70px;
    line-height: 130%;
}
.counter-wrapper span {
    font-weight: 500;
    font-size: 17px;
    line-height: 150%;
}
.call-to-action-style-1 .overlay-call-to-action {
    background-color: #DBF8E7;
}
.call-to-action-style-1 p, .call-to-action-style-1 h2 {
    text-shadow: none;
    color: #292929;
    font-family: Nunito;
}
.reviews .post .desc h4, .reviews .blog-h .post .desc p {
    font-family: Nunito;
    margin-bottom: 10px;
}
.reviews .post .desc {
    position: relative;
    min-height: 270px;
    height: unset;
    color: #333333;
}
.reviews .post .desc h4 {
    font-weight: 400;
    font-size: 17px;
    position: absolute;
    bottom: 20px;
    color: #7C7C7C;
}
.portfolio h4 {
    font-size: 20px;
    line-height: 140% !important;
    text-align: left;
    color: #333333;
}
.articles p {
    font-size: 17px;
    line-height: 150%;
    color: #7C7C7C;
}
.articles .time {
    color: #7C7C7C;
}

@media (min-width: 1200px) {
    .articles .blog-h {
        height: 650px;
    }
}
.product-custom .product-category-item-5 .outter-product-wrapper .cate-title:before {
    width: 180px;
}
.product-custom .product-category-item-5 .outter-product-wrapper .inner-product-wrapper {
    padding: 25px 40px;
}
.header-1-inner .brand-logo, .footer-style-1 .brand-logo {
    font-weight: 900;
    text-transform: unset;
}
h3.heading, h3.heading-style-2 {
    margin: 50px auto 35px auto;
}

.table > thead > tr > th {
    border-bottom: 0;
}

/*
.price-section table td:last-child {
    text-align: right;
}
*/
.price-section table td:last-child .btn-brand {
    color: #97AE76;
    background-color: #fff;
    border: 1px solid #97AE76;
}
.price-section table td:last-child .btn-brand:hover {
    background-color: #97AE76;
    color: #fff;
}
.footer-style-1 .footer-style-1-inner {
    padding: 55px 0 55px 0;
}
@media (max-width: 767px) {
    .footer-style-1 .footer-style-1-inner {
        padding: 55px 15px;
    }
}
.copy-right-inner p {
    margin-bottom: 0;
}
.about-desc div {
    margin-bottom: 20px;
}
.about-desc h2 {
    margin-top: 40px;
    margin-bottom: 25px;
}
.pinterest-layout-post .post img {
    height: 300px;
}

.product-category-item-5 .outter-product-wrapper .inner-product-wrapper {
    background-color: inherit;
}
@media (max-width: 767px) {
    .reviews .post .desc {
        padding: 25px 30px 50px;
    }
}
.woocommerce .summary .body-desc.prim {
    border: none;
}
.products .col-md-4:not(:first-child), .products .col-md-6:not(:first-child) {
    padding-top: 60px;
}
.products .price-text {
    padding: 2px 10px;
    background-color: #758877;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    margin: 10px 0;

}

.product-wrap {
    background: #F8F8F8;
    border-radius: 6px;
    padding: 25px 30px;
}
.products .footer-desc {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.product-wrap {
    margin-bottom: 25px;
}
.products .footer-desc .btn.btn-brand {
    width: 100%;
    margin-bottom: 15px;
}
@media (max-width: 767px) {

    .products .order-2 {
        padding: 0;
    }
    .products .order-2 .product-wrap {
        padding: 25px 15px;
    }
    .products .order-2 .faq {
        padding: 0 15px;
    }
    .products .col-md-4:not(:first-child), .products .col-md-6:not(:first-child) {
        padding-top: 0px;
    }
    .shop-detail-3 .product-detail {
        margin-bottom: 0;
    }
}
.delivery-text {
    text-align: center;
    font-size: 16px;
    color: #292929;
}
.woocommerce-product-gallery .slick-arrow {
    display: none !important;
}
.mm-menu {
    background: #fff;
}
.mm-navbar-top-1 {
    height: 60px;
}
.mm-search {
    padding: 0;
    height: 60px;

}
.mm-search input {
    height: 60px;
    min-height: 60px;
    max-height: 60px;
    background: #F4F4F4;
}
.mm-hasnavbar-top-1 .mm-panels, .mm-navbar-top-2 {
    top: 60px;
}
.mm-hasnavbar-top-2 .mm-panels, .mm-navbar-top-3 {
    top: 110px;
}
.mm-listview .mm-next:before {
    content: none;
}
.mm-listview > li:not(.mm-divider):after {
    content: none;
}
.mm-navbar {
    border: 0;
}
.mm-navbar .mm-breadcrumbs > a {
    text-decoration: none;
    font-weight: 900;
    font-size: 22px;
    line-height: 130%;
    color: #292929;
}
.mm-navbar .mm-breadcrumbs > span:first-child {
    text-decoration: none;
    font-weight: 900;
    font-size: 22px;
    line-height: 130%;
    color: #292929;
    text-transform: none;

}
.mm-navbar .mm-breadcrumbs > span {
    font-weight: 600;
    font-size: 17px;
    line-height: 150%;
    text-transform: uppercase;
    color: #292929;
}

.mm-menu .mm-listview > li a:not(.mm-next) {
    font-size: 15px;
    line-height: 150%;
    color: #292929;
}
.mm-menu .mm-listview > li a:not(.mm-next):hover {
    color: #5A8A15;
}
.bg-product-screen {
    height: 250px;
    background: #DBF8E7;
    width: 100%;
}
.service-item-wrap .service-item {
    border: none !important;
    padding: 0 ;
}

.service-item-wrap .service-item span.title {
    font-size: 16px;
    line-height: 150%;
    color: #97AE76;
}
.service-item-wrap .service-item span.title:hover {
    color: #7E975A;
}
.service-item .service-content {
    padding-left: 0;
    margin-top: 10px;
}
.wrap-after-slider {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
}
.product-style-1 .img-wrapper {
    border: 0;
}

.header .right .widget {
    margin-top: 2px;
}
.lnr-magnifier:before {
    font-weight: 700;
}
ul.viewed_posts {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
}

ul.viewed_posts > div  {
    width: 25%;
    display: flex;
    padding: 0 15px;
}

ul.viewed_posts > div:first-child {
    display: none;
}
ul.viewed_posts > div a {

    position: relative;
    color: #666666;
    transition: all 0.3s ease-in-out;
    margin-bottom: 0px;
}

ul.viewed_posts > div a:after{
    content: '';
    width: 100%;
    height: 1px;
    background-color: #333;
    transition: all 0.3s ease-in-out;
    position: absolute;
    bottom: -3px;
    left: 0;
    opacity: 0;
}
ul.viewed_posts > div a:hover:after {
    bottom: 0;
    opacity: 1;
}
@media (max-width: 1199px) {
    ul.viewed_posts > div  {
        width: 33%;
        padding: 0 15px;
    }
}
@media (max-width: 767px) {
    ul.viewed_posts  {
        padding: 0;
    }
    ul.viewed_posts > div a {
        margin-bottom: 0;
    }
    ul.viewed_posts > div  {
        width: 50%;
        padding: 0 15px;
    }
}

@media (max-width: 767px) {
    .widget-control-header a.js-open-search-form-header {
        display: block;
        margin-top: 2px;
    }

    .shop-detail-3 .summary h3 {
        padding-top: 40px;
    }
    .location-section {
        margin-bottom: 0;
    }
    .price-section {
        margin-bottom: 0;
    }
    .shop-detail-3 .body-desc {
        padding-bottom: 0;
    }
    .faq-manager-section {
        margin-top: 0;
        margin-bottom: 0;
    }
    .shop-detail-3 .feedback-section {
        margin-bottom: 0;
    }
    .shop-detail-3 .woocommerce-tabs {
        margin-bottom: 0;
    }
    .tab-content-style-2 {
        padding-top: 0px;
    }
    ul.tabs {
        margin-top: 50px;
    }
    .list-blog .desc {
        padding: 0;
    }
}
.row.main .row {
    margin: 0 !important;
}
.list-blog li a {
    display: flex;
    column-gap: 10px;
    flex-direction: row;

}
.list-blog li a .img-wrapper {
    display: flex;
}

.list-blog .desc {
    display: flex;
    flex-direction: column;
    max-width: calc(100% - 100px);
    padding: 0;
}

@media (max-width: 767px) {
    .desktop {
        display: none;
    }
    .blog-layout-2 .main {
        margin-bottom: 0;
    }
    .product-category-random .product-category-grid-style-1 {
        padding-bottom: 0;
    }
    .counter-wrapper {
        margin-top: 50px;
    }
    .blog-layout-2 .main {
        margin-top: 0;
    }
}
@media (min-width: 768px) {
    .call-to-action-style-1 {
        padding: 0;
        max-height: 240px;
        min-height: 240px;
    }
    .call-to-action-style-1 p, .call-to-action-style-1 h2 {
        margin-bottom: 20px !important;
    }
}

.grecaptcha-badge {
	visibility: hidden;
}

.copy-right-inner a {
	color: #DBF8E7;
	text-decoration: underline;
}

.copy-right-inner a:hover {
	color: #97ae76;
	text-decoration: none;
}

.copy-right-inner img {
	width: 24px;
	margin-right: 5px;
}

@media (max-width: 991px) {
	.copy-right-inner {
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.header-1-inner .active {
	color: #97ae76;
}

.footer-style-1-inner .active {
    color: #97ae76;
}

.banner-slider-2 p {
	margin-bottom: 0px;
}

.cat-price p {
	margin-bottom: 70px;
	font-weight: bold;
}

@media (max-width: 767px) {
	.banner-slider-2 p {
		margin-top: 20px;
	}
	.cat-price p {
		margin-bottom: 20px;
	}
	.banner-slider-2 .btn {
		margin-top: 70px;
	}
}
.banner-slider-2 h1 {
    font-size: 80px;
}
@media (max-width: 1199px) {
    .banner-slider-2 h1 {
        font-size: 60px;
    }
}
@media (max-width: 767px) {
    .tp-caption {
        white-space: normal !important;
        min-width: 590px !important;
    }
}

@media (max-width: 591px) {
    .tp-caption {
        white-space: normal !important;
        min-width: 320px !important;
    }
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #97ae76 !important;
}

.wpcf7 form .wpcf7-response-output {
	color: #888888;
}

.another-cities {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.another-cities .city {
    width: 25%;
    display: flex;
    padding: 0 15px;
}
.another-cities .city a {
    position: relative;
    color: #666666;
    transition: all 0.3s ease-in-out;
    margin-bottom: 0px;
}
.another-cities .city a:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #333;
    transition: all 0.3s ease-in-out;
    position: absolute;
    bottom: -3px;
    left: 0;
    opacity: 0; }
.another-cities .city a:hover:after {
    bottom: 0;
    opacity: 1;
}
.another-cities.long-names .city {
    width: 33%;
}
@media (max-width: 1200px) {
    .another-cities.long-names .city {
        width: 50%;
        justify-content: center;
    }
    .another-cities .city {
        width: 33%;
        justify-content: center;
    }
}
@media (max-width: 767px) {
    .another-cities.long-names .city {
        width: 100% !important;
        justify-content: center;
        text-align: center;
    }
    .another-cities .city {
        width: 50%;
        justify-content: center;
        text-align: center;
    }
}
.cursor-pointer {
    cursor: pointer;
}

.ml15 {
	margin-left: 15px;
}

.mr15 {
	margin-right: 15px;
}

.icon-box {
	min-height: 255px;
}

.reviews .post .desc p {
	max-height: 180px;
    overflow-y: auto;
	padding-right: 5px;
}

.reviews .post .desc p::-webkit-scrollbar {
  width: 5px;
  background-color: #97ae76;
}

.reviews .post .desc p::-webkit-scrollbar-thumb {
  background-color: #333;
}
.product_review a {
    color: #97ae76;
}

.mt50 {
	margin-top: 50px;
}

.right .tel {
	float: left;
	margin-right: 15px;
	font-family: 'Nunito', sans-serif;
    font-size: 14px;
    color: black;
	font-weight: 900;
    text-transform: unset;
}

.right .tel:hover {
	color: #97ae76;
}

@media (max-width: 767px) {
	.right .tel {
		margin-right: 0px;
	}
	.header-1-inner .brand-logo {
		margin-right: 15px;
		margin-top: 15px;
		width: 160px;
	}
}

@media (max-width: 392px) {
	.header-1-inner .brand-logo {
		width: 100%;
	}
	.right {
		width: 100%;
	}
	.header-1-inner {
		display: block;
	}
	header .right .widget {
		float: right;
	}
}