.single-product .product .summary.entry-summary{
    width:40%!important;
	clear:none!important;
    float:right!important;
}
@media only screen and (max-width: 990px) {
    .navbar .container {
        max-width: 100%;
    }
    .single-product .product-type-variable {
        display: block !important;
    }
    .woocommerce-page div.product div.summary, .single-product .product .summary.entry-summary {
        width: 100% !important;
    }
    .single-product .woocommerce-product-gallery {
        width: 100% !important;
    }
}

@media only screen and (max-width: 768px) {
    nav.navbar .navbar-brand {
        margin-left: 0px;
        margin-right: 0px;
    }
    .navbar .shopnowbutton {
        position: absolute;
        left: 250px;
        top: 20px;
    }
}

@media only screen and (max-width: 480px) {
    .navbar .shopnowbutton {
        top: 100px;
        right: 20px;
        left: auto;
        width: 100px;
        font-size: 10px;
        padding: 12px;
    }
}

@media only screen and (max-width: 460px) {
    .link-block-section .link-block {
        margin-top: -2rem;
    }
    .home .hero-area+.link-block {
        top: 0rem;
    }
}
.checkout .cart_totals .shop_table thead, .checkout .cart_totals .shop_table tbody {
    display: none;
}

.woocommerce-checkout h3 {
    min-height: 30px;
    margin-top: 30px;
    margin-bottom: 0px;
}