
.block-menu-mobile .menu_nav li ul{
    display: none;
    padding: 15px 10px;
}

.live-search {
    width: 280px !important;
    left: -240px !important;
}

.block-menu-mobile .live-search {
    top: 0 !important;
    left: 0 !important;
}

.block-menu-mobile #search-mobile {
    position: relative;
}

.live-search ul li a {
    display: flex !important;
}

.live-search ul li .product-name {
    width: 60% !important;
    font-size: 14px !important;
    font-weight: normal !important;
    line-height: 1.2em !important;
}

.live-search ul li .product-price {
    font-size: 15px;
}

.pagination {
    display: table;
    margin: 0 auto;
}

.xreview-text {
    line-height: 1.3em;
}

#form-xreviews {
    padding: 0 !important;
}

#form-xreviews h2 {
    font-weight: bold;
    text-align: left !important;
    margin: 0 0 20px;
}

.xreview-item {
    padding: 0 !important;
}

.bf-panel-wrapper .box-heading {
    display: none;
}
.bf-form > .bf-attr-block {
    margin: 0 0 20px;
}
.bf-panel-wrapper .bf-attr-header {
    font-weight: 300;
    font-size: 20px;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
}
.bf-attr-filter input[type="checkbox"], 
.bf-attr-filter input[type="radio"] {
    width: 16px;
    height: 16px;
}
.bf-cell label {
    font-weight: normal;
}
.bf-c-1 {
    padding-right: 7px !important;
}
.bf-cell .bf-count {
    background: transparent !important;
    color: #999 !important;
}

.bf-form .bf-buttonsubmit {
    margin-bottom: 15px;
}

.bf-layout-id-53 .ui-widget-header {
    background: rgb(199 199 199) !important;
}
.bf-cur-symb {
    padding-bottom: 24px !important;
}
.bf-slider-container.ui-slider .ui-slider-handle, 
.bf-slider-range .ui-slider-handle {
    width: 20px !important;
    height: 20px !important;
    background: #87B670 !important;
    border: none !important;
    margin-top: -3px;
    border-radius: 50% !important;
}

.cart {
    margin: 0 0 30px;
}

.list-group-item {
    line-height: 1.3em;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #87b670;
    border-color: #5a6c51;
  }

#quickcheckoutconfirm .quantity .input-group {
    display: flex;
}

#quickcheckoutconfirm .quantity .input-group-btn {
    width: auto;
    vertical-align: top;
    display: flex;
}

#quickcheckoutconfirm .quantity .input-group-btn .button-remove {
    color: #fff;
    background-color: #87b670;
    border-color: #8cb976;
}

.quickcheckout-content .input-group-btn #button-login {
    height: auto;
}

.porudct-card-top .product-card-inf_status {
    text-align: left;
}

#content h1,
#content h2,
#content h3,
#content p,
.post h1,
.post h2,
.post h3,
.post p {
    line-height: 1.3em;
    margin-bottom: 10px;
}
#content h1,
#content h2,
#content h3 {
    font-weight: bold;
}
#content h1 {
    font-size: 21px;
}
#content h2 {
    font-size: 18px;
}
#content h3 {
    font-size: 15px;
}
#content ul {
    margin-bottom: 20px;
}
#content ul li {
    line-height: 1.3em;
    margin-bottom: 7px;
}

.block-post .blog_item .blog_stats {
    margin-bottom: 0;
}

.block-post .products-page-items {
 margin-bottom: 0;   
}

.block-post h3 {
    margin-bottom: 15px;
}

#comment_form .blog_comment {
    margin-bottom: 30px;
}

.container {
    padding-bottom: 20px;
}

.container .breadcrumb {
    line-height: 1.3em;
    margin-top: 30px;
}

.container .breadcrumb li a {
    color: #999;
}

.buttons .btn {
    margin-top: 10px;
}

#button-search {
    margin-bottom: 20px;
}

#form-review h2 {
    font-size: 18px;
    margin: 0 0 10px;
}
#form-review #review {
    margin: 0 0 30px;
}
#form-review #review .review-rating {
    text-align: right;
}
#form-review #review .review-rating .fa.fa-stack {
    width: 1.2em;
    height: 1.2em;
}
#form-review #review .review-rating .fa.fa-stack .fa.fa-star,
#form-review #review .review-rating .fa.fa-stack .fa.fa-star-o {
    font-size: 1.2em;
}

.pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.pagination > li {
    margin: 3px;
}

.pagination > li > a,
.pagination > li > span {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 14px;
    color: #372946;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: transparent;
    border: none;
}

/* .pagination > li:first-child > a {
    margin-right: 30px;
    width: auto;
    height: auto;
    margin-top: -1px;
    }

    .pagination > li:last-child > a {
    width: auto;
    height: auto;
    margin-left: 30px;
    margin-top: -1px;
} */

.pagination > li > a:hover {
    color: #87B670;
}

.pagination > li > a:hover svg path {
    fill: #87B670;
}

.pagination > li.active > span,
.pagination > li.active > span:hover {
    background: #87B670;
    border-radius: 50%;
    color: #ffffff;
}

.pagination > li.active > span:hover {
    color: #ffffff;
}

h3 i.fa {
    margin-right: 7px;
}

.alert-popup-box {
    background: #dcecc8;
    padding: 15px;
    position: fixed;
    bottom: 7px;
    right: 10px;
    z-index: 9999;
    text-align: center;
    line-height: 1.3em;
    border-radius: 10px;
}

@media screen and (max-width: 768px) {
    .btn.product_btn {
        opacity: 1;
        bottom: 20px;
        top: initial;
    }
}