@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Fira+Code:wght@500&display=swap');

.offer-comparison-link:hover{
    text-decoration: underline !important;
}

.mb-grid-gutter {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important
}


.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #4b566b;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.0375);
    --bs-table-active-color: #4b566b;
    --bs-table-active-bg: rgba(0, 0, 0, 0.05);
    --bs-table-hover-color: #4b566b;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.05);
    width: 100%;
    margin-bottom: 1rem;
    color: #4b566b;
    vertical-align: middle;
    border-color: #e3e9ef;
    text-align: center;
}

.table > thead {
    vertical-align: middle;
}

.widget-categories .accordion-body {
    padding-top: 0px;
    padding-left: 26px;
}

.table{
    margin-top: 1rem;
    font-size: 80%;
}

#product-image{
    width: 130px
}

#product-name{
    font-size: 120%;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.lower-price {
    padding-top: 9px !important;
    padding-bottom: 3px !important;
    background-color: #BC64CA !important;
}

.lower-price-info {
    padding: 3px;
    width: 9.2rem;
    line-height: 13px;
    text-align: center;
    font-size: 10px !important;
    border-radius: 0.4375rem;
    background-color: #BC64CA;
    color: #fff;
    z-index: 12;
    margin-top: 0.25rem;
}

.discount {
    padding-top: 6px;
    padding-bottom: 6px;
    width: 28px;
    line-height: 10px;
    text-align: center;
    font-size: 10px;
    border-radius: 0 0 3px 3px;
    background-color: #97ca58;
    color: #fff;
    z-index: 12;
    margin-left: 5px;
    height: 32px;
}

.discount-item-list{
    padding: 3px;
}

.discount-price{
    /* font-family: Exo; */
    color:#0088CF;
    font-size: larger;
    font-weight: 600 !important;
}

.product-packaging-list-item{
    border: 1px solid #C8CCD3;
    color: #C8CCD3;
    font-size: x-small;
    position: absolute;
    top: 0.4rem;
    right: 4.5rem;
    z-index: 5;
}

.ecomprei-scrollbar::-webkit-scrollbar {
  width: 12px;
}
.ecomprei-scrollbar::-webkit-scrollbar-track {
  background: #F1F1F1;
  border-radius: 15px;
}
.ecomprei-scrollbar::-webkit-scrollbar-thumb {
    background-color: #0089CF;
    border-radius: 20px;
    border: 3px solid #F1F1F1;
}

legend {
    float: unset;
    font-size: 13px !important;
    width: unset;
    margin-bottom: unset;
    font-size: unset;
}

#remove-all-filter:hover {
    background-color: var(--bs-primary);
    color: white !important;
}

.filter-badge > .badge-filter{
    font-size: 12px !important;
}

.tns-lazy-img {
    opacity: 1 !important;
}
/* FIXME refactor to firefox same chrome */
/* firefox */
/* .ecomprei-scrollbar {
  scrollbar-width: thin;
  scrollbar-color: #0089CF #F1F1F1;
} */


@media (max-width: 990px) {
    .md-absolute{
        position: absolute;
    }
}

@media (min-width: 991px) {
    .no-md-absolute{
        position: absolute;
    }
}

/* -----------------------------SELLER PAGE--------------------------------- */
@media (min-width: 1281px) {
    .seller-aside{
        margin-top: -17%;
    }

    .div-seller-aside{
        margin-bottom: 10%;
    }

    .img-seller-log{
        border-radius: .4375rem !important;
        width: 290px;
        height: 200px;
        object-fit: cover;
    }

    .img-seller-banner{
        width: 100%;
        height: 17rem;
        object-fit: cover;
    }

    .section-seller{
        margin-top: -38px;
    }

    .div-section-seller{
        min-height: 100px;
    }

    .toolbar-product-list{
        display: flex;
        justify-content: space-between;
    }

    .seller-description{
        font-size: smaller;
    }
    .seller-min-value{
        font-size: x-small;
    }
}


@media (max-width: 1280px) and (min-width: 991px) {
    .seller-aside{
        margin-top: -17%;
    }

    .div-seller-aside{
        margin-bottom: 10%;
    }

    .img-seller-log{
        border-radius: .4375rem !important;
        width: 290px;
        height: 200px;
        object-fit: cover;
    }

    .img-seller-banner{
        width: 100%;
        height: 17rem;
        object-fit: cover;
    }

    .section-seller{
        margin-top: -38px;
    }

    .div-section-seller{
        min-height: 100px;
    }

    .toolbar-product-list{
        display: flex;
        justify-content: space-between;
    }

    .seller-description{
        font-size: smaller;
        max-height: 46px;
        overflow: hidden;
    }
    .seller-min-value{
        font-size: x-small;
    }

    .add-button-seller{
        padding: 1.25rem 0rem;
    }
}


@media (max-width: 990px) and (min-width: 768px) {
    .overlap-seller{
        height: 7%;
    }

    .seller-aside{
        margin-top: -13rem;
        text-align: center;
    }

    .img-seller-log{
        border-radius: .4375rem !important;
        width: 250px;
        height: 175px;
        object-fit: cover;
    }

    .img-seller-banner{
        width: 100%;
        height: 17rem;
        object-fit: cover;
    }

    .section-seller{
        margin-top: -32px;
    }

    .seller-description{
        font-size: smaller;
        max-height: 46px;
        overflow: hidden;
    }
    .seller-min-value{
        font-size: x-small;
    }

    .div-section-seller{
        min-height: 100px;
        text-align: center;
    }

    .toolbar-product-list{
        display: flex;
        justify-content: space-between;
    }

    .add-button-seller{
        padding: 1.25rem 0.5rem;
    }

}


@media (max-width: 767px) and (min-width: 600px) {
    .overlap-seller{
        height: 7%;
    }

    .page-title-overlap {
        padding-bottom: 6.375rem !important;
    }

    .seller-aside{
        margin-top: -17rem;
        text-align: center;
    }

    .img-seller-log{
        border-radius: .4375rem !important;
        width: 250px;
        height: 175px;
        object-fit: cover;
    }

    .img-seller-banner{
        width: 100%;
        height: 17rem;
        object-fit: cover;
    }

    .section-seller{
        margin-top: -70px;
    }

    .seller-name{
        font-size: xx-large;
        font-weight: bold;
    }

    .seller-description{
        font-size: medium;
        max-height: 76px;
        overflow: hidden;
    }
    .seller-min-value{
        font-size: medium;
    }

    .div-section-seller{
        min-height: 132px;
        text-align: center;
        margin-top: -14px;
    }

    .toolbar-product-list{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .div-seller-ordering{
        margin-right: 0px !important;
        margin-left: 1rem !important;
    }

}


@media (max-width: 599px) and (min-width: 500px) {
    .overlap-seller{
        height: 6%;
    }

    .seller-aside{
        margin-top: -16rem;
        text-align: center;
    }

    .img-seller-log{
        border-radius: .4375rem !important;
        width: 250px;
        height: 175px;
        object-fit: cover;
    }

    .img-seller-banner{
        width: 100%;
        height: 17rem;
        object-fit: cover;
    }

    .section-seller{
        margin-top: -75px;
    }

    .seller-name{
        font-size: xx-large;
        font-weight: bold;
    }

    .seller-description{
        font-size: medium;
        max-height: 76px;
        overflow: hidden;
    }

    .seller-min-value{
        font-size: medium;
    }

    .div-section-seller{
        min-height: 135px;
        text-align: center;
    }

    .div-toolbar-seller-page{
        margin-top: 12px;
        display: flex !important;
    }

    .toolbar-product-list{
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

}


@media (max-width: 499px) and (min-width: 380px) {
    .overlap-seller{
        height: 4%;
    }

    .seller-aside{
        margin-top: -18rem;
        text-align: center;
    }

    .img-seller-log{
        border-radius: .4375rem !important;
        width: 250px;
        height: 175px;
        object-fit: cover;
    }

    .img-seller-banner{
        width: 100%;
        height: 17rem;
        object-fit: cover;
    }

    .section-seller{
        margin-top: -104px;
    }

    .seller-name{
        font-size: xx-large;
        font-weight: bold;
    }

    .seller-description{
        font-size: medium;
        max-height: 97px;
        overflow: hidden;
    }
    .seller-min-value{
        font-size: medium;
    }

    .div-section-seller{
        min-height: 177px;
        text-align: center;
    }

    .div-toolbar-seller-page{
        margin-top: 12px;
        display: flex !important;
    }

    .list-itens-seller-mobile{
        text-align: center;
    }

}


@media (max-width: 379px) {
    .overlap-seller{
        height: 4%;
    }

    .seller-aside{
        margin-top: -18rem;
        text-align: center;
    }

    .img-seller-log{
        border-radius: .4375rem !important;
        width: 250px;
        height: 175px;
        object-fit: cover;
    }

    .img-seller-banner{
        width: 100%;
        height: 17rem;
        object-fit: cover;
    }

    .section-seller{
        margin-top: -120px;
    }

    .seller-name{
        font-size: xx-large;
        font-weight: bold;
    }

    .seller-description{
        font-size: medium;
        max-height: 114px;
        overflow: hidden;
    }
    .seller-min-value{
        font-size: medium;
    }

    .div-section-seller{
        min-height: 177px;
        text-align: center;
    }

    .div-toolbar-seller-page{
        margin-top: 12px;
        display: flex !important;
    }

    .list-itens-seller-mobile{
        text-align: center;
    }
}

.btn-wishlist-detail-product{
    border-radius: 5px;
}

.category-arrow{
    font-family: monospace;
    font-size: 12px;
    opacity: 75%;
    margin: 0 0.5em;
}

.product-price-detail{
    font-size: 32px;

}

.product-gallery-last-plus::after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: #4b566b9d;
}

.icon-image-plus {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    font-size: 50px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    z-index: 10;
}

.product-details .btn-wishlist {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
    /* background-color: #FF6B6B; */
}

.product-details .product-title-detail {
    font-family: Exo;
    font-size: 22px;
    color: var(--bs-gray-800);
}

.product-details .discount-tag{
    font-family: Exo;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    width: 129px;
    height: 37px;
}

.product-badge.tag-green {
    background-color: var(--ecomprei-green);
    color: #fff;
}

.product-badge.tag-green::after {
    border-color: rgba(66, 214, 151, 0);
    border-bottom-color: var(--ecomprei-dark-green);
}

.product-badge.tag-purple {
    background-color: #BC64CA;
    color: #fff;
}

.product-badge.tag-purple::after {
    border-color: rgba(66, 214, 151, 0);
    border-bottom-color: var(--ecomprei-purple);
}

.product-badge.tag-orange {
    background-color: #F5803E;
    color: #fff;
}

.product-badge.tag-orange::after {
    border-color: rgba(66, 214, 151, 0);
    border-bottom-color: #af6d48;
}

.product-details .info-product {
    font-family: Exo;
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
    line-height: 0.8rem;
}

.product-details .info-product-label {
    font-size: 8px;
    font-weight: 600;
    color: var(--bs-gray-800);
}

.product-details .info-product-desc {
    font-size: 12px;
    color: var(--text-clr);
}

.product-details .info-product-desc a {
    color: var(--text-clr);
}

.product-details .info-product-desc a:hover {
    color: var(--bs-blue);
}

.product-details .label-sold-by {
    font-family: Exo;
    font-weight: 700;
    font-size: 12px;
    color: var(--text-clr);
}

.product-details .sold-by {
    font-family: Exo;
    font-weight: 500;
    font-size: 18px;
    color: var(--text-clr);
}

.product-details .unit-price {
    font-family: Exo;
    font-weight: 300;
    font-size: 8px;
    color: var(--text-clr);
}

.product-details .btn-add-item {
    font-family: Exo;
    font-weight: 600;
    font-size: 16px;
}

#accordionProductDetail .accordion-button::after{
    background-color: transparent;
    width: 12px;
    height: 12px;
    background-image: url("../icons/plus-lg.svg");
}

#accordionProductDetail .accordion-button:not(.collapsed)::after{
    background-image: url("../icons/dash-lg.svg");
}

#accordionProductDetail .accordion-item {
    font-family: Exo;
    /* border-color: var(--bs-gray-600); */
    border-color: #7e889a9e;
    padding: 10px 0;
}

#accordionProductDetail .accordion-item .accordion-header {
    font-size: 14px;
    font-weight: 500;
    color: var(--bs-gray-800);
}

#accordionProductDetail .accordion-item {
    border-width: 0 0 1px 0;
}

#accordionProductDetail .accordion-item:last-child{
    /* border-bottom: 0px; */
    border-radius: 0;
}

.tag-area{
    font-family: Exo;
    margin-top: 2.2rem;
}

.tag-area .product-tags{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.tag-area .tag-label {
    font-size: 9px;
    color: var(--bs-primary);
    margin-top: 7px;
}

.tag-area .badge-tag {
    font-size: 8px;
    font-weight: 400;
    padding: 4px 20px;
    margin-left: 5px;
    margin-top: 7px;
    background: var(--ecomprei-green);
}

.user-rating-area{
    font-family: Exo;
    margin-top: 2.2rem;
}


.user-rating-area .rating-header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;

}

.user-rating-area .rating-status,
.user-rating-area .main-star,
.user-rating-area .rating-stars {
    display: flex;
    justify-content: center;
    align-items: center;
}

.user-rating-area .rating-header .main-star {
    border-radius: 50%;
    background: var(--ecomprei-green);
    color: #fff;
    font-size: 24px;
    width: 45px;
    height: 44px;
}

.user-rating-area .rating-header .rating-status {
    justify-content: start;
    width: 80%;
}

@media (max-width:720px){
    .user-rating-area .rating-header .main-star {
        font-size: 14px;
        width: 25px;
        height: 24px;
    }

    .user-rating-area .rating-header .rating-status {
        width: auto;
        flex-wrap: wrap;
    }
}

.user-rating-area .rating-header .rating-status .avaliation-label {
    color: var(--bs-primary);
    font-size: 20px;
    font-weight: 600;
    margin-left: 10px;
}

.user-rating-area .rating-body{
    margin-top: 10px;
    background-color: #dfe3ea4d;
}

.user-rating-area .rating-header .rating-stars {
    margin-left: 10px;
}

.user-rating-area .rating-header .rating-stars .bi-star-fill,
.user-rating-area .rating-header .rating-stars .bi-star {
    color: #E7B22B;
}

.user-rating-area .rating-header .badge-star-value {
    font-size: 12px;
    font-weight: 600;
    padding: 4px 10px;
    margin-left: 10px;
    background: #E7B22B;
}

.user-rating-area .rating-header .btn-rate{
    padding: 3px 20px;
}

.user-rating-area .no-avaliations {
    min-height: 225px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #7e889a9e;
    font-size: 12px;
}

.header-search-product {
    font-family: Exo, 'Exo 2', sans-serif;
}

.header-search-product #search-title {
    display: none;
    /* color: var(--bs-gray-800); */
    font-size: 12px;
    font-weight: bold;
}

.header-search-product #search-title strong {
    color: #0089CF;
    font-weight: 600;
    font-size: 18px;
    padding-top: 5px;
}

.header-search-product .count-products-div {
    padding-top: 9px;
}

.header-search-product .suggestions-terms-div {
    font-size: 12px;
    font-weight: bold;
}

.header-search-product .suggestion-autocomplete {
    font-size: 14px;
    padding: 10px;
    margin-bottom: 3px;
    font-weight: bold;
}

.header-search-product .breadcrumb-item::before {
    font-size: 8px !important;
    margin-top: 5px !important;
    color: var(--bs-blue) !important;
}

.header-search-product  .breadcrumb-item > a {
    font-size: 11px !important
}

.breadcrumb-item > a:hover {
    color: var(--ecomprei-green) !important
}

#btn-filter-mobile,
#sort-by {
    border-width: 2px;
}

.opt-sort-by {
    padding: 5px 2px !important;
}

#btn-filter-mobile:hover,
#sort-by:hover {
    border-color: #0088CF;
}

#sort-by:hover option:hover {
    background-color: #e3e9ef !important;
    color: #0088CF !important;
}

#btn-filter-mobile {
    display: none;
    max-height: 46px;
    max-width: 100px;
    margin-right: 10px;
    margin-top: 25px;
}

/* floating filter */
#btn-filter-mobile.page-suggested-list {
    position: fixed;
    z-index: 10;
    left: -2px;
    top: 25%;
    width: 45px;
    height: 40px;
    opacity: 0.9;
    color: #fff;
    background: var(--bs-blue);
    font-size: 12px;
    border: none;
}

#btn-filter-mobile.page-suggested-list label {
    display: none;
}

#btn-filter-mobile.page-seller,
#btn-filter-mobile.page-brand {
    margin-top: 0px;
}

@media (max-width:991px) {
    #btn-filter-mobile {
        display: flex;
    }

    #btn-filter-mobile.page-suggested-detail {
        margin-top: 0;
    }
}

@media (max-width:767px) {
    #btn-filter-mobile {
        margin-top: 0;
    }
}

@media (max-width:600px) {
    #btn-filter-mobile {
        margin-bottom: 10px;
    }

    #btn-filter-mobile.page-suggested-detail {
        margin-top: 10px;
    }

    #btn-filter-mobile.page-brand {
        margin-bottom: 0px;
    }
}

/* PRODUCT CARD NEW */
.product-grid-item .product-card {
    max-height: 500px;
    width: 220px;
}

.product-grid-item .product-card .d-tag {
    position: absolute;
}

.product-grid-item .product-card .product-name-card {
    font-weight: 600;
    color: #000;
    text-align: left;
    height: 50px;
}

.product-grid-item .product-card .product-sku {
    font-size: 10px;
    font-weight: 400;
}

.product-grid-item .product-card .packaging_quantity {
    font-size: 8px;
    cursor: inherit;
    padding: 1px 3px;
    border: 1px solid #C8CCD3;
    width: 48px;
    border-radius: 3px;
}

.product-grid-item .product-card .price-details {
    display: flex;
    flex-direction: column;
    line-height: normal;
    height: 53px;
    justify-content: flex-end;
    margin-top: 20px;
    text-align: start;
}

#product-detail-info .strikeout-price,
.product-grid-item .product-card .price-details .strikeout-price {
    display: flex;
    font-size: 12px;
    font-weight: 500;
    color: #5B6475
}

#product-detail-info .strikeout-price-drop,
.product-grid-item .product-card .price-details .strikeout-price-drop {
    color: #BC64CA;
    font-weight: 600;
}

.product-grid-item .product-card .price-details .product-price {
    font-size: 18px;
    font-weight: 600;
    color: var(--bs-blue);
}

.product-grid-item .product-card .price-details .product-unit-price,
.product-grid-item .product-card .price-details .product-allow-eclube {
    font-size: 10px;
    font-weight: 300;
}

.product-grid-item .product-card .sold-by {
    font-size: 12px;
    font-weight: 600;
    color: #5B6475;
    margin-top: 7px;
    text-align: start;
    text-wrap: nowrap;
}

.product-grid-item .product-card .add-button-seller {
    width: 100%;
    text-align: -webkit-center;
    padding: 0;
}

.product-grid-item .product-card .add-button-seller .btn-add-item,
.product-grid-item .product-card .add-button-seller .div-quantity-item {
    border-radius: 3px !important;
}

@media(max-width:767px) {
    .product-grid-item {
        display: flex;
        flex-direction: column;
    }

    .product-grid-item .product-item {
        margin-top: 30px;
    }

    .product-grid-item .product-card {
        width: 100%;
        padding-bottom: 0;
    }

    .product-grid-item .no-vert .product-card .img-product {
        height: 163px;
    }

    .product-grid-item .product-card .img-product {
        width: 163px;
        height: 163px;
    }

    .product-grid-item .product-card .product-name-card {
        font-size: 12px;
        height: 45px;
    }

    .product-grid-item .product-card .price-details {
        margin-top: 0px;
        height: 47px;
    }

    .product-grid-item .product-card .price-details .strikeout-price {
        font-size: 10px;
    }

    .product-grid-item .product-card .price-details .product-price {
        font-size: 16px;
    }

    .product-grid-item .product-card .price-details .product-unit-price,
    .product-grid-item .product-card .price-details .product-allow-eclube,
    .product-grid-item .product-card .sold-by {
        font-size: 8px;
    }

    .product-grid-item .product-card .div-quantity-item,
    .product-grid-item .product-card .btn-add-item {
        height: 43px;
        font-size: 10px;
    }

    .product-grid-item .product-card .sold-by {
        margin-top: 0;
    }

    .shopping-cart .no-vert .product-card .card-img-top {
        width: 156px;
        min-width: 156px;
        height: 156px;
    }
}


@media screen and (max-width:1280px) and (min-width:767px)  {
    .product-grid-item, .product-grid-item.product-skeleton {
        width: 33%;
    }
}

.page-title-overlap {
    background: var(--data-theme-color);
}

.page-title-overlap .breadcrumb-item.active,
.page-title-overlap .breadcrumb-item > * {
    color: var(--data-font-color) !important;
}

#product-detail-info {
    margin-top: -55px;
}

#product-detail-info .mobile-content {
    width: 100%;
    flex-direction: column;
}

#product-detail-info .mobile-content .product-title-detail {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
}

#product-detail-info .mobile-content .sku-and-packaging {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 25px;
    margin-top: 5px;
}

#product-detail-info .mobile-content .cod-sku {
    font-size: 12px;
    font-weight: 500;
    color: #A1A1A1;
}

#product-detail-info .mobile-content .packaging_quantity {
    border: 1px solid #CBE6FA5C;
    color: #C8CCD3;
    font-size: 10px;
    pointer-events: none;
}

#product-detail-info .e-clube {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    height: 46px;
    margin: 10px 0px;
    padding: 10px;
    border-radius: 3px;
    border: 2px dashed #3FD7E4;
    background: #ECFBFC;
}

#product-detail-info .e-clube span {
    display: flex;
    align-items: center;
    width: auto;
    font-size: 10px;
    font-weight: 600;
    color: #000;
    padding: 0;
}

#product-detail-info .e-clube .logo-e-clube {
    color: #3FD7E4;
}

#product-detail-info .e-clube .logo-e-clube i {
    font-size: 17px;
}

#product-detail-info .e-clube .desc-e-clube {
    padding-left: 10px;
}

#product-detail-info .e-clube .desc-e-clube strong{
    padding: 0 2px;
}

#product-detail-info .enable-touch-scroll-on-mobile {
    display: none;
    position: absolute;
    width: 100%;
    height: 400px;
}

@media (max-width:991px) {
    .page-title-overlap.prod-detail {
        background: none;
        padding: 10px 0 0 0 !important;
        margin: 10px 0 30px 0;
        border-top: 1px solid #C8CCD3;
    }

    .page-title-overlap .breadcrumb-item.active,
    .page-title-overlap .breadcrumb-item > * {
        color: var(--data-font-dark-color) !important;
    }

    .page-title-overlap .breadcrumb-item:nth-child(2) {
        min-width: 78px;
    }

    .page-title-overlap .breadcrumb-item::before {
        color: #CBE6FA;
        font-size: 8px;
        margin-top: 5px;
    }

    .product-gallery .product-gallery-preview-item {
        margin-left: 1rem;
        margin-top: 0.5rem !important;
    }

    .product-gallery .product-gallery-thumblist {
        display: block;
        padding-left: 10px;
        padding-top: 0;
        margin-top: 5px;
    }

    #product-detail-info {
        border: none !important;
        padding: 20px 0 0 0 !important;
    }

    #product-detail-info .enable-touch-scroll-on-mobile {
        display: block;
    }

    #product-detail-info .product-info-card {
        margin-top: 20px;
    }

    #product-detail-info .product-info-card .card-body {
        display: flex;
        justify-content: start;
        flex-direction: column;
        padding: 0;
    }

    #product-detail-info .product-info-card .card-body .div-sold-by {
        flex-direction: row !important;
        align-items: baseline;
        order: 1;
        margin-top: 18px;
    }

    #product-detail-info .product-info-card .card-body .div-sold-by > * {
        font-size: 12px !important;
        font-weight: 700;
        color: #5B6475;
    }

    #product-detail-info .product-info-card .card-body .div-sold-by .sold-by {
        margin-left: 5px;
    }

    #product-detail-info .product-info-card .card-body #div-add-item {
        order: 2;
        margin: 0 !important;
    }

    #product-detail-info .product-info-card .card-body .price-desc {
        margin: 0 !important;
        align-items: start !important;
    }

    #product-detail-info .product-info-card .card-body #div-add-item .btn-add-item {
        align-items: start !important;
    }

    #product-detail-info .product-info-card .card-body #div-add-item .div-quantity-item,
    #product-detail-info .product-info-card .card-body #div-add-item .btn-add-item {
        max-width: 320px;
    }

    #product-detail-info .accordion-button {
        padding: 10px 4px;
    }

    #product-detail-info .accordion-body {
        padding: 1rem 0.5rem;
    }

    #product-detail-info .btn-wishlist {
        margin-top: 10px;
    }

    #product-detail-info .discount-tag::after {
        display: none;
    }

}

@media (max-width: 500px) {
    .product-gallery {
        display: flex;
        flex-direction: row-reverse;
    }

    .product-gallery .product-gallery-thumblist-item {
        width: 60px;
        height: 60px;
    }

    #product-detail-info .product-info-card .card-body #div-add-item .div-quantity-item,
    #product-detail-info .product-info-card .card-body #div-add-item .btn-add-item {
        width: 100% !important;
        max-width: none;
    }
}

@media (max-width: 380px) {
    #product-detail-info .e-clube span {
        font-size: 9px;
    }
}
