.invalid-feedback {
    display: block;
    margin-top: -20px;
    margin-bottom: 15px;
}

.pagination li {
    display: inline;
}

.pagination {
    padding-top: 15px;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}

.pagination li .page-link {
    padding: 7px 12px;
    margin: 5px;
    transition: all 0.3s;
    border: 2px solid transparent;
    border-radius: 3px;
    color: #606060;
    line-height: 32px;
    text-decoration: none;
}

.pagination li a:hover {
    border-color: #eaeaea;
}

.pagination .active .page-link {
    padding: 6px 11px;
    border-color: #dc9814;
    color: #dc9814;
}

.blog_text {
    display: -webkit-box;
    overflow: hidden;
    width: 100%;
    max-height: 100px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
}

.ubiModal {
    z-index: 15000;
}

.ubislider-image-container {
    margin-top: 0px;
    width: 100%;
    height: 500px;
    border-radius: 7px;
    border: 1px solid #e5e5e5;
    position: relative;
    padding: 3px;
    background-color: #fff;
}

.ubislider.ecommerce {
    position: relative;
    margin: 8px auto;
    padding: 2px 0 5px;
}

.category-card {
    padding: 10px;
}

.site-logo {
    max-width: 85px;
}

.site-branding {
    padding: 5px 0 25px 40px;
}

.page {
    min-height: 500px;
}

.text-product {
    height: 105px;
    overflow: hidden;
}

.ubislider.ecommerce {
    width: 100%;
}

.brand_title {
    padding-top: 75px;
}

.link_footer {
    text-decoration: none;
    text-transform: capitalize;
}

/*cookie bar*/

.cookie-consent {
    position: fixed;
    width: 100%;
    padding: 24px;
    background-color: #fff;
    border-top: 1px solid #ccc;
    bottom: 0;
    z-index: 9999;
    animation: 400 0.3s ease-in-out;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.4px;
    -webkit-animation: 400 0.3s ease-in-out;
    text-align: center;
}

.cookie-consent.active {
    bottom: 0;
}

.cookie-consent a {
    color: #f5f6fa;
}

.cookie-consent__agree {
    background: #dc9814;
    display: inline-block;
    position: relative;
    height: 36px;
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 0 10px;
    border: 2px solid transparent;
    border-radius: 4px;
    font-family: "Work Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.025em;
    line-height: 32px;
    white-space: nowrap;
    cursor: pointer;
    vertical-align: middle;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
}

/**/

.owl-item a {
    transition: color 0.3s;
    letter-spacing: 0.025em;
    text-align: center;
    text-transform: capitalize;
    font-size: large;
    text-decoration: none !important;
}

.brand_item_img img {
    max-width: 120px;
    text-align: center;
    padding-bottom: 15px;
}

.brand_item_text {
    color: #000;
}

#st-1 {
    font-family: "Helvetica Neue", Verdana, Helvetica, Arial, sans-serif;
    direction: ltr;
    display: block;
    opacity: 1;
    text-align: center;
    z-index: 0 !important;
}

.bg-danger {
    background-color: #f00 !important;
}

@media only screen and (max-width: 600px) {
    .brand_item_img img {
        max-width: 70px;
        padding-bottom: 10px;
    }

    .owl-item a {
        font-size: small;
    }
}

.grecaptcha-badge {
    bottom: 0px !important;
    visibility: hidden;
}

.bgLogo {
    background-image: url(/images/bg.png?f45b1d9df08fdc8eeb983361748313ba);
}

.no-bg {
    background-image: unset;
    background-color: #fff;
}

.site-footer .footer-cards {
    width: 100%;
    max-width: 250px;
    margin: 0 auto 15px;
    text-align: center;
}

.navbar.navbar-sticky + * {
    margin-top: 55px;
}

@media (min-width: 1200px) {
    .container {
        width: unset;
        max-width: 1170px;
    }
}
