.svg-inline--fa.fa-star.rated {
    color: gold;
}
#store .section-head {
    text-align: left;
    border-bottom: none;
    padding: 20px 68px 0 68px;
}
#store .section-head h3 {
    font-weight: 500;
}
#store .cards li {
    width: 25%;
    padding: 10px;
}
#store .section-head {
    text-align: left;
    border-bottom: none;
    padding: 20px 68px 0 68px;
}
#store .section-body {
    text-align: left;
    border-bottom: none;
    padding: 0px 58px 25px 58px;
}
.cards li a span.price {
    height: auto;
    background-color: white;
    color: #444444;
    font-weight: bold;
}
.cover.icon-vendor-store {
    background-size: cover;
    width: 36px;
    height: 36px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    border-radius: 100%;
}
.cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 0 40px rgba(80, 80, 80, 0.2);
}
.cover h3 {
    font-weight: 500;
    font-size: 15px;
    margin: 10px;
    color: #fff;
}
.nice-select {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
}
.item-avatar,
.item-user-info {
    display: inline-block;
    vertical-align: middle;
    color: #555;
}
.item-avatar {
    background-color: #ccc;
    background-size: cover;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 8px;
}
.item-username {
    font-weight: 600;
    font-size: 16px;
}
.btn-chat {
    border-color: #f9747f;
    border-radius: 5px;
    color: #f9747f;
    font-size: 1.1rem;
    font-weight: 500;
}
.btn-chat:hover {
    background-color: #fff;
    border-color: #f9747f;
    color: #f9747f;
    box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
}
.btn-buy {
    border-color: #f9747f;
    border-radius: 5px;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 500;
    background-color: #f9747f;
}
.btn-buy:hover {
    background-color: #f9747f;
    border-color: #f9747f;
    box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
}
.quantity {
    padding: 5px;
}
.favorite-product {
    position: absolute;
    right: 15px;
    top: 20px;
}
/*.iconheart{font-size: 2.3rem;border-radius: 7px;background-color: rgba(255, 186, 186, 0.45);padding: 4px;color: #f9747f;}
		.iconheart:hover{cursor:pointer;}*/
.iconheart {
    font-size: 2.3rem;
    padding: 3px;
    color: #f9747f;
}
.discount {
    background-color: #fb4918;
    color: white;
    padding: 3px;
    border-radius: 0 0 10px 0;
    width: 30%;
}
.discount2 {
    background-color: #fb4918;
    color: white;
    padding: 5px;
    border-radius: 8px;
    margin-right: 10px;
    text-align: center;
    width: 80px;
}
.discount2 strong {
    display: block;
}
.deskripsi {
    height: 70px;
    overflow: hidden;
    position: relative;
}
.deskripsi:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background-image: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0),
        rgba(255, 255, 255, 1) 90%
    );
    width: 100%;
    height: 4em;
}
.btn.readmore {
    margin-top: 10px;
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
    font-size: 1.1rem;
    font-weight: 500;
    border-radius: 5px;
    padding: 5px 20px;
}
.quantity input {
    -webkit-appearance: none;
    border: none;
    text-align: center;
    width: 32px;
    font-size: 16px;
    color: #43484d;
    font-weight: 300;
    background-color: transparent;
}
.minus-btn,
.plus-btn {
    width: 30px;
    height: 30px;
    background-color: #e1e8ee;
    border-radius: 6px;
    border: none;
    cursor: pointer;
}
.delete-btn {
    display: inline-block;
    cursor: pointer;
    width: 30px;
    height: 10px;
    background: url(../img/cart/delete-icn.svg) no-repeat center;
    margin-left: 10px;
}
.product-box {
    box-shadow: 2px 2px 12px 1px #eee;
    border-radius: 5px;
    height: 100%;
}
.product-box .card-bg {
    width: 100%;
    height: calc(20vw * (9 / 16));
    background-color: #f4f4f4;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.product-box span.price {
    height: auto;
    background-color: white;
    color: #444444;
    font-weight: bold;
    width: 100%;
}
.product-box .d-block {
    padding: 5px 10px 5px 10px;
}
.product-detail {
    display: flex;
    padding: 5px 10px 5px 10px;
}
.product-detail h4 {
    color: #444;
    font-size: 10pt;
    margin: 0;
}
.product-detail .product-desc {
    padding: 10px 0;
    max-width: 225px;
}
.btn-tag {
    background-color: #ff929a;
    border-color: #ff929a;
}
.btn-tag:hover {
    background-color: #f9747f;
    border-color: #f9747f;
}
.tab-content > .tab-pane:not(.active) {
    display: block;
    overflow-y: hidden;
    height: 0px;
    widows: 100vw;
}
.text-expand::after {
    display: none;
}

/*
        *
        * ==========================================
        * CUSTOM UTIL CLASSES
        * ==========================================
        *
        */

.btn-circle {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    padding: 0;
    border-radius: 50%;
}

.btn-circle i {
    position: relative;
    top: -1px;
}

.btn-circle-sm {
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: smaller;
}

.btn-circle-lg {
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 1.1rem;
}

.btn-circle-xl {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 1.3rem;
}
.fotorama__img {
    border-radius: 6px !important;
}

@media (max-width: 496px) {
    .store-info-scroll {
        display: block;
        white-space: nowrap;
        overflow: auto;
        overflow-x: scroll;
        overflow-y: unset;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-right: 5px;
        padding-left: 5px;
    }
    .store-info-scroll > li {
        display: inline-block;
    }
    .store-info-scroll::-webkit-scrollbar {
        display: none;
    }
}
@media (max-width: 767px) {
    .product-box {
        padding-bottom: 20px;
    }
    .product-box .card-bg {
        height: 115px;
    }
    .descriptiontabs {
        padding-bottom: 60px;
    }
    .btn-chat {
        font-size: 18px;
    }
    .btn-buy {
        font-size: 18px;
    }
    .mob-fixed {
        bottom: 0;
        position: relative;
        width: 100%;
        background-color: white;
        padding: 10px 0 10px 0;
    }
    .mob-fixed .col-left {
        padding-right: 0px;
    }
    .mob-fixed .col-right {
        padding-left: 4px;
        padding-right: 7px;
    }
}
@media (min-width: 767px) and (max-width: 1024px) {
    .discount {
        width: 25%;
    }
    .btn-chat {
        height: 100%;
    }
    .btn-buy {
        font-size: 12px;
        height: 100%;
    }
}
@media (max-width: 767px) and (min-width: 575px) {
    .btn-buy {
        height: 100%;
        margin: 10px 0 0 10px;
    }
}
@media screen and (max-width: 450px) {
    .discount {
        width: 40%;
    }
    .mob-fixed .col-left {
        padding-right: 0px;
    }
    .mob-fixed .col-right {
        padding-left: 4px;
        padding-right: 0px;
    }
    .btn-buy {
        font-size: 15px;
        height: 100%;
    }
    .btn-chat {
        font-size: 15px;
    }
}
