/*
Theme Name: Industrial Gases
Version: 1.0
Description: Theme Industrial Gases
Author: A2 Design
Author URI: a2design.ru
*/
body {
    margin: 0;
    padding: 0;
}

.ajax-loading, .ajax-loading * {
    cursor: progress !important;
}

.single-shop-item .img-box img {
    max-height: 272px;
    object-fit: contain;
}

.ajax_add_to_cart.loading::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 8px;
    border: 2px solid #ccc;
    border-top-color: #333;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
    vertical-align: middle;
    position: absolute;
    right: -20px;
}

.thm-btn.ajax_add_to_cart {
    position: relative;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
.product_details .product_top_section .img_holder {
    background: transparent;
}
.form-response-wrap {
    color: #ffffff;
}

.contact-section {
    padding-right: 15px;
    padding-left: 15px;
}