/*
Theme Name: Woo Marketplace Theme Child
Description: Child theme for Woo Marketplace Theme
Template: woo-marketplace-theme
Version: 1.0.0
Author: Webkul
Text Domain: ethereal
*/
.wkfashion-sponsored-label {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #efa524;
    color: #101f31;
    padding: 2px 8px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 3px;
    z-index: 10
}

@media (max-width:1024px) {
    .wkfashion-sponsored-label {
        right: 20px
    }
}

@media (max-width:380px) {
    .wkfashion-sponsored-label {
        display: none
    }
}

.wkfashion-holiday-notice-container {
    margin-top: 32px;
    margin-bottom: 0
}

.wkfashion-holiday-notice {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .05), 0 2px 4px -1px rgba(0, 0, 0, .03);
    border-color: #fbbf24 !important;
    background-color: #fffbeb !important
}

.wkfashion-holiday-notice p {
    color: #b45309 !important;
    margin: 0;
    font-size: 15px;
    line-height: 1.5
}

.wkfashion-holiday-notice p strong {
    color: #92400e
}

.wkfashion-holiday-notice .icon-info {
    color: #f59e0b;
    font-size: 20px;
    margin-right: 12px
}

@media (max-width:768px) {
    .wkfashion-holiday-notice-container {
        margin-top: 16px;
        padding-left: 16px;
        padding-right: 16px
    }
}

@keyframes fade-in-up {
    from {
        opacity: 0;
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.animate-fade-in-up {
    animation: fade-in-up .3s ease-out forwards
}

.er-btn-ghost {
    border-radius: 30px
}