/* Foundation foundicons */
/* font-face */
@font-face {
  font-family: "SocialFoundicons";
  font-weight: normal;
  font-style: normal;
}

/* global foundicon styles */
[class*="foundicon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: inherit;
  vertical-align: baseline;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
}

[class*="foundicon-"]:before {
  font-family: "SocialFoundicons";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}

/* icons */
.foundicon-rss:before {
  content: "\f002";
}

.foundicon-facebook:before {
  content: "\f003";
}

.foundicon-twitter:before {
  content: "\f004";
}

.foundicon-pinterest:before {
  content: "\f005";
}

.foundicon-linkedin:before {
  content: "\f008";
}

.foundicon-google-plus:before {
  content: "\f00d";
}

.foundicon-youtube:before {
  content: "\f00e";
}

/* Clearfix */
.clearfix:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.back_to_webware {
    background: #000000;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    padding: 11px 0 11px 2px;
    letter-spacing: 5.7px;
    font-weight: 400;
    font-family: muli;
    height: 40px;
    line-height: 20px;
}

.back_to_webware a , .back_to_webware a:hover, .back_to_webware a:visited, .back_to_webware a:active{
    color:#ffffff;
}

/* Body */
body {
    font: normal 13px 'Open Sans', sans-serif;
    background-color: #e6e6e6;
    background-image: url("//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/12088/theme/16919/img/bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    color: #3a3a3a;
    letter-spacing:1px;
}

table {
    background-color: transparent;
    border: none;
}

object#ply, embed#ply {
    height: 560px;
    max-width: none;
}

fieldset legend {
    background-color: transparent;
}

span.error,
small.error {
    background-color: transparent;
}

div.form-container form fieldset {
    border: 1px solid #3a3a3a;
}

.ps-article-editor-form *{
    text-align: left !important;
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

input[type="text"],
input[type="text"]:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Open Sans', sans-serif;
	color: #3a3a3a;
    font-weight:600;
}

p {
    margin-left: auto;
    margin-right: auto;
}

a  {
    color: #3a3a3a;
    font-size: 13px;
}

a:hover {
    color: #7ea50d;
}

button,
.button,
.button:link,
.button:visited {
    /* You may wish to override these properties with your settings */
    display: inline-block;
    border: 0;
    border: 1px solid rgba(0,0,0,0.2);
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #3a3a3a;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    cursor: pointer;
    color: #FFFFFF;
    padding: 5px 10px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 13px 0 0 0;
}

button:hover,
.button:hover,
button:active,
.button:active,
button:focus,
.button:focus {
    /* You may wish to override these properties with your settings */
    background-color: #3a3a3a;
    color: #FFFFFF;
    outline: none;
}

button.disabled, 
button[disabled],
.button.disabled,
.button[disabled],
button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
	background-color: #3a3a3a;
    color: #FFFFFF;
	opacity: 1;
}

.ps-checkout-page .continue_btn {
     background-color: #3a3a3a;
     color: #FFFFFF;
     font-family: 'Open Sans', sans-serif;
}

button a,
button a:hover {
    color: #FFFFFF;
}

.row {
    max-width: 1152px;
}

hr {
    border-color:#3a3a3a;
}

.ie8message {
    text-align: center;
}

.social-icon { 
    font-size: 25px;
    color:#7ea50d!important;
    vertical-align: super;
}

.fi-shopping-cart { 
    color:#7ea50d!important;
}

header .top-bar-section ul li.social-search {
    float: right !important;
}

.top-bar form {
    border-bottom: 1px solid #3a3a3a;
    border-top: 1px solid #3a3a3a;
    float: left;
    margin-left: 15px;
    padding: 0 0 4px;
    top: 0;
}

header .search{
    background-color: transparent;
    color: #3a3a3a;
    font: 700 11px 'Open Sans', sans-serif;    
    border: 0;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.1);	
	top: 0;
	width: 118px;
    float: none;
    padding: 0 0 0 4px;
}

.fi-page-search {
    font-size: 17px;
    left: -18px;
    top: 2px;
    position: relative;
    color: #3a3a3a;
}

.search-box{
    width:80%;
}

.social-search,
.header-links {
    position: absolute;
    right: 20px;
}

.social-search{
    top: 140px;
}

header .searchButton{
    opacity: 0;
    border: medium none;
    cursor: pointer;
	width: 30px;
	float: left;
    vertical-align: middle;
    display: inline-block;
    font-family: "foundation-icons";
    font-style: normal;
    font-variant: normal;
    z-index: 9999;
}

.header-social-content{
	list-style:none;
}

.mobile-social-icon { 
    font-size: 70px;
    color:#7ea50d!important;
}

.mobile-social-icon:hover { 
    font-size: 70px;
}

.cartCount {
    float: right;
    margin-left: 22px;
    margin-top: 11px;
}

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

header #cart {
    background: none repeat scroll 0 0 #7ea50d;
    color:#FFFFFF;
    float: right;
    font-size: 11px;
    font-weight: bold;
    height: 30px;
    line-height: 14px;
    margin-left: 5px;
    margin-top: -3px;
    padding-top: 7px;
    text-align: center;
    vertical-align: middle;
    width: 32px;
}
header .circle {
    border-radius: 50%;
    display: inline-block;
}

/* Header */
header .top-bar .name {
    height: auto;
    display: block;
    float: none;
    text-align: center;
    margin-bottom: 20px;
}

.fi-list {
    font-size: 40px !important;
    text-indent: 0 !important;
    color: #7ea50d !important;
}

.text-logo {
    color: #7ea50d;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    line-height: 5.5;
}

header .logo {
    display: inline-block;
    width: 65%;
    word-wrap: break-word;
}

header .title-area {
    margin: 0;
    padding: 0;
    float: none;
    width: 100%;
    list-style: none;
}

header .top-bar.expanded .title-area {
    background: none repeat scroll 0 0 transparent;
}

header .top-bar {
    height: auto;
}

header .top-bar-section {
	border-top: 1px solid #3a3a3a;
	padding-top: 0;
    width: 100%;
    float: left;
}

/* Override default styling */

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

header .top-bar-section ul,
.social-search ul{
    font-family: 'Open Sans', sans-serif;
    list-style: none;
    margin: 0;
    padding: 0;
}

header .top-bar .toggle-topbar.menu-icon {
    top: 45%;
    padding-left: 0;
    right: 5px;
}

header .top-bar .toggle-topbar a,
header .top-bar .toggle-topbar.menu-icon a,
header .top-bar-section li a,
header .top-bar-section li.hover > a:not(.button) {
  	background: transparent;
    color: #3a3a3a;
    font-size: 18px;
}

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

header .top-bar-section li a:not(.button),
.social-search ul li a{
    padding-left: 7px;
}

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

header .top-bar .toggle-topbar.menu-icon a span {
    box-shadow: -5px 5px 0 3px #7ea50d, 
    			-5px 16px 0 3px #7ea50d, 
    			-5px 27px 0 3px #7ea50d;
}

.top-bar .toggle-topbar.menu-icon a span{
	width:32px;
}

header .top-bar-section .dropdown li.title h5 {
    margin-top: 0;
}

header .top-bar-section ul li > a{
    display:block;
    height: 100%;
    margin: 0;
    width: 100%;
    padding: 12px 0 12px 15px;
    background-position: 15px center;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}

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;
    box-shadow: 1px 1px 4px -1px rgba(0,0,0,0.5);
    background: #3a3a3a;
}

header .top-bar-section .dropdown li a,
header .top-bar-section .dropdown li.hover > a:not(.button) {
    color: #e6e6e6;
    font-size: 18px;
    text-align: left;
    letter-spacing: 1px;
}

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

header .top-bar-section li.header-button a.button {
    background-color: #3a3a3a;
    color: #FFFFFF;
    display: inline;
    height: 39px;
    line-height: 39px;
    position: relative;
    text-transform: lowercase;
    top: 0;
    font-size: 16px;
    padding: 12px;
}

header .top-bar-section li.header-button a.button:hover {
    background-color: #3a3a3a;
    color: #FFFFFF;
    text-decoration: none;
}

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

.top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    margin-top: -10px;
}

header .top-bar-section .has-dropdown > a:hover:after{
    border-color: #7ea50d rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) !important;
}

/* Homepage */
.homepage .hero .banner-background{
    width: 100%;
    max-width: 2048px;
    background-size: cover;
  	min-height: 688px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent; 
}

.homepage .hero .banner-background article {
    position: relative;
}

.hero-text {
	padding-top: 100px;
	padding-bottom:100px;
    color:#FFFFFF;
}

.hero-text a.button {
    font-size: 12px;
    margin: 30px auto;
    display: inline-block;
	-moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
	border:1px solid;
	text-transform:uppercase;
	box-shadow:none;
	font-family:'Open Sans', sans-serif;
	font-weight: normal;
	padding:8px 20px;
    background-color:#3a3a3a!important;
    color:#FFFFFF!important;
}

.hero-text a.button:hover {
	border:1px solid;
	text-transform:uppercase;
	box-shadow:none;
	font-family:'Open Sans', sans-serif;
}

.hero-text hr{
	width:125px;
	margin:0 auto;
    border-color:#FFFFFF;
}

.hero-text h2 {
    font-size: 28px;
    letter-spacing: 10px;
    text-align: center;
    margin-bottom: 0.8em;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
    color:#FFFFFF;
    text-transform:uppercase;
}

.hero-text h4 {
    font-family:'Open Sans', sans-serif;
    font-size: 18px;
    color:#FFFFFF;
    text-align: center;
	margin-top:20px;
	font-weight: normal;
}

.hero-text p {
    margin-bottom: 2.5em;
}

.hero-text button.learn-more {
    font-size: 125%;
    padding: 4% 11%;
}

.experience-text{
	font-weight:normal;
}

.pre-footer  {
	background-color:#FFFFFF;
	padding: 50px 0;
	color:#000000;
}

.pre-footer h1{
    color:#000000;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
    text-align: center;
    text-transform: uppercase;
}

.pre-footer h2{
	color:#000000;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
}

.pre-footer h3{
	color:#000000;
	font-size: 14px;
	font-weight: normal;
}

.pre-footer a{
    color:#000000;
}

.star{
	background:url("//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/12088/theme/16919/img/star.png");
	width:9px;
	height:7px;
	float:left;
    margin-right:10px;
}

.marker{
	background:url("//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/12088/theme/16919/img/marker.png");
	width:30px;
	height:46px;
}

/* subpage (infopage)*/
.infopage .content{
	margin-top:5%;
	margin-bottom:5%;
}

.infopage h2 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 0.5em;
    font-family: 'Open Sans', sans-serif;
    font-weight:normal;
}

.infopage h4 {
    font-size: 18px;
    -moz-text-shadow: 0 0  1px #000000;
    -webkit-text-shadow: 0 0  1px #000000;
    text-shadow: 0 0 4px #000000;
    text-align: center;
	margin-top:20px;
	font-weight:normal;
}

.infopage .content  hr{
	width:125px;
	margin:0 auto;
}

.infopage .content h3 {
    font-family: 'HorleyOldStyleMTStdLightItalic', times new roman;
    -moz-text-shadow: 0 0  1px #000000;
    -webkit-text-shadow: 0 0  1px #000000;
    text-shadow: 0 0 4px #000000;
    text-align: center;
}

.infopage .content p{
   margin-top:5%;
   margin-bottom:5%;
   text-align: center;
}

.infopage .button{
    color: #FFFFFF !important;
    border:1px solid #FFFFFF;
    background-color: #3a3a3a !important;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    padding: 5px 25px;
}

.info-pre-footer  {
	background-color:#FFFFFF;
    color: #000000;
	padding-top:50px;
	padding-bottom:50px;
    text-shadow: none;
}

.info-pre-footer h2{
	color: #000000;
    text-shadow: none;
    text-transform:uppercase;
    text-align:center;
    font-weight:bold;
}

.info-pre-footer h3{
    color: #000000;
    text-shadow: none;
    text-align:center;
    font-weight:400;
    font-size: 18px;
}

.info-pre-footer p{
    text-align:center;
}

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

.search-results h2 {
	word-wrap: break-word;
    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: 10px;
    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;
    padding-top: 30%;
}

.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;
    font-size: 24px;
    padding-left: 5px;
    padding-right: 5px;
    word-wrap: break-word;
}

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

.search-results .button {
    box-shadow: 0 0 0;
}


.left-content {
    margin-left: 0;
    padding-left: 0 !important;
}

.collection-item .sale,
.related-item .sale{
    color: #FFFFFF;
    font-size: 12px;
    height: 26px;
    line-height: 25px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 78px;
    background-color:#7ea50d;
}



.collection-item .new:before {
    content: "";
    display: block;
	height: 50px;
	border-right: 40px inset #7ea50d;
	border-style: solid;
	border-width: 45px;
	border-color: rgba(0, 0, 0, 0) #7ea50d rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    top: 46px;
    position: relative;
    right: 5px;
    z-index: -1;
}

.related-item .new:before {
    content: "";
    display: block;
	height: 50px;
	border-right: 40px inset #7ea50d;
	border-style: solid;
	border-width: 45px;
	border-color: rgba(0, 0, 0, 0) #7ea50d rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    top: 46px;
    position: relative;
    right: 10px;
    z-index: -1;
}

.related-item .new{
    right: 2px;
    top: -40px;
    z-index: 0;
    display:block;
    color: #FFFFFF;
    font-size: 12px;
    height: 30px;
    line-height: 0;
    position: absolute;
    text-align: right;
    width: 78px;
}

.collection-item .new{
    right: 16px;
    top: -40px;
    z-index: 0;
	display:block;
    color: #FFFFFF;
    font-size: 12px;
    height: 30px;
    line-height: 0;
    position: absolute;
    text-align: right;
    width: 78px;
}

.title-price {
    float: left;
    margin-top: 12px;
}

.compareprice{
     font-size:18px;
     color: #3a3a3a;
}

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

.productpage .selectors select {
    width: auto;
}

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

.likebox li{
    float:left;
}

.quantities {
    float: left;
    margin-left: 10px;
    margin-top: 5px;
}

.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/33px Georgia;
    height: 38px;
    margin-bottom: 0;
    margin-left: 10px;
    text-align: center;
    text-shadow: none;
    width: 36px;
    vertical-align: super;
}

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

/* collection page*/

.collectionpage .collection{
    list-style:none;
}

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

.collectionpage h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 0;
    text-align: center;
}

.productpage h2 {
    font-size: 30px;
}

.ps-product-compare-price-container {
    font-size: 16px;
}

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

.collectionpage .sorter.row {
    margin-bottom: 2em;
    border-bottom: 1px solid #3a3a3a;
}

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

.chosen-container .chosen-results {
    background: none repeat scroll 0 0 #ffffff;
    color: #000000;
    margin-bottom: 0 !important;
    margin-right: 0 !important;
    padding-right: 4px !important;
    padding-bottom: 4px !important;    
}

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

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

/* product page*/
.productpage h2 {
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom:50px;
    margin-top:20px;
}

.productpage h3 {
    font-size: 22px;
}

.productpage.content form#variationForm {
    clear: both;
}

#product-price {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    margin-top: 15px;
}

#product-title {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0;
    margin-top: 0;
	word-wrap: break-word;
}

.productpage .product-detail .featured-img {
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}

.productpage .product-detail .mousetrap {
    cursor: crosshair !important;
    left: 11px !important;
}

.productpage .product-detail .cloud-zoom-big{
    left:11px!important;
}

.productpage .description p {
    font-weight: 100;
    word-wrap: break-word;
}

.productpage #ptabs ul {
    margin-left: 0;
}

.product-title a {
    font-size: 20px;
	word-wrap: break-word;
}

.priceproduct {
    font-size: 16px;
}

.resp-tab-content,
h2.resp-accordion {
    border: 1px solid #3a3a3a;
}

h2.resp-accordion {
    margin-top: 0;
    border: 1px solid #3a3a3a !important;
    border-bottom: medium none !important;
}

.resp-tab-active {
    border: 1px solid #3a3a3a !important;
}

h2.resp-tab-active {
    background: none repeat scroll 0 0 transparent !important;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #3a3a3a !important;
    border-bottom: medium none;
}

.resp-tabs-container {
    background: none repeat scroll 0 0 transparent;
}

.resp-tabs-list li { 
    background: none repeat scroll 0 0 transparent;
    text-transform: capitalize;
    color: #3a3a3a;
}

.resp-tab-content.resp-tab-content-active ul,
.description ul {
    margin-left: 15px;
}

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

.view-more a{
    color:#3a3a3a;
    float:left;
    margin-top:5px;
    width:100%;
}

.product-thumbs {
    margin-top: 20px !important;
}

.product-detail .vendor {
    display: block;
    font-size: 14px;
    font-weight: normal;
    margin-top: 10px;
}

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

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

.product-quantity-cart{
	border-top:1px solid #3a3a3a;
	border-bottom:1px solid #3a3a3a;	
    padding: 0;
}

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

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

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

.prod-cbtn{
    background: none;
    border:none;
	font-family: 'Open Sans', sans-serif;
    font-weight: 700;
	font-size: 18px;
	text-transform:uppercase;
	color: #3a3a3a;
    cursor: pointer;
    padding-top: 8px;
    padding-right: 0;
}

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

.selectors .chosen-container-single .chosen-single {
    line-height: 21px;
}

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

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

.related-products{
	margin-top:40px;
}

.related-item .product-container{
    margin: 0 auto;
    position: relative;
}

/* end product page */
.selectors {
    list-style-type: none;
    margin-left: 0;
    margin-top: 2em;
}

/* 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: #FFFFFF !important;
    background-color: #3a3a3a !important;
}

/* footer */
.footer-menu {
	display:inline-block;
    border-top:1px solid #3a3a3a;
}

.footer-menu li a {
    text-decoration: none;
	color: #3a3a3a;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
    text-transform: uppercase;
}

.footer-menu li a:hover {
    text-decoration: none;
    color: #7ea50d;
}

/* Footer */
footer {
    padding: 0 0 20px;
	border-top:1px solid #3a3a3a;
    clear: both;
    margin-top: 20px;
}

.footer-menu ul {
    list-style: none;
    line-height: 2.5em;
}

.footer-menu li {
    display: inline;
    margin-right: 20px;
}

.footer-menu ul li.active > a{
    color: #7ea50d;
}

footer .social {
    margin-bottom: 0;
}

footer .section.newsletter {
    text-transform: capitalize;
}

.footer-nav-content {
    margin-top: 20px;
}

footer .section ul {
    list-style: none outside none;
    margin-left: 0;
}

.footer-logo {
    padding:2%;
	display:block;
}

.footer-lnks h4 {
    margin-top: -2px;
}

footer .social li {
    display: inline;
    padding-right: 5px;
}

.ps-logo {
    display: none;
}

.chosen-container-single .chosen-drop {
    background-color: #000000 !important;
    color: #ffffff;
}

/* Content page */

.sushi-content .hero-banner-image {
    overflow: hidden;
    margin-top:80px;
    margin-bottom:80px;
}

.sushi-content .hero-banner-image img {
    position: relative;
}

.sushi-content .hero-banner-text h2 {
    margin: 105px 0 0 0;
    font-weight: 400;
    text-align: left;
}

.sushi-content .hero-banner-text h2+div h2 {
    margin-top: 0;
    font-weight: 300;
    text-align: left;
}
/* Subcontent */

.sushi-content .main-content {
    color: #3a3a3a;
    font-size: 1.1em;
}

.sushi-content .testimonial h1{
    font-size: 25px;
    letter-spacing:1px;
    text-transform:uppercase;
    text-align:center;
}

.sushi-content .main-content h1 a,
.sushi-content .main-content h2,
.sushi-content .main-content h2 a,
.sushi-content .main-content h3,
.sushi-content .main-content h3 a,
.sushi-content .main-content h4,
.sushi-contentt .main-content h4 a,
.sushi-content .main-content h5,
.sushi-content .main-content h5 a,
.sushi-content .main-content h6,
.sushi-contentt .main-content h6 a{
    color: #3a3a3a;
}

.sushi-content .main-content h2,
.sushi-content .main-content h3,
.sushi-content .main-content p {
    text-transform: uppercase;
}

.sushi-content .main-content p {
    text-align: justify;
    text-transform: none;
}

.sushi-content .main-content button {
    font-size: 18px;
    padding: 20px 45px;
    margin: 2em auto;
    display: block;
}

.sushi-content .main-content .testimonial blockquote {
    border: 0;
    text-align: center;
    font-size: 2em;
    line-height: 1.2;
    letter-spacing: 2px;
    font-weight: 400;
    color: #3a3a3a;
    text-transform: uppercase;
    margin: 0 auto;
    max-width: 400px;
}

.sushi-content .main-content .testimonial blockquote em {
    font-size: 0.6em;
}

.sushi-content .main-content .second {
}

.sushi-content .main-content .second .padding {
    padding: 6% 0 0 7%;
}

.sushi-content .main-content .second .image {
    display: block;
    float: right;
}

.sushi-content .main-content .third,
.ps-contact-us .fourth {
    margin-top: 20px;
}

.sushi-content .main-content .third .image img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.sushi-content .main-content .fourth ul li {
    text-align: center;
}

.sushi-content .main-content .fourth h5 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom:  1em;
    color:#3a3a3a;
}

.sushi-content .main-content .fourth p {
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sushi-content .main-content .fourth p span {
    font-weight: 700;
    letter-spacing: 2px;
    display: inline;
    white-space: pre;
}

.sushi-content .main-content .fourth p span:before {
    content: '\A';
}

.sushi-content .main-content .fourth ul li .content-wrap {
    max-width: 190px;
    margin-left: auto;
    margin-right: auto;
}

.sushi-content .main-content .fourth .image img {
    display: block;
    margin: 0 auto 9% auto;
}

.sushi-content .main-content .fourth .caption h5 {
    text-align: center;
}

.sushi-content .main-content .fourth .caption h5 a{
    color:#7ea50d;
}

.sushi-content .main-content .fourth .description {
    text-align: center;
    font-size: 15px;
    line-height: 1.2;
    padding: 0 10%;
    color: #3a3a3a;
}

.sushi-content .main-content .fourth .description h2{
    text-align: center;
    font-size: 18px;
}

.sushi-content .main-content .fourth .description p {
    text-align: center;
}

.sushi-content .main-content .second .padding {
    padding: 0;
}

.sushi-content .main-content .first .image img,
.sushi-content .main-content .second .image img,
.sushi-content .main-content .third .image img {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* menu page */

.menu-content .hero-banner-image {
    overflow: hidden;
    margin-bottom:80px;
    position: relative;
}

.menu-content .hero-banner-text{
    position: absolute;
    top: 120px;
    left: 150px;
    width:35%;
}

.menu-content .hero-banner-image img {
    position: relative;
}

.menu-content .menu-item{
    color:#3a3a3a;
    margin-top:20px;
    margin-bottom:20px;
    padding:20px 0;
    border-bottom:1px solid #3a3a3a;
}

.sushi-content-hero .first {
    padding-top: 25px;
}

[class*="menu-item"]:last-child {
    border:none;
}

.menu-content .menu-item h4{
    color:#3a3a3a;
}

.sushi-content-hero .hero .banner-background{
    width: 100%;
    max-width: 1152px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent; 
    margin-bottom:20px;
    min-height: 400px;
    float: left;
}

.sushi-content-hero .hero .banner-background article {
    position: relative;
}

.sushi-content-hero .hero-text {
    padding-bottom:100px;
    color:#3a3a3a;
    margin-top:3%;
}

.sushi-content-hero .hero-text h4{
    color:#3a3a3a;
    text-align:left;
}

.sushi-content-hero .hero-text h2{
    color:#3a3a3a;
    text-align:center;
}

.sushi-content-hero .hero-text a.button {
    font-size: 12px;
    margin: 30px auto;
    display: inline-block;
	-moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
	border:1px solid;
	text-transform:uppercase;
	box-shadow:none;
	font-family:'Open Sans', sans-serif;
	font-weight: normal;
	padding:10px;
    background-color:#3a3a3a!important;
    color:#FFFFFF!important;
}

.sushi-content-hero .hero-text a.button:hover {
	border:1px solid;
	text-transform:uppercase;
	box-shadow:none;
	font-family:'Open Sans', sans-serif;
}

.menu-content .menu-photo div{
    font-weight:600;
}

.menu-content .menu-photo img{
    margin-bottom:10px;
}

.menu-content .hero-text h2{
    letter-spacing:0;
    text-transform:none;
    text-align: center;
    color: #3a3a3a;
}

.menu-content .hero-text-admin p, .hero-text p{
    padding-right: 10%;
    margin-top:5%;
    color: #3a3a3a;
}

.menu-content .hero-text{
    margin-top:6%;
    color: #3a3a3a;
}

.menu-content .button {
    border:1px solid #FFFFFF;
    padding: 8px 25px!important;
    letter-spacing: 1px!important;
}

.menu-content .banner-background{
    background-color:#FFFFFF!important;
}

.menu-content .banner-right {
    margin-top:50px;
    background-color:#FFFFFF;
}

/* restaurant */
.ps-restaurant .first,
.ps-restaurant .second,
.ps-restaurant .third{
    margin-bottom:100px;
    float:left;
}

.ps-restaurant .banner-background{
    background-color:#FFFFFF!important;
}

.ps-restaurant .banner-right {
    margin-top:50px;
    background-color:#FFFFFF
}

.ps-restaurant .hero-text {
    margin-top:13%;
    color: #3a3a3a;
}

.ps-restaurant .fourth {
    float:left;
}

.ps-restaurant .main-content .fourth p{
    text-transform:none;
}

.ps-restaurant .main-content .fourth h5{
    font-weight:normal;
}

.ps-restaurant .hero-text h2{
    font-size: 28px;
    letter-spacing:0;
    text-transform:none;
    color: #3a3a3a;
}

.ps-restaurant .button {
    border:1px solid #FFFFFF;
    padding: 8px 25px;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 14px;
}

.ps-restaurant .main-content .second .image {
    float: left;
}

.ps-contact-us .main-content .fourth .description {
    font-size: 13px;
    line-height: 1.2;
    padding: 0;
    color: #3a3a3a;
    text-transform:uppercase;
}


.ps-contact-us .testimonial{
    text-transform:uppercase;
}

.ps-contact-us h3{
    font-size:1.2em;
}

.show-desktop{
    display:block;
}

.show-mobile{
    display:none;
}

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

.ias_loader,
.itemsper {
    display: none !important;
}

.listing{
    text-align:left;
}

.filter span {
    vertical-align: middle;
}

.breadcrumbs {
    list-style: none outside none;
    text-align: center;
}

.breadcrumbs li {
    display: inline;
    word-wrap: break-word;
}

.chosen-container-single .chosen-single span {
    line-height: 22px;
}

.pre-footer-content h5 {
    text-align: center;
}

.pre-footer-content p {
    font-size: 17px;
}

.footer-large-screen .footer-ps-logo,
.footer-large-screen .copyright,
.footer-large-screen .footer-ps-logo a,
.footer-large-screen .copyright a {
    margin-top: 8px;
    font-size: 12px;
}

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

.ps-error.long.style {
    font-size: 15px !important;
}

#msg-container {
    width: 75% !important;
}

/*media queries*/

/* Medium Displays: 768px - 1279px */
@media only screen and (min-width: 940px) {
    h1,h2,h3,h4,h5,h6 {
        text-align: left;
    }
    
    p {
        width: 100%;
        text-align: left;
    }
    
    header {
        border-bottom: 0;
    }
        
    header .name img {
        padding: 0;
    }
    

    .hero-text-admin h2,
    .hero-text h2 {
        letter-spacing: 5px;
        margin-bottom: 0.5em;
        text-align: left !important;
    }
    
    .homepage .hero-text h2{
        text-align: center !important;
    }
    
    .hero-text h5{
        font-size: 1.125em;
    }
    
    .hero-text-admin p,
    .hero-text p {
        font-size: 1em;
        margin-bottom: 1.25em;
    }
    
    .hero-text a.button,
    .hero-text-admin a.button {
        font-size: 14px;
    } 
    
    /* restaurant page */
    
    .ps-restaurant .first {
        margin-top: 55px;
    }
    
    .ps-restaurant .main-content .fourth ul li .content-wrap {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    
    header .top-bar-section ul.menu {
        display: block;
        margin: 0 auto;
        width:80%;
        text-align: center;
    }
    
    .top-bar-section .dropdown li {
        float: left;
    }
    
    header .top-bar-section ul li,
    .social-search ul li{
        display: inline-block;
        float: none;
    }   
    
}

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

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

/* 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) {
    header .name .logo img {
        padding-bottom: 10px;
        padding-top: 10px;
    }
    
    .text-logo {
        line-height: normal;
        padding: 25px 0;
    }
    
	.mobile-shop-name {
	    font-size: 20px;
	    font-weight: 600;
	}
	
	.footer-large-screen {
		display: none;
    }
    
	.footer-small-screen {
		display:block;
    }
    
    .show-desktop{
        display:none;
    }
    
    .show-mobile{
        display:block;
    }
    
    .mobile-text-center{
        text-align:center;
    }
    
    header .top-bar .name {
        border-bottom :1px solid #3a3a3a;
    }
    
    .social-search,
    .top-bar-section,
    .header-links{
        display: none;
    }
    
    header .logo span {
        line-height: 5.5;
        padding-top: 39px;
    }
    
	.side-nav-content {
        display: block;
        		
		 /* fallback */
         background-color: #FFFFFF; 
         
		 background-repeat: repeat-y; 
		 /* Safari 4-5, Chrome 1-9 */ 
		 background: -webkit-gradient(linear, left top, right top, from(#e6e6e6),color-stop(0.1, #FFFFFF), to(#FFFFFF)); 
		 /* Safari 5.1, Chrome 10+ */ 
		 background: -webkit-linear-gradient(right, #FFFFFF 90%, #e6e6e6); 
		 /* Firefox 3.6+ */ 
		 background: -moz-linear-gradient(right, #FFFFFF 90%, #e6e6e6); 
		 /* IE 10 */ 
		 background: -ms-linear-gradient(right, #FFFFFF 90%, #e6e6e6); 
		 /* Opera 11.10+ */ 
		 background: -o-linear-gradient(right, #FFFFFF 90%, #e6e6e6);
		 
		 padding:0!important;
	}

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

	.nav-bar li a {
        display: block;
		color: #000000;
        font-size: 18px;
        font-family: 'Open Sans', sans-serif;
		margin-right: 0;
		padding: 0 35px;
        word-wrap: break-word;
		line-height: 30px;
	}
	
	.nav-bar li a:hover{
		color: #7ea50d;
	}

	.nav-bar > li {
		float: none;
		line-height: 30px;
		border-bottom: 1px solid #000000;
		padding-top: 10px;
		padding-bottom: 10px;
        width: 100%;
	}
    
    .mobile-user-detail{
    	background-color: #7ea50d;
		width: 100%;
		padding: 18px 10px 18px 35px;
		color: #FFFFFF;
        border-bottom: 1px solid #7ea50d;
	}

	.mobile-user-detail a {
        font-size: 18px;
		padding-left: 0!important;
		color: #FFFFFF!important;
	}

	.mobile-user-detail-cart{
		list-style: none;
		margin-bottom: 0;
	}
    
    .mobile-user-detail .ps-user-greeting-container {
        font-size: 20px;
    }

	.mobile-auth-links{
        float: left;
        font-weight: 700;
        padding-bottom: 10px;
    	padding-top: 10px;
        text-transform: uppercase;
	}
    
    .mobile-user-detail-cart .social-icon {
        font-size: 50px;
        margin-right: 5px;
        vertical-align: middle;
        color: #FFFFFF !important;
    }

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

	#mobile-cart{
    	background: none repeat scroll 0 0 #FFFFFF;
		height: 40px;
		width: 40px;
		text-align:center;
		color:#7ea50d;
		line-height: 40px;
	}

	.mobile-search-button {
        opacity: 0;
        border: 0 none;
        height: 50px !important;
        left: 15px;
        position: absolute;
        top: 15px;
        width: 60px;
        z-index: 9999999;
        cursor: pointer;
    }
    
    .mobile.fi-page-search {
        font-size: 64px;
        left: 9px;
        top: -7px;
        color: #000000;
    }

    .mobile-search{
        border: 1px solid #3a3a3a;
        background-color: #FFFFFF;
        color: #3a3a3a !important;
		font-family: 'Open Sans',sans-serif;
		font-weight: bold;
		font-size: 16px!important;
		width: 86%!important;
        float: right;
		height: 55px!important;
		margin: 10px!important;
		border-radius: 5px!important;
		padding: 10px 10px 10px 20px !important;
		text-transform: uppercase;
	}

	.mobile-social{
		list-style: none;
	}
    
    .mobile-social-icons{
        margin-right: 1%;
    }
    
    [role="complementary"] .has-dropdown > ul {
        margin-top: 10px;
    }
     
    .title-price {
        margin-top: 36px;
    }
    
     #product-price {
        margin-top: 15px;
        text-align: center !important;
    }
        
    .product-detail label{
        display: block;
        padding-bottom: 5px;
    }

	/* sub menu*/
    [role="complementary"] .has-dropdown > a > span{
        color: #000000;
        font-size: 24px;
        margin-left: 20px;
        vertical-align: middle;
    }
    
    [role="complementary"] .has-dropdown > a:hover > span{
        color: #7ea50d;
    }
    
    [role="complementary"] .has-dropdown > ul{
        list-style:none;
        border-top: 1px solid #000000;
    }
    
    [role="complementary"] .has-dropdown > ul > li{
		padding-top:10px;
		padding-bottom:10px;
        border-bottom: 1px solid #3a3a3a;
	}

	[role="complementary"] .has-dropdown > ul > li:hover{
		padding-top:10px;
		padding-bottom:10px;
	}
    
    [role="complementary"] .has-dropdown > ul > li:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }
	
	/* end sub menu */
	 
    .footer-menu { 
        display: none;
    }
	
	.ps-logo {
		padding:3%;
		display:block;
		margin-top:3%;
	}
	
	/* homepage*/
    .hero-text{
        margin-top:50px;
    }
    
	.hero-text a.button {
		font-size: inherit;
	}
    
    .homepage .hero .banner-background {
        padding-top: 0px;
    }
    
    .footer-menu { 
        display: none;
    }    
    
    /* content page */
    .sushi-content .image{
        text-align:center;
    }
    
    .sushi-content .main-content p {
        text-align: center;
        max-width: 100%;
        text-transform: none;
    }
    
    .sushi-content .hero-banner-image {
        overflow: hidden;
        margin-top:0;
        margin-bottom:30px;
        position:relative;
    }
    
    .sushi-content .hero-banner-text{
        position: absolute;
        top: 120px;
        left: 150px;
    }
    
    .sushi-content .main-content h1 a,
    .sushi-content .main-content h2,
    .sushi-content .main-content h2 a,
    .sushi-content .main-content h3,
    .sushi-content .main-content h3 a,
    .sushi-content .main-content h4,
    .sushi-contentt .main-content h4 a,
    .sushi-content .main-content h5,
    .sushi-content .main-content h5 a,
    .sushi-content .main-content h6,
    .sushi-contentt .main-content h6 a{
       text-align:center;
    }
    
	.menu-content .menu-item{
	    margin:20px 0;
	    padding:0;
	}
	
	.menu-content h4{
	 	margin-bottom:20px;
	    margin-top:20px;
	}

    .sushi-content-hero .hero-text{
        padding:0 20px;
        text-align:center;
    }
    
    .sushi-content-hero .hero-text a.button {
    	font-size: inherit;
	}
    
    .sushi-content-hero  .hero .banner-background {
        padding-top: 0px;
        padding-bottom: 20px;
    }
    
    .menu-content  .hero .banner-background {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
	
    /* restaurant */
    .ps-restaurant .first {
        text-align:center;
    }    
    
    .ps-restaurant .fourth {
        margin-top: 10px;
    }
    
    /* product page */
    .product-title-price{
        margin-bottom: 5px;
    }
    
    .selectors {
        margin-top: 0;
    }
    
    .product-detail .current-image {
        border: medium none;
    }

    .productpage .product-quantity-cart{
        margin-bottom: 20px;
    }
    
    .related-item .new:before {
        right: 5px;
    }
    
    .productpage .product-detail .mousetrap {
        display: none !important;
    }
    
    /* end product page */
    
    /* collection page */
    .product-container{
        margin: 0 auto;
        position: relative;
    }
    
    .title-price{
        margin: 10px auto;
        position: relative;
    }
    
    .new {
        right: 7px!important;
    }
    
    .menu-content .hero-text{
        width:100%;
        margin-left:0;
        background-color:#FFFFFF;
        margin-bottom:20px;
        left: 0;
    }
    
    .menu-content .banner-right {
        margin-top:10px;
        width:100%;
        text-align:center;
        left: 0;
    }
    
     .ps-restaurant .hero-text{
        width:100%;
        margin-left:0;
        background-color:#FFFFFF;
        margin-top:0;
        padding-top:20px;
        right:0;
        margin-bottom:20px;
    }
    
    .ps-restaurant .banner-right {
        margin-top:10px;
        width:100%;
        text-align:center;
        left:0;
    }
    
    .menu-content .hero-text-admin p, .hero-text p{
        padding-right:0;
    }
    
    .footer-menu { 
        display: none;
    }
    
	.mobile-shop-name {
	    font-size: 20px !important;
	    font-weight: 600;
	}
	
	.ps-logo {
		border-top:1px solid #3a3a3a;
		padding:3%;
		display:block;
		margin-top:3%;
	}
	
	footer .footer-small-screen	{
		display:block;
		padding-top:10px;
		padding-bottom:10px;
		font-size: 12px;
	}
	
	footer .footer-small-screen a {
		font-size: 12px;
	}
	
	.copy-year {
        float: left;
        font-size: 10px;
        padding-bottom: 10px;
        text-align: center;
        width: 100%;
    }
    
    .footer-block {
        border-bottom: 1px solid #3a3a3a;
    }
    
}

/* Media Queries */
@media only screen and (max-width: 768px) {
    .related-products {
        margin-bottom: 10px;
        margin-top: 0;
    }
    
    .productpage h2 {
        margin-bottom: 10px;
    }
    
    .mobile-search {
        width: 71% !important;
    }
    
    .mobile.fi-page-search {
        left: 45px !important;
    }
    
    .selectors {
        text-align: center;
    }
    
    .like-box {
        display: inline-block;
        margin: 0 auto;
    }
    
    .productpage #product-price,
    .productpage .product-detail,
    .resp-accordion.resp-tab-active,
    .resp-tab-content{
          text-align: center !important;
      }
  	
    .resp-tab-content {
        border-bottom: medium none;
    }
    
    .resp-accordion:last-of-type,
    .resp-tab-content:last-of-type {
        border-bottom: 1px solid #3a3a3a !important;
        border-top: medium none;
    }
    
     h2.resp-accordion {
        font-size: 22px;
        text-align: center;
    }
    
    .resp-tabs-container h2 {
        font-size: 18px !important;
        margin-bottom: 0;
        text-transform: capitalize;
        font-weight: normal;
    }
    
    .resp-arrow {
    	margin-top: 8px;  
    }      
    
    .ps-restaurant .fourth,
    .ps-restaurant .second,
    .ps-restaurant .first{
        float: none !important;
        margin-bottom: 50px;
    }
    
    .sushi-content .main-content .fourth .description {
        padding: 0;
    }
    
    .menu-photo.text-center {
        margin-bottom: 30px;
    }  
    
    .product-title-price {
        margin-top: 20px;
    }
}

/* Media Queries */
@media only screen and (max-width: 601px) {
    /* Homepage */
    
    .mobile-social-icon{
        font-size: 55px;
    }
    
    .mobile-social-icon:hover { 
        font-size: 55px;
    }
}

@media only screen and (max-width: 559px) {
    /* Homepage */
    
    .homepage section.hero,
    .homepage .banner-background {
        min-height: 650px;
    }
    
    .hero-text {
        position: absolute;
        width: 100%;
    }
    
    .ps-restaurant .hero-text {
       position: relative;
    }
    
    .menu-content .hero-text {
        position: relative;
    }

}

@media only screen and (max-width: 480px) {
    .ps-cart-page .cart-product-image {
        word-wrap: break-word;
    }
    
    .mobile-search {
        width: 65% !important;
    }
    
    .mobile.fi-page-search {
        left: 20px !important;
    }
    
    .product-title-price {
        font-size:inherit;
    }
    
    .minimumprice {
         font-size: inherit;
    }
    
    .comparepriceproduct {
         font-size:inherit;
    }
    
    .prod-cbtn {
        font-size: 15px;
    }
    
    .product-container .image,
    .title-price {
        width: 100%;
    }
    
    #msg-container {
        width: 94% !important;
    }

	.ps-error.long.style {
	    font-size: 12px !important;
	}
	
	.mobile-cart-detail {
		float: left;
        text-align: left;
        width: 100%;
    }
    
}

/* Below 321px */
@media only screen and (max-width: 385px) {
    .prod-cbtn {
        margin-top: 21px;
    }
    
    .product-quantity {
        padding-left: 20px;
    }
       
    .mobile.fi-page-search {
        left: 10px !important;
    }
    
    .mobile-search {
        font-size: 14px !important;
        padding: 7px !important;
    }
}

@media only screen and (max-width: 320px) {
    .mobile-search {
        font-size: 12px !important;
    }
    
}