/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.field-product-item .left-product .product-thumbnail.loading {
    width: 40px;
    height: 40px;
    top: 40%;
    left: 40%;
    position: absolute;

 background: none !important;
    background-image: none !important;

    border: 4px solid #f3f3f3;
    border-top: 4px solid #ffb502;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.images-slider-wrapper.loading {
    width: 80px;
    height: 80px;
    left: 35%;
    top: 140px;
    position: absolute;
    background: none !important;
    background-image: none !important;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #ffb502;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.hide-menu-item {
    display: none !important;
}