.cartajaxattributes{font-size:12px}
.cartajaxattributes fieldset{margin:0 5px 5px 0;padding:5px;border:1px solid black}
.cartajaxattributes-fieldset-wrapper{display:flex;vertical-align:middle;*display:inline;zoom:1;}
.cartajaxattributes-fieldset-wrapper select{
    order: 2;
}
.cartajaxattributes fieldset img,.cartajaxattributes fieldset input,.cartajaxattributes fieldset select{vertical-align : middle;}.product .cartajaxattributes-buy-button,.product .cartajaxattributes-close-button{display:none}
/*#cartajax-attribute-loading{width:12px;height:12px;background:url('images/cartajax-attribute-loading.gif') no-repeat center center transparent;margin-right:-12px;display:inline-block;vertical-align:baseline;zoom:1;*display:inline;}*/
/*#cartajax-attribute-loading{
    display: block;
    background: url('modules/mod_jshopping_cart_wl_ajax/assets/img/ajax-loader-mini.gif') no-repeat center transparent;
    opacity: .8;
    height: 50px;
    width: 50px;
    position: absolute!important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999
}*/
.cartajax-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*.cartajax-overlay .loader {
    width: 50px;
    height: 50px;
    background: url(modules/mod_jshopping_cart_wl_ajax/assets/img/ajax-loader-mini.gif) no-repeat center center;
    background-size: 20px 20px;
    opacity: 0.9;
}*/
.cartajax-overlay .loader {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #333;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.cartajaxattributes-hidden{
    display: none;
}
.cartajaxattributes{
    position: relative;
    margin-bottom: 10px;
}
.cartajaxattributes img{
    min-width: 32px;
    max-height: 100%;
    display: block;
    margin-right: 5px;
}
.atcounter {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    overflow: hidden;
    justify-content: center;
    width: 135px;
    height: 35px;
    margin: 12px auto;
}
.atcounter button {
    padding: 5px 10px;
    background: white;
    border: none;
    cursor: pointer;
    width: 25%;
    height: 35px;
}
.atcounter button:first-child {
    border-right: 1px solid #ccc;
}
.atcounter button:last-child {
    border-left: 1px solid #ccc;
}
.atcounter input {
    width: 50% !important;
    text-align: center;
    border: none;
    outline: none;
    background: transparent;
    border: 0;
}