.category-product-div {
    padding: 5px !important;
}

.post-content ul {
    padding-right: 40px;
}

.post-content ul li {
    list-style: unset !important;
}

.nice-select,
.nice-select.open .list {
    width: 100%;
    width: 325px;
    border-radius: 8px;
}

.nice-select .list::-webkit-scrollbar {
    width: 0;
}

.nice-select .list {
    margin-top: 56px !important;
    top: 100%;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    max-height: 210px;
    overflow-y: scroll;
    padding: 52px 0 0;
}

.nice-select.has-multiple {
    white-space: inherit;
    height: auto;
    padding: 7px 12px;
    min-height: 53px;
    line-height: 22px;
}

.nice-select.has-multiple span.current {
    border: 1px solid #ccc;
    background: #eee;
    padding: 0 10px;
    border-radius: 3px;
    display: inline-block;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 3px;
    margin-right: 3px;
}

.nice-select.has-multiple .multiple-options {
    display: block;
    line-height: 37px;
    margin-left: 30px;
    padding: 0;
}

.nice-select .nice-select-search-box {
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    margin-top: 5px;
    top: 100%;
    left: 0;
    z-index: 8;
    padding: 5px;
    background: #fff;
    opacity: 0;
    pointer-events: none;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 0 0 1px rgba(68, 88, 112, 0.11);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
        opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
}

.nice-select .nice-select-search {
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: none;
    color: #333;
    display: inline-block;
    vertical-align: middle;
    padding: 7px 12px;
    /* margin: 0 0 10px 0; */
    width: 100% !important;
    min-height: 36px;
    line-height: 22px;
    height: auto;
    outline: 0 !important;
}

.nice-select.open .nice-select-search-box {
    opacity: 1;
    z-index: 10;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}

.remove:hover {
    color: red;
}

.discount-timer {
    direction: ltr;
    background-color: red;
    text-align: center;
    color: white;
    font-size: 20px;
    padding: 10px;
    border-radius: 10px 10px 0px 0px;
}

.product-carousel-custom::before {
    content: '';
    position: absolute;
    top: 20px;
    right: 0;
    left: 0;
    height: 270px;
    background: #304ffe;
    border-radius: 30px 30px 5px 5px;
}

.product-carousel-custom .owl-stage-outer {
    padding-top: 60px;
}

.product-carousel-custom .item {
    padding: 0 10px;
}

.slider-section--transparent {
    background-color: transparent !important;
    box-shadow: none !important;
}

.product-card-custom {
    padding-bottom: 1.8rem !important;
}

.product-card-custom .product-title>a {
    color: #333333 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}

.product-card-custom .discount {
    position: static;
}

.product-card-custom .discount span {
    font-size: 14px !important;
    background-color: #304ffe !important;
    border-radius: .5rem !important;
}

.product-card-custom .price-index-h {
    height: auto;
}

.product-card-custom .product-price {
    font-size: 16px !important;
}

.product-card-custom .product-price-del {
    height: auto;
    color: #aaa !important;
    font-weight: normal;
}

.product-card-custom .product-footer {
    min-height: 60px;
    border-top: 2px solid #ddd;
}

.product-card-custom .promotion-badge {
    height: auto !important;
    top: 0 !important;
    line-height: 46px !important;
    z-index: 2;
}