.name {
    border: 1px solid #666;
}

.name,
.custom-checkbox input[type="checkbox"]+span.name {
    /* width: 16px;
    height: 16px; */
    padding: 0.25rem;
    display: inline-block;
    margin: 0;
    cursor: pointer;
    background-size: contain;
}

.attribute-box:checked+span,
.attribute-box:hover+span,
.input-radio:checked+span,
.input-radio:hover+span {
    border: 2px solid #000000;
}

.product-attributes>.product-attributes-item {
    margin: 25px 0;
}

.product-attributes>.product-attributes-item select {
    border: 1px solid #ebebeb;
    height: 2.5rem;
    /* width: 3.75rem; */
}

.product-attributes>.product-attributes-item ul li {
    margin-right: 0.625rem;
    float: left;
}

.product-attributes>.product-attributes-item .name {
    margin: 0;
    height: 30px;
}

.attribute-box {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

label.input-disabled {
    background-color: #ccc;
    pointer-events: none;
}

label.input-disabled .attribute-box {
    pointer-events: none;
}

.spinner-layer {
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex; */
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    /* opacity: 0; */
    background: hsla(0, 0%, 100%, .7);
    text-align: center;
    /* z-index: -1; */
    /* z-index: 100; */
}

@media (min-width: 992px) {
    header #navbar-menu .navbar-nav .nav-item {
        padding-right: 10px;
    }
}

div#products .product-description,
.product-miniature .product-description {
    bottom: 0;
}

.wp-btn {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 80px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.wp-btn:hover {
    color: #FFF;
}

.wp-icon {
    margin-top: 16px;
}

#captcha-refresh {
    cursor: pointer;
}

#user_token{
    display: none;
}