/* Wrapper styling */
.wc-product-block {
    border: 5px solid #285bb8;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
    display: inline-block;
}

.wc-product-block div.summary {
    margin-bottom: 0px !important;
}

#main .wc-product-block .images figure img{
    margin-bottom: 0px !important;
}

#main .wc-product-block ul li::before {
    content: "\2022";
    color: #285bb8;
    font-weight: bold;
    display: inline-block;
    width: 25px;
    font-size: 30px;
    position: absolute;
    left: 37px;
    line-height: 25px;
}

#main .wc-product-block ul.ul-style-7 li:before {
    font-size: 23px;
    color: #285bb8;
    margin-right: 9px;
    vertical-align: sub;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    position: absolute;
    top: 0;
    left: 0px;
}

#main .wc-product-block ul {
    margin: 0px;
    padding: 0px 0px 0px 30px;
    margin-bottom: 20px;
    list-style: none;
    position: relative;
}

.wc-product-block .product_meta{
    display: none;
}


.wc-product-block .custom_wrap {
    width: 50% !important;
    display: inline-block;
}
.wc-product-block div.summary {
    width: 46% !important;
}

.wc-product-block .images {
    width: 100% !important;
}

.wc-product-block .ast-article-single{
    padding: 0px !important;
}


.wc-product-block .custom_wrap .product_meta,
.wc-product-block .custom_wrap .stock-and-shipping,
.wc-product-block .custom_wrap .legal-price-info,
.wc-product-block .custom_wrap .wc-gzd-additional-info,
.wc-product-block .custom_wrap .price{
    display: none !important;
}

.wc-product-block .custom_wrap .limited{
    display: inline-block;
    margin-bottom: 15px;
}

.wc-product-block .custom_wrap .images{
    margin-bottom: 0px !important;
}

.custom_wrap_bottom{
    background-color: #f9f9f9;
    border-radius: 10px;
    display: inline-block;
    width: 100%;
}


.custom_wrap_bottom .limited{
    display: none;
}

.custom_wrap_bottom .price {
    padding: 18px 18px 0;
    background-color: #f9f9f9;
    border-radius: 10px 10px 0 0;
    order: 4;
    margin-bottom: 0;
    width: 100%;
}

.custom_wrap_bottom .price span {
    color: #e05858FF;
}

.custom_wrap_bottom .stock-and-shipping p {
    margin: 10px 0;
}

.custom_wrap_bottom .cart {
    order: 7;
    padding: 0 18px 5px 18px;
    background-color: #f9f9f9;
    border-radius: 0 0 10px 10px;
    margin-bottom: 0px;
    width: 100%;
}

.custom_wrap_bottom .stock-and-shipping {
    order: 4;
    padding: 0 18px 5px 18px;
    background-color: #f9f9f9;
    width: 100%;
}

.custom_wrap_bottom .cart div.quantity,
.custom_wrap_bottom .cart .button.single_add_to_cart_button{
    margin-bottom: 5px !important;
}

.page-template-page-wide div.product div.bundled_product_images{
    width: 20% !important;
}

.page-template-page-wide div.product.bundled_product_summary{
    padding-bottom: 25px !important;
}


.page-template-page-wide .bundled_product .legal-price-info,
.page-template-page-wide .bundle_error .msg li:before,
.page-template-page-wide .wc-gzd-bundle-total-shopmarks
{
    display: none !important;
}

.page-template-page-wide .bundle_error .msg{
    padding: 0px !important;
}

.page-template-page-wide .bundle_form .bundle_data{
    padding: 0px !important;
}

.page-template-page-wide .wc-product-block .type-product .custom_wrap_bottom > .price,
.page-template-page-wide .bundle_price .price{
    display: flex;
    white-space: pre;
    flex-wrap: wrap;
}

.page-template-page-wide .wc-product-block .type-product .custom_wrap_bottom > .price .from{
    order: 1 !important;
    margin: 0 !important;
}

.page-template-page-wide .wc-product-block .type-product .custom_wrap_bottom > .price ins,
.page-template-page-wide .bundle_price .price ins,
.page-template-page-wide .wc-product-block .type-product .custom_wrap_bottom > .price .woocommerce-Price-amount.amount{
    order: 2 !important;
}

.page-template-page-wide .wc-product-block .type-product .custom_wrap_bottom > .price del,
.page-template-page-wide .bundle_price .price del{
    order: 4 !important;
    margin: 1px 0 0 10px !important;
    color: #9E9E9E !important;
}

.page-template-page-wide .wc-product-block .type-product .custom_wrap_bottom > .price del .woocommerce-Price-amount.amount,
.page-template-page-wide .wc-product-block .type-product .custom_wrap_bottom > .price del .woocommerce-Price-currencySymbol{
    color: #9E9E9E !important;
}

.page-template-page-wide .wc-product-block .type-product .custom_wrap_bottom > .price .subscription-details{
    order: 3 !important;
}

.page-template-page-wide .bundled_product_excerpt .product_excerpt{
    margin-bottom: 10px;
}

.page-template-page-wide .bundle_price .price del .woocommerce-Price-amount.amount{
    color: #9E9E9E !important;
    line-height: 22px;
}

.page-template-page-wide .bundle_price .price del .woocommerce-Price-currencySymbol{
    color: #9E9E9E !important;
}

@media (max-width:1400px){
    .wc-product-block .custom_wrap {
        width: 100% !important;
    }
    .wc-product-block div.summary {
        width: 100% !important;
    }

    .wc-product-block .custom_wrap .limited{
        display: none;
    }

    .custom_wrap_bottom .limited{
        display: inline-block;
    }

    .custom_wrap_bottom{
        display: flex;
        flex-direction: column;
    }

    .custom_wrap_bottom .price{
        order: 1;
    }

    .custom_wrap_bottom .stock-and-shipping{
        order: 2;
    }

    .custom_wrap_bottom .cart{
        order: 3;
    }

    .custom_wrap_bottom .limited{
        order: 4;
        margin-top: 0px;
        padding-top: 0px;
    }
      
}
/* 

.wc-product-block .product-title {
    font-size: 1.5rem;
    width: 100%;
    text-align: left; 
}


.wc-product-block .wc-product-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: flex-start;
}


.wc-product-block .wc-product-left {
    flex: 1;
    max-width: 50%;
}


.wc-product-block .wc-product-right {
    flex: 1;
    max-width: 50%;
}

.wc-product-block .wc-product-right ul li{
    margin-left: 0px !important;
}


.wc-product-block .product-image img {
    max-width: 100%;
    height: auto;
    margin: 0 0 20px 0 !important;
}


.wc-product-block .product-price {
    margin: 0 0 15px 0;
    font-size: 18px;
}


.wc-product-block .product-description {
    margin: 0;
}


.wc-product-block .button {
    background-color: #3363bc;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 15px;
    display: inline-block;
    width: 100%;
    border-radius: 10px !important;
}

.wc-product-block .button:hover {
    background-color: #194595;
} */
