/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.1
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

.custom-variations-block {
    margin: 25px 0 20px;
}

.custom-variation-item {
    display: block;
    padding: 18px;
    margin: 12px 0;
    border: 2px solid #e0e0e0;
    border-radius: 0px;
    background: #ffffff;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    position: relative;
}

.custom-variation-item input[type="radio"] {
    position: absolute;
    transform: scale(2);
    top: 30px;
    left: 25px;
    margin: 0;
}

.custom-variation-item .variation-content {
    margin-left: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.custom-variation-item .variation-info {
    flex: 1;
}

.custom-variation-item .variation-title {
    font-size: 1.15em;
    color: #1a1a1a;
    display: block;
}

.custom-variation-item .variation-desc {
    color: #555;
    font-size: 0.94em;
    margin: 8px 0;
    line-height: 1.45;
}

.custom-variation-item .variation-price {
    font-weight: bold;
    color: #d63638;
    font-size: 1.25em;
    text-align: right;
}

.custom-variation-item.selected,
.custom-variation-item:hover {
    border: 2px solid #2271b1;
    background: #f0f8ff;
    box-shadow: 0 4px 16px rgba(34,113,177,0.18);
}

button.single_add_to_cart_button.button.alt {
    width: 100%;
    padding: 25px;
    font-size: 18px;
    text-transform: uppercase;
}
.variation-price {
    max-width: 150px;
}
.variation-title {
    font-weight: 800;
}
.variation-price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    line-height: 1.3;
    font-family: inherit;
}
.variation-price del,
.variation-price del .woocommerce-Price-amount {
    font-size: 0.85em;
    color: #999;
    text-decoration: line-through;
    opacity: 0.8;
    order: 2;
}
.variation-price ins,
.variation-price ins .woocommerce-Price-amount {
    font-size: 1em;
    font-weight: 700;
    color: #d63638;
    text-decoration: none;
    order: 1;
    margin-bottom: 2px;
}
.variation-price .screen-reader-text {
    position: absolute;
    left: -9999px;
}
.variation-price .woocommerce-Price-currencySymbol {
    margin-right: 2px;
}
.woocommerce-Price-amount {
    color: #000;
}
.woocommerce-variation-price,
.woocommerce-variation .price {
     display: none !important;
}

.woocommerce-cart-wrap .update-cart-button {
    display: none !important;
}