.woocommerce-variation-price {
    display: none !important;
}

.product-info .price {
    font-size: 26px;
    margin: 0 0 5px 0 !important;
}

.product-page-price del {
    font-size: 20px;
}

.price {
    display: flex !important;
    align-items: center;
    gap: 20px;
}

.quick_buy-btn {
    width: 100%;
    max-width: 25rem;
    padding: 10px;
    margin: 0 auto;
    border-radius: 5px;
}

.quick_buy-btn span:first-child,
a.buy_now_button span:first-child {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
}

.quick_buy-btn span:last-child,
a.buy_now_button span:last-child {
    font-size: 13px;
}

.product-short-description {
    margin-bottom: 2rem;
}

.product-short-description * {
    font-size: 14px;
}

.expand-des.pull-right,
.collapse-des.pull-right {
    position: relative;
    top: 0;
    font-size: 14px;
    cursor: pointer;
    color: #2e3b74;
}

.ux-swatch.selected,
.ux-swatch:hover {
    background: #fffef1;
}

form.cart {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px dashed #efefef;
}

table.variations {
    margin-bottom: 2rem;
}

.variations .reset_variations {
    bottom: 5px;
    left: 0;
}

.product-page-price ins {
    font-size: 25px;
}

.realdev-quickbuy button.single_add_to_cart_button.loading:after,
form.quick-buy-form button#place_order,
span.optional {
    display: none;
}

.quick-buy-title {
    font-size: 22px;
}

.shipping-methods li {
    font-size: 14px;
}

.realdev-quickbuy button.single_add_to_cart_button.button.alt.loading {
    color: #fff;
    pointer-events: none !important;
}

.realdev-quickbuy .buy_now_button {
    position: relative;
    color: rgba(255, 255, 255, 0.05);
}

.realdev-quickbuy .buy_now_button:after {
    animation: spin 500ms infinite linear;
    border: 2px solid #fff;
    border-radius: 32px;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    content: "";
    display: block;
    height: 16px;
    top: 50%;
    margin-top: -8px;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    width: 16px;
}

.single_add_to_cart_button {
    margin: 0;
    padding: 5px 30px;
}

a.buy_now_button {
    flex-basis: 100%;
    max-width: 100%;
    padding: 8px;
    background: #fd6e1d;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fd6e1d), to(#f59000));
    background: -webkit-linear-gradient(top, #f59000, #fd6e1d);
    background: -moz-linear-gradient(top, #f59000, #fd6e1d);
    background: -ms-linear-gradient(top, #f59000, #fd6e1d);
    background: -o-linear-gradient(top, #f59000, #fd6e1d);
}

a.buy_now_button:hover {
    box-shadow: unset !important;
    background: #f59000;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f59000), to(#fd6e1d));
    background: -webkit-linear-gradient(top, #fd6e1d, #f59000);
    background: -moz-linear-gradient(top, #fd6e1d, #f59000);
    background: -ms-linear-gradient(top, #fd6e1d, #f59000);
    background: -o-linear-gradient(top, #fd6e1d, #f59000)
}

.woocommerce-variation-add-to-cart {
    display: flex;
    gap: 20px;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.quantity input[type=number] {
    height: unset;
}

.ux-quantity {
    margin: 0;
}

.product-images-gallery img {
    width: 100%;
    height: auto;
}

.product-image-thumbnail img {
    width: 100%;
    height: auto;
}

.product-section .entry-content {
    padding: 1rem;
}

.product-section:first-child {
    border: none;
    padding-top: 0;
}

.product-sidebar .product-small.box {
    padding: 0 10px;
}

.product-thumbnails a,
.product-thumbnails img {
    border-radius: 6px;
    overflow: hidden;
    border: none;
    opacity: 1;
}

.product-images .flickity-prev-next-button.previous {
    left: unset;
    right: 60px;
    opacity: 1;
    top: unset;
    bottom: -150px;
}

.product-images .flickity-prev-next-button.next,
.product-images .flickity-prev-next-button:disabled,
.product-images button.flickity-prev-next-button[disabled] {
    top: unset;
    opacity: 1 !important;
    bottom: -150px;
    right: 10px;
}

.product-thumbnails {
    margin-bottom: 3rem !important;
}

.product-images .flickity-prev-next-button {
    position: absolute;
}

.product-thumbnails .flickity-prev-next-button {
    display: none;
}

@media screen and (min-width:551px) {

    .product-thumbnails a,
    .product-thumbnails img {
        width: 80px;
        height: 80px;
    }

    .product-thumbnails .is-nav-selected a img {
        transform: unset !important;
    }

    .product-thumbnails .col:hover a {
        transform: translateY(-5px);
    }

    .product-thumbnails .col {
        max-width: 80px !important;
        flex-basis: 80px !important;
        padding: 0 !important;
        margin-right: 10px;
        position: unset !important;
    }

    .product-thumbnails .flickity-slider {
        position: unset !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (max-width:551px) {
    .woocommerce-variation-add-to-cart {
        flex-wrap: wrap;
        gap: 10px;
    }

    .ux-quantity {
        max-width: 80%;
        flex-basis: 80%;
    }

    .single_add_to_cart_button,
    .buy_now_button {
        max-width: calc(50% - 5px);
        flex-basis: calc(50% - 5px);
        padding: 6px;
    }

}