
:root {
    --color-primary: #00923f;
    --color-secondary: #ffd400;
    --color-tertiary: #d60000;
    --color-fourth: #5cd5ff;
    --color-black: #121212;
    --color-gray: #dddddd;
    --color-white: #FFFFFF;
}

.text-primary {
    color: var(--color-primary) !important;
}

.header-action-right .search-location {
    display: block;
}

.carausel-5-columns-cover .carausel-5-columns {
    overflow: hidden;
    margin: 0 -12px;
}
.carausel-5-columns-cover .carausel-5-columns .product-cart-wrap {
    margin-right: 12px;
    margin-left: 12px;
}
.carausel-5-columns-cover .carausel-5-columns-arrow {
    margin-top: -100px;
}
.carausel-5-columns-cover .product-cart-wrap {
    margin-bottom: 20px;
}
.carausel-5-columns-cover .product-cart-wrap:hover {
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}

@media only screen and (max-width: 480px) {

    .carausel-5-columns {
        max-width: 375px;
        overflow: hidden;
    }

}

.header-style-1 .search-location .select2-container--default .select2-selection--single {
    border-radius: 50px;
    padding-left: 15px;
    width: 170px;
}

.header-style-1 .search-location .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 2px;
    top: 6px;
    display: none;
}

.header-style-1 .search-style-2 form {
    border: 2px solid var(--color-primary);
}

.btn, .button, .cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button a,
.header-style-1 .main-categori-wrap > a.categories-button-active,
.header-style-1 .search-style-2 form input,
.search-style-2 form select,
.header-style-1 .search-style-2 form,
.header-style-1 .select2-container,
.header-style-1 .select2-container--default .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: 50px;
}

.select2-container--open .select2-dropdown--below {
    border-radius: 12px;
}

.hotline p {
    font-size: 24px;
}

.banner-img.style-2 {
    height: 424px;
}

#scrollUp {
    bottom: 90px;
}

section, footer{
    padding: 0 20px;
}

.header-style-1 .main-categori-wrap > a,
.btn, .button {
    background: var(--color-primary);
}

.btn:hover {
    background: var(--color-secondary);
    color: var(--color-tertiary);
}

.header-style-1 .main-categori-wrap > a:hover {
    background: var(--color-secondary);
    color: var(--color-tertiary);
}

.header-style-1 .main-categori-wrap > a:hover span {
    color: var(--color-tertiary) !important;
}

.main-menu > nav > ul > li > a.active,
.product-cart-wrap .product-content-wrap .product-price span {
    color: var(--color-primary);
}

.hotline p, .header-style-1 .hotline p {
    color: var(--color-primary) !important;
}

.product-cart-wrap .product-badges span.new {
    background: var(--color-primary);
}

.product-cart-wrap .product-badges span.best {
    background: var(--color-secondary);
}

.product-cart-wrap .product-badges span.hot {
    background: var(--color-tertiary);
}

.product-cart-wrap .product-badges span.sale {
    background: var(--color-fourth);
}

.product-cart-wrap .product-content-wrap {
    padding: 12px 20px 20px 20px;
}

.product-cart-wrap .product-badges.product-badges-mrg {
    margin: 10px;
}

.product-cart-wrap .product-badges span {
    border-radius: 50px;
}

footer .logo img {
    width: 75%;
}

.main-menu > nav > ul > li > a:hover,
.main-menu > nav > ul > li ul.sub-menu li a:hover,
.header-style-1 .search-location .select2-container--default .select2-selection--single .select2-selection__rendered,
.product-cart-wrap .product-content-wrap h2 a:hover,
.product-list-small .product-price {
    color: var(--color-primary);
}

.header-action-2 .header-action-icon-2 > a span.pro-count.blue,
.mobile-social-icon a {
    background: var(--color-primary);
}

.main-menu > nav > ul > li > a,
.product-cart-wrap .product-content-wrap h2 a,
.select2-container--default .select2-selection--single .select2-selection__rendered,
.hotline p span,
h1, h2, h3, h4, h5, h6, .font-heading, .display-1, .display-2, .heading-sm-1,
.footer-list li a, .nav-tabs.links .nav-link {
    color: var(--color-black);
}

.footer-list li a:hover,
.cart-dropdown-wrap ul li .shopping-cart-title h4 a,
.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-total h4 span,
.nav-tabs.links .nav-link:hover, .nav-tabs.links .nav-link.active {
    color: var(--color-primary);
}

.text-brand {
    color: var(--color-primary) !important;
}

.product-cart-wrap:hover {
    border: 1px solid var(--color-primary)
}


.highlights-area .product-cart-wrap .product-img-action-wrap .product-img a img {
    min-height: 190px;
    object-fit: cover;
}

.categorie-area .product-cart-wrap .product-img-action-wrap .product-img a img {
    min-height: 280px;
    object-fit: cover;
}

.carausel-10-columns-cover .carausel-10-columns .card-2 {
    display: grid;
    background-size: cover;
    background-position: center;
    z-index: 0;
    position: relative;
}

.carausel-10-columns-cover .carausel-10-columns .card-2 a,
.carausel-10-columns-cover .carausel-10-columns .card-2 span {
    color: var(--color-white);
}

.carausel-10-columns-cover .carausel-10-columns .card-2::before {
    background: var(--color-black);
    opacity: 0.3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
    position: absolute;
    border-radius: 10px;
}

.slider-arrow .slider-btn:hover,
.section-title.style-1::after {
    background: var(--color-primary);
}

.product-list-small h6 a {
    color: var(--color-black);
}

.product-list-small h6 a:hover {
    color: var(--color-primary);
}

.product-list-small figure img {
    height: 135px;
    object-fit: cover;
}

footer .hotline i {
    font-size: 26px;
    margin-right: 10px;
    color: var(--color-black);
    opacity: 1;
}

.payment-brands img {
    width: 40px;
}

.cart-dropdown-wrap.account-dropdown a {
    color: var(--color-black);
}

.cart-dropdown-wrap.account-dropdown a:hover {
    color: var(--color-primary);
}

.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button a {
    background: var(--color-primary);
    border: 2px solid var(--color-primary);
    font-weight: 700;
}

.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button a.outline {
    color: var(--color-primary);
    border: 2px solid var(--color-primary);
    font-weight: 700;
}

.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button a:hover,
.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button a.outline:hover {
    color: var(--color-tertiary);
    border: 2px solid var(--color-secondary);
    background: var(--color-secondary);
}

.header-action-2 .header-action-icon-2 > a span.user-icon,
.header-action-2 .header-action-icon-2 > a span.cart-icon {
    font-size: 24px;
    color: var(--color-black);
}

.header-bottom .header-action-right a span.pro-count {
    background: var(--color-primary);
}

.product-cart-wrap .product-img-action-wrap {
    max-height: 100%;
}

@media only screen and (min-width: 1601px) and (max-width: 1920px) {

    .banner-img.style-2 {
        height: 459px;
    }

    .highlights-area .product-cart-wrap .product-img-action-wrap .product-img a img {
        min-height: 228px;
    }

    .categorie-area .product-cart-wrap .product-img-action-wrap .product-img a img {
        min-height: 340px;
    }

    .related-products .product-cart-wrap .product-img-action-wrap .product-img a img {
        min-height: 310px !important;
    }

    .product-grid .product-cart-wrap .product-img-action-wrap .product-img a img {
        min-height: 262px !important;
    }

    /*.detail-gallery .product-image-slider img {*/
    /*    max-height: 570px !important;*/
    /*    min-height: 570px !important;*/
    /*}*/

    /*.slider-nav-thumbnails .slick-slide img {*/
    /*    min-height: 170px !important;*/
    /*}*/

    .banners .banner-img {
        max-height: 295px !important;
    }

}

@media only screen and (min-width: 1441px) and (max-width: 1600px) {

    .banner-img.style-2 {
        height: 449px;
    }

    .highlights-area .product-cart-wrap .product-img-action-wrap .product-img a img {
        min-height: 216px;
    }

    .categorie-area .product-cart-wrap .product-img-action-wrap .product-img a img {
        min-height: 320px;
    }

    .related-products .product-cart-wrap .product-img-action-wrap .product-img a img {
        min-height: 292px !important;
    }

    .product-grid .product-cart-wrap .product-img-action-wrap .product-img a img {
        min-height: 252px !important;
    }

    /*.detail-gallery .product-image-slider img {*/
    /*    max-height: 540px !important;*/
    /*    min-height: 540px !important;*/
    /*}*/

    /*.slider-nav-thumbnails .slick-slide img {*/
    /*    min-height: 160px !important;*/
    /*}*/

    .banners .banner-img {
        max-height: 285px !important;
    }

}

@media only screen and (max-width: 1024px) {

    /* .header-style-1 .search-style-2 form {
        max-width: 100%;
    }

    .search-style-2 form input {
        width: 100%;
    } */

    a.small-text {
        font-size: 12px !important;
    }

    .page-cards .featured-card {
        min-height: 445px !important;
    }

    .page-cards.contact-cards .featured-card {
        min-height: 345px !important;
        padding: 50px 30px !important;
    }

    .contact-cards .featured-card p {
        margin-bottom: 0;
    }

    .bg-image-1, .bg-image-2 {
        width: 120% !important;
        left: -10% !important;
    }

    .language-dropdown-active {
        font-size: 12px;
    }

    .header-action-2 .header-info {
        min-width: 68px;
    }

    .header-info > ul > li a i {
        margin-left: 5px;
    }

    .header-style-1 .search-location .select2-container {
        margin-right: 0;
        min-width: 138px;
        max-width: 138px;
    }

    .header-style-1 .search-location .select2-container--default .select2-selection--single {
        box-shadow: none;
        width: 100%;
    }

    .header-middle .header-action-2 .header-action-icon-2 {
        display: none;
    }

    .header-action-right {
        display: block;
    }

    .highlights-area .product-cart-wrap .product-img-action-wrap .product-img a img {
        min-height: 170px;
    }

    .banner-img.style-2 {
        height: 404px;
    }

    .banner-img.style-2 .banner-text {
        top: 30px !important;
    }

    .banner-img .banner-text {
        padding: 0 30px !important;
    }

    .banner-img .banner-text h3 {
        font-size: 21px;
    }

    .banner-img.style-2 .banner-text a {
        bottom: 70px;
    }

    .related-products .product-cart-wrap .product-img-action-wrap .product-img a img {
        min-height: 192px !important;
    }

    .product-grid .product-cart-wrap .product-img-action-wrap .product-img a img {
        min-height: 182px !important;
    }

    /*.detail-gallery .product-image-slider img {*/
    /*    max-height: 420px !important;*/
    /*    min-height: 420px !important;*/
    /*}*/

    /*.slider-nav-thumbnails .slick-slide img {*/
    /*    min-height: 108px !important;*/
    /*}*/

    .banners .banner-img {
        max-height: 168px !important;
    }

}

@media only screen and (max-width: 992px) {

    .about-count {
        padding: 80px !important;
    }

    .page-cards .featured-card {
        min-height: auto !important;
    }

    .page-cards.contact-cards .featured-card {
        min-height: auto !important;
    }

    .section-form .product-info {
        border-radius: 20px !important;
        padding: 60px 60px 30px !important;
    }

    .header-style-1 .search-style-2 form input,
    .header-style-1 .search-style-2 form {
        max-width: 450px !important;
    }

    .logo.logo-width-1 {
        display: none;
    }

    .header-style-1 .search-style-2 form {
        max-width: 100%;
    }

    .logo.logo-width-1 a img {
        width: 40%;
        min-width: auto;
        padding: 10px 0;
    }

    .burger-icon {
        margin-right: 10px;
    }

    .mobile-header-wrapper-style {
        width: 75vw;
    }

    .highlights-area .product-cart-wrap .product-img-action-wrap .product-img a img {
        min-height: 290px;
    }

    .product-list-small figure img {
        min-height: 100px;
    }

    .product-list-small figure img {
        height: 100px;
    }

    .related-products .product-cart-wrap .product-img-action-wrap .product-img a img {
        min-height: 182px !important;
    }

    .product-grid .product-cart-wrap .product-img-action-wrap .product-img a img {
        min-height: 172px !important;
    }

    /*.detail-gallery .product-image-slider img {*/
    /*    max-height: 340px !important;*/
    /*    min-height: 340px !important;*/
    /*}*/

    /*.slider-nav-thumbnails .slick-slide img {*/
    /*    min-height: 75px !important;*/
    /*}*/

    .banners .banner-img {
        max-height: 192px !important;
    }

}

@media only screen and (max-width: 768px) {

    .page-contact-us {
        padding-bottom: 0 !important;
    }

    .banners .banner-img {
        max-height: 195px !important;
    }

    .section-form .product-info {
        border-radius: 15px !important;
        padding: 30px 25px 10px !important;
        margin-bottom: 20px;
    }

    .comment-form {
        padding-top: 5px;
    }

    .section-form .product-info h2 {
        font-size: 36px;
    }

    .form-contact.comment_form {
        margin-top: 20px !important;
    }

    .section-form .product-info h5 {
        font-size: 12px;
        padding-bottom: 10px;
    }

    .pagination-area {
        margin-bottom: 20px;
    }

    .header-action-right {
        display: none;
    }

    .header-style-1 .search-style-2 form input, .header-style-1 .search-style-2 form {
        max-width: 100% !important;
    }

    .header-info > ul > li a,
    .header-action-right .search-location {
        display: none;
    }

    .mobile-header-wrapper-style {
        width: 95vw;
    }

    .logo.logo-width-1 a img {
        width: 92%;
    }

    /*body {*/
    /*    padding: 0 20px;*/
    /*}*/

    footer .section-padding,
    footer .container {
        padding-top: 0 !important;
        padding-bottom: 15px !important;
    }

    .footer-mid .widget-title {
        margin-top: 0;
    }

    .highlights-area .nav-tabs,
    .categorie-area .nav-tabs {
        justify-content: space-between;
    }

    .highlights-area .nav-tabs .nav-link,
    .categorie-area .nav-tabs .nav-link {
        margin: 0;
        margin-bottom: 10px;
    }

    .highlights-area .nav-tabs.links .nav-link,
    .categorie-area .nav-tabs.links .nav-link {
        padding: 0;
    }

    .highlights-area .product-cart-wrap .product-img-action-wrap .product-img a img,
    .categorie-area .product-cart-wrap .product-img-action-wrap .product-img a img,
    .related-products .product-cart-wrap .product-img-action-wrap .product-img a img {
        min-height: 290px;
    }

    .product-grid .product-cart-wrap .product-img-action-wrap .product-img a img {
        min-height: 290px;
    }

    .product-list-small figure img {
        height: 90px;
    }

    .search-style-3 form input {
        color: var(--color-black);
    }

    .search-style-3 form input {
        border-radius: 50px;
    }

    #scrollUp {
        bottom: 188px;
    }

    .hero-slider-1 .single-hero-slider .display-2,
    .hero-slider-1 .single-hero-slider .slider-content p {
        max-width: 240px;
    }

    .hero-slider-1 .slider-content {
        top: 55%;
        left: 28px;
    }

    .hero-3 input {
        font-size: 13px;
        width: 270px !important;
    }

    .hero-3 form input {
        padding-left: 16px !important;
    }

    footer button.submit, footer button[type=submit] {
        margin-left: -45px;
    }

    /*.slider-nav-thumbnails .slick-slide img {*/
    /*    min-height: 70px !important;*/
    /*}*/

    .slider-nav-thumbnails div.slick-slide {
        margin: 0 8px;
    }

    /*.detail-gallery .product-image-slider img {*/
    /*    max-height: 300px !important;*/
    /*    min-height: 300px !important;*/
    /*}*/

    .detail-gallery .product-image-slider {
        margin-bottom: 20px;
    }

    .page-header.breadcrumb-wrap {
        padding: 18px 2px;
    }

    .product-detail-row {
        margin-top: 30px !important;
        margin-bottom: 25px !important;
    }

    .tab-content.shop_info_tab {
        margin-top: 10px;
    }

    .breadcrumb span {
        padding: 0 2px;
    }

    .breadcrumb {
        font-size: 10px;
    }

    .breadcrumb span::before {
        font-size: 8px;
    }

    .detail-info .detail-extralink .detail-qty {
        max-width: 65px;
        padding: 11px 20px 11px 16px;
    }

    .cart-area {
        margin-top: 20px !important;
        margin-bottom: 60px !important;
    }

    .w-sm-100 {
        width: 100%;
    }

    .table td {
        text-align: left !important;
        padding-left: 12px !important;
        width: fit-content;
        display: table-cell;
    }

    .shopping-summery table > :not(caption) > * > * {
        padding: 12px 0;
    }

    .shopping-summery table tbody tr img {
        max-width: 70px;
        max-height: 70px;
        min-height: 70px !important;
    }

    td.price {
        display: none;
    }

    td h6,
    td p {
        font-size: 13px !important;
    }

    .detail-info .detail-extralink .detail-qty {
        max-width: 90px;
        padding: 12px 40px 12px 15px;
    }

    .action.delete {
        padding-right: 10px;
        padding-left: 2px !important;
    }

}

#scrollUp {
    color: var(--color-black);
    border: 2px solid var(--color-black);
}

.burger-icon.burger-icon-white > span::before, .burger-icon.burger-icon-white > span::after {
    background: var(--color-black);
}

.body-overlay-1 {
    background: var(--color-primary);
    opacity: 1;
}

.close-style-wrap .close-style {
    background: var(--color-white);
    border: 2px solid var(--color-primary);
}

.close-style-wrap .close-style > i::before, .close-style-wrap .close-style > i::after {
    background-color: var(--color-primary);
}

.dot-style-1 ul li button {
    border-color: var(--color-black);
}

.dot-style-1 ul li.slick-active button {
    background: var(--color-primary);
    border-color: var(--color-primary);
}

.hero-3 {
    height: auto;
    background: none;
}

footer button.submit, footer button[type=submit] {
    background-color: var(--color-primary);
    padding: 12px 20px;
    font-size: 14px;
    margin-left: -40px;
    border: 2px solid var(--color-primary) !important;
}

.hero-3 form button:hover {
    background-color: var(--color-secondary) !important;
    color: var(--color-tertiary) !important;
    border: 2px solid var(--color-secondary) !important;
}

.hero-3 form input {
    padding-left: 25px;
    background: none;
}

.hero-3 input {
    height: 50px;
    font-size: 14px;
    width: 280px;
    border: 2px solid var(--color-primary) !important;
    line-height: 50px;
}

.hero-3 form {
    box-shadow: none;
}

.header-info > ul > li > ul.language-dropdown {
    min-width: 140px;
}

.header-info > ul > li > ul li a {
    color: var(--color-black);
}

.header-info > ul > li > ul li a:hover {
    color: var(--color-primary);
}

.related-products .product-img-action-wrap,
.product-grid .product-img-action-wrap {
    padding: 20px 20px 0px 20px;
}

.related-products .product-cart-wrap .product-content-wrap,
.product-grid .product-cart-wrap .product-content-wrap {
    padding: 2px 20px 20px 20px;
}

.related-products .product-cart-wrap .product-img-action-wrap .product-img a img {
    min-height: 262px;
    object-fit: cover;
}

.product-grid .product-cart-wrap .product-img-action-wrap .product-img a img {
    min-height: 220px;
    object-fit: cover;
}

.breadcrumb a,
.tab-style3 .nav-tabs .nav-item a.active, .tab-style3 .nav-tabs .nav-item a:hover,
.detail-qty > a, .detail-info h6 {
    color: var(--color-primary);
}

button.submit, button[type=submit] {
    background: var(--color-primary);
    border-radius: 50px;
}

.detail-extralink .detail-qty {
    color: var(--color-gray);
    border: 2px solid var(--color-gray) !important;
}

.detail-extralink .detail-qty {
    margin-bottom: 0;
}

.btn-heading, button.btn-heading[type=submit] {
    background: var(--color-primary);
    color: var(--color-white);
}

.btn-heading:hover, button.btn-heading[type=submit]:hover {
    background: var(--color-secondary) !important;
    color: var(--color-tertiary);
}

.product-extra-link2 .button.button-add-to-cart {
    background: var(--color-white);
    border: 2px solid var(--color-primary);
    color: var(--color-primary);
    line-height: 30px;
}

.product-extra-link2 .button.button-add-to-cart:hover {
    background: var(--color-primary) !important;
    border: 2px solid var(--color-primary);
    color: var(--color-white);
    line-height: 30px;
}

.slider-nav-thumbnails .slick-slide img {
    /*min-height: 145px;*/
    object-fit: cover;
}

.slider-nav-thumbnails .slick-slide.slick-current img {
    border: 2px solid var(--color-primary);
}

.header-style-1.header-height-2 {
    z-index: 9999999;
}

/*.detail-gallery .product-image-slider img {*/
/*    max-height: 540px;*/
/*    min-height: 540px;*/
/*    width: 100%;*/
/*    object-fit: cover;*/
/*}*/

.detail-info .product-price .current-price {
    font-size: 42px;
}

.detail-info .product-price .old-price {
    font-size: 24px;
}

.detail-info .product-price {
    margin: 15px 0 15px 0;
}

.product-detail-row {
    margin-top: 40px;
    margin-bottom: 40px;
}

.breadcrumb {
    text-transform: none;
}

.shopping-summery table thead th.first-th {
    padding-left: 24px;
}

.shopping-summery table tbody tr img {
    min-height: 100px;
    object-fit: cover;
    margin-top: 5px;
}

.btn-cart {
    background: var(--color-white);
    border: 2px solid var(--color-primary);
    color: var(--color-primary);
}

.btn-cart:hover {
    background: var(--color-primary);
    border: 2px solid var(--color-primary);
    color: var(--color-white);
}

.btn-coupon {
    background: var(--color-gray);
    color: var(--color-black);
}

.cart-area {
    margin-top: 50px;
    margin-bottom: 50px;
}

input.coupon {
    border-radius: 50px;
}

.action.delete {
    padding-right: 10px;
}

.hero-slider-1 .slider-content h1,
.hero-slider-1 .slider-content p {
    color: var(--color-white);
    opacity: 1;
}

.hero-slider-1 .slider-content h1 {
    margin-top: 40px;
}

.single-hero-slider::before {
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
    content: '';
    border-radius: 30px;
}

.slider-arrow .slider-btn {
    background: var(--color-white);
    line-height: 49px;
}

.banner-img.style-2 .banner-text {
    top: 40px;
}

.banner-img .banner-text {
    padding: 0 40px;
}

.banner-img .banner-text h3 {
    margin-bottom: 40px;
    color: var(--color-white);
}

.banner-img.style-2 {
    background: none;
    background-size: cover !important;
    background-position: center !important;
}

.banner-img.style-2::before {
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
    content: '';
    border-radius: 15px;
}

.mobile-menu-active .body-overlay-1 {
    z-index: 99999998 !important;
}

.mobile-header-wrapper-style.sidebar-visible {
    z-index: 99999999 !important;
}

.banner-img.style-2 .banner-text {
    position: relative;
    height: 100%;
}

.banner-img.style-2 .banner-text a {
    position: absolute;
    bottom: 90px;
}

.pagination-area .page-item.active .page-link, .pagination-area .page-item:hover .page-link {
    background: var(--color-primary);
}

.product-grid .product-cart-wrap {
    margin-bottom: 25px;
}

.btn-default i {
    margin-left: 2px;
}

.widget-category-2 ul li a {
    color: var(--color-black)
}

.widget-category-2 ul li:hover {
    border: 1px solid var(--color-primary);
}

.widget-category-2 ul li:hover a {
    color: var(--color-primary)
}

.price_range {
    background: none;
}

.custome-checkbox input[type=checkbox]:checked + .form-check-label::before {
    background: var(--color-primary);
    border-color: var(--color-primary);
}

.noUi-horizontal .noUi-handle,
.noUi-connect,
.sort-by-dropdown ul li:hover a {
    background: var(--color-primary);
}

.range #slider-range,
.noUi-background {
    background: var(--color-gray) !important;
    opacity: 1;
}

.range #slider-range,
.sort-by-dropdown ul li a.active::before {
    color: var(--color-primary);
}

.section-title.style-1 {
    font-size: 21px;
    padding-bottom: 10px;
}

.section-title.style-1::after {
    background: none;
}

.shop-filter-toogle {
    width: 100%;
}

a.shop-filter-toogle {
    color: var(--color-primary);
}

.shop-filter-toogle.active i.angle-down,
.shop-filter-toogle.active i.angle-up,
.shop-filter-toogle i {
    right: 0;
    position: absolute;
    padding-right: 20px;
    top: 14px;
}

a.shop-filter-toogle {
    margin-bottom: 30px;
}

.section-image {
    position: relative;
    z-index: -1;
    margin-bottom: 40px;
}

.bg-image-1 {
    margin-top: -200px;
    border-radius: 40px;
    position: relative;
    z-index: -1;
    width: 100%;
    height: 600px;
    background: url(https://s3.tktr.com.br/assets/templates/serragaucha/images/about/about-08.jpg);
    background-position: top center;
    background-size: cover;
}

.bg-image-2 {
    margin-top: -200px;
    border-radius: 40px;
    position: relative;
    z-index: -1;
    width: 100%;
    height: 600px;
    background: url(../imgs/page/img-contact-5.jpg);
    background-position: top center;
    background-size: cover;
}

.section-form .product-info {
    background: var(--color-primary);
    border-radius: 40px;
    padding: 80px 80px 50px;
}

.section-form .product-info h2,
.section-form .product-info h5 {
    color: var(--color-white);
    margin-bottom: 2px;
}

.section-form .product-info h5 a {
    color: var(--color-white);
}

.section-form .product-info h5 a:hover {
    color: var(--color-secondary);
}

.section-form .tab-content.shop_info_tab {
    margin-top: 0;
}

.section-form .product-info .button-contactForm {
    background: var(--color-secondary);
    color: var(--color-tertiary);
}

.section-form .product-info .button-contactForm:hover {
    color: var(--color-white) !important;
}

.section-form .tab-style3 .nav-tabs li.nav-item a {
    background: transparent;
    color: var(--color-white);
}

.section-form .tab-style3 .nav-tabs li.nav-item a.active {
    background: var(--color-white);
    color: var(--color-primary);
}

.section-form .form-group input {
    -moz-transition: 0.4s;
    transition: 0.4s;
}

.section-form .form-group input:focus {
    background: var(--color-white);
    color: var(--color-primary);
    border: 1px solid var(--color-secondary);
    -moz-transition: 0.4s;
    transition: 0.4s;
}

.page-cards .featured-card {
    border: 0;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    min-height: 395px;
    padding: 50px;
}

.page-cards.contact-cards .featured-card {
    border: 0;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    min-height: 345px;
    padding: 50px;
}

.page-cards .featured-card i {
    font-size: 56px;
    line-height: 56px;
    color: var(--color-primary);
}

.page-cards .featured-card h4 {
    margin-bottom: 20px;
    margin-top: 30px;
}

.featured-card a {
    color: var(--color-primary);
}

.featured-card a:hover {
    color: var(--color-secondary);
}

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

.banners .banner-text h4 {
    color: var(--color-white);
}

.banners .banner-img {
    max-height: 258px;
}

.banners .banner-img::before {
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    content: '';
}

.page-faq {
    padding: 40px 0;
}

.page-contact-us {
    padding: 40px 0 10px;
}

.accordion-item {
    border: 0;
    border-bottom: 1px solid var(--color-gray);
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
}

.accordion-body {
    padding-top: 0;
    padding-bottom: 22px;
}

.accordion-body p {
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
}

.accordion-button {
    font-weight: 600;
}

.accordion-button:not(.collapsed) {
    color: var(--color-primary);
    background-color: transparent;
}

.accordion-item:last-of-type {
    border-bottom: 1px solid var(--color-gray) !important;
}

.contact-from-area .contact-form-style button {
    background: var(--color-primary);
}

.contact-from-area .contact-form-style button:hover {
    background: var(--color-secondary) !important;
    color: var(--color-tertiary);
}

.small-text {
    font-size: 13px !important;
}

.newsletter .newsletter-inner {
    background: #00923f25;
    padding: 60px 80px;
}

.newsletter .newsletter-inner .newsletter-content form button:hover {
    background: var(--color-secondary) !important;
}

.about-count {
    z-index: 0;
    padding: 130px;
    border-radius: 20px;
    background: url(../imgs/page/img-contact-4.jpg);
    background-position: center;
    background-size: cover;
}

.about-count::after {
    z-index: -1;
    background: var(--color-black);
    opacity: 0.5;
}

.btn-big {
    padding: 24px;
    font-size: 18px;
}
