/*
Theme Name:     SuperBaby
Description:    
Author:         Weezy
Template:       superstore

(optional values you can add: Theme URI, Author URI, Version)
*/

@import url("../superstore/style.css");

@media all {
.pagination {
    position: static; }

p .price .amount {
    width: 100%;}

p .price {
    width: 100%;}

span .amount {
    width: 100%;}

.single-product .summary .price {
    width: 100%;}

.summary .price {
    width: 100%;}

.price {
    width: 100%;}
}

@media only screen and (min-width: 769px)

.single-product .summary .price {
    width: 100%;}

.summary .price {
    width: 100%;}

.price {
    width: 100%;}

}
