/* GENERIC */
textarea {
    resize: none !important;
}

/* PRODUCT GRID ELEMENT */
.woocommerce-variation-price {
    display: none !important;
}

/* LOGIN DROPDOWN */
.create-account-link {
    display: none !important;
    visibility: hidden !important;
}

/* CHECKOUT EDITS */
.checkout_coupon {
    max-width: 100% !important;
    margin-bottom: 50px !important;
}

/* WISHLIST */
#yith-wcwl-form .wishlist-title {
    display: none !important;
    visibility: hidden !important;
}

/* COUPON STATS PAGE */
.woodmart-my-account-links .statistiche-coupon-link a::before {
    content: "\f106" !important;
}

select#coupon {
    margin-bottom: 20px;
}

.coupon-data {
    margin-top: 20px;
}

div#coupon-data {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 400px;
    margin-top: 40px;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.woodmart-shop-loader.coupons-loader {
    display: block;
    text-align: center !important;
    margin: 0 !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
}

.woodmart-shop-loader.coupons-loader::after {
    -webkit-animation: spin 0.5s linear infinite;
           -moz-animation: spin 0.5s linear infinite;
                animation: spin 0.5s linear infinite;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }