.details-action-wrapper a:hover,
.details-action-wrapper a:focus {
    color: #169133;
    border-color: #169133;
    text-decoration: none;
    border: 1px solid #169133 !important;
    padding: 5px;
}

.details-action-wrapper a:focus span,
.details-action-wrapper a:hover span {
    box-shadow: 0 0 0 0;
    color: #169133;
}

.details-action-wrapper .btn-product.btn-wishlist:before,
.details-action-wrapper .btn-product.btn-compare:before {
    margin-top: -0.2rem;
    color: #169133;
}
.details-action-col .btn-product:hover span,
.details-action-col .btn-product:focus span {
    color: #fff;
}

.product-details-action .btn-cart {
    padding: 1rem 1.5rem;
    max-width: 198px;
    color: #169133;
    border: 0.1rem solid #169133;
}

.details-action-col .btn-cart:hover,
.details-action-col .btn-cart:focus {
    color: #fff;
    border-color: #169133;
    background-color: #169133;
}

.product-details-action .product-details-quantity {
    border: 0.1rem solid #169133;
}

.product-details-action .product-details-quantity .icon-plus,
.product-details-action .product-details-quantity .icon-minus {
    color: #169133;
}
.icon-boxes-container .icon-box-content p {
    color: #169133 !important;
}
.product-details-sidebar .details-filter-row {
    margin-bottom: 1px;
}

.details-filter-row label {
    display: inline-block;
    width: 250px;
    font-weight: 400;
    font-size: 1.4rem;
    margin-bottom: 0;
}

.brand_page .page-header.page-header-big {
    margin-bottom: 3rem;
}

.brand_page .page-header {
    padding: 0 0 0 0;
}

.contact_us .page-header.page-header-big {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 250px;
    margin-bottom: 3rem;
}
.wishlist_page .page-header.page-header-big {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 250px;
    margin-bottom: 3rem;
}

.contact_us .page-header {
    padding: 0 0 0 0;
    background-color: #ebebeb;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.contact_us .contact-list i {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0.3rem;
    font-size: 2rem;
    line-height: 1;
    color: #169133;
}

.contact_us .btn-outline-primary-2 {
    color: #169133;
    background-color: transparent;
    background-image: none;
    border-color: #169133;
    box-shadow: none;
}

.contact_us .btn-outline-primary-2:hover {
    color: #fff;
    background-color: #169133;
    border-color: #169133;
    box-shadow: none;
}

.intro-subtitle {
    color: #169133;
}
.intro-title {
    color: black;
}
.intro-content .btn {
    color: #fff;
    background-color: #169133;
    border-color: #169133;
    box-shadow: none;
}
.banner-link {
    color: #169133;
}

.banner-link:hover,
.banner-link:focus {
    color: #fff;
    background-color: #169133;
    text-decoration: none !important;
}
.footer-newsletter .btn {
    color: #fff;
    background-color: #169133;
    border-color: #169133;
    box-shadow: none;
}

.product a:hover,
.product a:focus {
    color: #169133;
    text-decoration: none;
}

.product .product-action-vertical a:hover {
    color: #fff;
    background-color: #169133;
}

.product .product-action span:hover {
    color: #169133;
    text-decoration: none;
    box-shadow: 0 1px 0 0 #169133;
}

.product .btn-product:hover span,
.product .btn-product:focus span {
    color: #169133;
    box-shadow: 0 1px 0 0 #169133;
}

.footer .widget-list a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.1rem;
    background-color: #169133;
    transform-origin: right center;
    transform: scale(0, 1);
    transition: transform 0.3s ease;
}
.owl-simple .owl-nav [class*="owl-"]:not(.disabled):hover {
    color: #169133;
    background: transparent;
    text-decoration: none;
}

.owl-full .owl-nav [class*="owl-"] {
    position: absolute;
    top: 0;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 100%;
    margin: 0;
    color: #169133;
    font-size: 20px;
    line-height: 1;
    padding: 0;
    text-align: center;
    border: none;
    background: rgba(255, 255, 255, 0.75);
    cursor: pointer;
    border-radius: 0;
    transition: all 0.3s ease;
}

.owl-full .owl-nav [class*="owl-"]:hover,
.owl-full .owl-nav [class*="owl-"]:focus {
    color: #169133;
    background: #fff;
    text-decoration: none;
    outline: none !important;
}
.header-intro-clearance .wishlist .wishlist-count {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1;
    color: #fff;
}

.header-intro-clearance .wishlist a .wishlist-count {
    background-color: #169133;
}
.cart-dropdown .cart-count {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 2rem;
    height: 2rem;
    border-radius: 50%;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1;
    margin-left: 0.2rem;
    margin-top: 0.1rem;
    color: #fff;
    background-color: #169133;
}

.cart_page .update_cart_btn,
.cart_page .proceed_checkout_btn {
    color: #169133;
    background-color: transparent;
    background-image: none;
    border-color: #169133;
    box-shadow: none;
}

.cart_page .update_cart_btn:hover,
.cart_page .proceed_checkout_btn:hover {
    color: #fff;
    background-color: #169133;
    border-color: #169133;
    box-shadow: none;
}

.cart_page .table .total-col {
    color: #169133;
    font-weight: 400;
    font-size: 1.6rem;
}

.cart_page .table.table-summary .summary-total td {
    font-weight: 400;
    font-size: 1.6rem;
    color: #169133;
    border-bottom: none;
}

.sign_in_sign_out a:hover,
.sign_in_sign_out a:focus {
    color: #a6c76c;
    text-decoration: none;
}

.sign_in_sign_out a {
    color: #169133;
    text-decoration: none;
}
.all_product_page_left_sidebar .widget-clean a {
    color: #169133;
    text-decoration: none;
}

.all_product_page_left_sidebar .filter-price-text #filter-price-range {
    color: #169133;
    text-decoration: none;
}

.all_product_page_left_sidebar .noUi-connect {
    background-color: #169133;
}

.all_product_page_left_sidebar .widget-clean a:hover {
    color: #a6c76c;
    text-decoration: none;
}

.sign_in_sign_out button {
    color: #fff;
    background-color: #169133;
    border-color: #169133;
    box-shadow: none;
}

.mobile-search .btn {
    font-size: 1.2rem;
    min-width: 3.6rem;
    padding: 11px 11px;
}

.dropdown-cart-action .cart_checkout_btn {
    font-size: 1.3rem;
    min-width: 110px;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #fff;
    background-color: #169133;
    border-color: #169133;
    box-shadow: none;
}
.dropdown-cart-action .cart_checkout_btn:hover {
    font-size: 1.3rem;
    min-width: 110px;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #fff;
    background-color: #a6c76c;
    border-color: #a6c76c;
    box-shadow: none;
}

.custom_showcase img {
    width: 100%;
    display: block;
}

.custom_showcase .img-display {
    overflow: hidden;
}

.custom_showcase .img-showcase {
    display: flex;
    width: 100%;
    height: 380px;
    transition: all 0.5s ease;
}

.custom_showcase .img-showcase img {
    min-width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom_showcase .img-select {
    display: flex;
}

.custom_showcase .img-item {
    margin: 0.3rem;
}

.custom_showcase .img-item:nth-child(1),
.custom_showcase .img-item:nth-child(2),
.custom_showcase .img-item:nth-child(3) {
    margin-right: 0;
}

.custom_showcase .img-item:hover {
    opacity: 0.8;
}

@media screen and (min-width: 992px) {
    .custom_showcase .product-imgs {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}
@media screen and (max-width: 399px) {
    /* .header-intro-clearance .account {
        display: block;
    } */
}
@media screen and (max-width: 399px) {
    .header-intro-clearance .wishlist {
        display: none;
    }
}

.product {
    border: 1px solid #ebebeb !important;
    /* border: 0 !important; */
}

.recommended_products .product .btn-product:hover span,
.recommended_products .product .btn-product:focus span {
    color: white !important;
    box-shadow: 0 1px 0 0 #169133;
}
.custom-checkbox
    .custom-control-input:indeterminate
    ~ .custom-control-label::before {
    background-color: transparent;
    border-color: #169133;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #169133;
    background-color: #169133;
}
