.ninetheme-loop-product.type-5 .product-actions.hint-top {
    display: flex;
    gap: 10px;
    align-items: baseline;
    flex-direction: row;
    flex-wrap: nowrap;
    width: auto;
    justify-content: center;
    border-top: 0;
    padding: 10px 15px 10px;
    position: absolute;
    bottom: 20px;
    opacity: 0;
    visibility: hidden;
    right: auto;
    left: auto;
    background: #fff;
    border: 1px solid var(--ninetheme-border);
    height: auto;
    border-radius: 5px;
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 200ms ease;
    box-shadow: 0px 1px 13px 4px #3333331f;
}

.ninetheme-loop-product.type-5:hover .product-actions.hint-top {
    opacity: 1;
    visibility: visible;
    bottom: 30px;
}

.ninetheme-loop-product.type-5 .nt-wish-icon {
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 7px;
    border-radius: 100%;
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 200ms ease;
}

.ninetheme-loop-product.type-5:hover .nt-wish-icon {
    background-color: var(--ninetheme-blue-bg);
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 200ms ease;
}

.ninetheme-loop-product.type-5:hover .nt-wish-icon svg {
    fill: var(--ninetheme-blue-dark);
    max-width: 17px;
    max-height: 17px;
}

.ninetheme-loop-product.type-5 .product-details {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
}

.ninetheme-loop-product.type-5 .product-footer {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ninetheme-loop-product.type-5 .product-actions svg,
.ninetheme-loop-product.type-5 .nt-wish-icon svg {
    fill: var(--ninetheme-text);
    max-width: 17px;
    max-height: 17px;
}

.ninetheme-loop-product.type-5 .product-stock-rating {
    line-height: 0;
    display: flex;
    gap: 10px;
    align-items: center;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
}

.ninetheme-loop-product.type-5 .thumb-wrapper {
    position: relative;
    overflow: hidden;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 15px;
}
.ninetheme-loop-product.type-5:hover .thumb-wrapper {
    overflow: inherit;
}
.ninetheme-loop-product.type-5 .ninetheme-swatches-wrapper {
    position: absolute;
    top: 0;
    left: 0px;
    background: #fff;
    width: 100%;
    padding: 15px;
    z-index: 104;
    border: 1px solid var(--ninetheme-border);
    height: -webkit-fill-available;
    opacity: 0;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    border-radius: 0 0 5px 5px;
    margin-top: -17px;
    webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 200ms ease;
}

.ninetheme-loop-product.type-5:hover .ninetheme-swatches-wrapper {
    opacity: 1;
    visibility: visible;
}

.ninetheme-loop-product.type-5 .star-rating {
    margin-top: -2px;
}

.ninetheme-loop-product.type-5 .has-thumbs .thumbs {
    margin: 0;
    position: absolute;
    bottom: 5px;
}

@media screen and (max-width: 992px) {
    .ninetheme-loop-product.type-5 .product-actions.hint-top {
         position: relative;
         margin-top: 0;
         border-radius: 0 0 5px 5px;
         justify-content: space-evenly;
         opacity: 1;
         visibility: visible;
         bottom: 0;
         width: 100%;
     }
     .ninetheme-loop-product.type-5:hover .product-actions.hint-top {
         bottom: 0px;
     }
     .ninetheme-loop-product.type-5 .has-thumbs .thumbs {
         bottom: 50px;
     }
}
