.addvance-suggestion-items {
    padding: 1rem;
}

.addvance-suggestion-item {
    padding: 1rem 0;
}

.addvance-suggestion-line-grid>.row {
    margin-left: 0;
    margin-right: 0;
}

.addvance-suggestion-line-grid-body,
.addvance-suggestion-line-grid-left,
.addvance-suggestion-line-grid-right {
    padding-left: 5px;
    padding-right: 5px;
}

.addvance-suggestion-line-grid-left,
.addvance-suggestion-line-grid-right {
    text-align: center;
}

.addvance-suggestion-item .current-price {
    text-align: left;
}

.addvance-suggestion-item #product-description-short-5.product-description p,
.addvance-suggestion-item .page-content.page-cms ul,
.addvance-suggestion-item #product-description-short-5.product-description li {
    font-size: 0.825em;
}

.addvance-add-suggested-product-to-cart {
    font-size: 0.700em;
}

.addvance-add-suggested-product-to-cart {
    overflow: hidden;
    white-space: normal;
}

/* LOADER */

#addvance-loader-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.4)
}

#addvance-loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: relative;
    animation: rotate 1s linear infinite;
    margin: -25px 0 0 -25px;
}
 
#addvance-loader:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0px;
    border-radius: 50%;
    border: 5px solid #fff;
    animation: prixClipFix 2s linear infinite;
}
 
@keyframes rotate {
    100%   {transform: rotate(360deg)}
}

@keyframes prixClipFix {
    0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
    25%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
    50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
    75%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}
    100% {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}
}

/* FIN LOADER */

.addvance-loyalty-card-join {
    font-weight: bold;
    cursor: pointer;
    margin-right: 10px;
}

.addvance-save-price {
    display: inline-block;
    font-size: 0.825em;
    font-weight: bold;
    color: #f49d6e;
    text-align: center;
}

.addvance-loyalty-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    aspect-ratio: 1.586;
    background-color: #21BBEA;
    border-radius: 10px;
    padding: 10px;
    color: white;
}

.addvance-loyalty-card-not-exists {
    background-color: #EAEAEA;
    color: #BDBDBD;
}

.addvance-loyalty-card-header {
    text-align: left;
    font-size: 13px;
}

.addvance-loyalty-card-number {
    font-family: 'Courier New', Courier, monospace;
    font-size: 13px;
    font-weight: bold;
    color: white;
}

.addvance-text-left {
    text-align: left;
}

.addvance-loyalty-card-name {
    font-size: 13px;
    font-weight: bold;
    color: white;
}

.addvance-loyalty-card-expiration {
    float: right;
    font-size: 13px;
    font-style: italic;
}