

/*############################################################
-> Product- Variant
############################################################*/

.ef-product-variations {
    margin: 18px 0 16px;
    color: #222529;
}

.ef-var-group {
    margin-bottom: 14px;
}

.ef-var-title {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
}

.ef-var-options {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    align-items: stretch;
}

.ef-var-select {
    width: min(100%, 280px);
    height: 42px;
    padding: 0 12px;
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    background: #fff;
    color: #222529;
}

.ef-var-option {
    min-height: 38px;
    padding: 8px 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    background: #fff;
    color: #222529;
    font: inherit;
    line-height: 1.25;
    text-align: center;
    cursor: pointer;
    transition: border-color .18s ease, box-shadow .18s ease, opacity .18s ease;
}

.ef-var-option:hover,
.ef-var-option:focus {
    border-color: var(--c1);
    outline: none;
}

.ef-var-option-selected {
    border-color: #222529;
    box-shadow: 0 0 0 1px var(--sh1);
}

.ef-var-option-disabled {
    opacity: .45;
    cursor: not-allowed;
}

.ef-var-option-disabled:hover,
.ef-var-option-disabled:focus {
    border-color: #d7d7d7;
    box-shadow: none;
}

.ef-var-group-type-3 .ef-var-option,
.ef-var-group-type-4 .ef-var-option {
    min-width: 82px;
    padding: 7px;
    flex-direction: column;
}

.ef-var-image,
.ef-var-color {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: unset;
    border-radius: 4px;
    background: #f7f7f7;
}

.ef-var-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.ef-var-image-text {
    padding: 6px;
    font-size: 12px;
    line-height: 1.25;
    word-break: break-word;
}

.ef-var-color {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .08);
}

.ef-var-option-label {
    display: block;
    max-width: 100%;
    font-size: 13px;
    line-height: 1.25;
    word-break: break-word;
}

.ef-var-warning {
    margin-top: 8px;
    color: #b3261e;
    font-size: 13px;
    line-height: 1.35;
}

.ef-var-clear {
    margin: 2px 0 8px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #666;
    font-size: 13px;
    line-height: 1.4;
    text-decoration: underline;
    cursor: pointer;
}

.ef-var-clear:hover,
.ef-var-clear:focus {
    color: #222529;
    outline: none;
}

.ef-var-group-missing .ef-var-title {
    color: #b3261e;
}

.ef-var-group-missing .ef-var-options {
    animation: efVarPulse .9s ease;
}

.ef-add-cart-disabled {
    opacity: .55;
    cursor: not-allowed !important;
}

.ef-var-btn-list4 {
    border:none;
}

@keyframes efVarPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(179, 38, 30, .24);
    }
    100% {
        box-shadow: 0 0 0 8px rgba(179, 38, 30, 0);
    }
}

.product-single-gallery.ef-gallery-loading,
[data-ef-product-gallery].ef-gallery-loading {
    opacity: .55;
    pointer-events: none;
    transition: opacity .18s ease;
}

.ef-gallery-empty {
    width: 100%;
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    border: 1px dashed #d7d7d7;
    color: #777;
    font-size: 14px;
    text-align: center;
}

.ef-gallery-fade {
    transition: opacity .18s ease;
}

.ef-gallery-updated {
    animation: efGalleryUpdated .35s ease;
}

@keyframes efGalleryUpdated {
    0% {
        opacity: .75;
    }
    100% {
        opacity: 1;
    }
}


/*############################################################
<- Product- Variant
############################################################*/



/*############################################################
-> XXXX
############################################################*/

/*############################################################
<- XXXX
############################################################*/

@media (min-width: 1200px) and (max-width: 1599.98px) {
}/*@media (min-width: 1200px) and (max-width: 1599.98px)*/

@media (min-width: 992px) and (max-width: 1199.98px) {
}/*@media (min-width: 992px) and (max-width: 1199.98px)*/

@media (max-width: 991.98px) {
}/*@media (max-width: 991.98px)*/

@media (min-width: 768px) and (max-width: 991.98px) {
}/*@media (min-width: 768px) and (max-width: 991.98px)*/

@media (max-width: 767.98px) {
}/*@media (max-width: 767.98px)*/
