@import url(https://fonts.googleapis.com/css2?family=Muli:wght@400;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Kalam&display=swap);

body {
    font-family: 'Muli', sans-serif;
    line-height: 1.4;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

a {
    color: #282364;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

.breadcrumb_container {
    padding: 5px 0;
    margin-top: 15px;
}

#breadcrumb {
    align-items: center;
    display: flex;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.breadcrumb_item {
    margin-right: 10px;
}

.breadcrumb_item a {
    color: #8A8A8A;
}

.breadcrumb_item:first-child a {
    color: #0cc26e;
}

.breadcrumb_item:last-child i {
    display: none;
}

i.breadcrumb_arrow {
    display: inline-block;
    width: 10px;
    /*vertical-align: middle;*/
    margin: 0px 0 0 12px;
}

.clearfix:after {
    clear: both;
}

@media (min-width: 768px) {
    .category_banner_empty {
        padding: 30px 0;
    }
}

@media (min-width: 768px) {
    .category_banner_empty .category_banner_name {
        font-size: 32px;
    }
}

.breadcrumb_item a:hover {
    color: #2F80ED;
    text-decoration: none;
}

.category_banner_description {
    text-align: left;
    margin: 10px 0;
    opacity: .7;
    font-size: 14px;
}


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

.category_banner_empty .category_banner_name {
    text-shadow: inherit;
    color: #282364;
    font-size: 26px;
    margin: 0 0 20px;
    font-weight: 700;
}

.category_banner_empty {
    padding: 15px 0;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .category_banner_empty .category_banner_name {
        font-size: 2.2rem;
        margin-top: 0;
        margin-bottom: 0;
        line-height: 1.3;
        color: #4c4c4c;
        text-align: left;
    }
}

.category_banner .category_banner_thumb {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: block;
    margin: 0;
    position: relative;
}

.category_banner .category_banner_thumb::before {
    content: '';
    display: block;
    padding-top: 50%;
}

@media (min-width: 768px) {
    .category_banner .category_banner_thumb::before {
        padding-top: 22.8813559322%;
    }
}

.category_banner .category_banner_name {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-text-shadow: 2px 0 1px rgba(0, 0, 0, .25);
    -moz-text-shadow: 2px 0 1px rgba(0, 0, 0, .25);
    text-shadow: 2px 0 1px rgba(0, 0, 0, .25);
}

@media (min-width: 768px) {
    .category_banner .category_banner_name {
        font-size: 32px;
    }
}

.product_item {
    text-align: center;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    position: relative;
    /* border: 1px solid rgba(127, 127, 127, 0.16); */
    box-shadow: 0 0px 4px rgb(127 127 127 / 0.5);
    /* padding: 10px; */
    margin-bottom: 15px;
}

.product_item_thumb {
    background: #fff;
    display: block;
    font-size: 0;
    position: relative;
}

.product_item_thumb::before {
    content: '';
    padding-top: 100%;
    display: block;
}

.product_item_thumb img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.product_item_info {
    background: #fff;
    padding: 8px;
}

.product_item_name a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    color: #333;
}

.product_item_name {
    margin: 0 0 4px;
    font-size: 12px;
    font-weight: 700;
}

@media (min-width: 1200px) {
    .product_item_name {
        font-size: 16px;
    }
}

.product_item_type {
    font-size: 10px;
    color: rgba(40, 35, 100, .5);
    margin: 0 0 5px;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (min-width: 768px) {
    .product_item_type {
        font-size: 12px;
    }
}

.product_item_price .product_price_money--original {
    text-decoration: line-through;
    color: #72849C;
    margin: 0 2px 0 0;
    font-weight: 400;
}

.product_item_price .product_price_money {
    display: inline-block;
}

.product_item_price {
    font-size: 12px;
}

@media (min-width: 1200px) {
    .product_item_price {
        font-size: 14px;
    }
}

.product_item_saleoff {
    background: #F42D39;
    position: absolute;
    right: 0px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 40px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}

.product_item_saleoff::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 17px 0 0;
    border-color: #F42D39 transparent transparent transparent;
    left: 0;
}

.product_item_saleoff::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 17px 12px 0;
    border-color: transparent #F42D39 transparent transparent;
    right: 0;
}

.product_item_saleoff::before,
.product_item_saleoff::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -12px;
}

.product_item_price .product_price_money {
    color: #27AE60;
    display: inline-block;
}

.product_item_price .product_price_money--original {
    text-decoration: line-through;
    color: #72849C;
    margin: 0 2px 0 0;
    font-weight: 400;
}

.paging_lst {
    display: flex;
    align-items: center;
    justify-content: center;
}

.paging_item {
    margin: 0 4px;
    min-width: 35px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    border: solid 1px transparent;
    font-weight: 700;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box;
}

@media screen and (max-width: 568px) and (min-width: 320px) {
    .paging_item {
        margin: 0;
    }
}

@media screen and (max-width: 667px) and (min-width: 375px) {
    .paging_item {
        margin: 0 4px;
    }
}

.paging_item a:hover {
    color: #2F80ED;
    text-decoration: none;
}

.paging_item.current {
    background: #2F80ED;
    color: #fff;
}

.paging_item.current a {
    color: #fff;
}

.paging_item.paging_item--back a i,
.paging_item.paging_item--first a i,
.paging_item.paging_item--next a i,
.paging_item.paging_item--last a i {
    font-size: 19px;
}