/* 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 'Amaranth', sans-serif;
    background-color: #ffffff;
    background-image: url("//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/13759/theme/19096/img/bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	background-attachment: fixed;
	color: #343d3f;
    font-weight: 400;
}

h1, h3, h2, h4, h5, h6 {
    text-transform:uppercase;
    color: #343d3f;
	font-family: 'Amaranth', sans-serif;
    line-height: 1em;
}

h2{
    font-size:2em;
}

h3{
    font-size:1.5em;
}

a  {
    color: #343d3f;
    outline: none;
}

a:hover {
    color: #000000;
}

.body-content{
    height:100%;
    overflow: hidden;
}

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

.row {
	max-width: 1152px;
}

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

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

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

#logo {
    margin-top: 13px;
}

.social-icon { 
    font-size: 25px;
    color:#5ccdd3!important; 
}

.social-icon-cart { 
    font-size: 21px;
    color:#343D3F!important; 
}

.video-wrapper {
    height: auto;
}

.breadcrumb {
	margin:36px 0;
}

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

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: #343D3F;
    font-weight: 600;
    font-family: 'Amaranth', 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: #343D3F;
    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: #343D3F;
    color: #FFFFFF;
	opacity: 1;
}

/*top header*/
header .title-area{
	width:100%;
}

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

header .row {
	overflow: visible;
}

header .top-bar{
	padding-top:14px;
}

header .top-bar .name {
	float: left;
    height: auto;
    margin-bottom: 30px;
	width: 60%;
}

.top-bar form, .top-bar input {
    margin-bottom: 18px;
    padding: 0 7px;
}

header #social-cart-detail {
	width: auto;
}

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

header .social {
	margin-left: 8px;
    list-style: none;
}

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

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

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

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

header .cart-detail.right {
    width: 56px;
    margin-left: 55px;
}

header .header-links {
    font-weight:700;
    margin-top:10px;
}

header .header-links  a{	
	color: #343d3f;
	font-weight:700;
}

header .header-links {    
	color: #343d3f;
}

header .header-links  span{    
	color: #343d3f;
    text-transform: uppercase;
    margin-left: 4px;
}

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

/* Override default styling */

header .search{
    background-color: #ffffff;
    color: #343d3f !important;
    font-family: 'Amaranth', sans-serif;
    font-size: 15px;
    font-weight: 400;
	width: 100%;
	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);	
    vertical-align: 1px;
}

.fi-page-search {
    color:#343d3f;
    cursor: pointer;
    font-size: 24px;
    left: 18px;
    position: absolute;
    top: 5px;
}

header .searchButton {
	opacity: 0;
	border: medium none;	
	width: 30px;
	margin-left: 12px;
    z-index: 99;
    cursor: pointer;
}

.top-bar-section ul {
    font-size: 17px;
}

.top-bar-section ul li > a.button {
	background-color:#FF6666;
	text-decoration:none;
}

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

.top-bar-section ul li > a:hover {
	text-decoration:none;
}

.top-bar-section .main-nav {
	border-right: 1px solid #343d3f;
}

.top-bar-right form{
	padding: 0 15px;
	line-height: 45px;
}

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 {
    background-color: transparent;
}

header .top-bar-section{
	float: left;
	width: 100%;
	border-top: 1px solid #343d3f;
	border-bottom: 1px solid #343d3f;
}

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

header .top-bar-section ul.menu {
    float: right;
}

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

header .top-bar .toggle-topbar a,
header .top-bar-section li a:not(.button) {
    font-family: 'Amaranth', sans-serif;
    font-weight: 400;
	font-size: 17px;
    outline: medium none;
    padding: 0 18px 2px 0;
    text-transform:capitalize;
}

header .top-bar .toggle-topbar a,
header .top-bar-section li a:not(.button),
header .top-bar-section li.hover>a:not(.button) {
    background: transparent;
    color: #343d3f;
}

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

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 {
    color: #5ccdd3;
}

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

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

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

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

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

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

header .top-bar-section .dropdown li a {
    color: #343d3f !important;
    text-transform: none;
}

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

.text-logo {
    font-size: 28px;
    color: #343D3F;
	font-family: 'Amaranth', sans-serif;
    font-size: 30px;
    letter-spacing: 3px;
    line-height: 40px;
	margin-left: 5px;
    word-wrap: break-word;
}

/*homepage*/
.homepage .banner #home-slider {
	margin-bottom: 0;
}

#slider{
    position:relative;
}

#slider-pager a.pager-link{
    background-image: none;
    background: #ffffff;
    text-decoration: none;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#slider-pager a.pager-active{
    background: #5ccdd3;
}

.bx-pager{
    position:relative;
    top:-30px;
    display:block;
    text-align:center;
}

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

.bx-pager a {
    font-size: 0 !important;
    display: inline-block;
}

.bx-pager .bx-pager-item a{
    background: #ffffff !important;
    border: 2px solid #ffffff !important;
    border-radius: 100%;
    margin-right: 13px;
    text-decoration: none;
    width: 5px;
    height: 5px;
    padding: 5px;
}

.bx-pager-item a.active{
    border: 2px solid #ffffff !important;
    background: #5ccdd3 !important;
}

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



.services .img,
.footer-banner .img,
.spa-content .img,
.homepage .collection .img,
.collectionpage .img,
.product-detail .cloud-zoom-wrap img,
.product-detail .product-thumbs img,
.mobile-featured-img .img,
.related-item .img,
.search-results .product-container img {
    border: 1px solid #eaeaea!important;
}



.homepage .sorter {
    display: none;
}

.vendor {
    font-size: 16px;
    margin-top: 6px;
}

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

.minimumprice{
     color:#5ccdd3;
     font-size: 20px;
}

.priceproduct{
    color: #5ccdd3;
    font-size: 20px;
    margin-right:5px;
}

.home-collection-item .sale,
.collection-item .sale,
.related-item .sale,
.search-results .sale {
    background-color: #5ccdd3;
    color: #FFFFFF;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 78px;
}

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

.home-collection-item .new,
.collection-item .new,
.related-item .new {
    right: 14px;
    background-color: #343d3f;
    color: #FFFFFF;
}

.homeProductWrap {
    margin-left: auto;
    margin-right: auto;
    max-width:100%;
}

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

.compareprice{
     font-size:17px;
}

.related-compareprice {
     font-size:18px;
     color: #343d3f;
}

.collectionpage .breadcrumbs {
    padding: 0;
}

.selectors {
    list-style-type: none;
    margin-left: 0;
    margin-top: 3.5em;
}

.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-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: open sans;
    font-size: 20px;
    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,
.productpage h2{
    font-size: 28px;
}

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

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

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

.chosen-container-single .chosen-single span,
.chosen-container .chosen-results li {
    text-align: left;
}

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

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

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

/* collection page end */

/* product page*/

.product-detail .cloud-zoom-big{
    left:16px!important;
    top:0!important;
}

.product-detail .thumbnail{
    cursor:pointer;
}

.thumbnail-images {
    margin-top:10px;
}

.product-detail {
    margin-bottom:30px;
}

.product-detail .cloud-zoom-wrap {
    cursor: crosshair !important;
}

.product-detail .mousetrap {
    cursor: crosshair !important;
}

.product-detail .price {
    display:block;
    font-size: 20px;
}

.product-detail .product-thumbs{
    margin-top:10px;
}

#product-price{
    font-family: 'Amaranth', sans-serif;
    padding-right: 17px;
}

#product-title{
    font-family: 'Amaranth', sans-serif;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: capitalize;
	word-wrap: break-word;
}

.subheader{
    color: #343d3f;
    font-family: open sans;
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 400;
}

.productpage .description p {
    font-weight: 100;
    line-height: 30px;
}

.product-title-price{
	border-top:1px solid #343d3f;
    border-bottom:1px solid #343d3f;
	padding:25px 10px;
	font-size: 18px;
	background-color:#bceaed;
}

.product-detail .description {
	margin:0 0 60px;
}

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

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

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

.product-quantity-cart .columns {
    padding: 16px 0;
    display: inline-block;
    float: left;
}

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

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

.prod-cbtn {
    background: #343D3F;
    border:none;
	font-family: 'Amaranth', sans-serif !important;
    font-weight: 400;
	font-size: 17px;
	text-transform: uppercase;
	color: #FFFFFF;
    cursor: pointer;
    padding: 8px;
    margin-top: 5px;
}

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

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

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

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

.related-products{
	margin-top:100px;
	margin-bottom:30px;
}

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

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

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

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

h2.resp-accordion:first-child {
    border-top: 1px solid #343d3f !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: #343d3f;
}

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

#ptabs {
    margin-top: 20px !important;
}
/* 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{
    font-family: 'Amaranth', sans-serif !important;
    color: #FFFFFF !important;
    background-color: #343D3F !important;
    border: none;
}

.ps-checkout-page .continue_btn{
    font-family: 'Amaranth', sans-serif !important;
    color: #FFFFFF !important;
    background-color: #343D3F !important;
}

.ps-checkout-page h3{
    font-size: 1.2em;
}

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

.search-results h2 {
	word-wrap: break-word;
    text-align: center;
    font-weight: 400;
    text-transform: capitalize;
}

.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;
}

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

.search-results .product-container .image {
    position: relative;
}

.search-results .product-container .details .content {
    width: 100%;
    text-align: center;
}

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

.search-results .product-container .details p.title {
    margin-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
    word-wrap: break-word;
    font-size: 24px;
    color:#5ccdd3;
}

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

/* about us and contact page */
.spa-content hr{
    border-color:#343d3f;
}

.spa-content .main-content {
    color: #343d3f;
    font-size: 1.1em;
}

.spa-content .testimonial{
    font-size:20px;
}

.spa-content .testimonial p{
    margin-bottom:0;
}

.spa-content .testimonial h1{
    letter-spacing: 1px;
    font-size: 1.3em;
    font-weight: 400;
    padding-left: 35px;
    padding-right: 35px;
}

.spa-content .main-content h1 a,
.spa-content .main-content h2,
.spa-content .main-content h2 a,
.spa-content .main-content h3,
.spa-content .main-content h3 a,
.spa-content .main-content h4,
.spa-contentt .main-content h4 a,
.spa-content .main-content h5,
.spa-content .main-content h5 a,
.spa-content .main-content h6,
.spa-contentt .main-content h6 a{
    color: #343d3f;
}

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

.spa-content .main-content h3 {
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 2px;
    color: #5ccdd3;
}

.spa-content .main-content p {
    text-transform: none;
}

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

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

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

.spa-content .main-content .first .image{
    text-align:right;
}

.spa-content .main-content .second {
}

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

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

.spa-content .main-content .third {
}

.spa-content .main-content .third .image img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4%;
}

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

.spa-content .main-content .fourth h2 {
    margin-top:60px;
    margin-bottom:40px;
}

.spa-content .main-content .fourth h5 {
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom:  1em;
    font-size:20px;
    color:#343d3f;
}

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

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

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

.spa-content .main-content .fourth ul li .content-wrap {
    margin-left: auto;
    margin-right: auto;
}

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

.spa-content .main-content .fourth .caption h5 {
    color: #343d3f;
    text-align:left;
}

.spa-content .main-content .fourth .caption h5 a{
    color: #343d3f;
    font-weight: 400;
    font-size: 13px;
}

.spa-content .main-content .fourth .description {
    text-align: center;
    font-size: 110%;
    line-height: 1.2;
    color: #343d3f;
}

.spa-content .main-content .fourth .description span {
    color: #343d3f;
    font-size: 15px;
    font-weight: 400;
}

.spa-content .main-content .fourth .description p {
    text-align: center;
    font-family:'Amaranth', sans-serif;
    font-size:22px!important;
}

/* services */

.services .caption{
    font-size:20px;
}

.services .items{
    list-style:none;
}

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

.cke_skin_v2 {
    width:100%!important;
}

/* footer*/
.section {
    width:20% !important;
}

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

.section.newsletter {
	margin-left: 10px;
    margin-top: 15px;
    width: auto !important;
    text-transform: capitalize;
}

footer .footer-nav-content{
	border-top:1px solid #343d3f;
	border-bottom:1px solid #343d3f;
	width:100%;
	margin-top:40px;
}

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

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

footer .footer-navs li a{
	float:left;
	padding: 1px 18px 2px 0;
	color:#343d3f;
    font-size: 17px;
    text-transform: capitalize;
    font-weight:400;
}

footer .footer-navs li.active > a {
    color: #5ccdd3;
}

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

.footer-link-content {
	border-bottom: 1px solid #343d3f;
    width: 100%;
    padding-bottom: 5px;
}

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

footer .footer-lnks li a {
	color:#343d3f;
    text-transform: capitalize;
}

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

.footer-large-screen {
    margin-bottom: 20px;
}

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

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

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

footer .step {
    display: inline;
}

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

.new {
	display: none;
}

.show-desktop{
    display:block;
}

.show-mobile{
    display:none;
}

.homepage .collection ul {
    margin: 0;
}

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

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

.mobile-footer-banner {
	display: none;
}

.follow
{
    padding:15px;
    background:#000000;
    color:#ffffff;
}

/* Media Queries */

@media only screen and (min-width: 940px) {
    .product-thumbs {
        margin-top:25px!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: 1024px) {
    .spa-content .testimonial h1 {
        padding-right:0;
        padding-left:0;
        letter-spacing:0;
    }
}

@media only screen and (max-width: 940px) {
    .show-desktop{
        display:none;
    }
    
    .show-mobile{
        display:block;
    }
    
    body {
        font: normal 15px 'Amaranth', sans-serif;
    }
    
    h1, h3, h2, h5, h6 {
    	font-family: 'Amaranth', sans-serif;
    }
    
    h3{
        font-size:1.4em;
    }

	.breadcrumb{
		margin:0 0 30px 0;
	}
    
    .mobile-logo-content{
        margin-bottom:6px;
    }
    
	header{
		border-bottom:1px solid #343d3f;
		margin-bottom:12px;
	}
	
	header #social-cart-detail{
		display:none;
	}
	
	header .top-bar{
		padding-top:19px;
        height: auto;
	}
	
	.top-bar .toggle-topbar.menu-icon {
	    left: 0;
	    margin: 0;
	    padding: 0;
	    right: auto;
	    top: 10px;
		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;
        margin-top: 5px;
	} 
	
	header .header-links{
		display:none;
	}
	
	.name  a {
    	vertical-align: sub;
	}
	
	header .top-bar-right{
		display:none;
	}
	
	/* footer */
	footer .footer-large-screen{
		display:none;
	}
	
	footer .footer-small-screen	{
		display:block;
		padding-top:20px;
		padding-bottom:20px;
		margin-top:20px;
	}
	
	footer{
		border-top:1px solid #343d3f;
		margin-top:40px;
	}
	
	.mobile-banner-content{
		margin-top:20px;
	}
		   
    .side-nav-content {
    	display: block;
		
		 /* fallback */
         background-color: #FFFFFF; 
         
		 background-repeat: repeat-y; 
		 /* Safari 4-5, Chrome 1-9 */ 
		 background: -webkit-gradient(linear, right top, left top, from(#e3e3e3),color-stop(0.1, #FFFFFF), to(#FFFFFF)); 
		 /* Safari 5.1, Chrome 10+ */ 
		 background: -webkit-linear-gradient(left, #FFFFFF 90%, #e3e3e3); 
		 /* Firefox 3.6+ */ 
		 background: -moz-linear-gradient(left, #FFFFFF 90%, #e3e3e3); 
		 /* IE 10 */ 
		 background: -ms-linear-gradient(left, #FFFFFF 90%, #e3e3e3); 
		 /* Opera 11.10+ */ 
		 background: -o-linear-gradient(left, #FFFFFF 90%, #e3e3e3);
		 
		 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: #343d3f;
        font-weight:600;
        font-size: 18px;
        font-family: 'Amaranth', sans-serif;
		margin-right: 0;
		padding: 0 35px;
	    word-wrap: break-word;
	}
	
	.nav-bar li a:hover{
		color: #000000;
	}

	.nav-bar > li {
		float: none;
		line-height: 30px;
		border-bottom:1px solid #343d3f;
		padding-top:10px;
		padding-bottom:10px;
        width: 100%;
	}
    
    [role="complementary"] .has-dropdown > ul {
        margin-top: 10px;
        border-top: 1px solid #343d3f;
    }
    
    .title-price {
        margin: 10px auto 0 auto;
        position: relative;
        float: none !important;
    }
    
     #product-price {
        float: left;
        margin-top: 15px;
        text-align: left !important;
        width: 100%;
    }
    
    .product-detail label{
        display: block;
        padding-bottom: 5px;
    }

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

	[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;
    }
    
    [role="complementary"] .has-dropdown {
        background-color:#e4e4e4!important;
    }

	[role="complementary"] .has-dropdown a {
		color:#343d3f!important;
        font-weight:400;
	}
	
	[role="complementary"] .has-dropdown a:hover{
		color:#343d3f!important;
        font-weight:400;
	}
    
    [role="complementary"] .has-dropdown .dropdown {
        line-height: 20px;
        margin-left: 0;
	}
	
	/* end sub menu */
	 
	.mobile-user-detail {
		background-color: #343d3f;
		width: 100%;
		padding: 10px 10px 10px 36px;
		color: #ffffff;
	}

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

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

	.mobile-auth-links {
		float: left;
		width: 56%;
		padding: 16px 0 18px;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
	}
    
    .mobile-user-detail-cart .social-icon {
        width: auto;
        font-size: 50px;
        margin-right: 10px;
        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;
    }
    
	.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:#343d3f;
		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: 59px;
	    left: 2%;
	    position: absolute;
	    top: 1px;
        color: #343d3f;
    }

    .mobile-search{
		border: 1px solid #343d3f;
        background-color: #ffffff;
        color: #343d3f !important;
		font-family: 'Amaranth', sans-serif;
		font-weight: bold;
		font-size: 15px!important;
		width: 82%!important;
        float: right;
		height: 55px!important;
		margin: 10px!important;
		border-radius: 5px!important;
		padding: 10px 10px 10px 20px !important;
		text-transform: capitalize;
	}

	.mobile-social{
		list-style:none;
	}
    
    .mobile-social-icons{
        margin-right:5%;
    }
	
	/* home page */
	.home-collection-item,
    .collectionpage .collection-item,
    .productpage .related-item{
		margin-bottom:25px;
	}
	
	.homepage .collection{
		margin-top:30px;
		margin-bottom:0px;
	}
    
    .bx-pager{
        display:none;
    }
    
    .product-title a{
        /*   font-size:15px;*/
    }
    
    .minimumprice{
         font-size: 15px;
    }
    
    .comparepriceproduct{
         font-size:13px;
    }
	
	/* end home page */
    
    /* product page */
    .product-detail .cloud-zoom-big{
        display:none;
    }
    
    .product-detail .cloud-zoom-wrap img{
        width: 100%;
        margin:0 auto;
    }
            
    .product-detail .mousetrap {
        display: none;
    }

    .product-detail .price {
        display: inline;
    }
    
    .product-detail #imgAnchor{
        cursor: pointer;
    }
    
    .product-detail .cloud-zoom-wrap{
        cursor: default!important;
    }

    .product-title-price{
        margin-top:30px;
        margin-bottom:20px;
    }
    
    .selectors {
        margin-top: 0;
    }
    
    .collectionpage h2, .productpage h2 {
        font-size: 25px;
    }
    
    .related-products{
        margin-top:30px;
    }
    
    .product-detail .current-image {
        border: medium none;
    }

    #product-price,
    #product-title {
        font-size: 18px;
    }
     
    .productpage .collection .columns:last-child {
        margin-bottom: 0;
    }
    
	/* end product page */
    
	/* content page */
    .spa-content .image{
        text-align:center;
    }
    
    .spa-content .main-content .first .image{
        text-align:center;
    }
    
    .spa-content .main-content p {
        text-align: center;
        line-height: 2;
        max-width: 100%;
        text-transform: none;
    }
    
    .spa-content .hero-banner-image {
        overflow: hidden;
        margin-top:0;
        margin-bottom:0;
    }
    
    .spa-content .main-content h1 a,
    .spa-content .main-content h2,
    .spa-content .main-content h2 a,
    .spa-content .main-content h3,
    .spa-content .main-content h3 a,
    .spa-content .main-content h4,
    .spa-contentt .main-content h4 a,
    .spa-content .main-content h5,
    .spa-content .main-content h5 a,
    .spa-content .main-content h6,
    .spa-contentt .main-content h6 a{
       text-align:center;
    }
    
    .spa-content .main-content .fourth ul li .content-wrap {
	    margin-left: auto;
	    margin-right: auto;
	    max-width:360px;
	}
    
    .services .item .image{
        margin:0 auto;
    }
    
    .services .item .caption{
        margin:0 auto;
    }
    
    footer .footer-small-screen	{
		display: block;
		padding-top: 0;
		padding-bottom: 10px;
		font-size: 13px;
	}
	
	.mobile-shop-name {
        display: inline-block;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 6px;
	}
	
	.copy-year {
	    float: left;
	    padding-bottom: 10px;
	    text-align: center;
	    width: 100%;
	}
	
	.footer-block {
	    border-bottom: 1px solid #343d3f;
	}
	
	.mobile-social-icon { 
	    font-size: 60px;
	    color:#5ccdd3!important;
	}
	  
	.mobile-social-icons{
	    margin-right:1%;
	}
	
	.mobile-footer-banner {
		display: block;
	}
        
}

@media only screen and (max-width: 768px) {
    .product-detail #imgMain{
        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 #343d3f !important;
        border-top: medium none;
    }
    
     h2.resp-accordion {
        font-size: 22px;
        text-align: center;
    }
    
    .resp-tabs-container h2 {
        font-size: 20px !important;
        margin-bottom: 0;
        text-transform: capitalize;
        font-weight: normal;
    }    
    
}

@media (min-width: 650px) and (max-width: 768px) {
    .product-thumbs ul{
        width: 82%;
        margin: 0 auto;
    }
    
    .product-detail .cloud-zoom-wrap img {
        margin: 0 auto;
        width: 76%;
    }
}

@media only screen and (max-width: 480px) {
    
    .banner-thumbs {
        float: none !important;
        margin: 15px 5px !important;
        width: 7% !important;
    }
    
    .bx-viewport {
        height: auto !important;
    }
    
    
    
	#msg-container {
        width: 94% !important;
    }
    	 
	.ps-error.long.style {
	    font-size: 12px !important;
	}
	
    .active [role="main"] {
        margin-right: 76%;
    }
    
    .product-title-price {
        font-size:inherit;
    }
    
    .minimumprice{
         font-size: inherit;
    }
    
    .comparepriceproduct{
         font-size:inherit;
    }
    
    header .top-bar .name {
    	text-align: center;
    	width: 90%;
	}
    
    .product-container .image, .title-price {
         width: 100%;
    }
    
    .services .item .image{
        width:100%;
    }
    
    .services .item .caption{
        width:100%;
    }
    
	.mobile-social-icon {
        font-size: 55px;
    }
    
    .mobile-search {
        width: 67% !important;
    }
    
    .prod-cbtn {
        margin-top: 26px;
    }
    
    #sectionCartSummary h3 {
        font-size: 1em;
    }
    
    #sectionCartSummary td {
        font-size: 13px;
    }
    
}

/* Below 321px */
@media only screen and (max-width: 385px) {
    .mobile-cart-detail{
        float: left;
        text-align: left;
        width: 100%;
    }
    
    .mobile-search {
        font-size: 15px !important;
    } 
       
    .product-quantity {
        padding-left: 2px;
    }
    
    header .top-bar .name {
        width: 80%!important;
        margin-left: 20px;
    }
    
    .search-results .product-container .details p.title {
        font-size: 18px;
    }
}


@media only screen and (max-width: 320px) {
    .prod-cbtn {
        font-size: 15px;
    }
    
    .spa-content .testimonial h1 {
        font-size: 1.2em;
    }
    
    .product-thumbs ul li{
        width:50%;
    }
}