.special_items {
    margin-bottom: 10px;
}
.side_panel .table-menu ul > li:hover > a {
    background: #56af47;
    color: #fff;
}
.media-left, .media>.pull-left {
    padding-right: 20px;
}
header .header_brand .media-body h2 a {
    letter-spacing: -2px;
    font-size: inherit;
    font-family: arial;
    font-weight: 600;
    text-transform: none;
    color:#55b047;
}
.one_click_btn {
    display: block;
    padding: 12px;
    font-size: 18px;
    border: 2px solid #ff880e;
    border-radius: 6px;
    width: 100%;
    margin: 0 auto;
    color: #ff880b;
    margin-bottom: 20px;
    text-align: center;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    box-sizing: border-box;
}
.one_click_btn:hover {
    color: #ffffff;
    background: #ff880b;
    text-decoration: none !important;
}
.cart_page .item .item_title h5 a,
.cart_page .mobile_item .item_title h3 a {
    font-size: 20px;
    color: #56af47;
}
.header_contact h3 {
}

.ui-menu-item div.ui-state-active {
    background: #55b047;
    border-color: #55b047;
    margin: 0;
}
.ui-menu-item div:hover {
    background: #55b047;
    border-color: #55b047;
}
a:hover {
    color: #55b047;    
}
footer {
    bottom: 0;
    height: 240px;
    width: 100%;
    background: #55b047;
}
header .header_middle_nav .row > div:not(.header_contact) {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
}
.card_product_container .card_product .card_product_price a {
    width: 120px;
    text-align: center;
    background-color: #55b047;
    color: #ffffff;
    border-radius: 6px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-image: url(/img/cart_white.png);
    background-repeat: no-repeat;
    background-position: 20% 50%;
    font-size: 16px;
    box-sizing: border-box;
    padding: 5px 15px 5px 50px;
}
.card_product_container .card_product .card_product_title {
    font-size: 18px;
    color: #55b047;
    display: inline-block;
    margin-bottom: 20px;
}
.cart_btn {
    display: block;
    width: 100%;
    text-align: center;
    background-color: #55b047;
    font-family: "ProximaNova-Regular";
    border: none;
    transition: all 0.4s;
    background-image: url(/img/cart_white.png);
    background-repeat: no-repeat;
    background-position: 36% 50%;
    font-size: 18px;
    color: #ffffff !important;
    margin-bottom: 100px;
    padding: 12px 15px 12px 50px;
    border-radius: 6px;
}
header .header_top_nav ul li a:hover {
    color: #55b047;
    text-decoration: none !important;
}
form.filters > ul > li:last-of-type a {
    color: #55b047;
}
.block_capt a {
    color: #55b047;
    font-size: 16px;
}
.order_popup .buy_button a {
    position: relative;
    display: inline-block;
    padding: 5px 25px 6px;
    width: auto;
    border: medium none !important;
    border-radius: 0;
    background: none repeat scroll 0 0 #619f57;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    text-shadow: none;
    letter-spacing: 0;
    font: 16px / 28px Arial, Helvetica, sans-serif;
    line-height: 23px;
}
.header_mobile .mobile_menu_toggle > span {
    background: #57b049;
    width: 25px;
    height: 3px;
    margin-bottom: 6px;
    display: block;
}
main .main_carousel_block #mainCarousel .carousel-indicators {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 135px;
    height: 100px;
    background: #55b047;
    margin-bottom: 0;
}
header .header_middle_nav .row .header_cart .header_cart_block a:hover {
    color: #55b049;
    text-decoration: none !important;
}
main .search_page input[type="submit"] {
    display: block;
    width: 270px;
    background: #5eb350;
    font-size: 20px;
    color: #ffffff;
    padding: 8px;
    border: none;
    text-align: center;
}
@media screen and (max-width: 991px) {
    header .header_top_nav {
        margin-top: -1060px;
        height: 0;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        background: #55b049;
    }
.special_items {
    margin-bottom: 10px;
}
  
.carousel-example-generic .carousel-caption {
    position: absolute;
    font-family: "intro";
    font-size: 30px;
    max-width: 400px;
    z-index: 10;
    background: #fff;
    left: 8%;
    bottom: auto;
    color: #ffffff;
    padding: 15px 20px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    background-color: #56af47;
}
  
.modal form input[type="submit"], .modal form textarea[type="submit"] {
    background: #48933c;
    font-size: 22px;
    padding: 8px;
    color: #ffffff;
    font-family: "ProximaNova-Regular";
    border-radius: 6px;
}
.cart_page .item .item_title h5 a, .cart_page .mobile_item .item_title h3 a {
    font-size: 20px;
    color: #56af47;
}
.sort_row .view ul li a:hover {
    color: #56af47;
    text-decoration: none !important;
}
.filters > ul > li .filters_dropdown button {
    width: auto;
    background: none;
    color: #56af47;
    border: 2px solid #56af47;
    padding: 10px 20px;
    border-radius: 6px;
}
.card_product_container .card_product .card_product_text {
    font-size: 14px;
    line-height: 1.7;
    margin: 12px 0;
}
.cart_page .item .item_title h5 a,
.cart_page .mobile_item .item_title h3 a {
    font-size: 20px;
    color: #56af47;
}