﻿[v-cloak],
[v-cloak] > * {
    display: none !important;
}

/* Header, menu */
#xp-search-popup-form button {
    border: none;
    background-color: transparent;
}

/* Login */
#login .validation-summary-errors {
}

/* Join us */
#form-join-us .badge {
    white-space: normal;
}

.xp-required label.form-label::after {
    content: "*";
    padding-left: 4px;
    color: #ef2758 !important;
    font-size: 0.875rem !important;
}

/*
.xp-optional label.form-label::after {
    content: "(Optional)";
    padding-left: 4px;
    color: #adb5bd;
    font-size: 0.8em;
}
*/

/* mini card */
#xp-cart-widget-bubble.navbar-tool-label:empty {
    width: 0;
    height: 0;
}

@media (min-width: 992px) {
    .navbar-expand-lg .dropdown:hover #xp-cart-widget-items .dropdown-menu {
        display: block;
        -webkit-animation: slide-up .25s ease-in-out;
        animation: slide-up .25s ease-in-out;
    }
}

/* Product Categories */
.widget-categories a {
    color: #201f2c;
}

.widget-categories .active > .accordion-header .accordion-button {
    color: #eb6d00;
}

.widget-categories .active > .form-check-label a {
    color: #eb6d00;
}

/* Product Details */
.xp-card {
    min-height: 44px;
    padding: 0;
}

    .xp-card img {
        max-width: 65px !important;
        margin-left: 5px;
        margin-top: 5px;
        height: auto;
        min-height: auto;
        max-height: 50px;
    }

.ribbon-primary {
    position: absolute;
    top: 0;
    left: 3px;
    z-index: 999;
}

.variant-button-image {
    height: 50px;
}

.option-with-image {
    min-height: 82px;
}

.xp-inc-btn.disabled, .xp-inc-btn[disabled], .xp-dec-btn.disabled, .xp-dec-btn[disabled] {
    cursor: not-allowed;
    background-color: #f2f2f2;
    border-color: transparent;
}

.quantity-amount {
    min-width: 110px;
}

.input-validation-error {
    border-color: rgba(239,39,88,.35) !important;
}

.product-gallery-thumblist-item {
    display: flex;
    align-items: center;
}

.xp-card.xp-selected.form-option-color .form-option-label {
    border-color: #eb6d00;
    background-color: white;
}

.xp-card.xp-selected.form-option-size .form-option-label {
    border-color: #eb6d00;
    background-color: white;
}

.xp-ajax-panel-loading {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    cursor: pointer;
    background-color: white;
    opacity: 0.5;
}

.form-option-size {
    max-width: initial;
}

/* Category listing product images */
.xp-products-grid img {
    width: 100%;
}

/* Classifications gallery widget */
.xp-classifications-gallery img {
    width: 160px;
}

/* Remove lead text paragraph margin */
.xp-lead-text p {
    margin-top: 0;
    margin-bottom: 0;
}

/* Wrap the badge text on registration page */
.field-validation-error {
    white-space: normal;
}

/* Center align classification titles */
.products-grid .h5.product-title {
    text-align: center;
}