/* Clearfix */
.clearfix:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}
.clearfix {
    clear: both;
}

* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


body {  
    line-height: 1.5;
    font: normal 15px 'Lato', sans-serif;
    background-color: #FFF;
    background-image: url("http://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/5194/theme/7087/img/bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	color: #37312C;
    font-weight: 400;
    letter-spacing: 1px;
}

h1, h3, h2, h4, h5, h6 {
    color: #E9369B;
	font-family: 'Oswald', sans-serif;
    line-height: 1em;
	font-weight: 600;
}

a  {
    color: #EF6E00;
    outline: none;
}

a:hover {
    color: #E9369B;
}

p {
    font-size: 15px;
    font-style: italic;
    font-weight: 300;
}

hr {
	border-color: #CCC;
}

.body-content{
    overflow: hidden;
}

[role="main"] {
    padding: 0 !important;
}

[role="complementary"] {
    position: absolute !important;
}

.row {
	max-width: 1152px;
}

.step {
    display: inline-block;
    line-height: 1;
    width: 10%;
}

.left-content{
    padding-left:0px;
    margin-left:0px;
}

.right-content{
    padding-right:0px;
    margin-right:0px;
    padding-left:0;
}

.mobile-social-icon { 
    font-size: 80px;
    color:#000000!important;
    margin-right: 14%;
}

.mobile-social-icon:hover { 
    font-size: 80px;
    color:#000000!important;
}

.size-23 { 
    font-size: 23px;
    color:#FF6664!important; 
}

.breadcrumb{
	margin:36px 0;
}

/*top header*/
header .title-area{
	width:100%;
    border-bottom: 1px solid #d7d6d5;
    float: left;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}

header .row {
	overflow: visible;
}

header .top-bar{
   	clear: both;
    float: left;
    height: auto;
    margin-top: 5px;
    width: 100%;
}

header .top-bar .name {
    float: left;
    height: auto;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
}

header #social-cart-detail{
	width:24%;
}

header .top-header-right{
    width:100%;
}


header #cart {
    background: none repeat scroll 0 0 #EF6E00;
    color:#FFF;
    float: right;
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    height: 30px;
    line-height: 15px;
    margin-left: 8px;
    margin-top: 5px;
    padding-top: 6px;
    text-align: center;
    width: 32px;
}

header .circle {
    border-radius: 50%;
    display: inline-block;
}

header .cart-detail a{
	padding-right:0!important;
}

header .cart-detail.right {
    width: 62px;
}

header .header-links   a:hover{	
	color: #E9369B;
}
/* end top header*/

/* Override default styling */

.top-bar form {
    margin: 0 auto;
    width: 169px
}

header .search {	
    color: ;
    background: ;
    border: 0 none;
    float: right;
    font-size: 11px;
    font-weight: 700;
    left: 3px;
    padding-left: 4px;
    padding-right: 4px;
    text-transform: uppercase;
    top: 7px;
    width: 135px;
}

header .searchButton {
    background: url("http://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/5194/theme/7087/img/search.png") no-repeat;
    border: medium none;
    cursor: pointer;
    float: left;
    left: 11px;
    top: 6px;
    width: 22px;
    padding: 0;
}

.user-login {
    position: absolute;
    right: 0;
    top: 0;
}

.social-icon {
    font-size: 21px;
}

.user-login a {
	color: #E9369B;
    padding:0 15px;
    line-height : 35px;
    border-radius :2px;
    border:1px solid #E9369B;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size:14px;
    display : block;
}

.cartCount {
    display: inline-block;
    margin-left: 5px;
}

.user-login a:hover {
    color: #E9369B;
}

header .top-bar-section {
    float: left;
    width: 100%;
}

header .top-bar-section ul {
    font-weight: bold;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

header nav.top-bar,
header .top-bar-section ul, 
header .top-bar-section li a:not(.button){
    background-color: transparent;
}

header .top-bar-section ul.main-nav
{
    margin: 0 auto;
    width: auto;
    display: table;
}

header .top-bar-section li ul li a:not(.button) {
    padding: 6px 9px;
}

header .top-bar .toggle-topbar a,
header .top-bar .toggle-topbar.menu-icon a,
header .top-bar-section li a:not(.button) {
    color: #E9369B;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
	font-size: 15px;
    outline: medium none;
     padding:0 25px 0 25px;
    margin : 12px 0;
    text-transform: uppercase !important;
    line-height : 25px;
}

header .top-bar-section li:first-child a {
    padding:0 25px 0 0;
    border-right : 1px solid #e9369b;
}
header .top-bar-section li:last-child a {
    padding:0 0 0 25px;
}


header .top-bar-section ul li.hover>a,
header .top-bar-section ul li.active>a {
    color: #E9369B;
}

header .top-bar-section ul li.active>a {
    color: #E9369B;
}

header .top-bar-section ul li.hover a:hover,
header .top-bar-section li a:hover {
    color: #E9369B;
    text-decoration: underline;
}

header .top-bar .toggle-topbar.menu-icon a span {
    box-shadow: 0 12px 0 4px #000000, 0 24px 0 4px #000000, 0 36px 0 4px #000000;
	width:30px;
	right: auto;
}

header .top-bar-section li.hover>a:not(.button) {
    background: transparent;
    color: #E9369B;
}

header .top-bar-section .has-dropdown > a:after {
    border-color: #E9369B rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

/*left menu*/

.left-menu .activePage{
    background: url("http://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/5194/theme/7087/img/dot.png") no-repeat scroll left 21px rgba(0, 0, 0, 0) !important;
}
 
.section-container.accordion {
    border: medium none !important;
} 

.left-menu a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: medium none !important;
    font-weight: 300 !important;
    line-height: 20px !important;
    outline: medium none !important;
    text-transform: uppercase !important;
	color: #E9369B !important;
    font-family: 'Oswald', sans-serif !important;
	font-size: 15px !important;
	padding-left: 15px !important;
	display: block !important;
	letter-spacing: 2px !important;
}

.left-menu a:hover {
    color: #E9369B !important;
}

.left-menu .has-dropdown > a:after {
    border: medium none;
    content: " >";
    font-weight: 600;
}

.content {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: medium none !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

p.title {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: medium none !important;
    color: #FFFFFF !important;
}

/* Dropdowns */
header .top-bar-section .dropdown {
    -moz-box-shadow: 1px 1px 4px -1px rgba(0,0,0,0.5);
    -webkit-box-shadow: 1px 1px 4px -1px rgba(0,0,0,0.5);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background:  /* Old browsers */
   
}

header .top-bar-section .dropdown li a {
    color:  !important;
    font-size: px;
}

header .top-bar-section .dropdown li a:hover {
    color:  !important;
}

.text-logo {
    color: ;
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    letter-spacing: 3px;
    line-height: 40px;
    font-weight: 600;
}

#banner
{
    padding-bottom:15px;
    border-bottom : 1px solid #d7d6d5;
    margin-bottom:45px;
}

.slideshow
{
    position:relative;
}

#banner-selector
{
    position:absolute;
    bottom:35px;
    left : 30px;
    z-index : 100;
}

.bx-pager-item{
    display: inline;
}

.bx-pager a {
    background: #FFF;
    border-radius: 9px;
    color: rgba(0, 0, 0, 0);
    padding: 0 2px;
    font-size: 6px;
    margin-right: 5px;
    border:3px solid #FFF;
    width: 15px;
    height: 15px;
    display: inline-block;
}

.bx-pager .active,
.bx-pager a:hover {
    color: rgba(0, 0, 0, 0);
    background: #EF6E00;
}

.banner-caption {
    left: 75px;
    position: absolute;
    width: 19%;
    z-index: 5555;
}

.banner-caption > a,
.mainBanner-caption > a {
    color: ;
    float: left;
    font-size: 36px;
    font-style: italic;
    padding: 0 13px;
    text-transform: capitalize;
    width: 100%;
}

.mainBanner-caption {
    left: 70px;
    position: absolute;
    top: 167px;
    width: 26%;
}

.mainBanner-caption > a {
    color: ;
    text-transform: uppercase;
    font-style: normal;
}

.homepage banner hr {
    margin-bottom: 0;
    margin-top: 15px;
}

.offer-text {
    text-align: center;
}
.homepage-text .first,
.homepage-text .second,
.homepage-text .third
{
    padding-bottom:25px;
}
.homepage-text .first iframe
{
    width : 100% !important;
}
.homepage-text
{
    font-weight:300;
}
.homepage-text .second p
{
    font-weight:300;
    font-style : normal;
}
.homepage-text h2
{
    font-weight:400;
    font-size : 16px;
    margin : 0 0 20px 0;
    text-transform : uppercase;
}
.homepage-text .third p
{
    margin : 0 0 20px 0;
    font-style : italics;
    color:#EF6E00;
}

hr {
    margin-left: auto;
    margin-right: auto;
    margin:2.7em 0;
}

hr.border-none {
    margin:1.8em 0 0;
    border:none;
}

hr.small {
    width: 90px;
}

hr.full {
    width: 100%;
}

.offer-text h4,
.footer-image-details h4 {
    letter-spacing: 3px;
}

.footer-image {
    float: left;
    width: 16%;
}

.footer-lnks h4 {
    font-size: 20px;
}

.footer-image-details{
    float: left;
    width: 82%;
}

.footer-image-details .padding {
    padding: 3% 0 0 4%;
}

.up
{
    font-size:14px;
    font-weight:300;
    text-align : center;
    line-height : 20px;
    color : #37312c;
    letter-spacing:1px;
}
.up a
{
    font-style: italic;
    text-decoration:underline;
    color : #37312c;
}

.down
{
    font-size:14px;
    font-weight:300px;
    text-align : center;
    line-height : 20px;
    color:#EF6E00;
    letter-space:1px;
    padding-top:10px;
}

.promo-text {
    background: ;
    padding-top: 20px;
}

.previewText,
.offer-text,
.promoText{
    float: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-bottom: 20px;
}

.homepage .offer-text h2 {
	font-weight: 300;
}

.previewText {
    margin-top: 50px;
}

.homepage .collection{
	margin-top:30px;
	margin-bottom: 20px;
}

.home-collection-item {
    padding-bottom: 0 !important;
	padding-top: 30px !important;
    display: inline;
}

.homepage .home-collection-item ,
.collectionpage .home-collection-item {
	float: left !important;
}

.product-title a{
	font-size: 16px;
}

.minimumprice{
     font-size: 20px;
}

.saleWrap {
    height: 32px;
}

.home-collection-item .sale,
.collection-item .sale,
.related-item .sale{
    background-color: ;
    color: ;
    font-size: 20px;
    text-align: center;
    width: 78px;
    position: absolute;
	left: 14px;
	top: 0;
}

.collectionpage .homeProductWrap img,
.productpage .homeProductWrap img{
    border: 1px solid ;
}

.related-item {
    float: left !important;
}

.homeProductWrap img {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 18px;
}

.home-title {
    float: left;
    margin-top: -56px;
    text-align: center;
    width: 100%;
}

.home-title a{
    font-size: 45px;
    font-style: italic;
    font-weight: 300;
    letter-spacing: 4px;
    text-transform: capitalize;
    color: ;
}

.title-price {
    float: left;
    margin-top: 12px;
    width: 100%;
	text-align: center;
}

.compareprice{
     font-size:18px;
     color: #37312C;
}

.selectors {
    list-style-type: none;
    margin: 20px 20px 20px 0;
    float: left;
    width: 100%;
}

.productpage .button.prod-cbtn {
  	float: left;
    margin-top: 0;
    padding: 7px 7px 6px;
    width: 215px;
}

.chosen-container-single .chosen-single,
.chosen-container .chosen-drop {
    background: #ffffff !important;
    box-shadow: none !important;
    font-size: 19px !important;
    height: auto !important;
    padding: 8px 0 0 8px !important;
    text-transform: capitalize !important;
    border-radius: 0 !important;
}

.chosen-container-single .chosen-single{
    height: 40px !important;
}

.chosen-container-single .chosen-single div b {
    background-position: 0 9px !important;
}

.chosen-container .chosen-drop {
    padding: 0 !important;
    padding-top: 7px !important;
}

.selectors label{
    font-size: 1em;
}

.productpage .selectors select {
    width: auto;
}

.description-text.left {
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #CCC;
    margin-bottom: 25px;
    padding-top: 20px;
}

.likebox{
    list-style-type: none;
    text-align:right;
    float:right;
}

.likebox li{
    float:left;
}

.quantities {
  	float: left;
    margin-bottom: 5px;
    margin-right: 20px;
}

.product-quantity-operators{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font: bold 25px/35px Georgia !important;
    height: 38px;
    margin-bottom: 0 !important;
    margin-left: 10px;
    padding: 0 10px !important;
    text-align: center;
    text-shadow: none;
    vertical-align: super;
    width: 36px;
}

.product-quantity{
   	font-size: 15px;
    font-weight: bold;
    vertical-align: super;
}

.quantities_label {
	float: left;
    margin-top: 20px;
    text-transform: uppercase;
}

/* collection page*/
.collectionpage .collection{
	list-style:none;
	margin-bottom: 20px;
}

.collectionpage .collection-item{
	margin-bottom:10px;
    position: relative;
    list-style: none outside none;
}

.collectionpage h2,
.productpage h2{
    font-size: 32px;
}

.collectionpage .filter select {
    width: 45%;
}

.collectionpage .itemsper select {
    width: 25%;
}

.collectionpage .pagination-container .page > a {
    margin: 0 0.3em;
}

.collectionpage .sorter.row {
    margin-bottom: 2em;
    display: none;
}

.collectionpage .filter, 
.collectionpage .itemsper, 
.collectionpage .pagination-container {
    line-height: 12px;
    padding: 1.5em 0;
    text-align: center;
}

.collectionpage .pagination-container {
    padding-bottom:0;
}

.chosen-container-single .chosen-single span,
.chosen-container .chosen-results li {
    text-align: left;
}
/* collection page end */

/* product page*/

.product-quantity-plus-minus {
    clear: both;
    float: left;
    width: 100%;
}

.product-detail{
	margin-bottom:30px;
	border-bottom: 1px solid #CCC;
}

#product-price{
    font-family: 'Oswald', sans-serif;
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 20px;
    margin-top: 20px;
}

#product-title{
    font-family: 'Oswald', sans-serif;
   	font-size: 35px;
    margin-bottom: 0;
    margin-top: 6px;
    text-transform: capitalize;
}

.subheader{
    color: #E9369B;
   	font-size: 16px;
    font-style: italic;
    font-weight: 600;
    text-transform: uppercase;
}

.productpage .description p {
 	float: left;
    font-size: 15px;
    font-weight: 600;
    line-height: 30px;
}

.chosen-container .chosen-results li {
    color: #000000;
}

.product-title-price{
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	padding:18px 0;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 20px;
}

.product-detail .description{
	margin:0 0 30px;
	padding-left: 22px;
}

.product-detail .selectors li{
    padding-bottom: 15px;
}

.product-detail .selectors label{
    color: #E9369B;
    display: block;
    font-size: 19px;
    text-transform: capitalize;
}

.product-quantity-cart{
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;	
}

.product-quantity-cart .columns{
    padding:16px 0;
}

.product-quantity-cart img{
    vertical-align:middle
}

.product-quantity-cart .quantity-controls{
    border-right:1px solid #CCC;
}

#add-quantity{
    font-family: 'Open Sans',sans-serif;
    font-size: 35px;
    font-weight: 600;
    line-height: 47px;
    margin: 0 9px;
}

.chosen-container-single .chosen-single{
    line-height: 21px !important;
    border-radius: 0 !important;
}

.chosen-container-single .chosen-drop {
    border-radius: 0;
}

.selectors .chosen-container.chosen-container-single.chosen-container-single-nosearch {
    vertical-align: text-bottom;
}

.like-box{
	margin-top:38px;
}

.related-products{
	margin-top:30px;
}
/* end product page */

/* Cart page */

.ps-cart-page #cart-form .chkoutbut .checkout,
.ps-cart-page .checkoutbut input.update-btn,
.ps-cart-page .qty-increment,
.product-quantity-operators,
.button{
    color: #FFF !important;
    background-color: #EF6E00 !important;
    border: medium none;
    box-shadow: none;
    font-size: 20px;
    letter-spacing: 1px;
    margin: 0;
    margin: 0;
    padding: 1px 12px;
    text-transform: uppercase;
}

.update-btn {
    font-size: 14px !important;
    padding-bottom: 10px !important;
    padding-top: 11px !important;
}

.checkout {
    padding-bottom: 8px !important;
    padding-top: 9px !important;
}

.contact.button {
     padding: 5px 15px;
}

.ps-cart-page input.prod-quant {
	text-align: center;
    padding: 10px;
}

.ps-cart-page .bread-crumbs {
    padding: 1em 0;
}

.button a{
    color: #FFF !important;
}

/* Search Page */
.search-results {
    padding-top: 3.6%;
}

.search-results h2 {
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
}

.search-results h2 span.search-term {
    text-transform: none;
}

.search-results .grid {
    margin-top: 7%;
}

.search-results .product-container {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in-out;
}

.search-results .product-container .image,
.search-results .product-container .details {
    position: absolute;
    width: 100%;
    height: 100%;
}

.search-results .product-container .details {
    background-color: #000000;
    background-color: rgba(0,0,0,0.6);
    color: #ffffff;
}

.search-results .product-container .details .content {
    position: relative;
    width: 100%;
    text-align: center;
    bottom: 0;
    margin-top: 25%;
}

.search-results .product-container .details .content .button {
    margin-top: 0;
}

.search-results .product-container .details .content p {
    text-align: center;
}

.search-results .product-container .details p.new {
    font-weight: 700;
    text-transform: uppercase;
}

.search-results .product-container .details p.title {
    margin-bottom: 0.5em;
}

.search-results .product-container .details p.new+hr {
    width: 60px;
    margin-left: auto;
    margin-right: auto;
}

/* footer*/
.dot
{
    background:url("http://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/5194/theme/7087/img/footer-add-dot.png") no-repeat center;
    width:4px;
    display:inline;
    padding : 0 10px;
}
.footer-wrap {
    border-top:1px solid #CCC;
    padding-top:20px;
    
    padding-bottom:20px;
    clear: both;
    float: left;
    width: 100%;
}
    
.section {
    width:20% !important;
    padding-left: 0 !important;
}

.section > ul {
    list-style-type: none;
    margin-left: 0;
}

.section.newsletter {
    clear: none !important;
    float: right;
}

footer .footer-nav-content{
	width:100%;
	margin-top: 25px;
}

footer .footer-navs{
    display: inline-block;
    float: none;
    list-style: none outside none;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 22px 0 18px;
}

.copyright {
    font-size: 10px;
    font-weight: bolder;
    text-transform: uppercase;
	margin-top: 18px;
}

footer .footer-navs li {
	float:left;
}

footer .footer-navs li a{
	float:left;
	padding: 1px 12px 2px;
	color:#E9369B;
    font-size:15;
    font-weight:400;
	text-transform: uppercase;
}

footer .footer-navs li.active > a {
    color: #E9369B;
	padding-left: 14px !important;
}

footer .footer-navs li a:hover{
	color:#E9369B;
    text-decoration:underline;
}

footer .footer-navs li:first-child a {
	padding-left:0;
}

.footer-link-content{
	margin-top:20px;
    width:100%;
    padding-bottom: 12px;
}

footer .footer-lnks{
	list-style:none;
	margin-right:0;
    margin-left:0;
}

footer .footer-lnks li a{
	color:#EF6E00;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Oswald', sans-serif;
}

footer .footer-lnks li a:hover{
	color:#E9369B;
}

footer .footer-small-screen{
	display:none;
}

footer .social{
    list-style:none;
    margin-bottom: 0;
    padding: 10px 10px 10px 0;
}

footer .social-icon { 
    font-size: 21px;
    color:!important; 
}

footer .social li{
	float:left;
	padding:15px 0 0 12px;
}

.footer-parent{
    font-size:16px;
}

.new {
	display: none;
}

footer .message {
    padding-top: 24px;
}

.services-page h1
{
    font-size:30px;
    margin:50px 0 50px 0;
    padding:0;
    font-weight : 400;
}
.services-page .services-body p
{
    font-weight : 300;
    text-style:italic;
    color : #EF6E00;
}

.services-page .services-body p a,
.homepage-text .third p a
{
    color : #E9369B;
}

.services-page .product-details
{
    background:url("http://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/5194/theme/7087/img/donate-arrow-icon.png") no-repeat left 12px;
    padding-left:55px;
}
.services-page .product-details p
{
    font-weight : 300;
    font-size:28px;
    padding-bottom:0;
    margin-bottom:0;
}

.services-page .product-details p.desc
{
    font-weight : 300;
    font-size:15px;
    line-height:20px;
}

/*about us page*/

.about-contact-text {
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #CCC;
    padding-bottom: 35px;
    padding-top: 35px;
}

.contact-locations h4 {
    padding-bottom: 25px;
}

.mainLocation {
    float: left;
    margin-left: 20px;
    margin-top: 25px;
    width: 100%;
}

.mainLocation .locations{
    padding-left: 50px;
}

.locations{
    float: left;
    padding-bottom: 20px;
    letter-spacing: 2px;
}
.locations:first-child {
    padding-left: 0;
}

.contact-locations {
    padding-top: 35px;
    padding-left: 10px;
}

.wait {
    display:none;
    top:50%;
    left: 0;
    position: fixed;
    text-align: center;
    width: 100%;
}

.ias_loader {
    display: none !important;
}

.contact .normal {
    border: 1px solid #CCC;
    height: 38px;
    width: 365px;
}

.field-separator {
    float: left;
    margin-top: 20px;
    clear: both;
}

.field-separator > span {
    text-transform: uppercase;
}

.field-separator.first_name {
    margin-right: 15px;
}

.contact .name,
.contact .first_name,
.contact .last_name{
    float: left;  
    margin-top: 0;
    clear: none;
}

.contact .first_name .normal ,
.contact .last_name .normal {
    width: 175px;
}

textarea {
    border: 1px solid #CCC;
    width: 365px;
}
/* Media Queries */

/* Media Queries */

/* Medium Displays: 768px - 1279px */
@media only screen and (min-width: 769px) {
    /* Cart page */
    .ps-cart table.cart-items {
      width: 100%;
      margin: 2em 0;
    }
    
    .ps-cart .cart-product-image {
        margin: 0;
    }
    
    .ps-cart .cart-items label:after {
        content: '';
        padding-right: 0;
    }
    
    .ps-cart .cart-items label {
        display: none;
    }
    
    .ps-cart .checkoutbut,
    .ps-cart span.or {
        padding-top: 3em;
        text-align: center;
    }
    
    .ps-cart .cart-items thead {
        display: table-row-group;
    }

    .ps-cart .cart-items tr {
        display: table-row;
    }
    
    .ps-cart .cart-items th,
    .ps-cart .cart-items td {
        display: table-cell;
        padding: 0 10px 10px 10px;
    }
    
    .ps-cart .cart-items tfoot tr td,
    .ps-cart .cart-items tbody tr td {
        text-align: center;
        border-bottom: 0;
    }
    
    .ps-cart .cart-items tfoot tr td:first-child {
        display: table-cell;
    }
    
    .ps-cart .ui-spinner {
        position: relative;
        float: none;
        margin-left: auto;
        margin-right: auto;
        width: 125px;
    }
    
    .ps-cart .cart-items .ui-spinner-up {
        right: 24px;
    }
    
    /* Search page */
    .search-results .product-container {
        max-width: 220px;
    }
    
    .search-results .product-container:hover {
        transform: scale(1.1,1.1);
        -moz-transform: scale(1.1,1.1);
        -ms-transform: scale(1.1,1.1); /* IE 9 */ 
        -webkit-transform: scale(1.1,1.1); /* Safari and Chrome */
    }
    
    .search-results .product-container .details p.new+hr {
        width: 32px;
    }
    
}

@media only screen and (min-width: 769px) {
    .ps-cart h1 {
        text-align:left;
    }
}


/* Large Displays: 1280px - 1440px */
@media only screen and (min-width: 1280px) {
        
        .ps-copyright {
            float: left;
            display: block; 
        }
        
        .ps-logo {
            float: right; 
        }
        
        .ps-logo img {
            height: 20px;
        }
}

/* X-Large Displays: 1400px and up */
@media only screen and (min-width: 1440px) {
}

/* Landscape orientation only */
@media only screen and (orientation: landscape) {
}

/* Portrait orientation only */
@media only screen and (orientation: portrait) {
    
}

@media only screen and (max-width: 940px) {
    body {
        font: normal 15px 'Lato', sans-serif;
    }
    
    h1, h3, h2, h5, h6 {
    	font-family: 'Oswald', sans-serif;
    }
    
    h3{
        font-size:2em;
    }
    
	header{
        margin-bottom: 20px;
	}
    
	header #social-cart-detail{
		display:none;
	}
	
	header .top-bar{
        height: auto;
        margin-bottom: 0;
        margin-top: 0;
        padding-top: 19px;
	}
	
	.top-bar .toggle-topbar.menu-icon {
	    left: 0;
	    margin: 0;
	    padding: 0;
	    right: auto;
	    top: 0;
		position: relative;
		width: 10%;
	}
	
	#sidebarButton {
		padding: 0;
	}
	
	header .top-bar-section{
		display:none;
	}
	
	header .top-bar .name {
		text-align: center;
    	width: 80%;
	}
	
	header .top-bar ul.title-area li {
		float: left;
	} 
	
	header .header-links{
		display:none;
	}
	
	.name  a {
    	vertical-align: -8px;
	}
	
	header .top-bar-section ul li:first-child a	{
		padding-left:0 15px!important;
	}
	
	header .top-bar-right,
    .banner-caption > a, 
    .mainBanner-caption > a,
    .title a,
    .home-title a  {
		display:none;
	}
	
	.main-container {
		width:100% !important;
	}
	
	.banner .img {
	    display: block;
	    margin-left: auto;
	    margin-right: auto;
	}
	
	/* footer */
	footer .footer-large-screen{
		display:none;
	}
	
	footer .footer-small-screen	{
		display:block;
		padding-top:20px;
		padding-bottom:20px;
	}
	
	footer .footer-mobile-content{
		margin-bottom:30px 0;
	}
	

	
    .footer-banner {
        margin-bottom: 20px;
    }
    
	.mobile-banner-content{
		margin-top:20px;
	}
		   
    .side-nav-content {
    	display: block;	
		height: 100%!important;
		
		 /* fallback */
         background-color: #ffffff; 
         
		 background-repeat: repeat-y; 
		 /* Safari 4-5, Chrome 1-9 */ 
		 background: -webkit-gradient(linear, left top, right top, from(#e3e3e3),color-stop(0.1, #ffffff), to(#ffffff)); 
		 /* Safari 5.1, Chrome 10+ */ 
		 background: -webkit-linear-gradient(right, #ffffff 90%, #e3e3e3); 
		 /* Firefox 3.6+ */ 
		 background: -moz-linear-gradient(right, #ffffff 90%, #e3e3e3); 
		 /* IE 10 */ 
		 background: -ms-linear-gradient(right, #ffffff 90%, #e3e3e3); 
		 /* Opera 11.10+ */ 
		 background: -o-linear-gradient(right, #ffffff 90%, #e3e3e3);
		 
		 padding:0!important;
	}

	.nav-bar {
		margin-bottom: 26px;
	}
	.nav-bar {
		list-style: none outside none;
		margin-bottom: 18px;
		margin-left: 0;
        float: left;
        width: 100%;
	}

	.nav-bar li a {
        display: inline-block;
		color: #000000;
        font-weight:600;
        font-size: 16px;
        font-family: 'Oswald', sans-serif;
		margin-right: 0;
		padding: 0 35px;
		text-transform: uppercase;
	}
	
	.nav-bar li a:hover{
		color: #000000;
	}

	.nav-bar > li {
		float: none;
		line-height: 40px;
		border-bottom:1px solid #CCC;
		padding-top:10px;
		padding-bottom:10px;
        width: 100%;
	}
    
    [role="complementary"] .has-dropdown > ul {
        margin-top: 10px;
        margin-left: 0;
    }
    
    .title-price {
        margin-top: 36px;
    }
    
    .product-detail label{
        padding-bottom: 5px;
    }

	/* sub menu*/
    [role="complementary"] .has-dropdown > a > span{
        color: #1a1a1a;
        font-size: 24px;
        margin-left: 20px;
        vertical-align: bottom;
    }
    
    [role="complementary"] .has-dropdown > ul{
        list-style:none;
		display:none;
    }
    
    [role="complementary"] .has-dropdown > ul > li{
		padding-top:10px;
		padding-bottom:10px;
        border-bottom: 1px solid #CCC;
        line-height:40px;
	}

	[role="complementary"] .has-dropdown > ul > li:hover{
		padding-top:10px;
		padding-bottom:10px;
	}
    
    [role="complementary"] .has-dropdown > ul > li:last-child {
        border-bottom: none;
    }
    
    [role="complementary"] .has-dropdown {
        background-color:#cccccc!important;
    }

	[role="complementary"] .has-dropdown a{
		color:#1a1a1a!important;
        font-weight:400;
	}
	
	[role="complementary"] .has-dropdown a:hover{
		color:#1a1a1a!important;
        font-weight:400;
	}
	
	.user-login,
	.left-menu,
	.banner-caption > a {
	    display: none !important;
	}
	
	/* end sub menu */
	 
	.mobile-user-detail{
		background-color:#cccccc;
		width:100%;
		padding:10px 10px 10px 44px;
		color:#1a1a1a;
	}

	.mobile-user-detail a{
		padding-left: 0!important;
		color: #1a1a1a!important;
	}

	.mobile-user-detail-cart
	{
		list-style:none;
		margin-bottom:0;
	}

	.mobile-auth-links{
		float:left;
		width:56%;
		padding-top:10px;
        font-size:18px;
        font-weight:700;
        text-transform:uppercase;
	}
    
    .mobile-user-detail-cart .social-icon {
        font-size: 50px;
        margin-right: 20px;
        vertical-align: middle;
        color: #1a1a1a !important;
    }

	.mobile_circle{
		border-radius: 50% 50% 50% 50%;
		display: inline-block;
        font-weight:600;
	}
    
    .mobile-cart-detail{
        text-align:right;
    }
    
	.mobile-cart-detail a{
		padding-right:0!important;
	}

	#mobile-cart{
		background: none repeat scroll 0 0 #1a1a1a;
		height: 40px;
		width: 40px;
		text-align:center;
		color:#cccccc;
		line-height: 40px;
	}

	.mobile-search-button {
        background: url("http://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/5194/theme/7087/img/mobile_search.png") no-repeat scroll 9px center #ffffff;
    	border: 0 none;
        height: 50px !important;
        left: 15px;
        position: absolute;
        top: 15px;
        width: 60px;
    }

	.mobile-search{
		border: 1px solid #CCC;
        background-color: #ffffff;
        color: #1a1a1a !important;
		font-family: 'Open Sans',sans-serif;
		font-weight: bold;
		font-size: 16px!important;
		width: 96%!important;
		padding: 10px!important;
		height: 60px!important;
		margin: 10px!important;
		border-radius: 5px!important;
		padding-left:80px!important;
		text-transform:uppercase;
	}
    
    .mobile-search input[type="text"]{
        background-color: #ffffff;
        }

	.mobile-social{
		list-style:none;
	}
    
    .mobile-social-icons{
        margin-right:8%;
    }
	
	/* home page */
	.home-collection-item,
    .collectionpage .collection-item,
    .productpage .related-item {
		padding-bottom: 25px !important;
	}
	
	.homepage .collection{
		margin-top:0;
		margin-bottom:0;
	}
    
    .bx-pager{
        display:none;
    }
    
    .minimumprice{
         font-size: 15px;
    }
    
    .comparepriceproduct{
         font-size:13px;
    }
	
	/* end home page */
    
    /* product page */
    .product-title-price{
        margin-bottom:20px;
    }
    
    .product-detail .current-image {
        border: medium none;
    }

    #product-price,
    #product-title {
        font-size: 24px;
    }
    
    .productpage .collection .columns:last-child {
        margin-bottom: 0;
    }
    
    .contact .normal,
    textarea,
    .contact .first_name .normal, 
    .contact .last_name .normal{
        width: 285px;
    }
    
	/* end product page */
}

@media only screen and (max-width: 768px) {
 	.wait {
        text-align: center;
        width:100%;
        left:0;
    }
    
    .about-col > img {
	    display: block;
	    margin-left: auto;
	    margin-right: auto;
	}
    
    .mainLocation,
    .locations,
    .contact-locations h4 {
	    text-align: center;
    }
    
    .mainLocation .locations {
	    padding-left: 0;
	}
    
	.footer-image {
        width: 28%;
	}
	
	.footer-image-details {
	    width: 72%;
	}
	
	.product-detail .description{
		padding-left: 0;
	}
	
	.selectors {
    	text-align: left;
	}
	
	.product-quantity-plus-minus {
	    float: left;
	}
	
	.product-detail .description {
    	margin: 35px 0;
	}
	
	.collectionpage .filter, 
    .collectionpage .itemsper {
        border-bottom: 1px solid #CCC;
    }
	
	.contact-col {
	    padding-left: 0;
		border-left: medium none;
		padding-top: 20px;
        text-align: center;
	}
    
    .contact .contact-col {
    	text-align: left;
        padding-bottom: 20px;
	}

    .product-title a{
        font-size:18px;
    }
    
    .product-detail .selectors label {
        display: block;
    }
    
    .mainLocation {
        margin-left: 0;
    }
    .services-page h1
    {
        text-align:center;
    }
}

@media only screen and (max-width: 767px) {
    .product .small-9,
    .product .small-3
    {
        width:100%;
        float : none !important;
        text-align : center;
    }
    .product .columns,
    .product
    {
        float : none !important;        
    }
    .services-page .product-details
    {
        background : none;
        padding:0;
    }
    .services-page h1
    {
        text-align:center;
    }
}

@media only screen and (max-width: 480px) {
    .mobile-social-icon { 
        font-size: 45px;
    }
    
    .mobile-social-icon:hover { 
        font-size: 45px;
    }
    
    .product-title-price {
        font-size:inherit;
    }
    
    .minimumprice{
         font-size: inherit;
    }
    
    .comparepriceproduct{
         font-size:inherit;
    }
	
	.footer-image-details {
	    width: 100%;
	}
	
	.footer-image {
		display: none;
	}
	
	.product-name,
	#product-price {
		width: 100%;
	}
	
	#product-price {
	    text-align: left !important;
        margin-top: 20px;
	}
    
   #orderLookUpForm fieldset {
        padding: 4px !important;
    }
    
    .homeProductWrap {
        width: 100%;
    }

}

/* Below 321px */
@media only screen and (max-width: 385px) {    
    .productpage .sale, 
    .home-collection-item .sale,
    .collection-item .sale,
    .related-item .sale {
        font-size: 16px;
    }
    
    .mobile-auth-links {
        width:100%;
        text-align:center;
    }
    
    .mobile-cart-detail{
        float:left;
        text-align:center;
        width:100%;
    }
    
    .mobile-user-detail{
		padding:10px 10px 10px 10px;
    }
	
    .mobile-search {
        padding: 10px 10px 10px 70px !important;
        font-size: 14px !important;
		width: 92%!important;
    }   
	 
    .prod-cbtn {
        margin-top: 21px;
    }
	
    .product-quantity-cart .quantity-controls {
	    border-right: medium none;
	    width: 100%;
	}
	
	.product-quantity-cart .columns {
	    padding: 0;
	}
	
	.add-cart {
	    text-align: left !important;
	    width: 100%;
	}
    
    header .top-bar .name {
        margin-left: 9px;
        text-align: center;
        width: 86%;
    }
    
    .text-logo {
        font-size: 22px;
    }
    
    .ps-checkout-page p.bubble-top-left, p.bubble-top-left {
        letter-spacing: 0;
        width: 220px;
    }
    
    .ps-checkout-page input[type="text"], 
    .ps-checkout-page select,
    .ps-checkout-page textarea {
        width: 205px !important;
    }
    
    .ps-checkout-page div.box table td.title {
        letter-spacing: 0;
        padding-right: 5px;
    }
    
    .contact .normal,
    .contact .first_name .normal,
    .contact .last_name .normal,
    textarea {
        width: 260px;
	}
    
    .name #logo {
		max-width: 95%;
	}
}


@media only screen and (max-width: 240px) {
    .size-90 { 
        font-size: 40px;
    }
    
    .size-90:hover { 
        font-size: 40px;
    }
    
}

@media only screen and (min-width: 1430px) {
	.hide-for-large{
		display:none!important;
	}
}