
@media only screen and (max-width: 767px) {
  

.core-form-field-area-left, .core-form-field-area-right {
    float: none;
    margin: 0;
    width: 100%;
}
.core-form-field-area-right {
    margin-top: 10px !important;
}
.store-product-detail-image img {
    width: 100px;
    height: auto;
}
.store-product-detail-image img {
	width: auto;
    height: 100px;
}

#head-security {
    display:none;
}
.store-notice-bill-descriptor {
    display: block;
    margin-top: 10px;
}
.store-order-price-label {
    width: 65%;
}
.store-section-payment-details-cc .core-form-field-group-body {
    margin-left: 0;
}

#ccShippingAddressDisplay {
    margin-left: 0;
}
.store-action-view-help {
    display: none !important;
}
.steps  {display:none;}
.aside-left {display:none !important;}
  }
 