
#search h1.page-heading.product-listing,
#new-products h1.page-heading.product-listing,
#best-sales h1.page-heading.product-listing,
#prices-drop h1.page-heading.product-listing {
    margin: 0px auto 0;
    text-align: center;
    padding: 30px 0;
    background: linear-gradient(270deg, #014956 0%, #404042 100%) !important;
    color: #fff !important;
}

#page .ajax_block_product:hover {
    outline: none !important;
    box-shadow: none !important;
}

#page .ajax_block_product .product-container {
    padding: 0 !important;
    border: 1px solid #007386 !important;
}

#page .ajax_block_product .product-container:hover {
    box-shadow: 0px 4px 15px 3px #00738626;
}

#page .product-name-container {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

a.product_img_link img {
    max-width: 100%;
}

#page .ajax_add_to_cart_button,
#page .lnk_view {
    width: 100%;
    display: block;
    /* background: transparent !important; */
    text-decoration: none;
}

#page .add_to_cart_wrapper .add-to-cart-price,
#page .lnk_view .add-to-cart-price {
    width: 100%;
    display: flex;
}

#page .add_to_cart_wrapper{
    width: 100%;
    display: grid;
    text-align: center !important;
    justify-content: center;
    align-items: center;
    padding: 0px 0;
    text-transform: none;
    font-family: Play;
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    grid-template-columns: 50% 50%;
}

#page .add_to_cart_wrapper >a:nth-child(1),
#page .lnk_view >a:nth-child(1) {
    background: #014956;
    border-radius: 0;
    text-transform: none;
    padding: 5px 0;
    color: #fff !important;
    font-size: 14px;
}

#page .add_to_cart_wrapper >a:nth-child(2),
#page .lnk_view >a:nth-child(2) {
    background: #00881E !important;
    gap: 5px;
    border-radius: 0;
    text-transform: none;
    padding: 5px 0;
    font-size: 14px;
}

#page .ajax_block_product a.product-name {
    font-family: Play;
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    color: #404042 !important;
    text-decoration: none;
    padding: 0 5px !important;
    max-width: 100%;
}

a.gotoproduct {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #014956;
    box-shadow: 0px 0px 15px 3px #00738626;
    color: #fff !important;
    text-decoration: none;
    padding: 6px 0;
    display: none;
}

#page .ajax_block_product .product-container:hover a.gotoproduct {
    display: block;
}

ul.product_list.grid.row>li .product-container {
    border: 1px solid #007386 !important;
    padding: 0;
}

ul.product_list.grid.row>li .product-image-container {
    height: 145px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.product_list.grid.row>li .product-image-container img {
    max-width: 100%;
}

#page .ajax_block_product span.sale-label {
    right: 0;
    background: #8C4400 !important;
    font-family: Play;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: center;
    height: auto;
    top: 0;
}

.price-reduction-content {
    text-align: left;
    padding: 0px 10px;
    line-height: 1;
}

#page .price-reduction-content * {
    color: #8C4400 !important;
    font-family: Open Sans;
    font-size: 12px !important;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 0em;
    background: none !important;
    box-shadow: none !important;
    text-shadow: 0 0 black;
}

.ajax_block_product .content_price {
    padding: 0;
}

#page span.new-label {
    background: #071C5F !important;
    font-family: Play;
    font-size: 14px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0em;
    text-align: center;
    height: auto;
    left: 0;
    top: 0;
    padding: 6px;
}

.stockstart-price {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

@media screen and (min-width: 1000px) {
    #page .ajax_add_to_cart_button .add-to-cart-price>div,
    #page .lnk_view .add-to-cart-price>div {
        font-size: 16px;
    }
    #page .ajax_block_product a.product-name {
        font-size: 16px;
    }
}
#page .price-reduction-content span:last-child {
    display: none;
}
.cat_desc.cat_desc_container img {
    max-width: 100%;
    height: auto;
}