:root {
    --main-color: #ffb9a4;
    --text-color: #333333;
    --font-base: 'Roboto', sans-serif;
    --price: #212121;
    --hover: #ffb9a4;
    --hover-link: #bf664e;
    --promotion-title-color: #a05139;
    --new-title-color: #225a21;
    --bestsale-title-color: #2e747e;
    --all-product-module-background: #fff2eb;
    --all-product-module-title-color: #bf664e;
    --banner-module-background-color: #f8f3bc;
    --review_module_color: #333333;
    --review_module_background: #fff2eb;
    --button-color: #a05139;
    --button-background: #fff4f0;
    --button-hover: #ffb9a4;
    --social-footer-bg: #ffece1;
    --title-color-footer: #a05139;
    --color-title-featured: #bf664e;
    --color-title-item-featured: #333333;
    --bg-related-blog: #fcf8f4;
}
svg.icon {
    width: 20px;
    height: 20px
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    padding: 10px 10px;
    text-align: center;
    margin: 10px 0 30px
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px
    }
}

.container {
    padding: 0 10px
}

.row {
    margin: 0 -10px
}

[class*='col-'] {
    padding: 0 10px
}

figure {
    margin: 0
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 9.5L12 14.5L17 9.5L7 9.5Z' fill='%238C8C8C'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position-x: 99%;
    background-position-y: 7px;
    border-radius: 2px;
    margin-right: 2rem;
    padding: 0 10px;
    padding-right: 2rem;
    padding-left: 10px
}

body {
    overflow: hidden;
    background: #fff;
    overflow-y: auto;
    font-family: var(--font-base)
}

body.fade-in {
    margin: 0;
    height: 100%
}

.a-center {
    text-align: center
}

.button-link, .button-default {
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0 30px;
    font-size: 16px;
    color: var(--button-color);
    background: var(--button-background);
    border-radius: 3px;
    display: inline-block;
    transition: all 0.3s;
    margin: 20px auto 0;
    border: solid 1px var(--button-color)
}

.button-link svg, .button-default svg {
    width: 10px;
    height: 13px;
    margin-left: 11px;
    fill: var(--button-color);
    line-height: 13px;
    margin-top: -4px
}

.button-link:hover, .button-default:hover {
    background: var(--button-hover);
    border-color: var(--button-hover);
    color: #fff
}

.button-link:hover svg, .button-default:hover svg {
    fill: #fff
}

.title-module {
    font-size: 20px;
    font-weight: bold
}

.title-module a {
    display: inline-block;
    color: var(--text-color)
}

.grid_item_product_main {
    margin-bottom: 20px
}

a.quick-view.btn-views{
    display: flex;
    align-items: center;
    justify-content: center;
}
.grid_item_product_main .image_thumb {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 0;
    overflow: hidden;
    height: 175px !important;
    padding: 10px;
    flex-flow: column;
    margin-bottom: 16px;
    border: solid 1px #F2F2F2
}

.grid_item_product_main .image_thumb:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #333;
    opacity: 0;
    transition: all 0.3s
}

.grid_item_product_main .image_thumb.saleicon:before {
    content: "-" attr(data-discount);
    height: 20px;
    width: 45px;
    background: var(--main-color);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    font-size: 14px;
    line-height: 1.2;
    color: #fff;
    font-weight: 400;
    text-align: center;
    padding: 2px 0
}

.grid_item_product_main .image_thumb img {
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.5s
}

.grid_item_product_main .image_thumb img.loaded:not(.large) {
    min-height: unset;
    width: auto !important;
    height: unset !important
}

.grid_item_product_main .group-option-item {
    display: flex;
    justify-content: space-between;
    bottom: 10px;
    position: absolute;
    width: calc(100% - 20px);
    left: 10px;
    transform: translateY(58px);
    transition: all 0.5s
}

.grid_item_product_main button {
    background: transparent;
    border: none;
    box-shadow: none
}

.grid_item_product_main .btn-views {
    position: relative;
    display: inline-block;
    height: 48px;
    opacity: 0;
    width: 48px;
    background: var(--button-background);
    text-align: center;
    line-height: 38px;
    border-radius: 3px;
    z-index: 99;
    border: solid 1px var(--main-color);
    transition: all 0.3s
}

.grid_item_product_main .btn-views:hover {
    background: var(--button-hover)
}

.grid_item_product_main .btn-views.fast-button {
    width: calc(100% - 10px - 48px);
    background: var(--button-hover);
    color: var(--button-color);
    margin-right: 10px;
    font-weight: 700
}

.grid_item_product_main .btn-views.fast-button:hover {
    background: var(--button-background)
}

.grid_item_product_main .btn-views.full-w {
    width: 100%;
    font-weight: 700;
    background: var(--button-hover);
    color: var(--button-color)
}

.grid_item_product_main .btn-views.full-w:hover {
    background: var(--button-background)
}

.grid_item_product_main .btn-views.quick-view {
    line-height: 44px;
    bottom: calc(18% - 24px)
}

.grid_item_product_main .btn-views svg {
    stroke: var(--button-color);
    width: 30px;
    height: 27px;
    fill: none
}

.grid_item_product_main .btn-views.quick-view svg {
    fill: #333;
    height: 25px;
    width: 25px
}

.grid_item_product_main .product-name {
    text-align: center;
    font-family: var(--font-base);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.grid_item_product_main .product-name a {
    color: var(--text-color);
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-break: break-word;
    -webkit-line-clamp: 2
}

.grid_item_product_main .product-name a:hover {
    color: var(--hover-link)
}

.grid_item_product_main .product-name:hover {
    color: var(--hover-link)
}

.grid_item_product_main .price-box {
    color: var(--price);
    line-height: 23px;
    display: block;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    padding: 0;
    color: var(--text-color);
    font-family: var(--font-base)
}

.grid_item_product_main .price-box .compare-price {
    font-size: 13px;
    line-height: 17px;
    font-weight: 300;
    display: inline-block;
    text-decoration: line-through;
    color: #8C8C8C;
    margin-right: 10px
}

@media (max-width: 991px) {
    .grid_item_product_main .price-box {
        font-size: small !important;
        padding-right: 0
    }

    .grid_item_product_main .price-box .compare-price {
        line-height: 1;
        font-size: 11px
    }
}

.grid_item_product_main:hover .group-option-item {
    transform: translateY(0);
    z-index: 10
}

.grid_item_product_main:hover .btn-views {
    opacity: 1
}

.grid_item_product_main:hover .image_thumb:after {
    opacity: 0.7;
    z-index: 8
}

@media (max-width: 991px) {
    .grid_item_product_main .group-option-item, .grid_item_product_main .btn-views {
        display: none !important;
    }

    .grid_item_product_main .image_thumb:after {
        content: none
    }
}

.item-blog .thumb {
    display: flex;
    margin-bottom: 16px
}

.item-blog h3 {
    color: var(--text-color);
    font-family: var(--font-base);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 10px;
    padding: 0
}

.item-blog h3 a {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-break: break-word;
    -webkit-line-clamp: 2;
    min-height: 41px;
    max-height: 41px
}

.item-blog h3:hover a {
    color: var(--hover-link)
}

.item-blog .time-post {
    color: #8C8C8C;
    font-family: var(--font-base);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 16px
}

.item-blog p {
    color: #777;
    font-family: var(--font-base);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-break: break-word;
    -webkit-line-clamp: 2
}

@media (max-width: 767px) {
    .item-blog p {
        -webkit-line-clamp: 3;
        max-height: 60px
    }
}

.backtop {
    position: fixed;
    bottom: 0;
    right: 17px;
    z-index: 99;
    top: unset !important;
    opacity: 0 !important;
    text-align: center;
    color: #777777;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    transition: ease-out 0.2s
}

.backtop svg {
    width: 48px;
    height: 50px;
    fill: var(--button-color);
    margin-bottom: -5px
}

.backtop.show {
    bottom: 70px;
    opacity: 1 !important
}

.backtop:hover {
    color: var(--hover)
}

.backtop:hover svg {
    fill: var(--hover)
}

.social-marketting {
    background: var(--social-footer-bg);
    padding: 22px 0
}

.social-marketting .link-social a {
    width: 36px;
    height: 36px;
    display: inline-block;
    margin-left: 24px
}

.social-marketting .link-social a:first-child {
    margin-left: 0
}

.social-marketting .link-social a svg {
    width: 36px;
    height: 36px;
    transition: all 0.5s
}

.social-marketting .link-social a:hover svg {
    transform: rotate(30deg)
}

.social-marketting .form-subscribe {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.social-marketting .form-subscribe .icon {
    display: inline-flex;
    align-items: center;
    margin-left: -40px
}

.social-marketting .form-subscribe h4 {
    color: var(--text-color);
    text-align: left;
    font-family: var(--font-base);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    padding: 0;
    display: inline-block;
    margin: 0;
    padding: 0 0 0 10px
}

.social-marketting .form-subscribe .formchip {
    width: 345px
}

.social-marketting .form-subscribe .formchip form .input-group {
    position: relative
}

.social-marketting .form-subscribe .formchip form .groupiput {
    width: 100%
}

.social-marketting .form-subscribe .formchip form input {
    height: 38px;
    min-height: unset;
    width: 100%;
    border-color: none;
    line-height: 38px;
    padding: 0 94px 0 10px;
    margin-bottom: 0;
    border: none;
    background: #fff;
    color: #777;
    font-family: var(--font-base);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    border-radius: 3px
}

.social-marketting .form-subscribe .formchip form input:focus {
    outline: none;
    border: none;
    box-shadow: none
}

.social-marketting .form-subscribe .formchip form button {
    color: var(--button-color);
    background: var(--button-hover);
    text-align: center;
    font-family: var(--font-base);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    height: 38px;
    line-height: 36px;
    width: 84px;
    border: none;
    right: 0;
    top: 0;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 3px 3px 0
}

.social-marketting .form-subscribe .formchip form button:focus {
    box-shadow: none
}

.social-marketting .form-subscribe .formchip form button:hover {
    background: var(--button-background)
}

.social-marketting .form-subscribe .formchip #mc_embed_signup div.mce_inline_error {
    margin: 0 0 1em 0;
    padding: 5px 0;
    background-color: transparent;
    font-weight: 400;
    z-index: 1;
    font-size: 14px;
    color: red
}

.social-marketting .form-subscribe .formchip .mailchimp-alerts {
    font-size: 14px
}

.social-marketting .form-subscribe .formchip .mailchimp-alerts .mailchimp-error {
    margin: 0;
    padding: 0;
    background-color: transparent;
    font-weight: 400;
    z-index: 1;
    font-size: 14px;
    color: red;
    line-height: 30px
}

.social-marketting .form-subscribe .formchip .mailchimp-alerts .mailchimp-success {
    margin: 0;
    padding: 0;
    background-color: transparent;
    font-weight: 400;
    z-index: 1;
    font-size: 14px;
    color: green;
    line-height: 30px
}

@media (max-width: 1199px) {
    .social-marketting .form-subscribe .formchip {
        width: 300px
    }
}

@media (max-width: 991px) {
    .social-marketting .link-social {
        display: block;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 20px
    }

    .social-marketting .form-subscribe .icon {
        margin-left: 0
    }
}

@media (max-width: 767px) {
    .social-marketting .form-subscribe {
        display: flex;
        flex-flow: column
    }

    .social-marketting .form-subscribe .icon {
        margin-bottom: 15px
    }

    .social-marketting .form-subscribe .icon svg {
        width: 45px
    }
}

.footer .first-footer {
    padding: 40px 0;
    background-size: cover;
    background-repeat: no-repeat
}

.footer .title-footer, .footer h4 {
    color: var(--title-color-footer);
    font-family: var(--font-base);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 18px;
    margin-top: 15px
}

.footer .logo-footer {
    margin-bottom: 17px
}

.footer .icon {
    width: 24px;
    height: 24px;
    padding: 2px;
    margin-top: -4px
}

.footer .mapsico {
    padding: 0;
    margin-top: 0
}

.footer svg {
    fill: var(--main-color)
}

.footer svg path {
    fill: var(--main-color)
}

.footer a, .footer p {
    color: var(--text-color);
    font-family: var(--font-base);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 0 0 0
}

.footer .item {
    display: flex;
    margin-bottom: 15px
}

.footer .item p, .footer .item a {
    margin: 0 0 0 10px;
    width: calc(100% - 24px)
}

.footer a:hover {
    color: var(--hover-link)
}

.footer ul {
    list-style: none;
    padding: 0
}

.footer ul li {
    display: block;
    margin-bottom: 8px
}

.footer ul li a {
    color: var(--text-color);
    font-family: var(--font-base);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.footer ul li a:hover {
    color: var(--hover-link)
}

.footer .copyright {
    color: #777;
    text-align: center;
    font-family: var(--font-base);
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px;
    padding: 15px 0;
    border-top: solid 1px #E5E5E5
}

.footer .copyright a {
    font-weight: 600
}

@media (max-width: 767px) {
    .footer .first-footer {
        padding: 40px 0 20px
    }

    .footer .title-footer {
        position: relative;
        margin-top: 15px;
        margin-bottom: 0
    }

    .footer .title-footer:not(.no-menu):before {
        transition: all 0.3s;
        position: absolute;
        right: 10px;
        top: 50%;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 5px 0 5px;
        border-color: #59646a transparent transparent transparent;
        transition: border-color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s
    }

    .footer .title-footer.current:before {
        transform: rotate(-90deg)
    }

    .footer ul {
        display: none
    }

    .footer ul.current {
        margin-top: 20px;
        display: block
    }

    .footer .copyright {
        font-size: 12px;
        line-height: 12px
    }

    .footer .copyright a {
        color: #777
    }
}

.swatch {
    margin-bottom: 10px
}

.swatch .options-title {
    margin-bottom: 5px;
    text-align: left;
    float: none;
    min-width: 100px;
    font-weight: 400;
    font-size: 14px
}

.swatch .options-title span {
    font-weight: bold;
    color: var(--price)
}

.swatch input {
    display: none
}

.swatch label {
    float: left;
    min-width: 35px !important;
    height: 30px !important;
    margin: 0;
    border: 1px solid #f4f4f4;
    background-color: #fff;
    font-size: em(13px);
    text-align: center;
    line-height: 27px;
    white-space: nowrap;
    font-weight: 500;
    padding: 0;
    border-radius: 3px
}

.swatch-element label {
    padding: 0 5px 0 5px;
    position: relative
}

.swatch-element label .img-check {
    display: none
}

.color.swatch-element label {
    padding: 0;
    padding-left: 0;
    padding-right: 0px;
    min-width: 35px !important;
    height: 35px !important;
    padding: 0 10px 0 40px;
    background-position: center left !important;
    background-size: 35px !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 32px
}

.color.swatch-element label img:not(.crossed-out) {
    width: 32px;
    height: 32px;
    border-radius: 3px
}

.swatch .swatch-element.color.has-img label {
    background-color: transparent !important
}

.swatch input:checked + label {
    background: transparent;
    color: var(--main-color);
    border: 1px solid var(--main-color)
}

.swatch input:checked + label .img-check {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0
}

.swatch .color input:checked + label {
    position: relative
}

.swatch .color input:checked + label:after {
    content: "\f00c";
    font-family: FontAwesome;
    display: none
}

.swatch .color .has-thumb {
    position: relative
}

.swatch .color .has-thumb .ant-swatch {
    max-height: 32px;
    position: relative;
    top: 0;
    left: -3px
}

@media (max-width: 767px) {
    .swatch .color .has-thumb .ant-swatch {
        top: -2px
    }
}

.swatch .swatch-element {
    float: left;
    -webkit-transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
    margin: 0px 5px 5px 0;
    position: relative
}

.crossed-out {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.swatch .swatch-element .crossed-out {
    display: none
}

.swatch .swatch-element.soldout .crossed-out {
    display: block
}

.swatch .swatch-element.soldout label {
    filter: alpha(opacity=60);
    -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6
}

.swatch.error {
    background-color: #E8D2D2 !important;
    color: #333 !important;
    padding: 1em;
    border-radius: 5px
}

.swatch.error p {
    margin: 0.7em 0
}

.swatch.error p:first-child {
    margin-top: 0
}

.swatch.error p:last-child {
    margin-bottom: 0
}

.swatch.error code {
    font-family: monospace
}

.content-page {
    min-height: 400px;
    margin-bottom: 40px
}

.content-page ul, .content-page ol {
    padding-left: 20px
}

.grecaptcha-badge {
    display: none !important
}

.select-swatch {
    width: 80%
}

.content-page {
    min-height: 400px
}

.content-page ul, .content-page ol {
    padding-left: 20px
}

.margin-bottom-20 {
    margin-bottom: 20px
}

.title_search {
    font-size: 24px !important;
    margin: 15px 0
}

.search-main .item-border .item_product_main {
    border: 0
}

.serachpc_searchpage form {
    width: 260px;
    margin: 6px 0 0 0;
    padding: 0;
    position: relative
}

.serachpc_searchpage form input {
    min-width: 260px;
    height: 40px !important;
    min-height: unset;
    line-height: 40px;
    border: solid 1px #ebebeb;
    border-radius: 3px !important;
    padding: 0 40px 0 15px;
    background: #fff;
    color: #959595;
    font-size: 13px
}

.serachpc_searchpage form button {
    width: 40px;
    height: 100%;
    box-shadow: none;
    border: none;
    background: transparent;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    outline: none
}

.serachpc_searchpage form button svg {
    width: 17px;
    height: 17px
}

.category-products .item_product_main {
    margin-bottom: 40px
}

.category-products .row {
    padding-bottom: 1px
}

.search-main .products-view-grid {
    float: initial
}

.base-modal {
    padding: 0px
}

@media (max-width: 767px) {
    .base-modal {
        width: 100%
    }
}

.base-modal .header-modal {
    display: block;
    width: 100%;
    padding: 10px;
    background: var(--main-color);
    background: linear-gradient(to right, var(--main-color), var(--main-color));
    color: #fff;
    text-transform: uppercase;
    position: relative
}

.base-modal .header-modal h4 {
    margin: 0;
    padding: 0 30px 0 0;
    font-size: 14px
}

.base-modal .close-modal {
    position: absolute;
    top: 8px;
    right: 10px;
    cursor: pointer
}

.base-modal .close-modal svg {
    width: 15px;
    height: 15px;
    transition: transform 0.3s;
    fill: #fff
}

.base-modal .close-modal svg path {
    fill: #fff
}

.base-modal .close-modal:hover svg {
    transform: rotate(90deg)
}

.base-modal .content-modal {
    padding: 10px
}

.swiper-button {
    position: relative
}

.swiper-button .swiper-button-next, .swiper-button .swiper-button-prev {
    z-index: 33;
    top: 40%;
    width: 35px;
    height: 35px;
    line-height: 32px;
    text-align: center;
    box-shadow: none;
    background-blend-mode: difference;
    background-size: 12px;
    opacity: 1;
    border-radius: 0px;
    background-image: none;
    background: #fff;
    visibility: visible;
    border: solid 1px #E0E0E0
}

.swiper-button .swiper-button-next svg, .swiper-button .swiper-button-prev svg {
    fill: #A3A8AF
}

.swiper-button .swiper-button-next:after, .swiper-button .swiper-button-prev:after {
    content: none
}

.swiper-button .swiper-button-next.swiper-button-disabled, .swiper-button .swiper-button-prev.swiper-button-disabled {
    opacity: 0.7
}

.swiper-button .swiper-button-next:hover, .swiper-button .swiper-button-prev:hover {
    background: var(--hover);
    border-color: var(--hover)
}

.swiper-button .swiper-button-next:hover svg, .swiper-button .swiper-button-prev:hover svg {
    fill: #A05139
}

.swiper-button .swiper-button-next {
    right: 0;
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
}

.swiper-button .swiper-button-prev {
    left: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.swiper-button .swiper-button-prev svg {
    transform: rotate(-180deg)
}

.swiper-button .swiper-pagination {
    margin-top: 30px;
    position: relative
}

.swiper-button .swiper-pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    background: var(--main-color)
}

.swiper-button .swiper-pagination .swiper-pagination-bullet-active {
    background: #A05139
}

.quickview-form {
    padding: 20px
}

.bread-crumb {
    background: #FFECE1;
    margin-bottom: 40px
}

@media (max-width: 991px) {
    .bread-crumb {
        margin-bottom: 30px
    }
}

.bizweb-product-reviews-module {
    margin: 0 !important
}

.breadcrumb {
    margin: 0;
    font-size: 16px;
    padding: 11px 0px;
    border-radius: 0;
    font-weight: 400;
    line-height: 24px;
    background-color: transparent;
    width: 100%;
    text-align: left
}

.breadcrumb li {
    display: inline
}

.breadcrumb li > a {
    color: #777777
}

.breadcrumb li > a > span {
    color: #777777
}

.breadcrumb li .mr_lr {
    padding: 0px 3px;
    color: #777777
}

.breadcrumb li .mr_lr svg {
    width: 10px;
    height: 10px;
    margin-top: -2px
}

.breadcrumb li span {
    display: inline;
    color: #777777
}

.breadcrumb li span .fa {
    color: #777777;
    padding: 0px 5px
}

.breadcrumb li a:hover, .breadcrumb li.active, .breadcrumb li strong {
    color: #A05139;
    font-weight: 400;
    text-decoration: none
}

.breadcrumb li a:hover span, .breadcrumb li.active span, .breadcrumb li strong span {
    color: #A05139
}

.breadcrumb > li + li:before {
    display: none
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-radius: 50%
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-radius: 50%
}

.pagenav {
    position: relative;
    width: 100%
}

.pagenav span {
    display: inline-block;
    float: left;
    margin-right: 10px;
    line-height: 30px;
    font-weight: 700
}

.nav_pagi {
    display: inline-block;
    background: #fff;
    padding-left: 10px;
    width: 100%
}

.nav_pagi .pagination {
    position: relative;
    z-index: 1;
    padding: 0 0px;
    margin: 0 0 30px;
    display: flex;
    align-items: center;
    justify-content: end;
    list-style: none
}

@media (max-width: 768px) {
    .nav_pagi .pagination {
        padding: 0 0px
    }
}

.nav_pagi .pagination .page-link {
    font-weight: 400;
    float: left;
    margin: 0 2.5px;
    width: 35px;
    background: transparent;
    border: solid 1px var(--button-color);
    text-align: center;
    height: 35px;
    font-size: 14px;
    padding: 0;
    line-height: 35px;
    color: #7d7d7d;
    text-decoration: none;
    border-radius: initial;
    border-radius: 3px
}

@media (max-width: 375px) {
    .nav_pagi .pagination .page-link {
        width: 27px;
        height: 27px;
        line-height: 27px
    }
}

.nav_pagi .pagination .page-link.page-db {
    width: auto;
    padding: 0 20px
}

.nav_pagi .pagination .page-link:hover {
    background-color: var(--button-background);
    color: var(--button-color);
    background: var(--button-background);
    font-weight: bold
}

.nav_pagi .pagination .page-link svg {
    width: 14px;
    height: 14px;
    margin-top: -3px
}

.nav_pagi .pagination .page-item.disabled .page-link {
    border: 0;
    display: none
}

.nav_pagi .pagination .page-item.active .page-link {
    background-color: var(--button-hover);
    border-color: var(--button-hover);
    background: var(--button-hover);
    color: var(--button-color);
    display: block;
    font-weight: bold
}

.page-default {
    padding-bottom: 40px
}
