.gomst-wc-single-product-v1 {
    .gomst-wc-single-product-v1__main {
        padding-top: 2rem;
        padding-bottom: 8rem;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        @media only screen and (max-width: 991px) {
            padding-top: 4rem;
            padding-bottom: 4rem;
        }
    }
    span.onsale,
    .onsale {
        min-width: initial;
        min-height: initial;
        margin: 0;
        font-size: 0.9rem;
        line-height: 1.2rem;
        padding: 0.2rem 0.8rem;
        border-radius: 20rem;
        background-color: #000;
        top: 2rem;
    }
    .gomst-wc-single-product-v1__image-gallery {
        float: none !important;
        .flex-viewport {
            border-radius: 0.5rem;
            margin-bottom: 1rem;
        }
        .flex-control-thumbs {
            li {
                border-radius: 0.5rem;
                overflow: hidden;
            }
        }
        .flex-control-thumbs {
            display: flex;
            flex-wrap: wrap;
            flex-direction: row;
            li {
                float: none;
                width: calc(100% / 5 - 1rem) !important;
                margin: 0.5rem !important;
                @media only screen and (max-width: 575px) {
                    width: calc(100% / 4 - 0.4rem) !important;
                    margin: 0.2rem !important;
                }
            }
        }
    }
    .summary.entry-summary {
        float: none !important;
        display: flex;
        flex-wrap: wrap;
        border-radius: 0.5rem;
        padding: 1rem !important;
        flex-direction: column;
        margin-bottom: 1.5rem !important;
        .stock {
            font-size: 1rem;
            line-height: 1.2rem;
            font-weight: 500;
            color: #000;
            margin-bottom: 1.5rem;
        }
    }
    .woocommerce-product-rating {
        a {
            color: #000;
        }
    }
    input[type="submit"]#submit,
    input[type="submit"] {
        padding: 0.8rem 1rem !important;
        border-radius: 0.5rem !important;
        border: 2px solid #000 !important;
        background: #000 !important;
        color: #fff !important;
        font-size: 1rem !important;
        line-height: 1.2rem !important;
        font-weight: 500 !important;
        transition: 0.3s !important;
        &:hover {
            background: #fff !important;
            color: #000 !important;
        }
    }
    p.stars a {
        color: #000;
    }
    .gomst-wc-single-product-v1__title {
        font-size: 1.5rem;
        line-height: 2rem;
        font-weight: 700;
        color: #000;
        margin-bottom: 1rem;
        strong {
            color: #000;
        }
        @media only screen and (max-width: 767px) {
            font-size: 1.5rem;
            line-height: 2rem;
        }
    }
    .gomst-wc-single-product-v1__price,
    .woocommerce-variation-price {
        font-size: 1.3rem;
        line-height: 2rem;
        font-weight: 700;
        color: #000;
        margin-bottom: 1.5rem;
        strong {
            color: #000;
        }
        &.gomst-wc-single-product-v1__price--hide {
            display: none;
        }
        .amount {
            color: #000;
        }
    }
    .gomst-wc-single-product-v1__add-to-cart-container {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .gomst-wc-single-product-v1__quantity-text {
        margin-right: 0.5rem;
        font-size: 1rem;
        line-height: 1.2rem;
        color: #000;
        float: none;
        font-weight: 600;

    }
    .quantity {
        float: none;
        .qty {
            width: 3rem;
            height: 3rem;
            text-align: center;
            border: 2px solid #000;
            border-radius: 0.5rem;
            font-size: 1rem;
            line-height: 1.2rem;
        }
    }
    .gomst-wc-single-product-v1__add-to-cart {
        float: none;
        width: 100%;
        margin-top: 1rem;
    }
    .product_meta {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        .sku_wrapper,
        .posted_in,
        .tagged_as {
            display: block;
            margin-bottom: 1rem;
            font-size: 1rem;
            line-height: 1.2rem;
            color: #000;
            float: none;
            font-weight: 500;
            a {
                color: #808080;
                &:hover {
                    color: #000;
                }
            }
        }
    }
    .woocommerce-tabs {
        background-color: #F9F9FB;
        padding: 4rem;
        border-radius: 0.5rem;
        margin-bottom: 2rem;
        width: 100%;
        @media only screen and (max-width: 1199px) {
            padding: 1rem;
        }
        .comment-text {
            background-color: #fff;
            border: 2px solid #808080 !important;
            border-radius: 0.5rem !important;
        }
        .comment-form-comment {
            textarea {
                border: 2px solid #808080;
                border-radius: 0.5rem;
                padding: 0.5rem;
            }
        }
    }
    .gomst-wc-single-product-v1__tabs {
        display: flex;
        flex-wrap: wrap;
        border-bottom: 2px solid #808080;
        padding: 0 !important;
        justify-content: flex-start;
        margin-bottom: 1.5rem !important;
        width: 100%;
        &:after,
        &:before {
            display: none !important;
        }
        li {
            padding: 0 0 !important;
            border: none !important;
            background-color: transparent !important;
            box-sizing: border-box;
            margin-bottom: 0;
            @media only screen and (max-width: 575px) {
                width: calc(50% - 1rem);
                flex: 0 0 calc(50% - 1rem);
                margin-left: 0.5rem;
                margin-right: 0.5rem;
                padding-right: 0;
                border-right: none;
                margin-bottom: 0.5rem;
            }
            &:not(:last-child) {
                margin-right: 1rem !important;
                @media only screen and (max-width: 575px) {
                    margin-left: 0.5rem !important;
                    margin-right: 0.5rem !important;
                    padding-right: 0 !important;
                    border-right: none !important;
                    margin-bottom: 0.5rem !important;
                }
            }
            a {
                color: #808080 !important;
                font-size: 1rem;
                line-height: 1.4rem;
                font-weight: 500 !important;
                width: 100%;
                padding: 1.5rem !important;
                background-color: transparent;
                border-color: transparent;
                transition: 0.3s;
                &:hover {
                    color: #000 !important;
                }
                @media only screen and (max-width: 767px) {
                    padding: 0.5rem !important;
                }
            }
            &.active {
                a {
                    color: #000 !important;
                }
            }
        }
        .gomst-wc-single-product-v1-target {
            box-shadow: 0 5px 15px #000;
            background-color: #000;
            border-radius: 0.5rem;
            padding: 2.5rem 1rem !important;
            margin-bottom: 1.5rem !important;
        }
    }
    .variations {
        tbody, tr, th, td {
            @media only screen and (max-width: 575px) {
                display: block;
            }
        }
        .label {
            label {
                font-size: 1.2rem;
                line-height: 1.5rem;
                font-weight: 600 !important;
                color: var(--idt-color-2);
            }
        }
        select {
            border: 1px solid transparent;
            border-bottom-color: var(--idt-color-8);
            border-radius: 0;
            padding: 0.5rem 0.5rem 0.5rem 0;
            transition: 0.3s;
            box-shadow: none;
            cursor: pointer;
            outline: none;
            @media only screen and (max-width: 575px) {
                margin-right: 0;
                width: 100%;
            }
            &:hover,
            &:focus {
                border-bottom-color: var(--idt-color-3);
            }
        }
    }
}