.site-content .ast-container{
	flex-direction: column;
}

.ast-right-sidebar #primary{
	padding-right: 0;
}

#primary{
	margin: 0;
	width: 100%;
}

body{
    background-color: #f7f7f7;
}
h1.entry-title, nav.woocommerce-breadcrumb{
    display: none!important;
}
.site-content .ast-container{
    max-width: 480px!important;
    padding: 0;
}
.star-dynamic-header {
    display: flex;
    height: 40px;
    align-items: center;
    padding: 0 calc(50vw - 230px);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.star-dynamic-header h2 {
    color: white;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    flex: 1 0 80%;
}
/** order-detail-table **/

section.woocommerce-order-details .order-again a {
    width: 100%!important;
    text-align: center;
    margin-top: 10px;
    border-radius: 5px;
    background-color: transparent;
}
.woocommerce-MyAccount-content section.woocommerce-customer-details {
    display: none;
}
.woocommerce-MyAccount-content h2.woocommerce-order-details__title, .woocommerce-MyAccount-content .order_details thead {
    display: none;
}
strong.product-quantity {
    display: none;
}
@media (max-width: 375px){
    .ast-container, .ast-container-fluid{
        padding: 0!important;
    }
    .home .ast-container, .home .ast-container-fluid{
        padding: 0!important;
    }
    .star-dynamic-header{
        padding: 0 20px;
    }
    .star-dynamic-header a .fas{
        margin-left: -10px;
    }
}
