.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    line-height: 28px;
    float: right;
    margin-top: 80px;
}

.pagination-element {
    float: right;
}

.page-item .page-link {
    color: #424646;
    border: 0;
    margin: 0 3px;
    background: #f6f7fb;
    font-family: 'Poppins', sans-serif;
}

.page-link:hover {
    background-color: #91AC27;
    color: #fff;
    border-color: transparent;
}

.page-item.active .page-link {
    background-color: #91AC27;
    border-color: #91AC27;
}

.page-item:first-child .page-link, .page-item:last-child .page-link {
    border-radius: 0 !important;
}

.color-box {
    width: 15px;
    height: 15px;
    border: 1px solid;
    display: inline-block
}

.next-photos {
    padding: 0 30px;
    margin-top: 10px;
}

.next-photos img {
    cursor: pointer;
}

label{
    cursor: pointer;
}

.custom-popover {
    color: #91AC27;
    font-size: 14px;
    padding: 5px;
    margin-left: 5px;
    background: transparent;
    border: 0;
}

.product-more-button {
    position: relative;
    display: block;
    line-height: 1.25;
    color: #f6f7fb !important;
    background-color: #91AC27;
    margin: 50px auto 0;
    padding: 20px 40px
}

.product-more-button:hover {
    color: #91AC27 !important;
    background-color: #f6f7fb;
}

.tag {
    padding: 2px 10px;
}

.filters .nice-select {
    height: 29px;
    width: 100%;
    margin-bottom: 40px;
}

.submenu {
    position: absolute;
    left: -21px;
    top: 64px;
    background: #fff !important;
    z-index: 2;
    -webkit-box-shadow: 0 5px 15px #0000000a;
    -moz-box-shadow: 0 5px 15px #0000000a;
    box-shadow: 0 5px 15px #0000000a;
    width: 230px;
    display: none;
}

.submenu li {
    display: block;
    border-bottom: 1px solid #f6f6f6;
    position: relative;
}

.submenu li a {
    font-size: 14px !important;
    font-weight: 600;
    color: #333 !important;
    padding: 13px 25px 13px 25px !important;
    display: block;
    background: #FFF !important;
}

.submenu li a:hover {
    color: #91AC27 !important;
    background: #FFF !important;
}

.submenu li.active a {
    color: #91AC27 !important;
}

.watch-dog-btn {
    display: inline-block;
    height: 55px;
    padding: 10px 30px;
    position: relative;
    top: 0;
    background: #91AC27;
    color: #fff;
    left: -4px;
    border-radius: 0 30px 30px 0;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.watch-dog-input {
    width: 300px;
    height: 55px;
    padding: 0 30px !important;
    font-weight: 400;
    display: inline-block;
    text-shadow: none;
    box-shadow: none;
    border: 1px solid #ececec;
    border-radius: 30px 0 0 30px !important;
}

.dog-icon {
    background: #91AC27;
    color: #FFF !important;
    padding: 5px 7px;
    border-radius: 30px;
    margin-left: 20px;
}

.banner-icon {
    margin-top: 10px;
}

.salesman-input {
    margin-left: 30px;
}

.color-plus{
    width: 15px;
    height: 15px;
    background: #91AC27;
    border-radius: 0;
    color: #FFF;
    border: 1px solid #000;
    display: inline-block;
    position: relative;
    top: -2.5px;
}

.color-plus i {
    font-size: 10px;
    position: relative;
    top: -1px;
}

.payment {
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 30px;
}

.btn-inverted {
    background-color: #91AC27 !important;
}

.btn-inverted:hover {
    background-color: #333 !important;
}

.order-sum {
    background: #91AC27;
    padding: 15px;
}

.order-sum li {
    color: #FFF !important;
}

.j-total-amount-vat {
    font-weight: bold !important;
}

.image-categories {
    margin-bottom: 25px;
}

.image-category-div {
    margin-bottom: 15px
}

.image-category {
    border: 3px solid #F6F7FB;
    border-radius: 5px;
    margin: 0 !important;
}

.image-category img {
    width: 75px;
    height: 75px;
    object-fit: cover;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.image-category .col {
    padding: 0 !important;
}

.image-category strong {
    position: relative;
    top: 10%;
}

.payment-details {
    margin: 35px;
}

.j-payment-details {
    display: none;
}

.banner-col {
    margin-bottom: 40px;
}
