#nav-menu .main-nav-menu .menu__list--top > li > a {
    font-size: 14px;
    white-space: nowrap;
}
.wrap-logo img {
    width: 150px;
}
body #site-cart-handle .cart-menu i,
body .layered-content > li >a:hover,
body .main_item_cat .layered-content >li.active>a,
body .advanced-filter .tag-choise:hover,
body .advanced-filter.check .tag-choise{
    color: #0c3b27;
}

.home-page .tab-caption-item.selected {
    border: 2px solid #0c3b27;
}
.breadcrumb > li:last-child a,.product-info span.nameCategoryView,
.collection-page .breadcrumb > .active{
    color: #333 !important;
    font-weight: 600;
}
.dtsWrp .purchase-product .btn-addCart {
    background: #0c3b27;
    border: 1px solid #0c3b27;
}

.dtsWrp .purchase-product .btn-addCart img {
    filter: invert(1);
}
.purchase-product .cart-modal a {
    color: #000;
}
.guide-size,.header-wrap-icon .hidden-xs.group-icon > div#site-account-handle,
.footer-container .email-footer .img-vis,.main_item_left.size-left:nth-child(4),.two-dots,
.footer-bottom>.row>div:last-child{
    display: none;
}
.dtsWrp #pContent .title>span:hover,.dtsWrp #pContent .title>span.active {
    background: #0c3b27;
    border-bottom: 2px solid #0c3b27;
}
body .main_item_cat .layered-content >li.active>a:before {
    color: #0c3b27;
    border-color: #0c3b27;
}
body #slider-range.ui-slider-horizontal .ui-slider-range,body #slider-range.ui-slider-horizontal .ui-slider-handle,
.back-to-top.display a,body .main_item_cat .dropdown-filter{
    background: #0c3b27;
}
.footer-container .logo-footer img {
    width: 90px;
}
body .home-page .tab-caption-item:hover {
    border: 2px solid #0c3b27;
}
.product-info span.pview-code {
    color: #333 !important;
    font-weight: 600;
}
body .purchase-product .cart-modal a {
    color: #000;
}
.section__title--link {
    display: none;
}
body .btn-green{
    background-color: #0c3b27;
    border-color: #0c3b27;
}
.contentTab ul, .contentTab li {
    list-style: disc;
}
.contentTab ul {
    padding-left: 15px;
    margin-left: 15px;
}
@media screen and (min-width: 1200px){
    #site-header .container {
        max-width: 1440px;
        width: 1320px;
    }
}
@media screen and (max-width: 991px){
    .wrap-logo img {
        width: 60px;
    }
    #site-cart-handle:after {
        margin-left: -6px;
        width: 12px;
    }
    #site-cart-handle {
        width: 20px;
        height: 20px;
    }
    .cart-menu .count {
        top: 0;
    }
    .header-wrap-icon .group-icon>div.header_mobile .iconLogo img {
        width: 30px;
    }
    .purchase-product {
        flex-wrap: wrap;
    }
    .dtsWrp .purchase-product .btn-addCart {
        font-size: 12px;
    }
    .btn-proceed-checkout-mobile {
        margin-bottom: 10px;
    }
    .cart-breadcrumb ul {
        padding: 10px 0;
        background: #fff;
        margin-bottom: 10px;
    }
    .cart-mobile {
        clear: both;
    }
}
ul.menu__list.menu__list--second {
    justify-content: center;
    gap: 15px;
}
.inner-item#out-stock {
    opacity: 1;
}

.inner-item#out-stock .btn-quickview {
    background: transparent;
    right: 15px;
    left: unset;
    padding: 0;
    width: auto;
    font-size: unset;
    border-radius: 5px;
    bottom: 20px;
}
.inner-item#out-stock .btn-quickview img{
    width: 70px;
    height: 23px;
    object-fit: contain;
}
@media screen and (max-width: 768px) {
    .search-mobile {
        position: absolute;
        left: 40px;
        top: 2px;
    }

    .search-mobile i {
        font-size: 20px;
        color: #de0000;
    }

    #site-search {
        position: fixed;
        width: 330px;
        height: 100vh;
        right: 0;
        top: 0;
        background: #fff;
        z-index: 99999;
        overflow: hidden;
        -ms-transition: transform .5s cubic-bezier(.25, .46, .45, .94);
        -webkit-transition: transform .5s cubic-bezier(.25, .46, .45, .94);
        transition: transform .5s cubic-bezier(.25, .46, .45, .94);
        -ms-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    #site-search.show {
        ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    #site-search .site-search-container-last .title {
        margin: 5px 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 15px;
    }

    #site-search .site-search-container-last .title i {
        font-size: 30px;
    }

    #site-search .search-header {
        position: relative;
        padding: 0 20px;
        margin-top: 20px;
    }

    #site-search .search-header input {
        background: #ededed;
        color: #252a2b;
        width: 100%;
        border: none;
        height: 55px;
        font-size: 14px;
        font-weight: 500;
        padding: 0 55px 0 20px;
        margin: 0;
        display: inline-block;
        border-radius: 0;
        -webkit-appearance: none;
        transition: all 150ms linear;
    }

    #site-search .search-header button {
        width: 55px;
        height: 55px;
        line-height: 64px;
        position: absolute;
        padding: 0;
        top: 0;
        right: 19px;
        background: transparent;
        transition: opacity 150ms linear;
    }

    #site-search .search-header button svg {
        width: 25px;
        height: 22px;
        opacity: .12;
    }

    #site-overlay {
        background: rgba(0, 0, 0, .8);
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        z-index: 99998;
        opacity: 0;
        visibility: hidden;
        transition: all .2s linear;
    }

    #site-overlay.active {
        opacity: 1;
        visibility: visible;
    }

    .footer-map iframe {
        width: 100% !important;
    }
    .expandable:after{
        display: none;
    }
    .main_content .section.hidden-md
}
.box-product .p-image{
    height: auto;
}

input#quantity {
    padding: 6px 4px !important;
}

.product-quantity span {
    line-height: 32px !important;
}

.btn-out-stock, .cart-modal {
    display: none;
}

.send_contact {
    margin-top: 15px;
}

@media (max-width: 991px) {
    .product-image {
        width: 100%;
        overflow: hidden;
    }
    #pContent .title>span {
        width: calc(50% - 10px) !important;
    }
}

#tab-cap-1 {
    display: none;
}

.main-nav-menu .menu__list .menu-flex {
    width: 100%;
    text-align: center;
}

.footer-container .logo-footer img {
    height: 50px !important;
    border-radius: 50%;
    margin-right: 10px;
    width: 50px !important;
}