.custom__product_tab_nav {
    color: #111 !important;
}

html body .tabs-dark.tabs-simple .nav-tabs li .nav-link.active,
html body .tabs-dark.tabs-simple .nav-tabs li .nav-link.active:hover,
html body .tabs-dark.tabs-simple .nav-tabs li .nav-link.active:focus {
    color: #4f9c2f !important;
    border-bottom-color: #4f9c2f !important;
}

.thumb-gallery-detail.customized {
    border: 1px solid #4f9c2f !important;
}

.thumb-gallery-wrapper.customized.sticky-top {
    top: 130px;
}

.thumb-gallery-detail.customized.owl-carousel .owl-nav {
    top: initial !important;
    transform: initial !important;
    bottom: -20px !important;
    height: 40px;
    display: flex;
    justify-content: center;
    gap: 5px;
}

.thumb-gallery-detail.customized .owl-nav button {
    font-size: 24px !important;
    left: initial !important;
    right: initial !important;
    width: 40px !important;
    height: 40px !important;
    position: initial;
    border: 1px solid #4f9c2f !important;
}

.thumb-gallery-detail.customized .owl-nav button.owl-next,
.thumb-gallery-detail.customized .owl-nav button.owl-next.disabled,
.thumb-gallery-detail.customized .owl-nav button.owl-prev,
.thumb-gallery-detail.customized .owl-nav button.owl-prev.disabled {
    border-radius: 0 !important;
    background-color: #fff !important;
    color: #fff !important;
    transform: initial !important;
    opacity: 1 !important;
}

.thumb-gallery-detail.customized .owl-nav button.owl-prev:before,
.thumb-gallery-detail.customized .owl-nav button.owl-next:before {
    color: #4f9c2f !important;
    top: initial !important;
}

.thumb-gallery-detail.customized .owl-nav button.owl-prev.disabled:before,
.thumb-gallery-detail.customized .owl-nav button.owl-next.disabled:before {
    opacity: .3;
}

.scroll-to-top {
    background: #111 !important;
    color: #fff !important;
}

.thumb-gallery-thumbs.customized .owl-item {
    padding: 8px !important;
    border: 0 !important;
}

.thumb-gallery-thumbs.customized .owl-item img {
    filter: grayscale(100)
}

.thumb-gallery-thumbs.customized .owl-item:hover img,
.thumb-gallery-thumbs.customized .owl-item.selected img {
    filter: grayscale(0)
}

.container-fluid.customized {
    max-width: 95% !important;
}

.custom__contact_info {
    text-align: center;
}

.custom__map-container {
    margin: 0;
    white-space: nowrap;
    font-size: 0;
    height: 250px;
}

.custom__map-container iframe {
    height: 250px !important;
    margin-bottom: 0;
}

.map-nav {
    position: relative;
    cursor: pointer;
}

.map-nav.map-nav-active:before {
    width: 1000%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    background-color: #4f9c2f;
    z-index: 1;
}

.map-nav:before {
    left: 0;
}

.map-nav:first-of-type:before {
    right: 0;
    left: initial;
}

.map-nav.map-nav-active * {
    color: #fff !important;
}

.custom__contact_info {
    position: relative;
    z-index: 5;
}

.contact-form.customized .form-control {
    border: 0;
    background: #f4f4f4;
    border-radius: 5px;
    height: auto;
    padding: 20px 25px
}

/**
Custom Slider
 */
.custom__Carousel {
}

.custom__Carousel .carousel-indicators button.active {
    background-color: #4f9c2f;
}

#custom__Carousel_Desktop {
}

#custom__Carousel_Mobile {
    display: none;
}

@media (max-width: 767.98px) {
    #custom__Carousel_Desktop {
        display: none;
    }

    #custom__Carousel_Mobile {
        display: block;
    }
}

.custom__ProductDescription {
    font-size: 1.2rem;
}

.custom__ProductDescription p,
.custom__ProductDescription li {
    line-height: 32px;
}

.custom__ProductDescription ul {
    margin: 15px 0;
}

.custom__ProductDescription ul li {
    padding: 4px 0;
}

.custom__ProductDescription h3 {
    margin: 30px 0;
    font-size: 28px;
    font-weight: bold;
}

#custom__ProductVideo {
    border: 8px solid #4f9c2f;
    height: 250px;
}

#custom__ProductVideo iframe {
    height: 100% !important;
    max-width: 100%;
}

.custom__CategorySidebarList li {
    padding: 10px 40px 10px 20px;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.custom__CategorySidebarList li:after {
    content: '>';
    position: absolute;
    right: -20px;
    font-size: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #111;
    transition: right ease-in-out .2s;
    font-weight: bold;
}

.custom__CategorySidebarList li:hover:after {
    right: 20px;
    color: #4f9c2f;
}

.custom__CategorySidebarList li a {
    color: #111 !important;
    text-decoration: none;
    display: block;
    width: 100%;
    font-size: .9em !important;
    line-height: 1.2em !important;
}

.custom__CategorySidebarList li a:hover {
    text-decoration: none;
    color: #4f9c2f !important;
}

.custom__CategorySidebarList li.active {
    background-color: #4f9c2f;
}

.custom__CategorySidebarList li.sub-cat {
    padding-left: 30px;
}
.custom__CategorySidebarList li.sub-active {
    background-color: #f0ffe8;
}

.custom__CategorySidebarList li.active a {
    color: #fff !important;
    font-weight: bold;
}

.custom__sidebar-container {
    min-width:300px !important
}
.custom__product-listing-container {
    max-width:calc(100% - 400px) !important
}

@media (max-width: 1000px) {
    .custom__sidebar-container,
    .custom__product-listing-container{
        width: 100% !important;
        max-width: 100% !important;
    }
}

#teklifModal label {
    color: #111;
    font-weight: bold;
}

#teklifModal .modal-body {
    padding: 0;
}

#quoteForm {
    display: flex;
    flex-direction: column;
}

#quoteForm .form-group {
    padding: 8px 16px;
    margin: 0;
    display: flex;
    align-items: center;
    background: #f9f9f9;
}

#quoteForm .form-group:nth-child(2n) {
    background-color: #fff;
}

#quoteForm .form-group label {
    flex: 0 0 120px;
    margin-right: 15px;
    text-align: right;
    font-size: 12px;
}

#quoteForm .form-control {
    flex: 1;
    width: auto;
}

#quoteForm .form-group:last-of-type {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    opacity: 0;
}

@media (max-width: 576px) {
    #quoteForm .form-group {
        flex-direction: column;
        align-items: initial;
    }

    #quoteForm .form-group label {
        flex:1;
        text-align: left;
    }
}

.custom__news_items {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.custom__news_item {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    width: calc(50% - 15px);
    max-width: 100%;
}

.custom__news_item .custom__news_thumbnail {
    min-width: 80px;
    min-height: 80px;
    max-width: 80px;
    max-height: 80px;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom__news_item .custom__news_thumbnail img {
    height: 100%;
}

.custom__news_info {
    display: flex;
    flex-direction: column;
}

.custom__news_info a {
    font-weight: bold;
}

.custom__news_info span {
    font-size: .8em;
}

@media (max-width: 576px) {

    .custom__news_items {
        margin-top:30px;
    }

    .custom__news_item {
        width: 100%;
    }
}

.bg-primary_custom {
    background-color: #00893c !important;
}

.category-description {
    padding: 15px;
    background: #fff;
    border:1px solid #b1b1b1;
    border-radius: 5px;
    font-size: .9rem;
    margin: 15px 0;
}

.category-description h2 {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 5px;
}

.category-description p {
    margin-bottom: 5px;
}

.custom__announce-card-inner {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 7px;
    overflow: hidden;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.custom__announce-card-inner:hover {
    border-color: #4f9c2f;
    box-shadow: 0 10px 28px rgba(0, 0, 0, .07);
}

.custom__announce-thumb {
    background: #f4f4f4;
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

.custom__announce-thumb a {
    display: block;
    width: 100%;
    height: 100%;
}

.custom__announce-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .25s ease;
}

.custom__announce-card-inner:hover .custom__announce-thumb img {
    transform: scale(1.03);
}

.custom__announce-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 18px;
}

.custom__announce-date {
    color: #8e8e8e;
    font-size: .78rem;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.custom__announce-title {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 10px;
}

.custom__announce-title a {
    color: #212529;
    text-decoration: none;
}

.custom__announce-title a:hover {
    color: #4f9c2f;
    text-decoration: none;
}

.custom__announce-excerpt {
    color: #777;
    font-size: .9rem;
    line-height: 1.65;
    margin: 0 0 16px;
}

.custom__announce-link {
    color: #4f9c2f;
    font-size: .82rem;
    font-weight: 700;
    margin-top: auto;
    text-decoration: none;
}

.custom__announce-link:hover {
    color: #1e6034;
    text-decoration: none;
}

@media (max-width: 575.98px) {
    .custom__announce-content {
        padding: 15px;
    }
}

.custom__announce-reader {
    color: #333;
}

.custom__announce-reader-header {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 28px;
    padding-bottom: 14px;
}

.custom__announce-reader-meta {
    align-items: center;
    color: #8e8e8e;
    display: flex;
    flex-wrap: wrap;
    font-size: .82rem;
    font-weight: 700;
    gap: 9px;
    text-transform: uppercase;
}

.custom__announce-reader-meta a {
    color: #4f9c2f;
    text-decoration: none;
}

.custom__announce-reader-meta a:hover {
    color: #1e6034;
    text-decoration: none;
}

.custom__announce-reader-meta span {
    background: #d9d9d9;
    border-radius: 50%;
    display: inline-block;
    height: 5px;
    width: 5px;
}

.custom__announce-reader-body {
    font-size: 1.05rem;
    line-height: 1.9;
}

.custom__announce-reader-body::after {
    clear: both;
    content: "";
    display: block;
}

.custom__announce-reader-image {
    float: left;
    margin: 8px 30px 18px 0;
    max-width: 430px;
    width: 42%;
}

.custom__announce-reader-image img {
    border-radius: 7px;
    display: block;
    height: auto;
    width: 100%;
}

.custom__announce-reader-body p {
    margin-bottom: 1.2rem;
}

.custom__announce-reader-body h2,
.custom__announce-reader-body h3,
.custom__announce-reader-body h4 {
    color: #212529;
    font-weight: 700;
    line-height: 1.3;
    margin: 1.8rem 0 1rem;
}

@media (max-width: 767.98px) {
    .custom__announce-reader-image {
        float: none;
        margin: 0 0 22px;
        max-width: none;
        width: 100%;
    }
}
